/* =============================================================
   HYPNOTHERAPY FOR PHOBIA  |  Cinematic Transformation Theme
   Palette: Charcoal #0F1115 · Midnight #0B1F3A · Teal #00C2A8 · Amber #F5A623
   ============================================================= */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

:root {
  --charcoal: #0F1115;
  --charcoal-2: #14171D;
  --charcoal-3: #1B1F27;
  --midnight: #0B1F3A;
  --midnight-2: #0A2547;
  --teal: #00C2A8;
  --teal-glow: rgba(0, 194, 168, 0.35);
  --amber: #F5A623;
  --amber-glow: rgba(245, 166, 35, 0.35);
  --white: #FFFFFF;
  --soft: #E8ECF1;
  --muted: #9AA3AF;
  --line: rgba(255,255,255,0.08);
  --line-2: rgba(255,255,255,0.14);

  --serif: 'DM Serif Display', 'Playfair Display', Georgia, serif;
  --sans: 'Inter', 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

  --maxw: 1320px;
  --pad-x: clamp(20px, 5vw, 80px);
  --section-y: clamp(80px, 12vw, 160px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  font-family: var(--sans);
  background: var(--charcoal);
  color: var(--soft);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }

/* === Typography === */
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; color: var(--white); letter-spacing: -0.01em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4.6vw, 4rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }
p { color: var(--soft); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: .78rem; letter-spacing: .35em;
  text-transform: uppercase; font-weight: 600; color: var(--teal);
}
.eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--teal); display: inline-block; }
.amber { color: var(--amber); }
.teal { color: var(--teal); }

/* === Container === */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad-x); }

/* === Buttons === */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 32px; border-radius: 999px;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  letter-spacing: .04em; text-transform: uppercase;
  cursor: pointer; border: 1px solid transparent;
  transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.btn-primary { background: var(--teal); color: var(--charcoal); box-shadow: 0 12px 40px -10px var(--teal-glow); }
.btn-primary:hover { transform: translateY(-2px); background: var(--white); box-shadow: 0 18px 50px -10px var(--teal-glow); }
.btn-ghost { background: transparent; color: var(--white); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
.btn-amber { background: var(--amber); color: var(--charcoal); box-shadow: 0 12px 40px -10px var(--amber-glow); }
.btn-amber:hover { transform: translateY(-2px); background: var(--white); }
.btn .arrow { display: inline-block; transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* === Navigation === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px 0;
  transition: background .4s var(--ease), padding .4s var(--ease), backdrop-filter .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(15, 17, 21, 0.88);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  padding: 8px 0;
  border-bottom-color: var(--line);
}
.nav-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 56px;
}

/* Brand: dot + two-line text, vertically centered as one unit */
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--white); font-family: var(--serif);
  flex-shrink: 0; line-height: 1; text-decoration: none;
}
.brand .mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--teal), var(--midnight) 70%);
  position: relative; flex-shrink: 0;
  box-shadow: 0 0 0 1px var(--line-2), 0 8px 24px -8px var(--teal-glow);
}
.brand .mark::after {
  content: ''; position: absolute; inset: 8px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,0.6);
  border-right-color: transparent; border-bottom-color: transparent;
  animation: spin 8s linear infinite;
}
.brand > span:last-child {
  display: inline-flex; flex-direction: column;
  justify-content: center; gap: 5px;
  font-size: 1.1rem; line-height: 1; white-space: nowrap;
}
.brand small {
  display: block;
  font-family: var(--sans); font-size: .6rem;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--muted); font-weight: 500;
  margin: 0; line-height: 1;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* Nav links: tight, equal-height items, no wrapping */
