/* ============================================
   The Worlds of Women — Women's Health Hub
   Shared design system
   ============================================ */

:root {
  --rose-50:  #fdf4f4;
  --rose-100: #f9e3e3;
  --rose-200: #f1c2c2;
  --rose-400: #d98a8a;
  --rose-500: #c46d6d;
  --rose-700: #8c4848;

  --sage-50:  #f3f6f1;
  --sage-100: #e3ebde;
  --sage-300: #b3c8a8;
  --sage-500: #7a9a6c;
  --sage-700: #4f6c45;

  --cream:    #fbf7f2;
  --cream-2:  #f4ede2;

  --ink-900:  #2b2422;
  --ink-700:  #4a4340;
  --ink-500:  #6e6663;
  --ink-300:  #b6afad;

  --white:    #ffffff;
  --shadow-sm: 0 2px 8px rgba(43,36,34,.06);
  --shadow-md: 0 8px 24px rgba(43,36,34,.10);
  --shadow-lg: 0 18px 50px rgba(43,36,34,.14);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --maxw: 1180px;
  --gutter: 24px;

  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  font-family: var(--font-sans);
  color: var(--ink-900);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--rose-700); text-decoration: none; }
a:hover { color: var(--rose-500); }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  color: var(--ink-900);
  line-height: 1.2;
  margin: 0 0 .5em;
  font-weight: 600;
}
h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.35rem; }
p  { margin: 0 0 1em; color: var(--ink-700); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 242, 0.85);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--rose-100);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-serif); font-weight: 700; font-size: 1.35rem;
  color: var(--ink-900);
}
.brand__mark {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-400), var(--sage-500));
  display: inline-block; position: relative;
}
.brand__mark::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--cream); }

.nav__links { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.nav__links a {
  padding: 8px 14px; border-radius: var(--radius-pill);
  color: var(--ink-700); font-weight: 500; font-size: .95rem;
}
.nav__links a:hover { background: var(--rose-50); color: var(--rose-700); }
.nav__links a.is-active { background: var(--rose-100); color: var(--rose-700); }

.nav__toggle {
  display: none; background: transparent; border: 0; cursor: pointer;
  font-size: 1.5rem; color: var(--ink-700); padding: 6px 10px; border-radius: 8px;
}

@media (max-width: 820px) {
  .nav__toggle { display: inline-block; }
  .nav__links {
    position: absolute; top: 68px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--rose-100);
    flex-direction: column; align-items: stretch;
    padding: 10px var(--gutter) 18px; gap: 4px; display: none;
    box-shadow: var(--shadow-sm);
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 10px 14px; }
}

.hero {
  position: relative; padding: 80px 0 60px; overflow: hidden;
  background:
    radial-gradient(1200px 400px at 80% -10%, var(--rose-100), transparent 60%),
    radial-gradient(800px 360px at -10% 30%, var(--sage-100), transparent 60%),
    var(--cream);
}
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero__grid { grid-template-columns: 1fr; gap: 28px; } }

.eyebrow {
  display: inline-block; font-size: .8rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--rose-700); background: var(--rose-50);
  padding: 6px 12px; border-radius: var(--radius-pill);
  margin-bottom: 16px; font-weight: 600;
}
.hero p.lead { font-size: 1.15rem; color: var(--ink-700); max-width: 560px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.hero__art {
  aspect-ratio: 1 / 1; border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 30% 30%, var(--rose-200), transparent 60%),
    radial-gradient(circle at 70% 80%, var(--sage-300), transparent 65%),
    linear-gradient(135deg, var(--cream-2), var(--rose-50));
  box-shadow: var(--shadow-md); position: relative; overflow: hidden;
}
.hero__art::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,.7), transparent 60%),
    radial-gradient(3px 3px at 70% 50%, rgba(255,255,255,.6), transparent 60%),
    radial-gradient(2px 2px at 40% 75%, rgba(255,255,255,.6), transparent 60%),
    radial-gradient(2px 2px at 85% 20%, rgba(255,255,255,.6), transparent 60%);
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: var(--radius-pill);
  font-weight: 600; cursor: pointer; border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
  font-size: .95rem;
}
.btn--primary { background: var(--rose-500); color: var(--white); box-shadow: 0 8px 18px rgba(196,109,109,.30); }
.btn--primary:hover { background: var(--rose-700); transform: translateY(-1px); color: var(--white); }
.btn--ghost { background: transparent; color: var(--ink-900); border-color: var(--ink-300); }
.btn--ghost:hover { background: var(--white); border-color: var(--rose-400); color: var(--rose-700); }
.btn--sage { background: var(--sage-500); color: var(--white); box-shadow: 0 8px 18px rgba(122,154,108,.28); }
.btn--sage:hover { background: var(--sage-700); color: var(--white); transform: translateY(-1px); }

