:root{--navy:#061b31;--blue:#00699d;--bright:#05aeea;--orange:#ff8842;--gold:#ffc065;--green:#33a72d;--ink:#102033;--muted:#66768a;--line:#dce5ee;--bg:#f6f8fb;--white:#fff;--shadow:0 22px 60px rgba(6,27,49,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.site-header{height:104px;background:rgba(255,255,255,.97);display:flex;align-items:center;justify-content:space-between;padding:0 7vw;position:sticky;top:0;z-index:50;box-shadow:0 2px 18px rgba(8,27,47,.08);backdrop-filter:blur(12px);overflow:visible}.brand{display:flex;align-items:center;position:relative;z-index:60;margin-bottom:-54px}.brand img{width:310px;max-height:none;height:auto;display:block;object-fit:contain;padding:8px;border-radius:24px;background:radial-gradient(ellipse at center,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 54%,rgba(255,255,255,.35) 78%,rgba(255,255,255,0) 100%);filter:drop-shadow(0 16px 24px rgba(255,255,255,.78)) drop-shadow(0 12px 26px rgba(6,27,49,.32))}.desktop-nav{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.desktop-nav a{color:#142437}.nav-cta{background:var(--orange);color:#fff!important;padding:16px 24px;border-radius:10px;box-shadow:0 14px 30px rgba(255,136,66,.28)}.menu-toggle{display:none;border:0;background:transparent;font-size:32px}.hero{min-height:780px;position:relative;background:linear-gradient(90deg,rgba(4,18,34,.92) 0%,rgba(5,25,43,.72) 48%,rgba(3,25,40,.55) 100%),radial-gradient(circle at 78% 18%,rgba(5,174,234,.35),transparent 30%),linear-gradient(135deg,#07182b,#153c5d 42%,#763e26 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(255,255,255,.03),transparent 26%),repeating-linear-gradient(120deg,rgba(255,255,255,.02) 0 2px,transparent 2px 80px);opacity:.85}.hero:after{content:"";position:absolute;right:-12%;bottom:-28%;width:62%;height:70%;background:radial-gradient(circle,rgba(255,136,66,.26),transparent 62%);filter:blur(8px)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .72fr;gap:70px;align-items:center;min-height:780px;padding:86px 0}.eyebrow{display:inline-block;background:rgba(5,174,234,.16);color:#78eeff;border:1px solid rgba(120,238,255,.25);font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:10px 14px;font-size:13px}.tagline{color:#fff;letter-spacing:.18em;font-weight:900;margin:30px 0 10px;text-transform:uppercase}.hero h1{font-size:clamp(56px,6vw,96px);line-height:.94;margin:0;color:#fff;font-weight:900;letter-spacing:-.06em}.hero h1 span{font-family:"Playfair Display",serif;color:var(--gold);font-style:italic;letter-spacing:-.04em}.hero-lede{font-size:22px;line-height:1.55;color:#e8f5ff;max-width:720px}.hero-actions,.form-actions{display:flex;gap:16px;flex-wrap:wrap;margin:30px 0}.btn{border:0;border-radius:12px;padding:18px 24px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:15px}.btn-primary{background:linear-gradient(135deg,var(--orange),#ff6b16);color:#fff;box-shadow:0 18px 40px rgba(255,136,66,.28)}.btn-secondary{background:linear-gradient(135deg,#0072a8,#004f80);color:#fff;box-shadow:0 18px 40px rgba(0,105,157,.28)}.btn-ghost{background:#eef4f8;color:#19314a}.btn.full{width:100%}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:36px;max-width:680px}.trust-row span{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;border-radius:14px;padding:14px;text-align:center;font-weight:800;font-size:13px}.hero-card{background:rgba(255,255,255,.94);border-radius:30px;padding:38px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.35);position:relative;overflow:hidden}.hero-symbol{width:105px;height:auto;display:block;margin:0 0 18px;filter:drop-shadow(0 10px 18px rgba(0,105,157,.24))}.hero-card:after{content:"";position:absolute;right:-34px;bottom:-44px;width:185px;height:185px;background:url("assets/raw-icon.png") center/contain no-repeat;opacity:.10;pointer-events:none}.hero-card-kicker{margin:0 0 14px;color:var(--blue);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.hero-card h2{font-size:38px;line-height:1.05;margin:12px 0;color:var(--navy)}.hero-card p{font-size:18px;color:#405166;line-height:1.55}.section{padding:92px 0}.section-heading{margin-bottom:38px}.section-heading.centered{text-align:center}.kicker{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:13px;margin:0 0 10px}.section h2{font-size:clamp(36px,4vw,58px);line-height:1.05;margin:0 0 18px;color:var(--navy);letter-spacing:-.04em}.problem-grid,.scenario-grid,.how-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.scenario-grid{grid-template-columns:repeat(3,1fr)}.problem-card,.scenario-card,.how-card,.feature-panel{background:#fff;border-radius:26px;padding:32px;box-shadow:0 20px 50px rgba(9,42,70,.08);border:1px solid var(--line)}.problem-card .icon{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;font-size:30px;color:#fff;font-weight:900;margin-bottom:18px}.problem-card.green .icon{background:var(--green)}.problem-card.blue .icon{background:var(--blue)}.problem-card h3,.scenario-card h3,.how-card h3{font-size:26px;line-height:1.12;margin:0 0 14px;color:var(--navy)}.problem-card p,.scenario-card p,.section p,.how-card li{font-size:17px;line-height:1.65;color:#4e6074}.badge{display:inline-flex;background:#e9f8ee;color:#1d811e;border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px;text-transform:uppercase;margin-bottom:18px}.scenario-card.highlight{background:linear-gradient(135deg,#fff,#f0fbff);border:2px solid rgba(5,174,234,.25)}.scenario-card strong{display:block;color:var(--navy);font-size:17px;margin-top:14px}.dark-card-section{background:linear-gradient(135deg,#06213c,#004a70);color:#fff}.split-grid{display:grid;grid-template-columns:1fr .85fr;gap:44px;align-items:center}.dark-card-section h2,.dark-card-section p,.dark-card-section .kicker{color:#fff}.check-list{list-style:none;padding:0;margin:22px 0}.check-list li{margin:12px 0;color:#e9f8ff;font-size:18px}.check-list li:before{content:'✓';color:#7df073;font-weight:900;margin-right:10px}.founding-panel{background:rgba(255,255,255,.97);color:var(--ink)}.founding-panel p{color:#4e6074}.requirements{display:grid;gap:10px;margin:20px 0}.requirements span{background:#eff9ef;color:#1b681b;padding:12px;border-radius:12px;font-weight:800}.founding-panel small{color:#6b7280;line-height:1.5;display:block}.how-card ol{padding-left:22px}.how-card li{margin:12px 0}.services-strip{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:32px}.services-strip span{background:#fff;border:1px solid var(--line);padding:12px 16px;border-radius:999px;font-weight:800;color:#15304a}.business-section{background:#fff}.business-card{display:grid;grid-template-columns:1fr .85fr;gap:34px;background:linear-gradient(135deg,#f4fbff,#fff5ec);border:1px solid #dceaf5;border-radius:30px;padding:44px;box-shadow:0 24px 60px rgba(11,48,78,.08)}.business-note{background:#fff;border-radius:22px;padding:28px;border:1px solid var(--line)}.signup-section{background:linear-gradient(180deg,#f6f8fb,#fff)}.signup-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start}.role-explain{margin-top:26px;background:#fff;border-radius:22px;padding:24px;border:1px solid var(--line)}.role-explain p{margin:0 0 10px}.signup-form{background:#fff;border-radius:28px;padding:34px;box-shadow:var(--shadow);border:1px solid var(--line)}.form-step{display:none}.form-step.active{display:block}.signup-form h3{font-size:28px;margin:0 0 20px;color:var(--navy)}.signup-form h4{font-size:19px;margin:24px 0 10px;color:var(--navy)}.signup-form h5{font-size:15px;margin:18px 0 10px;color:var(--navy);text-transform:uppercase;letter-spacing:.04em}.form-help,.privacy-note{font-size:14px!important;color:var(--muted)!important}.signup-form label{display:block;font-weight:800;color:#21364d;margin:14px 0}.signup-form label span{font-weight:600;color:var(--muted)}input,select{width:100%;border:1px solid #d7e0e8;border-radius:12px;padding:15px 14px;font:inherit;margin-top:8px;background:#fff}input:focus,select:focus{outline:3px solid rgba(5,174,234,.18);border-color:var(--blue)}.form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.role-fieldset{border:0;padding:0;margin:20px 0}.role-fieldset legend{font-weight:900;color:var(--navy);margin-bottom:12px}.choice,.checkbox-grid label,.consent{display:flex!important;gap:10px;align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:13px!important;margin:9px 0!important;font-weight:800!important}.choice input,.checkbox-grid input,.consent input{width:auto;margin:3px 0 0}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.checkbox-grid.compact{grid-template-columns:repeat(3,1fr)}.conditional{display:none}.conditional.show{display:block}.faq-grid{display:grid;gap:14px;max-width:900px;margin:0 auto}details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 24px;box-shadow:0 12px 30px rgba(10,45,75,.05)}summary{cursor:pointer;font-weight:900;color:var(--navy);font-size:18px}details p{margin-bottom:0}.site-footer{background:#061b31;color:#fff;padding:40px 0}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center}.footer-grid img{width:330px;max-width:100%;height:auto;display:block;padding:12px;border-radius:24px;background:radial-gradient(ellipse at center,rgba(255,255,255,.95) 0%,rgba(255,255,255,.72) 56%,rgba(255,255,255,.24) 80%,rgba(255,255,255,0) 100%);filter:drop-shadow(0 18px 32px rgba(255,255,255,.28)) drop-shadow(0 12px 26px rgba(0,0,0,.35))}.footer-grid p{color:#bcd4e8}.footer-links{display:flex;gap:18px;justify-content:flex-end;color:#d9edf9}
@media(max-width:900px){.site-header{height:104px;background:rgba(255,255,255,.97);display:flex;align-items:center;justify-content:space-between;padding:0 7vw;position:sticky;top:0;z-index:50;box-shadow:0 2px 18px rgba(8,27,47,.08);backdrop-filter:blur(12px);overflow:visible}.brand img{width:310px;max-height:none;height:auto;display:block;object-fit:contain;padding:8px;border-radius:24px;background:radial-gradient(ellipse at center,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 54%,rgba(255,255,255,.35) 78%,rgba(255,255,255,0) 100%);filter:drop-shadow(0 16px 24px rgba(255,255,255,.78)) drop-shadow(0 12px 26px rgba(6,27,49,.32))}.desktop-nav{display:none}.menu-toggle{display:block}.desktop-nav.open{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;flex-direction:column;padding:22px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.hero-grid,.split-grid,.business-card,.signup-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{min-height:auto;padding:54px 0}.hero-card img{width:110px}.trust-row{grid-template-columns:1fr 1fr}.problem-grid,.scenario-grid,.how-grid{grid-template-columns:1fr}.checkbox-grid,.checkbox-grid.compact,.form-row.two{grid-template-columns:1fr}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center}.footer-links{justify-content:center}.hero h1{font-size:52px}.section{padding:64px 0}}

.branded-heading img{
  width:82px;
  height:auto;
  margin:0 auto 16px;
  display:block;
  filter:drop-shadow(0 12px 20px rgba(0,105,157,.18));
}

.footer-brand{display:flex;align-items:center;justify-content:flex-start}
.site-footer{padding:56px 0;background:#061b31}

/* v8 mobile header/logo fix */
@media (max-width: 900px) {
  .site-header {
    height: 86px !important;
    min-height: 86px !important;
    padding: 0 22px !important;
    overflow: visible !important;
  }

  .brand {
    margin-bottom: 0 !important;
    align-items: center !important;
  }

  .brand img {
    width: 158px !important;
    max-width: 42vw !important;
    padding: 5px 7px !important;
    border-radius: 15px !important;
    background: radial-gradient(ellipse at center, rgba(255,255,255,.98) 0%, rgba(255,255,255,.84) 55%, rgba(255,255,255,.18) 78%, rgba(255,255,255,0) 100%) !important;
    filter: drop-shadow(0 8px 14px rgba(255,255,255,.5)) drop-shadow(0 7px 14px rgba(6,27,49,.22)) !important;
  }

  .menu-toggle {
    display: block !important;
    font-size: 32px !important;
    line-height: 1 !important;
    padding: 8px !important;
    margin-left: auto !important;
  }

  .desktop-nav.open {
    top: 86px !important;
  }

  .hero-grid {
    padding-top: 34px !important;
  }

  .eyebrow {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 18px !important;
  }

  .brand img {
    width: 138px !important;
    max-width: 48vw !important;
    padding: 4px 6px !important;
    border-radius: 13px !important;
  }

  .menu-toggle {
    font-size: 30px !important;
  }

  .desktop-nav.open {
    top: 76px !important;
  }

  .hero-grid {
    padding-top: 28px !important;
  }

  .hero h1 {
    font-size: 48px !important;
  }
}


/* v9 mobile side-by-side brand lockup */
.brand-mobile {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    height: 92px !important;
    min-height: 92px !important;
    padding: 0 20px !important;
    overflow: visible !important;
  }

  .brand {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    max-width: calc(100% - 72px) !important;
  }

  .brand-full {
    display: none !important;
  }

  .brand-mobile {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 7px 10px !important;
    border-radius: 16px !important;
    background: radial-gradient(ellipse at center, rgba(255,255,255,.98) 0%, rgba(255,255,255,.90) 58%, rgba(255,255,255,.30) 82%, rgba(255,255,255,0) 100%) !important;
    filter: drop-shadow(0 9px 16px rgba(255,255,255,.55)) drop-shadow(0 8px 16px rgba(6,27,49,.24)) !important;
  }

  .brand-mark {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    filter: none !important;
  }

  .brand-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  .brand-copy strong {
    font-size: 23px !important;
    letter-spacing: .035em !important;
    font-weight: 900 !important;
    color: #008fbd !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.85), 0 2px 4px rgba(6,27,49,.24) !important;
  }

  .brand-copy small {
    margin-top: 4px !important;
    font-size: 7.5px !important;
    letter-spacing: .13em !important;
    font-weight: 900 !important;
    color: #1d2833 !important;
  }

  .menu-toggle {
    display: block !important;
    font-size: 34px !important;
    line-height: 1 !important;
    padding: 8px !important;
    margin-left: auto !important;
  }

  .desktop-nav.open {
    top: 92px !important;
  }

  .hero-grid {
    padding-top: 34px !important;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 86px !important;
    min-height: 86px !important;
    padding: 0 16px !important;
  }

  .brand-mobile {
    gap: 8px !important;
    padding: 6px 8px !important;
    border-radius: 14px !important;
  }

  .brand-mark {
    width: 52px !important;
    height: 52px !important;
  }

  .brand-copy strong {
    font-size: 20px !important;
  }

  .brand-copy small {
    font-size: 6.7px !important;
    letter-spacing: .115em !important;
  }

  .desktop-nav.open {
    top: 86px !important;
  }

  .hero-grid {
    padding-top: 30px !important;
  }
}

@media (max-width: 380px) {
  .brand-mark {
    width: 48px !important;
    height: 48px !important;
  }

  .brand-copy strong {
    font-size: 18px !important;
    letter-spacing: .025em !important;
  }

  .brand-copy small {
    font-size: 6.2px !important;
    letter-spacing: .09em !important;
  }
}

/* v10 mobile brand: keep full R@W mark together and place name/tagline to the right */
@media (max-width: 900px) {
  .brand-mobile {
    gap: 12px !important;
    padding: 7px 11px !important;
    max-width: calc(100vw - 86px) !important;
  }

  .brand-mark {
    width: 128px !important;
    height: 52px !important;
    object-fit: contain !important;
    object-position: center !important;
    flex: 0 0 128px !important;
  }

  .brand-copy strong {
    font-size: 21px !important;
    letter-spacing: .025em !important;
  }

  .brand-copy small {
    margin-top: 4px !important;
    font-size: 7.6px !important;
    letter-spacing: .10em !important;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 88px !important;
    min-height: 88px !important;
    padding: 0 12px !important;
  }

  .brand-mobile {
    gap: 9px !important;
    padding: 6px 7px !important;
    max-width: calc(100vw - 66px) !important;
  }

  .brand-mark {
    width: 104px !important;
    height: 44px !important;
    flex-basis: 104px !important;
  }

  .brand-copy strong {
    font-size: 17px !important;
    letter-spacing: .018em !important;
  }

  .brand-copy small {
    font-size: 6.2px !important;
    letter-spacing: .075em !important;
  }

  .menu-toggle {
    font-size: 31px !important;
    padding: 6px !important;
  }

  .desktop-nav.open {
    top: 88px !important;
  }
}

@media (max-width: 380px) {
  .brand-mobile {
    gap: 7px !important;
    padding: 5px 6px !important;
  }

  .brand-mark {
    width: 92px !important;
    height: 39px !important;
    flex-basis: 92px !important;
  }

  .brand-copy strong {
    font-size: 15px !important;
  }

  .brand-copy small {
    font-size: 5.4px !important;
    letter-spacing: .055em !important;
  }
}

/* v11 mobile brand refinement: taller unclipped full R@W mark + larger text/tagline */
@media (max-width: 900px) {
  .site-header {
    height: 112px !important;
    min-height: 112px !important;
    padding: 0 22px !important;
    overflow: visible !important;
  }

  .brand {
    max-width: calc(100% - 76px) !important;
    overflow: visible !important;
  }

  .brand-mobile {
    min-height: 82px !important;
    gap: 15px !important;
    padding: 10px 15px !important;
    border-radius: 18px !important;
    overflow: visible !important;
  }

  .brand-mark {
    width: 158px !important;
    height: 68px !important;
    flex: 0 0 158px !important;
    object-fit: contain !important;
    object-position: center !important;
    overflow: visible !important;
  }

  .brand-copy strong {
    font-size: 26px !important;
    line-height: 1 !important;
    letter-spacing: .026em !important;
  }

  .brand-copy small {
    margin-top: 6px !important;
    font-size: 8.8px !important;
    line-height: 1.05 !important;
    letter-spacing: .115em !important;
  }

  .menu-toggle {
    font-size: 36px !important;
  }

  .desktop-nav.open {
    top: 112px !important;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 102px !important;
    min-height: 102px !important;
    padding: 0 12px !important;
  }

  .brand {
    max-width: calc(100% - 58px) !important;
  }

  .brand-mobile {
    min-height: 74px !important;
    gap: 10px !important;
    padding: 9px 9px !important;
    border-radius: 16px !important;
  }

  .brand-mark {
    width: 126px !important;
    height: 56px !important;
    flex-basis: 126px !important;
  }

  .brand-copy strong {
    font-size: 19px !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
  }

  .brand-copy small {
    margin-top: 5px !important;
    font-size: 6.8px !important;
    line-height: 1.05 !important;
    letter-spacing: .08em !important;
  }

  .menu-toggle {
    font-size: 34px !important;
    padding: 5px !important;
  }

  .desktop-nav.open {
    top: 102px !important;
  }
}

@media (max-width: 380px) {
  .brand-mobile {
    gap: 8px !important;
    padding: 8px 8px !important;
  }

  .brand-mark {
    width: 112px !important;
    height: 50px !important;
    flex-basis: 112px !important;
  }

  .brand-copy strong {
    font-size: 17px !important;
  }

  .brand-copy small {
    font-size: 6px !important;
    letter-spacing: .06em !important;
  }
}


/* v12: mobile header keeps the full brown R@W mark intact, larger, unclipped */
@media (max-width: 900px) {
  .site-header {
    height: 118px !important;
    min-height: 118px !important;
    padding: 0 20px !important;
    overflow: visible !important;
  }

  .brand {
    max-width: calc(100% - 74px) !important;
    overflow: visible !important;
  }

  .brand-full {
    display: none !important;
  }

  .brand-mobile {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    min-height: 88px !important;
    padding: 12px 18px !important;
    border-radius: 20px !important;
    overflow: visible !important;
    background: radial-gradient(ellipse at center, rgba(255,255,255,.98) 0%, rgba(255,255,255,.90) 60%, rgba(255,255,255,.32) 82%, rgba(255,255,255,0) 100%) !important;
    filter: drop-shadow(0 10px 18px rgba(255,255,255,.58)) drop-shadow(0 10px 18px rgba(6,27,49,.24)) !important;
  }

  .brand-mark {
    width: clamp(150px, 28vw, 220px) !important;
    height: auto !important;
    max-height: 78px !important;
    flex: 0 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    filter: none !important;
  }

  .brand-copy strong {
    font-size: clamp(23px, 4vw, 31px) !important;
    line-height: .95 !important;
    letter-spacing: .025em !important;
  }

  .brand-copy small {
    margin-top: 7px !important;
    font-size: clamp(7.8px, 1.25vw, 10.5px) !important;
    line-height: 1.05 !important;
    letter-spacing: .115em !important;
  }

  .menu-toggle {
    font-size: 38px !important;
    padding: 6px !important;
    margin-left: auto !important;
  }

  .desktop-nav.open {
    top: 118px !important;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 104px !important;
    min-height: 104px !important;
    padding: 0 10px !important;
  }

  .brand {
    max-width: calc(100% - 50px) !important;
  }

  .brand-mobile {
    min-height: 82px !important;
    gap: 10px !important;
    padding: 10px 8px !important;
    border-radius: 17px !important;
  }

  .brand-mark {
    width: 118px !important;
    max-height: 58px !important;
  }

  .brand-copy strong {
    font-size: 20px !important;
    letter-spacing: .018em !important;
  }

  .brand-copy small {
    margin-top: 5px !important;
    font-size: 6.8px !important;
    letter-spacing: .075em !important;
  }

  .menu-toggle {
    font-size: 34px !important;
    padding: 4px !important;
  }

  .desktop-nav.open {
    top: 104px !important;
  }
}

@media (max-width: 380px) {
  .brand-mobile {
    gap: 8px !important;
    padding: 9px 7px !important;
  }

  .brand-mark {
    width: 106px !important;
    max-height: 52px !important;
  }

  .brand-copy strong {
    font-size: 18px !important;
  }

  .brand-copy small {
    font-size: 6.1px !important;
    letter-spacing: .055em !important;
  }
}


/* v13: keep mobile header fully visible; no top/bottom clipping while scrolling */
@media (max-width: 900px) {
  .site-header {
    height: 114px !important;
    min-height: 114px !important;
    padding: 0 18px !important;
    overflow: hidden !important;
    align-items: center !important;
  }

  .brand {
    margin: 0 !important;
    max-width: calc(100% - 60px) !important;
    height: 100% !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .brand-mobile {
    min-height: 78px !important;
    max-height: 86px !important;
    padding: 8px 12px !important;
    gap: 14px !important;
    border-radius: 16px !important;
    overflow: visible !important;
  }

  .brand-mark {
    width: clamp(128px, 29vw, 190px) !important;
    max-height: 64px !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .brand-copy strong {
    font-size: clamp(22px, 4.1vw, 30px) !important;
    line-height: .96 !important;
  }

  .brand-copy small {
    font-size: clamp(7.4px, 1.25vw, 10px) !important;
    line-height: 1.05 !important;
  }

  .menu-toggle {
    flex: 0 0 auto !important;
    margin-left: 8px !important;
  }

  .desktop-nav.open { top: 114px !important; }
}

@media (max-width: 480px) {
  .site-header {
    height: 98px !important;
    min-height: 98px !important;
    padding: 0 10px !important;
  }

  .brand { max-width: calc(100% - 48px) !important; }

  .brand-mobile {
    min-height: 70px !important;
    max-height: 76px !important;
    padding: 7px 8px !important;
    gap: 8px !important;
  }

  .brand-mark {
    width: 118px !important;
    max-height: 54px !important;
  }

  .brand-copy strong { font-size: 20px !important; }
  .brand-copy small { font-size: 6.7px !important; letter-spacing: .07em !important; }
  .desktop-nav.open { top: 98px !important; }
}

@media (max-width: 380px) {
  .brand-mark { width: 104px !important; max-height: 48px !important; }
  .brand-copy strong { font-size: 17px !important; }
  .brand-copy small { font-size: 5.8px !important; }
}

/* v13 Founding Provider spotlight */
.founding-spotlight {
  background: linear-gradient(135deg, #fff7ed 0%, #fff 52%, #eaf8ff 100%);
  padding: 34px 0;
  border-top: 1px solid rgba(255,136,66,.18);
  border-bottom: 1px solid rgba(0,105,157,.12);
}

.founding-spotlight-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: center;
}

.founding-copy h2 {
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.04;
  margin: 0 0 12px;
  color: var(--navy);
  letter-spacing: -.045em;
}

.founding-copy p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: #405166;
}

.founding-offer-card {
  background: #fff;
  border: 2px solid rgba(255,136,66,.38);
  box-shadow: 0 22px 50px rgba(255,136,66,.18);
  border-radius: 24px;
  padding: 24px;
  display: grid;
  gap: 12px;
}

.founding-offer-card strong {
  color: var(--orange);
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.founding-offer-card span {
  color: var(--navy);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.04em;
}

.founding-offer-card small {
  color: #5d6b7a;
  line-height: 1.5;
  font-size: 14px;
}

/* v13 App screenshots */
.app-preview-section {
  background: #fff;
}

.app-preview-section .section-heading p:last-child {
  max-width: 720px;
  margin: 0 auto;
}

.app-shot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.app-shot-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f7fbff);
  border-radius: 24px;
  padding: 14px 14px 16px;
  box-shadow: 0 18px 45px rgba(6,27,49,.10);
  cursor: pointer;
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease;
}

.app-shot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(6,27,49,.16);
}

