/* ============================================================
   The Tantric Embodiment Leadership — Brand Stylesheet
   CI: Concept Board (Ivory / Stone / Blush / Mauve / Violet / Plum / Gold)
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Atleigh";
  src: url("../fonts/Atleigh-LightHeadline.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atleigh";
  src: url("../fonts/Atleigh-Headline.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atleigh";
  src: url("../fonts/Atleigh-MediumHeadline.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --ivory:#F7F3EE;
  --stone:#D8D0C8;
  --blush:#E8DAD4;
  --mauve:#A78FA3;
  --violet:#6F6C91;
  --plum:#3F3446;
  --gold:#D8AD42;
  --white:#ffffff;
  --ink:#302936;

  --serif: "Atleigh", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Inter, Avenir, Helvetica, Arial, sans-serif;

  --maxw: 1180px;
  --radius: 26px;
  --radius-lg: 36px;
  --shadow: 0 28px 80px rgba(63,52,70,.14);
  --shadow-soft: 0 14px 40px rgba(63,52,70,.10);
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--plum);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
  letter-spacing: 0;
}
h1 { font-size: clamp(44px, 7vw, 104px); letter-spacing: -.005em; }
h2 { font-size: clamp(34px, 4.6vw, 62px); }
h3 { font-size: clamp(24px, 2.6vw, 34px); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 128px) 0; }
.section--tight { padding: clamp(48px, 6vw, 88px) 0; }
.center { text-align: center; }
.narrow { max-width: 760px; margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  font-weight: 700;
  color: var(--violet);
  margin: 0 0 24px;
}
.eyebrow::before {
  content: "";
  width: 40px; height: 1px;
  background: var(--gold);
  display: inline-block;
}
.center .eyebrow { justify-content: center; }

.lead { font-size: clamp(19px, 2.2vw, 23px); color: #4c4352; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .01em;
  padding: 17px 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn--primary {
  background: var(--plum);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(63,52,70,.28);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(63,52,70,.36); }
.btn--gold { background: var(--gold); color: #3a2f10; box-shadow: 0 14px 34px rgba(216,173,66,.4); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(216,173,66,.5); }
.btn--ghost {
  background: rgba(255,255,255,.4);
  color: var(--plum);
  border-color: rgba(63,52,70,.22);
}
.btn--ghost:hover { background: rgba(255,255,255,.72); transform: translateY(-2px); }
.btn--light { background: var(--ivory); color: var(--plum); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(247,243,238,.78);
  border-bottom: 1px solid rgba(63,52,70,.07);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brandmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--plum);
}
.brandmark svg { width: 34px; height: 34px; display: block; }
.brandmark img { height: 42px; width: auto; display: block; }
.brandmark .bm-text {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -.01em;
}
.brandmark .bm-text small {
  display: block;
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--violet);
  margin-top: 2px;
}
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #574c60;
  transition: color .2s ease;
}
.nav-links a:not(.btn):hover { color: var(--plum); }
.nav-links a.btn--primary { color: #ffffff; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }

@media (max-width: 900px) {
  .nav-links { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 11vw, 150px) 0 clamp(64px, 9vw, 120px);
  background: url("../img/hero.png") center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 8%, rgba(216,173,66,.22), transparent 26%),
    radial-gradient(circle at 12% 22%, rgba(167,143,163,.30), transparent 30%),
    linear-gradient(135deg, rgba(247,243,238,.74) 0%, rgba(232,218,212,.70) 55%, rgba(216,208,200,.74) 100%);
}
.hero__inner { position: relative; z-index: 1; max-width: 940px; }
.hero h1 { margin-bottom: 8px; }
.hero .lead { max-width: 680px; margin-top: 28px; }
.hero__claim {
  margin-top: 40px;
  display: inline-block;
  padding: 18px 26px;
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 27px);
}
.hero__cta { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__meta {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pill {
  border: 1px solid rgba(63,52,70,.16);
  border-radius: 999px;
  padding: 9px 16px;
  background: rgba(255,255,255,.4);
  font-size: 14px;
  font-weight: 500;
}

/* ---------- Generic surfaces ---------- */
.surface-soft { background: var(--blush); }
.surface-stone { background: var(--stone); }
.surface-deep { background: var(--plum); color: var(--ivory); }
.surface-deep h1, .surface-deep h2, .surface-deep h3 { color: var(--ivory); }
.surface-deep .eyebrow { color: var(--gold); }
.surface-deep .eyebrow::before { background: var(--gold); }
.surface-deep p { color: rgba(247,243,238,.86); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }

.card {
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(63,52,70,.08);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow-soft);
  transition: transform .5s ease, box-shadow .5s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.surface-deep .card {
  background: rgba(255,255,255,.06);
  border-color: rgba(247,243,238,.16);
  box-shadow: none;
}
.card h3 { margin-bottom: 12px; }
.card__num {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
}

/* ---------- Essence / quote blocks ---------- */
.essence {
  font-family: var(--serif);
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.12;
  letter-spacing: -.02em;
  max-width: 1000px;
}
.quote {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.16;
  letter-spacing: -.02em;
}
.note {
  border-left: 3px solid var(--gold);
  padding-left: 20px;
  color: #554a59;
}
.surface-deep .note { color: rgba(247,243,238,.82); }

/* ---------- Split (image + text) ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
.split__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  position: relative;
  background: var(--stone);
}
.split__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Facts row ---------- */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.fact {
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(63,52,70,.08);
}
.fact strong {
  display: block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 10px;
  font-weight: 800;
}
.surface-deep .fact { background: rgba(255,255,255,.06); border-color: rgba(247,243,238,.14); }
.surface-deep .fact strong { color: var(--gold); }

/* ---------- Mentor bios ---------- */
.mentor { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.mentor__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: var(--shadow);
  background: var(--stone);
}
.mentor__photo img { width: 100%; height: 100%; object-fit: cover; }
.mentor__role {
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 700;
  margin: 4px 0 16px;
}
.mentor + .mentor { margin-top: clamp(48px, 7vw, 96px); }
.mentor--reverse { grid-template-columns: 1fr 300px; }
.mentor--reverse .mentor__photo { order: 2; }

/* ---------- Value list ---------- */
.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0d488, var(--gold));
  box-shadow: 0 0 0 4px rgba(216,173,66,.16);
}

/* ---------- Phases · 4 E's ---------- */
.phases {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: phase;
}
.phase {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 28px 30px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(63,52,70,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform .5s ease, box-shadow .5s ease;
}
.phase:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.phase::before {
  content: "";
  position: absolute;
  left: 28px; right: 28px; top: 0;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--gold), var(--mauve));
  opacity: .85;
}
.phase__mark {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
  color: var(--violet);
  margin-bottom: 18px;
}
.phase__mark sup { font-size: .42em; color: var(--gold); margin-left: 2px; }
.phase h3 {
  font-size: 27px;
  letter-spacing: .01em;
  margin: 0 0 10px;
}
.phase__lead {
  color: #5a5162;
  font-size: 15.5px;
  margin: 0 0 20px;
  min-height: 3.2em;
}
.phase .ticks li { margin-bottom: 11px; font-size: 15px; }
.phase .ticks li::before { top: 6px; width: 13px; height: 13px; box-shadow: 0 0 0 3px rgba(216,173,66,.16); }
@media (max-width: 980px) {
  .phases { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .phases { grid-template-columns: 1fr; }
  .phase__lead { min-height: 0; }
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: clamp(48px, 7vw, 88px);
  text-align: center;
  background:
    radial-gradient(circle at 80% 12%, rgba(216,173,66,.30), transparent 30%),
    linear-gradient(140deg, #453a4c 0%, #3F3446 60%, #322940 100%);
  color: var(--ivory);
  box-shadow: var(--shadow);
}
.cta-band h2 { color: var(--ivory); margin-bottom: 18px; }
.cta-band p { color: rgba(247,243,238,.86); max-width: 620px; margin: 0 auto 30px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--plum);
  color: rgba(247,243,238,.72);
  padding: 60px 0 40px;
}
.site-footer a { color: rgba(247,243,238,.86); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand { font-family: var(--serif); font-size: 24px; color: var(--ivory); }
.footer-col h4 {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.footer-col a { display: block; margin-bottom: 10px; font-size: 15px; }
.footer-bottom {
  border-top: 1px solid rgba(247,243,238,.14);
  padding-top: 24px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  body { font-size: 17px; }
  .grid.two, .grid.three, .grid.four { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .split__media { aspect-ratio: 4 / 3; }
  .mentor, .mentor--reverse { grid-template-columns: 1fr; gap: 26px; }
  .mentor--reverse .mentor__photo { order: 0; }
  .mentor__photo { max-width: 320px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 520px) {
  .facts { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
}
