:root {
  --paper: #F8F4F0;
  --cream: #F1EAE3;
  --ink: #2E1F35;
  --muted: #6B5875;
  --plum: #6B4C7A;
  --deep: #DACAD7;
  --lav: #B8A1C7;
  --lav-deep: #8D67A5;
  --heart: #C05069;
  --accent-rose: #B25A7C;
  --lilac: #DACAD7;
  --rose: #E8C5D4;
  --sand: #F1EAD7;
  --gold: #F2DEAD;
  --mint: #BCD8CC;
  --mint-deep: #587E6E;
  --blue: #AFC5DC;
  --blue-deep: #51708F;
  --line: rgba(107, 76, 122, .16);
}

body { background: var(--paper); color: var(--ink); font-family: "Lato", sans-serif; }
h1, h2, h3, .pillar h3, .daily-card h3, .plan h3, .fragrance-ui > p,
.ingredient-ui h3, .score-ring b, .accordion summary, footer p, .screen-head b,
.principle-list b { font-family: "GFS Didot", serif; font-weight: 400; }
h1, h2 { color: var(--ink); }
h1 em, h2 em { font-weight: 400; font-style: normal; color: var(--plum); }
.button { background: var(--plum); font-family: "Lato", sans-serif; font-weight: 700; }
.eyebrow, .brand, .text-link { color: var(--plum); }

/* Large surfaces remain cream or light pastel. */
.manifesto { background: var(--lilac); color: var(--ink); }
.manifesto h2 { color: var(--ink); }
.manifesto h2 em, .manifesto .eyebrow { color: var(--plum); }
.lavender { background: #F1EAE3; }
.cream-section { background: var(--paper); }
.principles { background: var(--lilac); color: var(--ink); }
.principles h2, .principles h2 em, .principles .eyebrow { color: var(--ink); }
.principle-list > div { border-color: rgba(46, 31, 53, .16); }
.principle-list span { color: var(--lav-deep); }
.principle-list p { color: var(--ink); }
.principle-list b { color: var(--ink); }
.waitlist { background: var(--lilac); color: var(--ink); }
.waitlist h2 { color: var(--ink); }
.waitlist h2 em, .waitlist .eyebrow { color: var(--plum); }
.waitlist p, .waitlist small { color: var(--muted); }

/* Product UI accents follow the exact MikaMou palette. */
.orb-one { background: var(--lilac); }
.orb-two { background: var(--rose); }
.phone { background: var(--paper); border-color: var(--ink); }
.cream, .diary { background: var(--sand); }
.reminder-card { background: var(--rose); color: var(--ink); }
.reminder-card small { color: var(--muted); }
.progress { background: var(--plum); }
.floating-note > span, .pillar .icon { color: var(--heart); }
.timeline i, .event i, .match i { background: var(--accent-rose); }
.bottle.a { background: linear-gradient(155deg, var(--rose), var(--accent-rose)); }
.bottle.b { background: linear-gradient(155deg, var(--lilac), var(--lav-deep)); }
.bottle::before { background: var(--plum); }
.score-ring { border-color: var(--mint-deep); }
.score-ring b { color: var(--mint-deep); }
.evidence-bars u { background: var(--mint-deep); }
.daily-card { background: var(--lilac); }
.daily-card.large { background: var(--lav); color: var(--ink); }
.daily-card.large h3 { color: var(--ink); }
.daily-card.large p { color: var(--muted); }
.routine-list > div { background: rgba(248, 244, 240, .52); border-color: rgba(107, 76, 122, .17); }
.scanner { background: var(--mint); }
.plan { background: var(--paper); }
.plan.featured { background: var(--lilac); }
.button.ghost { background: var(--paper); }
footer { background: var(--cream); }

/* The earlier decorative petal geometry is intentionally removed. */
.waitlist-art, .petal { display: none; }

/* Exact radius rule for cards and controls. */
.pillar, .routine-card, .reminder-card, .timeline, .floating-note, .fragrance-ui,
.ingredient-ui, .match, .daily-card, .routine-list > div, .calendar span,
.scan-box, .plan, .accordion details, .waitlist form { border-radius: 20px; }
.button, .badge { border-radius: 24px; }

/* V2: editorial structure and product-led visual identity. */
body { letter-spacing: .002em; }
html, body { overflow-x: hidden; }
.site-header { border-bottom: 1px solid rgba(107,76,122,.09); }
.hero { min-height: 840px; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy::before { content: ""; display: none; }
.hero-visual { isolation: isolate; }
.phone { border-width: 6px; box-shadow: 0 34px 70px rgba(107,76,122,.17); }
.phone-main { transform: none; z-index: 4; }

.beauty-map { display: none; }
.map-line { position: absolute; display: block; height: 1px; background: var(--lav); transform-origin: left; opacity: .9; }
.line-a { width: 230px; left: 17px; top: 154px; transform: rotate(25deg); }
.line-b { width: 205px; right: -4px; top: 198px; transform: rotate(143deg); }
.line-c { width: 245px; right: -30px; bottom: 122px; transform: rotate(202deg); }
.map-node { position: absolute; z-index: 5; min-width: 105px; padding: 10px 13px; border: 1px solid var(--lav); border-radius: 18px; background: rgba(248,244,240,.94); box-shadow: 0 12px 30px rgba(107,76,122,.08); display: flex; flex-direction: column; }
.map-node::before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-rose); border: 3px solid var(--paper); }
.map-node b { font-size: 10px; color: var(--ink); }
.map-node small { font-size: 7px; color: var(--muted); }
.node-fragrance { left: 0; top: 112px; }
.node-fragrance::before { right: -6px; top: 18px; }
.node-evidence { right: -10px; top: 144px; }
.node-evidence::before { left: -6px; top: 18px; background: var(--mint-deep); }
.node-routine { right: 3px; bottom: 90px; }
.node-routine::before { left: -6px; top: 18px; background: var(--blue-deep); }
.floating-note { z-index: 6; border: 1px solid rgba(107,76,122,.12); }
.timeline, .phone-nav, .floating-note, .fragrance-ui, .ingredient-ui, .match,
.calendar span, .scan-box, .plan, .badge, .button.ghost, .reminder-card button {
  background: var(--paper);
}
.screen-head span, .routine-card small, .reminder-card small, .mini-title span,
.timeline small, .floating-note small, .bottles small, .ingredient-ui p,
.ingredient-ui > div > small, .disclaimer { color: var(--muted); }

