/* ============================================
   ClarionOS — Journey Guide Life Coach
   Design system: bold, warm, premium
   Brand palette: pink/black/rose-gold/white/gold
   ============================================ */

:root {
  --pink: #F8D7DA;
  --pink-hover: #F0B8BC;
  --black: #111111;
  --rose-gold: #C4967A;
  --rose-gold-light: #D4A98A;
  --white: #FFFFFF;
  --gold: #D4A843;
  --gold-light: #E0BB60;

  --bg: var(--white);
  --bg-alt: #FFF5F6;
  --bg-dark: var(--black);
  --fg: var(--black);
  --fg-muted: #6B6B6B;
  --accent: #F8D7DA;
  --accent-dark: #C4967A;
  --warm-gray: #9C9082;
  --border: rgba(17, 17, 17, 0.10);
  --border-dark: rgba(255, 255, 255, 0.10);

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;

  --max-content: 960px;
  --max-wide: 1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ---- Typography ---- */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.label-sm {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-gold);
}

.section-header {
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: clamp(30px, 4vw, 46px);
  color: var(--fg);
  margin-top: 12px;
}

.section-header p {
  font-size: 18px;
  color: var(--fg-muted);
  margin-top: 16px;
  max-width: 580px;
  line-height: 1.75;
}

/* ---- Layout helpers ---- */
.container {
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 0 48px;
}

.container--wide {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0 48px;
}

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 3px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--pink);
  color: var(--black);
}
.btn-primary:hover {
  background: var(--pink-hover);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--border);
}
.btn-outline:hover {
  border-color: var(--rose-gold);
  color: var(--rose-gold);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-sm {
  font-size: 12px;
  padding: 9px 20px;
}

/* ---- Nav ---- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 0 48px;
}

.nav-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.nav-brand {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--fg);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo {
  height: 38px;
  width: auto;
  flex-shrink: 0;
}

.nav-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.nav-brand-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--fg);
}

.nav-brand-sub {
  font-size: 10px;
  font-weight: 400;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

.nav-tag {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-muted);
  text-decoration: none;
  transition: color 0.15s;
}

.nav-links a:hover { color: var(--rose-gold); }

.nav-cta {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--black) !important;
  background: var(--pink);
  padding: 7px 16px;
  border-radius: 3px;
  transition: all 0.15s;
}

.nav-cta:hover {
  background: var(--pink-hover);
}

.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--fg);
  transition: all 0.2s;
}

/* ---- Hero ---- */
.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 48px 64px;
  background-image: url('https://pub-629428d185ca4960a0a73c850d32294b.r2.dev/company_139481/images/3ff0e915-e22d-40c4-89b1-a3cb781d84b7.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: var(--white);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 8, 0.72);
  pointer-events: none;
}

.hero-inner {
  max-width: var(--max-content);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content .eyebrow {
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.hero-content h1 em {
  font-style: italic;
  color: var(--pink);
}

.hero-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-inspirational {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 28px;
  letter-spacing: 0.01em;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-credentials {
  padding: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

.hero-credentials .eyebrow {
  margin-bottom: 20px;
}

.cred-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.cred-item:last-child { border-bottom: none; padding-bottom: 0; }

.cred-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.cred-icon svg { color: var(--rose-gold); }

.cred-text strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 2px;
}

.cred-text span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

/* ---- About ---- */
.about {
  padding: 96px 48px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}

.about-inner {
  max-width: var(--max-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: var(--bg-alt);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.nav-logo img {
  height: 44px;
  width: auto;
  display: block;
}

.footer-logo {
  height: 52px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}

.about-content .eyebrow { margin-bottom: 16px; }

.about-content h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--fg);
  margin-bottom: 24px;
  line-height: 1.2;
}

.about-content p {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.85;
  margin-bottom: 20px;
}

.about-values {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--fg);
  font-weight: 400;
}

.value-dot {
  width: 8px;
  height: 8px;
  background: var(--rose-gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ---- Speaking ---- */
.speaking {
  padding: 96px 48px;
  background: var(--bg);
}

.speaking-inner {
  max-width: var(--max-content);
  margin: 0 auto;
}

.speaking-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 72px;
}

.speaking-top h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--fg);
  margin-top: 12px;
}

.speaking-top p {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.8;
}

.speaking-rate-card {
  background: var(--black);
  color: var(--white);
  padding: 32px;
  border-radius: 4px;
  text-align: center;
}

.rate-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 12px;
}

.rate-amount {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
}

.rate-period {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 8px;
}

.rate-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 16px;
  line-height: 1.6;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}

