/* StyleChart: warm neutrals, one bronze accent, light tightly tracked type with weight for emphasis.
   Never serif, never italic. Mobile first; wider layouts from 760px and 1080px. */

:root {
  --bg: #FFFFFF;
  --surface: #F3F3F4;
  --raised: #FFFFFF;
  --ink: #111112;
  --muted: #6B6B70;
  --faint: #B4B4BA;
  --line: #E6E6E8;
  --accent: #9A7A55;
  --night: #0B0B0C;
  --night-2: #19191B;
  --on-night: #FFFFFF;
  --on-night-muted: #9A9AA0;
  --shadow: 17, 17, 18;
  --radius-lg: 28px;
  --radius-md: 18px;
  --gutter: 20px;
  --max: 1180px;
  --ease: cubic-bezier(.2, .7, .1, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 17px/1.55 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
em { font-style: normal; font-weight: 600; }
strong { font-weight: 800; }

.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; z-index: 99; background: var(--ink); color: var(--bg); padding: 8px 14px; border-radius: 99px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ── Type ───────────────────────────────────────────── */
.wordmark { font-weight: 300; letter-spacing: -0.04em; font-size: 22px; text-decoration: none; }
.wordmark b { font-weight: 800; }
.wordmark--sm { font-size: 14px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
.eyebrow--light { color: #C9A87F; }
.display { font-weight: 300; font-size: clamp(44px, 11vw, 92px); line-height: .98; letter-spacing: -0.05em; margin: 0 0 22px; }
.display--light { color: var(--on-night); }
.title { font-weight: 300; font-size: clamp(34px, 7.4vw, 60px); line-height: 1.02; letter-spacing: -0.045em; margin: 0 0 16px; }
.title--light { color: var(--on-night); }
.lede { color: var(--muted); font-size: clamp(17px, 2.2vw, 20px); max-width: 34em; margin: 0; }
.lede--light { color: var(--on-night-muted); }

/* ── Buttons ────────────────────────────────────────── */
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 0; text-decoration: none; font-weight: 600; font-size: 15px; transition: transform .2s var(--ease), background .2s; }
.pill:active { transform: scale(.97); }
.pill--sm { min-height: 40px; padding: 0 18px; font-size: 14px; }
.pill--ink { background: var(--ink); color: var(--bg); }
.pill--light { background: var(--on-night); color: var(--night); }
.pill--ghost { background: transparent; color: var(--on-night); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.pill--ghost:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); }

.stores { display: flex; flex-wrap: wrap; gap: 10px; }
.store { display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: var(--bg); text-decoration: none; padding: 12px 24px 12px 18px; border-radius: 16px; transition: transform .25s var(--ease), box-shadow .25s; box-shadow: 0 10px 30px -12px rgba(var(--shadow),.5); }
.store:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -14px rgba(var(--shadow),.6); }
.store svg { width: 26px; height: 26px; fill: currentColor; }
.store span { display: flex; flex-direction: column; font-weight: 600; font-size: 20px; line-height: 1.05; letter-spacing: -0.02em; }
.store small { font-weight: 400; font-size: 11px; letter-spacing: .02em; opacity: .8; }
.store--light { background: var(--on-night); color: var(--night); }

/* ── Nav ────────────────────────────────────────────── */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px var(--gutter); padding-top: max(14px, env(safe-area-inset-top)); transition: background .3s, box-shadow .3s, backdrop-filter .3s; }
.nav nav { display: none; gap: 28px; font-size: 15px; }
.nav nav a { text-decoration: none; color: var(--muted); transition: color .2s; }
.nav nav a:hover { color: var(--ink); }
.nav.is-scrolled { background: rgba(255,255,255,.82); backdrop-filter: saturate(1.4) blur(16px); -webkit-backdrop-filter: saturate(1.4) blur(16px); box-shadow: 0 1px 0 var(--line); }

/* ── Layout ─────────────────────────────────────────── */
.section { padding: 96px var(--gutter); max-width: var(--max); margin: 0 auto; }
.section__head { margin-bottom: 40px; }

