:root {
  color-scheme: light;
  --navy: #13233d;
  --pink: #f54287;
  --accent: #c51f60;
  --ivory: #f6f3ed;
  --paper: #fffefa;
  --muted: #58616d;
  --line: #d9d8d4;
  --soft-pink: #f9e6ed;
  --radius: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: var(--ivory);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 3px; }
img, svg { max-width: 100%; height: auto; }
img { display: block; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.08; font-weight: 650; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(56px, 6.6vw, 92px); }
h2 { font-size: clamp(36px, 4vw, 56px); }
h3 { font-size: 26px; }
p { text-wrap: pretty; }
em { color: var(--accent); font-style: normal; }
[hidden] { display: none !important; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 10; padding: 12px 20px; background: var(--navy); color: white; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 750; letter-spacing: -.055em; text-decoration: none; white-space: nowrap; }
.brand > span { color: var(--accent); font-weight: 400; }
.app-brand { flex: 0 1 192px; }
.app-brand img { width: 192px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { background: var(--navy); color: var(--ivory); border-radius: 8px; padding: 11px 19px; white-space: nowrap; }
.nav-cta span { margin-left: 8px; }
.nav-cta:hover { background: var(--accent); }
.eyebrow, .feature-number { font-size: 11px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { margin-bottom: 24px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--accent); border-radius: 50%; }
.lede { font-size: 20px; line-height: 1.55; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 52px; padding: 14px 23px; border: 1px solid transparent; border-radius: 9px; color: white; background: var(--accent); text-decoration: none; font-size: 14px; font-weight: 650; transition: background .15s ease, transform .15s ease; }
.button:hover { background: var(--navy); transform: translateY(-2px); }
.button.secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.button.secondary:hover { background: var(--navy); color: var(--ivory); }
.button.light { background: var(--ivory); color: var(--navy); }
.button.light:hover { background: var(--pink); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.microcopy { margin-top: 20px; font-size: 12px; color: var(--muted); }
.beta-note { font-size: 11px; line-height: 1.6; color: var(--muted); margin-top: 12px; }
.app-hero { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 48px; padding-block: 72px 64px; }
.hero-copy { min-width: 0; }
.app-hero h1 { margin-bottom: 28px; line-height: .98; }
.app-hero .lede { max-width: 480px; }
.hero-offer { font-size: 16px; margin-top: 24px; max-width: 440px; }
.board-scene { min-width: 0; margin-top: 12px; }
.board-window { background: #eef0f2; border: 1px solid #bfc4cc; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 50px -30px #13233d70; }
.window-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 16px; background: var(--navy); color: var(--ivory); font-size: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #8590a1; }
.window-cloud { color: #d3dbe5; }
.board-project { padding: 24px 20px 18px; display: flex; justify-content: space-between; gap: 12px; align-items: center; background: #fafaf9; }
.mock-eyebrow { display: block; font-size: 8px; letter-spacing: .1em; margin-bottom: 6px; }
.board-project strong { display: block; font-size: 22px; line-height: 1.2; letter-spacing: -.04em; }
.avatars { display: flex; padding-left: 8px; }
.avatars span { display: grid; place-items: center; width: 29px; height: 29px; border: 2px solid #fafaf9; border-radius: 50%; margin-left: -8px; background: var(--soft-pink); font-size: 10px; font-weight: 600; }
.avatars span:nth-child(2) { background: #e3e1f3; }
.avatars span:nth-child(3) { background: #f3decb; }
.board-view { display: flex; align-items: center; gap: 16px; padding: 0 20px 12px; background: #fafaf9; color: var(--muted); font-size: 10px; border-bottom: 1px solid #d9dee3; }
.board-view .selected { color: var(--accent); font-weight: 650; }
.board-private { margin-left: auto; font-size: 9px; }
.mock-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 20px 12px 24px; min-height: 310px; }
.column-heading { display: flex; gap: 7px; align-items: center; font-size: 11px; font-weight: 650; margin: 0 4px 12px; }
.column-heading i { width: 6px; height: 6px; background: #7e899c; border-radius: 50%; }
.column-heading.doing i { background: var(--accent); }
.column-heading.done i { background: #34725c; }
.column-heading > span { margin-left: auto; color: var(--muted); font-size: 9px; }
.mock-task { background: white; border: 1px solid #dde1e6; border-radius: 7px; padding: 12px; margin-bottom: 10px; line-height: 1.4; }
.mock-task strong { display: block; font-size: 12px; font-weight: 600; letter-spacing: -.02em; }
.task-label { display: inline-block; color: #466154; font-size: 7px; font-weight: 600; letter-spacing: .07em; margin-bottom: 8px; padding: 3px 5px; background: #e7eee6; border-radius: 3px; }
.task-description { display: block; font-size: 9px; line-height: 1.5; color: var(--muted); margin-top: 6px; }
.task-bottom { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: 13px; color: var(--muted); font-size: 8px; }
.mini-avatar { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--soft-pink); color: var(--navy); font-weight: 600; flex-shrink: 0; }
.mini-avatar.peach { background: #f3decb; }
.mini-avatar.lavender { background: #e3e1f3; }
.trail-picture { margin: -5px -5px 12px; overflow: hidden; border-radius: 4px; background: #f1f5f2; }
.trail-picture svg { display: block; width: 100%; }
.trail-picture span { display: block; font-size: 7px; color: #466154; padding: 4px 5px; }
.task-progress { display: block; height: 3px; background: #edeef1; margin-top: 12px; border-radius: 3px; }
.task-progress::before { content: ""; display: block; width: 60%; height: 3px; background: var(--accent); border-radius: 3px; }
.complete strong { color: var(--muted); text-decoration: line-through; }
.complete .task-bottom { color: #34725c; }
.people-ticket { display: flex; align-items: center; gap: 14px; width: calc(100% - 32px); margin: -6px auto 0; position: relative; padding: 18px 20px; background: var(--soft-pink); border: 1px solid #e5c1cf; border-radius: 0 0 10px 10px; font-size: 10px; }
.ticket-symbol { font-size: 26px; font-weight: 300; color: var(--accent); }
.people-ticket strong { display: block; font-size: 12px; }
.ticket-price { margin-left: auto; font-size: 28px; line-height: 1; font-weight: 650; text-align: right; }
.ticket-price small { display: block; font-size: 8px; font-weight: 400; margin-top: 5px; }
figcaption { color: var(--muted); text-align: center; font-size: 10px; margin-top: 12px; }
.benefit-strip { border-block: 1px solid var(--line); }
.benefit-strip .wrap { display: flex; justify-content: space-between; gap: 24px; padding-block: 21px; font-size: 11px; color: var(--muted); }
.benefit-strip strong { color: var(--navy); font-weight: 600; }
.section { padding-block: 100px; scroll-margin-top: 12px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; }
.section-heading > div { max-width: 740px; }
.section-heading > p { max-width: 350px; font-size: 16px; color: var(--muted); }
.section-heading .eyebrow { margin-bottom: 18px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { position: relative; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); display: flex; flex-direction: column; align-items: flex-start; }
.price-card.featured { border-color: var(--accent); background: var(--soft-pink); }
.price-card .eyebrow { margin-bottom: 12px; }
.price-card h3 { font-size: 28px; }
.price-card > p:not(.price, .eyebrow) { color: var(--muted); font-size: 14px; max-width: 360px; }
.price-tag { position: absolute; top: -14px; right: 28px; padding: 5px 12px; border-radius: 5px; background: var(--accent); color: white; font-size: 10px; font-weight: 600; }
.price { font-size: 66px; letter-spacing: -.07em; font-weight: 650; line-height: 1.1; margin: 28px 0 20px; }
.price small { font-size: 20px; letter-spacing: -.02em; margin-right: 3px; }
.price span { display: block; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 1.6; margin-top: 8px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 32px; font-size: 13px; }
.check-list li { padding-left: 24px; margin-block: 11px; position: relative; }
.check-list li::before { content: "✓"; color: var(--accent); position: absolute; left: 0; font-weight: 700; }
.price-card .button { margin-top: auto; }
.pricing-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 24px; }
.pricing-foot > p { font-size: 13px; max-width: 420px; }
.pricing-foot > div p { font-size: 11px; color: var(--muted); }
.pricing-foot > div p + p { margin-top: 10px; }
.together-section { background: var(--navy); color: var(--ivory); padding-block: 88px; }
.together-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.together-section .eyebrow { color: var(--pink); }
.together-section h2 { font-size: clamp(46px, 5.5vw, 76px); }
.together-section .lede { margin: 28px 0 20px; }
.together-section p:not(.eyebrow, .lede, .dark-note, .mock-eyebrow) { color: #bcc7d5; font-size: 15px; }
.together-section .button { margin-top: 28px; }
.dark-note { color: #bcc7d5; margin-top: 16px; font-size: 10px; }
.together-section a:focus-visible, .home-top a:focus-visible { outline-color: var(--pink); }
.people-panel { border-block: 1px solid #465166; padding-top: 22px; }
.people-panel > .mock-eyebrow { color: #bcc7d5; font-size: 10px; }
.people-row { display: flex; align-items: center; gap: 18px; padding: 24px 0; border-bottom: 1px solid #35435a; }
.people-row h3 { font-size: 24px; margin-bottom: 8px; }
.people-row p { max-width: 265px; font-size: 12px !important; }
.person-icon { color: var(--pink); font-size: 12px; align-self: flex-start; padding-top: 3px; }
.included { align-self: flex-start; margin-left: auto; font-size: 10px; background: #293c53; color: var(--ivory); border-radius: 4px; padding: 3px 7px; }
.people-total { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; font-size: 13px; }
.people-total strong { color: var(--pink); font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 48px; }
.feature { padding-top: 24px; border-top: 1px solid var(--line); }
.feature-number { color: var(--accent); font-size: 9px; }
.feature h3 { margin: 18px 0; font-size: 27px; line-height: 1.12; }
.feature p { color: var(--muted); font-size: 14px; }
.privacy-section { padding-bottom: 12px; }
.privacy-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; background: #e9e9e2; border-radius: var(--radius); padding: 52px; }
.privacy-panel h2 { font-size: 44px; }
.privacy-panel p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin: 22px 0; max-width: 450px; }
.privacy-list { list-style: none; padding: 0; margin: 0; align-self: center; }
.privacy-list li { display: flex; align-items: center; gap: 18px; padding: 18px 0; font-size: 16px; border-bottom: 1px solid #c9cbc3; }
.privacy-list li::before { content: "✓"; color: var(--accent); font-size: 16px; }
.privacy-list li:last-child { border: 0; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading h2 { margin-bottom: 24px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-bottom: 20px; max-width: 300px; }
.email { overflow-wrap: anywhere; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); scroll-margin-top: 28px; }
summary { padding: 22px 34px 22px 0; font-size: 16px; font-weight: 600; cursor: pointer; position: relative; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 23px; position: absolute; right: 0; top: 16px; color: var(--accent); font-weight: 400; }
details[open] summary::after { content: "−"; }
details > div { padding: 0 24px 24px 0; }
details p { font-size: 14px; color: var(--muted); margin: 0 0 12px; }
details p:last-child { margin-bottom: 0; }
details a { color: var(--accent); }
.final-cta { border-top: 1px solid var(--line); text-align: center; padding-block: 64px 84px; }
.final-cta img { margin: 0 auto 28px; border-radius: 17px; }
.final-cta .eyebrow { margin-bottom: 18px; }
.final-cta h2 { font-size: clamp(44px, 5vw, 68px); }
.final-cta > p:not(.eyebrow, .microcopy) { color: var(--muted); margin: 24px auto 28px; max-width: 480px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 32px; border-top: 1px solid var(--line); padding-block: 36px; }
.site-footer .brand { font-size: 22px; }
.site-footer p { color: var(--muted); font-size: 11px; margin-top: 5px; }
.footer-links { display: flex; gap: 28px; font-size: 12px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.home-top { background: var(--navy); color: var(--ivory); }
.home-top .site-header { border-color: #35435a; }
.home-top .brand > span { color: var(--pink); }
.home-top .nav-cta { background: #2a3b52; }
.home-top .site-nav a:not(.nav-cta):hover { color: var(--pink); }
.home-hero { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 80px; padding-block: 72px 96px; }
.home-hero h1 { font-size: clamp(48px, 5.5vw, 80px); line-height: 1.05; }
.home-hero em { color: var(--pink); }
.home-hero .eyebrow { color: #b6c4d6; }
.home-hero .lede { max-width: 480px; color: #b6c4d6; margin-top: 28px; font-size: 18px; }
.home-hero-note { color: #b6c4d6; font-size: 11px; line-height: 1.6; }
.receipt { position: relative; background: var(--ivory); color: var(--navy); padding: 32px 30px 42px; transform: rotate(3deg); border-radius: 4px; }
.receipt::after { content: ""; position: absolute; inset: auto 0 -9px; height: 10px; background: linear-gradient(135deg, var(--ivory) 25%, transparent 25%) -10px 0, linear-gradient(225deg, var(--ivory) 25%, transparent 25%) -10px 0; background-size: 20px 20px; }
.receipt-top { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .1em; padding-bottom: 24px; border-bottom: 1px dashed #bdc0c2; }
.receipt > img { width: 210px; margin: 28px 0 6px; }
.receipt > p { font-size: 12px; margin-bottom: 28px; }
.receipt-row { display: flex; justify-content: space-between; gap: 12px; margin-block: 16px; font-size: 11px; }
.receipt-row strong { white-space: nowrap; }
.receipt-total { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed #bdc0c2; padding-top: 18px; margin-top: 24px; font-size: 12px; }
.receipt-total > strong { font-size: 56px; line-height: 1; letter-spacing: -.06em; }
.receipt-total strong span { font-size: 32px; }
.receipt .receipt-note { font-size: 10px; color: var(--muted); margin: 20px 0 0; }
.receipt-stamp { display: inline-block; border: 2px solid var(--accent); color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .1em; padding: 6px 10px; margin-top: 24px; transform: rotate(-6deg); }
.product-card { display: grid; grid-template-columns: .6fr 1fr; gap: 64px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 48px; }
.product-identity { background: var(--soft-pink); border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; padding: 36px; }
.product-identity img { width: 144px; border-radius: 28px; }
.product-identity p { font-size: 9px; letter-spacing: .1em; }
.product-wordmark { width: 170px; margin-bottom: 22px; }
.product-copy h3 { font-size: 44px; margin-bottom: 22px; }
.product-copy > p:not(.beta-note) { color: var(--muted); max-width: 480px; font-size: 15px; }
.product-copy .product-offer { margin-top: 20px; color: var(--navy) !important; }
.principles-section { padding-top: 12px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.principles article { border-top: 1px solid var(--line); padding-top: 24px; }
.principles h3 { font-size: 28px; margin: 20px 0; }
.principles p { color: var(--muted); font-size: 14px; }
.legal-main { max-width: 800px; width: calc(100% - 112px); margin-inline: auto; padding-block: 72px 96px; }
.legal-main a { overflow-wrap: anywhere; }
.legal-main h1 { font-size: clamp(40px, 5vw, 64px); overflow-wrap: break-word; }
.legal-main .legal-meta { color: var(--muted); font-size: 12px; margin-top: 20px; }
.legal-summary { padding: 24px; margin-top: 32px; background: #e9e9e2; border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; font-size: 16px; }
.legal-main section { margin-top: 40px; }
.legal-main h2 { font-size: 24px; margin-bottom: 16px; letter-spacing: -.025em; }
.legal-main section p { color: var(--muted); font-size: 15px; margin-block: 14px; }
.legal-main section a { color: var(--accent); }
.legal-main section a.button { color: white; }
.legal-main section a.button.secondary { color: var(--navy); }
.legal-main section a.button.secondary:hover { color: white; }
.legal-main li { padding-left: 6px; margin-block: 12px; color: var(--muted); font-size: 15px; }
.callout { padding: 20px 24px; border: 1px solid var(--line); border-radius: 8px; margin-top: 24px; overflow-wrap: anywhere; }
@media (min-width: 1600px) {
  .app-hero { gap: 64px; }
}
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 72px); }
  .site-nav { gap: 24px; }
  .app-hero { gap: 32px; grid-template-columns: .85fr 1.15fr; }
  .app-hero h1 { font-size: 68px; }
  .app-hero .lede { font-size: 18px; }
  .app-hero .hero-actions { gap: 18px; }
  .mock-task { padding: 10px; }
  .mock-board { gap: 7px; }
  .board-project { padding-inline: 16px; }
  .board-project strong { font-size: 19px; }
  .board-private { font-size: 8px; }
  .ticket-symbol { display: none; }
  .people-ticket { padding-inline: 16px; }
  .benefit-strip .wrap { font-size: 10px; gap: 16px; }
  .together-grid, .faq-section { gap: 56px; }
  .feature-grid { gap: 36px; }
  .home-hero { gap: 48px; grid-template-columns: 1.2fr .8fr; }
  .home-hero h1 { font-size: 62px; }
  .receipt { padding-inline: 24px; }
  .product-card { gap: 44px; padding: 36px; }
}
@media (max-width: 900px) {
  .site-header { min-height: 88px; }
  .app-hero { grid-template-columns: 1fr; gap: 48px; padding-block: 56px; }
  .app-hero .hero-copy { max-width: 620px; }
  .app-hero h1 { font-size: 80px; }
  .app-hero .lede { max-width: 580px; font-size: 20px; }
  .hero-offer { max-width: 540px; }
  .board-scene { width: 100%; max-width: 680px; margin: 0 auto; }
  .mock-board { gap: 12px; min-height: 320px; }
  .mock-task { padding: 14px; }
  .board-project strong { font-size: 24px; }
  .board-project { padding: 24px 20px 18px; }
  .people-ticket { padding: 20px 24px; }
  .ticket-symbol { display: block; }
  .benefit-strip .wrap { flex-wrap: wrap; justify-content: center; gap: 8px 24px; font-size: 11px; }
  .section { padding-block: 72px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .section-heading > p { max-width: 560px; }
  .price-card { padding: 28px; }
  .price-card h3 { font-size: 24px; }
  .price { font-size: 60px; }
  .check-list { font-size: 12px; }
  .price-tag { font-size: 9px; right: 18px; }
  .together-grid { gap: 40px; }
  .together-section h2 { font-size: 54px; }
  .together-section .lede { font-size: 18px; }
  .people-row { flex-wrap: wrap; gap: 10px; }
  .people-row > div { flex: 1; }
  .included { display: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .privacy-panel { padding: 36px; gap: 40px; }
  .privacy-panel h2 { font-size: 36px; }
  .privacy-list li { font-size: 13px; gap: 12px; }
  .faq-section { grid-template-columns: 1fr; gap: 36px; }
  .faq-heading > p:not(.eyebrow) { max-width: 450px; }
  .home-hero { grid-template-columns: minmax(0, 1fr); gap: 48px; padding-block: 56px 80px; }
  .home-hero h1 { max-width: 640px; font-size: 72px; }
  .home-hero .lede { max-width: 520px; }
  .receipt { width: min(350px, calc(100% - 24px)); margin: 0 auto; }
  .product-card { grid-template-columns: .6fr 1fr; gap: 28px; padding: 28px; }
  .product-identity { padding: 24px; }
  .product-copy h3 { font-size: 36px; }
  .product-identity img { width: 120px; }
  .product-identity p { font-size: 8px; text-align: center; }
  .principles { gap: 28px; }
  .principles h3 { font-size: 24px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 80px; gap: 16px; flex-wrap: wrap; padding-block: 18px; }
  .app-brand { flex-basis: 148px; }
  .app-brand img { width: 148px; }
  .site-nav { gap: 16px; font-size: 12px; flex-wrap: wrap; }
  .app-brand + .site-nav { width: 100%; justify-content: space-between; gap: 8px; }
  .nav-cta { padding: 9px 14px; }
  .brand { font-size: 23px; }
  .home-top .site-header .site-nav { width: 100%; justify-content: space-between; }
  h1 { font-size: 56px; }
  h2 { font-size: 38px; }
  .eyebrow { font-size: 9px; letter-spacing: .11em; margin-bottom: 20px; }
  .app-hero { padding-block: 40px 36px; gap: 36px; }
  .app-hero h1 { font-size: clamp(56px, 14.5vw, 80px); }
  .app-hero .lede { font-size: 18px; }
  .hero-offer { font-size: 15px; }
  .hero-actions { gap: 18px; }
  .button { font-size: 13px; min-height: 50px; padding-inline: 18px; }
  .microcopy { font-size: 11px; line-height: 1.7; }
  .beta-note { font-size: 10px; }
  .mock-eyebrow { font-size: 7px; }
  .board-project { padding: 20px 14px 14px; }
  .board-project strong { font-size: 20px; }
  .avatars span { width: 24px; height: 24px; font-size: 8px; }
  .board-private { display: none; }
  .mock-board { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 16px 10px 14px; gap: 9px; min-height: 300px; }
  .mock-column:last-child { display: none; }
  .mock-task { padding: 12px; }
  .people-ticket { width: calc(100% - 20px); padding: 16px 12px; gap: 10px; font-size: 8px; }
  .people-ticket strong { font-size: 9px; }
  .ticket-symbol { display: none; }
  .ticket-price { font-size: 25px; }
  .ticket-price small { font-size: 7px; }
  figcaption { font-size: 8px; }
  .benefit-strip .wrap { justify-content: flex-start; font-size: 10px; gap: 8px; padding-block: 18px; }
  .benefit-strip span { width: 100%; }
  .section { padding-block: 56px; }
  .section-heading { gap: 22px; margin-bottom: 32px; }
  .section-heading > p { font-size: 15px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 32px; }
  .price-card { padding: 28px; }
  .price-card h3 { font-size: 27px; }
  .price { font-size: 66px; }
  .check-list { font-size: 13px; }
  .price-card .button { width: 100%; }
  .pricing-foot { grid-template-columns: 1fr; gap: 16px; }
  .together-section { padding-block: 56px; }
  .together-grid { grid-template-columns: 1fr; gap: 40px; }
  .together-section h2 { font-size: 60px; }
  .people-row { flex-wrap: nowrap; }
  .included { display: block; font-size: 9px; }
  .people-row h3 { font-size: 24px; }
  .feature-grid { grid-template-columns: 1fr; gap: 28px; }
  .feature h3 { font-size: 29px; }
  .feature h3 br { display: none; }
  .feature p { font-size: 15px; }
  .privacy-panel { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .privacy-panel h2 { font-size: 36px; }
  .privacy-list li { font-size: 14px; }
  .faq-section { gap: 32px; }
  summary { font-size: 15px; }
  .final-cta { padding-block: 48px 56px; }
  .final-cta h2 { font-size: 42px; }
  .final-cta > p:not(.eyebrow, .microcopy) { font-size: 15px; }
  .final-cta .button { gap: 12px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 24px; padding-block: 32px; }
  .footer-links { gap: 24px; }
  .home-hero { padding-block: 44px 64px; }
  .home-hero h1 { font-size: clamp(42px, 11vw, 62px); }
  .home-hero .lede { font-size: 17px; }
  .receipt { max-width: calc(100% - 24px); }
  .product-card { grid-template-columns: 1fr; gap: 28px; padding: 24px; }
  .product-identity { min-height: 210px; }
  .product-identity img { width: 112px; }
  .product-identity p { font-size: 9px; }
  .product-wordmark { width: 156px; }
  .product-copy h3 { font-size: 38px; }
  .principles { grid-template-columns: 1fr; gap: 32px; }
  .principles h3 { font-size: 30px; }
  .legal-main { width: calc(100% - 40px); padding-block: 44px 64px; }
  .legal-main h1 { font-size: 42px; }
  .legal-main h2 { font-size: 23px; }
  .legal-summary { font-size: 15px; padding: 20px; }
  .legal-main section { margin-top: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
