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

    :root {
      --navy: #101b29;
      --navy-mid: #1a2f4a;
      --gold: #c9a84c;
      --gold-light: #e8c97a;
      --cream: #faf7f2;
      --warm-white: #fff9f0;
      --text: #1a1a2e;
      --text-muted: #5a5a72;
      --border: #e2d9c8;
    }


    .nav-logo { display: flex; align-items: center; gap: 0.6rem; }
    .nav-logo-img { width: 46px; height: 46px; object-fit: contain; }
    .footer-logo { display: flex; align-items: center; gap: 0.6rem; }
    .footer-logo-img { width: 42px; height: 42px; object-fit: contain; }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--cream);
      color: var(--text);
      font-weight: 400;
      line-height: 1.7;
      overflow-x: hidden;
    }

    /* ── 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 4rem;
      background: rgba(16, 27, 41, 0.97);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(201, 168, 76, 0.25);
    }

    .nav-logo {
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }
    .nav-logo-text {
      display: flex;
      flex-direction: column;
      gap: 0.08rem;
    }
    .nav-logo-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.65rem;
      color: var(--warm-white);
      letter-spacing: 0.02em;
      line-height: 1.1;
    }
    .nav-logo-tagline {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.6rem;
      color: var(--gold);
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 400;
      opacity: 0.85;
      line-height: 1;
    }

    .nav-links {
      display: flex;
      gap: 2.5rem;
      list-style: none;
    }
    .nav-links a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 400;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--gold-light); }

    .nav-cta {
      background: var(--gold);
      color: var(--navy) !important;
      padding: 0.5rem 1.2rem !important;
      border-radius: 2px;
      font-weight: 500 !important;
      transition: background 0.2s !important;
    }
    .nav-cta:hover { background: var(--gold-light) !important; color: var(--navy) !important; }

    /* ── HERO ── */
    #hero {
      min-height: 100vh;
      background: var(--navy);
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: start;
      position: relative;
      overflow: hidden;
    }

    .hero-bg-pattern {
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(ellipse 60% 80% at 70% 50%, rgba(22, 50, 102, 0.8) 0%, transparent 70%);
    }

    .hero-circuit {
      position: absolute;
      inset: 0;
      width: 100%;
      overflow: hidden;
      pointer-events: none;
    }
    .hero-circuit svg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
    }

    .hero-content {
      position: relative;
      padding: 8rem 4rem 8rem 6rem;
      z-index: 2;
    }

    .hero-eyebrow {
      font-size: 0.75rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
      margin-bottom: 1.5rem;
      opacity: 0;
      animation: fadeUp 0.8s 0.2s forwards;
    }

    .hero-headline {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 3.5vw, 3.6rem);
      color: var(--warm-white);
      line-height: 1.2;
      margin-bottom: 1.5rem;
      opacity: 0;
      animation: fadeUp 0.8s 0.4s forwards;
    }

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

    .hero-sub {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.65);
      max-width: 480px;
      margin-bottom: 2.5rem;
      opacity: 0;
      animation: fadeUp 0.8s 0.6s forwards;
    }

    .hero-cta-group {
      display: flex;
      gap: 1rem;
      align-items: center;
      opacity: 0;
      animation: fadeUp 0.8s 0.8s forwards;
    }

    .btn-primary {
      background: var(--gold);
      color: var(--navy);
      padding: 0.85rem 2rem;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      border: none;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background 0.2s, transform 0.2s;
      border-radius: 2px;
    }
    .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

    .btn-ghost {
      color: rgba(255,255,255,0.6);
      font-size: 0.85rem;
      text-decoration: none;
      letter-spacing: 0.05em;
      border-bottom: 1px solid rgba(255,255,255,0.2);
      padding-bottom: 1px;
      transition: color 0.2s, border-color 0.2s;
    }
    .btn-ghost:hover { color: var(--gold-light); border-color: var(--gold-light); }

    .hero-right {
      position: relative;
      z-index: 2;
      /* top padding lines the window up with the headline (8rem hero pad + the
         eyebrow line + its margin), rather than the eyebrow above it */
      padding: 10.8rem 6rem 8rem 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    /* ════════════════════════════════════════════════════════════
       LERAD PRODUCT PREVIEW (interactive, synthetic data)
       Rendered by assets/lerad-preview.js into [data-lerad-preview].
       .esp--compact = homepage hero (light panel on navy, ~500px).
       .esp--wide    = Lerad page (full desktop layout with connector rail).
       ════════════════════════════════════════════════════════════ */
    .esp {
      --w-card: #ffffff; --w-ink: #2f2c27; --w-mut: #8a847a; --w-bd: #ded8cd;
      --w-g: #4f8a5b; --w-am: #c39a3a; --w-rd: #b3604a; --w-blue: #3d6ea5; --w-purple: #7c5cb0;
      --lerad-ink: #060c2e; /* the icon tile's own navy, sampled from it */
      position: relative;
      width: 100%;
      background: #f4f1ea;
      border: 1px solid rgba(201,168,76,0.25);
      border-radius: 12px; overflow: hidden;
      font-family: 'DM Sans', system-ui, sans-serif; color: var(--w-ink);
    }

    /* ghost cursor for the autoplay walkthrough (homepage only) */
    .esp-cursor {
      position: absolute; left: 0; top: 0; width: 22px; height: 22px;
      margin: -3px 0 0 -3px; pointer-events: none; z-index: 6; opacity: 0;
      transform-origin: 4px 3px;
      transition: left 0.78s cubic-bezier(0.5,0.05,0.2,1), top 0.78s cubic-bezier(0.5,0.05,0.2,1),
                  transform 0.15s ease, opacity 0.4s ease;
      filter: drop-shadow(0 2px 3px rgba(0,0,0,0.35));
    }
    .esp-cursor.shown { opacity: 1; }
    .esp-cursor svg { display: block; width: 100%; height: 100%; }
    .esp-cursor.press { transform: scale(0.82); }
    .esp-cursor .ring {
      position: absolute; left: 1px; top: 0; width: 6px; height: 6px;
      border: 2px solid var(--w-ink); border-radius: 50%; opacity: 0;
    }
    .esp-cursor.press .ring { animation: espPing 0.45s ease-out; }
    @keyframes espPing {
      0%   { opacity: 0.55; transform: scale(0.5); }
      100% { opacity: 0; transform: scale(3.4); }
    }
    @media (prefers-reduced-motion: reduce) {
      .esp-cursor { display: none; }
    }
    /* compact: homepage hero, right-aligned light panel on the navy hero */
    .esp--compact {
      max-width: 500px; margin-left: auto;
      box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 2px 8px rgba(0,0,0,0.3);
      opacity: 0; animation: fadeLeft 0.9s 0.5s forwards;
    }
    /* wide: Lerad page, full-width desktop window on cream */
    .esp--wide {
      max-width: 100%; margin: 1.8rem 0 0;
      box-shadow: 0 20px 50px rgba(16,27,41,0.13), 0 2px 8px rgba(16,27,41,0.06);
    }

    .esp-bar {
      display: flex; align-items: center; gap: 0.5rem;
      padding: 0.6rem 0.9rem; background: #e7e2d8; border-bottom: 1px solid var(--w-bd);
    }
    .esp--wide .esp-bar { padding: 0.75rem 1.2rem; }
    .esp-dots { display: flex; gap: 0.35rem; }
    .esp-dots i { width: 0.62rem; height: 0.62rem; border-radius: 50%; display: block; }
    .esp-dots i:nth-child(1) { background: #e0685c; }
    .esp-dots i:nth-child(2) { background: #e6b84c; }
    .esp-dots i:nth-child(3) { background: #5aa568; }
    /* Brand lockup: the Lerad spiral on its navy tile -- the app icon itself,
       square-cropped out of the dark logo -- plus the wordmark set live, so it
       stays crisp at any size. --lerad-ink is the tile's own navy (bluer and
       deeper than the site --navy), so the two halves read as one colour. */
    .esp-brand { display: flex; align-items: center; gap: 0.4rem; min-width: 0; }
    .esp--wide .esp-brand { gap: 0.5rem; }
    .esp-logo { width: 1.15rem; height: 1.15rem; display: block; flex: none; }
    .esp--wide .esp-logo { width: 1.5rem; height: 1.5rem; }
    .esp-title {
      font-weight: 700; font-size: 0.9rem; letter-spacing: -0.01em;
      color: var(--lerad-ink); line-height: 1;
    }
    .esp--wide .esp-title { font-size: 1.1rem; }
    .esp-badge {
      margin-left: auto; font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase;
      font-weight: 600; color: #fff; background: var(--w-g); border-radius: 4px; padding: 0.15rem 0.45rem;
    }
    .esp-body { padding: 0.9rem 1rem 1.1rem; }
    .esp--wide .esp-body { padding: 1.4rem 1.6rem 1.6rem; }
    .esp-greet { font-size: 0.9rem; font-weight: 600; color: var(--w-ink); }
    .esp--wide .esp-greet { font-size: 1.1rem; }
    .esp-greet span { display: block; font-size: 0.72rem; font-weight: 400; color: var(--w-mut); margin-top: 0.15rem; }
    .esp--wide .esp-greet span { font-size: 0.85rem; }
    .esp-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.4rem; margin: 0.8rem 0; }
    .esp--wide .esp-stats { grid-template-columns: repeat(5,1fr); gap: 0.6rem; margin: 1.1rem 0; }
    .esp-stat { background: var(--w-card); border: 1px solid var(--w-bd); border-radius: 8px; padding: 0.45rem 0.3rem; text-align: center; }
    .esp--wide .esp-stat { padding: 0.7rem 0.4rem; }
    .esp-stat .n { font-family: 'Playfair Display', serif; font-size: 1.15rem; line-height: 1; color: var(--w-ink); }
    .esp--wide .esp-stat .n { font-size: 1.7rem; }
    .esp-stat.hot .n { color: var(--w-rd); }
    .esp-stat .l { font-size: 0.56rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--w-mut); margin-top: 0.2rem; font-weight: 600; }
    .esp--wide .esp-stat .l { font-size: 0.66rem; margin-top: 0.3rem; }

    /* wide two-column body: connector rail + main list */
    .esp-cols { display: flex; gap: 1.1rem; align-items: flex-start; }
    .esp-rail { width: 240px; flex: none; }
    .esp-main { flex: 1; min-width: 0; }
    .esp-rail h5 { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--w-mut); font-weight: 700; margin-bottom: 0.55rem; display: flex; justify-content: space-between; align-items: baseline; }
    .esp-rail h5 b { color: var(--w-ink); font-weight: 700; }
    .esp-conns { display: grid; gap: 0.45rem; }
    .esp-conn { background: var(--w-card); border: 1px solid var(--w-bd); border-radius: 9px; padding: 0.5rem 0.6rem; }
    .esp-conn.err { border-color: var(--w-rd); }
    .esp-conn .nm { font-weight: 600; font-size: 0.78rem; display: flex; align-items: center; gap: 0.45rem; }
    .esp-conn .st { font-size: 0.66rem; color: var(--w-mut); margin-top: 0.2rem; }
    .esp-conn .dot { width: 0.52rem; height: 0.52rem; border-radius: 50%; flex: none; display: inline-block; }
    .esp-conn .dot.ok { background: var(--w-g); }
    .esp-conn .dot.warn { background: var(--w-am); }
    .esp-conn .dot.bad { background: var(--w-rd); }
    .esp-note { margin-top: 0.6rem; font-size: 0.64rem; color: var(--w-mut); line-height: 1.55; }

    .esp-controls { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.6rem; }
    .esp-controls > span { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; color: var(--w-mut); }
    .esp--wide .esp-controls > span { font-size: 0.68rem; }
    .esp-seg { display: inline-flex; border: 1px solid var(--w-bd); border-radius: 7px; overflow: hidden; background: var(--w-card); }
    .esp-seg button { border: 0; background: transparent; font: inherit; font-size: 0.72rem; font-weight: 500; color: var(--w-mut); padding: 0.3rem 0.6rem; cursor: pointer; }
    .esp--wide .esp-seg button { font-size: 0.82rem; padding: 0.4rem 0.85rem; }
    .esp-seg button.on { background: var(--w-ink); color: #fff; }
    .esp-grp { margin-bottom: 0.7rem; }
    .esp-grp h4 { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--w-mut); font-weight: 700; margin: 0 0 0.35rem; display: flex; gap: 0.4rem; align-items: center; }
    .esp--wide .esp-grp h4 { font-size: 0.66rem; }
    .esp-grp h4.od { color: var(--w-rd); }
    .esp-grp h4 .c { background: #eae4d9; border-radius: 4px; padding: 0 0.3rem; font-size: 0.58rem; color: var(--w-ink); }
    .esp-a { background: var(--w-card); border: 1px solid var(--w-bd); border-radius: 8px; padding: 0.5rem 0.6rem; margin-bottom: 0.35rem; cursor: pointer; transition: box-shadow 0.12s; }
    .esp--wide .esp-a { padding: 0.7rem 0.85rem; margin-bottom: 0.45rem; }
    .esp-a:hover { box-shadow: 0 3px 10px rgba(0,0,0,0.08); }
    .esp-a:focus-visible { outline: 2px solid var(--w-blue); outline-offset: 1px; }
    .esp-a .r1 { display: flex; align-items: center; gap: 0.4rem; }
    .esp-src { font-size: 0.54rem; font-weight: 700; letter-spacing: 0.03em; border-radius: 3px; padding: 0.1rem 0.3rem; color: #fff; flex: none; }
    .esp--wide .esp-src { font-size: 0.62rem; padding: 0.12rem 0.4rem; }
    .esp-src.gc { background: var(--w-g); }
    .esp-src.ps { background: var(--w-blue); }
    .esp-src.ap { background: var(--w-purple); }
    .esp-src.kt { background: var(--w-rd); }
    .esp-a .t { font-size: 0.78rem; font-weight: 600; color: var(--w-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .esp--wide .esp-a .t { font-size: 0.92rem; }
    .esp-a .r2 { display: flex; gap: 0.3rem; flex-wrap: wrap; }
    .esp-a .r2:not(:empty) { margin-top: 0.35rem; }
    .esp-chip { font-size: 0.6rem; font-weight: 600; border-radius: 4px; padding: 0.05rem 0.35rem; border: 1px solid var(--w-bd); background: #f0ebe1; color: var(--w-mut); white-space: nowrap; }
    .esp--wide .esp-chip { font-size: 0.68rem; padding: 0.1rem 0.45rem; }
    .esp-chip.miss { color: var(--w-rd); border-color: var(--w-rd); }
    .esp-chip.ung { color: var(--w-am); border-color: var(--w-am); }
    .esp-chip.done { color: var(--w-g); border-color: var(--w-g); }
    .esp-det { display: none; margin-top: 0.5rem; border-top: 1px solid var(--w-bd); padding-top: 0.45rem; }
    .esp-a.open .esp-det { display: block; }
    .esp-det table { width: 100%; border-collapse: collapse; font-size: 0.68rem; }
    .esp--wide .esp-det table { font-size: 0.8rem; }
    .esp-det td { padding: 0.15rem 0.1rem; border-bottom: 1px solid #eee7db; color: var(--w-ink); }
    .esp--wide .esp-det td { padding: 0.25rem 0.2rem; }
    .esp-det td:last-child { text-align: right; white-space: nowrap; color: var(--w-mut); }
    .esp-cap { font-size: 0.62rem; color: rgba(255,255,255,0.45); text-align: center; margin-top: 0.9rem; letter-spacing: 0.02em; max-width: 500px; margin-left: auto; margin-right: auto; }

    @media (max-width: 720px) {
      .esp-cols { flex-direction: column; }
      .esp-rail { width: 100%; }
      .esp-conns { grid-template-columns: 1fr 1fr; }
      .esp--wide .esp-stats { grid-template-columns: repeat(3,1fr); }
    }

    /* ── PROBLEM ── */
    #problem {
      background: var(--warm-white);
      padding: 7rem 6rem;
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 5rem;
      align-items: start;
      border-bottom: 1px solid var(--border);
      position: relative;
      overflow: hidden;
    }

    .problem-bg-roots {
      position: absolute;
      top: 0; left: 0;
      width: 33%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }

    #problem > div, #problem > .problem-text {
      position: relative;
      z-index: 1;
    }

    .section-label {
      font-size: 1rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
      padding-top: 0.4rem;
    }

    .problem-text h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 2.5vw, 2.6rem);
      line-height: 1.25;
      color: var(--navy);
      margin-bottom: 1.5rem;
    }

    .problem-text p {
      font-size: 1.125rem;
      color: var(--text-muted);
      margin-bottom: 1rem;
      max-width: 65ch;
    }

    .problem-text p strong {
      color: var(--navy);
      font-weight: 500;
    }

    /* ── SERVICES ── */
    #services, #approach {
      background: var(--cream);
      padding: 7rem 6rem;
    }

    .services-header {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 5rem;
      margin-bottom: 4rem;
    }

    .services-header h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 2.5vw, 2.6rem);
      color: var(--navy);
      line-height: 1.25;
    }

    .services-header p {
      font-size: 1rem;
      color: var(--text-muted);
      padding-top: 0.4rem;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      border: 1px solid var(--border);
    }

    /* Featured product card — Lerad */
    .product-feature {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2.5rem;
      flex-wrap: wrap;
      background: var(--navy);
      border: 1px solid rgba(201, 168, 76, 0.45);
      border-radius: 4px;
      padding: 2.5rem 2.75rem;
      margin-bottom: 3rem;
    }
    .product-feature .pf-text { flex: 1 1 420px; }
    .product-feature .pf-eyebrow {
      font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--gold); font-weight: 500; margin-bottom: 0.6rem;
    }
    .product-feature h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem; color: var(--warm-white); margin-bottom: 0.6rem; line-height: 1.25;
    }
    .product-feature p { font-size: 1rem; color: rgba(255, 249, 240, 0.8); max-width: 620px; }
    .product-feature .pf-cta {
      display: inline-block; flex: none;
      background: var(--gold); color: var(--navy);
      font-weight: 500; font-size: 0.95rem; letter-spacing: 0.04em;
      padding: 0.85rem 1.8rem; border-radius: 6px; text-decoration: none;
      transition: background 0.2s;
    }
    .product-feature .pf-cta:hover { background: var(--gold-light); }

    .service-card {
      padding: 2.5rem 2rem;
      border-right: 1px solid var(--border);
      position: relative;
      transition: background 0.3s;
    }
    .service-card:last-child { border-right: none; }
    .service-card:hover { background: var(--warm-white); }

    .service-number {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      color: rgba(13,33,69,0.08);
      font-weight: 700;
      position: absolute;
      top: 1.5rem; right: 1.5rem;
      line-height: 1;
    }

    .service-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 1.5rem;
      color: var(--gold);
    }

    .service-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      color: var(--navy);
      margin-bottom: 0.75rem;
      line-height: 1.3;
    }

    .service-card p {
      font-size: 1rem;
      color: var(--text-muted);
      line-height: 1.65;
    }

    .service-tag {
      display: inline-block;
      margin-top: 1.2rem;
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
      border-bottom: 1px solid var(--gold);
      padding-bottom: 1px;
    }

    /* ── TEAM ── */
    #team {
      background: var(--navy);
      padding: 7rem 6rem;
      position: relative;
      overflow: hidden;
    }

    .team-bg {
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 60px,
        rgba(201,168,76,0.02) 60px,
        rgba(201,168,76,0.02) 61px
      );
    }

    .team-header {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 5rem;
      margin-bottom: 4rem;
      position: relative;
    }

    .team-header .section-label { color: var(--gold); }

    .team-header h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 2.5vw, 2.6rem);
      color: var(--warm-white);
      line-height: 1.25;
    }

    .team-header p {
      color: rgba(255,255,255,0.55);
      font-size: 1rem;
      padding-top: 0.3rem;
    }

    .team-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      position: relative;
    }

    .team-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(201,168,76,0.15);
      padding: 2.5rem;
      transition: border-color 0.3s, background 0.3s;
    }
    .team-card:hover {
      border-color: rgba(201,168,76,0.4);
      background: rgba(255,255,255,0.07);
    }

    .team-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: var(--warm-white);
      margin-bottom: 0.2rem;
    }

    .team-title {
      font-size: 0.78rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
      margin-bottom: 1.2rem;
    }

    .team-bio {
      font-size: 1rem;
      color: rgba(255,255,255,0.6);
      line-height: 1.7;
      margin-bottom: 1.5rem;
    }

    .team-credentials {
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
    }

    .credential {
      font-size: 0.8rem;
      color: rgba(255,255,255,0.4);
      padding-left: 1rem;
      border-left: 2px solid rgba(201,168,76,0.3);
    }

    .team-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem 1.5rem;
      margin-top: 1.5rem;
    }

    .team-email {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.82rem;
      color: var(--gold);
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.2s;
    }
    .team-email:hover { opacity: 1; }

    .team-name-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      margin-bottom: 0.2rem;
    }
    .team-headshot {
      width: 150px;
      height: 150px;
      border-radius: 2px;
      border: 1px solid rgba(201,168,76,0.3);
      object-fit: cover;
      flex-shrink: 0;
      filter: brightness(0.95);
    }
    .team-card:hover .team-headshot {
      border-color: rgba(201,168,76,0.6);
    }


    .vendor-neutral {
      margin-top: 3rem;
      padding: 2rem 2.5rem;
      border: 1px solid rgba(201,168,76,0.25);
      border-left: 4px solid var(--gold);
      background: rgba(201,168,76,0.05);
      position: relative;
    }

    .vendor-neutral p {
      font-size: 0.95rem;
      color: rgba(255,255,255,0.65);
      font-style: italic;
    }

    .vendor-neutral strong {
      color: var(--gold-light);
      font-style: normal;
    }

    /* ── CONTACT ── */
    #contact {
      background: var(--warm-white);
      padding: 7rem 6rem;
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: 6rem;
      align-items: start;
    }

    .contact-left h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 2.5vw, 2.6rem);
      color: var(--navy);
      line-height: 1.25;
      margin-bottom: 1rem;
    }

    .contact-left p {
      color: var(--text-muted);
      font-size: 0.95rem;
      margin-bottom: 2rem;
    }

    .contact-detail {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
      margin-top: 2rem;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      font-size: 0.88rem;
      color: var(--text-muted);
    }

    .contact-item svg {
      color: var(--gold);
      flex-shrink: 0;
    }

    .contact-item a {
      color: var(--navy);
      text-decoration: none;
      font-weight: 400;
      transition: color 0.2s;
    }
    .contact-item a:hover { color: var(--gold); }

    form {
      display: flex;
      flex-direction: column;
      gap: 1.2rem;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
    }

    label {
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--navy);
      font-weight: 500;
    }

    input, textarea, select {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem;
      font-weight: 300;
      padding: 0.75rem 1rem;
      border: 1px solid var(--border);
      background: white;
      color: var(--text);
      outline: none;
      transition: border-color 0.2s;
      border-radius: 2px;
      -webkit-appearance: none;
    }

    input:focus, textarea:focus, select:focus {
      border-color: var(--navy);
    }

    textarea {
      min-height: 110px;
      resize: vertical;
    }

    .form-submit {
      background: var(--navy);
      color: var(--warm-white);
      border: none;
      padding: 0.95rem 2.5rem;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      cursor: pointer;
      align-self: flex-start;
      transition: background 0.2s, transform 0.2s;
      border-radius: 2px;
    }
    .form-submit:hover { background: var(--navy-mid); transform: translateY(-1px); }

    .form-note {
      font-size: 0.78rem;
      color: var(--text-muted);
    }

    /* ── FOOTER ── */
    footer {
      background: var(--navy);
      padding: 2rem 6rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid rgba(201,168,76,0.2);
    }

    .footer-logo {
      font-family: 'Playfair Display', serif;
      color: rgba(255,255,255,0.5);
      font-size: 1.2rem;
    }

    .footer-text {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.3);
    }

    /* ── CIRCUIT DIVIDERS ── */
    .circuit-divider {
      position: relative;
      width: 100%;
      height: 48px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Light version: for transitions between light sections */
    .circuit-divider--light {
      background: var(--warm-white);
    }

    /* Dark version: for transitions into/out of navy sections */
    .circuit-divider--dark {
      background: var(--navy);
    }

    /* Cream version: for transitions from cream */
    .circuit-divider--cream {
      background: var(--cream);
    }

    .circuit-divider svg {
      position: absolute;
      width: 100%;
      height: 100%;
    }

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

    @keyframes fadeLeft {
      from { opacity: 0; transform: translateX(24px); }
      to   { opacity: 1; transform: translateX(0); }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 960px) {
      nav { padding: 1rem 2rem; }
      .nav-links { display: none; }

      #hero { grid-template-columns: 1fr; }
      .hero-content { padding: 7rem 2rem 3rem; }
      .hero-right { padding: 0 2rem 3rem; }
      .esp--compact { margin: 0 auto; }
      .hero-circuit { width: 100%; opacity: 0.04; }

      #problem, .services-header, .team-header {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }
      #problem, #services, #approach, #team, #contact, #insights { padding: 4rem 2rem; }

      .services-grid { grid-template-columns: 1fr; }
      .service-card { border-right: none; border-bottom: 1px solid var(--border); }
      .service-card:last-child { border-bottom: none; }

      .team-grid, #contact { grid-template-columns: 1fr; gap: 2rem; }
      .form-row { grid-template-columns: 1fr; }
      footer { flex-direction: column; gap: 0.5rem; padding: 2rem; text-align: center; }
    }
    /* ════════════════════════════════════════════════════════════
       NOW STRIP — timely status band under the hero
       ════════════════════════════════════════════════════════════ */
    .now-strip {
      background: var(--navy-mid);
      border-top: 1px solid rgba(201,168,76,0.3);
      border-bottom: 1px solid rgba(201,168,76,0.3);
      padding: 0.9rem 2rem;
      text-align: center;
    }
    .now-strip p {
      font-size: 1.05rem;
      color: rgba(255,249,240,0.85);
      letter-spacing: 0.03em;
    }
    .now-strip .now-label { color: var(--gold); font-weight: 500; }
    .now-strip a {
      color: var(--gold-light);
      text-decoration: none;
      font-weight: 500;
    }
    .now-strip a:hover { text-decoration: underline; }

    /* ════════════════════════════════════════════════════════════
       INSIGHTS TEASER — latest posts on the homepage
       ════════════════════════════════════════════════════════════ */
    #insights {
      background: var(--cream);
      padding: 0 6rem 7rem;
    }
    .insights-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 2rem;
      margin-bottom: 2.5rem;
      border-top: 1px solid var(--border);
      padding-top: 3rem;
    }
    .insights-header h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 400;
      color: var(--navy);
      margin-top: 0.5rem;
      line-height: 1.25;
    }
    .insights-all {
      color: var(--navy);
      text-decoration: none;
      font-size: 0.95rem;
      font-weight: 500;
      white-space: nowrap;
      border-bottom: 1px solid var(--gold);
      padding-bottom: 0.15rem;
    }
    .insights-all:hover { color: var(--gold); }

    .insights-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.5rem;
    }
    .insight-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--border);
      border-top: 3px solid var(--gold);
      padding: 1.6rem 1.7rem;
      text-decoration: none;
      color: inherit;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .insight-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 28px rgba(16,27,41,0.09);
    }
    .insight-date {
      font-size: 0.78rem;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: var(--text-muted);
    }
    .insight-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--navy);
      margin: 0.6rem 0 0.7rem;
      line-height: 1.3;
    }
    .insight-card p {
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.65;
      flex: 1;
    }
    .insight-more {
      margin-top: 1.1rem;
      font-size: 0.9rem;
      font-weight: 500;
      color: var(--gold);
    }

    /* ════════════════════════════════════════════════════════════
       BLOG INDEX
       ════════════════════════════════════════════════════════════ */
    #blog-hero {
      background: var(--navy);
      padding: 11rem 6rem 5rem;
      position: relative;
    }
    .blog-hero-inner { max-width: 760px; }
    #blog-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 5vw, 3.6rem);
      font-weight: 400;
      color: var(--warm-white);
      line-height: 1.15;
      margin: 0.6rem 0 1.4rem;
    }
    .blog-hero-sub {
      font-size: 1.15rem;
      color: rgba(255,249,240,0.78);
      line-height: 1.75;
      max-width: 65ch;
    }
    .blog-hero-note {
      margin-top: 1.6rem;
      font-size: 0.95rem;
      color: rgba(255,249,240,0.55);
      max-width: 65ch;
    }
    .blog-hero-note a { color: var(--gold-light); text-decoration: none; }
    .blog-hero-note a:hover { text-decoration: underline; }

    #blog-list {
      background: var(--warm-white);
      padding: 5rem 6rem 7rem;
    }
    .blog-empty { color: var(--text-muted); font-style: italic; }

    .post-item {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 2.5rem;
      padding: 2.5rem 0;
      border-bottom: 1px solid var(--border);
      max-width: 1000px;
    }
    .post-item:first-of-type { padding-top: 0; }
    .post-item-date {
      font-size: 0.8rem;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: var(--text-muted);
      padding-top: 0.5rem;
    }
    .post-item-body h2 {
      font-family: 'Playfair Display', serif;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.25;
      margin-bottom: 0.7rem;
    }
    .post-item-body h2 a { color: var(--navy); text-decoration: none; }
    .post-item-body h2 a:hover { color: var(--gold); }
    .post-item-body > p {
      color: var(--text-muted);
      max-width: 65ch;
      line-height: 1.75;
    }
    .post-item-meta {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      margin-top: 1rem;
      flex-wrap: wrap;
    }
    .post-tag {
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-muted);
      border: 1px solid var(--border);
      padding: 0.2rem 0.6rem;
      border-radius: 2px;
    }
    .post-item-more {
      margin-left: auto;
      color: var(--gold);
      text-decoration: none;
      font-weight: 500;
      font-size: 0.92rem;
    }

    /* ════════════════════════════════════════════════════════════
       BLOG POST
       ════════════════════════════════════════════════════════════ */
    .post { background: var(--warm-white); }
    .post-header {
      background: var(--navy);
      padding: 10rem 6rem 4rem;
    }
    .post-meta {
      font-size: 0.82rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(255,249,240,0.55);
      display: flex;
      align-items: center;
      gap: 0.6rem;
      flex-wrap: wrap;
      margin-bottom: 1.2rem;
    }
    .post-back { color: var(--gold-light); text-decoration: none; }
    .post-back:hover { text-decoration: underline; }
    .post-dot { opacity: 0.5; }
    .post-meta .post-tag { color: rgba(255,249,240,0.6); border-color: rgba(201,168,76,0.35); }
    .post-header h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.1rem, 4.6vw, 3.2rem);
      font-weight: 400;
      color: var(--warm-white);
      line-height: 1.18;
      max-width: 22ch;
    }
    .post-standfirst {
      margin-top: 1.3rem;
      font-size: 1.15rem;
      color: rgba(255,249,240,0.75);
      line-height: 1.7;
      max-width: 62ch;
    }

    .post-body {
      padding: 4rem 6rem;
      max-width: 78ch;
      font-size: 1.125rem;
      line-height: 1.8;
      color: var(--text);
    }
    .post-body > * + * { margin-top: 1.5rem; }
    .post-body h2 {
      font-family: 'Playfair Display', serif;
      font-size: 1.85rem;
      font-weight: 400;
      color: var(--navy);
      line-height: 1.3;
      margin-top: 3rem;
    }
    .post-body h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.35rem;
      font-weight: 400;
      color: var(--navy);
      margin-top: 2.2rem;
    }
    .post-body a { color: var(--navy); font-weight: 500; }
    .post-body strong { font-weight: 500; color: var(--navy); }
    .post-body ul, .post-body ol { padding-left: 1.4rem; }
    .post-body li + li { margin-top: 0.5rem; }
    .post-body blockquote {
      border-left: 3px solid var(--gold);
      padding-left: 1.4rem;
      color: var(--text-muted);
      font-style: italic;
    }
    .post-body hr {
      border: none;
      border-top: 1px solid var(--border);
      margin: 2.5rem 0;
    }
    .post-body code {
      background: rgba(16,27,41,0.06);
      padding: 0.12em 0.4em;
      border-radius: 2px;
      font-size: 0.9em;
    }

    /* ════════════════════════════════════════════════════════════
       POST CHARTS
       Figures inside a post body. Two data colours only, both
       validated against the post surface (--warm-white #fff9f0):
         --viz-far  #7aa3c9  2.54:1 — the lighter step (state level)
         --viz-near #1a2f4a 12.95:1 — the darker step (district level)
       They are one hue at two steps, so the pair reads as one measure
       at two altitudes rather than as two unrelated series. --viz-far
       sits under 3:1, which is allowed only because every endpoint
       carries a visible value label AND each figure ships a table view.
       Remove either and the light dot stops being readable.
       --viz-ctx (#8c8574, 3.51:1) is the de-emphasis grey: it clears
       3:1 on its own so context bars never depend on the relief rule.
       Gold is deliberately absent — at 2.18:1 it cannot carry a mark.
       ════════════════════════════════════════════════════════════ */
    .post-body .viz {
      --viz-far: #7aa3c9;
      --viz-near: #1a2f4a;
      --viz-ctx: #8c8574;
      --viz-rule: #ded5c4;
      margin: 2.75rem 0;
    }
    .viz-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      line-height: 1.3;
      color: var(--navy);
    }
    .post-body .viz-sub {
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.6;
      margin-top: 0.4rem;
    }
    /* Charts are sized for a comfortable reading width. Below that they
       scroll rather than scale, because scaling an 11px axis label down
       to fit a phone makes it unreadable — a scrollbar is the honest
       trade. min-width on the inner box, not the svg, so the svg can
       still grow past it on wide screens. */
    .viz-scroll { overflow-x: auto; margin-top: 1.1rem; }
    .viz-scroll > svg { display: block; width: 100%; min-width: 540px; height: auto; }
    .post-body .viz figcaption {
      font-size: 0.82rem;
      color: var(--text-muted);
      line-height: 1.6;
      margin-top: 0.9rem;
      font-style: italic;
    }

    /* Table view — the WCAG-clean twin of every figure. Not optional
       chrome: it is what lets the sub-3:1 light dot ship at all. */
    .post-body .viz-table { margin-top: 0.8rem; }
    .viz-table summary {
      cursor: pointer;
      font-size: 0.82rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text-muted);
    }
    .viz-table summary:hover { color: var(--navy); }
    .post-body .viz-table table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 0.8rem;
      font-size: 0.9rem;
      font-variant-numeric: tabular-nums;
    }
    .viz-table th, .viz-table td {
      text-align: left;
      padding: 0.4rem 0.6rem 0.4rem 0;
      border-bottom: 1px solid var(--border);
    }
    .viz-table th { font-weight: 500; color: var(--navy); }
    .viz-table td + td, .viz-table th + th { text-align: right; }

    /* Stat tiles — the form for a handful of headline numbers, which is
       a KPI row and not a chart. Values wear Playfair because that is
       this site's display numeral (see .esp-stat .n), not decoration. */
    /* Fixed 2x2, not auto-fit. The post column fits three tiles across,
       which orphans the fourth on a row of its own; two rows of two stay
       balanced and give each label room to breathe. */
    .viz-tiles {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      margin-top: 1.1rem;
    }
    .viz-tile {
      background: #fff;
      border: 1px solid var(--border);
      border-top: 3px solid var(--viz-near);
      padding: 1.1rem 1.2rem 1.2rem;
    }
    .viz-tile .v {
      font-family: 'Playfair Display', serif;
      font-size: 2.4rem;
      line-height: 1;
      color: var(--navy);
    }
    .post-body .viz-tile .l {
      font-size: 0.88rem;
      color: var(--text-muted);
      line-height: 1.5;
      margin-top: 0.5rem;
    }
    .post-body .viz-tile .src {
      font-size: 0.72rem;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: var(--viz-ctx);
      margin-top: 0.7rem;
    }
    /* Meter: fill on a lighter track, so the ratio reads without
       relying on the number alone. */
    .viz-meter {
      height: 5px;
      background: var(--border);
      margin-top: 0.85rem;
      border-radius: 3px;
      overflow: hidden;
    }
    .viz-meter i { display: block; height: 100%; background: var(--viz-near); border-radius: 3px; }

    @media (max-width: 900px) {
      .viz-tile .v { font-size: 2rem; }
    }
    @media (max-width: 560px) {
      .viz-tiles { grid-template-columns: 1fr; }
    }

    .post-footer {
      background: var(--cream);
      border-top: 1px solid var(--border);
      padding: 3rem 6rem 4rem;
    }
    .post-footer-kicker {
      font-size: 0.78rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 0.6rem;
    }
    .post-footer p { max-width: 62ch; color: var(--text-muted); }
    .post-footer .btn-primary { display: inline-block; margin-top: 1.4rem; }

    /* footer nav links */
    .footer-text a { color: inherit; text-decoration: none; opacity: 0.85; }
    .footer-text a:hover { opacity: 1; text-decoration: underline; }

    @media (max-width: 900px) {
      #insights { padding: 0 2rem 4rem; }
      .insights-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
      #blog-hero { padding: 8rem 2rem 3rem; }
      #blog-list { padding: 3rem 2rem 5rem; }
      .post-item { grid-template-columns: 1fr; gap: 0.75rem; }
      .post-item-date { padding-top: 0; }
      .post-header { padding: 8rem 2rem 3rem; }
      .post-body { padding: 3rem 2rem; }
      .post-footer { padding: 2.5rem 2rem 3rem; }
    }

    /* ════════════════════════════════════════════════════════════
       LERAD PRODUCT PAGE
       Originally a standalone page with its own <style> block. Scoped under
       .lerad so its bare element selectors (section/h2/form/input) can't
       leak into the shared layout.
       ════════════════════════════════════════════════════════════ */
    :root { --green: #4f8a5b; --red: #b3604a; }

    .lerad .es-hero {
      background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
      color: var(--warm-white);
      padding: 9rem 2rem 4rem;
      text-align: center;
    }
    .lerad .es-hero .kicker {
      font-size: .75rem; letter-spacing: .22em; text-transform: uppercase;
      color: var(--gold); font-weight: 500; margin-bottom: 1.2rem;
    }
    .lerad .es-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5.5vw, 3.4rem);
      font-weight: 700; line-height: 1.15; max-width: 820px; margin: 0 auto;
    }
    .lerad .es-hero h1 em { font-style: italic; color: var(--gold-light); }
    .lerad .es-hero .sub {
      max-width: 640px; margin: 1.4rem auto 0;
      font-size: 1.05rem; color: rgba(255,249,240,.85);
    }
    .lerad .es-hero .pilot {
      display: inline-block; margin-top: 1.6rem; font-size: .85rem;
      border: 1px solid rgba(201,168,76,.5); border-radius: 999px;
      padding: .45rem 1.1rem; color: var(--gold-light);
    }
    .lerad .es-hero .cta-row { margin-top: 2.2rem; }

    .lerad .btn {
      display: inline-block; font-family: 'DM Sans', sans-serif; font-weight: 500;
      font-size: .95rem; letter-spacing: .04em; border-radius: 8px;
      padding: .85rem 1.9rem; text-decoration: none; cursor: pointer; border: none;
    }
    .lerad .btn-gold { background: var(--gold); color: var(--navy); }
    .lerad .btn-gold:hover { background: var(--gold-light); }

    .lerad section { padding: 3.5rem 2rem; max-width: 1000px; margin: 0 auto; }
    .lerad h2 { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 700; margin-bottom: 1rem; }
    .lerad .lede { color: var(--text-muted); max-width: 680px; }

    .lerad .tabs-pain { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0 .4rem; }
    .lerad .tab-chip {
      font-size: .85rem; border: 1px solid var(--border); background: #fff;
      border-radius: 8px 8px 0 0; padding: .45rem 1rem;
      color: var(--text-muted); border-bottom: 3px solid var(--red);
    }
    .lerad .tabs-note { font-size: .9rem; color: var(--text-muted); font-style: italic; }

    .lerad .es-preview-note { font-size: 0.82rem; color: var(--text-muted); font-style: italic; margin-top: 0.9rem; }

    .lerad .es-quote-lead { color: var(--text-muted); max-width: 680px; margin-top: 2rem; }
    .lerad .es-pullquote {
      margin: 1.2rem 0 0; padding: .1rem 0 .1rem 1.5rem;
      border-left: 3px solid var(--gold); max-width: 700px;
    }
    .lerad .es-pullquote p {
      font-family: 'Playfair Display', serif; font-size: 1.3rem;
      line-height: 1.45; color: var(--navy);
    }
    .lerad .es-pullquote p em { font-style: italic; color: var(--navy); }
    .lerad .es-pullquote .who {
      margin-top: .8rem; font-size: .82rem; letter-spacing: .04em; color: var(--text-muted);
    }

    .lerad .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 2rem; }
    .lerad .card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 1.6rem; }
    .lerad .card h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; margin-bottom: .6rem; }
    .lerad .card p { font-size: 1rem; color: var(--text-muted); }
    .lerad .card .tag {
      display: inline-block; font-size: .68rem; letter-spacing: .14em;
      text-transform: uppercase; font-weight: 500; color: var(--gold); margin-bottom: .7rem;
    }

    .lerad .founder { background: var(--navy); color: var(--warm-white); border-radius: 14px; padding: 2.2rem; margin-top: 3rem; }
    .lerad .founder p { font-size: 1rem; color: rgba(255,249,240,.9); max-width: 720px; }
    .lerad .founder .who { margin-top: 1rem; font-size: .85rem; color: var(--gold-light); letter-spacing: .05em; }

    .lerad .waitlist { background: var(--warm-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .lerad .waitlist-inner { max-width: 560px; margin: 0 auto; text-align: center; }
    .lerad form { margin-top: 1.6rem; display: flex; flex-direction: column; gap: .8rem; }
    .lerad input, .lerad select {
      font-family: 'DM Sans', sans-serif; font-size: 1rem; padding: .8rem 1rem;
      border: 1px solid var(--border); border-radius: 8px; background: #fff;
      color: var(--text); width: 100%;
    }
    .lerad input:focus, .lerad select:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
    .lerad .privacy-line { font-size: .85rem; color: var(--text-muted); margin-top: .9rem; }
    .lerad .form-ok { display: none; margin-top: 1rem; color: var(--green); font-weight: 500; }
    .lerad .disclosure { max-width: 720px; margin: 1.2rem auto 0; font-size: .82rem; color: var(--text-muted); }

    @media (max-width: 600px) {
      .lerad section { padding: 2.6rem 1.2rem; }
      .lerad .es-hero { padding: 7rem 1.2rem 3rem; }
    }
