    :root {
      --bg: #090909;
      --panel: #0e0e0e;
      --text: #f2eee8;
      --muted: #c8c0b6;
      --dim: #8e877e;
      --line: rgba(255,255,255,0.08);
      --glow: rgba(255,255,255,0.12);
      --accent: #e9dfd0;
      --max: 1100px;
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background:
        radial-gradient(circle at 50% 12%, rgba(255,255,255,0.06), transparent 28%),
        linear-gradient(180deg, #0a0a0a 0%, #080808 42%, #0b0b0b 100%);
      color: var(--text);
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      line-height: 1.5;
      overflow-x: hidden;
      min-height: 100vh;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.12;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 100% 3px, 3px 100%;
      mix-blend-mode: soft-light;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.06;
      background-image: radial-gradient(rgba(255,255,255,0.9) 0.4px, transparent 0.7px);
      background-size: 5px 5px;
    }

    a { color: inherit; text-decoration: none; }

    .shell {
      position: relative;
      z-index: 1;
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 7vw 5vw 4vw;
      position: relative;
      text-align: center;
    }

    .hero-inner {
      max-width: 980px;
      margin: 0 auto;
    }

    .hero-title-lock {
      position: relative;
      display: inline-grid;
      place-items: center;
      min-height: clamp(7rem, 14vw, 10rem);
      padding: 0.3rem 0.8rem;
      isolation: isolate;
      margin-inline: auto;
    }

    .hero-noise {
      position: absolute;
      inset: -12% -6%;
      pointer-events: none;
      overflow: hidden;
      z-index: 0;
      mask-image: radial-gradient(circle at center, black 0%, black 44%, transparent 82%);
      -webkit-mask-image: radial-gradient(circle at center, black 0%, black 44%, transparent 82%);
    }

    .hero-flare {
      position: absolute;
      inset: -10% -14%;
      pointer-events: none;
      z-index: 0;
      background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.1) 16%, rgba(255,255,255,0.03) 32%, transparent 58%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.12) 0%, transparent 62%);
      opacity: 0;
      mix-blend-mode: screen;
      animation: heroFlare 1.15s ease forwards 2.95s;
    }

    .hero-particle {
      position: absolute;
      left: 50%;
      top: 50%;
      width: var(--size, 3px);
      height: var(--size, 3px);
      border-radius: 999px;
      background: rgba(255,255,255,0.92);
      box-shadow: 0 0 12px rgba(255,255,255,0.34), 0 0 26px rgba(255,255,255,0.12);
      opacity: 0;
      transform: translate(calc(-50% + var(--from-x)), calc(-50% + var(--from-y))) scale(0.45);
      animation: resolveParticle var(--dur, 2.7s) cubic-bezier(.12,.86,.15,1) forwards;
      animation-delay: var(--delay, 0s);
    }

    .hero-ghost {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.9rem, 8.4vw, 6.6rem);
      line-height: 0.95;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      white-space: nowrap;
      color: rgba(255,255,255,0.2);
      text-shadow: 0 0 30px rgba(255,255,255,0.18), 0 0 68px rgba(255,255,255,0.08);
      filter: blur(8px);
      opacity: 0;
      pointer-events: none;
      z-index: 1;
      mix-blend-mode: screen;
    }

    .hero-ghost.ghost-1 {
      animation: ghostPhrase1 3.05s linear forwards 0.62s;
    }

    .hero-ghost.ghost-2 {
      animation: ghostPhrase2 3.05s linear forwards 0.62s;
    }

    .eyebrow {
      letter-spacing: 0.34em;
      text-transform: uppercase;
      color: var(--dim);
      font-size: 0.72rem;
      margin-bottom: 1rem;
      opacity: 0;
      transform: translateY(20px);
      animation: rise 1.2s ease forwards 0.15s;
    }

    h1, h2, .quote, .cta {
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 500;
      letter-spacing: 0.01em;
    }

    h1 {
      position: relative;
      z-index: 2;
      color: var(--text);
      font-size: clamp(3.1rem, 9vw, 7rem);
      line-height: 0.95;
      margin: 0;
      text-transform: uppercase;
      text-shadow: 0 0 34px rgba(255,255,255,0.14), 0 0 90px rgba(255,255,255,0.05);
      opacity: 0;
      transform: translateY(18px) scale(0.985);
      animation: titleResolve 2.05s cubic-bezier(.12,.88,.15,1) forwards 3.18s;
    }

    .subtitle {
      margin-top: 0.9rem;
      color: var(--muted);
      font-size: clamp(1.22rem, 2.2vw, 1.5rem);
      letter-spacing: 0.06em;
      text-transform: none;
      opacity: 0;
      transform: translateY(20px);
      animation: rise 1.15s ease forwards 0.6s;
    }

    .hero-lines {
      margin-top: 3rem;
      display: grid;
      gap: 1.15rem;
      justify-items: center;
    }

    .hero-line {
      color: var(--text);
      font-size: clamp(1.05rem, 2.1vw, 1.55rem);
      max-width: 700px;
      opacity: 0;
      transform: translateY(22px);
      text-wrap: balance;
    }

    .hero-line.muted { color: var(--muted); }
    .hero-line.delay-1 { animation: rise 1s cubic-bezier(.16,1,.3,1) forwards 3.5s; }
    .hero-line.delay-2 { animation: rise 1s cubic-bezier(.16,1,.3,1) forwards 4.1s; }
    .hero-line.delay-3 { animation: rise 1s cubic-bezier(.16,1,.3,1) forwards 4.8s; }

    .hero-divider {
      width: min(100px, 20vw);
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
      margin: 3.1rem auto 0;
      opacity: 0;
      animation: fade 1.4s ease forwards 5.05s;
    }

    .cta-wrap {
      margin-top: 1.9rem;
      opacity: 0;
      transform: translateY(12px);
      animation: rise 1.15s ease forwards 5.3s;
    }

    .cta {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      color: var(--accent);
      font-size: 1.05rem;
      border-bottom: 1px solid rgba(255,255,255,0.22);
      padding-bottom: 0.2rem;
      transition: opacity 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }

    .cta:hover {
      opacity: 0.82;
      border-color: rgba(255,255,255,0.5);
      transform: translateY(-1px);
    }

    .scroll-note {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      color: var(--dim);
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      opacity: 0;
      animation: fade 1.5s ease forwards 6.1s;
    }

    .sections {
      padding-bottom: 10vh;
    }

    .section {
      min-height: 90vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8rem 5vw;
      position: relative;
    }

    .section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: min(var(--max), 92vw);
      transform: translateX(-50%);
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--line), transparent);
    }

    .section-inner {
      width: min(var(--max), 100%);
      margin: 0 auto;
      text-align: center;
      opacity: 0;
      transform: translateY(32px);
      transition: opacity 1.1s cubic-bezier(.16,1,.3,1), transform 1.1s cubic-bezier(.16,1,.3,1);
    }

    .section.visible .section-inner {
      opacity: 1;
      transform: translateY(0);
    }

    h2 {
      font-size: clamp(2rem, 5vw, 4rem);
      margin: 0 0 1.5rem;
      color: var(--text);
      text-transform: uppercase;
      line-height: 1.02;
      text-shadow: 0 0 20px rgba(255,255,255,0.08);
      opacity: 0;
      transform: translateY(16px);
      transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
      transition-delay: 0.08s;
    }

    .section.visible h2 {
      opacity: 1;
      transform: translateY(0);
    }

    .section-label {
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--dim);
      font-size: 1.22rem;
      margin-bottom: 1.2rem;
      opacity: 0;
      transform: translateY(8px);
      transition: opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1);
      transition-delay: 0s;
    }

    .section.visible .section-label {
      opacity: 1;
      transform: translateY(0);
    }

    .copy {
      max-width: 830px;
      margin: 0 auto;
      font-size: clamp(1.08rem, 2vw, 1.38rem);
      color: var(--muted);
      text-wrap: balance;
    }

    .copy p {
      margin: 1rem 0;
      opacity: 0;
      transform: translateY(12px);
      transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
    }

    .section.visible .copy p:nth-child(1) { opacity:1; transform:translateY(0); transition-delay: 0.15s; }
    .section.visible .copy p:nth-child(2) { opacity:1; transform:translateY(0); transition-delay: 0.32s; }
    .section.visible .copy p:nth-child(3) { opacity:1; transform:translateY(0); transition-delay: 0.49s; }
    .section.visible .copy p:nth-child(4) { opacity:1; transform:translateY(0); transition-delay: 0.66s; }
    .section.visible .copy p:nth-child(5) { opacity:1; transform:translateY(0); transition-delay: 0.83s; }
    .section.visible .copy p:nth-child(6) { opacity:1; transform:translateY(0); transition-delay: 1.0s; }

    .section-cost .cost-copy p {
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
    }

    .section-cost.visible .cost-copy p:nth-child(1) { opacity:1; transform:translateY(0); transition-delay: 0.28s; }
    .section-cost.visible .cost-copy p:nth-child(2) { opacity:1; transform:translateY(0); transition-delay: 0.62s; }
    .section-cost.visible .cost-copy p:nth-child(3) { opacity:1; transform:translateY(0); transition-delay: 1.0s; }

    /* THE TREMBLE — thermal drift */
    .tremble-title-line {
      position: relative;
      display: inline-block;
      color: #f0ede8;
      transition: none;
      will-change: color;
    }

    .tremble-title-line.is-drifting {
      animation: trembleThermalDrift 9s ease-in-out forwards;
    }

    @keyframes trembleThermalDrift {
      0% { color: #f0ede8; }
      100% { color: #d8e0e8; }
    }

    /* THE TREMBLE — copy lines controlled entirely by .revealed, no copy class conflict */
    .section-tremble .tremble-copy {
      max-width: 830px;
      margin: 0 auto;
      font-size: clamp(1.08rem, 2vw, 1.38rem);
      color: var(--muted);
      text-wrap: balance;
      text-align: center;
    }

    .section-tremble .tremble-copy p {
      margin: 1rem 0;
      opacity: 0;
      transform: translateY(12px);
      transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
    }

    .section-tremble.revealed .tremble-copy p:nth-child(1) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.5s;
    }
    .section-tremble.revealed .tremble-copy p:nth-child(2) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 1.05s;
    }
    .section-tremble.revealed .tremble-copy p:nth-child(3) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 1.8s;
    }

    /* THE REMAINING — lifted thunder line */
    .section-remaining .remaining-copy {
      max-width: 830px;
      margin: 0 auto;
      font-size: clamp(1.08rem, 2vw, 1.38rem);
      color: var(--muted);
      text-wrap: balance;
      text-align: center;
    }

    .section-remaining .remaining-copy p {
      margin: 1rem 0;
      opacity: 0;
      transform: translateY(12px);
      transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
    }

    .section-remaining.revealed .remaining-copy p:nth-child(1) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.5s;
    }
    .section-remaining.revealed .remaining-copy p:nth-child(2) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 1.05s;
    }

    .remaining-lock-wrap{
      margin-top: 2.35rem;
      display:flex;
      justify-content:center;
      opacity:0;
      transform: translateY(10px);
      transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
    }

    .section-remaining.revealed .remaining-lock-wrap{
      opacity:1;
      transform: translateY(0);
      transition-delay: 1.8s;
    }

    /* THE WONDER — setup falls, bloom is the final word */
    .section-wonder .wonder-pre {
      max-width: 830px;
      margin: 0 auto;
      font-size: clamp(1.08rem, 2vw, 1.38rem);
      color: var(--muted);
      text-wrap: balance;
      text-align: center;
    }

    .section-wonder .wonder-pre p {
      margin: 1rem 0;
      opacity: 0;
      transform: translateY(12px);
      transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
    }

    .section-wonder .wonder-bloom-wrap {
      margin: 2.35rem 0 0;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
    }

    .section-wonder.revealed .wonder-pre p:nth-child(1) { opacity:1; transform:translateY(0); transition-delay: 0.45s; }
    .section-wonder.revealed .wonder-pre p:nth-child(2) { opacity:1; transform:translateY(0); transition-delay: 0.95s; }
    .section-wonder.revealed .wonder-pre p:nth-child(3) { opacity:1; transform:translateY(0); transition-delay: 1.45s; }
    .section-wonder.revealed .wonder-bloom-wrap { opacity:1; transform:translateY(0); transition-delay: 2.15s; }

    .spaced {
      margin-top: 2rem;
    }

    .quote {
      font-size: clamp(1.9rem, 5.2vw, 4.5rem);
      line-height: 1.08;
      color: var(--text);
      margin: 2rem auto 1rem;
      max-width: 920px;
      text-wrap: balance;
      text-shadow: 0 0 30px rgba(255,255,255,0.08);
    }

    .big-line {
      font-size: clamp(2rem, 5.5vw, 5rem);
      line-height: 1.05;
      color: var(--text);
      margin: 1.25rem auto;
      max-width: 980px;
      font-family: Georgia, "Times New Roman", serif;
      text-wrap: balance;
    }

    .muted-line {
      color: var(--muted);
      font-size: clamp(1rem, 1.8vw, 1.3rem);
      letter-spacing: 0.03em;
    }

    .final-card {
      border: 1px solid rgba(255,255,255,0.08);
      background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
      box-shadow: 0 18px 80px rgba(0,0,0,0.28);
      border-radius: 22px;
      padding: min(7vw, 4rem);
      max-width: 960px;
      margin: 0 auto;
      backdrop-filter: blur(1px);
    }

    .footer-actions {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
      margin-top: 2.2rem;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 180px;
      padding: 0.95rem 1.3rem;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.14);
      color: var(--text);
      background: rgba(255,255,255,0.03);
      font-size: 0.98rem;
      transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    }

    .button:hover {
      transform: translateY(-2px);
      border-color: rgba(255,255,255,0.3);
      background: rgba(255,255,255,0.06);
    }

    .button.primary {
      background: rgba(255,255,255,0.08);
      color: #ffffff;
    }

    .editor-note {
      position: fixed;
      top: 1rem;
      right: 1rem;
      z-index: 4;
      font-size: 0.75rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
      border: 1px solid rgba(255,255,255,0.08);
      padding: 0.55rem 0.75rem;
      border-radius: 999px;
      background: rgba(0,0,0,0.26);
      backdrop-filter: blur(6px);
    }

    @keyframes rise {
      to { opacity: 1; transform: translateY(0); }
    }

    /* Shared spring easing for all rise animations */
    .eyebrow, .subtitle, .hero-line, .cta-wrap {
      animation-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
    }

    @keyframes fade {
      to { opacity: 1; }
    }

    @keyframes heroFlare {
      0%   { opacity: 0; transform: scale(0.9);  filter: blur(20px); }
      28%  { opacity: 0.72; transform: scale(1.0); filter: blur(8px); }
      100% { opacity: 0; transform: scale(1.1);  filter: blur(30px); }
    }

    @keyframes titleResolve {
      0% {
        opacity: 0;
        transform: translateY(14px) scale(0.988);
        letter-spacing: 0.06em;
        filter: blur(8px);
      }
      30% {
        opacity: 0.6;
        filter: blur(3px);
      }
      60% {
        opacity: 0.9;
        transform: translateY(0) scale(1.002);
        letter-spacing: 0.025em;
        filter: blur(0.4px);
      }
      100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        letter-spacing: 0.01em;
        filter: blur(0);
      }
    }

    @keyframes resolveParticle {
      0% {
        opacity: 0;
        transform: translate(calc(-50% + var(--from-x)), calc(-50% + var(--from-y))) scale(0.45);
      }
      18% {
        opacity: 0.72;
      }
      72% {
        opacity: 0.84;
      }
      100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--to-x, 0px)), calc(-50% + var(--to-y, 0px))) scale(0.18);
      }
    }

    @keyframes ghostPhrase1 {
      0% {
        opacity: 0;
        filter: blur(14px);
        transform: translate(calc(-50% - 92vw), -50%) scale(1.01);
        letter-spacing: 0.1em;
      }
      18% {
        opacity: 0.18;
        filter: blur(10px);
        transform: translate(calc(-50% - 74vw), -50%) scale(1.01);
      }
      36% {
        opacity: 0.32;
        filter: blur(5px);
        transform: translate(calc(-50% - 48vw), -50%) scale(1.005);
        letter-spacing: 0.075em;
      }
      58% {
        opacity: 0.34;
        filter: blur(2px);
        transform: translate(calc(-50% - 20vw), -50%) scale(1);
        letter-spacing: 0.06em;
      }
      76% {
        opacity: 0.22;
        filter: blur(4px);
        transform: translate(calc(-50% - 3vw), -50%) scale(0.998);
      }
      100% {
        opacity: 0;
        filter: blur(12px);
        transform: translate(-50%, -50%) scale(0.996);
        letter-spacing: 0.05em;
      }
    }

    @keyframes ghostPhrase2 {
      0% {
        opacity: 0;
        filter: blur(14px);
        transform: translate(calc(-50% + 92vw), -50%) scale(1.01);
        letter-spacing: 0.1em;
      }
      18% {
        opacity: 0.16;
        filter: blur(10px);
        transform: translate(calc(-50% + 74vw), -50%) scale(1.01);
      }
      36% {
        opacity: 0.28;
        filter: blur(5px);
        transform: translate(calc(-50% + 48vw), -50%) scale(1.005);
        letter-spacing: 0.075em;
      }
      58% {
        opacity: 0.32;
        filter: blur(2px);
        transform: translate(calc(-50% + 20vw), -50%) scale(1);
        letter-spacing: 0.06em;
      }
      76% {
        opacity: 0.2;
        filter: blur(4px);
        transform: translate(calc(-50% + 3vw), -50%) scale(0.998);
      }
      100% {
        opacity: 0;
        filter: blur(12px);
        transform: translate(-50%, -50%) scale(0.996);
        letter-spacing: 0.05em;
      }
    }

    .nonconverge-word {
      position: relative;
      display: inline-block;
      vertical-align: baseline;
      line-height: 1;
    }

    .nonconverge-word .version {
      position: absolute;
      top: 0;
      left: 0;
      white-space: nowrap;
      opacity: 0;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      will-change: transform, opacity, filter;
    }

    .nonconverge-word .version.primary {
      position: relative;
      display: inline-block;
      opacity: 1;
      z-index: 4;
    }

    .nonconverge-word .version.ghost-left,
    .nonconverge-word .version.ghost-right {
      z-index: 2;
      color: rgba(255,255,255,0.58);
      mix-blend-mode: screen;
    }

    .nonconverge-word.is-active .version.primary {
      animation: closePrimary 900ms cubic-bezier(.2,.82,.2,1) forwards;
    }

    .nonconverge-word.is-active .version.ghost-left,
    .nonconverge-word.is-active .version.ghost-right {
      opacity: 1;
    }

    .nonconverge-word.is-active .version.ghost-left {
      animation: closeGhostLeft 900ms cubic-bezier(.2,.82,.2,1) forwards;
    }

    .nonconverge-word.is-active .version.ghost-right {
      animation: closeGhostRight 900ms cubic-bezier(.2,.82,.2,1) forwards;
    }

    @keyframes closePrimary {
      0%   { transform: translateX(0); filter: blur(0); }
      22%  { transform: translateX(0); filter: blur(0); }
      45%  { transform: translateX(0.01em); filter: blur(0.2px); }
      100% { transform: translateX(0); filter: blur(0); }
    }

    @keyframes closeGhostLeft {
      0%   { opacity: 0; transform: translateX(0); filter: blur(0); }
      20%  { opacity: 0; transform: translateX(0); filter: blur(0); }
      42%  { opacity: 0.75; transform: translateX(-0.24em); filter: blur(0.7px); }
      62%  { opacity: 0.62; transform: translateX(-0.18em); filter: blur(0.45px); }
      100% { opacity: 0; transform: translateX(0); filter: blur(0); }
    }

    @keyframes closeGhostRight {
      0%   { opacity: 0; transform: translateX(0); filter: blur(0); }
      20%  { opacity: 0; transform: translateX(0); filter: blur(0); }
      42%  { opacity: 0.75; transform: translateX(0.24em); filter: blur(0.7px); }
      62%  { opacity: 0.62; transform: translateX(0.18em); filter: blur(0.45px); }
      100% { opacity: 0; transform: translateX(0); filter: blur(0); }
    }

    @media (max-width: 900px) {
      .section { min-height: auto; padding: 7rem 1.35rem; }
      .hero { padding-inline: 1.35rem; }
      .editor-note { display: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation: none !important;
        transition: none !important;
      }
      .eyebrow, h1, .subtitle, .hero-line, .hero-divider, .cta-wrap, .scroll-note {
        opacity: 1 !important;
        transform: none !important;
      }
      .section-inner {
        opacity: 1 !important;
        transform: none !important;
      }
    }
  
