  /* ===================== Home, Hero (editorial) ===================== */
  .hero {
    position: relative;
    padding: clamp(48px, 6vw, 96px) 0 clamp(64px, 7vw, 120px);
    overflow: hidden;
    isolation: isolate;
  }
  /* Decorative oversized "S" watermark behind the composition */
  .hero::before {
    content: "S";
    position: absolute;
    top: clamp(-40px, -3vw, -16px);
    left: calc(var(--gutter) * -0.25);
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(280px, 38vw, 640px);
    line-height: 0.78;
    color: transparent;
    -webkit-text-stroke: 1px color-mix(in srgb, var(--ink) 9%, transparent);
    text-stroke: 1px color-mix(in srgb, var(--ink) 9%, transparent);
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }
  /* Thin rule running across the whole hero baseline */
  .hero::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: clamp(48px, 5vw, 72px);
    height: 1px;
    background: var(--rule);
    z-index: 0;
  }

  .hero .container { position: relative; z-index: 1; }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    column-gap: clamp(32px, 5vw, 88px);
    align-items: start;
  }

  /* Vertical editorial rail to the left of the text column */
  .hero-rail {
    position: absolute;
    top: 4px;
    left: calc(var(--gutter) * -0.45);
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    pointer-events: none;
  }
  .hero-rail .rail-num {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
    color: var(--clay-deep);
  }
  .hero-rail .rail-line { width: 1px; flex: 1; min-height: 96px; background: var(--rule-2); }
  .hero-rail .rail-dot {
    width: 6px; height: 6px;
    background: var(--clay);
    border-radius: 50%;
  }

  .hero-text {
    position: relative;
    padding: 8px 0 0;
  }
  .hero .eyebrow {
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .hero .eyebrow::before {
    content: "";
    width: 28px; height: 1px;
    background: var(--clay);
  }
  .hero h1 {
    font-size: clamp(48px, 7.6vw, 116px);
    line-height: 0.94;
    letter-spacing: -0.02em;
    max-width: 11ch;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--clay);
    position: relative;
  }
  .hero h1 em::after {
    content: "";
    position: absolute;
    left: -2%;
    right: -2%;
    bottom: 0.08em;
    height: 0.08em;
    background: color-mix(in srgb, var(--clay) 28%, transparent);
    z-index: -1;
  }
  .hero .lede {
    margin-top: 32px;
    max-width: 36ch;
    font-size: clamp(19px, 1.6vw, 22px);
    line-height: 1.45;
    color: var(--ink-soft);
    font-style: normal;
    font-family: var(--sans);
  }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
  .hero-meta {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--rule);
  }
  .hero-meta .stat { min-width: 0; }
  .hero-meta .stat-n {
    font-family: var(--serif);
    font-size: clamp(36px, 4.2vw, 52px);
    line-height: 1;
    color: var(--ink);
    display: block;
    letter-spacing: -0.02em;
  }
  .hero-meta .stat-l {
    margin-top: 10px;
    font-family: var(--mono);
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    line-height: 1.5;
  }

  /* ---------- Photo column ---------- */
  .hero-photo {
    position: relative;
    margin-top: clamp(-12px, -1vw, -4px);
  }
  .hero-photo .frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    background: var(--ink);
    overflow: hidden;
    box-shadow:
      0 1px 0 color-mix(in srgb, var(--ink) 12%, transparent),
      0 30px 60px -30px color-mix(in srgb, var(--ink) 35%, transparent);
  }
  .hero-photo img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: 50% 28%;
    filter: contrast(1.04) saturate(0.96);
  }
  /* subtle inner vignette + warm top-right highlight, no heavy darken */
  .hero-photo .frame::after {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(120% 80% at 80% 0%, color-mix(in srgb, var(--clay) 14%, transparent) 0%, transparent 55%),
      linear-gradient(180deg, transparent 80%, color-mix(in srgb, var(--ink) 14%, transparent) 100%);
    pointer-events: none;
    z-index: 1;
  }
  /* SVG noise texture for editorial print feel */
  .hero-photo .frame::before {
    content: "";
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.35 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
    opacity: 0.18;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 2;
  }

  .hero-tag {
    position: absolute;
    top: 20px; left: 20px;
    background: var(--ink);
    color: var(--cream);
    padding: 9px 13px;
    font-family: var(--mono);
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    z-index: 3;
  }
  .hero-tag .clay { color: var(--clay); }

  /* Pull-quote anchored OUTSIDE the photo, bleeding into the text column */
  .hero-quote {
    position: absolute;
    bottom: clamp(-24px, -2vw, -12px);
    left: clamp(-80px, -7vw, -24px);
    z-index: 3;
    max-width: 340px;
    background: var(--paper);
    border-left: 3px solid var(--clay);
    padding: 18px 20px 18px 22px;
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.4;
    color: var(--ink);
    box-shadow: 0 18px 40px -24px color-mix(in srgb, var(--ink) 50%, transparent);
  }
  .hero-quote::before {
    content: "“";
    position: absolute;
    top: -8px; left: 14px;
    font-family: var(--serif);
    font-size: 48px;
    line-height: 1;
    color: var(--clay);
    opacity: 0.55;
  }

  /* Signature line, runs along the bottom of the hero like a magazine cover */
  .hero-signature {
    margin-top: clamp(56px, 6vw, 88px);
    padding-top: 18px;
    border-top: 1px solid var(--rule);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    position: relative;
    z-index: 1;
  }
  .hero-signature .sig-name {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--ink);
  }

  /* ---------- Entrance choreography ---------- */
  @keyframes heroRise {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes heroReveal {
    from { clip-path: inset(100% 0 0 0); }
    to   { clip-path: inset(0 0 0 0); }
  }
  @keyframes heroFade {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  .hero .eyebrow,
  .hero h1,
  .hero .lede,
  .hero-ctas,
  .hero-meta,
  .hero-signature,
  .hero-rail,
  .hero-quote {
    opacity: 0;
    animation: heroRise .7s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .hero .eyebrow   { animation-delay: .05s; }
  .hero h1         { animation-delay: .15s; }
  .hero .lede      { animation-delay: .28s; }
  .hero-ctas       { animation-delay: .40s; }
  .hero-meta       { animation-delay: .52s; }
  .hero-rail       { animation: heroFade .9s ease forwards; animation-delay: .65s; }
  .hero-quote      { animation-delay: .85s; }
  .hero-signature  { animation-delay: .75s; }
  .hero-photo .frame {
    animation: heroReveal .9s cubic-bezier(.2,.7,.2,1) both;
    animation-delay: .1s;
  }
  @media (prefers-reduced-motion: reduce) {
    .hero .eyebrow, .hero h1, .hero .lede, .hero-ctas,
    .hero-meta, .hero-signature, .hero-rail, .hero-quote,
    .hero-photo .frame {
      animation: none;
      opacity: 1;
      clip-path: none;
    }
  }

  /* ---------- Variants kept for compatibility ---------- */
  .hero[data-variant="overlap"] .hero-grid { grid-template-columns: 1fr; }
  .hero[data-variant="overlap"] .hero-photo {
    position: absolute; top: 0; right: 0;
    width: 42%; min-height: 0; height: 100%;
    pointer-events: none;
    opacity: 0.85;
  }
  .hero[data-variant="overlap"] .hero-photo .frame { background: transparent; }
  .hero[data-variant="overlap"] .hero-text { position: relative; z-index: 2; padding-right: 40%; padding-bottom: 64px; }

  .hero[data-variant="solid"] { background: var(--ink); color: var(--cream); }
  .hero[data-variant="solid"] h1, .hero[data-variant="solid"] .hero-meta .stat-n { color: var(--cream); }
  .hero[data-variant="solid"] .hero h1 em, .hero[data-variant="solid"] h1 em { color: var(--clay); }
  .hero[data-variant="solid"] .lede { color: color-mix(in srgb, var(--cream) 80%, transparent); }
  .hero[data-variant="solid"] .eyebrow { color: color-mix(in srgb, var(--cream) 75%, transparent); }
  .hero[data-variant="solid"] .hero-meta { border-color: color-mix(in srgb, var(--cream) 18%, transparent); }
  .hero[data-variant="solid"] .stat-l { color: color-mix(in srgb, var(--cream) 60%, transparent); }
  .hero[data-variant="solid"] .hero-photo .frame { background: var(--ink-2); }
  .hero[data-variant="solid"] .btn-ghost { color: var(--cream); border-color: var(--cream); }
  .hero[data-variant="solid"] .btn-ghost:hover { background: var(--cream); color: var(--ink); }

  /* ---------- Responsive ---------- */
  @media (max-width: 1100px) {
    .hero-rail { display: none; }
    .hero-quote { left: -16px; max-width: 300px; }
  }
  @media (max-width: 880px) {
    .hero { padding-bottom: clamp(48px, 8vw, 80px); }
    .hero::before { font-size: clamp(220px, 60vw, 360px); top: -24px; }
    .hero-grid { grid-template-columns: 1fr; row-gap: 40px; }
    .hero-photo { margin-top: 0; }
    .hero-photo .frame { aspect-ratio: 5 / 6; }
    .hero-quote {
      position: relative;
      bottom: auto; left: auto;
      margin-top: -24px;
      margin-left: 16px;
      max-width: none;
    }
    .hero-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
    .hero[data-variant="overlap"] .hero-photo { position: relative; width: 100%; opacity: 1; }
    .hero[data-variant="overlap"] .hero-text { padding-right: 0; }
  }

  /* MOBILE POLISH, home hero (phone-first reading)
     Goal: lead with the face, then the headline. Strip the heavy
     watermark + rail so the opening reads like a magazine cover,
     not a desktop layout shoved into a phone. */
  @media (max-width: 720px) {
    .hero { padding-top: 28px; padding-bottom: 56px; }

    /* Decorative oversized "S", keep, but pull it way down so it
       lives behind the headline (subtle), not behind the photo. */
    .hero::before {
      font-size: 52vw;
      top: 56vw;        /* sits behind the H1, after the photo */
      left: -6vw;
      opacity: 0.55;
    }
    .hero::after { display: none; }

    /* Reorder: PHOTO FIRST, then text. Strongest possible opening
       for a candidate page, face before claim. */
    .hero-grid { display: flex; flex-direction: column; gap: 0; }
    .hero-photo { order: 1; margin: 0 -4px; }
    .hero-text  { order: 2; padding-top: 28px; }

    /* Photo: cleaner crop, looser portrait, lift the tag a bit */
    .hero-photo .frame { aspect-ratio: 4 / 5; }
    .hero-tag {
      top: 14px; left: 14px;
      padding: 7px 11px;
      font-size: 10px;
      letter-spacing: 0.14em;
    }

    /* Headline: bigger and tighter than the generic mobile fallback , 
       this is the cover line. */
    .hero h1 {
      font-size: clamp(38px, 11vw, 52px);
      line-height: 0.98;
      max-width: 14ch;
      margin-top: 18px;
    }
    .hero .eyebrow { margin-bottom: 18px; }

    /* Pull-quote on the photo bottom-left, magazine style */
    .hero-quote {
      margin: -32px 14px 0 14px;
      font-size: 15.5px;
      line-height: 1.4;
      padding: 14px 16px 14px 18px;
    }

    /* Lede + CTAs */
    .hero .lede { margin-top: 20px; font-size: 16.5px; line-height: 1.55; }
    .hero-ctas { margin-top: 26px; gap: 10px; }
    .hero-ctas .btn { flex: 1; justify-content: center; min-width: 0; }

    /* Meta stats: cleaner mobile layout, 3 columns -> 1 row,
       smaller numerals so it doesn't compete with the photo. */
    .hero-meta { margin-top: 36px; gap: 14px; padding-top: 18px; }
    .hero-meta .stat-n { font-size: 28px; }
    .hero-meta .stat-l { font-size: 9.5px; line-height: 1.4; }
  }

  @media (max-width: 560px) {
    .hero-meta { grid-template-columns: 1fr 1fr; }
    .hero-meta .stat:nth-child(3) { grid-column: 1 / -1; }
    .hero-signature { font-size: 9.5px; gap: 12px; }
  }

  /* ===================== Marquee ===================== */
  .marquee {
    background: var(--ink);
    color: var(--cream);
    padding: 16px 0;
    overflow: hidden;
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(20px, 2vw, 26px);
    white-space: nowrap;
    border-top: 1px solid var(--ink-2);
    border-bottom: 1px solid var(--ink-2);
  }
  .marquee-track {
    display: inline-flex;
    gap: 48px;
    animation: marquee 38s linear infinite;
  }
  .marquee-track span { display: inline-flex; align-items: center; gap: 48px; }
  .marquee .dot { color: var(--clay); }
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* ===================== Credentials ===================== */
  .creds {
    padding: clamp(72px, 9vw, 128px) 0;
  }
  .creds-head {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 64px;
  }
  .creds-head h2 { max-width: 16ch; }
  .creds-head .lede { max-width: 48ch; }
  .creds-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }
  .cred {
    padding: 40px 32px;
    border-right: 1px solid var(--rule);
  }
  .cred:last-child { border-right: none; }
  .cred-num {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    color: var(--clay);
    margin-bottom: 20px;
  }
  .cred h3 {
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .cred p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.55; }
  @media (max-width: 880px) {
    .creds-head { grid-template-columns: 1fr; gap: 24px; }
    .creds-grid { grid-template-columns: 1fr; }
    .cred { border-right: 0; border-bottom: 1px solid var(--rule); }
    .cred:last-child { border-bottom: 0; }
  }

  /* ===================== Pain Block (the SUS is bleeding) ===================== */
  .pain {
    background: var(--ink);
    color: var(--cream);
    padding: clamp(80px, 10vw, 140px) 0;
    position: relative;
    overflow: hidden;
  }
  .pain .eyebrow { color: color-mix(in srgb, var(--cream) 70%, transparent); }
  .pain .eyebrow .dot { color: var(--clay); }
  .pain h2 {
    color: var(--cream);
    max-width: 22ch;
    font-size: clamp(36px, 5vw, 72px);
  }
  .pain h2 em { color: var(--clay); font-style: italic; }
  .pain-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
    align-items: start;
  }
  .pain-stats {
    display: grid;
    gap: 28px;
    padding-top: 36px;
  }
  .pain-stat {
    border-top: 1px solid color-mix(in srgb, var(--cream) 18%, transparent);
    padding-top: 18px;
  }
  .pain-stat .n {
    font-family: var(--serif);
    font-size: clamp(40px, 4.5vw, 56px);
    color: var(--clay);
    line-height: 1;
  }
  .pain-stat .l {
    margin-top: 8px;
    font-size: 14px;
    color: color-mix(in srgb, var(--cream) 80%, transparent);
    line-height: 1.45;
  }
  .pain-stat .src {
    margin-top: 6px;
    font-family: var(--mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: color-mix(in srgb, var(--cream) 45%, transparent);
  }
  .pain-text p {
    font-family: var(--serif);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.45;
    color: color-mix(in srgb, var(--cream) 90%, transparent);
    margin-top: 28px;
  }
  .pain-cta { margin-top: 40px; }
  .pain .btn-ghost { color: var(--cream); border-color: var(--cream); }
  .pain .btn-ghost:hover { background: var(--cream); color: var(--ink); }
  @media (max-width: 880px) { .pain-grid { grid-template-columns: 1fr; gap: 36px; } }

  /* ===================== Propostas Preview ===================== */
  .props {
    padding: clamp(80px, 10vw, 140px) 0;
  }
  .props-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 56px;
  }
  .props-head h2 { max-width: 14ch; }
  .props-head .lede { max-width: 44ch; margin-top: 0; }
  .props-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .prop-card {
    background: var(--paper);
    border: 1px solid var(--rule-2);
    padding: 32px 28px 28px;
    display: flex; flex-direction: column;
    min-height: 360px;
    transition: border-color .2s, transform .2s;
  }
  .prop-card:hover { border-color: var(--ink); }
  .prop-eyebrow {
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--clay-deep);
    padding-bottom: 18px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 22px;
  }
  .prop-num {
    font-family: var(--serif);
    font-size: 56px;
    line-height: 0.9;
    color: var(--clay);
    font-style: italic;
  }
  .prop-card h3 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 14px;
    flex-shrink: 0;
  }
  .prop-card .lede-2 {
    font-family: var(--sans);
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.55;
    margin-bottom: 24px;
    flex-grow: 1;
  }
  .prop-card .ko {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--ink);
    padding-top: 14px;
    border-top: 1px solid var(--rule);
    line-height: 1.5;
    text-transform: uppercase;
  }
  .prop-card .ko b { color: var(--clay-deep); font-weight: 500; }
  @media (max-width: 880px) { .props-head { grid-template-columns: 1fr; gap: 16px; } .props-grid { grid-template-columns: 1fr; } }

  .props-cta { margin-top: 40px; text-align: center; }

  /* ===================== Voice / Origin Story Excerpt ===================== */
  .origin {
    background: var(--cream);
    padding: clamp(80px, 10vw, 140px) 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
  }
  .origin-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
  }
  .origin-img {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    position: relative;
  }
  .origin-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
  .origin-tag {
    position: absolute; bottom: 16px; left: 16px;
    background: var(--ink); color: var(--cream);
    padding: 8px 12px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .origin-text h2 { max-width: 16ch; }
  .origin-text .pullquote {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.35;
    color: var(--ink);
    margin: 36px 0;
    padding-left: 28px;
    border-left: 3px solid var(--clay);
  }
  .origin-text p {
    font-size: 16.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 18px;
    max-width: 50ch;
  }
  .origin-sig {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    margin-top: 24px;
    color: var(--ink);
  }
  .origin-sig::before { content: ",  "; color: var(--clay); }
  @media (max-width: 880px) { .origin-grid { grid-template-columns: 1fr; } }

  /* ===================== Instagram strip ===================== */
  .gram { padding: clamp(64px, 8vw, 112px) 0; }
  .gram-head {
    display: flex; justify-content: space-between; align-items: end; gap: 24px;
    margin-bottom: 36px; flex-wrap: wrap;
  }
  .gram-head h2 { max-width: 18ch; }
  .gram-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }
  .gram-grid .tile {
    aspect-ratio: 1;
    background: var(--cream);
    border: 1px solid var(--rule);
    position: relative;
    overflow: hidden;
  }
  .gram-grid .tile img { width: 100%; height: 100%; object-fit: cover; }
  .gram-grid .tile.ph {
    display: grid; place-items: center;
    color: var(--muted);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.3;
    padding: 8px;
  }
  .gram-grid .tile.ph::before {
    content: "";
    position: absolute; inset: 12px;
    border: 1px dashed var(--rule-2);
  }
  @media (max-width: 880px) { .gram-grid { grid-template-columns: repeat(3, 1fr); } }

  /* ===================== Volunteer Final CTA ===================== */
  .final-cta {
    background: var(--ink);
    color: var(--cream);
    padding: clamp(80px, 10vw, 160px) 0;
    position: relative;
    overflow: hidden;
  }
  .final-cta::after {
    content: "S";
    position: absolute;
    right: -4vw; bottom: -14vw;
    font-family: var(--serif);
    font-size: clamp(400px, 50vw, 720px);
    line-height: 0.8;
    color: var(--ink-2);
    z-index: 0;
    pointer-events: none;
  }
  .final-cta .container { position: relative; z-index: 1; }
  .final-cta .eyebrow { color: color-mix(in srgb, var(--cream) 70%, transparent); margin-bottom: 28px; display: inline-block; }
  .final-cta h2 {
    color: var(--cream);
    max-width: 18ch;
    font-size: clamp(40px, 6vw, 80px);
  }
  .final-cta h2 em { color: var(--clay); font-style: italic; }
  .final-cta p {
    font-family: var(--serif);
    font-size: clamp(20px, 2vw, 26px);
    color: color-mix(in srgb, var(--cream) 85%, transparent);
    max-width: 44ch;
    line-height: 1.45;
    margin-top: 24px;
  }
  .final-cta-actions { display: flex; gap: 14px; margin-top: 44px; flex-wrap: wrap; }
  .final-cta .btn-primary { background: var(--clay); }
  .final-cta .btn-primary:hover { background: var(--clay-deep); }
  .final-cta .btn-ghost { color: var(--cream); border-color: var(--cream); }
  .final-cta .btn-ghost:hover { background: var(--cream); color: var(--ink); }
