/* MK-Equity — one-page site.
   Components rebuilt as CSS from the Design-system 2 React library so the page
   ships without React or Babel. Every value below resolves to a semantic token
   from tokens.css; no raw hex, no raw px outside the token scale.

   The system's refusals are load-bearing here:
     - no eyebrow label above a heading (.mk-colhead is table-column only)
     - no gradient behind the hero
     - no lift-on-hover, no entrance animation, no scroll reveal
     - square panels (--radius-panel: 0), 3px controls
     - gold appears ONCE per page, as the final CTA band ground
     - the header is solid and static, never sticky with a blur
   Media queries are new: the bundle's pages were desktop-only inline styles. */

/* ---------------------------------------------------------------- layout -- */

html { scroll-behavior: smooth; }


.mk-container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--gutter); }

/* Sections do not share one padding value. The rhythm is deliberately uneven. */
.s-open  { padding: var(--section-y-open) 0 var(--space-11); }
.s-loose { padding: var(--section-y-loose) 0; }
.s-tight { padding: var(--section-y-tight) 0 var(--section-y-loose); }
.s-band  { padding: var(--section-y-band) 0; }

.ground-sunken { background: var(--surface-sunken); border-top: 1px solid var(--border-subtle);
                 border-bottom: 1px solid var(--border-subtle); }
.ground-navy   { background: var(--surface-inverse); }
.ground-gold   { background: var(--mk-gold); }

.rule-top { border-top: 1px solid var(--border-subtle); }

/* Heading block. No kicker line above the heading. */
.sec-head { max-width: var(--container-text); margin-bottom: var(--space-9); }
.sec-head h2 { margin: 0; font-size: var(--text-3xl); max-width: 24ch; }
.sec-head p  { margin: var(--space-5) 0 0; font-size: var(--text-lg);
               color: var(--text-muted); line-height: var(--leading-normal); }

.ground-navy .sec-head h2 { color: var(--text-inverse); }
.ground-navy .sec-head p  { color: var(--navy-200); }

/* ---------------------------------------------------------------- button -- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-3);
  font-family: var(--font-sans); font-weight: var(--weight-semibold); letter-spacing: 0;
  border-style: solid; border-width: var(--border-width-hairline);
  border-radius: var(--radius-control);
  cursor: pointer; text-decoration: none; white-space: nowrap;
  height: var(--control-height-md); padding: 0 var(--space-7); font-size: var(--text-sm);
  transition: var(--transition-control);
}
.btn--lg { height: var(--control-height-lg); padding: 0 var(--space-8); font-size: var(--text-md); }
.btn--sm { height: var(--control-height-sm); padding: 0 var(--space-5); font-size: var(--text-xs); }
.btn--block { display: flex; width: 100%; }

.btn--primary   { background: var(--action-primary); color: var(--text-inverse); border-color: var(--action-primary); }
.btn--primary:hover  { background: var(--action-primary-hover); border-color: var(--action-primary-hover); color: var(--text-inverse); }
.btn--primary:active { background: var(--action-primary-active); border-color: var(--action-primary-active); }

.btn--secondary { background: var(--action-secondary); color: var(--text-strong); border-color: var(--border-strong); }
.btn--secondary:hover { background: var(--action-secondary-hover); border-color: var(--navy-700); color: var(--text-strong); }

.btn--accent    { background: var(--action-accent); color: var(--text-on-gold); border-color: var(--action-accent); }
.btn--accent:hover  { background: var(--action-accent-hover); border-color: var(--action-accent-hover); color: var(--text-on-gold); }
.btn--accent:active { background: var(--action-accent-active); border-color: var(--action-accent-active); color: var(--text-inverse); }

.btn--inverse   { background: transparent; color: var(--text-inverse); border-color: var(--border-inverse); }
.btn--inverse:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.5); color: var(--text-inverse); }

.btn:disabled { background: var(--action-disabled-bg); color: var(--action-disabled-text);
                border-color: var(--action-disabled-bg); cursor: not-allowed; }

/* ---------------------------------------------------------------- header -- */
/* Solid, static. Not sticky, no backdrop blur. */