.form-lock { position: relative; display: inline-block; }
.form-base { position: relative; z-index: 3; }
.form-ghost {
  position: absolute; top:0; left:0;
  opacity:0; color: rgba(255,255,255,0.6);
}
.form-lock.active .form-1 { animation: formLeft 1350ms cubic-bezier(.2,.8,.2,1) forwards; }
.form-lock.active .form-2 { animation: formRight 1350ms cubic-bezier(.2,.8,.2,1) forwards; }

@keyframes formLeft {
  0%   { opacity:0; transform:translateX(0); filter: blur(0); }
  18%  { opacity:.18; transform:translateX(-0.05em); filter: blur(0.2px); }
  42%  { opacity:.72; transform:translateX(-0.34em); filter: blur(0.6px); }
  68%  { opacity:.52; transform:translateX(-0.22em); filter: blur(0.3px); }
  100% { opacity:0; transform:translateX(0); filter: blur(0); }
}
@keyframes formRight {
  0%   { opacity:0; transform:translateX(0); filter: blur(0); }
  18%  { opacity:.18; transform:translateX(0.05em); filter: blur(0.2px); }
  42%  { opacity:.72; transform:translateX(0.34em); filter: blur(0.6px); }
  68%  { opacity:.52; transform:translateX(0.22em); filter: blur(0.3px); }
  100% { opacity:0; transform:translateX(0); filter: blur(0); }
}

