/* ============================================================
   Rajeev Bahl — premium editorial light theme
   ============================================================ */

:root {
  --bg: #FAF8F4;
  --surface: #FFFFFF;
  --ink: #211d19;
  --ink-soft: #5c554e;
  --muted: #8E8A83;
  --green: #aa783c;
  --green-deep: #966832;
  --sand: #FAF4EC;
  --line: #F2E8DC;
  --line-soft: #F9F4EE;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { 
  font-size: 62.5%;
  scroll-behavior: smooth; 
  overflow-x: hidden;
  width: 100%;
}
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--sans);
  font-size: 1.7rem;
  color: var(--ink-soft);
  background: var(--bg);
  line-height: 1.75;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--green); color: var(--surface); }

img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; background: none; border: none; }

.container { width: min(124rem, 92%); margin-left: auto; margin-right: auto; }
.container-wide { width: min(138rem, 92%); margin-left: auto; margin-right: auto; }
.section { padding: 10rem 0; }

/* ---------- type ---------- */
.eyebrow {
  font-size: 1.2rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green);
  display: flex; align-items: center; gap: 1.4rem;
  margin-bottom: 2.6rem;
}
.eyebrow::before {
  content: ""; width: 3.6rem; height: 1px; background: var(--green);
}
.eyebrow--light { color: #e8d7c1; }
.eyebrow--light::before { background: #e8d7c1; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: ""; width: 3.6rem; height: 1px; background: #e8d7c1;
}

.display {
  font-family: var(--serif);
  font-weight: 350;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.display em { font-style: italic; color: var(--green); font-weight: 350; }
.display--light { color: #FFFFFF; }
.display--light em { color: #d5b26a; }

.section-head { margin-bottom: clamp(4.8rem, 6vw, 8rem); }
.section-head--row {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 4.8rem; flex-wrap: wrap;
}
.section-note { max-width: 32rem; font-size: 1.5rem; color: var(--muted); }

.lede {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 350;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* ---------- buttons & links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 1.5rem 3.2rem; border-radius: 10rem;
  font-weight: 600; font-size: 1.5rem; letter-spacing: 0.01em;
  position: relative; overflow: hidden;
  transition: color 0.4s var(--ease);
}
.btn span { position: relative; z-index: 1; }
.btn--ink { background: var(--ink); color: var(--bg); }
.btn--ink::after {
  content: ""; position: absolute; inset: 0;
  background: var(--green);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease);
  border-radius: inherit;
}
.btn--ink:hover::after { transform: translateY(0); }
.btn--green { background: var(--green); color: #fff; }
.btn--green::after {
  content: ""; position: absolute; inset: 0;
  background: var(--ink);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease);
  border-radius: inherit;
}
.btn--green:hover::after { transform: translateY(0); }
.btn--lg { padding: 1.8rem 4rem; font-size: 1.55rem; }
.btn--full { width: 100%; }

.link-arrow {
  font-weight: 600; font-size: 1.5rem; color: var(--ink);
  display: inline-flex; align-items: center; gap: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--ink);
  transition: color 0.3s, border-color 0.3s;
}
.link-arrow i { font-style: normal; transition: transform 0.4s var(--ease); }
.link-arrow:hover { color: var(--green); border-color: var(--green); }
.link-arrow:hover i { transform: translateX(0.6rem); }

/* ============================================================
   PRELOADER — quick & quiet
   ============================================================ */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background-color: var(--bg);
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(201, 169, 97, 0.08) 0%, transparent 60%),
    radial-gradient(circle at 0% 0%, rgba(30, 92, 72, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(30, 92, 72, 0.06) 0%, transparent 40%),
    radial-gradient(rgba(30, 92, 72, 0.04) 1.5px, transparent 1.5px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 3.2rem 3.2rem;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s;
}
.preloader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__logo {
  opacity: 0; animation: pre 1s var(--ease) forwards;
}
.preloader__logo img {
  animation: pulse 2.5s infinite ease-in-out 1s;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
@keyframes pre {
  from { opacity: 0; transform: translateY(1.8rem); }
  to { opacity: 1; transform: none; }
}

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: var(--green); z-index: 999;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 1rem; left: 0; right: 0; z-index: 900;
  padding: 0;
  transition: transform 0.5s var(--ease), top 0.4s var(--ease);
}
.nav.scrolled {
  top: 0.5rem;
}
.nav.hidden { transform: translateY(-150%); }
.nav__container {
  width: min(156rem, 96%); margin-inline: auto;
}
.nav__inner { 
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; 
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(2.4rem);
  -webkit-backdrop-filter: blur(2.4rem);
  border: 1px solid rgba(230, 230, 225, 0.9);
  border-radius: 10rem;
  padding: 0.6rem 0.8rem 0.6rem 1.8rem;
  box-shadow: 0 1.4rem 4rem -1rem rgba(30, 92, 72, 0.12);
}
.nav__logo {
  font-family: var(--serif); font-size: 1.9rem; font-weight: 400;
  color: var(--ink); letter-spacing: -0.01em; flex-shrink: 0;
}
.nav__logo em { font-style: italic; color: var(--green); }
.nav__links { display: flex; gap: 1px; align-items: center; }
.nav__links a {
  font-size: 1.25rem; font-weight: 600; color: var(--ink-soft);
  padding: 0.6rem 0.9rem; border-radius: 10rem; white-space: nowrap;
  transition: all 0.35s var(--ease);
}
.nav__links a:hover { 
  color: var(--green-deep); 
  background: rgba(30, 92, 72, 0.08); 
}
.nav__links a.active { 
  color: #fff; 
  background: var(--green); 
  box-shadow: 0 0.4rem 1.2rem rgba(30, 92, 72, 0.2);
}
.nav__cta { padding: 0.8rem 1.6rem; font-size: 1.25rem; flex-shrink: 0; white-space: nowrap; }
.nav__burger {
  display: none; flex-direction: column; gap: 0.6rem; padding: 1rem; z-index: 950;
}
.nav__burger span {
  width: 2.6rem; height: 1.5px; background: var(--ink);
  transition: 0.4s var(--ease);
}
.nav__burger.open span:nth-child(1) { transform: translateY(0.4rem) rotate(45deg); }
.nav__burger.open span:nth-child(2) { transform: translateY(-0.35rem) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 890;
  background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3rem;
  padding: 8rem 2rem 4rem;
  overflow-y: auto;
  opacity: 0; pointer-events: none; transition: opacity 0.45s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 1.4rem; text-align: center; }
.mobile-menu a {
  font-family: var(--serif); font-size: 2.2rem; font-weight: 400; color: var(--ink);
  opacity: 0; transform: translateY(1.5rem);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), color 0.3s;
}
.mobile-menu.open a { opacity: 1; transform: none; }
.mobile-menu.open a:nth-child(1) { transition-delay: 0.03s; }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.06s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.09s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.12s; }
.mobile-menu.open a:nth-child(5) { transition-delay: 0.15s; }
.mobile-menu.open a:nth-child(6) { transition-delay: 0.18s; }
.mobile-menu.open a:nth-child(7) { transition-delay: 0.21s; }
.mobile-menu.open a:nth-child(8) { transition-delay: 0.24s; }
.mobile-menu.open a:nth-child(9) { transition-delay: 0.27s; }
.mobile-menu.open a:nth-child(10) { transition-delay: 0.30s; }
.mobile-menu a:hover { color: var(--green); font-style: italic; }
.mobile-menu__foot { font-size: 1.3rem; letter-spacing: 0.1em; color: var(--muted); margin-top: 1rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero { 
  padding: clamp(23rem, 18vw, 27rem) 0 clamp(7rem, 8vw, 11rem);
  position: relative;
  background-color: #FCFCF9; /* Minimalist off-white base */
  background-image: 
    radial-gradient(circle at 25% 45%, #FFFFFF 0%, transparent 60%), /* Pure white glow behind text */
    radial-gradient(circle at 10% 90%, #F6F4EB 0%, transparent 50%), /* Very faint warm cream bottom-left */
    radial-gradient(circle at 80% 80%, #F5F4EE 0%, transparent 50%); /* Very faint warm cream bottom-right */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}
.hero::before {
  content: ""; position: absolute; top: 8%; right: 4%; width: 20rem; height: 16rem;
  background-image: radial-gradient(rgba(197, 155, 78, 0.15) 1.5px, transparent 1.5px);
  background-size: 2rem 2rem;
  z-index: -1; pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; bottom: 8%; left: 4%; width: 16rem; height: 16rem;
  background-image: radial-gradient(rgba(197, 155, 78, 0.15) 1.5px, transparent 1.5px);
  background-size: 2rem 2rem;
  z-index: -1; pointer-events: none;
}
.hero__grid {
  display: grid; grid-template-columns: 1.35fr 1fr;
  gap: clamp(4rem, 6vw, 10rem); align-items: center;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 350;
  font-size: clamp(2.9rem, 6.4vw, 5.6rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 3.6rem;
}
.hero__title em { font-style: italic; color: var(--green); }
.hero__dot { color: var(--green); }
.hero__line { display: block; overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.hero__word { display: inline-block; }
.hero__sub {
  max-width: 52rem;
  font-size: clamp(1rem, 1.3vw, 1.13rem);
  margin-bottom: 4.4rem;
  color: var(--ink-soft);
}
.hero__actions { display: flex; align-items: center; gap: 3.4rem; flex-wrap: wrap; }

/* ============================================================
   HERO VISUAL (Layered Circles + Glass Chip)
   ============================================================ */
.hero__visual {
  position: relative;
  width: 100%; max-width: 58rem;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  display: flex; align-items: flex-end; justify-content: center;
}
.hero__arch {
  position: absolute; 
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100%; height: 110%;
  background-color: #FFFFFF;
  border-radius: 30rem 30rem 0 0;
  box-shadow: 0 4rem 8rem -2rem rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.hero__person {
  position: relative; z-index: 1;
  width: 100%; height: 100%;
  display: flex; align-items: flex-end; justify-content: center;
}
.hero__person img {
  height: 115%; /* Cutout overflows the arch */
  width: auto;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 2rem 3rem rgba(0,0,0,0.15));
}

/* stats */
.hero__stats {
  margin-top: clamp(6rem, 8vw, 10rem);
  padding-top: 4rem;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.stat__num {
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(2rem, 3.4vw, 3rem);
  color: var(--ink); line-height: 1;
  letter-spacing: -0.02em;
}
.stat__label {
  margin-top: 1rem;
  font-size: 1.2rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
}

/* ============================================================
   FEATURE CARDS (OUR EXPERTISE) — Matching Reference Design
   ============================================================ */
.features {
  padding: clamp(6rem, 9vw, 12rem) 0 clamp(7rem, 9vw, 11rem);
  position: relative;
  background-color: var(--bg);
}

.section-head--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(5rem, 7vw, 8rem);
}

.display--center {
  text-align: center;
  margin-bottom: 2rem;
}

.section-subtitle {
  max-width: 74rem;
  margin: 0 auto;
  font-size: clamp(1.5rem, 1.4vw, 1.65rem);
  color: var(--muted);
  line-height: 1.7;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  position: relative;
  z-index: 10;
}

.feature-card {
  background: #FFFDF9;
  border: 1px solid #E8E2D4;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1.2rem 3.6rem -0.8rem rgba(23, 29, 26, 0.05), 0 0.4rem 1.2rem -0.4rem rgba(23, 29, 26, 0.03);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}

.feature-card:hover {
  transform: translateY(-0.8rem);
  box-shadow: 0 2.4rem 5.4rem -1.2rem rgba(23, 29, 26, 0.12), 0 0.8rem 2rem -0.6rem rgba(23, 29, 26, 0.06);
  border-color: #D6CBB8;
}

/* Image Container & Overlays */
.feature-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
  background: #1E293B;
}

.feature-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 1.2s var(--ease);
}

.feature-card:hover .feature-card__img img {
  transform: scale(1.06);
}

/* Bottom Dark Gradient Overlay for Stat Contrast */
.feature-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 40%, rgba(15, 23, 42, 0.65) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Top-Left Category Pill */
.feature-card__badge-top {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 2;
  background: #F4ECE1;
  color: #1E293B;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.8rem;
  padding: 0.6rem 1.4rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.15);
}

.feature-card__badge-top svg {
  color: #1E293B;
  flex-shrink: 0;
}

/* Top-Right Number Watermark */
.feature-card__watermark {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 2;
  font-family: var(--serif);
  font-size: 4.6rem;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1;
  text-shadow: 0 2px 1.2rem rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

/* Bottom-Left Stat Glass Overlay */
.feature-card__stat-overlay {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  z-index: 2;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(0.8rem);
  -webkit-backdrop-filter: blur(0.8rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 0.8rem 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #FFFFFF;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.3);
}

.stat-overlay__icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  flex-shrink: 0;
}

.stat-overlay__text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.stat-overlay__text strong {
  font-size: 1.45rem;
  font-weight: 700;
  color: #FFFFFF;
}

.stat-overlay__text span {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
}

/* Card Content Area */
.feature-card__content {
  padding: 2.8rem 2.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
  background: #FFFDFC;
}

.feature-card__category {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green-deep);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  display: block;
}

.feature-card__content h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 1.4rem;
  letter-spacing: -0.01em;
}

.feature-card__content p {
  font-size: 1.4rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
  flex-grow: 1;
}

/* Features Grid inside Card */
.feature-card__features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line-soft);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-item__icon {
  color: var(--green-deep);
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-item__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.feature-item__text strong {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
}

.feature-item__text span {
  font-size: 1.15rem;
  color: var(--muted);
  font-weight: 500;
}

/* Card Button */
.feature-card__btn {
  position: relative;
  width: 100%;
  background: #F7F3EC;
  border: 1px solid #E2D9C8;
  border-radius: 0.8rem;
  padding: 1.4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.35s var(--ease);
  margin-bottom: 2rem;
}

.feature-card__btn::after {
  display: none;
}

.feature-card__btn span {
  position: relative;
  z-index: 1;
}

.feature-card__btn-arrow {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink);
  transition: transform 0.35s var(--ease), color 0.35s;
}

.feature-card__btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: #FFFFFF;
}

.feature-card__btn:hover .feature-card__btn-arrow {
  color: #FFFFFF;
  transform: translate(0.4rem, -50%);
}

/* Card Footer Info Row */
.feature-card__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 1.2rem;
  color: var(--muted);
  font-weight: 500;
  padding-top: 0.4rem;
}

.footer-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink-soft);
}

