/* Product-led layout. Brand color is reserved for the primary action. */
:root {
  --action-bg: #0b7f70;
  --action-hover: #086b5e;
  --action-text: #ffffff;
  --product-stage: #fafafa;
  --download-surface: #edf7f4;
  --donate-surface: #fff4f7;
  --donate-border: #efd5df;
  --planned-surface: #fff0de;
  --planned-border: #f3c894;
  --planned-ink: #873d0e;
  --planned-badge: #ffdfb5;
  --stage-line: #e9e9e9;
  --home-space: clamp(48px, 6vw, 72px);
  --home-columns: minmax(0, 1fr) minmax(0, 1fr);
  --home-gap: clamp(32px, 5vw, 64px);
  --type-display: clamp(44px, 4.5vw, 58px);
  --type-section: clamp(28px, 3vw, 36px);
  --type-body: 16px;
  --type-small: 14px;
  --type-caption: 13px;
  --home-radius: 20px;
}
@media (prefers-color-scheme: dark) {
  :root { --action-bg: #70c7ba; --action-hover: #8ad8cd; --action-text: #09231f; --product-stage: #222220; --download-surface: #192d29; --donate-surface: #30212a; --donate-border: #684353; --planned-surface: #382719; --planned-border: #79502b; --planned-ink: #ffd09a; --planned-badge: #53351d; --stage-line: #3b3b37; }
}
.background { background: var(--bg); }
.site-header { padding-top: 0; background: var(--bg); }
.header-inner { padding: 12px 0; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; box-shadow: none; background: var(--bg); backdrop-filter: none; }
.brand { padding-left: 0; font-size: 16px; font-weight: 600; }
.brand img { width: 32px; height: 32px; border-radius: var(--radius-sm); }
.donate-nav-link span.donate-heart { background: transparent; }
.donate-heart { display: inline-grid; place-items: center; }
.donate-heart img { display: block; width: 18px; height: 18px; }
.home-page { padding-top: 48px; }
.home-page .hero-grid { grid-template-columns: var(--home-columns); gap: var(--home-gap); align-items: start; }
.home-page .hero-copy { padding: 16px 0 0; max-width: none; background: transparent; border: 0; border-radius: 0; }
.home-page .hero-eyebrow { display: block; margin: 0 0 24px; padding: 0; color: var(--muted); background: none; border: 0; font-size: var(--type-caption); font-weight: 500; letter-spacing: .01em; line-height: 20px; }
.home-page .hero-copy h1 { margin: 0 0 24px; color: var(--text); font-size: var(--type-display); font-weight: 500; line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.home-page .lead { margin: 0; max-width: 42ch; color: var(--muted); font-size: var(--type-body); line-height: 1.65; text-wrap: pretty; }
.home-page .hero-actions { margin-top: 32px; gap: 22px; align-items: center; }
.home-page .primary-action { min-height: 48px; padding: 12px 20px; gap: 16px; border: 0; border-radius: var(--radius-sm); background: var(--action-bg); color: var(--action-text); box-shadow: none; font-weight: 500; font-size: var(--type-small); }
.home-page .primary-action svg { width: 18px; height: 18px; }
.home-page .primary-action:hover { background: var(--action-hover); transform: none; }
.hero-detail-link { display: inline-flex; align-items: center; min-height: 44px; font-size: var(--type-small); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--line-strong); }
.hero-detail-link:hover { text-decoration-color: currentColor; }
.hero-reassurance { margin: 18px 0 0; color: var(--muted); font-size: var(--type-caption); line-height: 1.5; }
.compact-features { padding-top: var(--home-space); }
.feature-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.feature-heading h2 { margin: 0; font-size: var(--type-section); font-weight: 500; letter-spacing: -.035em; line-height: 1.2; }
.feature-heading > p { margin: 0; font-size: var(--type-small); color: var(--muted); }
.home-page .feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.home-page .feature-card { display: block; min-height: 0; padding: 22px 0 28px; border: 0; border-top: 1px solid var(--line-strong); border-radius: 0; background: transparent; }
.home-page .feature-icon { display: block; width: 23px; height: 23px; padding: 0; margin-bottom: 18px; background: none; border-radius: 0; color: var(--text); }
.home-page .feature-card h3 { margin: 0; font-size: var(--type-body); font-weight: 600; letter-spacing: -.015em; }
.home-page .feature-card p { margin: 8px 0 0; max-width: 29ch; font-size: var(--type-small); line-height: 1.6; color: var(--muted); }
.home-page .download-section { display: grid; grid-template-columns: var(--home-columns); gap: var(--home-gap); padding-top: var(--home-space); padding-bottom: var(--home-space); }
.home-page .section-heading { margin: 0; }
.home-page .section-heading h2 { margin: 0 0 18px; font-size: var(--type-section); line-height: 1.2; letter-spacing: -.035em; font-weight: 500; }
.home-page .section-heading p { margin: 0; color: var(--muted); font-size: var(--type-body); line-height: 1.65; }
.download-detail { display: block; margin-top: 20px; color: var(--muted); font-size: var(--type-caption); }
.home-page .store-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; border: 0; }
.home-page .store-card { display: flex; align-items: center; gap: 18px; min-height: 88px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); box-shadow: none; }
.home-page .store-card:hover { background: var(--surface-muted); transform: none; box-shadow: none; }
.home-page .store-icon { width: 24px; height: 24px; flex: 0 0 24px; padding: 0; background: transparent; border-radius: 0; color: var(--text); }
.home-page .store-card strong { font-size: var(--type-body); letter-spacing: -.015em; font-weight: 500; }
.home-page .store-card p { margin: 4px 0 0; font-size: var(--type-caption); line-height: 1.5; color: var(--muted); }
.store-cta { display: inline-flex; align-items: center; gap: 12px; padding-left: 12px; color: var(--text); font-size: var(--type-caption); }
.store-cta svg { width: 18px; height: 18px; }
.home-page .planned-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.home-page .store-planned { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; column-gap: 12px; row-gap: 6px; padding: 18px; border: 1px solid var(--planned-border); border-radius: var(--radius-sm); background: var(--planned-surface); }
.home-page .store-planned .store-icon { grid-row: 1 / 3; color: var(--planned-ink); }
.home-page .store-planned p { display: none; }
.home-page .store-planned strong { color: var(--planned-ink); font-size: var(--type-small); font-weight: 600; letter-spacing: -.01em; }
.home-page .store-planned .badge.soon { grid-column: 2; display: block; width: fit-content; margin: 0; padding: 3px 8px; border: 0; border-radius: 6px; background: var(--planned-badge); color: var(--planned-ink); font-size: 12px; line-height: 1.5; font-weight: 500; letter-spacing: 0; }
@media (max-width: 540px) {
  .home-page .store-planned { grid-template-columns: 20px minmax(0, 1fr); column-gap: 8px; padding: 14px 12px; }
  .home-page .store-planned .store-icon { width: 20px; height: 20px; }
}
@media (max-width: 359px) { .home-page .planned-platforms { grid-template-columns: 1fr; } }
.footer a { font-size: var(--type-caption); }
.footer { border-top: 1px solid var(--line-strong); border-radius: 0; padding-top: 24px; }
@media (max-width: 1000px) {
  .home-page .hero-grid { gap: 28px; }
  :root { --type-display: clamp(36px, 5vw, 48px); }

  .home-page .feature-grid { grid-template-columns: 1fr 1fr; gap: 10px 28px; }
}
@media (max-width: 720px) {
  :root { --page-gutter: 24px; --type-display: clamp(38px, 7vw, 48px); }
  .home-page { padding-top: 28px; }
  .home-page .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .home-page .hero-copy { padding: 0; }
  .home-page .hero-eyebrow { margin-bottom: 20px; }
  .home-page .hero-copy h1 { margin-bottom: 20px; }
  .home-page .lead { max-width: 39ch; font-size: 16px; }
  .home-page .hero-actions { margin-top: 24px; gap: 20px; }
  .home-page .hero-actions .primary-action { flex: initial; }
  .hero-reassurance { margin-top: 16px; }

  .feature-heading { display: block; margin-bottom: 22px; }
  .feature-heading > p { margin-top: 10px; }
  .home-page .feature-grid { gap: 8px 22px; }
  .home-page .feature-card h3 { font-size: 15px; }


  .home-page .download-section { grid-template-columns: 1fr; gap: 30px; }
  .home-page .section-heading p br { display: none; }
  .download-detail { margin-top: 14px; }
  .home-page .store-card { padding-inline: 14px; gap: 14px; }

  .store-cta { gap: 8px; }
}
@media (max-width: 359px) {
  .home-page .feature-grid { grid-template-columns: 1fr; }
  :root { --page-gutter: 18px; --type-display: 34px; }

  .home-page .hero-actions { gap: 14px; }
  .home-page .primary-action { padding-inline: 16px; gap: 10px; }
  .hero-detail-link { font-size: var(--type-caption); }

  .home-page .store-card { gap: 10px; }
  .store-cta { font-size: 0; padding-left: 0; }
}

