:root {
  color-scheme: light;
  --cream: #fff7ed;
  --paper: #fffdfa;
  --plum: #330f26;
  --muted: #765f6c;
  --pink: #ef5b8f;
  --pink-text: #9f1a49;
  --line: #eadde3;
}

* { box-sizing: border-box; }
html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--plum); background: var(--cream); }
body { margin: 0; line-height: 1.6; }
a { color: var(--pink-text); text-underline-offset: 3px; }
.shell { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
header { padding: 32px 0 20px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--plum); text-decoration: none; font-weight: 800; font-size: 1.2rem; }
.mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--cream); background: var(--plum); border: 4px solid var(--pink); font-size: .72rem; letter-spacing: -.03em; }
nav { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; font-size: .95rem; }
main { padding: 48px 0 72px; }
h1 { margin: 0 0 12px; font-size: clamp(2.25rem, 8vw, 4rem); line-height: 1.05; letter-spacing: -.04em; }
h2 { margin: 40px 0 8px; font-size: 1.35rem; line-height: 1.25; }
h3 { margin: 24px 0 4px; font-size: 1.05rem; }
p, li { color: var(--muted); }
.lede { font-size: 1.2rem; max-width: 630px; }
.eyebrow { margin: 0 0 10px; color: var(--pink-text); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin-top: 32px; }
.card { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); text-decoration: none; }
.card strong { display: block; margin-bottom: 4px; color: var(--plum); }
.card span { color: var(--muted); }
.callout { margin: 28px 0; padding: 18px 20px; border-left: 4px solid var(--pink); border-radius: 0 14px 14px 0; background: var(--paper); }
.meta { color: var(--muted); font-size: .9rem; }
footer { padding: 28px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --cream:#180812; --paper:#25101d; --plum:#fff5f8; --muted:#d7bdc8; --pink:#ff6a9f; --pink-text:#ff8ab3; --line:#4a2939; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }

/* Marketing home */
.marketing-page { overflow-x: hidden; }
.marketing-page .shell { width: min(1120px, calc(100% - 40px)); }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.marketing-page header { padding: 18px 0; background: color-mix(in srgb, var(--cream) 88%, transparent); }
.marketing-page header nav, .marketing-page footer nav { margin: 0; }
.brand-icon { width: 48px; height: 48px; border-radius: 13px; box-shadow: 0 5px 15px rgba(51,15,38,.16); }
.hero { min-height: 680px; padding: 84px 0 96px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero h1 { max-width: 700px; font-size: clamp(3.6rem, 7vw, 6.6rem); }
.hero .lede { max-width: 690px; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; min-width: 184px; padding: 9px 17px; border-radius: 13px; color: #fff; background: #110d10; line-height: 1.05; font-weight: 650; }
.store-badge small { display: block; margin-bottom: 3px; font-size: .66rem; font-weight: 500; }
.apple { font-size: 1.4rem; }
.text-link { font-weight: 700; text-decoration: none; }
.proof-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; list-style: none; font-size: .93rem; }
.proof-list li { color: var(--plum); font-weight: 650; }
.proof-list li::before { content: "✓"; margin-right: 7px; color: var(--pink-text); }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.watch-band { position: absolute; z-index: -1; width: 178px; height: 235px; border-radius: 44px; background: repeating-linear-gradient(90deg, #b93d69 0 4px, #d95883 4px 8px, #9f294f 8px 11px); box-shadow: inset 0 0 22px rgba(51,15,38,.28); }
.band-top { top: 0; }.band-bottom { bottom: 0; }
.watch-case { width: 330px; height: 390px; padding: 16px; border-radius: 82px; background: linear-gradient(145deg,#eadfe3,#a9909b); box-shadow: 0 35px 65px rgba(51,15,38,.25), inset 0 1px 2px #fff; }
.watch-screen { height: 100%; padding: 35px 29px 27px; border-radius: 68px; display: flex; flex-direction: column; align-items: center; color: #fff7ed; background: #1b0714; box-shadow: inset 0 0 35px #000; }
.watch-project { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 750; }
.watch-label { margin-top: 35px; color: #f287ae; font-size: .78rem; font-weight: 800; letter-spacing: .18em; }
.watch-screen strong { font-size: 7.5rem; line-height: 1; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.watch-controls { width: 100%; display: grid; grid-template-columns: 1fr 1.7fr; gap: 12px; margin-top: auto; }
.watch-controls span { display: grid; min-height: 68px; place-items: center; border: 1px solid #6a455a; border-radius: 24px; font-size: 2.25rem; }
.watch-controls .watch-plus { border: 0; background: #ef5b8f; font-size: 2.8rem; font-weight: 700; }
.yarn { position: absolute; z-index: -2; width: 220px; height: 220px; border-radius: 50%; opacity: .28; border: 28px dashed var(--pink); }
.yarn-one { right: -55px; top: 12px; }.yarn-two { left: -75px; bottom: 5px; transform: scale(.65); }
.promise-section { padding: 88px 0; text-align: center; color: var(--cream); background: var(--plum); }
.promise { max-width: 800px; }
.promise-section .eyebrow { color: var(--pink); }
.promise-section h2 { margin: 0 auto 18px; color: inherit; font-size: clamp(2.2rem,5vw,4rem); letter-spacing: -.035em; }
.promise-section p:last-child { max-width: 720px; margin: auto; color: color-mix(in srgb, var(--cream) 76%, transparent); font-size: 1.15rem; }
.feature-section { padding: 104px 0; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .free-card h2, .closing h2 { margin: 0; font-size: clamp(2.15rem,5vw,3.6rem); letter-spacing: -.035em; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature-card { min-height: 275px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 18px 45px rgba(51,15,38,.055); }
.feature-card.featured { color: var(--cream); background: var(--plum); border-color: transparent; }
.feature-card.featured p { color: color-mix(in srgb, var(--cream) 72%, transparent); }
.feature-card.wide { grid-column: 1/-1; min-height: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 25px; }
.feature-symbol { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--plum); background: color-mix(in srgb, var(--pink) 30%, var(--cream)); font-size: 1.65rem; }
.feature-card h3 { margin: 22px 0 8px; font-size: 1.45rem; }
.feature-card.wide h3 { margin-top: 0; }
.feature-card p { margin: 0; }
.free-section { padding: 24px 0 104px; }
.free-card { padding: 50px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; border-radius: 36px; color: var(--cream); background: linear-gradient(135deg,#330f26,#641837); }
.free-card p:not(.eyebrow) { max-width: 650px; color: #e4cbd5; }
.free-card .eyebrow { color: var(--pink); }
.pro-pill { min-width: 210px; padding: 24px; border-radius: 26px; text-align: center; color: var(--plum); background: var(--pink); font-size: 1.45rem; }
.pro-pill strong { display: inline-block; margin-left: 4px; font-size: .7rem; letter-spacing: .12em; }
.pro-pill span { display: block; margin-top: 8px; font-size: .85rem; font-weight: 700; }
.closing { padding: 36px 0 110px; text-align: center; }
.closing img { margin-bottom: 24px; border-radius: 26px; box-shadow: 0 16px 35px rgba(51,15,38,.18); }
.closing p:not(.eyebrow) { max-width: 620px; margin: 14px auto 28px; }
.support-button { display: inline-block; padding: 13px 20px; border-radius: 14px; color: #fff; background: var(--pink-text); text-decoration: none; font-weight: 750; }
.marketing-page footer { padding-top: 32px; }

@media (max-width: 780px) {
  .header-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .marketing-page header nav { gap: 12px; font-size: .88rem; }
  .hero { min-height: 0; padding: 64px 0 80px; grid-template-columns: 1fr; gap: 45px; }
  .hero h1 { font-size: clamp(3.35rem,16vw,5.2rem); }
  .hero-visual { min-height: 480px; transform: scale(.9); margin: -15px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.wide { grid-column: auto; grid-template-columns: 1fr; }
  .free-card { padding: 34px 26px; grid-template-columns: 1fr; }
  .pro-pill { width: 100%; }
}

@media (max-width: 420px) {
  .marketing-page .shell { width: min(100% - 28px,1120px); }
  .hero-visual { min-height: 430px; transform: scale(.78); margin: -45px 0; }
  .feature-card { min-height: 0; padding: 27px; }
}
