    :root {
      --orange: #B6602B;
      --orange-light: #d07a45;
      --orange-glow: rgba(182, 96, 43, 0.10);
      --navy: #1E2F3C;
      --navy-deep: #141f28;
      --navy-mid: #1a2a36;
      --navy-light: #2a3f50;
      --gold: #C48B42;
      --gold-soft: rgba(196, 139, 66, 0.06);
      --cream: #f8f7f5;
      --cream-warm: #f3efe8;
      --success: #3d7a50;
      --error: #c44b4b;
      --text-light: #f8f7f5;
      --text-sub: rgba(248, 247, 245, 0.62);
      --text-dim: rgba(248, 247, 245, 0.30);
      --text-ghost: rgba(248, 247, 245, 0.10);
      --text-dark: #1E2F3C;
      --text-dark-sub: rgba(30, 47, 60, 0.55);
      --serif: 'Playfair Display', Georgia, serif;
      --sans: 'DM Sans', system-ui, sans-serif;
      --mono: 'Space Mono', 'Courier New', monospace;
      --ease: cubic-bezier(0.16, 1, 0.3, 1);
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body {
      font-family: var(--sans); background: var(--navy-deep);
      color: var(--text-light); line-height: 1.65;
      overflow-x: hidden; -webkit-font-smoothing: antialiased;
    }
    ::selection { background: var(--orange); color: var(--cream); }
    img { max-width: 100%; display: block; }
    a { color: inherit; }
    .skip-link {
      position: absolute; top: -100%; left: 1rem;
      background: var(--orange); color: #fff; padding: 0.75rem 1.5rem;
      font-family: var(--mono); font-size: 0.7rem; text-transform: uppercase;
      letter-spacing: 0.1em; text-decoration: none; z-index: 10000;
    }
    .skip-link:focus { top: 1rem; }
    :focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
    .grain {
      position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0.02;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: reduce) {
      .grain { display: none; }
      *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    }
    /* -- Layout -- */
    .wrap { max-width: 1100px; margin: 0 auto; padding: 0 2.5rem; }
    .wrap--narrow { max-width: 720px; }
    .wrap--wide { max-width: 1300px; }
    .micro {
      font-family: var(--mono); font-size: 0.55rem; text-transform: uppercase;
      letter-spacing: 0.22em; color: var(--gold);
    }
    .micro.dark { color: var(--orange); }
    /* -- Nav -- */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 500;
      padding: 1.4rem 2.5rem;
      transition: all 0.5s var(--ease);
    }
    nav.scrolled {
      background: rgba(20, 31, 40, 0.92);
      backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
      padding: 0.85rem 2.5rem;
    }
    .nav-inner {
      max-width: 1300px; margin: 0 auto;
      display: flex; justify-content: space-between; align-items: center;
    }
    .logo-mark {
      font-family: var(--serif); font-size: 1.35rem; font-weight: 400;
      text-decoration: none; letter-spacing: -0.02em;
    }
    .logo-s { color: var(--orange); }
    .logo-dot { color: var(--gold); font-weight: 700; font-size: 1.3em; }
    .logo-w { color: var(--text-light); font-weight: 700; }
    .nav-links { display: flex; gap: 2rem; align-items: center; }
    .nav-links a {
      font-family: var(--mono); font-size: 0.6rem; text-transform: uppercase;
      letter-spacing: 0.14em; color: var(--text-dim);
      text-decoration: none; transition: color 0.3s; position: relative;
    }
    .nav-links a::after {
      content: ''; position: absolute; bottom: -3px; left: 0; width: 0;
      height: 1px; background: var(--orange); transition: width 0.4s var(--ease);
    }
    .nav-links a:hover { color: var(--text-light); }
    .nav-links a:hover::after { width: 100%; }
    .nav-cta {
      background: transparent !important; color: var(--orange) !important;
      border: 1px solid var(--orange) !important;
      padding: 0.5rem 1.1rem !important; font-weight: 700 !important;
      transition: all 0.4s var(--ease) !important;
    }
    .nav-cta::after { display: none !important; }
    .nav-cta:hover { background: var(--orange) !important; color: #fff !important; }
    .nav-toggle {
      display: none; background: none; border: none; cursor: pointer;
      padding: 0.5rem; flex-direction: column; gap: 5px;
    }
    .nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--cream); transition: transform 0.3s, opacity 0.3s; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
    /* -- Animations -- */
    .rv { opacity: 0; transition: opacity 1s var(--ease), transform 1s var(--ease); }
    .rv--up { transform: translateY(40px); }
    .rv--left { transform: translateX(-40px); }
    .rv--right { transform: translateX(40px); }
    .rv--scale { transform: scale(0.95); }
    .rv.vis { opacity: 1; transform: none; }
    /* -- Buttons -- */
    .btn-primary {
      display: inline-block; background: var(--orange); color: #fff;
      font-family: var(--mono); font-size: 0.62rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.16em;
      padding: 0.85rem 2rem; text-decoration: none; border: none; cursor: pointer;
      transition: all 0.4s var(--ease); position: relative; overflow: hidden;
    }
    .btn-primary::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%);
      transform: translateX(-100%); transition: transform 0.7s var(--ease);
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(182,96,43,0.28); }
    .btn-primary:hover::before { transform: translateX(100%); }
    .btn-ghost {
      display: inline-block; color: var(--text-sub);
      font-family: var(--mono); font-size: 0.62rem; text-transform: uppercase;
      letter-spacing: 0.16em; padding: 0.85rem 0; text-decoration: none;
      border-bottom: 1px solid rgba(248,247,245,0.12); transition: all 0.3s;
    }
    .btn-ghost:hover { color: var(--orange); border-color: var(--orange); }
    /* ================================================================ */
    /* HERO                                                             */
    /* ================================================================ */
    .hero {
      min-height: 100vh; display: flex; align-items: flex-end;
      padding: 0 0 4.5rem; position: relative; overflow: hidden;
    }
    .hero::before {
      content: 'S.W'; position: absolute;
      top: 50%; right: -4%; transform: translateY(-55%);
      font-family: var(--serif); font-size: clamp(20rem, 35vw, 38rem);
      font-weight: 900; color: transparent;
      -webkit-text-stroke: 1px rgba(248,247,245,0.025);
      pointer-events: none; line-height: 0.85; letter-spacing: -0.06em;
    }
    .hero .orb {
      position: absolute; border-radius: 50%; pointer-events: none;
      filter: blur(80px);
    }
    .hero .orb--1 {
      top: 12%; right: 8%; width: 400px; height: 400px;
      background: var(--orange-glow);
      animation: float1 20s ease-in-out infinite alternate;
    }
    .hero .orb--2 {
      bottom: 15%; left: -5%; width: 300px; height: 300px;
      background: var(--gold-soft);
      animation: float2 25s ease-in-out infinite alternate;
    }
    @keyframes float1 {
      0% { transform: translate(0, 0); }
      100% { transform: translate(-40px, 30px); }
    }
    @keyframes float2 {
      0% { transform: translate(0, 0); }
      100% { transform: translate(30px, -20px); }
    }
    .hero .wrap { width: 100%; padding-top: 12rem; position: relative; z-index: 1; }
    .hero-eyebrow {
      display: flex; align-items: center; gap: 1rem; margin-bottom: 3rem;
    }
    .hero-eyebrow .line {
      width: 50px; height: 1px;
      background: linear-gradient(90deg, var(--gold), transparent); opacity: 0.3;
    }
    .hero h1 {
      font-family: var(--serif); font-weight: 400;
      font-size: clamp(3.2rem, 7.5vw, 6rem);
      line-height: 0.98; letter-spacing: -0.03em;
      color: var(--text-light); max-width: 700px;
    }
    .hero-tagline {
      font-family: var(--serif); font-style: italic; font-weight: 400;
      font-size: clamp(1.5rem, 3.5vw, 2.5rem);
      margin: 0.6rem 0 0;
      background: linear-gradient(135deg, var(--gold), var(--orange-light));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-body {
      display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
      margin-top: 3.5rem; align-items: end;
    }
    .hero-copy p {
      font-size: 0.98rem; line-height: 1.8; color: var(--text-sub);
      max-width: 460px; font-weight: 300;
    }
    .hero-copy p + p { margin-top: 0.75rem; }
    .hero-actions { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; margin-top: 2rem; }
    .hero-stats-col {
      border-left: 1px solid rgba(248,247,245,0.06);
      padding-left: 3rem;
    }
    .hero-stat { margin-bottom: 2rem; }
    .hero-stat:last-child { margin-bottom: 0; }
    .hero-stat .num {
      font-family: var(--serif); font-size: 2.2rem; font-weight: 400;
      color: var(--gold); line-height: 1;
    }
    .hero-stat .lbl {
      font-size: 0.78rem; color: var(--text-dim); line-height: 1.45; margin-top: 0.3rem;
    }
    .hero-rule {
      position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent 5%, rgba(196,139,66,0.2) 25%, rgba(196,139,66,0.2) 75%, transparent 95%);
    }
    /* ================================================================ */
    /* TICKER                                                           */
    /* ================================================================ */
    .ticker-wrap {
      padding: 0.9rem 0; overflow: hidden;
      border-bottom: 1px solid rgba(248,247,245,0.03);
      background: var(--navy-deep);
    }
    .ticker {
      display: flex; width: max-content;
      animation: slide 50s linear infinite;
    }
    .ticker span {
      font-family: var(--mono); font-size: 0.5rem; text-transform: uppercase;
      letter-spacing: 0.25em; color: var(--text-dim);
      white-space: nowrap; padding: 0 2rem;
    }
    .ticker .sep { color: var(--orange); opacity: 0.4; padding: 0 0.2rem; font-size: 0.4rem; }
    @keyframes slide {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    @media (prefers-reduced-motion: reduce) { .ticker { animation: none; } }
    /* ================================================================ */
    /* AUDIENCE                                                         */
    /* ================================================================ */
    .audience { background: var(--navy-deep); padding: 10rem 0 8rem; }
    .aud-grid {
      display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 0;
      position: relative;
    }
    .aud-grid::before {
      content: ''; position: absolute;
      top: -3rem; left: calc(53.5%); bottom: -3rem;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(196,139,66,0.15) 10%, rgba(196,139,66,0.15) 90%, transparent);
    }
    .aud-panel { padding-right: 5rem; }
    .aud-panel:last-child { padding-right: 0; padding-left: 5rem; padding-top: 4rem; }
    .aud-panel .micro { margin-bottom: 1.5rem; display: block; }
    .aud-panel h2 {
      font-family: var(--serif); font-weight: 700;
      font-size: clamp(1.5rem, 2.3vw, 2rem);
      line-height: 1.18; color: var(--text-light); margin-bottom: 1.25rem;
    }
    .aud-panel p {
      color: var(--text-sub); margin-bottom: 1.75rem;
      line-height: 1.8; font-weight: 300; font-size: 0.9rem; max-width: 420px;
    }
    .dot-list { list-style: none; margin-bottom: 2.25rem; }
    .dot-list li {
      position: relative; padding-left: 1.5rem; margin-bottom: 0.65rem;
      color: var(--text-sub); font-size: 0.85rem; font-weight: 300; line-height: 1.6;
    }
    .dot-list li::before {
      content: ''; position: absolute; left: 0; top: 0.6em;
      width: 8px; height: 1px; background: var(--orange);
    }
    /* ================================================================ */
    /* OPPORTUNITY                                                      */
    /* ================================================================ */
    .opportunity {
      background: var(--cream-warm); color: var(--text-dark);
      padding: 7rem 0 8rem; position: relative;
    }
    .opp-lead {
      display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
      align-items: end; margin-bottom: 5rem;
    }
    .opp-lead h2 {
      font-family: var(--serif); font-weight: 700;
      font-size: clamp(1.8rem, 3.2vw, 2.6rem);
      color: var(--navy); line-height: 1.12;
    }
    .opp-lead p {
      color: var(--text-dark-sub); font-size: 0.92rem; line-height: 1.8;
      font-weight: 300; max-width: 400px; margin-left: auto;
    }
    .opp-row {
      display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
    }
    .opp-item {
      padding: 3rem 0;
      border-top: 1px solid rgba(30,47,60,0.07);
      position: relative;
    }
    .opp-item:nth-child(even) { padding-left: 4rem; }
    .opp-item:nth-child(odd) { padding-right: 4rem; }
    .opp-item:nth-child(odd)::after {
      content: ''; position: absolute; top: 2.5rem; right: 0; bottom: 2.5rem;
      width: 1px; background: rgba(30,47,60,0.07);
    }
    .opp-item .num {
      font-family: var(--serif); font-weight: 900;
      font-size: clamp(3rem, 5vw, 4.5rem);
      color: var(--orange); line-height: 0.9; margin-bottom: 0.75rem;
      letter-spacing: -0.03em;
    }
    .opp-item .num small {
      font-weight: 400; font-size: 0.45em; color: var(--text-dark-sub);
      vertical-align: super; margin-left: 0.05em;
    }
    .opp-item .lbl {
      font-size: 0.88rem; color: var(--text-dark-sub); line-height: 1.55; font-weight: 300;
      max-width: 300px;
    }
    .opp-item .src {
      font-family: var(--mono); font-size: 0.48rem; text-transform: uppercase;
      letter-spacing: 0.12em; color: rgba(30,47,60,0.22); margin-top: 0.75rem;
    }
    /* ================================================================ */
    /* APPROACH                                                         */
    /* ================================================================ */
    .approach {
      background: var(--navy-deep); padding: 10rem 0 7rem;
      border-top: 1px solid rgba(248,247,245,0.03);
    }
    .approach-intro {
      margin-bottom: 5rem;
    }
    .approach-intro h2 {
      font-family: var(--serif); font-weight: 700;
      font-size: clamp(1.7rem, 2.8vw, 2.3rem);
      color: var(--text-light); max-width: 580px; line-height: 1.18;
      margin-top: 1.5rem;
    }
    .approach-list { display: flex; flex-direction: column; }
    .approach-item {
      display: grid; grid-template-columns: 60px 1fr 1fr; gap: 0 3rem;
      padding: 2.5rem 0;
      border-top: 1px solid rgba(248,247,245,0.04);
      transition: background 0.5s;
    }
    .approach-item:hover { background: rgba(196,139,66,0.02); margin: 0 -2.5rem; padding-left: 2.5rem; padding-right: 2.5rem; }
    .approach-item .card-num {
      font-family: var(--serif); font-size: 1.1rem; font-weight: 400;
      color: var(--text-dim); padding-top: 0.15rem;
    }
    .approach-item h3 {
      font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
      color: var(--text-light); line-height: 1.25;
    }
    .approach-item p {
      color: var(--text-sub); font-size: 0.88rem; line-height: 1.75;
      font-weight: 300; max-width: 440px;
    }
    /* ================================================================ */
    /* FULL-BLEED QUOTE                                                 */
    /* ================================================================ */
    .bigquote {
      min-height: 70vh; display: flex; align-items: center; justify-content: center;
      background: var(--navy-mid); position: relative; overflow: hidden;
      padding: 6rem 2.5rem;
    }
    .bigquote::before {
      content: '\201C'; position: absolute;
      top: 8%; left: 6%; font-family: var(--serif);
      font-size: clamp(12rem, 20vw, 22rem); font-weight: 900;
      color: rgba(248,247,245,0.02); line-height: 1; pointer-events: none;
    }
    .bigquote blockquote {
      font-family: var(--serif); font-style: italic; font-weight: 400;
      font-size: clamp(1.6rem, 3vw, 2.5rem);
      color: var(--cream); line-height: 1.3;
      max-width: 700px; text-align: center; position: relative; z-index: 1;
    }
    .bigquote cite {
      display: block; margin-top: 2rem;
      font-family: var(--mono); font-size: 0.58rem; text-transform: uppercase;
      letter-spacing: 0.16em; color: var(--text-dim); font-style: normal;
    }
    /* ================================================================ */
    /* STATS BAND                                                       */
    /* ================================================================ */
    .stats-band {
      background: var(--navy-deep); padding: 5rem 0 6rem;
      border-top: 1px solid rgba(248,247,245,0.03);
      border-bottom: 1px solid rgba(248,247,245,0.03);
    }
    .stats-label {
      display: flex; justify-content: space-between; align-items: baseline;
      margin-bottom: 3rem; padding-bottom: 1.5rem;
      border-bottom: 1px solid rgba(248,247,245,0.04);
    }
    .stats-label p { font-size: 0.75rem; color: var(--text-dim); font-weight: 300; }
    .stats-row {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    }
    .stat-cell {
      padding: 0 2.5rem; position: relative;
    }
    .stat-cell:first-child { padding-left: 0; }
    .stat-cell:not(:last-child)::after {
      content: ''; position: absolute; top: 0.5rem; right: 0; bottom: 0.5rem;
      width: 1px; background: rgba(248,247,245,0.04);
    }
    .stat-cell .big {
      font-family: var(--serif); font-weight: 900;
      font-size: clamp(4.5rem, 7vw, 7rem);
      color: var(--text-light); line-height: 0.85;
      margin-bottom: 1rem; letter-spacing: -0.04em;
    }
    .stat-cell .big em { font-style: normal; color: var(--gold); font-weight: 400; font-size: 0.5em; }
    .stat-cell .lbl {
      font-size: 0.9rem; color: var(--text-sub); font-weight: 300; line-height: 1.5;
      max-width: 240px;
    }
    .stat-cell .src {
      font-family: var(--mono); font-size: 0.48rem; text-transform: uppercase;
      letter-spacing: 0.12em; color: var(--text-dim); margin-top: 0.9rem;
    }
    /* ================================================================ */
    /* PLATFORM                                                         */
    /* ================================================================ */
    .platform {
      background: var(--navy); padding: 9rem 0 7rem;
      border-top: 1px solid rgba(248,247,245,0.03);
    }
    .platform-head {
      margin-bottom: 4.5rem;
    }
    .platform-head h2 {
      font-family: var(--serif); font-weight: 700;
      font-size: clamp(1.7rem, 2.8vw, 2.3rem);
      color: var(--text-light); margin: 1rem 0 0.75rem;
    }
    .platform-head .lead {
      font-size: 0.95rem; color: var(--text-sub); max-width: 480px;
      line-height: 1.8; font-weight: 300;
    }
    .plat-row {
      display: grid; grid-template-columns: 180px 1fr; gap: 3rem;
      padding: 2.5rem 0;
      border-top: 1px solid rgba(248,247,245,0.04);
      align-items: baseline;
    }
    .plat-row:hover { background: rgba(248,247,245,0.012); margin: 0 -2.5rem; padding-left: 2.5rem; padding-right: 2.5rem; }
    .plat-row .micro { font-size: 0.52rem; }
    .plat-row-body h3 {
      font-family: var(--serif); font-size: 1.2rem; font-weight: 600;
      color: var(--text-light); margin-bottom: 0.5rem;
    }
    .plat-row-body p {
      color: var(--text-sub); font-size: 0.85rem; line-height: 1.75;
      font-weight: 300; max-width: 560px;
    }
    /* ================================================================ */
    /* FOUNDER                                                          */
    /* ================================================================ */
    .founder {
      background: var(--navy-deep); padding: 9rem 0 7rem;
      border-top: 1px solid rgba(248,247,245,0.03);
    }
    .founder-layout {
      display: grid; grid-template-columns: 220px 1fr; gap: 5rem;
      align-items: start;
    }
    .founder-left { position: sticky; top: 7rem; }
    .founder-avatar {
      width: 100%; aspect-ratio: 1;
      background: linear-gradient(155deg, var(--navy-light) 0%, rgba(182,96,43,0.05) 100%);
      display: flex; align-items: center; justify-content: center;
      font-family: var(--serif); font-size: 3.5rem; font-weight: 400; color: var(--orange);
      margin-bottom: 1.75rem; position: relative;
    }
    .founder-avatar::after {
      content: ''; position: absolute; inset: 0;
      border: 1px solid rgba(248,247,245,0.04);
    }
    .founder-left h3 {
      font-family: var(--serif); font-size: 1.35rem; font-weight: 600;
      color: var(--text-light); margin-bottom: 0.2rem;
    }
    .founder-left .role {
      font-family: var(--mono); font-size: 0.58rem; text-transform: uppercase;
      letter-spacing: 0.14em; color: var(--gold);
    }
    .founder-right p {
      color: var(--text-sub); line-height: 1.9; margin-bottom: 1.15rem;
      font-weight: 300; font-size: 1rem; max-width: 560px;
    }
    .founder-right p:first-of-type::first-line { color: var(--text-light); }
    .founder-tags {
      list-style: none; display: flex; flex-wrap: wrap;
      gap: 0.5rem; margin-top: 2rem;
    }
    .founder-tags li {
      font-family: var(--mono); font-size: 0.52rem; text-transform: uppercase;
      letter-spacing: 0.12em; color: var(--text-dim);
      padding: 0.4rem 0.85rem; border: 1px solid rgba(248,247,245,0.05);
      transition: border-color 0.4s;
    }
    .founder-tags li:hover { border-color: rgba(196,139,66,0.25); }
    /* ================================================================ */
    /* WAITLIST                                                         */
    /* ================================================================ */
    .waitlist {
      background: var(--navy-deep); padding: 12rem 0 10rem;
      position: relative; overflow: hidden; text-align: center;
    }
    .waitlist .orb {
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 500px; height: 500px; border-radius: 50%;
      background: radial-gradient(circle, var(--orange-glow), transparent 60%);
      filter: blur(60px); pointer-events: none;
    }
    .wl-inner { max-width: 500px; margin: 0 auto; position: relative; z-index: 1; }
    .wl-inner .micro { display: block; margin-bottom: 1.75rem; }
    .wl-inner h2 {
      font-family: var(--serif); font-weight: 700;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      color: var(--text-light); line-height: 1.08; margin-bottom: 1rem;
    }
    .wl-inner .lead {
      font-size: 0.95rem; color: var(--text-sub); font-weight: 300;
      line-height: 1.8; margin: 0 auto 2.5rem; max-width: 420px;
    }
    .wl-form { display: flex; gap: 0; }
    .wl-form input[type="email"] {
      flex: 1; background: rgba(248,247,245,0.03);
      border: 1px solid rgba(248,247,245,0.08); border-right: none;
      padding: 0.85rem 1.15rem; color: var(--text-light);
      font-family: var(--sans); font-size: 0.85rem; font-weight: 300;
      outline: none; transition: border-color 0.3s;
    }
    .wl-form input::placeholder { color: var(--text-dim); }
    .wl-form input:focus { border-color: var(--orange); }
    .wl-form input.error { border-color: var(--error); }
    .wl-form button[type="submit"] {
      background: var(--orange); color: #fff;
      font-family: var(--mono); font-size: 0.58rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.14em;
      padding: 0.85rem 1.5rem; border: 1px solid var(--orange);
      cursor: pointer; transition: all 0.3s; white-space: nowrap;
    }
    .wl-form button:hover { background: var(--orange-light); border-color: var(--orange-light); }
    .wl-form button.success { background: var(--success); border-color: var(--success); }
    .form-msg { font-size: 0.72rem; min-height: 1.4rem; margin-top: 0.5rem; }
    .form-msg.error { color: var(--error); }
    .form-msg.success { color: var(--success); }
    .wl-roles {
      display: flex; gap: 0.6rem; justify-content: center;
      flex-wrap: wrap; margin-top: 2rem;
    }
    .wl-roles button {
      font-family: var(--mono); font-size: 0.55rem; text-transform: uppercase;
      letter-spacing: 0.12em; color: var(--text-dim);
      border: 1px solid rgba(248,247,245,0.06); padding: 0.6rem 1.1rem;
      background: transparent; cursor: pointer; transition: all 0.4s;
    }
    .wl-roles button:hover { border-color: var(--orange); color: var(--orange); }
    .wl-roles button[aria-pressed="true"] {
      border-color: var(--orange); color: var(--navy-deep); background: var(--orange);
    }
    /* ================================================================ */
    /* NEWSLETTER                                                       */
    /* ================================================================ */
    .newsletter {
      background: var(--cream); color: var(--text-dark); padding: 5rem 0;
    }
    .nl-grid {
      display: grid; grid-template-columns: 1.2fr 1fr;
      gap: 5rem; align-items: start;
    }
    .nl-left h3 {
      font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
      color: var(--navy); margin-bottom: 0.4rem;
    }
    .nl-left p {
      color: var(--text-dark-sub); margin-bottom: 1.75rem;
      font-weight: 300; font-size: 0.9rem;
    }
    .nl-form { display: flex; gap: 0.75rem; flex-wrap: wrap; }
    .nl-form input[type="email"] {
      flex: 1; min-width: 200px; background: transparent; border: none;
      border-bottom: 1px solid rgba(30,47,60,0.1);
      padding: 0.7rem 0; color: var(--navy); font-size: 0.9rem;
      font-family: var(--sans); font-weight: 300; outline: none;
      transition: border-color 0.3s;
    }
    .nl-form input:focus { border-color: var(--orange); }
    .nl-form input::placeholder { color: rgba(30,47,60,0.25); }
    .nl-form button[type="submit"] {
      background: var(--navy); color: var(--cream);
      font-family: var(--mono); font-size: 0.58rem; text-transform: uppercase;
      letter-spacing: 0.14em; padding: 0.7rem 1.25rem; border: none;
      cursor: pointer; transition: background 0.3s;
    }
    .nl-form button:hover { background: var(--navy-light); }
    .nl-msg { font-size: 0.75rem; min-height: 1rem; margin-top: 0.5rem; }
    .nl-msg.success { color: var(--success); }
    .nl-msg.error { color: var(--error); }
    .fl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .fl-grid h4 {
      font-family: var(--mono); font-size: 0.52rem; text-transform: uppercase;
      letter-spacing: 0.14em; color: rgba(30,47,60,0.2); margin-bottom: 1rem;
    }
    .fl-grid ul { list-style: none; }
    .fl-grid li { margin-bottom: 0.5rem; }
    .fl-grid a {
      color: var(--text-dark-sub); text-decoration: none; font-size: 0.82rem;
      font-weight: 300; transition: color 0.3s;
    }
    .fl-grid a:hover { color: var(--orange); }
    /* Footer */
    footer {
      background: var(--navy-deep); padding: 1.75rem 0;
      border-top: 1px solid rgba(248,247,245,0.03);
    }
    .foot-inner {
      display: flex; justify-content: space-between;
      align-items: center; flex-wrap: wrap; gap: 1rem;
    }
    .foot-inner p { font-size: 0.72rem; color: var(--text-dim); font-weight: 300; }
    .foot-legal { display: flex; gap: 1.25rem; }
    .foot-legal a {
      font-size: 0.72rem; color: var(--text-dim);
      text-decoration: none; transition: color 0.3s;
    }
    .foot-legal a:hover { color: var(--orange); }
    /* ===== RESPONSIVE ===== */
    @media (max-width: 1000px) {
      .hero-body { grid-template-columns: 1fr; gap: 3rem; }
      .hero-stats-col { border-left: none; border-top: 1px solid rgba(248,247,245,0.05); padding-left: 0; padding-top: 2rem; }
      .opp-lead { grid-template-columns: 1fr; gap: 1.5rem; }
      .opp-lead p { margin-left: 0; }
      .approach-item { grid-template-columns: 40px 1fr; }
      .approach-item p { grid-column: 2; margin-top: 0.5rem; }
      .plat-row { grid-template-columns: 1fr; gap: 0.5rem; }
      .founder-layout { grid-template-columns: 1fr; gap: 3rem; }
      .founder-left { position: static; display: flex; gap: 2rem; align-items: center; }
      .founder-avatar { width: 110px; margin-bottom: 0; }
    }
    @media (max-width: 900px) {
      .nav-toggle { display: flex; }
      .nav-links {
        position: fixed; top: 0; right: 0; width: 280px; height: 100vh;
        background: rgba(20,31,40,0.97);
        backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
        flex-direction: column; padding: 5rem 2rem 2rem; gap: 1.5rem;
        transform: translateX(100%); transition: transform 0.4s var(--ease);
        z-index: 999;
      }
      .nav-links.open { transform: translateX(0); }
      .aud-grid { grid-template-columns: 1fr; }
      .aud-grid::before { display: none; }
      .aud-panel { padding: 0 0 3rem 0 !important; }
      .aud-panel:last-child { padding-top: 3rem !important; border-top: 1px solid rgba(248,247,245,0.04); }
      .opp-row { grid-template-columns: 1fr; }
      .opp-item { padding-left: 0 !important; padding-right: 0 !important; }
      .opp-item:nth-child(odd)::after { display: none; }
      .stats-row { grid-template-columns: 1fr; gap: 3rem; }
      .stat-cell { padding: 0 !important; }
      .stat-cell::after { display: none !important; }
      .nl-grid { grid-template-columns: 1fr; gap: 3rem; }
      .hero { min-height: auto; }
      .hero .wrap { padding-top: 7rem; }
      .hero::before { font-size: 14rem; right: -10%; }
      .bigquote { min-height: 50vh; }
    }
    @media (max-width: 600px) {
      .wrap { padding: 0 1.5rem; }
      .wl-form { flex-direction: column; }
      .wl-form input[type="email"] { border-right: 1px solid rgba(248,247,245,0.08); }
      .wl-roles { flex-direction: column; align-items: stretch; }
      .fl-grid { grid-template-columns: 1fr; }
      .approach-item { grid-template-columns: 1fr; }
      .approach-item .card-num { display: none; }
    }

