    :root {
      --navy: #1a2332;
      --navy-soft: #2d3748;
      --navy-deep: #12161c;
      --white: #ffffff;
      --line: rgba(18, 22, 28, 0.1);
      --mist: #f8f7f5;
      --surface: #ffffff;
      --surface-2: #f6f5f3;
      --surface-3: #ebeae7;
      --terracotta: #9e4f3f;
      /* Lighter warm fills (replace heavy black CTAs) */
      --btn-warm-top: #e0a090;
      --btn-warm-mid: #c47a68;
      --btn-warm-base: #aa5e4c;
      --btn-warm-glow: rgba(160, 82, 68, 0.32);
      --gold: #b8926a;
      --sand: #e8e4de;
      --text: #12161c;
      --muted: #5e646d;
      --radius-lg: 22px;
      --radius-md: 12px;
      --space-1: 8px;
      --space-2: 16px;
      --space-3: 24px;
      --space-4: 32px;
      --space-5: 48px;
      --space-6: 76px;
      --transition-soft: 220ms cubic-bezier(0.4, 0, 0.2, 1);
      --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
      --font-news: "Newsreader", Georgia, "Times New Roman", serif;
      --font-typewriter: "Special Elite", "Courier New", Courier, monospace;
      --font-signature: "Pinyon Script", "Times New Roman", Times, serif;
      --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
      --newsprint: #e8e3d6;
      --newsprint-dark: #d9d3c4;
      --ink: #141210;
      --news-red: #8b2323;
      --gold-line: linear-gradient(
        90deg,
        rgba(184, 146, 106, 0) 0%,
        rgba(184, 146, 106, 0.45) 24%,
        rgba(212, 180, 138, 0.95) 50%,
        rgba(184, 146, 106, 0.45) 76%,
        rgba(184, 146, 106, 0) 100%
      );
      --shadow-soft:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 2px 4px rgba(18, 22, 28, 0.02),
        0 20px 48px rgba(18, 22, 28, 0.07);
      --shadow-lift:
        0 1px 0 rgba(255, 255, 255, 0.88) inset,
        0 28px 56px rgba(18, 22, 28, 0.09),
        0 2px 8px rgba(18, 22, 28, 0.03);
    }

    * {
      box-sizing: border-box;
    }

    html {
      font-size: 17px;
      scroll-behavior: smooth;
      overflow-x: hidden;
      /* Avoid bright “gutter” strips beside full-bleed bands (scrollbar / subpixel) */
      background-color: var(--newsprint);
    }

    html, body {
      margin: 0;
      padding: 0;
      background-color: var(--newsprint);
      background-image: none;
      color: var(--text);
      font-family: var(--font-sans);
      letter-spacing: -0.011em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-x: hidden;
    }

    ::selection {
      background: rgba(184, 146, 106, 0.25);
      color: var(--navy-deep);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      clip-path: inset(50%);
      white-space: nowrap;
      border: 0;
    }

    .wrap {
      width: min(1180px, calc(100% - 32px));
      max-width: 100%;
      margin: 0 auto;
      padding-inline: 16px;
      box-sizing: border-box;
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 10;
      border-bottom: 1px solid rgba(18, 22, 28, 0.06);
      background: rgba(253, 252, 250, 0.78);
      backdrop-filter: blur(20px) saturate(1.25);
      -webkit-backdrop-filter: blur(20px) saturate(1.25);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    }

    .topbar-inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand-title {
      margin: 0;
      font-family: var(--font-serif);
      font-size: 1.55rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      color: var(--navy-deep);
    }

    .brand-subtitle {
      display: block;
      margin-top: 6px;
      font-size: 0.7rem;
      color: var(--muted);
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 600;
    }

    .hero {
      padding: 8px 0 var(--space-6);
      background:
        radial-gradient(ellipse 70% 45% at 88% 8%, rgba(184, 146, 106, 0.08) 0%, transparent 45%),
        linear-gradient(180deg, #fcfcfb 0%, #f5f4f1 52%, #f1f0eb 100%);
      border-bottom: 1px solid rgba(18, 22, 28, 0.06);
      position: relative;
      overflow: hidden;
    }

    /* Layout B Ultra: editorial wash anchored to portrait rail */
    .hero.hero--ultra {
      padding-top: 18px;
      padding-bottom: calc(var(--space-6) + 16px);
      background:
        radial-gradient(ellipse 48% 90% at 12% 48%, rgba(255, 255, 255, 0.55) 0%, transparent 58%),
        radial-gradient(ellipse 60% 40% at 90% 6%, rgba(184, 146, 106, 0.07) 0%, transparent 50%),
        linear-gradient(180deg, #fcfcfb 0%, #f5f4f1 48%, #eeede8 100%);
    }

    .hero.hero--ultra::before {
      content: "";
      position: absolute;
      left: 0;
      top: -15%;
      width: min(44vw, 480px);
      height: 115%;
      background: radial-gradient(ellipse at 24% 38%, rgba(255, 255, 255, 0.5) 0%, transparent 68%);
      pointer-events: none;
    }

    .hero::after {
      display: none;
    }

    /*
      Layout B Ultra
      Mobile / tablet: single column · story before portrait (conversion-first).
      Desktop: CSS Grid — portrait column 1, editorial column 2 + subtle vertical rule.
    */
    .hero-shell {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100%;
      max-width: 560px;
      margin-inline: auto;
      gap: 28px;
    }

    .hero-copy {
      position: relative;
      width: 100%;
      flex: none;
      max-width: none;
      padding-top: 2px;
    }

    .hero-shell > .hero-copy::before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      bottom: 4px;
      width: 1px;
      background: linear-gradient(
        180deg,
        rgba(200, 164, 107, 0),
        rgba(200, 164, 107, 0.45) 15%,
        rgba(214, 180, 120, 0.85) 48%,
        rgba(200, 164, 107, 0.35) 82%,
        rgba(200, 164, 107, 0)
      );
      opacity: 0;
      pointer-events: none;
    }

    .kicker {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--muted);
      margin: 0 0 14px;
    }

    h1 {
      margin: 0;
      font-family: var(--font-serif);
      font-size: clamp(2.4rem, 4.6vw, 3.75rem);
      line-height: 1.06;
      font-weight: 600;
      letter-spacing: -0.028em;
      color: var(--navy-deep);
      text-wrap: balance;
    }

    .hero-copy h1 {
      max-width: none;
    }

    .hero-cta {
      margin-top: 28px;
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      align-items: center;
    }

    .primary-btn {
      text-decoration: none;
      background: linear-gradient(165deg, var(--btn-warm-top) 0%, var(--btn-warm-mid) 42%, var(--btn-warm-base) 100%);
      color: var(--white);
      border: 1px solid rgba(255, 216, 200, 0.55);
      padding: 14px 24px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 0.8rem;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      text-shadow: 0 1px 0 rgba(72, 32, 24, 0.1);
      box-shadow:
        0 1px 0 rgba(255, 240, 235, 0.42) inset,
        0 10px 34px var(--btn-warm-glow);
      transition: transform var(--transition-soft), box-shadow var(--transition-soft), filter var(--transition-soft);
    }

    .primary-btn:hover {
      filter: brightness(0.96);
      transform: translateY(-1px);
      box-shadow:
        0 1px 0 rgba(255, 240, 235, 0.32) inset,
        0 14px 42px rgba(150, 75, 60, 0.4);
    }

    .secondary-btn {
      text-decoration: none;
      color: var(--navy-soft);
      border: 1px solid rgba(18, 22, 28, 0.12);
      padding: 14px 24px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 0.8rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      background: var(--surface);
      box-shadow: 0 1px 3px rgba(18, 22, 28, 0.04);
      transition: border-color var(--transition-soft), background var(--transition-soft), transform var(--transition-soft), box-shadow var(--transition-soft);
    }

    .secondary-btn:hover {
      border-color: rgba(18, 22, 28, 0.2);
      background: #fafaf9;
      transform: translateY(-1px);
      box-shadow: 0 8px 24px rgba(18, 22, 28, 0.06);
    }

    .panel {
      border: 1px solid rgba(18, 22, 28, 0.08);
      border-radius: var(--radius-lg);
      padding: 28px;
      background: var(--surface);
      box-shadow: var(--shadow-soft);
      position: relative;
    }

    .panel::before {
      display: none;
    }

    .panel.coach-card {
      padding: 0;
      overflow: hidden;
      flex: none;
      width: 100%;
      margin-inline: 0;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(18, 22, 28, 0.08);
      background: var(--surface);
      box-shadow: var(--shadow-lift);
    }

    .panel.coach-card::before {
      display: none;
    }

    .coach-card-media {
      position: relative;
      margin: 0;
      border-radius: var(--radius-lg) var(--radius-lg) 0 0;
      overflow: hidden;
      background: var(--surface-3);
    }

    .coach-card-media::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 80px;
      z-index: 1;
      background: linear-gradient(180deg, rgba(253, 250, 247, 0) 0%, rgba(255, 252, 248, 0.96) 100%);
      pointer-events: none;
    }

    .hero--ultra .coach-card-media::after {
      height: 56px;
      opacity: 0.4;
    }

    .coach-photo {
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center 42%;
      border-radius: 0;
      border: none;
      box-shadow: none;
      display: block;
      background: var(--surface-3);
    }

    .coach-running-caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 26px 18px 20px;
      z-index: 3;
    }

    .coach-running-caption-inner {
      position: relative;
      z-index: 1;
    }

    .coach-running-caption::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        180deg,
        rgba(18, 26, 42, 0) 0%,
        rgba(18, 26, 42, 0.25) 42%,
        rgba(18, 26, 42, 0.78) 100%
      );
      pointer-events: none;
    }

    .coach-running-name {
      display: block;
      font-family: var(--font-serif);
      font-size: 1.3rem;
      font-weight: 600;
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: #fafaf8;
      text-shadow: 0 2px 28px rgba(8, 10, 14, 0.55);
    }

    .coach-running-deck {
      display: block;
      margin-top: 8px;
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255, 252, 248, 0.86);
    }

    .coach-running-rule {
      display: block;
      margin: 12px 0 0;
      width: 48px;
      height: 2px;
      border-radius: 999px;
      background: var(--gold-line);
      box-shadow: 0 0 12px rgba(200, 164, 107, 0.35);
      opacity: 0.95;
    }

    .coach-card-body {
      position: relative;
      padding: 22px 26px 26px;
    }

    .coach-card-body::before {
      content: "";
      position: absolute;
      left: 16px;
      right: 16px;
      top: 0;
      height: 1px;
      border-radius: 99px;
      background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(200, 164, 107, 0.45) 50%,
        transparent 100%
      );
    }

    .coach-card-body--quiet {
      padding-top: 20px;
      padding-bottom: 24px;
    }

    .coach-card-quiet-cred {
      margin: 0;
      font-size: 0.74rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--muted);
      line-height: 1.55;
    }

    .panel h2 {
      margin: 0 0 14px;
      font-size: 0.9rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--navy-deep);
    }

    .panel p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
    }

    .section {
      padding: 96px 0;
      position: relative;
    }

    .section-soft {
      background: linear-gradient(180deg, #f9f9f7 0%, #f3f2ef 100%);
      border-top: 1px solid rgba(18, 22, 28, 0.05);
      border-bottom: 1px solid rgba(18, 22, 28, 0.05);
    }

    .section-warm {
      background: linear-gradient(180deg, #f6f5f2 0%, #ebe9e4 100%);
      border-top: 1px solid rgba(18, 22, 28, 0.06);
      border-bottom: 1px solid rgba(18, 22, 28, 0.06);
    }

    .section h3 {
      margin: 0;
      font-family: var(--font-serif);
      font-size: 2.4rem;
      font-weight: 600;
      color: var(--navy-deep);
      letter-spacing: -0.03em;
      line-height: 1.12;
    }

    .section-intro {
      margin-top: 14px;
      color: var(--muted);
      max-width: 68ch;
      line-height: 1.75;
    }

    .ornament {
      width: 48px;
      height: 2px;
      margin-top: 20px;
      background: linear-gradient(90deg, var(--gold), rgba(184, 146, 106, 0.2));
      border-radius: 999px;
    }

    .pillars {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .pillar {
      border: 1px solid rgba(18, 22, 28, 0.07);
      border-radius: var(--radius-lg);
      padding: 24px;
      background: var(--surface);
      box-shadow: 0 2px 8px rgba(18, 22, 28, 0.03), 0 16px 40px rgba(18, 22, 28, 0.04);
      transition: transform var(--transition-soft), box-shadow var(--transition-soft), border-color var(--transition-soft);
    }

    .pillar:hover {
      transform: translateY(-3px);
      border-color: rgba(18, 22, 28, 0.1);
      box-shadow:
        0 2px 8px rgba(18, 22, 28, 0.04),
        0 24px 48px rgba(18, 22, 28, 0.07);
    }

    .pillar-icon {
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      margin-bottom: 12px;
      color: var(--terracotta);
      background: rgba(158, 79, 63, 0.08);
      border: 1px solid rgba(158, 79, 63, 0.12);
      font-size: 0.9rem;
    }

    .pillar h4 {
      margin: 0;
      color: var(--navy-deep);
      font-size: 1.02rem;
      font-weight: 700;
      letter-spacing: -0.02em;
    }

    .pillar p {
      margin: 10px 0 0;
      color: var(--muted);
      line-height: 1.65;
      font-size: 0.97rem;
    }

    /* Book session — newsprint sheet + desk card (matches masthead / hero CTAs) */
    .section-book {
      padding: 80px 0 88px;
      background-color: var(--newsprint);
      background-image:
        repeating-linear-gradient(
          0deg,
          transparent,
          transparent 2px,
          rgba(20, 18, 16, 0.02) 2px,
          rgba(20, 18, 16, 0.02) 3px
        );
      border-top: 3px double var(--ink);
    }

    .book-session {
      max-width: 520px;
      margin: 0 auto;
      text-align: center;
      padding: clamp(28px, 5vw, 40px) clamp(20px, 4vw, 32px);
      background: #faf8f4;
      border: 2px solid var(--ink);
      border-radius: 2px;
      box-shadow: 4px 5px 0 rgba(20, 18, 16, 0.12);
    }

    .book-session__eyebrow {
      margin: 0;
      font-family: var(--font-typewriter);
      font-size: 0.66rem;
      font-weight: 400;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ink);
      opacity: 0.88;
    }

    .book-session__title {
      margin: 10px 0 0;
      font-family: var(--font-news);
      font-size: clamp(1.65rem, 4.2vw, 2.2rem);
      font-weight: 700;
      letter-spacing: 0.01em;
      line-height: 1.15;
      color: var(--ink);
    }

    .book-session__ornament {
      width: 52px;
      height: 2px;
      margin: 14px auto 0;
      background: linear-gradient(90deg, var(--gold), rgba(184, 146, 106, 0.2));
      border-radius: 999px;
    }

    .book-session__price-row {
      margin-top: 18px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
    }

    .book-session__amount {
      display: block;
      font-family: var(--font-news);
      font-size: clamp(3.4rem, 12vw, 4.75rem);
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      line-height: 0.92;
      letter-spacing: -0.03em;
      color: var(--news-red);
      text-shadow: 0 1px 0 rgba(255, 252, 248, 0.35);
    }

    .book-session__currency {
      display: block;
      margin-top: 6px;
      font-family: var(--font-typewriter);
      font-size: 0.72rem;
      font-weight: 400;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--ink);
      opacity: 0.88;
    }

    .book-session__meta {
      margin: 16px 0 0;
      font-family: var(--font-typewriter);
      font-size: 0.7rem;
      letter-spacing: 0.04em;
      line-height: 1.55;
      color: var(--ink);
      opacity: 0.78;
    }

    .book-session__lead {
      margin: 16px 0 0;
      font-family: var(--font-sans);
      font-size: 0.95rem;
      line-height: 1.65;
      color: var(--muted);
      max-width: 42ch;
      margin-left: auto;
      margin-right: auto;
    }

    .book-session__calendar-intro {
      max-width: 840px;
      width: 100%;
      margin: 2.5rem auto 0 auto;
      font-family: var(--font-serif);
      font-size: 1.2rem;
      line-height: 1.6;
      color: var(--muted);
      text-align: center;
    }

    .book-session__calendar-title {
      margin: 0 0 clamp(16px, 2.5vw, 22px);
      font-family: var(--font-serif);
      font-size: clamp(1.5rem, 3.8vw, 2rem);
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.28;
      color: var(--ink);
      text-align: center;
      text-wrap: balance;
    }

    #booking-section {
      scroll-margin-top: 1.5rem;
    }

    .book-session--wide {
      max-width: min(720px, 100%);
      padding-top: clamp(24px, 4vw, 32px);
      padding-bottom: clamp(24px, 4vw, 32px);
    }

    /* Inline booking widget */
    .booking-widget {
      margin-top: 0;
      width: 100%;
      text-align: left;
    }

    .booking-widget__progress {
      display: flex;
      gap: 6px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(20, 18, 16, 0.08);
    }

    .booking-widget__step-dot {
      flex: 1;
      height: 3px;
      border-radius: 999px;
      background: rgba(20, 18, 16, 0.12);
      transition: background var(--transition-soft);
    }

    .booking-widget__step-dot.is-active,
    .booking-widget__step-dot.is-done {
      background: linear-gradient(90deg, var(--gold), var(--news-red));
    }

    .booking-widget__body {
      position: relative;
      min-height: 280px;
    }

    .booking-widget__panel {
      position: absolute;
      inset: 0;
      padding: 16px 0 4px;
      overflow-y: auto;
      opacity: 0;
      visibility: hidden;
      transform: translateX(16px);
      transition:
        opacity 280ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 280ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 280ms;
    }

    .booking-widget__panel.is-active {
      position: relative;
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }

    .booking-widget__panel.is-exit {
      transform: translateX(-12px);
      opacity: 0;
    }

    @media (max-width: 720px) {
      .booking-widget__body {
        min-height: 240px;
      }

      .booking-widget__panel {
        padding-top: 12px;
      }
    }

    .booking-slots__tz {
      margin: 0 0 14px;
      font-family: var(--font-typewriter);
      font-size: 0.62rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink);
      opacity: 0.75;
    }

    .booking-picker__status {
      margin: 0;
      font-size: 0.88rem;
      color: var(--muted);
      text-align: center;
      padding: 32px 12px;
    }

    .booking-picker__status.is-error {
      color: var(--news-red);
    }

    .booking-picker__layout {
      display: grid;
      grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
      gap: 0;
      min-height: 320px;
      border: 1px solid rgba(20, 18, 16, 0.12);
      border-radius: 2px;
      overflow: hidden;
      background: var(--surface);
    }

    .booking-picker__dates {
      display: flex;
      flex-direction: column;
      border-right: 1px solid rgba(20, 18, 16, 0.1);
      background: #f6f4f0;
    }

    .booking-picker__dates-label {
      margin: 0;
      padding: 12px 14px 10px;
      font-family: var(--font-typewriter);
      font-size: 0.58rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink);
      opacity: 0.8;
      border-bottom: 1px solid rgba(20, 18, 16, 0.08);
    }

    .booking-picker__dates-scroll {
      flex: 1;
      min-height: 0;
      max-height: 340px;
      overflow-y: auto;
      padding: 8px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .booking-picker__dates-scroll::-webkit-scrollbar,
    .booking-picker__times-scroll::-webkit-scrollbar {
      width: 6px;
    }

    .booking-picker__dates-scroll::-webkit-scrollbar-thumb,
    .booking-picker__times-scroll::-webkit-scrollbar-thumb {
      background: rgba(20, 18, 16, 0.18);
      border-radius: 999px;
    }

    .booking-date {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      width: 100%;
      padding: 10px 12px;
      border: 1px solid transparent;
      border-radius: 2px;
      background: transparent;
      text-align: left;
      cursor: pointer;
      font-family: var(--font-sans);
      transition:
        background var(--transition-soft),
        border-color var(--transition-soft),
        box-shadow var(--transition-soft);
    }

    .booking-date:hover:not(:disabled) {
      background: rgba(255, 255, 255, 0.85);
      border-color: rgba(20, 18, 16, 0.1);
    }

    .booking-date:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 1px;
    }

    .booking-date.is-selected {
      background: var(--surface);
      border-color: var(--news-red);
      box-shadow: inset 0 0 0 1px rgba(139, 35, 35, 0.15);
    }

    .booking-date:disabled {
      opacity: 0.42;
      cursor: not-allowed;
    }

    .booking-date__main {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }

    .booking-date__weekday {
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--muted);
    }

    .booking-date__label {
      font-size: 0.86rem;
      font-weight: 600;
      color: var(--ink);
      letter-spacing: -0.01em;
    }

    .booking-date__count {
      flex-shrink: 0;
      font-family: var(--font-typewriter);
      font-size: 0.52rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--ink);
      opacity: 0.65;
      padding: 3px 6px;
      border-radius: 2px;
      background: rgba(20, 18, 16, 0.06);
    }

    .booking-date.is-selected .booking-date__count {
      background: rgba(139, 35, 35, 0.1);
      opacity: 0.9;
    }

    .booking-picker__times {
      display: flex;
      flex-direction: column;
      min-height: 280px;
      background: var(--surface);
    }

    .booking-picker__times-placeholder {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 28px 20px;
      text-align: center;
      font-size: 0.9rem;
      line-height: 1.55;
      color: var(--muted);
      font-family: var(--font-news);
      font-style: italic;
    }

    .booking-picker__times-panel {
      display: flex;
      flex-direction: column;
      flex: 1;
      min-height: 0;
    }

    .booking-picker__times-heading {
      margin: 0;
      padding: 14px 16px 10px;
      font-family: var(--font-news);
      font-size: 1rem;
      font-weight: 600;
      color: var(--ink);
      border-bottom: 1px solid rgba(20, 18, 16, 0.08);
    }

    .booking-picker__times-scroll {
      flex: 1;
      min-height: 0;
      max-height: 300px;
      overflow-y: auto;
      padding: 10px 12px 14px;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .booking-picker__times-empty {
      margin: 0;
      padding: 24px 16px;
      font-size: 0.88rem;
      line-height: 1.55;
      color: var(--muted);
      text-align: center;
    }

    .booking-slot {
      display: block;
      width: 100%;
      padding: 12px 14px;
      border: 1px solid rgba(20, 18, 16, 0.14);
      border-radius: 2px;
      background: #fffefb;
      font-family: var(--font-sans);
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--ink);
      text-align: left;
      cursor: pointer;
      transition:
        background var(--transition-soft),
        border-color var(--transition-soft),
        box-shadow var(--transition-soft),
        transform var(--transition-soft);
    }

    .booking-slot:hover {
      border-color: var(--gold);
      background: var(--white);
      box-shadow: 0 2px 8px rgba(20, 18, 16, 0.06);
      transform: translateX(2px);
    }

    .booking-slot:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 2px;
    }

    .booking-slot__duration {
      display: block;
      margin-top: 3px;
      font-size: 0.72rem;
      font-weight: 500;
      color: var(--muted);
    }

    @media (max-width: 560px) {
      .booking-picker__layout {
        grid-template-columns: 1fr;
        min-height: 0;
      }

      .booking-picker__dates {
        border-right: none;
        border-bottom: 1px solid rgba(20, 18, 16, 0.1);
      }

      .booking-picker__dates-scroll {
        max-height: 200px;
      }

      .booking-picker__times {
        min-height: 220px;
      }
    }

    .booking-form__summary {
      margin: 0 0 16px;
      padding: 12px 14px;
      background: var(--surface);
      border: 1px solid rgba(20, 18, 16, 0.1);
      border-radius: 2px;
      font-size: 0.88rem;
      line-height: 1.5;
      color: var(--ink);
    }

    .booking-form__summary strong {
      display: block;
      font-family: var(--font-news);
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .booking-form__field {
      margin-bottom: 14px;
    }

    .booking-form__field label {
      display: block;
      margin-bottom: 6px;
      font-family: var(--font-typewriter);
      font-size: 0.62rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink);
      opacity: 0.88;
    }

    .booking-form__field input,
    .booking-form__field textarea {
      width: 100%;
      padding: 11px 12px;
      border: 1px solid rgba(20, 18, 16, 0.18);
      border-radius: 2px;
      background: var(--surface);
      font-family: var(--font-sans);
      font-size: 0.92rem;
      color: var(--ink);
      transition: border-color var(--transition-soft), box-shadow var(--transition-soft);
    }

    .booking-form__field input:focus,
    .booking-form__field textarea:focus {
      outline: none;
      border-color: var(--gold);
      box-shadow: 0 0 0 3px rgba(184, 146, 106, 0.2);
    }

    .booking-form__field textarea {
      min-height: 88px;
      resize: vertical;
    }

    .booking-form__actions {
      display: flex;
      gap: 10px;
      margin-top: 18px;
    }

    .booking-form__back,
    .booking-form__submit {
      flex: 1;
      padding: 12px 14px;
      border-radius: 2px;
      font-family: var(--font-typewriter);
      font-size: 0.68rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      cursor: pointer;
      transition: filter var(--transition-soft), transform var(--transition-soft), box-shadow var(--transition-soft);
    }

    .booking-form__back {
      border: 1px solid rgba(20, 18, 16, 0.2);
      background: var(--surface);
      color: var(--ink);
    }

    .booking-form__back:hover {
      background: var(--surface-2);
    }

    .booking-form__submit {
      border: 2px solid var(--ink);
      background: var(--news-red);
      color: var(--white);
      font-family: var(--font-serif);
      font-size: clamp(0.92rem, 2.2vw, 1rem);
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.65;
      text-transform: none;
      text-wrap: balance;
      box-shadow: 3px 4px 0 rgba(20, 18, 16, 0.12);
    }

    .booking-form__submit:hover {
      filter: brightness(1.06);
      transform: translate(1px, 1px);
      box-shadow: 2px 3px 0 rgba(20, 18, 16, 0.1);
    }

    .booking-confirm {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 12px 8px 8px;
    }

    .booking-confirm__icon {
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: linear-gradient(165deg, #e8f5ec 0%, #d4edda 100%);
      border: 2px solid rgba(34, 120, 68, 0.22);
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 8px 24px rgba(34, 120, 68, 0.12);
      color: #1f7a45;
      animation: booking-confirm-pop 420ms cubic-bezier(0.34, 1.4, 0.64, 1) both;
    }

    .booking-confirm__icon svg {
      width: 36px;
      height: 36px;
      display: block;
    }

    @keyframes booking-confirm-pop {
      from {
        opacity: 0;
        transform: scale(0.82);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    .booking-confirm__title {
      margin: 20px 0 0;
      font-family: var(--font-news);
      font-size: clamp(1.35rem, 4vw, 1.55rem);
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.01em;
      color: var(--ink);
    }

    .booking-confirm__text {
      margin: 12px 0 0;
      max-width: 38ch;
      font-size: 0.92rem;
      line-height: 1.6;
      color: var(--muted);
    }

    .booking-confirm__title:focus {
      outline: none;
    }

    .booking-confirm__title:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 4px;
    }

    .booking-confirm__slot {
      margin-top: 18px;
      padding: 10px 16px;
      font-size: 0.85rem;
      line-height: 1.45;
      color: var(--ink);
      background: var(--surface);
      border: 1px solid rgba(20, 18, 16, 0.08);
      border-radius: 2px;
    }

    footer {
      margin: 0;
      padding: 0;
      background: transparent;
    }

    .footer-rule {
      display: block;
      width: 100%;
      height: 0;
      border: none;
      border-top: 3px double var(--ink);
      margin: 0;
      padding: 0;
    }

    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1.5rem;
      box-sizing: border-box;
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1.5rem;
    }

    .footer-copyright {
      margin: 0;
      font-family: var(--font-sans);
      font-size: 0.88rem;
      line-height: 1.5;
      color: var(--muted);
      letter-spacing: 0.02em;
    }

    .footer-links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.5rem 0.65rem;
      font-family: var(--font-sans);
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .footer-links a {
      color: var(--terracotta);
      text-decoration: none;
      transition: color var(--transition-soft);
    }

    .footer-links a:hover {
      color: var(--news-red);
      text-decoration: underline;
    }

    .footer-links__sep {
      color: rgba(158, 79, 63, 0.42);
      user-select: none;
    }

    .footer-legal {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.5rem 0.75rem;
      margin-top: 1.25rem;
      padding-top: 1.25rem;
      border-top: 1px solid rgba(20, 18, 16, 0.1);
      font-family: var(--font-sans);
      font-size: 0.88rem;
      line-height: 1.5;
      color: var(--muted);
      letter-spacing: 0.02em;
    }

    .footer-legal a {
      color: var(--muted);
      text-decoration: none;
      transition: color var(--transition-soft);
    }

    .footer-legal a:hover {
      color: var(--terracotta);
      text-decoration: underline;
    }

    .footer-legal__sep {
      color: rgba(94, 100, 109, 0.45);
      user-select: none;
    }

    /* —— archive newspaper masthead + typewriter hero —— */
    .topbar.topbar--newsprint {
      position: static;
      /* True edge-to-edge band (100% can sit inside scrollbar width and show a gap) */
      width: 100vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      border: none;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      box-sizing: border-box;
    }

    .academy-nav-bar {
      position: static;
      width: 100%;
      background-color: var(--newsprint);
      box-sizing: border-box;
      margin-bottom: 0.75rem;
    }

    .academy-nav {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.35rem;
      width: 100%;
      margin: 0;
      padding: 0.35rem 4rem 0;
      box-sizing: border-box;
    }

    .academy-nav-bar__top + .masthead-rule--double {
      margin-bottom: 0;
    }

    .academy-nav__link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 7.5rem;
      padding: 0.5rem 1.15rem 0.55rem;
      font-family: var(--font-serif);
      font-size: clamp(0.85rem, 2.8vw, 0.95rem);
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-decoration: none;
      color: var(--ink);
      line-height: 1.4;
      cursor: pointer;
      border: 1.5px solid rgba(20, 18, 16, 0.28);
      border-bottom: none;
      border-radius: 2px 2px 0 0;
      background: rgba(255, 252, 245, 0.55);
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        2px -1px 0 rgba(20, 18, 16, 0.06);
      transition:
        color var(--transition-soft),
        background var(--transition-soft),
        border-color var(--transition-soft),
        box-shadow var(--transition-soft),
        transform var(--transition-soft);
    }

    .academy-nav__link:hover {
      color: var(--terracotta);
      background: rgba(255, 252, 245, 0.92);
      border-color: rgba(158, 79, 63, 0.45);
      transform: translateY(-1px);
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.75) inset,
        0 3px 10px rgba(158, 79, 63, 0.1);
    }

    .academy-nav__link[aria-current="page"] {
      color: var(--news-red);
      background: rgba(255, 252, 245, 0.96);
      border-color: var(--ink);
      padding-bottom: 0.65rem;
      margin-bottom: -1px;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    }

    .academy-nav__link:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 2px;
    }

    .academy-nav-bar__top {
      width: 100%;
    }

    .academy-nav__toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 2.75rem;
      height: 2.75rem;
      margin: 0;
      padding: 0.55rem;
      border: 1px solid rgba(20, 18, 16, 0.28);
      border-radius: 2px;
      background: rgba(255, 252, 245, 0.55);
      cursor: pointer;
      box-sizing: border-box;
      transition: border-color var(--transition-soft), background var(--transition-soft);
    }

    .academy-nav__toggle:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 2px;
    }

    .academy-nav__toggle-bar {
      display: block;
      width: 1.25rem;
      height: 2px;
      background: var(--ink);
      border-radius: 1px;
      transition: transform var(--transition-soft), opacity var(--transition-soft);
    }

    .academy-nav-bar.is-open .academy-nav__toggle-bar:nth-child(1),
    .is-nav-open .academy-nav__toggle-bar:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .academy-nav-bar.is-open .academy-nav__toggle-bar:nth-child(2),
    .is-nav-open .academy-nav__toggle-bar:nth-child(2) {
      opacity: 0;
    }

    .academy-nav-bar.is-open .academy-nav__toggle-bar:nth-child(3),
    .is-nav-open .academy-nav__toggle-bar:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-nav-links {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: var(--newsprint);
      border-bottom: 1px solid var(--ink);
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transition:
        max-height 320ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 220ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 220ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .academy-nav-bar.is-open .mobile-nav-links {
      max-height: 18rem;
      opacity: 1;
      visibility: visible;
    }

    .mobile-nav-links__link {
      display: block;
      padding: 0.85rem 1.5rem;
      font-family: var(--font-serif);
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1.8;
      letter-spacing: 0.02em;
      text-transform: capitalize;
      text-decoration: none;
      text-align: center;
      color: var(--ink);
      background-color: var(--newsprint);
      border-top: 1px solid rgba(20, 18, 16, 0.12);
      transition: color var(--transition-soft), background var(--transition-soft);
      -webkit-tap-highlight-color: transparent;
    }

    .mobile-nav-links__link:first-child {
      border-top: none;
    }

    .mobile-nav-links__link:hover,
    .mobile-nav-links__link:active {
      color: var(--terracotta);
      background: rgba(255, 252, 245, 0.72);
    }

    .mobile-nav-links__link[aria-current="page"] {
      color: var(--news-red);
    }

    .topbar--newsprint .wrap {
      width: 100%;
      max-width: 100%;
      margin-inline: 0;
      padding-left: max(clamp(22px, 5vw, 56px), env(safe-area-inset-left, 0px));
      padding-right: max(clamp(22px, 5vw, 56px), env(safe-area-inset-right, 0px));
      box-sizing: border-box;
      min-width: 0;
    }

    .masthead-block {
      min-width: 0;
      width: 100%;
      max-width: 100%;
      container-type: inline-size;
      container-name: masthead;
    }

    .topbar--newsprint .topbar-inner {
      min-height: auto;
      padding: 14px 0 16px;
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }

    .masthead-rule {
      display: block;
      width: 100%;
      height: 0;
      border: none;
      border-top: 1px solid var(--ink);
      margin: 0;
      padding: 0;
      max-width: 100%;
      box-sizing: border-box;
    }

    .masthead-rule--double {
      border-top: 3px double var(--ink);
      margin-bottom: 8px;
    }

    .masthead-meta {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 8px 12px;
      width: 100%;
      min-width: 0;
      max-width: 100%;
      box-sizing: border-box;
      /* Inset archive row from band edge (reads as column margin, not flush to gutter) */
      padding-inline: clamp(10px, 2.8vw, 28px);
      font-family: var(--font-serif);
      font-size: 0.88rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      line-height: 1.6;
      text-transform: none;
      color: var(--ink);
      opacity: 0.92;
    }

    .masthead-meta__primary > span {
      min-width: 0;
      flex: 1 1 0;
      max-width: 100%;
      overflow-wrap: anywhere;
      word-break: break-word;
      line-height: 1.6;
      box-sizing: border-box;
    }

    .masthead-meta__spacer {
      display: none;
      flex: 0 0 2.75rem;
      width: 2.75rem;
      height: 2.75rem;
    }

    .masthead-meta__primary {
      display: flex;
      flex: 1;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 8px 12px;
      min-width: 0;
      width: 100%;
    }

    .masthead-meta__primary > span:first-child {
      text-align: left;
      padding-inline-start: 0.12em;
      padding-inline-end: 0.06em;
    }

    .masthead-meta__primary > span:last-child {
      text-align: right;
      margin-left: auto;
      flex: 0 1 auto;
      padding-inline-end: 0.18em;
      padding-inline-start: 0.06em;
    }

    /* Stack only when the masthead column itself is very narrow (not raw 375px viewport). */
    @container masthead (max-width: 300px) {
      .masthead-meta__primary {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6px;
      }

      .masthead-meta__primary > span:last-child {
        text-align: left;
        margin-left: 0;
        padding-inline: 0;
      }
    }

    @supports not (container-type: inline-size) {
      @media (max-width: 300px) {
        .masthead-meta__primary {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          gap: 6px;
        }

        .masthead-meta__primary > span:last-child {
          text-align: left;
          margin-left: 0;
          padding-inline: 0;
        }
      }
    }

    .masthead-title {
      margin: 10px 0 0;
      font-family: var(--font-news);
      font-size: clamp(1.35rem, 5.5vw, 2.65rem);
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1.08;
      text-transform: uppercase;
      text-align: center;
      color: var(--ink);
      border-top: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      padding: 10px clamp(8px, 3vw, 16px);
      overflow-wrap: anywhere;
      word-break: break-word;
      max-width: 100%;
      box-sizing: border-box;
    }

    .hero.hero--newsprint {
      width: 100vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding: 0 0 calc(var(--space-6) + 8px);
      background: var(--newsprint);
      background-image:
        repeating-linear-gradient(
          0deg,
          transparent,
          transparent 2px,
          rgba(20, 18, 16, 0.025) 2px,
          rgba(20, 18, 16, 0.025) 3px
        ),
        radial-gradient(ellipse 100% 40% at 50% 0%, rgba(255, 252, 245, 0.5) 0%, transparent 55%);
      border-bottom: 3px double var(--ink);
      overflow: visible;
      box-sizing: border-box;
    }

    .hero.hero--newsprint::before,
    .hero.hero--newsprint::after {
      display: none;
    }

    .hero-newspaper {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 28px clamp(12px, 4vw, 40px) 0;
      box-sizing: border-box;
      min-width: 0;
    }

    .hero-sheet {
      width: 100%;
      max-width: 100%;
      margin: 0;
      border: 2px solid var(--ink);
      border-left: none;
      border-right: none;
      padding: clamp(18px, 3vw, 32px) clamp(12px, 3vw, 28px);
      background: rgba(255, 252, 245, 0.35);
      box-shadow: none;
      min-width: 0;
      box-sizing: border-box;
    }

    @media (min-width: 720px) {
      .hero-sheet {
        border-left: 2px solid var(--ink);
        border-right: 2px solid var(--ink);
        box-shadow: 4px 6px 0 rgba(20, 18, 16, 0.08);
      }
    }

    .hero--newsprint .kicker {
      font-family: var(--font-serif);
      font-size: clamp(0.88rem, 2.6vw, 1rem);
      font-weight: 500;
      letter-spacing: 0.02em;
      line-height: 1.6;
      text-transform: none;
      color: var(--ink);
      border-bottom: 1px solid var(--ink);
      padding-bottom: 8px;
      margin-bottom: 16px;
    }

    .hero--newsprint h1 {
      font-family: var(--font-news);
      font-size: clamp(1.45rem, 4.5vw, 2.45rem);
      font-weight: 700;
      line-height: 1.12;
      letter-spacing: 0.01em;
      text-transform: none;
      color: var(--ink);
      text-wrap: balance;
      max-width: 100%;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .hero-heritage-layout {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 22px;
      width: 100%;
      min-width: 0;
    }

    .hero-heritage-copy {
      min-width: 0;
    }

    .hero--newsprint .hero-cta {
      margin-top: clamp(14px, 2.5vw, 18px);
      max-width: 100%;
      min-width: 0;
    }

    .hero-heritage-rule {
      display: block;
      border: none;
      height: 0;
      margin: clamp(24px, 4vw, 36px) 0 0;
      border-top: 1px solid rgba(20, 18, 16, 0.22);
      max-width: 100%;
      box-sizing: border-box;
    }

    .hero-heritage-addendum {
      margin-top: clamp(20px, 3vw, 28px);
      max-width: 100%;
      min-width: 0;
    }

    .hero-heritage-title {
      margin: 0 0 14px;
      font-family: var(--font-news);
      font-size: clamp(1.1rem, 2.6vw, 1.42rem);
      font-weight: 700;
      letter-spacing: 0.02em;
      color: var(--ink);
      line-height: 1.22;
      text-wrap: balance;
    }

    .hero-heritage-body {
      font-family: var(--font-typewriter);
      font-size: 0.88rem;
      line-height: 1.75;
      letter-spacing: 0.02em;
      color: var(--ink);
      text-align: justify;
      hyphens: auto;
      max-width: 100%;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .hero-heritage-body p {
      margin: 0 0 1.05em;
    }

    .hero-heritage-body p:last-child {
      margin-bottom: 0;
    }

    .hero-heritage-signature {
      margin: clamp(22px, 3vw, 36px) 0 0;
      text-align: right;
      line-height: 1;
      padding-right: clamp(4px, 1.8vw, 16px);
      padding-bottom: 6px;
    }

    .hero-heritage-signature__cluster {
      display: inline-flex;
      align-items: flex-end;
      justify-content: flex-end;
      transform: rotate(-2.65deg) translate(5px, 3px);
      transform-origin: 100% 90%;
    }

    .hero-heritage-signature__mark {
      display: inline-flex;
      align-items: baseline;
      font-family: var(--font-signature);
      font-weight: 400;
      font-style: normal;
      font-size: clamp(2.22rem, 5.1vw, 2.95rem);
      letter-spacing: 0.025em;
      color: rgba(22, 18, 26, 0.9);
      mix-blend-mode: multiply;
      -webkit-font-smoothing: antialiased;
      text-shadow:
        -0.45px 0.65px 0 rgba(36, 26, 32, 0.2),
        0.4px -0.3px 0 rgba(28, 22, 20, 0.16),
        -0.9px 1.1px 2px rgba(16, 12, 10, 0.045),
        0 1px 0 rgba(255, 252, 248, 0.26),
        0 2px 4px rgba(12, 9, 10, 0.055);
    }

    .hero-heritage-signature__word {
      display: inline-block;
    }

    .hero-heritage-signature__word:first-of-type {
      transform: translateY(-4px) skewX(-1deg);
      letter-spacing: 0.008em;
    }

    .hero-heritage-signature__word--second {
      margin-left: 0.18em;
      transform: translate(0, -2px) rotate(0.5deg) skewX(0.65deg);
      letter-spacing: 0.05em;
    }

    .hero-heritage-signature__trail {
      flex-shrink: 0;
      width: 1.55rem;
      height: 1.5px;
      margin: 0 0 0.4em 0.04em;
      background: linear-gradient(
        90deg,
        rgba(24, 18, 22, 0.48) 0%,
        rgba(24, 18, 22, 0.14) 52%,
        transparent 100%
      );
      border-radius: 2px;
      transform: rotate(-16deg);
      opacity: 0.82;
      mix-blend-mode: multiply;
      pointer-events: none;
    }

    .hero--newsprint .primary-btn {
      border-radius: 2px;
      border: 2px solid var(--ink);
      background: var(--news-red);
      font-family: var(--font-serif);
      font-size: clamp(0.95rem, 2.4vw, 1.05rem);
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.6;
      text-transform: none;
      box-shadow: 3px 4px 0 rgba(20, 18, 16, 0.15);
      background-image: none;
    }

    .hero--newsprint .primary-btn:hover {
      filter: brightness(1.06);
      transform: translate(1px, 1px);
    }

    .hero--newsprint .secondary-btn {
      border-radius: 2px;
      border: 2px solid var(--ink);
      background: transparent;
      color: var(--ink);
      font-family: var(--font-serif);
      font-size: clamp(0.95rem, 2.4vw, 1.05rem);
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.6;
      text-transform: none;
      box-shadow: 2px 3px 0 rgba(20, 18, 16, 0.1);
    }

    .hero--newsprint .secondary-btn:hover {
      background: rgba(255, 252, 245, 0.8);
    }

    .hero--newsprint .hero-cta .secondary-btn {
      text-transform: none;
      line-height: 1.65;
      text-wrap: balance;
      padding: 12px 16px;
      letter-spacing: 0.02em;
    }

    .hero-photo-wrap {
      margin: 0 auto;
      flex-shrink: 0;
      width: 100%;
      max-width: 300px;
    }

    .hero-photo-frame {
      position: relative;
      width: 100%;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      border: 2px solid var(--ink);
      background: var(--newsprint-dark);
      box-sizing: border-box;
    }

    .hero-photo-frame img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 28%;
      display: block;
      filter: grayscale(1) contrast(1.08) brightness(1.02);
    }

    .hero-photo-caption {
      margin: 8px 0 0;
      font-family: var(--font-typewriter);
      font-size: 0.68rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center;
      color: var(--ink);
      opacity: 0.85;
    }

    @media (min-width: 768px) {
      .hero-heritage-layout {
        flex-direction: row;
        align-items: flex-start;
        gap: clamp(28px, 4vw, 48px);
      }

      .hero-heritage-copy {
        flex: 1;
        min-width: 0;
      }

      .hero-heritage-layout .hero-photo-wrap {
        flex: 0 0 clamp(240px, 30vw, 340px);
        width: clamp(240px, 30vw, 340px);
        max-width: none;
        margin-inline: 0;
      }

      .hero-heritage-layout .hero-photo-caption {
        text-align: left;
      }
    }

    @media (min-width: 1025px) {
      .hero-shell {
        display: grid;
        grid-template-columns: minmax(300px, 424px) minmax(296px, 580px);
        column-gap: clamp(44px, 5.5vw, 72px);
        align-items: start;
        width: fit-content;
        max-width: min(1180px, 100%);
        margin-inline: auto;
        gap: 0;
      }

      .hero-shell > .panel.coach-card {
        grid-column: 1;
        grid-row: 1;
        max-width: 424px;
        border-radius: 12px 28px 28px 24px;
        box-shadow:
          -12px 36px 60px rgba(18, 22, 28, 0.08),
          var(--shadow-lift);
      }

      .hero-shell .coach-card-media {
        border-radius: 12px 28px 0 0;
      }

      .hero--ultra .hero-shell .coach-photo {
        aspect-ratio: 11 / 13.25;
        min-height: 420px;
        object-position: center 38%;
      }

      .hero-shell > .hero-copy {
        grid-column: 2;
        grid-row: 1;
        padding-left: clamp(36px, 4.75vw, 56px);
        max-width: 580px;
        width: auto;
      }

      .hero-shell > .hero-copy::before {
        opacity: 1;
      }
    }

    @media (max-width: 1024px) {
      .hero-shell > .hero-copy::before {
        display: none;
      }

      .pillars {
        grid-template-columns: 1fr;
      }

      .topbar-inner {
        padding: 10px 0;
      }
    }

    @media (min-width: 721px) {
      :root {
        --newsprint: #f3eee3;
      }

      html,
      body {
        background-color: var(--newsprint);
      }
    }

    @media (max-width: 720px) {
      html {
        font-size: 16px;
      }

      .wrap {
        width: min(1180px, calc(100% - 24px));
        padding-inline: 12px;
      }

      .masthead-meta {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        padding-inline: 0;
        text-align: center;
      }

      .masthead-meta__spacer {
        display: block;
      }

      .masthead-meta__primary {
        flex: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
      }

      .masthead-meta__primary > span:first-child {
        text-align: center;
        margin-left: 0;
        padding-inline: 0;
        flex: none;
      }

      .masthead-meta__primary > span:last-child {
        text-align: center;
        margin-left: 0;
        padding-inline: 0;
      }

      .desktop-only {
        display: none !important;
      }

      .topbar--newsprint .wrap {
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
      }

      .academy-nav-bar__top {
        display: none;
      }

      .academy-nav {
        display: none;
      }

      .academy-nav__toggle {
        display: flex;
        flex: 0 0 2.75rem;
      }

      .topbar-inner {
        min-height: auto;
        padding: 12px 0 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }

      .brand-title {
        font-size: 1.1rem;
      }

      .brand-subtitle {
        font-size: 0.72rem;
        letter-spacing: 0.03em;
      }

      .hero {
        padding: 10px 0 44px;
      }

      .hero-shell {
        gap: 24px;
      }

      h1 {
        font-size: 1.82rem;
        line-height: 1.2;
      }

      .hero-cta {
        margin-top: 20px;
        flex-direction: column;
        align-items: stretch;
      }

      .hero-cta .primary-btn,
      .hero-cta .secondary-btn {
        width: 100%;
        text-align: center;
      }

      .panel {
        padding: 18px;
      }

      .panel.coach-card {
        margin-inline: 0;
      }

      .coach-card-body {
        padding: 18px 20px 24px;
      }

      .coach-photo {
        aspect-ratio: 3 / 4;
        object-position: center 44%;
      }

      .section {
        padding: 56px 0;
      }

      .section h3 {
        font-size: 1.72rem;
      }

      .section-intro {
        font-size: 0.98rem;
        line-height: 1.65;
      }

      .pillars {
        gap: 14px;
      }

      .book-session {
        padding: 26px 18px 32px;
      }

      .footer-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.25rem;
        padding: 2rem 1.25rem;
      }

      .footer-row {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        width: 100%;
      }

      .footer-links {
        justify-content: center;
      }

      .footer-legal {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
      }

      .footer-legal__sep {
        display: none;
      }

      .footer-legal a {
        display: block;
        padding: 0.65rem 1rem;
      }
    }

    /* Program prospectus pages — editorial shell aligned with adaptation.html */
    .program-prospectus .hero-sheet {
      text-align: center;
    }

    .program-prospectus h1 {
      font-family: var(--font-serif);
      font-size: clamp(2rem, 4.5vw, 2.85rem);
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.18;
      color: var(--ink);
      text-wrap: balance;
    }

    .program-prospectus .kicker {
      font-family: var(--font-sans);
      font-weight: 500;
      font-size: clamp(0.82rem, 2.2vw, 0.95rem);
      letter-spacing: 0.04em;
      text-transform: none;
      opacity: 0.88;
      max-width: 52ch;
      margin-left: auto;
      margin-right: auto;
    }

    .program-prospectus .hero-cta {
      justify-content: center;
    }

    html.program-page,
    html.program-page body {
      background-color: var(--newsprint);
    }

    .exam-boards-chips-flex {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0.8rem 0 1.5rem 0;
    }

    .exam-board-chip {
      background: #fdfbf7;
      border: 1px solid rgba(28, 27, 24, 0.25);
      padding: 4px 12px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 700;
      font-size: 0.7rem;
      letter-spacing: 0.05em;
      color: #1c1b18;
      border-radius: 0 !important;
      display: inline-block;
    }

    .timetable-print-matrix {
      width: 100%;
      border-collapse: collapse;
      margin-top: 0.8rem;
      font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .timetable-print-matrix th {
      font-size: 0.65rem;
      letter-spacing: 0.05em;
      color: rgba(28, 27, 24, 0.5);
      padding: 8px 0;
      text-align: left;
      border-bottom: 1px solid #1c1b18;
      text-transform: uppercase;
      font-weight: 700;
    }

    .timetable-print-matrix td {
      padding: 10px 0;
      border-bottom: 1px solid rgba(28, 27, 24, 0.1);
      font-size: 0.85rem;
      vertical-align: middle;
      color: #1c1b18;
    }

    .timetable-print-matrix tbody tr:last-child td {
      border-bottom: none;
    }

    .timetable-matrix-date {
      font-family: 'Newsreader', serif;
      font-style: italic;
      font-size: 1.15rem;
      color: #1c1b18;
      padding: 10px 0;
    }

    .timetable-matrix-time {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 700;
      font-size: 0.65rem;
      letter-spacing: 0.05em;
      color: #b54b32;
      text-transform: uppercase;
    }

    .enrollment-form {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 420px;
      margin: 1.75rem auto 0;
      text-align: left;
    }

    .direct-enrollment-card .enrollment-form input[type="text"],
    .direct-enrollment-card .enrollment-form input[type="email"],
    .direct-enrollment-card .enrollment-form input[type="tel"],
    .direct-enrollment-card .enrollment-form select {
      width: 100%;
      padding: 12px;
      background: #fdfbf7;
      border: 1px solid #1c1b18;
      border-radius: 0 !important;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.85rem;
      margin-bottom: 0.75rem;
      box-sizing: border-box;
      color: #1c1b18;
    }

    .direct-enrollment-card .enrollment-form select {
      cursor: pointer;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231c1b18' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      padding-right: 2rem;
    }

    .direct-enrollment-card .enrollment-form input[type="text"]::placeholder,
    .direct-enrollment-card .enrollment-form input[type="email"]::placeholder,
    .direct-enrollment-card .enrollment-form input[type="tel"]::placeholder {
      color: rgba(28, 27, 24, 0.45);
    }

    .direct-enrollment-card .enrollment-form .enrollment-btn {
      width: 100%;
      margin-top: 0.75rem;
      margin-bottom: 0;
      cursor: pointer;
      background: #8b2323;
    }

    .direct-enrollment-card .enrollment-form .enrollment-btn:hover {
      background: #741d1d;
    }