section { padding: 64px 0; }
.section__head {
  display: flex; align-items: end; justify-content: space-between;
  flex-wrap: wrap; gap: 16px; margin-bottom: 28px;
}
.section__head p { max-width: 560px; margin: 0; }

.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--3, .grid--2 { grid-template-columns: 1fr; } }

.card {
  background: var(--white); border-radius: var(--radius-md);
  padding: 22px; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,.03);
  transition: transform .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card__tag {
  display: inline-block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sage-700); background: var(--sage-50);
  padding: 4px 10px; border-radius: var(--radius-pill);
  margin-bottom: 10px; font-weight: 700; align-self: flex-start;
}
.card__tag.tag-rose { color: var(--rose-700); background: var(--rose-50); }
.card__tag.tag-sage { color: var(--sage-700); background: var(--sage-50); }
.card__tag.tag-blue { color: #3a5b8b; background: #e8eef8; }
.card h3 { margin: 4px 0 8px; }
.card p  { margin: 0 0 14px; color: var(--ink-700); }
.card__meta { font-size: .82rem; color: var(--ink-500); margin-top: auto; }

.article {
  background: var(--white); border-radius: var(--radius-md);
  padding: 28px 30px; box-shadow: var(--shadow-sm);
  margin-bottom: 22px;
}
.article header { margin-bottom: 14px; }
.article h2 { margin-bottom: 6px; }
.article__meta { color: var(--ink-500); font-size: .9rem; }
.article ul, .article ol { color: var(--ink-700); padding-left: 22px; }
.article li { margin-bottom: 6px; }
.article blockquote {
  margin: 18px 0; padding: 14px 18px;
  border-left: 4px solid var(--rose-400);
  background: var(--rose-50);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--ink-700); font-style: italic;
}
.article__keypoints {
  background: var(--sage-50); border-radius: var(--radius-sm);
  padding: 14px 18px; margin: 16px 0;
}
.article__keypoints strong { color: var(--sage-700); }

.tool {
  background: var(--white); border-radius: var(--radius-md);
  padding: 26px; box-shadow: var(--shadow-sm); margin-bottom: 22px;
}
.tool h3 { margin-top: 0; display: flex; align-items: center; gap: 10px; }
.tool__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--rose-50); color: var(--rose-700); font-size: 1.1rem;
}
.tool__icon.sage { background: var(--sage-50); color: var(--sage-700); }
.tool__icon.blue { background: #e8eef8; color: #3a5b8b; }

.tool__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 12px; }
@media (max-width: 620px) { .tool__row { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .85rem; color: var(--ink-500); font-weight: 600; }
.field input, .field select, .field textarea {
  font: inherit; padding: 10px 12px; border-radius: var(--radius-sm);
  border: 1px solid #e3dcd4; background: var(--cream); color: var(--ink-900);
  outline: none; transition: border .12s ease, background .12s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--rose-400); background: var(--white);
}
.field textarea { min-height: 80px; resize: vertical; }

.tool__result {
  margin-top: 14px;
  background: linear-gradient(135deg, var(--rose-50), var(--sage-50));
  border-radius: var(--radius-sm); padding: 16px 18px;
  color: var(--ink-900); font-weight: 500; min-height: 1px;
}
.tool__result strong { color: var(--rose-700); font-size: 1.15rem; }
.tool__result .label { display:block; font-size:.78rem; letter-spacing:.1em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; }