.site-header { background: var(--surface-page); border-bottom: 1px solid var(--border-subtle); }
.site-header .mk-container { display: flex; align-items: center; gap: var(--space-9); min-height: 80px; }
.site-header a { border-bottom: none; }
.brand { display: flex; }
.brand img { height: 30px; width: auto; display: block; }

.site-nav { display: flex; gap: var(--space-8); margin-left: auto; }
.site-nav a { font-family: var(--font-sans); font-size: var(--text-sm);
              color: var(--text-muted); padding-bottom: 3px; }
.site-nav a:hover { color: var(--text-strong); }

/* ------------------------------------------------------------------ hero -- */

.hero h1 { margin: 0; font-size: var(--text-5xl); line-height: var(--leading-display); max-width: 19ch; }
.hero .lede { margin: var(--space-8) 0 var(--space-9); font-size: var(--text-xl);
              color: var(--text-muted); max-width: 48ch; line-height: var(--leading-normal); }
.hero .under { margin: var(--space-5) 0 0; font-size: var(--text-sm); color: var(--text-muted); }

.hero-facts { margin-top: var(--space-11); border-top: 1px solid var(--border-subtle);
              padding-top: var(--space-6); }
.hero-facts p { margin: 0; max-width: none; font-size: var(--text-md); color: var(--text-muted);
                line-height: var(--leading-relaxed); }
.hero-facts b { color: var(--text-strong); font-weight: var(--weight-semibold); }

/* ----------------------------------------------------------------- video -- */
/* Two-click embed: nothing is requested from YouTube until the visitor clicks.
   The poster frame is served from this domain, so no third-party contact on load. */

.video-intro { margin: 0 0 var(--space-7); font-size: var(--text-lg); color: var(--text-muted);
               max-width: 64ch; line-height: var(--leading-normal); }

.video { position: relative; aspect-ratio: 16 / 9; width: 100%; background: var(--navy-950);
         border-radius: var(--radius-panel); overflow: hidden; }
.video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
               background: var(--navy-950); object-fit: contain; display: block; }

.video-btn { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0;
             background: transparent; cursor: pointer; display: block; }
.video-btn::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,27,50,.28);
  transition: background var(--duration-fast) var(--ease-standard);
}
.video-btn:hover::after { background: rgba(0,27,50,.14); }
.video-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 78px; height: 78px; border-radius: var(--radius-full);
  background: var(--white); display: grid; place-items: center; z-index: 1;
  transition: background var(--duration-fast) var(--ease-standard);
}
.video-btn:hover .video-play { background: var(--mk-gold); }
.video-play svg { width: 26px; height: 26px; fill: var(--navy-900); margin-left: 4px; }
.video-consent { margin: var(--space-4) 0 0; font-size: var(--text-xs); color: var(--text-muted);
                 max-width: 68ch; }

/* -------------------------------------------------------- wall of proof -- */
/* Six 9:16 tiles. Capped width so two rows stay a readable block rather than
   two screens of scrolling; the poster grade matches the hero film so the wall
   reads as one set rather than six borrowed thumbnails. */

.wall { display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
        gap: var(--space-9) var(--space-8); }
.tile { margin: 0; display: flex; flex-direction: column; gap: var(--space-4); }
.tile .video { width: 100%; max-width: 300px; }
.video--vert { aspect-ratio: 9 / 16; }
.tile figcaption { display: flex; flex-direction: column; gap: var(--space-2); max-width: 300px; }
.tile-label { font-family: var(--font-sans); font-size: var(--text-sm);
              font-weight: var(--weight-semibold); color: var(--text-strong);
              line-height: var(--leading-snug); }
.tile-name { font-family: var(--font-sans); font-size: var(--text-xs); color: var(--text-muted); }

.wall-cta { margin: var(--space-10) 0 0; font-size: var(--text-lg);
            color: var(--text-muted); max-width: none; }
