*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* ── Foundation ── */
  --cream:        #FAF8F4;
  --white:        #FFFFFF;
  --lavender-mist:#F3EEF9;
  --petal-tint:   #FDF2F8;

  /* ── Royalty Purples ── */
  --sovereign:    #1A0A2E;
  --royal:        #3B1A6B;
  --violet:       #7E22CE;
  --lilac:        #C4B5FD;
  --sovereign-80: rgba(26,10,46,0.80);

  /* ── Grace Pinks ── */
  --rose:         #E879B0;
  --blush:        #F9A8D4;
  --petal:        #FDF2F8;

  /* ── Supporting ── */
  --gold:         #B89A5A;
  --gold-dim:     rgba(184,154,90,0.18);
  --plum:         #5A4A6E;
  --heather-grey: #9D8BA8;
  --light-border: rgba(26,10,46,0.08);
  --dark-border:  rgba(243,238,249,0.10);
}

html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--sovereign);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: 'DM Sans', sans-serif; }

/* ── GLOBAL LINK STATES ── */
a:link    { color: var(--plum); }
a:visited { color: var(--lilac); }
a:hover   {
  color: var(--violet);
  text-decoration: none;
}
a:active  { color: var(--royal); }

/* ── UTILITY ── */
.eyebrow {
  font-size: 0.67rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}
.eyebrow--lilac  { color: var(--lilac); }
.eyebrow--rose   { color: var(--rose); }
.eyebrow--violet { color: var(--violet); }

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  line-height: 1.15;
  color: var(--sovereign);
  margin-bottom: 1.25rem;
}
.section-heading em   { font-style: italic; color: var(--violet); }
.section-heading--light { color: var(--cream); }
.section-heading--light em { color: var(--lilac); }

.section-body {
  font-size: 0.94rem;
  line-height: 1.9;
  color: var(--plum);
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.section-body--dim { color: rgba(243,238,249,0.52); }

/* ── BUTTONS ── */
.btn-royal {
  display: inline-block;
  background: var(--royal);
  color: var(--cream);
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.9rem 2.2rem;
  border: none;
  font-weight: 500;
  transition: background 0.22s, transform 0.15s, box-shadow 0.22s;
  cursor: pointer;
}
.btn-royal:hover {
  background: var(--violet);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(126,34,206,0.3);
  color: var(--cream);
}
.btn-royal:visited { color: var(--cream); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--cream);
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.88rem 2.2rem;
  border: 1px solid rgba(196,181,253,0.4);
  font-weight: 400;
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
  cursor: pointer;
}
.btn-ghost:hover {
  border-color: var(--blush);
  color: var(--blush);
  transform: translateY(-2px);
}

.btn-sovereign {
  display: inline-block;
  background: var(--sovereign);
  color: var(--cream);
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.9rem 2.2rem;
  border: none;
  font-weight: 400;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
}
.btn-sovereign:hover {
  background: var(--royal);
  transform: translateY(-2px);
  color: var(--cream);
}

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.72s ease, transform 0.72s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.rd1 { transition-delay: 0.1s; }
.rd2 { transition-delay: 0.2s; }
.rd3 { transition-delay: 0.3s; }

/* ════════════════════════════════════════════
   NAV
════════════════════════════════════════════ */
nav {
  position: sticky;
  top: 0;
  z-index: 300;
  background: rgba(250,248,244,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--light-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.05rem 3rem;
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 4px 32px rgba(26,10,46,0.09); }

.nav-sig {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--sovereign);
  letter-spacing: 0.01em;
  text-decoration: none;
}
.nav-sig:hover { color: var(--royal); }
.nav-sig:visited { color: var(--sovereign); }

.nav-links {
  display: flex;
  gap: 2.25rem;
  list-style: none;
}

/* Default nav link */
.nav-links a {
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--plum);
  padding-bottom: 3px;
  border-bottom: 1.5px solid transparent;
  transition: color 0.2s, border-color 0.2s, text-shadow 0.2s;
  position: relative;
}
/* Hover — violet text, rose underline glow */
.nav-links a:hover {
  color: var(--violet);
  border-bottom-color: var(--rose);
  text-shadow: 0 0 16px rgba(232,121,176,0.38);
}
/* Visited */
.nav-links a:visited { color: var(--lilac); }
.nav-links a:visited:hover {
  color: var(--violet);
  border-bottom-color: var(--rose);
  text-shadow: 0 0 16px rgba(232,121,176,0.38);
}
/* Active page */
.nav-links a.current {
  color: var(--sovereign);
  border-bottom-color: var(--royal);
}

