:root{--ink:#102a3d;--ink2:#183c52;--orange:#f47b32;--orange2:#d95a13;--cream:#fff8ef;--paper:#fffdf9;--steel:#e8eef0;--text:#17242d;--muted:#53646d;--border:#cad5d9;--focus:#1683d8;--wide:76rem;--radius:.55rem;--shadow:0 14px 38px rgb(16 42 61/.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--paper)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;line-height:1.65;background:var(--paper)}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.wrap{width:min(calc(100% - 2rem),var(--wide));margin-inline:auto}
.narrow,.prose{max-width:48rem}
.skip-link{position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%);z-index:100;background:#fff;color:#000;padding:.7rem 1rem}
.skip-link:focus{transform:none}
.utility{background:#091d2b;color:#dfeaf0;font-size:.88rem}
.utility .wrap{min-height:2.4rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.utility a{color:#fff;font-weight:800;text-underline-offset:3px}
header{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border)}
.header{min-height:5.6rem;display:flex;align-items:center;gap:1.5rem}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--ink);line-height:1.05}
.logo-mark{width:3rem;height:3rem;flex:none}
.logo-mark svg{width:100%;height:100%;fill:var(--ink)}
.logo-mark .door{fill:var(--orange)}
.logo-mark .lines{fill:none;stroke:#fff;stroke-width:2}
.brand-copy{display:grid}
.brand-copy b{font-size:1rem}
.brand-copy small{font-size:.72rem;letter-spacing:.24em;color:var(--orange2);font-weight:900;margin-top:.27rem}
.header nav{margin-left:auto;display:flex;gap:1.3rem;align-items:center}
.header nav a{text-decoration:none;font-weight:750}
.header nav a:hover{text-decoration:underline;text-underline-offset:5px}
.menu{display:none}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:3.15rem;background:var(--orange);color:#17120f;border:2px solid var(--orange);padding:.7rem 1.15rem;border-radius:var(--radius);font-weight:900;text-decoration:none;line-height:1.15;box-shadow:0 5px 0 #a94008}
.button:hover{background:#ff914f}
.button.light{background:#fff;color:var(--ink);border-color:#fff;box-shadow:0 5px 0 #bac6cc}
.button.full{width:100%}
.button.large{font-size:1.2rem;padding:1rem 1.4rem}
.hero{background:var(--ink);color:#fff;padding:clamp(3rem,7vw,6rem) 0}
.hero-grid,.subhero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(19rem,.98fr);align-items:center;gap:clamp(2rem,5vw,5rem)}
.hero picture,.subhero img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:3/2;object-fit:cover}
.home-hero h1,.subhero h1{font-size:clamp(2.8rem,6vw,5.4rem);line-height:.98;letter-spacing:-.045em;max-width:12ch;margin:.4rem 0 1.3rem}
.subhero{background:var(--ink);color:#fff;padding:clamp(2.5rem,6vw,5rem) 0}
.subhero h1{font-size:clamp(2.5rem,5vw,4.4rem);max-width:15ch}
.subhero.simple{min-height:29rem;display:grid;align-items:center;background:linear-gradient(120deg,var(--ink),var(--ink2))}
.lede{font-size:clamp(1.12rem,2vw,1.35rem);max-width:44rem;color:#e3edf1}
.lede.small{font-size:1.1rem}
.status{font-weight:850;color:#ffc49f;margin:0 0 .6rem}
.actions{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}
.text-link{font-weight:850;color:var(--ink);text-decoration-thickness:2px;text-underline-offset:4px}
.light-link{color:#fff}
.proof{background:var(--orange);color:#17120f}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.proof-grid div{padding:1.25rem;border-right:1px solid rgb(16 42 61/.24);display:grid}
.proof-grid div:last-child{border:0}
.proof-grid b{font-size:1.25rem}
.proof-grid span{font-size:.9rem}
.section{padding:clamp(3.5rem,7vw,6.5rem) 0}
.section h2{color:var(--ink);font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 1.25rem;max-width:18ch}
.section h3{color:var(--ink);font-size:1.25rem;line-height:1.2;margin:.1rem 0 .6rem}
.steel{background:var(--steel)}
.dark{background:var(--ink);color:#e7eff3}
.dark h2,.dark h3{color:#fff}
.section-head{display:grid;grid-template-columns:1fr 24rem;gap:3rem;align-items:center;margin-bottom:2.5rem}
.section-head img{border-radius:var(--radius);aspect-ratio:3/2;object-fit:cover}
.symptom-grid,.cards,.three{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}
.symptom-grid div{background:var(--ink);color:#fff;padding:1.4rem;border-left:5px solid var(--orange);display:grid;gap:.3rem}
.symptom-grid b{font-size:1.12rem}
.symptom-grid span{color:#d7e3e8;font-size:.93rem}
.cards{grid-template-columns:repeat(3,1fr)}
.service-card,.three>div,.panel,.side-card{background:#fff;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 18px rgb(16 42 61/.06)}
.service-card{display:flex;flex-direction:column}
.service-card .text-link{margin-top:auto}
.split{overflow:hidden}
.split-grid,.two-col,.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,6vw,5rem);align-items:center}
.split-grid img{border-radius:var(--radius);aspect-ratio:6/5;object-fit:cover}
.content-grid{align-items:start;grid-template-columns:minmax(0,1.45fr) minmax(18rem,.55fr)}
.side-card{position:sticky;top:7rem}
.side-card h2{font-size:1.7rem}
.checklist{list-style:none;padding:0;margin:1.4rem 0}
.checklist li{position:relative;padding:.55rem 0 .55rem 1.65rem;border-bottom:1px solid var(--border)}
.checklist li:before{content:"✓";position:absolute;left:0;color:var(--orange2);font-weight:900}
.callout{background:#fff1e7;border-left:6px solid var(--orange);padding:1.4rem;margin-top:2rem}
.callout h2{font-size:1.7rem;max-width:none}
.three{grid-template-columns:repeat(3,1fr)}
.steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;counter-reset:step}
.steps li{counter-increment:step;border-top:4px solid var(--orange);padding-top:1rem;display:grid;gap:.35rem}
.steps li:before{content:"0" counter(step);font-weight:900;color:#ffac78}
.steps span{color:#c9d7dd}
.faq{max-width:55rem}
.faq details{border-top:1px solid var(--border);padding:1.1rem 0}
.faq details:last-child{border-bottom:1px solid var(--border)}
.faq summary{cursor:pointer;color:var(--ink);font-weight:850;font-size:1.08rem}
.breadcrumbs{display:flex;gap:.55rem;flex-wrap:wrap;font-size:.88rem;color:#d8e5ea;margin-bottom:1.5rem}
.breadcrumbs a{text-underline-offset:3px}
.final-cta{background:var(--orange);color:#17120f;padding:3.5rem 0}
.final-cta .wrap{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1.5rem}
.final-cta h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1;margin:0}
.final-cta p{margin:.6rem 0 0}
.final-cta .button{grid-column:2;grid-row:1/3}
footer{background:#091d2b;color:#d9e5ea;padding:4rem 0 1.25rem}
.footer-grid{display:grid;grid-template-columns:1.15fr 1.5fr .65fr;gap:3rem}
.footer h2{font-size:1rem;color:#fff}
.footer ul{columns:2;list-style:none;padding:0;margin:0}
.footer li{break-inside:avoid;margin:.45rem 0}
.footer a{text-underline-offset:3px}
.footer-brand{color:#fff}
.footer-brand .logo-mark svg{fill:#fff}
.legal{border-top:1px solid #294455;margin-top:3rem;padding-top:1rem;font-size:.85rem;color:#9db0ba}
.mobile-call{display:none}
:focus-visible{outline:3px solid var(--focus);outline-offset:4px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
@media(max-width:900px){.header nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--border);max-height:calc(100vh - 8rem);overflow:auto}
.header nav.open{display:flex}
.menu{display:block;margin-left:auto;background:#fff;border:2px solid var(--ink);border-radius:.35rem;padding:.6rem .8rem;font-weight:800}
.header-call{display:none}
.hero-grid,.subhero-grid,.section-head{grid-template-columns:1fr}
.hero-grid picture{order:-1}
.home-hero h1,.subhero h1{font-size:clamp(2.65rem,11vw,4.6rem)}
.proof-grid{grid-template-columns:repeat(2,1fr)}
.proof-grid div:nth-child(2){border-right:0}
.proof-grid div:nth-child(-n+2){border-bottom:1px solid rgb(16 42 61/.24)}
.symptom-grid,.cards{grid-template-columns:repeat(2,1fr)}
.steps{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:1fr 1fr}
.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:620px){body{padding-bottom:4.25rem}
.utility .wrap{justify-content:center;text-align:center}
.utility .wrap>a{display:none}
.header{min-height:4.8rem}
.brand-copy b{font-size:.86rem}
.logo-mark{width:2.6rem;height:2.6rem}
.section{padding:3.5rem 0}
.hero{padding:2rem 0 4rem}
.hero-grid,.subhero-grid,.split-grid,.two-col,.content-grid{grid-template-columns:1fr}
.subhero-grid img{order:-1}
.symptom-grid,.cards,.three,.steps{grid-template-columns:1fr}
.section-head{gap:1.5rem}
.side-card{position:static}
.final-cta .wrap{display:block}
.final-cta .button{margin-top:1rem}
.footer-grid{grid-template-columns:1fr}
.footer-grid>div:first-child{grid-column:auto}
.footer ul{columns:1}
.mobile-call{display:flex;position:fixed;z-index:40;bottom:0;left:0;right:0;min-height:4.25rem;justify-content:center;align-items:center;background:var(--orange);color:#16100d;font-weight:950;text-decoration:none;border-top:2px solid #bc4a0d;box-shadow:0 -5px 20px rgb(0 0 0/.2)}
.subhero.simple{min-height:24rem}
}

/* Refined conversion and catalogue layouts */
.home-hero{padding:clamp(3.5rem,7vw,6.8rem) 0;background:radial-gradient(circle at 72% 22%,#28546d 0,transparent 30%),linear-gradient(128deg,#0b2232 0%,#102f43 60%,#0c2434 100%);position:relative;overflow:hidden}
.home-hero:after{content:"";position:absolute;right:-8rem;bottom:-13rem;width:30rem;height:30rem;border:1px solid rgb(255 255 255/.09);border-radius:50%}
.hero-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(28rem,1.08fr);gap:clamp(2.5rem,6vw,6rem);align-items:center;position:relative;z-index:1}
.hero-copy h1{font-size:clamp(3.2rem,6vw,5.9rem);line-height:.92;letter-spacing:-.055em;max-width:10.5ch;margin:.8rem 0 1rem}
.hero-location{text-transform:uppercase;letter-spacing:.13em;color:#ffc09b;font-weight:900;margin:0 0 1rem}
.availability{display:flex;align-items:center;gap:.65rem;font-weight:850;color:#f5c5a7;margin:0}
.availability>span{width:.65rem;height:.65rem;background:#62d58b;border-radius:50%;box-shadow:0 0 0 .35rem rgb(98 213 139/.14)}
.hero-call{display:grid;gap:.1rem;min-width:13rem;font-size:1.18rem}.hero-call small{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}
.outline-link,.outline-dark{min-height:3.15rem;display:inline-flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:.7rem 1rem;border:1px solid rgb(255 255 255/.42);border-radius:var(--radius);font-weight:850;text-decoration:none;color:#fff}
.outline-link:hover{border-color:#fff;background:rgb(255 255 255/.07)}.outline-dark{border-color:var(--ink);color:var(--ink)}
.hero-points{display:flex;gap:1.25rem;flex-wrap:wrap;list-style:none;padding:0;margin:1.7rem 0 0;color:#d8e5ea;font-size:.9rem;font-weight:700}.hero-points li:before{content:"✓";color:#ff9b5f;margin-right:.4rem}
.hero-media{position:relative}.hero-media picture{display:block;transform:rotate(1.2deg);border:8px solid rgb(255 255 255/.08);border-radius:.8rem;overflow:hidden;box-shadow:0 30px 60px rgb(0 0 0/.3)}.hero-media img{width:100%;aspect-ratio:1.34/1;object-fit:cover}
.media-note{position:absolute;left:-1.5rem;bottom:-1.4rem;background:#fff;color:var(--ink);padding:1rem 1.15rem;border-left:5px solid var(--orange);box-shadow:var(--shadow);display:grid;max-width:17rem;border-radius:.25rem}.media-note span{font-size:.86rem;color:var(--muted)}
.problem-layout{display:grid;grid-template-columns:.64fr 1.36fr;gap:clamp(2.5rem,6vw,6rem);align-items:start}.problem-layout>.symptom-grid{margin:0}
.symptom-grid a{background:var(--ink);color:#fff;padding:1.4rem;border-left:5px solid var(--orange);display:grid;gap:.3rem;text-decoration:none;min-height:10rem;transition:transform .18s ease,background .18s ease}.symptom-grid a:hover{transform:translateY(-3px);background:#173d53}.symptom-grid a b{font-size:1.15rem}.symptom-grid a span{color:#d7e3e8;font-size:.93rem}.symptom-grid a em{font-style:normal;font-weight:850;color:#ffb487;margin-top:auto}
.section-intro{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.section-intro h2{margin-bottom:.6rem}.section-intro p{max-width:43rem;margin-bottom:0}
.service-card.visual-card{padding:0;overflow:hidden;border:0;box-shadow:0 12px 30px rgb(16 42 61/.11);transition:transform .2s ease,box-shadow .2s ease}.service-card.visual-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgb(16 42 61/.17)}
.card-image{display:block;overflow:hidden;background:var(--ink)}.card-image img{width:100%;aspect-ratio:1.5/1;object-fit:cover;transition:transform .35s ease}.visual-card:hover .card-image img{transform:scale(1.035)}
.card-body{padding:1.45rem;display:flex;flex-direction:column;flex:1}.service-card:not(.visual-card) .card-body{padding:0}.card-action{display:flex;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);color:var(--ink);font-weight:850;text-decoration:none}.card-action span{color:var(--orange2)}
.featured-home .visual-card:nth-child(1){grid-column:span 2}.featured-home .visual-card:nth-child(1) .card-image img{aspect-ratio:2.15/1}
.emergency-band{background:var(--cream)}.dark-dot{color:var(--orange2);margin-bottom:1.2rem}.commercial-panel{padding:0;overflow:hidden}.commercial-panel img{width:100%;aspect-ratio:1.8/1;object-fit:cover}.commercial-panel>div{padding:1.4rem}
.services-hero{background:linear-gradient(135deg,#0a2130,#173d53);padding:clamp(3.5rem,7vw,6.5rem) 0}.services-hero h1{max-width:12ch}.services-hero img{border:8px solid rgb(255 255 255/.08);transform:rotate(-1deg)}
.service-nav{background:var(--orange);position:sticky;top:5.6rem;z-index:10}.service-nav .wrap{display:flex;justify-content:center}.service-nav a{padding:1rem 1.5rem;text-decoration:none;font-weight:900;border-right:1px solid rgb(16 42 61/.2)}.service-nav a:hover{background:#ff9452}
.service-group{scroll-margin-top:10rem}.group-number{color:var(--orange2);font-weight:950;letter-spacing:.15em;margin:0}.compact{min-height:2.8rem}.service-gallery{grid-template-columns:repeat(3,1fr)}.two-cards{grid-template-columns:repeat(2,1fr)}.dark-cards .service-card{background:#fff;color:var(--text)}
.system-strip{background:var(--cream)}.system-layout{display:grid;grid-template-columns:1fr .8fr;gap:4rem;align-items:center}.system-layout img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1.5/1;object-fit:cover}
@media(max-width:900px){.hero-shell{grid-template-columns:1fr;gap:3rem}.hero-media{max-width:42rem}.problem-layout{grid-template-columns:1fr}.featured-home .visual-card:nth-child(1){grid-column:auto}.featured-home .visual-card:nth-child(1) .card-image img{aspect-ratio:1.5/1}.service-gallery{grid-template-columns:repeat(2,1fr)}.system-layout{grid-template-columns:1fr}.subhero-grid img{order:initial}.services-hero .subhero-grid{grid-template-columns:1fr}.services-hero img{max-height:25rem;width:100%;object-fit:cover}}
@media(max-width:620px){.home-hero{padding:2.2rem 0 3.2rem}.hero-shell{gap:2rem}.hero-copy h1{font-size:clamp(2.65rem,13.2vw,3.35rem);line-height:.93;margin:.65rem 0 .8rem}.hero-location{font-size:.78rem;margin-bottom:.7rem}.hero-copy .lede{font-size:1.02rem;line-height:1.55;margin:.7rem 0 1.15rem}.hero-copy .actions{display:grid;grid-template-columns:1fr;gap:.75rem}.hero-call{display:flex;gap:.6rem;width:100%;min-width:0;font-size:1.05rem;white-space:nowrap}.outline-link{min-height:3.15rem;font-size:.9rem}.hero-points{display:none}.hero-media picture{transform:none;border-width:4px}.hero-media img{aspect-ratio:1.45/1}.media-note{display:none}.problem-layout{gap:2rem}.symptom-grid a{min-height:8.5rem}.section-intro{display:block}.section-intro>a,.section-intro>.button{margin-top:1.2rem}.service-gallery,.two-cards{grid-template-columns:1fr}.service-nav{top:4.8rem;overflow-x:auto}.service-nav .wrap{width:max-content;min-width:100%;justify-content:flex-start}.service-nav a{white-space:nowrap;padding:.85rem 1rem;font-size:.87rem}.services-hero{padding:2.4rem 0 3.2rem}.services-hero h1{font-size:clamp(2.45rem,12vw,3.25rem)}.services-hero .subhero-grid{gap:1.7rem}.services-hero img{max-height:15rem;order:initial}.system-layout{gap:2rem}.subhero-grid img{order:initial}.subhero:not(.services-hero) .subhero-grid>div:first-child{order:0}.subhero:not(.services-hero) .subhero-grid>img{order:1;max-height:16rem;width:100%;object-fit:cover}.home .proof{display:none}}

/* Accessible services disclosure and emergency-note alignment */
.nav-services{position:relative}
.services-toggle{display:flex;align-items:center;gap:.4rem;border:0;background:transparent;color:var(--text);font:inherit;font-weight:750;padding:.65rem .15rem;cursor:pointer}
.services-toggle span{color:var(--orange2);font-size:1.1rem;transition:transform .18s ease}
.services-toggle[aria-expanded="true"] span{transform:rotate(180deg)}
.services-menu{display:none;position:absolute;top:calc(100% + 1rem);left:50%;transform:translateX(-42%);width:min(44rem,calc(100vw - 2rem));grid-template-columns:repeat(2,minmax(0,1fr));gap:.15rem;background:#fff;padding:.8rem;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 22px 55px rgb(9 29 43/.2)}
.services-menu.open{display:grid}
.header nav .services-menu a{padding:.72rem .8rem;border-radius:.3rem;font-size:.9rem;line-height:1.25}
.header nav .services-menu a:hover{background:var(--cream);text-decoration:none}
.header nav .services-menu .all-services{grid-column:1/-1;background:var(--ink);color:#fff;margin-top:.35rem}
.media-note{align-items:start;text-align:left;gap:.18rem}
.media-note b,.media-note span{display:block;width:100%}
@media(max-width:900px){.nav-services{width:100%}.services-toggle{width:100%;justify-content:space-between;padding:.75rem 0}.services-menu{position:static;transform:none;width:100%;grid-template-columns:1fr;max-height:52vh;overflow:auto;padding:.45rem;margin:.15rem 0 .4rem;box-shadow:none;background:var(--cream)}.header nav .services-menu .all-services{grid-column:auto}}
@media(max-width:620px){.media-note{display:grid;position:static;width:100%;max-width:none;margin-top:.75rem;padding:.85rem 1rem;box-shadow:none;border-left-width:4px}.media-note span{font-size:.84rem;line-height:1.45}}

/* Hero hierarchy and navigation icon refinement */
.services-toggle span{position:relative;width:.75rem;height:.75rem;font-size:0;flex:none}
.services-toggle span:before{content:"";position:absolute;top:.08rem;left:.08rem;width:.42rem;height:.42rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transform-origin:center}
.services-toggle[aria-expanded="true"] span{transform:none}
.services-toggle[aria-expanded="true"] span:before{top:.3rem;transform:rotate(225deg)}
.home-hero{padding:clamp(3.4rem,5.5vw,5.25rem) 0}
.hero-shell{grid-template-columns:minmax(0,.88fr) minmax(30rem,1.12fr);gap:clamp(2.75rem,5vw,5rem)}
.hero-copy h1{font-size:clamp(3.35rem,5.15vw,5rem);line-height:.97;letter-spacing:-.047em;max-width:11.5ch;margin:.7rem 0 1rem;text-wrap:balance}
.hero-copy .lede{max-width:36rem;font-size:clamp(1.08rem,1.45vw,1.28rem);line-height:1.58;margin:1.15rem 0 1.35rem;color:#e6eff3}
.hero-location{font-size:.82rem;letter-spacing:.15em;line-height:1.5;margin-bottom:.75rem}
.availability{font-size:.95rem;line-height:1.4}
.home-hero .actions{gap:.85rem}
.hero-call,.home-hero .outline-link{min-height:3.45rem}
.hero-points{gap:.75rem 1.15rem;margin-top:1.45rem;padding-top:1.15rem;border-top:1px solid rgb(255 255 255/.16);max-width:36rem}
.hero-media picture{transform:none;border:1px solid rgb(255 255 255/.2);border-radius:.75rem;box-shadow:0 28px 58px rgb(0 0 0/.28)}
.hero-media img{aspect-ratio:1.42/1}
.media-note{left:1rem;bottom:1rem;max-width:20rem;padding:.9rem 1rem;border-left-width:4px;box-shadow:0 12px 30px rgb(9 29 43/.24)}
.media-note b{font-size:.98rem;line-height:1.35}
.media-note span{line-height:1.45}

@media(max-width:1080px) and (min-width:901px){.hero-shell{grid-template-columns:minmax(0,.92fr) minmax(25rem,1.08fr);gap:2.5rem}.hero-copy h1{font-size:clamp(3.1rem,5.4vw,4.25rem)}.hero-points{gap:.65rem 1rem}}
@media(max-width:900px){.hero-shell{grid-template-columns:1fr}.hero-copy{max-width:43rem}.hero-copy h1{max-width:11.5ch}.hero-media{max-width:none}}
@media(max-width:620px){.home-hero{padding:2rem 0 2.75rem}.hero-shell{gap:1.6rem}.hero-copy h1{font-size:clamp(2.45rem,11.7vw,3rem);line-height:.98;letter-spacing:-.04em;margin:.65rem 0 .75rem}.availability{font-size:.88rem}.hero-location{font-size:.7rem;letter-spacing:.12em}.hero-copy .lede{font-size:1rem;line-height:1.52;margin:.8rem 0 1.05rem}.hero-call,.home-hero .outline-link{min-height:3.25rem}.hero-media img{aspect-ratio:1.4/1}.media-note{margin-top:.55rem;border:1px solid rgb(255 255 255/.18);border-left:4px solid var(--orange);border-radius:.25rem}}

.reviews-section{background:var(--cream)}
.reviews-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);gap:clamp(2rem,6vw,5rem);align-items:center}
.reviews-shell>div:first-child{max-width:40rem}
.reviews-shell h2{max-width:none}
.reviews-shell p{font-size:1.08rem;color:var(--muted)}
.reviews-action{position:relative;background:var(--ink);color:#fff;padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.reviews-action>span{position:absolute;right:1rem;top:-1.2rem;color:rgb(255 255 255/.08);font-family:Georgia,serif;font-size:9rem;line-height:1}
.reviews-action p{position:relative;color:#fff;font-size:1.25rem;font-weight:800;line-height:1.35;margin:0 0 1.25rem;max-width:22rem}
.reviews-action .button{position:relative}
@media(max-width:700px){.reviews-shell{grid-template-columns:1fr}.reviews-action{padding:1.5rem}.reviews-shell p{font-size:1rem}}

/* Interior-page text fitting and dropdown action contrast */
.header nav .services-menu .all-services:hover,
.header nav .services-menu .all-services:focus-visible{background:#244c63;color:#fff;text-decoration:none}
.subhero-grid>*{min-width:0}
.subhero:not(.simple) h1{font-size:clamp(2.65rem,4.25vw,4.15rem);line-height:1.01;letter-spacing:-.04em;max-width:18ch;text-wrap:balance;overflow-wrap:normal}
.subhero .lede{max-width:40rem;line-height:1.55}
@media(max-width:1100px) and (min-width:901px){.subhero-grid{grid-template-columns:minmax(0,1.08fr) minmax(22rem,.92fr);gap:2.75rem}.subhero:not(.simple) h1{font-size:clamp(2.75rem,4.6vw,3.65rem);max-width:19ch}}
@media(max-width:900px){.subhero:not(.simple) h1{font-size:clamp(2.65rem,7.5vw,4rem);max-width:20ch}.subhero .lede{max-width:44rem}}
@media(max-width:620px){.subhero:not(.simple) h1{font-size:clamp(2.3rem,10vw,2.9rem);line-height:1.04;letter-spacing:-.035em;max-width:none}.subhero .lede{font-size:1.02rem;line-height:1.52}}