.wall-cta a { font-family: var(--font-sans); font-size: var(--text-md);
              font-weight: var(--weight-semibold); }

/* Smaller play control on a tile than on the hero film. */
.video--vert .video-play { width: 52px; height: 52px; }
.video--vert .video-play svg { width: 18px; height: 18px; }


/* Rail navigation. Hidden until the wall becomes a swipe rail, because on a
   grid there is nothing to page through. Arrows wrap around: past the last
   tile they return to the first, so the rail never dead-ends. */
.wall-nav { display: none; align-items: center; justify-content: space-between;
            gap: var(--space-6); margin-bottom: var(--space-6); }
.wall-count { font-family: var(--font-figure); font-variant-numeric: tabular-nums;
              font-size: var(--text-xs); color: var(--text-muted); }
.wall-arrows { display: inline-flex; gap: var(--space-4); }
.wall-arrow { display: inline-flex; align-items: center; justify-content: center;
              width: 44px; height: 44px; padding: 0; cursor: pointer;
              background: var(--surface-page); color: var(--text-strong);
              border: 1px solid var(--border-default); border-radius: var(--radius-control);
              transition: var(--transition-control); }
.wall-arrow:hover { background: var(--action-primary); border-color: var(--action-primary);
                    color: var(--text-inverse); }
.wall-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor;
                  stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

/* --------------------------------------------------------------- columns -- */
/* Hairline-topped columns, not cards. The reference object is a printed
   factsheet, so nothing gets a border box it has not earned. */

.cols { display: grid; gap: var(--space-9); }
.cols--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.cols--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.cols--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }

.col { border-top: 1px solid var(--border-subtle); padding-top: var(--space-6); }
.col h3 { margin: 0 0 var(--space-4); font-family: var(--font-sans); font-size: var(--text-lg);
          font-weight: var(--weight-semibold); letter-spacing: 0; color: var(--text-strong);
          max-width: none; }
.col p  { margin: 0; font-size: var(--text-md); color: var(--text-muted);
          line-height: var(--leading-normal); max-width: none; }

.ground-navy .col { border-top-color: var(--border-inverse); }
.ground-navy .col h3 { color: var(--text-inverse); }
.ground-navy .col p  { color: var(--navy-200); }

/* ------------------------------------------------------------ legal note -- */
/* A quiet panel, not a caution alert — gold is spoken for elsewhere on the page. */

.note { margin-top: var(--space-10); background: var(--surface-sunken);
        border: 1px solid var(--border-subtle); border-radius: var(--radius-panel);
        padding: var(--pad-panel); }
.note p { margin: 0; font-size: var(--text-xs); line-height: var(--leading-normal);
          color: var(--text-muted); max-width: none; }
@media (min-width: 861px) { .note p { columns: 2; column-gap: var(--space-10); } }

/* -------------------------------------------------------------- statement -- */

.statement { display: grid; grid-template-columns: minmax(0,5fr) minmax(0,7fr);
             gap: var(--space-12); align-items: start; }
.statement h2 { margin: 0; color: var(--text-inverse); font-size: var(--text-3xl); max-width: 17ch; }
.statement .body p { margin: var(--space-7) 0 0; font-size: var(--text-md); color: var(--navy-200);
                     line-height: var(--leading-relaxed); max-width: 44ch; }

.principles { display: grid; }
.principle { border-top: 1px solid var(--border-inverse); padding: var(--space-7) 0; }
.principle:first-child { border-top: none; padding-top: 0; }
.principle h3 { margin: 0 0 var(--space-3); font-family: var(--font-display);
                font-size: var(--text-2xl); color: var(--text-inverse);
                letter-spacing: var(--tracking-display); max-width: none; }
.principle p { margin: 0; font-size: var(--text-md); color: var(--navy-200);
               line-height: var(--leading-normal); max-width: 52ch; }

.closing { margin-top: var(--space-10); border-top: 1px solid var(--border-subtle);
           padding-top: var(--space-7); }
