/*
 * Lumen Aesthetics — hers.com-inspired wellness.
 * Cream canvas, sage accents, gold moments, italic Cormorant display.
 */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=DM+Sans:wght@400;500;600&display=swap');

:root {
  --color-primary: #1C1C1A;
  --color-secondary: #9BA585;
  --color-subdued: #7A7A74;
  --color-link: #6F7B5A;
  --color-page-bg: #F1EEE7;
  --color-container-bg: #FFFFFF;
  --color-text: #1C1C1A;
  --nav-menu-bg: #F1EEE7; /* solid navbar colour for the open mobile dropdown */

  --font-heading: "Cormorant Garamond", "Fraunces", Georgia, serif;
  --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --lumen-cream-2: #E7E4DC;
  --lumen-cream-3: #DDD9CE;
  --lumen-sage-soft: #D5DCCA;
  --lumen-sage-bg: #E4E8D8;
  --lumen-gold: #C9A874;
  --lumen-line: rgba(28, 28, 26, 0.1);
}

html, body {
  background: var(--color-page-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

a { color: var(--color-link); text-decoration: none; }
a:hover { color: var(--color-secondary); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--color-text);
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(3rem, 5.5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.25rem; }

em, .italic, .accent-italic {
  font-style: italic;
  color: var(--color-secondary);
}

/* ── Announcement + nav ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 20px 0;
  --th-header-bg: var(--color-nav-bg, var(--color-page-bg));
  background: var(--color-nav-bg, var(--color-page-bg));
  border-bottom: 1px solid var(--lumen-line);
}
.logo-area {
  font-family: var(--font-heading);
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
  color: var(--color-text);
}
.main-nav a { padding: 4px 0; }
.main-nav a:hover { color: var(--color-secondary); }

/* ── Buttons ── */
.btn, .cta-button, .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font: 500 14px var(--font-body);
  letter-spacing: 0.02em;
  background: var(--color-text);
  color: var(--color-page-bg);
  border: 1px solid var(--color-text);
  text-decoration: none;
  cursor: pointer;
  transition: all .2s;
}
.btn:hover, .cta-button:hover, .btn-primary:hover { background: transparent; color: var(--color-text); }
.btn-outline, .btn-secondary, .btn-ghost {
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-text);
}
.btn-outline:hover, .btn-secondary:hover, .btn-ghost:hover {
  background: var(--color-text);
  color: var(--color-page-bg);
}

/* ── Layout ── */
.page-content { padding: 0; min-height: 60vh; }
.container, .wrap { max-width: var(--container-max-width); margin: 0 auto; padding: 0 32px; }
.section { padding: 88px 0; }
.section-alt { background: var(--lumen-sage-bg); }

/* ── Hero ── */
.hero-section, .hero {
  padding: 72px 32px 48px;
  background: var(--color-page-bg);
}
.hero-section h1, .hero h1 {
  max-width: 16ch;
  font-size: clamp(2.75rem, 6vw, 5.25rem);
  line-height: 1.05;
}
.hero-section p, .hero p {
  max-width: 48ch;
  color: var(--color-text);
  font-size: 17px;
}
.hero-section ul, .hero ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 15px;
}
.hero-section ul li, .hero ul li {
  position: relative;
  padding: 8px 0 8px 28px;
}
.hero-section ul li::before, .hero ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: var(--color-secondary);
  color: #FFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.hero-section .fine-print { font-size: 12px; color: var(--color-subdued); margin-top: 12px; }

/* ── Card ── */
.card {
  background: var(--color-container-bg);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(28, 28, 26, 0.04);
  border: 0;
}
.card-oval {
  border-radius: 50% 50% 24px 24px / 20% 20% 24px 24px;
  overflow: hidden;
  background: var(--lumen-cream-2);
}

/* ── Grids ── */
.services-grid, .team-grid, .feature-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding: 40px 0;
}
.feature-item {
  padding: 32px;
  background: var(--color-container-bg);
  border-radius: 24px;
  text-align: center;
}
.feature-item h4 { font-size: 20px; font-family: var(--font-heading); }

