/* ── SELF-HOSTED FONTS ── */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.woff2') format('woff2');
}

/* ═══════════════════════════════════════════════════
   KELSEY LABELLE · UNIFIED STYLESHEET
   Generated from per-page CSS for Netlify deployment
   ═══════════════════════════════════════════════════ */

/* ── SHARED FOUNDATIONS ── */
:root {
    --parchment: #F0EBE0;
    --forest: #1C2118;
    --botanical: #3D5C2E;
    --botanical-light: #6B8F52;
    --botanical-mid: #8FAF6A;
    --botanical-pale: #C8DBA8;
    --botanical-faint: #EAF2DC;
    --botanical-text: #C8D8B8;
    --terracotta: #B85530;
    --terracotta-pale: #F5DDD4;
    --body: #4A4840;
    --white: #FDFAF5;
    --cream: #F5F0E8;
    --forest-light: #E8EDE4;
    --forest-pale: #F2F5EE;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--parchment);
    color: var(--forest);
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 18px; line-height: 1.7; overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: var(--forest);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 48px; height: 60px;
  }
  .nav-logo { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 700; font-style: italic; color: var(--forest-light); text-decoration: none; }
  .nav-logo span { color: #D4733C; } /* accessibility override: #D4733C = 4.93:1 on Forest, vs --terracotta 3.42:1 */
  .nav-tagline { font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--botanical-mid); margin-left: 18px; position: relative; padding-left: 18px; }
  .nav-tagline::before { content: "·"; position: absolute; left: 4px; top: 50%; transform: translateY(-50%); color: var(--botanical-mid); font-size: 14px; opacity: 0.7; }
  .nav-left { display: flex; align-items: center; }
  .nav-right { display: flex; align-items: center; gap: 28px; }
  .nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
  .nav-links a { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--botanical-mid); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--forest-light); }
  .nav-cta { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #7DA062; border: 1px solid #7DA062; padding: 7px 16px; text-decoration: none; transition: all 0.2s; }
  .nav-cta:hover { background: #7DA062; color: var(--white); }

  /* ── HAMBURGER ── */
  .nav-hamburger {
    display: none;
    background: none; border: none; cursor: pointer;
    width: 44px; height: 44px; position: relative; z-index: 201;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-hamburger span {
    display: block; width: 24px; height: 2.5px; background: var(--botanical-mid);
    position: absolute; left: 10px; transition: all 0.3s ease;
    border-radius: 2px;
  }
  .nav-hamburger span:nth-child(1) { top: 13px; }
  .nav-hamburger span:nth-child(2) { top: 21px; }
  .nav-hamburger span:nth-child(3) { top: 29px; }
  .nav-hamburger.open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

  .mobile-menu {
    display: none; position: fixed; top: 60px; left: 0; right: 0; bottom: 0;
    background: var(--forest); z-index: 199;
    flex-direction: column; align-items: center; justify-content: center; gap: 0;
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
  }
  .mobile-menu.open { opacity: 1; pointer-events: auto; }
  .mobile-menu a {
    font-family: 'Space Mono', monospace; font-size: 16px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--botanical-mid); text-decoration: none;
    padding: 28px 0; transition: color 0.2s, opacity 0.4s ease, transform 0.4s ease;
    display: block; text-align: center; width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0; transform: translateY(10px);
  }
  .mobile-menu a:first-child { border-top: 1px solid rgba(255, 255, 255, 0.06); }
  .mobile-menu.open a {
    opacity: 1; transform: translateY(0);
  }
  .mobile-menu.open a:nth-child(1) { transition-delay: 0.05s; }
  .mobile-menu.open a:nth-child(2) { transition-delay: 0.1s; }
  .mobile-menu.open a:nth-child(3) { transition-delay: 0.15s; }
  .mobile-menu.open a:nth-child(4) { transition-delay: 0.2s; }
  .mobile-menu a:hover, .mobile-menu a.active { color: var(--parchment); }
  .mobile-menu .mobile-cta {
    margin-top: 48px; color: #7DA062; border: 1px solid #7DA062;
    padding: 14px 32px; font-size: 12px; letter-spacing: 0.14em;
    width: auto; border-top: 1px solid #7DA062;
    border-bottom: 1px solid #7DA062;
  }
  .mobile-menu .mobile-cta:hover { background: #7DA062; color: var(--white); }

  /* ── SHARED ── */
  section { position: relative; }
  .section-inner { max-width: 1100px; margin: 0 auto; padding: 144px 48px; }
  .section-eyebrow { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--botanical); margin-bottom: 28px; display: block; }
  .section-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(40px, 5vw, 64px); font-weight: 900; line-height: 1.08; margin-bottom: 36px; color: var(--forest); }
  .section-title em { font-style: italic; color: var(--botanical); }
  .section-body { font-size: 19px; line-height: 1.8; color: var(--body); max-width: 720px; }
  .section-body + .section-body { margin-top: 24px; }
  .section-body strong { color: var(--forest); font-weight: 600; }

  .btn-primary { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; background: var(--botanical); color: var(--white); padding: 20px 38px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; box-shadow: 0 2px 6px rgba(28,33,24,0.12), 0 6px 18px rgba(61,92,46,0.22); display: inline-block; }
  .btn-primary:hover { background: var(--forest); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(28,33,24,0.16), 0 12px 28px rgba(28,33,24,0.22); }
  .btn-secondary { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--botanical); border: 1px solid var(--botanical); padding: 18px 34px; text-decoration: none; transition: all 0.2s; display: inline-block; }
  .btn-secondary:hover { background: var(--botanical); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(61,92,46,0.22); }

  /* Scroll offset for fixed nav on all pages */
  #talk { scroll-margin-top: 72px; }
  #receipts { scroll-margin-top: 72px; }