.nav-cta {
  background: var(--royal);
  color: var(--cream);
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.58rem 1.4rem;
  border: none;
  transition: background 0.2s, box-shadow 0.2s;
}
.nav-cta:hover {
  background: var(--violet);
  box-shadow: 0 4px 18px rgba(126,34,206,0.28);
}

/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
.hero {
  min-height: 96vh;
  background: var(--sovereign);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 2rem 5rem;
}
/* subtle purple radial depth */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(59,26,107,0.55) 0%, transparent 70%);
  pointer-events: none;
}
.hero-bottom-line {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--rose), var(--lilac), var(--rose), transparent);
}
.hero-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lilac);
  margin-bottom: 2.75rem;
  position: relative;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.3s forwards;
}
.hero-name-block {
  text-align: center;
  position: relative;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.65s forwards;
}
.hero-name {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(3rem, 7.5vw, 5.8rem);
  color: var(--cream);
  line-height: 1.05;
  display: block;
  letter-spacing: -0.01em;
}
.hero-name-cred {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(0.78rem, 1.4vw, 1rem);
  color: var(--blush);
  letter-spacing: 0.22em;
  margin-top: 0.9rem;
  font-weight: 400;
  font-style: normal;
}
.hero-divider {
  width: 68px;
  height: 1px;
  background: linear-gradient(to right, var(--rose), var(--lilac));
  margin: 2.5rem auto;
  opacity: 0;
  animation: fadeUp 0.8s ease 1s forwards;
}
.hero-tagline {
  font-size: clamp(0.88rem, 1.65vw, 1.08rem);
  color: rgba(243,238,249,0.62);
  text-align: center;
  max-width: 530px;
  line-height: 1.88;
  font-weight: 300;
  opacity: 0;
  animation: fadeUp 0.8s ease 1.2s forwards;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 1.4s forwards;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-identity {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  opacity: 0;
  animation: fadeIn 1s ease 1.9s forwards;
}
.hero-identity span {
  font-size: 0.63rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(196,181,253,0.2);
  text-align: right;
  transition: color 0.55s;
}
.hero-identity span.active { color: rgba(249,168,212,0.75); }
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeIn 1s ease 2.2s forwards;
}
.hero-scroll span {
  font-size: 0.58rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(196,181,253,0.28);
}
.scroll-bar {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--rose), transparent);
  animation: scrollPulse 2.2s ease infinite;
}

/* ════════════════════════════════════════════
   TICKER
════════════════════════════════════════════ */
.ticker {
  background: var(--royal);
  padding: 0.62rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-track {
  display: inline-flex;
  animation: tickerMove 32s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lilac);
  font-weight: 400;
  padding: 0 2.5rem;
}
.ticker-sep { color: var(--rose); padding: 0; opacity: 0.7; }

/* ════════════════════════════════════════════
   ABOUT
════════════════════════════════════════════ */
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 86vh; }
.about-visual {
  position: relative;
  background: var(--royal);
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-visual-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  opacity: 0.2;
}
.about-visual-inner svg { width: 88px; height: 88px; }
.about-visual-inner p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--cream);
  font-size: 0.82rem;
  text-align: center;
  line-height: 1.7;
}
.about-quote-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2.25rem 2rem;
  background: linear-gradient(to top, rgba(26,10,46,0.96), transparent);
}
.about-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--cream);
  line-height: 1.65;
}
.about-content {
  padding: 5.5rem 4.5rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.credential-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; }
.pill {
  background: var(--petal-tint);
  border: 1px solid rgba(232,121,176,0.22);
  color: var(--royal);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.38rem 0.85rem;
  font-weight: 500;
  transition: background 0.2s, border-color 0.2s;
}
.pill:hover { background: var(--blush); border-color: var(--rose); color: var(--royal); }