.app-shot-card img {
  width: 100%;
  aspect-ratio: 9 / 15.5;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  display: block;
  background: #eef6fb;
}

.app-shot-card span {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-weight: 900;
  font-size: 15px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(3, 14, 25, .82);
  padding: 22px;
}

.lightbox.open { display: flex; }

.lightbox img {
  max-width: min(92vw, 430px);
  max-height: 88vh;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  background: #fff;
}

.lightbox button {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .founding-spotlight-grid { grid-template-columns: 1fr; }
  .app-shot-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .founding-spotlight { padding: 28px 0; }
  .founding-offer-card span { font-size: 25px; }
  .app-shot-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .app-shot-card { padding: 9px; border-radius: 18px; }
  .app-shot-card img { border-radius: 14px; aspect-ratio: 9 / 16; }
  .app-shot-card span { font-size: 12px; line-height: 1.25; }
}


/* v14: header logo uses supplied cropped R@W mark plus separate wordmark/tagline; prevents clipping */
.brand-mobile {
  background: radial-gradient(ellipse at center, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 56%, rgba(255,255,255,.5) 80%, rgba(255,255,255,.08) 100%) !important;
  box-shadow: 0 16px 34px rgba(6,27,49,.08) !important;
}

.brand-wordmark {
  display: block !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  filter: none !important;
}

