    /* ─── Reset ─────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    /* ─── Tokens ─────────────────────────────── */
    :root {
      --cream:      #FEFCF8;
      --cream-2:    #F5EDE1;
      --cream-3:    #EBE1D3;
      --ink:        #2A2118;
      --ink-2:      #5C5347;
      --ink-3:      #8A8075;
      --gold:       #C9A96E;
      --gold-2:     #D9BC84;
      --gold-dark:  #B8944F;
      --border:     rgba(42, 33, 24, 0.10);
      --nav-h:      72px;
      --section-py: clamp(80px, 12vw, 120px);
    }

    /* ─── Base ───────────────────────────────── */
    body.gdj-landing {
      background: var(--cream);
      color: var(--ink);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-x: hidden;
    }

    /* ─── Logo ───────────────────────────────── */
    .logo {
      font-family: 'AustinDeck', 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: 36px;
      letter-spacing: 0.01em;
      text-decoration: none;
      color: var(--cream);
      line-height: 1;
      white-space: nowrap;
      display: inline-block;
      min-width: 150px;
    }
    .logo .du { color: var(--gold); }

    /* ─── Nav ────────────────────────────────── */
    nav.gdj-landing-nav {
      position: fixed;
      inset: 0 0 auto 0;
      height: var(--nav-h);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 clamp(24px, 5vw, 52px);
      z-index: 100;
      background: var(--ink);
    }

    .nav-right {
      display: flex;
      align-items: center;
      gap: 36px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
    }

    .nav-links a {
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(254, 252, 248, 0.65);
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .nav-links a:hover { color: var(--gold); }
    .nav-links a.active { color: var(--gold); }

    .nav-cta {
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink);
      background: var(--gold);
      border: none;
      padding: 8px 20px;
      border-radius: 999px;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.2s ease;
      white-space: nowrap;
    }
    .nav-cta:hover { background: var(--gold-2); transform: translateY(-1px); }

    /* ─── Page Header ────────────────────────── */
    .press-header {
      padding-top: calc(var(--nav-h) + 72px);
      padding-bottom: 64px;
      padding-left: clamp(24px, 5vw, 52px);
      padding-right: clamp(24px, 5vw, 52px);
      background: var(--cream);
      border-bottom: 1px solid var(--border);
    }

    .page-eyebrow {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold-dark);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .page-eyebrow::before {
      content: '';
      width: 32px;
      height: 2px;
      background: var(--gold);
    }

    .press-header h1 {
      font-family: 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: clamp(44px, 7vw, 72px);
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: var(--ink);
      margin-bottom: 20px;
    }

    .press-header p {
      font-size: 17px;
      color: var(--ink-2);
      max-width: 540px;
      line-height: 1.7;
    }

    /* ─── Main Content ───────────────────────── */
    .press-main {
      max-width: 1100px;
      margin: 0 auto;
      padding: var(--section-py) clamp(24px, 5vw, 52px);
    }

    /* ─── Boilerplate ────────────────────────── */
    .boilerplate {
      max-width: 680px;
      margin-bottom: 96px;
    }

    .section-label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold-dark);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-label::before {
      content: '';
      width: 24px;
      height: 1px;
      background: var(--gold);
    }

    .boilerplate h2 {
      font-family: 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: clamp(26px, 3.5vw, 34px);
      line-height: 1.25;
      color: var(--ink);
      margin-bottom: 24px;
    }

    .boilerplate p {
      font-size: 17px;
      color: var(--ink-2);
      line-height: 1.8;
      margin-bottom: 20px;
    }
    .boilerplate p:last-child { margin-bottom: 0; }

    /* ─── Two-column grid ────────────────────── */
    .press-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: start;
      margin-bottom: 96px;
    }

    /* ─── Key Facts ──────────────────────────── */
    .facts-block h3 {
      font-family: 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: 28px;
      color: var(--ink);
      margin-bottom: 28px;
    }

    .fact-row {
      display: flex;
      align-items: baseline;
      gap: 16px;
      padding: 16px 0;
      border-bottom: 1px solid var(--border);
    }
    .fact-row:first-of-type { border-top: 1px solid var(--border); }

    .fact-key {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink-3);
      min-width: 120px;
      flex-shrink: 0;
    }

    .fact-val {
      font-size: 15px;
      color: var(--ink);
      line-height: 1.5;
    }

    .fact-val em {
      font-style: italic;
      color: var(--ink-2);
    }

    /* ─── Brand Assets ───────────────────────── */
    .assets-block h3 {
      font-family: 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: 28px;
      color: var(--ink);
      margin-bottom: 28px;
    }

    .asset-item {
      padding: 20px 0;
      border-bottom: 1px solid var(--border);
    }
    .asset-item:first-of-type { border-top: 1px solid var(--border); }

    .asset-label {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink-3);
      margin-bottom: 10px;
    }

    .asset-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 500;
      color: var(--gold-dark);
      text-decoration: none;
      letter-spacing: 0.02em;
      transition: color 0.2s;
    }
    .asset-link:hover { color: var(--ink); }
    .asset-link::before {
      content: '↓';
      font-size: 14px;
    }

    /* Color swatches */
    .color-swatches {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .swatch {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .swatch-dot {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid rgba(42, 33, 24, 0.12);
      flex-shrink: 0;
    }

    .swatch-name {
      font-size: 12px;
      color: var(--ink-2);
      white-space: nowrap;
    }

    /* Typeface */
    .typeface-sample {
      font-family: 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: 28px;
      color: var(--ink);
      line-height: 1.2;
      margin-bottom: 6px;
    }
    .typeface-credit {
      font-size: 12px;
      color: var(--ink-3);
    }

    /* ─── Press Contact ──────────────────────── */
    .press-contact {
      background: var(--cream-2);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 52px clamp(32px, 5vw, 64px);
      margin-bottom: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .press-contact h2 {
      font-family: 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: clamp(28px, 4vw, 38px);
      color: var(--ink);
      margin-bottom: 12px;
    }

    .press-contact p {
      font-size: 15px;
      color: var(--ink-2);
      max-width: 400px;
    }

    .contact-email-link {
      font-family: 'AustinHeadline', Georgia, serif;
      font-weight: 300;
      font-size: clamp(20px, 3vw, 28px);
      color: var(--gold-dark);
      text-decoration: none;
      letter-spacing: -0.01em;
      white-space: nowrap;
      transition: color 0.2s;
      flex-shrink: 0;
    }
    .contact-email-link:hover { color: var(--ink); }

    /* ─── Footer note ────────────────────────── */
    .press-note {
      font-size: clamp(16px, 2.2vw, 18px);
      line-height: 1.55;
      color: var(--ink-3);
      font-style: italic;
      text-align: center;
      padding: 0 0 48px;
      max-width: 560px;
      margin: 0 auto;
    }

    /* ─── Footer ─────────────────────────────── */
    footer {
      background: var(--ink);
      padding: 56px clamp(24px, 5vw, 52px);
    }
    .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }
    .footer-brand .logo {
      display: block;
      margin-bottom: 16px;
    }
    .footer-meta {
      font-size: 12px;
      color: rgba(254, 252, 248, 0.4);
      line-height: 1.9;
    }
    .footer-meta a {
      color: rgba(254, 252, 248, 0.4);
      text-decoration: none;
      transition: color 0.2s;
    }
    .footer-meta a:hover { color: rgba(254, 252, 248, 0.7); }

    .footer-right {
      display: flex;
      gap: 48px;
    }
    .footer-col h4 {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(254, 252, 248, 0.6);
      margin-bottom: 16px;
    }
    .footer-col a {
      display: block;
      font-size: 13px;
      color: rgba(254, 252, 248, 0.5);
      text-decoration: none;
      margin-bottom: 10px;
      transition: color 0.2s;
    }
    .footer-col a:hover { color: var(--gold); }

    /* ─── Responsive ─────────────────────────── */
    @media (max-width: 900px) {
      .press-grid { grid-template-columns: 1fr; gap: 64px; }
    }

    @media (max-width: 768px) {
      .footer-right { flex-direction: column; gap: 32px; }
    }

    @media (max-width: 600px) {
      nav.gdj-landing-nav { height: 64px; }
      .press-header { padding-top: calc(64px + 48px); }
      .press-contact { flex-direction: column; }
      .footer-inner { flex-direction: column; }
    }

    /* ─── Dark Mode ──────────────────────────── */
    @media (prefers-color-scheme: dark) {
      :root {
        --cream:      #1E1A14;
        --cream-2:    #252018;
        --cream-3:    #2E2820;
        --ink:        #F0EBE0;
        --ink-2:      rgba(240,235,224,0.75);
        --gold:       #C9A96E;
        --gold-2:     #E8C988;
        --gold-dark:  #C9A96E;
        --border:     rgba(240,235,224,0.10);
      }
      body.gdj-landing { background-color: var(--cream); color: var(--ink); }
      .logo { color: #F0EBE0 !important; }
      .logo .du { color: var(--gold) !important; }
      nav.gdj-landing-nav { background: rgba(22,18,14,0.97) !important; }
      footer { background: #0D0B09 !important; }
      .swatch-dot { border-color: rgba(240,235,224,0.15) !important; }
    }