/* ═══════════════════════════════════════════════════
   PAGE: INDEX (HOME)
   ═══════════════════════════════════════════════════ */
/* ── 1. HERO ── */
  .hero {
    min-height: 100vh;
    display: flex; align-items: center;
    padding: 140px 48px 110px;
    background: var(--parchment);
    position: relative; overflow: hidden;
  }
  .hero-photo {
    position: absolute; inset: 0; z-index: 0;
    background: url('../images/mick-haupt-gUGdVsotwn8-unsplash.webp') center 40% / cover no-repeat;
    filter: saturate(0.82) brightness(1.04);
  }
  .hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background:
      linear-gradient(to right, rgba(240,235,224,0.92) 0%, rgba(240,235,224,0.78) 55%, rgba(240,235,224,0.62) 100%),
      linear-gradient(to bottom, rgba(240,235,224,0.20) 0%, rgba(240,235,224,0.55) 100%);
  }
  .hero-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; width: 100%; }
  .hero-eyebrow { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--botanical); margin-bottom: 32px; display: block; }
  .hero-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(60px, 8vw, 120px); font-weight: 900; line-height: 1.0;
    color: var(--forest); margin-bottom: 44px; max-width: 1000px;
    text-shadow: 0 1px 2px rgba(240,235,224,0.95), 0 2px 24px rgba(240,235,224,0.9);
  }
  .hero-headline em { font-style: italic; color: var(--botanical); }
  .hero-headline strong { font-weight: 900; color: var(--botanical); font-style: normal; }

  /* ── Cycling headline animation ── */
  .cycle-word {
    display: block;
    position: relative;
    color: var(--forest);
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
  }
  .cycle-word .word {
    display: inline-block;
    transition: opacity 220ms ease, transform 220ms ease;
  }
  .cycle-word.swapping .word {
    opacity: 0;
    transform: translateY(-6px);
  }
  .period {
    display: inline-block;
    opacity: 0;
    transition: opacity 1200ms ease;
    color: var(--botanical);
    font-weight: 900;
  }
  .period.visible { opacity: 1; }
  .hero-positioning {
    max-width: 680px;
    margin-bottom: 32px;
  }
  .hero-positioning-label {
    display: block;
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--botanical);
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(240,235,224,0.95);
  }
  .hero-positioning-statement {
    display: block;
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 19px;
    line-height: 1.5;
    color: var(--forest);
    text-shadow: 0 1px 2px rgba(240,235,224,0.95), 0 2px 12px rgba(240,235,224,0.9);
  }
  .hero-subhead {
    font-size: 22px; line-height: 1.65; color: var(--forest);
    max-width: 680px; margin-bottom: 52px;
    text-shadow: 0 1px 2px rgba(240,235,224,0.95), 0 2px 18px rgba(240,235,224,0.9);
  }
  .hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
  .hero-sig {
    margin-top: 72px; font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--botanical);
  }
  .hero-sig span { color: var(--terracotta); font-style: italic; text-transform: none; letter-spacing: 0.02em; font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; }

  /* ── 2. VILLAIN ── */
  .villain { background: var(--forest); }
  .villain .section-eyebrow { color: #D4733C; } /* accessibility: 4.93:1 on Forest */
  .villain .section-title { color: var(--forest-light); }
  .villain .section-title em { color: var(--terracotta); }
  .villain .section-body { color: var(--botanical-text); font-size: 19px; }
  .villain .section-body strong { color: var(--forest-light); }

  .archetypes {
    margin: 72px 0 64px;
    display: grid; grid-template-columns: 1fr; gap: 20px;
    max-width: 820px;
  }
  .archetype {
    background: #1E2A1A;
    padding: 36px 44px;
    display: grid; grid-template-columns: 60px 1fr; gap: 28px; align-items: baseline;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 10px 32px rgba(0,0,0,0.22);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  }
  .archetype:hover {
    background: #253020; transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.24), 0 16px 44px rgba(0,0,0,0.30);
  }
  .archetype-num { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.18em; color: #D4733C; } /* accessibility: 4.51:1 on card bg */
  .archetype-text { font-family: 'Playfair Display', Georgia, serif; font-size: 21px; line-height: 1.45; font-style: italic; color: var(--forest-pale); }
  .archetype-text strong { color: var(--terracotta-pale); font-weight: 700; font-style: normal; }

  .villain-kicker {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 3vw, 38px); font-style: italic; font-weight: 700;
    color: var(--terracotta); line-height: 1.35;
    max-width: 820px;
    margin-top: 16px;
  }

  /* ── 3. THE ONE BELIEF ── */
  .belief {
    background: var(--white); position: relative; overflow: hidden;
  }
  .belief::after {
    content: ""; position: absolute; right: -80px; top: 80px;
    width: 460px; height: 560px;
    background: url('../images/annie-spratt-hX_hf2lPpUU-unsplash.webp') right center / cover no-repeat;
    opacity: 0.12; pointer-events: none; z-index: 0;
  }
  .belief .section-inner { position: relative; z-index: 1; }
  .belief-statement {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(42px, 5.5vw, 68px); font-weight: 900; line-height: 1.08;
    color: var(--forest); max-width: 860px; margin-bottom: 48px;
  }
  .belief-statement em { font-style: italic; color: var(--botanical); }
  .belief-proof { font-size: 19px; line-height: 1.8; color: var(--body); max-width: 720px; }
  .belief-proof + .belief-proof { margin-top: 22px; }
  .belief-proof strong { color: var(--forest); font-weight: 600; }

  .belief-receipt {
    margin-top: 64px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 36px;
    max-width: 820px;
    padding-top: 56px;
  }
  .belief-receipt-num {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: clamp(108px, 18vw, 220px);
    line-height: 0.82;
    color: var(--botanical);
    letter-spacing: -0.04em;
    font-feature-settings: "lnum";
  }
  .belief-receipt-num .unit {
    font-size: 0.42em;
    vertical-align: super;
    margin-left: 4px;
    color: var(--botanical-light);
  }
  .belief-receipt-copy {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 20px;
    line-height: 1.45;
    color: var(--forest);
    max-width: 340px;
  }
  .belief-receipt-copy em { font-style: italic; color: var(--botanical); }
  .belief-receipt-caption {
    display: block;
    margin-top: 14px;
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--botanical-light);
  }
  @media (max-width: 700px) {
    .belief-receipt { grid-template-columns: 1fr; gap: 12px; }
  }
  .belief-footer {
    margin-top: 56px; padding-top: 28px;
    font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--botanical);
    max-width: 720px;
  }

  /* ── 4. RECEIPTS (staggered reveal) ── */
  .receipts { background: var(--parchment); padding: 0; }
  .receipts-header { max-width: 1100px; margin: 0 auto; padding: 144px 48px 72px; }
  .receipts-header .section-body { font-size: 19px; }

  .beat { padding: 104px 48px; }
  .beat:nth-child(even) { background: rgba(61,92,46,0.035); }
  .beat-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: minmax(260px, 460px) 1fr; gap: 72px; align-items: center;
  }
  .beat-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(96px, 14vw, 200px); font-weight: 900; line-height: 0.9;
    color: var(--botanical);
  }
  .beat-num .unit { font-size: 0.45em; color: var(--botanical); vertical-align: super; font-weight: 700; }
  .beat-copy {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 2.3vw, 28px); line-height: 1.45; font-weight: 700;
    color: var(--forest);
  }
  .beat-copy em { font-style: italic; color: var(--botanical); font-weight: 700; }
  .beat-copy strong,
  .belief-receipt-copy strong { font-weight: 700; color: var(--botanical); font-style: normal; }
  .beat-caption {
    margin-top: 18px; font-family: 'Space Mono', monospace; font-size: 11px;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--body);
    line-height: 1.7;
  }
  .beat:nth-child(even) .beat-inner { grid-template-columns: 1fr minmax(260px, 460px); }
  .beat:nth-child(even) .beat-num { order: 2; text-align: right; }
  .beat:nth-child(even) .beat-copy { order: 1; text-align: right; }

  .receipts-footer {
    text-align: center; padding: 128px 48px 152px;
  }
  .receipts-footer-quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 3.2vw, 40px); font-style: italic; font-weight: 700;
    color: var(--forest); line-height: 1.35; max-width: 820px; margin: 0 auto;
  }
  .receipts-footer-quote em { color: var(--terracotta); }

  /* ── 5. LET'S TALK ── */
  .talk { background: var(--forest); position: relative; overflow: hidden; }
  .talk::before {
    content: ""; position: absolute; left: -120px; bottom: -80px;
    width: 500px; height: 560px;
    background: url('../images/dhoomil-sheta-ho_LLwYupCM-unsplash.webp') left bottom / cover no-repeat;
    opacity: 0.10; filter: saturate(0.5); pointer-events: none; z-index: 0;
  }
  .talk .section-inner { position: relative; z-index: 1; }
  .talk .section-eyebrow { color: var(--botanical-light); }
  .talk .section-title { color: var(--forest-light); }
  .talk .section-title em { color: var(--botanical-light); }
  .talk-body { font-size: 19px; line-height: 1.8; color: var(--botanical-text); max-width: 720px; margin-bottom: 48px; }
  .talk-body strong { color: var(--forest-light); font-weight: 600; }
  .talk-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
  .talk .btn-secondary { color: var(--botanical-light); border-color: var(--botanical-light); }
  .talk .btn-secondary:hover { background: var(--botanical-light); color: var(--forest); }

  /* ── FOOTER ── */
  footer {
    background: #141610; padding: 40px 48px;
    display: flex; justify-content: space-between; align-items: center;
    border-top: 3px solid var(--botanical);
    flex-wrap: wrap;
  }
  .footer-left { font-family: 'Playfair Display', Georgia, serif; font-size: 14px; font-style: italic; color: var(--botanical-mid); }
  .footer-left span { color: #D4733C; } /* accessibility: 5.48:1 on footer bg */
  .footer-right { display: flex; gap: 28px; }
  .footer-right a { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--botanical-mid); text-decoration: none; transition: color 0.2s; }
  .footer-right a:hover { color: var(--forest-light); }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  .hero-eyebrow { animation: fadeUp 0.6s ease both; }
  .hero-headline { animation: fadeUp 0.7s 0.1s ease both; }
  .hero-subhead { animation: fadeUp 0.7s 0.2s ease both; }
  .hero-actions { animation: fadeUp 0.7s 0.3s ease both; }
  .hero-sig { animation: fadeUp 0.7s 0.4s ease both; }

  @media (max-width: 900px) {
    nav { padding: 0 24px; }
    .nav-links, .nav-tagline, .nav-cta { display: none; }
    .nav-hamburger { display: block; }
    .mobile-menu { display: flex; }
    .hero { padding: 110px 24px 70px; }
    .section-inner { padding: 88px 24px; }
    .archetype { grid-template-columns: 1fr; gap: 10px; padding: 24px 28px; }
    .beat { padding: 64px 24px; }
    .beat-inner { grid-template-columns: 1fr; gap: 20px; }
    .beat:nth-child(even) .beat-inner { grid-template-columns: 1fr; }
    .beat:nth-child(even) .beat-num, .beat:nth-child(even) .beat-copy { order: initial; text-align: left; }
    .receipts-header { padding: 88px 24px 56px; }
    .receipts-footer { padding: 80px 24px 100px; }
    footer { flex-direction: column; gap: 14px; text-align: center; }
  }

  @media (max-width: 600px) {
    nav { padding: 0 18px; height: 56px; }
    .nav-logo { font-size: 16px; }
    .nav-cta { font-size: 9px; padding: 6px 12px; letter-spacing: 0.12em; }
    .nav-right { gap: 16px; }
    .mobile-menu { top: 56px; }
    .mobile-menu a { font-size: 14px; padding: 24px 0; }

    .hero { padding: 92px 20px 64px; }
    .hero-headline { font-size: clamp(42px, 13vw, 60px); line-height: 1.02; margin-bottom: 24px; }
    .cycle-word { display: block !important; }
    .hero-headline em { display: inline; }
    .hero-headline strong { display: inline; }
    .hero-headline .period { display: inline; }
    .hero-positioning { margin-bottom: 24px; }
    .hero-positioning-label { font-size: 10px; letter-spacing: 0.14em; margin-bottom: 10px; }
    .hero-positioning-statement { font-size: 16px; line-height: 1.45; }
    .hero-subhead { font-size: 18px; line-height: 1.6; margin-bottom: 40px; }
    .hero-actions { gap: 12px; }
    .hero-sig { margin-top: 56px; font-size: 9px; }
    .hero-sig span { font-size: 12px; }
    .hero-sig .hero-sig-sep { display: none; }
    .hero-sig span:not(.hero-sig-sep) { display: block; margin-top: 6px; }

    .section-inner { padding: 72px 20px; }
    .section-title { font-size: clamp(32px, 8vw, 44px); margin-bottom: 28px; }
    .section-body { font-size: 17px; line-height: 1.75; }
    .section-eyebrow { font-size: 10px; margin-bottom: 22px; }

    .archetypes { margin: 48px 0 44px; gap: 14px; }
    .archetype { padding: 22px 22px; }
    .archetype-num { font-size: 9px; }
    .archetype-text { font-size: 17px; line-height: 1.5; }

    .villain-kicker { font-size: 22px; line-height: 1.4; margin-top: 12px; }

    .belief::after { display: none; }
    .belief-statement { font-size: clamp(32px, 8.5vw, 46px); margin-bottom: 36px; }
    .belief-proof { font-size: 17px; line-height: 1.75; }
    .belief-receipt { margin-top: 48px; padding-top: 40px; gap: 14px; }
    .belief-receipt-num { font-size: clamp(84px, 26vw, 120px); }
    .belief-receipt-copy { font-size: 18px; line-height: 1.45; }
    .belief-footer { margin-top: 44px; padding-top: 22px; font-size: 9px; }

    .beat { padding: 52px 20px; }
    .beat-num { font-size: clamp(76px, 22vw, 120px); line-height: 0.9; }
    .beat-copy { font-size: 20px; line-height: 1.4; }
    .beat-caption { margin-top: 12px; font-size: 10px; }
    .receipts-header { padding: 72px 20px 40px; }
    .receipts-footer { padding: 60px 20px 80px; }
    .receipts-footer-quote { font-size: 22px; line-height: 1.4; }

    .talk::before { width: 320px; height: 360px; }
    .talk-body { font-size: 17px; margin-bottom: 36px; }
    .talk-actions { gap: 12px; flex-direction: column; align-items: stretch; }
    .talk-actions .btn-primary,
    .talk-actions .btn-secondary { text-align: center; }

    .btn-primary { padding: 16px 28px; font-size: 10px; }
    .btn-secondary { padding: 14px 24px; font-size: 10px; }

    footer { padding: 32px 20px; }
    .footer-right { flex-wrap: wrap; justify-content: center; gap: 18px; }
    .footer-right a { min-height: 44px; display: inline-flex; align-items: center; }
  }


