:root{
  --black:#050505;
  --black-2:#0b0b0b;
  --black-3:#121212;
  --white:#f7f5f0;
  --muted:#b9b6af;
  --gold:#d6a33f;
  --gold-bright:#efbd58;
  --line:rgba(214,163,63,.36);
  --soft-line:rgba(255,255,255,.12);
  --max:1480px;
  --text-max:1180px;
  --shadow:0 18px 60px rgba(0,0,0,.44);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased}
img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.wrap{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-100px;z-index:999;background:#fff;color:#000;padding:10px 14px}.skip-link:focus{top:12px}
.eyebrow{color:var(--gold-bright);font-size:.73rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}
h1,h2,h3{line-height:1.1;margin:0 0 22px;font-weight:400;letter-spacing:-.025em}
h1{font-size:clamp(2.7rem,5vw,5.6rem)}
h2{font-size:clamp(2.15rem,4vw,4.45rem)}
h3{font-size:clamp(1.35rem,2.2vw,2.1rem)}
h1 span,h2 span,h3 span{color:var(--gold-bright)}
p{margin:0 0 22px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header — intentionally close to the clean, minimal HTS layout */
.site-header{position:sticky;top:0;z-index:100;background:#030303;border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner,.header-shell{height:94px;width:min(calc(100% - 54px),1580px);margin:auto;display:flex;align-items:center;gap:30px}
.brand{flex:0 0 auto;display:block;width:292px}
.brand img{width:100%;height:auto}
.nav{margin-left:auto;display:flex;align-items:center;justify-content:center;gap:31px;height:100%}
.nav>a,.nav-more>button{position:relative;display:flex;align-items:center;height:100%;border:0;background:none;color:#f5f5f3;font-size:.72rem;font-weight:600;letter-spacing:.045em;text-transform:uppercase;padding:0;cursor:pointer;white-space:nowrap}
.nav>a:after,.nav-more>button:after{content:"";position:absolute;left:0;right:0;bottom:25px;height:1px;background:var(--gold);transform:scaleX(0);transition:transform .22s ease}
.nav>a:hover:after,.nav>a[aria-current="page"]:after,.nav-more:hover>button:after{transform:scaleX(1)}
.nav-more{height:100%;position:relative;display:flex;align-items:center}
.nav-dropdown{position:absolute;top:75px;right:0;width:250px;padding:15px;background:#090909;border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.nav-more:hover .nav-dropdown,.nav-more:focus-within .nav-dropdown,.nav-more.open .nav-dropdown{opacity:1;visibility:visible;transform:none}
.nav-dropdown a{display:block;padding:10px 12px;color:#ddd9d2;font-size:.78rem;text-transform:uppercase;letter-spacing:.055em;border-bottom:1px solid rgba(255,255,255,.07)}
.nav-dropdown a:last-child{border-bottom:0}.nav-dropdown a:hover{color:var(--gold-bright)}
.header-phone{margin-left:10px;border:1px solid var(--gold);color:var(--gold-bright);padding:12px 18px;font-weight:700;font-size:.79rem;letter-spacing:.04em;white-space:nowrap;transition:.2s ease}
.header-phone:hover{background:var(--gold);color:#080808}
.header-phone svg{display:none}
.menu-btn{display:none;margin-left:auto;border:1px solid var(--gold);background:transparent;color:#fff;padding:9px 13px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}
.breadcrumb{display:none}

/* Home video hero */
.video-hero{position:relative;height:calc(100vh - 94px);min-height:650px;overflow:hidden;background:#0b0b0b}
.video-hero video,.video-hero .video-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.video-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.18) 48%,rgba(0,0,0,.58)),linear-gradient(90deg,rgba(0,0,0,.14),transparent 35%,rgba(0,0,0,.12))}
.video-hero-inner{position:relative;z-index:2;height:100%;display:grid;place-items:center;text-align:center}
.hero-center-button{display:inline-flex;align-items:center;justify-content:center;min-width:242px;padding:14px 25px;background:rgba(25,23,20,.82);border:1px solid rgba(255,255,255,.26);box-shadow:0 6px 25px rgba(0,0,0,.35);font-size:1rem;letter-spacing:.015em;transition:.2s ease}
.hero-center-button:hover{background:var(--gold);color:#080808;border-color:var(--gold);transform:translateY(-2px)}
.hero-scroll{position:absolute;z-index:3;left:50%;bottom:25px;transform:translateX(-50%);font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.hero-scroll:after{content:"";display:block;width:1px;height:33px;background:rgba(255,255,255,.5);margin:8px auto 0}

/* Home content */
.home-intro{padding:105px 0 95px;background:#070707;border-bottom:1px solid rgba(255,255,255,.08)}
.home-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;max-width:var(--text-max);margin:auto}
.home-intro h1{font-size:clamp(2.55rem,4.6vw,4.9rem);max-width:660px}
.home-intro-copy{color:#cbc8c1;font-size:1.04rem}
.actions,.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 23px;background:var(--gold);border:1px solid var(--gold);color:#090909;text-transform:uppercase;font-size:.72rem;font-weight:800;letter-spacing:.08em;transition:.2s ease}
.btn:hover{background:var(--gold-bright);border-color:var(--gold-bright);transform:translateY(-2px)}
.btn-secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.btn-secondary:hover{background:#fff;color:#050505;border-color:#fff}

.solutions-section{background:#050505}
.solution-row{min-height:560px;display:grid;grid-template-columns:1.1fr .9fr;border-bottom:1px solid rgba(255,255,255,.08)}
.solution-row:nth-child(even){grid-template-columns:.9fr 1.1fr}
.solution-row:nth-child(even) .solution-media{order:2}
.solution-media{min-height:560px;position:relative;overflow:hidden;background:#111}
.solution-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s ease}
.solution-row:hover .solution-media img{transform:scale(1.025)}
.solution-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(0,0,0,.18))}
.solution-row:nth-child(even) .solution-media:after{background:linear-gradient(-90deg,transparent 55%,rgba(0,0,0,.18))}
.solution-copy{padding:75px clamp(38px,6vw,100px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#0b0b0b,#050505)}
.solution-copy h2{font-size:clamp(2.2rem,3.7vw,4rem);margin-bottom:24px}
.solution-copy p{color:#c4c0b9;max-width:650px}
.solution-copy ul{list-style:none;margin:8px 0 30px;padding:0;color:#ccc8c1}
.solution-copy li{padding:7px 0 7px 21px;position:relative}.solution-copy li:before{content:"";position:absolute;left:0;top:17px;width:6px;height:6px;background:var(--gold);border-radius:50%}
.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--gold-bright);text-transform:uppercase;font-size:.73rem;font-weight:700;letter-spacing:.1em}
.text-link:hover{color:#fff}

.difference{padding:100px 0;background:#0a0a0a}
.difference-head{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:65px}
.difference-head p{color:#c3c0ba;max-width:720px}
.proof-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.proof{min-height:145px;padding:25px 23px;display:flex;align-items:center;gap:17px;border-right:1px solid var(--line)}
.proof:last-child{border-right:0}.proof-icon{width:37px;height:37px;flex:0 0 auto;color:var(--gold)}.proof-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.proof strong{display:block;font-size:1.23rem;font-weight:500}.proof small{display:block;color:#aaa69f;font-size:.67rem;text-transform:uppercase;letter-spacing:.08em;margin-top:4px}

.rescue-band{display:grid;grid-template-columns:1fr 1fr;min-height:610px;background:#050505}
.rescue-media{background:url('/assets/img/lighting-control-panel-rack.webp') center/cover no-repeat;position:relative}.rescue-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(0,0,0,.15))}
.rescue-copy{padding:85px clamp(42px,7vw,115px);display:flex;flex-direction:column;justify-content:center}
.rescue-copy p{color:#c5c1ba}.check-list{list-style:none;padding:0;margin:15px 0 30px}.check-list li{position:relative;padding:8px 0 8px 28px;color:#d0ccc5}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold-bright);font-weight:700}

/* Existing interior page system, restyled to match the reference site */
.hero{position:relative;min-height:72vh;display:flex;align-items:center;overflow:hidden;background:#0b0b0b}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.83),rgba(0,0,0,.42) 58%,rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.7),transparent 50%)}
.hero-content{position:relative;z-index:2;width:min(calc(100% - 64px),var(--max));margin:auto;max-width:1100px;padding:90px 0}
.hero-content h1{font-size:clamp(3rem,5.7vw,6.2rem);max-width:970px}
.hero-content p{max-width:760px;color:#eeeae4;font-size:1.12rem}.service-hero{min-height:70vh}
.section{padding:95px 0}.section-panel,.section-dark{background:#090909}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:58px}.section-head p{color:#bdb9b2;max-width:720px}.section-head h2{font-size:clamp(2.35rem,4vw,4.4rem)}
.path-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.path-card{padding:38px 33px;border-right:1px solid var(--line)}.path-card:last-child{border-right:0}.path-card p{color:#bdb9b2}.path-number{color:var(--gold-bright);text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:.72rem}.path-icon{display:block;width:52px;height:52px;margin-bottom:25px;color:var(--gold)}.path-icon svg,.service-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linejoin:round;stroke-linecap:round}
.proof-rail{background:#090909}.proof-rail .wrap{width:min(calc(100% - 64px),var(--max))}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{min-height:270px;padding:31px;border:1px solid rgba(255,255,255,.12);background:#0e0e0e;transition:.23s ease}.service-card:hover{border-color:var(--gold);transform:translateY(-4px)}.service-card .service-icon{display:block;width:45px;height:45px;color:var(--gold);margin-bottom:32px}.service-card p{color:#bdb9b2}
.split{display:grid;grid-template-columns:1fr 1fr;min-height:570px;border-top:1px solid rgba(255,255,255,.08)}.split-media{min-height:520px;background-size:cover;background-position:center}.split-copy{padding:75px clamp(40px,6vw,100px);display:flex;flex-direction:column;justify-content:center;background:#080808}.split-copy p{color:#bebbb4}
.content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.sticky-summary{position:sticky;top:125px;align-self:start}.details{display:grid;gap:0}.detail-card{padding:34px 0;border-top:1px solid var(--line)}.detail-card:last-child{border-bottom:1px solid var(--line)}.detail-card p{color:#bbb7b0}
.case-grid,.location-proof{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.case,.location-proof article{padding:35px;border:1px solid rgba(255,255,255,.12);background:#0d0d0d}.case-tag{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem}.case p,.location-proof p{color:#bbb7b0}.result{padding-top:18px;margin-top:18px;border-top:1px solid var(--line)}
.area-grid,.driver-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.area-card,.driver-card{padding:29px;border:1px solid rgba(255,255,255,.11);background:#0e0e0e}.area-card p,.driver-card p{color:#bbb7b0}
.faq{max-width:1050px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:20px 45px 20px 0;position:relative}.faq summary:after{content:"+";position:absolute;right:5px;color:var(--gold);font-size:1.3rem}.faq details[open] summary:after{content:"–"}.faq details p{color:#bbb7b0;padding:0 45px 22px 0;margin:0}
.cta{padding:85px 0;background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.58)),url('/assets/img/luxury-media-room.webp') center/cover;border-top:1px solid rgba(255,255,255,.12)}.cta-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:65px;align-items:center}.cta p{color:#ddd9d2}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px}.contact-card,.form-card{padding:38px;border:1px solid rgba(255,255,255,.12);background:#0c0c0c}.contact-method{display:block;padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}.contact-method strong{display:block;color:var(--gold);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.contact-method span{font-size:1.35rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:7px}.field-full{grid-column:1/-1}.field label{font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:#d2cec7}.field input,.field select,.field textarea{width:100%;padding:13px;border:1px solid rgba(255,255,255,.17);background:#070707;color:#fff;border-radius:0}.field textarea{min-height:150px}.fine{font-size:.8rem;color:#8c8881}
.article{max-width:900px}.article h2{margin-top:1.5em}.article p,.article li{color:#c5c1ba}.article .callout{padding:28px;border-left:2px solid var(--gold);background:#0d0d0d;margin:32px 0}

.site-footer{background:#020202;border-top:1px solid rgba(255,255,255,.11);padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:46px}.footer-brand img{width:310px}.footer-brand p{color:#9e9a93;max-width:450px}.footer-col h3{font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--gold)}.footer-col a{display:block;padding:4px 0;color:#bcb8b1;font-size:.88rem}.footer-col a:hover{color:#fff}.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:30px;color:#77736c;font-size:.74rem}.mobile-call{display:none}.staging-badge{position:fixed;right:14px;bottom:14px;z-index:90;padding:7px 10px;background:#18120a;border:1px solid var(--gold);color:var(--gold);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em}

@media(max-width:1230px){
  .header-phone{display:none}.nav{gap:24px}.proof-grid{grid-template-columns:repeat(3,1fr)}.proof:nth-child(3){border-right:0}.proof:nth-child(-n+3){border-bottom:1px solid var(--line)}.service-grid,.area-grid,.driver-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .wrap{width:min(calc(100% - 34px),var(--max))}.header-inner,.header-shell{width:calc(100% - 30px);height:78px}.brand{width:255px}.menu-btn{display:block}.nav{display:none;position:fixed;inset:78px 0 auto 0;height:auto;background:#060606;border-bottom:1px solid rgba(255,255,255,.12);padding:25px;flex-direction:column;align-items:flex-start;gap:0;max-height:calc(100vh - 78px);overflow:auto}.nav.open{display:flex}.nav>a,.nav-more>button{height:auto;width:100%;padding:13px 0;font-size:.82rem;justify-content:flex-start}.nav>a:after,.nav-more>button:after{bottom:7px}.nav-more{width:100%;height:auto;display:block}.nav-dropdown{position:static;width:100%;padding:0 0 0 16px;border:0;box-shadow:none;display:none;opacity:1;visibility:visible;transform:none;background:transparent}.nav-more.open .nav-dropdown{display:block}.video-hero{height:calc(100vh - 78px);min-height:550px}.home-intro-grid,.difference-head,.section-head,.content-grid,.contact-grid{grid-template-columns:1fr;gap:30px}.solution-row,.solution-row:nth-child(even),.rescue-band,.split{grid-template-columns:1fr}.solution-row:nth-child(even) .solution-media{order:0}.solution-media{min-height:430px}.solution-copy{padding:60px 34px}.rescue-media{min-height:450px}.proof-grid{grid-template-columns:1fr 1fr}.proof,.proof:nth-child(3){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.proof:nth-child(even){border-right:0}.path-grid{grid-template-columns:1fr}.path-card{border-right:0;border-bottom:1px solid var(--line)}.path-card:last-child{border-bottom:0}.hero{min-height:65vh}.hero-content{width:calc(100% - 34px);padding:70px 0}.sticky-summary{position:static}.cta-inner{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media(max-width:640px){
  body{font-size:16px}.brand{width:224px}.video-hero{min-height:530px}.home-intro{padding:72px 0}.solution-media{min-height:320px}.solution-copy{padding:48px 24px}.difference,.section{padding:70px 0}.proof-grid,.service-grid,.area-grid,.driver-grid,.case-grid,.location-proof,.form-grid{grid-template-columns:1fr}.proof{border-right:0!important}.rescue-media{min-height:340px}.rescue-copy{padding:55px 24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.field-full{grid-column:auto}.mobile-call{display:block;position:fixed;z-index:88;left:12px;right:12px;bottom:12px;background:var(--gold);color:#050505;text-align:center;padding:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.site-footer{padding-bottom:88px}.staging-badge{bottom:73px}.hero-actions .btn,.actions .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.video-hero video{display:none}}

/* V2.1 visual calibration: preserve image composition and add breathing room */
html,body{overflow-x:hidden}
.header-inner,.header-shell{width:min(calc(100% - 48px),1600px);gap:26px}
.brand{width:270px}
.nav{gap:36px}
.nav-more>button{appearance:none;-webkit-appearance:none;background:transparent!important;border:0!important;border-radius:0!important;color:#f5f5f3!important;box-shadow:none!important}
.nav-dropdown{display:none;opacity:1;visibility:visible;transform:none}
.nav-more:hover .nav-dropdown,.nav-more:focus-within .nav-dropdown,.nav-more.open .nav-dropdown{display:block}

.video-hero{height:clamp(560px,74vh,760px);min-height:0;background:#020202}
.video-hero video,.video-hero .video-fallback{object-fit:cover;object-position:center center}
.video-hero:after{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.1) 58%,rgba(0,0,0,.48)),linear-gradient(90deg,rgba(0,0,0,.08),transparent 30%,rgba(0,0,0,.08))}

.solution-row,.solution-row:nth-child(even){min-height:500px}
.solution-media{min-height:500px;display:grid;place-items:center;padding:24px clamp(18px,2.4vw,42px);background:radial-gradient(circle at center,#17130f 0,#0b0b0b 58%,#050505 100%)}
.solution-media img{width:100%;height:100%;object-fit:contain;object-position:center;box-shadow:0 18px 48px rgba(0,0,0,.42);transition:filter .3s ease}
.solution-row:hover .solution-media img{transform:none;filter:brightness(1.035)}
.solution-media:after,.solution-row:nth-child(even) .solution-media:after{background:linear-gradient(180deg,transparent 72%,rgba(0,0,0,.16))}

.hero{min-height:66vh}
.hero-bg{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#080808}
.split-media{background-size:contain;background-repeat:no-repeat;background-color:#080808}
.rescue-media{background-size:contain;background-repeat:no-repeat;background-color:#080808}

@media(max-width:1280px){
  .header-inner,.header-shell{width:calc(100% - 32px)}
  .brand{width:245px}
  .nav{gap:25px}
  .nav>a,.nav-more>button{font-size:.68rem}
}
@media(max-width:1080px){
  .header-phone{display:none}
}
@media(max-width:980px){
  .brand{width:235px}
  .video-hero{height:clamp(520px,68vh,680px)}
  .solution-row,.solution-row:nth-child(even),.solution-media{min-height:390px}
  .solution-media{padding:18px}
  .nav-dropdown{display:none}
  .nav-more.open .nav-dropdown{display:block}
}
@media(max-width:640px){
  .video-hero{height:58vh;min-height:470px;max-height:620px}
  .solution-row,.solution-row:nth-child(even),.solution-media{min-height:280px}
  .solution-media{padding:12px}
}

/* =========================================================
   V2.2 layout correction
   Smaller type, stable navigation, and no-cache staging assets.
   ========================================================= */
:root{
  --max:1360px;
  --text-max:1180px;
}
body{
  font-size:16px;
  line-height:1.55;
}
h1{font-size:clamp(2.45rem,3.9vw,4.35rem)}
h2{font-size:clamp(2rem,3.1vw,3.35rem)}
h3{font-size:clamp(1.3rem,1.8vw,1.75rem)}

/* Header: keep only the primary items in one clean line. */
.site-header{height:84px}
.header-inner,.header-shell{
  height:84px;
  width:min(calc(100% - 44px),1500px);
  gap:24px;
}
.brand{width:248px;min-width:248px}
.nav{gap:25px;min-width:0}
.nav>a,.nav-more>button{
  font-size:.72rem;
  letter-spacing:.075em;
  font-weight:700;
}
.nav>a:after,.nav-more>button:after{bottom:21px}
.nav-more>button{
  appearance:none!important;
  -webkit-appearance:none!important;
  background:transparent!important;
  border:0!important;
  color:#f5f5f3!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.nav-dropdown{
  top:70px;
  right:-18px;
  width:235px;
  z-index:120;
  display:none;
  opacity:1;
  visibility:visible;
  transform:none;
}
.nav-more:hover .nav-dropdown,
.nav-more:focus-within .nav-dropdown,
.nav-more.open .nav-dropdown{display:block}
.header-phone{
  margin-left:4px;
  padding:11px 17px;
  font-size:.79rem;
}

/* Full cinematic opening, without making the image feel zoomed in. */
.video-hero{
  height:clamp(560px,calc(100vh - 84px),790px);
  min-height:560px;
}
.video-hero video,.video-hero .video-fallback{
  object-fit:cover;
  object-position:center 47%;
}
.hero-center-button{
  min-width:218px;
  padding:12px 22px;
  font-size:.93rem;
}
.hero-scroll{bottom:18px}

/* Intro: editorial, but not oversized. */
.home-intro{padding:78px 0 82px}
.home-intro-grid{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:72px;
  align-items:center;
  max-width:1180px;
}
.home-intro h1{
  font-size:clamp(2.35rem,3.25vw,3.55rem);
  line-height:1.07;
  max-width:600px;
  margin-bottom:0;
}
.home-intro-copy{font-size:1rem;line-height:1.65}
.eyebrow{font-size:.7rem;margin-bottom:15px}
.actions,.hero-actions,.cta-actions{margin-top:25px}
.btn{min-height:46px;padding:11px 20px;font-size:.69rem}

/* The HTS-inspired service rhythm: image and copy share the row. */
.solution-row,.solution-row:nth-child(even){
  min-height:500px;
  grid-template-columns:minmax(0,55%) minmax(0,45%);
}
.solution-row:nth-child(even){grid-template-columns:minmax(0,45%) minmax(0,55%)}
.solution-media{
  min-height:500px;
  padding:20px;
  background:#080808;
}
.solution-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  box-shadow:none;
}
.solution-copy{
  padding:64px clamp(34px,5vw,78px);
}
.solution-copy h2{
  font-size:clamp(1.95rem,2.75vw,3rem);
  line-height:1.08;
  margin-bottom:20px;
}
.solution-copy p{font-size:.98rem;line-height:1.65}
.solution-copy li{padding-top:5px;padding-bottom:5px}

/* Remaining homepage sections. */
.difference{padding:82px 0}
.difference-head{gap:58px;margin-bottom:48px}
.difference-head h2{font-size:clamp(2rem,3vw,3.2rem)}
.proof{min-height:126px;padding:22px 20px}
.proof strong{font-size:1.08rem}
.rescue-band{min-height:535px}
.rescue-copy{padding:68px clamp(38px,6vw,88px)}
.rescue-copy h2{font-size:clamp(2rem,3vw,3.25rem)}

/* Interior pages use the same restrained scale. */
.hero{min-height:60vh}
.hero-content{max-width:1180px;padding:72px 0}
.hero-content h1{
  font-size:clamp(2.6rem,4.2vw,4.55rem);
  line-height:1.04;
  max-width:850px;
}
.hero-content p{font-size:1.03rem;max-width:720px}
.section{padding:80px 0}
.section-head h2{font-size:clamp(2rem,3.1vw,3.35rem)}
.split-copy h2,.sticky-summary h2,.cta h2{font-size:clamp(2rem,3vw,3.2rem)}

/* Move to the compact menu before navigation can collide. */
@media(max-width:1320px){
  .header-inner,.header-shell{width:calc(100% - 30px);height:78px}
  .site-header{height:78px}
  .brand{width:235px;min-width:235px}
  .menu-btn{display:block}
  .header-phone{display:none}
  .nav{
    display:none;
    position:fixed;
    inset:78px 0 auto 0;
    height:auto;
    background:#060606;
    border-bottom:1px solid rgba(255,255,255,.12);
    padding:24px;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    max-height:calc(100vh - 78px);
    overflow:auto;
  }
  .nav.open{display:flex}
  .nav>a,.nav-more>button{
    height:auto;
    width:100%;
    padding:12px 0;
    font-size:.79rem;
    justify-content:flex-start;
  }
  .nav-more{width:100%;height:auto;display:block}
  .nav-dropdown{
    position:static;
    width:100%;
    padding:0 0 0 16px;
    border:0;
    box-shadow:none;
    background:transparent;
    display:none;
  }
  .nav-more.open .nav-dropdown{display:block}
  .video-hero{height:clamp(520px,calc(100vh - 78px),720px);min-height:520px}
}

@media(max-width:980px){
  .home-intro-grid,.difference-head,.section-head{grid-template-columns:1fr;gap:28px}
  .home-intro h1{max-width:720px}
  .solution-row,.solution-row:nth-child(even){grid-template-columns:1fr;min-height:0}
  .solution-row:nth-child(even) .solution-media{order:0}
  .solution-media{min-height:390px}
  .solution-copy{padding:50px 34px}
  .hero-content h1{max-width:760px}
}

@media(max-width:640px){
  body{font-size:15.5px}
  .brand{width:210px;min-width:210px}
  .header-inner,.header-shell{height:72px}
  .site-header{height:72px}
  .nav{inset:72px 0 auto 0;max-height:calc(100vh - 72px)}
  .video-hero{height:56vh;min-height:430px;max-height:560px}
  .hero-center-button{min-width:190px;font-size:.86rem}
  .home-intro{padding:60px 0 64px}
  .home-intro h1{font-size:clamp(2.05rem,10vw,2.75rem)}
  .solution-media{min-height:280px;padding:10px}
  .solution-copy{padding:42px 22px}
  .solution-copy h2{font-size:clamp(1.75rem,8vw,2.35rem)}
  .hero-content{padding:58px 0}
  .hero-content h1{font-size:clamp(2.15rem,11vw,3.1rem)}
}

/* =========================================================
   V2.3 high-resolution image calibration
   True 1920/3200px source files; no upscaling, blur, or zoom.
   ========================================================= */
.video-hero .video-fallback{
  display:block;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  image-rendering:auto;
  filter:none;
  transform:none;
}
.solution-media img{
  image-rendering:auto;
  filter:none;
  transform:none;
}
.solution-row:hover .solution-media img{
  filter:none;
  transform:none;
}
.hero-bg,.split-media,.rescue-media{
  image-rendering:auto;
}

/* =========================================================
   V2.4 homepage — image-led premium Houston AV presentation
   ========================================================= */
.home-v24{
  --v24-gold:#dda43e;
  --v24-gold-bright:#f3bd58;
  --v24-panel:#080808;
  --v24-panel-2:#0d0d0d;
  --v24-border:rgba(221,164,62,.28);
  background:#030303;
}
.home-v24 .site-header{height:86px;background:rgba(3,3,3,.98);backdrop-filter:blur(12px)}
.home-v24 .header-inner{height:86px;width:min(calc(100% - 52px),1580px);gap:30px}
.home-v24 .brand{width:320px;min-width:320px}
.home-v24 .nav{gap:30px}
.home-v24 .nav>a,.home-v24 .nav-more>button{font-size:.75rem;letter-spacing:.085em;font-weight:800}
.home-v24 .nav-more>button span{font-size:1rem;margin-left:3px;line-height:1}
.home-v24 .header-phone{display:inline-flex;align-items:center;gap:11px;background:linear-gradient(135deg,#f0bc5b,#c8892c);border:0;border-radius:12px;color:#070707;padding:15px 23px;font-size:.92rem;box-shadow:0 9px 30px rgba(196,127,27,.18)}
.home-v24 .header-phone:hover{background:linear-gradient(135deg,#ffd071,#dda13c);transform:translateY(-1px)}
.home-v24 .header-phone svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.showcase-hero{position:relative;min-height:690px;height:calc(100vh - 86px);max-height:860px;overflow:hidden;background:#020202}
.showcase-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;image-rendering:auto}
.showcase-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.83) 24%,rgba(0,0,0,.42) 49%,rgba(0,0,0,.08) 72%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.64),transparent 45%)}
.showcase-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding-top:10px}
.hero-copy-panel{width:min(650px,48vw);padding:38px 0 55px}
.hero-eyebrow{display:flex;align-items:center;gap:18px;margin-bottom:23px}
.hero-eyebrow:after{content:"";width:70px;height:1px;background:var(--v24-gold)}
.showcase-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.25rem,4.3vw,5.2rem);line-height:1.02;letter-spacing:-.045em;max-width:640px;margin:0 0 24px;text-wrap:balance}
.showcase-hero h1 span{display:block;color:var(--v24-gold-bright)}
.showcase-hero p{font-size:1.05rem;line-height:1.62;color:#e2ded6;max-width:570px;margin-bottom:28px}
.showcase-hero .actions{margin-top:0}
.showcase-hero .btn{min-height:54px;padding:14px 25px;border-radius:7px;font-size:.72rem}
.showcase-hero .btn-secondary{background:rgba(0,0,0,.22);border-color:rgba(221,164,62,.78)}
.showcase-hero .hero-scroll{bottom:15px}

.quick-paths{background:#070707;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.quick-paths-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.quick-path{min-height:112px;display:grid;grid-template-columns:50px 1fr;align-items:center;gap:18px;padding:20px 28px;border-right:1px solid rgba(255,255,255,.13);transition:background .25s ease}
.quick-path:last-child{border-right:0}
.quick-path:hover{background:#0d0d0d}
.quick-icon{width:44px;height:44px;color:var(--v24-gold)}
.quick-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.quick-path strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;font-weight:400;line-height:1.15;margin-bottom:7px}
.quick-path small{display:block;color:#b9b5ae;font-size:.78rem;line-height:1.45}

.service-showcase{padding:80px 0 68px;background:#050505}
.service-showcase-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);align-items:end;gap:70px;margin-bottom:38px}
.service-showcase-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,3.5vw,4rem);line-height:1.06;max-width:680px;margin-bottom:0}
.service-showcase-head p{color:#bdb9b1;max-width:630px;margin:0;line-height:1.7}
.service-card-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.service-card{position:relative;min-height:260px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:4px;background:#0b0b0b;isolation:isolate}
.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .65s ease,filter .4s ease}
.service-card-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.55) 38%,rgba(0,0,0,.03) 73%);z-index:1}
.service-card-copy{position:absolute;z-index:2;inset:auto 17px 15px;display:grid;grid-template-columns:1fr 34px;gap:5px 10px;align-items:end}
.service-card-copy strong{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;grid-column:1;font-weight:800}
.service-card-copy small{color:#ddd8cf;font-size:.73rem;line-height:1.37;grid-column:1}
.service-card-copy i{grid-column:2;grid-row:1/3;width:32px;height:32px;border:1px solid rgba(221,164,62,.7);border-radius:50%;display:grid;place-items:center;color:var(--v24-gold-bright);font-style:normal;transition:.25s ease}
.service-card:hover img{transform:scale(1.035);filter:brightness(1.08)}
.service-card:hover .service-card-copy i{background:var(--v24-gold);color:#050505}

.platform-strip{background:#090909;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.platform-strip-inner{min-height:104px;display:grid;grid-template-columns:260px 1fr;gap:44px;align-items:center}
.platform-strip p{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#bdb8af;margin:0}
.platform-list{display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:20px}
.platform-list span{font-family:Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.03em;color:#d6d3ce;text-align:center;opacity:.82}

.engineering-section{padding:100px 0 90px;background:radial-gradient(circle at 72% 30%,#15100a 0,#090909 30%,#050505 70%)}
.engineering-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:75px;align-items:center;margin-bottom:70px}
.engineering-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,4vw,4.65rem);line-height:1.02;max-width:720px}
.engineering-copy>p{color:#c5c0b8;max-width:650px;line-height:1.7}
.engineering-points{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--v24-border);border:1px solid var(--v24-border);margin:35px 0 30px}
.engineering-points div{background:#090909;padding:22px 19px;min-height:145px}
.engineering-points strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.04rem;font-weight:400;margin-bottom:9px;color:#f4f0e9}
.engineering-points span{display:block;color:#aaa69f;font-size:.78rem;line-height:1.52}
.engineering-image{min-height:540px;border:1px solid rgba(255,255,255,.12);overflow:hidden;background:#080808}
.engineering-image img{width:100%;height:100%;min-height:540px;object-fit:cover;object-position:center}
.home-v24 .proof-grid{border-color:var(--v24-border);background:#070707}
.home-v24 .proof{display:block;text-align:center;min-height:110px;padding:24px 18px}
.home-v24 .proof strong{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:400;color:#f7f3ec}
.home-v24 .proof small{font-size:.64rem;line-height:1.45}

.rescue-v24{min-height:580px}
.rescue-v24 .rescue-media{background-image:linear-gradient(90deg,transparent 60%,rgba(0,0,0,.32)),url('/assets/img/hero-luxury-media-room.webp');background-size:cover;background-position:center}
.rescue-v24 .rescue-copy{background:linear-gradient(135deg,#0c0c0c,#050505)}
.rescue-v24 .rescue-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,3.3vw,3.9rem);line-height:1.05}

.houston-section{padding:90px 0;background:#080808;border-top:1px solid rgba(255,255,255,.08)}
.houston-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}
.houston-grid h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,3.8vw,4.4rem);line-height:1.02;max-width:650px;margin:0}
.houston-grid p{color:#bdb9b2;line-height:1.72}
.area-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.area-links a{padding:9px 13px;border:1px solid rgba(221,164,62,.36);color:#e2ddd5;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;transition:.2s ease}
.area-links a:hover{background:var(--v24-gold);color:#080808;border-color:var(--v24-gold)}
.home-v24 .cta h2{font-family:Georgia,"Times New Roman",serif}

@media(max-width:1500px){
  .home-v24 .brand{width:285px;min-width:285px}
  .home-v24 .nav{gap:22px}
  .home-v24 .nav>a,.home-v24 .nav-more>button{font-size:.69rem}
  .home-v24 .header-phone{padding:13px 18px;font-size:.84rem}
  .service-card-grid{grid-template-columns:repeat(3,1fr)}
  .service-card{min-height:300px}
}
@media(max-width:1320px){
  .home-v24 .site-header,.home-v24 .header-inner{height:78px}
  .home-v24 .header-inner{width:calc(100% - 30px)}
  .home-v24 .brand{width:250px;min-width:250px}
  .home-v24 .header-phone{display:none}
  .home-v24 .menu-btn{display:block}
  .home-v24 .nav{display:none;position:fixed;inset:78px 0 auto 0;height:auto;max-height:calc(100vh - 78px);overflow:auto;background:#050505;border-bottom:1px solid rgba(255,255,255,.12);padding:25px;flex-direction:column;align-items:flex-start;gap:0}
  .home-v24 .nav.open{display:flex}
  .home-v24 .nav>a,.home-v24 .nav-more>button{width:100%;height:auto;padding:12px 0;font-size:.8rem;justify-content:flex-start}
  .home-v24 .nav-more{width:100%;height:auto;display:block}
  .home-v24 .nav-dropdown{position:static;width:100%;padding:0 0 0 15px;border:0;background:transparent;box-shadow:none;display:none}
  .home-v24 .nav-more.open .nav-dropdown{display:block}
  .showcase-hero{height:calc(100vh - 78px)}
  .quick-path{padding:18px}
  .engineering-points{grid-template-columns:1fr}
  .engineering-points div{min-height:0}
}
@media(max-width:1024px){
  .showcase-hero{min-height:630px;height:75vh;max-height:760px}
  .showcase-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.76) 52%,rgba(0,0,0,.25) 100%),linear-gradient(0deg,rgba(0,0,0,.66),transparent 48%)}
  .hero-copy-panel{width:min(620px,72vw)}
  .quick-paths-grid{grid-template-columns:repeat(2,1fr)}
  .quick-path:nth-child(2){border-right:0}
  .quick-path:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}
  .service-showcase-head,.engineering-grid,.houston-grid{grid-template-columns:1fr;gap:35px}
  .engineering-image,.engineering-image img{min-height:430px}
  .platform-strip-inner{grid-template-columns:1fr;gap:20px;padding-top:24px;padding-bottom:24px}
  .platform-list{grid-template-columns:repeat(4,1fr)}
  .rescue-v24{grid-template-columns:1fr}
  .rescue-v24 .rescue-media{min-height:430px}
}
@media(max-width:720px){
  .home-v24 .site-header,.home-v24 .header-inner{height:72px}
  .home-v24 .nav{inset:72px 0 auto 0;max-height:calc(100vh - 72px)}
  .home-v24 .brand{width:218px;min-width:218px}
  .showcase-hero{height:auto;min-height:680px;max-height:none}
  .showcase-hero-image{object-position:62% center}
  .showcase-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.66)),linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.15) 60%)}
  .showcase-hero-content{min-height:680px;align-items:flex-end;padding-bottom:80px}
  .hero-copy-panel{width:100%;padding:40px 0 0}
  .hero-eyebrow:after{display:none}
  .showcase-hero h1{font-size:clamp(2.55rem,12vw,3.6rem);max-width:520px}
  .showcase-hero p{font-size:.96rem;max-width:520px}
  .showcase-hero .actions{display:grid;grid-template-columns:1fr;max-width:330px}
  .quick-paths-grid{grid-template-columns:1fr}
  .quick-path{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)!important}
  .quick-path:last-child{border-bottom:0!important}
  .service-showcase{padding:62px 0 55px}
  .service-card-grid{grid-template-columns:1fr 1fr;gap:9px}
  .service-card{min-height:255px}
  .service-card-copy{inset:auto 13px 13px;grid-template-columns:1fr 30px}
  .service-card-copy i{width:29px;height:29px}
  .platform-list{grid-template-columns:repeat(2,1fr);gap:16px}
  .engineering-section{padding:72px 0 65px}
  .engineering-image,.engineering-image img{min-height:330px}
  .home-v24 .proof-grid{grid-template-columns:1fr 1fr}
  .home-v24 .proof{border-bottom:1px solid var(--v24-border)}
  .home-v24 .proof:last-child{grid-column:1/-1}
  .rescue-v24 .rescue-media{min-height:320px}
  .houston-section{padding:70px 0}
}
@media(max-width:480px){
  .wrap{width:min(calc(100% - 34px),var(--max))}
  .home-v24 .brand{width:195px;min-width:195px}
  .showcase-hero{min-height:650px}
  .showcase-hero-content{min-height:650px}
  .showcase-hero h1{font-size:2.65rem}
  .service-card-grid{grid-template-columns:1fr}
  .service-card{min-height:285px}
  .service-showcase-head h2,.engineering-copy h2,.houston-grid h2{font-size:2.4rem}
  .platform-list{grid-template-columns:1fr 1fr}
}

/* V2.5 authority-page additions */
.authority-section{padding:92px 0;background:#0b0b0b;border-top:1px solid rgba(255,255,255,.08)}
.authority-section.alt{background:#111}
.authority-intro{max-width:900px;margin:0 auto 46px;text-align:center}
.authority-intro h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1.05;margin:.55rem 0 1rem}
.authority-intro p{font-size:1.08rem;line-height:1.8;color:#c8c8c8}
.authority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.authority-card{padding:30px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);border-radius:4px}
.authority-card h3{font-size:1.35rem;margin:0 0 12px;color:#fff}
.authority-card p,.authority-card li{color:#c7c7c7;line-height:1.75}
.authority-card ul{padding-left:1.15rem;margin:.8rem 0 0}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;counter-reset:steps}
.process-step{counter-increment:steps;padding:26px;border-top:2px solid #b9934a;background:#0d0d0d}
.process-step:before{content:counter(steps,decimal-leading-zero);display:block;color:#b9934a;font-size:.85rem;letter-spacing:.18em;margin-bottom:18px}
.process-step h3{margin:0 0 10px;font-size:1.2rem}.process-step p{color:#c7c7c7;line-height:1.7}
.compare-table{width:100%;border-collapse:collapse;margin-top:28px;background:#0b0b0b}
.compare-table th,.compare-table td{text-align:left;padding:18px;border:1px solid rgba(255,255,255,.11);vertical-align:top}
.compare-table th{color:#d5b36a}.compare-table td{color:#ccc;line-height:1.6}
.expert-note{display:grid;grid-template-columns:220px 1fr;gap:34px;align-items:start;padding:34px;border:1px solid rgba(185,147,74,.35);background:linear-gradient(135deg,rgba(185,147,74,.08),rgba(255,255,255,.02))}
.expert-note strong{display:block;font-size:1.2rem;color:#fff}.expert-note p{color:#c9c9c9;line-height:1.75;margin:.5rem 0 0}
.related-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.related-links a{display:block;padding:22px;border:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none}.related-links a span{display:block;color:#b9934a;margin-top:8px}
@media(max-width:900px){.authority-grid,.process-grid,.related-links{grid-template-columns:1fr}.expert-note{grid-template-columns:1fr}.authority-section{padding:64px 0}}

/* V2.6 authority content */
.authority-v26{background:#090909;border-top:1px solid rgba(226,166,65,.18);border-bottom:1px solid rgba(226,166,65,.14);padding:clamp(72px,8vw,128px) 0}
.authority-intro{max-width:920px;margin-bottom:42px}
.authority-intro h2{font-size:clamp(34px,4vw,62px);line-height:1.04;margin:12px 0 22px;font-weight:500;letter-spacing:-.025em}
.authority-intro p{max-width:820px;font-size:clamp(18px,1.35vw,22px);line-height:1.65;color:#d2d2d2}
.authority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(226,166,65,.18);border:1px solid rgba(226,166,65,.18)}
.authority-card{background:#090909;padding:clamp(28px,4vw,54px);min-height:270px}
.authority-number{display:block;color:#e2a641;font-size:13px;letter-spacing:.18em;font-weight:800;margin-bottom:24px}
.authority-card h3{font-size:clamp(25px,2.2vw,38px);line-height:1.1;margin:0 0 18px;font-weight:500}
.authority-card p{font-size:17px;line-height:1.72;color:#cfcfcf;margin:0}
.related-v26{margin-top:42px;padding-top:28px;border-top:1px solid rgba(226,166,65,.18);display:flex;gap:14px 28px;align-items:center;flex-wrap:wrap}
.related-v26 h3{font-size:14px;text-transform:uppercase;letter-spacing:.16em;color:#aaa;margin:0 12px 0 0}
.related-v26 a{color:#e8b455;text-decoration:none;font-weight:700}.related-v26 a:hover{text-decoration:underline}
@media(max-width:760px){.authority-grid{grid-template-columns:1fr}.authority-card{min-height:0}.authority-intro h2{font-size:36px}}


/* =========================================================
   V2.7 cinematic editorial flow
   - image-led heroes
   - restrained typography
   - alternating image/copy rhythm
   - no repeated interior card walls
   ========================================================= */
:root{
  --v27-ink:#151515;
  --v27-paper:#f2efe8;
  --v27-paper-2:#e8e4dc;
  --v27-night:#080808;
  --v27-night-2:#11110f;
  --v27-copy:#d5d1ca;
  --v27-gold:#d6a33f;
  --v27-line:rgba(24,24,24,.18);
}
body.v27{font-size:16px;line-height:1.65;background:var(--v27-night);color:#f7f4ed}
.v27 h1,.v27 h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em}
.v27 h3{font-weight:500;letter-spacing:-.018em}
.v27 .eyebrow{font-size:.67rem;letter-spacing:.19em;margin-bottom:14px}
.v27 .wrap{width:min(calc(100% - 56px),1320px)}
.v27 .site-header{height:78px;background:rgba(4,4,4,.96);backdrop-filter:blur(14px);transition:box-shadow .2s ease}
.v27 .site-header.is-scrolled{box-shadow:0 12px 36px rgba(0,0,0,.32)}
.v27 .header-inner{height:78px;width:min(calc(100% - 42px),1480px)}
.v27 .brand{width:242px;min-width:242px}
.v27 .nav{gap:25px}
.v27 .nav>a,.v27 .nav-more>button{font-size:.68rem;letter-spacing:.075em}
.v27 .header-phone{padding:10px 15px;font-size:.75rem}
.v27 .btn{min-height:45px;padding:11px 19px;font-size:.67rem;border-radius:0}
.v27 .text-link{font-size:.68rem;letter-spacing:.11em}

/* Home hero */
.v27-home-hero{position:relative;height:calc(100vh - 78px);min-height:650px;max-height:920px;overflow:hidden;background:#111}
.v27-home-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%}
.v27-home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.58) 47%,rgba(0,0,0,.15) 100%),linear-gradient(0deg,rgba(0,0,0,.70),transparent 58%)}
.v27-home-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding-bottom:82px}
.v27-home-hero-content h1{font-size:clamp(2.85rem,4.75vw,5rem);line-height:1.01;max-width:760px;margin-bottom:22px}
.v27-home-hero-content p{max-width:660px;color:#eee9e0;font-size:1.02rem;line-height:1.7}
.v27-home-hero .hero-scroll{bottom:22px}

/* Editorial introduction */
.v27-intro{background:var(--v27-paper);color:var(--v27-ink);padding:88px 0}
.v27-intro-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:84px;align-items:start}
.v27-intro h2{font-size:clamp(2.15rem,3.5vw,3.65rem);line-height:1.06;max-width:640px;margin:0}
.v27-intro p{color:#45423d;max-width:690px}
.v27-intro .eyebrow{color:#946b20}
.v27-intro .text-link{color:#7a5517}

/* Alternating home feature rows */
.v27-feature-row{display:grid;grid-template-columns:minmax(0,54%) minmax(0,46%);min-height:590px;background:var(--v27-night);border-top:1px solid rgba(255,255,255,.08)}
.v27-feature-row.reverse{grid-template-columns:minmax(0,46%) minmax(0,54%)}
.v27-feature-row.reverse .v27-feature-media{order:2}
.v27-feature-row.light{background:var(--v27-paper);color:var(--v27-ink);border-color:var(--v27-line)}
.v27-feature-row.dark{background:var(--v27-night-2)}
.v27-feature-media{margin:0;min-height:590px;overflow:hidden;background:#181818}
.v27-feature-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .9s ease}
.v27-feature-row:hover .v27-feature-media img{transform:scale(1.018)}
.v27-feature-copy{padding:70px clamp(38px,6vw,96px);display:flex;flex-direction:column;justify-content:center}
.v27-feature-copy h2{font-size:clamp(2.05rem,3.1vw,3.45rem);line-height:1.06;max-width:680px}
.v27-feature-copy p{max-width:670px;color:#c9c5be}
.v27-feature-row.light .v27-feature-copy p{color:#4e4a44}
.v27-feature-row.light .eyebrow{color:#946b20}
.v27-feature-row.light .text-link{color:#795315}
.v27-inline-links{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:8px}

/* Service band and commercial/local authority */
.v27-service-band{display:grid;grid-template-columns:1fr 1fr;min-height:610px;background:#0b0b0a}
.v27-service-media{margin:0;min-height:610px;overflow:hidden}
.v27-service-media img{width:100%;height:100%;object-fit:cover}
.v27-service-copy{padding:76px clamp(40px,6vw,96px);display:flex;flex-direction:column;justify-content:center}
.v27-service-copy h2{font-size:clamp(2.15rem,3.35vw,3.65rem);line-height:1.04}
.v27-service-copy p{color:#c9c5be}
.v27-commercial,.v27-local{padding:82px 0;background:var(--v27-paper);color:var(--v27-ink);border-top:1px solid var(--v27-line)}
.v27-commercial-grid,.v27-local-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:78px;align-items:start}
.v27-commercial h2,.v27-local h2{font-size:clamp(2.1rem,3.4vw,3.65rem);line-height:1.06;margin:0;max-width:660px}
.v27-commercial p,.v27-local p{color:#494640;max-width:720px}
.v27-commercial .eyebrow,.v27-local .eyebrow{color:#946b20}
.v27-commercial .text-link,.v27-local .text-link{color:#795315}
.v27-local{background:var(--v27-paper-2)}
.v27-local .area-links a{color:#272521;border-color:rgba(122,83,21,.35)}
.v27-local .area-links a:hover{color:#080808}

/* Interior image-led hero */
.v27 .hero.v27-page-hero{height:clamp(560px,72vh,760px);min-height:560px;display:flex;align-items:flex-end;position:relative;background:#111}
.v27 .hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.v27 .hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.48) 58%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.74),transparent 58%)}
.v27 .hero-content.v27-hero-content{position:relative;z-index:2;width:min(calc(100% - 56px),1320px);max-width:none;padding:84px 0 72px;margin:auto}
.v27 .hero-content h1{font-size:clamp(2.6rem,4.55vw,4.75rem);line-height:1.015;max-width:830px;margin-bottom:20px}
.v27 .hero-content p{font-size:1rem;line-height:1.72;max-width:700px;color:#ece8e1}
.v27 .hero-actions{margin-top:25px}

/* First interior section: real image + page-specific copy, not a card grid */
.editorial-overview{background:var(--v27-paper);color:var(--v27-ink)}
.editorial-row{display:grid;grid-template-columns:minmax(0,54%) minmax(0,46%);min-height:600px}
.editorial-row.reverse{grid-template-columns:minmax(0,46%) minmax(0,54%)}
.editorial-row.reverse .editorial-media{order:2}
.editorial-media{margin:0;min-height:600px;overflow:hidden;background:#d8d4cb}
.editorial-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.editorial-copy{padding:70px clamp(38px,6vw,90px);display:flex;flex-direction:column;justify-content:center}
.editorial-copy .eyebrow{color:#946b20}
.editorial-copy h2{font-size:clamp(2.05rem,3.25vw,3.45rem);line-height:1.06;max-width:690px}
.editorial-copy p{color:#4a4640}
.editorial-copy .btn{align-self:flex-start;margin-top:14px}
.editorial-lead-point h3{font-size:1.28rem;margin:8px 0 12px}
.editorial-point-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-top:54px;padding-bottom:60px;border-top:1px solid var(--v27-line)}
.editorial-point-list.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}
.editorial-point{padding:10px 34px 10px 0;margin-right:34px;border-right:1px solid var(--v27-line)}
.editorial-point:last-child{border-right:0;margin-right:0}
.editorial-point h3{font-size:1.25rem;margin-bottom:12px}
.editorial-point p{color:#504c46;margin-bottom:0}

/* Second interior image/copy section */
.editorial-split{display:grid;grid-template-columns:minmax(0,48%) minmax(0,52%);min-height:560px;background:var(--v27-night-2)}
.editorial-split.reverse{grid-template-columns:minmax(0,52%) minmax(0,48%)}
.editorial-split.reverse .editorial-split-media{order:2}
.editorial-split-media{margin:0;min-height:560px;overflow:hidden}
.editorial-split-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.editorial-split-copy{padding:70px clamp(40px,6vw,92px);display:flex;flex-direction:column;justify-content:center}
.editorial-split-copy h2{font-size:clamp(2rem,3.15vw,3.35rem);line-height:1.07}
.editorial-split-copy p,.editorial-split-copy li{color:#cbc7bf}
.editorial-local{background:var(--v27-paper);color:var(--v27-ink)}
.editorial-local .eyebrow{color:#946b20}

/* Long-form SEO authority, restyled as editorial information instead of cards */
.v27 .authority-section.editorial-authority{padding:78px 0;background:var(--v27-paper);color:var(--v27-ink);border-top:1px solid var(--v27-line)}
.v27 .authority-section.editorial-authority.alt{background:var(--v27-paper-2)}
.v27 .authority-intro.editorial-authority-intro{max-width:860px;margin:0 0 44px;text-align:left}
.v27 .authority-intro h2{font-size:clamp(2rem,3.25vw,3.45rem);line-height:1.06;color:var(--v27-ink)}
.v27 .authority-intro p{font-size:1rem;line-height:1.75;color:#4d4943;max-width:790px}
.v27 .authority-section .eyebrow{color:#946b20}
.v27 .authority-grid.editorial-authority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;background:transparent;border-top:1px solid var(--v27-line);border-left:0;border-right:0;border-bottom:0}
.v27 .authority-card.editorial-authority-card{background:transparent;border:0;border-bottom:1px solid var(--v27-line);border-radius:0;padding:32px 44px 34px 0;min-height:0}
.v27 .authority-card.editorial-authority-card:nth-child(odd){border-right:1px solid var(--v27-line);margin-right:44px}
.v27 .authority-card h3{font-size:1.28rem;color:var(--v27-ink)}
.v27 .authority-card p,.v27 .authority-card li{color:#4d4943}
.v27 .authority-card a{color:#795315;font-weight:700}
.v27 .process-grid{gap:0;border-top:1px solid var(--v27-line)}
.v27 .process-step{background:transparent;border-top:0;border-right:1px solid var(--v27-line);padding:30px 28px}
.v27 .process-step:last-child{border-right:0}
.v27 .process-step h3{color:var(--v27-ink)}
.v27 .process-step p{color:#4d4943}
.v27 .compare-table{background:transparent}
.v27 .compare-table th,.v27 .compare-table td{border-color:var(--v27-line);color:#44403a}
.v27 .compare-table th{color:#795315}
.v27 .expert-note{background:rgba(148,107,32,.06);border-color:rgba(148,107,32,.3)}
.v27 .expert-note strong{color:var(--v27-ink)}
.v27 .expert-note p{color:#4d4943}
.v27 .related-links{gap:0;border-top:1px solid var(--v27-line)}
.v27 .related-links a{border:0;border-bottom:1px solid var(--v27-line);border-right:1px solid var(--v27-line);color:var(--v27-ink);padding:24px 24px 24px 0;margin-right:24px}
.v27 .related-links a:last-child{border-right:0;margin-right:0}
.v27 .related-links a span{color:#795315}

/* FAQ and final CTA */
.faq-section{padding:76px 0;background:var(--v27-paper);color:var(--v27-ink);border-top:1px solid var(--v27-line)}
.faq-section .eyebrow{color:#946b20}
.faq-section .faq{max-width:980px}
.faq-section .faq h2{font-size:clamp(2rem,3.15vw,3.35rem);line-height:1.06}
.faq-section details{border-color:var(--v27-line)}
.faq-section summary{color:var(--v27-ink)}
.faq-section details p{color:#4d4943}
.faq-section .related-v26{border-color:var(--v27-line)}
.faq-section .related-v26 a{color:#795315}
.v27-cta{position:relative;padding:80px 0;background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.72)),url('/assets/img/hero-houston-smart-home-exterior.webp') center 54%/cover no-repeat;color:#fff;border-top:1px solid rgba(255,255,255,.10)}
.v27-cta .cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:end}
.v27-cta h2{font-size:clamp(2.05rem,3.4vw,3.65rem);line-height:1.04;max-width:670px}
.v27-cta p{max-width:690px;color:#d6d1c9}

/* Listing and contact pages: structured lines, not floating card walls */
.v27 .v27-editorial-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.13)}
.v27 .v27-list-item{background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.13);border-right:1px solid rgba(255,255,255,.13);border-radius:0;padding:30px 36px 34px 0;margin-right:36px;min-height:0;box-shadow:none}
.v27 .v27-list-item:nth-child(even){border-right:0;margin-right:0}
.v27 .v27-list-item:hover{transform:none;background:transparent}


/* Warm special-purpose interior pages */
.editorial-list-section,.contact-section,.article-section{padding:76px 0;background:var(--v27-paper);color:var(--v27-ink);border-top:1px solid var(--v27-line)}
.editorial-list-section .section-head{margin-bottom:44px}
.editorial-list-section .section-head h2{font-size:clamp(2rem,3.2vw,3.4rem);color:var(--v27-ink)}
.editorial-list-section .section-head p{color:#4d4943}
.editorial-list-section .eyebrow,.contact-section .eyebrow,.article-section .eyebrow{color:#946b20}
.v27 .editorial-list-section .v27-editorial-list{border-color:var(--v27-line)}
.v27 .editorial-list-section .v27-list-item{border-color:var(--v27-line);color:var(--v27-ink)}
.v27 .editorial-list-section .v27-list-item p{color:#4d4943}
.v27 .editorial-list-section .v27-list-item .text-link{color:#795315}
.v27 .editorial-list-section .service-icon{color:#946b20}
.contact-section .contact-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:0;border-top:1px solid var(--v27-line)}
.contact-section .contact-card,.contact-section .form-card{background:transparent;border:0;border-radius:0;box-shadow:none;padding:52px 54px 52px 0}
.contact-section .contact-card{border-right:1px solid var(--v27-line);margin-right:54px}
.contact-section h2{font-size:clamp(1.9rem,3vw,3.15rem);color:var(--v27-ink)}
.contact-section .contact-method{border-color:var(--v27-line);color:var(--v27-ink)}
.contact-section .contact-method span,.contact-section .fine{color:#514d46}
.contact-section label{color:#3d3933}
.contact-section input,.contact-section select,.contact-section textarea{background:#fff;color:#171717;border-color:rgba(24,24,24,.22)}
.article-section .article{max-width:900px;color:#3f3b35}
.article-section .article h2,.article-section .article h3{color:var(--v27-ink)}
.article-section .article a{color:#795315}
@media(max-width:900px){
  .contact-section .contact-grid{grid-template-columns:1fr}
  .contact-section .contact-card,.contact-section .form-card{padding:38px 0}
  .contact-section .contact-card{border-right:0;border-bottom:1px solid var(--v27-line);margin-right:0}
}

/* Footer tightened */
.v27 .site-footer{padding-top:64px}
.v27 .footer-grid{gap:48px}

@media(max-width:1080px){
  .v27 .header-phone{display:none}
  .v27-intro-grid,.v27-commercial-grid,.v27-local-grid{grid-template-columns:1fr;gap:34px}
  .v27-feature-row,.v27-feature-row.reverse,.v27-service-band,.editorial-row,.editorial-row.reverse,.editorial-split,.editorial-split.reverse{grid-template-columns:1fr}
  .v27-feature-row.reverse .v27-feature-media,.editorial-row.reverse .editorial-media,.editorial-split.reverse .editorial-split-media{order:0}
  .v27-feature-media,.v27-service-media,.editorial-media,.editorial-split-media{min-height:430px}
  .v27-feature-copy,.v27-service-copy,.editorial-copy,.editorial-split-copy{padding:58px 42px}
  .v27 .process-grid{grid-template-columns:1fr 1fr}
  .v27 .process-step:nth-child(2){border-right:0}
  .v27-cta .cta-inner{grid-template-columns:1fr;gap:28px}
}
@media(max-width:900px){
  .v27 .site-header,.v27 .header-inner{height:72px}
  .v27 .header-inner{width:calc(100% - 28px)}
  .v27 .brand{width:214px;min-width:214px}
  .v27 .menu-btn{display:block}
  .v27 .nav{display:none;position:fixed;inset:72px 0 auto 0;height:auto;max-height:calc(100vh - 72px);overflow:auto;background:#050505;border-bottom:1px solid rgba(255,255,255,.12);padding:22px;flex-direction:column;align-items:flex-start;gap:0}
  .v27 .nav.open{display:flex}
  .v27 .nav>a,.v27 .nav-more>button{width:100%;height:auto;padding:12px 0;font-size:.78rem;justify-content:flex-start}
  .v27 .nav-more{width:100%;height:auto;display:block}
  .v27 .nav-dropdown{position:static;width:100%;padding:0 0 0 15px;border:0;background:transparent;box-shadow:none;display:none}
  .v27 .nav-more.open .nav-dropdown{display:block}
  .v27-home-hero{height:calc(100vh - 72px);min-height:620px}
  .v27 .hero.v27-page-hero{height:640px;min-height:640px}
  .editorial-point-list,.editorial-point-list.three-up,.v27 .authority-grid.editorial-authority-grid,.v27 .v27-editorial-list{grid-template-columns:1fr}
  .editorial-point,.v27 .authority-card.editorial-authority-card,.v27 .authority-card.editorial-authority-card:nth-child(odd),.v27 .v27-list-item,.v27 .v27-list-item:nth-child(even){border-right:0;margin-right:0;padding-right:0}
  .editorial-point{padding-top:22px;padding-bottom:24px;border-bottom:1px solid var(--v27-line)}
  .v27 .related-links{grid-template-columns:1fr}
  .v27 .related-links a,.v27 .related-links a:last-child{border-right:0;margin-right:0;padding-right:0}
}
@media(max-width:640px){
  .v27 .wrap{width:min(calc(100% - 34px),1320px)}
  .v27-home-hero{min-height:610px;height:82vh}
  .v27-home-hero-image{object-position:64% center}
  .v27-home-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.58)),linear-gradient(0deg,rgba(0,0,0,.82),transparent 58%)}
  .v27-home-hero-content{padding-bottom:70px}
  .v27-home-hero-content h1{font-size:clamp(2.45rem,12vw,3.25rem)}
  .v27-intro{padding:66px 0}
  .v27-feature-media,.v27-service-media,.editorial-media,.editorial-split-media{min-height:300px}
  .v27-feature-copy,.v27-service-copy,.editorial-copy,.editorial-split-copy{padding:44px 22px 48px}
  .v27-feature-copy h2,.editorial-copy h2,.editorial-split-copy h2{font-size:clamp(1.85rem,9vw,2.5rem)}
  .v27 .hero.v27-page-hero{height:600px;min-height:600px}
  .v27 .hero-content.v27-hero-content{width:min(calc(100% - 34px),1320px);padding:64px 0 52px}
  .v27 .hero-content h1{font-size:clamp(2.25rem,11vw,3.1rem)}
  .v27 .hero-content p{font-size:.95rem}
  .editorial-point-list{padding-top:34px;padding-bottom:40px}
  .v27 .authority-section.editorial-authority,.faq-section,.v27-commercial,.v27-local{padding:62px 0}
  .v27 .process-grid{grid-template-columns:1fr}
  .v27 .process-step{border-right:0;border-bottom:1px solid var(--v27-line)}
  .v27 .compare-table{display:block;overflow-x:auto}
  .v27-cta{padding:64px 0}
}


/* =========================================================
   V2.8 — CLEAN AUTHORITY
   Cinematic visual flow with deeper technical authority.
   ========================================================= */
:root{
  --v28-bg:#030303;
  --v28-panel:#080808;
  --v28-panel-2:#0d0c0a;
  --v28-gold:#d8a33a;
  --v28-gold-soft:#b98528;
  --v28-text:#f4f1eb;
  --v28-muted:#bdb8ae;
  --v28-line:rgba(216,163,58,.28);
  --v28-white-line:rgba(255,255,255,.105);
}
.v28{background:var(--v28-bg);color:var(--v28-text)}
.v28 .site-header{height:82px;background:rgba(2,2,2,.97);backdrop-filter:blur(12px)}
.v28 .header-inner{height:82px;width:min(calc(100% - 44px),1500px)}
.v28 .brand{width:260px;min-width:260px}
.v28 .nav{gap:29px}
.v28 .nav>a{font-size:.68rem;letter-spacing:.095em}
.v28 .header-phone{border-radius:999px;padding:12px 22px}
.v28 .header-phone:before{content:'☎';margin-right:9px;font-size:.8rem}
.v28 h1,.v28 h2,.v28 h3{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.025em}
.v28 p,.v28 li,.v28 a,.v28 small,.v28 strong{font-family:Arial,Helvetica,sans-serif}
.v28 .eyebrow{color:var(--v28-gold);letter-spacing:.19em;font-size:.66rem;margin-bottom:15px}
.v28 .hero.v27-page-hero{height:clamp(500px,66vh,690px);min-height:500px;align-items:center;border-bottom:0}
.v28 .hero.v27-page-hero .hero-media{object-fit:cover;object-position:center}
.v28 .hero.v27-page-hero .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.76) 39%,rgba(0,0,0,.28) 69%,rgba(0,0,0,.46) 100%),linear-gradient(0deg,rgba(0,0,0,.74),transparent 54%)}
.v28 .hero.v27-page-hero .v27-hero-content{padding:64px 0;max-width:760px;margin-left:max(32px,calc((100vw - 1360px)/2));margin-right:auto;width:min(calc(100% - 64px),760px)}
.v28 .hero.v27-page-hero h1{font-size:clamp(2.75rem,4.5vw,4.65rem);line-height:1.02;max-width:760px;margin-bottom:22px}
.v28 .hero.v27-page-hero p{font-size:1rem;line-height:1.65;max-width:650px;color:#d4d0c9}
.v28 .btn{border-radius:7px;min-height:46px;padding:11px 21px}
.v28 .btn-secondary{border-color:var(--v28-gold);color:#fff}

.authority-proof{background:#050505;border-top:1px solid var(--v28-white-line);border-bottom:1px solid var(--v28-white-line)}
.authority-proof-inner{width:min(100%,1500px);margin:auto;display:grid;grid-template-columns:repeat(5,1fr)}
.authority-proof article{min-height:105px;padding:20px 24px;display:flex;align-items:center;gap:15px;border-right:1px solid var(--v28-white-line)}
.authority-proof article:last-child{border-right:0}
.proof-mark{width:45px;height:45px;display:grid;place-items:center;flex:0 0 45px;border:1px solid var(--v28-gold);transform:rotate(45deg);color:var(--v28-gold);font-size:.65rem;font-weight:800;letter-spacing:.03em}
.proof-mark b{display:block;transform:rotate(-45deg);font:inherit}
.authority-proof article>div{min-width:0}
.authority-proof strong{display:block;font-size:.9rem;font-weight:500;color:#f2eee7;line-height:1.3}
.authority-proof small{display:block;color:#858079;font-size:.62rem;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;margin-top:4px}

.authority-problem{padding:0;background:#030303;border-bottom:1px solid var(--v28-white-line)}
.authority-problem-grid{display:grid;grid-template-columns:.9fr .95fr 1.05fr;align-items:stretch;min-height:340px;width:min(100%,1500px)}
.authority-problem-heading,.authority-problem-copy{padding:55px clamp(28px,4vw,62px);display:flex;flex-direction:column;justify-content:center}
.authority-problem-heading{border-right:1px solid var(--v28-white-line)}
.authority-problem-heading h2{font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.05;margin:0}
.authority-problem-copy p{color:#cbc6bd;font-size:.94rem;line-height:1.7}
.authority-problem-copy p:last-child{margin-bottom:0}
.authority-problem-media{margin:0;overflow:hidden;min-height:340px}
.authority-problem-media img{width:100%;height:100%;object-fit:cover}

.authority-solution{background:#070707;border-bottom:1px solid var(--v28-white-line)}
.authority-solution-grid{display:grid;grid-template-columns:.48fr .52fr;min-height:520px}
.authority-solution-media{margin:0;min-height:520px;overflow:hidden;background:radial-gradient(circle at 40% 45%,#282017 0,#100d09 38%,#070707 72%);display:grid;place-items:center}
.authority-solution-media img{width:100%;height:100%;object-fit:cover}
.authority-solution-copy{padding:65px clamp(42px,7vw,105px);display:flex;flex-direction:column;justify-content:center}
.authority-solution-copy h2{font-size:clamp(2.15rem,3.4vw,3.55rem);line-height:1.04;max-width:760px}
.authority-solution-copy>p{color:#c7c2b8;max-width:740px}
.authority-list{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:0}
.authority-list li{position:relative;padding:10px 0 10px 28px;color:#d3cec5;border-bottom:1px solid rgba(255,255,255,.075)}
.authority-list li:before{content:'✓';position:absolute;left:0;color:var(--v28-gold);font-weight:800}
.authority-list.compact{margin-top:18px}
.authority-list.compact li{padding-top:8px;padding-bottom:8px;font-size:.92rem}
.authority-device{width:min(330px,68%);aspect-ratio:9/14;background:linear-gradient(145deg,#4b4339,#171512 52%,#39332c);padding:18px;border:1px solid #746653;box-shadow:0 32px 80px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.1);display:grid;place-items:center;transform:perspective(900px) rotateY(8deg)}
.device-face{width:62%;border:1px solid #978b78;box-shadow:inset 0 0 18px rgba(0,0,0,.65);display:grid;background:#26221e}
.device-face span{padding:12px 8px;border-bottom:1px solid #817563;text-align:center;font-size:.72rem;color:#eee9df}
.device-controls{text-align:center;padding:12px;font-size:.68rem;color:#ddd4c4}

.authority-engineering{padding:72px 0;background:#030303;border-bottom:1px solid var(--v28-white-line)}
.authority-engineering-grid{display:grid;grid-template-columns:.85fr .95fr 1.05fr;gap:0;align-items:stretch;width:min(calc(100% - 64px),1450px)}
.authority-engineering-copy{padding:28px 48px 28px 0;display:flex;flex-direction:column;justify-content:center}
.authority-engineering-copy h2{font-size:clamp(2.1rem,3.1vw,3.35rem);line-height:1.05}
.authority-engineering-copy p{color:#bbb6ad;line-height:1.7}
.authority-engineering-media{margin:0;min-height:460px;overflow:hidden;border:1px solid var(--v28-white-line)}
.authority-engineering-media img{width:100%;height:100%;object-fit:cover}
.authority-engineering-points{padding-left:38px;display:grid;align-content:center}
.authority-engineering-points article{display:flex;gap:15px;padding:17px 0;border-bottom:1px solid var(--v28-white-line)}
.authority-engineering-points article:last-child{border-bottom:0}
.authority-check{width:23px;height:23px;flex:0 0 23px;border:1px solid var(--v28-gold);border-radius:50%;display:grid;place-items:center;color:var(--v28-gold);font-size:.66rem;margin-top:2px}
.authority-engineering-points h3{font-family:Arial,Helvetica,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:0;margin:0 0 5px;color:#eee9e1}
.authority-engineering-points p{font-size:.8rem;line-height:1.52;color:#aaa59c;margin:0}

.authority-moments{padding:62px 0;background:#080706;border-bottom:1px solid var(--v28-white-line)}
.authority-moments h2{font-size:clamp(2rem,3vw,3.2rem);max-width:820px;margin-bottom:36px}
.authority-moment-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--v28-line);border-bottom:1px solid var(--v28-line)}
.authority-moment-grid article{padding:24px 24px 27px;border-right:1px solid var(--v28-line);min-height:205px}
.authority-moment-grid article:last-child{border-right:0}
.moment-index{display:block;color:var(--v28-gold);font-size:.62rem;letter-spacing:.16em;margin-bottom:25px}
.authority-moment-grid h3{font-family:Arial,Helvetica,sans-serif;font-size:.98rem;font-weight:700;letter-spacing:0;margin:0 0 10px}
.authority-moment-grid p{font-size:.78rem;color:#aaa59c;line-height:1.55;margin:0}

.authority-resilience{padding:64px 0;background:#030303;border-bottom:1px solid var(--v28-white-line)}
.authority-resilience-grid{display:grid;grid-template-columns:1fr 1fr}
.authority-resilience article{padding:18px clamp(36px,5vw,78px) 18px 0}
.authority-resilience article+article{border-left:1px solid var(--v28-line);padding-left:clamp(36px,5vw,78px);padding-right:0}
.authority-resilience h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.05}
.authority-resilience p{color:#bcb7ae;max-width:660px}

.authority-choices{padding:66px 0;background:#080706;border-bottom:1px solid var(--v28-white-line)}
.authority-choice-heading{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;align-items:end;margin-bottom:34px}
.authority-choice-heading .eyebrow{align-self:start;margin-top:12px}
.authority-choice-heading h2{font-size:clamp(2.05rem,3.2vw,3.4rem);max-width:850px}
.authority-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v28-line);border-bottom:1px solid var(--v28-line)}
.authority-choice-grid article{padding:30px 34px 30px 0;margin-right:34px;border-right:1px solid var(--v28-line)}
.authority-choice-grid article:last-child{border-right:0;margin-right:0}
.authority-choice-grid h3{font-size:1.55rem;margin-bottom:12px}
.authority-choice-grid p{font-size:.86rem;color:#aaa59c;line-height:1.6;min-height:82px}
.authority-choice-grid a{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--v28-gold);font-weight:800}

.v28 .faq-section{padding:68px 0;background:#030303;color:var(--v28-text);border-top:0;border-bottom:1px solid var(--v28-white-line)}
.v28 .faq-section .eyebrow{color:var(--v28-gold)}
.v28 .faq-section h2{font-size:clamp(2.05rem,3.2vw,3.4rem)}
.v28 .faq-section details{border-color:var(--v28-white-line);background:#080808;margin:8px 0;padding:0 18px}
.v28 .faq-section summary{color:#eee9e1;font-size:.92rem}
.v28 .faq-section details p{color:#aaa59c;font-size:.88rem}
.v28 .v27-cta{padding:72px 0;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.64)),url('/assets/img/hero-houston-smart-home-exterior.webp') center 58%/cover no-repeat}
.v28 .v27-cta h2{font-size:clamp(2.1rem,3.2vw,3.45rem)}

.home-authority{padding:74px 0;background:#030303;border-top:1px solid var(--v28-white-line);border-bottom:1px solid var(--v28-white-line)}
.home-authority-grid{display:grid;grid-template-columns:.9fr 1.05fr 1fr;gap:38px;align-items:stretch}
.home-authority-grid>div:first-child{display:flex;flex-direction:column;justify-content:center;padding-right:18px}
.home-authority h2{font-size:clamp(2.1rem,3.2vw,3.4rem)}
.home-authority p{color:#bcb7ae}
.home-authority figure{margin:0;min-height:480px;overflow:hidden;border:1px solid var(--v28-white-line)}
.home-authority figure img{width:100%;height:100%;object-fit:cover}
.home-authority-points{display:grid;align-content:center}
.home-authority-points article{padding:19px 0;border-bottom:1px solid var(--v28-white-line)}
.home-authority-points article:last-child{border-bottom:0}
.home-authority-points h3{font-family:Arial,Helvetica,sans-serif;font-size:.95rem;font-weight:700;margin:0 0 6px}
.home-authority-points p{font-size:.8rem;margin:0;color:#aaa59c}
.special-authority{padding:72px 0;background:#080706;border-top:1px solid var(--v28-white-line)}
.special-authority-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.special-authority h2{font-size:clamp(2rem,3.1vw,3.3rem)}
.special-authority p{color:#bbb6ad}

.v28 .site-footer{background:#020202;padding-top:48px}

@media(max-width:1200px){
 .authority-proof-inner{grid-template-columns:repeat(3,1fr)}
 .authority-proof article:nth-child(3){border-right:0}
 .authority-proof article:nth-child(-n+3){border-bottom:1px solid var(--v28-white-line)}
 .authority-problem-grid{grid-template-columns:1fr 1fr}
 .authority-problem-media{grid-column:1/-1;min-height:360px}
 .authority-engineering-grid{grid-template-columns:1fr 1fr}
 .authority-engineering-copy{padding-right:36px}
 .authority-engineering-points{grid-column:1/-1;padding:28px 0 0;grid-template-columns:1fr 1fr;gap:0 34px}
 .authority-moment-grid{grid-template-columns:repeat(3,1fr)}
 .authority-moment-grid article:nth-child(3){border-right:0}
 .authority-moment-grid article:nth-child(-n+3){border-bottom:1px solid var(--v28-line)}
 .home-authority-grid{grid-template-columns:1fr 1fr}.home-authority-points{grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:0 34px}
}
@media(max-width:980px){
 .v28 .site-header,.v28 .header-inner{height:78px}
 .v28 .brand{width:232px;min-width:232px}
 .v28 .nav{inset:78px 0 auto 0;gap:0}
 .authority-proof-inner{grid-template-columns:1fr 1fr}
 .authority-proof article,.authority-proof article:nth-child(3){border-right:1px solid var(--v28-white-line);border-bottom:1px solid var(--v28-white-line)}
 .authority-proof article:nth-child(even){border-right:0}
 .authority-proof article:last-child{grid-column:1/-1;border-right:0}
 .authority-solution-grid{grid-template-columns:1fr}.authority-solution-media{min-height:400px}.authority-solution-copy{padding:54px 36px}
 .authority-moment-grid{grid-template-columns:1fr 1fr}.authority-moment-grid article,.authority-moment-grid article:nth-child(3){border-right:1px solid var(--v28-line);border-bottom:1px solid var(--v28-line)}.authority-moment-grid article:nth-child(even){border-right:0}.authority-moment-grid article:last-child{grid-column:1/-1;border-right:0}
 .authority-choice-heading{grid-template-columns:1fr;gap:8px}
 .authority-choice-grid{grid-template-columns:1fr}.authority-choice-grid article{margin:0;padding:26px 0;border-right:0;border-bottom:1px solid var(--v28-line)}.authority-choice-grid article:last-child{border-bottom:0}.authority-choice-grid p{min-height:0}
 .authority-resilience-grid{grid-template-columns:1fr}.authority-resilience article{padding:18px 0 38px}.authority-resilience article+article{border-left:0;border-top:1px solid var(--v28-line);padding:38px 0 18px}
 .special-authority-grid{grid-template-columns:1fr;gap:25px}
}
@media(max-width:700px){
 .v28 .hero.v27-page-hero{height:610px;min-height:610px;align-items:flex-end}
 .v28 .hero.v27-page-hero .v27-hero-content{width:calc(100% - 34px);margin:auto;padding:52px 0}
 .v28 .hero.v27-page-hero h1{font-size:clamp(2.4rem,11vw,3.3rem)}
 .authority-proof-inner{grid-template-columns:1fr}.authority-proof article,.authority-proof article:nth-child(3),.authority-proof article:nth-child(even),.authority-proof article:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--v28-white-line);min-height:88px;padding:16px 22px}
 .authority-problem-grid{grid-template-columns:1fr;width:100%}.authority-problem-heading,.authority-problem-copy{padding:42px 22px}.authority-problem-heading{border-right:0;border-bottom:1px solid var(--v28-white-line)}.authority-problem-media{grid-column:auto;min-height:280px}
 .authority-solution-media{min-height:340px}.authority-solution-copy{padding:46px 22px}
 .authority-engineering{padding:52px 0}.authority-engineering-grid{grid-template-columns:1fr;width:calc(100% - 34px)}.authority-engineering-copy{padding:0 0 28px}.authority-engineering-media{min-height:330px}.authority-engineering-points{grid-column:auto;grid-template-columns:1fr;padding-top:22px}
 .authority-moment-grid{grid-template-columns:1fr}.authority-moment-grid article,.authority-moment-grid article:nth-child(3),.authority-moment-grid article:nth-child(even),.authority-moment-grid article:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--v28-line);min-height:0}
 .authority-moments,.authority-resilience,.authority-choices{padding:52px 0}
 .home-authority-grid{grid-template-columns:1fr}.home-authority figure{min-height:340px}.home-authority-points{grid-column:auto;grid-template-columns:1fr}
 .authority-device{width:min(280px,68%)}
}