.manifesto { position: relative; overflow: hidden; }
.manifesto::before, .manifesto::after { content: ""; position: absolute; border: 1px solid rgba(107,76,122,.22); border-radius: 50%; }
.manifesto::before { width: 310px; height: 310px; left: -150px; top: -125px; }
.manifesto::after { width: 150px; height: 150px; right: -45px; bottom: -60px; }
.manifesto .narrow { position: relative; z-index: 1; }

.visual-card { position: relative; overflow: hidden; }
.visual-card::before { content: ""; position: absolute; width: 72%; height: 72%; border: 1px solid rgba(107,76,122,.16); border-radius: 50%; }
.fragrance-ui, .ingredient-ui { position: relative; z-index: 2; background: rgba(248,244,240,.94); border: 1px solid rgba(107,76,122,.12); backdrop-filter: none; }
.ui-kicker { color: var(--lav-deep); font: 700 7px/1 "Lato"; letter-spacing: .17em; margin-bottom: 9px; }
.scent-profile { width: 112px; height: 128px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; border-radius: 56px 56px 20px 20px; font-style: normal; border: 1px solid rgba(107,76,122,.15); }
.profile-a { background: var(--rose); }
.profile-b { background: var(--lilac); }
.scent-profile u { text-decoration: none; background: rgba(248,244,240,.78); color: var(--ink); border-radius: 99px; padding: 3px 8px; font: 700 7px/1 "Lato"; }
.why-card { margin-top: 12px; padding: 14px 16px; background: var(--sand); border-radius: 16px; }
.why-card b { font-size: 10px; color: var(--ink); }
.why-card p { font-size: 9px; line-height: 1.45; color: var(--muted); margin: 4px 0 0; }

