/* Carry the campaign's paper, type and wing identity through the help and policy pages. */
:root{--void:#f4f3ef;--bone:#191919;--bone-dim:#55564f;--bone-faint:#686960;--ff-display:'Hanken Grotesk',Arial,sans-serif;--ff-body:'Hanken Grotesk',Arial,sans-serif;color-scheme:light}

html,body{background:#f4f3ef;color:#191919}
.backdrop,.motes{display:none!important}
body::before,body::after,.band::before,.band::after,.glass::before,.glass::after,h2::after{display:none!important}
.nav,.nav.scrolled{background:#f4f3eff5!important;border-color:#d5d4cd!important;backdrop-filter:none}
.nav a,.nav-links a,.menu-toggle{color:#191919}
.brand-wordmark{filter:none!important;mix-blend-mode:multiply!important}
.nav-cta,.btn-primary{background:#191919!important;color:#fff!important;border-color:#191919!important;box-shadow:none!important}
.menu-toggle{background:transparent;border-color:#a6a79e}
.nav-links{background:transparent}
.band{border-color:#d5d4cd}
.glass,.pane,.help-card,.fold,.boundary{background:#eeede7!important;color:#191919;border-color:#d5d4cd!important;box-shadow:none!important}
h1,h2,h3,.help-title,.help-card h3{color:#191919!important;font-family:var(--ff-body)!important;letter-spacing:-.04em}
h1,h2{-webkit-text-fill-color:currentColor;background:none}
.band p,.help-card p,.pane p,.fold p,.limits dd,.help-card li{color:#55564f}
.eyebrow,.note,.band-note,.boundary-head,.boundary-foot,.zero-deps{color:#606159!important}
.btn-ghost{background:transparent;color:#191919;border-color:#9c9d92}
.help-card textarea,.help-message,textarea,pre,code{background:#e3e2da!important;color:#292a24!important;border-color:#aaa!important}
.foot{background:#e8e7e0;color:#191919;border-color:#d5d4cd}
.foot p,.foot a{color:#55564f}
.foot-mark{color:#191919}
.dot{background:#666}
.help-nav a{color:#292a24;background:transparent;border-color:#aaa}
.help-note{background:#e8e7e0;border-color:#ccc}
.help-copy-status{color:#34352d}

/* Round the shared marketing surfaces to match the homepage. */
.glass,.pane,.help-card,.fold,.boundary,.help-note{border-radius:24px!important}
.btn,.nav-cta,.menu-toggle,.help-nav a{border-radius:999px!important}
textarea,pre{border-radius:16px!important}
.preview-guide h3{font-size:25px;margin-bottom:16px;line-height:1.2}
.preview-guide p{line-height:1.65}
#preview{scroll-margin-top:90px}
.band-head>h1{font-size:clamp(38px,5vw,66px);line-height:1.05;letter-spacing:-.045em;margin:0 0 24px}
.info-footer-pages{display:flex;flex-wrap:wrap;gap:16px 24px;font-size:13px;margin-top:28px}
.nav-links a[aria-current="page"]{text-decoration:underline;text-underline-offset:5px}

/* Help and Privacy use the same phone rhythm and navigation as the product pages. */
@media (max-width: 760px) {
  :root { --gut: 20px; --rhythm: 48px; }
  html { -webkit-text-size-adjust: 100%; scroll-padding-top: 20px; }
  body { font-size: 16px; line-height: 1.65; }
  main, section, article, .pane, .ask, .privacy-grid > * { min-width: 0; }
  p, li, dd { overflow-wrap: break-word; }
  .nav { position: relative; top: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0 16px; min-height: 72px; padding: 12px var(--gut); height: auto; border-bottom: 0; }
  .wordmark .brand-wordmark { width: 112px; max-height: none; }
  .menu-toggle { min-width: 76px; min-height: 44px; padding: 10px 14px; justify-content: center; gap: 10px; font-size: 15px; line-height: 1.2; }
  .nav .nav-links { grid-column: 1 / -1; width: 100%; gap: 0; margin-top: 12px; padding-top: 12px; border-top: 1px solid #d5d4cd; }
  .nav:not(.menu-ready) .nav-links { display: grid; grid-template-columns: 1fr; gap: 0; }
  .nav .nav-links.is-open { display: grid; }
  .nav .nav-links li { display: block; width: 100%; }
  .nav .nav-links li + li { border-top: 1px solid #d5d4cd; }
  .nav .nav-links a { display: flex; min-height: 48px; width: 100%; padding: 12px 4px; font-size: 16px; line-height: 1.3; }
  .nav .nav-links a.nav-cta { margin-top: 10px; padding: 12px 18px; justify-content: center; min-height: 48px; }
  .band { padding: 24px var(--gut); }
  .band + .band { padding-top: 28px; }
  .band-head { max-width: none; margin-bottom: 22px; }
  .band-head > h1 { font-size: clamp(34px, 10vw, 46px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 18px; }
  .band-head > h2 { font-size: 32px; line-height: 1.12; letter-spacing: -.035em; }
  .band .eyebrow { font-family: var(--ff-body); font-size: 12px; letter-spacing: .08em; line-height: 1.5; margin-bottom: 14px; }
  .band-note, .band p, .pane p, .ask > p, .how p, .safe-steps li, .limits dd, .limits dt { font-size: 16px; line-height: 1.65; max-width: none; }
  .note { margin-top: 20px; max-width: none; text-align: left; font-size: 14px; line-height: 1.65; }
  .band p.note { font-size: 14px; }
  .privacy-grid, .ask-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .glass, .pane, .ask { padding: 22px; border-radius: 20px !important; }
  .privacy-grid .pane h2 { font-size: 25px; line-height: 1.2; margin-bottom: 16px; }
  .preview-guide h3, .ask h3, .how h3 { font-size: 25px; line-height: 1.2; margin-bottom: 12px; }
  .how { margin-top: 24px; }
  .how ol, .safe-steps { padding-left: 20px; }
  .safe-steps li + li { margin-top: 12px; }
  .ask { gap: 12px; }
  .ask-row { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 4px; }
  .ask-row .btn, .btn { min-height: 48px; padding: 12px 16px; font-size: 16px; line-height: 1.4; white-space: normal; overflow-wrap: break-word; }
  .ask-alt { min-height: 48px; padding: 10px 0; font: inherit; font-size: 16px; line-height: 1.4; }
  .ask-fine, .band p.ask-fine { font-family: var(--ff-body); font-size: 14px; line-height: 1.55; }
  .ask[data-yours] h3::after { font-size: 12px; line-height: 1.5; }
  .ask-fold { padding: 0; border-radius: 0 !important; background: transparent !important; }
  .fold > summary { display: flex; min-height: 48px; padding-block: 10px; font-size: 16px; line-height: 1.4; }
  .ask-fold textarea { font-size: 16px; line-height: 1.6; padding: 12px; min-height: 160px; }
  .help-nav { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .help-nav a { display: flex; align-items: center; min-height: 48px; padding: 12px 16px; font-size: 16px; }
  #preview, section[id], header[id] { scroll-margin-top: 20px; }
  .zero-deps, .fine { font-family: var(--ff-body); font-size: 14px; line-height: 1.6; }
  .foot { padding: 28px var(--gut) 24px; margin-top: 24px; }
  .foot-inner { padding-top: 0; }
  .foot-mark { margin-bottom: 16px; }
  .foot-mark .brand-wordmark { width: 132px; }
  .foot-line, .foot-greek { font-size: 14px; line-height: 1.65; }
  .info-footer-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin-top: 20px; font-size: 16px; }
  .info-footer-pages a { display: flex; align-items: center; min-height: 48px; padding-block: 10px; line-height: 1.4; }
}
@media (max-width: 359px) {
  :root { --gut: 16px; }
  .glass, .pane, .ask { padding: 20px; }
}

.help-quicklinks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; max-width: 960px; margin: 24px 0 0; }
.help-quicklinks a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 14px; border: 1px solid #c7c8be; border-radius: 14px; background: #eeede7; font-size: 16px; line-height: 1.4; text-align: center; text-decoration: none; }
.help-quicklinks a:hover { background: #e3e4da; }
@media (max-width: 760px) {
  .help-quicklinks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
  .help-quicklinks a { min-height: 48px; padding: 12px 10px; }
}