.brand-mark {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 6px 9px rgba(6,27,49,.16)) !important;
}

.brand-copy {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

@media (min-width: 901px) {
  .brand-full { display: block !important; }
  .brand-mobile { display: none !important; }
}

@media (max-width: 900px) {
  .site-header {
    height: 112px !important;
    min-height: 112px !important;
    padding: 0 18px !important;
    overflow: visible !important;
    align-items: center !important;
  }

  .brand {
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    max-width: calc(100% - 58px) !important;
    overflow: visible !important;
  }

  .brand-full { display: none !important; }

  .brand-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: min(500px, calc(100vw - 92px)) !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: none !important;
    gap: 12px !important;
    padding: 10px 14px !important;
    border-radius: 16px !important;
    overflow: visible !important;
  }

  .brand-mark {
    flex: 0 0 clamp(118px, 32vw, 150px) !important;
    width: clamp(118px, 32vw, 150px) !important;
    max-width: clamp(118px, 32vw, 150px) !important;
    height: auto !important;
    max-height: 72px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .brand-copy {
    flex: 1 1 auto !important;
    overflow: visible !important;
  }

  .brand-wordmark {
    width: clamp(170px, 46vw, 230px) !important;
    max-width: 100% !important;
    max-height: 58px !important;
  }

  .menu-toggle {
    flex: 0 0 44px !important;
    margin-left: 8px !important;
    font-size: 34px !important;
    line-height: 1 !important;
    padding: 4px !important;
  }

  .desktop-nav.open { top: 112px !important; }
}

@media (max-width: 480px) {
  .site-header {
    height: 106px !important;
    min-height: 106px !important;
    padding: 0 12px !important;
  }

  .brand { max-width: calc(100% - 50px) !important; }

  .brand-mobile {
    width: min(370px, calc(100vw - 74px)) !important;
    height: 78px !important;
    min-height: 78px !important;
    padding: 8px 9px !important;
    gap: 8px !important;
    border-radius: 14px !important;
  }

  .brand-mark {
    flex-basis: clamp(105px, 31vw, 126px) !important;
    width: clamp(105px, 31vw, 126px) !important;
    max-width: clamp(105px, 31vw, 126px) !important;
    max-height: 62px !important;
  }

  .brand-wordmark {
    width: clamp(160px, 46vw, 196px) !important;
    max-height: 49px !important;
  }

  .desktop-nav.open { top: 106px !important; }
}

@media (max-width: 380px) {
  .brand-mobile { gap: 7px !important; padding: 8px 8px !important; }
  .brand-mark {
    flex-basis: 98px !important;
    width: 98px !important;
    max-width: 98px !important;
    max-height: 58px !important;
  }
  .brand-wordmark {
    width: 152px !important;
    max-height: 45px !important;
  }
}

/* v15: larger unclipped mobile header + stronger founding provider section */
@media (max-width: 900px) {
  .site-header {
    height: 124px !important;
    min-height: 124px !important;
    padding: 0 14px !important;
    overflow: visible !important;
  }

  .brand {
    max-width: calc(100vw - 62px) !important;
    height: 100% !important;
    overflow: visible !important;
  }

  .brand-mobile {
    width: min(520px, calc(100vw - 78px)) !important;
    height: 104px !important;
    min-height: 104px !important;
    max-height: none !important;
    padding: 12px 16px !important;
    gap: 13px !important;
    border-radius: 18px !important;
    overflow: visible !important;
    align-items: center !important;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.48) 82%, rgba(255,255,255,.10) 100%) !important;
  }

  .brand-mark {
    flex: 0 0 clamp(136px, 33vw, 178px) !important;
    width: clamp(136px, 33vw, 178px) !important;
    max-width: clamp(136px, 33vw, 178px) !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    overflow: visible !important;
  }

  .brand-wordmark {
    width: clamp(190px, 45vw, 258px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block !important;
  }

  .menu-toggle {
    flex: 0 0 42px !important;
    margin-left: 4px !important;
    font-size: 36px !important;
    padding: 4px !important;
  }

  .desktop-nav.open { top: 124px !important; }
}

