
  :root {
    --bg: #ffffff;
    --ink: #17150f;
    --muted: #63605a;
    --accent: #E76D2A;
    --soft: #f6f5f2;
    --line: #e6e3dc;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { background: var(--bg); color: var(--ink); font-family: 'Instrument Sans', sans-serif; font-size: 17px; line-height: 1.6; }
  .wrap { max-width: 1120px; margin: 0 auto; padding: 0 32px; }
  h1, h2, h3, h4 { font-family: 'Bricolage Grotesque', sans-serif; }

  nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
  .logo { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 19px; }
  nav ul { display: flex; gap: 28px; list-style: none; font-size: 15px; font-weight: 500; align-items: center; }
  nav a { color: var(--ink); text-decoration: none; }
  nav a:hover { color: var(--accent); }
  .nav-cta { background: var(--ink); color: #fff !important; padding: 10px 20px; border-radius: 100px; }
  .nav-cta:hover { background: var(--accent); }
  .has-menu { position: relative; }
  .has-menu > a::after { content: " ▾"; font-size: 11px; }
  .menu { display: none; position: absolute; top: 100%; left: -16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px 0; min-width: 230px; box-shadow: 0 8px 24px rgba(23,21,15,0.08); z-index: 10; }
  .has-menu:hover .menu { display: block; }
  .menu a { display: block; padding: 10px 20px; font-size: 15px; }
  .menu a:hover { background: var(--soft); }
  .menu a small { display: block; font-weight: 400; color: var(--muted); font-size: 12.5px; }

  .hero { display: grid; grid-template-columns: 7fr 4fr; gap: 64px; padding: 72px 0 40px; align-items: center; }
  h1 { font-size: 54px; line-height: 1.05; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 24px; }
  h1 .mark { color: var(--accent); }
  .hero .pain { font-size: 19px; color: var(--ink); max-width: 560px; margin-bottom: 16px; font-weight: 500; }
  .hero p.sub { font-size: 17px; color: var(--muted); max-width: 560px; margin-bottom: 32px; }
  .btn { display: inline-block; background: var(--ink); color: #fff; padding: 15px 30px; border-radius: 100px; text-decoration: none; font-size: 16px; font-weight: 600; }
  .btn:hover { background: var(--accent); }
  .cohort-card { background: var(--ink); color: #fff; border-radius: 16px; padding: 32px; }
  .cohort-card .prod { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 2px; }
  .cohort-card .display { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
  .fact-line { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.14); font-size: 15px; }
  .fact-line b { font-weight: 600; white-space: nowrap; }
  .fact-line span { color: #b8b4ad; text-align: right; }
  .card-cta { display: block; margin-top: 22px; background: var(--accent); color: #fff; text-align: center; padding: 13px 0; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 15px; }
  .card-cta:hover { filter: brightness(1.08); }
  .card-note { display: block; margin-top: 12px; text-align: center; font-size: 13px; color: #b8b4ad; }

  .kicker { font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }

  /* Figure system: one treatment for every photo */
  figure { margin: 0; }
  figure img { width: 100%; object-fit: cover; border-radius: 16px; display: block; }
  figcaption { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
  figcaption::before { content: ""; display: inline-block; width: 18px; height: 3px; background: var(--accent); margin-right: 10px; vertical-align: 3px; }
  .fig-hero { padding: 24px 0 64px; }
  .fig-hero img { aspect-ratio: 21/9; border-radius: 20px; }

  .reasons { padding: 56px 0 72px; }
  .reasons h2 { font-size: 36px; font-weight: 700; margin-bottom: 44px; max-width: 720px; }
  .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
  .pillar { border-top: 3px solid var(--ink); padding-top: 24px; }
  .pillar h3 { font-size: 21px; font-weight: 600; margin-bottom: 10px; }
  .pillar p { font-size: 15.5px; color: var(--muted); }
  .pillar p b, .inv-step p b, .who p b { color: var(--ink); font-weight: 600; }
  .p-icon { margin-bottom: 16px; }
  .p-icon svg, .inv-step .p-icon svg { width: 28px; height: 28px; stroke: var(--ink); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
  .walk-check { display: inline-block; vertical-align: -3px; margin-right: 10px; }
  .walk-check svg { width: 18px; height: 18px; stroke: var(--accent); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }

  /* Proof: before/after slots */
  .proof { padding: 0 0 72px; }
  .proof h2 { font-size: 30px; font-weight: 700; margin-bottom: 8px; }
  .proof .note { font-size: 15px; color: var(--muted); margin-bottom: 32px; }
  .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .proof-card { border: 1.5px dashed var(--line); border-radius: 12px; padding: 28px; }
  .proof-card .ba { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
  .proof-card p { font-size: 15px; color: var(--muted); font-style: italic; }

  .method { background: var(--soft); border-radius: 24px; padding: 64px; margin-bottom: 72px; }
  .method h2 { font-size: 34px; font-weight: 700; margin-bottom: 8px; }
  .method .tagline { font-size: 17px; color: var(--muted); margin-bottom: 40px; }
  .method .tagline b { color: var(--ink); }
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
  .step .n { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 700; color: var(--accent); margin-bottom: 10px; }
  .step h4 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
  .step p { font-size: 14.5px; color: var(--muted); }
  .time-cost { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 15.5px; color: var(--muted); }
  .time-cost b { color: var(--ink); }

  /* Who's in the room */
  .room { padding: 0 0 72px; }
  .room h2 { font-size: 30px; font-weight: 700; margin-bottom: 8px; }
  .room .note { font-size: 15px; color: var(--muted); margin-bottom: 32px; }
  .room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 28px; }
  .room-card { border: 1.5px dashed var(--line); border-radius: 12px; padding: 24px; min-height: 130px; display: flex; align-items: center; justify-content: center; text-align: center; }
  .room-card p { font-size: 14px; color: var(--muted); font-style: italic; }
  .room .roles { font-size: 15.5px; color: var(--ink); border-left: 3px solid var(--accent); padding-left: 18px; max-width: 720px; }

  .who { display: grid; grid-template-columns: 5fr 6fr; gap: 72px; padding: 0 0 72px; align-items: start; }
  .who h2 { font-size: 30px; font-weight: 700; margin-bottom: 18px; }
  .who p { color: var(--muted); margin-bottom: 16px; }
  .who .not { font-size: 15px; color: var(--muted); }
  .who .not b { color: var(--ink); }
  .walk h3 { font-size: 21px; font-weight: 600; margin-bottom: 16px; }
  .walk-item { padding: 16px 0 16px 30px; border-top: 1px solid var(--line); font-size: 16px; position: relative; }
  .walk-item .walk-check { position: absolute; left: 0; top: 18px; margin-right: 0; }
  .walk-item b { font-weight: 600; }
  .walk-item span { color: var(--muted); }

  /* Invitations: the bar, visible */
  .invite { background: var(--soft); border-radius: 24px; padding: 64px; margin-bottom: 72px; }
  .invite h2 { font-size: 30px; font-weight: 700; margin-bottom: 8px; }
  .invite .note { font-size: 16px; color: var(--muted); margin-bottom: 36px; max-width: 640px; }
  .inv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
  .inv-step .n { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 700; color: var(--accent); margin-bottom: 10px; }
  .inv-step h4 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
  .inv-step p { font-size: 14.5px; color: var(--muted); }

  /* Founder note */
  .founder { display: grid; grid-template-columns: 5fr 6fr; gap: 72px; padding: 0 0 80px; align-items: center; }
  .photo-frame { aspect-ratio: 4/5; background: var(--soft); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 14px; }
  .founder h2 { font-size: 30px; font-weight: 700; margin-bottom: 20px; }
  .letter { font-size: 17.5px; line-height: 1.7; margin-bottom: 18px; }
  .signature { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 24px; }
  .founder .bio { color: var(--muted); font-size: 15px; padding-top: 20px; border-top: 1px solid var(--line); }

  /* FAQ */
  .faq { padding: 0 0 72px; max-width: 780px; }
  .faq h2 { font-size: 30px; font-weight: 700; margin-bottom: 28px; }
  .faq details { border-top: 1px solid var(--line); padding: 20px 0; }
  .faq details:last-child { border-bottom: 1px solid var(--line); }
  .faq summary { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
  .faq summary::after { content: "+"; color: var(--accent); font-size: 24px; font-weight: 400; }
  .faq details[open] summary::after { content: "–"; }
  .faq details p { padding-top: 14px; color: var(--muted); font-size: 16px; }

  .more { border-top: 1px solid var(--line); padding: 44px 0 56px; }
  .more .kicker { color: var(--muted); }
  .more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
  .more-item h4 { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
  .more-item p { font-size: 14.5px; color: var(--muted); margin-bottom: 8px; }
  .more-item a { font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none; }
  .more-item a:hover { color: var(--accent); }

  footer { border-top: 1px solid var(--line); padding: 32px 0 60px; display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); }
  footer a { color: var(--muted); text-decoration: none; margin-left: 24px; }
  footer a:hover { color: var(--accent); }

  @media (max-width: 880px) {
    h1 { font-size: 38px; }
    .hero, .who, .founder { grid-template-columns: 1fr; gap: 40px; }
    .pillars, .steps, .inv-steps, .proof-grid, .more-grid { grid-template-columns: 1fr; }
    .room-grid { grid-template-columns: 1fr 1fr; }
    .method, .invite { padding: 36px 28px; }
    nav ul { display: none; }
  }

/* Subpage additions */
.page-head { padding: 56px 0 40px; max-width: 760px; }
.page-head h1 { font-size: 46px; line-height: 1.08; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 20px; }
.page-head p.lead { font-size: 18px; color: var(--muted); }
.section { padding: 0 0 64px; }
.section h2 { font-size: 30px; font-weight: 700; margin-bottom: 24px; }
.prose { max-width: 720px; }
.prose p { margin-bottom: 18px; }
.prose p.quiet { color: var(--muted); }
.topic { display: grid; grid-template-columns: 1fr 4fr; gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); align-items: baseline; }
.topic .t-label { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 700; color: var(--accent); }
.topic h3 { font-size: 21px; font-weight: 600; margin-bottom: 8px; }
.topic p { font-size: 16px; color: var(--muted); }
.commit-list { max-width: 720px; }
.commit-item { padding: 14px 0 14px 30px; border-top: 1px solid var(--line); font-size: 16px; position: relative; }
.commit-item .walk-check { position: absolute; left: 0; top: 16px; }
.form-placeholder { border: 1.5px dashed var(--line); border-radius: 16px; padding: 48px; text-align: center; color: var(--muted); font-size: 15px; }
@media (max-width: 880px) { .page-head h1 { font-size: 34px; } .topic { grid-template-columns: 1fr; gap: 8px; } }

.split { display: grid; grid-template-columns: 6fr 5fr; gap: 56px; align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 36px; } }