.closing p { margin: 0; font-family: var(--font-display); font-size: var(--text-2xl);
             letter-spacing: var(--tracking-display); line-height: var(--leading-serif-body);
             color: var(--text-strong); max-width: 46ch; }

/* --------------------------------------------------------------- michael -- */

.bio { display: grid; grid-template-columns: minmax(0,4fr) minmax(0,8fr);
       gap: var(--space-12); align-items: start; }
.bio-photo img { width: 100%; height: auto; display: block; border-radius: var(--radius-panel); }
.bio-photo figcaption { margin-top: var(--space-5); font-size: var(--text-xs);
                        color: var(--text-muted); }
.bio-copy h2 { margin: 0 0 var(--space-7); font-size: var(--text-3xl); }
.bio-copy p { font-size: var(--text-md); color: var(--text-body); line-height: var(--leading-relaxed); }

.pullquote { margin: var(--space-9) 0 0; border-top: 1px solid var(--border-default);
             padding-top: var(--space-7); }
/* The break is set by hand in the markup, at the sentence boundary. The measure
   has to clear the longer of the two sentences or the browser wraps it again. */
.pullquote p { margin: 0; font-family: var(--font-display); font-size: var(--text-3xl);
               letter-spacing: var(--tracking-display); line-height: var(--leading-serif-body);
               color: var(--text-strong); max-width: 30ch; }
.pullquote cite { display: block; margin-top: var(--space-5); font-style: normal;
                  font-size: var(--text-sm); color: var(--text-muted); }

/* ----------------------------------------------------------------- steps -- */
/* Numbered because this genuinely is a sequence — not decoration on a list. */

.steps { border-top: 1px solid var(--border-subtle); }
.step { display: grid; grid-template-columns: 64px minmax(0,7fr) minmax(0,11fr);
        gap: var(--space-9); align-items: baseline; padding: var(--space-8) 0;
        border-bottom: 1px solid var(--border-subtle); }
.step-n { font-family: var(--font-display); font-size: var(--text-2xl);
          color: var(--text-subtle); font-variant-numeric: tabular-nums; }
.step h3 { margin: 0; font-family: var(--font-display); font-size: var(--text-2xl);
           letter-spacing: var(--tracking-display); color: var(--text-strong); max-width: none; }
.step p { margin: 0; font-size: var(--text-md); color: var(--text-muted);
          line-height: var(--leading-normal); max-width: none; }

/* ------------------------------------------------------------- portfolio -- */

.cats { display: flex; flex-wrap: wrap; gap: var(--space-4); margin-bottom: var(--space-10); }
.cat { display: inline-flex; align-items: center; height: var(--control-height-sm);
       padding: 0 var(--space-5); border: 1px solid var(--border-default);
       border-radius: var(--radius-control); font-family: var(--font-sans);
       font-size: var(--text-xs); font-weight: var(--weight-medium); color: var(--text-body); }

.companies-intro { margin: 0 0 var(--space-6); font-size: var(--text-md);
                   color: var(--text-muted); line-height: var(--leading-normal); }

.companies { border-top: 1px solid var(--border-subtle); }

/* The whole row is the mailto link; the CTA is a styled span, because a button or
   anchor nested inside an anchor is invalid. The accessible name lives on the row. */
.company { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: var(--space-7);
           align-items: center; padding: var(--space-6) 0;
           border-bottom: 1px solid var(--border-subtle); border-top: none;
           text-decoration: none; cursor: pointer;
           transition: background-color var(--duration-fast) var(--ease-standard); }
.company:hover { background: var(--surface-accent); border-bottom-color: var(--border-subtle); }
.company:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: -2px; }
.company .name { font-family: var(--font-display); font-size: var(--text-xl);
                 letter-spacing: var(--tracking-display); color: var(--text-strong); }