@media (max-width: 480px) {
  .site-header {
    height: 116px !important;
    min-height: 116px !important;
    padding: 0 10px !important;
  }

  .brand { max-width: calc(100vw - 50px) !important; }

  .brand-mobile {
    width: min(382px, calc(100vw - 64px)) !important;
    height: 94px !important;
    min-height: 94px !important;
    padding: 10px 10px !important;
    gap: 9px !important;
    border-radius: 16px !important;
  }

  .brand-mark {
    flex-basis: clamp(122px, 34vw, 140px) !important;
    width: clamp(122px, 34vw, 140px) !important;
    max-width: clamp(122px, 34vw, 140px) !important;
  }

  .brand-wordmark {
    width: clamp(176px, 47vw, 204px) !important;
  }

  .menu-toggle {
    flex-basis: 36px !important;
    font-size: 34px !important;
    margin-left: 2px !important;
  }

  .desktop-nav.open { top: 116px !important; }
}

@media (max-width: 390px) {
  .brand-mobile {
    width: calc(100vw - 58px) !important;
    padding: 9px 8px !important;
    gap: 7px !important;
  }
  .brand-mark {
    flex-basis: 112px !important;
    width: 112px !important;
    max-width: 112px !important;
  }
  .brand-wordmark { width: 164px !important; }
}

.founding-spotlight-v15 {
  background: linear-gradient(135deg, #fff5ec 0%, #ffffff 45%, #e8f7ff 100%);
  padding: 56px 0 !important;
}

.founding-spotlight-grid-v15 {
  grid-template-columns: 1.05fr .95fr !important;
  gap: 34px !important;
}

.founding-benefits-v15 {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px;
  display: grid;
  gap: 10px;
}

.founding-benefits-v15 li {
  background: #fff;
  border: 1px solid rgba(0,105,157,.14);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--navy);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(6,27,49,.05);
}

.founding-benefits-v15 li:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  margin-right: 10px;
}

.founding-app-card-v15 {
  background: #fff;
  border-radius: 28px;
  border: 2px solid rgba(255,136,66,.28);
  box-shadow: 0 26px 70px rgba(6,27,49,.14);
  padding: 18px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
}