/* ── Hero ───────────────────────────────────────────── */
.hero { position: relative; max-width: var(--max); margin: 0 auto; padding: 120px var(--gutter) 40px; display: grid; gap: 56px; }
.hero__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 32px; }
.free { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.free li { font-size: 13px; font-weight: 500; padding: 6px 12px; border-radius: 99px; background: var(--surface); }
.free li::before { content: "✓"; color: var(--accent); font-weight: 800; margin-right: 6px; }

.hero__stage { position: relative; height: 560px; display: grid; place-items: center; }
.float { position: absolute; margin: 0; width: 42%; max-width: 230px; border-radius: 22px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(var(--shadow),.55); will-change: transform; }
.float img { aspect-ratio: 3/4; object-fit: cover; width: 100%; }
.float--a { left: 0; top: 30px; transform: rotate(-6deg); }
.float--b { right: 0; bottom: 20px; transform: rotate(5deg); }

.phone { position: relative; z-index: 2; width: 270px; aspect-ratio: 9/19.3; border-radius: 46px; background: var(--night); padding: 10px; box-shadow: 0 50px 90px -40px rgba(var(--shadow),.7), inset 0 0 0 2px #26262A; animation: phone-in 1.2s var(--ease) both .2s; }
.phone::before { content: ""; position: absolute; top: 18px; left: 50%; width: 84px; height: 24px; border-radius: 99px; background: #000; transform: translateX(-50%); z-index: 3; }
.phone__screen { height: 100%; border-radius: 37px; background: var(--bg); overflow: hidden; padding: 52px 16px 16px; display: flex; flex-direction: column; gap: 10px; }
.app-top { display: flex; justify-content: space-between; align-items: center; }
.avatar { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 600; background: var(--surface); }
.avatar--ink { background: var(--ink); color: var(--bg); width: 38px; height: 38px; font-size: 15px; }
.app-greet { margin: 4px 0 0; font-weight: 300; font-size: 24px; line-height: 1.05; letter-spacing: -0.04em; }
.look { position: relative; border-radius: 18px; overflow: hidden; flex: 1; min-height: 0; animation: rise .9s var(--ease) both .7s; }
.look img { width: 100%; height: 100%; object-fit: cover; }
.look::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(11,11,12,.82)); }
.tag { position: absolute; top: 10px; left: 10px; z-index: 1; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: 5px 9px; border-radius: 99px; background: rgba(255,255,255,.92); }
.look__text { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 1; color: #FFFFFF; display: flex; flex-direction: column; }
.look__text b { font-weight: 300; font-size: 22px; letter-spacing: -0.03em; }
.look__text span { font-size: 10px; opacity: .75; }
.mini-timeline { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.mini-timeline li { display: grid; grid-template-columns: 10px 1fr; column-gap: 8px; align-items: center; background: var(--surface); border-radius: 12px; padding: 8px 10px; font-size: 11px; animation: rise .7s var(--ease) both; animation-delay: calc(1.1s + var(--i) * .15s); }
.mini-timeline b { font-weight: 600; }
.mini-timeline span:last-child { grid-column: 2; color: var(--muted); font-size: 10px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); grid-row: span 2; }

@keyframes phone-in { from { opacity: 0; transform: translateY(40px) rotate(-2deg); } to { opacity: 1; transform: none; } }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ── Marquee ────────────────────────────────────────── */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 20px 0; margin: 24px 0 0; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 48px; width: max-content; animation: marquee 38s linear infinite; }
.marquee span { font-weight: 300; font-size: clamp(26px, 5vw, 44px); letter-spacing: -0.04em; color: var(--faint); white-space: nowrap; }
.marquee span:nth-child(3n+1) { color: var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Problem ────────────────────────────────────────── */
.questions { display: grid; gap: 16px; }
.q { margin: 0; position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; }
.q img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.q:hover img { transform: scale(1.04); }
.q::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(11,11,12,.8)); }
.q figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 22px; color: #FFFFFF; font-weight: 300; font-size: 26px; line-height: 1.1; letter-spacing: -0.03em; }

