/*
Theme Name: PureSoulLove
Theme URI: https://puresoullove.com
Author: Eabeauti
Author URI: https://puresoullove.com
Description: A warm, luxurious, feminine WordPress theme for PureSoulLove — The Sensuvitality Apple Tree Method. Holistic transformation, tantra, bodywork and nervous system reset.
Version: 5.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puresoullove
Tags: one-column, custom-colors, featured-images, full-width-template, theme-options
*/

/* ===== RESET & VARIABLES ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --burgundy: #722721;
  --burgundy-dark: #5A1E1E;
  --burgundy-light: #6A2C2C;
  --gold: #B8955B;
  --gold-circle-start: #ffedb6;
  --gold-circle-end: #cd9b5c;
  --gold-key: #D4AF37;
  --gold-light: #D4B87C;
  --cream: #E8DDCC;
  --cream-warm: #E2D4C1;
  --cream-light: #EFE6D8;
  --cream-pale: #F5EDE2;
  --circle-bg: #f4e3d3;
  --deep-brown: #3A1212;
  --white-warm: #FAF5EE;
  --roots-dark: #4B3A2A;
  --roots-mid: #7c5b42;
  --roots-light: #5b4a3d;
  --trunk-dark: #25150B;
  --trunk-mid: #725F4B;
  --trunk-light: #8A7B6D;
  --trunk-warm: #715E58;
  --branch-green: #087830;
  --branch-green-bright: #059033;
  --branch-green-light: #90EE90;
  --branch-olive: #6F9940;
  --apple-red: #DC143C;
  --apple-gold: #FADA5E;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Lora', Georgia, serif;
  color: var(--burgundy);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

a { color: var(--burgundy); text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ===== HERO ===== */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: relative;
  width: 100%;
  z-index: 0;
}

.hero__bg img {
  width: 100%;
  height: auto;
  display: block;
  filter: contrast(1.12) saturate(1.15) brightness(0.95);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(90,30,30,0.04) 0%, transparent 70%),
    linear-gradient(to bottom, rgba(58,18,18,0.05) 0%, transparent 50%, rgba(58,18,18,0.1) 100%);
  z-index: 1;
}

.hero__circle {
  position: absolute;
  z-index: 2;
  width: min(460px, 80vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  animation: circleReveal 1.8s ease-out;
  background: none;
}

@media (min-width: 769px) {
  .hero__circle {
    left: 42% !important;
    transform: translate(-50%, -55%) !important;
  }
}

.hero__text-overlay {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(480px, 85vw);
  padding: 2rem;
  background: rgba(40, 20, 10, 0.35);
  border-radius: 8px;
  z-index: 2;
  text-align: center;
}

.hero__circle::before {
  display: none;
}

.hero__circle::after {
  display: none;
}

@keyframes circleReveal {
  from { opacity: 0; transform: scale(0.9) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.hero__line1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  color: #fff !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6), 0 0 24px rgba(212, 175, 55, 0.3), 0 2px 6px rgba(50, 20, 10, 0.5);
  text-align: center;
}

/* breathe is now part of .hero__line1 - inherits same styling */

.hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0.8rem auto 1rem;
  gap: 0;
}

.hero__divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%);
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38);
  transform: translateY(-50%);
}

.hero__divider-diamond {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

.hero__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5), 0 0 20px rgba(212, 175, 55, 0.25), 0 2px 6px rgba(50, 20, 10, 0.5);
  text-align: center;
}

/* ===== INTRO ===== */
.intro {
  background-color: var(--cream);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 4rem 2rem 2rem;
}

.intro__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative !important;
  display: block !important;
  min-height: 320px;
}

.intro__text { 
  text-align: left;
  position: relative;
  z-index: 1;
  display: block !important;
}

.intro__portrait-and-brand {
  position: absolute !important;
  right: 28% !important;
  top: 40% !important;
  z-index: 2;
  display: block !important;
  float: none !important;
}

.intro__portrait img {
  width: 220px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 !important;
  border: none !important;
}

.intro__bottom-line {
  margin-top: 7rem;
  text-align: center;
}

.intro__headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--burgundy);
  line-height: 1.4;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.intro__sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--burgundy-light);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.intro__line {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 400px;
}

.intro__line-bar { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }

.intro__diamond {
  width: 24px;
  height: 24px;
  border: none;
  background: url('https://sensuvitality.com/wp-content/uploads/2026/04/diamond_with_a_gold_tinge-2.png') center/contain no-repeat;
  transform: none;
  flex-shrink: 0;
  margin: 0 8px;
  box-shadow: none;
}

.intro__brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-style: italic;
  color: var(--burgundy);
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  text-align: center;
}

.intro__brand-centered {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 500;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

/* ===== LOVE LINE ===== */
.loveline {
  text-align: center;
  padding: 3.5rem 2rem;
  background: var(--cream);
}

.loveline--standout { padding: 4rem 2rem; }

.loveline__text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.loveline--standout .loveline__text {
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 500;
  background: linear-gradient(135deg, var(--gold), var(--gold-circle-end), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.loveline__paw {
  display: block;
  margin: 1rem auto 0;
  font-size: 0.9rem;
  color: var(--gold);
}

/* ===== METHOD HEADLINE ===== */
.method-headline {
  position: relative;
  text-align: center;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
  /* Padding-bottom as percentage of width to match image aspect ratio */
  padding-bottom: 66%;
}

.method-headline__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8vw 2rem 2rem;
  max-width: 700px;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .method-headline__content {
    padding: 2rem 1.5rem 1.5rem;
  }
  .method-headline {
    padding-bottom: 66%;
  }
}

@media (min-width: 1400px) {
  .method-headline__content {
    padding: 10vw 2rem 2rem;
  }
}

.method-headline__image {
  width: 100%;
  line-height: 0;
}

.method-headline__image img {
  width: 100%;
  height: auto;
  display: block;
}

.method-headline__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  color: var(--roots-dark);
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.method-headline__sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--burgundy-light);
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}

.method-headline__intro {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  color: var(--burgundy-light);
  line-height: 2;
  margin-top: 1rem;
}