.speaking-sk-link {
  font-size: 0.875rem;
  color: var(--fg-muted);
  font-style: italic;
  margin-bottom: 40px;
  text-align: center;
}

.speaking-sk-link a {
  color: var(--rose-gold);
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
}

.speaking-sk-link a:hover { text-decoration: underline; }

.topic-card {
  padding: 28px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 4px;
}

.topic-card h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--fg);
  margin-bottom: 10px;
}

.topic-card p {
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.65;
}

.speaking-clients {
  border-top: 1px solid var(--border);
  padding-top: 48px;
}

.speaking-clients h3 {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 28px;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.client-logo {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-muted);
  padding: 8px 16px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 3px;
}

/* ---- Training ---- */
.training {
  padding: 96px 48px;
  background: var(--black);
  color: var(--white);
}

.training-inner {
  max-width: var(--max-content);
  margin: 0 auto;
}

.training .section-header .label-sm { color: var(--rose-gold); }

.training .section-header h2 {
  color: var(--white);
}

.training .section-header p {
  color: rgba(255, 255, 255, 0.65);
}

.training-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}

.training-feature {
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
}

.training-feature h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--white);
  margin-bottom: 10px;
}

.training-feature p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.training-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 48px;
}

.training-cta-text h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--white);
  margin-bottom: 8px;
}

.training-cta-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
}

.training-rate {
  text-align: right;
  flex-shrink: 0;
}

.training-rate .rate-label { color: var(--rose-gold); }

.training-rate .rate-amount { color: var(--white); font-size: 40px; }

.training-rate .rate-period { color: rgba(255, 255, 255, 0.55); }

/* ---- Testimonials ---- */
.testimonials {
  padding: 96px 48px;
  background: var(--bg-alt);
}

.testimonials-inner {
  max-width: var(--max-content);
  margin: 0 auto;
}

.testimonials .section-header { text-align: center; }
.testimonials .section-header p { margin: 16px auto 0; }

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.testimonial-card {
  padding: 36px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 4px;
}

.testimonial-quote {
  font-family: var(--font-serif);
  font-size: 22px;
  font-style: italic;
  color: var(--fg);
  line-height: 1.5;
  margin-bottom: 24px;
  position: relative;
  padding-left: 24px;
}

.testimonial-quote::before {
  content: '\u201C';
  font-family: var(--font-serif);
  font-size: 48px;
  color: var(--rose-gold);
  position: absolute;
  left: 0;
  top: -8px;
  line-height: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.author-info strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--fg);
}

.author-info span {
  font-size: 12px;
  color: var(--fg-muted);
}

.testimonial-service {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-top: 8px;
}

/* ---- Google Review Cards ---- */
.google-review-card,
.google-review-cta {
  background: #FFFFFF;
  border: 1px solid rgba(196, 150, 122, 0.3); /* rose-gold border */
  border-left: 4px solid var(--rose-gold);
  border-radius: 4px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

/* Subtle marble / light pink background wash */
.google-review-card::before,
.google-review-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(248, 215, 218, 0.18) 0%, rgba(196, 150, 122, 0.06) 60%, transparent 100%);
  pointer-events: none;
}

.review-stars {
  color: #D4A843; /* gold */
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 14px;
  line-height: 1;
}

.google-review-card .testimonial-quote {
  font-family: var(--font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  font-style: normal;
  color: #111111;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-left: 0;
}

/* Override the default large quote mark for Google review cards */
.google-review-card .testimonial-quote::before {
  display: none;
}

.reviewer-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #D4A843; /* gold */
  margin-bottom: 3px;
}

.via-google {
  font-size: 12px;
  color: var(--rose-gold);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
}

/* CTA card */
.google-review-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #111111 0%, #1e1e1e 100%);
  border-left: 4px solid #D4A843;
  border-color: #D4A843;
}

.google-review-cta::before {
  background: linear-gradient(135deg, rgba(212, 168, 67, 0.08) 0%, transparent 60%);
}

.review-cta-content { position: relative; }

.review-cta-headline {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 8px;
}

.review-cta-body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 20px;
}

.see-more-reviews {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #D4A843;
  border: 1px solid #D4A843;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.see-more-reviews:hover {
  background: #D4A843;
  color: #111111;
}

/* Fade-in scroll animation */
.fade-in-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Pricing ---- */
.pricing {
  padding: 96px 48px;
  background: var(--bg);
}