.scale {
  position: relative; height: 10px;
  background: linear-gradient(90deg, #b3d3f0, #b6e3a8, #f6d27a, #e08a6b);
  border-radius: 999px; margin: 14px 0 6px;
}
.scale__pin {
  position: absolute; top: -6px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--rose-500);
  box-shadow: 0 4px 8px rgba(0,0,0,.15);
  transform: translateX(-50%); transition: left .25s ease;
}
.scale__legend { display:flex; justify-content: space-between; font-size:.75rem; color: var(--ink-500); }

.mood-row { display: flex; flex-wrap: wrap; gap: 8px; }
.mood-btn {
  background: var(--cream-2); border: 1px solid transparent;
  padding: 10px 14px; border-radius: var(--radius-pill); cursor: pointer;
  font: inherit; font-size: .9rem; color: var(--ink-700);
  transition: background .12s, border .12s, color .12s;
}
.mood-btn:hover { background: var(--rose-50); }
.mood-btn.is-active { background: var(--rose-100); border-color: var(--rose-400); color: var(--rose-700); }
.mood-log { margin-top: 14px; display: grid; gap: 8px; }
.mood-entry {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--cream); padding: 10px 14px; border-radius: var(--radius-sm);
  font-size: .9rem; color: var(--ink-700);
}
.mood-entry button { background: transparent; border: 0; cursor: pointer; color: var(--ink-500); font-size: 1rem; }

.cycle-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 12px; }
.cycle-cal__cell {
  aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center;
  background: var(--cream-2); border-radius: 8px;
  font-size: .82rem; color: var(--ink-700);
}
.cycle-cal__cell.dow { background: transparent; color: var(--ink-500); font-weight: 700; font-size: .75rem; }
.cycle-cal__cell.period { background: var(--rose-200); color: var(--rose-700); font-weight: 600; }
.cycle-cal__cell.fertile { background: var(--sage-100); color: var(--sage-700); font-weight: 600; }
.cycle-cal__cell.ovul { background: var(--sage-300); color: var(--sage-700); font-weight: 700; }
.cycle-cal__cell.today { outline: 2px solid var(--ink-900); }
.cycle-legend { display:flex; gap: 14px; flex-wrap: wrap; margin-top: 12px; font-size: .8rem; color: var(--ink-500); }
.cycle-legend span::before {
  content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 3px;
  background: var(--rose-200); margin-right: 6px; vertical-align: middle;
}
.cycle-legend .l-fertile::before { background: var(--sage-100); }
.cycle-legend .l-ovul::before    { background: var(--sage-300); }

.quiz-q { margin-bottom: 14px; }
.quiz-q p { font-weight: 600; color: var(--ink-900); }
.quiz-options { display: grid; gap: 6px; grid-template-columns: repeat(2, 1fr); }
@media (max-width: 620px) { .quiz-options { grid-template-columns: 1fr; } }
.quiz-options label {
  background: var(--cream-2); padding: 10px 12px;
  border-radius: var(--radius-sm); cursor: pointer; font-size: .92rem;
  display: flex; align-items: center; gap: 8px;
  border: 1px solid transparent;
}
.quiz-options input[type="radio"] { accent-color: var(--rose-500); }
.quiz-options label:hover { background: var(--rose-50); border-color: var(--rose-200); }

.footer { margin-top: 40px; padding: 50px 0 30px; background: var(--ink-900); color: var(--cream); }
.footer h4 { color: var(--white); margin-bottom: 12px; font-family: var(--font-sans); font-size: .9rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.footer a { color: var(--cream-2); }
.footer a:hover { color: var(--rose-200); }
.footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 820px) { .footer__cols { grid-template-columns: 1fr 1fr; } }
.footer__bottom {
  margin-top: 30px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  color: var(--ink-300); font-size: .85rem;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 8px; font-size: .92rem; }