.nav-menu {
  display: flex; align-items: center;
  gap: 0; flex-wrap: nowrap; flex-shrink: 0;
}
.nav-menu a {
  position: relative;
  padding: 10px 12px; font-size: .85rem;
  color: var(--soft); font-weight: 500; letter-spacing: .01em;
  white-space: nowrap; line-height: 1;
  display: inline-flex; align-items: center;
  border-radius: 8px;
}
.nav-menu a::after {
  content: ''; position: absolute;
  left: 12px; right: 12px; bottom: 3px; height: 1px;
  background: var(--teal); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.nav-menu a:hover { color: var(--white); }
.nav-menu a:hover::after, .nav-menu a.active::after { transform: scaleX(1); }
.nav-menu a.active { color: var(--white); }

/* CTA inside nav: pill, vertically aligned with text links */
.nav-menu .nav-cta,
.nav-cta {
  margin-left: 14px;
  padding: 11px 18px;
  font-size: .74rem;
  letter-spacing: .12em;
  gap: 8px;
  border-radius: 999px;
  line-height: 1;
}
.nav-menu .nav-cta::after { display: none; }
.nav-menu .nav-cta.active { color: var(--charcoal); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 50%; background: transparent; cursor: pointer; position: relative; flex-shrink: 0; }
.burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--white); transition: transform .35s var(--ease), opacity .35s var(--ease), top .35s var(--ease); }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }
.burger.open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* Mobile menu is hidden on desktop and only painted at the mobile breakpoint */
.mobile-menu { display: none; }

/* Tighter spacing on mid-large screens before collapse */
@media (max-width: 1280px) {
  .nav-menu a { padding: 10px 10px; font-size: .82rem; }
  .nav-menu a::after { left: 10px; right: 10px; }
  .nav-menu .nav-cta, .nav-cta { margin-left: 10px; padding: 10px 16px; font-size: .72rem; }
  .brand > span:last-child { font-size: 1rem; }
  .brand small { font-size: .56rem; letter-spacing: .24em; }
}

/* Collapse to mobile menu — 9 links + CTA need room */
@media (max-width: 1180px) {
  .nav-menu, .nav-cta { display: none; }
  .burger { display: block; }
  .mobile-menu {
    display: flex;
    position: fixed; inset: 0; z-index: 99;
    background: linear-gradient(180deg, var(--charcoal) 0%, var(--midnight) 100%);
    transform: translateY(-100%); transition: transform .5s var(--ease);
    flex-direction: column; align-items: center; justify-content: center; gap: 18px;
    padding: 80px 24px;
  }
  .mobile-menu.open { transform: translateY(0); }
  .mobile-menu a { font-family: var(--serif); font-size: 1.6rem; color: var(--white); }
  .mobile-menu a.active { color: var(--teal); }
  .mobile-menu .btn { margin-top: 16px; }
}

/* === HERO === */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; isolation: isolate; padding: 140px 0 80px;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg video, .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 80% 30%, rgba(0, 194, 168, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(15,17,21,0.55) 0%, rgba(15,17,21,0.78) 60%, rgba(15,17,21,1) 100%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -1; opacity: .5; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
}
.hero-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.hero h1 { margin: 24px 0; }
.hero h1 .glow { color: var(--teal); }
.hero h1 .strike {
  display: inline-block; position: relative; color: rgba(255,255,255,0.55);
}
.hero h1 .strike::after {
  content: ''; position: absolute; left: -4%; right: -4%; top: 55%; height: 6px;
  background: var(--amber); transform: skewY(-3deg);
}
.hero p.lead { font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: var(--soft); max-width: 560px; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; gap: 36px; margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.hero-stats div h4 { font-family: var(--serif); font-size: 2.4rem; color: var(--teal); }
.hero-stats div span { font-size: .8rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); }

.hero-portrait {
  position: relative; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8);
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.hero-portrait::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 31, 58, 0.55) 100%);
  z-index: 1;
}
.hero-portrait .badge {
  position: absolute; left: 24px; bottom: 24px; z-index: 2;
  background: rgba(15,17,21,0.7); backdrop-filter: blur(10px);
  border: 1px solid var(--line-2); border-radius: 999px;
  padding: 12px 18px; display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
}
.hero-portrait .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px var(--teal-glow); animation: pulse 2s infinite; }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

.scroll-cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px; z-index: 2;
  font-size: .7rem; letter-spacing: .35em; text-transform: uppercase; color: var(--muted);
}
.scroll-cue .line { width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, var(--teal)); animation: cue 2.4s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-portrait { max-width: 480px; margin: 0 auto; }
  .scroll-cue { display: none; }
}

