:root {
  color-scheme: light;
  --canvas: #f7f4f1;
  --ink: #17171a;
  --muted: #686166;
  --red: #9d2546;
  --plum: #402533;
  --line: #d8ced0;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}
* { box-sizing: border-box; }
body { margin: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
p { font-size: 17px; line-height: 1.6; }
a { color: inherit; text-underline-offset: 5px; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; border-radius: 3px; }
.invitation a:focus-visible { outline-color: white; }
.wrap { width: min(100%, 1360px); padding-inline: max(24px, env(safe-area-inset-left)) max(24px, env(safe-area-inset-right)); margin-inline: auto; }
.opening { position: absolute; inset: 0 0 auto; z-index: 2; pointer-events: none; }
.masthead { text-align: center; padding-top: max(27px, env(safe-area-inset-top)); }
.wordmark { font: 700 33px/1 var(--serif); letter-spacing: -1.8px; }
.hero { --drift: 0px; --tilt: 0deg; position: relative; isolation: isolate; overflow: clip; padding-top: 113px; padding-bottom: 45px; background: radial-gradient(ellipse at 50% 24%, #fbf8f3 12%, #fbf8f300 67%), radial-gradient(ellipse at 1% 5%, #edc2cd 0%, #edc2cd00 58%), linear-gradient(165deg,#f8e9e3 10%,#f3e3e4 57%,#d5c8df 100%); }
.hero-copy { text-align: center; position: relative; z-index: 2; }
h1 { font-size: clamp(39px, 11.8vw, 62px); line-height: 1.04; letter-spacing: -1.9px; }
em { color: var(--red); font-weight: 400; }
.intro { margin: 23px auto 0; max-width: 530px; font-size: 16px; line-height: 1.55; }
.desktop-break { display: none; }
.hero-action { margin: 24px auto 0; }
.store-badge { display: inline-block; width: 210px; max-width: 100%; border-radius: 14px; vertical-align: middle; }
.store-badge img { display: block; width: 100%; height: auto; }
.small { font-size: 13px; line-height: 1.5; }
.hero-action .small { color: var(--muted); margin-top: 18px; }
.hero-stage { position: relative; width: min(100%, 850px); margin: 42px auto 0; display: grid; justify-items: center; }
.hero-device { position: relative; z-index: 2; transform: translateY(var(--drift)) rotate(var(--tilt)); }
.inspiration-print { position: absolute; z-index: 1; width: 144px; left: calc(50% - 213px); top: 105px; padding: 8px 8px 13px; background: #fcf9f4; border-radius: 3px; box-shadow: 0 14px 22px #4a31432a; transform: rotate(-13deg) translateY(calc(var(--drift) * -1.4)); }
.inspiration-print img { display: block; width: 100%; height: 174px; object-fit: cover; }
.inspiration-print figcaption { font: italic 18px/1.3 var(--serif); text-align: center; padding-top: 12px; }
.paper-note { position: absolute; width: 125px; right: calc(50% - 205px); top: 225px; padding: 22px 10px; z-index: 1; color: var(--red); background: linear-gradient(125deg,#fffcf6,#ece5db); box-shadow: 0 12px 24px #432e3427; transform: rotate(13deg) translateY(calc(var(--drift) * -1)); }
.paper-note p { font: italic 19px/1.4 var(--serif); text-align: center; }
.paper-note svg { display: block; width: 49px; margin: 14px auto 0; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.preview-caption { font: italic 14px/1.5 var(--serif); color: var(--muted); text-align: center; margin-top: 25px; }
.hero > .preview-caption { position: relative; margin-top: 28px; }
.phone { width: min(270px, 71vw); aspect-ratio: 0.485; padding: 7px; border-radius: 42px; border: 2px solid #777478; background: linear-gradient(110deg,#77777a,#171719 9%,#0c0c0e 80%,#6d6b70); box-shadow: 0 25px 38px -12px #30232c55, 0 4px 8px #30232c26, inset 0 0 0 2px #202024; position: relative; text-align: left; color: var(--ink); }
.phone::after { position: absolute; content: ''; width: 3px; height: 48px; top: 110px; right: -4px; background: #49474b; border-radius: 0 2px 2px 0; }
.phone-glass { height: 100%; border-radius: 32px; overflow: hidden; background: #f7f4f1; display: flex; flex-direction: column; }
.status-bar { height: 38px; flex: none; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: #17171a; }
.status-time { font: 600 11px/1 var(--sans); font-variant-numeric: tabular-nums; letter-spacing: -.2px; }
.dynamic-island { position: absolute; width: 73px; height: 20px; border-radius: 20px; background: #09090a; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.status-indicators { display: block; width: 49px; height: auto; flex: none; }
.phone-pages { position: relative; flex: 1; min-height: 0; }
.phone-page { height: 100%; padding: 12px 13px 0; display: flex; flex-direction: column; overflow: hidden; }
.phone-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 17px; flex: none; }
.phone-heading > div { display: grid; gap: 5px; }
.phone-heading strong { font: 750 25px/1.1 var(--sans); letter-spacing: -.6px; }
.plan-owner { font: 750 6.5px/1.4 var(--sans); letter-spacing: 1px; color: var(--red); }
.phone-kicker { font: 600 6px/1.4 var(--sans); letter-spacing: .8px; color: #774052; }
.profile-avatar { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #b88a9b; border-radius: 50%; background: #f3e3e4; font-size: 12px; flex: none; }
.phone-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 5px; font: 600 9px/1.4 var(--sans); margin-bottom: 14px; flex: none; }
.phone-toolbar strong { letter-spacing: .4px; font-size: 9px; }
.phone-filters { display: flex; gap: 6px; margin-bottom: 16px; font: 600 8px/1.2 var(--sans); }
.phone-filters span, .image-season { border: 1px solid #b88a9b; background: white; padding: 5px 9px; border-radius: 20px; }
.phone-filters .active { background: #17171a; color: white; border-color: #17171a; }
.look-preview-image { position: relative; min-height: 110px; max-height: 53%; flex: 1; overflow: hidden; border-radius: 8px; background: #f3e3e4; }
.look-preview-image > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-hero .look-preview-image > img { object-fit: cover; }
.image-season { position: absolute; top: 8px; left: 8px; font: 600 8px/1.2 var(--sans); }
.look-card-caption { display: flex; justify-content: space-between; gap: 6px; margin-top: 12px; flex: none; }
.look-card-caption > div { display: grid; gap: 5px; }
.look-card-caption strong { font: 700 15px/1.2 var(--sans); letter-spacing: -.3px; }
.look-card-caption span { font: 8px/1.3 var(--sans); color: #774052; }
.look-card-caption .look-price { text-align: right; flex: none; }
.look-price strong { font-size: 10px; font-weight: 500; letter-spacing: 0; }
.phone-footnote { font: 8px/1.5 var(--sans); color: #774052; margin-top: 17px; margin-bottom: 14px; }
.phone-tabs { display: flex; justify-content: space-around; margin: auto -9px 0; padding: 3px; border: 1px solid #fff; border-radius: 34px; background: #fffaf8ed; box-shadow: 0 6px 18px #40253314; flex: none; }
.phone-tabs > span { flex: 1; display: grid; justify-items: center; gap: 3px; color: #17171a; padding: 6px 1px; border-radius: 25px; }
.phone-tabs > .selected { color: var(--red); background: #eee9e5; }
.phone-tabs svg { width: 20px; height: 20px; }
.phone-tabs small { font: 8px/1.1 var(--sans); }
.home-indicator { width: 32%; height: 4px; border-radius: 5px; background: #17171a; flex: none; align-self: center; margin: 7px auto 6px; }
h2 { font-size: clamp(37px, 9.5vw, 58px); line-height: 1.13; letter-spacing: -1.5px; }
.story { position: relative; background: var(--canvas); }
.story-heading { text-align: center; padding-top: 70px; padding-bottom: 12px; }
.story-heading h2 { max-width: 800px; margin-inline: auto; }
.story-sticky { display: none; }
.chapter { padding-top: 65px; padding-bottom: 58px; }
.chapter-copy { max-width: 560px; }
.chapter-label { font-size: 10px; color: var(--red); letter-spacing: 2px; line-height: 1.5; font-weight: 650; margin-bottom: 22px; }
.chapter h2 { font-size: clamp(35px, 9vw, 55px); }
.chapter-description { margin-top: 24px; max-width: 510px; }
.chapter-rail { display: flex; width: 142px; gap: 7px; margin-top: 29px; }
.chapter-rail i { height: 3px; flex: 1; border-radius: 5px; background: #ddcdd2; }
.chapter-rail .current { background: var(--red); }
.inline-preview { display: grid; justify-items: center; padding-top: 38px; }
.inline-preview .phone { aspect-ratio: .46; }
.chapter + .chapter { border-top: 1px solid var(--line); }
.phone-search { display: flex; align-items: center; gap: 6px; border: 1px solid #b88a9b; border-radius: 7px; background: white; min-height: 33px; padding: 8px; font: 9px/1.3 var(--sans); color: #774052; margin-bottom: 15px; flex: none; }
.phone-search svg { width: 13px; height: 13px; flex: none; }
.library-label { font: 700 9px/1.4 var(--sans); letter-spacing: .5px; margin-bottom: 12px; flex: none; }
.library-label span { font-size: 8px; color: #774052; margin-left: 4px; }
.ideas-board { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; min-height: 100px; flex: 1; max-height: 190px; }
.ideas-board > div { display: flex; flex-direction: column; min-height: 0; }
.ideas-board img { display: block; width: 100%; min-height: 0; flex: 1; object-fit: cover; border-radius: 7px; background: #f3e3e4; }
.ideas-board strong { font: 600 9px/1.3 var(--sans); margin-top: 7px; }
.ideas-board span { font: 8px/1.4 var(--sans); color: #774052; margin-top: 4px; }
.mood-label { border-top: 1px solid #d8ced0; padding-top: 12px; margin-top: 14px; }
.mini-board { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }
.mini-board img { width: 44px; height: 47px; object-fit: cover; border-radius: 5px; }
.mini-board > div { display: grid; gap: 5px; }
.mini-board strong { font: 700 10px/1.2 var(--sans); }
.mini-board span { font: 8px/1.3 var(--sans); color: #774052; }
.section-icon { display: flex; align-items: center; gap: 6px; }
.section-icon svg { width: 19px; height: 19px; color: #774052; }
.round-plus { border-radius: 50%; color: white; background: #17171a; width: 19px; height: 19px; display: grid; place-items: center; font-size: 15px; }
.goal-preview, .savings-preview { padding: 13px 11px; border: 1px solid #b88a9b; background: white; border-radius: 9px; box-shadow: 0 2px 4px #4025330a; flex: none; }
.goal-name { display: flex; align-items: center; gap: 7px; }
.goal-name > strong { font: 700 14px/1.2 var(--sans); letter-spacing: -.3px; }
.goal-name > span:last-child { margin-left: auto; color: #774052; }
.goal-symbol { width: 26px; height: 26px; flex: none; padding: 5px; border: 1px solid #b88a9b; border-radius: 50%; color: var(--red); background: #f3e3e4; }
.goal-symbol svg { display: block; width: 100%; height: 100%; }
.demo-meter { background: #e9e2e4; height: 4px; border-radius: 20px; width: 100%; margin-top: 13px; overflow: hidden; }
.demo-meter span { display: block; width: 37.5%; height: 100%; background: var(--red); border-radius: inherit; }
.goal-progress { display: flex; justify-content: space-between; gap: 8px; font: 8px/1.4 var(--sans); margin-top: 7px; }
.goal-preview > p { font: 8px/1.4 var(--sans); color: #774052; margin-top: 10px; }
.savings-preview { margin-top: 15px; }
.pot-heading { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.pot-heading strong { font: 700 8px/1.4 var(--sans); letter-spacing: .5px; }
.pot-heading b { font: 700 17px/1.2 var(--sans); }
.savings-preview p { font: 9px/1.5 var(--sans); color: #774052; margin-top: 10px; }
.money-actions { display: flex; gap: 5px; margin-top: 12px; }
.money-actions span { flex: 1; border: 1px solid #777077; padding: 8px 2px; border-radius: 6px; text-align: center; font: 600 9px/1.3 var(--sans); }
.money-actions span:first-child { background: #17171a; color: white; border-color: #17171a; }
.savings-preview .pot-note { font-size: 7px; }
.savings-history { font: 10px/1.4 var(--sans); margin-top: 17px; }
.page-goals .phone-heading { margin-bottom: 12px; }
.page-goals .phone-toolbar { margin-bottom: 10px; }
.page-goals .savings-preview { margin-top: 11px; }
.page-goals .savings-history { margin-top: 12px; }
.page-goals .phone-footnote { margin-top: 9px; margin-bottom: 9px; }
.manual-note { border-left: 2px solid #caa7b2; padding-left: 17px; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.faq { display: grid; gap: 30px; padding-block: 65px; }
.faq h2 { font-size: clamp(37px, 8.5vw, 48px); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; padding: 24px 0; font: 23px/1.25 var(--serif); letter-spacing: -.3px; min-height: 64px; }
summary::-webkit-details-marker { display: none; }
summary svg { flex: none; height: 20px; width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
details[open] .plus-vertical { display: none; }
details p { padding-bottom: 26px; }
.invitation { background: radial-gradient(ellipse at 50% 0%, #774052, #402533 75%); color: #fbf5ee; padding-block: 65px; text-align: center; }
.invitation h2 { max-width: 1000px; margin-inline: auto; }
.invitation p { margin: 22px auto 28px; max-width: 680px; }
.invitation .small { margin-top: 18px; margin-bottom: 0; }
.footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; padding-top: 34px; padding-bottom: max(32px, env(safe-area-inset-bottom)); }
.footer p { width: 100%; order: 3; font-size: 13px; color: var(--muted); }
.footer a { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 14px; background: white; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
@media (min-width: 600px) {
  .wrap { padding-inline: 40px; }
  .hero { padding-top: 125px; padding-bottom: 55px; }
  h1 { font-size: clamp(62px, 8vw, 94px); letter-spacing: -3.8px; }
  .intro { font-size: 18px; }
  .desktop-break { display: initial; }
  .hero-action { margin-top: 28px; }
  .hero-stage { margin-top: 45px; }
  .phone { width: 300px; border-radius: 47px; padding: 8px; }
  .phone-glass { border-radius: 36px; }
  .phone-heading strong { font-size: 28px; }
  .status-bar { height: 43px; padding-inline: 22px; }
  .status-time { font-size: 12px; }
  .status-indicators { width: 53px; }
  .dynamic-island { width: 85px; height: 24px; }
  .phone-page { padding-inline: 17px; }
  .phone-tabs svg { width: 19px; height: 19px; }
  .phone-footnote { font-size: 9px; }
  .inspiration-print { width: 213px; left: calc(50% - 325px); top: 115px; padding: 11px 11px 16px; }
  .inspiration-print img { height: 240px; }
  .inspiration-print figcaption { font-size: 25px; }
  .paper-note { width: 182px; right: calc(50% - 322px); top: 210px; padding: 30px 14px; }
  .paper-note p { font-size: 26px; }
  .paper-note svg { width: 70px; margin-top: 23px; }
  .preview-caption { font-size: 15px; }
  .hero > .preview-caption { margin-top: 36px; }
  .chapter { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; }
  .chapter-label { font-size: 11px; }
  .chapter h2 { font-size: 40px; }
  .chapter-description { font-size: 17px; }
  .inline-preview { padding-top: 0; }
  .inline-preview .phone { width: 265px; }
  .story-heading { padding-block: 85px 40px; }
}
@media (min-width: 900px) {
  .wordmark { font-size: 37px; }
  .hero { padding-top: 135px; }
  .intro { font-size: 19px; max-width: 660px; margin-top: 25px; }
  .hero-action .small { font-size: 14px; }
  .hero-stage { margin-top: 52px; }
  .hero-device .phone { width: 320px; }
  .phone { width: 310px; }
  .chapter { min-height: 760px; padding-block: 70px; }
  .chapter h2 { font-size: clamp(44px,4.5vw,64px); }
  .chapter-description { font-size: 19px; line-height: 1.7; }
  .chapter-label { font-size: 12px; letter-spacing: 2.7px; }
  .chapter-rail { width: 240px; margin-top: 40px; gap: 10px; }
  .manual-note { max-width: 420px; font-size: 15px; }
  .story { background: radial-gradient(ellipse at 80% 35%,#efd9e1,#f7f4f1 68%); }
  .story-enhanced .story-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; }
  .story-enhanced .chapters { grid-column: 1; grid-row: 1; }
  .story-enhanced .story-sticky { display: flex; flex-direction: column; align-items: center; position: sticky; top: max(25px,calc((100svh - 690px)/2)); align-self: start; grid-column: 2; grid-row: 1; padding-block: 24px; }
  .story-enhanced .chapter { display: flex; align-items: center; min-height: max(760px,90svh); }
  .story-enhanced .chapter + .chapter { border: 0; }
  .story-enhanced .inline-preview { display: none; }
  .story-sticky .phone-page { position: absolute; inset: 0; opacity: 0; transform: translateY(16px); transition: opacity 450ms ease,transform 650ms cubic-bezier(.22,1,.36,1); }
  .story[data-scene='ideas'] .story-sticky .page-ideas,
  .story[data-scene='looks'] .story-sticky .page-looks,
  .story[data-scene='goals'] .story-sticky .page-goals { opacity: 1; transform: translateY(0); }
  .faq { grid-template-columns: .9fr 1.1fr; gap: 65px; padding-block: 95px; }
  .faq h2 { padding-top: 18px; }
  summary { font-size: 26px; }
  .invitation { padding-block: 90px; }
  .invitation h2 { font-size: 64px; }
  .invitation p { font-size: 18px; }
  .footer { flex-wrap: nowrap; padding-block: 34px; }
  .footer p { order: 0; width: auto; font-size: 15px; }
}
@media (min-width: 1200px) {
  .wrap { padding-inline: 70px; }
}
@media (max-width: 359px) {
  .status-bar { padding-inline: 17px; }
  .status-indicators { width: 43px; }
  .goal-preview, .savings-preview { padding-block: 9px; }
  .inline-preview .phone { width: 248px; aspect-ratio: .46; }
  .phone-heading { margin-bottom: 11px; }
  .phone-heading strong { font-size: 23px; }
  .phone-tabs { padding-top: 6px; }
  .phone-tabs small { font-size: 8px; }
  .phone-tabs svg { width: 15px; height: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero { --drift: 0px !important; --tilt: 0deg !important; }
}

/* Captured app screens retain the full native layout and device aspect ratio. */
.phone.actual-phone, .inline-preview .phone.actual-phone { aspect-ratio: 1340 / 2888; }
.actual-phone .phone-glass { position: relative; }
.actual-phone .device-status { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 2; pointer-events: none; }
.actual-phone .phone-page { padding: 0; }
.actual-phone .phone-page img { display: block; width: 100%; height: 100%; object-fit: contain; }
.audience-choice { display: flex; gap: 22px; font: 500 14px var(--sans); }
.audience-choice a { color: var(--ink); text-decoration: none; padding-block: 12px; }
.audience-choice a[aria-current] { border-bottom: 1px solid currentColor; }
.masthead { display: flex; align-items: center; justify-content: space-between; }
.release-action { display: inline-block; border-radius: 8px; background: var(--ink); color: #fff; padding: 16px 22px; font: 600 15px/1.4 var(--sans); text-decoration: none; }
.release-action:hover { opacity: .85; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
body[data-audience="men"] { --red: #23476a; }
body[data-audience="men"] .opening, body[data-audience="men"] .hero { background-color: #eef2f5; }

.audience-choice { pointer-events: auto; }
body[data-audience="men"] .opening { background: transparent; }
body[data-audience="men"] .hero { background: radial-gradient(ellipse at 50% 24%,#fbf8f3 12%,#fbf8f300 67%), radial-gradient(ellipse at 1% 5%,#bdd5f0 0%,#bdd5f000 58%), linear-gradient(165deg,#e5eff9 10%,#e5eaf0 57%,#cfddee 100%); }
body[data-audience="men"] .story { background: radial-gradient(ellipse at 80% 35%,#dce8f5,#f7f4f1 68%); }
body[data-audience="men"] .invitation { background: radial-gradient(ellipse at 50% 0%,#365575,#192c40 75%); }