/* Product details use larger illustrations and a shared editorial rhythm. */
.home-page .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; }
.home-page .feature-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 24px; padding: 28px 0 32px; }
.feature-visual { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.feature-number { font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }
.home-page .feature-icon { width: 48px; height: 48px; margin: 0; }
.home-page .feature-card:first-child .feature-icon { color: var(--accent); }
.home-page .feature-card h3 { font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
.home-page .feature-card p { max-width: 36ch; font-size: 15px; margin-top: 10px; }
.feature-detail { display: block; margin-top: 18px; color: var(--muted); font-size: var(--type-caption); }
.home-page .download-section { margin-top: var(--home-space); margin-bottom: var(--home-space); padding: 36px; background: var(--download-surface); border-radius: var(--home-radius); gap: 48px; }
.download-app-icon { display: block; width: 80px; height: 80px; margin-bottom: 24px; border-radius: 22px; box-shadow: 0 4px 14px rgb(0 0 0 / 6%); }
.home-page .section-heading h2 { font-size: clamp(36px, 4vw, 44px); }
.home-page .store-icon { width: 32px; height: 32px; flex-basis: 32px; }
.home-page .store-card:hover .store-cta { color: var(--accent); }
.home-page .store-cta svg { transition: transform var(--motion-fast) var(--ease); }
.home-page .store-card:hover .store-cta svg { transform: translate(2px, -2px); }

/* Donate shares the landing's type scale and concentrates payment details. */
body[data-route="/donate"] .page { padding-top: 48px; }
.support-page { padding-bottom: var(--home-space); }
.support-grid { display: grid; grid-template-columns: var(--home-columns); gap: var(--home-gap); align-items: start; }
.support-copy { padding-top: 16px; }
.support-app-icon { width: 80px; height: 80px; border-radius: 22px; margin-bottom: 24px; }
.support-eyebrow { margin: 0 0 16px; font-size: var(--type-caption); color: var(--muted); }
.support-copy h1 { max-width: 12ch; margin: 0 0 24px; font-size: var(--type-display); font-weight: 500; letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; }
.support-copy .lead { max-width: 42ch; margin: 0; font-size: var(--type-body); line-height: 1.65; color: var(--muted); }
.support-purpose { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line-strong); }
.support-purpose h2 { margin: 0 0 20px; font-size: var(--type-small); font-weight: 500; }
.support-purpose ul { list-style: none; display: flex; flex-wrap: wrap; gap: 20px 24px; padding: 0; margin: 0; }
.support-purpose li { display: flex; align-items: center; gap: 10px; font-size: var(--type-caption); }
.support-purpose svg { width: 24px; height: 24px; color: var(--accent); }
.support-coffee { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 32px; padding: 20px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); }
.support-coffee strong { display: block; font-size: var(--type-small); font-weight: 600; }
.support-coffee small { display: block; margin-top: 4px; font-size: var(--type-caption); color: var(--muted); }
.support-coffee > svg { width: 20px; height: 20px; flex: 0 0 20px; }
.support-coffee:hover { background: var(--surface-muted); border-color: var(--accent); }
.support-payment { padding: 28px; background: var(--donate-surface); border: 1px solid var(--donate-border); border-radius: var(--home-radius); }
.support-payment-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.support-payment-heading h2 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.support-payment-heading > span { font-size: 12px; color: var(--muted); }
.support-qr { display: flex; justify-content: center; margin: 24px 0; }
.support-qr img { display: block; width: 220px; max-width: 100%; height: auto; border-radius: 16px; border: 10px solid #fff; background: #fff; }
.support-address > span, .support-domain span { display: block; margin-bottom: 8px; color: var(--muted); font-size: var(--type-caption); }
.support-address code { display: block; overflow-wrap: anywhere; font-size: 13px; line-height: 1.6; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.support-copy-button { width: 100%; min-height: 48px; gap: 12px; margin-top: 20px; background: var(--action-bg); color: var(--action-text); font-size: var(--type-small); box-shadow: none; }
.support-copy-button:hover { background: var(--action-hover); }
.support-copy-button svg { width: 20px; height: 20px; }
.support-domain { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line-strong); }
.support-domain span { margin-bottom: 3px; }
.support-domain strong { font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.support-domain .ghost-button { min-width: 44px; min-height: 44px; }
.support-domain svg { width: 20px; height: 20px; }
.support-faq { margin-top: var(--home-space); border-top: 1px solid var(--line-strong); padding-top: 28px; }
.support-faq > h2 { margin: 0 0 28px; font-size: var(--type-section); font-weight: 500; letter-spacing: -.035em; }
.support-faq > div { display: grid; grid-template-columns: var(--home-columns); gap: var(--home-gap); }
.support-faq h3 { margin: 0 0 10px; font-size: var(--type-body); font-weight: 600; }
.support-faq p { max-width: 48ch; margin: 0; color: var(--muted); font-size: var(--type-small); line-height: 1.65; }
@media (max-width: 1000px) {
  .home-page .feature-card { grid-template-columns: 64px minmax(0, 1fr); gap: 20px; }
  .home-page .download-section { padding: 28px; gap: 28px; }
  .home-page .download-section { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
}
@media (max-width: 720px) {
  .home-page .feature-grid { grid-template-columns: 1fr; }
  .home-page .feature-card { grid-template-columns: 64px minmax(0, 1fr); gap: 20px; padding-block: 24px; }
  .home-page .feature-card h3 { font-size: 19px; }
  .feature-visual { gap: 14px; }
  .home-page .feature-icon { width: 40px; height: 40px; }
  .feature-detail { margin-top: 12px; }
  .home-page .download-section { grid-template-columns: 1fr; padding: 24px; gap: 32px; }
  .home-page .store-card strong { font-size: 15px; }
  .home-page .store-icon { width: 24px; height: 24px; flex-basis: 24px; }
  .home-page .store-cta { font-size: 0; gap: 0; padding-left: 0; }
  .home-page .store-cta svg { width: 20px; height: 20px; }
  body[data-route="/donate"] .page { padding-top: 28px; }
  .support-grid, .support-faq > div { grid-template-columns: 1fr; gap: 32px; }
  .support-copy { padding-top: 0; }
  .support-copy h1 { max-width: 12ch; }
  .support-payment { padding: 24px; }
  .support-qr img { width: 210px; }
}
@media (prefers-reduced-motion: reduce) { .home-page .store-cta svg { transition: none; } }

/* A device pair replaces the framed carousel. Nothing is hidden behind controls. */
.product-showcase { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); align-items: end; gap: 24px; width: 100%; max-width: 440px; margin: 0 auto; padding: 18px 8px 0; }
.product-device { display: block; min-width: 0; padding: 0; background: none; border: 0; border-radius: 20px; text-align: left; cursor: zoom-in; -webkit-tap-highlight-color: transparent; }
.device-frame { display: block; overflow: hidden; padding: 5px; background: #161819; border: 1px solid #383b3b; border-radius: 22px; box-shadow: 0 18px 28px -14px rgb(0 0 0 / 22%), 0 3px 6px rgb(0 0 0 / 8%); transform: rotate(-2deg); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease); }
.product-device-iphone .device-frame { border-radius: 24px; transform: rotate(3deg); }
.product-device picture { display: block; }
.product-device .device-shot { display: block; width: 100%; height: auto; max-height: none; border-radius: 16px; box-shadow: none; }
.product-device-iphone .device-shot { border-radius: 18px; }
.device-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; margin-top: 14px; padding-inline: 5px; font-size: var(--type-caption); font-weight: 500; color: var(--muted); }
.device-expand { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--text); background: var(--surface-muted); transition: background var(--motion-fast), color var(--motion-fast); }
.device-expand svg { width: 14px; height: 14px; }
.product-device:focus-visible { outline: 2px solid var(--accent); outline-offset: 10px; }
@media (hover: hover) and (pointer: fine) {
  .product-device:hover .device-frame { transform: translateY(-4px) rotate(0); box-shadow: 0 24px 32px -16px rgb(0 0 0 / 25%), 0 3px 6px rgb(0 0 0 / 8%); }
  .product-device:hover .device-expand { background: var(--text); color: var(--bg); }
}
.lightbox img { max-width: calc(100vw - 48px); max-height: calc(100dvh - 112px); width: auto; height: auto; border-radius: 16px; }
.lightbox[open] { overscroll-behavior: contain; }
body:has(.lightbox[open]), body:has(.menu-dialog[open]) { overflow: hidden; }

/* Small, immediate responses across the site share one motion language. */
.button, .ghost-button, .icon-button, .store-card, .support-coffee { transition: background-color var(--motion-fast), border-color var(--motion-fast), color var(--motion-fast), transform var(--motion-fast) var(--ease); }
.button:active, .ghost-button:active, .icon-button:active { transform: scale(.97); }
.home-page .primary-action:active { transform: scale(.97); }
.home-page .store-card:active, .support-coffee:active { transform: scale(.99); }
.support-copy-button [data-copy-icon], .support-domain [data-copy-icon] { display: grid; place-items: center; }
.support-copy-button[data-copied] { background: var(--accent-deep); color: var(--bg); }
.support-domain button[data-copied] { color: var(--accent); border-color: var(--accent); }
/* The sheet animates on pointer input; keyboard navigation stays immediate. */
@media (max-width: 1000px) and (min-width: 721px) { .product-showcase { gap: 18px; padding-inline: 4px; } }
@media (max-width: 720px) { .product-showcase { max-width: 420px; gap: 20px; padding-top: 12px; } }
@media (max-width: 359px) { .product-showcase { gap: 16px; padding-inline: 4px; } .device-caption { padding-inline: 0; gap: 4px; } .device-expand { width: 26px; height: 26px; } .device-frame { padding: 3px; border-radius: 16px; } .product-device .device-shot { border-radius: 12px; } .product-device-iphone .device-frame { border-radius: 18px; } }
@media (prefers-color-scheme: dark) { .device-frame { box-shadow: 0 18px 28px -14px rgb(0 0 0 / 55%), 0 0 0 1px rgb(255 255 255 / 6%); } }
@media (prefers-reduced-motion: reduce) {
  .product-device .device-frame { transform: none; transition: none; }
  .device-expand, .button, .ghost-button, .icon-button, .store-card, .support-coffee { transition: none; }
  .menu-dialog[open] { animation: none; }
  .button:active, .ghost-button:active, .icon-button:active, .home-page .primary-action:active, .home-page .store-card:active, .support-coffee:active { transform: none; }
}
.feature-number { font-size: 12px; letter-spacing: .025em; }
.home-page .store-cta svg { box-sizing: content-box; padding: 8px; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface); }
.home-page .store-card:hover .store-cta svg { background: var(--text); border-color: var(--text); color: var(--bg); }
@media (max-width: 720px) { .home-page .store-cta svg { padding: 6px; } }