/* === Sections === */
.section { padding: var(--section-y) 0; position: relative; }
.section.tight { padding: clamp(60px, 8vw, 100px) 0; }
.section-head { max-width: 760px; margin-bottom: 64px; }
.section-head h2 { margin: 18px 0; }
.section-head p { font-size: 1.05rem; color: var(--muted); max-width: 620px; }
.section.center .section-head { margin-left: auto; margin-right: auto; text-align: center; }

/* Stage backgrounds — fear → understanding → freedom */
.stage-fear { background: linear-gradient(180deg, var(--charcoal) 0%, #08090C 100%); }
.stage-understanding { background: linear-gradient(180deg, #0A0E18 0%, var(--midnight) 100%); }
.stage-freedom { background: linear-gradient(180deg, var(--midnight) 0%, #1B3A5F 50%, #2C5680 100%); }

/* === Fear copy block === */
.fear-block { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.fear-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.fear-list li {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 22px; border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255,255,255,0.02); transition: transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease);
}
.fear-list li:hover { transform: translateX(6px); border-color: var(--line-2); background: rgba(255,255,255,0.04); }
.fear-list .num { font-family: var(--serif); font-size: 2rem; color: var(--amber); line-height: 1; min-width: 48px; }
.fear-list h4 { font-family: var(--sans); font-weight: 600; color: var(--white); margin-bottom: 4px; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.fear-list p { color: var(--muted); font-size: .95rem; }

@media (max-width: 900px) {
  .fear-block { grid-template-columns: 1fr; gap: 40px; }
}

/* === Phobia cards === */
.phobia-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.phobia-card {
  position: relative; border-radius: 20px; overflow: hidden;
  background: linear-gradient(180deg, var(--charcoal-2), var(--charcoal));
  border: 1px solid var(--line); padding: 36px 28px 32px;
  transition: transform .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);
  isolation: isolate; min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 24px;
}
.phobia-card::before {
  content: ''; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: radial-gradient(80% 60% at 50% 0%, var(--teal-glow), transparent 70%);
  transition: opacity .5s var(--ease);
}
.phobia-card:hover { transform: translateY(-6px); border-color: var(--teal); box-shadow: 0 30px 60px -30px var(--teal-glow); }
.phobia-card:hover::before { opacity: 1; }
.phobia-card .icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,194,168,0.1); border: 1px solid rgba(0,194,168,0.25);
  font-family: var(--serif); font-size: 1.4rem; color: var(--teal);
}
.phobia-card h3 { font-size: 1.35rem; margin-bottom: 8px; }
.phobia-card p { color: var(--muted); font-size: .94rem; }
.phobia-card .reveal {
  margin-top: 16px; max-height: 0; overflow: hidden;
  transition: max-height .6s var(--ease), opacity .4s var(--ease);
  opacity: 0; color: var(--teal); font-size: .88rem; letter-spacing: .12em; text-transform: uppercase;
}
.phobia-card:hover .reveal { max-height: 80px; opacity: 1; }

/* === Journey timeline === */
.journey {
  position: relative; padding-left: 40px;
}
.journey::before {
  content: ''; position: absolute; left: 16px; top: 14px; bottom: 14px; width: 1px;
  background: linear-gradient(to bottom, var(--amber), var(--teal));
}
.j-step {
  position: relative; padding-bottom: 64px;
}
.j-step:last-child { padding-bottom: 0; }
.j-step::before {
  content: ''; position: absolute; left: -32px; top: 8px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--charcoal); border: 2px solid var(--teal);
  box-shadow: 0 0 0 4px rgba(0,194,168,0.18);
}
.j-step .stage-tag {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; color: var(--amber);
  border: 1px solid rgba(245,166,35,0.4); margin-bottom: 12px;
}
.j-step h3 { margin-bottom: 8px; }
.j-step p { color: var(--muted); }

/* === Testimonials === */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testi {
  position: relative; padding: 40px 32px; border-radius: 20px;
  background: linear-gradient(180deg, rgba(0,194,168,0.06), rgba(11,31,58,0.4));
  border: 1px solid var(--line);
}
.testi::before {
  content: '“'; position: absolute; top: 4px; right: 24px; font-family: var(--serif);
  font-size: 6rem; color: var(--teal); opacity: .2; line-height: 1;
}
.testi p { color: var(--soft); font-size: 1.05rem; margin-bottom: 20px; line-height: 1.6; }
.testi .who { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.testi .who .av {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--teal), var(--amber));
  display: flex; align-items: center; justify-content: center; font-family: var(--serif);
  color: var(--charcoal); font-size: 1rem;
}
.testi .who h5 { color: var(--white); font-family: var(--sans); font-weight: 600; font-size: .95rem; margin: 0; }
.testi .who span { color: var(--muted); font-size: .82rem; }

/* === CTA Banner === */
.cta-banner {
  position: relative; border-radius: 28px; overflow: hidden; isolation: isolate;
  padding: clamp(48px, 7vw, 100px) clamp(28px, 5vw, 60px);
  background: linear-gradient(135deg, var(--midnight) 0%, var(--charcoal) 100%);
  border: 1px solid var(--line);
}
.cta-banner::before {
  content: ''; position: absolute; inset: -1px; z-index: -1;
  background: radial-gradient(60% 100% at 100% 0%, var(--teal-glow), transparent 60%),
              radial-gradient(60% 100% at 0% 100%, var(--amber-glow), transparent 60%);
  opacity: .8;
}
.cta-banner h2 { max-width: 800px; }
.cta-banner p { color: var(--soft); margin: 18px 0 32px; max-width: 640px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* === Footer === */
.footer {
  background: #06080B; color: var(--soft); padding: 80px 0 30px; border-top: 1px solid var(--line);
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.foot-grid h5 { color: var(--white); font-family: var(--sans); font-weight: 600; font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 18px; }
.foot-grid ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-grid ul a { color: var(--muted); font-size: .92rem; }
.foot-grid ul a:hover { color: var(--teal); }
.foot-brand p { color: var(--muted); margin-top: 16px; font-size: .92rem; max-width: 320px; }
.foot-contact p { color: var(--muted); font-size: .92rem; margin-bottom: 8px; }
.foot-contact a:hover { color: var(--teal); }

.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.socials a:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-2px); }
.socials svg { width: 16px; height: 16px; fill: var(--soft); transition: fill .35s var(--ease); }
.socials a:hover svg { fill: var(--charcoal); }

.foot-bottom {
  display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center;
  padding-top: 28px; border-top: 1px solid var(--line); font-size: .82rem; color: var(--muted);
}
.foot-bottom a { color: var(--teal); }

@media (max-width: 900px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .foot-grid { grid-template-columns: 1fr; }
}

/* === Page Hero (inner pages) === */
.page-hero {
  position: relative; padding: 200px 0 100px; isolation: isolate; overflow: hidden;
  background: linear-gradient(180deg, var(--charcoal) 0%, #060709 100%);
}
.page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1; opacity: .3;
  background:
    radial-gradient(40% 40% at 80% 20%, var(--teal-glow), transparent 60%),
    radial-gradient(40% 40% at 10% 80%, var(--amber-glow), transparent 60%);
}
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 5.2rem); margin: 18px 0 20px; max-width: 900px; }
.page-hero p { font-size: 1.1rem; color: var(--soft); max-width: 640px; }
.crumb { font-size: .8rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); }
.crumb a:hover { color: var(--teal); }
.crumb span { color: var(--teal); }

