  /* ============ Tokens (WSC / Tier 1 brand) ============ */
  :root {
    --dark-base: #0a0704;
    --warm-dark: #161310;
    --navy: #0d1b2a;
    --parchment: #e8e0d3;
    --parchment-mid: #ded6c9;
    --cream: #faf9f5;
    --ink: #0e0a07;
    --secondary: #4b4038;
    --muted: #6e6258;          /* darkened from #84786f for AA on parchment */
    --blue-text: #195a96;      /* deep blue, AA on light */
    --deep-blue: #1e6fb8;
    --t1-bg: #1a1d21;
    --t1-surface: #22262b;
    --t1-text: #e8e8e8;
    --t1-muted: #b5bcc7;
    --t1-blue: #3b82f6;
    --t1-hair: rgba(255,255,255,0.08);
    --hair: rgba(14,10,7,0.12);
    --nav-h: 66px;
  }

  /* ============ Base ============ */
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
  body {
    font-family: 'Inter', sans-serif;
    font-size: 16px; font-weight: 400; line-height: 1.65;
    color: var(--ink); background: var(--cream);
    font-variant-numeric: tabular-nums;
    overflow-x: hidden;
  }
  img { max-width: 100%; height: auto; display: block; }
  a { color: inherit; }
  section { scroll-margin-top: calc(var(--nav-h) + 14px); }
  :focus-visible { outline: 2px solid var(--deep-blue); outline-offset: 2px; }
  .t1-band :focus-visible, footer :focus-visible { outline-color: #fff; }
  .wrap { max-width: 1140px; margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 3.25rem); }
  .skip { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: .75rem 1.25rem; z-index: 200; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
  .skip:focus { left: 0; top: 0; }

  .eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--blue-text); display: inline-flex; align-items: center; gap: .8rem; }
  .eyebrow.rule::before { content: ""; width: 28px; height: 1px; background: currentColor; }
  .num-tag { font-size: 12px; font-weight: 600; letter-spacing: .12em; color: var(--muted); }

  h1, h2, h3 { font-weight: 300; letter-spacing: -0.025em; color: var(--navy); line-height: 1.1; }

  /* ============ Draft chip (honest labeling) ============ */
  .draft {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    color: #8a5a00; background: rgba(245,158,11,.14);
    border: 1px solid rgba(245,158,11,.5);
    padding: 4px 9px;
  }
  .draft::before { content: ""; width: 6px; height: 6px; background: #b9791a; }
  .draft.on-dark { color: #f0c879; background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.4); }

  /* ============ Buttons ============ */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
    padding: .95rem 1.7rem;
    font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    text-decoration: none; text-align: center; cursor: pointer;
    border: 1px solid transparent; background: none;
    transition: transform .2s ease-out, background-color .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  }
  .btn:hover { transform: translateY(-2px); }
  .btn-solid { background: var(--deep-blue); color: #fff; border-color: var(--deep-blue); }
  .btn-solid:hover { background: #1a619f; }
  .btn-ghost { border-color: rgba(14,10,7,.4); color: var(--ink); }
  .btn-ghost:hover { border-color: var(--ink); }
  .btn-link { padding: .95rem 0; color: var(--blue-text); border-bottom: 1px solid transparent; }
  .btn-link:hover { transform: none; border-bottom-color: var(--blue-text); }
  .btn-t1 { background: var(--t1-blue); color: #0b1220; border-color: var(--t1-blue); }
  .btn-t1:hover { background: #5694f7; }
  .btn-t1-ghost { border-color: rgba(255,255,255,.32); color: var(--t1-text); }
  .btn-t1-ghost:hover { border-color: rgba(255,255,255,.7); }

  /* ============ Nav ============ */
  .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 120; background: rgba(250,249,245,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--hair); }
  .nav-row { height: var(--nav-h); display: flex; align-items: center; gap: 1.5rem; max-width: 1300px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
  /* ===== BSC brand lockup (WSC-style: bold monogram | stacked name) ===== */
  .brandmark { display: inline-flex; align-items: center; text-decoration: none; color: var(--navy); line-height: 1; }
  .brandmark .bm-mono { font-family: 'Arial Black', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900; font-size: 2.35rem; letter-spacing: -0.05em; }
  .brandmark .bm-bar { width: 3px; align-self: stretch; min-height: 2rem; background: currentColor; margin: 0 0.72rem; }
  .brandmark .bm-name { font-family: 'Arial Black', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900; font-size: 0.82rem; line-height: 0.97; letter-spacing: 0; text-transform: uppercase; }
  footer .brandmark { color: var(--parchment); }
  .foot-brand .brandmark { margin-bottom: .25rem; }
  /* Full lockup at every width — mobile header shows the same BSC | Beaverton Sports Club mark as desktop */
  .nav-links { display: flex; align-items: center; gap: 1.6rem; margin-left: auto; list-style: none; }
  .nav-links a { font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--secondary); text-decoration: none; transition: color .2s ease-out; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { margin-left: 1.6rem; }
  .nav-cta .btn { padding: .6rem 1.2rem; }
  .menu-btn { display: none; margin-left: auto; width: 44px; height: 40px; background: none; border: 1px solid var(--hair); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
  .menu-btn span { width: 18px; height: 1.5px; background: var(--ink); transition: transform .2s ease-out, opacity .2s ease-out; }
  .menu-open .menu-btn span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-open .menu-btn span:nth-child(2) { opacity: 0; }
  .menu-open .menu-btn span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-menu { display: none; background: var(--cream); border-bottom: 1px solid var(--hair); }
  .menu-open .mobile-menu { display: block; }
  .mobile-menu ul { list-style: none; }
  .mobile-menu a { display: block; padding: 1rem clamp(1.25rem,5vw,2.5rem); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--secondary); text-decoration: none; border-top: 1px solid var(--hair); }
  .mobile-menu .mm-cta { color: var(--blue-text); }
  @media (max-width: 940px) { .nav-links, .nav-cta { display: none; } .menu-btn { display: flex; } }

  /* ============ Hero ============ */
  .hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding-top: calc(var(--nav-h) + clamp(1.5rem,4vh,2.75rem)); padding-bottom: clamp(2rem,5vh,3.25rem); overflow: hidden; }
  .hero-court { position: absolute; inset: 0; pointer-events: none; opacity: .05; }
  .hero-court svg { position: absolute; right: -8%; top: 50%; transform: translateY(-50%); width: min(58vw, 760px); color: var(--navy); }
  .hero .wrap { position: relative; z-index: 2; }
  .hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); max-width: 14ch; margin: 1rem 0 0; }
  .hero h1 .ink { color: var(--ink); }
  .hero p.sub { margin-top: 1.4rem; max-width: 46ch; font-size: 1.04rem; color: var(--secondary); }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

  /* Countdown + key-fact stat */
  .countdown { margin-top: 1.8rem; display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1.6rem 2.2rem; }
  .cd-block { min-width: 0; }
  .countdown .cd-label { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: .7rem; }
  .cd-grid { display: inline-flex; gap: 0; border: 1px solid var(--hair); background: rgba(255,255,255,.5); }
  .cd-cell { padding: .9rem 1.15rem; text-align: center; border-right: 1px solid var(--hair); min-width: 74px; }
  .cd-cell:last-child { border-right: 0; }
  .cd-cell .n { font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 300; color: var(--navy); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
  .cd-cell .u { display: block; margin-top: .45rem; font-size: 9.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
  /* "5 indoor courts" — same number-as-data weight as the countdown, sits beside it on wide screens */
  .hero-stat .cd-label { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: .7rem; }
  .hero-stat .stat-num { display: block; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 300; color: var(--navy); line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
  .hero-stat .stat-lbl { display: block; font-size: 9.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: .5rem; }
  @media (max-width: 400px) {
    .cd-cell { min-width: 58px; padding: .8rem .5rem; }
    .cd-cell .n { font-size: 1.5rem; }
    .cd-cell .u { font-size: 9px; letter-spacing: .12em; }
  }

  /* ============ Section scaffolding ============ */
  .sect { padding-block: clamp(4rem, 9vw, 7rem); border-top: 1px solid var(--hair); }
  .sect.band { background: var(--parchment); }
  .sect.band-2 { background: var(--parchment-mid); }
  .sect-head { display: grid; grid-template-columns: 200px 1fr; gap: clamp(1rem,4vw,3rem); align-items: start; }
  .sect-head .lead { max-width: 26ch; }
  .sect-head h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
  .sect-intro { margin-top: 1.1rem; max-width: 60ch; color: var(--secondary); }
  @media (max-width: 760px) { .sect-head { grid-template-columns: 1fr; gap: 1rem; } .sect-head .lead { display: flex; align-items: center; gap: 1rem; } }

  /* ============ Heritage ============ */
  .heritage-body { margin-top: 2.4rem; display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.5rem,4vw,3.5rem); align-items: start; }
  .heritage-body p { color: var(--secondary); }
  .heritage-body p + p { margin-top: 1.1rem; }
  .heritage-lead { font-size: 1.35rem; font-weight: 300; line-height: 1.4; color: var(--navy); letter-spacing: -.01em; }
  .heritage-card { border: 1px solid var(--hair); border-top: 3px solid var(--navy); padding: 1.6rem 1.5rem; background: rgba(255,255,255,.45); }
  .heritage-card h3 { font-size: 1.15rem; font-weight: 300; color: var(--navy); letter-spacing: -.01em; }
  .heritage-card .meta { margin-top: 1rem; display: grid; gap: .7rem; }
  .heritage-card .meta div { font-size: .9rem; color: var(--secondary); display: flex; gap: .7rem; }
  .heritage-card .meta b { color: var(--ink); font-weight: 600; flex: none; width: 5.5rem; }
  @media (max-width: 760px) { .heritage-body { grid-template-columns: 1fr; } }

  /* ============ Director / Pete ============ */
  .director { display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.5rem,4vw,3.5rem); align-items: start; margin-top: 2.4rem; }
  .portrait { aspect-ratio: 4/5; border: 1px solid var(--hair); background: linear-gradient(160deg, var(--parchment) 0%, var(--parchment-mid) 100%); display: flex; align-items: flex-end; justify-content: center; position: relative; }
  .portrait .ph { position: absolute; top: 1rem; left: 1rem; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
  .portrait .ph-name { padding: 1.2rem; text-align: center; }
  .portrait .ph-name .pn { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 2.4rem; color: var(--navy); line-height: .95; text-transform: uppercase; letter-spacing: 0; }
  .director-body h3 { font-size: 1.6rem; font-weight: 300; }
  .director-body .role { display: block; margin-top: .3rem; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-text); }
  .director-body p { margin-top: 1.2rem; color: var(--secondary); }
  .stat-row { display: flex; flex-wrap: wrap; gap: 2.2rem; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--hair); }
  .stat-row .st .v { font-size: 1.5rem; font-weight: 300; color: var(--navy); font-variant-numeric: tabular-nums; }
  .stat-row .st .l { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: .2rem; }
  @media (max-width: 760px) { .director { grid-template-columns: 1fr; } .portrait { max-width: 280px; } }

  /* ============ Programs (Tier 1 dark band) ============ */
  .t1-band { background: var(--t1-bg); color: var(--t1-text); border-top: 0; }
  .t1-band .eyebrow { color: var(--t1-blue); }
  .t1-band h2 { color: var(--t1-text); font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(1.9rem,4vw,3rem); }
  .t1-band .sect-intro { color: var(--t1-muted); }
  .t1-band .num-tag { color: var(--t1-muted); }
  .prog-grid { margin-top: 2.6rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 3px; }
  .prog { background: var(--t1-surface); border: 1px solid var(--t1-hair); padding: 1.5rem 1.4rem 1.4rem; display: flex; flex-direction: column; min-height: 220px; }
  .prog .ball { width: 14px; height: 14px; margin-bottom: 1rem; flex: none; background: var(--t1-blue); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
  .prog h3 { color: var(--t1-text); font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .01em; font-size: 1.12rem; }
  .prog .ages { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--t1-muted); margin-top: .35rem; }
  .prog p { font-size: .9rem; color: var(--t1-muted); margin-top: .8rem; }
  .prog .wl { margin-top: auto; padding-top: 1.1rem; }
  .prog .wl a { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #7eb0f7; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s; display: inline-flex; gap: .4rem; }
  .prog .wl a:hover { border-bottom-color: #7eb0f7; }
  .t1-foot { margin-top: 2.2rem; padding-top: 1.6rem; border-top: 1px solid var(--t1-hair); display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; }
  .t1-foot p { color: var(--t1-muted); font-size: .92rem; max-width: 52ch; }
  .t1-foot .t1-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

  /* ============ Forms (Reserve + Newsletter + Careers) ============ */
  .forms-grid { margin-top: 2.6rem; display: grid; grid-template-columns: 1.3fr 1fr; gap: 3px; }
  @media (max-width: 820px) { .forms-grid { grid-template-columns: 1fr; } }
  .card { background: var(--cream); border: 1px solid var(--hair); padding: 1.9rem 1.8rem; }
  .card.reserve { border-top: 3px solid var(--deep-blue); }
  .card.news { border-top: 3px solid var(--navy); background: var(--parchment); }
  .card h3 { font-size: 1.3rem; font-weight: 300; }
  .card .sub { margin-top: .5rem; color: var(--secondary); font-size: .95rem; }
  .field { margin-top: 1.1rem; }
  .field label { display: block; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--secondary); margin-bottom: .45rem; }
  .field input, .field select, .field textarea {
    width: 100%; font-family: inherit; font-size: .98rem; color: var(--ink);
    background: #fff; border: 1px solid rgba(14,10,7,.25); border-radius: 0;
    padding: .75rem .8rem; transition: border-color .2s ease-out;
  }
  .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--deep-blue); }
  .field textarea { resize: vertical; min-height: 84px; }
  .two { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
  @media (max-width: 480px) { .two { grid-template-columns: 1fr; } }
  .form-actions { margin-top: 1.4rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
  .form-note { font-size: .8rem; color: var(--muted); margin-top: .9rem; }
  /* band-2 (parchment-mid) needs darker secondary text for AA */
  .band-2 .num-tag, .band-2 .form-note { color: var(--secondary); }
  .success { display: none; border: 1px solid rgba(34,197,94,.5); border-top: 3px solid #1f9d52; background: rgba(34,197,94,.08); padding: 1.4rem 1.4rem; }
  .success.show { display: block; }
  .success .sx { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1f7a43; }
  .success .sx-head { font-weight: 300; font-size: 1.25rem; margin-top: .5rem; }
  .success p { color: var(--secondary); margin-top: .4rem; font-size: .95rem; }
  .news .field input { background: #fff; }
  .news-mini { margin-top: 1.1rem; }

  /* ============ Embedded Google Form + newsletter strip ============ */
  .form-embed { margin-top: 2.4rem; background: #fff; border: 1px solid var(--hair); border-top: 3px solid var(--deep-blue); padding: 8px; }
  /* Heights are a no-JS fallback; sizeFormIframe() in index.html refines to the
     form's actual content height per width. Re-measure if the form changes. */
  .form-embed iframe { display: block; width: 100%; height: 3720px; border: 0; }
  @media (max-width: 820px) { .form-embed iframe { height: 4120px; } }
  @media (max-width: 520px) { .form-embed iframe { height: 4700px; } }
  @media (max-width: 400px) { .form-embed iframe { height: 5160px; } }
  .embed-fallback { margin-top: 1.1rem; font-size: .9rem; color: var(--secondary); }
  .embed-fallback a { color: var(--blue-text); font-weight: 600; }
  .news-strip { margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--hair); display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.5rem 2.5rem; align-items: center; }
  .news-strip h3 { font-size: 1.2rem; font-weight: 300; }
  .news-strip .sub { margin-top: .4rem; color: var(--secondary); font-size: .95rem; }
  .news-strip form { display: flex; gap: .6rem; flex-wrap: wrap; align-items: flex-end; }
  .news-strip .field { margin-top: 0; flex: 1 1 200px; }
  .news-strip .btn { flex: none; }
  @media (max-width: 760px) { .news-strip { grid-template-columns: 1fr; } }

  /* ============ Careers ============ */
  .careers-grid { margin-top: 2.4rem; display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 3px; }
  .role { background: var(--cream); border: 1px solid var(--hair); padding: 1.4rem 1.4rem; }
  .role h3 { font-size: 1.15rem; font-weight: 300; color: var(--navy); letter-spacing: -.01em; }
  .role .rtype { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; }
  .role p { font-size: .9rem; color: var(--secondary); margin-top: .7rem; }
  .careers-cta { margin-top: 1.8rem; display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }

  /* ============ Footer ============ */
  footer { background: var(--warm-dark); color: var(--parchment); padding-block: clamp(2.8rem,6vw,4rem); }
  .foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
  .foot-brand .fb-name { font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
  .foot-brand p { margin-top: .9rem; color: #b3a99d; font-size: .92rem; max-width: 38ch; }
  .foot-col h3 { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #8d8378; margin-bottom: .9rem; }
  .foot-col a, .foot-col span { display: block; color: var(--parchment); text-decoration: none; font-size: .92rem; margin-bottom: .55rem; }
  .foot-col a:hover { color: #fff; }
  .foot-bottom { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between; font-size: .8rem; color: #8d8378; }
  @media (max-width: 760px) { .foot-top { grid-template-columns: 1fr; gap: 1.6rem; } }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
    .btn:hover { transform: none !important; }
  }

/* ============ Subpage: Membership & Access ============ */
.soon { display: inline-flex; align-items: center; gap: .5rem; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--hair); padding: 4px 9px; }
.soon::before { content: ""; width: 6px; height: 6px; background: var(--deep-blue); flex: none; }
.soon.on-dark { color: var(--t1-muted); border-color: var(--t1-hair); }
.soon.on-dark::before { background: var(--t1-blue); }

.page-hero { padding-top: calc(var(--nav-h) + clamp(2.5rem,7vh,5rem)); padding-bottom: clamp(2rem,5vh,3.5rem); border-bottom: 1px solid var(--hair); }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 3.8rem); max-width: 16ch; margin-top: 1rem; }
.page-hero p.sub { margin-top: 1.4rem; max-width: 52ch; font-size: 1.06rem; color: var(--secondary); }

.access-cards { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 3px; }
.access-card { background: var(--cream); border: 1px solid var(--hair); border-top: 3px solid var(--deep-blue); padding: 1.5rem 1.4rem; display: flex; flex-direction: column; }
.sect.band .access-card { background: rgba(255,255,255,.5); }
.access-card h3 { font-size: 1.2rem; font-weight: 300; color: var(--navy); letter-spacing: -.01em; }
.access-card p { font-size: .92rem; color: var(--secondary); margin-top: .7rem; }
.access-card .soon { margin-top: auto; align-self: flex-start; }
.access-card p + .soon { margin-top: 1.1rem; }

.feature-list { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(1.5rem, 4vw, 3rem) 2.5rem; }
.feature-list .ft .ft-h { display: flex; align-items: baseline; gap: .7rem; }
.feature-list .ft .ft-n { font-size: 12px; font-weight: 600; color: var(--blue-text); font-variant-numeric: tabular-nums; }
.feature-list .ft h3 { font-size: 1.1rem; font-weight: 300; color: var(--navy); letter-spacing: -.01em; }
.feature-list .ft p { margin-top: .6rem; font-size: .92rem; color: var(--secondary); }

.cta-band { background: var(--navy); color: var(--cream); padding-block: clamp(3rem,7vw,4.5rem); }
.cta-band .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 2rem; }
.cta-band h2 { color: var(--cream); font-size: clamp(1.6rem, 3vw, 2.3rem); max-width: 20ch; }
.cta-band p { color: #c9d2dd; margin-top: .6rem; max-width: 44ch; font-size: .98rem; }
.cta-band .btn-solid { background: var(--accent-on-navy, #4cabfd); color: var(--navy); border-color: #4cabfd; }
.cta-band .btn-solid:hover { background: #6bbcff; }
.nav-links a[aria-current="page"], .mobile-menu a[aria-current="page"] { color: var(--ink); border-bottom: 1px solid var(--deep-blue); }

/* Inline "learn more about Tier 1" links -> tier1nw.com */
.t1-learn { color: var(--blue-text); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; font-weight: 500; }
.t1-learn:hover { color: var(--deep-blue); }
.t1-band .t1-learn { color: #7eb0f7; }
.t1-band .t1-learn:hover { color: #a9cbfa; }

/* Hero email-updates capture */
.hero-signup { margin-top: 1.7rem; max-width: 460px; }
.hs-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-text); margin-bottom: .7rem; }
.hs-form { display: flex; gap: .6rem; flex-wrap: wrap; }
.hs-form input { flex: 1 1 220px; min-width: 0; font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; border: 1px solid rgba(14,10,7,.3); border-radius: 0; padding: .8rem .9rem; transition: border-color .2s ease-out; }
.hs-form input:focus { border-color: var(--deep-blue); }
.hs-form .btn { flex: none; }

/* Tentative-date footnote */
.hero-note { margin-top: 1.2rem; font-size: 12px; color: var(--muted); letter-spacing: .01em; }

/* Tier 1 Performance logo (black-on-transparent asset; filtered white on dark surfaces) */
.t1-logo { display: block; height: 44px; width: auto; }
.t1-band .t1-brand { display: block; text-align: center; margin: 0 0 2rem; }
.t1-band .t1-logo { filter: brightness(0) invert(1); margin: 0 auto; }
.foot-t1 { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.1rem; text-decoration: none; }
.foot-t1 .foot-t1-label { font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #8d8378; }
.foot-t1 .t1-logo { height: 18px; filter: brightness(0) invert(1); opacity: .92; }
.foot-t1:hover .t1-logo { opacity: 1; }

/* Footer address / Visit block */
.foot-visit { margin-top: 1.1rem; }
.foot-visit .foot-visit-label { display: block; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #8d8378; margin-bottom: .35rem; }
.foot-visit a { color: var(--parchment); text-decoration: none; font-size: .92rem; line-height: 1.45; }
.foot-visit a:hover { color: #fff; text-decoration: underline; }
.foot-visit .foot-visit-note { display: block; margin-top: .5rem; font-size: .8rem; color: #8d8378; }

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