/* Monkey404 — Social, sorted. Public system. See docs/design/public-rebuild-20260905.md. */
:root {
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #16251f;
  --muted: #56645d;
  --brand: #087b52;
  --brand-hover: #066342;
  --green: #24ca88;
  --green-pale: #e7f3e9;
  --yellow: #f7d85d;
  --coral: #f5b7b1;
  --night: #172722;
  --night-raised: #263a31;
  --line: #d8ded5;
  --light-muted: #c8d7cd;
  --shadow-product: 0 20px 60px rgb(22 37 31 / 12%);
  --shadow-note: 0 10px 20px rgb(0 0 0 / 16%);
  --section-space: clamp(4rem, 7.3vw, 7rem);
  /* Compatibility tokens keep legal and discovery routes in the same world. */
  --bark: var(--night);
  --canopy: var(--night);
  --pith: var(--paper);
  --banana: var(--yellow);
  --banana-press: var(--yellow);
  --fur: var(--muted);
  --leaf: var(--green);
  --amber: var(--yellow);
  --bark-lift: var(--night-raised);
  --bark-edge: var(--muted);
  --canopy-lift: var(--night-raised);
  --canopy-edge: var(--muted);
  --pith-dim: var(--green-pale);
  --pith-card: var(--white);
  --ink-soft: var(--muted);
  --pith-soft: var(--light-muted);
  --leaf-deep: var(--brand-hover);
  --amber-deep: var(--ink);
  --shadow-card: none;
  --shadow-drop: var(--shadow-product);
}
html { scroll-padding-top: 96px; }
body { background: var(--paper); color: var(--ink); overflow-x: visible; font-size: 1rem; line-height: 1.6; }
body::after { content: none; }
body, input, select, textarea { caret-color: var(--brand); }
::selection { background: var(--yellow); color: var(--ink); }
* { scrollbar-color: var(--muted) var(--paper); }
*[id] { scroll-margin-top: 100px; }
main:focus { outline: none; }
a { text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; box-shadow: 0 0 0 2px var(--paper); }
.container { width: min(100% - 80px, 1248px); max-width: none; margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); backdrop-filter: none; }
.nav { min-height: 86px; padding-block: 12px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none; color: var(--ink); }
.brand img { width: 34px; height: 34px; border-radius: 5px; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; letter-spacing: -.035em; }
.brand-dot { color: var(--brand); }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .nav-signin { text-decoration: none; font-size: .93rem; font-weight: 600; padding-block: 12px; color: var(--ink); }
.desktop-nav a:hover, .nav-signin:hover { color: var(--brand); text-decoration: underline; }
.nav-actions { display: flex; align-items: center; gap: 25px; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; vertical-align: middle; }
.button, .nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 9px; font-size: 1rem; font-weight: 600; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; transition: background-color 160ms ease, transform 160ms ease; }
.button-primary, .nav-cta, button.button-primary { background: var(--brand); color: var(--white); border-color: var(--brand); }
.button-primary:hover, .nav-cta:hover, button.button-primary:hover { background: var(--brand-hover); border-color: var(--brand-hover); color: var(--white); transform: translateY(-1px); }
.button-primary:active, .nav-cta:active { transform: translateY(0); }
.button-secondary, .button-light { background: transparent; border-color: var(--line); color: var(--ink); }
.button-secondary:hover, .button-light:hover { background: var(--green-pale); color: var(--ink); border-color: var(--brand); }
.section.dark .button-secondary { color: var(--paper); border-color: var(--light-muted); }
.nav-cta { min-height: 46px; padding: 11px 17px; font-size: .9rem; gap: 12px; }
.nav-cta .icon { width: 18px; height: 18px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-items: center; list-style: none; cursor: pointer; border: 1px solid var(--line); border-radius: 8px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] summary { background: var(--green-pale); }
.mobile-menu nav { position: absolute; top: 56px; right: 0; width: 260px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 12px; box-shadow: var(--shadow-product); }
.mobile-menu nav a { display: block; padding: 12px; text-decoration: none; border-radius: 5px; }
.mobile-menu nav a:hover { background: var(--green-pale); }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.text-action { display: inline-flex; gap: 12px; align-items: center; font-size: .98rem; font-weight: 600; text-decoration: underline; text-decoration-color: var(--line); }
.text-action:hover { text-decoration-color: currentColor; }
.sorted-hero { padding-top: 64px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.hero-copy { padding-bottom: 32px; position: relative; z-index: 2; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--brand); font-size: .75rem; font-weight: 600; letter-spacing: .1em; margin-bottom: 20px; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.hero-copy h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(3.6rem, 6.6vw, 6rem); line-height: .96; letter-spacing: -.04em; margin: 0 0 25px; }
.hero-copy h1 span { color: var(--brand); }
.hero-promise { font-size: 1.28rem; font-weight: 600; margin: 0 0 8px; }
.hero-description { max-width: 37ch; color: var(--muted); font-size: 1.08rem; line-height: 1.55; }
.access-note { font-size: .79rem; color: var(--muted); margin: 19px 0 0; }
.access-note span { margin-inline: 8px; }
.hero-stage { position: relative; min-width: 0; height: 585px; }
.hero-paper { position: absolute; left: 17%; top: 0; width: 260px; height: 195px; padding: 17px 24px; background: var(--yellow); transform: rotate(-7deg); color: var(--ink); border-radius: 3px; }
.hero-paper span { font-family: var(--font-display); font-weight: 800; font-size: 7.6rem; line-height: 1; letter-spacing: -.04em; }
.hero-paper p { font-weight: 600; font-size: 1rem; margin: 0; }
.hero-product { position: absolute; left: 0; top: 183px; width: 95%; background: var(--white); box-shadow: var(--shadow-product); border-radius: 12px; overflow: hidden; transform: rotate(-3deg); }
.hero-product img { display: block; width: 100%; height: 260px; object-fit: cover; object-position: left top; }
.product-window-bar { display: flex; gap: 10px; align-items: center; padding: 12px 18px; background: var(--white); color: var(--muted); font-size: .73rem; border-bottom: 1px solid var(--line); }
.window-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.example-label { margin-left: auto; color: var(--muted); font-size: .68rem; }
.hero-monkey { position: absolute; width: 300px; height: auto; right: -10px; top: 29px; z-index: 2; filter: drop-shadow(0 12px 9px rgb(22 37 31 / 12%)); }
.hero-resolution { position: absolute; z-index: 3; left: 6%; bottom: 33px; display: flex; align-items: center; gap: 12px; background: var(--green-pale); padding: 16px 22px; color: var(--brand-hover); font-size: .96rem; font-weight: 600; border-radius: 9px; transform: rotate(2deg); }
.hero-resolution .icon { width: 24px; height: 24px; }
.channel-strip { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding-block: 27px; border-top: 1px solid var(--line); margin-top: 30px; }
.channel-strip p { font-size: .93rem; margin: 0; font-weight: 600; }
.channel-strip > div { display: flex; gap: 28px; }
.channel-name { display: inline-flex; align-items: center; gap: 8px; font-size: .98rem; font-weight: 600; }
.channel-name b { font: 700 1.6rem var(--font-body); width: 20px; text-align: center; line-height: 1; }
.channel-scope { font-size: .75rem; color: var(--muted); }
.section-space { padding-block: var(--section-space); }
.sorted-home h2, .editorial-page h2 { font: 700 clamp(2rem, 3.4vw, 3.5rem)/1.06 var(--font-display); letter-spacing: -.035em; margin-bottom: 24px; text-wrap: balance; }
.green-text { color: var(--brand); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { color: var(--muted); margin: 0 0 5px; font-size: 1.05rem; }
.product-section { background: var(--green-pale); }
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0 0 34px; list-style: none; gap: 22px; }
.workflow-steps li { border-top: 1px solid var(--brand); padding-top: 16px; }
.workflow-steps span { font-size: .73rem; color: var(--brand); margin-right: 10px; font-variant-numeric: tabular-nums; }
.workflow-steps strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; }
.workflow-steps p { color: var(--muted); font-size: .86rem; margin: 6px 0 0; }
figure { margin: 0; min-width: 0; }
.product-proof { background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-product); }
.product-proof > img { display: block; width: 100%; height: auto; max-height: 770px; object-fit: cover; object-position: top; }
.product-proof-body { display: grid; grid-template-columns: 1.35fr 1fr; align-items: start; gap: 28px; padding: 24px; background: var(--white); }
.product-proof-body img { display: block; width: 100%; height: auto; }
.product-proof-body picture { display: block; min-width: 0; }
.product-proof figcaption { border-top: 1px solid var(--line); padding: 15px 20px; font-size: .76rem; color: var(--muted); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.product-proof figcaption a { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.product-proof figcaption .icon { width: 17px; height: 17px; }
.chaos-section { background: var(--night); color: var(--paper); padding-bottom: 32px; }
.chaos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.chaos-grid > div > p { font-size: 1.15rem; max-width: 36ch; }
.muted-on-dark { color: var(--light-muted); }
.chaos-section .text-action, .recovery-section .text-action { color: var(--yellow); text-decoration-color: var(--muted); }
.note-board { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding: 12px; }
.sticky-note { min-height: 175px; padding: 22px; color: var(--ink); box-shadow: var(--shadow-note); }
.sticky-note > span { display: block; font-size: .65rem; font-weight: 600; letter-spacing: .08em; margin-bottom: 16px; }
.sticky-note p { font: 600 clamp(1.1rem, 1.7vw, 1.55rem)/1.2 var(--font-display); letter-spacing: -.02em; margin: 0; }
.note-yellow { background: var(--yellow); transform: rotate(-7deg); }
.note-pink { background: var(--coral); transform: rotate(6deg) translateY(20px); }
.note-white { background: var(--paper); transform: rotate(4deg); }
.note-green { background: var(--green-pale); transform: rotate(-6deg) translateY(10px); }
.chaos-close { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 80px; border-top: 1px solid var(--muted); padding-top: 25px; }
.chaos-close > span:first-child { color: var(--light-muted); font-size: .86rem; }
.chaos-stamp { font-size: .73rem; letter-spacing: .04em; color: var(--yellow); }
.chaos-stamp strong { font-family: var(--font-display); font-size: 1.6rem; margin-left: 9px; letter-spacing: -.04em; }
.feature-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.feature-copy > p { max-width: 42ch; font-size: 1.07rem; color: var(--muted); }
.feature-copy .quiet-note { font-size: .8rem; line-height: 1.55; max-width: 47ch; margin-top: 22px; }
.feature-copy .text-action { margin-top: 8px; }
.review-section { background: var(--yellow); }
.review-section h2 { font-size: clamp(2.6rem, 4.3vw, 4.2rem); }
.review-section h2 span { color: var(--brand-hover); }
.review-section .feature-copy > p { color: var(--ink); }
.review-section .text-action { text-decoration-color: var(--ink); }
.feature-capture { background: var(--white); border-radius: 14px; box-shadow: var(--shadow-product); overflow: hidden; }
.feature-capture > img { display: block; width: 100%; height: auto; }
.feature-capture picture, .feature-capture picture img { display: block; width: 100%; height: auto; }
.feature-capture figcaption { color: var(--muted); padding: 14px 18px; font-size: .73rem; border-top: 1px solid var(--line); background: var(--white); }
.review-capture { max-width: 520px; transform: rotate(2deg); }
.review-capture > img { max-height: 680px; object-fit: cover; object-position: top; }
.calendar-capture > img { min-height: 0; object-fit: contain; object-position: left top; }
.status-track { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 26px 0; gap: 8px; }
.status-track li { padding: 6px 10px; border-radius: 5px; border: 1px solid var(--line); font-size: .74rem; display: flex; align-items: center; gap: 4px; }
.status-track li:last-child { background: var(--green-pale); color: var(--brand-hover); border-color: var(--green-pale); }
.status-track .icon { width: 15px; height: 15px; }
.recovery-section { background: var(--night); color: var(--paper); }
.recovery-section .feature-copy > p { color: var(--light-muted); }
.recovery-capture > img, .writing-capture > img { min-height: 0; object-fit: contain; object-position: left top; }
.recovery-capture { width: min(100%, 420px); justify-self: center; }
.audience-section { background: var(--green-pale); }
.audience-list { border-top: 1px solid var(--muted); }
.audience-list > a { display: grid; grid-template-columns: 1fr 1.25fr auto; align-items: center; gap: 26px; padding: 28px 0; text-decoration: none; border-bottom: 1px solid var(--line); }
.audience-list > a:hover { color: var(--brand); }
.audience-list span { font: 600 clamp(1.4rem, 2.2vw, 2rem)/1.2 var(--font-display); letter-spacing: -.03em; }
.audience-list p { margin: 0; font-size: .98rem; color: var(--muted); }
.audience-list .icon { width: 28px; height: 28px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 22px 30px 22px 0; cursor: pointer; font-size: 1.02rem; font-weight: 600; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 2px; top: 19px; font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { color: var(--muted); font-size: .95rem; padding-right: 20px; margin: 0 0 24px; }
.access-section { background: var(--green-pale); }
.access-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; align-items: start; }
.access-copy h2 { font-size: clamp(2.8rem, 4.7vw, 4.8rem); }
.access-copy > p { font-size: 1.07rem; max-width: 36ch; }
.access-copy .access-note { font-size: .82rem; }
.access-copy > img { display: block; width: 240px; height: auto; margin-top: 34px; }
.access-copy .closing-brand { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-top: 14px; }
.access-form-panel { padding: 32px; border-radius: 14px; background: var(--white); }
.access-form-panel h3 { font: 700 1.65rem/1.1 var(--font-display); letter-spacing: -.03em; margin-bottom: 8px; }
.form-intro { font-size: .88rem; color: var(--muted); }
.static-form { gap: 17px 16px; margin-top: 24px; }
.static-form .form-row { gap: 7px; }
.static-form .form-row label { color: var(--ink); font-size: .86rem; font-weight: 600; }
.static-form label strong { color: var(--muted); font-family: inherit; font-size: .69rem; font-weight: 400; margin-left: 6px; text-transform: none; }
.static-form input[type="text"], .static-form input[type="email"], .static-form select, .static-form textarea { border: 1px solid var(--muted); background: var(--white); color: var(--ink); border-radius: 7px; padding: 11px 12px; font-size: 1rem; min-height: 46px; }
.static-form input:hover, .static-form select:hover, .static-form textarea:hover { border-color: var(--muted); }
.static-form :user-invalid { border-color: var(--ink); outline: 2px solid var(--coral); }
.static-form textarea { min-height: 80px; }
.static-form .form-actions { display: grid; gap: 12px; }
.static-form .form-actions span { color: var(--muted); font-size: .75rem; max-width: none; }
.thanks-message { padding: 15px; background: var(--green-pale); color: var(--brand-hover); border: 1px solid var(--brand); border-radius: 8px; font-size: .9rem; }
.hp-field { left: auto; top: auto; clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
.site-footer { background: var(--paper); color: var(--ink); border: 0; padding: 60px 0 25px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 45px; padding-bottom: 45px; }
.footer-top > div > p { font-size: .9rem; color: var(--muted); margin-top: 15px; }
.footer-column { display: flex; flex-direction: column; gap: 8px; align-items: start; }
.footer-top .footer-column > p { font-size: .78rem; color: var(--muted); margin: 0 0 5px; }
.footer-column a { font-size: .88rem; text-decoration: none; padding-block: 4px; }
.footer-column a:hover { color: var(--brand); text-decoration: underline; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; gap: 24px; justify-content: space-between; align-items: start; }
.footer-bottom p { font-size: .73rem; color: var(--muted); margin: 0; white-space: nowrap; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 8px 19px; }
.footer-bottom a { font-size: .73rem; text-decoration: none; color: var(--muted); }
.footer-bottom a:hover { text-decoration: underline; color: var(--ink); }
/* Secondary routes: shared bright system, readable editorial content. */
.simple-page main { background: var(--paper); }
.simple-hero { background: var(--paper); color: var(--ink); padding-block: 76px; border-bottom: 1px solid var(--line); }
.simple-hero h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); max-width: 22ch; line-height: 1.03; }
.simple-hero p { color: var(--muted); font-size: 1.12rem; max-width: 55ch; }
.simple-hero .eyebrow { color: var(--brand); font-family: var(--font-body); font-weight: 600; }
.section-kicker, .price-label { font-family: var(--font-body); color: var(--brand); font-size: .78rem; font-weight: 600; letter-spacing: .06em; }
.section { padding-block: 66px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.1; }
.card { box-shadow: none; border-color: var(--line); padding: 24px; }
.content-stack { max-width: 840px; gap: 0; }
.content-panel { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 25px 0; }
.content-panel h2 { font-family: var(--font-display); font-size: 1.4rem; }
.content-panel p, .content-panel ul { font-size: 1rem; }
.content-panel:first-child { padding-top: 0; }
.content-panel a { overflow-wrap: anywhere; }
.honesty-note { border: 0; padding: 0; }
.editorial-row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-block: 72px; border-bottom: 1px solid var(--line); }
.editorial-row p { max-width: 44ch; color: var(--muted); }
.editorial-row .feature-capture { background: var(--white); }
.editorial-row > div > .text-action { margin-top: 15px; }
.editorial-intro { max-width: 700px; }
.pricing-entry { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; }
.pricing-summary { background: var(--green-pale); padding: 40px; border-radius: 14px; }
.pricing-summary h2 { font-size: 2.5rem; }
.pricing-summary ul { margin: 24px 0; padding-left: 20px; }
.pricing-summary li { padding-block: 5px; }
@media (prefers-reduced-motion: no-preference) {
  .hero-paper { animation: paper-settle 420ms cubic-bezier(.16,1,.3,1) both; }
  @keyframes paper-settle { from { transform: translateY(8px) rotate(-10deg); } to { transform: translateY(0) rotate(-7deg); } }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .nav { gap: 18px; }
  .desktop-nav { gap: 20px; }
  .nav-actions { gap: 18px; }
  .hero-stage { height: 545px; }
  .hero-monkey { width: 250px; top: 63px; right: -15px; }
  .hero-product { top: 180px; }
  .hero-paper { width: 220px; left: 8%; top: 24px; }
  .hero-resolution { bottom: 27px; }
  .feature-split { gap: 46px; }
  .access-grid { gap: 46px; }
  .hero-copy h1 { font-size: clamp(3.9rem, 7.2vw, 5.6rem); }
}
@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { gap: 20px; }
  .hero-copy h1 { font-size: 4.1rem; }
  .hero-stage { height: 500px; }
  .hero-monkey { width: 225px; top: 60px; }
  .hero-product { top: 225px; width: 100%; }
  .hero-product img { height: 200px; }
  .hero-paper { left: 0; width: 180px; height: 166px; padding: 16px; }
  .hero-paper span { font-size: 6rem; }
  .hero-resolution { bottom: -9px; left: 0; padding: 12px 14px; font-size: .83rem; }
  .channel-strip { flex-wrap: wrap; gap: 12px 24px; }
  .channel-scope { flex-basis: 100%; text-align: center; }
  .section-heading-row { gap: 25px; }
  .feature-split { gap: 35px; }
  .chaos-grid { gap: 35px; }
  .sticky-note { padding: 18px; min-height: 160px; }
  .note-board { gap: 18px; }
  .faq-layout { gap: 35px; }
  .access-grid { gap: 30px; }
  .access-form-panel { padding: 25px; }
  .editorial-row { gap: 40px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1.2fr; gap: 25px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 20px; }
  *[id] { scroll-margin-top: 25px; }
  .container { width: calc(100% - 40px); }
  .site-header { position: relative; }
  .nav { min-height: 74px; gap: 10px; padding-block: 12px; }
  .brand { gap: 7px; }
  .brand-name { font-size: 1.2rem; }
  .brand img { width: 29px; height: 29px; }
  .nav-actions { gap: 9px; }
  .nav-signin { display: none; }
  .nav-cta { font-size: .76rem; gap: 0; min-height: 42px; padding: 9px 12px; }
  .nav-cta .icon { display: none; }
  .sorted-hero { padding-top: 35px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 0; }
  .hero-eyebrow { font-size: .67rem; margin-bottom: 16px; }
  .hero-copy h1 { font-size: clamp(3.6rem, 12.2vw, 5.2rem); line-height: .98; margin-bottom: 21px; }
  .hero-copy h1 br:nth-of-type(1) { display: none; }
  .hero-promise { font-size: 1.08rem; margin-bottom: 8px; }
  .hero-description { font-size: .99rem; max-width: 37ch; }
  .hero-copy .cta-row { gap: 18px; margin-top: 22px; }
  .hero-copy .button { font-size: .88rem; gap: 11px; padding: 13px 16px; min-height: 48px; }
  .hero-copy .text-action { font-size: .86rem; gap: 7px; }
  .access-note { font-size: .71rem; margin-top: 15px; }
  .access-note span { margin-inline: 4px; }
  .hero-stage { height: 340px; max-width: 480px; width: 100%; margin: 28px auto 0; }
  .hero-monkey { width: 172px; top: 0; right: 3px; }
  .hero-paper { top: 13px; left: 20px; width: 155px; height: 118px; padding: 12px 16px; }
  .hero-paper span { font-size: 4.5rem; }
  .hero-paper p { font-size: .71rem; }
  .hero-product { top: 128px; left: 0; width: 94%; }
  .hero-product img { height: 145px; }
  .hero-product .product-window-bar { padding: 8px 10px; font-size: .58rem; }
  .hero-product .example-label { font-size: .56rem; }
  .hero-resolution { bottom: 0; left: 5%; font-size: .77rem; padding: 11px 15px; }
  .hero-resolution .icon { width: 18px; height: 18px; }
  .channel-strip { margin-top: 28px; padding-block: 23px; justify-content: center; gap: 15px; }
  .channel-strip p { flex-basis: 100%; text-align: center; font-size: .8rem; }
  .channel-name { font-size: .9rem; }
  .channel-scope { font-size: .65rem; }
  .section-space { padding-block: 60px; }
  .sorted-home h2, .editorial-page h2 { font-size: clamp(2rem, 8vw, 3rem); margin-bottom: 18px; }
  .section-heading-row { display: block; margin-bottom: 30px; }
  .section-heading-row > p { font-size: .96rem; margin-top: 16px; }
  .section-heading-row > p br { display: none; }
  .workflow-steps { grid-template-columns: 1fr 1fr; gap: 22px 18px; margin-bottom: 27px; }
  .workflow-steps strong { font-size: 1.08rem; }
  .workflow-steps p { font-size: .78rem; }
  .workflow-steps span { margin-right: 7px; font-size: .67rem; }
  .product-proof .product-window-bar { padding: 12px; font-size: .66rem; gap: 7px; }
  .product-proof .example-label { font-size: .59rem; }
  .product-proof > img { min-height: 310px; object-fit: cover; object-position: left top; }
  .product-proof-body { display: block; padding: 12px; }
  .product-proof-body > img { display: none; }
  .product-proof figcaption { display: block; padding: 13px; font-size: .67rem; }
  .product-proof figcaption a { display: flex; margin-top: 8px; min-height: 28px; }
  .chaos-grid { grid-template-columns: 1fr; gap: 28px; }
  .chaos-grid > div > p { font-size: 1.03rem; }
  .note-board { gap: 22px; padding: 15px 7px; max-width: 450px; margin-inline: auto; }
  .sticky-note { min-height: 150px; padding: 18px; }
  .sticky-note > span { font-size: .56rem; margin-bottom: 14px; }
  .sticky-note p { font-size: 1.12rem; }
  .chaos-close { margin-top: 42px; gap: 12px; flex-direction: column; align-items: start; }
  .feature-split { grid-template-columns: 1fr; gap: 32px; }
  .feature-copy { order: -1; }
  .feature-copy > p { font-size: 1rem; max-width: 49ch; }
  .review-section h2 { font-size: clamp(2.5rem, 10.5vw, 3.8rem); }
  .review-capture { transform: none; max-width: 430px; margin-inline: auto; }
  .feature-capture figcaption { font-size: .67rem; padding: 12px 14px; }
  .calendar-capture > img { min-height: 0; }
  .recovery-capture > img, .writing-capture > img { min-height: 0; }
  .audience-list > a { grid-template-columns: 1fr auto; gap: 10px 20px; padding-block: 23px; }
  .audience-list span { font-size: 1.45rem; }
  .audience-list p { grid-row: 2; font-size: .86rem; }
  .audience-list .icon { grid-column: 2; grid-row: 1 / 3; width: 23px; }
  .faq-layout { grid-template-columns: 1fr; gap: 14px; }
  .faq-list summary { font-size: .94rem; padding-block: 20px; }
  .faq-list details p { font-size: .9rem; }
  .access-grid { grid-template-columns: 1fr; gap: 25px; }
  .access-copy { position: relative; padding-right: 60px; }
  .access-copy h2 { font-size: 2.8rem; }
  .access-copy > p { font-size: .95rem; }
  .access-copy > img { width: 100px; position: absolute; right: -7px; top: 40px; margin: 0; }
  .access-copy .closing-brand { display: none; }
  .access-form-panel { padding: 24px 20px; }
  .static-form { grid-template-columns: 1fr; gap: 17px; }
  .static-form .form-row { grid-column: 1; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 26px; padding-bottom: 28px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-top > div > p { margin-top: 9px; }
  .footer-column a { font-size: .8rem; min-height: 29px; }
  .footer-top .footer-column > p { font-size: .7rem; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .footer-bottom nav { gap: 8px 15px; }
  .footer-bottom a { min-height: 28px; display: inline-flex; align-items: center; }
  .site-footer { padding-top: 38px; }
  .simple-hero { padding-block: 46px; }
  .simple-hero h1 { font-size: clamp(2.4rem, 9vw, 3.8rem); }
  .simple-hero p { font-size: 1rem; }
  .section { padding-block: 44px; }
  .editorial-row { grid-template-columns: 1fr; gap: 26px; padding-block: 45px; }
  .pricing-entry { grid-template-columns: 1fr; gap: 28px; }
  .pricing-summary { padding: 26px; }
}
@media (max-width: 365px) {
  .container { width: calc(100% - 32px); }
  .brand-name { font-size: 1.07rem; }
  .brand img { width: 25px; height: 25px; }
  .nav-cta { font-size: .69rem; padding: 8px 9px; }
  .nav-actions { gap: 6px; }
  .mobile-menu summary { width: 36px; }
  .hero-copy h1 { font-size: 3.45rem; }
  .hero-copy .cta-row { gap: 13px; }
  .hero-copy .text-action { font-size: .79rem; }
  .hero-copy .button { padding-inline: 12px; font-size: .82rem; }
  .hero-monkey { width: 155px; }
  .hero-paper { left: 7px; }
  .sticky-note { padding: 16px 13px; }
  .sticky-note p { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  :root { --paper: Canvas; --white: Canvas; --ink: CanvasText; --muted: CanvasText; --brand: LinkText; --brand-hover: LinkText; --night: Canvas; --line: CanvasText; --light-muted: CanvasText; --green-pale: Canvas; --yellow: Canvas; }
  :focus-visible { outline: 3px solid Highlight; box-shadow: none; }
  .button, .nav-cta, .mobile-menu summary, .sticky-note, .hero-paper, .hero-resolution, .feature-capture, .product-proof, .hero-product, .access-form-panel, .status-track li { border: 1px solid ButtonText; }
  a { color: LinkText; }
  .button-primary, .nav-cta { color: ButtonText; }
  .hero-copy h1 span { color: CanvasText; }
  .signal-dot, .window-dot { background: CanvasText; }
}