/* === Two-column content === */
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cols.flip { direction: rtl; }
.cols.flip > * { direction: ltr; }
.cols img, .cols .media { border-radius: 20px; overflow: hidden; }
.cols .media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 25%; }
@media (max-width: 900px) { .cols { grid-template-columns: 1fr; gap: 40px; } .cols.flip { direction: ltr; } }

/* === Stat grid === */
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 56px; }
.stat {
  padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.02);
  transition: border-color .4s var(--ease), transform .4s var(--ease);
}
.stat:hover { border-color: var(--teal); transform: translateY(-4px); }
.stat h4 { font-family: var(--serif); font-size: 2.6rem; color: var(--teal); margin-bottom: 6px; }
.stat p { color: var(--muted); font-size: .92rem; }

/* === Authority / About === */
.about-card {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: stretch;
  padding: clamp(28px, 4vw, 48px); border-radius: 28px; border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(0,194,168,0.06), rgba(11,31,58,0.5));
  position: relative; overflow: hidden;
}
.about-card .photo { aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; position: relative; }
.about-card .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.about-card h2 { margin-bottom: 18px; }
.about-card .creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.about-card .chip {
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-2);
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--soft); background: rgba(255,255,255,0.03);
}
@media (max-width: 900px) { .about-card { grid-template-columns: 1fr; } }