/* ═══════════════════════════════════════════════════
   PAGE: ABOUT
   ═══════════════════════════════════════════════════ */
  .identify { padding-top: 60px; position: relative; overflow: hidden; }
  .identify .bg-hero {
    position: absolute; inset: 0;
    background: url('../images/jonas-denil-vHwWmuWgoRw-unsplash.webp') center / cover no-repeat;
    pointer-events: none;
  }
  .identify .bg-hero::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(240,235,224,0.88) 0%,
      rgba(240,235,224,0.82) 50%,
      rgba(240,235,224,0.92) 100%
    );
    pointer-events: none;
  }
  .identify .section-inner { padding-top: 120px; padding-bottom: 96px; position: relative; z-index: 1; }
  .identify-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 48px;
    align-items: center;
    max-width: 880px;
  }
  .headshot {
    width: 200px; height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--cream);
    box-shadow: 0 2px 6px rgba(28,33,24,0.10), 0 14px 36px rgba(28,33,24,0.14);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .headshot:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(28,33,24,0.12), 0 20px 48px rgba(28,33,24,0.18);
  }
  .headshot img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .identify-copy {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.4;
    font-weight: 700;
    color: var(--forest);
  }
  .identify-copy em { font-style: italic; color: var(--botanical); }
  .identify-meta {
    margin-top: 20px;
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--botanical);
    font-weight: 400;
  }

  .pull-quote {
    background: var(--terracotta);
    position: relative;
    overflow: hidden;
  }
  .pull-quote-bg {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    width: auto;
    opacity: 0.18;
    mix-blend-mode: luminosity;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
  }
  .pull-quote .section-inner {
    padding: 80px 48px;
    position: relative;
    z-index: 2;
  }
  .pull-quote-mark {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(80px, 10vw, 140px);
    font-weight: 900;
    line-height: 0.6;
    color: rgba(255, 255, 255, 0.12);
    display: block;
    margin-bottom: 8px;
    user-select: none;
  }
  .homepage-quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 700; font-style: italic;
    line-height: 1.4;
    color: var(--parchment);
    max-width: 860px;
  }
  .homepage-quote-attr {
    font-family: 'Space Mono', monospace;
    font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(240, 235, 224, 0.7);
    margin-top: 28px;
  }

  .story { background: var(--white); }
  .story .section-inner { padding: 128px 48px; }
  .story p { font-size: 19px; line-height: 1.85; color: var(--body); max-width: 720px; }
  .story p + p { margin-top: 32px; }
  .story p strong { color: var(--forest); font-weight: 600; }
  .story .pull {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(26px, 3vw, 36px);
    font-style: italic; font-weight: 700;
    color: var(--forest); line-height: 1.35;
    max-width: 820px;
    margin: 72px 0;
    padding: 10px 0;
  }
  .story .pull em { color: var(--botanical); }

  .philosophy { background: var(--forest); position: relative; overflow: hidden; }
  .philosophy .bg-accent {
    position: absolute; top: 0; right: 0; bottom: 0;
    width: 60%; opacity: 0.18;
    background: url('../images/franci-ee-rrGDuJ5BZO4-unsplash.webp') center / cover no-repeat;
    pointer-events: none;
    mask-image: linear-gradient(to left, rgba(0,0,0,0.8) 0%, transparent 80%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.8) 0%, transparent 80%);
  }
  .philosophy .section-eyebrow { color: var(--botanical-mid); }
  .philosophy .section-title { color: var(--forest-light); }
  .philosophy .section-title em { color: var(--botanical-light); }
  .philosophy p { font-size: 19px; line-height: 1.85; color: var(--botanical-text); max-width: 720px; }
  .philosophy p + p { margin-top: 24px; }
  .philosophy p strong { color: var(--forest-light); font-weight: 600; }

  .values { background: var(--white); }
  .values .section-inner { padding: 128px 48px; }
  .values-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 900px;
  }
  .value-card {
    padding: 36px 40px;
    background: var(--parchment);
    box-shadow: 0 1px 3px rgba(28,33,24,0.06), 0 8px 24px rgba(28,33,24,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    border-top: 3px solid var(--botanical);
  }
  .value-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(28,33,24,0.08), 0 14px 36px rgba(28,33,24,0.12);
  }
  .value-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px; font-weight: 700;
    color: var(--botanical);
    margin-bottom: 14px;
  }
  .value-desc {
    font-size: 16px; line-height: 1.7;
    color: var(--body);
  }
  .value-card-wide {
    grid-column: 1 / -1;
    background: var(--forest);
    border-top: 3px solid var(--botanical-light);
  }
  .value-card-wide .value-name { color: var(--forest-light); }
  .value-card-wide .value-desc { color: var(--botanical-text); }

  .proof { background: var(--parchment); position: relative; overflow: hidden; }
  .proof .bg-accent {
    position: absolute; top: -20px; right: -60px;
    width: 320px; height: 320px;
    opacity: 0.07;
    background: url('../images/pawel-czerwinski-lWBZ01XRRoI-unsplash.webp') center / contain no-repeat;
    pointer-events: none;
  }
  .proof .section-inner { padding: 128px 48px; position: relative; z-index: 1; }
  .proof-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 900px;
  }
  .proof-card {
    background: var(--white);
    padding: 36px 40px;
    box-shadow: 0 1px 3px rgba(28,33,24,0.06), 0 8px 24px rgba(28,33,24,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex; flex-direction: column; justify-content: space-between;
  }
  .proof-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(28,33,24,0.08), 0 14px 36px rgba(28,33,24,0.12);
  }
  .proof-quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px; line-height: 1.55; font-style: italic;
    color: var(--forest);
    margin-bottom: 28px;
  }
  .proof-person { display: flex; align-items: center; gap: 14px; }
  .proof-avatar {
    width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700;
    color: var(--white); background: var(--botanical);
  }
  .proof-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .proof-attr {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--botanical); line-height: 1.7;
  }
  .proof-attr span {
    display: block; color: var(--body); font-size: 9px;
    letter-spacing: 0.12em; margin-top: 4px;
  }
  .proof-cta { margin-top: 48px; }

  .communities { background: var(--white); }
  .communities .section-inner { padding: 128px 48px; }
  .communities .section-title { margin-top: 8px; }
  .communities-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 900px;
  }
  .community {
    background: var(--parchment);
    padding: 32px 24px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 18px; text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(28,33,24,0.06), 0 8px 24px rgba(28,33,24,0.08);
    min-height: 160px;
    text-decoration: none;
  }
  .community:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(28,33,24,0.08), 0 14px 36px rgba(28,33,24,0.12);
  }
  .community-logo { height: 56px; width: auto; max-width: 140px; object-fit: contain; }
  .community-name {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--forest); line-height: 1.5;
  }