/* ===== TREE SECTIONS ===== */
.tree-section {
  position: relative;
  padding: 7rem 2rem 5rem;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Roots — deep earthy brown */
.tree-section--roots .tree-section__label,
.tree-section--roots .tree-section__intro,
.tree-section--roots .tree-section__body em,
.tree-section--roots .tree-section__closing { color: #4B3A2A; }
.tree-section--roots .tree-section__body { color: #5b4a3d; }
.tree-section--roots .tree-section__ornament-line { width: 180px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.tree-section--roots .tree-section__ornament-diamond { border: none; background: url('https://sensuvitality.com/wp-content/uploads/2026/04/diamond_with_a_gold_tinge-2.png') center/contain no-repeat; }

/* Trunk — bark tone */
.tree-section--trunk .tree-section__label,
.tree-section--trunk .tree-section__intro,
.tree-section--trunk .tree-section__body em,
.tree-section--trunk .tree-section__closing { color: #725F4B; }
.tree-section--trunk .tree-section__body { color: #8A7B6D; }
.tree-section--trunk .tree-section__ornament-line { width: 180px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.tree-section--trunk .tree-section__ornament-diamond { border: none; background: url('https://sensuvitality.com/wp-content/uploads/2026/04/diamond_with_a_gold_tinge-2.png') center/contain no-repeat; }

/* Branches — gold */
.tree-section--branches .tree-section__label,
.tree-section--branches .tree-section__intro,
.tree-section--branches .tree-section__body em,
.tree-section--branches .tree-section__closing { color: #B8955B; }
.tree-section--branches .tree-section__body { color: #9a7d4e; }
.tree-section--branches .tree-section__ornament-line { width: 180px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.tree-section--branches .tree-section__ornament-diamond { border: none; background: url('https://sensuvitality.com/wp-content/uploads/2026/04/diamond_with_a_gold_tinge-2.png') center/contain no-repeat; }

/* Apples — burgundy */
.tree-section--apple .tree-section__label,
.tree-section--apple .tree-section__intro,
.tree-section--apple .tree-section__body em,
.tree-section--apple .tree-section__closing { color: #5a1e1e; }
.tree-section--apple .tree-section__body { color: #6A2C2C; }
.tree-section--apple .tree-section__ornament-line { width: 180px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.tree-section--apple .tree-section__ornament-diamond { border: none; background: url('https://sensuvitality.com/wp-content/uploads/2026/04/diamond_with_a_gold_tinge-2.png') center/contain no-repeat; }

.tree-section__inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }

.tree-section__label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.tree-section__tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-style: italic;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}

/* Tagline colours matching body text of each section */
.tree-section--roots .tree-section__tagline { color: #5b4a3d; }
.tree-section--trunk .tree-section__tagline { color: #25150B; }
.tree-section--branches .tree-section__tagline { color: #9a7d4e; }
.tree-section--apple .tree-section__tagline { color: #5a1e1e; }

.tree-section__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.5rem auto;
}

.tree-section__ornament-line { width: 180px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.tree-section__ornament-diamond {
  width: 24px;
  height: 24px;
  border: none;
  background: url('https://sensuvitality.com/wp-content/uploads/2026/04/diamond_with_a_gold_tinge-2.png') center/contain no-repeat;
  transform: none;
  box-shadow: none;
}

.tree-section__intro {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.tree-section__body {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}

.tree-section__body em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.8;
}

.tree-section__closing {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  line-height: 2;
  margin-top: 2rem;
}

/* ===== EXPLORE METHOD ===== */
.explore-method {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--cream);
}

.explore-method__btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream-pale);
  background: var(--burgundy);
  border: 1.5px solid var(--burgundy);
  cursor: pointer;
  transition: all 0.4s ease;
}

.explore-method__btn:hover {
  background: var(--deep-brown);
  border-color: var(--deep-brown);
  box-shadow: 0 4px 20px rgba(90,30,30,0.25);
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  background: var(--cream-light);
  padding: 5rem 2rem;
  text-align: center;
}

.testimonials__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.testimonials__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}

.testimonial {
  padding: 2.5rem 2rem;
  position: relative;
  border-left: 2px solid rgba(184,149,91,0.3);
}

.testimonial__quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

.testimonial__text {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--burgundy-light);
  line-height: 1.9;
  margin-bottom: 1.5rem;
  text-align: left;
}

.testimonial__author {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0.05em;
  text-align: left;
}

/* ===== GOLDEN KEY ===== */
.golden-key {
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #ede5d8;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-image: none;
}

.golden-key__inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }

.golden-key__icon {
  margin: 1.5rem auto 2rem;
  text-align: center;
}

.golden-key__icon img {
  max-width: 400px;
  width: 100%;
  height: auto;
  background: transparent;
}

.golden-key__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: var(--gold-key);
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.golden-key__text {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  color: var(--burgundy-light);
  line-height: 2;
  margin-bottom: 1.5rem;
}

.golden-key__text strong { font-weight: 500; color: var(--burgundy); }

.golden-key__cta-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #2a1a0a;
  background: linear-gradient(135deg, #FADA5E, #D4AF37, #B8955B);
  border: 1.5px solid #D4AF37;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
}

.golden-key__cta-btn:hover {
  background: linear-gradient(135deg, #D4AF37, #FADA5E, #D4AF37);
  box-shadow: 0 4px 24px rgba(212,175,55,0.45);
  border-color: #FADA5E;
}

/* ===== FOUNDER ===== */
.founder {
  background: var(--cream);
  padding: 4rem 2rem;
  text-align: center;
}

.founder__sign {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 500;
  font-style: italic;
  color: var(--gold);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  letter-spacing: 0.06em;
}

.founder__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}

.founder__role {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.1rem;
  color: var(--burgundy-light);
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.founder__tags {
  font-family: 'Lora', Georgia, serif;
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: 0.06em;
  margin-top: 1.2rem;
  line-height: 1.9;
}

/* ===== CTA ===== */
.cta {
  background: var(--cream-light);
  padding: 5rem 2rem;
  text-align: center;
}

.cta__inner { max-width: 600px; margin: 0 auto; }

.cta__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  color: var(--burgundy);
  margin-bottom: 2.5rem;
  letter-spacing: 0.04em;
}

.cta__buttons { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; }

.cta__btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
  min-width: 320px;
}

.cta__btn--primary {
  background: var(--burgundy);
  color: var(--cream-pale);
  border: 1.5px solid var(--burgundy);
}

.cta__btn--primary:hover {
  background: var(--deep-brown);
  border-color: var(--deep-brown);
  box-shadow: 0 4px 20px rgba(90,30,30,0.25);
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--cream);
  padding: 2rem;
  text-align: center;
  border-top: 1px solid rgba(184,149,91,0.2);
}

.site-footer__love {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* ===== SCROLL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .intro__inner { text-align: center; }
  .intro__text { text-align: center; }
  .intro__portrait-and-brand { 
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    text-align: center;
    margin: 2rem auto 0 !important;
    display: block !important;
    width: fit-content;
  }
  .intro__portrait img { width: 180px; height: auto; }
  .intro__bottom-line { margin-top: 2rem; }
  .intro { padding: 3rem 2rem 5rem !important; }
  .hero__circle {
    width: min(330px, 76vw);
    padding: clamp(1rem, 4vw, 1.45rem);
    transform: translate(-50%, -55%);
  }
  .hero__line1,
  .hero__subtitle {
    font-size: clamp(1.15rem, 3.8vw, 1.45rem) !important;
    line-height: 1.5 !important;
    letter-spacing: 0.1em !important;
  }
  .hero__line1 { margin-bottom: 0.3rem !important; }
  .hero__subtitle { letter-spacing: 0.06em !important; }
  .hero__divider {
    width: 140px !important;
    margin: 0.4rem auto !important;
  }
  .hero__divider-diamond {
    width: 16px !important;
    height: 16px !important;
  }
  .method-headline { padding-bottom: 141% !important; }
  .method-headline__content { padding: 2rem 1.5rem !important; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .testimonial { border-left: none; border-top: 2px solid rgba(184,149,91,0.3); padding-top: 2rem; }
}

@media (max-width: 390px) {
  .hero__circle {
    width: min(300px, 74vw);
    padding: 0.95rem;
  }
  .hero__line1,
  .hero__subtitle {
    font-size: clamp(1.05rem, 3.8vw, 1.3rem) !important;
    line-height: 1.45 !important;
    letter-spacing: 0.08em !important;
  }
  .hero__line1 { margin-bottom: 0.2rem !important; }
  .hero__subtitle { letter-spacing: 0.04em !important; }
  .hero__divider {
    width: 120px !important;
    margin: 0.3rem auto !important;
  }
  .hero__divider-diamond {
    width: 14px !important;
    height: 14px !important;
  }
}

/* ===== WORDPRESS OVERRIDES ===== */
.wp-block-post-content { max-width: none; padding: 0; }
body.page .entry-content { max-width: none; padding: 0; margin: 0; }
.site-header, .wp-site-blocks > header { display: none; }
.page-template-front-page .site-header { display: none; }

/* ===== NAVIGATION ===== */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(232, 221, 204, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184, 149, 91, 0.2);
  padding: 0.8rem 2rem;
}

.site-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-nav__logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--burgundy);
  text-decoration: none;
  letter-spacing: 0.06em;
}

.site-nav__menu { display: flex; }

.site-nav__list {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.site-nav__list li a {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.85rem;
  color: var(--burgundy);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}

.site-nav__list li a:hover,
.site-nav__list li.current-menu-item a { color: var(--gold); }

.site-nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}

.site-nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--burgundy);
  transition: 0.3s;
}

/* Hide nav on front page hero */
.page-template-front-page .site-nav { background: rgba(232, 221, 204, 0.85); }

/* Push content below fixed nav on inner pages */
body:not(.page-template-front-page) .page-hero,
body:not(.page-template-front-page) .page-content:first-of-type { padding-top: 0; }

@media (max-width: 768px) {
  .site-nav__toggle { display: flex; }
  .site-nav__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(232, 221, 204, 0.98);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(184, 149, 91, 0.2);
  }
  .site-nav__menu.active { display: block; }
  .site-nav__list { flex-direction: column; gap: 1rem; }
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  width: 100%;
  line-height: 0;
}

.page-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== PAGE CONTENT ===== */
.page-content {
  background: var(--cream);
  padding: 4rem 2rem;
}

.page-content__inner {
  max-width: 800px;
  margin: 0 auto;
}

.page-content__inner--narrow {
  max-width: 700px;
  margin: 0 auto;
}

.page-content__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: var(--burgundy);
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.page-content__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--gold);
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}