/* Presence Manifestation */
.presence-line{
  position:relative;
  display:inline-block;
  overflow:hidden;
}
.presence-base{
  position:relative;
  display:inline-block;
  color:rgba(255,255,255,0.10);
  text-shadow:0 0 0 rgba(255,255,255,0);
  transition:none;
  z-index:2;
}
.presence-line.is-active .presence-base{
  color: rgba(255,255,255,1) !important;
  opacity:1;
  animation: presenceReveal 1100ms cubic-bezier(.18,.84,.2,1) forwards both;
}
.presence-scan{
  position:absolute;
  top:-20%;
  bottom:-20%;
  left:-18%;
  width:18%;
  opacity:0;
  pointer-events:none;
  z-index:3;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.05) 16%,
      rgba(255,255,255,0.30) 46%,
      rgba(255,255,255,0.70) 50%,
      rgba(255,255,255,0.30) 54%,
      rgba(255,255,255,0.05) 84%,
      rgba(255,255,255,0) 100%);
  filter: blur(1px);
  mix-blend-mode: screen;
}
.presence-line.is-active .presence-scan{
  animation: presenceScan 1100ms cubic-bezier(.18,.84,.2,1) forwards;
}

@keyframes presenceScan{
  0%{ left:-18%; opacity:0; transform:skewX(-8deg); }
  10%{ opacity:.55; }
  38%{ opacity:.95; }
  72%{ opacity:.70; }
  100%{ left:100%; opacity:0; transform:skewX(-8deg); }
}