.founding-phone-shot-v15 {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.founding-phone-shot-v15 img {
  width: 100%;
  aspect-ratio: 9 / 18.8;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
  display: block;
  box-shadow: 0 18px 44px rgba(6,27,49,.18);
  border: 1px solid rgba(6,27,49,.08);
}

.founding-caption-v15 strong {
  display: block;
  color: var(--navy);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}

.founding-caption-v15 span {
  color: #4e6074;
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .founding-spotlight-grid-v15 { grid-template-columns: 1fr !important; }
  .founding-app-card-v15 { grid-template-columns: 150px 1fr; }
}

@media (max-width: 560px) {
  .founding-spotlight-v15 { padding: 38px 0 !important; }
  .founding-app-card-v15 {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .founding-phone-shot-v15 img {
    width: min(100%, 310px);
    margin: 0 auto;
    aspect-ratio: 9 / 16;
  }
}

/* v16: responsive top logo lockup - no clipping, larger wordmark/tagline, full R@W mark */
@media (max-width: 900px) {
  .site-header {
    height: clamp(116px, 15vw, 142px) !important;
    min-height: clamp(116px, 15vw, 142px) !important;
    padding: 0 clamp(10px, 2.2vw, 24px) !important;
    overflow: visible !important;
    align-items: center !important;
  }

  .brand {
    height: 100% !important;
    max-width: calc(100vw - 58px) !important;
    width: calc(100vw - 58px) !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .brand-full { display: none !important; }

  .brand-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: min(620px, calc(100vw - 72px)) !important;
    height: clamp(94px, 12.5vw, 122px) !important;
    min-height: clamp(94px, 12.5vw, 122px) !important;
    padding: clamp(8px, 1.4vw, 14px) clamp(10px, 1.8vw, 18px) !important;
    gap: clamp(9px, 1.8vw, 18px) !important;
    border-radius: 18px !important;
    overflow: visible !important;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 62%, rgba(255,255,255,.64) 84%, rgba(255,255,255,.16) 100%) !important;
    box-shadow: 0 18px 34px rgba(6,27,49,.10) !important;
  }

  .brand-mark {
    flex: 0 0 clamp(128px, 25vw, 210px) !important;
    width: clamp(128px, 25vw, 210px) !important;
    max-width: clamp(128px, 25vw, 210px) !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .brand-copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .brand-wordmark {
    width: clamp(178px, 38vw, 330px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    filter: none !important;
  }

  .menu-toggle {
    flex: 0 0 44px !important;
    font-size: 38px !important;
    margin-left: auto !important;
    padding: 4px !important;
    line-height: 1 !important;
  }

  .desktop-nav.open { top: clamp(116px, 15vw, 142px) !important; }
}

@media (max-width: 480px) {
  .site-header {
    height: 118px !important;
    min-height: 118px !important;
    padding: 0 10px !important;
  }

  .brand {
    width: calc(100vw - 54px) !important;
    max-width: calc(100vw - 54px) !important;
  }

  .brand-mobile {
    width: calc(100vw - 64px) !important;
    height: 96px !important;
    min-height: 96px !important;
    padding: 10px 10px !important;
    gap: 9px !important;
    border-radius: 16px !important;
  }

  .brand-mark {
    flex-basis: clamp(118px, 35vw, 142px) !important;
    width: clamp(118px, 35vw, 142px) !important;
    max-width: clamp(118px, 35vw, 142px) !important;
  }

  .brand-wordmark {
    width: clamp(172px, 49vw, 205px) !important;
  }

  .menu-toggle {
    flex-basis: 38px !important;
    font-size: 35px !important;
    margin-left: 2px !important;
  }

  .desktop-nav.open { top: 118px !important; }
}

@media (max-width: 390px) {
  .site-header {
    height: 112px !important;
    min-height: 112px !important;
    padding: 0 8px !important;
  }

  .brand {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .brand-mobile {
    width: calc(100vw - 56px) !important;
    height: 90px !important;
    min-height: 90px !important;
    padding: 9px 8px !important;
    gap: 7px !important;
  }

  .brand-mark {
    flex-basis: 108px !important;
    width: 108px !important;
    max-width: 108px !important;
  }

  .brand-wordmark { width: 158px !important; }
  .desktop-nav.open { top: 112px !important; }
}


/* v17: final header correction - no ellipse/pill clipping, larger responsive logo pieces */
@media (max-width: 900px) {
  .site-header {
    height: clamp(104px, 13vw, 132px) !important;
    min-height: clamp(104px, 13vw, 132px) !important;
    padding: 0 clamp(12px, 2.4vw, 26px) !important;
    overflow: visible !important;
    background: #fff !important;
  }

  .brand {
    width: calc(100vw - 74px) !important;
    max-width: calc(100vw - 74px) !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .brand-full { display: none !important; }

  .brand-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    gap: clamp(14px, 2.6vw, 28px) !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
  }

  .brand-mark {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    height: clamp(66px, 10.8vw, 104px) !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 5px 8px rgba(6,27,49,.16)) !important;
  }

  .brand-copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .brand-wordmark {
    width: auto !important;
    max-width: min(100%, 470px) !important;
    height: clamp(56px, 7.6vw, 88px) !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
  }

  .menu-toggle {
    flex: 0 0 44px !important;
    margin-left: auto !important;
    font-size: clamp(34px, 5vw, 44px) !important;
    line-height: 1 !important;
    padding: 4px !important;
    background: transparent !important;
  }

  .desktop-nav.open { top: clamp(104px, 13vw, 132px) !important; }
}

@media (max-width: 480px) {
  .site-header {
    height: 100px !important;
    min-height: 100px !important;
    padding: 0 12px !important;
  }

  .brand {
    width: calc(100vw - 62px) !important;
    max-width: calc(100vw - 62px) !important;
  }

  .brand-mobile {
    gap: 10px !important;
  }

  .brand-mark {
    height: clamp(54px, 14.2vw, 64px) !important;
  }

  .brand-wordmark {
    height: clamp(40px, 10.4vw, 48px) !important;
    max-width: calc(100vw - 210px) !important;
  }

  .menu-toggle {
    flex-basis: 38px !important;
    font-size: 34px !important;
    padding-right: 0 !important;
  }

  .desktop-nav.open { top: 100px !important; }
}

@media (max-width: 390px) {
  .site-header {
    height: 94px !important;
    min-height: 94px !important;
    padding: 0 10px !important;
  }

  .brand {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
  }

  .brand-mobile { gap: 8px !important; }

  .brand-mark { height: 50px !important; }

  .brand-wordmark {
    height: 36px !important;
    max-width: calc(100vw - 190px) !important;
  }

  .desktop-nav.open { top: 94px !important; }
}

/* v18: force header branding to fill the available white space, with no ellipse/clipping */
.site-header {
  background: #fff !important;
  overflow: visible !important;
}

@media (min-width: 901px) {
  .site-header {
    height: clamp(118px, 9vw, 150px) !important;
    min-height: clamp(118px, 9vw, 150px) !important;
    padding: 0 clamp(24px, 5vw, 88px) !important;
  }

  .brand {
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .brand-full {
    width: clamp(300px, 24vw, 410px) !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100% - 16px) !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 12px 18px rgba(6,27,49,.18)) !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: clamp(118px, 15vw, 162px) !important;
    min-height: clamp(118px, 15vw, 162px) !important;
    padding: 0 clamp(18px, 3vw, 34px) !important;
    align-items: center !important;
    overflow: visible !important;
    background: #fff !important;
  }

  .brand {
    width: calc(100vw - clamp(90px, 12vw, 126px)) !important;
    max-width: calc(100vw - clamp(90px, 12vw, 126px)) !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .brand-full { display: none !important; }

  .brand-mobile {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(22px, 3.2vw, 38px) !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
  }

  .brand-mark {
    flex: 0 1 auto !important;
    width: clamp(220px, 31vw, 350px) !important;
    max-width: 42% !important;
    height: auto !important;
    max-height: calc(100% - 18px) !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 8px 12px rgba(6,27,49,.18)) !important;
    overflow: visible !important;
  }

  .brand-copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .brand-wordmark {
    width: clamp(330px, 50vw, 560px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: calc(100% - 22px) !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    overflow: visible !important;
  }

  .menu-toggle {
    flex: 0 0 clamp(42px, 6vw, 54px) !important;
    margin-left: auto !important;
    font-size: clamp(38px, 5.6vw, 52px) !important;
    line-height: 1 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .desktop-nav.open { top: clamp(118px, 15vw, 162px) !important; }
}

@media (max-width: 600px) {
  .site-header {
    height: 116px !important;
    min-height: 116px !important;
    padding: 0 18px !important;
  }

  .brand {
    width: calc(100vw - 74px) !important;
    max-width: calc(100vw - 74px) !important;
  }

  .brand-mobile {
    gap: 14px !important;
  }

  .brand-mark {
    width: clamp(138px, 34vw, 190px) !important;
    max-width: 42% !important;
    max-height: 88px !important;
  }

  .brand-wordmark {
    width: clamp(210px, 50vw, 290px) !important;
    max-height: 72px !important;
  }

  .desktop-nav.open { top: 116px !important; }
}

@media (max-width: 430px) {
  .site-header {
    height: 104px !important;
    min-height: 104px !important;
    padding: 0 14px !important;
  }

  .brand {
    width: calc(100vw - 62px) !important;
    max-width: calc(100vw - 62px) !important;
  }

  .brand-mobile { gap: 10px !important; }

  .brand-mark {
    width: clamp(118px, 34vw, 145px) !important;
    max-height: 78px !important;
  }

  .brand-wordmark {
    width: clamp(174px, 48vw, 220px) !important;
    max-height: 60px !important;
  }

  .menu-toggle {
    flex-basis: 36px !important;
    font-size: 36px !important;
  }

  .desktop-nav.open { top: 104px !important; }
}

@media (max-width: 370px) {
  .site-header {
    height: 98px !important;
    min-height: 98px !important;
    padding: 0 10px !important;
  }

  .brand {
    width: calc(100vw - 54px) !important;
    max-width: calc(100vw - 54px) !important;
  }

  .brand-mobile { gap: 8px !important; }
  .brand-mark { width: 108px !important; max-height: 70px !important; }
  .brand-wordmark { width: 160px !important; max-height: 54px !important; }
  .desktop-nav.open { top: 98px !important; }
}

/* v19 FINAL HEADER RESET: balanced, large, unclipped logo lockup across desktop/tablet/mobile */
.site-header{
  height: clamp(112px, 8vw, 148px) !important;
  min-height: clamp(112px, 8vw, 148px) !important;
  padding: 0 clamp(32px, 4.2vw, 86px) !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2vw, 34px) !important;
  overflow: visible !important;
  box-shadow: 0 2px 18px rgba(8,27,47,.08) !important;
}

.brand{
  flex: 0 1 clamp(620px, 47vw, 850px) !important;
  width: clamp(620px, 47vw, 850px) !important;
  max-width: calc(100% - 780px) !important;
  min-width: 520px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 60 !important;
}

.brand-full{display:none !important;}

.brand-mobile{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(24px, 2.8vw, 44px) !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: visible !important;
}

.brand-mark{
  flex: 0 0 auto !important;
  width: clamp(235px, 17vw, 325px) !important;
  max-width: none !important;
  height: auto !important;
  max-height: calc(100% - 24px) !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 22px rgba(6,27,49,.16)) !important;
  overflow: visible !important;
}

.brand-copy{
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.brand-wordmark{
  width: clamp(340px, 27vw, 510px) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: calc(100% - 38px) !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 22px rgba(6,27,49,.08)) !important;
  overflow: visible !important;
}

.desktop-nav{
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
  min-width: 520px !important;
  gap: clamp(16px, 1.6vw, 30px) !important;
}
.menu-toggle{margin-left:auto !important;}

@media (max-width: 1320px){
  .site-header{
    height: 126px !important;
    min-height: 126px !important;
    padding: 0 44px !important;
  }
  .brand{
    flex-basis: 560px !important;
    width: 560px !important;
    min-width: 500px !important;
    max-width: none !important;
  }
  .brand-mobile{gap:24px !important;}
  .brand-mark{width:220px !important;}
  .brand-wordmark{width:310px !important;}
  .desktop-nav{gap:18px !important;min-width:480px !important;font-size:13px !important;}
  .nav-cta{padding:14px 18px !important;}
}

@media (max-width: 1100px){
  .desktop-nav{display:none !important;}
  .menu-toggle{display:block !important;}
  .site-header{
    height: 120px !important;
    min-height: 120px !important;
    padding: 0 30px !important;
  }
  .brand{
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 72px) !important;
    min-width: 0 !important;
  }
  .brand-mobile{gap:22px !important;}
  .brand-mark{width:clamp(205px, 28vw, 270px) !important;max-height:96px !important;}
  .brand-wordmark{width:clamp(285px, 38vw, 390px) !important;max-height:72px !important;}
  .desktop-nav.open{
    display:flex !important;
    top:120px !important;
  }
  .hero-grid{padding-top:54px !important;}
}

@media (max-width: 760px){
  .site-header{
    height: 108px !important;
    min-height: 108px !important;
    padding: 0 22px !important;
  }
  .brand{max-width:calc(100% - 58px) !important;}
  .brand-mobile{gap:14px !important;}
  .brand-mark{width:clamp(145px, 34vw, 205px) !important;max-height:84px !important;}
  .brand-wordmark{width:clamp(215px, 43vw, 300px) !important;max-height:62px !important;}
  .menu-toggle{font-size:38px !important;flex:0 0 44px !important;padding:0 !important;}
  .desktop-nav.open{top:108px !important;}
  .hero-grid{padding-top:42px !important;}
}

@media (max-width: 520px){
  .site-header{
    height: 100px !important;
    min-height: 100px !important;
    padding: 0 16px !important;
  }
  .brand{max-width:calc(100% - 48px) !important;}
  .brand-mobile{gap:9px !important;}
  .brand-mark{width:clamp(116px, 34vw, 150px) !important;max-height:76px !important;}
  .brand-wordmark{width:clamp(170px, 48vw, 230px) !important;max-height:54px !important;}
  .menu-toggle{font-size:34px !important;flex:0 0 36px !important;}
  .desktop-nav.open{top:100px !important;}
  .hero-grid{padding-top:36px !important;}
}

@media (max-width: 390px){
  .site-header{
    height: 94px !important;
    min-height: 94px !important;
    padding: 0 12px !important;
  }
  .brand{max-width:calc(100% - 42px) !important;}
  .brand-mobile{gap:7px !important;}
  .brand-mark{width:108px !important;max-height:70px !important;}
  .brand-wordmark{width:158px !important;max-height:46px !important;}
  .menu-toggle{font-size:32px !important;flex:0 0 32px !important;}
  .desktop-nav.open{top:94px !important;}
}

/* v20: responsive header breakpoint fix
   Keep the branding large through the tablet/mobile transition instead of shrinking
   into tiny separated elements. This overrides v19's narrow-screen rules. */
.site-header {
  overflow: visible !important;
}
.brand,
.brand-mobile,
.brand-copy {
  overflow: visible !important;
}
.brand-mobile {
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.brand-mark,
.brand-wordmark {
  flex: 0 0 auto !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (min-width: 1321px) {
  .site-header {
    height: 132px !important;
    min-height: 132px !important;
    padding: 0 clamp(58px, 4.5vw, 92px) !important;
  }
  .brand {
    flex: 0 0 clamp(780px, 49vw, 940px) !important;
    width: clamp(780px, 49vw, 940px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .brand-mobile { gap: clamp(34px, 2.6vw, 52px) !important; }
  .brand-mark { width: clamp(305px, 18vw, 365px) !important; max-height: 110px !important; }
  .brand-wordmark { width: clamp(430px, 26vw, 540px) !important; max-height: 94px !important; }
}

@media (max-width: 1320px) and (min-width: 1101px) {
  .site-header {
    height: 126px !important;
    min-height: 126px !important;
    padding: 0 clamp(34px, 3.4vw, 54px) !important;
  }
  .brand {
    flex: 0 0 clamp(610px, 52vw, 720px) !important;
    width: clamp(610px, 52vw, 720px) !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .brand-mobile { gap: clamp(20px, 2vw, 30px) !important; }
  .brand-mark { width: clamp(240px, 21vw, 300px) !important; max-height: 102px !important; }
  .brand-wordmark { width: clamp(345px, 29vw, 430px) !important; max-height: 82px !important; }
  .desktop-nav { min-width: 410px !important; gap: clamp(10px, 1.05vw, 18px) !important; font-size: 12px !important; }
  .nav-cta { padding: 13px 16px !important; }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .desktop-nav { display: none !important; }
  .menu-toggle { display: block !important; flex: 0 0 52px !important; font-size: 44px !important; padding: 0 !important; }
  .site-header {
    height: 126px !important;
    min-height: 126px !important;
    padding: 0 clamp(24px, 3.3vw, 38px) !important;
  }
  .brand {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 66px) !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .brand-mobile { gap: clamp(18px, 2.5vw, 28px) !important; }
  .brand-mark { width: clamp(235px, 31vw, 305px) !important; max-height: 106px !important; }
  .brand-wordmark { width: clamp(330px, 42vw, 430px) !important; max-height: 82px !important; }
  .desktop-nav.open { top: 126px !important; }
}

@media (max-width: 760px) and (min-width: 521px) {
  .desktop-nav { display: none !important; }
  .menu-toggle { display: block !important; flex: 0 0 46px !important; font-size: 40px !important; padding: 0 !important; }
  .site-header {
    height: 118px !important;
    min-height: 118px !important;
    padding: 0 clamp(18px, 3vw, 24px) !important;
  }
  .brand {
    flex: 1 1 auto !important;
    max-width: calc(100% - 56px) !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .brand-mobile { gap: clamp(12px, 2.1vw, 18px) !important; }
  .brand-mark { width: clamp(176px, 30vw, 220px) !important; max-height: 96px !important; }
  .brand-wordmark { width: clamp(250px, 44vw, 330px) !important; max-height: 76px !important; }
  .desktop-nav.open { top: 118px !important; }
}

@media (max-width: 520px) {
  .desktop-nav { display: none !important; }
  .menu-toggle { display: block !important; flex: 0 0 38px !important; font-size: 34px !important; padding: 0 !important; }
  .site-header {
    height: 110px !important;
    min-height: 110px !important;
    padding: 0 12px !important;
  }
  .brand {
    flex: 1 1 auto !important;
    max-width: calc(100% - 44px) !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .brand-mobile { gap: 8px !important; }
  .brand-mark { width: clamp(120px, 32vw, 150px) !important; max-height: 88px !important; }
  .brand-wordmark { width: clamp(182px, 49vw, 240px) !important; max-height: 68px !important; }
  .desktop-nav.open { top: 110px !important; }
}

@media (max-width: 380px) {
  .site-header { height: 106px !important; min-height: 106px !important; padding: 0 10px !important; }
  .menu-toggle { flex-basis: 34px !important; font-size: 32px !important; }
  .brand { max-width: calc(100% - 38px) !important; }
  .brand-mobile { gap: 6px !important; }
  .brand-mark { width: clamp(108px, 31vw, 124px) !important; max-height: 80px !important; }
  .brand-wordmark { width: clamp(166px, 48vw, 190px) !important; max-height: 60px !important; }
}

/* v21: final responsive header sizing fix
   Treat the header brand as a single responsive lockup: full R@W mark + wordmark/tagline.
   No tiny collapse, no clipping, no floating centered wordmark. */
.site-header{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
  column-gap:clamp(18px,2.6vw,48px) !important;
  height:clamp(118px,7.3vw,150px) !important;
  min-height:clamp(118px,7.3vw,150px) !important;
  padding:0 clamp(48px,4.2vw,92px) !important;
  overflow:visible !important;
}
.brand{
  grid-column:1 !important;
  display:flex !important;
  align-items:center !important;
  width:clamp(720px,50vw,980px) !important;
  max-width:clamp(720px,50vw,980px) !important;
  min-width:0 !important;
  height:100% !important;
  margin:0 !important;
  overflow:visible !important;
}
.brand-full{display:none !important;}
.brand-mobile{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-wrap:nowrap !important;
  gap:clamp(28px,2.2vw,48px) !important;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
  margin:0 !important;
  background:none !important;
  border-radius:0 !important;
  filter:none !important;
  overflow:visible !important;
}
.brand-mark{
  flex:0 0 auto !important;
  width:clamp(290px,18.5vw,390px) !important;
  max-width:none !important;
  height:auto !important;
  max-height:calc(100% - 22px) !important;
  object-fit:contain !important;
  object-position:left center !important;
  padding:0 !important;
  margin:0 !important;
  background:none !important;
  border-radius:0 !important;
  filter:drop-shadow(0 10px 18px rgba(6,27,49,.15)) !important;
}
.brand-copy{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  overflow:visible !important;
}
.brand-wordmark{
  flex:0 1 auto !important;
  width:clamp(390px,28vw,560px) !important;
  max-width:100% !important;
  height:auto !important;
  max-height:calc(100% - 32px) !important;
  object-fit:contain !important;
  object-position:left center !important;
  padding:0 !important;
  margin:0 !important;
  background:none !important;
  border-radius:0 !important;
  filter:drop-shadow(0 10px 20px rgba(6,27,49,.08)) !important;
}
.desktop-nav{
  grid-column:2 / span 2 !important;
  justify-self:end !important;
  align-self:center !important;
  display:flex !important;
  min-width:0 !important;
  width:auto !important;
  gap:clamp(16px,1.45vw,30px) !important;
  white-space:nowrap !important;
}
.menu-toggle{
  grid-column:3 !important;
  justify-self:end !important;
  margin-left:0 !important;
}

@media (max-width: 1500px) and (min-width: 1181px){
  .site-header{
    grid-template-columns:auto 1fr auto !important;
    height:126px !important;
    min-height:126px !important;
    padding:0 clamp(34px,3vw,58px) !important;
    column-gap:clamp(18px,2vw,34px) !important;
  }
  .brand{
    width:clamp(560px,49vw,720px) !important;
    max-width:clamp(560px,49vw,720px) !important;
  }
  .brand-mobile{gap:clamp(18px,1.8vw,28px) !important;}
  .brand-mark{width:clamp(230px,21vw,300px) !important;max-height:100px !important;}
  .brand-wordmark{width:clamp(310px,28vw,410px) !important;max-height:82px !important;}
  .desktop-nav{font-size:12px !important;gap:clamp(10px,1vw,18px) !important;}
  .nav-cta{padding:13px 18px !important;}
}

@media (max-width: 1180px){
  .desktop-nav{display:none !important;}
  .menu-toggle{display:block !important;font-size:46px !important;line-height:1 !important;}
  .site-header{
    grid-template-columns:minmax(0,1fr) auto !important;
    height:124px !important;
    min-height:124px !important;
    padding:0 clamp(24px,3.5vw,40px) !important;
    column-gap:20px !important;
  }
  .brand{
    grid-column:1 !important;
    width:100% !important;
    max-width:100% !important;
  }
  .brand-mobile{gap:clamp(18px,3vw,30px) !important;}
  .brand-mark{width:clamp(220px,30vw,305px) !important;max-height:104px !important;}
  .brand-wordmark{width:clamp(310px,43vw,455px) !important;max-height:84px !important;}
}

@media (max-width: 760px){
  .menu-toggle{font-size:42px !important;}
  .site-header{
    height:114px !important;
    min-height:114px !important;
    padding:0 clamp(16px,3vw,24px) !important;
    column-gap:14px !important;
  }
  .brand-mobile{gap:clamp(10px,2.4vw,16px) !important;}
  .brand-mark{width:clamp(150px,32vw,225px) !important;max-height:94px !important;}
  .brand-wordmark{width:clamp(220px,49vw,340px) !important;max-height:76px !important;}
}

@media (max-width: 520px){
  .menu-toggle{font-size:36px !important;}
  .site-header{
    height:106px !important;
    min-height:106px !important;
    padding:0 12px !important;
    column-gap:8px !important;
  }
  .brand-mobile{gap:8px !important;}
  .brand-mark{width:clamp(112px,31vw,150px) !important;max-height:82px !important;}
  .brand-wordmark{width:clamp(176px,50vw,238px) !important;max-height:64px !important;}
}

@media (max-width: 380px){
  .site-header{height:100px !important;min-height:100px !important;padding:0 9px !important;}
  .menu-toggle{font-size:32px !important;}
  .brand-mobile{gap:6px !important;}
  .brand-mark{width:102px !important;max-height:78px !important;}
  .brand-wordmark{width:160px !important;max-height:58px !important;}
}


/* v22 HEADER RESET: single responsive lockup image so the two logo pieces scale together */
.site-header{
  display:grid !important;
  grid-template-columns:minmax(520px, 860px) minmax(0, 1fr) auto !important;
  align-items:center !important;
  height:150px !important;
  min-height:150px !important;
  padding:0 clamp(34px,4.2vw,80px) !important;
  column-gap:clamp(24px,3vw,58px) !important;
  background:#fff !important;
  overflow:visible !important;
}
.brand,
.brand-lockup{
  grid-column:1 !important;
  width:100% !important;
  max-width:860px !important;
  height:128px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  position:relative !important;
  overflow:visible !important;
  z-index:60 !important;
}
.header-logo-lockup{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:left center !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  background:none !important;
  border-radius:0 !important;
  filter:drop-shadow(0 12px 22px rgba(6,27,49,.08)) !important;
}
.brand-full,.brand-mobile,.brand-mark,.brand-copy,.brand-wordmark{display:none !important;}
.desktop-nav{
  grid-column:2 / span 2 !important;
  justify-self:end !important;
  align-self:center !important;
  display:flex !important;
  width:auto !important;
  min-width:0 !important;
  gap:clamp(14px,1.35vw,30px) !important;
  white-space:nowrap !important;
  font-size:clamp(12px,.78vw,14px) !important;
}
.nav-cta{padding:clamp(13px,.9vw,16px) clamp(18px,1.4vw,24px) !important;}
.menu-toggle{
  grid-column:3 !important;
  justify-self:end !important;
  align-self:center !important;
  display:none !important;
  font-size:46px !important;
  line-height:1 !important;
  padding:8px !important;
}
.desktop-nav.open{top:120px !important;}

@media (max-width: 1380px){
  .site-header{
    grid-template-columns:minmax(480px, 690px) minmax(0,1fr) auto !important;
    height:136px !important;
    min-height:136px !important;
    padding:0 clamp(28px,3.5vw,56px) !important;
    column-gap:clamp(20px,2.2vw,38px) !important;
  }
  .brand,.brand-lockup{height:116px !important;max-width:690px !important;}
  .desktop-nav{gap:clamp(10px,1vw,18px) !important;font-size:12px !important;}
  .nav-cta{padding:12px 16px !important;}
}

/* Hide desktop nav before the branding gets squeezed. Keep the full lockup large. */
@media (max-width: 1120px){
  .site-header{
    grid-template-columns:minmax(0,1fr) auto !important;
    height:132px !important;
    min-height:132px !important;
    padding:0 clamp(22px,3.5vw,40px) !important;
    column-gap:18px !important;
  }
  .brand,.brand-lockup{
    grid-column:1 !important;
    width:100% !important;
    max-width:min(760px, calc(100vw - 110px)) !important;
    height:112px !important;
  }
  .desktop-nav{display:none !important;}
  .menu-toggle{display:block !important;}
  .desktop-nav.open{display:flex !important;top:132px !important;}
}

@media (max-width: 820px){
  .site-header{
    height:122px !important;
    min-height:122px !important;
    padding:0 clamp(16px,3vw,24px) !important;
    column-gap:12px !important;
  }
  .brand,.brand-lockup{
    max-width:calc(100vw - 92px) !important;
    height:100px !important;
  }
  .menu-toggle{font-size:42px !important;}
  .desktop-nav.open{top:122px !important;}
}

@media (max-width: 560px){
  .site-header{
    height:108px !important;
    min-height:108px !important;
    padding:0 12px !important;
    column-gap:8px !important;
  }
  .brand,.brand-lockup{
    max-width:calc(100vw - 62px) !important;
    height:84px !important;
  }
  .header-logo-lockup{object-position:left center !important;}
  .menu-toggle{font-size:35px !important;padding:4px !important;}
  .desktop-nav.open{top:108px !important;}
}

@media (max-width: 390px){
  .site-header{height:100px !important;min-height:100px !important;padding:0 9px !important;}
  .brand,.brand-lockup{max-width:calc(100vw - 54px) !important;height:76px !important;}
  .menu-toggle{font-size:31px !important;}
  .desktop-nav.open{top:100px !important;}
}


/* v23 HEADER FIX: smooth responsive two-piece lockup.
   The prior single-wide image became tiny at mid widths. This keeps the R@W mark
   and Roam At Will/tagline as separate images so each can scale smoothly without clipping. */
.site-header{
  display:grid !important;
  grid-template-columns:minmax(0, auto) minmax(0, 1fr) auto !important;
  align-items:center !important;
  height:150px !important;
  min-height:150px !important;
  padding:0 clamp(42px,5vw,86px) !important;
  column-gap:clamp(24px,3vw,48px) !important;
  background:#fff !important;
  overflow:visible !important;
}
.brand.brand-pieces{
  grid-column:1 !important;
  width:auto !important;
  max-width:none !important;
  height:132px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:clamp(26px,2.8vw,54px) !important;
  position:relative !important;
  overflow:visible !important;
  z-index:60 !important;
}
.brand-mark-final,
.brand-wordmark-final{
  display:block !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  filter:drop-shadow(0 10px 18px rgba(6,27,49,.10)) !important;
  flex:0 0 auto !important;
}
.brand-mark-final{ width:clamp(270px,18vw,390px) !important; }
.brand-wordmark-final{ width:clamp(430px,31vw,650px) !important; }
.header-logo-lockup,.brand-full,.brand-mobile,.brand-mark,.brand-copy,.brand-wordmark{display:none !important;}
.desktop-nav{
  grid-column:2 / span 2 !important;
  justify-self:end !important;
  align-self:center !important;
  display:flex !important;
  width:auto !important;
  gap:clamp(14px,1.3vw,30px) !important;
  white-space:nowrap !important;
  font-size:clamp(12px,.78vw,14px) !important;
}
.menu-toggle{
  grid-column:3 !important;
  justify-self:end !important;
  align-self:center !important;
  display:none !important;
  font-size:46px !important;
  line-height:1 !important;
  padding:8px !important;
}
.desktop-nav.open{top:150px !important;}

@media (max-width: 1460px){
  .site-header{height:136px !important;min-height:136px !important;padding:0 clamp(34px,4vw,64px) !important;column-gap:clamp(18px,2.3vw,38px) !important;}
  .brand.brand-pieces{height:118px !important;gap:clamp(20px,2.2vw,38px) !important;}
  .brand-mark-final{width:clamp(230px,17vw,315px) !important;}
  .brand-wordmark-final{width:clamp(350px,27vw,510px) !important;}
  .desktop-nav{gap:clamp(10px,1vw,18px) !important;font-size:12px !important;}
  .nav-cta{padding:12px 16px !important;}
}

/* Hide desktop nav before it steals brand space. */
@media (max-width: 1180px){
  .site-header{grid-template-columns:minmax(0,1fr) auto !important;height:132px !important;min-height:132px !important;padding:0 clamp(24px,3.5vw,44px) !important;column-gap:18px !important;}
  .brand.brand-pieces{grid-column:1 !important;height:114px !important;gap:clamp(20px,3vw,34px) !important;max-width:calc(100vw - 126px) !important;}
  .brand-mark-final{width:clamp(210px,25vw,290px) !important;}
  .brand-wordmark-final{width:clamp(330px,43vw,480px) !important;}
  .desktop-nav{display:none !important;}
  .menu-toggle{display:block !important;font-size:46px !important;}
  .desktop-nav.open{display:flex !important;top:132px !important;}
}

@media (max-width: 860px){
  .site-header{height:122px !important;min-height:122px !important;padding:0 clamp(18px,3vw,28px) !important;column-gap:12px !important;}
  .brand.brand-pieces{height:104px !important;gap:clamp(14px,2.3vw,22px) !important;max-width:calc(100vw - 100px) !important;}
  .brand-mark-final{width:clamp(170px,28vw,230px) !important;}
  .brand-wordmark-final{width:clamp(265px,45vw,365px) !important;}
  .menu-toggle{font-size:42px !important;}
  .desktop-nav.open{top:122px !important;}
}

/* Phone / very narrow browser: keep the pieces side-by-side, but scale gradually. */
@media (max-width: 620px){
  .site-header{height:112px !important;min-height:112px !important;padding:0 12px !important;column-gap:8px !important;}
  .brand.brand-pieces{height:92px !important;gap:8px !important;max-width:calc(100vw - 58px) !important;}
  .brand-mark-final{width:clamp(120px,30vw,170px) !important;}
  .brand-wordmark-final{width:clamp(190px,48vw,270px) !important;}
  .menu-toggle{font-size:36px !important;padding:4px !important;}
  .desktop-nav.open{top:112px !important;}
}

@media (max-width: 430px){
  .site-header{height:104px !important;min-height:104px !important;padding:0 9px !important;}
  .brand.brand-pieces{height:86px !important;gap:7px !important;max-width:calc(100vw - 51px) !important;}
  .brand-mark-final{width:clamp(98px,29vw,122px) !important;}
  .brand-wordmark-final{width:clamp(172px,50vw,218px) !important;}
  .menu-toggle{font-size:32px !important;}
  .desktop-nav.open{top:104px !important;}
}

/* v24 HEADER FINAL: use the supplied logo images FULLY, never cropped.
   The sizing is height-based so the two pieces scale smoothly and do not suddenly collapse. */
.site-header{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  height:150px !important;
  min-height:150px !important;
  padding:0 clamp(44px,5vw,86px) !important;
  column-gap:28px !important;
  background:#fff !important;
  overflow:visible !important;
}
.brand.brand-pieces{
  grid-column:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:clamp(28px,3vw,58px) !important;
  height:100% !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  position:relative !important;
  z-index:60 !important;
}
.brand-mark-final,
.brand-wordmark-final{
  display:block !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 10px 18px rgba(6,27,49,.10)) !important;
  flex:0 1 auto !important;
}
.brand-mark-final{ height:118px !important; }
.brand-wordmark-final{ height:88px !important; }
.header-logo-lockup,.brand-full,.brand-mobile,.brand-mark,.brand-copy,.brand-wordmark{display:none !important;}
.desktop-nav{
  grid-column:2 !important;
  justify-self:end !important;
  display:flex !important;
  align-items:center !important;
  gap:clamp(14px,1.2vw,30px) !important;
  white-space:nowrap !important;
  font-size:clamp(12px,.78vw,14px) !important;
}
.menu-toggle{
  grid-column:2 !important;
  justify-self:end !important;
  align-self:center !important;
  display:none !important;
  font-size:46px !important;
  line-height:1 !important;
  padding:8px !important;
  border:0 !important;
  background:transparent !important;
}

@media (max-width: 1320px){
  .site-header{height:132px !important;min-height:132px !important;padding:0 clamp(34px,4vw,62px) !important;column-gap:20px !important;}
  .brand.brand-pieces{gap:clamp(22px,2.5vw,42px) !important;}
  .brand-mark-final{height:96px !important;}
  .brand-wordmark-final{height:72px !important;}
  .desktop-nav{gap:12px !important;font-size:12px !important;}
  .nav-cta{padding:12px 16px !important;}
}

@media (max-width: 1040px){
  .site-header{height:124px !important;min-height:124px !important;padding:0 clamp(26px,3.5vw,44px) !important;grid-template-columns:minmax(0,1fr) auto !important;}
  .desktop-nav{display:none !important;}
  .menu-toggle{display:block !important;}
  .brand.brand-pieces{gap:clamp(20px,3vw,34px) !important;}
  .brand-mark-final{height:88px !important;}
  .brand-wordmark-final{height:66px !important;}
  .desktop-nav.open{display:flex !important;top:124px !important;}
}

@media (max-width: 760px){
  .site-header{height:112px !important;min-height:112px !important;padding:0 clamp(18px,3vw,26px) !important;column-gap:12px !important;}
  .brand.brand-pieces{gap:16px !important;}
  .brand-mark-final{height:70px !important;}
  .brand-wordmark-final{height:54px !important;}
  .menu-toggle{font-size:40px !important;padding:6px !important;}
  .desktop-nav.open{top:112px !important;}
}

@media (max-width: 560px){
  .site-header{height:104px !important;min-height:104px !important;padding:0 12px !important;column-gap:8px !important;}
  .brand.brand-pieces{gap:10px !important;}
  .brand-mark-final{height:54px !important;}
  .brand-wordmark-final{height:43px !important;}
  .menu-toggle{font-size:34px !important;padding:4px !important;}
  .desktop-nav.open{top:104px !important;}
}

@media (max-width: 410px){
  .site-header{height:96px !important;min-height:96px !important;padding:0 9px !important;}
  .brand.brand-pieces{gap:7px !important;}
  .brand-mark-final{height:46px !important;}
  .brand-wordmark-final{height:37px !important;}
  .menu-toggle{font-size:31px !important;}
  .desktop-nav.open{top:96px !important;}
}