/* A wider navigation sheet with prominent support actions and quieter legal links. */
.menu-dialog { max-width: none; width: min(640px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto auto 16px; padding: 12px 28px 20px; border-radius: 28px; overflow-y: auto; }
.menu-dialog .sheet-handle { margin: 0 auto 20px; width: 32px; height: 4px; }
.menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.menu-heading p { margin: 0 0 6px; font-size: var(--type-caption); color: var(--muted); }
.menu-heading h2 { margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -.035em; font-weight: 600; }
.menu-close { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; background: var(--surface-muted); border: 1px solid var(--line); border-radius: 50%; color: var(--text); cursor: pointer; }
.menu-close svg { width: 18px; height: 18px; }
.menu-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.menu-list a { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 20px; min-height: 150px; background: var(--product-stage); border: 1px solid var(--line-strong); border-radius: 18px; transition: border-color var(--motion-fast), background var(--motion-fast); }
.menu-list a > .menu-symbol { width: 32px; height: 32px; margin-bottom: 12px; background: transparent; color: var(--text); border-radius: 0; }
.menu-list .menu-symbol svg, .menu-list .donate-heart img { width: 26px; height: 26px; }
.menu-list strong { font-size: 17px; font-weight: 600; }
.menu-list small { color: var(--muted); font-size: var(--type-caption); line-height: 1.5; }
.menu-list a > .menu-arrow { position: absolute; top: 22px; right: 18px; width: 24px; height: 24px; background: transparent; color: var(--muted); }
.menu-arrow svg, .menu-legal svg { width: 16px; height: 16px; flex: 0 0 16px; }
.menu-list a:hover { border-color: var(--muted); }
.menu-legal { display: grid; grid-template-columns: 1fr 1fr 1.7fr; gap: 8px; margin-top: 20px; padding-top: 12px; border-top: 1px solid var(--line-strong); }
.menu-legal a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 52px; padding: 8px; border-radius: 10px; font-size: var(--type-caption); line-height: 1.4; }
.menu-legal a:hover, .menu-legal a.active, .menu-close:hover { background: var(--surface-muted); }
@media (max-width: 540px) {
  .menu-dialog { width: calc(100% - 16px); margin-bottom: 8px; max-height: calc(100dvh - 16px); padding: 10px 20px max(16px, env(safe-area-inset-bottom)); }
  .menu-heading { margin-bottom: 20px; }
  .menu-list a { padding: 16px; min-height: 154px; }
  .menu-list a > .menu-arrow { top: 18px; right: 12px; }
  .menu-legal { grid-template-columns: 1fr; gap: 0; margin-top: 16px; padding-top: 8px; }
  .menu-legal a { min-height: 48px; }
}
@media (prefers-reduced-motion: reduce) { .menu-list a { transition: none; } }