.footer-item svg {
  color: var(--muted);
}

.footer-dot {
  color: #B2B8B5;
  margin: 0 1px;
}

/* Bottom Trusted Badge Ornament Bar */
.features__trust-bar {
  margin-top: clamp(4.8rem, 7vw, 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}

.trust-bar__line {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.trust-bar__line hr {
  flex: 1;
  height: 1px;
  background: #E4DCD0;
  border: none;
}

.trust-bar__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--green-deep);
  flex-shrink: 0;
}

.trust-bar__badge {
  background: #FAF7F2;
  border: 1px solid #E8E2D4;
  border-radius: 10rem;
  padding: 0.8rem 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink-soft);
  white-space: nowrap;
  box-shadow: 0 0.4rem 1.6rem -0.6rem rgba(0, 0, 0, 0.05);
}

/* Responsive Overrides for Section Cards */
@media (max-width: 1100px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .features__grid {
    grid-template-columns: 1fr;
    max-width: 52rem;
    margin: 0 auto;
  }
  .feature-card__features-grid {
    gap: 0.8rem;
  }
  .features__trust-bar {
    flex-direction: column;
    gap: 1.2rem;
  }
  .trust-bar__line {
    width: 100%;
  }
  .trust-bar__badge {
    white-space: normal;
    text-align: center;
  }
  .desktop-break {
    display: none;
  }
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: clamp(7rem, 10vw, 12rem) 0;
  position: relative;
  background-color: #F8F5EF;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(212, 176, 76, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(42, 139, 106, 0.05) 0%, transparent 50%);
  border-top: 1px solid rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.03);
}
.about__grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
}
.about__body p { margin-bottom: 3.4rem; font-size: 1.55rem; }
.cred-list {
  list-style: none; padding: 0; margin: 3rem 0 0;
}
.cred-list li {
  padding: 1.5rem 0;
  border-top: 1px solid var(--line-soft);
  display: flex; gap: 2rem; align-items: center;
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
  color: var(--ink); line-height: 1.5;
}
.cred-list li span {
  font-family: var(--serif); font-style: italic; color: var(--green);
  font-size: 1.1em; width: 3rem; flex-shrink: 0;
}

