:root {
  color-scheme: light;
  --paper: #faf7ef;
  --surface: #fffcf6;
  --ink: #173d38;
  --muted: #50605a;
  --line: #dcded1;
  --accent: #17685f;
  --coral: #ee7258;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--accent); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(42px, 5.8vw, 78px); }
h2 { font-size: clamp(32px, 3.4vw, 46px); }
h3 { font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
p { color: var(--muted); }
.site-shell { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.narrow-shell { width: min(800px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin-bottom: 19px; font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); }
.skip-link { position: absolute; top: -120px; left: 20px; z-index: 10; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 108px; border-bottom: 1px solid var(--line); }
.site-brand { display: flex; gap: 12px; align-items: center; color: var(--ink); text-decoration: none; flex-shrink: 0; }
.site-brand img { border-radius: 11px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.35; }
.brand-copy strong { font-size: 18px; letter-spacing: -.04em; }
.brand-copy > span { font-size: 11px; color: var(--muted); letter-spacing: .025em; }
.site-nav { display: flex; gap: 24px; align-items: center; font-size: 13px; }
.site-nav > a:not(.button) { text-decoration: none; padding-block: 12px; }
.site-nav > a:hover { text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: 15px; font-weight: 600; line-height: 1.4; }
.button:hover { filter: brightness(.94); text-decoration: none; }
.button--nav { border-color: var(--line); min-height: 44px; padding: 10px 16px; font-size: 13px; }
.button--primary { background: var(--accent); color: #fff; box-shadow: 0 4px 0 #124c4612; }
.button--light { background: var(--paper); color: var(--ink); }
.hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; padding-block: 86px 90px; }
.hero h1 { margin-bottom: 26px; max-width: 530px; }
.hero h1 em { color: var(--accent); font-weight: 500; }
.hero-lede { font-size: 18px; line-height: 1.7; max-width: 420px; margin-bottom: 27px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.text-link { font-size: 14px; font-weight: 600; padding-block: 5px; }
.text-link span { margin-left: 10px; }
.free-note { margin: 17px 0 0; font-size: 13px; }
.app-example { padding: 26px; border: 1px solid #e3ded0; border-radius: 20px; background: #f1eadb; box-shadow: 0 16px 50px #45362009; }
.example-heading { display: flex; justify-content: space-between; gap: 16px; font-size: 11px; font-weight: 600; color: #536259; padding-bottom: 25px; }
.example-heading > span:last-child { white-space: nowrap; }
.example-flow { display: grid; grid-template-columns: 105px 22px minmax(0, 1fr); gap: 12px; align-items: center; }
.pane-label { display: block; font-size: 10px; font-weight: 600; color: #41584f; line-height: 1.5; margin-bottom: 12px; }
.piece-photo { padding: 7px; background: #fffaf1; border: 1px solid #ded6c5; border-radius: 12px; transform: rotate(-5deg); }
.piece-photo img { border-radius: 7px; width: 100%; }
.flow-arrow { color: var(--accent); font-size: 25px; margin-top: 30px; }
.artwork-photo { position: relative; border-radius: 8px; box-shadow: 0 3px 12px #22382b22; }
.artwork-photo img { border-radius: 8px; width: 100%; }
.area-marker { position: absolute; left: 58.2033%; top: 60.4008%; transform: translate(-50%, -50%); width: 18%; aspect-ratio: 1; border: 3px solid #f3694f; border-radius: 50%; box-shadow: 0 0 0 2px #fff9e8, 0 0 0 8px #ef705b26; }
.app-example figcaption { color: #57645c; border-top: 1px solid #dcd5c6; padding-top: 20px; margin-top: 28px; font-size: 11px; line-height: 1.6; }
.how-section { border-block: 1px solid var(--line); background: #efeee3; padding-block: 70px; }
.section-intro { max-width: 610px; }
.section-intro h2 { margin-bottom: 20px; }
.section-intro > p:last-child { font-size: 16px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px; list-style: none; padding: 0; margin: 45px 0 0; }
.steps li { border-top: 1px solid #d1d5c5; padding-top: 23px; }
.step-number { color: #b1563b; font-family: var(--serif); font-size: 28px; display: block; margin-bottom: 16px; }
.steps h3 { margin-bottom: 12px; }
.steps p { font-size: 15px; margin-bottom: 0; }
.offer-section { padding-block: 80px 65px; }
.offer-panel { display: grid; grid-template-columns: 1.3fr 1fr; gap: 55px; align-items: center; padding: 48px; background: var(--ink); color: #fffaf0; border-radius: 20px; }
.offer-panel p { color: #d7e3d7; }
.offer-panel .eyebrow { color: #d9c1a1; }
.offer-copy h2 { max-width: 530px; font-size: clamp(31px, 3.4vw, 43px); margin-bottom: 20px; }
.offer-copy > p:not(.eyebrow) { max-width: 450px; font-size: 15px; margin-bottom: 25px; }
.offer-copy .button { font-size: 13px; gap: 14px; }
.offer-detail { border-left: 1px solid #68877b; padding: 20px 0 20px 42px; }
.offer-name { font-size: 13px; margin-bottom: 16px; }
.offer-price { display: flex; gap: 12px; align-items: baseline; line-height: 1; margin-bottom: 24px; }
.offer-price > span:first-child { font-family: var(--serif); font-size: 60px; letter-spacing: -.05em; color: #fffaf0; }
.per-month { font-size: 14px; }
.offer-allowance { font-size: 15px; margin-bottom: 12px; }
.offer-footnote { font-size: 12px; max-width: 235px; margin-bottom: 0; }
.offer-terms { font-size: 12px; text-align: center; margin: 20px auto 0; }
.faq-section { padding-block: 15px 90px; }
.faq-section h2 { margin-bottom: 32px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 23px 30px 23px 0; font-size: 16px; font-weight: 600; cursor: pointer; position: relative; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 20px; font-size: 22px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details > p { font-size: 15px; padding-right: 32px; margin-bottom: 25px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 30px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-brand { color: var(--ink); font-size: 16px; font-weight: 700; text-decoration: none; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; font-size: 12px; }
.site-footer p { width: 100%; font-size: 11px; margin: 0; }
/* Existing policy/support pages keep their simple reading layout. */
.shell { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
header.shell { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 28px; }
.brand { font-weight: 800; color: var(--ink); text-decoration: none; }
.shell nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 15px; }
main.shell { padding-block: 54px 88px; }
.shell h1 { font-size: clamp(42px, 9vw, 64px); }
.shell h2 { margin: 38px 0 12px; font-size: 29px; }
.lede { font-size: 20px; }
.card { padding: 24px 26px; margin-top: 34px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.card h2 { margin-top: 0; }
footer.shell { border-top: 1px solid var(--line); padding-block: 28px 46px; font-size: 14px; color: var(--muted); }
@media (max-width: 1050px) {
  .site-shell { width: calc(100% - 56px); }
  .site-nav { gap: 18px; }
  .site-nav > a[href="#faq"], .site-nav > a[href="/support/"] { display: none; }
  .hero { gap: 30px; padding-block: 65px; }
  .hero h1 { font-size: 62px; }
  .example-flow { grid-template-columns: 80px 16px minmax(0, 1fr); gap: 9px; }
  .app-example { padding: 20px; }
  .example-heading { flex-direction: column; gap: 3px; }
  .offer-panel { gap: 30px; padding: 36px; }
  .offer-detail { padding-left: 30px; }
}
@media (max-width: 760px) {
  .site-shell { width: calc(100% - 40px); }
  .site-header { min-height: 90px; gap: 12px; }
  .site-nav > a:not(.button) { display: none; }
  .button--nav { padding: 9px 12px; min-height: 44px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy > span { font-size: 10px; }
  .site-brand { gap: 9px; }
  .site-brand img { width: 36px; height: 36px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-block: 44px 50px; }
  .hero h1 { font-size: clamp(48px, 11.8vw, 66px); max-width: 520px; margin-bottom: 20px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .hero-lede { font-size: 16px; max-width: 480px; margin-bottom: 22px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { width: 100%; max-width: 370px; }
  .free-note { margin-top: 12px; font-size: 12px; }
  .example-flow { grid-template-columns: 95px 18px minmax(0, 1fr); gap: 10px; }
  .example-heading { flex-direction: row; gap: 10px; font-size: 10px; padding-bottom: 21px; }
  .app-example figcaption { font-size: 10px; margin-top: 23px; padding-top: 17px; }
  .how-section { padding-block: 48px; }
  .steps { grid-template-columns: 1fr; gap: 26px; margin-top: 32px; }
  .steps li { display: grid; grid-template-columns: 35px 1fr; column-gap: 16px; padding-top: 22px; }
  .step-number { grid-row: span 2; font-size: 25px; margin: 0; }
  .steps h3 { margin-bottom: 8px; font-size: 18px; }
  .steps p { grid-column: 2; font-size: 14px; }
  .offer-section { padding-block: 48px; }
  .offer-panel { grid-template-columns: 1fr; padding: 28px 24px; gap: 32px; }
  .offer-detail { border-left: 0; border-top: 1px solid #68877b; padding: 26px 0 0; }
  .offer-price > span:first-child { font-size: 54px; }
  .offer-copy .button { width: 100%; padding-inline: 14px; }
  .offer-footnote { max-width: none; }
  .offer-terms { text-align: left; font-size: 11px; }
  .faq-section { padding-block: 10px 50px; }
  .faq-section h2 { font-size: 34px; }
  .narrow-shell { width: calc(100% - 40px); }
  summary { font-size: 15px; padding-block: 20px; }
  details > p { font-size: 14px; }
  .site-footer nav { gap: 20px; }
  .site-footer p { font-size: 10px; }
  header.shell { flex-direction: column; align-items: flex-start; gap: 14px; }
  main.shell { padding-top: 25px; }
}
@media (max-width: 370px) {
  .site-shell, .narrow-shell { width: calc(100% - 32px); }
  .brand-copy > span { display: none; }
  .button--nav { font-size: 11px; gap: 7px; }
  .example-flow { grid-template-columns: 72px 14px minmax(0, 1fr); gap: 8px; }
  .app-example { padding: 16px; }
}

/* Reading pages extend the established cream, teal and coral identity. */
.article-shell { width: min(820px, calc(100% - 40px)); margin-inline: auto; padding-block: 38px 80px; }
.breadcrumb { font-size: 13px; margin-bottom: 35px; color: var(--muted); }
.article-shell h1 { font-size: clamp(44px, 5.5vw, 68px); max-width: 800px; margin-bottom: 24px; }
.article-lede { font-size: 21px; line-height: 1.6; }
.article-toc { display: flex; flex-wrap: wrap; gap: 8px 24px; border-block: 1px solid var(--line); padding-block: 15px; margin: 35px 0 48px; }
.article-toc a { font-size: 14px; padding-block: 7px; }
.article-shell section { margin-block: 48px; }
.article-shell h2 { font-size: clamp(31px, 4vw, 42px); margin-bottom: 22px; }
.article-shell h3 { margin-top: 28px; }
.article-shell li { padding-left: 5px; margin-bottom: 12px; color: var(--muted); }
.article-shell .app-example { margin-block: 30px; }
.article-shell .example-flow { grid-template-columns: 120px 26px minmax(0, 1fr); }
.article-shell .app-example figcaption { font-size: 13px; }
.recovery-list dt { font-weight: 650; margin-top: 24px; }
.recovery-list dd { margin: 7px 0 0; color: var(--muted); }
.article-cta { border-block: 1px solid var(--line); background: #efeee3; padding: 35px; margin-top: 50px; border-radius: 15px; }
.small-note { font-size: 13px; margin: 20px 0 0; }
.guide-piece { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: center; padding: 28px; background: #f1eadb; border-radius: 16px; margin: 28px 0; }
.guide-piece img { border-radius: 12px; }
.guide-piece figcaption { color: var(--muted); font-size: 15px; }
.section-links { display: flex; flex-wrap: wrap; gap: 16px 32px; margin: 35px 0 0; font-size: 15px; }
@media (max-width: 760px) {
  .article-shell { padding-top: 25px; }
  .article-lede { font-size: 18px; }
  .article-shell .example-flow { grid-template-columns: 85px 16px minmax(0, 1fr); }
  .article-shell .app-example figcaption { font-size: 12px; }
  .article-cta { padding: 25px 20px; }
  .article-cta .button { width: 100%; }
  .guide-piece { grid-template-columns: 100px 1fr; gap: 20px; padding: 20px; }
  .guide-piece figcaption { font-size: 13px; }
}