.ingredient-ui { grid-template-columns: 86px 1fr; }
.evidence-mark { width: 78px; height: 78px; border: 1px solid var(--mint-deep); background: var(--mint); border-radius: 22px; display: grid; place-content: center; text-align: center; }
.evidence-mark span { font: 700 25px/1 "GFS Didot"; color: var(--mint-deep); }
.evidence-mark small { font: 700 7px/1.2 "Lato"; color: var(--mint-deep); letter-spacing: .05em; }
.limits { grid-column: 1/-1; padding: 13px 15px; border-radius: 16px; background: var(--blue); }
.limits b { font-size: 9px; color: var(--blue-deep); }
.limits p { margin: 3px 0 0; color: var(--blue-deep); font-size: 8px; }
.disclaimer { padding-top: 3px; }

.daily-card { border: 1px solid rgba(107,76,122,.11); box-shadow: 0 18px 45px rgba(107,76,122,.06); }
.daily-grid { grid-template-columns: 1fr; }
.daily-card.large { background: var(--lilac); grid-row: auto; }
.routine-list > div:first-child { background: var(--rose); }
.routine-list > div:nth-child(2) { background: var(--blue); }
.routine-list > div:nth-child(3) { background: var(--paper); }
.calendar .active { background: var(--accent-rose); }
.principles { background: var(--lilac); }
.plan.featured { box-shadow: 0 24px 60px rgba(107,76,122,.1); }
.waitlist form { background: var(--paper); border: 1px solid var(--lav); }
.waitlist::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(107,76,122,.16); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.waitlist .shell { position: relative; z-index: 2; }