@keyframes presenceReveal{
  0%{ color:rgba(255,255,255,0.10); text-shadow:0 0 0 rgba(255,255,255,0); filter:blur(0.8px); }
  28%{ color:rgba(255,255,255,0.12); text-shadow:0 0 6px rgba(255,255,255,0.04); filter:blur(0.6px); }
  48%{ color:rgba(255,255,255,0.98); text-shadow:0 0 18px rgba(255,255,255,0.22); filter:blur(0); }
  74%{ color:rgba(255,255,255,0.90); text-shadow:0 0 10px rgba(255,255,255,0.10); }
  100%{ color:rgba(255,255,255,1); text-shadow:0 0 0 rgba(255,255,255,0); filter:blur(0); opacity:1; }
}

.presence-line.is-locked .presence-base{
  color: rgba(255,255,255,1) !important;
  opacity:1 !important;
  filter:none !important;
  text-shadow:none !important;
}

/* Absolute Stillness */
.stillness-line{
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,1);
  letter-spacing: 0.01em;
  transition: letter-spacing 260ms ease, color 260ms ease, text-shadow 260ms ease;
  z-index: 3;
}

body.state-stillness{ background-color: #050505; }
body.state-stillness::before{ content:""; position: fixed; inset: 0; background: rgba(0,0,0,0.08); pointer-events: none; z-index: 100; }
body.state-stillness .stillness-line{ letter-spacing: 0.035em; text-shadow: 0 0 0 rgba(255,255,255,0); }
body.state-stillness canvas,
body.state-stillness .particle-canvas,
body.state-stillness .ambient,
body.state-stillness .presence-scan,
body.state-stillness .hero-particle,
body.state-stillness .hero-ghost,
body.state-stillness .ghost-word,
body.state-stillness .collision-flash{ animation-play-state: paused !important; }

/* Exception Reveal */
.exception-line{
  position: relative;
  display: inline-block;
  opacity: 0.08;
  transform: translate3d(-8px, 50px, 0);
  filter: blur(1px);
  will-change: transform, opacity, filter;
}

.exception-line.is-active{ animation: exceptionArcReveal 1250ms cubic-bezier(.18,.84,.2,1) forwards; }

@keyframes exceptionArcReveal{
  0%{ opacity: 0.06; transform: translate3d(-10px, 50px, 0); filter: blur(1.2px); }
  28%{ opacity: 0.22; transform: translate3d(-4px, 26px, 0); filter: blur(0.9px); }
  58%{ opacity: 0.72; transform: translate3d(3px, 8px, 0); filter: blur(0.25px); }
  82%{ opacity: 0.94; transform: translate3d(1px, -2px, 0); filter: blur(0); }
  100%{ opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

/* Missing Disappears */
.missing-word-wrap{ display:inline-block; min-width: 7ch; position: relative; }
.missing-word{ display:inline-block; opacity: 1; transition: opacity 900ms ease, filter 900ms ease, transform 900ms ease; will-change: opacity, filter, transform; }
.missing-word.is-gone{ opacity: 0; filter: blur(1.4px); transform: translateY(-1px); }

/* Wonder - Letter Bloom */
.wonder-letter-bloom{ position: relative; display: inline-block; padding: 0.18em 0.24em 0.28em; isolation: isolate; }
.wonder-letters{ position: relative; display: inline-flex; align-items: baseline; justify-content: center; gap: 0; letter-spacing: 0; z-index: 3; }
.w-letter{ display: inline-block; font-family: Georgia, "Times New Roman", serif; font-size: 1em; line-height: 1; color: rgba(255,255,255,0.04); opacity: 0.02; transform: translateY(0.08em) scale(0.08); transform-origin: 50% 60%; filter: blur(1.8px); text-shadow: 0 0 0 rgba(255,255,255,0); will-change: transform, opacity, filter, color, text-shadow; }
.wonder-glow-pulse{ position: absolute; left: 50%; top: 52%; width: 3.8em; height: 3.8em; border-radius: 999px; transform: translate(-50%, -50%) scale(0.15); opacity: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.09) 28%, rgba(255,255,255,0.03) 52%, rgba(255,255,255,0) 74%); filter: blur(8px); }
.wonder-sparks{ position: absolute; inset: -0.55em -0.45em -0.2em -0.45em; z-index: 2; pointer-events: none; overflow: visible; }
.wonder-sparks i{ position: absolute; bottom: 0.02em; left: var(--x, 50%); width: var(--s, 2.4px); height: var(--s, 2.4px); border-radius: 999px; background: rgba(255,255,255,0.78); box-shadow: 0 0 10px rgba(255,255,255,0.22), 0 0 20px rgba(255,255,255,0.08); opacity: 0; transform: translate3d(0, 0, 0) scale(0.92); will-change: transform, opacity; }
.wonder-letter-bloom.is-active .w-letter{ animation: wonderLetterBloom 2500ms cubic-bezier(.16,.86,.2,1) forwards; animation-delay: calc(var(--i) * 120ms); }
.wonder-letter-bloom.is-active .wonder-letters{ animation: wonderTrackingExpand 2500ms cubic-bezier(.16,.86,.2,1) forwards; }
.wonder-letter-bloom.is-active .wonder-glow-pulse{ animation: wonderGlowPulse 900ms cubic-bezier(.16,.86,.2,1) forwards 2100ms; }
.wonder-letter-bloom.is-active .wonder-sparks i{ animation: wonderSparkFloat var(--dur, 1500ms) cubic-bezier(.2,.82,.2,1) forwards; animation-delay: var(--delay, 0ms); }
@keyframes wonderLetterBloom{
  0%{ opacity: 0.02; color: rgba(255,255,255,0.04); transform: translateY(0.08em) scale(0.08); filter: blur(1.8px); text-shadow: 0 0 0 rgba(255,255,255,0); }
  24%{ opacity: 0.12; color: rgba(255,255,255,0.22); transform: translateY(0.05em) scale(0.28); filter: blur(1.2px); text-shadow: 0 0 6px rgba(255,255,255,0.03); }
  52%{ opacity: 0.48; color: rgba(255,255,255,0.62); transform: translateY(0.02em) scale(0.68); filter: blur(0.55px); text-shadow: 0 0 10px rgba(255,255,255,0.06); }
  78%{ opacity: 0.9; color: rgba(255,255,255,0.96); transform: translateY(0) scale(1.02); filter: blur(0.08px); text-shadow: 0 0 5px rgba(255,255,255,0.03); }
  100%{ opacity: 1; color: rgba(255,255,255,1); transform: translateY(0) scale(1); filter: blur(0); text-shadow: 0 0 0 rgba(255,255,255,0); }
}
@keyframes wonderTrackingExpand{ 0% { letter-spacing: -0.18em; } 30% { letter-spacing: -0.08em; } 62% { letter-spacing: 0.02em; } 100% { letter-spacing: 0.06em; } }
@keyframes wonderGlowPulse{ 0%{ opacity: 0; transform: translate(-50%, -50%) scale(0.2); } 22%{ opacity: 0.82; transform: translate(-50%, -50%) scale(0.9); } 100%{ opacity: 0; transform: translate(-50%, -50%) scale(1.5); } }
@keyframes wonderSparkFloat{ 0%{ opacity: 0; transform: translate3d(0, 0.1em, 0) scale(0.68); filter: blur(0.2px); } 14%{ opacity: 0.7; } 36%{ opacity: 0.9; } 100%{ opacity: 0; transform: translate3d(var(--dx, 0px), calc(-1 * var(--rise, 1.2em)), 0) scale(1.06); filter: blur(0.5px); } }
.wonder-letter-bloom.is-alive .w-letter{ opacity: 1 !important; color: rgba(255,255,255,1) !important; transform: translateY(0) scale(1) !important; filter: blur(0) !important; animation: wonderAliveSafe 7.5s ease-in-out infinite alternate; }
@keyframes wonderAliveSafe{ 0%{ opacity: 1; color: rgba(255,255,255,1); text-shadow: 0 0 0 rgba(255,255,255,0); filter: blur(0); transform: translateY(0) scale(1); } 40%{ opacity: 0.985; color: rgba(255,255,255,0.97); text-shadow: 0 0 2px rgba(255,255,255,0.02); filter: blur(0); transform: translateY(0) scale(1); } 70%{ opacity: 0.992; color: rgba(255,255,255,0.985); text-shadow: 0 0 1px rgba(255,255,255,0.015); filter: blur(0); transform: translateY(0) scale(1); } 100%{ opacity: 1; color: rgba(255,255,255,1); text-shadow: 0 0 0 rgba(255,255,255,0); filter: blur(0); transform: translateY(0) scale(1); } }
.wonder-instability-layer{ position:absolute; inset:0; display:grid; place-items:center; pointer-events:none; z-index:5; opacity:0; }
.wonder-instability-word{ position:absolute; inset:0; display:grid; place-items:center; font-family: Georgia, "Times New Roman", serif; font-size: 1em; line-height: 1; white-space: nowrap; color: rgba(255,255,255,0.86); mix-blend-mode: screen; opacity:0; filter: blur(0.7px); transform: translate3d(0,0,0) scale(1); will-change: opacity, transform, filter; }
.wonder-letter-bloom.is-instability .wonder-instability-layer{ opacity:1; }
.wonder-letter-bloom.is-instability .wi-a{ animation: wonderInstabilityA 760ms cubic-bezier(.2,.82,.2,1) forwards; }
.wonder-letter-bloom.is-instability .wi-b{ animation: wonderInstabilityB 760ms cubic-bezier(.2,.82,.2,1) forwards 40ms; }
.wonder-letter-bloom.is-instability .wi-c{ animation: wonderInstabilityC 760ms cubic-bezier(.2,.82,.2,1) forwards 80ms; }
@keyframes wonderInstabilityA{ 0%{ opacity:0; transform: translate3d(0,0,0) scale(1); filter: blur(0.8px);} 24%{ opacity:0.58; transform: translate3d(-0.045em,-0.012em,0) scale(1.003); filter: blur(0.9px);} 64%{ opacity:0.16; transform: translate3d(-0.018em,0.004em,0) scale(1.001); filter: blur(0.35px);} 100%{ opacity:0; transform: translate3d(0,0,0) scale(1); filter: blur(0);} }
@keyframes wonderInstabilityB{ 0%{ opacity:0; transform: translate3d(0,0,0) scale(1); filter: blur(0.9px);} 26%{ opacity:0.52; transform: translate3d(0.05em,0.012em,0) scale(0.999); filter: blur(0.95px);} 66%{ opacity:0.14; transform: translate3d(0.016em,-0.004em,0) scale(1); filter: blur(0.35px);} 100%{ opacity:0; transform: translate3d(0,0,0) scale(1); filter: blur(0);} }
@keyframes wonderInstabilityC{ 0%{ opacity:0; transform: translate3d(0,0,0) scale(1); filter: blur(1px);} 22%{ opacity:0.36; transform: translate3d(0.012em,-0.02em,0) scale(1.005); filter: blur(1px);} 60%{ opacity:0.10; transform: translate3d(-0.008em,0.004em,0) scale(1.001); filter: blur(0.45px);} 100%{ opacity:0; transform: translate3d(0,0,0) scale(1); filter: blur(0);} }

/* The Decision — Commit Lock */
.decision-lock-wrap{ margin-top: 2.2rem; display: flex; justify-content: center; }
.decision-lock-line{ position: relative; display: inline-block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4.8vw, 3.9rem); line-height: 1.06; color: rgba(255,255,255,0.84); letter-spacing: 0.06em; font-weight: 500; filter: blur(0.6px); text-shadow: 0 0 0 rgba(255,255,255,0); transition: color 520ms cubic-bezier(.16,.86,.2,1), letter-spacing 520ms cubic-bezier(.16,.86,.2,1), filter 520ms cubic-bezier(.16,.86,.2,1), text-shadow 520ms cubic-bezier(.16,.86,.2,1), transform 520ms cubic-bezier(.16,.86,.2,1); will-change: color, letter-spacing, filter, text-shadow, transform; }
.decision-lock-line.is-locked{ color: rgba(255,255,255,1); letter-spacing: 0.015em; font-weight: 600; filter: blur(0); text-shadow: 0 0 0 rgba(255,255,255,0); transform: translateY(0); }
.decision-lock-line::after{ content: ""; position: absolute; left: 0; right: 0; bottom: -0.18em; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.24), transparent); opacity: 0; transform: scaleX(0.82); transition: opacity 520ms cubic-bezier(.16,.86,.2,1), transform 520ms cubic-bezier(.16,.86,.2,1); }
.decision-lock-line.is-locked::after{ opacity: 1; transform: scaleX(1); }

