/* Backyard Pod — Homepage visual design
   Navy #002855 (brand) + cedar #8B4513 accent · Fraunces serif display + Inter */
:root{
  --navy:#002855; --navy-700:#013a72; --cedar:#8B4513; --cedar-soft:#a8643a;
  --off-white:#FAF6F2; --charcoal:#1C1C1C; --stone:#D9D4CC; --warm-grey:#6B6B6B;
  --line:#e7e0d6; --max:1240px; --pad:clamp(20px,5vw,64px);
  --shadow:0 18px 50px rgba(0,20,50,.13);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0; background:var(--off-white); color:var(--charcoal);
  font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif; font-size:17px; line-height:1.6; -webkit-font-smoothing:antialiased;}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding-inline:var(--pad)}
h1,h2,h3,h4{font-family:Fraunces,Georgia,serif; font-weight:500; letter-spacing:-.01em; line-height:1.08; margin:0}
.eyebrow{font-family:Inter; font-size:12px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:var(--cedar)}
.lede{color:var(--warm-grey); max-width:560px}
.center{text-align:center} .center > *{margin-inline:auto}

/* Buttons */
.btn{display:inline-block; font-family:Inter; font-size:15px; font-weight:600; padding:13px 26px; border-radius:7px; cursor:pointer; border:none; transition:transform .2s ease, background .2s ease, color .2s ease}
.btn-sm{padding:10px 18px; font-size:14px}
.btn-primary{background:var(--navy); color:#fff}
.btn-primary:hover{background:var(--navy-700); transform:translateY(-1px)}
.btn-outline-light{background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.8)}
.btn-outline-light:hover{background:#fff; color:var(--navy)}
.btn-ghost{background:transparent; color:var(--charcoal); border:1.5px solid var(--line)}
.btn-ghost:hover{border-color:var(--navy); color:var(--navy)}
.btn-text{font-weight:600; color:var(--navy); border-bottom:2px solid transparent; border-radius:0; padding:4px 0}
.btn-text:hover{border-color:var(--cedar)}
.cta-row{display:flex; gap:14px; flex-wrap:wrap; margin-top:26px}
.center-row{justify-content:center}
.stars{color:#d8a93a; letter-spacing:1px}

/* Header */
.site-header{position:fixed; top:0; left:0; right:0; z-index:40; transition:background .3s ease, box-shadow .3s ease}
.header-inner{display:flex; align-items:center; justify-content:space-between; height:74px; gap:20px}
.logo img{height:30px; width:auto; filter:brightness(0) invert(1)}
.main-nav{display:flex; gap:30px; font-size:15px; font-weight:500; color:#fff}
.main-nav a{opacity:.92} .main-nav a:hover{opacity:1}
.header-cta{display:flex; align-items:center; gap:12px}
.calltext{position:relative}
.calltext-menu{position:absolute; top:120%; right:0; background:#fff; border:1px solid var(--line); border-radius:10px; box-shadow:var(--shadow); padding:6px; display:none; min-width:150px}
.calltext-menu a{display:block; padding:9px 12px; border-radius:7px; font-size:14px; color:var(--charcoal)}
.calltext-menu a:hover{background:var(--off-white)}
.calltext.open .calltext-menu{display:block}
/* Pods mega-menu (desktop hover dropdown) */
.pods-menu{position:relative; display:inline-block}
.pods-panel{position:absolute; top:100%; left:50%; transform:translateX(-50%); padding-top:16px; opacity:0; visibility:hidden; transition:opacity .18s ease, visibility .18s; z-index:60}
.pods-menu:hover .pods-panel, .pods-menu.open .pods-panel{opacity:1; visibility:visible}
.pods-card{background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 18px 50px rgba(0,20,50,.18); padding:14px; width:560px; max-width:88vw}
.pods-grid{display:grid; grid-template-columns:1fr 1fr; gap:4px}
.pods-grid a{display:block; padding:12px 14px; border-radius:10px; color:var(--charcoal)}
.pods-grid a:hover{background:var(--off-white)}
.pods-grid strong{display:block; font-size:15px; font-weight:600}
.pods-grid span{display:block; font-size:12.5px; color:var(--warm-grey); margin-top:2px}
.pods-foot{display:flex; justify-content:space-between; gap:10px; margin-top:8px; padding:11px 14px 3px; border-top:1px solid var(--line)}
.pods-foot a{font-size:13px; font-weight:600; color:var(--navy)}
.pods-foot a:hover{color:var(--cedar)}
@media(max-width:900px){ .pods-panel{display:none} }
/* Mobile slide-in menu */
.mm-backdrop{position:fixed; inset:0; background:rgba(0,18,40,.5); opacity:0; visibility:hidden; transition:opacity .25s, visibility .25s; z-index:100000}
.mm-backdrop.open{opacity:1; visibility:visible}
.mobile-menu{position:fixed; top:0; right:0; bottom:0; width:min(86vw,360px); background:#fff; z-index:100001; transform:translateX(100%); transition:transform .28s ease; display:flex; flex-direction:column; box-shadow:-12px 0 44px rgba(0,18,40,.28); overflow-y:auto}
.mobile-menu.open{transform:none}
.mm-head{display:flex; align-items:center; justify-content:space-between; padding:18px 20px; border-bottom:1px solid var(--line)}
.mm-head img{height:26px}
.mm-close{background:none; border:none; font-size:24px; line-height:1; cursor:pointer; color:var(--charcoal)}
.mm-nav{padding:6px 10px}
.mm-group{padding:12px 10px 6px}
.mm-label{font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--cedar); font-weight:600; margin-bottom:4px}
.mm-group a{display:block; padding:9px 8px; font-size:16px; color:var(--charcoal); border-radius:8px}
.mm-nav .mm-top{display:block; padding:14px 18px; font-size:18px; font-weight:500; color:var(--charcoal); border-top:1px solid var(--line)}
.mm-group a:active, .mm-nav .mm-top:active{background:var(--off-white)}
.mm-cta{padding:18px 20px; border-top:1px solid var(--line); margin-top:6px}
.mm-call{display:flex; gap:10px; margin-top:12px}
.mm-call a{flex:1; text-align:center; padding:11px; border:1px solid var(--line); border-radius:8px; font-weight:600; color:var(--navy)}
.hamburger{display:none; background:none; border:none; color:#fff; font-size:22px; cursor:pointer}
/* scrolled state */
.site-header.scrolled{background:var(--off-white); box-shadow:0 2px 18px rgba(0,20,50,.08)}
.site-header.scrolled .logo img{filter:none}
.site-header.scrolled .main-nav{color:var(--charcoal)}
.site-header.scrolled .hamburger{color:var(--charcoal)}
/* Call-or-text button: readable white over the dark hero, dark once header turns light */
.site-header .btn-ghost{color:#fff; border-color:rgba(255,255,255,.75); background:rgba(255,255,255,.14)}
.site-header .btn-ghost:hover{background:#fff; color:var(--navy); border-color:#fff}
.site-header.scrolled .btn-ghost{color:var(--charcoal); background:transparent; border-color:var(--line)}
.site-header.scrolled .btn-ghost:hover{color:var(--navy); border-color:var(--navy)}

/* Hero */
.hero{position:relative; min-height:100vh; display:flex; align-items:flex-end; color:#fff; overflow:hidden}
.hero-media{position:absolute; inset:0; z-index:0}
.hero-media img,.hero-media video{width:100%; height:100%; object-fit:cover}
.hero::after{content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg, rgba(0,18,40,.5) 0%, rgba(0,18,40,.12) 30%, rgba(0,18,40,.82) 100%)}
.hero-body{position:relative; z-index:2; padding-bottom:9vh; padding-top:120px}
.hero h1{font-size:clamp(44px,6.4vw,78px); font-weight:500}
.hero-sub{font-size:clamp(17px,2vw,21px); max-width:560px; margin-top:18px; color:rgba(255,255,255,.94)}
.hero-trust{margin-top:24px; font-size:14px; color:rgba(255,255,255,.9)}
.hero-trust .dot{opacity:.6; margin:0 6px}
.hero-corner{position:absolute; top:96px; right:var(--pad); z-index:2; background:rgba(255,255,255,.14); backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,.3); color:#fff; font-size:13px; font-weight:500; padding:9px 15px; border-radius:30px}
.scroll-chevron{position:absolute; bottom:22px; left:50%; transform:translateX(-50%); z-index:2; color:#fff; font-size:30px; opacity:.8; animation:bob 2s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}

/* Sections */
.section{padding:clamp(64px,9vw,128px) 0}
.section-head{max-width:720px; margin-bottom:42px}
.section-head.center{margin-inline:auto}
.section-head h2{font-size:clamp(30px,4vw,46px); margin-top:12px}
.section-head .lede{margin-top:14px}

/* Tiers */
.tiers{padding-bottom:clamp(48px,7vw,96px)}
.tier-rail{display:flex; gap:24px; overflow-x:auto; max-width:var(--max); margin-inline:auto; padding:8px var(--pad) 28px; scroll-snap-type:x mandatory; scrollbar-width:thin}
.tier-card{flex:0 0 380px; max-width:86vw; background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; scroll-snap-align:start; box-shadow:var(--shadow); display:flex; flex-direction:column}
.tier-img{aspect-ratio:4/3; overflow:hidden}
.tier-img a{display:block; width:100%; height:100%}
.tier-img img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease}
.tier-card:hover .tier-img img{transform:scale(1.04)}
.tier-body{padding:24px 24px 28px; display:flex; flex-direction:column; flex:1}
.tier-body h3{font-size:25px; margin:8px 0 8px}
.tier-body > p{color:var(--warm-grey); font-size:15px; margin:0}
.tier-body .price{color:var(--navy); font-weight:700; font-size:19px; font-family:Inter; margin:14px 0 8px}
.tier-body .quote{font-style:italic; color:var(--charcoal); font-size:14px; border-left:3px solid var(--cedar); padding-left:12px; margin:6px 0 18px}
.tier-body .btn{margin-top:auto; align-self:flex-start}
.rail-hint{color:var(--warm-grey); font-size:13px; text-align:center}

/* ===== Ad landing pages v2 (lp.html) — minimal-chrome, form-on-page ===== */
.lp-head{position:sticky; top:0; z-index:40; background:rgba(255,255,255,.96); backdrop-filter:blur(6px); border-bottom:1px solid var(--line)}
.lp-head .wrap{display:flex; align-items:center; justify-content:space-between; padding:12px var(--pad)}
.lp-head .lp-logo img{height:30px; width:auto; display:block}
.lp-phone{font:700 17px Inter,system-ui,sans-serif; color:var(--navy); text-decoration:none; white-space:nowrap}
.lp-phone small{display:block; font-weight:500; font-size:11px; color:var(--warm-grey); text-align:right}

.lp2-hero{background:var(--navy); color:#fff; position:relative; overflow:hidden}
.lp2-hero .lp2-hero-photo{position:absolute; inset:0; background-size:cover; background-position:center; opacity:.34}
.lp2-hero .lp2-hero-photo::after{content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,40,85,.85),rgba(0,40,85,.55))}
.lp2-hero .wrap{position:relative; display:grid; grid-template-columns:1.1fr .9fr; gap:44px; align-items:center; padding:clamp(32px,5vw,64px) var(--pad)}
.lp2-hero h1{font-size:clamp(30px,4.4vw,50px); line-height:1.08; margin:0 0 14px}
.lp2-hero .lp2-sub{font-size:clamp(16px,1.7vw,20px); color:#e9dccb; margin:0 0 20px; max-width:34ch}
.lp2-hero .lp2-eyebrow{display:inline-block; font:600 12px Inter,system-ui,sans-serif; letter-spacing:.08em; text-transform:uppercase; color:#e9b98c; margin-bottom:12px}
@media(max-width:860px){ .lp2-hero .wrap{grid-template-columns:1fr; gap:22px} .lp2-hero .lp2-hero-photo{opacity:.22} }

.lp-form{background:#fff; color:var(--charcoal); border-radius:16px; padding:26px; box-shadow:0 20px 50px rgba(0,0,0,.28)}
.lp-form h3{margin:0 0 4px; font-size:21px; color:var(--navy)}
.lp-form .lp-form-sub{margin:0 0 16px; font-size:13.5px; color:var(--warm-grey)}
.lp-form label{display:block; font:600 12.5px Inter,system-ui,sans-serif; color:var(--charcoal); margin:12px 0 5px}
.lp-form input,.lp-form select{width:100%; padding:12px 13px; border:1px solid var(--line); border-radius:9px; font-size:15px; background:#fff; font-family:inherit}
.lp-form input:focus,.lp-form select:focus{outline:none; border-color:var(--navy)}
.lp-form .lp-form-btn{width:100%; margin-top:16px; font-size:16px; padding:14px}
.lp-form .lp-form-fine{margin:12px 0 0; font-size:11.5px; color:var(--warm-grey); text-align:center; line-height:1.5}
.lp-form .lp-err{display:none; color:#c0392b; font-size:12.5px; margin-top:10px}

.lp-trustbar{background:#efe6da; color:var(--charcoal)}
.lp-trustbar .wrap{display:flex; flex-wrap:wrap; gap:10px 26px; justify-content:center; align-items:center; padding:14px var(--pad); font:600 13.5px Inter,system-ui,sans-serif}
.lp-trustbar span{display:inline-flex; align-items:center; gap:6px; white-space:nowrap}
.lp-trustbar .star{color:#e0a53d}

.lp-models{display:grid; grid-template-columns:repeat(auto-fill,minmax(230px,1fr)); gap:18px}
.lp-modelcard{background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:var(--shadow); display:flex; flex-direction:column}
.lp-modelcard .lp-mc-img{position:relative; aspect-ratio:4/3; overflow:hidden}
.lp-modelcard .lp-mc-img img{width:100%; height:100%; object-fit:cover}
.lp-modelcard .lp-mc-badge{position:absolute; top:10px; left:10px; background:var(--cedar); color:#fff; font:600 11px Inter,system-ui,sans-serif; padding:5px 9px; border-radius:999px}
.lp-modelcard .lp-mc-body{padding:16px 16px 18px; display:flex; flex-direction:column; flex:1}
.lp-modelcard .lp-mc-name{font-weight:700; font-size:17px; color:var(--navy)}
.lp-modelcard .lp-mc-price{color:var(--navy); font-weight:700; font-size:16px; margin:3px 0}
.lp-modelcard .lp-mc-meta{color:var(--warm-grey); font-size:13px; margin-bottom:12px}
.lp-modelcard .btn{margin-top:auto; align-self:flex-start}

.lp-income{max-width:720px; margin:0 auto; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:var(--shadow)}
.lp-income table{width:100%; border-collapse:collapse}
.lp-income td{padding:14px 20px; border-bottom:1px solid var(--line); font-size:15px}
.lp-income td:first-child{color:var(--warm-grey)}
.lp-income td:last-child{text-align:right; font-weight:600; color:var(--navy)}
.lp-income tr:last-child td{border-bottom:none}
.lp-income-note{text-align:center; color:var(--warm-grey); font-size:13.5px; margin:16px auto 0; max-width:560px}

.lp-placeholder{max-width:760px; margin:0 auto; border:2px dashed var(--cedar); border-radius:14px; padding:26px; text-align:center; color:var(--warm-grey); background:#faf4ec}
.lp-placeholder strong{color:var(--cedar)}

.lp-strip{max-width:820px; margin:0 auto; background:#efe6da; border-radius:14px; padding:22px 26px; display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap}
.lp-strip p{margin:0; color:var(--charcoal); font-size:16px}

.lp-checks{max-width:720px; margin:0 auto; list-style:none; padding:0}
.lp-checks li{position:relative; padding-left:30px; margin-bottom:12px; color:var(--warm-grey); font-size:15.5px; line-height:1.6}
.lp-checks li::before{content:"✓"; position:absolute; left:0; top:0; color:var(--cedar); font-weight:700; font-size:17px}
.lp-checks li strong{color:var(--charcoal)}

.lp-sticky{position:fixed; left:0; right:0; bottom:0; z-index:50; display:none; grid-template-columns:1fr 1fr; gap:0; background:var(--navy); box-shadow:0 -6px 20px rgba(0,0,0,.2)}
.lp-sticky a{display:flex; align-items:center; justify-content:center; gap:7px; padding:15px 8px; font:700 15px Inter,system-ui,sans-serif; text-decoration:none; color:#fff}
.lp-sticky a.lp-sticky-est{background:var(--cedar)}
@media(max-width:760px){ .lp-sticky{display:grid} body.lp-body{padding-bottom:56px} }

.lp-foot{background:var(--navy); color:#cdd6e2; padding:26px var(--pad); text-align:center; font-size:13px; line-height:1.7}
.lp-foot a{color:#e9dccb; text-decoration:none}
.lp-foot .lp-foot-lic{color:#fff; font-weight:600}

/* Stacked full-width tier rows (alternative layout to .tier-rail) */
.tier-stack{max-width:var(--max); margin-inline:auto; padding:8px var(--pad) 0}
.tier-row{display:grid; grid-template-columns:1.05fr 1fr; align-items:stretch; border:1px solid var(--line); border-radius:20px; overflow:hidden; box-shadow:var(--shadow); background:#fff; margin-bottom:28px}
.tier-row-img{position:relative; min-height:400px; overflow:hidden}
.tier-row-img a{position:absolute; inset:0; display:block}
.tier-row-img img{width:100%; height:100%; object-fit:cover; transition:transform .6s ease}
.tier-row:hover .tier-row-img img{transform:scale(1.03)}
.tier-row-body{padding:clamp(30px,4vw,56px); display:flex; flex-direction:column; justify-content:center}
.tier-row-body h3{font-size:clamp(25px,2.3vw,33px); margin:8px 0 10px; line-height:1.14}
.tier-row-body > p{color:var(--warm-grey); font-size:16px; margin:0; max-width:46ch}
.tier-row-body .price{color:var(--navy); font-weight:700; font-size:22px; font-family:Inter; margin:16px 0 10px}
.tier-row-body .quote{font-style:italic; color:var(--charcoal); font-size:15px; border-left:3px solid var(--cedar); padding-left:14px; margin:6px 0 22px; max-width:46ch}
.tier-row-body .btn{align-self:flex-start}
.tier-note{display:inline-flex; align-items:center; gap:8px; background:#efe6da; color:var(--charcoal); font:600 12.5px Inter,system-ui,sans-serif; padding:7px 13px; border-radius:999px; margin:0 0 14px; align-self:flex-start}
/* alternate image side down the column */
.tier-row:nth-child(even) .tier-row-img{order:2}
/* add class "flip" on .tier-stack to reverse which side images start on */
.tier-stack.flip .tier-row:nth-child(even) .tier-row-img{order:0}
.tier-stack.flip .tier-row:nth-child(odd) .tier-row-img{order:2}
@media(max-width:820px){
  .tier-row{grid-template-columns:1fr}
  .tier-row-img{min-height:250px; order:0 !important}
}

/* Gallery */
.gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:200px; gap:16px}
.gallery-grid figure{position:relative; margin:0; border-radius:14px; overflow:hidden; box-shadow:var(--shadow)}
.gallery-grid figure a{display:block; width:100%; height:100%}
.gallery-grid img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease}
.gallery-grid figure:hover img{transform:scale(1.05)}
.gallery-grid figcaption{position:absolute; left:0; right:0; bottom:0; padding:24px 16px 12px; font-size:13px; color:#fff; background:linear-gradient(transparent, rgba(0,18,40,.8))}
.g-tall{grid-row:span 2} .g-wide{grid-column:span 2}
/* Image lightbox — click a gallery photo (not a linked one) to expand it */
.gallery-grid figure > img{cursor:zoom-in}
.imglb{position:fixed; inset:0; z-index:200; background:rgba(0,12,28,.9); display:none; align-items:center; justify-content:center; padding:30px; cursor:zoom-out}
.imglb.open{display:flex}
.imglb img{max-width:95vw; max-height:90vh; border-radius:10px; box-shadow:0 24px 70px rgba(0,0,0,.55)}
.imglb-close{position:absolute; top:18px; right:22px; background:rgba(255,255,255,.16); border:none; color:#fff; font-size:22px; line-height:1; width:44px; height:44px; border-radius:50%; cursor:pointer}
.gallery-section .center{margin-top:36px}

/* Combined comparison table (Pods page) — frozen first column, horizontal scroll */
.cmp-wrap{overflow-x:auto; -webkit-overflow-scrolling:touch; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); background:#fff}
.cmp-table{border-collapse:separate; border-spacing:0; width:max-content; font:14px/1.45 Inter,system-ui,sans-serif; color:var(--charcoal)}
.cmp-table th,.cmp-table td{padding:12px 16px; text-align:left; border-bottom:1px solid var(--line); white-space:nowrap; vertical-align:middle}
.cmp-table tbody td{background:#fff}
.cmp-table tbody tr:nth-child(even) td{background:#faf7f3}
.cmp-table thead th{background:var(--navy); color:#fff; font-weight:600}
.cmp-table th.cmp-attr,.cmp-table td.cmp-attr{position:sticky; left:0; z-index:2; font-weight:600; color:var(--navy); box-shadow:1px 0 0 var(--line)}
.cmp-table thead th.cmp-corner{z-index:3; background:var(--navy)}
.cmp-table thead th a{color:#fff; text-decoration:none; display:block}
.cmp-table thead th a:hover .cmp-mname{text-decoration:underline}
.cmp-photo{display:block; width:150px}
.cmp-photo img{width:150px; height:100px; object-fit:cover; border-radius:8px; display:block; margin-bottom:8px}
.cmp-mname{font-size:13px; font-weight:600}
@media(max-width:600px){ .cmp-photo,.cmp-photo img{width:120px} .cmp-photo img{height:82px} }

/* Promises (navy band) */
.promises{background:var(--navy); color:#fff}
.promises-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:48px}
.promise .num{font-family:Fraunces; font-size:40px; color:var(--cedar-soft); display:block; margin-bottom:14px}
.promise h3{font-size:24px; margin-bottom:10px}
.promise p{color:rgba(255,255,255,.8); font-size:15px}

/* Testimonials */
.video-rail{display:flex; gap:20px; overflow-x:auto; padding-bottom:18px; scroll-snap-type:x mandatory}
.video-card{flex:0 0 244px; max-width:74vw; margin:0; scroll-snap-align:start}
.vimg{aspect-ratio:9/16; border-radius:14px; background-size:cover; background-position:center top; position:relative; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow); cursor:pointer}
.vimg .play{transition:transform .15s, background .15s}
.video-card:hover .vimg .play{transform:scale(1.08); background:#fff}
.vimg::after{content:""; position:absolute; inset:0; border-radius:14px; background:rgba(0,18,40,.28)}
.vimg .play{position:relative; z-index:1; width:56px; height:56px; border-radius:50%; background:rgba(255,255,255,.92); color:var(--navy); display:flex; align-items:center; justify-content:center; font-size:18px; padding-left:3px}
.video-card figcaption{margin-top:14px} .video-card strong{display:block; font-size:15px}
.video-card span{color:var(--warm-grey); font-size:14px}
.testimonials .center{margin-top:30px}
/* testimonial video lightbox */
.vlightbox{position:fixed; inset:0; z-index:200; background:rgba(0,12,28,.88); display:none; align-items:center; justify-content:center; padding:24px}
.vlightbox.open{display:flex}
.vlightbox video{max-height:88vh; max-width:94vw; width:auto; border-radius:16px; box-shadow:0 24px 70px rgba(0,0,0,.55); background:#000}
.vlb-close{position:absolute; top:18px; right:22px; width:46px; height:46px; border-radius:50%; background:rgba(255,255,255,.16); color:#fff; border:none; font-size:22px; line-height:1; cursor:pointer}
.vlb-close:hover{background:rgba(255,255,255,.3)}
/* showroom visit booking form */
.visit-wrap{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; background:var(--off-white); border:1px solid var(--line); border-radius:20px; padding:clamp(28px,4vw,52px)}
.visit-intro h2{font-size:clamp(26px,3vw,36px); margin:10px 0 14px}
.visit-intro p{color:var(--warm-grey); max-width:460px; margin:0 0 18px}
.vf{margin-bottom:14px}
.vf label{display:block; font-size:13px; font-weight:600; color:var(--charcoal); margin-bottom:6px}
.vf-hint{font-weight:400; color:var(--warm-grey); font-size:12px}
.vf-err{margin:-2px 0 12px; font:500 13px Inter,system-ui,sans-serif; color:#c0392b}
.vf input{width:100%; height:48px; border:1px solid var(--line); border-radius:9px; background:#fff; padding:0 14px; font:15px Inter,system-ui,sans-serif; color:var(--charcoal)}
.vf input:focus{outline:none; border-color:var(--navy); box-shadow:0 0 0 3px rgba(0,40,85,.1)}
.vf textarea{width:100%; border:1px solid var(--line); border-radius:9px; background:#fff; padding:12px 14px; font:15px Inter,system-ui,sans-serif; color:var(--charcoal); resize:vertical}
.vf textarea:focus{outline:none; border-color:var(--navy); box-shadow:0 0 0 3px rgba(0,40,85,.1)}
.vf-row{display:grid; grid-template-columns:1fr 1fr; gap:14px}
.visit-submit{width:100%; margin-top:6px; font-size:16px; padding:15px}
.vf-trust{margin-top:14px; font-size:13px; color:var(--warm-grey)}
.visit-done{text-align:center; padding:24px 0}
.visit-done .tick{width:60px; height:60px; border-radius:50%; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; font-size:28px; margin:0 auto 16px}
.visit-done p{color:var(--warm-grey); max-width:440px; margin:8px auto 0}
@media(max-width:760px){ .visit-wrap{grid-template-columns:1fr; gap:28px} .vf-row{grid-template-columns:1fr} }

/* Map */
.map-section{background:#fff}
.map-panel{display:flex; flex-direction:column; align-items:center; gap:30px; background:var(--off-white); border:1px solid var(--line); border-radius:20px; padding:clamp(28px,4vw,52px)}
.texas{width:100%; max-width:640px; height:auto; margin-inline:auto; display:block}
.tx-state{fill:#f3ece1; stroke:var(--navy); stroke-width:3; stroke-linejoin:round}
.tx-city{fill:var(--cedar); stroke:#fff; stroke-width:2}
.tx-star{fill:var(--cedar); stroke:#fff; stroke-width:1.5; animation:pulse 2.6s ease-in-out infinite}
.tx-label{font:500 19px Inter,system-ui,sans-serif; fill:#3a3a3a}
.tx-hq{font-weight:700; fill:var(--navy)}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.map-counts{display:flex; flex-direction:row; flex-wrap:wrap; justify-content:center; gap:18px 34px}
.map-counts .count{font-size:16px} .map-counts .count strong{font-family:Fraunces; font-size:26px; color:var(--navy); margin-right:8px}
.map-counts .btn-text{margin-top:8px}

/* Founder */
.founder-grid{display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:center}
.founder-photo img{border-radius:18px; aspect-ratio:4/5; object-fit:cover; box-shadow:var(--shadow)}
.founder-text blockquote{font-family:Fraunces; font-size:clamp(22px,2.6vw,30px); line-height:1.3; margin:16px 0; color:var(--charcoal)}
.founder-text .attrib{color:var(--warm-grey); margin:0 0 18px}

/* How it works */
.how{background:var(--off-white)}
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:28px; margin-bottom:32px}
.step{padding-top:18px; border-top:2px solid var(--cedar)}
.step-n{font-family:Fraunces; font-size:30px; color:var(--cedar)}
.step h4{font-size:20px; margin:8px 0 8px}
.step p{color:var(--warm-grey); font-size:15px}

/* Lowe's */
.lowes{background:#efe6da}
.lowes-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center}
.lowes-text h2{font-size:clamp(28px,3.4vw,40px); margin:12px 0 14px}
.lowes-text p{color:var(--warm-grey); max-width:440px}
.lowes-logo{height:38px; width:auto; margin:20px 0 22px}
.lowes-img img{border-radius:18px; aspect-ratio:4/3; object-fit:cover; box-shadow:var(--shadow)}

/* Final CTA */
.final-cta{position:relative; color:#fff; padding:clamp(80px,12vw,160px) 0; display:flex; align-items:center; text-align:center; overflow:hidden}
.final-media{position:absolute; inset:0; z-index:0}
.final-media img{width:100%; height:100%; object-fit:cover}
.final-cta::after{content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(rgba(0,18,40,.55),rgba(0,18,40,.7))}
.final-body{position:relative; z-index:2}
.final-body h2{font-size:clamp(32px,5vw,56px)}
.final-body p{font-size:19px; margin-top:14px; color:rgba(255,255,255,.92)}
.hero-trust.light{margin-top:22px}

/* Footer */
.site-footer{background:var(--navy); color:#aebfd2}
.trust-strip{background:rgba(255,255,255,.06); text-align:center; padding:14px; font-size:13px; color:#cdd9e8; letter-spacing:.02em}
.footer-cols{display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr 1fr; gap:30px; padding-top:54px; padding-bottom:34px}
.foot-brand img{height:26px; filter:brightness(0) invert(1); margin-bottom:14px}
.foot-brand p{font-size:14px; max-width:260px; color:#9fb1c8}
.footer-cols h4{font-family:Inter; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:#fff; margin:0 0 14px}
.footer-cols a{display:block; font-size:14px; color:#9fb1c8; margin-bottom:9px}
.footer-cols a:hover{color:#fff}
.footer-bottom{display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; padding:18px 0 40px; border-top:1px solid rgba(255,255,255,.1); font-size:12.5px; color:#7e90a6; max-width:var(--max); margin:0 auto; padding-inline:var(--pad)}
.footer-bottom a{color:inherit; text-decoration:none}
.footer-bottom a:hover{color:#fff; text-decoration:underline}

/* Legal / long-form text pages */
.legal{max-width:760px; margin:0 auto; color:var(--warm-grey); font-size:15.5px; line-height:1.7}
.legal h3{font-family:Fraunces; color:var(--charcoal); font-size:20px; margin:30px 0 10px}
.legal p{margin:0 0 14px}
.legal ul{margin:0 0 14px; padding-left:22px} .legal li{margin:0 0 7px}
.legal a:not(.btn-text){color:var(--navy); text-decoration:underline; text-underline-offset:2px}

/* Reveal animation */
.reveal{opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease}
.reveal.in{opacity:1; transform:none}

/* ============ Interior / tier-page components ============ */
/* Sub-hero (shorter than homepage hero) */
.hero.hero-page{min-height:74vh}
.crumb{position:relative; z-index:2; font-size:13px; color:rgba(255,255,255,.85); margin-bottom:10px}
.crumb a{opacity:.85} .crumb a:hover{opacity:1; text-decoration:underline}
.section.alt{background:#fff}

/* Model selector rail */
.model-rail{display:flex; gap:18px; overflow-x:auto; max-width:var(--max); margin-inline:auto; padding:8px var(--pad) 26px; scroll-snap-type:x mandatory}
.model-card{flex:0 0 256px; max-width:80vw; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; scroll-snap-align:start; box-shadow:var(--shadow); position:relative; transition:transform .2s ease}
.model-card:hover{transform:translateY(-3px)}
.model-card .m-img{aspect-ratio:4/3; overflow:hidden}
.model-card .m-img img{width:100%;height:100%;object-fit:cover}
.model-card .m-body{padding:16px 18px 20px}
.model-card .m-name{font-family:Fraunces; font-size:21px}
.model-card .m-price{color:var(--navy); font-weight:700; margin:6px 0 2px}
.model-card .m-meta{color:var(--warm-grey); font-size:13px}
.model-card .m-badge{position:absolute; top:12px; left:12px; background:var(--cedar); color:#fff; font-size:11px; font-weight:600; padding:3px 9px; border-radius:20px}

/* Feature rows */
.feature{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center; padding:clamp(48px,7vw,96px) 0}
.feature.rev .feat-img{order:2}
.feature .feat-img img{border-radius:18px; aspect-ratio:4/3; object-fit:cover; box-shadow:var(--shadow); width:100%}
.feature .feat-text h2{font-size:clamp(26px,3.2vw,38px); margin:12px 0 14px}
.feature .feat-text p{color:var(--warm-grey)}
.feature .feat-text .quote{font-style:italic; color:var(--charcoal); border-left:3px solid var(--cedar); padding-left:14px; margin-top:18px}
.spec-pills{display:flex; flex-wrap:wrap; gap:8px; margin-top:18px}
.spec-pills span{background:var(--off-white); border:1px solid var(--line); border-radius:20px; padding:6px 13px; font-size:13px}
.section.alt .spec-pills span{background:#fff}

/* Spec table */
.spec-table-wrap{overflow-x:auto; border:1px solid var(--line); border-radius:14px}
.spec-table{width:100%; border-collapse:collapse; font-size:14px; background:#fff; min-width:680px}
.spec-table th,.spec-table td{padding:13px 16px; text-align:left; border-bottom:1px solid var(--line)}
.spec-table thead th{background:var(--navy); color:#fff; font-family:Inter; font-weight:600; position:sticky; top:0}
.spec-table thead th:first-child{border-top-left-radius:0}
.spec-table td.attr{color:var(--warm-grey); font-weight:500}
.spec-table tbody tr:nth-child(even){background:var(--off-white)}
.spec-table .star{color:#d8a93a}
.incl-note{font-size:13px; color:var(--warm-grey); margin-top:14px}

/* Two paths split */
.split{display:grid; grid-template-columns:1fr 1fr; gap:26px}
.split .path{background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; box-shadow:var(--shadow)}
.split .path .p-img{aspect-ratio:16/9; overflow:hidden}
.split .path .p-img img{width:100%;height:100%;object-fit:cover}
.split .path.cedar{border-top:4px solid var(--cedar)}
.split .p-body{padding:26px 28px 30px}
.split .p-body h3{font-size:24px; margin-bottom:10px}
.split .p-body p{color:var(--warm-grey); font-size:15px; margin-bottom:18px}

/* Rental calculator */
.calc{display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:start; background:#fff; border:1px solid var(--line); border-radius:20px; padding:clamp(24px,3.5vw,44px); box-shadow:var(--shadow)}
.calc-fields{display:grid; grid-template-columns:1fr 1fr; gap:18px}
.calc-field{display:flex; flex-direction:column; gap:6px}
.calc-field label{font-size:12px; font-weight:600; letter-spacing:.04em; color:var(--warm-grey); text-transform:uppercase}
.calc-field .input{height:44px; border:1px solid var(--line); border-radius:9px; background:var(--off-white); display:flex; align-items:center; padding:0 14px; font-size:15px; color:var(--charcoal)}
.calc-slider{height:6px; background:var(--stone); border-radius:6px; position:relative; margin-top:18px}
.calc-slider::after{content:""; position:absolute; left:58%; top:-6px; width:18px;height:18px; border-radius:50%; background:var(--navy)}
.calc-result{background:var(--navy); color:#fff; border-radius:16px; padding:30px; text-align:center}
.calc-result .r-label{font-size:13px; color:rgba(255,255,255,.75); letter-spacing:.04em; text-transform:uppercase}
.calc-result .r-big{font-family:Fraunces; font-size:46px; margin:8px 0}
.calc-result .r-sub{color:rgba(255,255,255,.85); font-size:14px}
.calc-result .btn{margin-top:18px}
.calc-disclaim{font-size:12px; color:var(--warm-grey); margin-top:14px}

/* Included / not included */
.incl{display:grid; grid-template-columns:1fr 1fr; gap:30px}
.incl .col{background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px 28px}
.incl h3{font-size:20px; margin-bottom:14px}
.incl ul{list-style:none; margin:0; padding:0}
.incl li{padding:9px 0 9px 28px; position:relative; font-size:15px; border-bottom:1px solid var(--line)}
.incl li:last-child{border-bottom:none}
.incl .yes li::before{content:"✓"; position:absolute; left:0; color:var(--navy); font-weight:700}
.incl .no li::before{content:"✕"; position:absolute; left:0; color:var(--cedar)}

/* Upgrades grid */
.upgrade-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.upgrade-grid figure{margin:0; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:var(--shadow)}
.upgrade-grid img{aspect-ratio:4/3; object-fit:cover; width:100%}
.upgrade-grid figcaption{padding:12px 16px; font-size:14px; font-weight:500}

/* Financing strip */
.fin-strip{background:var(--navy); color:#fff; border-radius:18px; padding:clamp(26px,4vw,44px); display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap}
.fin-strip .fin-price{font-family:Fraunces; font-size:clamp(26px,3.4vw,38px)}
.fin-strip .fin-price small{display:block; font-family:Inter; font-size:14px; color:rgba(255,255,255,.8); font-weight:400; margin-top:6px}

/* Stat band */
.stat-band{background:var(--navy); color:#fff}
.stat-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:30px; text-align:center}
.stat .s-num{font-family:Fraunces; font-size:44px; color:#fff}
.stat .s-num b{color:var(--cedar-soft)}
.stat .s-label{color:rgba(255,255,255,.8); font-size:14px}

/* Model page — at-a-glance spec grid */
/* Ad landing pages (lp.html) */
.lp-benefits{display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:940px; margin:0 auto}
.lp-benefit{background:#fff; border:1px solid var(--line); border-radius:14px; padding:26px 26px 24px; box-shadow:var(--shadow)}
.lp-benefit .lp-ic{font-size:22px; line-height:1; margin-bottom:12px}
.lp-benefit h4{margin:0 0 6px; font-size:18px}
.lp-benefit p{margin:0; color:var(--warm-grey); font-size:14.5px; line-height:1.6}
.lp-pricebar{display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; margin:2px 0 4px}
.lp-pricebar .lp-price{font:700 26px Inter,system-ui,sans-serif; color:#fff}
.lp-pricebar .lp-mo{color:#e9dccb; font-size:15px}
.quote-hero{max-width:820px; margin:0 auto; text-align:center; font-family:Fraunces,Georgia,serif; font-size:clamp(22px,3vw,30px); line-height:1.35; color:var(--charcoal)}
.quote-hero .quote-by{display:block; margin-top:16px; font-family:Inter,system-ui,sans-serif; font-size:14px; font-weight:600; color:var(--cedar); letter-spacing:.02em}
@media(max-width:760px){ .lp-benefits{grid-template-columns:1fr} }

.model-shots{display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:var(--max); margin-inline:auto}
.model-shots figure{margin:0; border:1px solid var(--line); border-radius:16px; overflow:hidden; background:#fff; box-shadow:var(--shadow)}
.model-shots figure img{display:block; width:100%; aspect-ratio:4/3; object-fit:cover; cursor:zoom-in}
.model-shots figure.is-plan img{object-fit:contain; background:#f4efe8; padding:10px}
.model-shots figcaption{padding:12px 16px; font:600 13px Inter,system-ui,sans-serif; letter-spacing:.02em; color:var(--charcoal)}
@media(max-width:700px){ .model-shots{grid-template-columns:1fr} }
.spec-grid{display:grid; grid-template-columns:1fr 1fr; gap:0 56px}
.spec-row{display:flex; justify-content:space-between; gap:24px; padding:14px 2px; border-bottom:1px solid var(--line)}
.spec-row .k{color:var(--warm-grey); font-size:14.5px}
.spec-row .v{font-weight:500; font-size:14.5px; text-align:right}
/* Model page — utilities & site work */
.util-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.util-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px}
.util-card h4{font-size:17px; margin-bottom:8px}
.util-card p{color:var(--warm-grey); font-size:14px; margin:0}
.util-card .u-price{color:var(--navy); font-weight:700; margin-top:12px}
a.model-card{color:inherit; text-decoration:none}

/* FAQ accordion (native details) */
.faq{max-width:800px; margin:0 auto}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none; cursor:pointer; padding:18px 4px; font-size:17px; font-weight:500; display:flex; justify-content:space-between; align-items:center; gap:20px; color:var(--charcoal)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+"; color:var(--cedar); font-size:24px; font-weight:400; line-height:1}
.faq details[open] summary::after{content:"\2013"}
.faq .faq-a{padding:0 4px 20px; color:var(--warm-grey); font-size:15px; max-width:700px}

/* Vertical timeline */
.timeline{max-width:820px; margin:0 auto}
.tl-step{display:grid; grid-template-columns:54px 1fr; gap:22px; padding:0 0 30px; position:relative}
.tl-step:not(:last-child)::before{content:""; position:absolute; left:26px; top:50px; bottom:0; width:2px; background:var(--line)}
.tl-num{width:52px; height:52px; border-radius:50%; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; font-family:Fraunces; font-size:20px; z-index:1}
.tl-body h4{font-size:19px; margin:8px 0 6px}
.tl-body p{color:var(--warm-grey); font-size:15px; margin:0 0 6px}
.tl-meta{font-size:13px; color:var(--cedar); font-weight:600}
.tl-more{margin-top:12px}
.tl-more summary{display:inline-flex; align-items:center; gap:7px; cursor:pointer; font:600 13px Inter,system-ui,sans-serif; color:var(--navy); list-style:none; user-select:none}
.tl-more summary::-webkit-details-marker{display:none}
.tl-more summary::after{content:"+"; font-size:15px; font-weight:500}
.tl-more[open] summary::after{content:"\2013"}
.tl-detail{margin-top:12px; padding:14px 16px; background:#fff; border:1px solid var(--line); border-radius:10px; color:var(--warm-grey); font-size:14.5px; line-height:1.7}
.tl-detail p{margin:0 0 10px} .tl-detail p:last-child{margin-bottom:0}
.tl-detail h5{font:600 12px Inter,system-ui,sans-serif; letter-spacing:.06em; text-transform:uppercase; color:var(--cedar); margin:14px 0 4px} .tl-detail h5:first-child{margin-top:0}

/* Filter bar */
.filterbar{display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-bottom:34px}
.filterbar button{background:#fff; border:1px solid var(--line); border-radius:30px; padding:9px 18px; font:500 14px Inter; color:var(--charcoal); cursor:pointer; transition:.15s}
.filterbar button.on, .filterbar button:hover{background:var(--navy); color:#fff; border-color:var(--navy)}

/* Press logos */
.values-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:16px; max-width:1040px; margin:0 auto}
.value-card{background:#fff; border:1px solid var(--line); border-radius:12px; padding:26px 16px; text-align:center; box-shadow:var(--shadow)}
.value-card .vnum{font-family:Fraunces,Georgia,serif; font-size:22px; color:var(--cedar); display:block; margin-bottom:10px}
.value-card h4{font-size:15px; margin:0; color:var(--navy); line-height:1.35}
@media(max-width:760px){ .values-grid{grid-template-columns:repeat(2,1fr)} }
.villa-plans{display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:900px; margin:0 auto}
.villa-plans figure{margin:0; background:#fff; border:1px solid var(--line); border-radius:14px; padding:16px; box-shadow:var(--shadow); text-align:center}
.villa-plans figure > img{width:100%; height:auto; border-radius:8px; cursor:zoom-in}
.villa-plans figcaption{margin-top:12px; font:600 14px Inter,system-ui,sans-serif; color:var(--navy)}
@media(max-width:700px){ .villa-plans{grid-template-columns:1fr} }
.jt-logo-box{display:flex; align-items:center; justify-content:center; background:#f4efe8; padding:24px}
.jt-logo-box > img{max-width:72%; height:auto}
.jt-lockup{display:flex; align-items:center; justify-content:center; gap:clamp(14px,1.6vw,22px); flex-wrap:wrap; max-width:100%}
.jt-icon{width:clamp(64px,7vw,96px); height:auto; flex:0 0 auto}
.jt-wordmark{font-family:Inter,system-ui,-apple-system,sans-serif; font-weight:600; font-size:clamp(30px,4.4vw,50px); letter-spacing:-.015em; color:#141414; line-height:1}
.jt-wordmark b{font-weight:800}
.jt-list{list-style:none; margin:18px 0 0; padding:0}
.jt-list li{position:relative; padding-left:28px; margin-bottom:12px; color:var(--warm-grey); font-size:15px; line-height:1.6}
.jt-list li::before{content:"✓"; position:absolute; left:0; top:0; color:var(--cedar); font-weight:700}
.jt-list li strong{color:var(--charcoal)}
.fin-options{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:start}
.fin-card{background:#fff; border:1px solid var(--line); border-radius:16px; padding:30px; box-shadow:var(--shadow)}
.fin-num{font-family:Fraunces,Georgia,serif; font-size:22px; color:var(--cedar); display:block; margin-bottom:8px}
.fin-card h3{margin:0 0 12px; font-size:21px}
.fin-card p{color:var(--warm-grey); font-size:15px; line-height:1.65; margin:0 0 12px} .fin-card p:last-child{margin-bottom:0}
.fin-note{font-size:12.5px; line-height:1.55; color:var(--warm-grey); font-style:italic; border-top:1px solid var(--line); padding-top:10px; margin-top:4px}
.fin-disclosure{max-width:860px; margin:0 auto; background:#f4efe8; border:1px solid var(--line); border-radius:14px; padding:26px 30px}
.fin-disclosure h4{font:600 12px Inter,system-ui,sans-serif; letter-spacing:.06em; text-transform:uppercase; color:var(--cedar); margin:0 0 12px}
.fin-disclosure p{color:var(--warm-grey); font-size:13px; line-height:1.65; margin:0 0 10px} .fin-disclosure p:last-child{margin-bottom:0}
@media(max-width:860px){ .fin-options{grid-template-columns:1fr} }
.role-card{max-width:720px; margin:0 auto; background:#fff; border:1px solid var(--line); border-radius:16px; padding:34px; box-shadow:var(--shadow)}
.role-head{display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin-bottom:14px}
.role-head h3{margin:0; font-size:24px}
.role-tag{font:600 12px Inter,system-ui,sans-serif; letter-spacing:.05em; text-transform:uppercase; color:var(--cedar); background:#f3ece2; padding:5px 12px; border-radius:20px}
.role-card > p{color:var(--warm-grey); margin:0 0 16px}
.role-list{margin:0 0 22px; padding-left:20px; color:var(--warm-grey)} .role-list li{margin:0 0 8px}
.role-sub{font:600 12px Inter,system-ui,sans-serif; letter-spacing:.06em; text-transform:uppercase; color:var(--cedar); margin:22px 0 8px}
.vs-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:920px; margin:0 auto}
.vs-card{background:#fff; border:1px solid var(--line); border-radius:16px; padding:30px; box-shadow:var(--shadow)}
.vs-card.vs-featured{border-color:var(--cedar); border-width:2px}
.vs-card h3{margin:0 0 4px; font-size:22px}
.vs-sub{color:var(--cedar); font-weight:600; font-size:13.5px; margin:0 0 16px}
@media(max-width:760px){ .vs-grid{grid-template-columns:1fr} }
.loc-chips{display:flex; flex-wrap:wrap; gap:12px; justify-content:center; max-width:900px; margin:0 auto}
.loc-chips span{background:#fff; border:1px solid var(--line); border-radius:30px; padding:9px 18px; font:600 14px Inter,system-ui,sans-serif; color:var(--navy); box-shadow:var(--shadow)}
.press-row{display:flex; flex-wrap:wrap; gap:42px; align-items:center; justify-content:center}
.press-row img{height:38px; width:auto; opacity:.7; filter:grayscale(1); transition:.2s}
.press-row img:hover{opacity:1; filter:none}

/* Review cards */
.review-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px}
.review-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:22px 24px; box-shadow:var(--shadow)}
.review-card .stars{color:#d8a93a; font-size:15px; letter-spacing:1px}
.review-card p{font-size:15px; color:var(--charcoal); margin:12px 0 16px; line-height:1.6}
.review-card .rv-who{display:flex; align-items:center; gap:12px}
.review-card .rv-who img{width:42px; height:42px; border-radius:50%; object-fit:cover}
.review-card .rv-name{font-weight:600; font-size:14px}
.review-card .rv-meta{color:var(--warm-grey); font-size:13px}
@media(max-width:860px){ .review-grid{grid-template-columns:1fr 1fr} }
@media(max-width:560px){ .review-grid{grid-template-columns:1fr} }

/* Video placeholder block */
.video-block{position:relative; max-width:920px; margin:0 auto; aspect-ratio:16/9; border-radius:18px; overflow:hidden; box-shadow:var(--shadow)}
.video-block img{width:100%; height:100%; object-fit:cover}
.video-block::after{content:""; position:absolute; inset:0; background:rgba(0,18,40,.32)}
.video-play{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; width:80px; height:80px; border-radius:50%; background:rgba(255,255,255,.92); border:none; color:var(--navy); font-size:26px; cursor:pointer; padding-left:6px; box-shadow:0 6px 24px rgba(0,0,0,.3)}
.video-play:hover{background:#fff}
.video-tag{position:absolute; bottom:14px; left:50%; transform:translateX(-50%); z-index:2; background:rgba(0,18,40,.7); color:#fff; font-size:12px; padding:5px 12px; border-radius:20px; white-space:nowrap}
/* Showroom walkthrough — centered portrait video player */
.walkthrough-wrap{display:flex; justify-content:center}
.walkthrough-vid{width:100%; max-width:360px; border-radius:18px; box-shadow:var(--shadow); background:#000; display:block}

/* Team grid */
.team-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px}
.team-card{text-align:center}
.team-card img{width:100%; aspect-ratio:1; object-fit:cover; object-position:center 22%; border-radius:14px; box-shadow:var(--shadow)}
.team-group{margin-top:40px} .team-group img{width:100%; border-radius:18px; box-shadow:var(--shadow); display:block}
.team-card .tname{font-weight:600; margin-top:13px}
.team-card .trole{color:var(--warm-grey); font-size:14px}
.team-lead{grid-template-columns:repeat(3,1fr); max-width:680px; margin:0 auto 26px}
@media(max-width:760px){ .team-grid{grid-template-columns:1fr 1fr} .team-lead{grid-template-columns:1fr 1fr; max-width:none} }

@media (max-width:900px){
  .feature,.calc,.split,.incl,.spec-grid{grid-template-columns:1fr; gap:28px}
  .feature.rev .feat-img{order:0}
  .upgrade-grid,.util-grid{grid-template-columns:1fr 1fr}
  .stat-grid{grid-template-columns:1fr 1fr; gap:24px}
  .calc-fields{grid-template-columns:1fr 1fr}
  .spec-grid{gap:0}
}
@media (max-width:560px){
  .upgrade-grid{grid-template-columns:1fr}
}

/* Original responsive rules */
@media (max-width:900px){
  .main-nav{display:none}
  .header-cta .btn-primary{display:none}
  .hamburger{display:block}
  .gallery-grid{grid-template-columns:repeat(2,1fr); grid-auto-rows:160px}
  .g-wide{grid-column:span 2}
  .promises-grid,.steps{grid-template-columns:1fr 1fr; gap:32px}
  .map-panel,.founder-grid,.lowes-grid{grid-template-columns:1fr; gap:32px}
  .footer-cols{grid-template-columns:1fr 1fr; gap:24px}
  .founder-photo{max-width:320px}
}
@media (max-width:560px){
  .cta-row .btn{width:100%; text-align:center}
  .promises-grid,.steps,.gallery-grid,.footer-cols{grid-template-columns:1fr}
  .g-wide,.g-tall{grid-column:auto; grid-row:auto}
  .calltext{display:none}
}
