@media(max-width:1100px){
  :root{--header-height:78px}
  .container{width:min(calc(100% - 48px),var(--container))}
  .brand{width:218px}
  .nav-wrap{gap:18px}
  .site-nav ul{gap:18px}
  .header-cta{padding-inline:1rem}
  .hero-inner{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:3rem}
  .hero-title{font-size:clamp(2.7rem,5vw,3.25rem)}
  .steps{grid-template-columns:repeat(3,1fr);gap:2.5rem 0}
  .step:nth-child(3){border-right:0}.step:nth-child(4){border-left:0}
}

@media(max-width:900px){
  .js .site-nav{position:fixed;z-index:90;inset:var(--header-height) 0 auto 0;max-height:calc(100vh - var(--header-height));padding:1.25rem 24px 2rem;background:#fff;border-bottom:1px solid var(--color-border);box-shadow:0 18px 36px rgba(16,26,59,.12);overflow:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}
  .js .site-nav.is-open{opacity:1;visibility:visible;transform:none}
  .site-nav ul{flex-direction:column;align-items:stretch;gap:0}
  .site-nav a{padding:1rem .25rem;border-bottom:1px solid var(--color-border);font-size:1rem}
  .site-nav a::after{display:none}
  .menu-toggle{display:none}
  .js .menu-toggle{display:flex}
  .header-cta{display:none}
  .nav-wrap{margin-left:auto}
  .hero{background:#fff}
  .hero-inner{grid-template-columns:1fr;gap:4rem}
  .hero-copy{padding-top:2rem}
  .hero-visual{width:min(100%,720px);margin-left:auto}
  .section-head{grid-template-columns:1fr;gap:1.5rem}
  .section-head .section-lead{margin-top:0}
  .intro-grid,.about-intro{grid-template-columns:1fr;gap:2.5rem}
  .service-detail{grid-template-columns:1fr;gap:3rem}
  .service-detail:nth-child(even) .service-detail-media{order:0}
  .page-hero-inner{grid-template-columns:1fr;gap:1.5rem}
  .price-layout{grid-template-columns:1fr;gap:3rem}
  .contact-panel{grid-template-columns:1fr;gap:2.5rem}
  .contact-phone{padding:2rem 0 0;border-top:1px solid #3c4764;border-left:0}
  .footer-main{grid-template-columns:1fr 1fr;gap:3rem}
  .footer-brand-block{grid-column:1/-1}
}

@media(max-width:767px){
  :root{--header-height:72px;--space-section:5rem}
  body{font-size:15px;line-height:1.85}
  .container{width:calc(100% - 40px)}
  .brand{width:190px}
  .site-header.is-scrolled{height:68px}
  .js .site-nav{inset:68px 0 auto 0;padding-inline:20px}
  .hero{padding:2.5rem 0 5rem}
  .hero::before{top:42px;left:20px;width:52px}
  .hero-copy{padding-top:2.6rem}
  .hero-title{font-size:clamp(2.35rem,11vw,3.6rem);line-height:1.34}
  .hero-title span{white-space:normal}
  .hero-description{font-size:.96rem;line-height:1.95}
  .hero-visual::before{right:-20px;bottom:-20px;height:55%}
  .hero-visual::after{top:-12px;right:18px;width:58px;height:58px}
  .hero-services{gap:7px 14px}
  .button-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .button{width:100%;min-height:50px;padding-inline:1rem}
  .eyebrow{font-size:.7rem}
  .section-heading{font-size:clamp(1.95rem,8vw,2.75rem)}
  .section-lead{font-size:.96rem}
  .service-index{grid-template-columns:1fr}
  .service-card{min-height:0;padding:2rem}
  .service-card-top{margin-bottom:2rem}
  .challenge-grid{grid-template-columns:1fr;margin-top:2.5rem}
  .steps{grid-template-columns:1fr;margin-top:3rem;border-top:0}
  .step,.step:nth-child(3),.step:nth-child(4){padding:1.4rem 0 1.4rem 2rem;border-top:1px solid #3a4561;border-right:0;border-left:0}
  .step::before{top:1.85rem}
  .cta-inner{display:block}
  .cta-actions{margin-top:2rem}
  .page-hero{padding:3.5rem 0 4rem}
  .page-hero::after{right:-80px;bottom:-140px}
  .page-title{font-size:clamp(2.45rem,11vw,3.6rem)}
  .service-detail{grid-template-columns:minmax(0,1fr);padding-block:4.5rem}
  .service-detail-media::after{right:-12px;bottom:-12px}
  .service-list{grid-template-columns:1fr}
  .price-row{grid-template-columns:1fr .85fr;padding-inline:.25rem}
  .faq-question{grid-template-columns:32px 1fr 20px;gap:.7rem;padding-block:1.3rem}
  .faq-answer{grid-template-columns:32px 1fr;gap:.7rem}
  .overview-row{grid-template-columns:1fr;gap:.4rem;padding-inline:.25rem}
  .overview-row dt{color:var(--color-teal);font-size:.84rem}
  .overview-row ul{display:block}
  .policy-grid{grid-template-columns:1fr}
  .policy-card{min-height:0;padding:2rem}
  .contact-panel{padding:2rem}
  .contact-phone a{font-size:clamp(1.75rem,8.4vw,2.5rem)}
  .footer-main{grid-template-columns:1fr;gap:2.5rem}
  .footer-brand-block{grid-column:auto}
  .footer-bottom{display:block}
  .footer-note{margin-top:.7rem}
  .only-mobile{display:block}
}

@media(max-width:430px){
  .brand{width:173px}
  .menu-toggle{width:46px;height:46px}
  .hero-title{font-size:2.38rem}
  .button-row{grid-template-columns:1fr}
  .hero-services{display:grid;grid-template-columns:1fr 1fr}
  .service-card{padding:1.75rem}
  .contact-panel{margin-inline:-4px;padding:1.7rem}
  .footer-nav{grid-template-columns:1fr}
}
