:root {
  --ink: #243126;
  --muted: #667067;
  --paper: #f6f1e7;
  --canvas: #fffdf8;
  --wash: #ece4d2;
  --accent: #78966e;
  --accent-dark: #36533d;
  --warm: #d88e55;
  --line: rgba(36, 49, 38, 0.14);
  --display: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif;
  --shell: min(100% - 40px, 1100px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.eyebrow { margin: 0 0 17px; color: var(--accent-dark); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.site-header { position: absolute; z-index: 5; inset: 0 0 auto; }
.site-header--legal { position: relative; background: var(--paper); }
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1.03rem; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; background: var(--accent-dark); color: #f6f1e7; font-size: .72rem; transform: rotate(8deg); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .83rem; font-weight: 700; }
.nav-links > a:not(.button) { color: var(--muted); transition: color .2s ease; }
.nav-links > a:not(.button):hover { color: var(--ink); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--accent-dark); border-radius: 999px; background: var(--accent-dark); color: white; font-size: .82rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #28412e; transform: translateY(-1px); }
.button-small { min-height: 39px; padding: 0 18px; }
.button-full { width: 100%; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.65); }

.hero { position: relative; overflow: hidden; padding: 144px 0 72px; min-height: 650px; background: var(--paper); }
.hero::before, .hero::after { position: absolute; content: ""; pointer-events: none; border-radius: 50%; filter: blur(1px); }
.hero::before { width: 410px; height: 410px; right: -142px; top: 35px; background: rgba(120, 150, 110, .14); }
.hero::after { width: 280px; height: 280px; left: -125px; bottom: -150px; background: rgba(216, 142, 85, .16); }
.hero-copy { position: relative; z-index: 1; text-align: center; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 720px; margin: 0 auto 23px; font-size: clamp(3.65rem, 9vw, 5.9rem); line-height: .94; }
h1 em, h2 em, .phone--discover em { color: var(--accent); font-style: italic; }
.lede { max-width: 530px; margin: 0 auto 28px; color: #526057; font-size: clamp(1rem, 2vw, 1.1rem); line-height: 1.65; }
.app-store-button { display: inline-flex; min-width: 171px; align-items: center; justify-content: center; gap: 9px; padding: 8px 15px 8px 12px; border-radius: 10px; background: #192219; color: white; box-shadow: 0 8px 18px rgba(36, 49, 38, .15); text-align: left; transition: transform .2s ease, box-shadow .2s ease; }
.app-store-button:hover { box-shadow: 0 12px 24px rgba(36, 49, 38, .23); transform: translateY(-2px); }
.app-store-button small, .app-store-button strong { display: block; line-height: 1.05; }
.app-store-button small { margin-bottom: 2px; font-size: .55rem; font-weight: 600; }
.app-store-button strong { font-size: 1.06rem; letter-spacing: -.04em; }
.apple { position: relative; width: 19px; height: 21px; color: transparent; }
.apple::before { position: absolute; inset: 3px 1px 0; border-radius: 47% 53% 46% 49%; background: white; content: ""; }
.apple::after { position: absolute; top: 0; right: 2px; width: 7px; height: 8px; border-radius: 7px 0; background: white; transform: rotate(-31deg); }
.fine-print { margin: 12px 0 0; color: var(--muted); font-size: .76rem; }

.phone-strip { position: relative; overflow: hidden; padding: 0 0 54px; background: var(--paper); }
.phone-track { display: flex; width: max-content; margin: 0 auto; gap: clamp(12px, 2vw, 28px); padding: 0 20px 18px; }
.phone, .feature-phone { position: relative; display: block; overflow: hidden; flex: none; border: 0; border: 5px solid #203128; border-radius: 27px; background: #fefbf4; color: var(--ink); text-align: left; box-shadow: 0 17px 28px rgba(42, 48, 38, .18); cursor: zoom-in; transition: transform .28s ease, box-shadow .28s ease; }
.phone:hover, .feature-phone:hover { box-shadow: 0 23px 36px rgba(42, 48, 38, .25); transform: translateY(-8px) rotate(-1deg); }
.phone { width: clamp(130px, 14vw, 178px); height: clamp(282px, 30.4vw, 388px); }
.phone::before, .feature-phone::before { position: absolute; z-index: 2; top: 7px; left: 50%; width: 45%; height: 14px; border-radius: 0 0 10px 10px; background: #203128; content: ""; transform: translateX(-50%); }
.phone-bar { position: absolute; top: 18px; left: 10px; right: 10px; height: 1px; background: rgba(36,49,38,.1); }
.phone-label { position: absolute; top: 31px; left: 13px; color: #78966e; font-size: .43rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.phone--welcome { background: #f2e8d6; }
.phone--welcome strong { position: absolute; z-index: 1; top: 42%; left: 14px; font-family: var(--display); font-size: clamp(1.05rem, 2.2vw, 1.5rem); font-weight: 400; line-height: .95; letter-spacing: -.07em; }
.tea-orb { position: absolute; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f1ddb0 0 16%, #d89356 17% 30%, #985c32 31% 52%, #573923 53% 100%); box-shadow: inset -4px -8px 8px rgba(36, 49, 38, .2); }
.tea-orb--large { top: 61px; right: -20px; width: 87%; aspect-ratio: 1; opacity: .9; }
.phone-tab { position: absolute; right: 0; bottom: 12px; left: 0; color: #5f6c61; font-size: .36rem; font-weight: 800; text-align: center; }

.phone--brew { background: #f5efe0; text-align: center; }
.brew-title, .brew-subtitle, .timer, .brew-meta, .brew-button { position: absolute; left: 0; right: 0; }
.brew-title { top: 48px; font-family: var(--display); font-size: clamp(.8rem, 1.4vw, 1rem); letter-spacing: -.05em; }
.brew-subtitle { top: 68px; color: var(--muted); font-size: .39rem; }
.timer { z-index: 1; top: 46%; font-family: var(--display); font-size: clamp(1.4rem, 2.7vw, 2rem); letter-spacing: -.06em; }
.timer-ring { position: absolute; top: 33%; left: 50%; width: 56%; aspect-ratio: 1; border: 4px solid #d89b62; border-right-color: #dfd1b5; border-radius: 50%; transform: translateX(-50%) rotate(-35deg); }
.brew-meta { bottom: 49px; color: var(--muted); font-size: .4rem; font-weight: 800; }
.brew-button { bottom: 12px; margin: auto; width: 69%; padding: 6px; border-radius: 999px; background: var(--accent-dark); color: white; font-size: .39rem; font-weight: 800; }

.phone--library { background: #f8f4ea; }
.library-heading, .discover-heading { position: absolute; top: 35px; left: 13px; font-family: var(--display); font-size: clamp(.86rem, 1.55vw, 1.1rem); letter-spacing: -.06em; }
.tea-card { position: absolute; left: 11px; right: 11px; display: block; height: 62px; padding: 10px 7px 8px 46px; border-radius: 8px; background: white; box-shadow: 0 4px 12px rgba(52, 61, 47, .07); }
.tea-card--one { top: 66px; }.tea-card--two { top: 137px; }.tea-card--three { top: 208px; }
.tea-card i, .mini-tea-card i { position: absolute; left: 7px; top: 9px; width: 31px; height: 41px; border-radius: 9px 9px 12px 12px; background: linear-gradient(140deg, #8ea577, #36533d); }
.tea-card--two i, .mini-tea-card.second i { background: linear-gradient(140deg, #b66838, #713819); }.tea-card--three i, .mini-tea-card.third i { background: linear-gradient(140deg, #c4ab73, #7d6335); }
.tea-card b, .tea-card small, .mini-tea-card b, .mini-tea-card small { display: block; line-height: 1.08; }
.tea-card b { font-size: .46rem; }.tea-card small { margin-top: 3px; color: var(--muted); font-size: .35rem; }

.phone--journal { background: #e7e1ce; }
.journal-date, .feature-journal-date { position: absolute; top: 45px; left: 13px; color: #667560; font-size: .35rem; font-weight: 900; letter-spacing: .07em; }
.journal-title { position: absolute; top: 67px; left: 13px; font-family: var(--display); font-size: clamp(1rem, 1.8vw, 1.27rem); font-weight: 400; line-height: .92; letter-spacing: -.07em; }
.journal-card, .feature-journal-card { position: absolute; left: 12px; right: 12px; bottom: 72px; padding: 9px 8px 8px 35px; border-radius: 8px; background: rgba(255, 253, 248, .72); }
.journal-card i, .feature-journal-card i { position: absolute; left: 9px; top: 11px; color: #d3944e; font-size: .6rem; }.journal-card b, .journal-card small, .feature-journal-card b, .feature-journal-card small { display: block; line-height: 1.1; }.journal-card b { font-size: .44rem; }.journal-card small { margin-top: 3px; color: var(--muted); font-size: .34rem; }
.journal-line { position: absolute; left: 13px; right: 13px; bottom: 47px; height: 2px; background: rgba(79, 94, 73, .23); }.journal-line + .journal-line { bottom: 37px; }.journal-line.short { right: 37%; bottom: 27px; }

.phone--discover { background: #e5eddf; }.discover-heading { color: #557054; }.leaf-illustration { position: absolute; top: 68px; right: 7px; color: #728b67; font-size: 5rem; transform: rotate(22deg); }.phone--discover strong { position: absolute; z-index: 1; top: 48%; left: 14px; font-family: var(--display); font-size: clamp(1rem, 2vw, 1.4rem); font-weight: 400; line-height: .95; letter-spacing: -.07em; }.flavor-pills { position: absolute; left: 13px; bottom: 18px; display: flex; gap: 4px; }.flavor-pills b { padding: 4px 5px; border-radius: 999px; background: rgba(255,255,255,.6); color: #557054; font-size: .32rem; }

.features { padding: 116px 0 92px; }.features h2, .pricing h2, .final-cta h2 { max-width: 700px; margin-bottom: 53px; font-size: clamp(2.55rem, 6vw, 4rem); line-height: .99; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.feature-grid article { min-height: 220px; padding: 28px 25px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-icon { display: grid; width: 32px; height: 32px; margin-bottom: 30px; place-items: center; border-radius: 50%; background: #edf1e9; color: var(--accent-dark); font-size: 1.05rem; }.feature-grid h3 { margin-bottom: 7px; font-size: 1.22rem; }.feature-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.showcase { padding-bottom: 90px; }.showcase-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; align-items: center; gap: 9%; }.showcase-row.reverse { grid-template-columns: 1fr 1fr; }.showcase-copy { max-width: 460px; }.showcase-copy h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 3.35rem); line-height: .98; }.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: .96rem; line-height: 1.7; }.showcase-copy .annotation { position: relative; margin-top: 31px; padding-top: 17px; color: var(--accent-dark); font-size: .76rem; font-weight: 700; }.annotation::before { position: absolute; top: 0; left: 0; width: 37px; height: 1px; background: var(--accent); content: ""; }.feature-phone { justify-self: center; width: 280px; height: 607px; border-width: 7px; border-radius: 40px; }.feature-phone::before { height: 19px; }.feature-phone-top { position: absolute; top: 26px; left: 20px; font-size: .5rem; font-weight: 800; }.feature-phone-title { position: absolute; top: 70px; left: 0; right: 0; font-family: var(--display); font-size: 1.45rem; text-align: center; letter-spacing: -.05em; }.feature-phone-sub { position: absolute; top: 97px; left: 0; right: 0; color: var(--muted); font-size: .53rem; text-align: center; }.feature-phone--brew { background: #f4ecde; }.feature-timer { position: absolute; z-index: 1; top: 44%; left: 0; right: 0; font-family: var(--display); font-size: 2.8rem; text-align: center; letter-spacing: -.06em; }.feature-ring { position: absolute; top: 30%; left: 50%; width: 180px; height: 180px; border: 6px solid #d89b62; border-bottom-color: #e7d9ba; border-radius: 50%; transform: translateX(-50%) rotate(45deg); }.feature-phone-footer { position: absolute; bottom: 52px; left: 0; right: 0; color: var(--muted); font-size: .64rem; font-weight: 800; text-align: center; }.feature-phone--library { background: #f8f5ed; }.feature-phone--library .feature-phone-title { left: 20px; text-align: left; }.mini-tea-card { position: absolute; top: 128px; left: 17px; right: 17px; height: 100px; padding: 23px 15px 10px 77px; border-radius: 12px; background: white; box-shadow: 0 7px 20px rgba(52, 61, 47, .06); }.mini-tea-card.second { top: 240px; }.mini-tea-card.third { top: 352px; }.mini-tea-card i { left: 14px; top: 14px; width: 48px; height: 66px; }.mini-tea-card b { font-size: .72rem; }.mini-tea-card small { margin-top: 5px; color: var(--muted); font-size: .53rem; }.feature-phone--journal { background: #e7e1ce; }.feature-journal-date { top: 86px; left: 20px; font-size: .52rem; }.feature-phone--journal > strong { position: absolute; top: 120px; left: 20px; font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: .92; letter-spacing: -.07em; }.feature-journal-card { right: 20px; left: 20px; bottom: 132px; padding: 17px 14px 15px 55px; }.feature-journal-card i { left: 14px; top: 20px; font-size: 1rem; }.feature-journal-card b { font-size: .68rem; }.feature-journal-card small { margin-top: 4px; color: var(--muted); font-size: .49rem; }.writing-line { position: absolute; bottom: 90px; left: 20px; right: 20px; height: 2px; background: rgba(79, 94, 73, .23); }.writing-line + .writing-line { bottom: 72px; }.writing-line.short { right: 40%; bottom: 54px; }

.pricing { padding: 118px 0; background: var(--paper); }.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10%; }.pricing h2 { margin-bottom: 0; }.pricing-card { padding: 39px; border: 1px solid rgba(54,83,61,.18); border-radius: 20px; background: var(--canvas); box-shadow: 0 15px 30px rgba(56, 64, 52, .08); }.price { margin: 0; font-family: var(--display); font-size: 4rem; line-height: 1; letter-spacing: -.07em; }.price-note { margin: 11px 0 25px; color: var(--muted); font-size: .81rem; }.pricing-card ul { margin: 0 0 27px; padding: 0; list-style: none; }.pricing-card li { position: relative; padding: 9px 0 9px 24px; border-top: 1px solid var(--line); font-size: .78rem; font-weight: 650; }.pricing-card li::before { position: absolute; left: 1px; color: var(--accent); content: "✓"; font-weight: 900; }.purchase-note { margin: 15px 0 0; color: var(--muted); font-size: .69rem; text-align: center; }.pricing-card.is-coming-soon { border-color: rgba(36, 49, 38, .12); background: #eeece5; box-shadow: none; filter: grayscale(.38); }.status-pill { display: inline-flex; margin: 0 0 20px; padding: 5px 9px; border-radius: 999px; background: #d9d8d2; color: #5d625e; font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.is-coming-soon .price { color: #6e746f; font-size: clamp(2.6rem, 4.2vw, 3.35rem); }.coming-soon-copy { margin: 0 0 27px; color: #737873; font-size: .81rem; line-height: 1.65; }.button:disabled { border-color: #9b9d99; background: #9b9d99; box-shadow: none; color: rgba(255,255,255,.85); cursor: not-allowed; opacity: .9; transform: none; }

.privacy { display: flex; max-width: 800px; gap: 22px; padding: 90px 0; }.privacy-symbol { display: grid; flex: none; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: #e8efe4; color: var(--accent-dark); font-size: 1.4rem; }.privacy h3 { margin: 0 0 9px; font-size: 1.55rem; }.privacy p { max-width: 680px; margin: 0 0 12px; color: var(--muted); font-size: .86rem; }.privacy a { color: var(--accent-dark); font-size: .78rem; font-weight: 800; }.privacy a span { margin-left: 4px; }

.final-cta { padding: 110px 0; overflow: hidden; background: var(--paper); text-align: center; }.final-cta .shell { position: relative; }.final-cta .shell::before { position: absolute; z-index: 0; top: -65px; left: 50%; width: 500px; height: 250px; border-radius: 50%; background: radial-gradient(ellipse, rgba(120,150,110,.18), transparent 67%); content: ""; transform: translateX(-50%); }.final-cta .eyebrow, .final-cta h2, .final-cta p, .final-cta a { position: relative; z-index: 1; }.final-cta h2 { margin: 0 auto 19px; }.final-cta > .shell > p:not(.eyebrow) { margin: 0 auto 27px; color: var(--muted); font-size: .96rem; }

.footer { display: flex; min-height: 89px; align-items: center; justify-content: space-between; }.footer > div { display: flex; gap: 24px; }.footer a:not(.brand) { color: var(--muted); font-size: .73rem; font-weight: 700; }

.legal-nav { min-height: 78px; }.legal-links { display: flex; gap: 23px; align-items: center; }.legal-links a { color: var(--muted); font-size: .77rem; font-weight: 750; }.legal-links a[aria-current="page"] { color: var(--accent-dark); }.legal-hero { padding: 97px 0 79px; overflow: hidden; background: var(--paper); text-align: center; }.legal-hero h1 { margin-bottom: 20px; font-size: clamp(3.2rem, 8vw, 5.25rem); }.legal-updated { margin: 0; color: var(--muted); font-size: .8rem; }.legal-document { max-width: 760px; padding: 78px 0 92px; }.legal-intro { margin: 0 0 48px; color: #536056; font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.22; letter-spacing: -.035em; }.legal-document section { padding: 0 0 34px; }.legal-document h2 { margin: 0 0 11px; font-size: 1.65rem; }.legal-document p { margin: 0 0 13px; color: var(--muted); font-size: .91rem; line-height: 1.75; }.legal-document strong { color: var(--ink); }.legal-document a, .support-layout a { color: var(--accent-dark); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(54, 83, 61, .32); text-underline-offset: 3px; }.legal-summary { margin: 0 0 46px; padding: 29px; border: 1px solid rgba(54,83,61,.15); border-radius: 20px; background: #f4f2eb; }.legal-kicker { margin: 0 0 17px; color: var(--accent-dark); font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.summary-grid article { padding: 18px 16px 16px; border-radius: 13px; background: rgba(255,253,248,.78); }.summary-grid span { display: block; margin-bottom: 25px; color: var(--accent); font-size: .67rem; font-weight: 850; letter-spacing: .08em; }.summary-grid h2 { margin: 0 0 7px; font-size: 1.15rem; line-height: 1.03; }.summary-grid p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.58; }.legal-divider { display: flex; align-items: center; gap: 13px; margin: 0 0 38px; color: var(--accent-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.legal-divider::before, .legal-divider::after { height: 1px; flex: 1; background: var(--line); content: ""; }

.support-hero { padding-bottom: 72px; }.support-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; padding: 78px 0 100px; }.support-copy { align-self: start; padding-top: 12px; }.support-copy h2 { margin-bottom: 17px; font-size: clamp(2.35rem, 4.4vw, 3.3rem); line-height: .98; }.support-copy > p:not(.legal-kicker) { color: var(--muted); font-size: .9rem; line-height: 1.75; }.support-copy .support-privacy-note { position: relative; margin-top: 28px; padding-top: 17px; color: var(--accent-dark); font-size: .77rem; font-weight: 650; }.support-privacy-note::before { position: absolute; top: 0; left: 0; width: 37px; height: 1px; background: var(--accent); content: ""; }.support-form { padding: 29px; border: 1px solid rgba(54,83,61,.15); border-radius: 20px; background: #f4f2eb; box-shadow: 0 15px 30px rgba(56,64,52,.06); }.form-field { margin-bottom: 19px; }.form-field > label, .form-field--split label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .76rem; font-weight: 800; }.form-field label span { color: var(--muted); font-size: .68rem; font-weight: 600; } .form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(54,83,61,.2); border-radius: 10px; outline: none; background: rgba(255,253,248,.92); color: var(--ink); font: inherit; font-size: .84rem; transition: border-color .2s ease, box-shadow .2s ease; }.form-field input, .form-field select { min-height: 45px; padding: 0 12px; }.form-field textarea { padding: 11px 12px; resize: vertical; }.form-field select { appearance: auto; }.form-field input::placeholder, .form-field textarea::placeholder { color: #929891; }.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(120,150,110,.15); }.form-field--split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.support-form .button span { margin-left: 7px; }.form-footnote { margin: 14px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.55; text-align: center; }

.preview-dialog { overflow: visible; width: min(360px, calc(100% - 40px)); padding: 0 0 24px; border: 0; border-radius: 24px; background: var(--canvas); box-shadow: 0 30px 90px rgba(21, 29, 22, .35); color: var(--ink); text-align: center; }.preview-dialog::backdrop { background: rgba(28, 38, 30, .5); backdrop-filter: blur(4px); }.dialog-close { position: absolute; z-index: 3; top: -12px; right: -12px; display: grid; width: 35px; height: 35px; place-items: center; border: 0; border-radius: 50%; background: var(--ink); color: white; font-size: 1.4rem; cursor: pointer; }.dialog-device { position: relative; overflow: hidden; width: 168px; height: 264px; margin: 26px auto 19px; border: 5px solid #203128; border-radius: 25px; background: radial-gradient(circle at 68% 29%, #e4c99d 0 15%, transparent 15.5%), linear-gradient(145deg, #e7efdf, #f2e8d7); }.dialog-device::before { position: absolute; top: 0; left: 50%; width: 70px; height: 13px; border-radius: 0 0 9px 9px; background: #203128; content: ""; transform: translateX(-50%); }.dialog-device span { position: absolute; top: 64px; left: 17px; color: var(--accent-dark); font-size: .5rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.dialog-device strong { position: absolute; top: 98px; left: 18px; font-family: var(--display); font-size: 1.75rem; font-weight: 400; line-height: .9; letter-spacing: -.07em; }.dialog-device i { position: absolute; bottom: 23px; left: 18px; right: 18px; height: 38px; border-radius: 12px; background: rgba(255,255,255,.73); }.preview-dialog p { width: 79%; margin: 0 auto; color: var(--muted); font-size: .86rem; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 620px); }
  .nav { min-height: 67px; }.menu-button { position: relative; z-index: 3; display: block; }.menu-button span:not(.sr-only) { position: absolute; left: 13px; width: 16px; height: 1.5px; background: var(--ink); transition: transform .2s ease; }.menu-button span:nth-child(2) { top: 17px; }.menu-button span:nth-child(3) { top: 23px; }.menu-button[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { top: 20px; transform: rotate(-45deg); }.nav-links { position: absolute; top: 12px; left: 16px; right: 16px; display: grid; gap: 17px; padding: 70px 25px 24px; border: 1px solid rgba(54,83,61,.12); border-radius: 18px; background: rgba(255,253,248,.97); box-shadow: 0 15px 30px rgba(47,55,42,.13); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }.nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.nav-links > a:not(.button) { font-size: .92rem; }.nav-links .button { justify-self: start; padding: 0 18px; }
  .hero { min-height: 570px; padding: 127px 0 55px; }.hero::before { width: 250px; height: 250px; right: -112px; top: 150px; }.hero-copy .eyebrow { margin-bottom: 14px; } h1 { font-size: clamp(3.15rem, 15vw, 4.5rem); }.lede { max-width: 440px; font-size: .94rem; }.phone-strip { padding-bottom: 32px; }.phone-track { width: auto; margin: 0; gap: 12px; padding: 0 25vw 18px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.phone-track::-webkit-scrollbar { display: none; }.phone { width: 142px; height: 309px; scroll-snap-align: center; }.phone:nth-child(3) { transform: translateY(-11px); }.phone:nth-child(3):hover { transform: translateY(-19px) rotate(-1deg); }
  .features { padding: 75px 0 56px; }.features h2, .pricing h2, .final-cta h2 { margin-bottom: 37px; font-size: clamp(2.4rem, 11vw, 3.2rem); }.feature-grid { grid-template-columns: 1fr; }.feature-grid article { min-height: auto; padding: 24px; }.feature-icon { margin-bottom: 16px; }.feature-grid h3 { margin-bottom: 4px; }.feature-grid p { font-size: .8rem; }
  .showcase { padding-bottom: 37px; }.showcase-row, .showcase-row.reverse { grid-template-columns: 1fr; min-height: 0; gap: 44px; padding: 55px 0; }.showcase-row.reverse .feature-phone { order: 2; }.showcase-copy { max-width: 510px; }.showcase-copy h2 { font-size: clamp(2.25rem, 10vw, 3rem); }.showcase-copy > p:not(.eyebrow) { font-size: .88rem; }.feature-phone { width: 224px; height: 486px; border-radius: 34px; }.feature-phone-title { top: 61px; font-size: 1.18rem; }.feature-phone-sub { top: 84px; }.feature-timer { font-size: 2.25rem; }.feature-ring { width: 148px; height: 148px; }.feature-phone-footer { bottom: 38px; }.mini-tea-card { top: 111px; height: 78px; padding: 16px 11px 8px 61px; }.mini-tea-card.second { top: 199px; }.mini-tea-card.third { top: 287px; }.mini-tea-card i { left: 10px; top: 10px; width: 39px; height: 53px; }.feature-journal-date { top: 73px; }.feature-phone--journal > strong { top: 104px; font-size: 1.6rem; }.feature-journal-card { bottom: 103px; padding: 13px 11px 11px 46px; }.writing-line { bottom: 70px; }.writing-line + .writing-line { bottom: 55px; }.writing-line.short { bottom: 40px; }
  .pricing { padding: 77px 0; }.pricing-grid { grid-template-columns: 1fr; gap: 32px; }.pricing-card { padding: 26px 22px; }.price { font-size: 3.45rem; }.pricing-card li { font-size: .74rem; }.privacy { gap: 15px; padding: 67px 0; }.privacy-symbol { width: 38px; height: 38px; font-size: 1.1rem; }.privacy h3 { font-size: 1.3rem; }.privacy p { font-size: .79rem; }.final-cta { padding: 78px 0; }.final-cta .shell::before { top: -40px; width: 380px; }.footer { min-height: 118px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 17px; }.footer > div { gap: 19px; }
  .legal-nav { min-height: 67px; }.legal-links { gap: 16px; }.legal-links a { font-size: .71rem; }.legal-hero { padding: 70px 0 59px; }.legal-hero h1 { font-size: clamp(2.85rem, 13.5vw, 4rem); }.legal-document { padding: 57px 0 55px; }.legal-intro { margin-bottom: 39px; font-size: 1.4rem; }.legal-document section { padding-bottom: 30px; }.legal-document h2 { font-size: 1.45rem; }.legal-document p { font-size: .84rem; }
  .legal-summary { margin-bottom: 36px; padding: 20px; }.summary-grid { grid-template-columns: 1fr; gap: 9px; }.summary-grid article { padding: 15px; }.summary-grid span { margin-bottom: 12px; }.summary-grid h2 { font-size: 1.08rem; }.legal-divider { margin-bottom: 31px; font-size: .62rem; }.support-hero { padding-bottom: 55px; }.support-layout { grid-template-columns: 1fr; gap: 38px; padding: 57px 0 64px; }.support-copy { padding-top: 0; }.support-copy h2 { font-size: clamp(2.2rem, 10vw, 3rem); }.support-copy > p:not(.legal-kicker) { font-size: .85rem; }.support-form { padding: 20px; }.form-field--split { grid-template-columns: 1fr; gap: 19px; }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .phone-track { gap: 16px; }.feature-grid article { padding: 23px 19px; }.showcase-row { gap: 5%; }.feature-phone { width: 245px; height: 532px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Pekoe launch page ------------------------------------------------------- */
.launch-page {
  --ink: #1f1c19;
  --muted: #706b63;
  --paper: #f5f1e8;
  --canvas: #fffdf9;
  --wash: #eee7da;
  --accent: #bd5a35;
  --accent-dark: #73331f;
  --leaf: #d9d57f;
  --green: #35955f;
  --line: rgba(31, 28, 25, .12);
  --display: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif;
  background: var(--canvas);
  color: var(--ink);
}

.launch-page .shell { width: min(100% - 48px, 1180px); }
.launch-page .site-header { z-index: 20; }
.launch-page .nav { min-height: 88px; }
.launch-page .brand { gap: 11px; font-size: 1.12rem; letter-spacing: -.035em; }
.brand-icon { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 5px 14px rgba(72, 31, 18, .12); }
.launch-page .nav-links { gap: 31px; }
.launch-page .nav-links > a:not(.button) { color: #676159; }
.launch-page .button { border-color: var(--ink); background: var(--ink); }
.launch-page .button:hover { background: #050504; }
.launch-page .button-soon { position: relative; padding-inline: 19px; }
.launch-page .button-soon::before { width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--leaf); content: ""; }
.skip-link { position: fixed; z-index: 50; top: 10px; left: 10px; padding: 9px 14px; border-radius: 8px; background: var(--ink); color: white; font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.launch-hero { position: relative; min-height: 920px; overflow: hidden; padding: 148px 0 104px; background: var(--paper); }
.launch-hero::before { position: absolute; top: -200px; right: -160px; width: 680px; height: 680px; border: 1px solid rgba(189, 90, 53, .08); border-radius: 50%; content: ""; }
.launch-hero::after { position: absolute; bottom: -380px; left: -230px; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(217, 213, 127, .28), rgba(217, 213, 127, 0) 68%); content: ""; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); min-height: 670px; align-items: center; gap: 6%; }
.hero-message { position: relative; z-index: 3; max-width: 590px; }
.launch-page .eyebrow { color: var(--accent-dark); }
.launch-page h1 { max-width: 680px; margin: 0 0 27px; font-size: clamp(4.5rem, 7.2vw, 7.35rem); line-height: .86; letter-spacing: -.072em; }
.launch-page h1 em, .launch-page h2 em { color: var(--accent); font-style: italic; }
.hero-lede { max-width: 570px; margin: 0 0 31px; color: #59534c; font-size: clamp(1.03rem, 1.7vw, 1.19rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.store-badge { display: inline-flex; min-width: 191px; min-height: 58px; align-items: center; justify-content: center; gap: 11px; padding: 9px 17px 9px 14px; border-radius: 14px; background: var(--ink); color: white; box-shadow: 0 13px 28px rgba(31, 28, 25, .17); text-align: left; }
.store-badge small, .store-badge strong { display: block; line-height: 1.05; }
.store-badge small { margin-bottom: 3px; font-size: .61rem; font-weight: 650; letter-spacing: .01em; }
.store-badge strong { font-size: 1.16rem; letter-spacing: -.04em; }
.store-badge.is-disabled { cursor: default; filter: saturate(.72); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent-dark); font-size: .82rem; font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, 2px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 23px 0 0; padding: 0; color: #716a61; font-size: .72rem; font-weight: 750; list-style: none; }
.trust-list li { position: relative; padding-left: 14px; }
.trust-list li::before { position: absolute; top: .5em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); content: ""; }

.hero-product { position: relative; min-height: 685px; }
.hero-halo { position: absolute; top: 50%; left: 50%; width: 570px; height: 570px; border-radius: 50%; background: radial-gradient(circle at 47% 43%, rgba(255,255,255,.92) 0 20%, rgba(217,213,127,.34) 50%, rgba(217,213,127,0) 72%); transform: translate(-50%, -50%); }
.device { position: relative; overflow: hidden; margin: 0; border: 7px solid #181614; border-radius: 44px; background: #fffdf9; box-shadow: 0 26px 65px rgba(36, 30, 25, .22), inset 0 0 0 1px rgba(255,255,255,.12); }
.device::before { position: absolute; z-index: 3; top: 12px; left: 50%; width: 34%; height: 24px; border-radius: 999px; background: #000; content: ""; transform: translateX(-50%); }
.device img { display: block; width: 100%; height: 100%; object-fit: cover; }
.device-main { position: absolute; z-index: 3; top: 4px; left: 50%; width: 310px; aspect-ratio: 402 / 874; transform: translateX(-50%) rotate(-1.2deg); }
.device-back { position: absolute; z-index: 1; top: 117px; width: 223px; aspect-ratio: 402 / 874; border-width: 5px; border-radius: 34px; opacity: .92; }
.device-back::before { top: 8px; height: 17px; }
.device-library { left: 5px; transform: rotate(-8deg); }
.device-detail { right: 0; transform: rotate(8deg); }

.proof-strip { border-top: 1px solid rgba(31,28,25,.06); border-bottom: 1px solid rgba(31,28,25,.08); background: var(--canvas); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: grid; min-height: 118px; align-content: center; padding: 0 30px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { font-family: var(--display); font-size: 1.7rem; font-weight: 400; letter-spacing: -.05em; }
.proof-grid span { color: var(--muted); font-size: .68rem; font-weight: 780; letter-spacing: .065em; text-transform: uppercase; }

.story { padding: 140px 0 110px; }
.section-heading { max-width: 690px; margin-bottom: 88px; }
.section-heading h2, .inside-copy h2, .privacy-panel h2, .app-store-panel h2 { margin: 0 0 24px; font-size: clamp(3rem, 5.7vw, 5.25rem); line-height: .94; }
.section-heading > p:last-child { max-width: 540px; margin: 0; color: var(--muted); font-size: 1rem; }
.story-row { display: grid; grid-template-columns: minmax(0, 1fr) 356px; min-height: 760px; align-items: center; gap: 13%; padding: 88px 5%; border-top: 1px solid var(--line); }
.story-row-reverse { grid-template-columns: 356px minmax(0, 1fr); }
.story-row-reverse .story-copy { grid-column: 2; }
.story-row-reverse .story-device { grid-row: 1; grid-column: 1; }
.story-copy { max-width: 540px; }
.step-number { display: inline-flex; margin-bottom: 43px; color: var(--accent); font-family: var(--display); font-size: 1.07rem; font-style: italic; }
.story-copy h3 { margin: 0 0 19px; font-size: clamp(2.35rem, 4vw, 3.55rem); line-height: .98; }
.story-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.75; }
.detail-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); color: #5b554e; font-size: .78rem; font-weight: 730; list-style: none; }
.detail-list li { position: relative; padding-left: 19px; }
.detail-list li::before { position: absolute; top: .58em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 3px rgba(217,213,127,.22); content: ""; }
.story-device { width: 332px; aspect-ratio: 402 / 874; justify-self: center; border-radius: 48px; }
.story-device::before { height: 26px; }
.device-dark { border-color: #0d0c0b; }

.inside { position: relative; overflow: hidden; padding: 135px 0; background: #211d19; color: #fffaf3; }
.inside::before { position: absolute; top: -350px; left: -270px; width: 720px; height: 720px; border-radius: 50%; background: rgba(189,90,53,.14); content: ""; }
.inside-layout { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 12%; }
.inside-visual { position: relative; min-height: 735px; }
.library-device { position: absolute; top: 0; left: 11%; width: 332px; aspect-ratio: 402 / 874; transform: rotate(-3deg); }
.map-callout { position: absolute; z-index: 4; right: 0; bottom: 108px; display: grid; min-width: 190px; padding: 22px 25px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(255,253,249,.88); box-shadow: 0 21px 50px rgba(0,0,0,.3); color: var(--ink); backdrop-filter: blur(16px); }
.map-callout strong { font-family: var(--display); font-size: 1.65rem; font-weight: 400; letter-spacing: -.045em; }
.map-callout span { color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.inside-copy { max-width: 550px; }
.inside-copy .eyebrow { color: #dca486; }
.inside-copy h2 em { color: #e1dd8b; }
.inside-copy > p:not(.eyebrow) { color: rgba(255,250,243,.65); font-size: 1rem; line-height: 1.75; }
.tea-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.tea-pills span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 800; }

.privacy-panel { display: grid; grid-template-columns: auto 1fr; max-width: 980px; gap: 33px; padding: 115px 0; }
.privacy-icon { display: grid; width: 70px; height: 70px; place-items: center; border-radius: 50%; background: #e7e5b8; color: var(--ink); font-size: 2rem; }
.privacy-panel h2 { max-width: 710px; margin-bottom: 18px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.privacy-panel p:not(.eyebrow) { max-width: 720px; margin: 0 0 18px; color: var(--muted); font-size: .95rem; line-height: 1.75; }

.roadmap { padding: 128px 0 137px; background: #eeece7; }
.roadmap .section-heading { margin-bottom: 56px; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.future-card { position: relative; min-height: 306px; padding: 31px; overflow: hidden; border: 1px solid rgba(31,28,25,.1); border-radius: 24px; background: #e2e0db; color: #75736f; filter: grayscale(1); }
.future-card::after { position: absolute; right: -42px; bottom: -70px; width: 170px; height: 170px; border: 1px solid rgba(31,28,25,.08); border-radius: 50%; content: ""; }
.future-status { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: rgba(31,28,25,.08); font-size: .59rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.future-icon { display: block; margin: 47px 0 18px; font-size: 1.4rem; opacity: .7; }
.future-card h3 { margin: 0 0 8px; color: #5e5c58; font-size: 1.62rem; }
.future-card p { max-width: 260px; margin: 0; font-size: .78rem; line-height: 1.65; }

.app-store-panel { padding: 115px 0; background: var(--paper); }
.app-store-layout { display: grid; grid-template-columns: 152px minmax(0, 1fr) auto; align-items: center; gap: 48px; }
.app-icon-large { width: 152px; height: 152px; border-radius: 35px; box-shadow: 0 20px 45px rgba(72,31,18,.18); }
.app-store-panel h2 { max-width: 630px; margin-bottom: 14px; font-size: clamp(2.6rem, 4.7vw, 4.5rem); }
.app-store-panel p:not(.eyebrow) { max-width: 560px; margin: 0; color: var(--muted); font-size: .86rem; }
.store-column { display: grid; justify-items: center; gap: 13px; }
.store-column > small { max-width: 220px; color: var(--muted); font-size: .62rem; line-height: 1.45; text-align: center; }

.launch-page .footer { min-height: 112px; }
.launch-page .footer > p { margin: 0; color: var(--muted); font-family: var(--display); font-size: 1rem; font-style: italic; }
.launch-page .footer > div { gap: 29px; }

[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; gap: 65px; }
  .launch-hero { padding-bottom: 70px; }
  .hero-message { max-width: 710px; text-align: center; justify-self: center; }
  .launch-page h1 { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-product { width: min(100%, 620px); min-height: 675px; margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .proof-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .story-row, .story-row-reverse { grid-template-columns: minmax(0, 1fr) 310px; gap: 8%; padding-inline: 0; }
  .story-row-reverse { grid-template-columns: 310px minmax(0, 1fr); }
  .story-device { width: 290px; }
  .inside-layout { gap: 6%; }
  .inside-visual { min-height: 650px; }
  .library-device { left: 2%; width: 290px; }
  .map-callout { right: -3%; }
  .app-store-layout { grid-template-columns: 120px 1fr; }
  .app-icon-large { width: 120px; height: 120px; border-radius: 28px; }
  .store-column { grid-column: 2; justify-items: start; }
  .store-column > small { text-align: left; }
}

@media (max-width: 760px) {
  .launch-page .shell { width: min(100% - 32px, 620px); }
  .launch-page .nav { min-height: 70px; }
  .launch-page .brand-icon { width: 34px; height: 34px; border-radius: 9px; }
  .launch-page .menu-button { background: rgba(255,255,255,.6); }
  .launch-page .nav-links { background: rgba(255,253,249,.97); }
  .launch-hero { min-height: 0; padding: 118px 0 64px; }
  .launch-page h1 { font-size: clamp(3.65rem, 17vw, 5.4rem); }
  .hero-lede { font-size: .96rem; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-product { min-height: 515px; }
  .hero-halo { width: 430px; height: 430px; }
  .device-main { width: 238px; border-width: 6px; border-radius: 36px; }
  .device-main::before { top: 9px; height: 19px; }
  .device-back { top: 88px; width: 168px; }
  .device-library { left: -20px; }
  .device-detail { right: -20px; }
  .proof-grid > div { min-height: 94px; padding: 0 17px; }
  .proof-grid strong { font-size: 1.42rem; }
  .proof-grid span { font-size: .57rem; }
  .story { padding: 88px 0 55px; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2, .inside-copy h2, .app-store-panel h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .story-row, .story-row-reverse { grid-template-columns: 1fr; min-height: 0; gap: 43px; padding: 65px 0; }
  .story-row-reverse .story-copy, .story-row-reverse .story-device { grid-row: auto; grid-column: auto; }
  .story-row .story-copy { grid-row: 1; }
  .step-number { margin-bottom: 24px; }
  .story-copy h3 { font-size: clamp(2.15rem, 9.5vw, 3rem); }
  .story-device { width: min(75vw, 292px); }
  .inside { padding: 82px 0 93px; }
  .inside-layout { grid-template-columns: 1fr; gap: 35px; }
  .inside-visual { min-height: 630px; order: 2; }
  .library-device { left: 50%; width: min(73vw, 286px); transform: translateX(-50%) rotate(-3deg); }
  .map-callout { right: 0; bottom: 55px; min-width: 168px; padding: 18px 20px; }
  .privacy-panel { grid-template-columns: 1fr; gap: 24px; padding: 82px 0; }
  .privacy-icon { width: 56px; height: 56px; }
  .roadmap { padding: 83px 0 90px; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .future-card { min-height: 245px; }
  .future-icon { margin-top: 32px; }
  .app-store-panel { padding: 82px 0; }
  .app-store-layout { grid-template-columns: 82px 1fr; gap: 23px; }
  .app-icon-large { width: 82px; height: 82px; border-radius: 20px; }
  .app-store-layout > div:nth-child(2) { grid-column: 1 / -1; }
  .store-column { grid-column: 1 / -1; justify-items: start; }
  .launch-page .footer { min-height: 155px; align-items: flex-start; gap: 16px; }
  .launch-page .footer > p { display: none; }
}

@media (max-width: 410px) {
  .hero-product { min-height: 470px; }
  .device-main { width: 215px; }
  .device-back { top: 78px; width: 150px; }
  .trust-list { gap: 8px 12px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
}

/* Pekoe legal and support pages ----------------------------------------- */
.legal-page {
  --ink: #1f1c19;
  --muted: #706b63;
  --paper: #f5f1e8;
  --canvas: #fffdf9;
  --wash: #eee7da;
  --accent: #bd5a35;
  --accent-dark: #73331f;
  --leaf: #d9d57f;
  --line: rgba(31, 28, 25, .12);
  --display: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif;
  background: var(--canvas);
  color: var(--ink);
}

.legal-page .shell { width: min(100% - 48px, 1180px); }
.legal-site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(31,28,25,.07); background: rgba(245,241,232,.88); backdrop-filter: blur(18px); }
.legal-page .legal-nav { min-height: 78px; }
.legal-page .brand { gap: 11px; font-size: 1.08rem; }
.legal-page .legal-links { gap: 9px; }
.legal-page .legal-links a { padding: 8px 13px; border-radius: 999px; color: #6b655e; font-size: .72rem; transition: background .2s ease, color .2s ease; }
.legal-page .legal-links a:hover { background: rgba(31,28,25,.05); color: var(--ink); }
.legal-page .legal-links a[aria-current="page"] { background: var(--ink); color: white; }

.pekoe-legal-hero { position: relative; overflow: hidden; padding: 96px 0 88px; background: var(--paper); text-align: left; }
.pekoe-legal-hero::before { position: absolute; top: -310px; right: -180px; width: 660px; height: 660px; border: 1px solid rgba(189,90,53,.1); border-radius: 50%; content: ""; }
.pekoe-legal-hero::after { position: absolute; bottom: -210px; left: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(217,213,127,.29), transparent 69%); content: ""; }
.legal-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 12%; }
.legal-page .pekoe-legal-hero .eyebrow { margin-bottom: 21px; color: var(--accent-dark); }
.legal-page .pekoe-legal-hero h1 { max-width: 790px; margin: 0 0 24px; font-size: clamp(4.1rem, 7vw, 6.9rem); line-height: .88; text-align: left; }
.legal-page .pekoe-legal-hero h1 em { color: var(--accent); }
.legal-page .legal-updated { color: #756f67; font-size: .78rem; font-weight: 720; letter-spacing: .03em; }
.legal-hero-card { position: relative; display: grid; min-height: 310px; align-content: end; padding: 31px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: #211d19; box-shadow: 0 24px 55px rgba(38,28,23,.2); color: white; transform: rotate(2.5deg); }
.legal-hero-card::before { position: absolute; top: -60px; right: -54px; width: 190px; height: 190px; border-radius: 50%; background: rgba(217,213,127,.18); content: ""; }
.legal-hero-card::after { position: absolute; right: 30px; bottom: 27px; width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.legal-hero-card img { position: absolute; top: 28px; left: 29px; width: 68px; height: 68px; border-radius: 16px; box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.legal-hero-card span { position: relative; z-index: 2; margin-bottom: 11px; color: #dca486; font-size: .63rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.legal-hero-card strong { position: relative; z-index: 2; font-family: var(--display); font-size: 2.35rem; font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.legal-hero-card-terms::before { background: rgba(189,90,53,.22); }
.legal-hero-card-support::before { background: rgba(217,213,127,.22); }

.legal-page .legal-document { max-width: 940px; padding: 92px 0 112px; }
.legal-page .legal-intro { max-width: 820px; margin: 0 0 62px; color: #4f4943; font-size: clamp(1.65rem, 3.2vw, 2.45rem); line-height: 1.17; }
.legal-page .legal-summary { margin: 0 0 65px; padding: 37px; border: 0; border-radius: 27px; background: #211d19; box-shadow: 0 21px 48px rgba(38,28,23,.13); color: white; }
.legal-page .legal-summary .legal-kicker { color: #dca486; }
.legal-page .summary-grid { gap: 13px; }
.legal-page .summary-grid article { min-height: 225px; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(255,255,255,.055); }
.legal-page .summary-grid article span { color: #dfdc89; }
.legal-page .summary-grid article h2 { color: white; font-size: 1.35rem; }
.legal-page .summary-grid article p { color: rgba(255,255,255,.59); font-size: .76rem; }
.legal-page .legal-divider { margin-bottom: 0; padding: 0 0 28px; color: var(--accent-dark); }
.legal-page .legal-document > section:not(.legal-summary) { position: relative; padding: 45px 7% 42px; border-top: 1px solid var(--line); }
.legal-page .legal-document > section:not(.legal-summary):last-child { border-bottom: 1px solid var(--line); }
.legal-page .legal-document > section:not(.legal-summary) h2 { max-width: 680px; margin-bottom: 17px; font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.05; }
.legal-page .legal-document > section:not(.legal-summary) p { max-width: 760px; color: #69635c; font-size: .92rem; line-height: 1.82; }
.legal-page .legal-document > section:not(.legal-summary) p:last-child { margin-bottom: 0; }
.legal-page .legal-document strong { color: var(--ink); }
.legal-page .legal-document a, .legal-page .support-layout a { color: var(--accent-dark); text-decoration-color: rgba(189,90,53,.3); }

.legal-page .support-layout { grid-template-columns: .85fr 1.15fr; max-width: 1040px; gap: 9%; padding: 100px 0 118px; }
.legal-page .support-copy { padding-top: 25px; }
.legal-page .support-copy .legal-kicker { color: var(--accent-dark); }
.legal-page .support-copy h2 { font-size: clamp(2.65rem, 5vw, 4.3rem); line-height: .94; }
.legal-page .support-copy > p:not(.legal-kicker) { color: #6b655d; font-size: .92rem; }
.legal-page .support-copy .support-privacy-note { padding: 22px 23px; border: 1px solid rgba(31,28,25,.1); border-radius: 16px; background: var(--paper); color: #59534d; font-weight: 650; }
.legal-page .support-privacy-note::before { display: none; }
.legal-page .support-form { padding: 36px; border: 1px solid rgba(31,28,25,.12); border-radius: 27px; background: var(--paper); box-shadow: 0 23px 55px rgba(48,37,29,.1); }
.legal-page .form-field { margin-bottom: 22px; }
.legal-page .form-field > label, .legal-page .form-field--split label { margin-bottom: 8px; font-size: .73rem; }
.legal-page .form-field input, .legal-page .form-field select, .legal-page .form-field textarea { border-color: rgba(31,28,25,.15); border-radius: 13px; background: var(--canvas); }
.legal-page .form-field input, .legal-page .form-field select { min-height: 50px; }
.legal-page .form-field textarea { min-height: 150px; }
.legal-page .form-field input:focus, .legal-page .form-field select:focus, .legal-page .form-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(189,90,53,.12); }
.legal-page .support-form .button { min-height: 54px; border-color: var(--ink); background: var(--ink); }
.legal-page .support-form .button:hover { background: #050504; }
.legal-page .form-footnote { font-size: .68rem; }

.legal-footer { min-height: 112px; border-top: 1px solid var(--line); }
.legal-footer > p { margin: 0; color: var(--muted); font-family: var(--display); font-size: 1rem; font-style: italic; }

@media (max-width: 820px) {
  .legal-hero-inner { grid-template-columns: minmax(0, 1fr) 250px; gap: 6%; }
  .legal-hero-card { min-height: 260px; padding: 24px; }
  .legal-hero-card strong { font-size: 1.95rem; }
  .legal-page .support-layout { grid-template-columns: 1fr; gap: 47px; }
  .legal-page .support-copy { max-width: 650px; padding-top: 0; }
}

@media (max-width: 650px) {
  .legal-page .shell { width: min(100% - 32px, 620px); }
  .legal-page .legal-nav { min-height: 68px; }
  .legal-page .brand-icon { width: 34px; height: 34px; border-radius: 9px; }
  .legal-page .legal-links { gap: 1px; }
  .legal-page .legal-links a { padding: 7px 9px; font-size: .65rem; }
  .pekoe-legal-hero { padding: 67px 0 70px; }
  .legal-hero-inner { grid-template-columns: 1fr; gap: 42px; }
  .legal-page .pekoe-legal-hero h1 { font-size: clamp(3.4rem, 16vw, 4.9rem); }
  .legal-hero-card { width: min(100%, 310px); min-height: 245px; justify-self: end; transform: rotate(1.5deg); }
  .legal-page .legal-document { padding: 68px 0 80px; }
  .legal-page .legal-intro { margin-bottom: 44px; font-size: 1.55rem; }
  .legal-page .legal-summary { margin-bottom: 48px; padding: 22px; border-radius: 21px; }
  .legal-page .summary-grid { grid-template-columns: 1fr; }
  .legal-page .summary-grid article { min-height: 175px; }
  .legal-page .legal-document > section:not(.legal-summary) { padding: 36px 0 34px; }
  .legal-page .legal-document > section:not(.legal-summary) p { font-size: .85rem; }
  .legal-page .support-layout { padding: 70px 0 82px; }
  .legal-page .support-form { padding: 23px 19px; border-radius: 21px; }
  .legal-footer { min-height: 145px; align-items: flex-start; }
  .legal-footer > p { display: none; }
}
