:root {
  --paper: #fffefe;
  --cream: #fff9fb;
  --rose-pale: #fff0f6;
  --rose-soft: #ffd6e7;
  --rose: #9f4865;
  --rose-deep: #6e2c43;
  --mint: #cceee8;
  --mint-deep: #4d8077;
  --butter: #ffe6a6;
  --lilac: #e4d8f7;
  --ink: #25171d;
  --muted: #735f68;
  --step: polygon(0 9px, 9px 9px, 9px 0, calc(100% - 9px) 0, calc(100% - 9px) 9px, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 9px calc(100% - 9px), 0 calc(100% - 9px));
  color: var(--ink);
  font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); }
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 8% 17%, rgba(159, 72, 101, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle at 91% 72%, rgba(77, 128, 119, 0.13) 0 2px, transparent 3px),
    linear-gradient(135deg, #fffafb 0%, #fff6fa 56%, #f4fffc 100%);
  background-size: 39px 39px, 47px 47px, auto;
  content: "";
}
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--mint-deep); outline-offset: 4px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(110, 44, 67, 0.15); background: rgba(255, 249, 251, 0.9); backdrop-filter: blur(14px); }
.nav { display: flex; width: min(1180px, calc(100% - 36px)); min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--rose-deep); text-decoration: none; }
.wordmark img { width: 43px; height: 43px; padding: 2px; object-fit: contain; clip-path: var(--step); background: var(--rose-soft); box-shadow: 4px 4px 0 var(--rose-deep); }
.wordmark strong { display: block; font: 700 15px/1 "Space Mono", monospace; letter-spacing: 0.08em; }
.wordmark small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a { color: var(--muted); font-size: 11px; font-weight: 800; text-decoration: none; }
.nav-links > a:hover { color: var(--rose-deep); }
.nav-cta { min-height: 40px; padding: 0 15px; border: 0; clip-path: var(--step); background: var(--rose); box-shadow: 4px 4px 0 var(--rose-deep); color: white !important; display: inline-flex; align-items: center; }