.page-content__date {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.9rem;
  color: var(--burgundy-light);
  text-align: center;
  margin-bottom: 2.5rem;
}

.page-content__section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--burgundy);
  margin: 2.5rem 0 1rem;
}

.page-content__italic-highlight {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--burgundy);
  line-height: 1.8;
  margin: 1.5rem 0;
}

.page-content__cta-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 3rem;
}

.page-content p {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  color: var(--burgundy-light);
  line-height: 2;
  margin-bottom: 1.2rem;
}

.page-content em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  color: var(--burgundy);
}

/* ===== SESSION CARDS ===== */
.session-card {
  padding: 1.2rem 0;
  text-align: center;
}

.session-card__label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.session-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  color: var(--burgundy);
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.session-card__location {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--burgundy-light);
  margin-bottom: 1.5rem;
}

.session-card__heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  color: var(--burgundy);
  margin: 1.5rem 0 0.5rem;
}

.session-card__price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--gold);
  margin: 1.5rem 0 0.3rem;
}

.session-card__duration {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.9rem;
  color: var(--burgundy-light);
  margin-bottom: 1.5rem;
}

/* ===== BUTTONS (inner pages) ===== */
.page-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream-pale);
  background: var(--burgundy);
  border: 1.5px solid var(--burgundy);
  transition: all 0.4s ease;
  cursor: pointer;
  text-align: center;
}

.page-btn:hover {
  background: var(--deep-brown);
  border-color: var(--deep-brown);
  box-shadow: 0 4px 20px rgba(90,30,30,0.25);
}

.page-btn--outline {
  background: transparent;
  color: var(--burgundy);
  border: 1.5px solid var(--gold);
}

.page-btn--outline:hover {
  background: rgba(184,149,91,0.1);
  border-color: var(--burgundy);
}

/* ===== RETREAT DETAILS ===== */
.retreat-details {
  margin: 2rem 0;
  border-top: 1px solid rgba(184,149,91,0.3);
}

.retreat-detail {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(184,149,91,0.15);
  font-family: 'Lora', Georgia, serif;
  font-size: 0.95rem;
  color: var(--burgundy-light);
  text-align: left;
}

.retreat-detail__label {
  font-weight: 600;
  color: var(--burgundy);
  min-width: 100px;
  flex-shrink: 0;
}

.commitment-box {
  margin-top: 2rem;
  padding: 2rem;
  background: var(--cream-light);
  border-left: 3px solid var(--gold);
}

.commitment-box {
  text-align: center;
}

.commitment-box h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  color: var(--burgundy);
  margin-bottom: 0.8rem;
}

.commitment-box p {
  font-size: 0.95rem !important;
}

/* ===== REVIEWS ===== */
.review-item {
  padding: 1.5rem 0;
}

.review-quote {
  font-family: 'Lora', Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  color: var(--burgundy-light);
  line-height: 1.9;
  margin-bottom: 1rem;
}

.review-author {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--burgundy);
}

/* ===== EDUCATION ===== */
.education-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.education-item,
a.education-item {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--burgundy);
  padding: 1.2rem;
  text-align: center;
  background: var(--cream-light);
  border: 1px solid rgba(184,149,91,0.2);
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Row-based layout (3-3-3-1) */
.education-grid--rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;
  margin: 2.5rem auto 0;
}