/* ════════════════════════════════════════════
   SERVICES
════════════════════════════════════════════ */
.services { padding: 6.5rem 3rem; background: var(--sovereign); }
.services-header { text-align: center; margin-bottom: 4rem; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(196,181,253,0.07);
  max-width: 1200px;
  margin: 0 auto;
}
.service-card {
  background: var(--sovereign);
  padding: 2.5rem 2rem;
  border: 1px solid rgba(196,181,253,0.06);
  transition: background 0.28s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.service-card:hover { background: var(--royal); }
.service-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: var(--gold-dim);
  line-height: 1;
  margin-bottom: 1.2rem;
  font-weight: 700;
  transition: color 0.28s;
}
.service-card:hover .service-num { color: rgba(249,168,212,0.18); }
.service-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--cream);
  line-height: 1.35;
  margin-bottom: 0.8rem;
}
.service-desc {
  font-size: 0.79rem;
  color: rgba(196,181,253,0.45);
  line-height: 1.85;
  font-weight: 300;
  flex: 1;
}
.service-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.67rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rose);
  margin-top: 1.75rem;
  opacity: 0;
  transition: opacity 0.25s;
}
.service-card:hover .service-arrow { opacity: 1; }

/* ════════════════════════════════════════════
   CONTENT HUB
════════════════════════════════════════════ */
.hub { padding: 6.5rem 3rem; background: var(--cream); }
.hub-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.25rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.hub-tabs {
  display: flex;
  border: 1px solid var(--light-border);
  overflow: hidden;
}
.tab-btn {
  padding: 0.52rem 1.25rem;
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-right: 1px solid var(--light-border);
  color: var(--plum);
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  cursor: pointer;
}
.tab-btn:last-child { border-right: none; }
.tab-btn.active { background: var(--royal); color: var(--cream); }
.tab-btn:hover:not(.active) { background: var(--lavender-mist); color: var(--violet); }
.hub-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 1.4rem;
}
.card-main {
  background: var(--white);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.24s, box-shadow 0.24s;
}
.card-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(59,26,107,0.12);
}
.card-main-thumb {
  height: 230px;
  background: var(--royal);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.card-main-thumb svg { opacity: 0.14; }
.card-tag {
  position: absolute;
  top: 1rem; left: 1rem;
  background: var(--rose);
  color: var(--white);
  padding: 0.28rem 0.65rem;
  font-size: 0.59rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.card-tag--violet  { background: var(--violet); }
.card-tag--gold    { background: var(--gold); color: var(--sovereign); }
.card-tag--lilac   { background: var(--lilac); color: var(--sovereign); }
.card-main-body { padding: 1.65rem; }
.card-date {
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--heather-grey);
  margin-bottom: 0.55rem;
}
.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.38;
  color: var(--sovereign);
  margin-bottom: 0.75rem;
}
.card-excerpt {
  font-size: 0.81rem;
  color: var(--plum);
  line-height: 1.78;
  font-weight: 300;
}
.card-sm {
  background: var(--white);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform 0.24s, box-shadow 0.24s;
}
.card-sm:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(59,26,107,0.12);
}
.card-sm-thumb {
  height: 135px;
  background: var(--sovereign);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.card-sm-thumb svg { opacity: 0.16; }
.card-sm-body { padding: 1.15rem; flex: 1; }
.card-sm-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--sovereign);
  margin-bottom: 0.38rem;
}
.hub-footer { text-align: center; margin-top: 3.25rem; }

/* ════════════════════════════════════════════
   VIDEO SECTION  ← NEW, FULLY BUILT
════════════════════════════════════════════ */
.video-section { padding: 6.5rem 3rem; background: var(--lavender-mist); }
.video-header { text-align: center; margin-bottom: 1rem; }
.video-sub-header {
  text-align: center;
  font-size: 0.88rem;
  color: var(--plum);
  max-width: 560px;
  margin: 0 auto 3.5rem;
  line-height: 1.8;
  font-weight: 300;
}