/* The Restored Touch — gentle rejoining, same skeleton, different soul */
.restored-touch-wrap{ margin-top: 2.35rem; display: flex; justify-content: center; }
.restored-touch-line{
  position: relative;
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4.8vw, 3.9rem);
  line-height: 1.06;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.07em;
  font-weight: 400;
  filter: blur(0.5px);
  text-shadow: 0 0 0 rgba(255,255,255,0);
  transition:
    color 700ms cubic-bezier(.16,.86,.2,1),
    letter-spacing 700ms cubic-bezier(.16,.86,.2,1),
    filter 700ms cubic-bezier(.16,.86,.2,1),
    font-weight 700ms cubic-bezier(.16,.86,.2,1);
  will-change: color, letter-spacing, filter;
}
.restored-touch-line.is-returned{
  color: rgba(255,255,255,0.96);
  letter-spacing: 0.025em;
  font-weight: 500;
  filter: blur(0);
}

/* THE RESTORED TOUCH — section copy */
.section-restored .restored-copy {
  max-width: 830px;
  margin: 0 auto;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  color: var(--muted);
  text-wrap: balance;
  text-align: center;
}
.section-restored .restored-copy p {
  margin: 1rem 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
}
.section-restored.revealed .restored-copy p:nth-child(1) { opacity:1; transform:translateY(0); transition-delay: 0.45s; }
.section-restored.revealed .restored-copy p:nth-child(2) { opacity:1; transform:translateY(0); transition-delay: 1.0s; }
.section-restored.revealed .restored-touch-wrap { opacity:1; transform:translateY(0); transition-delay: 1.7s; }
.restored-touch-wrap {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
}