.company-cta { display: inline-flex; align-items: center; justify-content: center;
               height: var(--control-height-sm); padding: 0 var(--space-5);
               border: 1px solid var(--border-default); border-radius: var(--radius-control);
               background: var(--surface-page); color: var(--text-strong);
               font-family: var(--font-sans); font-size: var(--text-xs);
               font-weight: var(--weight-semibold); white-space: nowrap;
               transition: var(--transition-control); }
.company:hover .company-cta { background: var(--action-primary); color: var(--text-inverse);
                              border-color: var(--action-primary); }

/* --------------------------------------------------------------- cta band -- */

.cta-band { display: flex; align-items: center; justify-content: space-between;
            gap: var(--space-9); flex-wrap: wrap; }
.cta-band h2 { margin: 0; font-size: var(--text-3xl); color: var(--navy-900); max-width: 22ch; }
.cta-band p  { margin: var(--space-5) 0 0; font-size: var(--text-md); color: var(--navy-900);
               max-width: 52ch; line-height: var(--leading-normal); }

/* ------------------------------------------------------------------ form -- */

.form-wrap { display: grid; grid-template-columns: minmax(0,4fr) minmax(0,8fr);
             gap: var(--space-12); align-items: start; }
.form-aside h2 { margin: 0 0 var(--space-6); font-size: var(--text-3xl); }
.form-aside p { font-size: var(--text-md); color: var(--text-muted); line-height: var(--leading-normal); }
.form-aside .contact { margin-top: var(--space-8); border-top: 1px solid var(--border-subtle);
                       padding-top: var(--space-6); font-size: var(--text-sm); }
.form-aside .contact a { font-family: var(--font-sans); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-7); }
.span-2 { grid-column: 1 / -1; }

.field { display: flex; flex-direction: column; gap: var(--space-3); }
.field > label, .field > .legend {
  font-family: var(--font-sans); font-size: var(--text-xs); font-weight: var(--weight-semibold);
  color: var(--text-strong); letter-spacing: 0; display: flex; gap: var(--space-2);
}
.req { color: var(--text-muted); font-weight: var(--weight-semibold); }
.hint { font-size: var(--text-xs); color: var(--text-muted); }
.err  { font-size: var(--text-xs); color: var(--negative-600); }
.err[hidden] { display: none; }

.control {
  width: 100%; height: var(--control-height-md); padding: 0 var(--space-5);
  font-family: var(--font-sans); font-size: var(--text-sm); color: var(--text-body);
  background: var(--surface-page); border: 1px solid var(--border-default);
  border-radius: var(--radius-control); outline: none; transition: var(--transition-control);
}
textarea.control { height: auto; padding: var(--space-4) var(--space-5);
                   line-height: var(--leading-normal); resize: vertical; }
select.control { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%236f6e6d' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right var(--space-5) center;
  padding-right: var(--space-9); }
.control:focus { border-color: var(--border-accent); box-shadow: var(--ring-focus); }
.control[aria-invalid="true"] { border-color: var(--negative-600); }
.control::placeholder { color: var(--silver-500); }

.radios { display: flex; gap: var(--space-7); flex-wrap: wrap; }
.radio { display: inline-flex; gap: var(--space-4); align-items: center; cursor: pointer;
         font-size: var(--text-sm); color: var(--text-body); }
.radio input { position: absolute; opacity: 0; width: 0; height: 0; }
.radio .dot { width: 18px; height: 18px; flex: 0 0 auto; border-radius: var(--radius-full);
              border: 1px solid var(--border-strong); background: var(--surface-page);
              display: inline-grid; place-items: center; transition: var(--transition-control); }
.radio input:checked + .dot { border-color: var(--navy-900); }
.radio input:checked + .dot::after { content: ""; width: 9px; height: 9px;
              border-radius: var(--radius-full); background: var(--navy-900); }
.radio input:focus-visible + .dot { outline: 2px solid var(--focus-ring); outline-offset: 2px; }

.form-actions { margin-top: var(--space-9); display: flex; align-items: center;
                gap: var(--space-7); flex-wrap: wrap; }