.education-grid__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.education-grid__row--single {
  display: flex;
  justify-content: center;
}

.education-grid__row--single .education-item {
  max-width: 280px;
  width: 100%;
}

.education-item:hover,
a.education-item:hover {
  background: rgba(184,149,91,0.08);
  border-color: var(--gold);
  color: var(--burgundy);
}

.cert-detail {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: var(--cream-light);
  border-left: 2px solid var(--gold);
}

.cert-detail h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  color: var(--burgundy);
  margin-bottom: 0.5rem;
}

.cert-detail p { font-size: 0.95rem !important; }

/* ===== FOUNDER INFO BOX ===== */
.founder-info-box {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--cream-light);
  border-left: 2px solid var(--gold);
  text-align: left;
}

.founder-info-box p {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.9rem !important;
  color: var(--burgundy-light);
  line-height: 1.8;
  margin-bottom: 0.3rem;
}

.site-footer__copy {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.8rem;
  color: var(--burgundy-light);
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
}

/* Logo image in nav */
.site-nav__logo-img {
  display: flex;
  align-items: center;
}

.site-nav__logo-img img {
  height: 40px;
  width: auto;
}

@media (max-width: 768px) {
  .site-nav__logo-img img {
    height: 32px;
  }

  /* Push all hero content below fixed nav bar */
  [class*="hero__overlay"] {
    padding-top: 3.5rem !important;
  }

  /* Extra padding for cream-background heroes (contact, youtube) */
  .youtube-hero,
  .reviews-hero {
    padding-top: 3.5rem !important;
  }

  .education-grid__row {
    grid-template-columns: 1fr;
  }

  .education-grid__row--single .education-item {
    max-width: none;
  }
}

/* YouTube embed responsive */
.youtube-embed {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 2rem;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Footer social links */
.site-footer__inner {
  max-width: 800px;
  margin: 0 auto;
}

.site-footer__social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
}

.site-footer__social-link {
    font-size: 22px;
    color: var(--burgundy);
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.site-footer__social-link:hover {
  color: var(--gold);
}

/* Contact page social links */
.contact-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem 0;
}

.contact-social__link {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--burgundy);
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(184,149,91,0.3);
  transition: all 0.3s;
}

.contact-social__link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

/* Inner page hero images - display full image */
.page-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Larger intro subtitle */
.intro__sub--large {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem) !important;
  font-weight: 500;
}

/* Larger apples closing */
.tree-section__closing--large {
  font-size: 1.3rem !important;
}
.tree-section__closing--large em {
  font-size: 1.5rem !important;
}

/* Dhavindha page more spacing */
.page-template-page-dhavindha .page-content p {
  margin-bottom: 1.8rem;
  line-height: 2.2;
}

/* Leopard background for inner pages - tiles like the homepage tree sections */
.page-content--leopard {
  background-size: 100% auto !important;
  background-position: center top !important;
  background-repeat: repeat-y !important;
}

/* =========================================================
   LUXURY GOLD ORNAMENT UPGRADE
   Longer lines + larger glowing diamond
   ========================================================= */

@keyframes pslGoldDiamondGlow {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.65)) drop-shadow(0 0 14px rgba(212, 175, 55, 0.35));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(255, 234, 164, 0.95)) drop-shadow(0 0 24px rgba(212, 175, 55, 0.65));
  }
}

/* Intro section gold line */
.intro__line {
  max-width: 900px !important;
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.intro__line-bar {
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, #d4af37, #fff3c4, #d4af37, transparent) !important;
  box-shadow:
    0 0 10px rgba(212, 175, 55, 0.8),
    0 0 22px rgba(212, 175, 55, 0.55),
    0 0 34px rgba(212, 175, 55, 0.35) !important;
}

.intro__diamond {
  width: 36px !important;
  height: 36px !important;
  margin: 0 22px !important;
  animation: pslGoldDiamondGlow 3s ease-in-out infinite !important;
}

/* Apple Tree / Roots Method gold ornaments */
.tree-section__ornament {
  width: 100% !important;
  max-width: 980px !important;
  gap: 1.4rem !important;
}

.tree-section__ornament-line,
.tree-section--roots .tree-section__ornament-line,
.tree-section--trunk .tree-section__ornament-line,
.tree-section--branches .tree-section__ornament-line,
.tree-section--apple .tree-section__ornament-line {
  width: 360px !important;
  max-width: 42vw !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, #d4af37, #fff3c4, #d4af37, transparent) !important;
  box-shadow:
    0 0 10px rgba(212, 175, 55, 0.8),
    0 0 22px rgba(212, 175, 55, 0.55),
    0 0 34px rgba(212, 175, 55, 0.35) !important;
}

.tree-section__ornament-diamond,
.tree-section--roots .tree-section__ornament-diamond,
.tree-section--trunk .tree-section__ornament-diamond,
.tree-section--branches .tree-section__ornament-diamond,
.tree-section--apple .tree-section__ornament-diamond {
  width: 36px !important;
  height: 36px !important;
  animation: pslGoldDiamondGlow 3s ease-in-out infinite !important;
}

/* Mobile refinement */
@media (max-width: 768px) {
  .intro__line {
    width: 96% !important;
    max-width: 96% !important;
  }

  .intro__line-bar,
  .tree-section__ornament-line,
  .tree-section--roots .tree-section__ornament-line,
  .tree-section--trunk .tree-section__ornament-line,
  .tree-section--branches .tree-section__ornament-line,
  .tree-section--apple .tree-section__ornament-line {
    height: 3px !important;
  }

  .intro__diamond,
  .tree-section__ornament-diamond,
  .tree-section--roots .tree-section__ornament-diamond,
  .tree-section--trunk .tree-section__ornament-diamond,
  .tree-section--branches .tree-section__ornament-diamond,
  .tree-section--apple .tree-section__ornament-diamond {
    width: 30px !important;
    height: 30px !important;
  }

  .tree-section__ornament {
    max-width: 100% !important;
    gap: 0.9rem !important;
  }

  .tree-section__ornament-line,
  .tree-section--roots .tree-section__ornament-line,
  .tree-section--trunk .tree-section__ornament-line,
  .tree-section--branches .tree-section__ornament-line,
  .tree-section--apple .tree-section__ornament-line {
    width: 38vw !important;
    max-width: 38vw !important;
  }
}

/* =========================================================
   SITE-WIDE LUXURY GOLD DIVIDERS
   Applied across all pages using line + diamond ornaments
   ========================================================= */

@keyframes pslSiteWideGoldGlow {
  0%, 100% { filter: drop-shadow(0 0 7px rgba(212,175,55,.70)) drop-shadow(0 0 16px rgba(212,175,55,.42)); }
  50% { filter: drop-shadow(0 0 12px rgba(255,238,175,1)) drop-shadow(0 0 28px rgba(212,175,55,.72)); }
}

.tree-section__ornament,
.method-headline .tree-section__ornament,
.page-section .tree-section__ornament,
.page-template .tree-section__ornament,
.entry-content .tree-section__ornament,
.intro__line {
  width: min(1180px, 94vw) !important;
  max-width: min(1180px, 94vw) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.5rem !important;
}

.tree-section__ornament-line,
.tree-section--roots .tree-section__ornament-line,
.tree-section--trunk .tree-section__ornament-line,
.tree-section--branches .tree-section__ornament-line,
.tree-section--apple .tree-section__ornament-line,
.method-headline .tree-section__ornament-line,
.page-section .tree-section__ornament-line,
.page-template .tree-section__ornament-line,
.entry-content .tree-section__ornament-line,
.intro__line-bar {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%) !important;
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38) !important;
}

