*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Earthen Luxe — Softened */
  --pebble:      #F0EDE6;
  --pebble-lt:   #F8F5F0;
  --silken:      #D9D0C4;
  --sage:        #A8BDB3;
  --sage-lt:     #EBF0EE;
  --taupe:       #B5A898;
  --juniper:     #4A6858;
  --juniper-md:  #6A8E7C;
  --juniper-lt:  #E4EDE9;
  --juniper-lt2: #e9ede4;
  --juniper-dk:  #2e4036;
  --onyx:        #2E2E2C;
  --mid:         #5A5754;
  --light:       #9A9390;
  --white:       #FDFCFA;
  --rule:        #E4E0D8;
  --backing:     #e8e5de5c;
  --serif:       'Cormorant Garamond', Georgia, serif;
  --sans:        'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--pebble);
  color: var(--onyx);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 68px;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 82px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s, box-shadow 0.4s;
  background-color: var(--juniper);
}
nav.scrolled {
  background: rgba(248,245,240,0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--rule);
}
.main-nav { position: relative; }
.nav-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--pebble-lt);
  text-decoration: none;
  transition: color 0.4s;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pebble-lt);
}
nav.scrolled .hamburger { color: var(--juniper); }
nav.scrolled .nav-logo { color: var(--juniper); }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0 0 0 20px; }
.nav-links a {
  font-size: 13px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--pebble-lt); text-decoration: none;
  font-weight: 400; transition: color 0.3s;
}
nav.scrolled .nav-links a { color: var(--mid); }
.nav-links a:hover { color: var(--pebble); }
nav.scrolled .nav-links a:hover { color: var(--juniper); }
.nav-cta {
  padding: 9px 22px !important;
  background: var(--sage) !important;
  color: var(--white) !important;
  border-radius: 100px;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
  transition: background 0.2s, transform 0.2s !important;
  white-space: nowrap !important; 
  flex-shrink: 0 !important;
}
nav.scrolled .nav-cta { background: var(--juniper) !important; }
.nav-cta:hover { opacity: 0.88 !important; transform: translateY(-1px); }

/* ── HERO ── */
.hero {
  background: var(--juniper);
  background-image: radial-gradient(ellipse 60% 50% at 10% 90%, rgba(168,189,179,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 45% 10%, rgba(106,142,124,0.1) 0%, transparent 50%);
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 72px 80px 80px;
  position: relative;
  z-index: 2;
}
.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 4.2vw, 60px);
  color: var(--pebble-lt);
  font-weight: 300; line-height: 1.08;
  margin-bottom: 28px; letter-spacing: -0.01em;
  opacity: 0; animation: fadeUp 0.8s 0.35s forwards;
}
.hero-h1 em { font-style: italic; color: var(--taupe); display: block; }
.hero-sub {
  font-size: 16.5px; color: var(--juniper-lt);
  line-height: 1.75; margin-bottom: 48px;
  font-weight: 300; max-width: 400px;
  opacity: 0; animation: fadeUp 0.8s 0.5s forwards;
}
.hero-cta-row {
  display: flex; align-items: center; gap: 24px;
  opacity: 0; animation: fadeUp 0.8s 0.65s forwards;
  flex-direction: column;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 auto; padding: 13px 30px;
  background: var(--sage); color: var(--white);
  border-radius: 100px; font-size: 14.5px; font-weight: 500;
  text-decoration: none; transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.01em;
}
.btn-primary:hover { background: var(--juniper-md); transform: translateY(-2px); }
.btn-ghost {
  font-size: 13.5px; color: rgba(248,245,240,0.45);
  text-decoration: none; transition: color 0.2s;
}
.btn-ghost:hover { color: rgba(248,245,240,0.8); }
.hero-stats {
  margin-top: 60px; padding-top: 30px;
  border-top: 1px solid rgba(248,245,240,0.1);
  display: flex; gap: 40px; justify-content: center;
  opacity: 0; animation: fadeUp 0.8s 0.8s forwards;
}
.hero-stat-num {
  font-family: var(--serif); font-size: 26px;
  color: var(--pebble-lt); font-weight: 300;
  display: block; line-height: 1; margin-bottom: 4px;
}
.hero-stat-label { font-size: 11px; color: rgba(248,245,240,0.38); letter-spacing: 0.06em; }
.hero-right { position: relative; overflow: hidden; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%); }
.hero-photo {
    width: auto; height: 100%;
    display: block; opacity: 0; animation: fadeIn 1s 0.4s forwards;
  }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(74,104,88,0.25) 0%, transparent 45%);
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}