.hero { display: grid; width: min(1180px, calc(100% - 36px)); grid-template-columns: minmax(0, 0.87fr) minmax(500px, 1.13fr); gap: clamp(42px, 7vw, 94px); align-items: center; min-height: calc(100vh - 76px); min-height: calc(100svh - 76px); margin: 0 auto; padding: 74px 0 82px; }
.hero-copy { position: relative; z-index: 2; }
.kicker { display: inline-block; margin: 0 0 18px; padding: 7px 10px; clip-path: var(--step); background: var(--mint); color: #315f58; font: 700 9px "Space Mono", monospace; letter-spacing: 0.08em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 670px; margin: 0; color: var(--ink); font-size: clamp(46px, 6.5vw, 82px); line-height: 0.98; letter-spacing: -0.07em; }
.hero-copy > p { max-width: 590px; margin: 25px 0 0; color: var(--muted); font-size: clamp(15px, 1.6vw, 18px); line-height: 1.7; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 20px 0 0; color: var(--rose-deep); font: 700 9px "Space Mono", monospace; }
.micro-proof span::before { margin-right: 6px; color: var(--mint-deep); content: "◆"; }

.lead-form { display: grid; max-width: 570px; grid-template-columns: minmax(180px, 1fr) auto; gap: 9px; margin-top: 29px; }
.lead-form input[type="email"] { min-width: 0; min-height: 54px; padding: 0 16px; border: 1px solid rgba(110, 44, 67, 0.28); border-radius: 0; background: var(--paper); box-shadow: 4px 4px 0 rgba(110, 44, 67, 0.15); color: var(--ink); font-size: 13px; }
.lead-form input::placeholder { color: #aa929c; }
.lead-form button { min-height: 54px; padding: 0 19px; border: 0; clip-path: var(--step); background: var(--rose); box-shadow: 5px 5px 0 var(--rose-deep); color: white; cursor: pointer; font-size: 12px; font-weight: 800; }
.lead-form button:not(:disabled):hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 var(--rose-deep); }
.lead-form button:disabled { cursor: default; opacity: 0.82; }
.form-note, .form-status { grid-column: 1 / -1; margin: 2px 3px 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.form-note a { font-weight: 800; }
.form-status:empty { display: none; }
.form-status.success { color: #346b5e; font-weight: 800; }
.form-status.error { color: #a13e53; font-weight: 800; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.hero-visual { position: relative; padding: 21px; }
.hero-visual::before { position: absolute; inset: 0 14% 13% -2%; clip-path: var(--step); background: var(--rose-soft); box-shadow: 12px 12px 0 rgba(110, 44, 67, 0.2); content: ""; transform: rotate(-2.2deg); }
.product-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(110, 44, 67, 0.23); clip-path: var(--step); background: var(--paper); box-shadow: 11px 11px 0 var(--rose-deep); transform: rotate(1deg); }
.window-bar { display: flex; min-height: 38px; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid rgba(110, 44, 67, 0.15); background: linear-gradient(90deg, var(--rose-pale), rgba(204, 238, 232, 0.45)); }
.window-bar i { width: 8px; height: 8px; background: var(--rose-soft); }
.window-bar i:nth-child(2) { background: var(--butter); }
.window-bar i:nth-child(3) { background: var(--mint); }
.window-bar span { margin-left: 5px; color: var(--muted); font: 700 8px "Space Mono", monospace; }
.product-window picture, .help-capture picture { display: block; }
.product-window img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.visual-note { position: absolute; z-index: 3; right: -4px; bottom: -8px; width: 184px; padding: 13px 15px; clip-path: var(--step); background: var(--butter); box-shadow: 6px 6px 0 #b98542; color: #6b481d; font: 700 10px/1.55 "Space Mono", monospace; transform: rotate(-2deg); }

.ticker { overflow: hidden; border-block: 1px solid rgba(110, 44, 67, 0.17); background: var(--rose-deep); color: white; }
.ticker-track { display: flex; width: max-content; gap: 28px; padding: 13px 20px; font: 700 10px "Space Mono", monospace; }
.ticker-track span::after { margin-left: 28px; color: var(--mint); content: "✦"; }

.section { width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: clamp(80px, 10vw, 130px) 0; }
.section-heading { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 50px; align-items: end; margin-bottom: 55px; }
.section-heading span { color: var(--rose); font: 700 10px "Space Mono", monospace; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 5vw, 62px); line-height: 1.02; letter-spacing: -0.055em; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(110, 44, 67, 0.18); background: var(--paper); box-shadow: 9px 9px 0 rgba(110, 44, 67, 0.17); }
.step { min-height: 260px; padding: 28px; border-right: 1px dashed rgba(110, 44, 67, 0.22); }
.step:last-child { border-right: 0; }
.step-number { display: grid; width: 45px; height: 45px; place-items: center; clip-path: var(--step); background: var(--rose-soft); color: var(--rose-deep); font: 700 10px "Space Mono", monospace; }
.step:nth-child(2) .step-number { background: var(--mint); color: #315f58; }
.step:nth-child(3) .step-number { background: var(--butter); color: #6b481d; }
.step h3 { margin: 29px 0 10px; font-size: 21px; letter-spacing: -0.035em; }
.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.power-section { display: grid; width: min(1120px, calc(100% - 36px)); grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr); gap: clamp(50px, 8vw, 100px); align-items: center; margin: 0 auto; padding: 20px 0 clamp(90px, 12vw, 150px); }
.power-copy h2 { margin: 0; font-size: clamp(38px, 5.5vw, 68px); line-height: 1; letter-spacing: -0.06em; }
.power-copy > p { max-width: 600px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.capability-list { margin: 32px 0 0; padding: 0; list-style: none; }
.capability-list li { display: grid; grid-template-columns: 32px 145px 1fr; gap: 10px; align-items: baseline; padding: 13px 0; border-bottom: 1px dashed rgba(110, 44, 67, 0.2); }
.capability-list i { color: var(--rose); font-style: normal; }
.capability-list b { color: var(--rose-deep); font-size: 12px; }
.capability-list span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.help-capture { position: relative; padding: 17px; clip-path: var(--step); background: var(--mint); box-shadow: 10px 10px 0 var(--mint-deep); transform: rotate(1.5deg); }
.help-capture img { display: block; width: 100%; height: auto; clip-path: var(--step); }
.help-capture figcaption { margin-top: 13px; color: #315f58; font: 700 9px/1.5 "Space Mono", monospace; }

.cute-manifesto { background: var(--ink); color: white; }
.manifesto-inner { display: grid; width: min(1120px, calc(100% - 36px)); grid-template-columns: 0.8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: start; margin: 0 auto; padding: clamp(85px, 10vw, 130px) 0; }
.manifesto-inner h2 { margin: 0; color: var(--rose-soft); font-size: clamp(42px, 6vw, 76px); line-height: 0.98; letter-spacing: -0.06em; }
.manifesto-copy > p { margin: 0 0 25px; color: #eadde2; font-size: 16px; line-height: 1.8; }
.manifesto-points { display: grid; gap: 12px; }
.manifesto-points p { margin: 0; padding: 17px 18px; border-left: 5px solid var(--mint); background: rgba(255,255,255,0.07); color: white; font-size: 12px; line-height: 1.6; }
.manifesto-points p:nth-child(2) { border-color: var(--butter); }
.manifesto-points p:nth-child(3) { border-color: var(--rose-soft); }

.audience { display: grid; width: min(1120px, calc(100% - 36px)); grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 auto; padding: clamp(85px, 11vw, 140px) 0; }
.audience-intro { grid-column: 1 / -1; max-width: 760px; margin-bottom: 25px; }
.audience-intro h2 { margin: 0; font-size: clamp(36px, 5vw, 60px); line-height: 1.04; letter-spacing: -0.055em; }
.audience-card { min-height: 230px; padding: 25px; border: 1px solid rgba(110, 44, 67, 0.19); clip-path: var(--step); background: var(--paper); }
.audience-card:nth-child(3) { background: var(--rose-pale); }
.audience-card:nth-child(4) { background: rgba(204, 238, 232, 0.55); }
.audience-card h3 { margin: 30px 0 10px; color: var(--rose-deep); font-size: 20px; }
.audience-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.audience-card span { font: 700 18px "Space Mono", monospace; }

.final-cta { width: min(1120px, calc(100% - 36px)); margin: 0 auto 35px; padding: clamp(55px, 8vw, 92px); clip-path: var(--step); background: var(--rose-soft); box-shadow: 10px 10px 0 var(--rose-deep); text-align: center; }
.final-cta h2 { max-width: 780px; margin: 0 auto; font-size: clamp(38px, 6vw, 70px); line-height: 1; letter-spacing: -0.06em; }
.final-cta > p { max-width: 590px; margin: 19px auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.final-cta .lead-form { margin-inline: auto; text-align: left; }

.site-footer { border-top: 1px solid rgba(110, 44, 67, 0.15); background: var(--paper); }
.footer-inner { display: grid; width: min(1120px, calc(100% - 36px)); grid-template-columns: 1fr auto; gap: 35px; align-items: end; margin: 0 auto; padding: 34px 0; }
.footer-copy p { max-width: 520px; margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 20px; }
.footer-links a { color: var(--rose-deep); font-size: 10px; font-weight: 800; }

.article-hero { width: min(980px, calc(100% - 36px)); margin: 0 auto; padding: clamp(75px, 10vw, 125px) 0 65px; text-align: center; }
.article-hero .kicker { margin-bottom: 21px; }
.article-hero h1 { max-width: 920px; margin: 0 auto; font-size: clamp(44px, 7vw, 82px); }
.article-hero > p { max-width: 720px; margin: 24px auto 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.article-hero .lead-form { margin-inline: auto; text-align: left; }
.article-wrap { display: grid; width: min(1040px, calc(100% - 36px)); grid-template-columns: 210px minmax(0, 700px); gap: clamp(45px, 8vw, 90px); justify-content: center; margin: 0 auto; padding: 40px 0 120px; }
.article-aside { align-self: start; position: sticky; top: 28px; padding: 18px; clip-path: var(--step); background: var(--butter); color: #69471e; }
.article-aside strong { display: block; margin-bottom: 10px; font: 700 10px "Space Mono", monospace; }
.article-aside a { display: block; padding: 6px 0; font-size: 10px; font-weight: 800; }
.article-body h2 { margin: 65px 0 18px; color: var(--ink); font-size: clamp(28px, 4vw, 42px); line-height: 1.08; letter-spacing: -0.045em; scroll-margin-top: 25px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 32px 0 11px; color: var(--rose-deep); font-size: 20px; }
.article-body p, .article-body li { color: #5f4d55; font-size: 14px; line-height: 1.8; }
.article-body ul { padding-left: 22px; }
.article-body li { margin: 8px 0; }
.article-body li::marker { color: var(--rose); }
.article-quote { margin: 32px 0; padding: 22px 24px; border-left: 6px solid var(--mint-deep); background: rgba(204, 238, 232, 0.45); color: var(--ink) !important; font-size: 17px !important; font-weight: 700; }
.inline-cta { margin: 55px 0 10px; padding: 28px; clip-path: var(--step); background: var(--rose-pale); box-shadow: 7px 7px 0 rgba(110, 44, 67, 0.18); }
.inline-cta h2 { margin-top: 0; }
.inline-cta .lead-form { margin-top: 20px; }
.privacy-body { width: min(720px, calc(100% - 36px)); min-height: 65vh; margin: 0 auto; padding: 80px 0 120px; }
.privacy-body h1 { font-size: clamp(42px, 7vw, 72px); }
.privacy-body h2 { margin-top: 42px; font-size: 25px; }
.privacy-body p, .privacy-body li { color: var(--muted); font-size: 14px; line-height: 1.8; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy > p, .lead-form { margin-inline: auto; }
  .micro-proof { justify-content: center; }
  .hero-visual { max-width: 720px; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .power-section { grid-template-columns: 1fr; }
  .help-capture { max-width: 650px; margin: 0 auto; }
  .manifesto-inner { grid-template-columns: 1fr; }
  .article-wrap { grid-template-columns: 1fr; }
  .article-aside { position: static; }
}

@media (max-width: 680px) {
  .nav { width: min(100% - 24px, 1180px); min-height: 67px; }
  .wordmark img { width: 36px; height: 36px; box-shadow: 3px 3px 0 var(--rose-deep); }
  .wordmark strong { font-size: 12px; }
  .wordmark small, .nav-links > a:not(.nav-cta) { display: none; }
  .nav-links { gap: 0; }
  .hero { width: min(100% - 28px, 1180px); gap: 45px; padding: 53px 0 67px; }
  h1 { font-size: clamp(43px, 14vw, 62px); }
  .hero-copy > p { font-size: 14px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form button { width: 100%; }
  .micro-proof { display: grid; max-width: 360px; grid-template-columns: 1fr; gap: 6px; }
  .micro-proof span { display: flex; min-height: 31px; align-items: center; justify-content: center; padding: 6px 10px; background: rgba(204, 238, 232, 0.58); }
  .hero-visual { padding: 8px; }
  .product-window { transform: none; }
  .product-window img { aspect-ratio: auto; object-fit: contain; }
  .visual-note { right: -3px; bottom: -24px; width: 155px; font-size: 8px; }
  .section { width: min(100% - 28px, 1120px); padding: 80px 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; border-right: 0; border-bottom: 1px dashed rgba(110, 44, 67, 0.22); }
  .step:last-child { border-bottom: 0; }
  .power-section { width: min(100% - 28px, 1120px); padding-bottom: 95px; }
  .help-capture { padding: 10px; transform: none; }
  .capability-list li { grid-template-columns: 28px 110px 1fr; }
  .manifesto-inner { width: min(100% - 28px, 1120px); }
  .audience { width: min(100% - 28px, 1120px); grid-template-columns: 1fr; }
  .audience-intro { grid-column: 1; }
  .audience-card { min-height: 0; }
  .final-cta { width: calc(100% - 28px); padding: 52px 20px; }
  .footer-inner { width: min(100% - 28px, 1120px); grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .article-hero { width: min(100% - 28px, 980px); padding-top: 65px; }
  .article-hero > p { font-size: 14px; }
  .article-wrap { width: min(100% - 28px, 1040px); padding-top: 15px; }
  .article-aside { display: none; }
  .inline-cta { padding: 23px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