/* ── Services (editorial menu with italic prices) ── */
.services-menu {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  border-top: 1px solid var(--lumen-line);
}
.services-menu li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid var(--lumen-line);
  font-family: var(--font-heading);
  font-size: 24px;
}
.services-menu li .svc-meta {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-subdued);
}
.services-menu li .svc-price {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--color-secondary);
  font-size: 24px;
}

/* ── Team ── */
.team-grid .card {
  background: var(--color-container-bg);
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(28, 28, 26, 0.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.team-grid .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(28, 28, 26, 0.12);
}
.team-grid .card img,
.team-grid .card .avatar {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  background: var(--lumen-cream-2);
  border-radius: 0;
  display: block;
  margin: 0;
}
.team-grid .card .card-body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.team-grid .card h4 {
  font-family: var(--font-heading);
  font-size: 24px;
  margin: 0;
}
.team-grid .card .role {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}
.team-grid .card .card-bio {
  color: var(--color-subdued);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.team-grid .card .card-foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--lumen-line);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-subdued);
}

/* ── Testimonials ── */
.testimonial {
  padding: 32px;
  background: var(--color-container-bg);
  border-radius: 24px;
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.35;
  position: relative;
}
.testimonial::before {
  content: "\201C";
  position: absolute;
  top: 16px;
  left: 28px;
  font-size: 72px;
  font-style: italic;
  color: var(--lumen-gold);
  line-height: 1;
}
.testimonial .attribution {
  display: block;
  margin-top: 20px;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 13px;
  color: var(--color-subdued);
}

/* ── Booking widget ── */
.booking-widget, .booking-widget-placeholder {
  background: var(--color-container-bg);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid var(--lumen-line);
}
.booking-widget h3 { font-family: var(--font-heading); font-size: 28px; margin: 0 0 20px; }
.booking-widget select,
.booking-widget input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border: 1px solid var(--lumen-line);
  border-radius: 999px;
  background: var(--color-page-bg);
  color: var(--color-text);
  font-family: inherit;
  font-size: 14px;
}
.booking-widget label {
  display: block;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 15px;
  color: var(--color-secondary);
  margin: 16px 0 6px 8px;
}

/* ── Footer ── */
.site-footer {
  background: var(--color-text);
  color: rgba(241, 238, 231, 0.72);
  padding: 72px 32px 32px;
  margin-top: 80px;
}
.site-footer h4 { color: #FFF; font-family: var(--font-heading); font-size: 20px; font-style: italic; }
.site-footer a { color: rgba(241, 238, 231, 0.72); }
.site-footer a:hover { color: #FFF; }
.footer-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  max-width: var(--container-max-width);
  margin: 0 auto;
}
.footer-col h4 { margin-bottom: 16px; }
.footer-bottom {
  max-width: var(--container-max-width);
  margin: 48px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(241, 238, 231, 0.14);
  font-size: 12px;
  color: rgba(241, 238, 231, 0.5);
  font-style: italic;
}
.footer-cqc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(241, 238, 231, 0.24);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(241, 238, 231, 0.84);
}
.footer-cqc strong { color: var(--lumen-gold); }

@media (max-width: 800px) {
  .site-header { padding: 14px 0; }
  .main-nav { display: none; }
  .hero-section, .hero { padding: 48px 20px; }
  .section { padding: 56px 0; }
  .services-menu li { grid-template-columns: 1fr; gap: 6px; }
}

/* ── Banner & Editorial ────────────────────────────────────────
   Sage-bg panel echoing .section-alt — closest to the editorial
   mockup the new block was modelled on. Lower-alpha markers with
   the practice's gold accent ring. */

.section-banner { background: var(--lumen-sage-bg); padding: 72px 0; }
.section-banner .banner-image {
  border-radius: 20px;
  aspect-ratio: 21/9;
}