/* ============================================================
   PROGRAMS (SIX WAYS WE BUILD CAPABILITY) — Matching Reference
   ============================================================ */
.capability {
  padding: clamp(7rem, 10vw, 13rem) 0 clamp(8rem, 10vw, 14rem);
  background-color: var(--bg);
  position: relative;
}

/* Header Layout */
.capability__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-bottom: clamp(4.8rem, 6vw, 7.2rem);
}

.capability__head-left {
  display: flex;
  flex-direction: column;
}

.capability__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}

.capability__eyebrow-line {
  width: 3.8rem;
  height: 2px;
  background-color: var(--green-deep);
}

.capability__eyebrow {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green-deep);
  text-transform: uppercase;
}

.capability__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.6rem, 4.2vw, 5.4rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.015em;
}

.capability__title-highlight {
  font-family: var(--serif);
  font-style: italic;
  color: var(--green-deep);
  position: relative;
  display: inline-block;
}

.capability__title-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background-color: var(--green-deep);
}

.capability__head-right {
  display: flex;
  align-items: center;
  max-width: 44rem;
  margin-top: 1rem;
}

.capability__note-box {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}

.capability__note-icon {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #FAF7F2;
  border: 1px solid #E6DDD0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  flex-shrink: 0;
  box-shadow: 0 0.4rem 1.2rem -2px rgba(0, 0, 0, 0.04);
}

.capability__note-text {
  font-size: 1.45rem;
  color: var(--muted);
  line-height: 1.65;
}

/* Grid Container */
.capability__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6rem;
}

/* Individual Capability Card */
.capability-card {
  background: #FFFDF9;
  border: 1px solid #EAE3D2;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1rem 3rem -0.8rem rgba(23, 29, 26, 0.05);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}

.capability-card:hover {
  transform: translateY(-0.6rem);
  box-shadow: 0 2.2rem 5rem -1.2rem rgba(23, 29, 26, 0.12);
  border-color: #D4C5A9;
}

/* Card Top Split (Image + Content) */
.capability-card__top {
  display: flex;
  gap: 1.8rem;
  padding: 2.4rem 2.2rem 2rem;
  position: relative;
  flex-grow: 1;
}

.capability-card__visual {
  width: 10.6rem;
  flex-shrink: 0;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #1E293B;
  min-height: 14.6rem;
}

.capability-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s var(--ease);
}

.capability-card:hover .capability-card__visual img {
  transform: scale(1.08);
}

.capability-card__ribbon {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 2;
  width: 3.2rem;
  height: 4.2rem;
  background: var(--green-deep);
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
}

.capability-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  position: relative;
  padding-top: 2px;
}

.capability-card__watermark {
  position: absolute;
  top: -0.8rem;
  right: -2px;
  font-family: var(--serif);
  font-size: 3.8rem;
  font-weight: 350;
  color: #E8DECC;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

.capability-card__title {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-right: 3.6rem;
  position: relative;
  z-index: 2;
}

.capability-card__desc {
  font-size: 1.35rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Card Pills Row */
.capability-card__pills {
  padding: 0 2.2rem 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.capability-pill {
  background: #FAF7F2;
  border: 1px solid #EBE4D6;
  border-radius: 0.8rem;
  padding: 0.8rem 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.capability-pill__icon {
  color: var(--green-deep);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capability-pill__text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.capability-pill__text strong {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
}

.capability-pill__text span {
  font-size: 1.05rem;
  color: var(--muted);
  font-weight: 500;
}

/* Card Bottom Action Bar */
.capability-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2.2rem;
  background: #FAF8F5;
  border-top: 1px solid #F0ECE3;
  text-decoration: none;
  transition: background 0.35s var(--ease);
}

.capability-card__action span {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.capability-card__btn-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--green-deep);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s var(--ease), background 0.35s;
}

.capability-card:hover .capability-card__action {
  background: #F5F1E9;
}

.capability-card:hover .capability-card__btn-circle {
  transform: translateX(0.3rem);
  background: var(--green);
}

/* Bottom Trust Banner Bar */
.foot-card {
  margin-top: clamp(4.4rem, 6vw, 6.4rem);
  background: #FAF7F2;
  border: 1px solid #EBE4D6;
  border-radius: 1.6rem;
  padding: 2.2rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.03);
}

.foot-card__left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex: 1;
  min-width: 28rem;
}

.foot-card__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #F3EBE0;
  border: 1px solid #E5D8C5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  flex-shrink: 0;
}

.foot-card__text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.foot-card__text strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
}

.foot-card__text span {
  font-size: 1.35rem;
  color: var(--muted);
}

.foot-card__btn {
  background: #111827;
  color: #FFFFFF;
  border-radius: 10rem;
  padding: 1.3rem 2.6rem;
  font-size: 1.35rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: background 0.35s var(--ease), transform 0.35s var(--ease);
  white-space: nowrap;
}

.foot-card__btn:hover {
  background: var(--green-deep);
  transform: translateY(-2px);
  color: #FFFFFF;
}

/* Responsive Overrides */
@media (max-width: 1100px) {
  .capability__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .capability__head {
    flex-direction: column;
    gap: 2rem;
  }
  .capability__head-right {
    max-width: 100%;
  }
  .capability__grid {
    grid-template-columns: 1fr;
    max-width: 52rem;
    margin: 0 auto;
  }
  .capability-card__pills {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
  .capability-pill {
    padding: 0.6rem 0.4rem;
    gap: 0.4rem;
  }
  .capability-pill__text strong {
    font-size: 1.05rem;
  }
  .capability-pill__text span {
    font-size: 0.95rem;
  }
  .foot-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .foot-card__left {
    flex-direction: column;
    text-align: center;
  }
  .foot-card__btn {
    justify-content: center;
  }
}

/* ============================================================
   TRAINING GALLERY (MOMENTS FROM THE TRAINING ROOM)
   ============================================================ */
.gallery-section {
  padding: clamp(5.4rem, 6vw, 7.6rem) 0;
  background-color: #FAF8F5;
  position: relative;
}

.gallery-head-wrapper {
  position: relative;
  max-width: 120rem;
  margin: 0 auto clamp(3.2rem, 4vw, 4.4rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.gallery-head {
  text-align: center;
  max-width: 68rem;
  margin: 0 auto;
}

.gallery-eyebrow-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}

.gallery-eyebrow-line {
  width: 3.8rem;
  height: 1.5px;
  background-color: var(--green-deep);
  opacity: 0.6;
}

.gallery-eyebrow {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green-deep);
  text-transform: uppercase;
}

.gallery-title {
  font-family: var(--serif);
  font-size: clamp(3.6rem, 4.2vw, 5.4rem);
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.gallery-title-highlight {
  font-family: var(--serif);
  font-style: italic;
  color: var(--green-deep);
  display: block;
  margin-top: 0.4rem;
}

.gallery-subtitle {
  font-size: 1.55rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 60rem;
}

.gallery-view-btn {
  position: absolute;
  right: 0;
  top: 1.4rem;
  background: #FAF8F5;
  border: 1.5px solid #E6DDD0;
  border-radius: 9.9rem;
  padding: 1.2rem 2.2rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.3s var(--ease);
  box-shadow: 0 0.4rem 1.4rem rgba(15, 23, 42, 0.03);
}

.gallery-view-btn:hover {
  background: #FFFFFF;
  border-color: var(--green-deep);
  color: var(--green-deep);
  transform: translateY(-2px);
  box-shadow: 0 0.8rem 2.2rem rgba(15, 23, 42, 0.08);
}

.gallery-view-btn svg {
  transition: transform 0.3s var(--ease);
}

.gallery-view-btn:hover svg {
  transform: translateX(0.3rem);
}

/* Filter Tabs */
.gallery-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: clamp(3.2rem, 4.5vw, 4.4rem);
}

.gallery-filter-tab {
  background: transparent;
  border: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ink);
  padding: 1rem 2.2rem;
  border-radius: 9.9rem;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  position: relative;
}