.form-actions .small { font-size: var(--text-xs); color: var(--text-muted); max-width: 44ch;
                       line-height: var(--leading-normal); }

/* Amber, not green. Green would say "done"; the request is not sent until the
   visitor presses send in their own mail client. gold-700 on gold-100 is 3.09:1,
   so every piece of text here is navy or near-black. */
.form-alert { display: none; padding: var(--pad-panel-loose);
              background: var(--gold-100); border: 1px solid var(--gold-300);
              border-left: 3px solid var(--gold-700);
              border-radius: var(--radius-panel); }
.form-alert.is-visible { display: block; }
.form-alert h3 { margin: 0 0 var(--space-5); font-family: var(--font-display);
                 font-size: var(--text-2xl); letter-spacing: var(--tracking-display);
                 font-weight: var(--weight-regular);
                 color: var(--navy-900); max-width: none; }
.form-alert p { margin: 0 0 var(--space-5); font-size: var(--text-md); color: var(--silver-900);
                line-height: var(--leading-normal); max-width: 64ch; }
.form-alert p.muted { color: var(--silver-700); font-size: var(--text-sm); }
.form-alert b { font-weight: var(--weight-semibold); color: var(--navy-900); }

.fallback { display: flex; align-items: center; gap: var(--space-5);
            flex-wrap: wrap; margin-bottom: var(--space-7); }
.copy-status { font-size: var(--text-xs); color: var(--silver-900); }

.copy-label { display: block; font-family: var(--font-sans); font-size: var(--text-xs);
              font-weight: var(--weight-semibold); color: var(--navy-900);
              margin-bottom: var(--space-3); }
.copy-box { width: 100%; padding: var(--space-5); font-family: var(--font-sans);
            font-size: var(--text-xs); line-height: var(--leading-normal);
            color: var(--silver-900); background: var(--white);
            border: 1px solid var(--border-default); border-radius: var(--radius-control);
            resize: vertical; outline: none; }
.copy-box:focus { border-color: var(--border-accent); box-shadow: var(--ring-focus); }

/* ------------------------------------------------------------- consent -- */

.consent-field { margin-top: var(--space-3); }
.check { display: flex; gap: var(--space-4); align-items: flex-start; cursor: pointer; }
.check input { position: absolute; opacity: 0; width: 0; height: 0; }
.check .box { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px;
              border: 1px solid var(--border-strong); background: var(--surface-page);
              border-radius: var(--radius-chip); display: inline-block;
              transition: var(--transition-control); }