/* A first look — a curated peek, not the whole app */
.first-look { padding: 130px 0; text-align: center; }
.first-look .section-heading { margin-bottom: 55px; }
.look-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; justify-items: center; align-items: start; }
.look-phone .ing-row small { font-size: 9px; color: var(--muted); letter-spacing: .01em; }
.look-item { display: flex; flex-direction: column; align-items: center; width: 100%; }
.look-phone { width: 100%; max-width: 288px; margin-bottom: 20px; }
.look-bottle { display: grid; place-items: center; margin: 8px 0 8px; }
.look-bottle img { width: 150px; max-width: 70%; border-radius: 16px; display: block; }
.look-bottle.skincare img { width: 124px; border-radius: 0; }
.look-character { text-align: center; margin: 14px 8px 0; }
.look-character small { font-size: 7px; letter-spacing: .12em; color: var(--muted); display: block; }
.look-character b { font: 700 17px "GFS Didot"; color: var(--plum); }
.bottle-meta { text-align: center; font: 700 9px "Lato"; letter-spacing: .1em; color: var(--muted); margin: 0 0 16px; text-transform: uppercase; }
.note-pyramid { display: flex; flex-direction: column; align-items: center; gap: 8px; margin: 0 8px; }
.note-pyramid > div { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.note-pyramid span { background: var(--rose); color: var(--ink); border-radius: 99px; padding: 5px 11px; font: 700 9px "Lato"; }
.ing-desc { font-size: 10px; color: var(--muted); margin: 4px 8px 12px; line-height: 1.5; }
.ing-ratings { margin: 0 8px 14px; }
.ing-row { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding: 9px 0; }
.ing-row > span { font-size: 11px; color: var(--ink); }
.ing-row .stars { font-style: normal; font-size: 12px; letter-spacing: 1.5px; color: rgba(107,76,122,.22); }
.ing-row .stars b { color: #C0912A; font-weight: 400; }
.ing-fn { margin: 0 8px; background: var(--mint); border-radius: 14px; padding: 11px 13px; }
.ing-fn small { font-size: 7px; letter-spacing: .1em; color: var(--mint-deep); display: block; }
.ing-fn b { font: 700 13px "GFS Didot"; color: var(--mint-deep); }
.ing-fn p { font-size: 8px; color: var(--mint-deep); margin: 2px 0 0; }
/* Comparison feature card */
.cmp-pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; text-align: center; }
.cmp-side { display: flex; flex-direction: column; align-items: center; }
.cmp-bottle { width: 84px; border-radius: 10px; }
.cmp-bottle.flip { filter: hue-rotate(195deg) saturate(.85); }
.cmp-side b { font: 700 14px "GFS Didot"; color: var(--plum); margin-top: 10px; }
.cmp-side small { font-size: 9px; color: var(--muted); }
.cmp-vs { font-size: 10px; color: var(--muted); }
.cmp-shared { margin-top: 20px; text-align: center; }
.cmp-shared > small { font-size: 8px; letter-spacing: .12em; color: var(--muted); }
.cmp-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 8px; }
.cmp-chips span { background: var(--sand); color: var(--ink); border-radius: 99px; padding: 5px 12px; font: 700 9px "Lato"; }
.ingredient-ui .ev-list { grid-column: 1 / -1; margin-top: 4px; }
/* Feature photo cards (Discover / Understand) */
.feat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feat-card { border: 1px solid var(--line); border-radius: 24px; padding: 24px; background: var(--paper); display: flex; flex-direction: column; box-shadow: 0 18px 45px rgba(107,76,122,.06); }
.feat-txt small { font-size: 9px; letter-spacing: .14em; color: var(--muted); }
.feat-txt h3 { font: 700 26px "GFS Didot"; color: var(--plum); margin: 5px 0 16px; }
.feat-photo { border-radius: 16px; overflow: hidden; height: 300px; position: relative; }
.feat-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scan-frame { position: absolute; left: 48%; top: 74%; transform: translate(-50%,-50%); width: 35%; height: 17%; pointer-events: none; }
.scan-frame i { position: absolute; width: 15px; height: 15px; border: 3px solid #fff; filter: drop-shadow(0 1px 2px rgba(46,31,53,.5)); }
.scan-frame i:nth-child(1) { left: 0; top: 0; border-right: 0; border-bottom: 0; border-radius: 6px 0 0 0; }
.scan-frame i:nth-child(2) { right: 0; top: 0; border-left: 0; border-bottom: 0; border-radius: 0 6px 0 0; }
.scan-frame i:nth-child(3) { left: 0; bottom: 0; border-right: 0; border-top: 0; border-radius: 0 0 0 6px; }
.scan-frame i:nth-child(4) { right: 0; bottom: 0; border-left: 0; border-top: 0; border-radius: 0 0 6px 0; }
.feat-cap { font-size: 13px; color: var(--muted); margin: 16px 0 0; }
@media (max-width: 760px) { .feat-cards { grid-template-columns: 1fr; } }
.look-cap { font-size: 12px; color: var(--muted); max-width: 240px; }
.look-cap b { display: block; font: 700 16px "GFS Didot"; color: var(--plum); margin-bottom: 3px; }
.look-foot { margin-top: 55px; font: 700 clamp(22px, 2.4vw, 30px) "GFS Didot"; color: var(--plum); }
@media (max-width: 900px) {
  .look-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 900px) {
  .beauty-map { max-width: 520px; margin: auto; }
  .hero-copy::before { display: none; }
}
@media (max-width: 600px) {
  .hero-visual { width: 100%; margin-bottom: -90px; }
  html.js .hero-visual.reveal.visible, html.js .hero-visual.reveal { transform: scale(.82); transform-origin: top center; }
  .beauty-map { transform: scale(.86); }
  .map-node { min-width: 92px; }
  .node-fragrance { left: 0; }
  .node-evidence { right: 0; }
  .floating-note { right: 0; }
  .scent-profile { width: 90px; height: 112px; }
}

/* Pricing cards: pin the CTAs to the same baseline */
.plan { display: flex; flex-direction: column; }
.plan .button { margin-top: auto; }

/* Full logo lockup in the header */
.brand-full { height: 56px; width: auto; display: block; }
.site-header { height: 84px; }
/* Quiet dedication in the footer */
footer .dedication { font: 400 15px "GFS Didot", serif; color: var(--plum); margin-top: 6px; }
footer .dedication .heart { color: var(--heart); }

/* Legal pages (privacy / terms) */
.legal-page { background: var(--paper); }
.legal-page .site-header { position: static; background: var(--cream); }
.legal-page main { padding-top: 0; }
.legal { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0 100px; }
.legal .back { display: inline-block; font-size: 13px; color: var(--plum); margin-bottom: 28px; }
.legal h1 { font-family: "GFS Didot", serif; color: var(--ink); font-size: clamp(34px, 5vw, 52px); letter-spacing: -.03em; margin: 0 0 6px; }
.legal .updated { color: var(--muted); font-size: 13px; margin: 0 0 8px; }
.legal .lead { color: var(--muted); font-size: 16px; margin: 0 0 34px; }
.legal h2 { font-family: "GFS Didot", serif; font-weight: 400; color: var(--plum); font-size: 25px; margin: 40px 0 10px; }
.legal h3 { font-size: 15px; margin: 22px 0 6px; color: var(--ink); }
.legal p, .legal li { color: var(--muted); font-size: 15px; line-height: 1.72; }
.legal ul { padding-left: 20px; margin: 10px 0; }
.legal li { margin: 6px 0; }
.legal a { color: var(--plum); text-decoration: underline; }
.legal a.button { color: #fff; text-decoration: none; }
.legal .ph { background: var(--gold); color: var(--ink); padding: 1px 6px; border-radius: 4px; font-weight: 700; }
.legal .note { background: var(--sand); border-radius: 14px; padding: 16px 18px; font-size: 13px; color: var(--ink); margin: 30px 0; line-height: 1.6; }

/* Language switcher (EN / EL) */
.lang-switch { display: inline-flex; align-items: center; gap: 2px; font: 700 12px "Lato", sans-serif; letter-spacing: .06em; border: 1px solid var(--line); border-radius: 999px; padding: 4px; margin-left: auto; margin-right: 12px; }
.lang-switch a, .lang-switch span { padding: 5px 12px; border-radius: 999px; color: var(--plum); }
.lang-switch a { opacity: .55; }
.lang-switch a:hover { opacity: 1; background: var(--cream); }
.lang-switch .lang-current { background: var(--plum); color: #fff; }
.site-header nav + .lang-switch { margin-left: 0; }

/* Blog / journal */
.short-answer { background: var(--sand); border-radius: 14px; padding: 16px 18px; margin: 4px 0 28px; font-size: 16px; line-height: 1.6; color: var(--ink); }
.short-answer b, .short-answer strong { color: var(--plum); }
.post-sources { font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 36px; padding-top: 16px; font-style: italic; }
.post-cta { margin-top: 20px; }
.post-cat { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; color: var(--lav-deep); display: block; margin-bottom: 6px; }
.post-list { display: grid; gap: 16px; margin: 36px 0 0; }
.post-card { display: block; border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; background: var(--paper); transition: transform .2s, box-shadow .2s; }
.post-card:hover { box-shadow: 0 12px 30px rgba(107,76,122,.08); transform: translateY(-2px); }
.post-card h3 { font-family: "GFS Didot", serif; font-weight: 400; color: var(--plum); font-size: 21px; margin: 4px 0 6px; letter-spacing: -.01em; }
.post-card p { font-size: 14px; color: var(--muted); margin: 0; }
.blog-group { margin-top: 46px; }
.blog-group > h2 { font-family: "GFS Didot", serif; font-weight: 400; color: var(--ink); font-size: 27px; margin: 0 0 4px; }
.blog-group > .sub { color: var(--muted); font-size: 14px; margin: 0 0 8px; }

/* Accessibility: visible focus + reduced motion */
a:focus-visible, button:focus-visible, summary:focus-visible,
.waitlist input:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 2px;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
