    :root {
      --bg:       #1e1e1e;
      --bg-alt:   #252525;
      --bg-card:  #2a2a2a;
      --border:   #333333;
      --gold:     #C9A84C;
      --gold-dim: #8a6e2f;
      --white:    #f2efe8;
      --muted:    #888880;
      --max:      1200px;
      --gutter:   clamp(1.5rem, 5vw, 4rem);
      --gap:      clamp(5rem, 10vw, 9rem);
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      background: var(--bg);
      color: var(--white);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1rem;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    .wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
    .section { padding: var(--gap) 0; }

    /* REVEAL */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    .d1 { transition-delay: 0.1s; }
    .d2 { transition-delay: 0.2s; }
    .d3 { transition-delay: 0.3s; }
    .d4 { transition-delay: 0.45s; }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 1.25rem var(--gutter);
      background: rgba(30,30,30,0.94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid transparent;
      transition: border-color 0.3s;
    }
    nav.scrolled { border-bottom-color: var(--border); }
    .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
    .nav-links a {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--muted); transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--white); }
    .nav-cta {
      border: 1px solid var(--gold) !important; color: var(--gold) !important;
      padding: 0.5rem 1.2rem; border-radius: 2px;
      transition: background 0.2s, color 0.2s !important;
    }
    .nav-cta:hover { background: var(--gold) !important; color: var(--bg) !important; }

    /* HERO */
    #hero {
      min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
      align-items: center; padding-top: 80px;
      position: relative; overflow: hidden;
    }
    .hero-noise {
      position: absolute; inset: 0; pointer-events: none; opacity: 0.3;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      background-size: 200px;
    }
    .hero-vline {
      position: absolute; top: 0; bottom: 0; left: 52%; width: 1px;
      background: linear-gradient(to bottom, transparent, var(--border) 20%, var(--border) 80%, transparent);
    }
    .hero-left { padding: 3rem var(--gutter); z-index: 1; }
    .eyebrow {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 1.5rem;
      display: flex; align-items: center; gap: 0.75rem;
    }
    .eyebrow::before { content: ""; display: block; width: 2rem; height: 1px; background: var(--gold); }
    h1 {
      font-size: clamp(2.8rem, 5.5vw, 5rem);
      font-weight: 300; line-height: 1.05;
      color: var(--white); margin-bottom: 1.5rem;
    }
    h1 em { font-style: italic; color: var(--gold); }
    .hero-sub {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1rem; color: var(--muted); line-height: 1.8;
      max-width: 44ch; margin-bottom: 2.5rem;
    }
    .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
    .btn {
      display: inline-block;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
      padding: 0.85rem 1.75rem; border-radius: 2px; transition: all 0.2s;
    }
    .btn-gold { background: var(--gold); color: var(--bg); border: 1px solid var(--gold); }
    .btn-gold:hover { background: transparent; color: var(--gold); }
    .btn-outline { background: transparent; color: var(--white); border: 1px solid var(--border); }
    .btn-outline:hover { border-color: var(--white); }
    .stats { display: flex; gap: 3rem; margin-top: 3.5rem; flex-wrap: wrap; }
    .stat-num {
      font-size: 2rem; font-weight: 600; color: var(--gold); line-height: 1;
    }
    .stat-label {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--muted); margin-top: 0.35rem;
    }
    .hero-right { position: relative; height: 100%; min-height: 100vh; overflow: hidden; }
    .hero-right img {
      width: 100%; height: 100%; object-fit: cover; object-position: top center;
      filter: grayscale(20%) contrast(1.05);
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to right, var(--bg) 0%, transparent 30%),
                  linear-gradient(to top, var(--bg) 0%, transparent 20%);
    }

    /* SECTION LABELS */
    .label {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gold); display: flex; align-items: center; gap: 0.75rem;
      margin-bottom: 1rem;
    }
    .label::before { content: ""; display: block; width: 2rem; height: 1px; background: var(--gold); }
    h2 {
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 1.25rem;
    }
    h2 em { font-style: italic; color: var(--gold); }

    /* ABOUT */
    #about { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .about-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; }
    .about-photo { position: relative; }
    .about-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; filter: grayscale(15%); }
    .about-border {
      position: absolute; top: 1rem; left: 1rem; right: -1rem; bottom: -1rem;
      border: 1px solid var(--gold-dim); pointer-events: none; z-index: -1;
    }
    .about-text p {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1.05rem; color: rgba(242,239,232,0.8); line-height: 1.8; margin-bottom: 1.2rem;
    }
    .tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
    .tag {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase;
      border: 1px solid var(--border); color: var(--muted);
      padding: 0.4rem 0.85rem; border-radius: 2px;
    }

    /* WORK */
    #work { background: var(--bg); }
    .work-intro {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1.05rem; color: var(--muted); line-height: 1.8;
      max-width: 60ch; margin-bottom: 3.5rem;
    }
    .work-grid {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 1px; background: var(--border); border: 1px solid var(--border);
    }
    .work-card {
      background: var(--bg-card); padding: 2.5rem;
      transition: background 0.3s;
    }
    .work-card:hover { background: #2f2f2f; }
    .work-num {
      font-size: 4rem; font-weight: 300; color: var(--border);
      line-height: 1; margin-bottom: 1.5rem; transition: color 0.3s;
    }
    .work-card:hover .work-num { color: var(--gold-dim); }
    .work-title {
      font-size: 1.4rem; font-weight: 400;
      color: var(--white); line-height: 1.2; margin-bottom: 0.85rem;
    }
    .work-body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.9rem; color: var(--muted); line-height: 1.7;
    }
    .work-tag {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--gold); margin-top: 1.75rem; display: block;
    }
    .boardpulse-list {
      list-style: none; display: flex; flex-direction: column; gap: 1rem;
      margin-bottom: 2.5rem; max-width: 65ch;
    }
    .boardpulse-list li {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1rem; color: var(--muted); line-height: 1.75;
      padding-left: 1.5rem; position: relative;
    }
    .boardpulse-list li::before {
      content: "\2014"; position: absolute; left: 0; color: var(--gold);
    }
    .boardpulse-list li strong { color: var(--white); font-weight: 600; }

    /* PLATFORMS */
    #platforms { background: var(--bg-alt); border-top: 1px solid var(--border); }
    .platform-card {
      background: var(--bg-card); border: 1px solid var(--gold-dim);
      padding: 3rem; margin-top: 3rem;
    }
    .platform-eyebrow {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
      margin-bottom: 0.75rem;
    }
    .platform-name { font-size: 1.85rem; font-weight: 400; color: var(--white); margin-bottom: 1.25rem; }
    .platform-problem {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1rem; color: var(--muted); line-height: 1.75; margin-bottom: 1rem; max-width: 65ch;
    }
    .platform-reframe {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1.05rem; color: var(--white); line-height: 1.75; margin-bottom: 2rem; max-width: 65ch;
    }
    .platform-reframe strong { color: var(--gold); font-weight: 600; }
    .platform-stats { display: flex; gap: 3rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
    .platform-status {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
    }
    @media (max-width: 900px) { .platform-card { padding: 2rem; } }

    /* TOOLS */
    #tools { background: var(--bg-alt); border-top: 1px solid var(--border); }
    .tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .tool-card {
      background: var(--bg-card); border: 1px solid var(--border);
      padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem;
      transition: border-color 0.3s;
    }
    .tool-card:hover { border-color: var(--gold-dim); }
    .tool-featured {
      grid-column: 1 / -1; flex-direction: row; gap: 3rem; align-items: center;
      background: #242218; border-color: var(--gold-dim);
    }
    .tool-cover { flex-shrink: 0; width: 155px; }
    .tool-cover img { width: 100%; border: 1px solid var(--gold-dim); box-shadow: 8px 8px 0 var(--gold-dim); }
    .tool-label {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
    }
    .tool-title { font-size: 1.55rem; font-weight: 400; color: var(--white); line-height: 1.15; }
    .tool-body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.9rem; color: var(--muted); line-height: 1.7; flex: 1;
    }
    .tool-price { font-size: 1.35rem; color: var(--gold); }
    .tool-soon {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
    }

    /* THINKING */
    #thinking { background: var(--bg); border-top: 1px solid var(--border); }
    .thinking-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 3rem;
    }
    .think-card {
      background: var(--bg-card); padding: 2.5rem;
      display: flex; flex-direction: column; gap: 0.75rem;
      transition: background 0.2s;
    }
    .think-card:hover { background: #2f2f2f; }
    .think-date {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.65rem; letter-spacing: 0.12em; color: var(--muted);
    }
    .think-title { font-size: 1.45rem; font-weight: 400; line-height: 1.2; color: var(--white); }
    .think-arrow {
      margin-top: auto; padding-top: 1rem;
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--gold); display: flex; align-items: center; gap: 0.5rem;
    }
    .think-arrow::after { content: "→"; transition: transform 0.2s; }
    .think-card:hover .think-arrow::after { transform: translateX(4px); }

    /* SPEAKING */
    #speaking { background: var(--bg-alt); border-top: 1px solid var(--border); }
    .speaking-grid {
      display: grid; grid-template-columns: 1fr;
      gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 3rem;
    }
    .speak-card {
      background: var(--bg-card); padding: 2.5rem;
      display: flex; flex-direction: column; gap: 0.5rem;
    }
    .speak-date {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
    }
    .speak-title { font-size: 1.35rem; font-weight: 400; line-height: 1.25; color: var(--white); }
    .speak-meta {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.88rem; color: var(--muted); line-height: 1.6;
    }

    /* CONTACT */
    #contact { background: var(--bg-alt); border-top: 1px solid var(--border); }
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
    .contact-body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1.05rem; color: var(--muted); line-height: 1.8; margin-bottom: 2.5rem;
    }
    .contact-links { display: flex; flex-direction: column; gap: 0.75rem; }
    .contact-links a {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.88rem; color: var(--muted); transition: color 0.2s;
      display: flex; align-items: center; gap: 0.75rem;
    }
    .contact-links a:hover { color: var(--gold); }
    .contact-links a::before { content: "↗"; font-size: 0.75rem; }
    .quote {
      border-left: 2px solid var(--gold); padding: 1.5rem 2rem; margin-bottom: 2rem;
    }
    .quote-text {
      font-size: 1.45rem; font-style: italic; font-weight: 300;
      color: var(--white); line-height: 1.4; margin-bottom: 0.75rem;
    }
    .quote-attr {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
    }
    .contact-blurb {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.92rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.75rem;
    }

    /* FOOTER */
    footer {
      border-top: 1px solid var(--border);
      padding: 2rem var(--gutter);
      display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
    }
    .footer-note {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.65rem; letter-spacing: 0.08em; color: var(--muted);
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      #hero { grid-template-columns: 1fr; }
      .hero-right { display: none; }
      .hero-vline { display: none; }
      .hero-left { padding: 2rem var(--gutter); }
      .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
      .about-photo { max-width: 280px; }
      .work-grid { grid-template-columns: 1fr; }
      .tools-grid { grid-template-columns: 1fr; }
      .tool-featured { flex-direction: column; }
      .thinking-grid { grid-template-columns: 1fr; }
      .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
      .nav-links { display: none; }
    }
  
    /* HAMBURGER NAV */
    .hamburger {
      display: none; flex-direction: column; gap: 5px; cursor: pointer;
      background: none; border: none; padding: 4px;
    }
    .hamburger span { display: block; width: 22px; height: 2px; background: var(--white); transition: all 0.3s; }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    @media (max-width: 900px) {
      .hamburger { display: flex; }
      .nav-links {
        display: none !important; flex-direction: column; gap: 0;
        position: absolute; top: 100%; left: 0; right: 0;
        background: rgba(30,30,30,0.98); border-top: 1px solid var(--border);
        padding: 1rem 0; z-index: 99;
      }
      .nav-links.open { display: flex !important; }
      .nav-links li { width: 100%; }
      .nav-links a { display: block; padding: 0.9rem var(--gutter); font-size: 0.85rem; }
      .nav-cta { border: none !important; padding-left: var(--gutter); }
    }

    /* FORM INPUTS (shared) */
    .form-input {
      background: var(--bg); border: 1px solid var(--border); color: var(--white);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.9rem; padding: 0.75rem 1rem; border-radius: 2px;
      width: 100%; outline: none; transition: border-color 0.2s; appearance: none;
    }
    .form-input::placeholder { color: var(--muted); }
    .form-input:focus { border-color: var(--gold); }
    .form-textarea { resize: vertical; min-height: 120px; }

    /* CONTACT FORM */
    .contact-form { display: flex; flex-direction: column; gap: 0.85rem; margin-top: 1.5rem; }
    .form-row { display: flex; flex-direction: column; }
    .contact-submit { align-self: flex-start; margin-top: 0.5rem; }
    .form-msg {
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.75rem; letter-spacing: 0.05em; color: var(--gold); margin-top: 0.75rem;
    }
    .form-error { color: #e07070; }

    /* SUBSCRIBE CTA */
    .subscribe-cta {
      margin-top: 4rem; padding: 3rem;
      background: var(--bg-card); border: 1px solid var(--border);
    }
    .subscribe-heading {
      font-size: 1.85rem; font-weight: 300; color: var(--white); margin-bottom: 0.75rem;
    }
    .subscribe-body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1rem; color: var(--muted); line-height: 1.7; max-width: 55ch; margin-bottom: 1.5rem;
    }
    .subscribe-fields {
      display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center;
    }
    .subscribe-fields .form-input { flex: 1; min-width: 200px; }
    @media (max-width: 600px) {
      .subscribe-fields { flex-direction: column; }
      .subscribe-fields .form-input, .subscribe-fields .btn { width: 100%; }
      .subscribe-cta { padding: 2rem; }
    }
  
    /* CLOSING CTA (primary) */
    .cta-primary {
      margin-top: 4rem; padding: 3.5rem;
      background: #242218; border: 1px solid var(--gold-dim);
    }
    .cta-primary-heading { font-size: 2rem; font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 1rem; }
    .cta-primary-heading em { font-style: italic; color: var(--gold); }
    .cta-primary-body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1rem; color: var(--muted); line-height: 1.7; max-width: 55ch; margin-bottom: 1.75rem;
    }
    .subscribe-secondary { margin-top: 1.5rem; padding: 1.75rem; }
    .subscribe-secondary .subscribe-heading { font-size: 1.15rem; margin-bottom: 0.5rem; }
    .subscribe-secondary .subscribe-body { font-size: 0.85rem; margin-bottom: 1rem; }
    @media (max-width: 600px) {
      .cta-primary { padding: 2rem; }
    }

    /* BOOKING */
    #booking { background: var(--bg-alt); border-top: 1px solid var(--border); }
    .booking-intro {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 1.05rem; color: var(--muted); line-height: 1.8;
      max-width: 50ch; margin-bottom: 3.5rem;
    }
    .booking-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 1px; background: var(--border); border: 1px solid var(--border);
    }
    .booking-card {
      background: var(--bg-card); padding: 2.5rem;
      display: flex; flex-direction: column; gap: 0.6rem;
      transition: background 0.2s;
    }
    .booking-card:hover { background: #2f2f2f; }
    .booking-type {
      font-size: 1.35rem; font-weight: 400; color: var(--white); line-height: 1.2;
    }
    .booking-desc {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 0.9rem; color: var(--muted); line-height: 1.7; flex: 1;
    }
    .booking-cta {
      margin-top: 1.25rem;
      font-family: "SF Mono", "Fira Code", "Courier New", monospace;
      font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--gold); display: flex; align-items: center; gap: 0.4rem;
      transition: gap 0.2s;
    }
    .booking-card:hover .booking-cta { gap: 0.75rem; }
    @media (max-width: 900px) {
      .booking-grid { grid-template-columns: 1fr; }
    }

    /* ============================================================ */
    /* PRODUCT PAGES (Fund What Matters, IMM Framework) — shared     */
    /* ============================================================ */
    .back-link {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
      color: var(--muted); display: inline-flex; align-items: center; gap: 0.5rem;
      margin-bottom: 3rem; transition: color 0.2s;
    }
    .back-link:hover { color: var(--gold); }
    .product-page { margin: 0 auto; padding: clamp(7rem, 12vw, 10rem) var(--gutter) 6rem; }
    .product-page--wide { max-width: 960px; }
    .product-page--narrow { max-width: 760px; }
    .product-grid { display: grid; grid-template-columns: 280px 1fr; gap: 5rem; align-items: start; }
    .product-cover img {
      width: 100%; border: 1px solid var(--gold-dim);
      box-shadow: 10px 10px 0 var(--gold-dim);
    }
    .product-label {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
      margin-bottom: 1rem;
    }
    .product-title {
      font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 300; line-height: 1.05;
      color: var(--white); margin-bottom: 1.25rem;
    }
    .product-page--narrow .product-title { font-size: clamp(2.2rem, 5vw, 3.25rem); line-height: 1.1; }
    .product-subtitle {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
      font-size: 1.05rem; color: var(--muted); line-height: 1.8; margin-bottom: 2rem;
    }
    .product-page--narrow .product-subtitle { margin-bottom: 1.5rem; }
    .product-page--narrow h2 {
      font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 300; line-height: 1.15;
      color: var(--white); margin: 3rem 0 1.25rem;
    }
    .partner-credit {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.72rem; letter-spacing: 0.05em; color: var(--muted);
      margin-bottom: 2.5rem;
    }
    .partner-credit a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
    .product-includes {
      margin: 2rem 0; padding: 2rem;
      background: var(--bg-card); border: 1px solid var(--border);
    }
    .product-includes h3 {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold);
      margin-bottom: 1rem;
    }
    .product-includes ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
    .product-includes li {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
      font-size: 0.95rem; color: var(--white); display: flex; align-items: flex-start; gap: 0.75rem;
    }
    .product-includes li::before { content: "→"; color: var(--gold); flex-shrink: 0; margin-top: 0.05em; }
    .product-price-row { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; flex-wrap: wrap; }
    .product-price { font-size: 2.5rem; font-weight: 300; color: var(--gold); }
    .product-note {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.68rem; letter-spacing: 0.08em; color: var(--muted); max-width: 28ch; line-height: 1.6;
    }
    .form-textarea { resize: vertical; min-height: 120px; }
    .process-grid {
      display: grid; grid-template-columns: repeat(4,1fr);
      gap: 1px; background: var(--border); border: 1px solid var(--border); margin: 2rem 0 2.5rem;
    }
    .process-card { background: var(--bg-card); padding: 1.5rem 1.25rem; }
    .process-step {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
      margin-bottom: 0.6rem;
    }
    .process-title { font-size: 1.05rem; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; }
    .process-body {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
      font-size: 0.85rem; color: var(--muted); line-height: 1.6;
    }
    .request-note {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.68rem; letter-spacing: 0.05em; color: var(--muted); margin-top: 1rem; max-width: 40ch; line-height: 1.6;
    }
    @media (max-width: 780px) {
      .product-grid { grid-template-columns: 1fr; gap: 3rem; }
      .product-cover { max-width: 220px; }
      .process-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 480px) {
      .process-grid { grid-template-columns: 1fr; }
    }

    /* ============================================================ */
    /* ESSAY PAGES (Thinking posts)                                  */
    /* ============================================================ */
    .essay-page { max-width: 720px; margin: 0 auto; padding: clamp(7rem, 12vw, 10rem) var(--gutter) 6rem; }
    .essay-date {
      font-family: "SF Mono","Fira Code","Courier New",monospace;
      font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
      margin-bottom: 1.25rem;
    }
    .essay-title {
      font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 300; line-height: 1.1;
      color: var(--white); margin-bottom: 1rem;
    }
    .essay-byline {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
      font-size: 0.88rem; color: var(--muted); margin-bottom: 3.5rem;
      padding-bottom: 2.5rem; border-bottom: 1px solid var(--border);
    }
    .essay-body {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
      font-size: 1.08rem; line-height: 1.85; color: rgba(242,239,232,0.85);
    }
    .essay-body .essay-dek {
      font-family: Georgia,"Times New Roman",serif; font-style: italic;
      font-size: 1.3rem; line-height: 1.6; color: var(--white);
      margin-bottom: 2rem;
    }
    .essay-body p { margin-bottom: 1.5rem; }
    .essay-body h2 {
      font-family: Georgia,"Times New Roman",serif;
      font-size: 1.6rem; font-weight: 400; line-height: 1.25;
      color: var(--white); margin: 3rem 0 1.25rem;
    }
    .essay-body h3 {
      font-size: 1rem; font-weight: 700; letter-spacing: 0.01em;
      color: var(--gold); margin: 2.25rem 0 1rem;
    }
    .essay-body ul, .essay-body ol { margin: 0 0 1.5rem 1.25rem; }
    .essay-body li { margin-bottom: 0.65rem; }
    .essay-body strong { color: var(--white); font-weight: 700; }
    .essay-body blockquote {
      border-left: 2px solid var(--gold); padding: 0.25rem 1.75rem;
      margin: 2rem 0; font-style: italic; color: var(--white);
    }
    .essay-body a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
    .essay-subscribe-section {
      margin-top: 5rem; padding-top: 3rem; border-top: 1px solid var(--border);
    }
    .essay-subscribe-section .subscribe-cta { margin-top: 0; }