/* ================================================================ */
/* SUBPAGE STYLES                                                   */
/* ================================================================ */
.page-hero {
  padding: 10rem 0 4.5rem;
  position: relative;
  border-bottom: 1px solid rgba(248,247,245,0.04);
}
.page-hero .micro { display: block; margin-bottom: 1.5rem; }
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700; line-height: 1.08;
  color: var(--text-light); max-width: 680px;
  margin-bottom: 1.5rem; letter-spacing: -0.02em;
}
.page-hero .lead {
  font-size: 1.02rem; line-height: 1.85;
  color: var(--text-sub); max-width: 580px; font-weight: 300;
}
.content-section {
  padding: 6rem 0;
  border-bottom: 1px solid rgba(248,247,245,0.04);
}
.content-section.navy { background: var(--navy); }
.content-section.navy-deep { background: var(--navy-deep); }
.content-section.cream {
  background: var(--cream-warm); color: var(--text-dark);
}
.content-section.cream h2,
.content-section.cream h3 { color: var(--navy); }
.content-section.cream p { color: var(--text-dark-sub); }
.content-section.cream .micro { color: var(--orange); }
.content-section.cream .dot-list li { color: var(--text-dark-sub); }
.content-section h2 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700; line-height: 1.18;
  color: var(--text-light); margin-bottom: 1.5rem;
  max-width: 580px;
}
.content-section p {
  color: var(--text-sub); line-height: 1.85;
  font-weight: 300; font-size: 0.95rem;
  max-width: 600px; margin-bottom: 1rem;
}
.content-section p:last-child { margin-bottom: 0; }
.content-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: start;
}
.content-grid p { max-width: 100%; }
.numbered-item {
  display: grid; grid-template-columns: 50px 1fr;
  gap: 1.5rem; padding: 2rem 0;
  border-top: 1px solid rgba(248,247,245,0.04);
}
.numbered-item .n {
  font-family: var(--serif); font-size: 1rem;
  color: var(--text-dim); font-weight: 400;
}
.numbered-item h3 {
  font-family: var(--serif); font-size: 1.2rem;
  font-weight: 600; color: var(--text-light);
  margin-bottom: 0.6rem; line-height: 1.25;
}
.numbered-item p {
  color: var(--text-sub); font-size: 0.9rem;
  line-height: 1.8; font-weight: 300; max-width: 520px;
}
.stat-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem; margin: 3rem 0;
}
.stat-block .num {
  font-family: var(--serif); font-size: 2.8rem;
  font-weight: 900; color: var(--orange);
  line-height: 0.9; margin-bottom: 0.5rem;
}
.stat-block .num em {
  font-style: normal; color: var(--gold);
  font-weight: 400; font-size: 0.5em;
}
.stat-block .lbl {
  font-size: 0.85rem; color: var(--text-dark-sub);
  line-height: 1.5; font-weight: 300;
}
.stat-block .src {
  font-family: var(--mono); font-size: 0.48rem;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(30,47,60,0.22); margin-top: 0.5rem;
}
.cta-band {
  padding: 8rem 0; text-align: center;
  background: var(--navy-deep);
}
.cta-band h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700; color: var(--text-light);
  margin: 0 auto 1.5rem; max-width: 500px;
}
.cta-band p {
  color: var(--text-sub); font-size: 0.95rem;
  line-height: 1.8; max-width: 420px;
  margin: 0 auto 2rem; font-weight: 300;
}
.breadcrumb {
  font-family: var(--mono); font-size: 0.55rem;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--text-dim); margin-bottom: 2rem;
}
.breadcrumb a {
  color: var(--text-dim); text-decoration: none;
  transition: color 0.3s;
}
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb .sep { margin: 0 0.5rem; opacity: 0.4; }
@media (max-width: 900px) {
  .content-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .page-hero { padding: 7rem 0 3rem; }
  .stat-row { grid-template-columns: 1fr; gap: 2rem; }
  .numbered-item { grid-template-columns: 1fr; }
  .numbered-item .n { display: none; }
}