.gallery-filter-tab:hover {
  color: var(--green-deep);
}

.gallery-filter-tab.active {
  background: var(--green-deep);
  color: #FFFFFF;
  box-shadow: 0 0.4rem 1.6rem rgba(194, 154, 75, 0.28);
}

.gallery-filter-sep {
  width: 1px;
  height: 1.6rem;
  background-color: #E6DDD0;
  margin: 0 0.8rem;
}

/* Bento Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.2rem;
  margin-bottom: clamp(3.6rem, 5vw, 4.8rem);
}

/* Row 1 cards take 4 columns each on desktop (3 items across) */
.gallery-card--col-4 {
  grid-column: span 4;
}

/* Row 2 cards take 3 columns each on desktop (4 items across) */
.gallery-card--col-3 {
  grid-column: span 3;
}

.gallery-card {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  background: #0B132B;
  display: flex;
  align-items: flex-end;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), opacity 0.4s var(--ease);
  min-height: 27rem;
  box-shadow: 0 1rem 3rem -1rem rgba(15, 23, 42, 0.12);
}

.gallery-card--col-3 {
  min-height: 24rem;
}

.gallery-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
  z-index: 1;
}

.gallery-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 2rem 4.8rem -1.2rem rgba(15, 23, 42, 0.22);
}

.gallery-card:hover .gallery-card__img {
  transform: scale(1.06);
}

/* Bottom Overlay Tag inside card */
.gallery-card__overlay {
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(0.8rem);
  -webkit-backdrop-filter: blur(0.8rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.4rem;
  padding: 1.2rem 1.6rem;
  margin: 1.4rem;
  z-index: 2;
  width: calc(100% - 2.8rem);
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.gallery-card:hover .gallery-card__overlay {
  background: rgba(15, 23, 42, 0.92);
  border-color: rgba(212, 176, 76, 0.4);
}

.gallery-card__loc {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
}

.gallery-card__loc svg {
  color: var(--green-deep);
  flex-shrink: 0;
}

.gallery-card__title {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}

.gallery-card__date {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--green-deep);
  margin-top: 2px;
  display: block;
}

/* Bottom Trust Banner Bar */
.gallery-trust-bar {
  background: #FAF7F2;
  border: 1px solid #EAE3D2;
  border-radius: 2rem;
  padding: 2.6rem 3.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  align-items: center;
  box-shadow: 0 0.4rem 2rem rgba(15, 23, 42, 0.02);
}

.gallery-trust-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-right: 1px solid #E6DDD0;
  padding-right: 2rem;
}

.gallery-trust-item:last-child {
  border-right: none;
  padding-right: 0;
}

.gallery-trust-item__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E6DDD0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  flex-shrink: 0;
}

.gallery-trust-item__text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.gallery-trust-item__text strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
}

.gallery-trust-item__text span {
  font-size: 1.25rem;
  color: var(--muted);
}

/* Responsive Overrides */
@media (max-width: 1100px) {
  .gallery-card--col-4,
  .gallery-card--col-3 {
    grid-column: span 6;
  }
  .gallery-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.4rem;
  }
  .gallery-trust-item:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .gallery-head-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .gallery-view-btn {
    position: static;
    margin-top: 2rem;
  }
  .gallery-card--col-4,
  .gallery-card--col-3 {
    grid-column: span 12;
  }
  .gallery-trust-bar {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .gallery-trust-item {
    border-right: none;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   VIDEOS & ARTICLES PORTFOLIO (IDEAS FROM THE TRAINING ROOM)
   ============================================================ */
.video-room {
  padding: clamp(5.4rem, 6vw, 7.6rem) 0;
  background-color: var(--bg);
  position: relative;
}

/* Header Split */
.video-room__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-bottom: clamp(4rem, 5vw, 6rem);
}

.video-room__head-left {
  display: flex;
  flex-direction: column;
  max-width: 62rem;
}

.video-room__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}

.video-room__eyebrow-line {
  width: 3.8rem;
  height: 2px;
  background-color: var(--green-deep);
}

.video-room__eyebrow {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green-deep);
  text-transform: uppercase;
}

.video-room__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.6rem, 4.2vw, 5.4rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-bottom: 1.6rem;
}

.video-room__title-highlight {
  font-family: var(--serif);
  font-style: italic;
  color: var(--green-deep);
  position: relative;
  display: inline-block;
}

.video-room__title-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background-color: var(--green-deep);
}

.video-room__subtitle {
  font-size: 1.5rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.video-room__head-right {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.video-room__explore-btn {
  background: #FAF8F5;
  border: 1px solid #E6DDD0;
  border-radius: 1.4rem;
  padding: 1.4rem 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.02);
  transition: background 0.35s var(--ease), border-color 0.35s, transform 0.35s var(--ease);
}

.video-room__explore-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  flex-shrink: 0;
  transition: border-color 0.35s, color 0.35s;
}

.video-room__explore-icon svg {
  margin-left: 2px;
}

.video-room__explore-arrow {
  color: var(--green-deep);
  transition: transform 0.35s var(--ease);
}

.video-room__explore-btn:hover {
  background: #F5F1E9;
  border-color: #D4C5A9;
  transform: translateY(-2px);
}

.video-room__explore-btn:hover .video-room__explore-icon {
  border-color: var(--green-deep);
  color: var(--green-deep);
}

.video-room__explore-btn:hover .video-room__explore-arrow {
  transform: translateX(0.4rem);
}

/* 2-Column Grid Layout */
.video-room__grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 2.6rem;
  align-items: stretch;
}

/* Featured Video Card (Left Column) */
.featured-room-card {
  background: #0B132B;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 1.6rem 4.8rem -1.2rem rgba(15, 23, 42, 0.25);
  display: flex;
  flex-direction: column;
}

.featured-room-card__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9.2;
  min-height: 42rem;
  overflow: hidden;
  background: #0B132B;
}

.featured-room-card__thumb-state {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.featured-room-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
  transition: opacity 0.4s var(--ease), transform 0.8s var(--ease);
}

.featured-room-card__hero:hover .featured-room-card__img {
  opacity: 0.75;
  transform: scale(1.03);
}

.featured-room-card__badge {
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  z-index: 5;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(0.8rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.8rem;
  padding: 0.6rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-room-card__badge svg {
  color: var(--green-deep);
}

.featured-room-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--green-deep);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  cursor: pointer;
  box-shadow: 0 0.8rem 2.6rem rgba(0, 0, 0, 0.35);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.featured-room-card__play svg {
  margin-left: 0.3rem;
}

.featured-room-card__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 1.2rem 3.4rem rgba(0, 0, 0, 0.45);
}

.featured-room-card__overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 5rem 3rem 2.4rem;
  background: linear-gradient(180deg, rgba(11, 19, 43, 0) 0%, rgba(11, 19, 43, 0.78) 55%, rgba(11, 19, 43, 0.98) 100%);
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.featured-room-card__overlay-text * {
  pointer-events: auto;
}

.featured-room-card__time-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.8rem;
}

.featured-room-card__title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 2.6vw, 3rem);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 0.8rem;
}

.featured-room-card__desc {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 52rem;
  margin-bottom: 0;
}