.tree-section__ornament-diamond,
.tree-section--roots .tree-section__ornament-diamond,
.tree-section--trunk .tree-section__ornament-diamond,
.tree-section--branches .tree-section__ornament-diamond,
.tree-section--apple .tree-section__ornament-diamond,
.method-headline .tree-section__ornament-diamond,
.page-section .tree-section__ornament-diamond,
.page-template .tree-section__ornament-diamond,
.entry-content .tree-section__ornament-diamond,
.intro__diamond {
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  border: 0 !important;
  background: url('images/diamond.png') center / contain no-repeat !important;
  transform: none !important;
  box-shadow: none !important;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite !important;
}

@media (max-width: 768px) {
  .tree-section__ornament,
  .method-headline .tree-section__ornament,
  .page-section .tree-section__ornament,
  .page-template .tree-section__ornament,
  .entry-content .tree-section__ornament,
  .intro__line {
    width: min(100%, 96vw) !important;
    max-width: min(100%, 96vw) !important;
    gap: .9rem !important;
  }

  .tree-section__ornament-line,
  .tree-section--roots .tree-section__ornament-line,
  .tree-section--trunk .tree-section__ornament-line,
  .tree-section--branches .tree-section__ornament-line,
  .tree-section--apple .tree-section__ornament-line,
  .method-headline .tree-section__ornament-line,
  .page-section .tree-section__ornament-line,
  .page-template .tree-section__ornament-line,
  .entry-content .tree-section__ornament-line,
  .intro__line-bar { height: 3px !important; }

  .tree-section__ornament-diamond,
  .tree-section--roots .tree-section__ornament-diamond,
  .tree-section--trunk .tree-section__ornament-diamond,
  .tree-section--branches .tree-section__ornament-diamond,
  .tree-section--apple .tree-section__ornament-diamond,
  .method-headline .tree-section__ornament-diamond,
  .page-section .tree-section__ornament-diamond,
  .page-template .tree-section__ornament-diamond,
  .entry-content .tree-section__ornament-diamond,
  .intro__diamond {
    flex-basis: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }
}

/* =========================================================
   FINAL FIX: DESKTOP METHOD DIVIDER TRUE CENTER + INTRO CLEANUP
   Added May 2026
   ========================================================= */

/* Remove the gold divider from the intro section only */
.intro__bottom-line,
.intro .tree-section__ornament,
.intro__line {
  display: none !important;
}

/* Center oversized ornaments relative to the full viewport/page, not the narrow content column */
@media (min-width: 769px) {
  .method-headline .tree-section__ornament,
  .tree-section .tree-section__ornament,
  .page-section .tree-section__ornament,
  .page-template .tree-section__ornament,
  .entry-content .tree-section__ornament {
    width: min(980px, 72vw) !important;
    max-width: min(980px, 72vw) !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1.5rem !important;
  }

  .method-headline .tree-section__ornament-line,
  .tree-section .tree-section__ornament-line,
  .page-section .tree-section__ornament-line,
  .page-template .tree-section__ornament-line,
  .entry-content .tree-section__ornament-line {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  .method-headline .tree-section__ornament-diamond,
  .tree-section .tree-section__ornament-diamond,
  .page-section .tree-section__ornament-diamond,
  .page-template .tree-section__ornament-diamond,
  .entry-content .tree-section__ornament-diamond {
    flex: 0 0 38px !important;
  }
}

/* =========================================================
   FINAL THEME FIXES: HERO RESPONSIVE POSITION + LOVE LEOPARD
   Added directly in theme files, May 2026
   ========================================================= */

/* Stronger signature love line */
.loveline--standout .loveline__text {
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  text-shadow: 0 0 10px rgba(212,175,55,0.26) !important;
}

.loveline__paw,
.paw-icon,
.paw-prints,
[class*="paw"] {
  display: none !important;
}

.loveline__leopard {
  display: block !important;
  width: clamp(136px, 16vw, 236px) !important;
  height: auto !important;
  margin: 1.35rem auto 0 !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 8px rgba(212,175,55,0.52)) !important;
}

/* Hero image and circle lock together across desktop sizes */
.hero {
  min-height: clamp(620px, 73.7vw, 991px) !important;
  isolation: isolate !important;
}

.hero__bg,
.hero__bg picture {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.hero__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 768px) {
  .hero__circle {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -54%) !important;
  }
}

.hero__line1,
.hero__subtitle {
  color: #fff !important;
  text-shadow:
    0 0 12px rgba(212,175,55,0.6),
    0 0 24px rgba(212,175,55,0.3),
    0 2px 6px rgba(50,20,10,0.5) !important;
}

.hero__line1 { font-weight: 650 !important; }
.hero__subtitle { font-weight: 520 !important; }

/* .hero__breathe merged into .hero__line1 in HTML - inherits all styles */

/* Smaller desktop / laptop: keep background and circle visually married */
@media (min-width: 769px) and (max-width: 1180px) {
  .hero {
    min-height: clamp(590px, 78vw, 820px) !important;
  }

  .hero__bg img {
    object-position: center center !important;
  }

  .hero__circle {
    width: min(390px, 36vw) !important;
    height: min(390px, 36vw) !important;
    padding: clamp(1.65rem, 2.6vw, 2.2rem) !important;
    transform: translate(-50%, -54%) !important;
  }
}