.check input:checked + .box { background: var(--navy-900); border-color: var(--navy-900);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-7' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 14px; }
.check input:focus-visible + .box { outline: 2px solid var(--focus-ring); outline-offset: 2px; }
.check input[aria-invalid="true"] + .box { border-color: var(--negative-600); }
.check-text { font-size: var(--text-sm); color: var(--text-muted);
              line-height: var(--leading-normal); }
.check-text a { font-size: inherit; }

/* ----------------------------------------------------------- disclosures -- */

.disclosures { border-top: 1px solid var(--border-subtle); background: var(--surface-sunken);
               padding: var(--space-9) 0 var(--space-10); }
.disclosures ol { margin: 0 0 var(--space-7); padding: 0; list-style: none;
                  display: grid; gap: var(--space-4); max-width: 92ch; }
.disclosures li { display: grid; grid-template-columns: 18px 1fr; gap: var(--space-3);
                  font-size: var(--text-xs); line-height: var(--leading-normal);
                  color: var(--text-muted); }
.disclosures li b { font-weight: var(--weight-semibold); color: var(--text-muted); }
.disclosures .risk { margin: 0; font-size: var(--text-3xs); line-height: var(--leading-normal);
                     color: var(--text-muted); max-width: 96ch;
                     border-top: 1px solid var(--border-subtle); padding-top: var(--space-5); }

/* ---------------------------------------------------------------- footer -- */

.site-footer { background: var(--surface-inverse); color: var(--text-inverse-muted);
               padding: var(--space-11) 0 var(--space-7); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: var(--space-9);
              padding-bottom: var(--space-9); border-bottom: 1px solid var(--border-inverse); }
.site-footer img { height: 28px; width: auto; display: block; }
.site-footer .blurb { margin-top: var(--space-6); font-size: var(--text-sm);
                      line-height: var(--leading-normal); color: var(--navy-200); max-width: 34ch; }
.footer-col .mk-label { color: var(--navy-400); display: block; margin-bottom: var(--space-5); }
.footer-col ul { list-style: none; margin: 0; padding: 0;
                 display: flex; flex-direction: column; gap: var(--space-3); }
.site-footer a { border-bottom: none; font-size: var(--text-sm); color: var(--text-inverse); }
.site-footer a:hover { color: var(--white); border-bottom: 1px solid var(--border-inverse); }
.footer-bottom { display: flex; gap: var(--space-8); padding-top: var(--space-6);
                 font-size: var(--text-xs); color: var(--navy-400); flex-wrap: wrap; }
.footer-bottom a { font-size: var(--text-xs); color: var(--navy-400); }
.footer-bottom a:hover { color: var(--navy-200); }

.nb { white-space: nowrap; }

/* ------------------------------------------------------- legal / prose -- */
/* Imprint and privacy policy. One narrow column, no decoration — these pages
   are read, not scanned, so the measure matters more than anything else. */

.page-head { padding: var(--section-y-loose) 0 var(--space-9);
             border-bottom: 1px solid var(--border-subtle); }
/* Share the prose measure so the title sits on the same left edge as the body. */
.page-head .mk-container { max-width: 860px; }
.page-head h1 { margin: 0; font-size: var(--text-4xl); max-width: 20ch; }
.page-head p { margin: var(--space-6) 0 0; font-size: var(--text-lg);
               color: var(--text-muted); line-height: var(--leading-normal); }

.prose { padding: var(--space-11) 0 var(--section-y-loose); }
.prose .mk-container { max-width: 860px; }
.prose h2 { font-size: var(--text-2xl); margin: var(--space-11) 0 var(--space-5); max-width: 32ch; }
.prose h2:first-of-type { margin-top: 0; }
.prose h3 { font-family: var(--font-sans); font-size: var(--text-md);
            font-weight: var(--weight-semibold); letter-spacing: 0;
            color: var(--text-strong); margin: var(--space-8) 0 var(--space-4); max-width: none; }
.prose p { font-size: var(--text-md); line-height: var(--leading-relaxed);
           color: var(--text-body); max-width: 72ch; }
.prose ul { margin: 0 0 var(--space-5); padding-left: var(--space-7); max-width: 72ch; }
.prose li { font-size: var(--text-md); line-height: var(--leading-relaxed);
            color: var(--text-body); margin-bottom: var(--space-3); }
.prose dl { margin: 0 0 var(--space-7); display: grid;
            grid-template-columns: minmax(0,16rem) minmax(0,1fr); gap: var(--space-4) var(--space-7); }
.prose dt { font-family: var(--font-sans); font-size: var(--text-sm);
            font-weight: var(--weight-semibold); color: var(--text-strong); }
.prose dd { margin: 0; font-size: var(--text-md); color: var(--text-body); }
/* Copied legal text uses bare URLs as link text; they cannot wrap and blow out
   the mobile viewport. `anywhere` breaks only where it must, unlike break-all. */
.prose p, .prose li, .prose dd, .prose a { overflow-wrap: anywhere; }

.prose .updated { font-size: var(--text-xs); color: var(--text-muted);
                  border-top: 1px solid var(--border-subtle);
                  padding-top: var(--space-5); margin-top: var(--space-11); }

@media (max-width: 640px) {
  .page-head h1 { font-size: var(--text-2xl); max-width: none; }
  .prose dl { grid-template-columns: 1fr; gap: var(--space-2); }
  .prose dd { margin-bottom: var(--space-5); }
}

/* ------------------------------------------------------------ utilities -- */

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100;
             background: var(--navy-900); color: var(--white); padding: var(--space-4) var(--space-6);
             font-family: var(--font-sans); font-size: var(--text-sm); border-bottom: none; }