/* Featured player */
.video-featured {
  max-width: 960px;
  margin: 0 auto 4rem;
  background: var(--sovereign);
  position: relative;
  overflow: hidden;
}
.video-featured-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background: var(--sovereign);
}
.video-featured-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* placeholder shown before user clicks */
.video-featured-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: var(--sovereign);
  cursor: pointer;
  transition: background 0.25s;
}
.video-featured-placeholder:hover { background: var(--royal); }
.video-featured-placeholder.hidden { display: none; }
.big-play {
  width: 72px;
  height: 72px;
  border: 2px solid rgba(196,181,253,0.55);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.video-featured-placeholder:hover .big-play {
  background: var(--rose);
  border-color: var(--rose);
}
.big-play-icon {
  width: 0; height: 0;
  border-left: 22px solid rgba(196,181,253,0.8);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 5px;
  transition: border-left-color 0.25s;
}
.video-featured-placeholder:hover .big-play-icon { border-left-color: var(--white); }
.video-featured-placeholder p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(196,181,253,0.65);
}
.video-featured-placeholder span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(196,181,253,0.35);
}
.video-featured-meta {
  padding: 1.35rem 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(196,181,253,0.08);
}
.video-featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--cream);
  line-height: 1.4;
}
.video-featured-event {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(196,181,253,0.42);
  margin-top: 0.3rem;
}
.video-featured-badge {
  background: var(--rose);
  color: var(--white);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.28rem 0.65rem;
  font-weight: 600;
  white-space: nowrap;
}

/* Filter tabs */
.video-filters {
  display: flex;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(59,26,107,0.15);
  overflow: hidden;
  max-width: 540px;
  margin: 0 auto 2.75rem;
}
.vf-btn {
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(59,26,107,0.12);
  color: var(--plum);
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}
.vf-btn:last-child { border-right: none; }
.vf-btn.active { background: var(--royal); color: var(--cream); }
.vf-btn:hover:not(.active) { background: var(--white); color: var(--violet); }

/* Video grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
}
.v-card {
  background: var(--sovereign);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.22s, box-shadow 0.22s;
}
.v-card:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 16px 40px rgba(26,10,46,0.28);
}
.v-card.active-card { outline: 2px solid var(--rose); }
.v-thumb {
  height: 158px;
  background: var(--royal);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.v-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,10,46,0.45);
  transition: background 0.25s;
}
.v-card:hover .v-thumb-overlay { background: rgba(26,10,46,0.2); }
.play-btn {
  position: relative;
  z-index: 1;
  width: 46px; height: 46px;
  border: 1.5px solid rgba(196,181,253,0.65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.22s;
}
.v-card:hover .play-btn { background: var(--rose); border-color: var(--rose); }
.play-icon {
  width: 0; height: 0;
  border-left: 14px solid rgba(196,181,253,0.82);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
  transition: border-left-color 0.22s;
}
.v-card:hover .play-icon { border-left-color: var(--white); }
.v-badge {
  position: absolute;
  top: 0.7rem; left: 0.7rem;
  z-index: 2;
  padding: 0.24rem 0.55rem;
  font-size: 0.57rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
}
.v-badge--keynote  { background: var(--rose);   color: var(--white); }
.v-badge--workshop { background: var(--violet);  color: var(--white); }
.v-badge--faith    { background: var(--gold);    color: var(--sovereign); }
.v-badge--interview{ background: var(--lilac);   color: var(--sovereign); }
.v-duration {
  position: absolute;
  bottom: 0.6rem; right: 0.7rem;
  z-index: 2;
  font-size: 0.62rem;
  color: rgba(196,181,253,0.7);
  letter-spacing: 0.06em;
  background: rgba(26,10,46,0.6);
  padding: 0.15rem 0.4rem;
}
.v-info { padding: 1.15rem; }
.v-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.96rem;
  color: var(--cream);
  line-height: 1.45;
  margin-bottom: 0.42rem;
}
.v-meta {
  font-size: 0.64rem;
  color: rgba(196,181,253,0.38);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Channel CTA */
.video-channel-cta {
  max-width: 960px;
  margin: 0 auto;
  background: var(--sovereign);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2.25rem 2.5rem;
  border-left: 3px solid var(--rose);
}
.channel-cta-text .eyebrow { margin-bottom: 0.5rem; }
.channel-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--cream);
  line-height: 1.4;
}
.channel-cta-sub {
  font-size: 0.8rem;
  color: rgba(196,181,253,0.45);
  margin-top: 0.4rem;
  font-weight: 300;
}
.channel-cta-btns { display: flex; gap: 0.75rem; align-items: center; }