/* === Trigger flow visual === */
.flow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch;
}
.flow .node {
  position: relative; padding: 32px 28px; border-radius: 20px;
  background: linear-gradient(180deg, var(--charcoal-2), var(--charcoal));
  border: 1px solid var(--line);
}
.flow .node h3 { font-family: var(--sans); font-weight: 600; font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin-bottom: 8px; }
.flow .node p { color: var(--muted); font-size: .95rem; }
.flow .node .num { position: absolute; top: 20px; right: 24px; font-family: var(--serif); font-size: 2.4rem; color: var(--teal); opacity: .35; }
.flow .node.f1 { border-color: rgba(245,166,35,0.35); }
.flow .node.f2 { border-color: var(--line-2); }
.flow .node.f3 { border-color: rgba(0,194,168,0.5); background: linear-gradient(180deg, rgba(0,194,168,0.08), var(--charcoal)); }
@media (max-width: 800px) { .flow { grid-template-columns: 1fr; } }

/* === Myth / Truth === */
.myth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.myth-card { padding: 32px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.myth-card .label {
  display: inline-block; padding: 4px 10px; border-radius: 6px; font-size: .72rem;
  letter-spacing: .25em; text-transform: uppercase; margin-bottom: 12px; font-weight: 600;
}
.myth-card.myth .label { background: rgba(245,166,35,0.15); color: var(--amber); }
.myth-card.truth .label { background: rgba(0,194,168,0.15); color: var(--teal); }
.myth-card h4 { font-family: var(--sans); font-weight: 600; font-size: 1.05rem; color: var(--white); margin-bottom: 10px; }
.myth-card p { color: var(--muted); font-size: .94rem; }
@media (max-width: 700px) { .myth-grid { grid-template-columns: 1fr; } }

/* === FAQ === */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.02);
  overflow: hidden; transition: border-color .35s var(--ease);
}
.faq-item.open { border-color: var(--teal); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 24px 28px; cursor: pointer; font-family: var(--serif); font-size: 1.2rem; color: var(--white);
}
.faq-q .plus { width: 28px; height: 28px; flex-shrink: 0; position: relative; }
.faq-q .plus::before, .faq-q .plus::after {
  content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1.5px; background: var(--teal); transform: translateY(-50%);
  transition: transform .35s var(--ease);
}
.faq-q .plus::after { transform: translateY(-50%) rotate(90deg); }
.faq-item.open .plus::after { transform: translateY(-50%) rotate(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a-inner { padding: 0 28px 24px; color: var(--muted); }

/* === Forms === */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; }
.form-card { padding: clamp(28px, 4vw, 48px); border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(0,194,168,0.04), rgba(11,31,58,0.4)); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-row.single { grid-template-columns: 1fr; }
.form-row label {
  display: block; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px;
}
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 16px 18px; border-radius: 12px; border: 1px solid var(--line-2);
  background: rgba(255,255,255,0.03); color: var(--white); font-family: var(--sans); font-size: 1rem;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--teal); background: rgba(255,255,255,0.05); }
.form-row select option { background: var(--charcoal-2); color: var(--white); }
.form-status { margin-top: 14px; font-size: .9rem; color: var(--teal); min-height: 22px; }
@media (max-width: 800px) { .contact-grid, .form-row { grid-template-columns: 1fr; } }