.featured-room-card__iframe-state {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.featured-room-card__iframe-state iframe {
  width: 100%;
  height: 100%;
}

/* Bottom 4-Metric Bar inside Featured Card */
.featured-room-card__metrics {
  background: #0B132B;
  border-top: 1px solid rgba(194, 154, 75, 0.25);
  padding: 1.8rem 2.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.featured-metric {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 1.2rem;
}

.featured-metric:last-child {
  border-right: none;
  padding-right: 0;
}

.featured-metric__icon {
  color: var(--green-deep);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-metric__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.featured-metric__text strong {
  font-size: 1.45rem;
  font-weight: 700;
  color: #FFFFFF;
}

.featured-metric__text span {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Popular Insights Playlist (Right Column) */
.insights-playlist {
  background: #FFFFFF;
  border: 1px solid #EAE3D2;
  border-radius: 2rem;
  padding: 2.4rem 2.4rem 0;
  box-shadow: 0 1rem 3rem -0.8rem rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insights-playlist__head {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #F0ECE3;
  margin-bottom: 1.4rem;
}

.insights-playlist__head-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #FAF7F2;
  border: 1px solid #E6DDD0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  flex-shrink: 0;
}

.insights-playlist__head h4 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ink);
  text-transform: uppercase;
  margin: 0;
}

.insights-playlist__items {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-grow: 1;
}

.insights-item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 1.2rem;
  border-radius: 1.4rem;
  border: 1px solid transparent;
  transition: background 0.3s var(--ease), border-color 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.insights-item:hover {
  background: #FAF8F5;
}

.insights-item.active {
  background: #FAF7F2;
  border-color: #EBE4D6;
}

.insights-item__thumb {
  width: 9rem;
  height: 5.6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: #1E293B;
}

.insights-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.insights-item:hover .insights-item__thumb img {
  transform: scale(1.06);
}

.insights-item__time {
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  background: rgba(0, 0, 0, 0.82);
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  padding: 2px 0.5rem;
  border-radius: 0.4rem;
  z-index: 2;
}

.insights-item__playing {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  z-index: 3;
}

.insights-item__playing span {
  display: block;
  width: 0.3rem;
  height: 1.2rem;
  background: var(--green-deep);
  border-radius: 2px;
  animation: equalize 1s infinite alternate;
}

.insights-item__playing span:nth-child(2) { animation-delay: 0.3s; }
.insights-item__playing span:nth-child(3) { animation-delay: 0.6s; }

.insights-item__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.insights-item__info h5 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.insights-item.active .insights-item__info h5 {
  color: var(--green-deep);
}

.insights-item__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.15rem;
}

.insights-item__meta .category {
  color: var(--green-deep);
  font-weight: 600;
}

.insights-item__meta .views {
  color: var(--muted);
}

/* Playlist Footer Bar */
.insights-playlist__foot {
  margin: 1.6rem -2.4rem 0;
  padding: 1.6rem 2.4rem;
  background: #FAF8F5;
  border-top: 1px solid #F0ECE3;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: background 0.3s var(--ease);
}

.insights-playlist__foot-left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.insights-playlist__foot-left svg {
  color: var(--green-deep);
  flex-shrink: 0;
}

.insights-playlist__foot-left div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.insights-playlist__foot-left strong {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
}

.insights-playlist__foot-left span {
  font-size: 1.15rem;
  color: var(--muted);
}

.insights-playlist__foot > svg {
  color: var(--green-deep);
  transition: transform 0.35s var(--ease);
}

.insights-playlist__foot:hover {
  background: #F5F1E9;
}

.insights-playlist__foot:hover > svg {
  transform: translateX(0.4rem);
}

/* Bottom Feature Banner Bar (room-trust-bar) */
.room-trust-bar {
  margin-top: clamp(3.6rem, 5vw, 4.8rem);
  background: #FFFFFF;
  border: 1px solid #EAE3D2;
  border-radius: 1.6rem;
  padding: 2.2rem 2.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: center;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.03);
}

.room-trust-item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  border-right: 1px solid #F0ECE3;
  padding-right: 1.6rem;
}

.room-trust-item:last-child {
  border-right: none;
  padding-right: 0;
}

.room-trust-item__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #FAF7F2;
  border: 1px solid #E6DDD0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  flex-shrink: 0;
}

.room-trust-item__text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.room-trust-item__text strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
}

.room-trust-item__text span {
  font-size: 1.25rem;
  color: var(--muted);
}

/* Responsive Overrides */
@media (max-width: 1100px) {
  .video-room__grid {
    grid-template-columns: 1fr;
  }
  .featured-room-card__metrics {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.6rem;
  }
  .featured-metric:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }
  .room-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
  .room-trust-item:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .video-room__head {
    flex-direction: column;
    gap: 2rem;
  }
  .video-room__explore-btn {
    width: 100%;
    justify-content: center;
  }
  .featured-room-card__metrics {
    grid-template-columns: 1fr 1fr;
  }
  .room-trust-bar {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .room-trust-item {
    border-right: none;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   TESTIMONIALS (WHAT LEADERS SAY - VOICES OF IMPACT)
   ============================================================ */
.voices-section {
  padding: clamp(5.4rem, 6vw, 7.6rem) 0;
  background-color: #FAF8F5;
  position: relative;
  overflow: hidden;
}

/* Background Text Watermark across the entire section from left edge of screen to right edge */
.voices-bg-text-watermark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  user-select: none;
}

.voices-bg-text-watermark span {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(10rem, 21.5vw, 55rem);
  line-height: 1;
  color: var(--ink);
  opacity: 0.052;
  white-space: nowrap;
  letter-spacing: -0.01em;
  width: 100%;
  text-align: center;
}

.voices-head {
  text-align: center;
  max-width: 68rem;
  margin: 0 auto clamp(4rem, 6vw, 6rem);
}

.voices-eyebrow-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}

.voices-eyebrow-line {
  width: 4rem;
  height: 1.5px;
  background-color: var(--green-deep);
  opacity: 0.6;
}

.voices-eyebrow {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green-deep);
  text-transform: uppercase;
}

.voices-title {
  font-family: var(--serif);
  font-size: clamp(3.6rem, 4.2vw, 5.4rem);
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.voices-title-highlight {
  font-family: var(--serif);
  font-style: italic;
  color: var(--green-deep);
  display: block;
  margin-top: 0.4rem;
}

.voices-subtitle {
  font-size: 1.55rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 60rem;
}

/* Slider Track */
.voices-grid {
  display: flex;
  gap: 2.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  margin-bottom: clamp(2.4rem, 4vw, 3.6rem);
  padding-bottom: 1.2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.voices-grid::-webkit-scrollbar {
  display: none;
}

/* Voice Card */
.voice-card {
  flex: 0 0 calc(33.333% - 1.8rem);
  min-width: 38rem;
  scroll-snap-align: start;
  background: #FFFFFF;
  border: 1px solid #EAE3D2;
  border-radius: 2.4rem;
  padding: 3.4rem 3rem 2.8rem;
  box-shadow: 0 1.6rem 4.4rem -1.2rem rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
}

.voice-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 2.2rem 5.8rem -1.2rem rgba(15, 23, 42, 0.1);
  border-color: #DCD3C1;
}

.voice-card__quote-icon {
  font-family: var(--serif);
  font-size: 7.8rem;
  line-height: 0.5;
  color: var(--green-deep);
  margin-top: 1.4rem;
  margin-bottom: 2.8rem;
  font-weight: 700;
  display: block;
}

.voice-card__text {
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 2.4rem;
  flex-grow: 1;
}

.voice-card__divider {
  border-top: 1px solid #F0ECE3;
  margin-bottom: 2.2rem;
}

/* 3-Column Mini Metrics inside Card */
.voice-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 2.2rem;
}

.voice-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #F0ECE3;
  padding: 0 0.6rem;
}

.voice-metric:last-child {
  border-right: none;
}

.voice-metric__icon {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1rem;
  background: #FAF7F2;
  border: 1px solid #E6DDD0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.voice-metric__num {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.voice-metric__label {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.3;
}

/* Author Row */
.voice-card__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}

.voice-card__author-info {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-width: 0;
}

.voice-card__avatar {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid #EAE3D2;
  flex-shrink: 0;
  background: #E2E8F0;
}

.voice-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-card__author-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  min-width: 0;
}

.voice-card__author-text strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voice-card__author-text .voice-card__author-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--green-deep);
  margin-top: 1px;
}

.voice-card__author-text .voice-card__author-company {
  font-size: 1.2rem;
  color: var(--muted);
}

.voice-card__closing-quote {
  font-family: var(--serif);
  font-size: 7.4rem;
  line-height: 0.5;
  color: var(--green-deep);
  font-weight: 700;
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: -0.6rem;
}

/* Carousel Controls & Dots */
.voices-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 1rem;
}