/* Mobile: stable square hero image, smaller circle, centered composition */
@media (max-width: 768px) {
  .hero {
    min-height: min(100svh, 760px) !important;
    height: min(100svh, 760px) !important;
  }

  .hero__bg img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .hero__circle {
    width: min(260px, 68vw) !important;
    height: min(260px, 68vw) !important;
    padding: 20px !important;
    transform: translate(-50%, -52%) !important;
  }

  .hero__line1 {
    font-size: clamp(0.86rem, 3.45vw, 1.04rem) !important;
    line-height: 1.28 !important;
    letter-spacing: 0.055em !important;
    font-weight: 700 !important;
    margin-bottom: 0.72rem !important;
  }

  .hero__divider {
    width: min(220px, 75vw) !important;
    max-width: 220px !important;
    margin: 0.5rem auto !important;
  }

  .hero__divider::before {
    height: 3px !important;
    left: 5% !important;
    right: 5% !important;
  }

  .hero__divider-diamond {
    width: 30px !important;
    height: 30px !important;
  }

  .hero__line1,
  .hero__subtitle {
    font-size: clamp(1.05rem, 3.8vw, 1.3rem) !important;
    line-height: 1.45 !important;
    letter-spacing: 0.06em !important;
  }
  .hero__line1 { font-weight: 650 !important; }
  .hero__subtitle { font-weight: 520 !important; }
}

@media (max-width: 390px) {
  .hero__circle {
    width: min(238px, 66vw) !important;
    height: min(238px, 66vw) !important;
    padding: 16px !important;
  }
}

/* Intro section: keep portrait visible and preserve original composition */
.intro {
  min-height: 520px !important;
  height: auto !important;
}

.intro__inner {
  min-height: 520px !important;
}

@media (min-width: 1200px) {
  .intro {
    min-height: 580px !important;
  }
}

/* =========================================
   HERO DESKTOP IMAGE – SHOW FULL IMAGE
   Written directly into theme files
   ========================================= */

@media (min-width: 769px) {
  .hero {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .hero__bg,
  .hero__bg picture {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .hero__bg img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .hero__circle {
    position: absolute !important;
    left: 42% !important;
    top: 50% !important;
    transform: translate(-50%, -54%) !important;
    width: min(460px, 31vw) !important;
    height: min(460px, 31vw) !important;
    padding: clamp(1.7rem, 2.4vw, 2.5rem) !important;
  }
}

/* Smaller desktop / laptop */
@media (min-width: 769px) and (max-width: 1180px) {
  .hero__circle {
    width: min(380px, 34vw) !important;
    height: min(380px, 34vw) !important;
    left: 42% !important;
    transform: translate(-50%, -54%) !important;
  }
}

/* =========================================================
   WHY COME TO EABEAUTI — HERO SECTION
   ========================================================= */

.why-come-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--cream);
}

.why-come-hero__bg {
  position: relative;
  width: 100%;
  line-height: 0;
}

.why-come-hero__bg picture,
.why-come-hero__bg img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text overlay — positioned upper-right */
.why-come-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
  padding-right: 9%;
  padding-top: 4%;
}

.why-come-hero__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: whyComeFadeIn 1.6s ease-out;
}

@keyframes whyComeFadeIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* "WHY COME TO" — gold gradient matching Eabeauti */
.why-come-hero__small {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 1px 4px rgba(90, 30, 30, 0.12));
}

/* Ornament — single delicate line with central diamond */
.why-come-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0.2rem 0 0.6rem;
}

.why-come-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold) 80%, transparent 100%);
  transform: translateY(-50%);
}

.why-come-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "Eabeauti" — large warm gold gradient */
.why-come-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.8rem, 8.5vw, 7.5rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(90, 30, 30, 0.15));
}

/* Hero-to-content transition: merge image displayed in full */
.hero-merge-top {
  position: relative;
  width: 100%;
  line-height: 0;
  margin-top: -200px;
}

.hero-merge-top__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Why Come page: reduce top padding so text starts just below gold line */
.page-template-page-why-come .page-content {
  padding-top: 1rem;
}

/* =========================================================
   WHY COME TO EABEAUTI — MOBILE RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {
  .hero-merge-top {
    margin-top: -140px;
  }

  .page-template-page-why-come .page-content {
    padding-top: 0.5rem;
  }

  .why-come-hero__overlay {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    padding-top: 8%;
  }

  .why-come-hero__small {
    font-size: clamp(1.3rem, 5.2vw, 1.9rem);
    letter-spacing: 0.22em;
    font-weight: 700;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--burgundy) !important;
  }

  .why-come-hero__title {
    font-size: clamp(3rem, 12vw, 5.5rem);
  }

  .why-come-hero__ornament {
    max-width: 220px;
  }

  .why-come-hero__ornament-diamond {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .why-come-hero__overlay {
    padding-top: 6%;
  }

  .why-come-hero__title {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .why-come-hero__small {
    font-size: clamp(1.3rem, 5.2vw, 1.9rem);
    letter-spacing: 0.22em;
    font-weight: 700;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--burgundy) !important;
  }
}

/* =========================================================
   SESSIONS HERO
   ========================================================= */

.sessions-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sessions-hero__bg {
  position: relative;
  width: 100%;
  padding-bottom: 57%;
}

.sessions-hero__bg picture,
.sessions-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sessions-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 14%;
}

.sessions-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 600px;
}

/* "SESSIONS" — gold gradient, bold, uppercase */
.sessions-hero__small {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6), 0 0 24px rgba(212, 175, 55, 0.3), 0 2px 6px rgba(50, 20, 10, 0.5);
}

/* Ornament — gold line with diamond */
.sessions-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0.2rem 0 0.6rem;
}

.sessions-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,0.6) 20%, rgba(212,175,55,0.6) 80%, transparent 100%);
  transform: translateY(-50%);
}

.sessions-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "Return to Yourself" — elegant italic */
.sessions-hero__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #fff !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6), 0 0 24px rgba(212, 175, 55, 0.3), 0 2px 6px rgba(50, 20, 10, 0.5);
}

/* Sessions hero — mobile responsive */
@media (max-width: 768px) {
  .sessions-hero__bg {
    padding-bottom: 100%;
  }

  .sessions-hero__overlay {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    padding-top: 16%;
  }

  .sessions-hero__small {
    font-size: clamp(1.7rem, 6.5vw, 2.4rem);
    letter-spacing: 0.28em;
  }

  .sessions-hero__subtitle {
    font-size: clamp(1.4rem, 6vw, 2.2rem);
  }

  .sessions-hero__ornament {
    max-width: 220px;
  }

  .sessions-hero__ornament-diamond {
    width: 16px;
    height: 16px;
  }
}

/* =========================================================
   RETREATS HERO
   ========================================================= */

.retreats-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.retreats-hero__bg {
  position: relative;
  width: 100%;
  padding-bottom: 67%;
}