.feedback-email-hint { margin: 16px 0 0; color: var(--muted); font-size: var(--type-small); line-height: 1.6; }
.feedback-email-hint a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }

/* Shared reading rhythm, from the product introduction to help pages. */
html { scrollbar-gutter: stable; }
body { font-kerning: normal; }
.home-page .lead, .support-copy .lead { font-size: clamp(16px, 1.5vw, 18px); line-height: 1.6; }
.home-page .primary-action, .support-copy-button { font-size: 15px; font-weight: 600; }
.home-page .store-card strong { font-weight: 600; }
.feedback-form h1, .policy-card h1, .card h1 { font-size: var(--type-display); font-weight: 500; letter-spacing: -.035em; line-height: 1.14; }
.feedback-form .lead, .policy-card .lead { font-size: 17px; line-height: 1.65; }
.policy-card h2 { font-size: 24px; font-weight: 600; letter-spacing: -.02em; line-height: 1.3; }
.policy-card p, .policy-card li { line-height: 1.75; }
.policy-card section + section { margin-top: 36px; }
.feedback-form textarea { font: inherit; line-height: 1.6; }
:where(a, button, textarea):focus-visible { outline: 2px solid var(--action-bg); outline-offset: 4px; }
.menu-close, .lightbox-close { transition: background-color var(--motion-fast), transform var(--motion-fast) var(--ease); }
.menu-close:active, .lightbox-close:active { transform: scale(.94); }
.primary-action svg, .menu-arrow { transition: transform var(--motion-fast) var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .primary-action:hover svg, .menu-list a:hover .menu-arrow { transform: translateX(3px); }
}
@media (prefers-reduced-motion: reduce) {
  .primary-action:hover svg, .menu-list a:hover .menu-arrow,
  .menu-close:active, .lightbox-close:active { transform: none; }
}

.desktop-nav .donate-nav-link.active { background: var(--donate-surface); }
.support-payment .support-domain { border-top-color: var(--donate-border); }
