@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/BricolageGrotesque-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/BricolageGrotesque-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/BricolageGrotesque-800.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "DM Mono";
  src: url("/assets/fonts/DMMono-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: light;
  --canvas: #efeafb;
  --surface: #fff;
  --surface-sunken: #f8f6fe;
  --ink: #241a4e;
  --muted: #665797;
  --violet: #5b3df5;
  --violet-dark: #2b1d61;
  --yellow: #ffd43b;
  --lime: #d8f34e;
  --line: #d9d0f2;
  --positive: #087a59;
  --shadow: 0 16px 40px rgb(36 26 78 / 12%);
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: var(--violet-dark); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 760px; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.site-header { padding: 20px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand img { display: block; width: 36px; height: 36px; border-radius: 11px; object-fit: cover; }
.brand strong { font-size: 1.08rem; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px 20px; }
.site-header nav > a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 4px; color: var(--ink); text-decoration: none; font-weight: 600; }
.site-header nav > a.button--small { padding-inline: 22px; }
.site-header nav > a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--violet); text-decoration-thickness: 3px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; border: 2px solid var(--violet-dark); border-radius: 999px; background: var(--violet); box-shadow: 3px 4px 0 var(--violet-dark); color: #fff !important; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { transform: translate(-1px, -1px); box-shadow: 5px 6px 0 var(--violet-dark); }
.button--small { min-height: 44px !important; padding: 8px 18px; }
.page-hero { min-height: 60vh; display: grid; align-content: center; padding-block: 80px 120px; }
.section-label { margin: 0 0 16px; color: var(--violet); font: 500 .78rem/1.3 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -.035em; }
h1 { max-width: 13ch; font-size: clamp(3rem, 8vw, 6.5rem); font-weight: 800; }
h2 { max-width: 13ch; font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 800; }
h3 { font-size: 1.35rem; }
.lede { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.42rem); }
.section-pad { padding-block: clamp(88px, 12vw, 160px); }
.section-heading { display: grid; gap: 16px; }
.section-heading .section-label { margin: 0; }
.mono { color: var(--muted); font: 500 .72rem/1.4 "DM Mono", monospace; letter-spacing: .12em; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; font-weight: 800; }
.help-guide-link { padding: 10px 14px; border-radius: 12px; }