.pricing-inner {
  max-width: var(--max-content);
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pricing-card {
  padding: 32px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.pricing-card--featured {
  background: var(--black);
  border-color: var(--black);
}

.pricing-card--featured .price-name {
  color: var(--white);
}

.pricing-card--featured .price-desc {
  color: rgba(255, 255, 255, 0.6);
}

.pricing-card--featured .price-amount {
  color: var(--white);
}

.pricing-card--featured .price-period {
  color: rgba(255, 255, 255, 0.45);
}

.pricing-card--featured .price-detail {
  color: rgba(255, 255, 255, 0.55);
}

.pricing-card--featured .price-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212, 168, 67, 0.15);
  padding: 4px 10px;
  border-radius: 2px;
}

.price-badge {
  display: none;
}

.price-name {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--fg);
  margin-bottom: 6px;
}

.price-desc {
  font-size: 13px;
  color: var(--fg-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.price-amount {
  font-family: var(--font-serif);
  font-size: 36px;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 4px;
}

.price-period {
  font-size: 12px;
  color: var(--fg-muted);
  margin-bottom: 24px;
}

.price-divider {
  height: 1px;
  background: var(--border);
  margin-bottom: 24px;
}

.price-detail {
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  flex: 1;
}

.pricing-note {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  color: var(--fg-muted);
}

.pricing-note strong {
  color: var(--rose-gold);
}

/* ---- Contact ---- */
.contact {
  padding: 96px 48px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}

.contact-inner {
  max-width: var(--max-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-info .eyebrow { margin-bottom: 16px; }

.contact-info h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--fg);
  margin-bottom: 24px;
  line-height: 1.15;
}

.contact-info p {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.8;
  margin-bottom: 36px;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
}

.method-icon {
  width: 44px;
  height: 44px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.method-icon svg { color: var(--rose-gold); }

.method-text strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 2px;
}

.method-text a,
.method-text span {
  font-size: 13px;
  color: var(--fg-muted);
  text-decoration: none;
}

.method-text a:hover { color: var(--rose-gold); }

.contact-form {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 40px;
}

.contact-form h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--fg);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 3px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--fg);
  transition: border-color 0.15s;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--rose-gold);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  margin-top: 8px;
}

/* ---- Footer ---- */
.site-footer {
  background: var(--black);
  padding: 64px 48px 48px;
}

.footer-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-dark);
}

.footer-brand .brand-name {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-logo {
  height: 52px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}

.footer-brand .brand-tag {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

.footer-col h4 {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s;
}

.footer-col a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-built {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .container,
  .container--wide { padding: 0 24px; }
  .site-nav { padding: 0 24px; }

  .hero { padding: 60px 24px 72px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-credentials { display: none; }

  .about { padding: 64px 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image { max-height: 300px; aspect-ratio: 16 / 9; }

  .speaking { padding: 64px 24px; }
  .speaking-top { grid-template-columns: 1fr; gap: 32px; }
  .topics-grid { grid-template-columns: 1fr 1fr; }

  .training { padding: 64px 24px; }
  .training-features { grid-template-columns: 1fr 1fr; }
  .training-cta-row { flex-direction: column; text-align: left; }
  .training-rate { text-align: left; }

  .testimonials { padding: 64px 24px; }
  .testimonial-grid { grid-template-columns: 1fr; }

  .pricing { padding: 64px 24px; }
  .pricing-grid { grid-template-columns: 1fr; }

  .contact { padding: 64px 24px; }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }

  .site-footer { padding: 48px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 600px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .topics-grid { grid-template-columns: 1fr; }
  .training-features { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

/* ---- Inquiry form extras ---- */
.form-intro {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.65;
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.required-star {
  color: var(--rose-gold);
  font-size: 13px;
}

.optional-tag {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  color: var(--warm-gray);
  margin-left: 4px;
}

.form-error {
  padding: 12px 16px;
  background: #fff0ed;
  border: 1px solid #f5c0b0;
  border-radius: 3px;
  font-size: 13px;
  color: #b54321;
  margin-bottom: 16px;
}

.form-success {
  text-align: center;
  padding: 40px 24px;
}

.form-success .success-icon {
  width: 56px;
  height: 56px;
  background: #edf7f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #2d7a55;
}

.form-success h4 {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--fg);
  margin-bottom: 12px;
}

.form-success p {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
}

.form-success a { color: var(--rose-gold); text-decoration: underline; }

@keyframes spin {
  to { transform: rotate(360deg); }
}

.spin { animation: spin 0.8s linear infinite; display: inline-block; }

.btn-spinner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
}

/* ---- About credentials ---- */
.about-credentials {
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 4px;
}

.about-cred-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 16px;
}

.cred-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

.about-cred-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--fg);
  line-height: 1.5;
}

.cred-check {
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 600px) {
  .cred-grid { grid-template-columns: 1fr; }
}

/* ---- Hypnosis pricing card ---- */
.price-cred-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-gold);
  background: rgba(196, 150, 122, 0.1);
  border: 1px solid rgba(196, 150, 122, 0.25);
  padding: 4px 8px;
  border-radius: 2px;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1.5;
}