@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* ── SHARED ── */
.section-eyebrow {
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; 
  color: var(--juniper-md); margin-bottom: 14px; display: block; font-weight: 400;
}
.section-eyebrow.light { color: var(--sage); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.d1{transition-delay:.1s} .d2{transition-delay:.2s} .d3{transition-delay:.3s} .d4{transition-delay:.4s}

/* ── INTRO ── */
.intro {
  padding: 110px 80px; max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start;
}
.intro-reveal {
  overflow: hidden; display: flex; justify-content: center; align-items: center; height: 800px;
}
.intro-photo {
  height: 100%; transform: translateX(-40px); width: auto; max-width: none; display: block;
  opacity: 0; animation: fadeIn 1s 0.4s forwards;
}
.intro-content h2 {
  font-family: var(--serif); font-size: clamp(26px, 2.4vw, 36px);
  color: var(--juniper); font-weight: 400; line-height: 1.28; margin-bottom: 28px;
}
.intro-content h2 em { font-style: italic; color: var(--taupe); }
.intro-content p {
  font-size: 16.5px; color: var(--mid); line-height: 1.82;
  font-weight: 300; margin-bottom: 20px;
}
.intro-content strong { color: var(--juniper); font-weight: 500; }

/* ── ARCHETYPES ── */
.archetypes {
  background: var(--juniper);
  background-image: radial-gradient(ellipse 60% 50% at 90% 10%, rgba(168,189,179,0.1) 0%, transparent 55%);
  padding: 100px 80px;
}
.arch-header { text-align: center; margin-bottom: 60px; max-width: 580px; margin-left: auto; margin-right: auto; }
.arch-header h2 { font-family: var(--serif); font-size: clamp(30px, 2.8vw, 42px); color: var(--pebble-lt); font-weight: 300; line-height: 1.15; }
.arch-header h2 em { font-style: italic; color: var(--sage); }
.arch-header p { font-size: 15.5px; color: var(--juniper-lt); margin-top: 16px; font-weight: 300; line-height: 1.7; }
.arch-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; max-width: 1200px; margin: 0 auto; }
.arch-card {
  background: rgba(240, 237, 230, 0.5); border: 1px solid rgba(248,245,240,0.6);
  border-radius: 10px; padding: 28px 20px; transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.arch-card:hover { background: rgba(248,245,240,0.09); border-color: rgba(168,189,179,0.4); transform: translateY(-4px); }
.arch-num { font-family: var(--serif); font-size: 12.5px; color: var(--sage); margin-bottom: 14px; display: block; font-style: italic; }
.arch-card h3 { font-family: var(--serif); font-size: 18px; color: var(--juniper-dk); font-weight: 400; line-height: 1.3; margin-bottom: 10px; }
.arch-card p { font-size: 12.5px; color: var(--juniper-dk); line-height: 1.65; font-weight: 300; }
.arch-card:hover p, .arch-card:hover h3 {color: var(--pebble-lt);}

/* ── SUPPORT ── */
.support { padding: 100px 80px; max-width: 1200px; margin: 0 auto; }
.support-header { text-align: center; margin-bottom: 60px; max-width: 580px; margin-left: auto; margin-right: auto; }
.support-header h2 { font-family: var(--serif); font-size: clamp(30px, 2.8vw, 42px); color: var(--juniper); font-weight: 300; line-height: 1.15; }
.support-header h2 em { font-style: italic; color: var(--taupe); }
.support-header p { font-size: 15.5px; color: var(--mid); line-height: 1.75; font-weight: 300; margin-top: 16px}
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.support-card {
  background: var(--juniper-lt); border-radius: 14px; padding: 44px;
  border: 1px solid rgba(106,142,124,0.12); transition: border-color 0.3s, transform 0.3s;
}
.support-card:hover { border-color: rgba(106,142,124,0.35); transform: translateY(-3px); }
.support-icon { width: 40px; height: 40px; border-radius: 9px; background: var(--juniper); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; font-size: 18px; }
.support-card h3 { font-family: var(--serif); font-size: 22px; color: var(--juniper); font-weight: 500; margin-bottom: 10px; }
.support-card p { font-size: 14.5px; color: var(--mid); line-height: 1.72; font-weight: 300;}

/* ── HOW IT WORKS ── */
.how { background: var(--pebble); padding: 100px 80px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.how-inner { max-width: 1080px; margin: 0 auto; }
.how-header { text-align: center; margin-bottom: 24px; }
.how-header h2 { font-family: var(--serif); font-size: clamp(30px, 2.8vw, 42px); color: var(--juniper); font-weight: 300; line-height: 1.15; }
.how-header h2 em { font-style: italic; color: var(--taupe); }
.how-header p { font-size: 15.5px; color: var(--mid); margin-top: 14px; font-weight: 300; max-width: 500px; margin-left: auto; margin-right: auto; line-height: 1.72; }
.how-gap-intro {
  background: rgba(181, 168, 152, 0.1); border-left: 3px solid var(--taupe); border-radius: 0 10px 10px 0; padding: 20px 28px;
  margin-bottom: 56px; max-width: 680px; margin-left: auto; margin-right: auto;
  font-family: var(--serif); font-size: 17px; color: var(--mid); font-style: italic; line-height: 1.65; font-weight: 500;
}
.how-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; position: relative; background: rgba(168, 189, 179, 0.2); border: 1px solid var(--sage); border-radius: 10px; padding: 28px 20px; }
.how-steps::before {
  content: ""; position: absolute; top: 60px; left: 16.66%; right: 16.66%; height: 1px;
  background: linear-gradient(to right, transparent, var(--sage), transparent);
}
.how-step { text-align: center; padding: 0 36px; }
.step-circle {
  width: 62px; height: 62px; border-radius: 50%; background: var(--sage); color: var(--pebble-lt);
  font-family: var(--serif); font-size: 21px; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 26px; font-style: italic; position: relative; z-index: 1;
}
.how-step h3 { font-family: var(--serif); font-size: 24px; color: var(--juniper); font-weight: 500; margin-bottom: 10px; }
.how-step p { font-size: 14.5px; color: var(--mid); line-height: 1.72; font-weight: 300; }
.how p { font-size: 14.5px; color: var(--mid); line-height: 1.72; font-weight: 300; margin-top: 24px; text-align:center; }

/* ── TESTIMONIALS ── */
.testimonials {
  background: var(--juniper);
  background-image: radial-gradient(ellipse 50% 60% at 5% 80%, rgba(168,189,179,0.08) 0%, transparent 55%);
  padding: 100px 80px;
}
.test-header { text-align: center; margin-bottom: 60px; max-width: 580px; margin-left: auto; margin-right: auto; }
.test-header h2 { font-family: var(--serif); font-size: clamp(30px, 2.8vw, 42px); color: var(--pebble-lt); font-weight: 300; line-height: 1.15; }
.test-header h2 em { font-style: italic; color: var(--sage); }
.test-header p { font-size: 15.5px; color:var(--juniper-lt); margin-top: 14px; font-weight: 300; }
.test-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; max-width: 1200px; margin: 0 auto 28px; }
.test-card { background: rgba(248,245,240,0.05); border: 1px solid rgba(248,245,240,0.09); border-radius: 14px; padding: 40px; transition: background 0.3s, transform 0.3s; }
.test-card:hover { background: rgba(248,245,240,0.08); transform: translateY(-3px); }
.test-qmark { font-family: var(--serif); font-size: 72px; color: var(--sage); opacity: 0.3; line-height: 0.6; margin-bottom: 20px; display: block; }
.test-body { font-family: var(--serif); font-size: 17px; color: var(--sage-lt); line-height: 1.75; font-style: italic; font-weight: 300; margin-bottom: 24px; }
.test-footer { display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(248,245,240,0.09); padding-top: 18px; }
.test-avatar { width: 38px; height: 38px; border-radius: 50%; background: rgba(168,189,179,0.2); border: 1px solid rgba(168,189,179,0.3); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 16px; color: var(--sage); font-style: italic; flex-shrink: 0; }
.test-name { font-size: 13.5px; font-weight: 500; color: var(--pebble-lt); }
.test-role { font-size: 11.5px; color: var(--juniper-lt); margin-top: 2px; }
.test-featured {
  background: rgba(168,189,179,0.1); border: 1px solid rgba(168,189,179,0.2);
  border-radius: 14px; padding: 44px 60px; max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center;
}
.test-featured .test-qmark { font-size: 88px; margin-bottom: 0; opacity: 0.45; }
.test-feat-body { font-family: var(--serif); font-size: 20px; color: rgba(240,237,230,0.88); line-height: 1.72; font-style: italic; font-weight: 300; margin-bottom: 18px; }
.test-feat-attr { font-size: 13px; color:var(--juniper-lt); letter-spacing: 0.04em; }
.test-feat-attr strong { color: var(--sage); font-weight: 500; }