/* THE UNSPOKEN INTERVAL — five lines stagger in, fifth holds at 75% permanently */
.section-interval .interval-copy {
  max-width: 830px;
  margin: 0 auto;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  color: var(--muted);
  text-wrap: balance;
  text-align: center;
}
.section-interval .interval-copy p {
  margin: 1rem 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
}
.section-interval.revealed .interval-copy p:nth-child(1) { opacity: 1;    transform: translateY(0); transition-delay: 0.45s; }
.section-interval.revealed .interval-copy p:nth-child(2) { opacity: 1;    transform: translateY(0); transition-delay: 1.05s; }
.section-interval.revealed .interval-copy p:nth-child(3) { opacity: 1;    transform: translateY(0); transition-delay: 1.9s;  }
.section-interval.revealed .interval-copy p:nth-child(4) { opacity: 1;    transform: translateY(0); transition-delay: 2.5s;  }
.section-interval.revealed .interval-copy p:nth-child(5) { opacity: 0.75; transform: translateY(0); transition-delay: 3.4s;  }

/* THE HELD INHALE — final line breath cycle */
.section-held-inhale .held-inhale-copy p:last-child {
  will-change: transform, opacity, filter, text-shadow, letter-spacing;
  transform-origin: center center;
}

.section-held-inhale.is-breathing .held-inhale-copy p:last-child {
  animation: heldInhaleBreath 5.9s cubic-bezier(.34,0,.2,1) infinite;
}