/* ═══════════════════════════════════════════════════
   PAGE: CREATIONS
   ═══════════════════════════════════════════════════ */
  .page-creations .hero { padding-top: 60px; position: relative; overflow: hidden; min-height: auto; }
  .page-creations .hero .bg-hero {
    position: absolute; inset: 0;
    background: url('../images/andrea-orsini-OQhzujGqalI-unsplash.webp') center / cover no-repeat;
    pointer-events: none;
  }
  .page-creations .hero .bg-hero::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(240,235,224,0.90) 0%,
      rgba(240,235,224,0.85) 50%,
      rgba(240,235,224,0.94) 100%
    );
    pointer-events: none;
  }
  .page-creations .hero .section-inner { padding-top: 120px; padding-bottom: 96px; position: relative; z-index: 1; }
  .page-creations .hero .section-title { margin-bottom: 20px; }
  .page-creations .hero .section-body { max-width: 680px; }

  .content-section .section-inner { padding: 96px 48px; }
  .content-section:nth-child(odd) { background: var(--white); }
  .content-section:nth-child(even) { background: var(--parchment); }

  .featured { background: var(--forest); position: relative; overflow: hidden; }
  .featured .bg-accent {
    position: absolute; top: 0; right: 0; bottom: 0;
    width: 60%; opacity: 0.12;
    background: url('../images/franci-ee-rrGDuJ5BZO4-unsplash.webp') center / cover no-repeat;
    pointer-events: none;
    mask-image: linear-gradient(to left, rgba(0,0,0,0.8) 0%, transparent 80%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.8) 0%, transparent 80%);
  }
  .featured .section-inner { padding: 96px 48px; position: relative; z-index: 1; }
  .featured .section-eyebrow { color: var(--botanical-mid); }
  .featured .section-title { color: var(--forest-light); font-size: clamp(28px, 3.5vw, 44px); }
  .featured .section-title em { color: var(--botanical-light); }
  .featured-card { max-width: 720px; margin-top: 40px; }
  .featured-meta {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--botanical-mid); margin-bottom: 16px;
  }
  .featured-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(24px, 3vw, 34px); font-weight: 700;
    line-height: 1.25; color: var(--forest-light); margin-bottom: 16px;
  }
  .featured-headline em { color: var(--botanical-light); font-style: italic; }
  .featured-desc { font-size: 17px; line-height: 1.75; color: var(--botanical-text); margin-bottom: 32px; }
  .featured .btn-secondary { color: var(--botanical-light); border-color: var(--botanical-light); }
  .featured .btn-secondary:hover { background: var(--botanical-light); color: var(--forest); }

  .articles-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 900px;
  }
  .article-card {
    background: var(--parchment);
    padding: 36px 40px;
    box-shadow: 0 1px 3px rgba(28,33,24,0.06), 0 8px 24px rgba(28,33,24,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    display: flex; flex-direction: column; justify-content: space-between;
    min-height: 220px;
    border-top: 3px solid var(--botanical);
  }
  .article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(28,33,24,0.08), 0 14px 36px rgba(28,33,24,0.12);
  }
  .article-source {
    font-family: 'Space Mono', monospace;
    font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--botanical); margin-bottom: 14px;
  }
  .article-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px; font-weight: 700; line-height: 1.3;
    color: var(--forest); margin-bottom: 14px;
  }
  .article-desc { font-size: 15px; line-height: 1.65; color: var(--body); flex-grow: 1; }
  .article-link {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--botanical); margin-top: 20px; display: inline-block;
    transition: color 0.2s, transform 0.2s;
  }
  .article-card:hover .article-link { color: var(--terracotta); transform: translateX(4px); }

  .article-card-wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    padding: 0;
    overflow: hidden;
    background: var(--cream);
  }
  .series-part {
    padding: 36px 36px;
    display: flex; flex-direction: column; justify-content: space-between;
    min-height: 200px;
    text-decoration: none;
    transition: background 0.2s;
    background: var(--white);
  }
  .series-part:hover { background: var(--cream); }
  .series-part .article-source { margin-bottom: 10px; }
  .series-part .article-title { font-size: 17px; margin-bottom: 10px; }
  .series-part .article-desc { font-size: 14px; }