.retreats-hero__bg picture,
.retreats-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.retreats-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 14%;
}

.retreats-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 700px;
}

/* "Life Changing" — elegant italic, smaller */
.retreats-hero__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  padding: 0;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(90, 30, 30, 0.15));
}

/* Ornament — gold line with diamond */
.retreats-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0.2rem 0 0.6rem;
}

.retreats-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,0.6) 20%, rgba(212,175,55,0.6) 80%, transparent 100%);
  transform: translateY(-50%);
}

.retreats-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "RETREATS" — large capitals */
.retreats-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 6.5vw, 5rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.42em;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(90, 30, 30, 0.15));
}

/* Retreats hero — mobile responsive */
@media (max-width: 768px) {
  .retreats-hero__bg {
    padding-bottom: 178%;
  }

  .retreats-hero__overlay {
    justify-content: center;
    align-items: flex-start;
    padding-top: 44%;
  }

  .retreats-hero__subtitle {
    font-size: clamp(1.8rem, 7.5vw, 2.8rem);
  }

  .retreats-hero__title {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
    letter-spacing: 0.28em;
  }

  .retreats-hero__ornament {
    max-width: 220px;
  }

  .retreats-hero__ornament-diamond {
    width: 16px;
    height: 16px;
  }
}

/* =========================================================
   REVIEWS HERO
   ========================================================= */

.reviews-hero {
  background-color: var(--cream);
  padding: 4rem 2rem 4rem;
  text-align: center;
}

.reviews-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

/* "trusted client" — gold gradient */
.reviews-hero__small {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
  color: var(--gold) !important;
}

/* Ornament — gold line with diamond */
.reviews-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0.4rem 0 0.8rem;
}

.reviews-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%);
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38);
  transform: translateY(-50%);
}

.reviews-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "EXPERIENCES" — large capitals, gold gradient */
.reviews-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.42em;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold) !important;
}

/* Reviews hero — mobile responsive */
@media (max-width: 768px) {
  .reviews-hero {
    padding: 3rem 1.5rem 1.5rem;
  }

  .reviews-hero__small {
    font-size: clamp(1.7rem, 6.5vw, 2.6rem);
    letter-spacing: 0.15em;
  }

  .reviews-hero__title {
    font-size: clamp(1.7rem, 6.5vw, 2.6rem);
    letter-spacing: 0.28em;
  }

  .reviews-hero__ornament {
    max-width: 280px;
  }

  .reviews-hero__ornament-diamond {
    width: 30px;
    height: 30px;
  }
}

/* =========================================================
   VISION HERO
   ========================================================= */

.vision-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.vision-hero__bg {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.vision-hero__bg picture,
.vision-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vision-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6%;
}

.vision-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* "TRILLINONÆR VISION OF EABEAUTI" — capitals, white with golden glow */
.vision-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.22em;
  line-height: 1.15;
  margin: 0 0 0.5rem 0;
  padding: 0;
  text-transform: uppercase;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(90, 30, 30, 0.15));
}

/* Ornament — gold line with diamond */
.vision-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0.4rem 0 0.6rem;
}

.vision-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%);
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38);
  transform: translateY(-50%);
}

.vision-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "Eabeauti" — normal case, italic, larger */
.vision-hero__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(90, 30, 30, 0.15));
}

/* Vision hero — mobile responsive */
@media (max-width: 768px) {
  .vision-hero__bg {
    padding-bottom: 100%;
  }

  .vision-hero__overlay {
    padding-top: 12%;
  }

  .vision-hero__title {
    font-size: clamp(1.2rem, 5.5vw, 2rem);
    letter-spacing: 0.12em;
  }

  .vision-hero__name {
    font-size: clamp(2rem, 8.5vw, 3.2rem);
  }

  .vision-hero__ornament {
    max-width: 280px;
  }

  .vision-hero__ornament-diamond {
    width: 30px;
    height: 30px;
  }
}

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* =========================================================
   DHAVINDHA HERO
   ========================================================= */

.dhavindha-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dhavindha-hero__bg {
  position: relative;
  width: 100%;
  padding-bottom: 57%;
}

.dhavindha-hero__bg picture,
.dhavindha-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dhavindha-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dhavindha-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* "DHAVINDHA" — large capitals, gold gradient */
.dhavindha-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.35em;
  line-height: 1.0;
  margin: 0 0 0.6rem 0;
  padding: 0;
  text-transform: uppercase;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(90, 30, 30, 0.15));
}

/* Ornament — gold line with diamond */
.dhavindha-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0.4rem 0;
}

.dhavindha-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%);
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38);
  transform: translateY(-50%);
}

.dhavindha-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "MY TRILLINONÆR BUSINESS PARTNER" — capitals, gold gradient */
.dhavindha-hero__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.28em;
  line-height: 1.2;
  margin: 0.6rem 0;
  padding: 0;
  text-transform: uppercase;
  background: linear-gradient(
    135deg,
    #8B6F3E 0%,
    #B8955B 30%,
    #C4A35A 50%,
    #B8955B 70%,
    #8B6F3E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(90, 30, 30, 0.15));
}

/* Cream background bar for hero text */
.dhavindha-hero__bar {
  background-color: rgba(248, 244, 238, 0.92);
  padding: 2rem 3rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Healing space image section */
.dhavindha-image {
  width: 100%;
  overflow: hidden;
}

.dhavindha-image__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Dhavindha hero — mobile responsive */
@media (max-width: 768px) {
  .dhavindha-hero__bg {
    padding-bottom: 100%;
  }

  .dhavindha-hero__title {
    font-size: clamp(2rem, 9vw, 3.4rem);
    letter-spacing: 0.2em;
  }

  .dhavindha-hero__subtitle {
    font-size: clamp(0.85rem, 3.8vw, 1.3rem);
    letter-spacing: 0.15em;
  }

  .dhavindha-hero__bar {
    padding: 1.5rem 2rem;
  }

  .dhavindha-hero__ornament {
    max-width: 280px;
  }

  .dhavindha-hero__ornament-diamond {
    width: 30px;
    height: 30px;
  }
}

/* =========================================================
   YOUTUBE HERO
   ========================================================= */

.youtube-hero {
  background-color: var(--cream);
  padding: 3rem 2rem 2rem;
  text-align: center;
}

.youtube-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

/* Logo */
.youtube-hero__logo {
  width: clamp(100px, 16vw, 160px);
  height: auto;
  margin: 0 auto 0.8rem;
  object-fit: contain;
  display: block;
}

/* "SENSUVITALITY" — large capitals, gold color */
.youtube-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.42em;
  line-height: 1.0;
  margin: 0.5rem 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold) !important;
}