@keyframes heldInhaleBreath {
  0% {
    transform: scale(1);
    opacity: 0.86;
    letter-spacing: 0.01em;
    filter: blur(0.22px);
    text-shadow: 0 0 0 rgba(255,255,255,0);
  }
  16% {
    transform: scale(1.018);
    opacity: 0.95;
    letter-spacing: 0.02em;
    filter: blur(0.1px);
    text-shadow: 0 0 10px rgba(255,255,255,0.08);
  }
  30% {
    transform: scale(1.034);
    opacity: 1;
    letter-spacing: 0.032em;
    filter: blur(0);
    text-shadow: 0 0 20px rgba(255,255,255,0.16);
  }
  42% {
    transform: scale(1.038);
    opacity: 1;
    letter-spacing: 0.035em;
    filter: blur(0);
    text-shadow: 0 0 18px rgba(255,255,255,0.13);
  }
  58% {
    transform: scale(1.02);
    opacity: 0.94;
    letter-spacing: 0.02em;
    filter: blur(0.06px);
    text-shadow: 0 0 8px rgba(255,255,255,0.06);
  }
  76% {
    transform: scale(0.992);
    opacity: 0.82;
    letter-spacing: 0.004em;
    filter: blur(0.3px);
    text-shadow: 0 0 2px rgba(255,255,255,0.02);
  }
  100% {
    transform: scale(1);
    opacity: 0.86;
    letter-spacing: 0.01em;
    filter: blur(0.22px);
    text-shadow: 0 0 0 rgba(255,255,255,0);
  }
}