.page-head {
  padding: 56px 0 28px;
  background:
    radial-gradient(900px 300px at 90% -20%, var(--rose-100), transparent 60%),
    radial-gradient(700px 300px at -10% 20%, var(--sage-100), transparent 60%),
    var(--cream);
  border-bottom: 1px solid var(--rose-100);
}
.page-head h1 { margin: 0 0 8px; }
.page-head p  { max-width: 720px; margin: 0; font-size: 1.05rem; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; align-items: start; }
@media (max-width: 1000px) { .split { grid-template-columns: 1fr; } }
.aside {
  position: sticky; top: 84px;
  background: var(--white); border-radius: var(--radius-md);
  padding: 22px; box-shadow: var(--shadow-sm);
}
.aside h4 { margin-top: 0; font-family: var(--font-sans); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; }
.aside ul { padding-left: 18px; margin: 0; }
.aside li { margin-bottom: 8px; }
.aside a { color: var(--ink-700); }
.aside a:hover { color: var(--rose-700); }

.alert {
  background: #fff8e8; border-left: 4px solid #e0b34c;
  padding: 14px 18px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: #6f5210; font-size: .92rem; margin: 18px 0;
}

.muted { color: var(--ink-500); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 14px; }
.mb-2 { margin-bottom: 14px; }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { display: inline-block; background: var(--cream-2); padding: 5px 12px; border-radius: var(--radius-pill); font-size: .82rem; color: var(--ink-700); }
hr.soft { border: 0; border-top: 1px solid var(--rose-100); margin: 28px 0; }

/* =========== LANGUAGE SWITCHER =========== */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-left: 12px;
  padding: 3px;
  background: var(--cream-2);
  border-radius: var(--radius-pill);
  border: 1px solid var(--rose-100);
}
.lang-switch a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink-700);
  letter-spacing: .02em;
}
.lang-switch a:hover { background: var(--white); color: var(--rose-700); }
.lang-switch a.is-active { background: var(--rose-500); color: var(--white); box-shadow: 0 2px 6px rgba(196,109,109,.30); }
@media (max-width: 820px) {
  .lang-switch {
    margin-left: 0;
    margin-top: 8px;
    align-self: flex-start;
  }
}

/* CJK refinements */
html[lang="zh-Hant"] body, html[lang="zh-Hans"] body {
  font-family: "Inter", "PingFang TC", "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "Heiti SC", system-ui, sans-serif;
}
html[lang="zh-Hant"] h1, html[lang="zh-Hant"] h2, html[lang="zh-Hant"] h3, html[lang="zh-Hant"] h4,
html[lang="zh-Hans"] h1, html[lang="zh-Hans"] h2, html[lang="zh-Hans"] h3, html[lang="zh-Hans"] h4 {
  font-family: "Noto Serif TC", "Noto Serif SC", "Songti TC", "Songti SC", "Source Han Serif TC", "Source Han Serif SC", "PingFang TC", "PingFang SC", serif;
  letter-spacing: .01em;
}

/* =========== BEAUTY & BODY page =========== */
.filter-row {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin: 6px 0 22px;
}
.filter-pill {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: 1px solid var(--rose-100);
  cursor: pointer;
  font: inherit; font-size: .9rem; font-weight: 600;
  color: var(--ink-700);
  transition: all .15s;
}
.filter-pill:hover { background: var(--rose-50); color: var(--rose-700); }
.filter-pill.is-active { background: var(--rose-500); color: var(--white); border-color: var(--rose-500); }