/* ── PROGRAMME ── */
.programmes-wrapper { background: var(--pebble-lt); overflow-x: hidden; padding: 60px 0; }
.prog-content { text-align: center; display: block; padding: 0 80px; margin: 0 auto 28px auto; }
.prog-content h2 { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 36px); color: var(--juniper); font-weight: 400; line-height: 1.28; }
.prog-content h2 em { font-style: italic; color: var(--taupe); }
.prog-content p { font-size: 16.5px; color: var(--mid); line-height: 1.82; font-weight: 300; margin: 0 0 20px 0; }
.prog-content strong { color: var(--juniper); font-weight: 500; }
.programmes-wrapper p { font-size: 14.5px; color: var(--mid); line-height: 1.72; font-weight: 300; margin-top: 24px; text-align:center; padding: 0 20px; }
.programme { position: relative; z-index: 1; padding: 35px 80px 42px; max-width: 1200px; margin: 0 auto 80px auto; display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; row-gap: 20px; align-items: stretch; }
.programme:last-child { margin-bottom: 0; }
.programme::before { content: ""; position: absolute; top: 0; bottom: 0; background: var(--backing); border: 1px solid var(--silken); z-index: -1; }
.bleed-left::before { left: -100vw; right: 40px; border-radius: 0 40px 40px 0; }
.bleed-right::before { right: -100vw; left: 40px; border-radius: 40px 0 0 40px; }
.col-left, .col-right { display: flex; flex-direction: column; }
.programme-header { grid-column: 1 / -1; }
.programme-header h2 { font-family: var(--serif); font-size: clamp(30px, 2.8vw, 42px); color: var(--juniper); font-weight: 300; line-height: 1.15; margin-bottom: 8px; margin-top: 0; border-bottom: 1px solid var(--rule);}
.programme-header h2 em { font-style: italic; color: var(--taupe); }
.prog-tagline { font-size: 15.5px; color: var(--mid); margin-bottom: 32px; font-weight: 300; font-style: italic; line-height: 1.6; }
.prog-includes { list-style: none; margin-bottom: 32px; padding: 0; }
.prog-includes li { display: flex; align-items: flex-start; gap: 13px; padding: 9px 0; border-bottom: 1px solid var(--rule); font-size: 14.5px; color: var(--mid); font-weight: 300; }
.prog-includes li:first-child { border-top: 1px solid var(--rule); }
.inc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); flex-shrink: 0; margin-top: 8px; }
.price-wrapper { margin-top: auto; padding: 0 20px; }
.prog-price { display: flex; align-items: baseline; gap: 14px; margin: -10px 0 10px 0;}
.price-main { font-family: var(--serif); font-size: 46px; color: var(--juniper); font-weight: 300; line-height: 1; }
.price-note { font-size: 13.5px; color: var(--light); font-weight: 300; margin: 0 !important; padding: 5px 0 !important; text-align: left !important;}
.prog-card { background: var(--juniper); border-radius: 22px; padding: 52px 44px 20px; position: relative; overflow: hidden; }
.prog-card::before { content: ""; position: absolute; bottom: -50px; right: -50px; width: 240px; height: 240px; border-radius: 50%; background: rgba(168,189,179,0.1); }
.prog-eyebrow { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); margin-bottom: 22px; display: block; }
.prog-card h3 { font-family: var(--serif); font-size: 30px; color: var(--pebble-lt); font-weight: 300; margin-bottom: 8px; font-style: italic; }
.prog-card-sub { font-size: 13.5px; color: rgba(240,237,230,0.45); margin-bottom: 32px; font-weight: 300; }
.prog-outcomes { list-style: none; margin-bottom: 36px; padding: 0; }
.prog-outcomes li { display: flex; gap: 11px; align-items: flex-start; padding: 7px 0; font-size: 13.5px; color: rgba(240,237,230,0.72); font-weight: 300; line-height: 1.5; }
.out-check { color: var(--sage); flex-shrink: 0; margin-top: 2px; }
.cta-pos { margin-top: auto; padding-top: 40px; display: flex; }
.card-cta { display: block; width: 100%; box-sizing: border-box; text-align: center; padding: 13px 28px; background: var(--sage); color: var(--white); border-radius: 100px; font-size: 14.5px; font-weight: 500; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.card-cta:hover { background: var(--juniper-md); transform: translateY(-2px); }
.eyebrow-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 80px; }