/* THE EASE — quieting title */
.ease-title{
  transition: none !important;
  display: inline-block;
  transform: scale(1);
  opacity: 1;
  letter-spacing: 0.01em;
  text-shadow: 0 0 20px rgba(255,255,255,0.08);
  transform-origin: center center;
  will-change: transform, opacity, letter-spacing, text-shadow;
}
.ease-title.is-quieting{
  animation: quietingTitleRestore 10.2s linear forwards !important;
}
@keyframes quietingTitleRestore{
  0%{
    transform: scale(1);
    opacity: 1;
    letter-spacing: 0.01em;
    text-shadow: 0 0 20px rgba(255,255,255,0.08);
  }
  100%{
    transform: scale(0.88);
    opacity: 0.82;
    letter-spacing: 0.002em;
    text-shadow: 0 0 8px rgba(255,255,255,0.03);
  }
}

/* THE HELD INHALE — copy stagger, isolated from .copy cascade */
.held-inhale-copy {
  max-width: 830px;
  margin: 0 auto;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  color: var(--muted);
  text-wrap: balance;
  text-align: center;
}
.held-inhale-copy p {
  margin: 1rem 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1);
}
.section-held-inhale.visible .held-inhale-copy p:nth-child(1) { opacity:1; transform:translateY(0); transition-delay: 0.3s; }
.section-held-inhale.visible .held-inhale-copy p:nth-child(2) { opacity:1; transform:translateY(0); transition-delay: 0.8s; }
.section-held-inhale.visible .held-inhale-copy p:nth-child(3) { opacity:1; transform:translateY(0); transition-delay: 1.3s; }
.section-held-inhale.visible .held-inhale-copy p:nth-child(4) { opacity:1; transform:translateY(0); transition-delay: 1.9s; }
.section-held-inhale.visible .held-inhale-copy p:nth-child(5) { opacity:0.86; transform:translateY(0); transition-delay: 2.5s; }

/* Section labels — single clean declaration */
.section-title,
.section-label,
.eyebrow { font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.22rem; font-weight: 500; letter-spacing: 0.30em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 1.2rem; text-shadow: none; }

/* THE BURDEN — setup lines stagger in, verdict resolves separately */
.section-burden .burden-copy p { opacity: 0; transform: translateY(8px); transition: opacity 800ms cubic-bezier(.16,1,.3,1), transform 800ms cubic-bezier(.16,1,.3,1); }
.section-burden .burden-copy p.visible { opacity: 1; transform: translateY(0); }
.burden-verdict { margin-top: 3rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3.2vw, 2.6rem); line-height: 1.1; letter-spacing: 0.07em; color: rgba(255,255,255,0.15); filter: blur(5px); opacity: 0; transform: translateY(6px); will-change: opacity, filter, letter-spacing, color, transform; }
.burden-verdict.is-resolving { animation: verdictResolve 2.2s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes verdictResolve {
  0% { opacity: 0; color: rgba(255,255,255,0.15); letter-spacing: 0.07em; filter: blur(5px); transform: translateY(6px); }
  22% { opacity: 0.14; color: rgba(255,255,255,0.22); letter-spacing: 0.06em; filter: blur(4.2px); }
  48% { opacity: 0.48; color: rgba(255,255,255,0.52); letter-spacing: 0.045em; filter: blur(2.2px); }
  74% { opacity: 0.82; color: rgba(255,255,255,0.92); letter-spacing: 0.022em; filter: blur(0.6px); transform: translateY(1px); }
  100% { opacity: 1; color: rgba(255,255,255,1); letter-spacing: 0.015em; filter: blur(0); transform: translateY(0); }
}


/* ── THRESHOLD MODAL ── */
.threshold-single-path{ justify-content: center; }
.threshold-trigger{ display: inline-flex; align-items: center; justify-content: center; min-width: 280px; padding: 1rem 1.45rem; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); color: rgba(255,255,255,0.92); font-size: 0.95rem; letter-spacing: 0.22em; text-transform: uppercase; cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease; }
.threshold-trigger:hover{ transform: translateY(-1px); border-color: rgba(255,255,255,0.28); background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)); }
.threshold-modal{ position: fixed !important; inset: 0; display: none !important; z-index: 9999; }
.threshold-modal.active{ display: block !important; }
.threshold-overlay{ position: absolute; inset: 0; background: rgba(0,0,0,0.82); backdrop-filter: blur(10px); }
.threshold-container{ position: relative; z-index: 2; max-width: 520px; margin: 10vh auto; padding: 2.6rem 2rem 2rem; border-radius: 22px; text-align: center; background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015)); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 20px 70px rgba(0,0,0,0.55); }
.threshold-title{ font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.8vw, 3.2rem); line-height: 1.02; margin-bottom: 0.7rem; color: rgba(255,255,255,0.98); }
.threshold-sub{ font-size: 1rem; color: rgba(255,255,255,0.78); margin-bottom: 2rem; }
.threshold-box{ display: flex; flex-direction: column; gap: 0.95rem; }
.btn-google{ padding: 1rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.18); background: transparent; color: rgba(255,255,255,0.98); font-size: 1rem; cursor: pointer; }
.or{ font-size: 0.76rem; letter-spacing: 0.14em; color: rgba(255,255,255,0.5); text-transform: uppercase; margin: 0.15rem 0; }
.email-input{ padding: 1rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.06); color: white; font-size: 1rem; }
.email-input::placeholder{ color: rgba(255,255,255,0.52); }
.btn-email{ padding: 1rem; border-radius: 12px; border: none; background: rgba(255,255,255,0.94); color: rgba(0,0,0,0.92); font-size: 1rem; font-weight: 600; cursor: pointer; }
.fine-print{ font-size: 0.74rem; line-height: 1.45; color: rgba(255,255,255,0.45); margin-top: 0.4rem; }