/* ── How: audience switch ───────────────────────────── */
.switch { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; background: var(--surface); border-radius: 999px; padding: 5px; margin-bottom: 36px; }
.switch button { position: relative; z-index: 1; border: 0; background: none; padding: 12px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; color: var(--muted); transition: color .3s; }
.switch button[aria-selected="true"] { color: var(--bg); }
.switch__thumb { position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 999px; background: var(--ink); transition: transform .45s var(--ease); }
.switch[data-audience="pro"] .switch__thumb { transform: translateX(100%); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.step { background: var(--surface); border-radius: var(--radius-lg); padding: 28px; }
.steps.is-swapping .step { animation: rise .6s var(--ease) both; }
.steps.is-swapping .step:nth-child(2) { animation-delay: .08s; }
.steps.is-swapping .step:nth-child(3) { animation-delay: .16s; }
.step__n { font-weight: 800; color: var(--accent); font-size: 13px; letter-spacing: .1em; }
.step h3 { font-weight: 600; font-size: 22px; letter-spacing: -0.02em; margin: 10px 0 8px; }
.step p { margin: 0; color: var(--muted); }

/* ── Record (interactive) ───────────────────────────── */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.chips button { border: 0; background: var(--surface); padding: 10px 18px; border-radius: 999px; font-weight: 500; font-size: 15px; transition: background .25s, color .25s; }
.chips button[aria-selected="true"] { background: var(--ink); color: var(--bg); box-shadow: none; }
.entry { display: grid; gap: 0; background: var(--surface); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 60px -40px rgba(var(--shadow),.6); }
.entry.is-swapping .entry__body, .entry.is-swapping .entry__photo img { animation: rise .6s var(--ease) both; }
.entry__photo { position: relative; aspect-ratio: 4/3; background: var(--surface); }
.entry__photo img { width: 100%; height: 100%; object-fit: cover; }
.entry__body { padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.entry__meta { font-size: 14px; color: var(--muted); }
.entry__title { font-weight: 300; font-size: 36px; letter-spacing: -0.04em; line-height: 1; margin: 4px 0 0; }
.spec { background: var(--raised); border-radius: var(--radius-md); padding: 16px 18px; }
.spec h4 { margin: 0 0 10px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.spec ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.spec li { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; }
.spec li span:last-child { color: var(--muted); text-align: right; }
.angles { display: flex; gap: 8px; }
.angles span { flex: 1; font-size: 11px; text-align: center; padding: 8px 4px; border-radius: 10px; background: var(--surface); color: var(--muted); }
.angles span.is-on { background: var(--ink); color: var(--bg); }

/* ── Share (interactive) ────────────────────────────── */
.share__grid { display: grid; gap: 40px; align-items: center; }
.toggles { border: 0; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.toggles legend { font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 12px; }
.toggles label { cursor: pointer; }
.toggles input { position: absolute; opacity: 0; pointer-events: none; }
.toggles span { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 999px; background: var(--surface); font-weight: 500; transition: background .25s, color .25s; }
.toggles span::before { content: ""; width: 34px; height: 20px; border-radius: 99px; background: #D9D9DD radial-gradient(circle at 10px 50%, #fff 7px, transparent 7.5px); transition: background .3s var(--ease); }
.toggles input:checked + span { background: var(--ink); color: var(--bg); box-shadow: none; }
.toggles input:checked + span::before { background: var(--accent) radial-gradient(circle at 24px 50%, #fff 7px, transparent 7.5px); }
.toggles input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }

.pro-view { background: var(--night); color: var(--on-night); border-radius: var(--radius-lg); padding: 24px; box-shadow: 0 40px 80px -40px rgba(11,11,12,.8); }
.pro-view__bar { display: flex; gap: 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #26262A; }
.pro-view__bar div { display: flex; flex-direction: column; }
.pro-view__bar span { font-size: 13px; color: var(--on-night-muted); }
.pro-view__bar em { color: #C9A87F; }
.pro-view__list { list-style: none; margin: 0; padding: 14px 0; display: grid; gap: 8px; min-height: 250px; align-content: start; }
.pro-view__list li { display: flex; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 14px; background: var(--night-2); font-size: 15px; animation: rise .45s var(--ease) both; }
.pro-view__list li span { color: var(--on-night-muted); font-size: 13px; }
.pro-view__list .empty { background: none; color: var(--on-night-muted); justify-content: center; padding-top: 70px; }
.pro-view__log { margin: 0; font-size: 13px; color: var(--on-night-muted); display: flex; align-items: center; gap: 10px; }
.dot--live { width: 8px; height: 8px; box-shadow: 0 0 0 0 rgba(201,168,127,.6); animation: pulse 2s infinite; background: #C9A87F; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(201,168,127,0); } 100% { box-shadow: 0 0 0 0 rgba(201,168,127,0); } }

.promises { list-style: none; margin: 72px 0 0; padding: 0; display: grid; gap: 28px; }
.promises li { border-top: 1px solid var(--line); padding-top: 20px; }
.promises h3 { margin: 0 0 6px; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.promises p { margin: 0; color: var(--muted); font-size: 16px; }

/* ── Pros ───────────────────────────────────────────── */
.pros { max-width: none; background: var(--night); color: var(--on-night); border-radius: 36px 36px 0 0; }
.pros__grid { max-width: var(--max); margin: 0 auto; display: grid; gap: 48px; }
.pros__photos { position: relative; height: 420px; }
.pros__photos img { position: absolute; object-fit: cover; border-radius: 22px; box-shadow: 0 30px 60px -30px #000; will-change: transform; }
.pros__photos .p1 { left: 0; top: 0; width: 62%; height: 85%; }
.pros__photos .p2 { right: 0; top: 12%; width: 40%; height: 46%; }
.pros__photos .p3 { right: 6%; bottom: 0; width: 36%; height: 40%; }
.benefits { list-style: none; margin: 0 0 40px; padding: 0; display: grid; gap: 22px; }
.benefits li { display: flex; flex-direction: column; gap: 4px; padding-left: 20px; border-left: 2px solid #C9A87F; }
.benefits b { font-weight: 600; font-size: 18px; }
.benefits span { color: var(--on-night-muted); }
.invite { background: var(--night-2); border-radius: var(--radius-lg); padding: 24px; }
.invite__label { margin: 0 0 12px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #C9A87F; }
.invite blockquote { margin: 0 0 20px; font-size: 18px; font-weight: 300; line-height: 1.5; color: var(--on-night); }
.invite__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* ── FAQ ────────────────────────────────────────────── */
.faq { max-width: 860px; }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { list-style: none; cursor: pointer; padding: 22px 40px 22px 0; font-size: 19px; font-weight: 500; letter-spacing: -0.01em; position: relative; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translateY(-70%) rotate(45deg); transition: transform .3s var(--ease); }
.faq__list details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq__list p { margin: 0 0 22px; color: var(--muted); max-width: 40em; }

/* ── CTA + footer ───────────────────────────────────── */
.cta { position: relative; overflow: hidden; background: var(--night); padding: 140px var(--gutter); text-align: center; }
.cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.cta::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(11,11,12,.3), rgba(11,11,12,.9)); }
.cta__inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.cta .stores { justify-content: center; }
.cta__free { margin: 0; color: var(--on-night-muted); font-size: 15px; }
.footer { background: var(--night); color: var(--on-night-muted); padding: 32px var(--gutter) max(32px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 8px; border-top: 1px solid #26262A; }
.footer .wordmark { color: var(--on-night); }
.footer p { margin: 0; font-size: 14px; }
.footer__links { display: flex; gap: 20px; font-size: 14px; }
.footer__links a { color: var(--on-night); text-decoration: none; }
.footer__links a:hover { text-decoration: underline; }

/* ── Legal pages ────────────────────────────────────── */
.legal { max-width: 720px; margin: 0 auto; padding: 120px var(--gutter) 96px; }
.legal .title { margin-bottom: 8px; }
.legal__date { color: var(--muted); font-size: 15px; margin: 0 0 32px; }
.legal h2 { font-weight: 600; font-size: 22px; letter-spacing: -0.02em; margin: 48px 0 12px; scroll-margin-top: 90px; }
.legal h3 { font-weight: 600; font-size: 17px; margin: 24px 0 8px; }
.legal p, .legal li { color: #34343A; font-size: 16px; line-height: 1.65; }
.legal ul, .legal ol { padding-left: 20px; margin: 0 0 16px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--ink); text-underline-offset: 3px; }
.legal__toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 8px; }
.legal__toc a { font-size: 14px; text-decoration: none; padding: 6px 12px; border-radius: 99px; background: var(--surface); }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: var(--ink); color: var(--bg); padding: 12px 20px; border-radius: 99px; font-size: 14px; font-weight: 500; opacity: 0; pointer-events: none; transition: all .35s var(--ease); z-index: 60; }
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ── Scroll reveal ──────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ── Wider screens ──────────────────────────────────── */
@media (min-width: 760px) {
  :root { --gutter: 40px; }
  .nav nav { display: flex; }
  .questions { grid-template-columns: repeat(3, 1fr); }
  .questions .q:nth-child(2) { transform: translateY(48px); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .entry { grid-template-columns: 1fr 1.1fr; }
  .entry__photo { aspect-ratio: auto; min-height: 100%; }
  .promises { grid-template-columns: repeat(4, 1fr); }
  .footer { flex-direction: row; justify-content: space-between; align-items: center; }
}
@media (min-width: 1080px) {
  .hero { grid-template-columns: 1.05fr 1fr; align-items: center; min-height: 100svh; padding-top: 110px; }
  .hero__stage { height: 660px; }
  .phone { width: 300px; }
  .float { width: 44%; }
  .share__grid { grid-template-columns: 1fr 1fr; gap: 72px; }
  .pros { padding-block: 130px; }
  .pros__grid { grid-template-columns: 1fr 1.05fr; gap: 80px; align-items: center; }
  .pros__photos { height: 620px; }
}

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

/* Account: plans */
.plans { max-width: var(--max); margin: 0 auto; padding: 120px var(--gutter) 96px; min-height: 70vh; }
.plans .title { margin-bottom: 12px; }
.plans__lede { font-size: 18px; color: #34343A; margin: 0 0 32px; max-width: 560px; }
.plans__muted { color: var(--muted); font-size: 15px; }
.plans__grid { display: grid; gap: 16px; margin-bottom: 24px; }
.plan { position: relative; background: var(--surface); border: 1px solid transparent; border-radius: var(--radius-lg); padding: 28px 24px; display: flex; flex-direction: column; }
.plan.is-current { order: -1; background: var(--raised); border-color: var(--ink); box-shadow: 0 18px 40px -24px rgba(var(--shadow), .35); }
.plan h2 { font-weight: 600; font-size: 20px; letter-spacing: -0.02em; margin: 0 0 6px; }
.plan__price { font-weight: 300; font-size: 40px; letter-spacing: -0.04em; margin: 0 0 16px; }
.plan__price small { font-size: 15px; letter-spacing: 0; color: var(--muted); margin-left: 4px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.plan li { font-size: 15px; line-height: 1.5; color: #34343A; padding: 8px 0; border-top: 1px solid var(--line); }
.plan__status { font-size: 14px; font-weight: 600; color: var(--muted); min-height: 1em; }
.plan.is-current .plan__status { color: var(--accent); }
@media (min-width: 760px) { .plans__grid { grid-template-columns: repeat(3, 1fr); } .plan.is-current { order: 0; } }

/* Professional public page */
.profile { max-width: 720px; margin: 0 auto; padding: 112px var(--gutter) 96px; min-height: 70vh; }
.profile__head { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.profile__head .title { margin: 0; font-size: clamp(32px, 8vw, 48px); }
.profile__avatar { flex: none; width: 88px; height: 88px; border-radius: 50%; background: var(--surface); overflow: hidden; display: grid; place-items: center; font-weight: 600; font-size: 28px; }
.profile__avatar img { width: 100%; height: 100%; object-fit: cover; }
.profile__meta { color: var(--muted); margin: 6px 0 0; }
.profile__bio { font-size: 18px; color: #34343A; margin: 0 0 28px; white-space: pre-line; }
.profile__verified { background: var(--surface); border-radius: var(--radius-md); padding: 18px 20px; margin: 0 0 28px; }
.profile__badge { display: flex; align-items: center; gap: 8px; margin: 0; font-weight: 600; }
.profile__badge svg { width: 22px; height: 22px; fill: var(--accent); flex: none; }
.profile__verified ul { list-style: none; padding: 0; margin: 8px 0 0 30px; color: #34343A; font-size: 15px; }
.profile__fine { color: var(--muted); font-size: 14px; margin: 12px 0 0; }
.profile__share, .profile__shelf { border-top: 1px solid var(--line); padding-top: 28px; margin-top: 28px; }
.profile h2 { font-weight: 600; font-size: 22px; letter-spacing: -0.02em; margin: 0 0 8px; }
.profile__share p { color: #34343A; }
.profile__share .pill { margin: 8px 0 4px; }
.profile__share .stores { margin-top: 20px; }
.profile__shelf ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 12px; }
.profile__shelf a { display: grid; gap: 2px; padding: 16px 20px; border-radius: var(--radius-md); background: var(--surface); text-decoration: none; }
.profile__shelf a:hover { background: var(--line); }
.profile__shelf b { font-weight: 600; }
.profile__shelf a span { color: #34343A; font-size: 15px; }
.profile__shelf small { color: var(--muted); font-size: 13px; }

/* Account: salon dashboard */
.salon { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.salon__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.salon h2 { font-weight: 600; font-size: 28px; letter-spacing: -0.02em; margin: 0; }
.salon__range { display: inline-flex; background: var(--surface); border-radius: 999px; padding: 4px; }
.salon__range button { border: 0; background: none; padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--muted); }
.salon__range button[aria-selected="true"] { background: var(--raised); color: var(--ink); box-shadow: 0 2px 8px rgba(var(--shadow), .08); }
.salon__tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 16px 0 24px; }
.salon__tiles .tile { background: var(--surface); border-radius: var(--radius-md); padding: 16px; display: grid; gap: 2px; }
.salon__tiles .tile b { font-weight: 300; font-size: 30px; letter-spacing: -0.03em; }
.salon__tiles .tile span { color: var(--muted); font-size: 13px; }
.salon__tiles .tile:last-child { grid-column: span 2; }
.salon__tiles--small { margin: 12px 0 0; }
.salon__tiles--small .tile { background: var(--raised); padding: 12px 14px; }
.salon__tiles--small .tile b { font-size: 22px; }
.salon__staff { display: grid; gap: 14px; margin-bottom: 20px; }
.staff { background: var(--surface); border-radius: var(--radius-lg); padding: 20px; }
.staff header { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.staff h3 { margin: 0; font-weight: 600; font-size: 18px; }
.staff header span { color: var(--muted); font-size: 14px; }
.staff__tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 0; }
.staff__tags span { font-size: 13px; background: var(--raised); border-radius: 999px; padding: 5px 10px; }
@media (min-width: 760px) { .salon__tiles { grid-template-columns: repeat(5, 1fr); } .salon__tiles .tile:last-child { grid-column: auto; } }

/* Account: billing */
.notice { background: var(--surface); border-radius: var(--radius-md); padding: 14px 18px; margin: 0 0 20px; font-size: 15px; }
.billing { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; background: var(--surface); border-radius: var(--radius-md); padding: 14px 18px; margin: 0 0 24px; }
.billing p { margin: 0; font-size: 15px; color: #34343A; }
.period, .seats { display: inline-flex; flex-wrap: wrap; background: var(--surface); border-radius: 999px; padding: 4px; margin: 0 0 20px; }
.period button, .seats button { border: 0; background: none; padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--muted); }
.period button[aria-selected="true"], .seats button[aria-checked="true"] { background: var(--raised); color: var(--ink); box-shadow: 0 2px 8px rgba(var(--shadow), .08); }
.plan.is-current .seats button[aria-checked="true"] { background: var(--surface); }
.seats { margin: 0 0 16px; align-self: flex-start; }
.plan__buy { margin-top: 16px; align-self: stretch; justify-content: center; }
.plan__buy:disabled { opacity: .5; }