/* ── ABOUT TEASER ── */
.about-teaser { background: var(--juniper-lt2); padding: 100px 80px; border-top: 1px solid var(--rule); }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; }
.about-photo-wrap { position: relative; }
.about-photo-frame { border-radius: 18px; overflow: hidden; aspect-ratio: 1/1; }
.about-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.about-badge { position: absolute; bottom: -40%; right: -16px; width: 112px; height: 112px; border-radius: 50%; background: var(--juniper); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 12px; box-shadow: 0 8px 28px rgba(74,104,88,0.3); }
.badge-main { font-family: var(--serif); font-size: 12.5px; color: var(--pebble-lt); font-style: italic; line-height: 1.3; }
.badge-sub { font-size: 9.5px; color: rgba(240,237,230,0.65); letter-spacing: 0.03em; margin-top: 3px; }
.about-content h2 { font-family: var(--serif); font-size: clamp(26px, 2.3vw, 36px); color: var(--juniper); font-weight: 300; line-height: 1.22; margin-bottom: 22px; }
.about-content h2 em { font-style: italic; color: var(--taupe); }
.about-content p { font-size: 13.5px; color: var(--mid); line-height: 1.8; font-weight: 300; margin-bottom: 18px; }
.pull-quote { background: var(--white); border-left: 3px solid var(--sage); border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 24px 0; }
.pull-quote-text { font-family: var(--serif); font-size: 16px; color: var(--mid); font-style: italic; line-height: 1.7; margin-bottom: 10px; }
.pull-quote-attr { font-size: 12.5px; color: var(--light); }
.pull-quote-attr strong { color: var(--juniper-md); font-weight: 500; }
.about-creds { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 26px; }
.cred-tag { padding: 5px 14px; border: 1px solid rgba(74,104,88,0.2); border-radius: 100px; font-size: 11.5px; color: var(--juniper); background: var(--white); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 11px 26px; border: 1.5px solid var(--juniper); color: var(--juniper); border-radius: 100px; font-size: 13.5px; font-weight: 500; text-decoration: none; transition: background 0.2s, color 0.2s; }
.btn-outline:hover { background: var(--juniper); color: var(--pebble-lt); }
.about-stats { margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(248,245,240,0.1); display: flex; gap: 40px; align-items: center; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; justify-content: center;}