.section-editorial { background: var(--lumen-sage-bg); padding: 88px 0; }
.section-editorial .editorial-grid { gap: 80px; }
.section-editorial .editorial-image img {
  border-radius: 24px;}
.section-editorial .editorial-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 2.875rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
.section-editorial .editorial-content h2 em {
  color: var(--lumen-gold);
  font-style: italic;
}
.section-editorial .editorial-body p { color: var(--color-text); opacity: 0.72; }
.section-editorial .editorial-body li {
  border-color: var(--lumen-line);
  font-family: var(--font-body);
}
.section-editorial .editorial-body li:last-child { border-bottom-color: var(--lumen-line); }
.section-editorial .editorial-body li::before {
  background: var(--lumen-cream-2);
  color: var(--color-secondary);
  font-family: var(--font-heading);
  font-size: 13px;
}

/* ── New section blocks — Lumen tweaks ──────────────────────────
   Cream + sage palette, italic Cormorant treatment for stats / quotes,
   gold star ratings, generous cream-tone CTA. */

.section-stats {
  background: var(--color-container-bg);
  border-color: var(--lumen-line);
  padding: 64px 0;
}
.stat-bar-cell { border-left-color: var(--lumen-line); }
.stat-bar-value { font-style: italic; color: var(--color-secondary); }

.section-how { background: var(--color-page-bg); padding: 96px 0; }
.section-how .how-step-num { font-style: italic; color: var(--color-secondary); }
.section-how .how-step-line { background: var(--lumen-line); }

.section-testimonials { background: var(--lumen-sage-bg); padding: 96px 0; }
.testi-card {
  background: var(--color-container-bg);
  border: 1px solid var(--lumen-line);
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(28, 28, 26, 0.04), 0 12px 32px rgba(28, 28, 26, 0.06);
}
.testi-stars { color: var(--lumen-gold); }
.testi-quote { font-family: var(--font-heading); font-style: italic; }
.testi-mark { color: var(--lumen-gold); font-size: 1.6em; }
.testi-byline { border-top-color: var(--lumen-line); }
.testi-meta { color: var(--color-subdued); }

.section-partners { background: var(--color-page-bg); padding: 88px 0; }
.partners-logos { border-bottom-color: var(--lumen-line); }
.partner-logo-text { font-family: var(--font-heading); font-style: italic; color: var(--color-text); }
.accred-mark { border-color: var(--lumen-line); }
.accred-abbr { font-family: var(--font-heading); color: var(--color-secondary); }

.section-journal { background: var(--color-container-bg); padding: 96px 0; }
.journal-image { border-radius: 18px; }
.journal-title { font-family: var(--font-heading); }
.journal-card.is-feature .journal-title { font-style: italic; }
.journal-tag { color: var(--color-secondary); }

.section-faq { background: var(--color-page-bg); padding: 96px 0; }
.faq-item { border-bottom-color: var(--lumen-line); }
.faq-list { border-top-color: var(--lumen-line); }
.faq-q { font-family: var(--font-heading); }

.section-cta {
  background: var(--color-text);
  padding: 112px 0;
}
.section-cta .cta-headline { font-family: var(--font-heading); }
.section-cta .cta-headline em {
  font-style: italic;
  color: var(--lumen-gold);
}
.section-cta .cta-actions .btn,
.section-cta .cta-actions .cta-primary {
  background: var(--lumen-gold);
  color: var(--color-text);
  border: 0;
  border-radius: 999px;
}
.section-cta .cta-actions .btn:hover,
.section-cta .cta-actions .cta-primary:hover {
  background: color-mix(in srgb, var(--lumen-gold) 90%, white 10%);
}

/* === Full image hero ===
   Typography mirrors the main hero; colour stays `inherit` so the
   block's tone classes drive it. */
.image-hero-section h1 {
  max-width: 16ch;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  line-height: 1.05;
  color: inherit;
}
.image-hero-section .image-hero-subhead {
  max-width: 48ch;
  font-size: 17px;
}