/* ---- Monthly Membership section ---- */
.membership {
  padding: 96px 48px;
  background: var(--black);
  color: var(--white);
}

.membership-inner {
  max-width: var(--max-content);
  margin: 0 auto;
}

.membership-header {
  margin-bottom: 56px;
}

.membership-header .label-sm {
  color: var(--rose-gold);
}

.membership-header h2 {
  font-size: clamp(30px, 4vw, 48px);
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 16px;
}

.membership-price-inline {
  color: var(--gold);
}

.membership-header p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  max-width: 560px;
}

.membership-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 64px;
}

.membership-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--rose-gold);
  border-radius: 6px;
  padding: 40px;
  position: relative;
}

.membership-badge {
  position: absolute;
  top: -14px;
  left: 32px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
}

.membership-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.membership-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.check-icon {
  color: var(--gold);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}

.membership-price-block {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}

.membership-amount {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
}

.membership-period {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.membership-cta {
  width: 100%;
  text-align: center;
  background: var(--pink) !important;
  color: var(--black) !important;
  font-weight: 500;
}

.membership-cta:hover {
  background: var(--pink-hover) !important;
  transform: translateY(-1px);
}

.membership-info h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--white);
  margin-bottom: 16px;
}

.membership-info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-bottom: 20px;
}

.membership-trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.trust-dot {
  width: 6px;
  height: 6px;
  background: var(--rose-gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ---- Membership join form ---- */
.membership-join-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 64px;
  display: flex;
  justify-content: center;
}

.membership-join-card {
  background: var(--white);
  border-radius: 6px;
  padding: 48px;
  max-width: 560px;
  width: 100%;
}

.membership-join-card h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--black);
  margin-bottom: 12px;
}

.join-intro {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.65;
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .membership { padding: 64px 24px; }
  .membership-layout { grid-template-columns: 1fr; gap: 40px; }
  .membership-join-card { padding: 32px 24px; }
}

@media (max-width: 600px) {
  .membership-card { padding: 28px 24px; }
}

/* ---- Homepage Testimonials ---- */
.home-testimonials {
  padding: 96px 48px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}

.home-testimonials-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
}

.home-google-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.google-badge-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.google-badge-home:hover { background: #333; }

.badge-stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 2px;
}

.badge-rating {
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
}

.badge-source {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

.badge-review-count {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

.home-reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.home-review-card {
  background: var(--white);
  border: 1px solid rgba(196,150,122,0.3);
  border-radius: 6px;
  padding: 32px 28px 28px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
}

.home-review-card:hover {
  box-shadow: 0 8px 28px rgba(196,150,122,0.15);
  transform: translateY(-3px);
}

/* marble wash */
.home-review-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(248,215,218,0.22) 0%,
    rgba(255,255,255,0.92) 60%
  );
  pointer-events: none;
}

.home-review-content { position: relative; flex: 1; display: flex; flex-direction: column; }

.home-review-stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 16px;
  line-height: 1;
  display: flex;
  gap: 2px;
}

.home-review-quote-mark {
  font-family: var(--font-serif);
  font-size: 52px;
  color: var(--rose-gold);
  line-height: 1;
  margin-bottom: -10px;
  display: block;
  opacity: 0.55;
}

.home-review-text {
  font-family: var(--font-sans);
  font-size: 13px;
  font-style: normal;
  color: var(--fg);
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1;
}

.home-review-divider {
  height: 1px;
  background: rgba(196,150,122,0.2);
  margin-bottom: 16px;
}

.home-review-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-review-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink) 0%, var(--rose-gold) 100%);
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  flex-shrink: 0;
}

.home-review-author-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.home-reviewer-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
}

.home-review-source {
  font-size: 11px;
  color: var(--fg-muted);
}

.home-review-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-gold);
  background: rgba(196,150,122,0.12);
  border: 1px solid rgba(196,150,122,0.25);
  padding: 3px 8px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* CTA card */