.skip-link:focus { left: var(--gutter); top: var(--space-4); }

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

/* ----------------------------------------------------------- responsive -- */

@media (max-width: 1080px) {
  :root { --section-y-open: 88px; --section-y-loose: 72px; --section-y-band: 80px; }
  .hero h1 { font-size: var(--text-4xl); }
  .statement, .bio, .form-wrap { grid-template-columns: 1fr; gap: var(--space-10); }
  .statement h2, .statement .body p { max-width: 34ch; }
  .cols--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bio-photo { max-width: 320px; }
  .step { grid-template-columns: 48px minmax(0,1fr); }
  .step p { grid-column: 2; margin-top: var(--space-4); }
}

@media (max-width: 860px) {
  :root { --gutter: var(--gutter-narrow); }
  .site-nav { display: none; }
  .site-header .mk-container { gap: var(--space-6); }
  .cols--3, .cols--2 { grid-template-columns: 1fr; }
  .wall { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .pullquote p { font-size: var(--text-2xl); }
}

@media (max-width: 640px) {
  :root { --section-y-open: 64px; --section-y-loose: 56px; --section-y-band: 64px;
          --section-y-tight: 40px; }

  /* Header: the lockup and the CTA have to share 350px. Shrink both rather than
     let the button wrap onto two lines. */
  .brand img { height: 22px; }
  .site-header .btn { white-space: nowrap; height: var(--control-height-md);
                      padding: 0 var(--space-5); font-size: var(--text-xs); min-height: 0; }

  /* Steps: give the description the full measure instead of indenting it
     into a 260px gutter beside the number. */
  .step { grid-template-columns: auto minmax(0,1fr); gap: var(--space-5); }
  .step p { grid-column: 1 / -1; margin-top: var(--space-3); }

  .hero h1 { font-size: var(--text-3xl); max-width: none; }
  .hero .lede { font-size: var(--text-lg); max-width: none; }
  .sec-head h2, .cta-band h2, .bio-copy h2, .form-aside h2 { font-size: var(--text-2xl); max-width: none; }
  .cols--4 { grid-template-columns: 1fr; }
  /* Vertical clips belong in a swipe rail on a phone — six stacked 9:16 tiles
     would be roughly 1,800px of scrolling. */
  .wall { display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
          gap: var(--space-6); padding-bottom: var(--space-5);
          margin: 0 calc(var(--gutter) * -1); padding-inline: var(--gutter);
          /* Without this the mandatory snap aligns tile 1 to the raw scrollport
             edge and cancels the start padding, so the rail sits flush to the
             screen while every other section is inset by the gutter. */
          scroll-padding-inline: var(--gutter);
          scrollbar-width: thin; }
  .tile { flex: 0 0 62vw; scroll-snap-align: start; }
  .tile .video, .tile figcaption { max-width: none; }
  .wall-nav { display: flex; }
  .wall:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 4px; }
  .btn { white-space: normal; height: auto; min-height: var(--control-height-md);
         padding-top: var(--space-4); padding-bottom: var(--space-4); text-align: center; }
  .btn--lg { min-height: var(--control-height-lg); }
  .company { grid-template-columns: 1fr; gap: var(--space-4); align-items: start; }
  .company-cta { justify-self: start; }
  .footer-top { grid-template-columns: 1fr; gap: var(--space-8); }
  .video-play { width: 58px; height: 58px; }
  .video-play svg { width: 20px; height: 20px; }
  .closing p, .pullquote p { font-size: var(--text-xl); max-width: none; }
}

/* Motion is a response to input, never ambient — but honour the preference anyway. */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important;
      transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

@media print {
  .site-header, .video, .form-actions, .btn { display: none; }
  .ground-navy, .ground-gold { background: none; }
  .ground-navy * { color: var(--text-body) !important; }
}