.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(48px, 7vw, 100px); align-items: center; padding-block: 68px 112px; }
.hero h1 { font-size: clamp(3.8rem, 7vw, 6.9rem); }
.hero .lede { max-width: 700px; }
.waitlist-form { max-width: 690px; margin-top: 36px; }
.field-row > label { display: block; margin-bottom: 8px; font-size: .9rem; font-weight: 800; }
.input-action { display: flex; padding: 6px; border: 2px solid var(--ink); border-radius: 999px; background: var(--surface); box-shadow: 4px 5px 0 var(--ink); }
.input-action input { min-width: 0; flex: 1; min-height: 50px; padding: 10px 18px; border: 0; border-radius: 999px; background: transparent; color: var(--ink); }
.input-action input:focus { outline: 0; }
.input-action:focus-within { outline: 3px solid var(--violet); outline-offset: 4px; }
.input-action .button { min-width: 190px; border: 0; box-shadow: none; }
.input-action .button:hover { transform: none; box-shadow: none; }
.consent { display: grid; min-height: 44px; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; margin-top: 20px; color: var(--muted); font-size: .84rem; }
.consent input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--violet); }
.field-error, .form-status { min-height: 1.4em; margin: 4px 0 0; color: #9b2648; font-size: .82rem; font-weight: 600; }
.turnstile-slot { min-height: 0; margin-top: 12px; font-size: .78rem; color: var(--muted); }
.form-footnote { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: .78rem; }
.hero-vignette { position: relative; display: grid; justify-items: center; }
.card-stack { position: relative; width: min(100%, 460px); aspect-ratio: 4 / 5; }
.stack-card, .phrase-card { position: absolute; inset: 7% 2%; border: 2px solid var(--ink); border-radius: 30px; }
.stack-card--yellow { background: var(--yellow); transform: rotate(6deg) translate(10px, 10px); }
.stack-card--white { background: var(--surface); transform: rotate(-4deg) translate(-8px, 2px); }
.phrase-card { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(24px, 4vw, 42px); background: var(--violet-dark); box-shadow: var(--shadow); color: #fff; transform: rotate(-1deg); }
.phrase-meta, .phrase-footer { display: flex; justify-content: space-between; gap: 16px; font: 500 .68rem/1.4 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.phrase { margin: auto 0 8px; font-size: clamp(2.3rem, 4.8vw, 4.8rem); font-weight: 800; line-height: .95; letter-spacing: -.04em; }
.translation { margin: 0 0 auto; color: #d9d0f2; font-size: 1rem; font-style: italic; }
.phrase-footer { color: #bfb4df; }
.hero-micro { position: absolute; right: -12px; bottom: 2%; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; padding: 14px 18px; border: 2px solid var(--ink); border-radius: 18px; background: var(--surface); box-shadow: 3px 4px 0 var(--ink); font-size: .8rem; }
.hero-micro span:last-child { grid-column: 2; color: var(--muted); }
.sun-dot { grid-row: 1 / 3; align-self: center; width: 18px; height: 18px; border-radius: 50%; background: var(--yellow); }

.journey { display: grid; gap: 72px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-block: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 32px 28px; }
.steps li + li { border-left: 1px solid var(--line); }
.steps li > span { color: var(--violet); font: 500 .75rem/1.5 "DM Mono", monospace; }
.steps h3 { margin-bottom: 10px; }
.steps p { margin: 0; color: var(--muted); font-size: .96rem; }
.recall-demo { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; padding: clamp(28px, 5vw, 64px); border-radius: 32px; background: var(--violet-dark); color: #fff; box-shadow: var(--shadow); }
.recall-demo > div:first-child { display: grid; align-content: center; gap: 18px; }
.recall-demo h3 { color: #cbc1eb; }
.recall-demo .mono { color: #d5cbed; }
.recall-demo strong { color: var(--lime); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; }
.answer-list { display: grid; gap: 12px; }
.answer { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px; border: 1px solid #66598e; border-radius: 16px; background: #3b2d70; }
.answer--selected { border-color: var(--lime); background: var(--lime); color: var(--ink); font-weight: 800; }

.rhythm-band { padding-block: clamp(88px, 12vw, 156px); background: var(--surface); }
.rhythm-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(56px, 9vw, 120px); align-items: center; }
.rhythm-grid .lede { font-size: 1.12rem; }
.rhythm-panel { padding: clamp(24px, 4vw, 44px); border: 2px solid var(--ink); border-radius: 30px; background: var(--canvas); box-shadow: 7px 8px 0 var(--ink); }
.panel-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 24px; }
.panel-top > span { color: var(--muted); font: 500 .72rem/1.3 "DM Mono", monospace; }
.frequency { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.frequency > span { min-height: 88px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); color: var(--ink); font-size: 1.8rem; font-weight: 800; text-align: center; }
.frequency > span small { display: block; color: var(--muted); font: 500 .64rem/1.4 "DM Mono", monospace; text-transform: uppercase; }
.frequency > span.selected { border-color: var(--violet); background: var(--violet); color: #fff; }
.frequency > span.selected small { color: #fff; }
.setting-row, .quiet-row { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 14px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.setting-row span:first-child, .quiet-row span:last-child { display: grid; }
.setting-row small, .quiet-row small { color: var(--muted); }
.toggle { width: 52px; height: 30px; border-radius: 99px; background: var(--violet); box-shadow: inset -22px 0 0 3px var(--surface); }
.moon { display: grid; flex: 0 0 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 1.4rem; }
.positive-note { margin: 14px 0 0; padding: 14px 18px; border-radius: 16px; background: var(--lime); color: var(--ink); font-weight: 700; }

.library { display: grid; gap: 64px; }
.split-heading { grid-template-columns: 1fr .75fr; align-items: end; }
.split-heading > p { margin: 0; color: var(--muted); }
.library-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.saved-panel, .practice-panel { padding: clamp(24px, 4vw, 40px); border-radius: 28px; }
.saved-panel { border: 2px solid var(--ink); background: var(--surface); box-shadow: 6px 7px 0 var(--ink); }
.saved-panel article { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.saved-panel article div { display: grid; }
.saved-panel article small { color: var(--muted); font-style: italic; }
.saved-panel article > span { color: var(--violet); }
.saved-panel > a { min-height: 44px; display: flex; align-items: center; font-weight: 800; }
.practice-panel { background: var(--violet-dark); color: #fff; }
.practice-panel .mono { color: #bdb0df; }
.practice-panel .quiz-mode { width: 100%; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 12px; padding: 12px 16px; border-radius: 18px; background: #3b2d70; color: #fff; text-align: left; }
.practice-panel .quiz-mode > span:nth-child(2) { display: grid; }
.practice-panel .quiz-mode small { color: #cfc6e8; }
.quiz-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: var(--violet); font-weight: 800; }
.quiz-icon--yellow { background: var(--yellow); color: var(--ink); }
.quiz-icon--lime { background: var(--lime); color: var(--ink); }

.mission-band { padding-block: clamp(96px, 13vw, 180px); background: var(--yellow); }
.mission-inner { max-width: 980px; }
.mission-inner blockquote { max-width: 18ch; margin: 24px 0; font-size: clamp(2.8rem, 6.2vw, 6rem); font-weight: 800; line-height: .98; letter-spacing: -.045em; }
.mission-inner .section-label { color: var(--ink); }
.mission-inner > p:not(.section-label) { max-width: 600px; font-size: 1.18rem; }
.faq-preview { display: grid; gap: 52px; }
.faq-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.faq-strip article { padding: 28px; }
.faq-strip article + article { border-left: 1px solid var(--line); }
.faq-strip p { color: var(--muted); }
.final-cta { padding-block: 84px; background: var(--violet-dark); color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .section-label { color: var(--yellow); }
.button--yellow { background: var(--yellow); color: var(--ink) !important; box-shadow: 4px 5px 0 #fff; }
.button--quiet { background: var(--surface); color: var(--ink) !important; }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

.campaign-hero { min-height: 76vh; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 110px); align-items: center; padding-block: 72px 110px; }
.campaign-hero h1, .editorial-hero h1, .help-intro h1, .contact-hero h1 { font-size: clamp(3.6rem, 7.4vw, 7rem); }
.campaign-card { padding: clamp(26px, 4vw, 46px); border: 2px solid var(--ink); border-radius: 30px; background: var(--surface); box-shadow: 7px 8px 0 var(--ink); }
.campaign-card .waitlist-form { margin-top: 0; }
.campaign-card .input-action { align-items: stretch; border-radius: 22px; flex-direction: column; box-shadow: none; }
.campaign-card .input-action .button { width: 100%; }
.process-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.process-strip > div { padding: 30px; border-block: 1px solid var(--line); }
.process-strip > div + div { border-left: 1px solid var(--line); }
.process-strip span, .story-number { color: var(--violet); font: 500 .75rem/1.4 "DM Mono", monospace; }
.process-strip h2 { max-width: none; margin-top: 22px; font-size: 2rem; }
.process-strip p { color: var(--muted); }
.privacy-promise { padding-block: clamp(88px, 12vw, 150px); background: var(--violet-dark); color: #fff; }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.promise-grid .section-label { color: var(--yellow); }
.promise-grid ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.promise-grid li { position: relative; padding: 0 0 18px 32px; border-bottom: 1px solid #4c3e7e; }
.promise-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 800; }

.editorial-hero { max-width: 1080px; padding-block: clamp(90px, 14vw, 190px); }
.editorial-hero .lede { max-width: 820px; }
.editorial-story { display: grid; grid-template-columns: auto 1fr .8fr; gap: clamp(28px, 6vw, 76px); align-items: start; padding-bottom: clamp(100px, 14vw, 190px); }
.editorial-story h2 { max-width: 12ch; }
.editorial-story p { color: var(--muted); font-size: 1.18rem; }
.quote-card { margin: 0; padding: 30px; border-radius: 4px 28px 28px 28px; background: var(--yellow); font-size: 1.35rem; font-weight: 800; transform: rotate(2deg); }
.principles-band { padding-block: clamp(88px, 12vw, 150px); background: var(--surface); }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.principles article { padding: 24px; }
.principles article + article { border-left: 1px solid var(--line); }
.principles article > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 36px; border-radius: 15px; background: var(--canvas); color: var(--violet); font-size: 1.4rem; font-weight: 800; }
.principles p { color: var(--muted); }
.operator { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 110px); }
.operator > div:last-child { font-size: 1.08rem; }

.help-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(56px, 9vw, 130px); padding-block: 80px 150px; }
.help-intro { position: sticky; top: 24px; align-self: start; }
.help-intro h1 { font-size: clamp(3.2rem, 6vw, 5.5rem); }
.help-intro p:not(.section-label) { color: var(--muted); }
.faq-list { display: grid; }
.faq-list section { padding: 38px 0; border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.faq-list section:last-child { border-bottom: 1px solid var(--line); }
.faq-list h2 { max-width: 18ch; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.faq-list p { max-width: 680px; color: var(--muted); }

.contact-hero { min-height: 72vh; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 9vw, 120px); align-items: center; padding-block: 80px 130px; }
.contact-card { padding: clamp(28px, 5vw, 52px); border-radius: 30px; background: var(--yellow); box-shadow: 7px 8px 0 var(--ink); }
.contact-card .mono { color: var(--ink); }
.contact-card > a { display: inline-block; margin: 10px 0 24px; color: var(--ink); font-size: clamp(1.45rem, 3vw, 2.45rem); font-weight: 800; overflow-wrap: anywhere; }
.contact-card hr { margin-block: 28px; border: 0; border-top: 1px solid rgb(36 26 78 / 30%); }
.contact-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding-bottom: 130px; }
.contact-notes article { padding: 32px; border-block: 1px solid var(--line); }
.contact-notes article + article { border-left: 1px solid var(--line); }
.contact-notes h2 { font-size: 2rem; }
.contact-notes p { color: var(--muted); }

.lifecycle-wrap { min-height: 72vh; display: grid; place-items: center; padding-block: 72px 120px; }
.lifecycle-card { width: min(100%, 680px); padding: clamp(32px, 6vw, 64px); border: 2px solid var(--ink); border-radius: 32px; background: var(--surface); box-shadow: 8px 9px 0 var(--ink); text-align: center; }
.lifecycle-card h1 { max-width: none; font-size: clamp(3rem, 7vw, 5.8rem); }
.lifecycle-card > p:not(.section-label, .form-status) { color: var(--muted); font-size: 1.1rem; }
.lifecycle-card > .button { margin-block: 18px 10px; }
.lifecycle-card > a:not(.button) { display: flex; min-height: 44px; align-items: center; justify-content: center; }
.lifecycle-mark { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 24px; border-radius: 20px; background: var(--violet); color: #fff; font-size: 1.6rem; font-weight: 800; transform: rotate(-5deg); }
.lifecycle-mark--yellow { background: var(--yellow); color: var(--ink); }
.lifecycle-mark--lime { background: var(--lime); color: var(--ink); }

.legal { max-width: 1040px; padding-block: 72px 140px; }
.legal-header { padding-bottom: 56px; border-bottom: 2px solid var(--ink); }
.legal-header h1 { max-width: none; font-size: clamp(3.6rem, 8vw, 7rem); }
.effective { margin-top: 28px; color: var(--muted); font: 500 .74rem/1.6 "DM Mono", monospace; }
.legal-contents { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 32px; margin-block: 48px 72px; padding: 28px; border-radius: 22px; background: var(--surface); }
.legal-contents strong { grid-column: 1 / -1; margin-bottom: 12px; }
.legal-contents a { min-height: 44px; display: flex; align-items: center; }
.legal-copy { max-width: 760px; margin-inline: auto; }
.legal-copy section { padding-block: 40px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.legal-copy h2 { max-width: none; margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.2rem); }
.legal-copy h3 { margin: 28px 0 10px; }
.legal-copy p, .legal-copy li { color: #514579; }
.legal-copy li + li { margin-top: 12px; }
.link-button { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--violet-dark); font-weight: 600; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.site-footer { padding: 56px 0; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 40px; align-items: start; }
.site-footer p { color: var(--muted); font-size: .92rem; }
.site-footer nav { display: grid; gap: 8px; }
.site-footer nav a { min-height: 44px; display: flex; align-items: center; }
.site-footer nav a { min-width: 44px; width: max-content; }
.company-line { margin-top: 0; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 620px); }
  body { font-size: 16px; }
  .site-header { padding-top: 14px; }
  .header-inner { align-items: flex-start; flex-direction: column; }
  .site-header nav { width: 100%; justify-content: flex-start; gap: 2px 16px; }
  .site-header nav > a { font-size: .92rem; }
  .page-hero { min-height: 52vh; padding-block: 56px 88px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.6rem); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 56px; padding-block: 44px 88px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .input-action { align-items: stretch; border-radius: 22px; flex-direction: column; }
  .input-action .button { width: 100%; min-width: 0; }
  .card-stack { width: calc(100% - 24px); max-width: 390px; }
  .hero-micro { right: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps li + li { border-top: 1px solid var(--line); border-left: 0; }
  .recall-demo, .rhythm-grid, .library-layout, .split-heading { grid-template-columns: 1fr; }
  .recall-demo { gap: 28px; }
  .frequency > span { min-width: 0; }
  .faq-strip { grid-template-columns: 1fr; }
  .faq-strip article + article { border-top: 1px solid var(--line); border-left: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .campaign-hero, .promise-grid, .editorial-story, .operator, .help-layout, .contact-hero { grid-template-columns: 1fr; }
  .campaign-hero { min-height: auto; padding-block: 54px 92px; }
  .process-strip, .principles, .contact-notes { grid-template-columns: 1fr; }
  .process-strip > div + div, .principles article + article, .contact-notes article + article { border-top: 0; border-left: 0; }
  .process-strip > div:not(:last-child), .principles article:not(:last-child), .contact-notes article:not(:last-child) { border-bottom: 1px solid var(--line); }
  .editorial-story { gap: 28px; }
  .quote-card { transform: none; }
  .help-intro { position: static; }
  .contact-hero { min-height: auto; }
  .legal-contents { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 370px) {
  .site-header nav { gap: 0 12px; }
  .site-header nav > a { font-size: .82rem; }
  .site-header nav .button { padding-inline: 13px; }
  .phrase-card { padding: 22px; }
  .stack-card--yellow { transform: rotate(3deg) translate(2px, 4px); }
  .phrase-meta, .phrase-footer { font-size: .55rem; }
  .hero-micro { position: relative; bottom: auto; margin-top: 8px; }
  .frequency { gap: 6px; }
  .frequency > span { min-height: 78px; font-size: 1.4rem; }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --canvas: #181233;
    --surface: #241a4e;
    --surface-sunken: #20183f;
    --ink: #f7f4ff;
    --muted: #c3b9e8;
    --violet: #8f7cff;
    --line: #4d4275;
    --positive: #75ddb9;
    --shadow: 0 16px 40px rgb(5 3 15 / 35%);
  }

  a, .link-button { color: #d3ccff; }
  .site-header nav > a { color: var(--ink); }
  .button { border-color: #c9c0f5; background: #725cf6; box-shadow: 3px 4px 0 #c9c0f5; }
  .input-action, .rhythm-panel, .saved-panel, .campaign-card, .lifecycle-card { border-color: #8f83b8; box-shadow: 4px 5px 0 #0c0820; }
  .input-action input::placeholder { color: #9f95c7; }
  .field-error, .form-status { color: #ff9cba; }
  .stack-card--white { background: #352a62; }
  .answer { border-color: #7669a2; background: #352869; }
  .legal-copy p, .legal-copy li { color: #c8bee8; }
  .mission-band, .quote-card, .contact-card { color: #241a4e; }
  .mission-band a, .contact-card a { color: #241a4e; }
  .button--yellow, .positive-note, .answer--selected,
  .quiz-icon--yellow, .quiz-icon--lime,
  .lifecycle-mark--yellow, .lifecycle-mark--lime { color: #241a4e !important; }
  .button--yellow { box-shadow: 4px 5px 0 #c9c0f5; }
  .company-line, .site-footer p { color: #bdb3df; }
}

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

@media print {
  .site-header, .site-footer, .skip-link { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  main::after { content: "Canonical: https://pushbites.com"; display: block; margin-top: 2rem; font-size: 9pt; }
}