.contact-block { padding: 32px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,0.02); margin-bottom: 16px; }
.contact-block h5 { font-family: var(--sans); font-weight: 600; font-size: .8rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.contact-block p, .contact-block a { color: var(--white); font-size: 1.05rem; }
.contact-block a:hover { color: var(--teal); }

/* === Gallery grid === */
.gallery {
  display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 180px; gap: 14px;
}
.gallery .tile {
  position: relative; overflow: hidden; border-radius: 16px; background: var(--charcoal-2);
  transition: transform .55s var(--ease);
}
.gallery .tile img, .gallery .tile video {
  width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .55s var(--ease);
}
.gallery .tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.55));
  opacity: 0; transition: opacity .4s var(--ease);
}
.gallery .tile:hover img { transform: scale(1.06); }
.gallery .tile:hover::after { opacity: 1; }
.gallery .tile .cap {
  position: absolute; left: 18px; bottom: 14px; z-index: 2; color: var(--white); font-size: .85rem;
  letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(10px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.gallery .tile:hover .cap { opacity: 1; transform: translateY(0); }

.gallery .t-w12 { grid-column: span 12; grid-row: span 2; }
.gallery .t-w8  { grid-column: span 8;  grid-row: span 2; }
.gallery .t-w6  { grid-column: span 6;  grid-row: span 2; }
.gallery .t-w4  { grid-column: span 4;  grid-row: span 2; }
.gallery .t-w3  { grid-column: span 3;  grid-row: span 2; }
.gallery .t-tall { grid-row: span 3; }

@media (max-width: 1000px) {
  .gallery { grid-template-columns: repeat(6, 1fr); }
  .gallery .t-w8, .gallery .t-w12 { grid-column: span 6; }
  .gallery .t-w6, .gallery .t-w4 { grid-column: span 6; }
  .gallery .t-w3 { grid-column: span 3; }
}
@media (max-width: 600px) {
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery > * { grid-column: span 1 !important; grid-row: span 1 !important; }
}

/* === Story cards (success stories) === */
.story-list { display: flex; flex-direction: column; gap: 24px; }
.story {
  display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 28px; align-items: center;
  padding: 36px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,0.02);
  transition: border-color .4s var(--ease);
}
.story:hover { border-color: var(--teal); }
.story .panel {
  padding: 22px 24px; border-radius: 14px; min-height: 160px; display: flex; flex-direction: column; justify-content: center;
}
.story .before { background: linear-gradient(180deg, rgba(245,166,35,0.08), rgba(15,17,21,0.7)); border: 1px solid rgba(245,166,35,0.3); }
.story .after  { background: linear-gradient(180deg, rgba(0,194,168,0.1), rgba(11,31,58,0.4)); border: 1px solid rgba(0,194,168,0.4); }
.story .panel small { font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 8px; }
.story .before small { color: var(--amber); }
.story .after small { color: var(--teal); }
.story .panel p { color: var(--soft); font-size: .98rem; }
.story .quote { padding-left: 24px; border-left: 2px solid var(--teal); }
.story .quote p { font-family: var(--serif); font-size: 1.4rem; color: var(--white); line-height: 1.4; margin-bottom: 12px; }
.story .quote span { font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

@media (max-width: 900px) { .story { grid-template-columns: 1fr; } }

/* === Reveal animations === */
.reveal-up { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal-up.in { opacity: 1; transform: translateY(0); }
.reveal-fade { opacity: 0; transition: opacity 1s var(--ease); }
.reveal-fade.in { opacity: 1; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }
.delay-4 { transition-delay: .48s; }

/* === Callout === */
.callout {
  padding: 32px; border-radius: 18px; border-left: 3px solid var(--amber);
  background: rgba(245, 166, 35, 0.06);
}
.callout p { color: var(--soft); font-size: 1.05rem; }

/* === Marquee word band === */
.word-band {
  display: flex; gap: 60px; padding: 36px 0; overflow: hidden; white-space: nowrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
}
.word-track { display: inline-flex; gap: 60px; animation: scroll 32s linear infinite; }
.word-band span { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 3rem); color: var(--white); }
.word-band span em { color: var(--teal); font-style: italic; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* === Selection === */
::selection { background: var(--teal); color: var(--charcoal); }

/* === Helpers === */
.center-text { text-align: center; }
.muted { color: var(--muted); }
.divider { height: 1px; background: var(--line); margin: 28px 0; }