/* Ornament — gold line with diamond */
.youtube-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0.6rem 0;
}

.youtube-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%);
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38);
  transform: translateY(-50%);
}

.youtube-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "YOUTUBE CHANNEL" — medium capitals, gold color */
.youtube-hero__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.35em;
  line-height: 1.1;
  margin: 0.5rem 0 0 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold) !important;
}

/* YouTube hero — mobile responsive */
@media (max-width: 768px) {
  .youtube-hero {
    padding: 2rem 1.5rem 1.5rem;
  }

  .youtube-hero__logo {
    width: clamp(120px, 35vw, 180px);
  }

  .youtube-hero__title {
    font-size: clamp(1.7rem, 6.5vw, 2.6rem);
    letter-spacing: 0.28em;
  }

  .youtube-hero__subtitle {
    font-size: clamp(1rem, 4vw, 1.5rem);
    letter-spacing: 0.2em;
  }

  .youtube-hero__ornament {
    max-width: 280px;
  }

  .youtube-hero__ornament-diamond {
    width: 30px;
    height: 30px;
  }
}

/* =========================================================
   EDUCATION HERO
   ========================================================= */

.education-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.education-hero__bg {
  position: relative;
  width: 100%;
  padding-bottom: 53%;
}

.education-hero__bg picture,
.education-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.education-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.education-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* "EDUCATION" — large capitals, white with golden glow */
.education-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.35em;
  line-height: 1.0;
  margin: 0 0 0.6rem 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6), 0 0 24px rgba(212, 175, 55, 0.3), 0 2px 6px rgba(50, 20, 10, 0.5);
}

/* Ornament — gold line with diamond */
.education-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0.4rem 0;
}

.education-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%);
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38);
  transform: translateY(-50%);
}

.education-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* "from roots to impact" — larger, white with golden glow */
.education-hero__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 0.6rem 0 0 0;
  padding: 0;
  text-align: center;
  color: #fff !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6), 0 0 24px rgba(212, 175, 55, 0.3), 0 2px 6px rgba(50, 20, 10, 0.5);
}

/* Education hero — mobile responsive */
@media (max-width: 768px) {
  .education-hero__bg {
    padding-bottom: 210%;
  }

  .education-hero__overlay {
    align-items: flex-start;
    justify-content: center;
    padding-top: 80%;
  }

  .education-hero__title {
    font-size: clamp(2rem, 9vw, 3.8rem);
    letter-spacing: 0.2em;
  }

  .education-hero__subtitle {
    font-size: clamp(1.4rem, 5.5vw, 2.2rem);
    letter-spacing: 0.08em;
  }

  .education-hero__ornament {
    max-width: 280px;
  }

  .education-hero__ornament-diamond {
    width: 30px;
    height: 30px;
  }
}

/* 2-Day Escape — left-aligned content */
.session-card--left {
  text-align: left !important;
}

.session-card--left p,
.session-card--left h3,
.session-card--left h4 {
  text-align: left !important;
}

/* Keep header section centered */
.session-card--left .session-card__label,
.session-card--left .session-card__title,
.session-card--left .session-card__location {
  text-align: center !important;
}

.session-card--left .retreat-details {
  text-align: left;
}

.session-card--left .retreat-detail {
  justify-content: flex-start;
}
/* =========================================================
   SEO ACCESSIBILITY — Visually Hidden Headings
   Screen-reader only / Crawler-visible, visually hidden.
   ========================================================= */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =========================================================
   GOLDEN KEY SIGNUP / LANDING PAGE
   ========================================================= */

.signup-hero {
  background-color: var(--cream);
  padding: 5rem 2rem 2rem;
  text-align: center;
}

.signup-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.signup-hero__small {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--gold) !important;
}

.signup-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1.15;
  margin: 0 0 0.8rem 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold) !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6), 0 0 24px rgba(212, 175, 55, 0.3), 0 2px 6px rgba(50, 20, 10, 0.5);
}

.signup-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0.6rem 0;
}

.signup-hero__ornament::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.88) 22%, #fff3c4 50%, rgba(212,175,55,.88) 78%, transparent 100%);
  box-shadow: 0 0 10px rgba(212,175,55,.82), 0 0 22px rgba(212,175,55,.58), 0 0 38px rgba(212,175,55,.38);
  transform: translateY(-50%);
}

.signup-hero__ornament-diamond {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url('images/diamond.png') center/contain no-repeat;
  animation: pslSiteWideGoldGlow 3s ease-in-out infinite;
}

/* Signup content section */
.signup-content {
  background-color: var(--cream);
  padding: 2rem 2rem 4rem;
}

.signup-content__inner {
  max-width: 560px;
  margin: 0 auto;
}

.signup-content__intro {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--burgundy-light);
  text-align: center;
  margin-bottom: 2.5rem;
}

/* Signup form */
.signup-form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.signup-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.signup-form__label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signup-form__input,
.signup-form__select {
  font-family: 'Lora', Georgia, serif;
  font-size: 1rem;
  padding: 1rem 1.2rem;
  border: 2px solid rgba(184,149,91,0.3);
  border-radius: 8px;
  background: #fff;
  color: var(--burgundy);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.signup-form__input:focus,
.signup-form__select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 10px rgba(212,175,55,0.25);
}

.signup-form__input::placeholder {
  color: rgba(90, 30, 30, 0.35);
  font-style: italic;
}

.signup-form__select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238B6F3E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 3rem;
}

.signup-form__select option {
  color: var(--burgundy);
  font-family: 'Lora', Georgia, serif;
}

.signup-form__submit {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(135deg, #8B6F3E, #C4A35A, #B8955B);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 0.5rem;
}

.signup-form__submit:hover {
  background: linear-gradient(135deg, #6B4F2E, #A4834A, #98753B);
  box-shadow: 0 0 15px rgba(212,175,55,0.4);
  transform: translateY(-1px);
}

/* Success message */
.signup-success {
  text-align: center;
  padding: 3rem 2rem;
}

.signup-success__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 1rem;
}

.signup-success__message {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--burgundy-light);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .signup-hero {
    padding: 3.5rem 1.5rem 1.5rem;
  }

  .signup-hero__title {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
    letter-spacing: 0.1em;
  }

  .signup-hero__small {
    font-size: clamp(1rem, 4vw, 1.4rem);
    letter-spacing: 0.25em;
  }

  .signup-hero__ornament {
    max-width: 280px;
  }

  .signup-hero__ornament-diamond {
    width: 30px;
    height: 30px;
  }

  .signup-content {
    padding: 1.5rem 1.5rem 3rem;
  }

  .signup-content__intro {
    font-size: 0.95rem;
  }
}