/* ════════════════════════════════════════════
   TESTIMONIAL
════════════════════════════════════════════ */
.testimonial-wrap {
  padding: 7.5rem 3rem;
  background: var(--sovereign);
  position: relative;
  overflow: hidden;
}
.testimonial-wrap::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 22rem;
  color: rgba(196,181,253,0.04);
  position: absolute;
  top: -4rem; left: 1rem;
  line-height: 1;
  pointer-events: none;
}
.testimonial-inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; }
.t-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.1vw, 1.5rem);
  color: var(--cream);
  line-height: 1.72;
  margin-bottom: 2.25rem;
  transition: opacity 0.4s;
}
.t-attr {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
  transition: opacity 0.4s;
}
.t-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 2.75rem;
}
.t-dot {
  width: 7px; height: 7px;
  background: rgba(196,181,253,0.18);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: background 0.25s;
  padding: 0;
}
.t-dot.active { background: var(--rose); }

/* ════════════════════════════════════════════
   SPEAKING
════════════════════════════════════════════ */
.speaking { padding: 6.5rem 3rem; background: var(--sovereign); }
.speaking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.speaking-list { list-style: none; margin-top: 2rem; }
.speaking-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(196,181,253,0.07);
  gap: 1rem;
}
.speaking-item:first-child { border-top: 1px solid rgba(196,181,253,0.07); }
.event-name { font-size: 0.87rem; color: var(--cream); font-weight: 400; }
.event-detail { font-size: 0.67rem; color: rgba(196,181,253,0.32); letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.speaking-panel {
  background: rgba(243,238,249,0.04);
  border: 1px solid rgba(196,181,253,0.09);
  padding: 2.75rem 2.5rem;
}
.panel-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--cream);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.panel-desc { font-size: 0.81rem; color: rgba(196,181,253,0.45); line-height: 1.85; font-weight: 300; margin-bottom: 1.85rem; }
.panel-points { display: flex; flex-direction: column; gap: 0.8rem; }
.panel-point { display: flex; gap: 0.85rem; align-items: flex-start; }
.point-dash { width: 18px; height: 1px; background: var(--rose); margin-top: 0.62rem; flex-shrink: 0; }
.point-text { font-size: 0.79rem; color: rgba(196,181,253,0.5); line-height: 1.6; }

/* ════════════════════════════════════════════
   PRESS
════════════════════════════════════════════ */
.press { padding: 6rem 3rem; background: var(--white); border-top: 1px solid var(--light-border); }
.press-inner { max-width: 1100px; margin: 0 auto; }
.press-header { text-align: center; margin-bottom: 3.25rem; }
.press-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid var(--light-border);
  overflow: hidden;
  margin-bottom: 4.5rem;
}
.press-logo {
  flex: 1;
  min-width: 120px;
  max-width: 180px;
  padding: 1.85rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
  opacity: 0.3;
  transition: opacity 0.2s;
}
.press-logo:hover { opacity: 0.78; }
.press-logo span { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; color: var(--sovereign); text-align: center; }
.awards-label { text-align: center; font-size: 0.66rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 2.25rem; }
.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border: 1px solid var(--light-border);
}
.award-item { padding: 1.85rem 1.5rem; text-align: center; border-right: 1px solid var(--light-border); }
.award-year { font-size: 0.63rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.38rem; }
.award-name { font-family: 'Playfair Display', serif; font-size: 0.97rem; line-height: 1.4; color: var(--sovereign); margin-bottom: 0.28rem; }
.award-org { font-size: 0.7rem; color: var(--heather-grey); line-height: 1.4; }