.venue {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 0;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid rgba(0,0,0,.03);
  transition: transform .15s, box-shadow .15s;
}
.venue:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.venue__media {
  height: 150px;
  background: linear-gradient(135deg, var(--rose-100), var(--sage-100));
  position: relative;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
}
.venue.cat-beauty .venue__media   { background: linear-gradient(135deg, #f9d8db, #fce7d6); }
.venue.cat-fitness .venue__media  { background: linear-gradient(135deg, #d8e8d2, #e8efd9); }
.venue.cat-trainer .venue__media  { background: linear-gradient(135deg, #d6e2ee, #ddd2e7); }
.venue.cat-medical .venue__media  { background: linear-gradient(135deg, #e6d8e0, #ddd2e7); }
.venue__cat {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.92);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-700);
}
.venue__body { padding: 18px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.venue__body h3 { margin: 0 0 4px; font-size: 1.2rem; }
.venue__area { font-size: .85rem; color: var(--ink-500); margin-bottom: 10px; }
.venue__desc { color: var(--ink-700); margin-bottom: 14px; flex: 1; font-size: .95rem; }
.venue__perk {
  background: var(--rose-50);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: .85rem;
  color: var(--rose-700);
  margin-bottom: 12px;
  font-weight: 500;
}
.referral {
  background: linear-gradient(135deg, var(--cream-2), var(--rose-50));
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  border: 1px dashed var(--rose-200);
}
.referral__label { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; }
.referral__code { font-family: "SF Mono", "Menlo", monospace; font-weight: 700; color: var(--ink-900); font-size: 1.05rem; letter-spacing: .04em; }
.referral__copy {
  background: var(--rose-500); color: var(--white);
  border: 0; border-radius: var(--radius-pill);
  padding: 6px 14px; cursor: pointer;
  font: inherit; font-size: .82rem; font-weight: 600;
  white-space: nowrap;
  transition: background .12s;
}
.referral__copy:hover { background: var(--rose-700); }
.referral__copy.is-copied { background: var(--sage-500); }

/* benchmark visual */
.benchmark {
  background: var(--cream);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  margin: 14px 0;
}
.bench-row {
  display: grid;
  grid-template-columns: 110px 1fr 60px;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}
.bench-row .city { font-size: .9rem; color: var(--ink-700); font-weight: 600; }
.bench-row .num { font-size: .85rem; color: var(--ink-500); text-align: right; }
.bench-bar {
  height: 12px; border-radius: 999px;
  background: linear-gradient(90deg, var(--sage-300), var(--sage-500));
}
.bench-bar.low { background: linear-gradient(90deg, var(--rose-200), var(--rose-400)); }
.bench-row.you .bench-bar { background: linear-gradient(90deg, var(--rose-500), var(--rose-700)); }
.bench-row.you .city, .bench-row.you .num { color: var(--rose-700); font-weight: 700; }

/* HR zones display */
.hr-zones { display: grid; gap: 8px; margin-top: 12px; }
.hr-zone {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: .9rem;
}
.hr-zone .zone-name { font-weight: 700; color: var(--ink-900); }
.hr-zone .zone-range { font-family: "SF Mono", "Menlo", monospace; color: var(--ink-700); font-weight: 600; }
.hr-zone .zone-desc { color: var(--ink-500); font-size: .82rem; }
.hr-zone.z1 { background: #e8eef8; }
.hr-zone.z2 { background: #e3ebde; }
.hr-zone.z3 { background: #fff8e8; }
.hr-zone.z4 { background: #fce5db; }
.hr-zone.z5 { background: #f9d4d4; }
@media (max-width: 620px) {
  .hr-zone { grid-template-columns: 1fr 1fr; }
  .hr-zone .zone-desc { grid-column: 1 / -1; }
}

/* note box */
.note-box {
  background: var(--sage-50);
  border-left: 4px solid var(--sage-500);
  padding: 14px 18px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 18px 0;
  color: var(--ink-700);
  font-size: .92rem;
}

/* =========== GRAPHIC POLISH =========== */

/* Improved brand mark — a soft layered flower */
.brand__mark {
  background: none;
  position: relative;
  width: 36px;
  height: 36px;
}
.brand__mark::after { content: none; }
.brand__mark svg { width: 100%; height: 100%; display: block; }

/* Hero illustration — replaces the radial gradient block */
.hero__art {
  background: none !important;
  box-shadow: none !important;
  position: relative;
  overflow: visible;
}
.hero__art::after { content: none !important; }
.hero__art svg { width: 100%; height: 100%; display: block; }

/* Subtle floating animation */
@keyframes float-slow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin-slow  { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes pulse-soft { 0%,100% { opacity: .6; } 50% { opacity: 1; } }

.hero__art .layer-1 { animation: float-slow 7s ease-in-out infinite; transform-origin: center; }
.hero__art .layer-2 { animation: float-slow 9s ease-in-out infinite reverse; transform-origin: center; }
.hero__art .layer-3 { animation: pulse-soft 5s ease-in-out infinite; }

/* SVG section divider — sits flush between sections */
.divider {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0;
  pointer-events: none;
}
.divider svg { width: 100%; height: 100%; display: block; }
.divider--flip svg { transform: scaleY(-1); }

/* SVG topic icons inside cards */
.topic-icon {
  width: 56px; height: 56px;
  margin-bottom: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 14px;
}
.topic-icon.beauty   { background: linear-gradient(135deg, #f9d8db, #fce7d6); }
.topic-icon.nutrition{ background: linear-gradient(135deg, #d8e8d2, #e8efd9); }
.topic-icon.fitness  { background: linear-gradient(135deg, #f9d8db, #f4ede2); }
.topic-icon.mind     { background: linear-gradient(135deg, #d6e2ee, #e6d8e0); }
.topic-icon svg { width: 32px; height: 32px; }

/* Decorative botanical sprigs in page headers */
.page-head { position: relative; overflow: hidden; }
.page-head .sprig {
  position: absolute;
  pointer-events: none;
  opacity: .85;
}
.page-head .sprig.tl { top: 14px;  left: 14px;  width: 70px; transform: rotate(-12deg); }
.page-head .sprig.tr { top: 24px;  right: 16px; width: 100px; transform: rotate(20deg); }
.page-head .sprig.br { bottom: -12px; right: 30px; width: 80px; }
@media (max-width: 700px) {
  .page-head .sprig.tr { width: 64px; }
  .page-head .sprig.br { display: none; }
}

/* Confetti dots in hero background */
.hero { position: relative; }
.hero .confetti {
  position: absolute;
  pointer-events: none;
  inset: 0;
  z-index: 0;
}
.hero .confetti svg { width: 100%; height: 100%; }
.hero > .container { position: relative; z-index: 1; }

/* Pretty stat bars (used on benchmark and elsewhere) */
.stat-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.stat-bar__row { display: flex; align-items: center; gap: 10px; }
.stat-bar__label { width: 110px; font-size: .9rem; color: var(--ink-700); font-weight: 600; }
.stat-bar__track {
  flex: 1; height: 10px; border-radius: 999px;
  background: linear-gradient(90deg, var(--cream-2), var(--cream));
  overflow: hidden; position: relative;
}
.stat-bar__fill {
  position: absolute; left: 0; top: 0; height: 100%;
  background: linear-gradient(90deg, var(--sage-300), var(--sage-500));
  border-radius: 999px;
}
.stat-bar__num { width: 60px; text-align: right; font-size: .85rem; color: var(--ink-500); }

/* Curved background flourish behind featured B&B */
.section--flourish { position: relative; overflow: hidden; }
.section--flourish .flourish-bg {
  position: absolute; pointer-events: none;
  opacity: .35;
}
.section--flourish .flourish-bg.left  { top: -40px; left: -30px; width: 220px; }
.section--flourish .flourish-bg.right { bottom: -50px; right: -30px; width: 280px; }

/* Inline tool-card decorative icons keep their existing emoji,
   just add a soft shimmer ring */
.tool__icon {
  position: relative;
}
.tool__icon::before {
  content: ""; position: absolute; inset: -4px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.7), transparent 60%);
  pointer-events: none;
}

/* Venue media — replace flat gradient with subtle floral SVG */
.venue__media { overflow: hidden; }
.venue__media svg.deco {
  position: absolute; pointer-events: none;
  width: 100%; height: 100%; left:0; top:0;
  opacity: .35;
}