.voices-btn {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid #EAE3D2;
  color: var(--green-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  box-shadow: 0 0.4rem 1.4rem rgba(15, 23, 42, 0.05);
  flex-shrink: 0;
}

.voices-btn:hover {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.12);
}

.voices-btn:active {
  transform: translateY(0);
}

.voices-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0;
}

.voices-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #E2E8F0;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}

.voices-dot.active {
  width: 2.4rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: var(--green-deep);
}

/* Responsive Overrides */
@media (max-width: 1100px) {
  .voice-card {
    flex: 0 0 calc(50% - 1.3rem);
    min-width: 34rem;
  }
}

@media (max-width: 768px) {
  .voice-card {
    flex: 0 0 100%;
    min-width: 29rem;
  }
}

@media (max-width: 640px) {
  .voice-card__metrics {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .voice-metric {
    border-right: none;
    border-bottom: 1px solid #F0ECE3;
    padding-bottom: 1.2rem;
  }
  .voice-metric:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* ============================================================
   APPROACH — deep green band
   ============================================================ */
.approach { background: var(--green-deep); }
.approach__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(3.2rem, 4vw, 5.6rem);
}
.approach__step {
  border-top: 1px solid rgba(246, 243, 236, 0.22);
  padding-top: 2.8rem;
}
.approach__num {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  color: #89C6DF; line-height: 1;
  display: block; margin-bottom: 2.2rem;
}
.approach__step h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: 2.2rem; color: #FFFFFF;
  margin-bottom: 1.2rem;
}
.approach__step p { font-size: 1.45rem; color: #D0E4EE; line-height: 1.7; }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline { max-width: 88rem; }
.timeline__item {
  display: grid; grid-template-columns: 12rem 1fr;
  gap: clamp(2.4rem, 4vw, 6rem);
  padding: 3.4rem 0;
  border-top: 1px solid var(--line-soft);
  position: relative;
}
.timeline__item:last-child { border-bottom: 1px solid var(--line-soft); }
.timeline__year {
  font-family: var(--serif); font-style: italic; font-weight: 350;
  font-size: clamp(1.3rem, 2vw, 1.7rem); color: var(--green);
  line-height: 1.2;
}
.timeline__body h3 {
  font-family: var(--serif); font-weight: 400; font-size: 2rem;
  color: var(--ink); margin-bottom: 0.6rem; letter-spacing: -0.01em;
}
.timeline__body p { font-size: 1.45rem; color: var(--muted); max-width: 56rem; }

/* ============================================================
   TESTIMONIALS — deep green band
   ============================================================ */
.testimonials { background: #0F2942; color: #FFFFFF; }
.testi { max-width: 82rem; margin: clamp(4rem, 5vw, 6.4rem) auto 0; text-align: center; }
.testi__viewport { overflow: hidden; }
.testi__track { display: flex; transition: transform 0.75s var(--ease); }
.testi__slide { flex: 0 0 100%; padding: 0 0.8rem; }
.testi__slide blockquote {
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  line-height: 1.4; letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 3.6rem;
}
.testi__slide figcaption strong {
  display: block; font-size: 1.5rem; font-weight: 700; color: #89C6DF;
  letter-spacing: 0.02em;
}
.testi__slide figcaption span { font-size: 1.3rem; color: #D0E4EE; letter-spacing: 0.06em; }
.testi__nav {
  display: flex; align-items: center; justify-content: center;
  gap: 2.8rem; margin-top: 4.4rem;
}
.testi__btn {
  width: 5.2rem; height: 5.2rem; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3); color: #FFFFFF; font-size: 1.7rem;
  transition: 0.35s var(--ease);
}
.testi__btn:hover { background: #FFFFFF; color: #0F2942; border-color: #FFFFFF; }
.testi__dots { display: flex; gap: 1rem; }
.testi__dot {
  width: 0.8rem; height: 0.8rem; border-radius: 10rem; padding: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.4s var(--ease);
}
.testi__dot.active { width: 2.6rem; background: #0082C8; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: var(--surface); }
.contact__grid {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: clamp(5.6rem, 7vw, 12rem);
  align-items: start;
}
.contact__note { margin: 2.6rem 0 4rem; max-width: 38rem; }
.contact__details { display: grid; gap: 0.8rem; margin-bottom: 4rem; }
.contact__details a, .contact__details span {
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  color: var(--ink); width: fit-content;
}
.contact__details a { border-bottom: 1px solid transparent; transition: 0.3s; }
.contact__details a:hover { color: var(--green); border-color: var(--green); font-style: italic; }
.contact__details span { font-size: 1.5rem; font-family: var(--sans); color: var(--muted); margin-top: 0.6rem; }
.contact__socials { display: flex; gap: 2.6rem; }
.contact__socials a {
  font-size: 1.3rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--line);
  transition: 0.3s;
}
.contact__socials a:hover { color: var(--green); border-color: var(--green); }

.contact__form { display: block; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3.2rem; }
.form__field { margin-bottom: 3rem; }
.form__field label {
  display: block; font-size: 1.15rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1rem;
}
.form__field label em { text-transform: none; letter-spacing: 0.02em; font-weight: 500; }
.form__field input, .form__field select, .form__field textarea {
  width: 100%; font-family: inherit; font-size: 1.65rem; color: var(--ink);
  background: transparent; border: none; outline: none;
  border-bottom: 1px solid var(--line);
  padding: 0.6rem 0 1.4rem;
  border-radius: 0;
  transition: border-color 0.35s;
  resize: vertical; appearance: none;
}
.form__field input::placeholder, .form__field textarea::placeholder { color: #B9B2A2; }
.form__field select:invalid { color: #B9B2A2; }
.form__field select:has(option[value=""]:checked) { color: #B9B2A2; }
.form__field input:focus, .form__field select:focus, .form__field textarea:focus {
  border-bottom-color: var(--green);
}
.contact__form .btn { margin-top: 0.8rem; }
.form__success {
  display: none; margin-top: 2rem; text-align: center;
  font-family: var(--serif); font-style: italic;
  color: var(--green); font-size: 1.7rem;
}
.form__success.show { display: block; animation: successIn 0.5s var(--ease); }
@keyframes successIn {
  from { opacity: 0; transform: translateY(0.8rem); }
  to { opacity: 1; transform: none; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid var(--line-soft);
  padding: 4.4rem 0;
  background: var(--bg);
}
.footer__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2.8rem; flex-wrap: wrap;
}
.nav__logo--footer { font-size: 2rem; }
.footer__links { display: flex; gap: 3rem; }
.footer__links a {
  font-size: 1.35rem; font-weight: 600; color: var(--muted);
  transition: color 0.3s;
}
.footer__links a:hover { color: var(--green); }
.footer__copy { font-size: 1.25rem; color: var(--muted); }

.back-top {
  display: none !important;
}

/* ============================================================
   REVEALS (JS adds .js; without JS everything stays visible)
   ============================================================ */
.js [data-reveal] {
  opacity: 0; transform: translateY(3.4rem);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.js [data-reveal].revealed { opacity: 1; transform: none; }

.js .hero__word {
  display: inline-block;
  transform: translateY(112%);
  transition: transform 1.1s var(--ease);
}
.js .hero.loaded .hero__word,
.js .page-hero.loaded .hero__word { transform: none; }
.js .hero__line:nth-child(1) .hero__word { transition-delay: 0.05s; }
.js .hero__line:nth-child(2) .hero__word { transition-delay: 0.16s; }
.js .hero__line:nth-child(3) .hero__word { transition-delay: 0.27s; }

/* stagger program rows */
.js .program.revealed { transition-delay: calc(var(--i, 0) * 0.06s); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1280px) {
  .nav__links a { font-size: 1.15rem; padding: 0.6rem 0.7rem; }
  .nav__cta { font-size: 1.2rem; padding: 0.8rem 1.4rem; }
}

@media (max-width: 1100px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
}

@media (max-width: 900px) {
  .hero__grid, .page-hero__grid, .story__grid, .pd, .contact__grid, .booking__grid { grid-template-columns: 1fr; align-items: start; gap: 4rem; }
  .hero__visual { max-width: 38rem; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); gap: 3.6rem 2.4rem; }
  .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .program { grid-template-columns: 4.4rem 1fr 4rem; }
  .program__tag { display: none; }
  .timeline__item { grid-template-columns: 8rem 1fr; }
}

@media (max-width: 640px) {
  .approach__grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .hero__actions { gap: 2.2rem; }
  .footer__inner { flex-direction: column; text-align: center; }
  .program__body p { display: none; }
  .program { padding: 2.4rem 0.4rem; }
}

/* ============================================================
   SHARED MEDIA COMPONENTS
   ============================================================ */
.media-frame {
  border-radius: 2.4rem;
  overflow: hidden;
  aspect-ratio: 4 / 4.8;
  box-shadow: 0 3rem 6rem -1.5rem rgba(0,0,0,0.12);
}
.media-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: top;
  transition: transform 1.2s var(--ease);
}
.media-frame:hover img { transform: scale(1.045); }
.media-frame--tall img { aspect-ratio: 4 / 5.2; }

.media-chip {
  position: absolute; right: -1.8rem; bottom: 3.4rem;
  display: flex; align-items: center; gap: 1.4rem;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: 1.6rem; padding: 1.6rem 2.2rem;
  box-shadow: 0 1.8rem 4.4rem -1.8rem rgba(23, 29, 26, 0.3);
  font-size: 1.2rem; line-height: 1.4; color: var(--muted);
  font-weight: 600; letter-spacing: 0.02em;
}
.media-chip strong {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: 3rem; color: var(--green);
}

.about__grid {
  display: grid;
  gap: clamp(4rem, 6vw, 10rem);
  align-items: center;
}
@media (min-width: 900px) {
  .about__grid--media { grid-template-columns: 0.85fr 1.15fr; }
}

.about__media { position: relative; max-width: 48rem; margin: 0 auto; }
.about__grid--media .display { margin-bottom: 2.6rem; }
.about-teaser__text { margin-bottom: 3rem; font-size: 1.55rem; }

/* ============================================================
   PAGE HERO (sub-pages)
   ============================================================ */
.page-hero {
  padding: clamp(10rem, 12vw, 13rem) 0 clamp(4rem, 6vw, 8rem);
  position: relative;
  background-color: #FAFAF8;
  background-image: 
    radial-gradient(ellipse at 50% 0%, rgba(201, 169, 97, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 100% 100%, rgba(30, 92, 72, 0.05) 0%, transparent 50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}
.hero__title em, .page-hero__title em {
  color: var(--green);
  font-style: italic;
  padding-right: 0.6rem;
}
.page-hero--tight { padding-bottom: 0; }
.page-hero--split { padding-bottom: clamp(6rem, 8vw, 11rem); }
.page-hero__grid {
  display: grid; grid-template-columns: 1.25fr 1fr;
  gap: clamp(4.8rem, 6vw, 10rem); align-items: center;
}
.page-hero__media { position: relative; max-width: 43rem; justify-self: end; width: 100%; }
.page-hero__title {
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1.05; letter-spacing: -0.025em;
  color: var(--ink); margin-bottom: 3rem;
}
.page-hero__title em { font-style: italic; color: var(--green); }
.page-hero__sub {
  max-width: 54rem; font-size: clamp(1rem, 1.3vw, 1.13rem);
  color: var(--ink-soft);
}

/* ============================================================
   ABOUT PAGE — story / creds / gallery
   ============================================================ */
.story__grid {
  display: grid; grid-template-columns: 1fr 1.25fr;
  gap: clamp(4.8rem, 6vw, 11rem); align-items: start;
}
.story__media { position: sticky; top: 12rem; max-width: 44rem; }
.story__body .lede { margin-bottom: 3.4rem; }
.story__body p:not(.lede) { margin-bottom: 2.4rem; font-size: 1.55rem; }
.story__sign {
  margin-top: 4.4rem; padding-top: 3rem;
  border-top: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: 0.4rem;
}
.story__sign-name {
  font-family: var(--serif); font-style: italic; font-weight: 350;
  font-size: 3.4rem; color: var(--ink);
}
.story__sign-role { font-size: 1.3rem; color: var(--muted); letter-spacing: 0.04em; }

.creds { background: #0F2942; color: #FFFFFF; }
.creds__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(3.6rem, 4vw, 6rem);
}
.creds__item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 2.6rem;
}
.creds__item span {
  font-family: var(--serif); font-style: italic;
  font-size: 1.7rem; color: #89C6DF;
  display: block; margin-bottom: 1.6rem;
}
.creds__item h3 {
  font-family: var(--serif); font-weight: 500; font-size: 2.2rem;
  color: #FFFFFF; margin-bottom: 1rem;
}
.creds__item p { font-size: 1.45rem; color: #D0E4EE; line-height: 1.7; }

.gallery { background: var(--surface); }
.gallery__grid {
  columns: 3; column-gap: 2.2rem;
  margin-top: clamp(3rem, 4vw, 5rem);
}
.gallery__item {
  break-inside: avoid; margin-bottom: 2.2rem;
  border-radius: 1.8rem; overflow: hidden; position: relative;
  box-shadow: 0 1.8rem 4.4rem -2.2rem rgba(23, 29, 26, 0.28);
}
.gallery__item img {
  width: 100%; object-fit: cover;
  aspect-ratio: 4 / 4.4;
  transition: transform 1s var(--ease);
}
.gallery__item--tall img { aspect-ratio: 4 / 5.6; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 4rem 2rem 1.6rem;
  background: linear-gradient(transparent, rgba(18, 33, 26, 0.75));
  color: var(--bg); font-size: 1.25rem; font-weight: 600; letter-spacing: 0.04em;
  opacity: 0; transform: translateY(0.8rem);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.gallery__item:hover figcaption { opacity: 1; transform: none; }

/* ============================================================
   PROGRAMS PAGE — detail articles
   ============================================================ */
.program-details { padding-top: clamp(4rem, 6vw, 8rem); }
.pd {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: clamp(4.4rem, 6vw, 10rem); align-items: center;
  padding: clamp(5rem, 7vw, 9rem) 0;
  border-top: 1px solid var(--line-soft);
}
.pd:first-child { border-top: none; padding-top: 0; }
.pd--flip .pd__media { order: 2; }
.pd--flip .pd__body { order: 1; }
.pd__media { max-width: 46rem; justify-self: center; width: 100%; }
.pd__body .display { font-size: clamp(2.6rem, 4.5vw, 3.8rem); margin-bottom: 2.2rem; }
.pd__body > p { font-size: 1.55rem; margin-bottom: 2.8rem; }
.pd__list { list-style: none; margin-bottom: 3rem; }
.pd__list li {
  position: relative; padding: 1.1rem 0 1.1rem 3rem;
  border-top: 1px solid var(--line-soft);
  font-size: 1.45rem; font-weight: 600; color: var(--ink);
}
.pd__list li::before {
  content: "→"; position: absolute; left: 0; color: var(--green);
  font-size: 1.4rem;
}
.pd__meta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3.2rem; }
.pd__meta span {
  font-size: 1.1rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--line);
  border-radius: 10rem; padding: 0.7rem 1.6rem;
}

.programs__foot { text-align: center; margin-top: clamp(4rem, 5vw, 6rem); }

/* ============================================================
   VIDEOS — cards, featured, filter, lightbox
   ============================================================ */
.video-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.4rem, 3vw, 4rem);
}

.video-grid--3 { margin-top: clamp(3rem, 4vw, 5rem); }
.video-card {
  text-align: left; display: block; padding: 0;
  transition: opacity 0.4s, transform 0.4s var(--ease);
}
.video-card__thumb {
  position: relative; border-radius: 1.8rem; overflow: hidden;
  margin-bottom: 1.8rem;
  box-shadow: 0 2rem 5rem -2.4rem rgba(23, 29, 26, 0.3);
}
.video-card__thumb img {
  width: 100%; aspect-ratio: 16 / 10.5; object-fit: cover; object-position: top;
  transition: transform 0.9s var(--ease);
}
.video-card:hover .video-card__thumb img { transform: scale(1.05); }
.video-card__thumb::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(18, 33, 26, 0.18);
  opacity: 0; transition: opacity 0.5s;
}
.video-card:hover .video-card__thumb::after { opacity: 1; }
.video-card__play {
  position: absolute; left: 50%; top: 50%; z-index: 2;
  transform: translate(-50%, -50%);
  width: 5.8rem; height: 5.8rem; border-radius: 50%;
  background: rgba(246, 243, 236, 0.94); color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; padding-left: 0.4rem;
  transition: transform 0.45s var(--ease), background 0.3s;
}
.video-card:hover .video-card__play {
  transform: translate(-50%, -50%) scale(1.12);
  background: var(--green); color: var(--bg);
}
.video-card__time {
  position: absolute; right: 1.2rem; bottom: 1.2rem; z-index: 2;
  background: rgba(23, 29, 26, 0.82); color: var(--bg);
  font-size: 1.15rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 0.4rem 1rem; border-radius: 0.6rem;
}
.video-card h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: 1.9rem; line-height: 1.35; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 0.6rem;
  transition: color 0.3s;
}
.video-card:hover h3 { color: var(--green); }
.video-card p { font-size: 1.3rem; color: var(--muted); font-weight: 600; letter-spacing: 0.03em; }
.video-card.is-hidden { display: none; }

.featured-video { padding-bottom: clamp(3rem, 4vw, 5rem); }
.featured-video__card {
  position: relative; display: block; width: 100%;
  border-radius: 2.4rem; overflow: hidden; padding: 0; text-align: left;
  box-shadow: 0 4rem 9rem -4rem rgba(23, 29, 26, 0.45);
}
.featured-video__card > img {
  width: 100%; aspect-ratio: 16 / 7.2; object-fit: cover; object-position: 50% 22%;
  transition: transform 1.2s var(--ease);
}
.featured-video__card:hover > img { transform: scale(1.03); }
.featured-video__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(75deg, rgba(18, 33, 26, 0.82) 8%, rgba(18, 33, 26, 0.25) 60%, transparent);
  display: flex; align-items: flex-end;
  padding: clamp(2.4rem, 4vw, 5.6rem);
  gap: 2.8rem;
}
.featured-video__play {
  flex-shrink: 0;
  width: clamp(6.4rem, 7vw, 8.8rem); height: clamp(6.4rem, 7vw, 8.8rem);
  border-radius: 50%;
  background: rgba(246, 243, 236, 0.95); color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: clamp(1.7rem, 2vw, 2.2rem); padding-left: 0.5rem;
  transition: transform 0.45s var(--ease), background 0.3s, color 0.3s;
}
.featured-video__card:hover .featured-video__play {
  transform: scale(1.1); background: var(--green); color: var(--bg);
}
.featured-video__tag {
  font-size: 1.2rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #89C6DF; margin-bottom: 1.2rem;
}
.featured-video__text h2 {
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(1.4rem, 3vw, 2.4rem); line-height: 1.2;
  letter-spacing: -0.015em; color: var(--bg);
  max-width: 64rem;
}

.videos-section { padding-top: clamp(4rem, 5vw, 7rem); }
.video-filter {
  display: flex; gap: 1rem; flex-wrap: wrap;
  margin-bottom: clamp(3.4rem, 4vw, 5rem);
}
.video-filter__btn {
  font-size: 1.3rem; font-weight: 700; letter-spacing: 0.06em;
  color: var(--muted); background: transparent;
  border: 1px solid var(--line); border-radius: 10rem;
  padding: 1rem 2.4rem;
  transition: 0.35s var(--ease);
}
.video-filter__btn:hover { border-color: var(--green); color: var(--green); }
.video-filter__btn.active {
  background: var(--ink); border-color: var(--ink); color: var(--bg);
}

.lightbox {
  position: fixed; inset: 0; z-index: 960;
  background: rgba(18, 26, 22, 0.92);
  backdrop-filter: blur(1rem);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.45s var(--ease);
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox__inner {
  width: min(88rem, 90%);
  transform: translateY(2.4rem) scale(0.98);
  transition: transform 0.5s var(--ease);
}
.lightbox.open .lightbox__inner { transform: none; }
.lightbox__player {
  aspect-ratio: 16 / 9; border-radius: 2rem;
  background:
    radial-gradient(80% 100% at 50% 0%, rgba(0, 130, 200, 0.5), transparent 70%),
    var(--green-deep);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2.2rem; margin-bottom: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.lightbox__play {
  width: 8.4rem; height: 8.4rem; border-radius: 50%;
  background: var(--bg); color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; padding-left: 0.5rem;
}
.lightbox__note { font-size: 1.3rem; color: #D0E4EE; letter-spacing: 0.04em; }
.lightbox__title {
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: var(--bg); text-align: center; letter-spacing: -0.01em;
}
.lightbox__close {
  position: absolute; top: 2.8rem; right: 3.2rem;
  width: 5.2rem; height: 5.2rem; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3); color: var(--bg);
  font-size: 1.6rem;
  transition: 0.35s var(--ease);
}
.lightbox__close:hover { background: var(--bg); color: var(--ink); }

/* ============================================================
   CTA (shared)
   ============================================================ */
.cta { background: var(--bg); }
.cta__inner { text-align: center; }
.cta__title { margin: 0 auto 2.2rem; }
.cta__sub { max-width: 44rem; margin: 0 auto 3.8rem; }

/* ============================================================
   BOOKING PAGE
   ============================================================ */
.booking { padding-top: clamp(5rem, 6vw, 8rem); }
.booking__grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: clamp(5.6rem, 7vw, 11rem); align-items: start;
}
.booking__portrait { max-width: 34rem; margin-bottom: 4.4rem; }
.booking__steps { margin-bottom: 4.4rem; }
.bstep {
  display: flex; gap: 2.2rem; align-items: flex-start;
  padding: 2.2rem 0;
  border-top: 1px solid var(--line-soft);
}
.bstep:last-of-type { border-bottom: 1px solid var(--line-soft); }
.bstep span {
  font-family: var(--serif); font-style: italic;
  font-size: 2.6rem; color: var(--green); line-height: 1;
  flex-shrink: 0; width: 3rem; padding-top: 2px;
}
.bstep h3 {
  font-family: var(--serif); font-weight: 400; font-size: 1.8rem;
  color: var(--ink); margin-bottom: 0.4rem;
}
.bstep p { font-size: 1.4rem; color: var(--muted); line-height: 1.6; }

.contact__form {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: 2.4rem;
  padding: clamp(2.8rem, 4vw, 4.8rem);
  box-shadow: 0 3rem 8rem -4rem rgba(23, 29, 26, 0.25);
}
.contact__form-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.015em; color: var(--ink);
  margin-bottom: 3.2rem;
}

.quote-band {
  background: #0F2942;
  color: #FFFFFF;
  text-align: center;
}
.quote-band__quote {
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(1.5rem, 3.4vw, 2.6rem);
  line-height: 1.3; letter-spacing: -0.015em;
  color: #FFFFFF;
  max-width: 80rem; margin: 0 auto 2.6rem;
}
.quote-band__by { font-size: 1.3rem; color: #89C6DF; letter-spacing: 0.08em; }

/* ============================================================
   RESPONSIVE — new components
   ============================================================ */
@media (max-width: 1024px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { columns: 2; }
}

@media (max-width: 900px) {
  .about__grid--media, .story__grid, .booking__grid,
  .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero__media { justify-self: start; max-width: 40rem; }
  .story__media { position: relative; top: 0; max-width: 42rem; }
  .about__media { max-width: 42rem; }
  .pd { grid-template-columns: 1fr; gap: 3.6rem; }
  .pd--flip .pd__media { order: 0; }
  .pd--flip .pd__body { order: 1; }
  .creds__grid { grid-template-columns: 1fr; }
  .media-chip { right: 1rem; }
  .featured-video__card > img { aspect-ratio: 16 / 11; }
  .booking__portrait { display: none; }
}

@media (max-width: 640px) {
  .video-grid { grid-template-columns: 1fr; }
  .gallery__grid { columns: 1; }
  .featured-video__overlay { padding: 2rem; gap: 1.6rem; }
  .lightbox__close { top: 1.6rem; right: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Custom Text Gradient for Highlights */
.about__content .display em {
  background: linear-gradient(135deg, #0082C8, #0070AE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  padding-right: 0.6rem;
}