/* ═══════════════════════════════════════════════════
   PAGE: AI TOOLS
   ═══════════════════════════════════════════════════ */
  .page-ai-tools .hero { padding-top: 60px; position: relative; overflow: hidden; min-height: auto; }
  .page-ai-tools .hero .bg-hero {
    position: absolute; inset: 0;
    background: url('../images/selina-bubendorfer-VIBex97kgi0-unsplash.webp') center / cover no-repeat;
    pointer-events: none;
  }
  .page-ai-tools .hero .bg-hero::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(240,235,224,0.90) 0%,
      rgba(240,235,224,0.85) 50%,
      rgba(240,235,224,0.94) 100%
    );
    pointer-events: none;
  }
  .page-ai-tools .hero .section-inner { padding-top: 120px; padding-bottom: 96px; position: relative; z-index: 1; }
  .page-ai-tools .hero .section-title { margin-bottom: 20px; }
  .page-ai-tools .hero .section-body { max-width: 680px; }

  .tool-section .section-inner { padding: 96px 48px; }

  .tool-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    margin-bottom: 48px;
  }
  .tool-intro-text h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 900; line-height: 1.12;
    color: var(--forest); margin-bottom: 20px;
  }
  .tool-intro-text h2 em { font-style: italic; color: var(--botanical); }
  .tool-intro-text p { font-size: 17px; line-height: 1.8; color: var(--body); margin-bottom: 16px; }
  .tool-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
  .tool-tag {
    font-family: 'Space Mono', monospace;
    font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--botanical); padding: 6px 14px; background: var(--botanical-faint);
  }
  .tool-intro-details {
    background: var(--white);
    padding: 36px 40px;
    box-shadow: 0 1px 3px rgba(28,33,24,0.06), 0 8px 24px rgba(28,33,24,0.08);
    border-top: 3px solid var(--botanical);
  }
  .tool-intro-details h3 {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--botanical); margin-bottom: 20px;
  }
  .detail-row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 10px 0; border-bottom: 1px solid var(--forest-pale);
  }
  .detail-row:last-child { border-bottom: none; }
  .detail-label {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--body);
  }
  .detail-value { font-size: 15px; color: var(--forest); text-align: right; }
  .detail-value a { color: var(--botanical); text-decoration: none; transition: color 0.2s; }
  .detail-value a:hover { color: var(--terracotta); }
  .credit-note {
    margin-top: 20px; padding-top: 16px;
    border-top: 1px solid var(--forest-pale);
    font-size: 14px; font-style: italic; color: var(--body); line-height: 1.7;
  }
  .credit-note a {
    color: var(--botanical); text-decoration: underline; text-decoration-color: rgba(61,92,46,0.35);
    text-underline-offset: 3px; font-style: normal; font-weight: 600;
    transition: color 0.2s, text-decoration-color 0.2s;
  }
  .credit-note a:hover { color: var(--terracotta); text-decoration-color: var(--terracotta); }

  .tool-embed {
    background: var(--white);
    box-shadow: 0 2px 6px rgba(28,33,24,0.06), 0 12px 32px rgba(28,33,24,0.10);
    overflow: hidden; position: relative;
  }
  .embed-bar {
    background: var(--forest);
    padding: 12px 24px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .embed-bar-left { display: flex; align-items: center; gap: 12px; }
  .embed-dot { width: 8px; height: 8px; border-radius: 50%; }
  .embed-dot.green { background: var(--botanical-light); }
  .embed-dot.yellow { background: #C9A84C; }
  .embed-dot.red { background: var(--terracotta); }
  .embed-title {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--botanical-mid); margin-left: 8px;
  }
  .embed-actions { display: flex; gap: 16px; }
  .embed-action {
    font-family: 'Space Mono', monospace;
    font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--botanical-mid); text-decoration: none; transition: color 0.2s; padding: 4px 0;
  }
  .embed-action:hover { color: var(--forest-light); }
  .tool-embed iframe {
    width: 100%; height: 700px; border: none; display: block;
    background: var(--white); -webkit-overflow-scrolling: touch;
  }
  .embed-fallback { display: none; padding: 64px 48px; text-align: center; background: var(--forest-pale); }
  .embed-fallback p { font-size: 16px; color: var(--body); margin-bottom: 24px; }

  .philosophy .section-inner { padding: 96px 48px; position: relative; z-index: 1; }
  .philosophy .section-eyebrow { color: var(--botanical-mid); }
  .philosophy .section-title { color: var(--forest-light); font-size: clamp(28px, 3.5vw, 44px); }
  .philosophy .section-title em { color: var(--botanical-light); }
  .philosophy-body { font-size: 19px; line-height: 1.8; color: var(--botanical-text); max-width: 720px; margin-bottom: 40px; }
  .philosophy-body + .philosophy-body { margin-top: -16px; }
  .philosophy .btn-secondary { color: var(--botanical-light); border-color: var(--botanical-light); }
  .philosophy .btn-secondary:hover { background: var(--botanical-light); color: var(--forest); }

  .principles-grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 2px; margin-top: 48px; background: rgba(107,143,82,0.1);
  }
  .principle-card { background: var(--forest); padding: 36px 32px; }
  .principle-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px; font-weight: 900; font-style: italic;
    color: rgba(107,143,82,0.25); margin-bottom: 12px; display: block;
  }
  .principle-title {
    font-family: 'Space Mono', monospace;
    font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--botanical-light); margin-bottom: 12px;
  }
  .principle-desc { font-size: 15px; line-height: 1.7; color: var(--botanical-text); }

  @media (max-width: 900px) {
    .nav-hamburger { display: block; }
    .mobile-menu { display: flex; }
    .nav-links, .nav-tagline, .nav-cta { display: none; }
    nav { padding: 0 24px; }
    .section-inner { padding: 88px 24px; }
    .page-ai-tools .hero .section-inner { padding: 96px 24px 64px; }
    .page-ai-tools .hero .section-body { max-width: 100%; }
    .tool-section .section-inner { padding: 72px 24px; }
    .tool-intro { grid-template-columns: 1fr; gap: 32px; }
    .tool-embed iframe { height: 500px; min-height: 360px; }
    .philosophy .section-inner { padding: 72px 24px; }
    .principles-grid { grid-template-columns: 1fr; }
    footer { flex-direction: column; gap: 14px; text-align: center; }
    .identify .section-inner { padding: 96px 24px 64px; }
    .identify-row { grid-template-columns: 1fr; gap: 28px; }
    .headshot { width: 160px; height: 160px; }
    .pull-quote .section-inner { padding: 64px 24px; }
    .pull-quote-bg { opacity: 0.12; right: -60px; }
    .pull-quote-mark { font-size: 80px; }
    .story .section-inner { padding: 88px 24px; }
    .story .pull { margin: 56px 0; }
    .values .section-inner { padding: 88px 24px; }
    .values-grid { grid-template-columns: 1fr; gap: 18px; }
    .proof .section-inner { padding: 88px 24px; }
    .proof-grid { grid-template-columns: 1fr; gap: 18px; }
    .communities .section-inner { padding: 72px 24px; }
    .communities-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .page-creations .hero .section-inner { padding: 96px 24px 64px; }
    .content-section .section-inner { padding: 72px 24px; }
    .featured .section-inner { padding: 72px 24px; }
    .articles-grid { grid-template-columns: 1fr; gap: 18px; }
    .article-card-wide { grid-template-columns: 1fr; }
  }

  @media (max-width: 600px) {
    nav { padding: 0 18px; height: 56px; }
    .nav-logo { font-size: 16px; }
    .nav-cta { font-size: 9px; padding: 10px 14px; letter-spacing: 0.12em; min-height: 44px; display: inline-flex; align-items: center; }
    .nav-right { gap: 16px; }

    .hero .section-inner { padding: 84px 20px 56px; }
    .section-inner { padding: 72px 20px; }
    .section-title { font-size: clamp(28px, 8vw, 42px); margin-bottom: 24px; }
    .section-eyebrow { font-size: 10px; margin-bottom: 22px; }
    .section-body { font-size: 17px; }

    .tool-section .section-inner { padding: 60px 20px; }
    .tool-intro-text h2 { font-size: 26px; }
    .tool-intro-text p { font-size: 16px; }
    .tool-intro-details { padding: 28px 24px; }
    .detail-row { flex-direction: column; gap: 4px; }
    .detail-value { text-align: left; }
    .credit-note { font-size: 14px; }
    .tool-embed iframe { height: 400px; min-height: 320px; }
    .embed-bar { padding: 10px 16px; flex-wrap: wrap; gap: 8px; }
    .embed-title { font-size: 9px; }
    .embed-actions { gap: 10px; }
    .embed-action { font-size: 9px; min-height: 44px; display: inline-flex; align-items: center; }

    .philosophy .section-inner { padding: 60px 20px; }
    .philosophy-body { font-size: 17px; }
    .principle-card { padding: 32px 24px; }
    .principle-desc { font-size: 14px; }

    .talk .section-inner { padding: 60px 20px; }
    .talk .section-title { font-size: clamp(26px, 7vw, 36px); }
    .talk-body { font-size: 17px; margin-bottom: 36px; }
    .talk-actions { gap: 12px; flex-direction: column; align-items: stretch; }
    .talk-actions .btn-primary,
    .talk-actions .btn-secondary { text-align: center; padding: 18px 28px; font-size: 10px; }

    footer { padding: 32px 20px; }
    .footer-right { flex-wrap: wrap; justify-content: center; gap: 18px; }
    .footer-right a { min-height: 44px; display: inline-flex; align-items: center; }

    .identify .section-inner { padding: 84px 20px 56px; }
    .identify-row { gap: 22px; }
    .headshot { width: 140px; height: 140px; border-radius: 8px; }
    .identify-copy { font-size: 20px; line-height: 1.45; }
    .identify-meta { margin-top: 16px; font-size: 9px; }

    .pull-quote .section-inner { padding: 56px 20px; }
    .pull-quote-bg { display: none; }
    .pull-quote-mark { font-size: 64px; margin-bottom: 4px; }
    .homepage-quote { font-size: clamp(20px, 5vw, 26px); }
    .homepage-quote-attr { font-size: 11px; margin-top: 20px; }

    .story .section-inner { padding: 72px 20px; }
    .story p { font-size: 17px; line-height: 1.75; }
    .story .pull { font-size: 22px; line-height: 1.4; margin: 44px 0; }
    .philosophy p { font-size: 17px; line-height: 1.75; }

    .values .section-inner { padding: 72px 20px; }
    .values-grid { margin-top: 40px; }
    .value-card { padding: 28px 28px; }
    .value-name { font-size: 22px; }
    .value-desc { font-size: 15px; }

    .proof .section-inner { padding: 72px 20px; }
    .proof-card { padding: 32px 28px; }
    .proof-quote { font-size: 16px; margin-bottom: 22px; }

    .communities .section-inner { padding: 60px 20px; }
    .communities-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .community { padding: 24px 18px; min-height: 130px; }
    .community-logo { height: 44px; }
    .community-name { font-size: 10px; }

    .page-creations .hero .section-inner { padding: 84px 20px 56px; }
    .content-section .section-inner { padding: 60px 20px; }
    .featured .section-inner { padding: 60px 20px; }
    .featured-headline { font-size: 22px; }
    .featured-desc { font-size: 16px; }
    .articles-grid { margin-top: 36px; }
    .article-card { padding: 28px 28px; min-height: 180px; }
    .article-title { font-size: 18px; }
    .article-desc { font-size: 14px; }
    .series-part { padding: 28px 28px; min-height: 160px; }
  }

  @media (max-width: 380px) {
    .section-title { font-size: 26px; }
    .tool-intro-text h2 { font-size: 22px; }
    .tool-embed iframe { height: 350px; }
    .tool-tag { font-size: 8px; padding: 5px 10px; }
    .btn-primary, .btn-secondary { padding: 16px 20px; font-size: 9px; }
  }

  /* ── FOOTER PRIVACY NOTE ── */
  .footer-privacy {
    font-family: 'Space Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--botanical-mid);
    text-align: center;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(61,92,46,0.2);
    width: 100%;
    order: 3;
  }
