
:root{
  --wine:#4a1e1e;
  --wine-deep:#321313;
  --orange:#ff6500;
  --ink:#1d1b1a;
  --muted:#68625e;
  --cream:#f7f4ef;
  --paper:#fffdfa;
  --line:#ddd6cf;
  --soft:#efeae4;
  --shadow:0 24px 70px rgba(45,27,24,.12);
  --radius:24px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}
.narrow{width:min(calc(100% - 32px),820px);margin-inline:auto}
.section{padding:92px 0}
.section-sm{padding:58px 0}
.bg-paper{background:var(--paper)}
.bg-dark{background:var(--wine-deep);color:white}
.bg-soft{background:var(--soft)}
.eyebrow{margin:0 0 12px;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--wine)}
.bg-dark .eyebrow{color:#ffae73}
h1,h2,h3{margin:0;font-family:"DM Serif Display",Georgia,serif;font-weight:400;line-height:1.02;letter-spacing:-.025em}
h1{font-size:clamp(3.15rem,7vw,6.7rem);max-width:930px}
h2{font-size:clamp(2.4rem,5vw,4.35rem)}
h3{font-size:clamp(1.45rem,2.2vw,2rem)}
p{margin:0}
.lead{font-size:clamp(1.06rem,2vw,1.28rem);color:#4f4a46;max-width:760px}
.bg-dark .lead{color:#e7dbd7}
.muted{color:var(--muted)}
.stack-12>*+*{margin-top:12px}.stack-16>*+*{margin-top:16px}.stack-24>*+*{margin-top:24px}.stack-32>*+*{margin-top:32px}
.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:end;margin-bottom:38px}
.section-head .lead{justify-self:end}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:800;transition:.2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--wine);color:#fff;box-shadow:0 12px 30px rgba(74,30,30,.18)}
.btn-primary:hover{background:#391616}
.btn-orange{background:var(--orange);color:#fff}
.btn-light{background:#fff;color:var(--wine-deep)}
.btn-line{background:transparent;border-color:var(--line)}
.btn-line:hover{border-color:var(--wine)}
.link{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:var(--wine)}
.link:after{content:"→";transition:.2s}.link:hover:after{transform:translateX(4px)}

.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:10px 14px;border-radius:10px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(247,244,239,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,214,207,.8)}
.header{min-height:76px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:22px}
.brand img{width:178px;height:56px;object-fit:contain;object-position:left center}
.nav{display:flex;justify-content:center;gap:28px;font-size:.94rem;font-weight:800}
.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--orange);transition:.2s}.nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:12px}
.phone{font-size:.9rem;font-weight:800}
.menu-btn{display:none;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:transparent;position:relative}
.menu-btn:before,.menu-btn:after,.menu-btn span{content:"";position:absolute;left:13px;width:20px;height:2px;background:var(--ink)}
.menu-btn:before{top:15px}.menu-btn span{top:22px}.menu-btn:after{top:29px}
.mobile-menu{display:none;border-top:1px solid var(--line);padding:12px 16px 18px}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:12px 0;font-weight:800;border-bottom:1px solid rgba(221,214,207,.8)}