/* ── READY ── */
.ready { padding: 110px 60px; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 3fr; gap: 20px; align-items: start; }  
.ready-reveal{ overflow: hidden; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; height: 800px; padding: 70px 0 0 0; }
.ready-photo { height: 75%; width: auto; max-width: none; display: block; opacity: 0; animation: fadeIn 1s 0.4s forwards; margin: 0 0 20px 0; }
.ready-content h2 { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 36px); color: var(--juniper); font-weight: 400; line-height: 1.28; margin-bottom: 28px; }
.ready-content h2 em { font-style: italic; color: var(--taupe); }
.ready-content p { font-size: 16.5px; color: var(--mid); line-height: 1.82; font-weight: 300; margin-bottom: 20px; }
.ready-content strong { color: var(--juniper); font-weight: 500; }

/* --- CONTACT FORM --- */
.contact-section { padding: 140px 80px 100px; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
.contact-text h1 { font-family: var(--serif); font-size: clamp(34px, 3.8vw, 52px); color: var(--juniper); font-weight: 300; line-height: 1.15; margin-bottom: 24px; }
.contact-text h1 em { font-style: italic; color: var(--taupe); }
.contact-text p { font-size: 17.5px; color: var(--mid); line-height: 1.8; font-weight: 300; }
.contact-form-wrapper { background: var(--pebble-lt); border: 1px solid var(--rule); border-radius: 14px; padding: 50px; box-shadow: 0 10px 40px rgba(74, 104, 88, 0.05); }
.form-group { margin-bottom: 30px; }
.form-label { display: block; font-family: var(--sans); font-size: 14.5px; color: var(--juniper-dk); font-weight: 500; margin-bottom: 6px; }
.form-subtext { display: block; font-size: 13.5px; color: var(--mid); margin-bottom: 12px; font-weight: 300; line-height: 1.6; }
.form-optional { color: var(--light); font-weight: 400; font-style: italic; font-size: 13px; }
.form-control { width: 100%; font-family: var(--sans); font-size: 15px; color: var(--onyx); background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 14px 18px; transition: border-color 0.3s, box-shadow 0.3s; outline: none; }
.form-control:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(168,189,179,0.15); }
textarea.form-control { resize: vertical; min-height: 120px; line-height: 1.6; }
select.form-control { appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A5754' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; padding-right: 40px; cursor: pointer; }
.radio-group { display: flex; flex-direction: column; gap: 12px; margin-top: 10px; }
.radio-label, .checkbox-label { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--mid); cursor: pointer; line-height: 1.5; font-weight: 300; }
.radio-label input[type="radio"], .checkbox-label input[type="checkbox"] { appearance: none; background-color: var(--white); margin: 0; font: inherit; color: var(--sage); width: 18px; height: 18px; border: 1.5px solid var(--light); display: grid; place-content: center; flex-shrink: 0; margin-top: 2px; transition: all 0.2s; }
.radio-label input[type="radio"] { border-radius: 50%; }
.checkbox-label input[type="checkbox"] { border-radius: 4px; }
.radio-label input[type="radio"]::before { content: ""; width: 10px; height: 10px; border-radius: 50%; transform: scale(0); transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em var(--sage); }
.checkbox-label input[type="checkbox"]::before { content: ""; width: 10px; height: 10px; transform: scale(0); transition: 120ms transform ease-in-out; background-color: var(--sage); clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
.radio-label input[type="radio"]:checked, .checkbox-label input[type="checkbox"]:checked { border-color: var(--sage); }
.radio-label input[type="radio"]:checked::before, .checkbox-label input[type="checkbox"]:checked::before { transform: scale(1); }
.btn-submit { display: block; width: 100%; text-align: center; padding: 16px 30px; background: var(--sage); color: var(--white); border: none; border-radius: 100px; font-size: 15.5px; font-weight: 500; cursor: pointer; transition: background 0.2s, transform 0.2s; letter-spacing: 0.01em; margin-top: 40px; }
.btn-submit:hover { background: var(--juniper-md); transform: translateY(-2px); }
.form-closing { text-align: center; font-size: 13.5px; color: var(--mid); margin-top: 20px; font-style: italic; }

/* --- PRIVACY POLICY --- */
.policy-section { padding: 100px 80px; max-width: 900px; margin: 0 auto; }
.policy-header { margin-bottom: 40px; border-bottom: 1px solid var(--rule); padding-bottom: 30px; }
.policy-header h1 { font-family: var(--serif); font-size: clamp(34px, 3.8vw, 52px); color: var(--juniper); font-weight: 300; line-height: 1.15; margin-bottom: 10px; }
.policy-meta { font-size: 14px; color: var(--light); font-style: italic; }
.policy-content { background: var(--pebble-lt); border: 1px solid var(--rule); border-radius: 14px; padding: 50px; box-shadow: 0 10px 40px rgba(74, 104, 88, 0.05); }
.policy-content h2 { font-family: var(--serif); font-size: 26px; color: var(--juniper); font-weight: 400; margin-top: 36px; margin-bottom: 16px; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p { font-size: 15.5px; color: var(--mid); line-height: 1.8; margin-bottom: 16px; font-weight: 300; }
.policy-content ul { margin-left: 20px; margin-bottom: 24px; }
.policy-content li { font-size: 15.5px; color: var(--mid); line-height: 1.7; margin-bottom: 8px; font-weight: 300; }
.policy-content strong { color: var(--juniper-dk); font-weight: 500; }
.contact-box { background: var(--sage-lt); padding: 20px; border-radius: 8px; margin-top: 20px; margin-bottom: 30px; border-left: 4px solid var(--sage); }
.contact-box p { margin-bottom: 0; color: var(--juniper-dk); }

/* ── FINAL CTA ── */
.final-cta { background: var(--juniper); padding: 110px 80px; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(168,189,179,0.09) 0%, transparent 70%); }
.cta-inner { position: relative; z-index: 1; }
.final-cta h2 { font-family: var(--serif); font-size: clamp(34px, 3.8vw, 52px); color: var(--pebble-lt); font-weight: 300; line-height: 1.1; margin-bottom: 40px; }
.final-cta h2 em { font-style: italic; color: var(--sage); }
.final-cta p { font-size: 16.5px; color: rgba(240,237,230,0.55); max-width: 460px; margin: 0 auto 18px; font-weight: 300; line-height: 1.75; }
.final-cta p em { color: var(--pebble); }
.cta-note { margin-top: 22px; font-size: 12.5px; color: rgba(240,237,230,0.28); }
.cta-inner a { margin-top: 34px;}

/* ── FOOTER ── */
footer { background: #2A3D32; padding: 44px 80px; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { font-family: var(--serif); font-size: 19px; color: rgba(240,237,230,0.4); font-weight: 300; text-decoration: none; display: inline-flex; flex-direction: column; align-items: center; line-height: 1; }
.footer-links { display: flex; gap: 30px; list-style: none; }
.footer-links a { font-size: 12.5px; color: rgba(240,237,230,0.28); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: rgba(240,237,230,0.65); }
.footer-legal { font-size: 11.5px; color: rgba(240,237,230,0.18); }
.footer-logos {display: flex; gap: 10px; list-style: none; width:150px; }
.footer-logos svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}
.footer-logos a { font-size: 12.5px; color: rgba(240,237,230,0.28); text-decoration: none; transition: color 0.2s; }
.footer-logos a:hover { color: rgba(240,237,230,0.65); }

/* BANNER */
.banner { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); background: rgba(46,46,44,0.88); backdrop-filter: blur(8px); color: var(--pebble-lt); padding: 9px 22px; border-radius: 100px; font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; z-index: 999; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.25); }
.banner-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); animation: pulse 1.5s infinite; }

/* ── LOGO ── */
.logo-container { display: inline-flex; flex-direction: column; align-items: center; text-align: center; padding: 0.5rem; }
.logo-title { font-size: 1.2em; font-weight: 500; letter-spacing: 0.35em; margin-right: -0.35em; }
.logo-subtitle { font-family: 'Montserrat', sans-serif; font-size: 0.6em; font-weight: 500; letter-spacing: 0.25em; margin-right: -0.25em; margin-top: 0.4em; }

.h-captcha {
  display: flex;
  justify-content: center;
  width: 100%;
}