  :root{
    --navy:#081E44;
    --indigo:#5D66F0;
    --warm-white:#FFF6FA;
    --white:#ffffff;
    --black:#0A0A0A;
    --navy-80: rgba(8,30,68,.8);
    --navy-40: rgba(8,30,68,.4);
    --font-display:'Manrope', 'Inter', sans-serif;
    --font-body:'Inter', -apple-system, 'Segoe UI', sans-serif;
    --ease: cubic-bezier(.16,.8,.24,1);
  }

  *,*::before,*::after{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{
    margin:0;
    font-family:var(--font-body);
    color:var(--navy);
    background:var(--white);
    -webkit-font-smoothing:antialiased;
  }
  /* Hero/media stay full-bleed edge-to-edge; only text/content containers
     cap at --content-max so paragraphs and cards don't stretch too wide. */
  :root{ --content-max:1440px; }
  img{ max-width:100%; display:block; }
  a{ color:inherit; text-decoration:none; }
  button{ font-family:inherit; cursor:pointer; }
  h1,h2,h3{ font-family:var(--font-display); margin:0; font-weight:500; }

  /* Skip link for accessibility */
  .skip-link{
    position:absolute; left:-999px; top:0; background:var(--navy); color:var(--white);
    padding:.75rem 1.25rem; z-index:1000; border-radius:0 0 6px 0;
  }
  .skip-link:focus{ left:0; }

  /* Visually hidden but accessible */
  .visually-hidden{
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
  }

  /* ---------- Header / Nav ---------- */
  .site-header{
    position:fixed; top:0; left:0; right:0; z-index:100;
    display:flex; align-items:center; justify-content:space-between;
    padding:1.1rem clamp(1.25rem, 4vw, 3.5rem) 1.5rem;
    transition:background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
  }
  .site-header.is-scrolled{
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(10px);
    padding:.7rem clamp(1.25rem, 4vw, 3.5rem) .95rem;
    box-shadow:0 4px 24px rgba(8,30,68,.08);
  }
  .logo{ display:flex; align-items:center; line-height:0; }
  .site-header .logo img{
    display:block; height:45px; width:auto;
    filter:brightness(0) invert(1);
    transition:filter .3s var(--ease);
  }
  .site-header.is-scrolled .logo img{ filter:none; }

  .main-nav{ display:flex; align-items:center; gap:clamp(1.25rem, 2.4vw, 2.75rem); }
  .main-nav ul{ list-style:none; display:flex; align-items:center; gap:clamp(1.25rem, 2.4vw, 2.5rem); margin:0; padding:0; }
  .nav-links a{
    font-size:.9rem; letter-spacing:.02em; font-weight:500;
    color:var(--white); line-height:1;
    position:relative; padding-bottom:4px;
    transition:color .3s var(--ease);
  }
  .site-header.is-scrolled .nav-links a{ color:var(--navy); }
  .nav-links a::after{
    content:''; position:absolute; left:0; bottom:0; height:1px; width:0;
    background:currentColor; transition:width .3s var(--ease);
  }
  .nav-links a:hover::after, .nav-links a:focus-visible::after{ width:100%; }
  .nav-links{ display:flex; }

  .btn{
    display:inline-flex; align-items:center; justify-content:center;
    padding:.85rem 1.75rem; border-radius:2px; font-size:.85rem; font-weight:600;
    letter-spacing:.03em; text-transform:uppercase; border:none;
    line-height:1; white-space:nowrap;
    transition:background .3s ease, color .3s ease;
  }
  .btn-primary{ background:var(--navy); color:var(--white); }
  .btn-primary:hover, .btn-primary:focus-visible{ background:#122c5c; }
  .btn-white{ background:var(--white); color:var(--navy); }
  .btn-white:hover, .btn-white:focus-visible{ background:var(--warm-white); }
  .btn-outline-light{ border:1.5px solid rgba(255,255,255,.65); color:var(--white); }
  .btn-outline-light:hover, .btn-outline-light:focus-visible{ background:var(--white); color:var(--navy); border-color:var(--white); }
  .btn-outline-dark{ border:1.5px solid var(--navy); color:var(--navy); }
  .btn-outline-dark:hover, .btn-outline-dark:focus-visible{ background:var(--navy); color:var(--white); }

  /* Top (transparent) state: white button, navy text. Sticky state: solid navy button. */
  .nav-cta{ display:none; background:var(--white); color:var(--navy); }
  .nav-cta:hover, .nav-cta:focus-visible{ background:var(--warm-white); color:var(--navy); }
  .site-header.is-scrolled .nav-cta{ background:var(--navy); color:var(--white); }
  .site-header.is-scrolled .nav-cta:hover, .site-header.is-scrolled .nav-cta:focus-visible{ background:#122c5c; color:var(--white); }
  @media(min-width:900px){ .nav-cta{ display:inline-flex; } }

  .menu-toggle{
    display:flex; align-items:center; justify-content:center;
    align-self:center; background:none; border:none; padding:.1rem; width:40px; height:40px;
    z-index:110; color:var(--white);
    transition:color .3s var(--ease);
  }
  .menu-toggle-icon{ width:30px; height:auto; overflow:visible; }
  .menu-bar{
    transform-box:fill-box; transform-origin:center;
    transition:transform .3s var(--ease), opacity .2s var(--ease);
  }
  .site-header.is-scrolled .menu-toggle{ color:var(--navy); }
  @media(min-width:900px){ .menu-toggle{ display:none; } }
  @media(max-width:899px){ .nav-links{ display:none; } }

  /* Current-page nav indicator (used on every inner page) */
  .nav-links a[aria-current="page"],
  .mobile-drawer-nav a[aria-current="page"],
  .footer-nav a[aria-current="page"]{ color:var(--indigo) !important; }

  /* Hamburger morphs into an X while the drawer is open */
  .menu-toggle.is-open{ color:var(--white) !important; }
  .menu-toggle.is-open .menu-bar-1{ transform:translateY(16.68px) rotate(45deg); }
  .menu-toggle.is-open .menu-bar-2{ opacity:0; }
  .menu-toggle.is-open .menu-bar-3{ transform:translateY(-16.68px) rotate(-45deg); }

  /* ---------- Mobile drawer menu ---------- */
  .drawer-overlay{
    position:fixed; inset:0; z-index:200; background:rgba(8,30,68,.55);
    opacity:0; pointer-events:none; transition:opacity .35s var(--ease);
  }
  .drawer-overlay.is-open{ opacity:1; pointer-events:auto; }

  .mobile-drawer{
    position:fixed; top:0; left:0; bottom:0; z-index:201;
    width:min(84vw,340px); background:var(--white);
    box-shadow:20px 0 60px rgba(8,30,68,.25);
    transform:translateX(-100%);
    transition:transform .4s cubic-bezier(.16,.8,.24,1);
    display:flex; flex-direction:column;
    padding:1.5rem 1.5rem 2rem;
  }
  .mobile-drawer.is-open{ transform:translateX(0); }

  .mobile-drawer-head{
    display:flex; align-items:center; justify-content:space-between; margin-bottom:2.5rem;
  }
  .mobile-drawer-head .logo img{ height:26px; }
  .drawer-close{
    width:38px; height:38px; border-radius:50%; border:1px solid rgba(8,30,68,.15);
    background:none; color:var(--navy); display:flex; align-items:center; justify-content:center;
    transition:background .25s var(--ease), color .25s var(--ease);
  }
  .drawer-close:hover{ background:var(--navy); color:var(--white); }
  .drawer-close svg{ width:16px; height:16px; }

  .mobile-drawer-nav ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; }
  .mobile-drawer-nav a{
    display:block; padding:1rem 0; border-bottom:1px solid rgba(8,30,68,.08);
    font-family:var(--font-display); font-size:1.15rem; font-weight:700; color:var(--navy);
    transition:color .25s var(--ease), padding-left .25s var(--ease);
  }
  .mobile-drawer-nav a:hover, .mobile-drawer-nav a:focus-visible{ color:var(--indigo); padding-left:.4rem; }

  .mobile-drawer-foot{
    margin-top:auto; padding-top:2rem; display:flex; flex-direction:column; gap:1.25rem;
  }
  .mobile-drawer-foot .btn{ width:100%; }
  .mobile-drawer-phone{
    display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
    font-size:.95rem; font-weight:600; color:var(--navy);
  }
  .mobile-drawer-phone svg{ width:17px; height:17px; color:var(--indigo); }

  body.drawer-open{ overflow:hidden; }

  @media(min-width:900px){
    .mobile-drawer, .drawer-overlay{ display:none; }
  }

  /* ---------- Hero ---------- */
  .hero{
    position:relative; min-height:100svh; width:100%;
    display:flex; align-items:flex-end;
    overflow:hidden; 
  }
  .hero-media{
    position:absolute; inset:0; z-index:0; ;
  }
  /* Very low neutral dark wash — keeps nav/text readable without tinting the photo's color */
  .hero-media::before{
    content:''; position:absolute; inset:0; z-index:2;
  
  }
  .hero-media::after{
    content:''; position:absolute; inset:0; z-index:2;
    
  }
  /* Each slide is a wrapper (handles the fade) around an img (handles the
     slow Ken Burns zoom) — kept separate so the two effects don't conflict. */
  .hero-slide{
    position:absolute; inset:0; width:100%; height:100%; overflow:hidden;
    opacity:0;
    transition:opacity .8s ease-in-out;
    z-index:1; will-change:opacity;
  }
  .hero-slide.is-active{ opacity:1; z-index:2; }
  .hero-slide img{
    position:absolute; inset:0; width:100%; height:100%;
    object-fit:cover; object-position:center 60%;
    transform:scale(1); will-change:transform;
  }
  .hero-slide img.kb-in{ animation:kbZoomIn 9s ease-out forwards; }
  .hero-slide img.kb-out{ animation:kbZoomOut 9s ease-out forwards; }
  .hero-slide img.kb-pan-l{ animation:kbPanLeft 9s ease-out forwards; }
  .hero-slide img.kb-pan-r{ animation:kbPanRight 9s ease-out forwards; }

  @keyframes kbZoomIn{
    from{ transform:scale(1) translate(0,0); }
    to{ transform:scale(1.14) translate(-1%,-1%); }
  }
  @keyframes kbZoomOut{
    from{ transform:scale(1.14) translate(-1%,0); }
    to{ transform:scale(1.02) translate(1%,-1%); }
  }
  @keyframes kbPanLeft{
    from{ transform:scale(1.1) translate(2%,0); }
    to{ transform:scale(1.16) translate(-2%,-1%); }
  }
  @keyframes kbPanRight{
    from{ transform:scale(1.1) translate(-2%,-1%); }
    to{ transform:scale(1.16) translate(2%,0); }
  }


  .hero-slide-nav{
    position:absolute; left:clamp(1.25rem,5vw,4rem); bottom:clamp(1.5rem,4vh,2.5rem); z-index:3;
    display:flex; gap:.6rem;
  }
  .hero-slide-dot{
    width:26px; height:3px; background:rgba(255,255,255,.35); border:none; padding:0; cursor:pointer;
    position:relative; overflow:hidden; border-radius:2px;
  }
  .hero-slide-dot::after{
    content:''; position:absolute; inset:0; background:var(--warm-white);
    transform:scaleX(0); transform-origin:left; transition:transform .3s ease;
  }
  .hero-slide-dot.is-active::after{ transform:scaleX(1); }

  .hero-inner{
    position:relative; z-index:2; width:100%;
    padding:clamp(6rem,14vh,9rem) clamp(1.25rem,5vw,4rem) clamp(3rem,6vh,4.5rem);
    display:flex; flex-direction:column; gap:clamp(1.5rem,3vh,2.5rem);
  }
  /* Subtle bluish scrim sitting only behind the text block, not the whole photo */
  .hero-inner::before{
    content:''; position:absolute; inset:-2rem -1.5rem -1.5rem;
    z-index:-1; border-radius:8px;
    background:rgba(0,0,0,.45);
    mix-blend-mode:multiply;
  }
  .hero-eyebrow{
    color:var(--warm-white); font-size:.8rem; letter-spacing:.22em; text-transform:uppercase;
    font-weight:700; display:flex; align-items:center; gap:.75rem;
  }
  .hero-eyebrow::before{
    content:''; width:34px; height:1px; background:var(--indigo);
  }
  .hero-headline{
    color:var(--white); font-size:clamp(2.6rem, 6vw, 5.4rem); line-height:1.1;
    max-width:17ch; font-weight:700; letter-spacing:-.01em;
  }
  .hero-headline em{ font-style:normal; color:var(--warm-white); font-weight:700; }
  .hero-sub{
    color:rgba(255,255,255,.92); font-size:clamp(1.02rem,1.4vw,1.2rem); max-width:46ch; line-height:1.65; font-weight:400;
  }
  .hero-actions{ display:flex; flex-wrap:wrap; gap:1rem; margin-top:.5rem; }

  .hero-meta{
    display:flex; flex-wrap:wrap; gap:clamp(1.5rem,4vw,3.5rem);
    margin-top:clamp(1.5rem,4vh,3rem); padding-top:clamp(1.5rem,3vh,2rem);
    border-top:1px solid rgba(255,255,255,.22);
  }
  .hero-meta-item{ display:flex; flex-direction:column; gap:.2rem; }
  .hero-meta-item strong{
    font-family:var(--font-display); color:var(--white); font-size:clamp(1.5rem,2.4vw,2.1rem); font-weight:700;
  }
  .hero-meta-item span{
    color:rgba(255,255,255,.85); font-size:.78rem; letter-spacing:.06em; text-transform:uppercase;
  }

  .scroll-cue{
    position:absolute; right:clamp(1.25rem,5vw,4rem); bottom:clamp(1.5rem,4vh,2.5rem); z-index:2;
    display:none; align-items:center; gap:.75rem; color:rgba(255,246,250,.85);
    font-size:.75rem; letter-spacing:.18em; text-transform:uppercase;
    writing-mode:vertical-rl;
  }
  @media(min-width:700px){ .scroll-cue{ display:flex; } }
  .scroll-cue .line{
    width:1px; height:52px; background:rgba(255,255,255,.35); position:relative; overflow:hidden;
  }
  .scroll-cue .line::after{
    content:''; position:absolute; top:0; left:0; width:100%; height:40%; background:var(--indigo);
    animation:scrollLine 2.2s ease-in-out infinite;
  }
  @keyframes scrollLine{
    0%{ transform:translateY(-100%); }
    100%{ transform:translateY(250%); }
  }

  /* ---------- Trust Bar ---------- */
  .trust-bar{
    background:var(--white); border-bottom:1px solid rgba(8,30,68,.08);
    padding:clamp(2.5rem,5vh,3.5rem) clamp(1.25rem,5vw,4rem);
  }
  .trust-bar-inner{
    max-width:1440px; margin:0 auto;
    display:flex; flex-wrap:wrap; justify-content:space-between; gap:2.5rem;
  }
  .trust-item{
    display:flex; flex-direction:column; align-items:flex-start; gap:.6rem;
    flex:1 1 160px; min-width:150px;
  }
  @media(min-width:821px){
    .trust-item{
      padding-left:clamp(1.25rem,2.4vw,2rem);
      border-left:1px solid rgba(8,30,68,.1);
    }
    .trust-item:first-child{ border-left:none; padding-left:0; }
  }
  .trust-icon{
    display:inline-flex; align-items:center; justify-content:center;
    width:44px; height:44px; border-radius:50%;
    background:rgba(93,102,240,.08); color:var(--navy);
  }
  .trust-icon svg{ width:22px; height:22px; }
  .trust-label{
    font-family:var(--font-display); font-size:1.05rem; font-weight:700; color:var(--navy); margin:0;
  }
  .trust-desc{
    font-size:.85rem; color:rgba(8,30,68,.62); margin:0; line-height:1.4;
  }

  @media(max-width:820px){
    /* Swipeable card slider instead of a cramped wrapped grid */
    .trust-bar{ padding:2.25rem 0 2rem; }
    .trust-bar-inner{
      flex-wrap:nowrap; overflow-x:auto; scroll-snap-type:x mandatory;
      -webkit-overflow-scrolling:touch; scrollbar-width:none; gap:1rem;
      padding:0 clamp(1.5rem,7vw,2.25rem) .5rem; margin:0;
      scroll-padding-inline:clamp(1.5rem,7vw,2.25rem);
    }
    .trust-bar-inner::-webkit-scrollbar{ display:none; }
    .trust-item{
      flex:0 0 72%; min-width:0; scroll-snap-align:start;
      border-left:none; padding-left:0;
      background:var(--warm-white); border-radius:12px; padding:1.5rem;
    }
    .trust-bar-hint{
      display:block; text-align:center; font-size:.75rem; letter-spacing:.06em;
      text-transform:uppercase; color:rgba(8,30,68,.45); margin:.75rem 0 0;
    }
  }
  @media(min-width:821px){ .trust-bar-hint{ display:none; } }

  /* ---------- Page Banner (small hero used at the top of every inner page) ---------- */
  .page-banner{
    position:relative; overflow:hidden;
    min-height:clamp(260px,36vh,420px);
    display:flex; align-items:flex-end;
  }
  .page-banner-bg{ position:absolute; inset:0; z-index:0; overflow:hidden; }
  .page-banner-bg img{
    width:100%; height:100%; object-fit:cover; object-position:center 60%;
    transform:scale(1.16); will-change:transform;
    animation:pageBannerZoomOut 20s ease-out forwards;
  }
  @keyframes pageBannerZoomOut{
    from{ transform:scale(1.16); }
    to{ transform:scale(1); }
  }
  .page-banner-bg::after{ content:''; position:absolute; inset:0; background:rgba(0,0,0,.55); }
  .page-banner-inner{
    position:relative; z-index:1; width:100%; max-width:var(--content-max); margin:0 auto;
    box-sizing:border-box;
    padding:clamp(7rem,16vh,10rem) clamp(1.25rem,5vw,4rem) clamp(3rem,7vh,5rem);
  }
  .breadcrumb{
    display:flex; align-items:center; gap:.5rem;
    font-size:.82rem; letter-spacing:.03em; color:rgba(255,255,255,.68);
    margin:0 0 1.5rem;
  }
  .breadcrumb a{ color:rgba(255,255,255,.68); transition:color .25s var(--ease); }
  .breadcrumb a:hover{ color:var(--white); }
  .breadcrumb span[aria-current]{ color:var(--white); font-weight:600; }
  .page-banner-title{
    font-family:var(--font-display); font-weight:700; color:var(--white);
    font-size:clamp(2.2rem,5vw,3.4rem); line-height:1.1; margin:0 0 1rem; max-width:20ch;
  }
  .page-banner-lead{
    font-size:clamp(1rem,1.4vw,1.15rem); color:rgba(255,255,255,.85);
    max-width:52ch; margin:0; line-height:1.6;
  }

  /* ---------- Contact trust strip ---------- */
  .contact-trust{ background:var(--white); border-bottom:1px solid rgba(8,30,68,.08); padding:clamp(2.5rem,5vh,3.5rem) 0; }
  .contact-trust-inner{ display:grid; grid-template-columns:repeat(2,1fr); gap:2rem 1.5rem; }
  .contact-trust-item{ display:flex; flex-direction:column; gap:.35rem; }
  .contact-trust-item strong{
    font-family:var(--font-display); font-weight:700; color:var(--navy); font-size:1.3rem;
  }
  .contact-trust-item span{
    font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:rgba(8,30,68,.55);
  }
  @media(min-width:700px){
    .contact-trust-item strong{ font-size:clamp(1.5rem,3vw,2.1rem); }
    .contact-trust-item span{ font-size:.78rem; }
    .contact-trust-inner{ grid-template-columns:repeat(4,1fr); gap:0; }
    .contact-trust-item{ padding-left:1.75rem; border-left:1px solid rgba(8,30,68,.1); }
    .contact-trust-item:first-child{ padding-left:0; border-left:none; }
  }

  /* ---------- Contact + Form (core section) ----------
     .contact-main-inner handles its own max-width/centering/padding —
     deliberately NOT combined with the .container class on the same
     element (that class-collision has caused padding to silently get
     overridden elsewhere on this site; keeping this self-contained avoids
     it happening again). */
  .contact-main{ background:var(--white); padding:clamp(4.5rem,10vh,7rem) 0; }
  .contact-main-inner{
    max-width:var(--content-max); margin:0 auto; box-sizing:border-box;
    padding:0 clamp(1.25rem,5vw,3rem);
    display:grid; grid-template-columns:1fr; gap:3rem;
  }
  .contact-main-info .contact-main-points{ margin-top:1.75rem; }

  .contact-info-list{ list-style:none; margin:1.75rem 0 0; padding:0; display:flex; flex-direction:column; gap:1rem; }
  .contact-info-list li{ display:flex; align-items:center; gap:.85rem; font-size:.98rem; color:var(--navy); }
  .contact-info-list a{ color:var(--navy); transition:color .25s var(--ease); }
  .contact-info-list a:hover{ color:var(--indigo); }
  .contact-info-icon{
    display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto;
    width:38px; height:38px; border-radius:50%; background:rgba(93,102,240,.1); color:var(--indigo);
  }
  .contact-info-icon svg{ width:17px; height:17px; }

  .contact-main-form{
    background:var(--white); border:1px solid rgba(8,30,68,.1);
    box-shadow:0 24px 60px rgba(8,30,68,.12);
    padding:clamp(1.75rem,4vw,2.5rem);
    display:flex; flex-direction:column; gap:1.4rem;
  }
  .contact-main-form h3{
    font-family:var(--font-display); font-weight:700; color:var(--navy); font-size:1.5rem; margin:0 0 .25rem;
  }
  .contact-main-form label{ display:flex; flex-direction:column; gap:.4rem; }
  .contact-main-form label span{ font-size:.85rem; font-weight:600; color:rgba(8,30,68,.6); }
  .contact-main-form input, .contact-main-form textarea{
    border:1px solid rgba(8,30,68,.16); border-radius:4px; background:var(--white);
    padding:.75rem .9rem; font-family:inherit; font-size:1rem; color:var(--navy);
    transition:border-color .25s var(--ease);
  }
  .contact-main-form input:focus, .contact-main-form textarea:focus{ outline:none; border-color:var(--indigo); }
  .contact-main-form textarea{ resize:vertical; min-height:100px; }
  .form-row{ display:grid; grid-template-columns:1fr; gap:1.4rem; }
  .contact-main-submit{
    margin-top:.25rem; width:100%; gap:.6rem;
  }
  .contact-main-submit svg{ width:16px; height:16px; flex:0 0 auto; transition:transform .3s var(--ease); }
  .contact-main-submit:hover svg{ transform:translate(2px,-2px); }

  @media(min-width:560px){
    .form-row{ grid-template-columns:1fr 1fr; }
  }
  @media(min-width:940px){
    .contact-main-inner{ grid-template-columns:1fr 1fr; gap:4.5rem; align-items:start; }
  }

  /* ---------- Shared section type ---------- */
  .section-eyebrow{
    display:flex; align-items:center; gap:.75rem;
    font-size:.8rem; letter-spacing:.2em; text-transform:uppercase; font-weight:700;
    color:var(--indigo); margin:0 0 1rem;
  }
  .section-eyebrow::before{ content:''; width:30px; height:1px; background:var(--indigo); }
  .section-heading{
    font-size:clamp(2rem,4vw,2.75rem); line-height:1.15; color:var(--navy);
    font-weight:700; margin:0 0 1.25rem; max-width:16ch;
  }
  .section-heading em{ font-style:normal; color:var(--indigo); }
  .section-lead{
    font-size:clamp(1rem,1.3vw,1.1rem); line-height:1.7; color:rgba(8,30,68,.72);
    max-width:52ch; margin:0 0 2.25rem;
  }

  /* ---------- Why Maximus (side-by-side split screen) ---------- */
  .container{ max-width:var(--content-max); margin:0 auto; padding:0 clamp(1.25rem,5vw,3rem); }

  .why-us{
    display:grid; grid-template-columns:1fr; background:var(--white);
    max-width:var(--content-max); margin:clamp(4rem,10vh,6.5rem) auto 0;
  }
  .why-us-media{ position:relative; overflow:hidden; min-height:220px; }
  .why-us-media img, .why-us-media video{
    position:absolute; top:-6%; left:0; width:100%; height:112%; object-fit:cover;
  }
  .why-us-content{
    padding:clamp(3rem,7vh,4.5rem) clamp(1.5rem,6vw,3.5rem);
    display:flex; flex-direction:column; justify-content:center;
  }
  .why-us-points{ list-style:none; margin:0 0 2.25rem; padding:0; display:flex; flex-direction:column; gap:.9rem; }
  .why-us-points li{
    display:flex; align-items:flex-start; gap:.7rem;
    font-size:1rem; color:rgba(8,30,68,.8); line-height:1.5;
  }
  .why-us-points svg{ width:19px; height:19px; flex:0 0 auto; margin-top:.15rem; stroke:var(--indigo); }
  .why-us-cta{ display:flex; flex-wrap:wrap; align-items:center; gap:1.5rem; }
  .why-us-phone{
    font-size:.92rem; font-weight:600; color:var(--navy);
    display:inline-flex; align-items:center; gap:.5rem;
  }
  .why-us-phone svg{ width:16px; height:16px; stroke:var(--indigo); }

  @media(min-width:940px){
    .why-us{ grid-template-columns:1fr 1fr; min-height:440px; }
    .why-us-media{ min-height:100%; }
  }

  /* ---------- Products Overview (dark, architectural index style) ---------- */
  .products{ background:var(--navy); padding:clamp(5rem,11vh,8rem) 0 clamp(4rem,10vh,7rem); color:var(--white); margin-top:clamp(3.5rem,8vh,5.5rem); }
  .products-head{
    display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
    gap:2rem; margin-bottom:clamp(2.5rem,6vh,3.5rem);
  }
  .products-index{
    font-size:.85rem; letter-spacing:.15em; color:rgba(255,255,255,.5); margin:0 0 1rem;
  }
  .products-title{
    font-family:var(--font-display); font-size:clamp(2rem,3.6vw,2.6rem); font-weight:700;
    color:var(--white); margin:0 0 1rem;
  }
  .products-lead{
    font-size:1rem; line-height:1.7; color:rgba(255,255,255,.62); max-width:46ch; margin:0;
  }
  .products-nav{ display:flex; justify-content:flex-end; gap:.6rem; margin-top:1.5rem; }
  .products-nav button{
    width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.3);
    background:transparent; color:var(--white); display:flex; align-items:center; justify-content:center;
    transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  }
  .products-nav button:hover{ background:var(--white); color:var(--navy); border-color:var(--white); }
  .products-nav svg{ width:17px; height:17px; }

  .products-swiper{ overflow:hidden; margin:0 -1.25rem; padding:0 1.25rem; }
  .product-card{
    height:auto; padding:0 1.25rem; border-left:1px solid rgba(255,255,255,.12);
    transition:transform .4s var(--ease);
  }
  .product-card-media{
    position:relative; overflow:hidden; aspect-ratio:3/4; margin-bottom:1.5rem;
  }
  .product-card-media::after{
    content:''; position:absolute; top:0; left:0; right:0; height:3px;
    background:var(--indigo); transform:scaleX(0); transform-origin:left;
    transition:transform .45s var(--ease); z-index:1;
  }
  .product-card-media img{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
    transition:transform .8s var(--ease);
  }
  .product-card:hover{ transform:translateY(-4px); }
  .product-card:hover .product-card-media img{ transform:scale(1.06); }
  .product-card:hover .product-card-media::after{ transform:scaleX(1); }
  .product-card h3{
    font-family:var(--font-display); font-size:1.3rem; font-weight:700; color:var(--white); margin:0 0 .6rem;
    transition:color .3s var(--ease);
  }
  .product-card:hover h3{ color:var(--indigo); }
  .product-card p{
    font-size:.92rem; line-height:1.65; color:rgba(255,255,255,.6); margin:0 0 1.25rem; max-width:34ch;
  }
  .product-card-link{
    display:inline-flex; align-items:center; gap:.5rem; font-size:.88rem; font-weight:600;
    color:var(--white); padding-bottom:.3rem; border-bottom:1px solid rgba(255,255,255,.35);
    transition:border-color .3s var(--ease), color .3s var(--ease), gap .3s var(--ease);
  }
  .product-card-link svg{ width:15px; height:15px; transition:transform .3s var(--ease); }
  .product-card-link:hover{ color:var(--indigo); border-color:var(--indigo); gap:.75rem; }
  .product-card-link:hover svg{ transform:translateX(2px); }

  /* ---------- Product Categories (Products page — scalable grid, not a
     fixed 2-column layout, so adding a 3rd/4th category later just drops
     into the same grid with no redesign). ---------- */
  .product-categories{ background:var(--navy); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem); color:var(--white); }
  .product-cat-grid{
    display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(2.5rem,5vw,3.5rem);
    margin-top:clamp(2.5rem,6vh,3.5rem);
  }
  @media(max-width:700px){
    .product-cat-grid{ grid-template-columns:1fr; }
  }
  .product-cat-card{ display:flex; flex-direction:column; }
  .product-cat-media{ position:relative; overflow:hidden; aspect-ratio:4/3; margin-bottom:1.5rem; }
  .product-cat-media::after{
    content:''; position:absolute; top:0; left:0; right:0; height:3px;
    background:var(--indigo); transform:scaleX(0); transform-origin:left;
    transition:transform .45s var(--ease); z-index:1;
  }
  .product-cat-media img{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
    transition:transform .8s var(--ease);
  }
  .product-cat-card:hover .product-cat-media img{ transform:scale(1.06); }
  .product-cat-card:hover .product-cat-media::after{ transform:scaleX(1); }
  .product-cat-tags{ display:flex; flex-wrap:wrap; gap:.6rem; margin:0 0 1rem; }
  .product-cat-tag{
    font-size:.72rem; letter-spacing:.05em; text-transform:uppercase; color:rgba(255,255,255,.6);
    border:1px solid rgba(255,255,255,.22); padding:.35rem .75rem;
  }
  .product-cat-card h3{
    font-family:var(--font-display); font-size:1.5rem; font-weight:700; color:var(--white);
    margin:0 0 .75rem; transition:color .3s var(--ease);
  }
  .product-cat-card:hover h3{ color:var(--indigo); }
  .product-cat-card p{ font-size:.98rem; line-height:1.7; color:rgba(255,255,255,.62); margin:0 0 1.5rem; max-width:42ch; }
  .product-cat-link{
    display:inline-flex; align-items:center; gap:.5rem; font-size:.9rem; font-weight:600;
    color:var(--white); padding-bottom:.3rem; border-bottom:1px solid rgba(255,255,255,.35);
    transition:border-color .3s var(--ease), color .3s var(--ease), gap .3s var(--ease);
    margin-top:auto;
  }
  .product-cat-link svg{ width:15px; height:15px; transition:transform .3s var(--ease); }
  .product-cat-link:hover{ color:var(--indigo); border-color:var(--indigo); gap:.75rem; }
  .product-cat-link:hover svg{ transform:translateX(2px); }

  /* ---------- Door Styles (3D card-stack gallery) ---------- */
  .door-styles{ background:var(--white); padding:clamp(5rem,11vh,8rem) 0 clamp(4rem,9vh,6rem); }
  .door-styles-head{
    display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
    gap:2rem; margin-bottom:clamp(2.5rem,6vh,3.5rem);
  }
  .door-styles-nav{ display:flex; justify-content:flex-end; gap:.6rem; margin-top:1.5rem; }
  .door-styles-nav button{
    width:40px; height:40px; border-radius:50%; border:1px solid rgba(8,30,68,.2);
    background:transparent; color:var(--navy); display:flex; align-items:center; justify-content:center;
    transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  }
  .door-styles-nav button:hover{ background:var(--navy); color:var(--white); border-color:var(--navy); }
  .door-styles-nav svg{ width:17px; height:17px; }

  /* Flat, edge-to-edge photo gallery — real images stay fully visible and
     undistorted, no 3D rotation or dimming filters. */
  .door-styles-swiper{ overflow:hidden; }
  .door-style-slide{
    position:relative; aspect-ratio:5/4; overflow:hidden; cursor:grab;
  }
  .door-style-slide img{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
    transition:transform .6s var(--ease);
  }
  .door-style-slide:hover img{ transform:scale(1.05); }
  .door-style-caption{
    position:absolute; left:1rem; bottom:1rem; z-index:1;
    background:rgba(8,30,68,.85); color:var(--white); padding:.7rem 1rem; border-radius:8px;
  }
  .door-style-caption strong{
    display:block; font-family:var(--font-display); font-size:1rem; font-weight:700;
  }
  .door-style-caption span{
    display:block; font-size:.78rem; color:rgba(255,255,255,.75); margin-top:.15rem;
  }

  /* ---------- Popular Styles Teaser (Products page — links out to the
     dedicated Door Styles page rather than duplicating its full gallery). ---------- */
  .style-teaser{ background:var(--warm-white); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem); margin-top:clamp(3.5rem,8vh,5.5rem); }
  .style-teaser-head{ max-width:640px; margin:0 0 clamp(2.5rem,6vh,3.5rem); }
  .style-teaser-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(1.5rem,3vw,2rem); }
  .style-teaser-item{ display:block; }
  .style-teaser-media{ position:relative; overflow:hidden; aspect-ratio:4/5; margin-bottom:1rem; }
  .style-teaser-media img{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
    transition:transform .6s var(--ease);
  }
  .style-teaser-item:hover .style-teaser-media img{ transform:scale(1.06); }
  .style-teaser-item h3{
    font-family:var(--font-display); font-size:1.05rem; font-weight:700; color:var(--navy);
    margin:0 0 .2rem; transition:color .3s var(--ease);
  }
  .style-teaser-item:hover h3{ color:var(--indigo); }
  .style-teaser-item span{ font-size:.85rem; color:rgba(8,30,68,.6); }
  .style-teaser-cta{ display:flex; justify-content:center; margin-top:clamp(2.5rem,6vh,3.5rem); }

  @media(min-width:700px){
    .style-teaser-grid{ grid-template-columns:repeat(4,1fr); }
  }

  /* ---------- Door Styles Grid (Door Styles page — scalable swatch-card
     grid, light background, hairline borders instead of a dark image-heavy
     treatment, deliberately different mood from the homepage slider and the
     navy Products grid. Same auto-fit technique so adding more styles later
     needs no redesign). ---------- */
  .style-grid-section{ background:var(--white); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem); }
  .style-grid-head{ max-width:640px; margin:0 0 clamp(2.5rem,6vh,3.5rem); }
  .style-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
  .style-grid-item{
    background:var(--white); box-shadow:0 14px 32px rgba(8,30,68,.1);
    transition:box-shadow .3s var(--ease), transform .3s var(--ease);
  }
  .style-grid-item:hover{ box-shadow:0 20px 44px rgba(8,30,68,.16); transform:translateY(-3px); }

  @media(min-width:640px){
    .style-grid{ grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:clamp(1.75rem,3vw,2.25rem); }
  }
  .style-grid-media{ position:relative; overflow:hidden; height:clamp(160px,26vw,240px); }
  .style-grid-media img{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
    transition:transform .6s var(--ease);
  }
  .style-grid-item:hover .style-grid-media img{ transform:scale(1.05); }
  .style-grid-body{ padding:1.5rem; }
  .style-grid-item h3{
    font-family:var(--font-display); font-size:1.2rem; font-weight:700; color:var(--navy); margin:0 0 .5rem;
  }
  .style-grid-item p{ font-size:.92rem; line-height:1.6; color:rgba(8,30,68,.65); margin:0; }

  /* ---------- Audience Selector (Who We Serve page — interactive tabs,
     deliberately different interaction pattern from the card grids on
     Products/Door Styles. All 6 panels exist in the DOM; JS just toggles
     which one is visible, matching the declarative toggle pattern already
     used by the FAQ accordion and hero slideshow elsewhere in the file). ---------- */
  .audience-selector{ background:var(--white); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem); }
  .audience-head{ max-width:640px; margin:0 0 clamp(2.5rem,6vh,3rem); }

  .audience-tabs-wrap{
    border-bottom:1px solid rgba(8,30,68,.12);
    padding-bottom:clamp(1.25rem,4vh,2.5rem);
    margin-bottom:clamp(2.5rem,5vh,3rem);
  }
  .audience-tabs{
    display:flex; flex-wrap:nowrap; gap:.6rem;
    margin:0 calc(-1 * clamp(1.25rem,5vw,3rem));
    padding:0 clamp(1.25rem,5vw,3rem);
    overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none;
  }
  .audience-tabs::-webkit-scrollbar{ display:none; }
  .audience-tabs-hint{ display:none; }
  .audience-tab{
    background:none; border:1px solid rgba(8,30,68,.18); color:var(--navy);
    padding:.65rem 1.25rem; font-size:.85rem; font-weight:600; letter-spacing:.02em;
    white-space:nowrap; flex:0 0 auto;
    cursor:pointer; transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  }
  .audience-tab:hover{ border-color:var(--indigo); color:var(--indigo); }
  .audience-tab.is-active{ background:var(--navy); color:var(--white); border-color:var(--navy); }

  .audience-panel{ display:none; grid-template-columns:1fr; gap:2.5rem; }
  .audience-panel.is-active{ display:grid; animation:audienceFadeIn .5s var(--ease); }
  @keyframes audienceFadeIn{
    from{ opacity:0; transform:translateY(14px); }
    to{ opacity:1; transform:translateY(0); }
  }
  .audience-panel-media{ position:relative; overflow:hidden; aspect-ratio:4/3; }
  .audience-panel-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
  .audience-panel-content h3{
    font-family:var(--font-display); font-size:clamp(1.6rem,3vw,2.1rem); font-weight:700; color:var(--navy);
    margin:0 0 1rem;
  }
  .audience-panel-content p{
    font-size:1.02rem; line-height:1.7; color:rgba(8,30,68,.72); margin:0 0 1.5rem; max-width:52ch;
  }
  .audience-panel-points{ list-style:none; margin:0 0 2rem; padding:0; display:flex; flex-direction:column; gap:.75rem; }
  .audience-panel-points li{
    display:flex; align-items:flex-start; gap:.65rem; font-size:.95rem; color:rgba(8,30,68,.8); line-height:1.5;
  }
  .audience-panel-points svg{ width:18px; height:18px; flex:0 0 auto; margin-top:.15rem; stroke:var(--indigo); }

  @media(min-width:860px){
    .audience-panel{ grid-template-columns:1fr 1fr; align-items:center; gap:3.5rem; }
  }

  /* ---------- Gallery Grid + Filters ---------- */
  .gallery-grid-section{ background:var(--white); padding:clamp(4rem,9vh,6rem) 0 clamp(5rem,11vh,8rem); }
  .gallery-filters{
    display:flex; flex-wrap:nowrap; gap:.6rem;
    overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none;
    margin:0 calc(-1 * clamp(1.25rem,5vw,3rem)) clamp(2.5rem,5vh,3rem);
    padding:0 clamp(1.25rem,5vw,3rem) .5rem;
  }
  .gallery-filters::-webkit-scrollbar{ display:none; }
  .gallery-filter{
    background:none; border:1px solid rgba(8,30,68,.18); color:var(--navy);
    padding:.6rem 1.15rem; font-size:.82rem; font-weight:600; letter-spacing:.02em;
    white-space:nowrap; flex:0 0 auto; cursor:pointer;
    transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  }
  .gallery-filter:hover{ border-color:var(--indigo); color:var(--indigo); }
  .gallery-filter.is-active{ background:var(--navy); color:var(--white); border-color:var(--navy); }

  .gallery-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:.75rem; }
  .gallery-item{
    position:relative; overflow:hidden; aspect-ratio:4/5; border:none; padding:0;
    background:none; cursor:pointer; display:block; width:100%;
  }
  .gallery-item img{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
    transition:transform .6s var(--ease);
  }
  .gallery-item:hover img{ transform:scale(1.06); }
  .gallery-item::after{
    content:''; position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(8,30,68,.6) 0%, rgba(8,30,68,0) 48%);
    opacity:0; transition:opacity .3s var(--ease);
  }
  .gallery-item:hover::after{ opacity:1; }
  .gallery-item-label{
    position:absolute; left:.9rem; bottom:.85rem; z-index:1; color:var(--white);
    font-size:.82rem; font-weight:600; letter-spacing:.02em;
    opacity:0; transform:translateY(6px); transition:opacity .3s var(--ease), transform .3s var(--ease);
  }
  .gallery-item:hover .gallery-item-label{ opacity:1; transform:translateY(0); }

  @media(min-width:640px){ .gallery-grid{ grid-template-columns:repeat(3,1fr); } }
  @media(min-width:1020px){ .gallery-grid{ grid-template-columns:repeat(4,1fr); } }

  /* ---------- Gallery Lightbox (Swiper-powered, swipeable on mobile) ---------- */
  .lightbox{
    position:fixed; inset:0; z-index:300; background:rgba(8,30,68,.96);
    opacity:0; pointer-events:none; transition:opacity .35s var(--ease);
    display:flex; align-items:center; justify-content:center; overflow:hidden;
  }
  .lightbox.is-open{ opacity:1; pointer-events:auto; }
  .lightbox-caption{
    position:absolute; top:clamp(1rem,3vw,2rem); left:clamp(1rem,3vw,2rem); z-index:2;
    color:var(--white); font-size:.78rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
    background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.25);
    padding:.55rem 1rem; margin:0;
  }
  .lightbox-close{
    position:absolute; top:clamp(1rem,3vw,2rem); right:clamp(1rem,3vw,2rem); z-index:2;
    width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.3);
    background:rgba(255,255,255,.06); color:var(--white); display:flex; align-items:center; justify-content:center;
    transition:background .25s var(--ease);
  }
  .lightbox-close:hover{ background:rgba(255,255,255,.16); }
  .lightbox-close svg{ width:18px; height:18px; }

  .lightbox-swiper{ width:100%; height:100%; }
  .lightbox-swiper .swiper-slide{ display:flex; align-items:center; justify-content:center; height:100%; }

  @media(max-width:600px){
    .lightbox-swiper .swiper-slide{ align-items:initial; }
  }
  .lightbox-swiper .swiper-slide img{
    max-width:88vw; max-height:82vh; width:auto; height:auto; object-fit:contain;
  }
  .lightbox-prev, .lightbox-next{
    position:absolute; top:50%; transform:translateY(-50%); z-index:2;
    width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.3);
    background:rgba(255,255,255,.06); color:var(--white); display:flex; align-items:center; justify-content:center;
    transition:background .25s var(--ease);
  }
  .lightbox-prev:hover, .lightbox-next:hover{ background:rgba(255,255,255,.16); }
  .lightbox-prev{ left:clamp(.75rem,2vw,1.5rem); }
  .lightbox-next{ right:clamp(.75rem,2vw,1.5rem); }
  .lightbox-prev svg, .lightbox-next svg{ width:20px; height:20px; }

  @media(max-width:600px){
    .lightbox-prev, .lightbox-next{ display:none; }
  }

  /* ---------- Our Story (About page — warm-white band since the banner
     above is already a photo; left-aligned editorial intro + a stat row,
     2-column on mobile, single row with dividers from tablet up). ---------- */
  .about-story{
    background:var(--warm-white); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem);
    margin-bottom:clamp(3rem,7vh,5rem);
  }
  .about-story-inner{ max-width:640px; margin:0; }
  .about-story-inner .section-eyebrow{ color:var(--indigo); }
  .about-story-inner .section-eyebrow::before{ background:var(--indigo); }
  .about-story-inner .section-heading{ color:var(--navy); max-width:none; }
  .about-story-inner .section-heading em{ color:var(--indigo); }
  .about-story-inner .section-lead{ color:rgba(8,30,68,.7); max-width:62ch; margin-bottom:0; }

  .about-story-stats{
    display:grid; grid-template-columns:repeat(2,1fr); gap:1.75rem 1.25rem;
    margin-top:clamp(2.5rem,5vh,3.5rem); padding-top:clamp(2rem,4vh,2.5rem);
    border-top:1px solid rgba(8,30,68,.12);
  }
  .about-story-stat{ min-width:0; }
  .about-story-stat strong{
    display:block; font-family:var(--font-display); font-weight:700; color:var(--navy);
    font-size:clamp(1.8rem,4vw,2.8rem); line-height:1; margin:0 0 .35rem; white-space:nowrap;
  }
  .about-story-stat span{ font-size:.72rem; letter-spacing:.05em; text-transform:uppercase; color:rgba(8,30,68,.55); }
  .about-story-stat-divider{ display:none; }

  @media(min-width:760px){
    .about-story-stats{ grid-template-columns:none; display:flex; flex-direction:row; gap:2.5rem; }
    .about-story-stat{ flex:1; }
    .about-story-stat strong{ font-size:clamp(2.2rem,4vw,2.8rem); }
    .about-story-stat span{ font-size:.8rem; }
    .about-story-stat-divider{
      display:block; width:1px; height:auto; align-self:stretch; background:rgba(8,30,68,.12);
    }
  }

  /* ---------- About Process (About page — no video; large ghost numerals
     in a 3-column layout with divider lines, a genuinely different
     structure from any split-screen/video section elsewhere on the site). ---------- */
  .about-process{
    background:var(--navy); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem); color:var(--white);
    margin-top:clamp(3rem,7vh,5rem);
  }
  .about-process-head{ max-width:640px; margin:0 0 clamp(3rem,6vh,4rem); }
  .about-process-head .section-eyebrow{ color:var(--indigo); }
  .about-process-head .section-eyebrow::before{ background:var(--indigo); }
  .about-process-head .section-heading{ color:var(--white); max-width:none; }
  .about-process-head .section-heading em{ color:var(--indigo); }
  .about-process-head .section-lead{ color:rgba(255,255,255,.66); margin-bottom:0; }

  .about-process-steps{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:2.75rem; }
  .about-process-num{
    display:block; font-family:var(--font-display); font-weight:700; color:rgba(255,255,255,.18);
    font-size:clamp(3rem,6vw,4.25rem); line-height:1; margin:0 0 .75rem;
  }
  .about-process-step h3{
    font-family:var(--font-display); font-size:1.15rem; font-weight:700; color:var(--white); margin:0 0 .6rem;
  }
  .about-process-step p{ font-size:.94rem; line-height:1.65; color:rgba(255,255,255,.62); margin:0; max-width:32ch; }

  .about-process-divider{
    margin-top:clamp(3rem,6vh,4rem); border-top:1px solid rgba(255,255,255,.15);
  }

  @media(min-width:860px){
    .about-process-steps{ grid-template-columns:repeat(3,1fr); gap:3rem; }
    .about-process-step{ padding-right:2.5rem; border-right:1px solid rgba(255,255,255,.15); }
    .about-process-step:last-child{ border-right:none; padding-right:0; }
  }

  /* ---------- Repeat-Order (Home page — warm-white band with elevated
     card-style stats, sitting between How It Works (dark) and Who We Serve
     (white) to keep the dark/light rhythm from stacking two dark sections
     back to back. Deliberately different visual treatment from the navy
     divided-stat version on Who We Serve. ---------- */
  .home-repeat{ background:var(--warm-white); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem); }
  .home-repeat-inner{ display:grid; grid-template-columns:1fr; gap:clamp(2.75rem,6vh,3.5rem); align-items:center; }
  .home-repeat-head .section-lead{ margin-bottom:1.75rem; }

  .home-repeat-cards{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; align-items:stretch; }
  .home-repeat-card{
    background:var(--white); box-shadow:0 20px 48px rgba(8,30,68,.1);
    padding:clamp(1.75rem,4vw,2.5rem) clamp(1.5rem,3vw,2rem);
    display:flex; flex-direction:column; justify-content:flex-start; gap:.5rem;
    transition:transform .3s var(--ease), box-shadow .3s var(--ease);
  }
  .home-repeat-card:hover{ transform:translateY(-4px); box-shadow:0 26px 56px rgba(8,30,68,.16); }
  .home-repeat-card strong{
    font-family:var(--font-display); font-weight:700; color:var(--indigo);
    font-size:clamp(2.2rem,5vw,3rem); line-height:1;
  }
  .home-repeat-card span{ font-size:.85rem; color:rgba(8,30,68,.65); line-height:1.4; }

  @media(min-width:860px){
    .home-repeat-inner{ grid-template-columns:1.1fr 1fr; gap:4.5rem; }
  }

  /* ---------- Repeat-Order Program (Who We Serve page — dark navy band,
     open to any returning customer, not framed as trade-only). ---------- */
  .repeat-program{ background:var(--navy); padding:clamp(5rem,11vh,8rem) 0 clamp(4.5rem,10vh,7rem); color:var(--white); }
  .repeat-program-inner{
    display:grid; grid-template-columns:1fr; gap:clamp(2.75rem,6vh,3.5rem); align-items:center;
  }
  .repeat-program-head .section-eyebrow{ color:var(--indigo); }
  .repeat-program-head .section-eyebrow::before{ background:var(--indigo); }
  .repeat-program-head .section-heading{ color:var(--white); }
  .repeat-program-head .section-heading em{ color:var(--indigo); }
  .repeat-program-head .section-lead{ color:rgba(255,255,255,.66); margin-bottom:1.75rem; }

  .repeat-program-stats{ display:flex; flex-direction:column; gap:2rem; }
  .repeat-stat{ min-width:0; }
  .repeat-stat-num{
    font-family:var(--font-display); font-weight:700; color:var(--white);
    font-size:clamp(2.4rem,4.5vw,3.1rem); line-height:1; margin:0 0 .5rem; white-space:nowrap;
  }
  .repeat-stat-label{ font-size:.92rem; color:rgba(255,255,255,.6); margin:0; max-width:26ch; }
  .repeat-stat-divider{ height:1px; background:rgba(255,255,255,.15); }

  @media(min-width:860px){
    .repeat-program-inner{ grid-template-columns:1.1fr 1fr; gap:4.5rem; }
    .repeat-program-stats{ flex-direction:row; gap:2.5rem; }
    .repeat-stat{ flex:1; }
    .repeat-stat-divider{ width:1px; height:auto; align-self:stretch; }
  }

  /* ---------- How It Works (video showcase, no slider) ---------- */
  .process-video{ background:var(--navy); padding:clamp(4.5rem,10vh,7rem) 0; }
  .process-video-grid{ display:grid; grid-template-columns:1fr; gap:2.75rem; align-items:center; }
  .process-video-tag{
    display:inline-block; background:rgba(255,255,255,.08); color:rgba(255,255,255,.85);
    font-size:.78rem; font-weight:600; padding:.45rem .95rem; border-radius:20px; margin-bottom:1.75rem;
  }
  .process-video-title{
    font-family:var(--font-display); font-weight:700; color:var(--white);
    font-size:clamp(2.2rem,4vw,3rem); line-height:1.12; margin:0 0 1.25rem; max-width:14ch;
  }
  .process-video-title em{ font-style:normal; color:rgba(255,255,255,.7); font-weight:500; }
  .process-video-lead{
    font-size:1rem; line-height:1.7; color:rgba(255,255,255,.62); max-width:44ch; margin:0 0 2.25rem;
  }
  .process-video-cta{ display:flex; flex-wrap:wrap; align-items:center; gap:1.75rem; }
  .process-video-link{
    font-size:.92rem; font-weight:600; color:var(--white);
    text-decoration:underline; text-underline-offset:4px; transition:color .3s var(--ease);
  }
  .process-video-link:hover{ color:var(--indigo); }
  .process-video-media{
    position:relative; overflow:hidden; aspect-ratio:16/10;
    box-shadow:0 40px 80px rgba(0,0,0,.35);
  }
  .process-video-media video{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover; background:var(--navy);
  }

  @media(min-width:960px){
    .process-video-grid{ grid-template-columns:1fr 1fr; gap:4rem; }
    .process-video-media{ aspect-ratio:auto; height:520px; }
  }

  /* ---------- Who We Serve (client-list reveal) ---------- */
  .who-we-serve{ background:var(--white); padding:clamp(4.5rem,10vh,7rem) 0; }
  .serve-head{ max-width:640px; margin-bottom:clamp(2.5rem,6vh,3.5rem); }
  .serve-body{ display:grid; grid-template-columns:1fr; gap:1rem; align-items:stretch; }
  .serve-list{ list-style:none; margin:0; padding:0; border-top:1px solid rgba(8,30,68,.14); }
  .serve-item{
    display:flex; align-items:center; gap:1.1rem; padding:1.35rem 0;
    border-bottom:1px solid rgba(8,30,68,.14); cursor:pointer;
    transition:padding-left .35s var(--ease);
  }
  .serve-item:hover{ padding-left:.75rem; }
  .serve-thumb{ width:52px; height:52px; border-radius:8px; object-fit:cover; flex:0 0 auto; }
  .serve-item span{
    flex:1; font-family:var(--font-display); font-weight:700; color:var(--navy);
    font-size:clamp(1.4rem,3.6vw,2.2rem); transition:color .3s var(--ease);
  }
  .serve-item:hover span{ color:var(--indigo); }
  .serve-item svg{
    width:20px; height:20px; color:rgba(8,30,68,.3); flex:0 0 auto;
    transition:transform .35s var(--ease), color .3s var(--ease);
  }
  .serve-item:hover svg{ color:var(--indigo); transform:translate(3px,-3px); }
  .serve-visual{ display:none; }

  @media(min-width:940px){
    .serve-body{ grid-template-columns:1.4fr 1fr; gap:3.5rem; }
    .serve-thumb{ display:none; }
    .serve-visual{
      display:block; position:relative; overflow:hidden; height:100%; min-height:380px;
      box-shadow:0 30px 60px rgba(8,30,68,.18);
    }
    .serve-visual-img{
      position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
      opacity:0; z-index:0; transition:opacity .5s ease;
    }
    .serve-visual-img.is-active{ opacity:1; z-index:1; }
  }

  /* ---------- Testimonials (dual-row marquee) ---------- */
  .testimonials{ background:var(--navy); padding:clamp(4.5rem,10vh,7rem) 0; overflow:hidden; }
  .testimonials-head{ margin-bottom:clamp(2.5rem,6vh,3.5rem); }
  .testimonials-head > *{ max-width:640px; }
  .testimonials .section-eyebrow{ color:var(--warm-white); }
  .testimonials .section-eyebrow::before{ background:var(--warm-white); }
  .testimonials .section-heading{ color:var(--white); }
  .testimonials .section-heading em{ color:var(--indigo); }
  .testimonials .section-lead{ color:rgba(255,255,255,.62); }

  .marquee-track{ display:flex; flex-direction:column; gap:1.25rem; }
  .marquee-row{ display:flex; gap:1.25rem; width:max-content; }
  .marquee-clone{ display:flex; gap:1.25rem; }
  .marquee-row.row-1{ animation:marqueeLeft 46s linear infinite; }
  .marquee-track:hover .marquee-row{ animation-play-state:paused; }
  @keyframes marqueeLeft{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

  .testimonial-card{
    flex:0 0 auto; width:min(85vw,340px); background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12); border-radius:14px; padding:1.75rem;
  }
  .testimonial-stars{ color:var(--indigo); font-size:.9rem; letter-spacing:.15em; margin-bottom:1rem; }
  .testimonial-card p{
    font-style:italic; color:rgba(255,255,255,.85); line-height:1.6; margin:0 0 1.25rem; font-size:.95rem;
  }
  .testimonial-attr{ font-size:.82rem; font-weight:600; color:rgba(255,255,255,.55); }

  /* ---------- FAQ ---------- */
  .faq{ background:var(--white); padding:clamp(4.5rem,10vh,7rem) 0; }
  .faq-grid{ display:grid; grid-template-columns:1fr; gap:2.5rem; align-items:stretch; }
  .faq-media{
    display:block; position:relative; overflow:hidden; height:240px; border-radius:4px;
    box-shadow:0 20px 40px rgba(8,30,68,.14);
  }
  .faq-media img, .faq-media video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
  .faq-list{ margin-top:clamp(2.5rem,6vh,3rem); }
  .faq-item{ border-bottom:1px solid rgba(8,30,68,.12); }
  .faq-item:first-child{ border-top:1px solid rgba(8,30,68,.12); }
  .faq-question{
    width:100%; display:flex; justify-content:space-between; align-items:center; gap:1.5rem;
    padding:1.5rem 0; background:none; border:none; text-align:left;
    font-family:var(--font-display); font-size:1.05rem; font-weight:700; color:var(--navy); cursor:pointer;
  }
  .faq-icon{
    flex:0 0 auto; width:28px; height:28px; border-radius:50%; border:1px solid rgba(8,30,68,.2);
    display:flex; align-items:center; justify-content:center; font-size:1.2rem; line-height:1; color:var(--navy);
    transition:transform .35s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  }
  .faq-item.is-open .faq-icon{ transform:rotate(45deg); background:var(--navy); color:var(--white); border-color:var(--navy); }
  .faq-answer{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .4s var(--ease); }
  .faq-answer > div{ overflow:hidden; }
  .faq-item.is-open .faq-answer{ grid-template-rows:1fr; }
  .faq-answer p{ margin:0 0 1.5rem; color:rgba(8,30,68,.65); font-size:.95rem; line-height:1.7; max-width:65ch; }

  @media(min-width:960px){
    .faq-grid{ grid-template-columns:1fr 1fr; gap:4rem; }
    .faq-media{
      height:100%; min-height:420px;
      box-shadow:0 30px 60px rgba(8,30,68,.16);
    }
  }

  /* ---------- Contact page FAQ (navy variant — reuses the same .faq-*
     component classes as the homepage FAQ, just recolored for a dark
     background instead of duplicating the whole component). ---------- */
  .contact-faq{ background:var(--warm-white); padding:clamp(4.5rem,10vh,7rem) 0; }

  /* ---------- Final Contact CTA (full-bleed image, overlay, floating form card) ----------
     Deliberately: .contact-cta itself carries NO display:flex/grid — it is a plain
     block with padding. That keeps its .container child sizing exactly like every
     other section's (a flex/grid parent would shrink that child to content width). */
  .contact-cta{ position:relative; overflow:hidden; padding:clamp(5rem,14vh,9rem) 0; }
  .contact-cta-bg{ position:absolute; inset:0; z-index:0; }
  .contact-cta-bg img{ width:100%; height:100%; object-fit:cover; }
  .contact-cta-bg::after{ content:''; position:absolute; inset:0; background:rgba(0,0,0,.55); }

  .contact-cta-inner{
    position:relative; z-index:1; display:grid; grid-template-columns:1fr; gap:2.5rem;
  }
  .contact-cta-title{
    font-family:var(--font-display); font-weight:700; color:var(--white);
    font-size:clamp(2.2rem,5vw,3.2rem); line-height:1.12; margin:0 0 2rem;
  }
  .contact-cta-divider{ height:1px; background:rgba(255,255,255,.25); margin-bottom:2rem; }
  .contact-cta-subhead{
    font-family:var(--font-display); font-weight:700; color:var(--white); font-size:1.1rem; margin:0 0 1.25rem;
  }
  .contact-cta-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:1rem; }
  .contact-cta-list li{ display:flex; align-items:center; gap:.85rem; color:rgba(255,255,255,.85); font-size:.95rem; }
  .contact-cta-list svg{ width:19px; height:19px; color:var(--indigo); flex:0 0 auto; }
  .contact-cta-list a{ color:inherit; }
  .contact-cta-list a:hover{ color:var(--warm-white); }

  .contact-cta-form{
    background:var(--white); border-radius:0;
    padding:clamp(2rem,4vw,2.5rem); box-shadow:0 40px 90px rgba(0,0,0,.35);
    display:flex; flex-direction:column; gap:1.25rem;
  }
  .contact-cta-form h3{
    font-family:var(--font-display); font-weight:700; color:var(--navy); font-size:1.5rem; margin:0 0 .5rem;
  }
  .contact-cta-form label{ display:flex; flex-direction:column; gap:.3rem; }
  .contact-cta-form label span{ font-size:.82rem; color:rgba(8,30,68,.5); }
  .contact-cta-form input, .contact-cta-form textarea{
    border:none; border-bottom:1px solid rgba(8,30,68,.15); background:transparent; border-radius:0;
    padding:.45rem 0; font-family:inherit; font-size:1rem; color:var(--navy);
    transition:border-color .3s var(--ease);
  }
  .contact-cta-form input:focus, .contact-cta-form textarea:focus{ outline:none; border-color:var(--indigo); }
  .contact-cta-form textarea{ resize:vertical; min-height:44px; }
  .contact-cta-submit{
    display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
    background:var(--navy); color:var(--white); border:none; padding:1.1rem 1.5rem; border-radius:4px;
    font-size:.9rem; font-weight:700; letter-spacing:.02em; cursor:pointer; margin-top:.5rem;
    transition:background .3s var(--ease);
  }
  .contact-cta-submit:hover{ background:#122c5c; }
  .contact-cta-submit svg{ width:16px; height:16px; transition:transform .3s var(--ease); }
  .contact-cta-submit:hover svg{ transform:translate(2px,-2px); }
  .form-success{
    margin:0; padding:.85rem 1rem; background:rgba(93,102,240,.1); color:var(--navy);
    border-radius:6px; font-size:.88rem; font-weight:600;
  }
  .form-success.is-error{ background:rgba(200,40,40,.12); color:#a51c1c; }

  @media(min-width:960px){
    .contact-cta-inner{ grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
  }

  /* ---------- Footer (compact, simple) ---------- */
  .site-footer{ background:var(--navy); padding:clamp(2.5rem,6vh,3.25rem) 0; }
  .footer-top{
    display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:1.25rem;
  }
  .footer-logo{ height:44px; filter:brightness(0) invert(1); display:block; }
  .footer-nav{ display:flex; flex-wrap:wrap; justify-content:center; gap:1rem 1.5rem; }
  .footer-nav a{ font-size:.85rem; color:rgb(255, 255, 255); transition:color .25s var(--ease); }
  .footer-nav a:hover{ color:var(--white); }
  .footer-divider{ height:1px; background:rgba(255,255,255,.12); margin:1.5rem 0; }
  @media(max-width:480px){
    .footer-top{ flex-direction:column; }
    .footer-nav{ gap:.6rem 1.1rem; }
    .footer-nav a{ font-size:.8rem; }
  }
  .footer-bottom{
    display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:.75rem;
  }
  .footer-bottom p{ margin:0; font-size:.78rem; color:rgb(255, 255, 255); }
  .footer-contact{ display:flex; align-items:center; gap:.6rem; font-size:.78rem; color:rgba(255,255,255,.4); }
  .footer-contact a{ color:rgb(255, 255, 255); transition:color .25s var(--ease); }
  .footer-contact a:hover{ color:var(--white); }

  /* ---------- Consistent mobile section spacing ----------
     Several sections had their own bottom padding PLUS an extra top margin
     hack on the section after them (added one at a time to fix isolated
     desktop gap complaints). On mobile those two stack, so some section
     transitions end up much bigger than others. This makes every section's
     top/bottom padding the same fixed value on mobile and removes the
     one-off margin hacks, so every gap between sections reads the same. */
  @media(max-width:820px){
    .why-us{ margin-top:0; }
    .products{ margin-top:0; padding:2.75rem 0; }
    .why-us-content{ padding:2.75rem clamp(1.5rem,6vw,3.5rem); }
    .door-styles{ padding:2.75rem 0; }
    .process-video{ padding:2.75rem 0; }
    .home-repeat{ padding:2.75rem 0; }
    .home-repeat-cards{ gap:.85rem; }
    .home-repeat-card{ padding:1.5rem 1.15rem; }
    .home-repeat-card strong{ font-size:1.6rem; white-space:nowrap; }
    .home-repeat-card span{ font-size:.78rem; }
    .who-we-serve{ padding:2.75rem 0; }
    .testimonials{ padding:2.75rem 0; }
    .faq{ padding:2.75rem 0; }
    .contact-cta{ padding:2.75rem 0; }
    .contact-main{ padding:2.75rem 0; }
    .contact-faq{ padding:2.75rem 0; }
    .product-categories{ padding:2.75rem 0; }
    .style-teaser{ padding:2.75rem 0; }
    .style-grid-section{ padding:2.75rem 0; }
    .audience-selector{ padding:2.75rem 0; }
    .about-story{ padding:2.75rem 0; margin-bottom:2rem; }
    .about-process{ padding:2.75rem 0; margin-top:2rem; }
    .gallery-grid-section{ padding:2.75rem 0 3.5rem; }
    .repeat-program{ padding:2.75rem 0; }
    .audience-tabs-hint{
      display:block; text-align:center; font-size:.75rem; letter-spacing:.06em;
      text-transform:uppercase; color:rgba(8,30,68,.45); margin:.75rem 0 0;
    }
    .style-grid-body{ padding:.9rem; }
    .style-grid-item h3{ font-size:1rem; }
    .style-grid-item p{ font-size:.82rem; line-height:1.5; }

    /* Same fix, one level down: these section headings all had the same
       vh-based margin-bottom before their content/gallery — shrinking to a
       consistent fixed value so the gap under each heading matches too. */
    .products-head, .door-styles-head, .serve-head, .testimonials-head{
      margin-bottom:1.75rem;
    }
  }

  @media(prefers-reduced-motion:reduce){
    html{ scroll-behavior:auto; }
    .scroll-cue .line::after{ animation:none; }
    .hero-slide{ transform:none !important; opacity:0; transition:opacity .6s ease !important; }
    .hero-slide.is-active{ opacity:1; }
    .hero-slide img{ animation:none !important; }
    .page-banner-bg img{ animation:none !important; transform:scale(1) !important; }
    .marquee-row{ animation:none !important; }
    .marquee-clone{ display:none; }
    .marquee-track{ overflow-x:auto; }
    .marquee-row{ width:auto; }
  }