.home-review-cta {
  background: linear-gradient(135deg, #111111 0%, #1e1e1e 100%);
  border: 2px solid var(--gold);
  border-radius: 6px;
  padding: 32px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s, box-shadow 0.25s;
}

.home-review-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212,168,67,0.2);
}

.home-review-cta-inner {
  text-align: center;
  position: relative;
}

.home-review-cta-stars {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 16px;
}

.home-review-cta-headline {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
}

.home-review-cta-body {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin-bottom: 24px;
}

.home-review-cta-btn {
  display: inline-block;
  background: var(--rose-gold);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.home-review-cta-btn:hover {
  background: #b5835f;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 1100px) {
  .home-reviews-grid { grid-template-columns: 1fr 1fr 1fr; }
  .home-review-cta { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .home-testimonials { padding: 64px 24px; }
  .home-reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 500px) {
  .home-reviews-grid { grid-template-columns: 1fr; }
  .home-review-cta { padding: 28px 24px; }
}

/* ---- Accessibility ---- */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

a:focus-visible {
  outline: 2px solid var(--rose-gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---- Membership Pay Now button ---- */
.btn-pay-now {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--rose-gold);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 16px 24px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}

.btn-pay-now:hover {
  background: #b5835f;
  transform: translateY(-1px);
}

.membership-pay-note {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-align: center;
  margin-bottom: 6px;
}

.membership-stripe-note {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  font-style: italic;
}

.membership-pay-cta {
  margin-bottom: 10px;
}

/* ---- Community discussion board ---- */
.community-page {
  min-height: 100vh;
  background: #faf9f7;
  font-family: var(--font-sans);
  color: var(--black);
}

.community-header {
  background: var(--black);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.community-brand {
  color: var(--pink);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.community-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.community-nav a {
  color: rgba(255,255,255,0.5);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 0.2s;
}

.community-nav a:hover { color: var(--pink); }

.community-hero {
  background: linear-gradient(135deg, #111111 0%, #1e1610 100%);
  padding: 40px 40px 32px;
  border-bottom: 1px solid rgba(212,168,67,0.2);
}

.community-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.community-hero h1 {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 4px;
}

.community-hero h1 span { color: var(--pink); }

.community-hero p {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  margin: 0;
}

.community-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-community {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.15s;
  font-family: var(--font-sans);
}

.btn-community:hover { transform: translateY(-1px); }

.btn-community-primary {
  background: var(--rose-gold);
  color: var(--white);
}

.btn-community-primary:hover { background: #b5835f; }

.btn-community-secondary {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
}

.btn-community-secondary:hover { background: rgba(255,255,255,0.18); }

.btn-community-outline {
  background: transparent;
  color: var(--rose-gold);
  border: 1px solid var(--rose-gold);
}

.btn-community-outline:hover { background: rgba(196,150,122,0.1); }

.community-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
}

@media (max-width: 768px) {
  .community-header { padding: 0 20px; }
  .community-hero { padding: 28px 20px 24px; }
  .community-body { padding: 24px 20px; }
}

/* Post modal overlay */
.community-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 200;
  align-items: center;
  justify-content: center;
}

.community-modal-overlay.open { display: flex; }

.community-modal {
  background: var(--white);
  border-radius: 8px;
  padding: 36px;
  max-width: 520px;
  width: calc(100% - 40px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.community-modal h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--black);
  margin: 0 0 20px;
}

.community-modal .form-group {
  margin-bottom: 16px;
}

.community-modal .form-group label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 6px;
}

.community-modal .form-group input,
.community-modal .form-group textarea,
.community-modal .form-group select {
  width: 100%;
  padding: 10px 14px;
  background: #f9f7f6;
  border: 1px solid #e0d5cf;
  border-radius: 3px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--black);
  outline: none;
  transition: border-color 0.15s;
}

.community-modal .form-group input:focus,
.community-modal .form-group textarea:focus,
.community-modal .form-group select:focus {
  border-color: var(--rose-gold);
}

.community-modal .form-group textarea {
  resize: vertical;
  min-height: 90px;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.btn-modal-cancel {
  background: transparent;
  color: var(--fg-muted);
  border: 1px solid #ddd;
  padding: 9px 18px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: background 0.15s;
}

.btn-modal-cancel:hover { background: #f5f5f5; }

.btn-modal-submit {
  background: var(--rose-gold);
  color: var(--white);
  border: none;
  padding: 9px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: background 0.2s;
}

.btn-modal-submit:hover { background: #b5835f; }

/* Post cards */
.community-section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.community-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold);
  opacity: 0.3;
}

.community-post-card {
  background: var(--white);
  border: 1px solid #ecddd6;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.community-post-card:hover {
  box-shadow: 0 4px 18px rgba(196,150,122,0.12);
}

.post-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px 0;
}

.post-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink) 0%, var(--rose-gold) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  flex-shrink: 0;
  border: 2px solid var(--gold);
}

.post-avatar.renee-avatar {
  background: linear-gradient(135deg, #111 0%, #2a1f1a 100%);
  border-color: var(--gold);
}

.post-meta {
  flex: 1;
}

.post-author-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--black);
}

