    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --green-deep:  #1a2e1a;
      --green-mid:   #2d4a2d;
      --green-light: #3d6b3d;
      --gold:        #c9a84c;
      --gold-light:  #e2c47a;
      --cream:       #f5f0e8;
      --cream-dark:  #e8dfc9;
      --parchment:   #faf6ee;
      --ink:         #1c1a14;
      --text-muted:  #5a5040;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'EB Garamond', Georgia, serif;
      background-color: var(--green-deep);
      color: var(--cream);
      overflow-x: hidden;
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
      opacity: 0.75;
    }

    /* ── NAV ── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.2rem 3rem;
      background: linear-gradient(to bottom, rgba(26,46,26,0.97) 0%, rgba(26,46,26,0) 100%);
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      text-decoration: none;
    }

    .nav-logo img {
      height: 48px;
      width: auto;
      display: block;
    }

    .nav-cta {
      font-family: 'Cinzel', serif;
      font-size: 0.7rem;
      letter-spacing: 0.2em;
      color: var(--gold);
      border: 1px solid var(--gold);
      padding: 0.5rem 1.25rem;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .nav-cta:hover {
      background: var(--gold);
      color: var(--green-deep);
    }

    /* ── WATERMARK WINDOW ── */
    .watermark-window {
      position: absolute;
      pointer-events: none;
      opacity: 0.04;
    }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 7rem 2rem 9rem;
      overflow: hidden;
      /* Cole painting as background */
      background-image: url('/images/Cole_deperature.jpg');
      background-size: cover;
      background-position: center 30%;
      background-repeat: no-repeat;
    }

    /* Multi-layer overlay: dark vignette edges + green-to-transparent gradient that
       lets the sky breathe at top while protecting text legibility lower down */
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        /* subtle edge vignette */
        radial-gradient(ellipse at center, transparent 40%, rgba(15, 28, 15, 0.55) 100%),
        /* main brand-green gradient: heavier at bottom where text is dense */
        linear-gradient(
          to bottom,
          rgba(26, 46, 26, 0.30) 0%,
          rgba(26, 46, 26, 0.52) 35%,
          rgba(26, 46, 26, 0.78) 65%,
          rgba(26, 46, 26, 0.88) 100%
        );
      pointer-events: none;
      z-index: 0;
    }

    .hero::after {
      content: '';
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 800px;
      height: 800px;
      background: radial-gradient(ellipse, rgba(201,168,76,0.06) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }

    /* Watermark logo in hero background */
    .hero-watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: min(40vw, 300px);
      opacity: 0.06;
      pointer-events: none;
      z-index: 0;
    }

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

    .ornament {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2rem;
      opacity: 0;
      animation: fadeUp 1s ease forwards 0.2s;
    }

    .ornament-line {
      width: 60px;
      height: 1px;
      background: linear-gradient(to right, transparent, var(--gold));
    }

    .ornament-line.right {
      background: linear-gradient(to left, transparent, var(--gold));
    }

    .ornament-diamond {
      width: 6px;
      height: 6px;
      background: var(--gold);
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .hero-eyebrow {
      font-family: 'Cinzel', serif;
      font-size: 0.7rem;
      letter-spacing: 0.25em;
      color: var(--gold);
      text-transform: uppercase;
    }

    .hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3rem, 8vw, 6.5rem);
      font-weight: 300;
      line-height: 1.0;
      color: var(--cream);
      margin-bottom: 0.5rem;
      opacity: 0;
      animation: fadeUp 1.2s ease forwards 0.4s;
    }

    .hero-title em {
      font-style: italic;
      color: var(--gold-light);
    }

    .hero-subtitle {
      font-family: 'Cinzel', serif;
      font-size: clamp(0.72rem, 1.5vw, 0.85rem);
      letter-spacing: 0.25em;
      color: var(--gold);
      margin-bottom: 2.5rem;
      opacity: 0;
      animation: fadeUp 1.2s ease forwards 0.6s;
      text-shadow: 0 1px 12px rgba(15, 28, 15, 0.9), 0 0 30px rgba(15, 28, 15, 0.7);
    }

    .hero-description {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.1rem, 2.5vw, 1.4rem);
      font-weight: 300;
      line-height: 1.75;
      max-width: 640px;
      color: var(--cream-dark);
      margin-bottom: 3rem;
      opacity: 0;
      animation: fadeUp 1.2s ease forwards 0.8s;
    }

    /* Painting credit — bottom right of hero */
    .hero-credit {
      position: absolute;
      bottom: 1rem;
      right: 1.25rem;
      font-family: 'EB Garamond', serif;
      font-size: 0.72rem;
      font-style: italic;
      color: rgba(245,240,232,0.32);
      z-index: 1;
      letter-spacing: 0.03em;
      pointer-events: none;
    }

    /* ── EMAIL FORM ── */
    .waitlist-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.85rem;
      width: 100%;
      max-width: 520px;
      opacity: 0;
      animation: fadeUp 1.2s ease forwards 1s;
      margin-bottom: 5rem;
    }

    .form-row {
      display: flex;
      width: 100%;
      border: 1px solid rgba(201,168,76,0.4);
      background: rgba(26,46,26,0.6);
      backdrop-filter: blur(4px);
      transition: border-color 0.3s;
    }

    .form-row:focus-within { border-color: var(--gold); }

    .form-row input[type="email"] {
      flex: 1;
      background: transparent;
      border: none;
      outline: none;
      padding: 0.9rem 1.25rem;
      font-family: 'EB Garamond', serif;
      font-size: 1rem;
      color: var(--cream);
    }

    .form-row input[type="email"]::placeholder {
      color: rgba(245,240,232,0.7);
      font-style: italic;
    }

    .form-row button {
      background: var(--gold);
      border: none;
      color: var(--green-deep);
      font-family: 'Cinzel', serif;
      font-size: 0.72rem;
      letter-spacing: 0.15em;
      padding: 0 1.5rem;
      cursor: pointer;
      transition: background 0.3s;
      white-space: nowrap;
    }

    .form-row button:hover { background: var(--gold-light); }

    .form-textarea-wrap {
      width: 100%;
      border: 1px solid rgba(201,168,76,0.25);
      background: rgba(26,46,26,0.4);
      backdrop-filter: blur(4px);
      transition: border-color 0.3s;
    }

    .form-textarea-wrap:focus-within { border-color: rgba(201,168,76,0.9); }

    .form-textarea-label {
      display: block;
      font-family: 'Cinzel', serif;
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      color: var(--gold);
      padding: 0.65rem 1.25rem 0;
    }

    .form-textarea-wrap textarea {
      width: 100%;
      background: transparent;
      border: none;
      outline: none;
      padding: 0.5rem 1.25rem 0.85rem;
      font-family: 'EB Garamond', serif;
      font-size: 0.95rem;
      font-style: italic;
      color: var(--cream);
      resize: vertical;
      min-height: 72px;
    }

    .form-textarea-wrap textarea::placeholder {
      color: rgba(245,240,232,0.35);
    }

    .form-note {
      font-family: 'EB Garamond', serif;
      font-size: 0.92rem;
      font-style: italic;
      color: rgba(245,240,232,0.85);
      text-align: center;
    }

    .form-success {
      display: none;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      color: var(--gold-light);
      font-style: italic;
      text-align: center;
      padding: 1rem;
      line-height: 1.6;
    }

    /* ── SCROLL INDICATOR ── */
    .scroll-hint {
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      opacity: 0;
      animation: fadeIn 1s ease forwards 2.2s;
    }

    .scroll-hint span {
      font-family: 'Cinzel', serif;
      font-size: 0.65rem;
      letter-spacing: 0.22em;
      color: rgba(201,168,76,0.9);
    }

    .scroll-line {
      width: 1px;
      height: 40px;
      background: linear-gradient(to bottom, var(--gold), transparent);
      animation: scrollPulse 2s ease-in-out infinite;
    }

    /* ── SECTION SHARED STYLES ── */
    .section-label {
      font-family: 'Cinzel', serif;
      font-size: 0.68rem;
      letter-spacing: 0.28em;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 1.75rem;
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .section-label.center { justify-content: center; }

    .section-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(to right, var(--gold), transparent);
      max-width: 100px;
    }

    .section-label.center::before {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(to left, var(--gold), transparent);
      max-width: 100px;
    }

    .gold-rule {
      height: 4px;
      background: linear-gradient(to right, transparent, var(--gold), transparent);
    }

    /* ── HEART OF PAIDEIA ── */
    .window-section {
      position: relative;
      background: var(--parchment);
      color: var(--ink);
      padding: 8rem 2rem;
      overflow: hidden;
    }

    .window-section .gold-rule { position: absolute; top: 0; left: 0; right: 0; }

    .window-bg {
      position: absolute;
      right: -80px;
      top: 50%;
      transform: translateY(-50%);
      width: 480px;
      opacity: 0.05;
    }

    .window-inner {
      max-width: 720px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      padding: 0 2rem;
    }

    .window-pullquote {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.5rem, 3.5vw, 2.4rem);
      font-weight: 300;
      font-style: italic;
      line-height: 1.45;
      color: var(--ink);
      margin-bottom: 2.5rem;
      border-left: 2px solid var(--gold);
      padding-left: 2rem;
    }

    .window-body {
      font-family: 'EB Garamond', serif;
      font-size: 1.15rem;
      line-height: 1.9;
      color: var(--text-muted);
    }

    .window-body p + p { margin-top: 1.25em; }

    .window-attribution {
      margin-top: 2.5rem;
      font-family: 'Cinzel', serif;
      font-size: 0.7rem;
      letter-spacing: 0.2em;
      color: var(--gold);
    }

    /* ── DIFFERENTIATORS ── */
    .diff-section {
      position: relative;
      background: var(--green-deep);
      padding: 8rem 2rem;
      overflow: hidden;
    }

    .diff-section .gold-rule { position: absolute; top: 0; left: 0; right: 0; }

    .diff-inner {
      max-width: 1060px;
      margin: 0 auto;
    }

    .diff-header {
      text-align: center;
      margin-bottom: 5rem;
    }

    .diff-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 300;
      color: var(--cream);
      margin-bottom: 0.75rem;
    }

    .diff-lead {
      font-family: 'EB Garamond', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: rgba(245,240,232,0.75);
    }

    .diff-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
    }

    .diff-card {
      border: 1px solid rgba(201,168,76,0.18);
      padding: 2.25rem 2rem;
      position: relative;
      transition: border-color 0.3s;
    }

    .diff-card:hover { border-color: rgba(201,168,76,0.8); }

    .diff-card::before {
      content: '';
      position: absolute;
      top: -1px; left: 2rem;
      width: 36px;
      height: 2px;
      background: var(--gold);
    }

    .diff-card-num {
      font-family: 'Cinzel', serif;
      font-size: 0.65rem;
      letter-spacing: 0.22em;
      color: var(--gold);
      margin-bottom: 0.9rem;
    }

    .diff-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.35rem;
      font-weight: 500;
      color: var(--cream);
      margin-bottom: 0.65rem;
      line-height: 1.25;
    }

    .diff-card-body {
      font-family: 'EB Garamond', serif;
      font-size: 0.98rem;
      line-height: 1.75;
      color: rgba(245,240,232,0.82);
    }

    .diff-card-tag {
      display: inline-block;
      margin-top: 0.75rem;
      font-family: 'Cinzel', serif;
      font-size: 0.6rem;
      letter-spacing: 0.15em;
      color: var(--gold);
      border: 1px solid rgba(201,168,76,0.35);
      padding: 0.2rem 0.6rem;
    }

    /* ── ARTWORK FEATURE ── */
    .artwork-section {
      background: linear-gradient(160deg, #0e1e0e 0%, var(--green-mid) 60%, #0e1e0e 100%);
      padding: 8rem 2rem;
      position: relative;
      overflow: hidden;
    }

    .artwork-section .gold-rule { position: absolute; top: 0; left: 0; right: 0; }

    .artwork-inner {
      max-width: 940px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
    }

    .artwork-text .section-label { margin-bottom: 1.5rem; }

    .artwork-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 4vw, 3rem);
      font-weight: 300;
      color: var(--cream);
      line-height: 1.15;
      margin-bottom: 1.5rem;
    }

    .artwork-title em { font-style: italic; color: var(--gold-light); }

    .artwork-body {
      font-family: 'EB Garamond', serif;
      font-size: 1.05rem;
      line-height: 1.85;
      color: rgba(245,240,232,0.82);
    }

    .artwork-body p + p { margin-top: 1em; }

    .artwork-visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Simulated "reading screen" mock */
    .mock-screen {
      width: 100%;
      max-width: 340px;
      background: #0a160a;
      border: 1px solid rgba(201,168,76,0.3);
      border-radius: 4px;
      padding: 1.5rem;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5);
      position: relative;
    }

    .mock-screen::before {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: 5px;
      background: linear-gradient(135deg, rgba(201,168,76,0.2), transparent 50%);
      pointer-events: none;
    }

    .mock-img-placeholder {
      width: 100%;
      aspect-ratio: 4/3;
      background: linear-gradient(135deg, #1a3a1a 0%, #2a5a2a 50%, #1a3a1a 100%);
      border: 1px solid rgba(201,168,76,0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
    }

    .mock-img-placeholder::after {
      content: '🎨';
      font-size: 2.5rem;
      opacity: 0.4;
    }

    .mock-img-caption {
      font-family: 'EB Garamond', serif;
      font-size: 0.75rem;
      font-style: italic;
      color: rgba(201,168,76,0.5);
      text-align: center;
      margin-bottom: 0.75rem;
    }

    .mock-progress {
      height: 2px;
      background: rgba(255,255,255,0.1);
      border-radius: 1px;
      margin-bottom: 0.75rem;
    }

    .mock-progress-fill {
      height: 100%;
      width: 38%;
      background: var(--gold);
      border-radius: 1px;
    }

    .mock-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.25rem;
    }

    .mock-btn {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid rgba(201,168,76,0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      color: var(--gold);
    }

    .mock-btn.play {
      width: 44px;
      height: 44px;
      background: var(--gold);
      color: var(--green-deep);
      border-color: var(--gold);
      font-size: 1rem;
    }

    .mock-title-text {
      font-family: 'Cinzel', serif;
      font-size: 0.55rem;
      letter-spacing: 0.2em;
      color: rgba(201,168,76,0.9);
      text-align: center;
      margin-bottom: 0.4rem;
    }

    /* ── PLATFORM FEATURES ── */
    .platform-section {
      background: var(--parchment);
      color: var(--ink);
      padding: 8rem 2rem;
      position: relative;
    }

    .platform-inner {
      max-width: 940px;
      margin: 0 auto;
    }

    .platform-header {
      text-align: center;
      margin-bottom: 4.5rem;
    }

    .platform-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4.5vw, 3.2rem);
      font-weight: 300;
      margin-bottom: 0.75rem;
    }

    .platform-lead {
      font-family: 'EB Garamond', serif;
      font-size: 1.05rem;
      font-style: italic;
      color: var(--text-muted);
    }

    .platform-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 2rem;
    }

    .platform-card {
      padding: 2rem 1.75rem;
      border: 1px solid rgba(0,0,0,0.08);
      background: white;
      position: relative;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .platform-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    }

    .platform-icon {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      display: block;
    }

    .platform-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 500;
      color: var(--ink);
      margin-bottom: 0.6rem;
    }

    .platform-card-body {
      font-family: 'EB Garamond', serif;
      font-size: 0.95rem;
      line-height: 1.75;
      color: var(--text-muted);
    }

    .platform-card-tag {
      display: inline-block;
      margin-top: 0.75rem;
      font-family: 'Cinzel', serif;
      font-size: 0.6rem;
      letter-spacing: 0.12em;
      color: var(--green-deep);
      border: 1px solid rgba(45,74,45,0.3);
      padding: 0.2rem 0.55rem;
    }

    /* ── BOOKS SHELF ── */
    .books-section {
      background: linear-gradient(180deg, var(--green-mid) 0%, var(--green-deep) 100%);
      padding: 7rem 2rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .books-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 4vw, 3rem);
      font-weight: 300;
      color: var(--cream);
      margin-bottom: 0.75rem;
    }

    .books-subtitle {
      font-family: 'EB Garamond', serif;
      font-size: 1.05rem;
      font-style: italic;
      color: rgba(245,240,232,0.75);
      margin-bottom: 4rem;
    }

    .books-shelf {
      display: flex;
      gap: 1.5rem;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 960px;
      margin: 0 auto 3rem;
    }

    .book-cover {
      width: 130px;
      border-radius: 2px;
      box-shadow: -4px 4px 20px rgba(0,0,0,0.5), 4px 0 0 rgba(201,168,76,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: default;
    }

    .book-cover:hover {
      transform: translateY(-8px) scale(1.03);
      box-shadow: -4px 12px 30px rgba(0,0,0,0.6), 4px 0 0 rgba(201,168,76,0.25);
    }

    .books-note {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-style: italic;
      color: var(--gold-light);
    }

    /* ── PRICING ── */
    .pricing-section {
      background: var(--parchment);
      color: var(--ink);
      padding: 8rem 2rem;
      position: relative;
    }

    .pricing-section .gold-rule { position: absolute; top: 0; left: 0; right: 0; }

    .pricing-inner {
      max-width: 1060px;
      margin: 0 auto;
      text-align: center;
    }

    .pricing-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 300;
      margin-bottom: 1rem;
    }

    .pricing-lead {
      font-family: 'EB Garamond', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: var(--text-muted);
      margin-bottom: 4rem;
    }

    .pricing-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
      margin-bottom: 3rem;
    }

    @media (max-width: 900px) {
      .pricing-cards { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 560px) {
      .pricing-cards { grid-template-columns: 1fr; }
    }

    .pricing-card {
      border: 1px solid rgba(0,0,0,0.1);
      padding: 2.25rem 1.5rem;
      position: relative;
      background: white;
      transition: transform 0.3s;
      text-align: left;
    }

    .pricing-card:hover { transform: translateY(-4px); }

    .pricing-card.featured {
      border-color: var(--gold);
      background: var(--green-deep);
      color: var(--cream);
    }

    .pricing-card.gift {
      border-color: rgba(45,74,45,0.4);
      background: #f0f5f0;
    }

    .pricing-badge {
      position: absolute;
      top: -0.8rem;
      left: 50%;
      transform: translateX(-50%);
      background: var(--gold);
      color: var(--green-deep);
      font-family: 'Cinzel', serif;
      font-size: 0.6rem;
      letter-spacing: 0.12em;
      padding: 0.25rem 0.75rem;
      white-space: nowrap;
    }

    .pricing-badge.green {
      background: var(--green-mid);
      color: var(--cream);
    }

    .pricing-plan {
      font-family: 'Cinzel', serif;
      font-size: 0.68rem;
      letter-spacing: 0.2em;
      color: var(--gold);
      margin-bottom: 1.1rem;
    }

    .pricing-price {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.8rem;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 0.25rem;
      color: var(--ink);
    }

    .pricing-card.featured .pricing-price { color: var(--cream); }
    .pricing-card.gift .pricing-price { color: var(--green-deep); }

    .pricing-period {
      font-family: 'EB Garamond', serif;
      font-size: 0.85rem;
      font-style: italic;
      margin-bottom: 1.5rem;
      opacity: 0.75;
    }

    .pricing-features {
      list-style: none;
    }

    .pricing-features li {
      font-family: 'EB Garamond', serif;
      font-size: 0.92rem;
      padding: 0.38rem 0;
      border-bottom: 1px solid rgba(0,0,0,0.06);
      display: flex;
      align-items: flex-start;
      gap: 0.55rem;
      line-height: 1.4;
    }

    .pricing-card.featured .pricing-features li { border-color: rgba(255,255,255,0.08); }
    .pricing-card.gift .pricing-features li { border-color: rgba(45,74,45,0.1); }

    .pricing-features li::before {
      content: '✦';
      color: var(--gold);
      font-size: 0.55rem;
      flex-shrink: 0;
      margin-top: 3px;
    }

    .pricing-note {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: var(--text-muted);
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.7;
    }

    .pricing-highlight { color: var(--green-deep); font-style: normal; font-weight: 500; }

    /* ── EARLY ADOPTER ── */
    .early-banner {
      background: var(--green-deep);
      border-top: 1px solid rgba(201,168,76,0.25);
      border-bottom: 1px solid rgba(201,168,76,0.25);
      padding: 6rem 2rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .early-watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: min(50vw, 400px);
      opacity: 0.03;
      pointer-events: none;
    }

    .early-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 300;
      font-style: italic;
      color: var(--gold-light);
      margin-bottom: 1rem;
      position: relative;
    }

    .early-body {
      font-family: 'EB Garamond', serif;
      font-size: 1.1rem;
      line-height: 1.85;
      color: rgba(245,240,232,0.82);
      max-width: 560px;
      margin: 0 auto 3rem;
      position: relative;
    }

    /* ── SCHOLE PREVIEW ── */
    .coming-section {
      background: var(--parchment);
      padding: 6rem 2rem;
      color: var(--ink);
    }

    .coming-inner {
      max-width: 860px;
      margin: 0 auto;
      text-align: center;
    }

    .coming-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 300;
      margin-bottom: 1rem;
    }

    .coming-lead {
      font-family: 'EB Garamond', serif;
      font-size: 1.05rem;
      font-style: italic;
      color: var(--text-muted);
      margin-bottom: 3.5rem;
    }

    .coming-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1.5rem;
      text-align: left;
    }

    .coming-card {
      padding: 1.75rem 1.5rem;
      border: 1px dashed rgba(0,0,0,0.12);
      position: relative;
    }

    .coming-label {
      font-family: 'Cinzel', serif;
      font-size: 0.62rem;
      letter-spacing: 0.15em;
      color: var(--text-muted);
      margin-bottom: 0.75rem;
    }

    .coming-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 500;
      color: var(--ink);
      margin-bottom: 0.5rem;
    }

    .coming-card-body {
      font-family: 'EB Garamond', serif;
      font-size: 0.9rem;
      line-height: 1.7;
      color: var(--text-muted);
    }

    /* ── BOTTOM WAITLIST ── */
    .bottom-waitlist {
      background: var(--green-deep);
      padding: 8rem 2rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .bottom-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 300;
      color: var(--cream);
      margin-bottom: 1rem;
      position: relative;
    }

    .bottom-sub {
      font-family: 'EB Garamond', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: rgba(245,240,232,0.72);
      margin-bottom: 3rem;
      position: relative;
    }

    .bottom-form-wrap { display: flex; justify-content: center; position: relative; }

    /* ── FOOTER ── */
    footer {
      background: rgba(0,0,0,0.35);
      padding: 3rem 2rem;
      text-align: center;
      border-top: 1px solid rgba(201,168,76,0.12);
    }

    .footer-logo {
      margin-bottom: 1.5rem;
    }

    .footer-logo img {
      height: 44px;
      width: auto;
      opacity: 0.82;
    }

    .footer-text {
      font-family: 'EB Garamond', serif;
      font-size: 1rem;
      color: rgba(245,240,232,0.75);
      font-style: italic;
      margin-bottom: 1.25rem;
    }

    .footer-links {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-top: 1rem;
      margin-bottom: 1.5rem;
    }

    .footer-links a {
      font-family: 'Cinzel', serif;
      font-size: 0.78rem;
      letter-spacing: 0.15em;
      color: rgba(201,168,76,0.9);
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-links a:hover { color: var(--gold); }

    .footer-social {
      display: flex;
      justify-content: center;
      gap: 1.25rem;
      margin-top: 1rem;
    }

    .footer-social a {
      color: rgba(201,168,76,0.65);
      text-decoration: none;
      transition: color 0.3s;
      display: flex;
      align-items: center;
    }

    .footer-social a:hover { color: var(--gold); }

    .footer-social svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    /* ── ORATION CARD STATES ── */
    .oration-card--disabled {
      opacity: 0.55;
      cursor: default;
    }

    /* ── GOLD RULE MODIFIER ── */
    .gold-rule--narrow {
      width: 60px;
      margin-left: auto;
      margin-right: auto;
    }

    /* ── BOOKS SECTION LINK ── */
    .books-title-link {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid rgba(201,168,76,0.4);
      padding-bottom: 0.1em;
      transition: border-color 0.3s;
    }

    .books-title-link:hover { border-color: rgba(201,168,76,0.9); }

    .books-note-link {
      color: var(--gold-light);
      text-decoration: none;
      font-style: normal;
      letter-spacing: 0.05em;
      opacity: 0.85;
      transition: opacity 0.3s;
    }

    .books-note-link:hover { opacity: 1; }

    /* ── PRICING CARD VARIANTS ── */
    .pricing-card.early-adopter {
      border-color: rgba(201,168,76,0.4);
      background: #fdf8ed;
    }

    .pricing-card.early-adopter .pricing-price { color: var(--green-deep); }

    .pricing-card.early-adopter .pricing-locked {
      color: var(--green-mid);
      font-weight: 500;
    }

    .pricing-badge.gift-badge {
      background: var(--green-light);
      color: var(--cream);
    }

    .pricing-card.gift .pricing-price { color: var(--green-deep); }

    /* ── EARLY ADOPTER CTA ── */
    .early-adopter-cta {
      display: inline-block;
    }

    /* ── SERIES VOLUME BADGE ── */
    .coll-type.series-badge {
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      color: var(--text-muted);
    }


    /* ── WCAG ACCESSIBILITY OVERRIDES ── */
    /* Gold on light/parchment backgrounds fails contrast - use dark green instead */
    .window-section .section-label,
    .window-section .window-attribution,
    .pricing-section .section-label,
    .platform-section .section-label,
    .coming-section .section-label {
      color: var(--green-deep);
    }

    .window-section .section-label::after,
    .pricing-section .section-label::after,
    .pricing-section .section-label::before,
    .platform-section .section-label::after,
    .platform-section .section-label::before,
    .coming-section .section-label::after,
    .coming-section .section-label::before {
      background: linear-gradient(to right, var(--green-mid), transparent);
    }

    /* Pricing plan labels on light cards */
    .pricing-card:not(.featured) .pricing-plan {
      color: var(--green-mid);
    }

    /* Platform card tags on white */
    .platform-card-tag {
      color: var(--green-deep) !important;
      border-color: rgba(26,46,26,0.4) !important;
    }

    /* Coming section labels */
    .coming-label {
      color: var(--green-mid);
    }

    /* Window attribution on parchment */
    .window-attribution {
      color: var(--green-mid);
    }

    /* Pricing highlight */
    .pricing-highlight {
      color: var(--green-deep);
    }

    /* Books note - gold on green gradient - already passes but ensure it */
    .books-note {
      color: var(--gold-light);
    }

    /* Diff card num - gold on dark - already passes, keep */
    
    /* Form textarea label */
    .form-textarea-label {
      color: var(--gold-light);
    }

    /* Nav eyebrow ornament text */
    .hero-eyebrow {
      color: var(--gold-light);
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

    @keyframes scrollPulse {
      0%, 100% { opacity: 0.3; }
      50%       { opacity: 0.8; }
    }

    /* Visible by default — JS adds .js-ready to <body> before hiding elements */
    .reveal {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .js-ready .reveal {
      opacity: 0;
      transform: translateY(24px);
    }

    .js-ready .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* Staggered children */
    .stagger-children > * {
      opacity: 1;
      transform: none;
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .js-ready .stagger-children > * {
      opacity: 0;
      transform: translateY(20px);
    }

    .stagger-children.visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s; }
    .stagger-children.visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.1s; }
    .stagger-children.visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.2s; }
    .stagger-children.visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.3s; }
    .stagger-children.visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.4s; }
    .stagger-children.visible > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.5s; }


    /* ── ARTWORK MOCKUP ── */
    .artwork-mockup-wrap {
      position: relative;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
    }

    .artwork-mobile-frame {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      z-index: 2;
      filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    }

    /* artwork-slide-track and artwork-slide removed — replaced by video */

    /* Remove platform-icon spacing */
    .platform-icon { display: none; }
    .platform-card-title { margin-top: 0; }

    /* Add a subtle left border accent to platform cards instead */
    .platform-card {
      border-left: 3px solid transparent;
      transition: border-left-color 0.3s, transform 0.3s, box-shadow 0.3s;
    }
    .platform-card:hover {
      border-left-color: var(--gold);
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      nav { padding: 1rem 1.5rem; }
      .artwork-inner { grid-template-columns: 1fr; gap: 3rem; }
      .artwork-visual { order: -1; }
      .mock-screen { max-width: 260px; }
      .window-bg { display: none; }
    }

    @media (max-width: 480px) {
      .form-row { flex-direction: column; }
      .form-row button { padding: 0.8rem; }
      .books-shelf { gap: 1rem; }
      .book-cover { width: 100px; }
    }
