/* The Journal — index + article (extracted from the prototypes) */
/* Category tokens (--pillar-* / .p-*), .cat/.cat__dot and .reveal live in shared.css. */

  /* ── masthead (oversized wordmark + meta) ─────────────────────────────── */
  .masthead { padding: 56px 0 0; }
  .masthead__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
  .masthead__word {
    font-family: var(--font-display); text-transform: uppercase; font-weight: 700; margin: 0;
    font-size: clamp(54px, 12vw, 150px); line-height: 0.8; letter-spacing: 0.004em;
  }
  .masthead__word .dot { color: var(--y); }
  .masthead__meta { display: flex; align-items: flex-start; gap: 36px; padding-top: 12px; flex: none; }
  .masthead__sub { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.5; max-width: 26ch; text-align: right; }
  .masthead__all { font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--y); text-decoration: none; white-space: nowrap; display: inline-flex; gap: 8px; align-items: center; }
  .masthead__all .arr { transition: transform .15s ease; }
  .masthead__all:hover .arr { transform: translateX(4px); }
  @media (max-width: 820px){
    .masthead__top { flex-direction: column; gap: 20px; }
    .masthead__meta { flex-direction: column; gap: 14px; align-items: flex-start; }
    .masthead__sub { text-align: left; }
  }

  .dotrule { border-top: 2px dotted color-mix(in srgb, var(--ink) 32%, transparent); margin-top: 34px; }

  /* ── featured (left) + list (right) split ─────────────────────────────── */
  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  @media (max-width: 900px){ .split { grid-template-columns: 1fr; } }

  .feature {
    position: relative; padding: 64px 64px 72px 8px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center; min-height: 520px;
  }
  .feature__glow {
    position: absolute; inset: 0; pointer-events: none; z-index: 0;
    background: radial-gradient(60% 50% at 50% 44%, color-mix(in srgb, var(--acc) 16%, transparent) 0%, transparent 70%);
  }
  .feature > * { position: relative; z-index: 1; }
  .feature__title {
    font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
    font-size: clamp(36px, 4.6vw, 68px); line-height: 0.9; letter-spacing: 0.004em; margin: 20px 0 0;
  }
  .feature__title a { text-decoration: none; color: var(--ink); transition: color .15s ease; }
  .feature__title a:hover { color: var(--acc); }
  .feature__sf { color: var(--ink-soft); font-size: 17px; line-height: 1.6; margin: 22px 0 0; max-width: 42ch; }
  .feature__by { margin: 18px 0 26px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
  .readmore { font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--y); text-decoration: none; display: inline-flex; align-items: center; gap: 9px; }
  .readmore .arr { transition: transform .15s ease; }
  .readmore:hover .arr { transform: translateX(5px); }

  .split__list { border-left: 1px dotted color-mix(in srgb, var(--ink) 30%, transparent); padding: 16px 0 16px 0; }
  @media (max-width: 900px){ .split__list { border-left: 0; border-top: 2px dotted color-mix(in srgb, var(--ink) 30%, transparent); } }

  .litem { display: block; text-decoration: none; color: var(--ink); padding: 30px 8px 30px 48px; position: relative; }
  .litem + .litem { border-top: 1px dotted color-mix(in srgb, var(--ink) 26%, transparent); }
  @media (max-width: 900px){ .litem { padding-left: 8px; } }
  .litem__title { font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
    font-size: clamp(26px, 2.4vw, 34px); line-height: 0.96; letter-spacing: 0.004em; margin: 12px 0 0; transition: color .15s ease; }
  .litem:hover .litem__title { color: var(--acc); }
  .litem__sf { color: var(--ink-soft); font-size: 15px; line-height: 1.5; margin: 9px 0 0; max-width: 48ch; }
  .litem__rt { display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }

  /* ── archive: filter + product-vibe card grid ────────────────────────── */
  .sec { margin-top: 96px; }
  .sec__head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .sec__head h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: clamp(28px,3.4vw,44px); line-height: 1; margin: 8px 0 0; }
  .sec__head .note { color: var(--ink-mute); font-size: 13px; max-width: 38ch; }

  .filter { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
  .filter button { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--ink-soft); background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; cursor: pointer; transition: all .14s ease; }
  .filter button .cat__dot { width: 7px; height: 7px; }
  .filter button:hover { color: var(--ink); border-color: #3a3a3a; }
  .filter button[aria-pressed="true"] { color: #0a0a0a; background: var(--y); border-color: var(--y); }
  .filter button[aria-pressed="true"] .cat__dot { display: none; }

  .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
  @media (max-width: 900px){ .grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px){ .grid { grid-template-columns: 1fr; } }

  .card { display: flex; flex-direction: column; text-decoration: none; color: var(--ink);
    background: var(--paper-2); border: 1px solid var(--line);
    border-radius: 0 0 0 48px;   /* signature: single bottom-left corner, as the product tiles */
    overflow: hidden;
    transition: transform .4s cubic-bezier(.16,1,.3,1), border-color .25s ease, box-shadow .4s cubic-bezier(.16,1,.3,1); }
  @media (max-width: 600px){ .card { border-radius: 0 0 0 36px; } }
  .card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--acc) 55%, transparent);
    box-shadow: 0 28px 60px -30px color-mix(in srgb, var(--acc) 80%, transparent); }
  .card__media { aspect-ratio: 16 / 10; position: relative; overflow: hidden; background: #060606; }
  .card__media .atmos, .card__media .photo { position: absolute; inset: 0; }
  .card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
  .card:hover .card__media img { transform: scale(1.05); }
  .card__body { padding: 22px 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
  .card__title { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; line-height: 0.96; letter-spacing: 0.004em; font-size: 25px; margin: 14px 0 0; transition: color .15s ease; }
  .card:hover .card__title { color: var(--acc); }
  .card__sf { color: var(--ink-soft); font-size: 14px; line-height: 1.5; margin: 10px 0 16px; flex: 1; }
  .card__rt { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
  .card.is-hidden { display: none; }

  /* ── Instinct crossover band — the colour break IS the ad ─────────────── */
  .crossover { background: #faf8f3; color: #0a0a0a; margin-top: 112px; }  /* matches the lightened Instinct paper */
  .crossover__inner { max-width: 1200px; margin: 0 auto; padding: 72px 32px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
  @media (max-width: 820px){ .crossover__inner { grid-template-columns: 1fr; gap: 28px; } }
  .crossover .eyebrow { color: #0a0a0a; }
  .crossover h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: clamp(34px,5vw,62px); line-height: 0.9; margin: 14px 0 0; }
  .crossover h3 .dot { color: #0a0a0a; }   /* Instinct lives in the cream world — its dot is black, never yellow */
  .crossover p { font-size: 18px; color: #4a463f; max-width: 46ch; margin: 18px 0 26px; }
  .crossover .serif-it { color: #0a0a0a; }
  .crossover__aside { border-left: 2px solid var(--y); padding-left: 24px; }
  .crossover__aside .iss { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 22px; line-height: 1; }
  .crossover__aside .iss + .iss { margin-top: 18px; }
  .crossover__aside .iss span { display: block; font-family: var(--font-body); font-weight: 600; font-size: 13px; color: #837c70; letter-spacing: 0.04em; text-transform: none; margin-top: 5px; }

  /* base .reveal + @keyframes rise live in shared.css; just the grid stagger here */
  @media (prefers-reduced-motion: no-preference) {
    .grid .reveal:nth-child(3n+2) { animation-delay: .06s; }
    .grid .reveal:nth-child(3n+3) { animation-delay: .12s; }
  }

/* Category tokens (--pillar-* / .p-*), .cat/.cat__dot and .reveal live in shared.css.
     The article sets its category/featured class on <body> so the accent flows through. */

  /* ── article header ───────────────────────────────────────────────────── */
  .ahead { padding: 64px 0 0; }
  .ahead__inner { width: 100%; max-width: 820px; margin: 0 auto; padding: 0 32px; }
  .ahead .cat { margin-bottom: 20px; }
  .ahead__title {
    font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
    font-size: clamp(40px, 6.4vw, 88px); line-height: 0.9; letter-spacing: 0.004em; margin: 0;
  }
  .ahead__sf { color: var(--ink-soft); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.55; margin: 26px 0 0; max-width: 60ch; }
  .ahead__by { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 32px 0 0; }
  .ahead__by .name { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
  .ahead__by .readtime { margin: 0; }

  /* ── hero (Mode-3 atmospheric, bleeds full-bleed) ─────────────────────── */
  .ahero { margin: 44px 0 0; }
  .ahero__media { position: relative; width: 100%; aspect-ratio: 21 / 9; overflow: hidden; background: #060606;
    border-radius: 0 0 0 64px;   /* signature corner, scaled up for the hero */ }
  @media (max-width: 700px){ .ahero__media { aspect-ratio: 4 / 3; border-radius: 0 0 0 40px; } }
  .ahero__media .atmos, .ahero__media .photo { position: absolute; inset: 0; }
  .ahero__media img { width: 100%; height: 100%; object-fit: cover; }
  .ahero__cap { max-width: 820px; margin: 12px auto 0; padding: 0 32px; font-size: 12px; color: var(--ink-mute); letter-spacing: 0.02em; }

  /* ── article body (the reading column) ────────────────────────────────── */
  .abody { width: 100%; max-width: 720px; margin: 0 auto; padding: 56px 32px 0; }
  .abody > * { margin: 0 0 26px; }
  /* Direct-child only, so it never overrides nested component text
     (pull quote, evidence stat, captions live inside their own blocks). */
  .abody > p { font-size: 19px; line-height: 1.7; color: #e9e7e2; }
  .abody > p > strong { color: var(--ink); }
  .abody h2 {
    font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
    font-size: clamp(28px, 3.4vw, 40px); line-height: 1; letter-spacing: 0.004em;
    color: var(--ink); margin: 52px 0 22px;
  }
  .abody a.inline { color: var(--ink); border-bottom: 1px solid var(--acc, var(--y)); text-decoration: none; transition: background .14s ease, color .14s ease; }
  .abody a.inline:hover { background: var(--acc, var(--y)); color: #0a0a0a; }
  .abody ul { padding-left: 0; list-style: none; }
  .abody li { font-size: 19px; line-height: 1.6; color: #e9e7e2; padding-left: 28px; position: relative; margin: 0 0 14px; }
  .abody li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 8px; height: 8px; background: var(--acc, var(--y)); }

  /* ── pull quote (Playfair, the one reserved serif moment) ─────────────── */
  .pquote { width: 100%; max-width: 860px; margin: 56px auto; padding: 0 32px; text-align: center; }
  .pquote__mark { color: var(--acc, var(--y)); font-family: var(--font-quote); font-size: 80px; line-height: 0.4; display: block; }
  .pquote__text { font-family: var(--font-quote); font-style: italic; font-weight: 400;
    font-size: clamp(32px, 4.8vw, 54px); line-height: 1.22; color: var(--ink); margin: 18px 0 0; }

  /* ── evidence callout (the signature credibility block) ───────────────── */
  .evidence { width: 100%; max-width: 720px; margin: 56px auto; padding: 0 32px; }
  .evidence__card {
    position: relative; padding: 32px 34px; border-radius: 0 0 0 28px;
    background: var(--paper-2);
    background-image: radial-gradient(120% 130% at 0% 0%, color-mix(in srgb, var(--acc) 14%, transparent) 0%, transparent 58%);
    border: 1px solid color-mix(in srgb, var(--acc) 28%, var(--line));
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--acc) 14%, transparent),
                0 24px 70px -34px color-mix(in srgb, var(--acc) 75%, transparent);
  }
  .evidence__tag { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--acc, var(--y)); margin: 0; }
  .evidence__stat { font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
    font-size: clamp(44px, 7vw, 72px); line-height: 0.86; letter-spacing: 0; margin: 14px 0 0; color: var(--ink); }
  .evidence__body { font-size: 16px; line-height: 1.55; color: var(--ink-soft); margin: 14px 0 0; max-width: 52ch; }
  .evidence__src { font-size: 12px; color: var(--ink-mute); margin: 16px 0 0; letter-spacing: 0.02em; }

  /* ── end CTA ──────────────────────────────────────────────────────────── */
  .acta { width: 100%; max-width: 720px; margin: 64px auto 0; padding: 0 32px; }
  .acta__inner { border-top: 2px dotted color-mix(in srgb, var(--ink) 32%, transparent); padding-top: 40px; }
  .acta h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: clamp(28px,3.6vw,44px); line-height: 0.95; margin: 0 0 10px; }
  .acta p { color: var(--ink-soft); font-size: 17px; margin: 0 0 24px; max-width: 50ch; }

  /* ── related (pillar siblings) ────────────────────────────────────────── */
  .related { margin-top: 96px; }
  .related__head { display: flex; align-items: baseline; gap: 14px; }
  .related__head h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: clamp(24px,3vw,34px); line-height: 1; margin: 0; }
  .rgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; }
  @media (max-width: 900px){ .rgrid { grid-template-columns: 1fr; } }
  .rcard { display: block; text-decoration: none; color: var(--ink); padding: 26px 26px 30px;
    background: var(--paper-2); border: 1px solid var(--line); border-radius: 0 0 0 36px;
    transition: transform .4s cubic-bezier(.16,1,.3,1), border-color .25s ease, box-shadow .4s cubic-bezier(.16,1,.3,1); }
  .rcard:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--acc) 55%, transparent);
    box-shadow: 0 28px 60px -30px color-mix(in srgb, var(--acc) 80%, transparent); }
  .rcard .cat { margin-bottom: 12px; }
  .rcard__title { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 23px; line-height: 0.98; letter-spacing: 0.004em; margin: 0; transition: color .15s ease; }
  .rcard:hover .rcard__title { color: var(--acc); }
  .rcard__rt { display: inline-block; margin-top: 14px; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }

  /* .reveal + @keyframes rise live in shared.css */