.hero{padding:62px 0 28px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center}
.hero-copy .lead{margin-top:24px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-note{margin-top:16px;color:var(--muted);font-size:.95rem;max-width:690px}
.hero-board{min-height:610px;border-radius:30px;position:relative;overflow:hidden;background:linear-gradient(145deg,#efe7df,#d7cbc2);box-shadow:var(--shadow);isolation:isolate}
.hero-board:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 34%,rgba(74,30,30,.18) 34.5% 36.5%,transparent 37% 59%,rgba(74,30,30,.24) 59.5% 61.5%,transparent 62%),linear-gradient(25deg,transparent 0 42%,rgba(74,30,30,.16) 42.5% 44.5%,transparent 45%);z-index:-1}
.hero-board:after{content:"";position:absolute;left:7%;right:7%;bottom:12%;height:4px;background:var(--orange);border-radius:999px}
.hero-logo{position:absolute;left:9%;right:9%;top:9%;background:rgba(255,253,250,.88);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:22px;padding:18px;box-shadow:0 18px 50px rgba(56,32,28,.1)}
.hero-logo img{width:100%;max-height:180px;object-fit:contain}
.hero-board-copy{position:absolute;left:9%;right:9%;bottom:18%;display:flex;align-items:end;justify-content:space-between;gap:20px}
.hero-board-copy strong{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1;color:var(--wine-deep);max-width:370px}
.hero-board-copy span{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--wine)}
.trustbar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:34px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--line);gap:1px}
.trustbar div{background:#fff;padding:20px}.trustbar strong{display:block}.trustbar span{display:block;margin-top:5px;color:var(--muted);font-size:.87rem}

.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s ease;box-shadow:0 8px 25px rgba(45,27,24,.04)}
.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.category-art{aspect-ratio:16/10;position:relative;overflow:hidden;background:#e9e1da}
.category-art:after{content:"";position:absolute;inset:auto 18px 18px auto;width:10px;height:10px;border-radius:50%;background:var(--orange)}
.art-accent{background:linear-gradient(135deg,#eee7e1,#d9ccc4)}
.art-accent:before{content:"";position:absolute;width:78%;height:8px;background:var(--wine);left:8%;top:24%;transform:rotate(28deg);box-shadow:100px 110px 0 var(--wine),-70px 150px 0 var(--wine)}
.art-molding{background:linear-gradient(160deg,#f1ebe6,#ddd2ca)}
.art-molding:before{content:"";position:absolute;inset:14% 12%;border:7px solid var(--wine);box-shadow:inset 0 0 0 28px transparent}
.art-molding:after{content:"";position:absolute;left:47%;top:14%;bottom:14%;width:7px;background:var(--wine)}
.art-media{background:linear-gradient(145deg,#ded7d1,#b9aaa0)}
.art-media:before{content:"";position:absolute;left:18%;right:18%;top:18%;height:42%;background:#252322;border-radius:8px;box-shadow:0 0 0 10px rgba(74,30,30,.25)}
.art-media:after{content:"";position:absolute;left:28%;right:28%;bottom:16%;height:12%;background:var(--wine);border-radius:6px}
.art-slat{background:repeating-linear-gradient(90deg,#5b3c2d 0 9px,#1d1714 9px 14px,#c5a58f 14px 20px);filter:saturate(.78)}
.art-fireplace{background:linear-gradient(145deg,#eee6e0,#cfc2b8)}
.art-fireplace:before{content:"";position:absolute;left:30%;right:30%;bottom:18%;height:34%;background:#26201d;border-radius:6px 6px 0 0;box-shadow:0 -60px 0 -28px var(--wine)}
.art-fireplace:after{content:"";position:absolute;left:18%;right:18%;top:38%;height:7px;background:var(--wine)}
.art-custom{background:linear-gradient(135deg,#e9dfd6,#d0c1b5)}
.art-custom:before{content:"";position:absolute;left:10%;right:10%;top:18%;bottom:18%;background:linear-gradient(30deg,transparent 0 42%,var(--wine) 43% 47%,transparent 48%),linear-gradient(-28deg,transparent 0 48%,var(--wine) 49% 53%,transparent 54%)}
.category-copy{padding:24px}.category-copy p{margin-top:10px;color:var(--muted);font-size:.95rem}.category-copy .link{margin-top:18px}

.project-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:260px;gap:16px}
.project-card{border-radius:22px;position:relative;overflow:hidden;background:linear-gradient(145deg,#e9e1da,#cfc1b7);border:1px solid var(--line)}
.project-card.big{grid-row:span 2}
.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 35%,rgba(74,30,30,.18) 36% 39%,transparent 40% 62%,rgba(74,30,30,.14) 63% 66%,transparent 67%)}
.project-card:nth-child(3):before{background:repeating-linear-gradient(90deg,rgba(74,30,30,.5) 0 8px,transparent 8px 15px)}
.project-overlay{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,253,250,.92);backdrop-filter:blur(10px);border-radius:15px;padding:14px 16px;display:flex;justify-content:space-between;align-items:end;gap:14px}
.project-overlay strong{font-size:1rem}.project-overlay span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--wine)}
.project-note{margin-top:18px;color:var(--muted);font-size:.9rem}

.saved-design{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;background:var(--wine-deep);color:white;border-radius:30px;padding:48px;overflow:hidden;position:relative}
.saved-design:after{content:"";position:absolute;width:260px;height:260px;border:70px solid rgba(255,101,0,.1);border-radius:50%;right:-80px;top:-100px}
.saved-design .lead{color:#e6dad6}.saved-design .eyebrow{color:#ffae73}
.saved-steps{display:grid;gap:12px}
.saved-steps div{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 16px}
.saved-steps b{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:#fff;color:var(--wine-deep);font-size:.8rem}

.price-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.price-card{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.price-card .amount{font-family:"DM Serif Display",Georgia,serif;font-size:2.4rem;line-height:1;margin-top:16px}.price-card p{margin-top:10px;color:var(--muted);font-size:.92rem}
.price-card.featured{background:var(--wine);color:#fff;border-color:var(--wine)}.price-card.featured p{color:#eadeda}.price-card.featured .eyebrow{color:#ffb37a}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff}
.step-num{font-family:"DM Serif Display",Georgia,serif;font-size:3rem;color:var(--orange);line-height:1}.step p{margin-top:12px;color:var(--muted)}

.roman{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center}
.roman-photo{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#d9d0ca}.roman-photo img{width:100%;aspect-ratio:1/1;object-fit:cover}
.proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.proof-grid div{padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:14px;font-weight:800;font-size:.91rem}

.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.reason{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line)}.reason b{display:block;color:var(--orange);font-size:.78rem;letter-spacing:.12em}.reason h3{margin-top:12px;font-size:1.55rem}.reason p{margin-top:10px;color:var(--muted);font-size:.92rem}

.faq{display:grid;gap:12px}details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px}summary{list-style:none;cursor:pointer;padding:20px 34px 20px 0;position:relative;font-weight:800}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:0;top:15px;color:var(--wine);font-size:1.5rem}details[open] summary:after{content:"–"}details p{padding:0 0 20px;color:var(--muted);max-width:850px}

.quote-band{display:grid;grid-template-columns:1fr .9fr;gap:36px;background:linear-gradient(135deg,var(--wine),#2f1212);color:white;border-radius:30px;padding:46px}.quote-band .lead{color:#eadeda}.quote-band .eyebrow{color:#ffae73}
.quick-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}label{font-size:.86rem;font-weight:800}input,select,textarea{width:100%;border:1px solid #cfc6bf;border-radius:13px;background:#fff;padding:13px 14px;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,101,0,.12)}textarea{min-height:110px;resize:vertical}input[type=file]{padding:10px;background:#fff}.form-note{font-size:.8rem;color:#d8c9c4}.quote-band .form-note{color:#d8c9c4}.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}

.page-hero{padding:70px 0 50px;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(3rem,6vw,5.7rem);max-width:980px}.page-hero .lead{margin-top:20px}.crumb{font-size:.84rem;color:var(--muted);margin-bottom:20px}.crumb a{font-weight:800}
.content-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:start}.content-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}.bullets{display:grid;gap:10px;padding:0;list-style:none;margin:22px 0 0}.bullets li{position:relative;padding-left:20px;color:var(--muted)}.bullets li:before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:50%;background:var(--orange)}
.inline-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mini{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.mini p{margin-top:10px;color:var(--muted);font-size:.92rem}
.article{font-size:1.04rem;color:#4f4945}.article>*+*{margin-top:18px}.article h2,.article h3{color:var(--ink);margin-top:42px}.article ul{padding-left:20px}
.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.filter-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800}.filter-btn.active{background:var(--wine);color:#fff;border-color:var(--wine)}

.site-footer{background:#1d1513;color:white;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr 1fr;gap:34px}.footer-logo{display:inline-block;background:#fff;border-radius:14px;padding:7px}.footer-logo img{width:180px}.site-footer p{color:#cdbdb7;margin-top:16px;max-width:430px}.site-footer h3{font-family:Inter,system-ui,sans-serif;font-size:.96rem;font-weight:900}.site-footer a{display:block;margin-top:10px;color:#d8cbc6}.site-footer a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:.83rem;color:#bca9a2}
.mobile-cta{display:none;position:fixed;left:10px;right:10px;bottom:10px;z-index:999;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 18px 45px rgba(0,0,0,.18);gap:8px}.mobile-cta a{flex:1}
.notice{padding:16px 18px;border:1px solid #e7cc9d;background:#fff8e7;border-radius:14px;color:#5b4622}

@media(max-width:1050px){
  .header{grid-template-columns:190px 1fr auto}.nav{display:none}.menu-btn{display:block}.hero-grid,.saved-design,.roman,.quote-band,.content-grid{grid-template-columns:1fr}.hero-board{min-height:540px}.category-grid{grid-template-columns:repeat(2,1fr)}.price-row,.reason-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr 1fr}.project-card.big{grid-row:span 1}.footer-grid{grid-template-columns:1fr 1fr}.section-head{grid-template-columns:1fr}.section-head .lead{justify-self:start}.inline-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  body{padding-bottom:82px}.container,.narrow{width:min(calc(100% - 22px),var(--max))}.section{padding:68px 0}.section-sm{padding:46px 0}
  .header{min-height:68px;grid-template-columns:1fr auto}.brand img{width:154px;height:48px}.header-actions .phone,.header-actions .btn{display:none}
  .hero{padding-top:38px}.hero-grid{gap:26px}.hero-board{min-height:430px;border-radius:24px}.hero-logo{left:6%;right:6%;top:7%}.hero-board-copy{left:7%;right:7%;bottom:18%;display:block}.hero-board-copy span{display:block;margin-top:10px}
  .trustbar{grid-template-columns:1fr 1fr}.trustbar div{padding:16px}
  .category-grid,.price-row,.steps,.reason-grid,.quick-form,.inline-cards{grid-template-columns:1fr}.field.full{grid-column:auto}
  .project-grid{grid-template-columns:1fr;grid-auto-rows:240px}
  .saved-design,.quote-band{padding:28px 22px;border-radius:24px}.proof-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.mobile-cta{display:flex}
}


/* ===== 2026 sales-focused redesign ===== */
:root{
  --wine:#4a1e1e;
  --wine-deep:#251010;
  --orange:#ff6500;
  --ink:#171717;
  --muted:#625d59;
  --cream:#f6f3ef;
  --paper:#ffffff;
  --line:#ddd7d1;
  --soft:#eee9e3;
  --shadow:0 24px 70px rgba(30,20,18,.14);
  --shadow-sm:0 14px 38px rgba(30,20,18,.09);
  --max:1240px;
}
body{font-family:Manrope,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#fff}
h1,h2,h3{font-family:Manrope,system-ui,sans-serif;font-weight:800;letter-spacing:-.045em;line-height:.98}
h1{font-size:clamp(3.4rem,7.2vw,7.2rem)}
h2{font-size:clamp(2.45rem,5vw,4.8rem)}
h3{font-size:clamp(1.35rem,2vw,1.9rem)}
.site-header{background:rgba(255,255,255,.95)}
.btn{border-radius:12px;min-height:54px;padding:0 22px}
.btn-lg{min-height:60px;padding:0 26px;font-size:1rem}
.btn-ghost-light{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.04)}
.btn-ghost-light:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.eyebrow.light{color:#ffb27a}
.white-section{background:#fff}
.center-link{text-align:center;margin-top:28px}
.light-link{color:#fff}

.hero-v3{background:linear-gradient(135deg,#170c0c 0%,#321313 58%,#4a1e1e 100%);color:#fff;padding:54px 0 0;overflow:hidden}
.hero-v3-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.hero-v3-copy{padding:36px 0 56px}
.hero-v3-copy h1{max-width:760px}
.hero-v3-lead{font-size:clamp(1.12rem,2vw,1.35rem);line-height:1.55;color:#eadfdb;max-width:700px;margin-top:24px}
.hero-v3-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-microproof{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-microproof span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);border-radius:999px;padding:9px 13px;font-size:.83rem;font-weight:700;color:#f1e8e4}
.hero-v3-visual{position:relative;min-height:650px;align-self:end;overflow:hidden;border-radius:30px 30px 0 0;background:#d6cdc5;box-shadow:0 35px 90px rgba(0,0,0,.25)}
.hero-v3-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(19,10,10,.72) 0%,rgba(19,10,10,0) 50%)}
.hero-v3-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.owner-badge,.hero-price-tag{position:absolute;z-index:2;background:rgba(255,255,255,.94);color:var(--ink);border-radius:18px;padding:18px 20px;box-shadow:var(--shadow-sm)}
.owner-badge{left:22px;right:22px;bottom:22px;padding-right:190px}
.owner-badge small,.hero-price-tag small{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:800;color:var(--wine)}
.owner-badge strong,.hero-price-tag strong{display:block;font-size:1.18rem;margin-top:5px}
.owner-badge span,.hero-price-tag span{display:block;font-size:.82rem;color:var(--muted);margin-top:4px}
.hero-price-tag{right:22px;bottom:22px;width:170px;background:var(--orange);color:#fff}
.hero-price-tag small,.hero-price-tag span{color:#fff}
.proof-ribbon{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;color:var(--ink);border-radius:22px 22px 0 0;overflow:hidden;box-shadow:0 -10px 40px rgba(0,0,0,.12)}
.proof-ribbon div{padding:22px 24px;border-right:1px solid var(--line)}
.proof-ribbon div:last-child{border-right:0}
.proof-ribbon strong{display:block;font-size:1rem}
.proof-ribbon span{display:block;color:var(--muted);font-size:.82rem;margin-top:4px}

.section-head-v3{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:38px}
.section-head-v3>p{color:var(--muted);font-size:1.04rem;max-width:620px;justify-self:end}
.section-head-v3.inverse h2,.section-head-v3.inverse>p{color:#fff}.section-head-v3.inverse>p{color:#d9cac5}
.section-head-v3.single{grid-template-columns:1fr}

.service-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-choice{position:relative;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:.25s ease}
.service-choice:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.service-choice.featured-choice{border:2px solid var(--orange)}
.choice-no{position:absolute;z-index:3;top:14px;left:14px;background:#fff;border-radius:999px;padding:8px 10px;font-weight:800;font-size:.76rem;color:var(--wine);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.choice-art{aspect-ratio:16/9;position:relative;overflow:hidden}
.choice-body{padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:240px}
.choice-body p{color:var(--muted);margin-top:10px;font-size:.93rem}
.choice-foot{display:flex;justify-content:space-between;gap:14px;align-items:end;border-top:1px solid var(--line);padding-top:16px}
.choice-foot strong{color:var(--wine);font-size:.92rem}.choice-foot span{font-weight:800;font-size:.82rem}

.package-spotlight{background:linear-gradient(135deg,#1b0c0c,#351414);color:#fff}
.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.package-card{position:relative;border-radius:24px;padding:28px;display:flex;flex-direction:column;min-height:100%;box-shadow:var(--shadow-sm)}
.dark-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13)}
.light-card{background:#fff;border:1px solid var(--line)}
.premium-card{background:linear-gradient(145deg,var(--wine),#2f1010);color:#fff;border:1px solid rgba(255,255,255,.12);transform:translateY(-10px)}
.light-premium{box-shadow:0 24px 70px rgba(74,30,30,.22)}
.package-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14)}
.light-card .package-top{border-color:var(--line)}
.package-top span{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#ffb27a}
.light-card .package-top span{color:var(--wine)}
.package-top strong{font-size:1.2rem;text-align:right}
.package-card h3{margin-top:22px}
.package-card>p{margin-top:12px;color:inherit;opacity:.72;font-size:.92rem}
.package-card ul{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:11px;flex:1}
.package-card li{position:relative;padding-left:22px;color:inherit;opacity:.86;font-size:.92rem}
.package-card li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}
.package-card .btn{width:100%}
.popular-badge{position:absolute;top:-13px;left:24px;background:var(--orange);color:#fff;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

.process-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.process-copy .lead{margin-top:22px}.process-copy .btn{margin-top:26px}
.process-list-v3{display:grid;gap:12px}
.process-list-v3>div{display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:center;padding:20px 22px;background:#f7f4f1;border:1px solid var(--line);border-radius:18px}
.process-list-v3 b{font-size:1.6rem;color:var(--orange)}
.process-list-v3 h3{font-size:1.25rem}.process-list-v3 p{color:var(--muted);font-size:.9rem;margin-top:5px}

.pricing-overview-section{background:#f3efeb}
.price-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.price-summary{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;display:grid;grid-template-columns:1fr auto;gap:6px 16px;align-items:end;transition:.2s}
.price-summary:hover{transform:translateY(-4px);border-color:var(--orange);box-shadow:var(--shadow-sm)}
.price-summary span{font-weight:800}.price-summary strong{font-size:1.8rem;letter-spacing:-.04em;color:var(--wine)}
.price-summary small{grid-column:1/-1;color:var(--muted)}
.pricing-cta-row{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:26px}
.pricing-cta-row span{color:var(--muted);font-size:.86rem;max-width:540px}

.owner-section-v3{background:#fff}
.owner-v3-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center}
.owner-v3-photo{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.owner-v3-photo img{width:100%;aspect-ratio:1/1.08;object-fit:cover}
.owner-stamp{position:absolute;left:18px;bottom:18px;background:var(--orange);color:#fff;border-radius:16px;padding:14px 18px;font-weight:800;line-height:1.25;box-shadow:var(--shadow-sm)}
.owner-v3-copy .lead{margin-top:22px}
.owner-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 28px}
.owner-proof-grid div{background:#f7f4f1;border:1px solid var(--line);border-radius:16px;padding:16px}
.owner-proof-grid strong{display:block;font-size:.92rem}.owner-proof-grid span{display:block;color:var(--muted);font-size:.82rem;margin-top:5px}

.faq-v3-section{background:#f3efeb}
.final-quote-section{background:#1b0c0c;color:#fff;padding:0 0 70px}
.final-quote-v3{background:linear-gradient(135deg,var(--wine),#2a1010);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:48px;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;box-shadow:var(--shadow)}
.final-quote-v3 p{color:#dfd1cc;margin-top:14px;max-width:760px}
.final-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

.pricing-hero-v3{background:linear-gradient(135deg,#170c0c,#4a1e1e);color:#fff;padding:72px 0}
.pricing-hero-grid{display:grid;grid-template-columns:1fr 380px;gap:56px;align-items:center}
.pricing-hero-grid h1{font-size:clamp(3.4rem,6.4vw,6.4rem)}
.pricing-hero-card{background:#fff;color:var(--ink);border-radius:24px;padding:26px;box-shadow:var(--shadow)}
.pricing-hero-card>span{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800;color:var(--wine)}
.pricing-hero-card strong{display:block;font-size:2.2rem;color:var(--wine);margin-top:12px}
.pricing-hero-card p{color:var(--muted);font-size:.86rem}.pricing-hero-card hr{border:0;border-top:1px solid var(--line);margin:18px 0}
.pricing-anchor-nav{position:sticky;top:76px;z-index:800;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(0,0,0,.05)}
.pricing-anchor-nav .container{display:flex;gap:8px;overflow:auto;padding-top:12px;padding-bottom:12px}
.pricing-anchor-nav a{white-space:nowrap;padding:10px 15px;border-radius:999px;background:#f2efeb;font-weight:800;font-size:.84rem}
.pricing-anchor-nav a:hover{background:var(--wine);color:#fff}
.pricing-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}
.pricing-note{margin-top:20px;background:#f7f4f1;border-left:4px solid var(--orange);padding:16px 18px;border-radius:0 14px 14px 0;color:var(--muted);font-size:.9rem}
.pricing-category{padding:88px 0;background:#fff;scroll-margin-top:140px}
.pricing-category.alt{background:#f3efeb}
.category-heading-v3{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:end;margin-bottom:38px}
.category-heading-v3>p{color:var(--muted);font-size:1rem;max-width:580px;justify-self:end}
.category-index{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--orange);color:#fff;font-weight:800;margin-bottom:14px}
.package-disclaimer{color:var(--muted);font-size:.84rem;margin-top:20px}
.all-projects-note{background:#1b0c0c;color:#fff}
.all-included-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.included-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.included-list span{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:14px;padding:14px 16px;color:#f0e6e2;font-size:.9rem}
.service-package-section{background:#f3efeb}
.compact-packages .package-card{min-height:420px}
.service-package-cta{text-align:center;margin-top:26px}

/* Improve legacy pages under the new visual system */
.page-hero{background:linear-gradient(135deg,#f7f4f1,#fff);padding:78px 0 60px}
.page-hero h1{font-size:clamp(3.2rem,6vw,6.2rem)}
.content-card,.mini,.reason,.step{box-shadow:var(--shadow-sm)}
.site-footer{background:#140b0b}

@media(max-width:1050px){
  .hero-v3-grid,.process-split,.owner-v3-grid,.pricing-hero-grid,.pricing-intro-grid,.all-included-grid{grid-template-columns:1fr}
  .hero-v3-visual{min-height:580px;border-radius:28px}
  .proof-ribbon{grid-template-columns:repeat(2,1fr);border-radius:20px 20px 0 0}
  .service-choice-grid,.package-grid,.price-summary-grid{grid-template-columns:repeat(2,1fr)}
  .premium-card{transform:none}
  .section-head-v3,.category-heading-v3{grid-template-columns:1fr}
  .section-head-v3>p,.category-heading-v3>p{justify-self:start}
  .pricing-hero-grid{gap:32px}.pricing-hero-card{max-width:520px}
  .final-quote-v3{grid-template-columns:1fr}.final-actions{justify-content:flex-start}
}
@media(max-width:720px){
  .hero-v3{padding-top:28px}.hero-v3-copy{padding:24px 0 34px}
  .hero-v3-visual{min-height:500px}
  .owner-badge{left:12px;right:12px;bottom:12px;padding:16px;padding-right:16px}
  .hero-price-tag{display:none}
  .proof-ribbon{grid-template-columns:1fr 1fr}.proof-ribbon div{padding:16px}
  .service-choice-grid,.package-grid,.price-summary-grid,.owner-proof-grid,.included-list{grid-template-columns:1fr}
  .choice-body{min-height:auto}
  .package-card{padding:24px}.package-top{display:block}.package-top strong{display:block;text-align:left;margin-top:8px}
  .pricing-cta-row{display:block}.pricing-cta-row span{display:block;margin-top:14px}
  .process-list-v3>div{grid-template-columns:52px 1fr;padding:17px}
  .final-quote-v3{padding:30px 22px;border-radius:22px}
  .pricing-hero-v3{padding:52px 0}.pricing-anchor-nav{top:68px}
  .category-heading-v3{gap:18px}
}


/* ===== V4 concise conversion funnel ===== */
:root{
  --wine:#4a1e1e;
  --wine-deep:#241010;
  --orange:#ff6500;
  --ink:#22201f;
  --muted:#6a625d;
  --ivory:#fbf6ef;
  --soft-v4:#f4eee8;
  --line-v4:#ded4cd;
}
body{background:#fff}
h1,h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:-.025em}
h3{font-family:Manrope,system-ui,sans-serif;font-weight:800;letter-spacing:-.025em}
h1{font-size:clamp(3rem,5.4vw,5.35rem);line-height:.98}
h2{font-size:clamp(2.15rem,3.8vw,3.55rem);line-height:1}
h3{font-size:clamp(1.22rem,1.7vw,1.55rem);line-height:1.12}
.section{padding:78px 0}
.short-head{max-width:700px;margin-bottom:32px}
.short-head h2{max-width:680px}
.short-head>p:not(.eyebrow),.row-head>p{color:var(--muted);margin-top:12px}
.row-head{max-width:none;display:grid;grid-template-columns:1fr minmax(260px,500px);gap:36px;align-items:end}
.row-head>p{justify-self:end}
.brand{display:flex;align-items:center}
.brand img{width:176px;height:58px;object-fit:contain;object-position:left center}
.footer-logo{background:#fff;padding:9px;border-radius:15px}
.footer-logo img{width:190px;max-height:100px;object-fit:contain}

.hero-v4{background:linear-gradient(135deg,#170c0c 0%,#301313 56%,#4a1e1e 100%);color:#fff;overflow:hidden}
.hero-v4-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}
.hero-v4-copy{padding:72px 0}
.hero-v4-copy h1{max-width:720px}
.hero-v4-lead{font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.45;color:#efe3de;max-width:640px;margin-top:20px}
.hero-v4-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-v4-note{color:#d9c9c4;max-width:650px;margin-top:18px;font-size:.95rem}
.hero-v4-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-v4-proof span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);padding:9px 13px;border-radius:999px;font-size:.8rem;font-weight:800}
.hero-v4-visual{position:relative;min-height:630px;align-self:end;border-radius:34px 34px 0 0;overflow:hidden;background:#d5ccc5;box-shadow:0 34px 90px rgba(0,0,0,.28)}
.hero-v4-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(18,8,8,.76),rgba(18,8,8,0) 52%)}
.hero-v4-visual>img:first-child{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-v4-logo{position:absolute;z-index:3;top:18px;left:18px;background:rgba(255,255,255,.94);border-radius:18px;padding:8px 12px;box-shadow:0 15px 40px rgba(0,0,0,.16)}
.hero-v4-logo img{width:150px;height:92px;object-fit:contain}
.hero-v4-card{position:absolute;z-index:3;left:22px;right:22px;bottom:22px;background:rgba(255,255,255,.95);color:var(--ink);border-radius:18px;padding:18px 20px}
.hero-v4-card small{display:block;color:var(--wine);text-transform:uppercase;letter-spacing:.12em;font-size:.66rem;font-weight:900}
.hero-v4-card strong{display:block;font-size:1.18rem;margin-top:4px}
.hero-v4-card span{display:block;color:var(--muted);font-size:.84rem;margin-top:4px}

.trust-ribbon-v4{background:#fff;border-bottom:1px solid var(--line-v4)}
.trust-ribbon-v4 .container{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-ribbon-v4 .container>div{padding:22px 24px;border-right:1px solid var(--line-v4)}
.trust-ribbon-v4 .container>div:last-child{border-right:0}
.trust-ribbon-v4 strong{display:block;font-size:.98rem}
.trust-ribbon-v4 span{display:block;color:var(--muted);font-size:.82rem;margin-top:4px}

.advantages-section{background:var(--ivory)}
.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.advantages-grid article{background:#fff;border:1px solid var(--line-v4);border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(50,28,24,.05)}
.advantages-grid b{display:block;color:var(--orange);font-size:.75rem;letter-spacing:.12em}
.advantages-grid h3{margin-top:13px}
.advantages-grid p{color:var(--muted);font-size:.9rem;margin-top:9px}

.service-funnel{background:#fff}
.v4-cards .choice-body{min-height:205px;padding:21px}
.v4-cards .choice-body p{font-size:.88rem;line-height:1.5}
.v4-cards .choice-foot{padding-top:14px}
.v4-cards .choice-foot strong{font-size:.88rem}
.v4-cards .choice-foot span{font-size:.78rem}

.work-v4{background:#f5f0eb}
.work-actions{display:flex;gap:22px;align-items:center;margin-top:24px}
.saved-design-v4{display:grid;grid-template-columns:1fr 1.15fr auto;align-items:center;gap:32px;background:linear-gradient(135deg,var(--wine),#2c1111);color:#fff;border-radius:28px;padding:38px 42px}
.saved-design-v4 h2{font-size:clamp(2.4rem,4vw,3.8rem)}
.saved-design-v4 p:not(.eyebrow){color:#e6d9d4;margin-top:8px}
.saved-mini-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.saved-mini-list span{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:12px;padding:12px 14px;font-size:.88rem;font-weight:700}

.pricing-list-section{background:var(--ivory)}
.pricing-list-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;align-items:center}
.pricing-copy .btn{margin-top:22px}
.price-list-card{background:#fffaf5;border:1px solid var(--line-v4);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(63,38,31,.08)}
.price-list-card a{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:#fff;border:1px solid var(--line-v4);border-radius:20px;padding:22px 25px;margin-top:14px;transition:.2s}
.price-list-card a:first-child{margin-top:0}
.price-list-card a:hover{transform:translateY(-3px);border-color:#bda9a0;box-shadow:0 12px 30px rgba(50,28,24,.08)}
.price-list-card span,.price-list-card strong{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.18rem,1.8vw,1.55rem);line-height:1.15}
.price-list-card strong{color:var(--wine);white-space:nowrap;text-align:right}
.v4-package .package-card h3{font-family:"DM Serif Display",Georgia,serif;font-size:1.65rem;font-weight:400;letter-spacing:-.02em}
.inverse-short{color:#fff}
.inverse-short h2{color:#fff}
.v4-package{padding:76px 0}

.process-v4-section{background:#fff}
.process-v4{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.process-v4 article{border:1px solid var(--line-v4);border-radius:20px;padding:26px;background:#fff}
.process-v4 b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--orange);color:#fff;font-size:.95rem}
.process-v4 h3{margin-top:18px}
.process-v4 p{color:var(--muted);font-size:.9rem;margin-top:8px}

.owner-section-v4{background:var(--ivory)}
.owner-v4-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:52px;align-items:center}
.owner-v4-copy .lead{margin-top:18px}
.owner-v4-copy .btn{margin-top:2px}

.reviews-v4-section{background:#fff}
.reviews-v4-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-v4{border:1px solid var(--line-v4);border-radius:20px;background:#fff;padding:24px;box-shadow:0 10px 30px rgba(50,28,24,.06)}
.review-v4 .stars{color:#e19229;letter-spacing:.14em}
.review-v4 p{color:#4c4642;margin-top:14px;min-height:88px}
.review-v4 strong{display:block;margin-top:18px}
.review-v4 span{display:block;color:var(--muted);font-size:.8rem;margin-top:3px}
.review-placeholder{background:repeating-linear-gradient(135deg,#fff,#fff 14px,#fcf7f2 14px,#fcf7f2 28px)}
.review-integrity-note{color:var(--muted);font-size:.8rem;margin-top:14px}
.faq-v3-section .short-head{margin-bottom:24px}
.final-quote-v3 h2{font-size:clamp(2.3rem,4vw,3.8rem)}

.pricing-hero-v4{background:linear-gradient(135deg,#180c0c,#4a1e1e);color:#fff;padding:72px 0}
.pricing-hero-v4-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:56px;align-items:center}
.pricing-hero-v4 h1{font-size:clamp(3.6rem,7vw,6.5rem)}
.pricing-hero-lead{color:#e8dad5;font-size:1.12rem;max-width:520px;margin-top:18px;line-height:1.55}
.price-list-hero{background:#fffaf5;padding:28px}
.price-list-hero a{padding:19px 22px}
.pricing-anchor-nav a{border-radius:10px}
.pricing-category{padding:74px 0}
.category-heading-v4{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}
.category-heading-v4>div{display:flex;align-items:center;gap:14px}
.category-heading-v4>div>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;font-size:.8rem}
.category-heading-v4 h2{font-size:clamp(2.2rem,3.7vw,3.45rem)}
.category-heading-v4>a{font-weight:800;color:var(--wine);white-space:nowrap}
.pricing-category .package-card h3{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:1.62rem;letter-spacing:-.02em}
.pricing-category .package-card li{font-size:.88rem}
.pricing-trust{background:var(--ivory)}

@media(max-width:1050px){
  .hero-v4-grid,.pricing-list-layout,.pricing-hero-v4-grid,.owner-v4-grid{grid-template-columns:1fr}
  .hero-v4-visual{min-height:560px}
  .advantages-grid{grid-template-columns:repeat(2,1fr)}
  .saved-design-v4{grid-template-columns:1fr}
  .reviews-v4-grid{grid-template-columns:1fr 1fr}
  .row-head{grid-template-columns:1fr}
  .row-head>p{justify-self:start}
}
@media(max-width:720px){
  .section{padding:62px 0}
  h1{font-size:clamp(2.65rem,13vw,4.25rem)}
  h2{font-size:clamp(2rem,9vw,2.85rem)}
  .brand img{width:150px;height:50px}
  .hero-v4-copy{padding:48px 0 34px}
  .hero-v4-visual{min-height:480px;border-radius:24px 24px 0 0}
  .hero-v4-logo img{width:112px;height:70px}
  .trust-ribbon-v4 .container{grid-template-columns:1fr 1fr}
  .trust-ribbon-v4 .container>div{padding:16px;border-bottom:1px solid var(--line-v4)}
  .advantages-grid,.process-v4,.reviews-v4-grid{grid-template-columns:1fr}
  .saved-design-v4{padding:28px 22px;border-radius:22px}
  .saved-mini-list{grid-template-columns:1fr 1fr}
  .price-list-card{padding:16px;border-radius:22px}
  .price-list-card a{grid-template-columns:1fr;padding:17px;margin-top:10px;gap:6px}
  .price-list-card strong{text-align:left;white-space:normal}
  .price-list-card span,.price-list-card strong{font-size:1.16rem}
  .work-actions{align-items:flex-start;flex-direction:column}
  .category-heading-v4{align-items:flex-start;flex-direction:column}
  .pricing-hero-v4{padding:52px 0}
  .pricing-hero-v4-grid{gap:34px}
}

/* ===== v5 transparent branding + conversion hero ===== */
:root{--header-offset:116px}

.utility-bar{background:#f7efe7;border-bottom:1px solid #eaded4;color:var(--wine-deep)}
.utility-bar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.78rem;font-weight:800;letter-spacing:.02em}
.utility-bar-inner span,.utility-bar-inner a{display:inline-flex;align-items:center;gap:8px}
.utility-bar-inner span:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(255,101,0,.12)}
.utility-bar-inner a:hover{color:var(--orange)}

.site-header{background:rgba(255,255,255,.97);box-shadow:0 8px 30px rgba(38,22,18,.06)}
.header{min-height:82px;grid-template-columns:132px 1fr auto;gap:24px}
.brand{align-self:stretch;display:flex;align-items:center}
.brand img{width:112px;height:74px;object-fit:contain;object-position:left center}
.nav{gap:22px;font-size:.83rem;text-transform:uppercase;letter-spacing:.025em}
.nav a:after{bottom:-10px;height:3px}
.header-quote{min-width:158px;border-radius:9px;background:var(--wine);box-shadow:none}
.header-quote:hover{background:#341414}
.pricing-anchor-nav{top:var(--header-offset)}

.home-hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background:#130c0b;color:#fff}
.home-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0}
.home-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(10,7,6,.96) 0%,rgba(10,7,6,.88) 30%,rgba(10,7,6,.52) 52%,rgba(10,7,6,.08) 76%,rgba(10,7,6,.08) 100%),linear-gradient(0deg,rgba(12,7,6,.36) 0%,rgba(12,7,6,0) 40%)}
.home-hero-inner{position:relative;z-index:2;padding:92px 0 88px}
.home-hero-copy{max-width:770px}
.home-hero-kicker{margin:0 0 18px;color:#ff7a20;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:900}
.home-hero h1{max-width:820px;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(3.35rem,5.6vw,5.8rem);font-weight:400;letter-spacing:-.03em;line-height:.98;text-wrap:balance}
.home-hero h1 span{color:#ff7a20}
.home-hero-lead{max-width:680px;margin-top:24px;color:#f1e7e1;font-size:clamp(1.06rem,1.55vw,1.26rem);line-height:1.6}
.home-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}
.home-hero-actions .btn{min-height:58px;border-radius:9px;padding-inline:25px}
.home-hero-actions .btn-orange{box-shadow:0 16px 34px rgba(255,101,0,.2)}
.hero-estimate-guide{max-width:690px;margin-top:20px;padding:15px 17px;border-left:3px solid var(--orange);background:rgba(255,255,255,.075);backdrop-filter:blur(7px)}
.hero-estimate-guide strong{display:block;font-size:.9rem}
.hero-estimate-guide span{display:block;margin-top:4px;color:#d8cbc5;font-size:.82rem}
.home-hero-proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.home-hero-proof span{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(0,0,0,.15);font-size:.75rem;font-weight:800;color:#f4ece8}
.home-hero-proof span:before{content:"✓";color:#ff8a3b;font-weight:900}

.trust-ribbon-v4{position:relative;z-index:5;background:#fff;border-bottom:1px solid var(--line-v4);box-shadow:0 16px 35px rgba(45,28,23,.055)}
.trust-ribbon-v4 .container{grid-template-columns:repeat(5,1fr)}
.trust-ribbon-v4 .container>div{position:relative;padding:22px 19px 22px 48px}
.trust-ribbon-v4 .container>div:before{content:"✓";position:absolute;left:18px;top:23px;display:grid;place-items:center;width:21px;height:21px;border:1px solid #d9c8bd;border-radius:50%;color:var(--orange);font-size:.72rem;font-weight:900}
.trust-ribbon-v4 strong{font-size:.9rem}
.trust-ribbon-v4 span{font-size:.76rem;line-height:1.35}

/* The supplied logo remains transparent everywhere, including the footer. */
.footer-logo{background:transparent!important;padding:0!important;border-radius:0!important}
.footer-logo img{width:146px;max-height:none;height:auto}
.site-footer{background:#f6eee7;color:var(--wine-deep);border-top:1px solid #e2d6cc}
.site-footer p{color:#6e5e56}
.site-footer h3{color:var(--wine-deep)}
.site-footer a{color:#5f4c44}
.site-footer a:hover{color:var(--orange)}
.footer-bottom{border-top-color:#ddcfc4;color:#7d6a61}

.mobile-quote-bar{display:none}

@media(max-width:1120px){
  .header{grid-template-columns:120px 1fr auto}
  .brand img{width:102px;height:70px}
  .nav{gap:16px;font-size:.78rem}
  .header-quote{min-width:142px}
}

@media(max-width:1050px){
  :root{--header-offset:112px}
  .header{grid-template-columns:1fr auto}
  .brand img{width:108px;height:72px}
  .header-actions{justify-self:end}
  .home-hero{min-height:650px}
  .home-hero-copy{max-width:690px}
  .trust-ribbon-v4 .container{grid-template-columns:repeat(3,1fr)}
  .trust-ribbon-v4 .container>div:nth-child(3){border-right:0}
  .trust-ribbon-v4 .container>div:nth-child(-n+3){border-bottom:1px solid var(--line-v4)}
}

@media(max-width:720px){
  :root{--header-offset:95px}
  body{padding-bottom:76px}
  .utility-bar-inner{min-height:29px;font-size:.68rem;justify-content:center}
  .utility-bar-inner span{display:none}
  .header{min-height:66px;grid-template-columns:1fr auto;padding-top:2px;padding-bottom:2px}
  .brand img{width:86px;height:61px}
  .header-quote{display:none!important}
  .menu-btn{display:block}
  .mobile-menu{background:#fff;max-height:calc(100vh - 95px);overflow:auto}
  .home-hero{min-height:720px;align-items:flex-end}
  .home-hero-image{object-position:66% center}
  .home-hero-overlay{background:linear-gradient(90deg,rgba(9,6,5,.94) 0%,rgba(9,6,5,.82) 62%,rgba(9,6,5,.36) 100%),linear-gradient(0deg,rgba(9,6,5,.78) 0%,rgba(9,6,5,.12) 70%)}
  .home-hero-inner{padding:64px 0 54px}
  .home-hero h1{font-size:clamp(2.7rem,12.5vw,4rem);line-height:.98}
  .home-hero-lead{font-size:1rem;line-height:1.55;margin-top:18px}
  .home-hero-actions{display:grid;grid-template-columns:1fr;margin-top:24px}
  .home-hero-actions .btn{width:100%}
  .hero-estimate-guide{margin-top:16px;padding:13px 14px}
  .hero-estimate-guide strong{font-size:.84rem}
  .hero-estimate-guide span{font-size:.74rem;line-height:1.45}
  .home-hero-proof{gap:7px;margin-top:16px}
  .home-hero-proof span{font-size:.68rem;padding:7px 9px}
  .trust-ribbon-v4 .container{grid-template-columns:1fr 1fr}
  .trust-ribbon-v4 .container>div{padding:16px 12px 16px 39px;border-bottom:1px solid var(--line-v4)}
  .trust-ribbon-v4 .container>div:nth-child(odd){border-right:1px solid var(--line-v4)}
  .trust-ribbon-v4 .container>div:nth-child(even){border-right:0}
  .trust-ribbon-v4 .container>div:last-child{grid-column:1/-1;border-bottom:0}
  .trust-ribbon-v4 .container>div:before{left:12px;top:17px;width:19px;height:19px}
  .trust-ribbon-v4 strong{font-size:.79rem}
  .trust-ribbon-v4 span{font-size:.69rem}
  .mobile-quote-bar{position:fixed;left:8px;right:8px;bottom:8px;z-index:1200;display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;padding:7px;background:rgba(255,255,255,.97);border:1px solid #ded2c9;border-radius:14px;box-shadow:0 16px 45px rgba(35,20,16,.23);backdrop-filter:blur(12px)}
  .mobile-quote-bar a{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:9px;font-size:.86rem;font-weight:900}
  .mobile-call{border:1px solid #d2c5bb;color:var(--wine)}
  .mobile-estimate{background:var(--orange);color:#fff}
  .mobile-cta{display:none!important}
  .footer-logo img{width:126px}
}


/* ===== v6 conversion funnel cleanup, real projects, and FAQ ===== */
.footer-logo{background:transparent!important;padding:0!important;border-radius:0!important}
.footer-logo img{width:190px;height:auto;object-fit:contain}
.home-hero-proofline{margin-top:18px;color:#f4e8e1;font-size:.86rem;font-weight:800;letter-spacing:.035em}
.trust-ribbon-v4 .trust-five{grid-template-columns:repeat(5,1fr)}
.service-choice .choice-foot{justify-content:flex-start}
.service-choice .choice-foot span{font-size:.82rem;color:var(--wine);font-weight:900;letter-spacing:.01em;text-transform:none}
.service-choice .choice-foot strong{display:none}
.recent-projects-section{background:#f5f0eb}
.recent-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.recent-project-card{background:#fff;border:1px solid var(--line-v4);border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(50,28,24,.06);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.recent-project-card:hover{transform:translateY(-5px);box-shadow:0 20px 46px rgba(50,28,24,.11);border-color:#c9b6ad}
.recent-project-image{display:block;aspect-ratio:1.195/1;background:#ded5ce;overflow:hidden}
.recent-project-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.recent-project-card:hover .recent-project-image img{transform:scale(1.025)}
.recent-project-body{padding:22px;display:flex;flex-direction:column;flex:1}
.recent-project-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.recent-project-meta span{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--orange)}
.recent-project-meta strong{font-size:.78rem;color:var(--muted)}
.recent-project-body h3,.recent-project-body h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:-.02em;font-size:1.55rem;line-height:1.12}
.recent-project-body p{color:var(--muted);font-size:.9rem;line-height:1.55;margin-top:10px}
.project-link{display:inline-flex;margin-top:auto;padding-top:18px;color:var(--wine);font-weight:900;font-size:.86rem}
.recent-project-actions{display:flex;gap:24px;align-items:center;margin-top:28px}
.process-four{grid-template-columns:repeat(4,1fr)}
.review-v4 p{min-height:0}
.faq-sales-section{background:#fff}
.faq-sales{gap:0;border-top:1px solid #aaa19b}
.faq-sales details{border:0;border-bottom:1px solid #aaa19b;border-radius:0;padding:0;background:transparent}
.faq-sales summary{padding:28px 58px 28px 0;font-size:clamp(1.05rem,1.8vw,1.35rem);line-height:1.3;font-weight:800}
.faq-sales summary:after{right:6px;top:18px;font-size:2.35rem;line-height:1;font-weight:300;color:#111}
.faq-sales details[open] summary:after{content:"−"}
.faq-sales details p{padding:0 80px 28px 0;max-width:900px;font-size:.98rem;line-height:1.65}
.faq-intro{color:var(--muted);margin-top:12px;max-width:720px}
.projects-page-hero{background:linear-gradient(135deg,#fffaf5,#f1e7df)}
.projects-gallery-grid{margin-top:22px}
.project-gallery-card h2{font-size:1.55rem}
.project-card-actions{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-top:auto;padding-top:18px}
.project-card-actions>a:last-child{font-size:.82rem;font-weight:800;color:var(--muted)}
.project-gallery-cta{margin-top:38px;background:linear-gradient(135deg,var(--wine),#2f1212);color:#fff;border-radius:26px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.project-gallery-cta h2{color:#fff;font-size:clamp(2rem,3.4vw,3.1rem)}
.project-gallery-cta p{color:#e7d8d3;margin-top:8px;max-width:720px}

@media(max-width:1050px){
  .trust-ribbon-v4 .trust-five{grid-template-columns:repeat(3,1fr)}
  .recent-project-grid{grid-template-columns:repeat(2,1fr)}
  .process-four{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .trust-ribbon-v4 .trust-five{grid-template-columns:1fr 1fr}
  .trust-ribbon-v4 .trust-five>div:last-child{grid-column:1/-1}
  .recent-project-grid{grid-template-columns:1fr}
  .recent-project-actions{align-items:flex-start;flex-direction:column}
  .process-four{grid-template-columns:1fr}
  .faq-sales summary{padding:23px 46px 23px 0;font-size:1rem}
  .faq-sales summary:after{top:16px;font-size:2rem}
  .faq-sales details p{padding-right:10px}
  .project-gallery-cta{align-items:flex-start;flex-direction:column;padding:28px 22px}
}


/* Service-page project proof */
.service-proof-figure{position:relative;margin:0;border-radius:24px;overflow:hidden;min-height:100%;background:#ddd3ca;box-shadow:0 18px 42px rgba(50,28,24,.10)}
.service-proof-figure img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}
.service-proof-figure figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 14px;border-radius:10px;background:rgba(30,13,12,.82);color:#fff;font-size:.78rem;font-weight:800;backdrop-filter:blur(8px)}
@media(max-width:720px){.service-proof-figure img{min-height:300px}.service-proof-figure figcaption{font-size:.72rem}}


/* ===== v7 final hero + authentic Google review proof ===== */
.nav{gap:20px;font-size:.88rem}
.home-hero{min-height:710px;background:#100a08}
.home-hero-image{object-position:center 47%}
.home-hero-overlay{
  background:
    linear-gradient(90deg,rgba(7,5,4,.97) 0%,rgba(7,5,4,.92) 25%,rgba(7,5,4,.72) 43%,rgba(7,5,4,.26) 62%,rgba(7,5,4,.05) 82%,rgba(7,5,4,.03) 100%),
    linear-gradient(0deg,rgba(8,5,4,.40) 0%,rgba(8,5,4,0) 46%);
}
.home-hero-copy{max-width:710px}
.home-hero h1{max-width:760px;font-size:clamp(3.4rem,5.55vw,5.9rem)}
.home-hero-lead{max-width:650px}
.hero-estimate-guide{max-width:650px}

.review-proof-section{background:linear-gradient(180deg,#fff 0%,#f7f2ed 100%);scroll-margin-top:120px}
.review-proof-head{display:grid;grid-template-columns:1fr 330px;gap:48px;align-items:end;margin-bottom:34px}
.review-proof-head .short-head{margin:0;max-width:820px}
.review-proof-head .short-head>p:last-child{margin-top:15px;color:var(--muted);max-width:720px}
.review-rating-box{background:#fff;border:1px solid var(--line-v4);border-radius:22px;padding:24px;box-shadow:0 14px 38px rgba(45,27,24,.07)}
.review-source{display:block;text-transform:uppercase;letter-spacing:.11em;font-size:.7rem;font-weight:900;color:var(--wine)}
.review-stars{color:#f9a000;letter-spacing:.08em;font-size:1.32rem;margin-top:8px}
.review-rating-box strong{display:block;font-family:"DM Serif Display",Georgia,serif;font-size:1.45rem;font-weight:400;margin-top:5px}
.review-rating-box small{display:block;color:var(--muted);line-height:1.45;margin-top:6px}
.review-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}
.review-proof-card{margin:0;background:#fff;border:1px solid var(--line-v4);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(45,27,24,.06);transition:transform .22s ease,box-shadow .22s ease}
.review-proof-card:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(45,27,24,.11)}
.review-proof-card>a{display:block;background:#fff;overflow:hidden}
.review-proof-card img{width:100%;height:auto;object-fit:contain;background:#fff;transition:transform .28s ease}
.review-proof-card:hover img{transform:scale(1.012)}
.review-proof-card figcaption{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-top:1px solid #eee7e1}
.review-proof-card figcaption strong{font-size:.88rem}
.review-proof-card figcaption span{font-size:.7rem;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em;text-align:right}
.review-proof-cta{margin-top:28px;border:1px solid var(--line-v4);background:#fff;border-radius:20px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.review-proof-cta div{display:grid;gap:3px}
.review-proof-cta strong{font-family:"DM Serif Display",Georgia,serif;font-size:1.35rem;font-weight:400}
.review-proof-cta span{color:var(--muted);font-size:.88rem}

@media(max-width:1120px){
  .nav{display:none}.menu-btn{display:block}
}
@media(max-width:900px){
  .review-proof-head{grid-template-columns:1fr;gap:22px;align-items:start}
  .review-rating-box{max-width:420px}
  .review-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .home-hero{min-height:735px}
  .home-hero-image{object-position:58% center}
  .home-hero-overlay{background:linear-gradient(90deg,rgba(8,5,4,.94) 0%,rgba(8,5,4,.83) 64%,rgba(8,5,4,.44) 100%),linear-gradient(0deg,rgba(8,5,4,.82) 0%,rgba(8,5,4,.13) 72%)}
  .review-proof-grid{grid-template-columns:1fr;gap:16px}
  .review-proof-card figcaption{padding:13px 14px}
  .review-proof-cta{align-items:stretch;flex-direction:column}
  .review-proof-cta .btn{width:100%}
}


/* ===== v8 pricing return, three-detail estimate, and uncropped Roman portrait ===== */
.owner-v4-grid{grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:58px;justify-content:center}
.owner-v3-photo{max-width:420px;width:100%;margin-inline:auto;border-radius:26px;background:#eee8e3;padding:14px;overflow:visible;box-shadow:0 18px 44px rgba(50,28,24,.10)}
.owner-v3-photo img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:18px;background:#ddd3cb}
.owner-v3-photo .owner-stamp{left:26px;bottom:26px}
.roman{grid-template-columns:minmax(280px,410px) minmax(0,1fr);gap:58px;justify-content:center}
.roman-photo{max-width:410px;width:100%;margin-inline:auto;padding:14px;border-radius:26px;overflow:visible;background:#eee8e3;box-shadow:0 18px 44px rgba(50,28,24,.10)}
.roman-photo img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:18px;background:#ddd3cb}
.home-package-return .row-head>p{color:#dfd1cc;max-width:600px}
.home-package-footer{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.16)}
.home-package-footer p{color:#dfd1cc;max-width:760px}
.saved-mini-list{grid-template-columns:repeat(3,1fr)!important}
.estimate-requirements{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:6px}
.estimate-requirements>div{border:1px solid var(--line);border-radius:18px;padding:18px;background:#f8f5f2;display:grid;gap:5px}
.estimate-requirements b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--orange);color:#fff}
.estimate-requirements strong{font-size:.95rem;margin-top:6px}
.estimate-requirements span,.estimate-contact-note{color:var(--muted);font-size:.82rem;line-height:1.5}
.estimate-contact-note{margin:2px 0 8px}
.pricing-three-details{background:#fff;border-bottom:1px solid var(--line)}
.pricing-three-details .container{min-height:76px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.pricing-three-details strong{color:var(--wine)}
.pricing-three-details span{padding:9px 13px;border:1px solid var(--line);border-radius:999px;font-size:.82rem;font-weight:800;background:#faf7f4}
.pricing-three-details a{margin-left:auto;color:var(--wine);font-weight:900}
.project-hold-card{text-align:center;padding:48px}
.project-hold-card h2{font-size:clamp(2.2rem,4vw,3.6rem)}
.three-detail-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}
.three-detail-list>div{border:1px solid var(--line);border-radius:18px;padding:20px;background:#f8f5f2;display:grid;gap:8px}
.three-detail-list b{color:var(--orange);font-size:1.25rem}
.project-hold-card .btn{margin:6px}
@media(max-width:900px){
  .owner-v4-grid,.roman{grid-template-columns:1fr}
  .owner-v3-photo,.roman-photo{max-width:360px}
  .home-package-footer{align-items:flex-start;flex-direction:column}
  .estimate-requirements,.three-detail-list{grid-template-columns:1fr}
  .pricing-three-details .container{padding-block:18px;align-items:flex-start;flex-direction:column;gap:10px}
  .pricing-three-details a{margin-left:0}
}
@media(max-width:720px){
  .saved-mini-list{grid-template-columns:1fr!important}
  .owner-v3-photo,.roman-photo{max-width:310px;padding:10px}
  .owner-v3-photo .owner-stamp{left:18px;bottom:18px}
  .project-hold-card{padding:30px 20px}
}


/* ===== v9 sharp hero + readable Google-review cards ===== */
.home-hero{min-height:720px;background:#120c09}
.home-hero-media{position:absolute;inset:0;z-index:0;display:block}
.home-hero-media img,.home-hero-image{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:none!important;transform:none!important}
.home-hero-overlay{
  background:
    linear-gradient(90deg,rgba(8,5,4,.98) 0%,rgba(8,5,4,.94) 24%,rgba(8,5,4,.78) 39%,rgba(8,5,4,.34) 55%,rgba(8,5,4,.08) 72%,rgba(8,5,4,.02) 100%),
    linear-gradient(0deg,rgba(8,5,4,.34) 0%,rgba(8,5,4,0) 44%);
}
.home-hero-inner{padding:92px 0 84px}
.home-hero-copy{max-width:670px}
.home-hero h1{max-width:690px;font-size:clamp(3.25rem,5.15vw,5.35rem);line-height:.98;text-shadow:0 3px 24px rgba(0,0,0,.22)}
.home-hero-lead{max-width:620px;font-size:clamp(1.04rem,1.35vw,1.18rem);color:#f4ece8}
.hero-estimate-guide{max-width:650px;margin-top:22px;padding:14px 16px;border-radius:12px;background:rgba(15,9,7,.54);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(7px)}
.hero-estimate-guide strong{display:block;color:#fff;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}
.hero-estimate-guide span{display:block;margin-top:5px;color:#f0dfd4;font-size:.82rem;line-height:1.45}

.google-review-section{background:linear-gradient(180deg,#fff 0%,#f7f3ef 100%);scroll-margin-top:110px}
.google-review-heading{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;align-items:end;margin-bottom:34px}
.google-review-heading .short-head{margin:0;max-width:790px}
.google-review-heading .short-head>p:last-child{margin-top:15px;color:var(--muted);max-width:720px}
.google-review-summary{background:#fff;border:1px solid #e2ddd8;border-radius:20px;padding:22px;box-shadow:0 14px 38px rgba(45,27,24,.07)}
.google-summary-brand{display:flex;align-items:center;gap:10px}
.google-summary-brand strong{font-size:1rem}
.google-summary-stars{margin-top:8px;color:#f9ab00;font-size:1.3rem;letter-spacing:.08em}
.google-review-summary>span{display:block;color:var(--muted);font-size:.82rem;margin-top:4px}
.google-g{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid #ece7e3;color:#4285f4;font-weight:900;font-family:Arial,sans-serif;box-shadow:0 3px 9px rgba(0,0,0,.06)}
.google-g.small{width:26px;height:26px;font-size:.84rem;flex:0 0 auto}
.google-reviews-grid{columns:3 320px;column-gap:20px}
.google-review-card{display:inline-block;width:100%;break-inside:avoid;margin:0 0 20px;background:#fff;border:1px solid #e2ddd8;border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(45,27,24,.055);transition:transform .2s ease,box-shadow .2s ease}
.google-review-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(45,27,24,.10)}
.google-review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.google-review-person{display:flex;align-items:center;gap:12px;min-width:0}
.google-review-avatar{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:50%;color:#fff;font-size:1.04rem;font-weight:700}
.avatar-brown{background:#8a6556}.avatar-purple{background:#7436b7}.avatar-slate{background:#8296a0}.avatar-green{background:#477a62}.avatar-charcoal{background:#4b5054}.avatar-taupe{background:#96796d}
.google-review-person>div{display:grid;min-width:0}
.google-review-person strong{font-size:.94rem;line-height:1.25}
.google-review-person span{margin-top:2px;color:#67625f;font-size:.72rem;line-height:1.3}
.google-review-rating{display:flex;align-items:center;gap:10px;margin-top:14px}
.google-review-rating>span{color:#f9ab00;letter-spacing:.06em;font-size:1.02rem;white-space:nowrap}
.google-review-rating small{color:#77716d;font-size:.7rem}
.google-review-card blockquote{margin:14px 0 0;color:#252220;font-size:.9rem;line-height:1.62}
.google-review-card blockquote p+p{margin-top:12px}
.google-review-section .review-proof-cta{margin-top:12px}

@media(max-width:900px){
  .google-review-heading{grid-template-columns:1fr;gap:20px;align-items:start}
  .google-review-summary{max-width:420px}
  .google-reviews-grid{columns:2 290px}
}
@media(max-width:720px){
  .home-hero{min-height:760px;align-items:flex-end}
  .home-hero-media img,.home-hero-image{object-position:center 38%}
  .home-hero-overlay{background:linear-gradient(0deg,rgba(7,4,3,.98) 0%,rgba(7,4,3,.92) 49%,rgba(7,4,3,.52) 76%,rgba(7,4,3,.16) 100%)}
  .home-hero-inner{padding:210px 0 48px}
  .home-hero-copy{max-width:100%}
  .home-hero h1{font-size:clamp(2.6rem,11.6vw,3.65rem);max-width:100%}
  .home-hero-lead{font-size:.98rem}
  .hero-estimate-guide{background:rgba(12,7,5,.64);padding:12px 13px}
  .google-reviews-grid{columns:1}
  .google-review-card{padding:18px;margin-bottom:14px}
  .google-review-card blockquote{font-size:.88rem}
}

.google-review-title{font-weight:800;color:#171514;margin-bottom:12px}


/* ===== v10 service-first hero, stronger trust, balanced estimate steps, and SEO blog ===== */
.home-hero-copy{max-width:750px}
.home-hero h1{max-width:790px;font-size:clamp(3.15rem,5.15vw,5.45rem);line-height:.98}
.home-hero h1 span{color:#ff7a1a}
.hero-start-kit{max-width:760px;padding:16px 18px 17px;background:rgba(18,10,7,.66);border-color:rgba(255,255,255,.22);box-shadow:0 15px 38px rgba(0,0,0,.22)}
.hero-kit-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px}
.hero-kit-head strong{font-size:.9rem!important;letter-spacing:.075em}
.hero-kit-head>span{margin:0!important;color:#dccbc1!important;font-size:.74rem!important;text-align:right}
.hero-detail-steps{display:grid;grid-template-columns:.82fr 1.8fr .72fr;gap:8px;margin-top:12px}
.hero-detail-steps>div{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 12px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.075)}
.hero-detail-steps b{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:var(--orange);color:#fff;font-size:.76rem}
.hero-detail-steps span{margin:0!important;color:#fff!important;font-size:.76rem!important;line-height:1.3;font-weight:800}

.trust-ribbon-v4{padding:20px 0;background:linear-gradient(135deg,#321313 0%,#4a1e1e 56%,#5d2620 100%);border:0;box-shadow:0 18px 44px rgba(49,20,18,.18)}
.trust-ribbon-v4 .trust-five{grid-template-columns:repeat(4,1fr);gap:12px}
.trust-ribbon-v4 .trust-card-v10{position:relative;padding:21px 22px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:16px;background:rgba(255,255,255,.07);min-height:132px;display:flex;flex-direction:column;justify-content:center}
.trust-ribbon-v4 .trust-card-v10:before{display:none!important}
.trust-value-v10{display:block;color:#ff7a1a;font-family:"DM Serif Display",Georgia,serif;font-size:2.15rem;line-height:.9;font-weight:400}
.trust-ribbon-v4 .trust-card-v10 strong{display:block;color:#fff;font-size:.93rem;margin-top:9px;line-height:1.22}
.trust-ribbon-v4 .trust-card-v10 span{display:block;color:#dbcac4;font-size:.73rem;line-height:1.45;margin-top:5px}

.estimate-form-container-v10{width:min(calc(100% - 40px),1080px);margin-inline:auto}
.estimate-form-container-v10 .quick-form{padding:32px}
.quick-form>.full{grid-column:1/-1!important}
.estimate-requirements-v10{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 12px}
.estimate-requirements-v10 .estimate-step-card{min-width:0;min-height:190px;padding:22px!important;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#f7f2ee 100%);box-shadow:0 10px 24px rgba(52,30,26,.055)}
.estimate-step-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.estimate-requirements-v10 .estimate-step-top b{width:40px;height:40px;font-size:.95rem}
.estimate-step-top>span{text-transform:uppercase;letter-spacing:.1em;font-size:.64rem!important;font-weight:900;color:#8a7770!important}
.estimate-requirements-v10 strong{font-size:1.04rem;margin-top:18px;line-height:1.35}
.estimate-requirements-v10 p{color:var(--muted);font-size:.83rem;line-height:1.55;margin-top:8px}
.estimate-contact-note{grid-column:1/-1!important;width:100%;padding:14px 16px;border-radius:12px;background:#f8f1eb;border-left:4px solid var(--orange);margin:0 0 12px!important}

.nav a[aria-current="page"]{color:var(--orange)}

.blog-index-hero{padding:86px 0;background:radial-gradient(circle at 78% 24%,rgba(255,101,0,.22),transparent 28%),linear-gradient(135deg,#1e0d0d,#4a1e1e);color:#fff}
.blog-index-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:56px;align-items:center}
.blog-index-hero h1{font-size:clamp(3.2rem,5.6vw,5.7rem);max-width:900px;color:#fff}
.blog-index-hero .lead{color:#eadeda;margin-top:22px;max-width:760px}
.blog-feature-v10{padding:30px;border:1px solid rgba(255,255,255,.17);border-radius:24px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);box-shadow:0 24px 60px rgba(0,0,0,.18)}
.blog-feature-v10>span{display:inline-block;padding:7px 10px;border-radius:999px;background:var(--orange);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.blog-feature-v10 h2{font-size:2.15rem;color:#fff;margin-top:20px}
.blog-feature-v10 p{color:#e4d6d0;line-height:1.6;margin-top:14px}
.blog-feature-v10 a{display:inline-block;color:#fff;font-weight:900;margin-top:20px}
.blog-grid-section-v10{background:#f7f3ef}
.blog-grid-v10{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
.blog-card-v10{display:flex;flex-direction:column;background:#fff;border:1px solid #e1d8d1;border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(52,30,26,.06);transition:transform .2s ease,box-shadow .2s ease}
.blog-card-v10:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(52,30,26,.11)}
.blog-card-cover{height:174px;padding:18px;display:flex;align-items:flex-start;justify-content:space-between;color:#fff;background:#4a1e1e;position:relative;overflow:hidden}
.blog-card-cover:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.18);border-radius:42% 58% 66% 34%;right:-60px;bottom:-90px;transform:rotate(28deg)}
.blog-card-cover span{position:relative;z-index:1;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.22);font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.blog-card-cover b{position:relative;z-index:1;font-family:"DM Serif Display",Georgia,serif;font-size:3rem;font-weight:400;line-height:1;color:rgba(255,255,255,.55)}
.cover-1{background:linear-gradient(135deg,#64251e,#ef6b12)}.cover-2{background:linear-gradient(135deg,#2f2925,#725646)}.cover-3{background:linear-gradient(135deg,#6d4e38,#b98b62)}
.blog-card-body{padding:24px;display:flex;flex-direction:column;flex:1}
.blog-card-body h2{font-size:1.55rem;line-height:1.12;margin-top:9px}
.blog-card-body h2 a:hover{color:var(--orange)}
.blog-card-body>p:not(.eyebrow){color:var(--muted);font-size:.88rem;line-height:1.58;margin-top:12px}
.blog-read-v10{margin-top:auto;padding-top:22px;color:var(--wine);font-weight:900;font-size:.84rem}
.blog-conversion-v10{background:#23100f;color:#fff}
.blog-conversion-v10 .container{display:flex;align-items:center;justify-content:space-between;gap:44px}
.blog-conversion-v10 h2{color:#fff;max-width:900px}
.blog-conversion-v10 p:not(.eyebrow){color:#decfca;margin-top:13px}

.blog-article-hero{padding:72px 0 58px;background:linear-gradient(180deg,#fffaf6,#f5ece5);border-bottom:1px solid #e2d6cc}
.blog-article-hero h1{font-size:clamp(3rem,5.7vw,5.8rem);max-width:1080px}
.blog-article-hero .lead{margin-top:22px;max-width:920px}
.article-meta-v10{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.article-meta-v10 span{padding:8px 11px;border:1px solid #dacdc4;border-radius:999px;background:#fff;font-size:.72rem;font-weight:800;color:#6e5f58}
.blog-article-section{background:#fff}
.blog-article-layout{display:grid;grid-template-columns:minmax(0,780px) minmax(280px,360px);gap:70px;align-items:start;justify-content:center}
.article-v10{font-size:1.02rem;line-height:1.76;color:#4e4844}
.article-v10 .article-deck{font-size:1.23rem;line-height:1.62;color:#332b28}
.article-v10 h2{font-size:clamp(1.85rem,3vw,2.7rem);line-height:1.1;margin-top:46px}
.article-v10 h3{font-size:1.55rem;margin-top:32px}
.article-v10 ul,.article-v10 ol{padding-left:22px;display:grid;gap:9px}
.article-v10 strong{color:#2a211e}
.article-callout-v10{margin:32px 0;padding:24px 26px;border-radius:18px;background:#f8f1eb;border-left:5px solid var(--orange)}
.article-callout-v10 strong{display:block;font-size:1rem}.article-callout-v10 p{margin-top:8px}
.article-rule-v10{display:flex;gap:14px;align-items:center;margin:26px 0;padding:15px 18px;border-radius:12px;background:#2b1413;color:#fff}.article-rule-v10 b{color:#ff9551}.article-rule-v10 span{font-weight:800}
.blog-sidebar-v10{position:sticky;top:130px;display:grid;gap:20px}
.article-cta-v10{padding:26px;border-radius:22px;background:linear-gradient(145deg,#391716,#5b2520);color:#fff;box-shadow:0 20px 50px rgba(52,23,21,.18)}
.article-cta-v10 h2{color:#fff;font-size:2.05rem;margin-top:10px}.article-cta-v10 p:not(.eyebrow){color:#e2d3ce;line-height:1.6;margin:14px 0 20px}
.related-guides-v10{padding:24px;border:1px solid #e2d8d0;border-radius:20px;background:#fbf8f5}
.related-guides-v10>a{display:grid;gap:4px;padding:15px 0;border-bottom:1px solid #e5dcd5}.related-guides-v10>a:last-child{border:0}.related-guides-v10 strong{font-size:.88rem}.related-guides-v10 span{color:var(--muted);font-size:.75rem;line-height:1.45}
.responsive-table-v10{overflow-x:auto;margin:28px 0;border:1px solid #dfd5cd;border-radius:18px}
.responsive-table-v10 table{border-collapse:collapse;width:100%;min-width:680px;background:#fff}
.responsive-table-v10 th,.responsive-table-v10 td{padding:15px 16px;text-align:left;border-bottom:1px solid #e7dfd9;vertical-align:top}
.responsive-table-v10 th{background:#3b1817;color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.responsive-table-v10 td{font-size:.86rem;line-height:1.5}.responsive-table-v10 tr:last-child td{border-bottom:0}
.idea-grid-v10{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0}
.idea-grid-v10>div{padding:22px;border:1px solid #e2d9d2;border-radius:18px;background:#fbf8f5}
.idea-grid-v10 b{color:var(--orange);font-size:.8rem;letter-spacing:.1em}.idea-grid-v10 h2{font-size:1.35rem;margin:9px 0 0}.idea-grid-v10 p{font-size:.86rem;line-height:1.55;margin-top:10px}.idea-grid-v10 span{display:block;color:#7c6b63;font-size:.72rem;font-weight:800;margin-top:12px}
.package-table-v10{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0}
.package-table-v10>div{position:relative;padding:24px;border:1px solid #ddcfc6;border-radius:18px;background:#fff}.package-table-v10>div.featured{border:2px solid var(--orange);transform:translateY(-8px);box-shadow:0 18px 38px rgba(255,101,0,.13)}
.package-table-v10 em{position:absolute;left:50%;top:-14px;transform:translateX(-50%);white-space:nowrap;padding:5px 9px;border-radius:999px;background:var(--orange);color:#fff;font-size:.62rem;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.package-table-v10 span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:900}.package-table-v10 strong{display:block;font-family:"DM Serif Display",Georgia,serif;font-size:2rem;font-weight:400;margin-top:9px}.package-table-v10 ul{font-size:.78rem;margin-top:14px;padding-left:18px;gap:6px}
.comparison-v10{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:30px 0}.comparison-v10>div{padding:25px;border:1px solid #dfd5ce;border-radius:20px;background:#fbf8f5}.comparison-v10 h2{font-size:1.75rem;margin:10px 0 0}.comparison-v10 ul{font-size:.86rem;margin-top:17px}
.estimate-article-steps-v10{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:30px 0}.estimate-article-steps-v10>div{padding:22px;border:1px solid #dfd5ce;border-radius:20px;background:#fbf8f5}.estimate-article-steps-v10 b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff}.estimate-article-steps-v10 h2{font-size:1.4rem;margin:15px 0 0}.estimate-article-steps-v10 p{font-size:.84rem;line-height:1.55;margin-top:10px}

@media(max-width:1050px){
  .trust-ribbon-v4 .trust-five{grid-template-columns:repeat(2,1fr)}
  .blog-index-hero-grid,.blog-article-layout{grid-template-columns:1fr}
  .blog-feature-v10{max-width:620px}.blog-grid-v10{grid-template-columns:repeat(2,1fr)}
  .blog-sidebar-v10{position:static;grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .home-hero h1{font-size:clamp(2.55rem,11vw,3.55rem)}
  .hero-kit-head{display:block}.hero-kit-head>span{text-align:left;margin-top:5px!important}
  .hero-detail-steps{grid-template-columns:1fr;gap:6px}.hero-detail-steps>div{min-height:44px}
  .trust-ribbon-v4{padding:13px 0}.trust-ribbon-v4 .trust-five{grid-template-columns:1fr!important;gap:8px}.trust-ribbon-v4 .trust-card-v10{min-height:0;padding:16px 18px!important}.trust-value-v10{font-size:1.75rem}.trust-ribbon-v4 .trust-card-v10:last-child{grid-column:auto!important}
  .estimate-form-container-v10{width:min(calc(100% - 22px),1080px)}.estimate-form-container-v10 .quick-form{padding:16px}
  .estimate-requirements-v10{grid-template-columns:1fr}.estimate-requirements-v10 .estimate-step-card{min-height:0}
  .blog-index-hero{padding:62px 0}.blog-index-hero h1{font-size:clamp(2.75rem,12vw,4rem)}
  .blog-grid-v10{grid-template-columns:1fr}.blog-conversion-v10 .container{align-items:flex-start;flex-direction:column}
  .blog-article-hero{padding:54px 0 42px}.blog-article-hero h1{font-size:clamp(2.6rem,11vw,4rem)}
  .blog-sidebar-v10{grid-template-columns:1fr}.idea-grid-v10,.package-table-v10,.comparison-v10,.estimate-article-steps-v10{grid-template-columns:1fr}.package-table-v10>div.featured{transform:none;margin-top:10px}
}


/* ===== v11 package-first pricing system ===== */
.pricing-hero-v11{background:radial-gradient(circle at 78% 25%,rgba(255,111,20,.24),transparent 24%),linear-gradient(135deg,#170b0b 0%,#3d1717 58%,#180b0b 100%);color:#fff;padding:82px 0 72px}
.pricing-hero-grid-v11{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.pricing-hero-v11 h1{font-size:clamp(3.2rem,6.2vw,6.2rem);line-height:.94;max-width:800px}.pricing-hero-v11 h1 span{color:#ff7a1a}.pricing-hero-v11>div>div>p:not(.eyebrow){max-width:680px;color:#eadbd5;font-size:1.08rem;line-height:1.65;margin-top:22px}
.pricing-clarity-card-v11{background:#fff;color:var(--ink);border-radius:28px;padding:30px;box-shadow:0 28px 80px rgba(0,0,0,.28)}.pricing-clarity-card-v11>strong{font-family:"DM Serif Display",Georgia,serif;font-size:1.8rem;font-weight:400}.pricing-clarity-card-v11 ol{list-style:none;margin:24px 0 18px;padding:0;display:grid;gap:12px;counter-reset:step}.pricing-clarity-card-v11 li{position:relative;padding:16px 16px 16px 58px;background:#f7f1ec;border:1px solid #e3d5cb;border-radius:16px}.pricing-clarity-card-v11 li:before{counter-increment:step;content:counter(step);position:absolute;left:16px;top:16px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-weight:900}.pricing-clarity-card-v11 li b,.pricing-clarity-card-v11 li span{display:block}.pricing-clarity-card-v11 li span{font-size:.82rem;color:var(--muted);margin-top:3px}.pricing-clarity-card-v11>p{font-size:.78rem;color:var(--muted);line-height:1.5;border-top:1px solid var(--line);padding-top:16px}
.pricing-quick-nav-v11{position:sticky;top:var(--header-offset);z-index:760;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(45,24,19,.06)}.pricing-quick-nav-v11 .container{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding-top:12px;padding-bottom:12px}.pricing-quick-nav-v11 a{padding:12px 14px;border:1px solid #e2d4ca;border-radius:13px;background:#faf7f3;transition:.2s}.pricing-quick-nav-v11 a:hover{background:var(--wine);color:#fff;transform:translateY(-2px)}.pricing-quick-nav-v11 b,.pricing-quick-nav-v11 span{display:block}.pricing-quick-nav-v11 b{font-size:.78rem}.pricing-quick-nav-v11 span{font-size:.7rem;color:var(--wine);margin-top:4px;font-weight:800}.pricing-quick-nav-v11 a:hover span{color:#ffd8be}
.pricing-simple-note-v11{background:#fff8f1;border-bottom:1px solid #ead8cb}.pricing-simple-note-v11>.container{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:22px;padding-bottom:22px}.pricing-simple-note-v11 .container>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pricing-simple-note-v11 b{color:var(--wine);margin-right:4px}.pricing-simple-note-v11 span{padding:9px 13px;border:1px solid #dcc8ba;border-radius:999px;background:#fff;font-size:.78rem;font-weight:800}
.pricing-package-section-v11{padding:86px 0;background:#fff;scroll-margin-top:155px}.pricing-package-section-v11:nth-of-type(even){background:#f5f0eb}.pricing-section-head-v11{display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:30px}.pricing-section-head-v11>div{position:relative;padding-left:68px;max-width:820px}.pricing-section-head-v11>div>span{position:absolute;left:0;top:1px;font-family:"DM Serif Display",Georgia,serif;font-size:2.8rem;color:#d8c3b5}.pricing-section-head-v11 h2{font-size:clamp(2.2rem,4vw,4rem)}.pricing-section-head-v11 p:last-child{color:var(--muted);max-width:760px;margin-top:10px;line-height:1.65}.pricing-section-head-v11>a{font-weight:900;color:var(--wine);white-space:nowrap}
.package-grid-v11{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.package-card-v11{position:relative;background:#fff;border:1px solid #decec3;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 14px 36px rgba(55,31,24,.07);transition:.25s}.package-card-v11:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(55,31,24,.13)}.package-card-v11.featured{border:2px solid var(--orange);box-shadow:0 22px 60px rgba(255,101,0,.14)}
.package-visual-v11{position:relative;aspect-ratio:16/9;background:#21100e;overflow:hidden}.package-visual-v11 img{width:100%;height:100%;object-fit:cover;display:block}.package-visual-v11>span{position:absolute;left:14px;bottom:12px;padding:6px 9px;background:rgba(22,10,9,.78);color:#fff;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.package-badge-v11{position:absolute;z-index:2;right:12px;top:12px;background:var(--orange);color:#fff;border-radius:999px;padding:7px 11px;font-size:.64rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.package-body-v11{padding:24px;display:flex;flex-direction:column;flex:1}.package-level-v11{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:15px;border-bottom:1px solid #e5d9d0}.package-level-v11 span{font-size:.68rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:var(--wine)}.package-level-v11 strong{font-size:1.3rem;color:var(--wine);text-align:right}.package-body-v11 h3{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:1.75rem;line-height:1.05;margin:18px 0}.package-best-v11,.package-look-v11{padding:13px 14px;border-radius:14px;margin-top:10px}.package-best-v11{background:#fff2e7;border-left:4px solid var(--orange)}.package-look-v11{background:#f7f3ef}.package-best-v11 b,.package-look-v11 b,.package-included-v11>b{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.64rem;color:var(--wine);margin-bottom:5px}.package-best-v11 p,.package-look-v11 p{font-size:.82rem;line-height:1.5;color:#4b3933}.package-included-v11{margin-top:20px}.package-included-v11 ul{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:9px}.package-included-v11 li{position:relative;padding-left:23px;font-size:.82rem;line-height:1.45;color:#3f312d}.package-included-v11 li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}.package-note-v11{margin:18px 0;color:#75645d;font-size:.72rem;line-height:1.5;border-top:1px solid #e8ddd5;padding-top:14px}.package-note-v11 strong{color:#4c342d}.package-cta-v11{width:100%;margin-top:auto;text-align:center}
.pricing-included-v11{padding:88px 0;background:#23100f;color:#fff}.pricing-included-v11 .short-head p{color:#dbc8c0}.pricing-included-grid-v11{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}.pricing-included-grid-v11 article{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.045)}.pricing-included-grid-v11 article>b{font-family:"DM Serif Display",Georgia,serif;font-size:2.2rem;color:#ff8a39}.pricing-included-grid-v11 h3{margin-top:12px}.pricing-included-grid-v11 p{color:#d9c9c2;font-size:.84rem;line-height:1.6;margin-top:8px}
.home-package-visual-v11{margin:-28px -28px 20px;aspect-ratio:16/9;overflow:hidden;background:#21100e}.home-package-visual-v11 img{width:100%;height:100%;object-fit:cover;display:block}.home-package-card-v11>p{font-size:.82rem;line-height:1.55;opacity:.76;margin-top:12px}.home-package-card-v11 ul{margin-top:16px}
.selected-package-v11{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;background:#fff2e7;border:1px solid #f3c6a7;border-left:5px solid var(--orange);border-radius:16px;padding:14px 16px;margin-bottom:6px}.selected-package-v11 span{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--wine)}.selected-package-v11 strong{font-size:.95rem}.selected-package-v11 a{font-size:.78rem;font-weight:900;color:var(--wine)}
@media(max-width:1050px){.pricing-hero-grid-v11{grid-template-columns:1fr}.pricing-quick-nav-v11 .container{grid-template-columns:repeat(3,1fr)}.package-grid-v11{grid-template-columns:1fr 1fr}.pricing-included-grid-v11{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.pricing-hero-v11{padding:58px 0 48px}.pricing-hero-v11 h1{font-size:3.2rem}.pricing-clarity-card-v11{padding:20px}.pricing-quick-nav-v11{position:static}.pricing-quick-nav-v11 .container{display:flex;overflow-x:auto}.pricing-quick-nav-v11 a{min-width:160px}.pricing-simple-note-v11>.container,.pricing-simple-note-v11 .container>div{align-items:flex-start;flex-direction:column}.pricing-simple-note-v11 .btn{width:100%}.pricing-section-head-v11{align-items:flex-start;flex-direction:column}.pricing-section-head-v11>div{padding-left:0}.pricing-section-head-v11>div>span{position:static;display:block;margin-bottom:4px}.package-grid-v11,.pricing-included-grid-v11{grid-template-columns:1fr}.package-body-v11{padding:20px}.package-level-v11{display:block}.package-level-v11 strong{display:block;text-align:left;margin-top:7px}.selected-package-v11{grid-template-columns:1fr}.selected-package-v11 a{justify-self:start}.home-package-visual-v11{margin:-24px -24px 18px}}


/* ===== v12: restored compact package style + real media-wall examples ===== */
.package-grid-v11{gap:20px;align-items:stretch}
.package-card-v11{border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:0 16px 42px rgba(55,31,24,.09);overflow:hidden;transform:none}
.package-card-v11:hover{transform:translateY(-5px);box-shadow:0 24px 56px rgba(55,31,24,.14)}
.package-card-v11.featured{background:linear-gradient(145deg,var(--wine),#2f1010);color:#fff;border:2px solid var(--orange);box-shadow:0 26px 70px rgba(74,30,30,.25);transform:translateY(-10px)}
.package-card-v11.featured:hover{transform:translateY(-14px)}
.package-visual-v11{aspect-ratio:4/3;background:#20110e;border-bottom:1px solid rgba(74,30,30,.14)}
.package-visual-v11 img{object-fit:cover;object-position:center center}
#media .package-card-v11:nth-child(1) .package-visual-v11 img{object-position:center 52%}
#media .package-card-v11:nth-child(2) .package-visual-v11 img{object-position:center center}
#media .package-card-v11:nth-child(3) .package-visual-v11 img{object-position:center 48%}
.package-visual-v11>span:not(.package-badge-v11){left:15px;bottom:14px;background:rgba(24,10,9,.82);backdrop-filter:blur(5px);padding:7px 10px}
.package-badge-v11{right:auto;left:18px;top:18px;border-radius:8px;padding:8px 12px}
.package-body-v11{padding:26px}
.package-level-v11{padding-bottom:16px;border-bottom:1px solid var(--line)}
.package-level-v11 span{color:var(--wine)}
.package-level-v11 strong{font-size:1.25rem;color:var(--wine)}
.package-body-v11 h3{font-size:1.78rem;margin:20px 0 8px}
.package-best-v11{margin:0 0 18px;padding:0;background:none;border:0;border-radius:0}
.package-best-v11 b{margin-bottom:6px;color:var(--wine)}
.package-best-v11 p{font-size:.86rem;line-height:1.55;color:var(--muted)}
.package-look-v11{display:none}
.package-included-v11{margin-top:0}
.package-included-v11>b{font-size:.68rem;margin-bottom:10px;color:var(--wine)}
.package-included-v11 ul{gap:10px;margin-top:0}
.package-included-v11 li{font-size:.86rem;line-height:1.45}
.package-note-v11{margin:20px 0 22px;padding-top:15px;font-size:.73rem}
.package-card-v11.featured .package-level-v11{border-color:rgba(255,255,255,.18)}
.package-card-v11.featured .package-level-v11 span,
.package-card-v11.featured .package-level-v11 strong,
.package-card-v11.featured .package-body-v11 h3,
.package-card-v11.featured .package-best-v11 b,
.package-card-v11.featured .package-included-v11>b,
.package-card-v11.featured .package-note-v11 strong{color:#fff}
.package-card-v11.featured .package-best-v11 p,
.package-card-v11.featured .package-included-v11 li,
.package-card-v11.featured .package-note-v11{color:#ead9d2}
.package-card-v11.featured .package-note-v11{border-color:rgba(255,255,255,.18)}
.package-card-v11.featured .package-included-v11 li:before{color:#ff9a54}
.package-card-v11 .package-cta-v11{border-radius:12px;min-height:50px;display:flex;align-items:center;justify-content:center}

.home-package-return .home-packages{align-items:stretch}
.home-package-return .home-package-card-v11{overflow:hidden}
.home-package-return .home-package-visual-v11{aspect-ratio:4/3;background:#160c0b}
.home-package-return .home-package-visual-v11 img{object-fit:cover;object-position:center center}
.home-package-return .home-package-card-v11:nth-child(1) .home-package-visual-v11 img{object-position:center 52%}
.home-package-return .home-package-card-v11:nth-child(3) .home-package-visual-v11 img{object-position:center 48%}
.home-package-return .home-package-card-v11>p{font-size:.86rem;line-height:1.6;opacity:.82}
.home-package-return .home-package-card-v11 ul{margin-top:18px}
.home-package-return .home-package-card-v11 .btn{min-height:50px;display:flex;align-items:center;justify-content:center}

@media(max-width:1050px){
  .package-card-v11.featured,.package-card-v11.featured:hover{transform:none}
}
@media(max-width:720px){
  .package-visual-v11,.home-package-return .home-package-visual-v11{aspect-ratio:4/3}
  .package-card-v11.featured,.package-card-v11.featured:hover{transform:none}
}


/* V13 supplied package photography: preserve the approved compact package-card design */
#accent .package-card-v11:nth-child(1) .package-visual-v11 img{object-position:center 48%}
#accent .package-card-v11:nth-child(2) .package-visual-v11 img{object-position:center 50%}
#accent .package-card-v11:nth-child(3) .package-visual-v11 img{object-position:center 45%}
#fireplace .package-card-v11:nth-child(1) .package-visual-v11 img{object-position:center 47%}
#fireplace .package-card-v11:nth-child(2) .package-visual-v11 img{object-position:center 46%}
#fireplace .package-card-v11:nth-child(3) .package-visual-v11 img{object-position:center 43%}


/* ===== V14 package-photo and alignment corrections ===== */
.package-card-v11.featured,
.package-card-v11.featured:hover{transform:none}
.package-visual-v11{position:relative;isolation:isolate}
.package-visual-v11>span:not(.package-badge-v11){
  left:14px!important;right:auto!important;top:auto!important;bottom:12px!important;
  width:max-content;max-width:calc(100% - 28px);white-space:nowrap;z-index:3;
}
.package-visual-v11>.package-badge-v11{
  position:absolute!important;left:50%!important;right:auto!important;top:14px!important;bottom:auto!important;
  transform:translateX(-50%)!important;width:max-content!important;max-width:calc(100% - 28px)!important;
  display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap;
  padding:8px 14px!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;
  box-shadow:0 7px 18px rgba(40,18,14,.28)!important;z-index:5!important;font-size:.68rem!important;line-height:1!important;
}
#molding .package-visual-v11 img,
#slat .package-visual-v11 img{object-position:center center}
.package-card-v11.featured .package-visual-v11{border-bottom-color:rgba(255,255,255,.12)}

.service-visual-packages-v14{background:#f7f2ed}
.service-package-grid-v14{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.service-package-grid-v14>article{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 36px rgba(55,31,24,.08);display:flex;flex-direction:column}
.service-package-grid-v14>article.featured{border:2px solid var(--orange);box-shadow:0 20px 48px rgba(74,30,30,.14)}
.service-package-grid-v14 img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.service-package-grid-v14 article>div:not(.service-badge-v14){padding:22px;display:flex;flex-direction:column;flex:1}
.service-package-grid-v14 span{font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--wine)}
.service-package-grid-v14 h3{font-family:"DM Serif Display",Georgia,serif;font-size:1.55rem;line-height:1.08;margin:10px 0 8px}
.service-package-grid-v14 strong{color:var(--wine);font-size:1.05rem;margin-bottom:15px}
.service-package-grid-v14 ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:8px}
.service-package-grid-v14 li{position:relative;padding-left:21px;color:var(--muted);font-size:.88rem;line-height:1.45}
.service-package-grid-v14 li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}
.service-package-grid-v14 a{margin-top:auto;font-weight:900;color:var(--wine)}
.service-badge-v14{position:absolute!important;z-index:4!important;left:50%!important;top:14px!important;transform:translateX(-50%);width:max-content;padding:8px 14px!important;border-radius:999px;background:var(--orange);color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 7px 18px rgba(40,18,14,.25)}
@media(max-width:900px){.service-package-grid-v14{grid-template-columns:1fr}.service-package-grid-v14 img{aspect-ratio:16/10}}
@media(max-width:720px){
  .package-visual-v11>.package-badge-v11{top:10px!important;font-size:.62rem!important;padding:7px 11px!important}
  .package-visual-v11>span:not(.package-badge-v11){font-size:.57rem;padding:6px 8px}
}

/* ===== v18 hero: clear custom media-wall focal point ===== */
@media (min-width:721px){
  .home-hero{min-height:720px;background:#0f0907}
  .home-hero-media img,.home-hero-image{object-position:center center}
  .home-hero-overlay{
    background:
      linear-gradient(90deg,rgba(8,5,4,.98) 0%,rgba(8,5,4,.95) 24%,rgba(8,5,4,.84) 35%,rgba(8,5,4,.48) 48%,rgba(8,5,4,.12) 64%,rgba(8,5,4,0) 82%),
      linear-gradient(0deg,rgba(9,5,4,.34) 0%,rgba(9,5,4,0) 42%);
  }
  .home-hero-inner{padding:88px 0 82px}
  .home-hero-copy{max-width:650px}
  .home-hero h1{max-width:650px;font-size:clamp(3.25rem,4.75vw,5.15rem)}
  .home-hero-lead{max-width:585px}
  .hero-start-kit{max-width:620px;background:rgba(16,9,7,.58);border-color:rgba(255,255,255,.2);backdrop-filter:blur(7px)}
}
@media (max-width:720px){
  .home-hero{min-height:780px;background:#0d0806}
  .home-hero-media img,.home-hero-image{object-position:center top}
  .home-hero-overlay{
    background:
      linear-gradient(0deg,rgba(8,5,4,.99) 0%,rgba(8,5,4,.96) 49%,rgba(8,5,4,.70) 69%,rgba(8,5,4,.10) 100%),
      linear-gradient(90deg,rgba(8,5,4,.26),rgba(8,5,4,.04));
  }
  .home-hero-inner{padding:238px 0 50px}
}

/* ===== v19: keep the home package badge fully visible inside the card ===== */
.home-package-return .home-package-card-v11 .popular-badge{
  top:14px;
  left:24px;
  z-index:8;
}
@media(max-width:720px){
  .home-package-return .home-package-card-v11 .popular-badge{
    top:12px;
    left:16px;
  }
}


/* V20: one package source of truth across Pricing and service pages */
.service-page-package-sync{scroll-margin-top:140px}
.service-page-package-sync .pricing-section-head-v11>div>span{color:#d8c3b5}
.service-custom-quote-sync{background:#f3efeb}
.three-details-strip-v20{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.three-details-strip-v20>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 30px rgba(55,31,24,.06)}
.three-details-strip-v20 span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;margin-bottom:16px}
.three-details-strip-v20 strong{display:block;color:var(--wine);font-size:1.05rem;margin-bottom:7px}
.three-details-strip-v20 p{color:var(--muted);line-height:1.55}
@media(max-width:720px){.three-details-strip-v20{grid-template-columns:1fr}.service-page-package-sync{padding-top:58px;padding-bottom:58px}}


/* ===== v21 service dropdown + real media wall project gallery ===== */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.nav-dropdown-trigger span{font-size:1rem;line-height:1;transition:transform .2s ease}
.nav-dropdown:before{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:24px}
.nav-dropdown-menu{position:absolute;top:calc(100% + 19px);left:50%;z-index:1100;width:min(390px,92vw);padding:10px;background:#fff;border:1px solid #e7dcd4;border-radius:16px;box-shadow:0 24px 60px rgba(45,24,20,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;text-transform:none;letter-spacing:0}
.nav-dropdown-menu:before{content:"";position:absolute;top:-8px;left:50%;width:16px;height:16px;background:#fff;border-left:1px solid #e7dcd4;border-top:1px solid #e7dcd4;transform:translateX(-50%) rotate(45deg)}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-dropdown:hover .nav-dropdown-trigger span,.nav-dropdown:focus-within .nav-dropdown-trigger span{transform:rotate(180deg)}
.nav-dropdown-menu a{position:relative;display:grid;gap:2px;padding:11px 12px;border-radius:10px;color:var(--wine-deep);line-height:1.3}
.nav-dropdown-menu a:after{display:none!important}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus-visible{background:#faf3ed;color:var(--wine)}
.nav-dropdown-menu strong{font-size:.84rem;font-weight:900}
.nav-dropdown-menu span{font-size:.72rem;font-weight:500;color:#76665e}
.nav-dropdown-menu .nav-dropdown-all{margin-top:5px;border-top:1px solid #eadfd7;border-radius:0;padding-top:13px;color:var(--orange);font-size:.79rem;font-weight:900}
.nav-dropdown-trigger[aria-current="page"]{color:var(--orange)}

.mobile-services{border-bottom:1px solid rgba(221,214,207,.8)}
.mobile-services-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border:0;background:transparent;color:var(--ink);font:inherit;font-weight:800;text-align:left}
.mobile-services-toggle b{display:grid;place-items:center;width:27px;height:27px;border:1px solid #dfd2c8;border-radius:50%;font-size:1.15rem;font-weight:500;transition:transform .2s ease}
.mobile-services-toggle[aria-expanded="true"] b{transform:rotate(45deg)}
.mobile-services-menu{display:none;padding:0 0 10px 13px;border-left:2px solid #f1ddd0}
.mobile-services-menu.open{display:block}
.mobile-menu .mobile-services-menu a{padding:10px 12px;border-bottom:0;font-size:.88rem;color:#5f4d46}
.mobile-menu .mobile-services-menu a:hover{color:var(--orange)}

.media-projects-section{background:#fff}
.media-projects-heading{align-items:end;margin-bottom:30px}
.media-projects-heading .lead{max-width:660px}
.media-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.media-project-card{position:relative;display:block;overflow:hidden;border:1px solid #e4d8cf;border-radius:22px;background:#1b1110;box-shadow:0 12px 32px rgba(48,28,23,.08);isolation:isolate}
.media-project-card img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center;transition:transform .45s ease,filter .3s ease}
.media-project-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(0deg,rgba(18,10,9,.78),rgba(18,10,9,0));pointer-events:none}
.media-project-card>span{position:absolute;left:18px;right:18px;bottom:16px;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:12px;color:#fff}
.media-project-card b{font-size:.86rem;text-transform:uppercase;letter-spacing:.08em}
.media-project-card small{font-size:.72rem;color:#f1d9ca;white-space:nowrap}
.media-project-card:hover img{transform:scale(1.035);filter:saturate(1.05)}
.media-project-card:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.media-projects-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:22px 24px;border:1px solid #eadcd2;border-radius:18px;background:#faf5f0}
.media-projects-cta p{max-width:760px;color:#66534b;font-size:.95rem}
.media-projects-cta .btn{flex:0 0 auto}

@media(max-width:900px){
  .media-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .media-projects-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:720px){
  .nav-dropdown{display:none}
  .media-projects-heading{margin-bottom:22px}
  .media-project-grid{grid-template-columns:1fr;gap:15px}
  .media-project-card{border-radius:17px}
  .media-project-card img{aspect-ratio:3/4}
  .media-projects-cta{padding:19px 17px}
  .media-projects-cta .btn{width:100%}
}


/* ===== v26 homepage recent project proof ===== */
.home-recent-projects{background:linear-gradient(180deg,#f5f0eb 0%,#fffdfa 100%)}
.home-projects-heading{align-items:end;margin-bottom:32px}
.home-projects-heading .lead{max-width:650px}
.home-recent-project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-recent-project-card{min-width:0}
.home-recent-project-card .recent-project-image{aspect-ratio:6/5}
.home-recent-project-card .recent-project-body{padding:20px}
.home-recent-project-card .recent-project-body h3{font-size:1.34rem;line-height:1.12}
.home-recent-project-card .recent-project-body p{font-size:.86rem}
.home-recent-project-card .recent-project-meta{align-items:flex-start}
.home-recent-project-card .recent-project-meta strong{font-size:.7rem;text-align:right;line-height:1.25}
.home-project-actions{justify-content:flex-start}
.home-project-actions .text-link{font-weight:900;color:var(--wine)}
@media(max-width:1080px){
  .home-recent-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .home-projects-heading{margin-bottom:24px}
  .home-recent-project-grid{grid-template-columns:1fr}
  .home-recent-project-card .recent-project-body h3{font-size:1.45rem}
  .home-project-actions{gap:16px}
  .home-project-actions .btn{width:100%;text-align:center}
}


/* ===== v27 homepage service cards: five real visual examples ===== */
.choice-art.choice-photo{
  aspect-ratio:3/2;
  background:#e9e2dc;
}
.choice-art.choice-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.service-choice:hover .choice-art.choice-photo img{
  transform:scale(1.035);
}
.service-choice-grid.five-service-cards{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.service-choice-grid.five-service-cards .service-choice{
  grid-column:span 2;
}
.service-choice-grid.five-service-cards .service-choice:nth-child(4){
  grid-column:2 / span 2;
}
.service-choice-grid.five-service-cards .service-choice:nth-child(5){
  grid-column:4 / span 2;
}
@media(max-width:980px){
  .service-choice-grid.five-service-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .service-choice-grid.five-service-cards .service-choice,
  .service-choice-grid.five-service-cards .service-choice:nth-child(4){
    grid-column:auto;
  }
  .service-choice-grid.five-service-cards .service-choice:nth-child(5){
    grid-column:1 / -1;
    width:calc(50% - 9px);
    justify-self:center;
  }
}
@media(max-width:720px){
  .service-choice-grid.five-service-cards{
    grid-template-columns:1fr;
  }
  .service-choice-grid.five-service-cards .service-choice,
  .service-choice-grid.five-service-cards .service-choice:nth-child(4),
  .service-choice-grid.five-service-cards .service-choice:nth-child(5){
    grid-column:auto;
    width:100%;
  }
}


/* ===== v28 service-card image consistency and uncropped designs ===== */
.choice-art.choice-photo{
  aspect-ratio:4/3;
}
.choice-art.choice-photo img{
  object-fit:cover;
  transform:none !important;
}
.service-choice:hover .choice-art.choice-photo img{
  transform:none !important;
}
.service-choice-grid.five-service-cards{
  align-items:stretch;
}
.service-choice-grid.five-service-cards .service-choice{
  height:100%;
}
.service-choice-grid.five-service-cards .choice-body{
  flex:1;
  min-height:205px;
}


/* ===== v29 homepage Tampa Bay service area ===== */
.home-service-area{
  background:#fff;
  padding-top:72px;
  padding-bottom:72px;
}
.home-service-area-shell{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:42px;
  align-items:center;
  padding:42px;
  border:1px solid #eadcd2;
  border-radius:28px;
  background:linear-gradient(135deg,#fffaf6 0%,#ffffff 58%,#f8efe8 100%);
  box-shadow:0 24px 70px rgba(74,30,30,.08);
}
.home-service-area-copy h2{
  max-width:660px;
  margin:8px 0 16px;
}
.home-service-area-copy > p:last-of-type{
  max-width:650px;
  color:#66534b;
  line-height:1.75;
}
.home-service-area-actions{
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:26px;
  flex-wrap:wrap;
}
.home-service-area-actions .text-link{
  color:var(--wine);
  font-weight:800;
}
.home-service-area-cities{
  padding:28px;
  border:1px solid rgba(74,30,30,.12);
  border-radius:22px;
  background:rgba(255,255,255,.82);
}
.home-service-area-label{
  margin:0 0 16px;
  color:var(--wine);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-city-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.home-city-grid a{
  display:flex;
  align-items:center;
  min-height:48px;
  padding:11px 14px;
  border:1px solid #eadcd2;
  border-radius:12px;
  background:#fff;
  color:#2d2421;
  font-size:.9rem;
  font-weight:800;
  line-height:1.25;
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.home-city-grid a::before{
  content:"";
  width:7px;
  height:7px;
  margin-right:9px;
  border-radius:50%;
  background:var(--orange);
  flex:0 0 auto;
}
.home-city-grid a:hover{
  transform:translateY(-2px);
  border-color:var(--orange);
  box-shadow:0 10px 24px rgba(74,30,30,.08);
}
@media(max-width:980px){
  .home-service-area-shell{
    grid-template-columns:1fr;
    gap:28px;
  }
}
@media(max-width:720px){
  .home-service-area{
    padding-top:52px;
    padding-bottom:52px;
  }
  .home-service-area-shell{
    padding:24px 18px;
    border-radius:22px;
  }
  .home-service-area-cities{
    padding:18px;
  }
  .home-city-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-city-grid a{
    min-height:46px;
    padding:10px 11px;
    font-size:.82rem;
  }
  .home-service-area-actions .btn{
    width:100%;
    text-align:center;
  }
}


/* ===== v30: clean unified service cards ===== */
.service-choice-grid.five-service-cards{
  align-items:stretch;
  gap:22px;
}
.service-choice-grid.five-service-cards .service-choice{
  height:100%;
  border:0 !important;
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 42px rgba(54,31,27,.10);
}
.service-choice-grid.five-service-cards .service-choice.featured-choice{
  border:0 !important;
}
.service-choice-grid.five-service-cards .service-choice:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 54px rgba(54,31,27,.14);
}
.choice-art.choice-photo{
  aspect-ratio:3/4 !important;
  background:transparent;
}
.choice-art.choice-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:none !important;
}
.service-choice:hover .choice-art.choice-photo img{
  transform:none !important;
}
.service-choice-grid.five-service-cards .choice-body{
  flex:1;
  min-height:205px;
  padding:22px;
}
.service-choice-grid.five-service-cards .choice-foot{
  margin-top:auto;
}
.service-choice-grid.five-service-cards .choice-no{
  top:12px;
  left:12px;
}
@media(max-width:980px){
  .service-choice-grid.five-service-cards .service-choice:nth-child(5){
    width:100%;
  }
}

/* ===== v30: Instagram-ratio recent project gallery ===== */
.home-recent-project-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.home-recent-project-card{
  height:100%;
  border:0;
  border-radius:20px;
  box-shadow:0 14px 38px rgba(54,31,27,.09);
}
.home-recent-project-card:hover{
  border-color:transparent;
}
.home-recent-project-card .recent-project-image{
  aspect-ratio:4/5 !important;
  background:#e8e1db;
}
.home-recent-project-card .recent-project-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none !important;
}
.home-recent-project-card:hover .recent-project-image img{
  transform:none !important;
}
.home-recent-project-card .recent-project-body{
  min-height:290px;
}
.home-recent-project-card .project-link{
  margin-top:auto;
}
@media(max-width:1080px){
  .home-recent-project-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-recent-project-card .recent-project-body{
    min-height:250px;
  }
}
@media(max-width:720px){
  .home-recent-project-grid{
    grid-template-columns:1fr;
  }
  .home-recent-project-card .recent-project-body{
    min-height:0;
  }
}

/* ===== v30: lower-funnel service area block ===== */
.home-service-area{
  background:#f7f2ee;
  padding-top:58px;
  padding-bottom:58px;
}
.home-service-area-shell{
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:30px;
  padding:32px;
  border:0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 42px rgba(74,30,30,.07);
}
.home-service-area-copy h2{
  font-size:clamp(2rem,3vw,3.15rem);
}
.home-service-area-cities{
  padding:22px;
  border:0;
  border-radius:18px;
  background:#faf7f4;
}
.home-city-grid a{
  min-height:44px;
  border:0;
  background:#fff;
  box-shadow:0 5px 14px rgba(74,30,30,.05);
}
@media(max-width:720px){
  .home-service-area-shell{
    padding:22px 18px;
  }
}


/* ===== v31 estimate service selector ===== */
.estimate-service-field{
  margin-top:6px;
}
.estimate-service-field label{
  font-size:1rem;
}
.estimate-service-field select{
  min-height:54px;
  padding-right:46px;
  background-color:#fff;
  cursor:pointer;
  font-weight:700;
}
.estimate-service-field .muted{
  margin-top:1px;
  font-size:.78rem;
  line-height:1.45;
}


/* ===== v32 homepage service cards: uniform square images ===== */
.service-choice-grid.five-service-cards{
  align-items:stretch;
}
.service-choice-grid.five-service-cards .service-choice{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
}
.service-choice-grid.five-service-cards .choice-art.choice-photo{
  width:100%;
  aspect-ratio:1 / 1 !important;
  background:transparent !important;
  overflow:hidden;
}
.service-choice-grid.five-service-cards .choice-art.choice-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:none !important;
}
.service-choice-grid.five-service-cards .service-choice:hover .choice-art.choice-photo img{
  transform:none !important;
}
.service-choice-grid.five-service-cards .choice-body{
  display:flex;
  flex-direction:column;
  flex:1;
  min-height:205px;
}
.service-choice-grid.five-service-cards .choice-foot{
  margin-top:auto;
}


/* ===== v33 English custom file-upload controls ===== */
.custom-file-control{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:58px;
  padding:8px;
  border:1px solid #cfc6bf;
  border-radius:13px;
  background:#fff;
}
.custom-file-input{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.custom-file-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 18px;
  border-radius:9px;
  background:#4a1e1e;
  color:#fff;
  font-size:.86rem;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
  white-space:nowrap;
  transition:background-color .2s ease, transform .2s ease;
}
.custom-file-button:hover{
  background:#321313;
}
.custom-file-button:active{
  transform:translateY(1px);
}
.custom-file-input:focus-visible + .custom-file-button{
  outline:3px solid rgba(255,101,0,.28);
  outline-offset:2px;
}
.custom-file-status{
  min-width:0;
  color:#66534b;
  font-size:.9rem;
  line-height:1.35;
  overflow-wrap:anywhere;
}
@media(max-width:640px){
  .custom-file-control{
    align-items:stretch;
    flex-direction:column;
    gap:9px;
  }
  .custom-file-button{
    width:100%;
  }
  .custom-file-status{
    padding:2px 4px 4px;
  }
}


/* ===== v35 Google review trust links ===== */
a.google-review-summary{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
a.google-review-summary:hover{
  transform:translateY(-2px);
  border-color:rgba(255,101,0,.55);
  box-shadow:0 18px 46px rgba(45,27,24,.11);
}
.google-summary-link{
  display:block;
  margin-top:10px;
  color:#4a1e1e;
  font-size:.82rem;
  font-weight:800;
}
.review-proof-cta{
  flex-wrap:wrap;
}


/* ===== v36 confirmed Tampa phone number ===== */
.utility-bar-inner{
  gap:18px;
}
.utility-bar-inner a{
  white-space:nowrap;
}
.mobile-menu .mobile-call{
  font-weight:800;
}
.mobile-quote-bar .mobile-call{
  border:1px solid #d2c5bb;
  color:var(--wine);
}
@media(max-width:820px){
  .utility-bar-inner a[href^="mailto:"]{
    display:none;
  }
}


/* ===== v40 footer social links ===== */
.footer-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.footer-social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:inherit;
  font-size:.82rem;
  font-weight:800;
  text-decoration:none;
  transition:transform .2s ease, border-color .2s ease, background-color .2s ease;
}
.footer-social-links a:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.5);
  background:rgba(255,255,255,.06);
}


/* ===== v42 footer social icon row ===== */
.footer-social-links{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:10px;
  margin-top:14px;
}
.footer-social-links .footer-social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  min-height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.06);
  text-decoration:none;
  transition:transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.footer-social-links .footer-social-icon svg{
  width:21px;
  height:21px;
  fill:currentColor;
  stroke:currentColor;
  stroke-width:1.8;
}
.footer-social-links .footer-social-instagram svg{
  fill:none;
}
.footer-social-links .footer-social-icon:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.14);
}
.footer-social-links .footer-social-icon:focus-visible{
  outline:3px solid rgba(255,255,255,.42);
  outline-offset:3px;
}
@media(max-width:480px){
  .footer-social-links{
    gap:9px;
  }
  .footer-social-links .footer-social-icon{
    width:40px;
    height:40px;
    min-height:40px;
  }
}


/* ===== v43 visible burgundy social icons ===== */
.footer-social-links .footer-social-icon{
  color:#5a1f24 !important;
  background:#fff8f4 !important;
  border-color:#5a1f24 !important;
  box-shadow:0 6px 16px rgba(90,31,36,.16);
}
.footer-social-links .footer-social-icon svg{
  color:#5a1f24 !important;
  fill:currentColor;
  stroke:currentColor;
}
.footer-social-links .footer-social-instagram svg{
  fill:none !important;
  stroke:#5a1f24 !important;
}
.footer-social-links .footer-social-icon:hover{
  color:#fff !important;
  background:#5a1f24 !important;
  border-color:#5a1f24 !important;
  box-shadow:0 10px 22px rgba(90,31,36,.24);
}
.footer-social-links .footer-social-icon:hover svg{
  color:#fff !important;
  fill:currentColor;
  stroke:currentColor;
}
.footer-social-links .footer-social-instagram:hover svg{
  fill:none !important;
  stroke:#fff !important;
}


/* ===== v44 footer Google review badge ===== */
.footer-google-review-badge{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  max-width:275px;
  margin-top:16px;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:14px;
  background:linear-gradient(135deg,#fffaf6 0%,#ffffff 100%);
  color:#321313;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.footer-google-review-badge:hover{
  transform:translateY(-3px);
  border-color:#d9a441;
  box-shadow:0 15px 30px rgba(0,0,0,.2);
}
.footer-google-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
}
.footer-google-icon path:nth-child(1){fill:#4285F4;}
.footer-google-icon path:nth-child(2){fill:#34A853;}
.footer-google-icon path:nth-child(3){fill:#FBBC05;}
.footer-google-icon path:nth-child(4){fill:#EA4335;}
.footer-google-review-content{
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:
    "stars stars"
    "rating cta";
  align-items:center;
  column-gap:12px;
  row-gap:2px;
  min-width:0;
  flex:1;
}
.footer-google-stars{
  grid-area:stars;
  color:#f4b400;
  font-size:1rem;
  line-height:1;
  letter-spacing:.08em;
  text-shadow:0 1px 0 rgba(0,0,0,.08);
}
.footer-google-rating{
  grid-area:rating;
  font-size:.9rem;
  font-weight:900;
  line-height:1.2;
  white-space:nowrap;
}
.footer-google-cta{
  grid-area:cta;
  color:#5a1f24;
  font-size:.74rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  white-space:nowrap;
}
.footer-google-review-badge:focus-visible{
  outline:3px solid rgba(244,180,0,.48);
  outline-offset:3px;
}
@media(max-width:480px){
  .footer-google-review-badge{
    max-width:100%;
  }
}


/* ===== v45 compact one-row Google rating button ===== */
.footer-google-review-badge{
  width:auto !important;
  max-width:none !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 14px !important;
  border-radius:999px !important;
}
.footer-google-review-content{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  min-width:0;
}
.footer-google-rating{
  font-size:.9rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap;
}
.footer-google-stars{
  color:#f4b400 !important;
  font-size:.9rem !important;
  line-height:1 !important;
  letter-spacing:.05em !important;
  white-space:nowrap;
}
.footer-google-cta{
  display:none !important;
}
@media(max-width:480px){
  .footer-google-review-badge{
    width:auto !important;
    max-width:100% !important;
  }
}


/* ===== v46 clearer and more spacious WhatsApp icon ===== */
.footer-social-links{
  gap:14px !important;
}
.footer-social-links .footer-social-whatsapp{
  width:46px !important;
  height:46px !important;
  min-height:46px !important;
  margin-left:3px;
}
.footer-social-links .footer-social-whatsapp svg{
  width:25px !important;
  height:25px !important;
  fill:none !important;
  stroke:#5a1f24 !important;
  stroke-width:1.8 !important;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-social-links .footer-social-whatsapp:hover svg{
  fill:none !important;
  stroke:#fff !important;
}
@media(max-width:480px){
  .footer-social-links{
    gap:12px !important;
  }
  .footer-social-links .footer-social-whatsapp{
    width:44px !important;
    height:44px !important;
    min-height:44px !important;
  }
}


/* ===== v47 stronger phone typography and clearer navigation ===== */
.utility-bar-inner a[href^="tel:"]{
  font-size:.92rem !important;
  font-weight:900 !important;
  letter-spacing:.01em;
}
.site-nav > a,
.site-nav .nav-dropdown > button,
.site-nav .nav-dropdown > a{
  font-size:.98rem !important;
  font-weight:800 !important;
  color:#2f211d !important;
  letter-spacing:.005em;
}
.site-nav > a:hover,
.site-nav .nav-dropdown > button:hover,
.site-nav .nav-dropdown > a:hover{
  color:#5a1f24 !important;
}
.footer a[href^="tel:"],
.site-footer a[href^="tel:"],
footer a[href^="tel:"]{
  font-size:1rem !important;
  font-weight:900 !important;
  letter-spacing:.01em;
}
.mobile-menu > a{
  font-size:1rem !important;
  font-weight:800 !important;
}
@media(max-width:980px){
  .site-nav > a,
  .site-nav .nav-dropdown > button,
  .site-nav .nav-dropdown > a{
    font-size:.95rem !important;
  }
}


/* ===== v50 larger and clearer pricing quick navigation ===== */
.pricing-quick-nav-v11 .container{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
  padding-top:16px !important;
  padding-bottom:16px !important;
}
.pricing-quick-nav-v11 a{
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  min-height:96px !important;
  padding:18px 17px !important;
  border-radius:16px !important;
}
.pricing-quick-nav-v11 b{
  font-size:.94rem !important;
  font-weight:900 !important;
  line-height:1.25 !important;
}
.pricing-quick-nav-v11 span{
  margin-top:7px !important;
  font-size:.84rem !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}
@media(max-width:1180px){
  .pricing-quick-nav-v11 .container{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:720px){
  .pricing-quick-nav-v11 .container{
    display:flex !important;
    gap:12px !important;
    overflow-x:auto;
    padding-top:14px !important;
    padding-bottom:14px !important;
  }
  .pricing-quick-nav-v11 a{
    min-width:205px !important;
    min-height:92px !important;
  }
  .pricing-quick-nav-v11 b{
    font-size:.92rem !important;
  }
  .pricing-quick-nav-v11 span{
    font-size:.82rem !important;
  }
}


/* ===== v51 smaller pricing cards on phones ===== */
@media(max-width:720px){
  .pricing-quick-nav-v11 .container{
    gap:9px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
  .pricing-quick-nav-v11 a{
    min-width:165px !important;
    min-height:74px !important;
    padding:12px 13px !important;
    border-radius:13px !important;
  }
  .pricing-quick-nav-v11 b{
    font-size:.84rem !important;
    line-height:1.2 !important;
  }
  .pricing-quick-nav-v11 span{
    margin-top:5px !important;
    font-size:.76rem !important;
    line-height:1.15 !important;
  }
}
@media(max-width:420px){
  .pricing-quick-nav-v11 a{
    min-width:152px !important;
    min-height:70px !important;
    padding:11px 12px !important;
  }
  .pricing-quick-nav-v11 b{
    font-size:.81rem !important;
  }
  .pricing-quick-nav-v11 span{
    font-size:.73rem !important;
  }
}


/* ===== v52 clean navigation label without dropdown arrow ===== */
.nav-dropdown-trigger{
  gap:0 !important;
}


/* ===== v54 service cards without image number badges ===== */
.choice-no{
  display:none !important;
}


/* ===== v56 permanently remove desktop dropdown arrow ===== */
.nav-dropdown-trigger > span[aria-hidden="true"]{
  display:none !important;
}
.nav-dropdown-trigger{
  gap:0 !important;
}


/* ===== v57 refined Recent Projects heading and mobile layout ===== */
.home-recent-projects .recent-projects-head-v57{
  display:block !important;
  margin-bottom:34px !important;
}
.recent-projects-head-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}
.recent-projects-head-inner .eyebrow{
  margin-bottom:12px;
}
.recent-projects-head-inner h2{
  max-width:900px;
  margin:0 auto 18px;
  text-wrap:balance;
}
.recent-projects-intro{
  max-width:820px !important;
  margin:0 auto !important;
  justify-self:auto !important;
  color:#5f514b !important;
  font-size:1.08rem !important;
  line-height:1.75 !important;
  text-align:center;
  text-wrap:pretty;
}
.home-recent-project-grid{
  align-items:stretch;
}
.home-recent-project-card{
  overflow:hidden;
}
.home-recent-project-card .recent-project-image{
  aspect-ratio:4/5 !important;
}
.home-recent-project-card .recent-project-body{
  display:flex;
  flex-direction:column;
}
.home-recent-project-card .project-link{
  margin-top:auto;
}
@media(max-width:980px){
  .recent-projects-head-inner{
    max-width:760px;
  }
  .recent-projects-intro{
    max-width:700px !important;
  }
}
@media(max-width:720px){
  .home-recent-projects{
    padding-top:58px !important;
    padding-bottom:58px !important;
  }
  .home-recent-projects .recent-projects-head-v57{
    margin-bottom:26px !important;
  }
  .recent-projects-head-inner{
    text-align:left;
  }
  .recent-projects-head-inner .eyebrow{
    margin-bottom:9px;
  }
  .recent-projects-head-inner h2{
    margin:0 0 14px;
    font-size:clamp(2.15rem,10vw,3.1rem) !important;
    line-height:1.02 !important;
    text-align:left;
  }
  .recent-projects-intro{
    margin:0 !important;
    max-width:none !important;
    font-size:.98rem !important;
    line-height:1.65 !important;
    text-align:left;
  }
  .home-recent-project-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .home-recent-project-card{
    border-radius:18px !important;
  }
  .home-recent-project-card .recent-project-image{
    aspect-ratio:4/5 !important;
  }
  .home-recent-project-card .recent-project-body{
    min-height:0 !important;
    padding:18px !important;
  }
  .home-recent-project-card h3{
    font-size:1.18rem !important;
    line-height:1.25 !important;
  }
  .home-recent-project-card p{
    font-size:.92rem !important;
    line-height:1.55 !important;
  }
}
@media(max-width:420px){
  .home-recent-projects{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }
  .recent-projects-head-inner h2{
    font-size:2.15rem !important;
  }
  .home-recent-project-grid{
    gap:16px !important;
  }
  .home-recent-project-card .recent-project-body{
    padding:16px !important;
  }
}


/* ===== v60 clear 30-mile service-area page ===== */
.service-area-hero-v60{
  background:linear-gradient(135deg,#fffaf6 0%,#ffffff 58%,#f6ece5 100%);
}
.service-area-hero-grid-v60{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:42px;
  align-items:center;
}
.service-area-proof-row-v60{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:25px 0 4px;
}
.service-area-proof-row-v60 span{
  padding:9px 13px;
  border-radius:999px;
  border:1px solid #e6d7cc;
  background:#fff;
  color:#5a1f24;
  font-size:.82rem;
  font-weight:900;
}
.service-area-hero-card-v60{
  padding:30px;
  border-radius:22px;
  background:#4a1e1e;
  color:#fff;
  box-shadow:0 22px 56px rgba(74,30,30,.18);
}
.service-area-hero-card-v60 strong{
  display:block;
  margin-bottom:10px;
  color:#ffb27d;
  font-size:.8rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.service-area-hero-card-v60 p{
  margin:0 0 10px;
  font-family:var(--font-serif,Georgia,serif);
  font-size:1.7rem;
  line-height:1.2;
}
.service-area-hero-card-v60 small{
  color:rgba(255,255,255,.75);
  line-height:1.55;
}
.service-area-map-grid-v60{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:46px;
  align-items:center;
}
.service-area-map-frame-v60{
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 70px rgba(74,30,30,.12);
}
.service-area-map-frame-v60 img{
  display:block;
  width:100%;
  height:auto;
}
.service-area-list-v60 > p:not(.eyebrow){
  color:#65544d;
  line-height:1.72;
}
.service-area-city-columns-v60{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 24px;
  margin-top:24px;
}
.service-area-city-columns-v60 ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.service-area-city-columns-v60 li{
  position:relative;
  padding-left:22px;
  font-weight:800;
}
.service-area-city-columns-v60 li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff6500;
}
.service-area-section-head-v60{
  align-items:start;
}
.service-area-neighborhood-grid-v60{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.service-area-neighborhood-grid-v60 article{
  padding:24px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(74,30,30,.07);
}
.service-area-neighborhood-grid-v60 strong{
  display:block;
  margin-bottom:10px;
  color:#5a1f24;
  font-size:1rem;
}
.service-area-neighborhood-grid-v60 span{
  color:#66554e;
  font-size:.9rem;
  line-height:1.6;
}
.service-area-service-grid-v60{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.service-area-service-grid-v60 a{
  display:flex;
  flex-direction:column;
  min-height:150px;
  padding:22px;
  border:1px solid #eadcd2;
  border-radius:18px;
  background:#fff;
  color:#2e211d;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(74,30,30,.06);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-area-service-grid-v60 a:hover{
  transform:translateY(-3px);
  border-color:#ff6500;
  box-shadow:0 18px 42px rgba(74,30,30,.11);
}
.service-area-service-grid-v60 strong{
  margin-bottom:10px;
  color:#5a1f24;
}
.service-area-service-grid-v60 span{
  color:#6b5b54;
  font-size:.86rem;
  line-height:1.55;
}
@media(max-width:1100px){
  .service-area-neighborhood-grid-v60{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .service-area-service-grid-v60{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .service-area-hero-grid-v60,
  .service-area-map-grid-v60{
    grid-template-columns:1fr;
  }
  .service-area-map-frame-v60{
    order:1;
  }
  .service-area-list-v60{
    order:2;
  }
}
@media(max-width:720px){
  .service-area-hero-v60{
    padding-top:52px !important;
    padding-bottom:52px !important;
  }
  .service-area-hero-grid-v60{
    gap:26px;
  }
  .service-area-hero-v60 h1{
    font-size:clamp(2.35rem,11vw,3.4rem) !important;
    line-height:1.02 !important;
  }
  .service-area-hero-v60 .lead{
    font-size:1rem !important;
    line-height:1.65 !important;
  }
  .service-area-proof-row-v60{
    gap:8px;
  }
  .service-area-proof-row-v60 span{
    font-size:.76rem;
  }
  .service-area-hero-card-v60{
    padding:23px;
  }
  .service-area-hero-card-v60 p{
    font-size:1.45rem;
  }
  .service-area-map-grid-v60{
    gap:28px;
  }
  .service-area-city-columns-v60{
    grid-template-columns:1fr 1fr;
    gap:10px 18px;
  }
  .service-area-city-columns-v60 li{
    font-size:.88rem;
  }
  .service-area-neighborhood-grid-v60{
    grid-template-columns:1fr;
    gap:14px;
  }
  .service-area-service-grid-v60{
    grid-template-columns:1fr;
    gap:12px;
  }
  .service-area-service-grid-v60 a{
    min-height:0;
    padding:18px;
  }
  .service-area-section-head-v60{
    display:block !important;
  }
  .service-area-section-head-v60 .lead{
    margin-top:14px;
  }
}
@media(max-width:460px){
  .service-area-city-columns-v60{
    grid-template-columns:1fr;
  }
  .service-area-map-frame-v60{
    border-radius:18px;
  }
}


/* ===== v61 simplified Service Area page ===== */
.service-area-hero-v60{
  padding-top:64px !important;
  padding-bottom:64px !important;
}
.service-area-hero-v60 h1{
  max-width:760px !important;
  font-size:clamp(2.6rem,5vw,4.5rem) !important;
  line-height:1.02 !important;
}
.service-area-hero-v60 .lead{
  max-width:760px !important;
}
.service-area-hero-grid-v60{
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr) !important;
}
.service-area-cities-v61{
  padding:72px 0;
  background:#fff;
}
.service-area-cities-head-v61{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.service-area-cities-head-v61 h2{
  margin:8px 0 14px;
}
.service-area-cities-head-v61 > p:last-child{
  color:#66554e;
  line-height:1.7;
}
.service-area-city-grid-v61{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.service-area-city-grid-v61 span{
  display:flex;
  align-items:center;
  min-height:52px;
  padding:12px 15px;
  border-radius:13px;
  background:#faf7f4;
  border:1px solid #eadfd7;
  color:#322521;
  font-weight:800;
}
.service-area-city-grid-v61 span::before{
  content:"";
  width:8px;
  height:8px;
  margin-right:10px;
  border-radius:50%;
  background:#ff6500;
  flex:0 0 auto;
}
.service-area-final-v60{
  padding-top:48px !important;
  padding-bottom:72px !important;
}
.service-area-final-v60 .final-quote-panel{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:28px !important;
  padding:34px 38px !important;
}
.service-area-final-v60 .final-quote-panel h2{
  margin:8px 0 10px !important;
  font-size:clamp(2rem,3.2vw,3.2rem) !important;
}
.service-area-final-v60 .final-quote-panel p:last-child{
  margin:0 !important;
  max-width:620px;
}
.service-area-final-v60 .final-quote-actions{
  display:flex !important;
  gap:12px !important;
  align-items:center !important;
  flex-wrap:wrap;
}
@media(max-width:900px){
  .service-area-hero-grid-v60{
    grid-template-columns:1fr !important;
  }
  .service-area-city-grid-v61{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .service-area-final-v60 .final-quote-panel{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:720px){
  .service-area-hero-v60{
    padding-top:46px !important;
    padding-bottom:46px !important;
  }
  .service-area-hero-v60 h1{
    font-size:2.55rem !important;
    line-height:1.05 !important;
  }
  .service-area-cities-v61{
    padding:52px 0;
  }
  .service-area-cities-head-v61{
    margin-bottom:24px;
    text-align:left;
  }
  .service-area-city-grid-v61{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .service-area-city-grid-v61 span{
    min-height:48px;
    padding:10px 12px;
    font-size:.86rem;
  }
  .service-area-final-v60 .final-quote-panel{
    gap:22px !important;
    padding:26px 22px !important;
  }
  .service-area-final-v60 .final-quote-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }
  .service-area-final-v60 .final-quote-actions .btn{
    width:100%;
  }
}
@media(max-width:460px){
  .service-area-city-grid-v61{
    grid-template-columns:1fr;
  }
  .service-area-final-v60 .final-quote-actions{
    grid-template-columns:1fr !important;
  }
}


/* ===== v64 improved thank-you conversion page ===== */
.thank-you-hero-v64{
  min-height:68vh;
  display:flex;
  align-items:center;
  padding:78px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(255,101,0,.08), transparent 34%),
    linear-gradient(135deg,#fffaf6 0%,#ffffff 60%,#f6ece5 100%);
}
.thank-you-panel-v64{
  max-width:980px;
  margin:0 auto;
  padding:54px;
  border:1px solid #eadcd2;
  border-radius:28px;
  background:#fff;
  box-shadow:0 26px 80px rgba(74,30,30,.10);
  text-align:center;
}
.thank-you-check-v64{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  margin:0 auto 20px;
  border-radius:50%;
  background:#5a1f24;
  color:#fff;
  font-size:2rem;
  font-weight:900;
}
.thank-you-panel-v64 h1{
  max-width:820px;
  margin:10px auto 18px;
  font-size:clamp(2.6rem,5vw,4.8rem);
  line-height:1.02;
  text-wrap:balance;
}
.thank-you-panel-v64 > .lead{
  max-width:720px;
  margin:0 auto;
  color:#66554e;
  font-size:1.08rem;
  line-height:1.7;
}
.thank-you-next-v64{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:38px 0 30px;
  text-align:left;
}
.thank-you-next-v64 article{
  padding:22px;
  border-radius:18px;
  background:#faf7f4;
  border:1px solid #eadfd7;
}
.thank-you-next-v64 strong{
  display:block;
  margin-bottom:9px;
  color:#5a1f24;
  font-size:.98rem;
}
.thank-you-next-v64 span{
  color:#66554e;
  font-size:.9rem;
  line-height:1.55;
}
.thank-you-actions-v64{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.thank-you-contact-v64{
  margin:22px 0 0;
  color:#6a5a53;
  font-size:.9rem;
}
.thank-you-contact-v64 a{
  color:#5a1f24;
  font-weight:900;
}
@media(max-width:820px){
  .thank-you-next-v64{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .thank-you-hero-v64{
    padding:44px 0;
  }
  .thank-you-panel-v64{
    padding:32px 20px;
    border-radius:22px;
  }
  .thank-you-panel-v64 h1{
    font-size:2.35rem;
  }
  .thank-you-panel-v64 > .lead{
    font-size:.98rem;
  }
  .thank-you-actions-v64{
    display:grid;
    grid-template-columns:1fr;
  }
  .thank-you-actions-v64 .btn{
    width:100%;
  }
}


/* ===== v65 refined thank-you page ===== */
.thank-you-page-v65{
  padding:72px 0 84px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,101,0,.06), transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbf7f3 100%);
}
.thank-you-card-v65{
  max-width:1040px;
  margin:0 auto;
  padding:48px;
  border:1px solid #eadfd7;
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 70px rgba(74,30,30,.08);
}
.thank-you-top-v65{
  max-width:720px;
  margin:0 auto 36px;
  text-align:center;
}
.thank-you-icon-v65{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#5a1f24;
  color:#fff;
  font-size:1.35rem;
  font-weight:900;
}
.thank-you-top-v65 .eyebrow{
  margin-bottom:10px;
}
.thank-you-top-v65 h1{
  margin:0;
  font-size:clamp(3rem,5vw,4.8rem) !important;
  line-height:.98 !important;
}
.thank-you-top-v65 h2{
  margin:14px 0 12px;
  color:#3a2c27;
  font-family:var(--font-sans,Arial,sans-serif);
  font-size:clamp(1.35rem,2.1vw,2rem);
  font-weight:700;
  line-height:1.25;
}
.thank-you-intro-v65{
  max-width:620px;
  margin:0 auto;
  color:#6a5a53;
  font-size:1rem;
  line-height:1.65;
}
.thank-you-steps-v65,
.thank-you-links-v65{
  margin-top:34px;
}
.thank-you-section-title-v65{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}
.thank-you-section-title-v65 span{
  height:1px;
  background:#eadfd7;
}
.thank-you-section-title-v65 h3{
  margin:0;
  color:#5a1f24;
  font-size:.84rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.thank-you-step-grid-v65{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.thank-you-step-grid-v65 article{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:20px;
  border-radius:16px;
  background:#faf7f4;
  border:1px solid #eadfd7;
}
.thank-you-step-number-v65{
  display:grid;
  place-items:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#ead7c5;
  color:#5a1f24;
  font-weight:900;
}
.thank-you-step-grid-v65 strong{
  display:block;
  margin-bottom:7px;
  color:#342620;
  font-size:.96rem;
}
.thank-you-step-grid-v65 p{
  margin:0;
  color:#6b5a53;
  font-size:.88rem;
  line-height:1.55;
}
.thank-you-link-grid-v65{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.thank-you-link-grid-v65 a{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:122px;
  padding:20px;
  border:1px solid #eadfd7;
  border-radius:16px;
  background:#fff;
  color:#2f221e;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.thank-you-link-grid-v65 a::after{
  content:"→";
  position:absolute;
  right:18px;
  bottom:16px;
  color:#5a1f24;
  font-weight:900;
}
.thank-you-link-grid-v65 a:hover{
  transform:translateY(-3px);
  border-color:#caa98d;
  box-shadow:0 14px 34px rgba(74,30,30,.08);
}
.thank-you-link-grid-v65 strong{
  margin-bottom:7px;
  color:#5a1f24;
  font-size:1rem;
}
.thank-you-link-grid-v65 span{
  max-width:240px;
  color:#6b5a53;
  font-size:.88rem;
  line-height:1.5;
}
.thank-you-contact-v65{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-top:24px;
  padding:15px 18px;
  border-radius:14px;
  background:#f5eee8;
  color:#5f4e47;
  font-size:.92rem;
}
.thank-you-contact-v65 a{
  color:#5a1f24;
  font-weight:900;
}
@media(max-width:860px){
  .thank-you-step-grid-v65,
  .thank-you-link-grid-v65{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .thank-you-page-v65{
    padding:38px 0 54px;
  }
  .thank-you-card-v65{
    padding:28px 18px;
    border-radius:20px;
  }
  .thank-you-top-v65{
    margin-bottom:28px;
    text-align:left;
  }
  .thank-you-icon-v65{
    margin-left:0;
  }
  .thank-you-top-v65 h1{
    font-size:2.8rem !important;
  }
  .thank-you-top-v65 h2{
    font-size:1.25rem;
  }
  .thank-you-intro-v65{
    font-size:.95rem;
  }
  .thank-you-section-title-v65{
    grid-template-columns:1fr;
    gap:0;
    margin-bottom:14px;
  }
  .thank-you-section-title-v65 span{
    display:none;
  }
  .thank-you-step-grid-v65 article,
  .thank-you-link-grid-v65 a{
    padding:17px;
  }
  .thank-you-contact-v65{
    flex-direction:column;
    text-align:center;
  }
}


/* ===== v66 polished thank-you page, code only ===== */
.thank-you-hero-v66{
  padding:58px 0 44px;
  background:linear-gradient(135deg,#fffdfb 0%,#fbf6f1 58%,#f2e6dc 100%);
  border-bottom:1px solid #eee2d9;
}
.thank-you-hero-grid-v66{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:54px;
  align-items:center;
}
.thank-you-hero-copy-v66{
  max-width:690px;
}
.thank-you-received-v66{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#b7773f;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.thank-you-received-v66 span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid #d6a16e;
  border-radius:50%;
  font-size:.95rem;
}
.thank-you-hero-copy-v66 h1{
  margin:0 0 8px;
  font-size:clamp(3.1rem,5.1vw,5.2rem) !important;
  line-height:.95 !important;
}
.thank-you-hero-copy-v66 h2{
  margin:0;
  color:#382a25;
  font-family:var(--font-sans,Arial,sans-serif);
  font-size:clamp(1.35rem,2.3vw,2.15rem);
  font-weight:700;
  line-height:1.22;
}
.thank-you-accent-line-v66{
  width:44px;
  height:2px;
  margin:22px 0;
  background:#e09149;
}
.thank-you-hero-copy-v66 > p{
  max-width:560px;
  margin:0;
  color:#5f514b;
  font-size:1rem;
  line-height:1.7;
}
.thank-you-hero-art-v66{
  position:relative;
  min-height:300px;
  overflow:hidden;
  border-radius:24px;
  background:#efe7df;
  box-shadow:0 24px 60px rgba(74,30,30,.10);
}
.thank-you-art-panel-v66{
  position:absolute;
  inset:0 0 0 42%;
  background:repeating-linear-gradient(90deg,#7e5537 0 8px,#4d2e1f 8px 14px);
}
.thank-you-art-light-v66{
  position:absolute;
  top:34px;
  right:108px;
  width:8px;
  height:140px;
  border-radius:999px;
  background:#ffbf7a;
  box-shadow:0 0 30px 10px rgba(255,170,90,.35);
}
.thank-you-art-console-v66{
  position:absolute;
  right:26px;
  bottom:26px;
  width:78%;
  height:62px;
  border-radius:8px;
  background:#d8c0aa;
  box-shadow:0 10px 30px rgba(56,35,24,.18);
}
.thank-you-art-screen-v66{
  position:absolute;
  top:56px;
  right:26px;
  width:50%;
  height:145px;
  border-radius:6px;
  background:#171313;
  box-shadow:0 12px 24px rgba(0,0,0,.22);
}
.thank-you-body-v66{
  padding:40px 0 72px;
  background:#fff;
}
.thank-you-section-title-v66{
  display:grid;
  grid-template-columns:52px auto 52px;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
}
.thank-you-section-title-v66 span{
  height:1px;
  background:#e6a15f;
}
.thank-you-section-title-v66 h3{
  margin:0;
  color:#3a2c27;
  font-size:.84rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.thank-you-steps-v66{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-bottom:38px;
}
.thank-you-steps-v66 article{
  display:flex;
  gap:15px;
  min-height:150px;
  padding:22px 28px;
  border-right:1px solid #eadfd7;
}
.thank-you-steps-v66 article:last-child{
  border-right:0;
}
.thank-you-step-icon-v66{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#dfa064;
  color:#4a1e1e;
  font-weight:900;
}
.thank-you-steps-v66 strong{
  display:block;
  margin-bottom:8px;
  color:#2f211d;
  font-size:1rem;
}
.thank-you-steps-v66 p{
  margin:0;
  color:#675750;
  font-size:.9rem;
  line-height:1.6;
}
.thank-you-wait-title-v66{
  margin-top:4px;
}
.thank-you-actions-v66{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.thank-you-actions-v66 a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:112px;
  padding:22px;
  border:1px solid #eadfd7;
  border-radius:16px;
  color:#2f211d;
  background:#fff;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.thank-you-actions-v66 a:hover{
  transform:translateY(-3px);
  border-color:#d6b396;
  box-shadow:0 14px 32px rgba(74,30,30,.08);
}
.thank-you-actions-v66 strong{
  display:block;
  margin-bottom:6px;
  color:#5a1f24;
}
.thank-you-actions-v66 span{
  display:block;
  max-width:240px;
  color:#6b5b54;
  font-size:.88rem;
  line-height:1.5;
}
.thank-you-actions-v66 b{
  color:#5a1f24;
  font-size:1.2rem;
}
.thank-you-phone-v66{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:20px;
  padding:16px 20px;
  border-radius:14px;
  background:#f5eee8;
  color:#64544c;
}
.thank-you-phone-v66 a{
  color:#5a1f24;
  font-size:1.05rem;
  font-weight:900;
}
@media(max-width:900px){
  .thank-you-hero-grid-v66{
    grid-template-columns:1fr;
  }
  .thank-you-hero-art-v66{
    min-height:240px;
  }
  .thank-you-steps-v66{
    grid-template-columns:1fr;
  }
  .thank-you-steps-v66 article{
    min-height:0;
    padding:18px 0;
    border-right:0;
    border-bottom:1px solid #eadfd7;
  }
  .thank-you-steps-v66 article:last-child{
    border-bottom:0;
  }
  .thank-you-actions-v66{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .thank-you-hero-v66{
    padding:40px 0 30px;
  }
  .thank-you-hero-grid-v66{
    gap:28px;
  }
  .thank-you-hero-copy-v66 h1{
    font-size:2.9rem !important;
  }
  .thank-you-hero-copy-v66 h2{
    font-size:1.25rem;
  }
  .thank-you-hero-art-v66{
    min-height:190px;
    border-radius:18px;
  }
  .thank-you-body-v66{
    padding:32px 0 52px;
  }
  .thank-you-section-title-v66{
    grid-template-columns:36px auto 36px;
    gap:10px;
  }
  .thank-you-actions-v66 a{
    min-height:100px;
    padding:18px;
  }
  .thank-you-phone-v66{
    flex-direction:column;
    gap:4px;
    text-align:center;
  }
}


/* ===== v67 clearer header, navigation, and hero detail strip ===== */

/* Top utility bar */
.utility-bar{
  min-height:42px !important;
}
.utility-bar-inner{
  min-height:42px !important;
  font-size:1rem !important;
  font-weight:800 !important;
}
.utility-bar-inner > span,
.utility-bar-inner > div,
.utility-bar-inner a{
  font-size:1rem !important;
  font-weight:800 !important;
  line-height:1.2 !important;
}
.utility-bar-inner a[href^="tel:"]{
  font-size:1.04rem !important;
  font-weight:900 !important;
}

/* Main desktop navigation */
.site-header .site-nav{
  gap:28px !important;
}
.site-nav > a,
.site-nav .nav-dropdown-trigger{
  font-size:1.05rem !important;
  font-weight:850 !important;
  line-height:1.2 !important;
  letter-spacing:.005em !important;
}
.site-header .btn,
.site-header .header-cta{
  font-size:1rem !important;
  font-weight:900 !important;
}

/* Hero "3 project details" block */
.hero-details-panel,
.hero-steps,
.hero-detail-strip,
.hero-quick-details{
  font-size:1rem !important;
}
.hero-details-panel h3,
.hero-details-panel strong,
.hero-steps h3,
.hero-detail-strip h3,
.hero-quick-details h3{
  font-size:1.12rem !important;
  font-weight:900 !important;
  line-height:1.35 !important;
}
.hero-details-panel > p,
.hero-steps > p,
.hero-detail-strip > p,
.hero-quick-details > p{
  font-size:.95rem !important;
  line-height:1.5 !important;
}

/* Existing three-detail chips/cards */
.hero-details-panel .detail-item,
.hero-steps .detail-item,
.hero-detail-strip .detail-item,
.hero-quick-details .detail-item,
.hero-details-panel li,
.hero-steps li,
.hero-detail-strip li,
.hero-quick-details li{
  min-height:66px !important;
  padding:14px 16px !important;
}
.hero-details-panel .detail-item strong,
.hero-steps .detail-item strong,
.hero-detail-strip .detail-item strong,
.hero-quick-details .detail-item strong,
.hero-details-panel li strong,
.hero-steps li strong,
.hero-detail-strip li strong,
.hero-quick-details li strong{
  font-size:.98rem !important;
  line-height:1.3 !important;
}
.hero-details-panel .detail-item span,
.hero-steps .detail-item span,
.hero-detail-strip .detail-item span,
.hero-quick-details .detail-item span,
.hero-details-panel li span,
.hero-steps li span,
.hero-detail-strip li span,
.hero-quick-details li span{
  font-size:.9rem !important;
  line-height:1.35 !important;
}

/* Number circles */
.hero-details-panel .step-number,
.hero-steps .step-number,
.hero-detail-strip .step-number,
.hero-quick-details .step-number{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  font-size:.92rem !important;
  font-weight:900 !important;
}

/* Mobile readability */
@media(max-width:980px){
  .site-nav > a,
  .site-nav .nav-dropdown-trigger{
    font-size:1rem !important;
  }
}
@media(max-width:720px){
  .utility-bar{
    min-height:38px !important;
  }
  .utility-bar-inner{
    min-height:38px !important;
  }
  .utility-bar-inner > span,
  .utility-bar-inner > div,
  .utility-bar-inner a{
    font-size:.88rem !important;
  }
  .mobile-menu > a,
  .mobile-menu .nav-dropdown-trigger{
    font-size:1.06rem !important;
    font-weight:850 !important;
  }
  .hero-details-panel,
  .hero-steps,
  .hero-detail-strip,
  .hero-quick-details{
    font-size:.95rem !important;
  }
  .hero-details-panel h3,
  .hero-steps h3,
  .hero-detail-strip h3,
  .hero-quick-details h3{
    font-size:1.02rem !important;
  }
  .hero-details-panel .detail-item strong,
  .hero-steps .detail-item strong,
  .hero-detail-strip .detail-item strong,
  .hero-quick-details .detail-item strong,
  .hero-details-panel li strong,
  .hero-steps li strong,
  .hero-detail-strip li strong,
  .hero-quick-details li strong{
    font-size:.92rem !important;
  }
}


/* ===== v68 Thank You page: isolated layout, guaranteed fresh CSS filename ===== */
.ty68-hero{
  padding:0;
  overflow:hidden;
  background:#fbf7f3;
  border-bottom:1px solid #eadfd7;
}
.ty68-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
  min-height:420px;
  align-items:stretch;
}
.ty68-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:700px;
  padding:64px 52px 64px 0;
}
.ty68-kicker{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:20px;
  color:#b5783f;
  font-size:.84rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ty68-kicker span{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid #d9a36e;
  border-radius:50%;
}
.ty68-copy h1{
  margin:0 0 8px !important;
  color:#241d1a;
  font-size:clamp(3.2rem,5vw,5.1rem) !important;
  line-height:.98 !important;
}
.ty68-copy h2{
  margin:0 !important;
  color:#3d312c;
  font-family:Manrope,Arial,sans-serif !important;
  font-size:clamp(1.35rem,2.1vw,2rem) !important;
  font-weight:600 !important;
  line-height:1.28 !important;
}
.ty68-line{
  width:44px;
  height:2px;
  margin:22px 0;
  background:#e09149;
}
.ty68-copy > p{
  max-width:570px;
  margin:0;
  color:#5f514b;
  font-size:1rem;
  line-height:1.75;
}
.ty68-image{
  min-height:420px;
  overflow:hidden;
}
.ty68-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  object-position:center;
}
.ty68-content{
  padding:40px 0 68px;
  background:#fff;
}
.ty68-section-title{
  display:grid;
  grid-template-columns:52px auto 52px;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin:0 0 20px;
}
.ty68-section-title span{
  height:1px;
  background:#dfa064;
}
.ty68-section-title h3{
  margin:0;
  color:#372a25;
  font-size:.86rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ty68-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-bottom:36px;
}
.ty68-steps article{
  display:flex;
  gap:16px;
  min-height:132px;
  padding:20px 30px;
  border-right:1px solid #eadfd7;
}
.ty68-steps article:last-child{
  border-right:0;
}
.ty68-number{
  display:grid;
  place-items:center;
  flex:0 0 32px;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#dfa064;
  color:#4a1e1e;
  font-size:.86rem;
  font-weight:900;
}
.ty68-steps strong{
  display:block;
  margin-bottom:7px;
  color:#30231f;
  font-size:1rem;
}
.ty68-steps p{
  margin:0;
  color:#675750;
  font-size:.9rem;
  line-height:1.6;
}
.ty68-wait-title{
  margin-top:6px;
}
.ty68-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.ty68-actions > a{
  display:grid;
  grid-template-columns:50px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  min-height:116px;
  padding:20px 22px;
  border:1px solid #e7dbd2;
  border-radius:15px;
  background:#fff;
  color:#2f221e;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ty68-actions > a:hover{
  transform:translateY(-3px);
  border-color:#cda989;
  box-shadow:0 14px 34px rgba(74,30,30,.08);
}
.ty68-action-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  color:#9d7658;
  font-size:2rem;
  line-height:1;
}
.ty68-star{
  font-size:2.6rem;
}
.ty68-actions strong{
  display:block;
  margin-bottom:5px;
  color:#352722;
  font-size:1rem;
}
.ty68-actions p{
  margin:0;
  color:#6a5a53;
  font-size:.88rem;
  line-height:1.5;
}
.ty68-actions b{
  color:#5a1f24;
  font-size:1.5rem;
  font-weight:500;
}
.ty68-phone{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:20px;
  padding:16px 22px;
  border-radius:13px;
  background:#f5eee8;
  color:#66564e;
}
.ty68-phone a{
  color:#4a1e1e;
  text-decoration:none;
}
@media(max-width:960px){
  .ty68-hero-grid{
    grid-template-columns:1fr;
  }
  .ty68-copy{
    max-width:none;
    padding:52px 0 42px;
  }
  .ty68-image{
    min-height:280px;
  }
  .ty68-image img{
    min-height:280px;
  }
  .ty68-steps{
    grid-template-columns:1fr;
  }
  .ty68-steps article{
    min-height:0;
    padding:18px 0;
    border-right:0;
    border-bottom:1px solid #eadfd7;
  }
  .ty68-steps article:last-child{
    border-bottom:0;
  }
  .ty68-actions{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .ty68-copy{
    padding:40px 0 34px;
  }
  .ty68-copy h1{
    font-size:2.9rem !important;
  }
  .ty68-copy h2{
    font-size:1.25rem !important;
  }
  .ty68-image,
  .ty68-image img{
    min-height:210px;
  }
  .ty68-content{
    padding:32px 0 50px;
  }
  .ty68-section-title{
    grid-template-columns:34px auto 34px;
    gap:10px;
  }
  .ty68-actions > a{
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:12px;
    min-height:104px;
    padding:17px;
  }
  .ty68-action-icon{
    width:42px;
    height:42px;
  }
  .ty68-phone{
    flex-direction:column;
    gap:5px;
    text-align:center;
  }
}


/* ===== v69 real-photo service cards and stronger navigation ===== */

/* Top utility bar: clearly readable */
.utility-bar{
  min-height:46px !important;
}
.utility-bar-inner{
  min-height:46px !important;
  font-size:1.08rem !important;
  font-weight:900 !important;
}
.utility-bar-inner > span,
.utility-bar-inner > div,
.utility-bar-inner a{
  font-size:1.08rem !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}
.utility-bar-inner a[href^="tel:"]{
  font-size:1.12rem !important;
  font-weight:900 !important;
}

/* Main navigation */
.site-header .site-nav{
  gap:31px !important;
}
.site-nav > a,
.site-nav .nav-dropdown-trigger{
  font-size:1.12rem !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  letter-spacing:.005em !important;
}
.site-header .header-cta,
.site-header .btn{
  font-size:1.04rem !important;
  font-weight:900 !important;
}

/* Desktop dropdown menu */
.nav-dropdown-menu{
  width:min(430px,94vw) !important;
  padding:13px !important;
}
.nav-dropdown-menu > a{
  padding:14px 15px !important;
}
.nav-dropdown-menu strong{
  font-size:1.02rem !important;
  font-weight:900 !important;
}
.nav-dropdown-menu span{
  font-size:.9rem !important;
  line-height:1.45 !important;
}
.nav-dropdown-menu .nav-dropdown-all{
  font-size:.96rem !important;
  font-weight:900 !important;
}

/* Walls overview page */
.walls-card-heading-v69{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.walls-card-heading-v69 h2{
  margin:8px 0 12px;
}
.walls-card-heading-v69 > p:last-child{
  margin:0;
  color:#66554e;
  font-size:1rem;
  line-height:1.65;
}

/* Use the exact homepage card proportions and presentation */
.walls-card-heading-v69 + .service-choice-grid{
  margin-top:0 !important;
}
.walls-card-heading-v69 + .service-choice-grid .service-choice{
  height:100%;
}
.walls-card-heading-v69 + .service-choice-grid .choice-art{
  aspect-ratio:1/1 !important;
}
.walls-card-heading-v69 + .service-choice-grid .choice-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.walls-card-heading-v69 + .service-choice-grid .choice-body{
  min-height:215px;
}

/* Mobile navigation and utility text */
@media(max-width:980px){
  .site-nav > a,
  .site-nav .nav-dropdown-trigger{
    font-size:1.05rem !important;
  }
}
@media(max-width:720px){
  .utility-bar{
    min-height:40px !important;
  }
  .utility-bar-inner{
    min-height:40px !important;
  }
  .utility-bar-inner > span,
  .utility-bar-inner > div,
  .utility-bar-inner a{
    font-size:.94rem !important;
  }
  .mobile-menu > a,
  .mobile-menu .nav-dropdown-trigger,
  .mobile-services-toggle{
    font-size:1.1rem !important;
    font-weight:900 !important;
  }
  .mobile-services-menu a{
    font-size:1rem !important;
    font-weight:800 !important;
    padding:13px 0 !important;
  }
  .walls-card-heading-v69{
    margin-bottom:24px;
    text-align:left;
  }
  .walls-card-heading-v69 h2{
    font-size:2.35rem !important;
  }
  .walls-card-heading-v69 + .service-choice-grid{
    grid-template-columns:1fr !important;
  }
  .walls-card-heading-v69 + .service-choice-grid .choice-body{
    min-height:0;
  }
}


/* ===== v70 global readability system =====
   Desktop/tablet:
   - normal body text: 18px
   - supporting/small text: never below 17px
   Mobile:
   - normal small text: 14px
   - emphasized text: 16px–18px
   - compact headings: 20px+
*/

/* ---------- DESKTOP / TABLET TYPOGRAPHY ---------- */
html{
  font-size:18px !important;
}

body{
  font-size:18px !important;
  line-height:1.62 !important;
}

/* Standard paragraphs, lists, labels, links and descriptive copy */
p,
li,
label,
input,
select,
textarea,
button,
a,
small,
span{
  font-size:inherit;
}

main p,
main li,
main label,
footer p,
footer li,
.footer p,
.footer li,
.site-footer p,
.site-footer li,
.card p,
.service-choice p,
.home-recent-project-card p,
.pricing-card p,
.faq-item p,
.review-card p,
.blog-card p,
.process-card p,
.location-card p{
  font-size:18px !important;
  line-height:1.62 !important;
}

/* Supporting text must remain at least 17px */
small,
.muted,
.meta,
.card-meta,
.project-meta,
.blog-meta,
.review-meta,
.footer-note,
.site-footer small,
.choice-body p,
.nav-dropdown-menu span,
.home-recent-project-card .recent-project-body p,
.pricing-card .pricing-note,
.faq-item .answer,
.form-help,
.field-help,
.file-status,
.custom-file-name,
.crumb,
.breadcrumbs,
.eyebrow{
  font-size:17px !important;
  line-height:1.55 !important;
}

/* Forms */
input,
select,
textarea{
  font-size:18px !important;
  line-height:1.4 !important;
}
input::placeholder,
textarea::placeholder{
  font-size:17px !important;
}
button,
.btn,
.button,
input[type="submit"]{
  font-size:18px !important;
  line-height:1.2 !important;
}

/* Navigation and top utility line */
.utility-bar-inner,
.utility-bar-inner > span,
.utility-bar-inner > div,
.utility-bar-inner a{
  font-size:18px !important;
  line-height:1.2 !important;
}
.utility-bar-inner a[href^="tel:"]{
  font-size:19px !important;
}
.site-nav > a,
.site-nav .nav-dropdown-trigger{
  font-size:18px !important;
}
.nav-dropdown-menu strong{
  font-size:18px !important;
}
.nav-dropdown-menu span,
.nav-dropdown-menu .nav-dropdown-all{
  font-size:17px !important;
}

/* Headings: preserve hierarchy, but avoid oversized text */
h1{
  font-size:clamp(42px,5vw,76px) !important;
  line-height:1.02 !important;
}
h2{
  font-size:clamp(34px,3.7vw,58px) !important;
  line-height:1.08 !important;
}
h3{
  font-size:28px !important;
  line-height:1.2 !important;
}
h4{
  font-size:22px !important;
  line-height:1.25 !important;
}

/* Section intros and emphasized copy */
.lead{
  font-size:20px !important;
  line-height:1.65 !important;
}
.card strong,
.service-choice strong,
.pricing-card strong,
.home-recent-project-card strong,
.process-card strong,
.location-card strong,
.faq-item summary{
  font-size:18px !important;
}

/* Footer readability */
footer a,
.site-footer a,
.footer a{
  font-size:17px !important;
}
footer h3,
footer h4,
.site-footer h3,
.site-footer h4,
.footer h3,
.footer h4{
  font-size:20px !important;
}

/* ---------- MOBILE TYPOGRAPHY ---------- */
@media(max-width:720px){
  html{
    font-size:14px !important;
  }

  body{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  main p,
  main li,
  main label,
  footer p,
  footer li,
  .footer p,
  .footer li,
  .site-footer p,
  .site-footer li,
  .card p,
  .service-choice p,
  .home-recent-project-card p,
  .pricing-card p,
  .faq-item p,
  .review-card p,
  .blog-card p,
  .process-card p,
  .location-card p{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  small,
  .muted,
  .meta,
  .card-meta,
  .project-meta,
  .blog-meta,
  .review-meta,
  .footer-note,
  .site-footer small,
  .choice-body p,
  .nav-dropdown-menu span,
  .home-recent-project-card .recent-project-body p,
  .pricing-card .pricing-note,
  .faq-item .answer,
  .form-help,
  .field-help,
  .file-status,
  .custom-file-name,
  .crumb,
  .breadcrumbs,
  .eyebrow{
    font-size:14px !important;
    line-height:1.5 !important;
  }

  input,
  select,
  textarea{
    font-size:16px !important; /* prevents iPhone zoom */
    line-height:1.35 !important;
  }
  input::placeholder,
  textarea::placeholder{
    font-size:14px !important;
  }
  button,
  .btn,
  .button,
  input[type="submit"]{
    font-size:16px !important;
  }

  .utility-bar-inner,
  .utility-bar-inner > span,
  .utility-bar-inner > div,
  .utility-bar-inner a{
    font-size:14px !important;
  }
  .utility-bar-inner a[href^="tel:"]{
    font-size:15px !important;
  }

  .mobile-menu > a,
  .mobile-menu .nav-dropdown-trigger,
  .mobile-services-toggle{
    font-size:18px !important;
    line-height:1.25 !important;
  }
  .mobile-services-menu a{
    font-size:16px !important;
  }

  h1{
    font-size:34px !important;
    line-height:1.03 !important;
  }
  h2{
    font-size:28px !important;
    line-height:1.08 !important;
  }
  h3{
    font-size:22px !important;
    line-height:1.2 !important;
  }
  h4{
    font-size:20px !important;
    line-height:1.25 !important;
  }

  .lead{
    font-size:18px !important;
    line-height:1.55 !important;
  }

  .card strong,
  .service-choice strong,
  .pricing-card strong,
  .home-recent-project-card strong,
  .process-card strong,
  .location-card strong,
  .faq-item summary{
    font-size:18px !important;
  }

  footer a,
  .site-footer a,
  .footer a{
    font-size:14px !important;
  }
  footer h3,
  footer h4,
  .site-footer h3,
  .site-footer h4,
  .footer h3,
  .footer h4{
    font-size:20px !important;
  }
}

/* Very small phones: keep text readable without crowding */
@media(max-width:420px){
  h1{
    font-size:32px !important;
  }
  h2{
    font-size:26px !important;
  }
  h3{
    font-size:21px !important;
  }
  h4{
    font-size:20px !important;
  }
}


/* ===== v71 exact typography specification ===== */

/* DESKTOP + TABLET */
@media(min-width:721px){
  html{
    font-size:18px !important;
  }

  body{
    font-size:18px !important;
    line-height:1.62 !important;
  }

  main p,
  main li,
  main label,
  footer p,
  footer li,
  .footer p,
  .footer li,
  .site-footer p,
  .site-footer li,
  .card p,
  .service-choice p,
  .home-recent-project-card p,
  .pricing-card p,
  .faq-item p,
  .review-card p,
  .blog-card p,
  .process-card p,
  .location-card p{
    font-size:18px !important;
    line-height:1.62 !important;
  }

  small,
  .muted,
  .meta,
  .card-meta,
  .project-meta,
  .blog-meta,
  .review-meta,
  .footer-note,
  .site-footer small,
  .choice-body p,
  .nav-dropdown-menu span,
  .home-recent-project-card .recent-project-body p,
  .pricing-card .pricing-note,
  .faq-item .answer,
  .form-help,
  .field-help,
  .file-status,
  .custom-file-name,
  .crumb,
  .breadcrumbs,
  .eyebrow{
    font-size:17px !important;
    line-height:1.55 !important;
  }

  input,
  select,
  textarea{
    font-size:19px !important;
    line-height:1.4 !important;
  }

  input::placeholder,
  textarea::placeholder{
    font-size:17px !important;
  }

  button,
  .btn,
  .button,
  input[type="submit"]{
    font-size:18px !important;
  }

  .utility-bar-inner,
  .utility-bar-inner > span,
  .utility-bar-inner > div,
  .utility-bar-inner a{
    font-size:18px !important;
  }

  .utility-bar-inner a[href^="tel:"]{
    font-size:19px !important;
  }

  .site-nav > a,
  .site-nav .nav-dropdown-trigger{
    font-size:18px !important;
  }

  .nav-dropdown-menu strong{
    font-size:18px !important;
  }

  .nav-dropdown-menu span,
  .nav-dropdown-menu .nav-dropdown-all{
    font-size:17px !important;
  }

  h1{
    font-size:clamp(40px,4.5vw,68px) !important;
    line-height:1.03 !important;
  }

  h2{
    font-size:clamp(32px,3.2vw,50px) !important;
    line-height:1.08 !important;
  }

  h3{
    font-size:26px !important;
    line-height:1.2 !important;
  }

  h4{
    font-size:21px !important;
    line-height:1.25 !important;
  }

  .lead{
    font-size:20px !important;
    line-height:1.62 !important;
  }

  footer a,
  .site-footer a,
  .footer a{
    font-size:17px !important;
  }

  footer h3,
  footer h4,
  .site-footer h3,
  .site-footer h4,
  .footer h3,
  .footer h4{
    font-size:20px !important;
  }
}

/* MOBILE */
@media(max-width:720px){
  html{
    font-size:14px !important;
  }

  body{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  main p,
  main li,
  main label,
  footer p,
  footer li,
  .footer p,
  .footer li,
  .site-footer p,
  .site-footer li,
  .card p,
  .service-choice p,
  .home-recent-project-card p,
  .pricing-card p,
  .faq-item p,
  .review-card p,
  .blog-card p,
  .process-card p,
  .location-card p{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  small,
  .muted,
  .meta,
  .card-meta,
  .project-meta,
  .blog-meta,
  .review-meta,
  .footer-note,
  .site-footer small,
  .choice-body p,
  .nav-dropdown-menu span,
  .home-recent-project-card .recent-project-body p,
  .pricing-card .pricing-note,
  .faq-item .answer,
  .form-help,
  .field-help,
  .file-status,
  .custom-file-name,
  .crumb,
  .breadcrumbs,
  .eyebrow{
    font-size:14px !important;
    line-height:1.5 !important;
  }

  input,
  select,
  textarea{
    font-size:16px !important;
    line-height:1.35 !important;
  }

  input::placeholder,
  textarea::placeholder{
    font-size:14px !important;
  }

  button,
  .btn,
  .button,
  input[type="submit"]{
    font-size:16px !important;
  }

  .utility-bar-inner,
  .utility-bar-inner > span,
  .utility-bar-inner > div,
  .utility-bar-inner a{
    font-size:14px !important;
  }

  .utility-bar-inner a[href^="tel:"]{
    font-size:15px !important;
  }

  .mobile-menu > a,
  .mobile-menu .nav-dropdown-trigger,
  .mobile-services-toggle{
    font-size:18px !important;
  }

  .mobile-services-menu a{
    font-size:16px !important;
  }

  h1{
    font-size:21px !important;
    line-height:1.08 !important;
  }

  h2{
    font-size:18px !important;
    line-height:1.12 !important;
  }

  h3{
    font-size:18px !important;
    line-height:1.18 !important;
  }

  h4{
    font-size:19px !important;
    line-height:1.2 !important;
  }

  .lead{
    font-size:18px !important;
    line-height:1.5 !important;
  }

  .card strong,
  .service-choice strong,
  .pricing-card strong,
  .home-recent-project-card strong,
  .process-card strong,
  .location-card strong,
  .faq-item summary{
    font-size:18px !important;
  }

  footer a,
  .site-footer a,
  .footer a{
    font-size:14px !important;
  }

  footer h3,
  footer h4,
  .site-footer h3,
  .site-footer h4,
  .footer h3,
  .footer h4{
    font-size:19px !important;
  }
}


/* ===== v72 exact desktop heading scale ===== */
@media(min-width:721px){
  h1{
    font-size:45px !important;
    line-height:1.06 !important;
  }

  h2{
    font-size:38px !important;
    line-height:1.1 !important;
  }

  h3{
    font-size:28px !important;
    line-height:1.2 !important;
  }

  h4{
    font-size:22px !important;
    line-height:1.25 !important;
  }

  body,
  main p,
  main li,
  main label,
  footer p,
  footer li,
  .footer p,
  .footer li,
  .site-footer p,
  .site-footer li,
  .card p,
  .service-choice p,
  .home-recent-project-card p,
  .pricing-card p,
  .faq-item p,
  .review-card p,
  .blog-card p,
  .process-card p,
  .location-card p{
    font-size:18px !important;
  }

  small,
  .muted,
  .meta,
  .card-meta,
  .project-meta,
  .blog-meta,
  .review-meta,
  .footer-note,
  .site-footer small,
  .choice-body p,
  .nav-dropdown-menu span,
  .home-recent-project-card .recent-project-body p,
  .pricing-card .pricing-note,
  .faq-item .answer,
  .form-help,
  .field-help,
  .file-status,
  .custom-file-name,
  .crumb,
  .breadcrumbs,
  .eyebrow{
    font-size:17px !important;
  }
}


/* ===== v73 review typography and thank-you image removal ===== */
@media(min-width:721px){
  .review-card p,
  .review-card span,
  .review-card small,
  .review-proof-card p,
  .review-proof-card span,
  .google-review-card p,
  .google-review-card span,
  .testimonial-card p,
  .testimonial-card span,
  #reviews p,
  #reviews span{
    font-size:17px !important;
    line-height:1.58 !important;
  }
}


.ty73-hero-single{
  display:block !important;
  min-height:auto !important;
}
.ty73-hero-single .ty68-copy{
  max-width:760px;
  margin:0 auto;
  padding:64px 0 !important;
}
@media(max-width:620px){
  .ty73-hero-single .ty68-copy{
    padding:40px 0 34px !important;
  }
}


/* ===== v74 stronger, better-separated heading hierarchy ===== */

/* Desktop */
@media(min-width:1101px){
  h1{
    font-size:58px !important;
    line-height:1.02 !important;
    letter-spacing:-.025em !important;
  }

  h2{
    font-size:44px !important;
    line-height:1.08 !important;
    letter-spacing:-.018em !important;
  }

  h3{
    font-size:30px !important;
    line-height:1.18 !important;
  }

  h4{
    font-size:24px !important;
    line-height:1.22 !important;
  }
}

/* Tablet / smaller laptop */
@media(min-width:721px) and (max-width:1100px){
  h1{
    font-size:52px !important;
    line-height:1.03 !important;
    letter-spacing:-.02em !important;
  }

  h2{
    font-size:40px !important;
    line-height:1.09 !important;
  }

  h3{
    font-size:28px !important;
    line-height:1.18 !important;
  }

  h4{
    font-size:22px !important;
    line-height:1.22 !important;
  }
}

/* Mobile: still compact, but headings are now clearly distinct */
@media(max-width:720px){
  h1{
    font-size:30px !important;
    line-height:1.04 !important;
    letter-spacing:-.018em !important;
  }

  h2{
    font-size:24px !important;
    line-height:1.1 !important;
  }

  h3{
    font-size:20px !important;
    line-height:1.18 !important;
  }

  h4{
    font-size:18px !important;
    line-height:1.22 !important;
  }
}


/* ===== v75 stronger H1 and smaller project meta labels ===== */

/* Desktop */
@media(min-width:1101px){
  h1{
    font-size:68px !important;
    line-height:1.01 !important;
    letter-spacing:-.03em !important;
  }

  /* Small secondary labels such as MEDIA WALL and Tampa Bay Service Area */
  .project-type,
  .project-location,
  .recent-project-type,
  .recent-project-location,
  .project-meta,
  .card-meta,
  .home-recent-project-card .project-type,
  .home-recent-project-card .project-location,
  .home-recent-project-card .recent-project-type,
  .home-recent-project-card .recent-project-location{
    font-size:17px !important;
    line-height:1.35 !important;
  }
}

/* Tablet / smaller laptop */
@media(min-width:721px) and (max-width:1100px){
  h1{
    font-size:60px !important;
    line-height:1.02 !important;
    letter-spacing:-.025em !important;
  }

  .project-type,
  .project-location,
  .recent-project-type,
  .recent-project-location,
  .project-meta,
  .card-meta,
  .home-recent-project-card .project-type,
  .home-recent-project-card .project-location,
  .home-recent-project-card .recent-project-type,
  .home-recent-project-card .recent-project-location{
    font-size:17px !important;
    line-height:1.35 !important;
  }
}

/* Mobile keeps the compact scale */
@media(max-width:720px){
  .project-type,
  .project-location,
  .recent-project-type,
  .recent-project-location,
  .project-meta,
  .card-meta,
  .home-recent-project-card .project-type,
  .home-recent-project-card .project-location,
  .home-recent-project-card .recent-project-type,
  .home-recent-project-card .recent-project-location{
    font-size:14px !important;
    line-height:1.35 !important;
  }
}


/* ===== v76 smaller secondary labels above project titles ===== */
@media(min-width:721px){
  .home-recent-project-card .recent-project-meta{
    gap:12px !important;
    margin-bottom:10px !important;
  }

  .home-recent-project-card .recent-project-meta span{
    font-size:13px !important;
    line-height:1.25 !important;
    letter-spacing:.11em !important;
    font-weight:900 !important;
  }

  .home-recent-project-card .recent-project-meta strong{
    font-size:15px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
    color:#766861 !important;
    text-align:right;
  }
}

@media(max-width:720px){
  .home-recent-project-card .recent-project-meta span{
    font-size:12px !important;
    line-height:1.25 !important;
  }

  .home-recent-project-card .recent-project-meta strong{
    font-size:13px !important;
    line-height:1.3 !important;
  }
}


/* ===== v77 refined card-title hierarchy and review text ===== */

/* Desktop + tablet */
@media(min-width:721px){

  /* Section headings should clearly lead the block */
  section > .container > h2,
  .section-head h2,
  .section-title h2,
  .section-heading h2,
  .home-section-heading h2,
  .pricing-section-heading h2,
  .process-section-heading h2{
    font-size:48px !important;
    line-height:1.08 !important;
    letter-spacing:-.02em !important;
  }

  /* Bold titles inside cards: smaller so they don't compete with section headings */
  .card h3,
  .card h4,
  .process-card h3,
  .process-card h4,
  .service-choice h3,
  .service-choice h4,
  .pricing-card h3,
  .pricing-card h4,
  .feature-card h3,
  .feature-card h4,
  .benefit-card h3,
  .benefit-card h4,
  .step-card h3,
  .step-card h4,
  .trust-card h3,
  .trust-card h4,
  .why-card h3,
  .why-card h4,
  .recent-project-card h3,
  .recent-project-card h4,
  .home-recent-project-card h3,
  .home-recent-project-card h4,
  .location-card h3,
  .location-card h4{
    font-size:24px !important;
    line-height:1.18 !important;
    letter-spacing:-.01em !important;
  }

  /* Card bold labels that are not semantic headings */
  .card strong,
  .process-card strong,
  .feature-card strong,
  .benefit-card strong,
  .step-card strong,
  .trust-card strong,
  .why-card strong,
  .service-choice strong,
  .pricing-card strong,
  .location-card strong{
    font-size:22px !important;
    line-height:1.2 !important;
  }

  /* Review body copy */
  .review-card p,
  .review-card span,
  .review-card small,
  .review-proof-card p,
  .review-proof-card span,
  .google-review-card p,
  .google-review-card span,
  .testimonial-card p,
  .testimonial-card span,
  #reviews p,
  #reviews span{
    font-size:16px !important;
    line-height:1.6 !important;
  }
}

/* Mobile: keep existing compact scale but preserve hierarchy */
@media(max-width:720px){
  .card h3,
  .card h4,
  .process-card h3,
  .process-card h4,
  .service-choice h3,
  .service-choice h4,
  .pricing-card h3,
  .pricing-card h4,
  .feature-card h3,
  .feature-card h4,
  .benefit-card h3,
  .benefit-card h4,
  .step-card h3,
  .step-card h4,
  .trust-card h3,
  .trust-card h4,
  .why-card h3,
  .why-card h4,
  .recent-project-card h3,
  .recent-project-card h4,
  .home-recent-project-card h3,
  .home-recent-project-card h4,
  .location-card h3,
  .location-card h4{
    font-size:18px !important;
    line-height:1.2 !important;
  }

  .card strong,
  .process-card strong,
  .feature-card strong,
  .benefit-card strong,
  .step-card strong,
  .trust-card strong,
  .why-card strong,
  .service-choice strong,
  .pricing-card strong,
  .location-card strong{
    font-size:17px !important;
    line-height:1.2 !important;
  }
}


/* ===== v78 exact card hierarchy, review text, and company positioning ===== */

/* Desktop + tablet */
@media(min-width:721px){

  /* Block headings: stronger visual hierarchy */
  .short-head h2,
  .process-section .short-head h2,
  .advantages-section .short-head h2,
  .google-review-heading .short-head h2{
    font-size:52px !important;
    line-height:1.06 !important;
    letter-spacing:-.022em !important;
  }

  /* Exact first group: Send Three Project Details / Review the Range / etc. */
  .process-four article h3{
    font-size:22px !important;
    line-height:1.18 !important;
    letter-spacing:-.01em !important;
    margin-bottom:12px !important;
  }

  .process-four article p{
    font-size:17px !important;
    line-height:1.58 !important;
  }

  /* Exact second group: Designed for Your Wall / Clear Written Scope / etc. */
  .advantages-grid article h3{
    font-size:22px !important;
    line-height:1.18 !important;
    letter-spacing:-.01em !important;
    margin-bottom:12px !important;
  }

  .advantages-grid article p{
    font-size:17px !important;
    line-height:1.58 !important;
  }

  /* Card number markers stay secondary */
  .process-four article > b,
  .advantages-grid article > b{
    font-size:15px !important;
    line-height:1 !important;
  }

  /* Reviews: exact 16px body and supporting text */
  #reviews .google-review-card blockquote p,
  #reviews .google-review-person span,
  #reviews .google-review-rating small,
  #reviews .google-summary-link,
  #reviews .short-head > p:last-child{
    font-size:16px !important;
    line-height:1.6 !important;
  }

  #reviews .google-review-person strong,
  #reviews .google-summary-brand strong{
    font-size:17px !important;
    line-height:1.35 !important;
  }
}

/* Mobile */
@media(max-width:720px){
  .short-head h2,
  .process-section .short-head h2,
  .advantages-section .short-head h2,
  .google-review-heading .short-head h2{
    font-size:26px !important;
    line-height:1.1 !important;
  }

  .process-four article h3,
  .advantages-grid article h3{
    font-size:18px !important;
    line-height:1.2 !important;
  }

  .process-four article p,
  .advantages-grid article p{
    font-size:14px !important;
    line-height:1.55 !important;
  }
}


/* ===== v79 smaller reviews and compact one-line project meta ===== */

/* Desktop + tablet */
@media(min-width:721px){

  /* Reviews: reduce body text further */
  #reviews .google-review-card blockquote p,
  #reviews .google-review-person span,
  #reviews .google-review-rating small,
  #reviews .google-summary-link,
  #reviews .short-head > p:last-child,
  .review-card p,
  .review-card span,
  .review-card small,
  .review-proof-card p,
  .review-proof-card span,
  .google-review-card p,
  .google-review-card span,
  .testimonial-card p,
  .testimonial-card span{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  #reviews .google-review-person strong,
  #reviews .google-summary-brand strong{
    font-size:15px !important;
    line-height:1.3 !important;
  }

  /* Project labels under images: keep both items on one line */
  .home-recent-project-card .recent-project-meta{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) !important;
    align-items:center !important;
    gap:10px !important;
    margin-bottom:10px !important;
  }

  .home-recent-project-card .recent-project-meta span{
    font-size:11px !important;
    line-height:1.1 !important;
    letter-spacing:.08em !important;
    white-space:nowrap !important;
  }

  .home-recent-project-card .recent-project-meta strong{
    font-size:12px !important;
    line-height:1.15 !important;
    font-weight:700 !important;
    white-space:nowrap !important;
    text-align:right !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
}

/* Mobile */
@media(max-width:720px){
  #reviews .google-review-card blockquote p,
  #reviews .google-review-person span,
  #reviews .google-review-rating small,
  #reviews .google-summary-link,
  #reviews .short-head > p:last-child,
  .review-card p,
  .review-card span,
  .review-card small,
  .review-proof-card p,
  .review-proof-card span,
  .google-review-card p,
  .google-review-card span,
  .testimonial-card p,
  .testimonial-card span{
    font-size:13px !important;
    line-height:1.5 !important;
  }

  .home-recent-project-card .recent-project-meta{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) !important;
    gap:8px !important;
  }

  .home-recent-project-card .recent-project-meta span{
    font-size:10px !important;
    line-height:1.1 !important;
    white-space:nowrap !important;
  }

  .home-recent-project-card .recent-project-meta strong{
    font-size:11px !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
    text-align:right !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
}


/* ===== v80 homepage Service Area mobile correction ===== */
@media(max-width:720px){
  #service-area{
    padding:48px 0 !important;
  }

  #service-area .home-service-area-shell{
    display:block !important;
    width:100% !important;
    padding:24px 18px !important;
    border-radius:20px !important;
  }

  #service-area .home-service-area-copy{
    width:100% !important;
    max-width:none !important;
    margin:0 0 26px !important;
    padding:0 !important;
  }

  #service-area .home-service-area-copy .eyebrow{
    font-size:12px !important;
    margin-bottom:10px !important;
  }

  #service-area .home-service-area-copy h2{
    width:100% !important;
    max-width:none !important;
    margin:0 0 14px !important;
    font-size:30px !important;
    line-height:1.05 !important;
  }

  #service-area .home-service-area-copy > p:not(.eyebrow){
    width:100% !important;
    max-width:none !important;
    margin:0 0 22px !important;
    font-size:15px !important;
    line-height:1.58 !important;
  }

  #service-area .home-service-area-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    width:100% !important;
  }

  #service-area .home-service-area-actions a,
  #service-area .home-service-area-actions .btn{
    width:100% !important;
    min-height:54px !important;
    margin:0 !important;
    justify-content:center !important;
    text-align:center !important;
  }

  #service-area .home-service-area-list{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:20px 16px !important;
    border-radius:18px !important;
  }

  #service-area .home-service-area-label{
    margin:0 0 16px !important;
    font-size:16px !important;
    line-height:1.25 !important;
    letter-spacing:.08em !important;
  }

  #service-area .home-service-area-cities{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  #service-area .home-service-area-city{
    min-height:54px !important;
    padding:10px 8px !important;
    font-size:14px !important;
    line-height:1.2 !important;
    justify-content:center !important;
    text-align:center !important;
  }
}

@media(max-width:420px){
  #service-area .home-service-area-shell{
    padding:20px 14px !important;
  }

  #service-area .home-service-area-copy h2{
    font-size:28px !important;
  }

  #service-area .home-service-area-city{
    min-height:50px !important;
    font-size:13px !important;
  }
}