/* ════════════════════════════════════════════
   NEWSLETTER
════════════════════════════════════════════ */
.newsletter {
  padding: 5.5rem 3rem;
  background: var(--lavender-mist);
  border-top: 1px solid rgba(59,26,107,0.07);
  border-bottom: 1px solid rgba(59,26,107,0.07);
}
.newsletter-inner { max-width: 620px; margin: 0 auto; text-align: center; }
.newsletter-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  line-height: 1.25;
  color: var(--sovereign);
  margin-bottom: 1rem;
}
.newsletter-sub { font-size: 0.87rem; color: var(--plum); line-height: 1.82; font-weight: 300; margin-bottom: 2.5rem; }
.newsletter-form { display: flex; max-width: 460px; margin: 0 auto 1rem; }
.newsletter-input {
  flex: 1;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(59,26,107,0.18);
  border-right: none;
  background: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.84rem;
  color: var(--sovereign);
  outline: none;
  transition: border-color 0.2s;
}
.newsletter-input::placeholder { color: rgba(90,74,110,0.4); }
.newsletter-input:focus { border-color: var(--rose); }
.newsletter-submit {
  background: var(--royal);
  color: var(--cream);
  border: none;
  padding: 0.9rem 1.6rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.newsletter-submit:hover { background: var(--violet); }
.newsletter-note { font-size: 0.67rem; color: rgba(90,74,110,0.38); letter-spacing: 0.04em; }

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
footer {
  background: var(--sovereign);
  padding: 4.75rem 3rem 2.25rem;
  border-top: 1px solid rgba(196,181,253,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr;
  gap: 3.25rem;
  margin-bottom: 3.75rem;
}
.footer-sig { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.4rem; color: var(--cream); margin-bottom: 0.9rem; }
.footer-desc { font-size: 0.79rem; color: rgba(196,181,253,0.3); line-height: 1.8; font-weight: 300; max-width: 255px; margin-bottom: 1.65rem; }
.footer-socials { display: flex; gap: 0.55rem; }
.social-btn {
  width: 34px; height: 34px;
  border: 1px solid rgba(196,181,253,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(196,181,253,0.38);
  font-size: 0.67rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.social-btn:hover { border-color: var(--rose); color: var(--rose); }
.social-btn:visited { color: rgba(196,181,253,0.38); }
.social-btn:visited:hover { color: var(--rose); }
.footer-col-title { font-size: 0.63rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.68rem; }
.footer-links a { font-size: 0.81rem; color: rgba(196,181,253,0.38); transition: color 0.2s; }
.footer-links a:hover { color: var(--blush); }
.footer-links a:visited { color: rgba(196,181,253,0.25); }
.footer-links a:visited:hover { color: var(--blush); }
.footer-bottom {
  border-top: 1px solid rgba(196,181,253,0.07);
  padding-top: 1.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy { font-size: 0.68rem; color: rgba(196,181,253,0.2); letter-spacing: 0.04em; }
.footer-legal { display: flex; gap: 1.4rem; }
.footer-legal a { font-size: 0.66rem; color: rgba(196,181,253,0.2); transition: color 0.2s; }
.footer-legal a:hover { color: rgba(196,181,253,0.55); }

/* ════════════════════════════════════════════
   ANIMATIONS
════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes tickerMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.22; transform: scaleY(0.65); }
  50%      { opacity: 1;    transform: scaleY(1); }
}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 300px; }
  .about-content { padding: 3rem 2rem; }
  .speaking-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-header { flex-direction: column; align-items: flex-start; }
  .hero-identity { display: none; }
  .video-channel-cta { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .newsletter-input { border-right: 1px solid rgba(59,26,107,0.18); }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  .awards-grid { grid-template-columns: 1fr 1fr; }
  .award-item { border-right: none; border-bottom: 1px solid var(--light-border); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ═══════════════════════════════════════════════════════════
   WORDPRESS CORE OVERRIDES
═══════════════════════════════════════════════════════════ */
.wp-caption { max-width: 100%; background: var(--lavender-mist); padding: .5rem; }
.wp-caption-text { font-size: .78rem; color: var(--heather-grey); text-align: center; padding: .35rem 0; }
.alignleft  { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter{ display: block; margin: 0 auto 1rem; }
.wp-block-image { margin: 2rem 0; }
img.aligncenter { display: block; margin: 2rem auto; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: .75rem; margin: 2rem 0; }
.gallery-item img { width: 100%; height: 180px; object-fit: cover; display: block; }

/* About photo when real image is set */
.about-photo { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

/* Nav active state via WordPress body class */
.home    .nav-links a[href*="/#"]:first-child { color: var(--sovereign); border-bottom-color: var(--royal); }
.blog    .nav-links a[href*="blog"],
.archive .nav-links a[href*="blog"] { color: var(--sovereign); border-bottom-color: var(--royal); }
.page-template-page-watch .nav-links a[href*="watch"] { color: var(--sovereign); border-bottom-color: var(--royal); }

/* WordPress admin bar adjustment */
.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar nav { top: 46px; } }

/* Screen-reader text */
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--cream); border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important; clip-path: none; color: var(--sovereign);
  display: block; font-size: .875rem; font-weight: 700; height: auto;
  left: 5px; line-height: normal; padding: 15px 23px 14px;
  text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* Skip link */
#skip-link { position: absolute; left: -9999px; }
#skip-link:focus { left: 1rem; top: 1rem; z-index: 999; background: var(--royal); color: var(--cream); padding: .5rem 1rem; }