.post-author-name.renee { color: var(--rose-gold); }

.post-timestamp {
  font-size: 0.75rem;
  color: #aaa;
}

.post-type-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  flex-shrink: 0;
}

.post-type-update { background: #F8D7DA; color: #111; }
.post-type-video  { background: rgba(212,168,67,0.15); color: var(--gold); border: 1px solid rgba(212,168,67,0.3); }
.post-type-question { background: rgba(196,150,122,0.12); color: var(--rose-gold); border: 1px solid rgba(196,150,122,0.25); }

.post-card-body {
  padding: 14px 20px;
}

.post-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--black);
  margin: 0 0 8px;
}

.post-body-text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.65;
  margin: 0;
  white-space: pre-wrap;
}

.post-video-embed {
  margin-top: 14px;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}

.post-video-embed iframe {
  width: 100%;
  height: 320px;
  border: none;
  display: block;
}

.post-card-footer {
  border-top: 1px solid #f5eeea;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reply-count {
  font-size: 12px;
  color: #aaa;
}

.btn-reply-toggle {
  font-size: 12px;
  color: var(--rose-gold);
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  font-weight: 500;
  padding: 4px 0;
  transition: color 0.15s;
}

.btn-reply-toggle:hover { color: #b5835f; }

/* Reply thread */
.reply-thread {
  padding: 0 20px 16px;
  border-top: 1px solid #f5eeea;
  display: none;
}

.reply-thread.open { display: block; }

.reply-item {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f5eeea;
}

.reply-item:last-of-type { border-bottom: none; }

.reply-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink) 0%, var(--rose-gold) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 12px;
  color: var(--white);
  font-weight: 500;
  flex-shrink: 0;
}

.reply-avatar.renee { background: linear-gradient(135deg, #111 0%, #2a1f1a 100%); }

.reply-content { flex: 1; }

.reply-author {
  font-size: 12px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 3px;
}

.reply-author.renee { color: var(--rose-gold); }

.reply-body {
  font-size: 13px;
  color: #444;
  line-height: 1.55;
  margin: 0;
  white-space: pre-wrap;
}

.reply-time {
  font-size: 11px;
  color: #bbb;
  margin-top: 3px;
}

/* Reply form inline */
.reply-form-wrap {
  padding-top: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.reply-input {
  flex: 1;
  padding: 8px 12px;
  background: #f9f7f6;
  border: 1px solid #e0d5cf;
  border-radius: 3px;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--black);
  outline: none;
  resize: none;
  min-height: 60px;
  transition: border-color 0.15s;
}

.reply-input:focus { border-color: var(--rose-gold); }

.btn-post-reply {
  background: var(--rose-gold);
  color: var(--white);
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-sans);
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.btn-post-reply:hover { background: #b5835f; }

/* Empty state */
.community-empty {
  background: var(--white);
  border: 2px dashed #ecddd6;
  border-radius: 8px;
  padding: 56px 40px;
  text-align: center;
  margin-bottom: 24px;
}

.community-empty-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.community-empty h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--black);
  margin: 0 0 12px;
}

.community-empty p {
  font-size: 0.9rem;
  color: #888;
  line-height: 1.65;
  max-width: 440px;
  margin: 0 auto;
}

/* Alert / flash */
.community-flash {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 20px;
}

.community-flash.success {
  background: #edf7f0;
  border: 1px solid #b2dfcc;
  color: #2d7a55;
}

.community-flash.error {
  background: #fff0ed;
  border: 1px solid #f5c0b0;
  color: #b54321;
}

.community-footer {
  background: var(--black);
  padding: 20px 40px;
  text-align: center;
  margin-top: 48px;
}

.community-footer p {
  color: rgba(255,255,255,0.3);
  font-size: 12px;
  margin: 0;
}