/* =========================================================
   AURIKA PHARMA — The Gold Standard of Care
   Shared design system
   Palette: Navy #104878 · Teal #289890 · Gold #C9A24B · Cream #FBF7EF
   ========================================================= */

/* ---------- PP Neue Montreal (self-hosted) ----------
   Drop your LICENSED files into  assets/fonts/  with these names.
   Until then, the site automatically falls back to Switzer (free lookalike). */
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../assets/fonts/PPNeueMontreal-Book.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../assets/fonts/PPNeueMontreal-Italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../assets/fonts/PPNeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../assets/fonts/PPNeueMontreal-MediumItalic.woff2") format("woff2");
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../assets/fonts/PPNeueMontreal-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --navy:        #104878;
  --navy-deep:   #0a2f50;
  --navy-ink:    #07223b;
  --teal:        #289890;
  --teal-soft:   #e2f1ef;
  --gold:        #c9a24b;
  --gold-soft:   #ece0c4;
  --cream:       #fbf7ef;
  --cream-2:     #f4ecdd;
  --paper:       #ffffff;
  --ink:         #102a40;  /* dark navy (text) */
  --muted:       #5c7488;  /* muted navy (secondary text) */

  /* Type system — Be Vietnam Pro (all titles) · Inter (body + labels). No serif, no italic. */
  --serif: "Be Vietnam Pro", "Inter", system-ui, -apple-system, sans-serif; /* titles / headlines */
  --sans:  "Inter", system-ui, -apple-system, sans-serif; /* body / UI */
  --mono:  "Inter", system-ui, -apple-system, sans-serif; /* eyebrows / labels */
  --accent-serif: "Be Vietnam Pro", "Inter", system-ui, -apple-system, sans-serif; /* accent words (non-italic) */

  --container: 1500px;
  --gutter: clamp(20px, 3.5vw, 60px);
  --container-narrow: 1080px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 34px;
  --r-xl: 44px;
  --r-pill: 999px;

  --shadow-soft: 0 24px 60px -34px rgba(16,72,120,0.30);
  --shadow-card: 0 18px 50px -38px rgba(16,72,120,0.45);
  --line: rgba(16,72,120,0.10);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--sans);
  background: #fff;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv01";
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: var(--gold); color: #fff; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.06; letter-spacing: -0.02em; color: var(--navy); }
/* never render italics anywhere */
em, i, .serif-it, address, cite, dfn { font-style: normal; }
.display {
  font-size: clamp(2.6rem, 6.6vw, 5.6rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
/* Italic accent words use the soft optical serif */
.serif-it {
  font-family: var(--accent-serif);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.005em;
  font-size: 1.08em;
}
.h-xl { font-size: clamp(2.1rem, 4.6vw, 4rem); }
.h-lg { font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
.h-md { font-size: clamp(1.35rem, 2vw, 1.85rem); }

.eyebrow {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow.center::before { display: none; }

.lead { font-size: clamp(1.05rem, 1.5vw, 1.35rem); color: var(--muted); line-height: 1.55; }
.muted { color: var(--muted); }

/* consistent, tidy line-breaking across the site */
h1, h2, h3, h4, .display, .h-xl, .h-lg, .h-md, .s-big, .lede, .hero-title, .hs2-stmt-text, .vstmt-text { text-wrap: balance; }
p, .lead, blockquote { text-wrap: pretty; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(54px, 6.5vw, 100px); position: relative; }
.section-sm { padding-block: clamp(50px, 7vw, 90px); }
.grid { display: grid; gap: clamp(24px, 4vw, 56px); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .cols-4.keep-2, .cols-3.keep-2 { grid-template-columns: 1fr 1fr; }
}

.bg-cream { background: #fff; }
.bg-paper { background: var(--paper); }
.bg-cream2 { background: #fff; }
/* inner pages: alternate light sections with a soft grey so adjacent sections read apart */
body.dark-hero .bg-cream,
body.dark-hero .bg-cream2 { background: #f7f7f7; }
.bg-navy { background: var(--navy); color: #fff; }
.bg-teal-soft { background: var(--teal-soft); }
.text-gold { color: var(--gold); }
.text-teal { color: var(--teal); }
.text-navy { color: var(--navy); }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  padding: 1.05em 1.7em;
  border-radius: var(--r-pill);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  overflow: hidden;
  isolation: isolate;
  transition: color .4s var(--ease), transform .4s var(--ease);
  will-change: transform;
}
.btn .arr { transition: transform .4s var(--ease); }
.btn:hover .arr { transform: translateX(5px); }
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  border-radius: inherit; transform: scale(1, 1);
  transition: transform .5s var(--ease), background .4s var(--ease);
}
.btn-primary { color: #fff; }
.btn-primary::after { background: var(--navy); }
.btn-primary:hover { color: #fff; }
.btn-primary:hover::after { background: var(--teal); }
.btn-gold { color: var(--navy-ink); }
.btn-gold::after { background: var(--gold); }
.btn-gold:hover::after { background: #d8b768; }
.btn-white { color: var(--navy-ink); }
.btn-white::after { background: #fff; }
.btn-white:hover { color: var(--navy-ink); transform: translateY(-3px); }
.btn-white:hover::after { background: #f1ece1; }
.btn--sm { padding: 0.72em 1.35em; font-size: 0.82rem; }
.btn-ghost { color: var(--navy); border: 1px solid rgba(16,72,120,0.28); }
.btn-ghost::after { background: var(--navy); transform: translateY(101%); }
.btn-ghost:hover { color: #fff; }
.btn-ghost:hover::after { transform: translateY(0); }
.btn-ghost-light { color: #fff; border: 1px solid rgba(255,255,255,0.3); }
.btn-ghost-light::after { background: var(--gold); transform: translateY(101%); }
.btn-ghost-light:hover { color: var(--navy-ink); }
.btn-ghost-light:hover::after { transform: translateY(0); }

.link-underline {
  position: relative; font-weight: 600; padding-bottom: 2px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px; background-repeat: no-repeat; background-position: 0 100%;
  transition: background-size .45s var(--ease);
}
.link-underline:hover { background-size: 100% 1px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  padding: 18px 0;
  background: transparent;
  transition: padding .5s var(--ease), transform .5s var(--ease);
}
.site-header.scrolled { padding: 14px 0; }
/* hide when scrolling down, reveal when scrolling up */
.site-header.hide { transform: translateY(-135%); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  border-radius: var(--r-pill);
  transition: background .45s var(--ease), box-shadow .45s var(--ease), padding .45s var(--ease);
}
/* on scroll the nav floats as a white pill */
.site-header.scrolled .nav {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px) saturate(1.5);
  padding: 9px 12px 9px 22px;
  box-shadow: 0 20px 46px -26px rgba(7,34,59,0.45), 0 2px 10px -6px rgba(7,34,59,0.18);
}
/* homepage: header sits over the dark video → white logo/nav/button at the top */
body.home .site-header:not(.scrolled) .brand { color: #fff; }
body.home .site-header:not(.scrolled) .nav-links a { color: #fff; }
body.home .site-header:not(.scrolled) .logo-img { filter: brightness(0) invert(1); }
body.home .site-header:not(.scrolled) .nav-cta .btn-primary { color: var(--navy-ink); }
body.home .site-header:not(.scrolled) .nav-cta .btn-primary::after,
body.home .site-header:not(.scrolled) .nav-cta .btn-primary:hover::after { background: #fff; }
/* hamburger must read on the dark hero too (home + inner dark-hero pages) */
body.home .site-header:not(.scrolled) .nav-toggle,
body.dark-hero .site-header:not(.scrolled) .nav-toggle { border-color: rgba(255,255,255,0.45); }
body.home .site-header:not(.scrolled) .nav-toggle span,
body.dark-hero .site-header:not(.scrolled) .nav-toggle span { background: #fff; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: -0.03em; color: var(--navy); }
.brand .mark {
  width: 34px; height: 34px; flex: none;
  display: grid; place-items: center;
}
.brand b { font-weight: 560; }
.brand .tag { font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); display: block; line-height: 1; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.nav-links a {
  font-size: 0.93rem; font-weight: 500; color: var(--navy-ink);
  position: relative; padding: 6px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1.5px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .4s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(16,72,120,0.2); flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 18px; height: 1.6px; background: var(--navy); transition: transform .4s var(--ease), opacity .3s; }
@media (max-width: 940px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 8px;
    position: absolute; top: calc(100% + 8px); right: var(--gutter); left: var(--gutter);
    background: var(--paper); padding: 22px; border-radius: var(--r-md);
    box-shadow: 0 24px 60px rgba(7,34,59,0.16);
  }
  .nav-links.open a { font-size: 1.1rem; }
  /* the dropdown panel is always white — keep links dark even on home/dark-hero
     pages where the over-video nav links are otherwise white (invisible here) */
  .nav-links.open a { color: var(--navy-ink) !important; }
}

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--navy-ink); color: var(--cream);
  display: grid; place-items: center;
}
.preloader .pre-inner { text-align: center; overflow: hidden; }
.preloader .pre-word { font-family: var(--serif); font-size: clamp(2.4rem, 7vw, 5rem); display: block; }
.preloader .pre-sub { font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold); margin-top: 14px; }
.preloader .pre-count { position: absolute; bottom: 7vh; right: var(--gutter); font-family: var(--serif); font-size: clamp(3rem, 9vw, 7rem); color: rgba(201,162,75,0.85); }
.preloader .pre-bar { position: absolute; bottom: 0; left: 0; height: 3px; background: var(--gold); width: 0%; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(150px, 20vh, 230px); padding-bottom: clamp(60px, 9vw, 120px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(30px, 5vw, 70px); align-items: end; }
@media (max-width: 1000px){ .hero-grid { grid-template-columns: 1fr; } }
.hero .display { color: var(--navy); }
.hero .display .ln { display: block; overflow: hidden; }
.hero .display .ln > span { display: block; }
.hero-aside { padding-bottom: 10px; }
.hero-visual {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4/5; background: var(--navy);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-figtag {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  background: rgba(7,34,59,0.55); backdrop-filter: blur(8px);
  color: #fff; padding: 14px 18px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 0.82rem;
}

/* ---- Card hero: full-screen video pinned behind; content scrolls up over it ---- */
.hero--card {
  position: fixed; top: 0; left: 0; width: 100%;
  height: 100vh; min-height: 100vh; z-index: 0; background: var(--navy-deep);
}
/* full-bleed video card (no inset) */
.hero-card {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end;
  border-radius: 0; overflow: hidden; background: var(--navy-deep);
}
/* transparent spacer that reserves the first viewport so the fixed hero shows first */
.hero-spacer { height: 100vh; }
/* everything after the hero scrolls up OVER the fixed hero */
main > section:not(.hero--card),
.site-footer { position: relative; z-index: 1; }
.hero-video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
}
/* keep the video clear at the top; darken only toward the bottom so the text reads */
.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,47,80,0.5) 0%, rgba(10,47,80,0.42) 35%, rgba(10,47,80,0.44) 65%, rgba(10,47,80,0.6) 100%);
}
.hero-card-content {
  position: relative; z-index: 2; max-width: 940px;
  padding: clamp(26px, 4vw, 60px);
  padding-bottom: clamp(56px, 7vw, 110px);
  display: flex; flex-direction: column; gap: clamp(18px, 1.9vw, 30px);
}
.hero-title {
  font-family: "Be Vietnam Pro", var(--serif);
  font-weight: 300; color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.06; letter-spacing: -0.045em;
}
.hero-title .ln { display: block; overflow: hidden; }
.hero-title .ln > span { display: block; }
/* keep the intended two-line break on tablet/desktop; allow natural wrap on phones */
@media (min-width: 721px){ .hero-title .ln > span { white-space: nowrap; } }
.hero-sub {
  font-family: var(--sans); color: rgba(255,255,255,0.86);
  font-size: clamp(1rem, 1.05vw, 1.1rem); line-height: 1.5; max-width: 48ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 6px; }
/* frosted secondary button (over video) */
.btn-cream { color: var(--navy); backdrop-filter: blur(18px); }
.btn-cream::after { background: rgba(255,255,245,0.9); }
.btn-cream:hover { color: var(--navy-ink); }
.btn-cream:hover::after { background: #ffffff; }
/* On touch devices the hero scrolls normally instead of staying pinned: the
   fixed/pinned video otherwise shows through the gaps between sections while
   scrolling. It also fills the screen edge-to-edge (no inset crop). */
@media (max-width: 900px){
  .hero--card { position: relative; height: 100svh; min-height: 100svh; z-index: 0; }
  .hero-spacer { display: none; }
  .hero-card { position: absolute; inset: 0; top: 0; right: 0; bottom: 0; left: 0; border-radius: 0; }
  .hero-scrim {
    background: linear-gradient(180deg, rgba(10,47,80,0.54) 0%, rgba(10,47,80,0.46) 38%, rgba(10,47,80,0.48) 66%, rgba(10,47,80,0.64) 100%);
  }
}

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; padding: 26px 0; border-block: 1px solid rgba(16,72,120,0.14); }
.marquee.on-navy { border-color: rgba(255,255,255,0.14); }
.marquee-track { display: flex; gap: 60px; width: max-content; will-change: transform; }
.marquee-item { display: inline-flex; align-items: center; gap: 60px; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.4rem); color: var(--navy); white-space: nowrap; }
.marquee.on-navy .marquee-item { color: rgba(255,255,255,0.92); }
.marquee-item .dot { color: var(--gold); font-size: 0.7em; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid rgba(16,72,120,0.14); border-radius: var(--r-lg); overflow: hidden; background: var(--paper); }
@media (max-width: 760px){ .stats { grid-template-columns: 1fr 1fr; } }
.stat { padding: clamp(26px, 4vw, 46px) clamp(20px, 3vw, 34px); border-right: 1px solid rgba(16,72,120,0.1); position: relative; }
.stat:last-child { border-right: none; }
@media (max-width: 760px){ .stat:nth-child(2n){ border-right: none; } .stat:nth-child(-n+2){ border-bottom: 1px solid rgba(16,72,120,0.1);} }
.stat .num { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 4.5vw, 3.6rem); color: var(--teal); line-height: 1; letter-spacing: -0.04em; }
.stat .num .unit { color: var(--gold); }
.stat .lbl { margin-top: 12px; font-size: 0.82rem; letter-spacing: 0.04em; color: var(--muted); }
.stats.on-navy { background: var(--navy); border-color: rgba(255,255,255,0.14); }
.stats.on-navy .stat { border-color: rgba(255,255,255,0.12); }
.stats.on-navy .num { color: var(--gold); }
.stats.on-navy .lbl { color: rgba(255,255,255,0.7); }

/* ---------- Cards ---------- */
.feature-card {
  background: var(--paper); border-radius: var(--r-lg); padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(16,72,120,0.08);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s;
  position: relative; overflow: hidden;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(7,34,59,0.3); border-color: rgba(201,162,75,0.4); }
.feature-card .idx { font-family: var(--serif); font-size: 0.95rem; color: var(--gold); }
.feature-card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal); margin-bottom: 22px; }
.feature-card .ic svg { width: 26px; height: 26px; }
.feature-card h3 { color: var(--navy); margin-bottom: 12px; font-size: 1.4rem; }
.feature-card p { color: var(--muted); font-size: 1rem; }

/* value / list rows */
.row-list { border-top: 1px solid rgba(16,72,120,0.14); }
.row-item {
  display: grid; grid-template-columns: 60px 1fr 1.3fr; gap: 24px; align-items: start;
  padding: clamp(26px,3.5vw,44px) 0; border-bottom: 1px solid rgba(16,72,120,0.14);
  transition: padding-left .5s var(--ease);
}
.row-item:hover { padding-left: 14px; }
.row-item .ri-idx { font-family: var(--serif); color: var(--gold); font-size: 1.1rem; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.row-item .ri-ic { width: 32px; height: 32px; color: var(--teal); flex: none; }
.row-item h3 { color: var(--navy); font-size: clamp(1.4rem, 2.4vw, 2rem); }
.row-item p { color: var(--muted); }
@media (max-width: 760px){ .row-item { grid-template-columns: 1fr; gap: 10px; } .row-item .ri-idx { flex-direction: row; align-items: center; gap: 12px; } }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
@media (max-width: 900px){ .split { grid-template-columns: 1fr; } }
.media {
  position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5/4; background: var(--navy-deep);
}
.media img { width: 100%; height: 112%; object-fit: cover; }
.media.reveal-clip img { transform: scale(1.2); }

/* pill chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: var(--r-pill);
  background: var(--paper); border: 1px solid rgba(16,72,120,0.14);
  font-size: 0.92rem; font-weight: 500; color: var(--navy-ink);
  transition: background .4s var(--ease), color .4s, border-color .4s, transform .4s;
}
.chip::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-3px); }
.chip:hover::before { background: var(--gold); }

/* ---- Therapeutic Range — fixed dark lab background, light text ---- */
#therapeutic {
  position: relative; isolation: isolate;
  min-height: 100vh; display: flex; align-items: center;
  background-image: url("../assets/therapeutic-bg.jpg");
  background-size: cover; background-position: center; background-attachment: fixed;
  background-color: var(--navy-ink);
}
#therapeutic > .container { width: 100%; }
#therapeutic::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(110deg, rgba(4,12,22,0.86) 0%, rgba(4,12,22,0.6) 45%, rgba(4,12,22,0.32) 100%);
}
#therapeutic > .container { position: relative; z-index: 1; }
#therapeutic .ed-statement { color: #fff; }
#therapeutic .muted { color: rgba(255,255,255,0.82); }
#therapeutic .eyebrow { color: rgba(255,255,255,0.7); }
#therapeutic .ed-link { color: #fff; }
/* glass chips on the dark image */
#therapeutic .chip {
  background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.3); color: #fff;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
#therapeutic .chip::before { background: var(--gold); }
#therapeutic .chip:hover { background: #fff; color: var(--navy-ink); border-color: #fff; }
#therapeutic .chip:hover::before { background: var(--teal); }
@media (max-width: 860px){
  #therapeutic { background-attachment: scroll; }
}

/* ---- Stacking cards (sticky scroll — 2nd slides over 1st) ---- */
.stack { position: relative; z-index: 1; background: #fff; padding-top: clamp(48px, 7vw, 100px); }
.stack-card {
  position: sticky;
  margin-inline: clamp(16px, 4vw, 80px);
  border-radius: var(--r-lg); overflow: hidden;
  min-height: 64vh; display: flex; align-items: center;
  padding: clamp(28px, 3.4vh, 48px) clamp(24px, 2.6vw, 44px);
}
.stack-card > .container { width: 100%; }
.stack-card:nth-child(1) { top: clamp(64px, 9vh, 100px); background: #f7f7f7; }
.stack-card:nth-child(2) { top: clamp(86px, 12vh, 132px); background: #f7f7f7; }
/* full-height image inside each card */
.stack-card .split { align-items: stretch; }
.stack-card .media { aspect-ratio: auto; min-height: clamp(240px, 44vh, 420px); }
@media (max-width: 900px){
  .stack-card { position: static; min-height: auto; margin-block: 10px; }
  .stack-card .split { align-items: center; }
  .stack-card .media { aspect-ratio: 5 / 4; min-height: 0; }
}

/* ---------- Quote band ---------- */
.quote-band {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: var(--r-lg); color: #fff;
  background: url("../assets/cta-bg.jpg") center / cover no-repeat;
  background-color: var(--navy-deep);
  min-height: clamp(460px, 54vw, 640px);
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: clamp(44px, 6vw, 96px);
}
/* frosted-glass panel over the left half — text sits here; right half stays clear */
.quote-band::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  width: min(680px, 64%);
  background: linear-gradient(105deg, rgba(7,24,42,0.64) 0%, rgba(7,24,42,0.44) 58%, rgba(7,24,42,0.12) 100%);
  backdrop-filter: blur(16px) saturate(1.15); -webkit-backdrop-filter: blur(16px) saturate(1.15);
  -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 100%);
          mask-image: linear-gradient(to right, #000 60%, transparent 100%);
}
.quote-band > * { position: relative; z-index: 2; }
@media (max-width: 760px){
  .quote-band::before { width: 100%; mask-image: none; -webkit-mask-image: none;
    background: linear-gradient(to top, rgba(7,24,42,0.7), rgba(7,24,42,0.4)); }
}
.quote-band .qmark { position: absolute; top: -20px; right: 30px; font-family: var(--serif); font-size: 16rem; color: rgba(201,162,75,0.16); line-height: 1; }
.quote-band blockquote { font-family: var(--serif); font-size: clamp(1.6rem, 3.4vw, 3rem); line-height: 1.12; font-weight: 300; letter-spacing: -0.035em; max-width: 18ch; position: relative; }
.quote-band .qby { margin-top: 26px; color: var(--gold); font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding-top: clamp(150px, 20vh, 220px); padding-bottom: clamp(40px, 6vw, 80px); }
.page-hero .display { color: var(--navy); max-width: 16ch; }
.hero-banner { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/6; margin-top: clamp(34px,5vw,64px); background: var(--navy-deep); box-shadow: 0 40px 80px -50px rgba(7,34,59,0.5); }
.hero-banner img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18); }
@media (max-width: 700px){ .hero-banner { aspect-ratio: 4/3; } }

/* ---------- Immersive internal-page hero (image + overlaid text) ---------- */
.ihero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: clamp(540px, 82vh, 860px);
  display: flex; align-items: flex-end;
  background: var(--navy-deep);
}
.ihero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.ihero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(7,34,59,0.45) 0%, rgba(7,34,59,0.18) 38%, rgba(7,24,42,0.82) 100%);
}
.ihero-inner {
  position: relative; z-index: 2; width: 100%;
  padding-top: clamp(140px, 20vh, 220px); padding-bottom: clamp(48px, 7vw, 96px);
}
.ihero .breadcrumbs { color: rgba(255,255,255,0.65); margin-bottom: clamp(20px, 2.4vw, 32px); }
.ihero .breadcrumbs a:hover { color: var(--gold); }
.ihero .eyebrow { color: rgba(255,255,255,0.78); }
.ihero-title {
  font-family: var(--serif); font-weight: 300; color: #fff;
  font-size: clamp(2.4rem, 6vw, 5rem); line-height: 1.05; letter-spacing: -0.04em;
  max-width: 18ch; margin-top: clamp(16px, 1.8vw, 24px);
}
.ihero-sub {
  font-family: var(--sans); color: rgba(255,255,255,0.84);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.55;
  max-width: 48ch; margin-top: clamp(16px, 1.8vw, 24px);
}

/* dark-hero pages: white header over the image until scrolled (mirrors the home) */
body.dark-hero .site-header:not(.scrolled) .brand,
body.dark-hero .site-header:not(.scrolled) .nav-links a { color: #fff; }
body.dark-hero .site-header:not(.scrolled) .logo-img { filter: brightness(0) invert(1); }
body.dark-hero .site-header:not(.scrolled) .nav-cta .btn-primary { color: var(--navy-ink); }
body.dark-hero .site-header:not(.scrolled) .nav-cta .btn-primary::after,
body.dark-hero .site-header:not(.scrolled) .nav-cta .btn-primary:hover::after { background: #fff; }
.breadcrumbs { font-size: 0.82rem; color: var(--muted); margin-bottom: 26px; display: flex; gap: 8px; }
.breadcrumbs a:hover { color: var(--teal); }

/* ---------- Process timeline (manufacturing) ---------- */
.timeline { position: relative; }
.timeline .tl-item {
  display: grid; grid-template-columns: 120px 1fr; gap: clamp(20px,4vw,50px);
  padding: clamp(26px,3.5vw,46px) 0; border-bottom: 1px solid rgba(16,72,120,0.14); align-items: start;
}
.timeline .tl-item:first-child { border-top: 1px solid rgba(16,72,120,0.14); }
.timeline .tl-step { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem,4vw,3.4rem); color: var(--gold); line-height: 1; letter-spacing: -0.03em; }
.timeline h3 { color: var(--navy); font-size: clamp(1.4rem,2.2vw,1.9rem); margin-bottom: 10px; }
.timeline p { color: var(--muted); max-width: 60ch; }
@media (max-width:700px){ .timeline .tl-item { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(34px,5vw,70px); align-items: start; }
@media (max-width: 940px){ .contact-grid { grid-template-columns: 1fr; } }
.info-row { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(16,72,120,0.14); }
.info-row:first-child { border-top: 1px solid rgba(16,72,120,0.14); }
.info-row .il { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); min-width: 150px; padding-top: 4px; font-weight: 600; }
.info-row .iv { color: var(--navy-ink); font-size: 1.05rem; }
.info-row .iv a:hover { color: var(--teal); }

.form-card { background: var(--paper); border-radius: var(--r-lg); padding: clamp(26px,4vw,48px); border: 1px solid rgba(16,72,120,0.1); }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; font: inherit; font-size: 1rem;
  border: 1px solid rgba(16,72,120,0.2); border-radius: var(--r-sm);
  background: #fff; color: var(--ink); transition: border-color .3s, background .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width:600px){ .field-2 { grid-template-columns: 1fr; } }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.86rem; color: var(--muted); margin-bottom: 22px; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--teal); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-ink); color: rgba(255,255,255,0.82); padding-top: clamp(70px, 9vw, 130px); position: relative; overflow: hidden; }
.footer-cta { text-align: center; padding-bottom: clamp(60px,8vw,110px); border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-cta h2 { color: #fff; font-weight: 300; font-size: clamp(2.4rem, 6vw, 5.5rem); line-height: 1.06; letter-spacing: -0.04em; margin-bottom: 28px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-block: clamp(50px,6vw,80px); }
@media (max-width: 900px){ .footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .footer-main { grid-template-columns: 1fr; } }
.footer-col h4 { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; font-weight: 600; }
.footer-col a { display: block; padding: 7px 0; color: rgba(255,255,255,0.7); transition: color .3s, transform .3s; }
.footer-col a:hover { color: #fff; transform: translateX(4px); }
.footer-brand .brand { color: #fff; }
.footer-brand .brand .mark svg .pill-a { fill: #fff; }
.footer-brand p { color: rgba(255,255,255,0.6); max-width: 34ch; margin-top: 18px; font-size: 0.96rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-block: 28px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.84rem; color: rgba(255,255,255,0.55); }
.footer-watermark { font-family: var(--serif); font-size: clamp(4rem, 22vw, 20rem); line-height: 0.8; text-align: center; color: rgba(255,255,255,0.04); letter-spacing: -0.04em; margin-top: 30px; pointer-events: none; user-select: none; }

/* ---------- Reveal animation base (fallback if JS off) ---------- */
.reveal { opacity: 1; }
.split-line { display: block; }

/* anim helpers used by GSAP */
[data-anim] { will-change: transform, opacity; }

/* ---------- Cursor ---------- */
.cursor-dot { position: fixed; top: 0; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); mix-blend-mode: normal; }
.cursor-ring { position: fixed; top: 0; left: 0; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(16,72,120,0.4); pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: width .3s, height .3s, background .3s, border-color .3s; }
.cursor-ring.hover { width: 64px; height: 64px; background: rgba(201,162,75,0.12); border-color: var(--gold); }
@media (max-width: 1024px), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* molecule deco */
.deco-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.5; pointer-events: none; z-index: 0; display: none; }
.section > .container, .hero > .container,
.statement > .container, .statement > .marquee { position: relative; z-index: 1; }

/* misc */
.maxw-prose { max-width: 60ch; }
.mt-s { margin-top: 18px; } .mt-m { margin-top: 30px; } .mt-l { margin-top: 50px; }
.mb-s { margin-bottom: 18px; } .mb-m { margin-bottom: 30px; } .mb-l { margin-bottom: 56px; }
.center { text-align: center; }
.flex-btns { display: flex; flex-wrap: wrap; gap: 16px; }
.badge-note { display:inline-block; font-size: 0.82rem; color: var(--muted); background: var(--gold-soft); padding: 10px 16px; border-radius: var(--r-sm); border-left: 3px solid var(--gold); }

/* ============================================================
   VISUAL LIFE LAYER — texture · motion · depth
   ============================================================ */

/* Logo image (replaces SVG mark) */
.brand .logo-img { height: 58px; width: auto; display: block; transition: height .45s var(--ease), filter .4s; }
.site-header.scrolled .brand .logo-img { height: 48px; }
.logo-img--light { filter: brightness(0) invert(1); opacity: 0.96; }
@media (max-width: 600px){ .brand .logo-img { height: 44px; } }

/* Film grain removed for a cleaner, softer surface */

/* Scroll progress */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 9995; background: linear-gradient(90deg, var(--teal), var(--gold)); box-shadow: 0 0 12px rgba(201,162,75,0.5); }

/* Drifting gradient blobs (continuous life) */
.deco-blob { animation: drift 16s ease-in-out infinite alternate; }
.deco-blob:nth-of-type(2) { animation-duration: 22s; animation-delay: -6s; }
@keyframes drift {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(36px,-34px) scale(1.18); }
}

/* Animated mesh behind hero */
.hero::before {
  content: ""; position: absolute; inset: -10%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(40% 50% at 18% 25%, rgba(40,152,144,0.16), transparent 60%),
    radial-gradient(35% 45% at 82% 30%, rgba(201,162,75,0.18), transparent 60%),
    radial-gradient(45% 55% at 60% 90%, rgba(16,72,120,0.12), transparent 60%);
  animation: mesh 18s ease-in-out infinite alternate;
}
@keyframes mesh {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(-3%,2%) scale(1.12); }
}

/* Floating capsule / pill shapes */
.floaty { position: absolute; z-index: 0; pointer-events: none; opacity: 0.92; will-change: transform; }
.floaty svg { display: block; filter: drop-shadow(0 18px 30px rgba(7,34,59,0.12)); }
.floaty.f1 { animation: floatA 9s ease-in-out infinite; }
.floaty.f2 { animation: floatB 11s ease-in-out infinite; }
.floaty.f3 { animation: floatA 13s ease-in-out infinite reverse; }
@keyframes floatA { 0%,100%{ transform: translateY(0) rotate(0deg);} 50%{ transform: translateY(-26px) rotate(10deg);} }
@keyframes floatB { 0%,100%{ transform: translateY(0) rotate(0deg);} 50%{ transform: translateY(22px) rotate(-12deg);} }

/* Heartbeat pulse divider (Healing With Trust motif) */
.pulse-divider { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 0; color: var(--teal); }
.pulse-divider svg { width: min(440px, 70vw); height: 46px; }
.pulse-divider .pulse-path { stroke: var(--teal); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 14 10; animation: ecg 1.1s linear infinite; }
@keyframes ecg { to { stroke-dashoffset: -48; } }
.pulse-divider .heart { fill: var(--gold); }

/* Card upgrades: top accent + icon flip + sheen */
.feature-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease);
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-card .ic { transition: transform .55s var(--ease), background .45s, color .45s; }
.feature-card:hover .ic { transform: rotate(-8deg) scale(1.1); background: var(--gold); color: #fff; }
.feature-card .idx, .feature-card h3, .feature-card p { position: relative; }

/* Chip shimmer accent already animated via hover */
.chip { will-change: transform; }

/* Magnetic buttons get smoother spring */
.btn { will-change: transform; }

/* Kinetic statement (full-bleed dark) */
.statement { background: var(--navy-ink); color: #fff; position: relative; overflow: hidden; padding-block: clamp(70px,9vw,130px); }
.statement .deco-blob { opacity: 0.4; }
.statement .s-big {
  font-family: var(--serif); font-weight: 500; max-width: 20ch;
  font-size: clamp(2.2rem, 5.2vw, 4.6rem); line-height: 1.02; letter-spacing: -0.03em; color: #fff;
}
.statement .s-big em { font-style: normal; font-weight: 500; }
.statement .s-sub { max-width: 52ch; color: rgba(255,255,255,0.72); margin-top: 30px; }

/* ---- Our Promise — science / frosted glass card over pills ---- */
/* full-screen section; original pills photo fixed in the background (reveals as you scroll in) */
.science {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: 100vh; display: flex; align-items: center;
  padding-block: clamp(40px, 6vw, 80px);
  background-image: url("../assets/science-bg.jpg");
  background-size: cover; background-position: center; background-attachment: fixed;
  background-color: var(--navy-ink);
}
.science > .container { position: relative; z-index: 2; width: 100%; }
.science-card {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(34px, 4.6vw, 76px);
  min-height: clamp(560px, 70vw, 800px);
  /* dark glassmorphism */
  background: rgba(7, 24, 42, 0.55);
  backdrop-filter: blur(24px) saturate(1.2); -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 50px 100px -50px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.16);
}
.science-copy { position: relative; z-index: 2; }
.science-badge {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: #fff; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.45);
  border-radius: var(--r-pill); padding: 9px 18px; backdrop-filter: blur(4px);
}
.science-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.science-head {
  font-family: var(--serif); font-weight: 300; color: #fff;
  font-size: clamp(2.1rem, 4.2vw, 3.6rem); line-height: 1.07; letter-spacing: -0.035em;
  margin: clamp(22px, 2.2vw, 30px) 0 clamp(16px, 1.6vw, 22px); max-width: 16ch;
}
.science-sub {
  font-family: var(--sans); color: rgba(255,255,255,0.82);
  font-size: clamp(1rem, 1.1vw, 1.12rem); line-height: 1.6; max-width: 46ch;
  margin-bottom: clamp(26px, 2.6vw, 36px);
}
/* frosted-glass orbs — the three pillars, built from the same glass material so they blend */
.science-orbs {
  position: relative; z-index: 2; justify-self: center; align-self: center;
  width: 100%; max-width: clamp(300px, 33vw, 470px); aspect-ratio: 1 / 1;
}
.orb {
  position: absolute; display: grid; place-items: center; text-align: center; border-radius: 50%;
  color: #fff; font-family: var(--serif); font-weight: 400;
  font-size: clamp(0.82rem, 1vw, 1.05rem); line-height: 1.16; letter-spacing: -0.01em;
  /* dark glassmorphism */
  background: radial-gradient(circle at 34% 26%, rgba(255,255,255,0.16), rgba(7,24,42,0.34) 70%);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow:
    inset 0 2px 12px rgba(255,255,255,0.22),
    inset 0 -16px 30px rgba(0,0,0,0.28),
    0 0 0 1px rgba(201,162,75,0.20),
    0 26px 46px -16px rgba(0,0,0,0.55);
  backdrop-filter: blur(6px) saturate(1.1); -webkit-backdrop-filter: blur(6px) saturate(1.1);
}
.orb-a { width: 53%; aspect-ratio: 1; top: 0; left: 1%; }
.orb-b { width: 46%; aspect-ratio: 1; top: 27%; right: 0; }
.orb-c { width: 50%; aspect-ratio: 1; bottom: 0; left: 19%; }
@media (max-width: 860px){
  .science { background-attachment: scroll; min-height: auto; padding-block: clamp(70px, 12vw, 110px); }
  .science-card { grid-template-columns: 1fr; text-align: left; gap: 18px; }
  .science-orbs { order: -1; max-width: clamp(240px, 64vw, 360px); }
}

/* ============================================================
   EDITORIAL SYSTEM — calm, whitespace-led (inspired by IOH)
   ============================================================ */
.ed-intro { background: #fff; }
.ed-intro-top { margin-bottom: clamp(46px, 6vw, 96px); }
.ed-statement {
  font-family: var(--serif); font-weight: 300; color: var(--navy);
  font-size: clamp(2rem, 4.6vw, 4.1rem); line-height: 1.07; letter-spacing: -0.04em;
  max-width: 22ch;
}
.ed-intro-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 120px); align-items: start;
}
.ed-intro-lead p {
  color: var(--muted); font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.72; max-width: 50ch;
}
/* understated arrow link */
.ed-link {
  display: inline-flex; align-items: center; gap: 0.55em;
  margin-top: clamp(24px, 2.4vw, 34px); font-weight: 600; color: var(--navy);
  position: relative; padding-bottom: 4px;
}
.ed-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease);
}
.ed-link:hover::after { transform: scaleX(1); transform-origin: left; }
.ed-link .arr { transition: transform .4s var(--ease); }
.ed-link:hover .arr { transform: translateX(5px); }

/* big-number stat list with hairline rules */
.ed-stats { display: flex; flex-direction: column; }
.ed-stat {
  display: grid; grid-template-columns: 1fr auto; align-items: end;
  column-gap: 16px; padding: clamp(18px, 1.9vw, 26px) 0;
  border-top: 1px solid rgba(16,72,120,0.16);
  transition: padding-left .45s var(--ease);
}
.ed-stats .ed-stat:last-child { border-bottom: 1px solid rgba(16,72,120,0.16); }
.ed-stat:hover { padding-left: 8px; }
.ed-stat-lbl {
  grid-column: 1 / -1; font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px;
}
.ed-stat-num {
  font-family: var(--serif); font-weight: 300; color: var(--navy);
  font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 0.92; letter-spacing: -0.035em;
}
.ed-stat-num--word { font-size: clamp(1.9rem, 3.4vw, 2.9rem); letter-spacing: -0.02em; }
.ed-stat-num .u { color: var(--gold); }
.ed-stat-go {
  align-self: center; color: rgba(16,72,120,0.4); font-size: 1.35rem;
  transition: color .35s, transform .45s var(--ease);
}
.ed-stat:hover .ed-stat-go { color: var(--gold); transform: translateX(6px); }
.ed-stat:hover .ed-stat-num { color: var(--teal); }
@media (max-width: 900px){ .ed-intro-grid { grid-template-columns: 1fr; gap: clamp(36px, 8vw, 56px); } }

/* ---- Welcome / About — static (text + scattered images) ---- */
.zoom { position: relative; background: #fff; }
.zoom-stage {
  position: relative; min-height: 100vh; overflow: hidden;
  background: radial-gradient(120% 120% at 50% 45%, #ffffff 0%, #ffffff 55%, #eef3f9 100%);
  display: grid; place-items: center;
}
.zoom-cluster {
  position: absolute; inset: 0; transform-origin: center center;
  will-change: transform; z-index: 1;
}
.zoom-cluster .zi {
  position: absolute; left: 50%; top: 50%;
  width: clamp(96px, 10vw, 190px); aspect-ratio: var(--ar, 4 / 5); object-fit: cover;
  border-radius: 5px; box-shadow: 0 26px 50px -28px rgba(16,72,120,0.38);
  transform: translate(-50%, -50%) translate(var(--x), var(--y)) scale(var(--s, 1));
  will-change: transform;
}
.zoom-end {
  position: absolute; inset: 0; z-index: 2; display: grid; place-content: center;
  text-align: center; padding: 0 var(--gutter); pointer-events: none;
}
/* soft white halo keeps the text readable while images fade/zoom behind it */
.zoom-end::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(46% 42% at 50% 50%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0) 72%);
}
.zoom-head {
  font-family: var(--serif); font-weight: 300; color: var(--navy);
  font-size: clamp(2rem, 4.4vw, 4rem); line-height: 1.08; letter-spacing: -0.04em;
  max-width: 20ch; margin: 0 auto;
}
.zoom-sub {
  font-family: var(--sans); color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.65;
  max-width: 56ch; margin: clamp(20px, 2.4vw, 30px) auto clamp(28px, 3vw, 40px);
}
.zoom-end .btn { pointer-events: auto; }
.zoom-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 760px){ .zoom-cluster .zi { width: clamp(80px, 26vw, 140px); } }

/* ---- Welcome + Stats (editorial) ---- */
.ed-reach { background: #fff; }
.ed-reach-grid {
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 90px); align-items: stretch;
}
.ed-reach-content { display: flex; flex-direction: column; justify-content: center; }
.ed-reach-content .ed-statement {
  font-size: clamp(1.9rem, 3.4vw, 3.2rem); max-width: 20ch;
  margin: clamp(14px, 1.4vw, 20px) 0 clamp(20px, 2.2vw, 30px);
}

/* 3-image composition — tall left + two stacked right, fills column height */
.img3 {
  display: grid; grid-template-columns: 1.18fr 0.82fr; grid-template-rows: 1fr 1fr;
  gap: clamp(10px, 1vw, 16px); height: 100%; min-height: clamp(380px, 42vw, 560px);
}
.img3 figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--r-md); background: var(--cream-2); }
.img3 figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img3-a { grid-row: 1 / 3; }   /* tall image on the left */
.img3 figure::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(16,72,120,0.06);
}
@media (max-width: 560px){
  .img3 { grid-template-rows: 1.3fr 1fr; min-height: 320px; }
}

.ed-reach-sub {
  color: var(--muted); font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.72; max-width: 50ch;
}
.ed-reach .ed-link { margin-top: clamp(22px, 2.4vw, 34px); }

/* compact 2×2 stat grid with hairline cross */
.ed-reach-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  margin-top: clamp(34px, 4vw, 56px);
}
@media (min-width: 901px){ .ed-reach-stats { margin-top: auto; } }
.rstat { padding: clamp(20px, 2vw, 30px) 0; }
.rstat:nth-child(odd) { padding-right: clamp(20px, 2.4vw, 40px); }
.rstat:nth-child(even) { padding-left: clamp(20px, 2.4vw, 40px); border-left: 1px solid var(--line); }
.rstat:nth-child(n+3) { border-top: 1px solid var(--line); }
.rstat-num {
  display: block; font-family: var(--serif); font-weight: 300; color: var(--navy);
  font-size: clamp(2.2rem, 3.6vw, 3.2rem); line-height: 0.95; letter-spacing: -0.035em;
}
.rstat-num .u { color: var(--gold); }
.rstat-num--word { font-size: clamp(1.5rem, 2.4vw, 2.2rem); letter-spacing: -0.02em; }
.rstat-lbl {
  display: block; margin-top: 12px; font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
@media (max-width: 900px){
  .ed-reach-grid { grid-template-columns: 1fr; gap: clamp(36px, 8vw, 56px); }
}

/* ---- Why Choose — minimal HD image cards (full-bleed scroller) ---- */
.why2 {
  background: #fff; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding-block: 48px;
}
.why2 > .container { width: 100%; display: flex; flex-direction: column; flex: 0 0 auto; }
.why2-head {
  flex: none;
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: clamp(28px, 4vw, 64px); flex-wrap: wrap; margin-bottom: clamp(18px, 2.2vh, 32px);
}
.why2-head .ed-statement { margin-top: clamp(14px, 1.4vw, 20px); }
.why2-head-aside { max-width: 40ch; }
.why2-head-aside p { color: var(--muted); font-size: clamp(1.02rem, 1.2vw, 1.15rem); line-height: 1.65; }
.why2-head-aside .ed-link { margin-top: 20px; }

/* full-viewport-width horizontal scroller; first card aligns with the heading */
.why2-cards {
  flex: none; align-items: center;
  display: flex; gap: clamp(16px, 1.4vw, 24px); padding-block: 12px;
  overflow-x: auto; scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(var(--gutter), calc(50vw - var(--container) / 2 + var(--gutter)));
  scrollbar-width: none; -ms-overflow-style: none;
}
.why2-cards::-webkit-scrollbar { display: none; }
.why2-card {
  flex: 0 0 440px; width: 440px; height: 600px; max-height: calc(100svh - 300px);
  scroll-snap-align: start;
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: 18px;
  background: var(--navy-deep); box-shadow: 0 30px 60px -40px rgba(16,72,120,0.45);
  display: flex; align-items: flex-end;
  transition: transform .6s var(--ease), box-shadow .6s var(--ease);
  text-decoration: none; color: inherit; cursor: pointer;
}
.why2-card img {
  position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 1s var(--ease);
}
/* subtle dark wash over the image's blurred base so the text always reads */
.why2-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit;
  background: linear-gradient(to top, rgba(7,24,42,0.62) 0%, rgba(7,24,42,0.22) 22%, rgba(7,24,42,0) 42%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
  transition: background .6s var(--ease);
}
.why2-card:hover { transform: translateY(-8px); box-shadow: 0 50px 90px -44px rgba(16,72,120,0.55); }
.why2-card:hover img { transform: scale(1.06); }
.why2-card:hover::after {
  background: linear-gradient(to top, rgba(7,24,42,0.7) 0%, rgba(7,24,42,0.3) 26%, rgba(7,24,42,0.04) 48%);
}
.why2-card-top { position: relative; z-index: 2; padding: clamp(22px, 1.8vw, 30px); color: #fff; width: 100%; }
.why2-card-num {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.14em; color: var(--gold);
}
.why2-card-num::after { content: ""; width: 22px; height: 1px; background: rgba(201,162,75,0.6); }
.why2-card-top h3 {
  font-family: var(--serif); font-weight: 400; color: #fff;
  font-size: clamp(1.2rem, 1.35vw, 1.55rem); letter-spacing: -0.02em; line-height: 1.14;
  margin: 14px 0 10px;
}
.why2-card-top p {
  color: rgba(255,255,255,0.88); font-size: 0.9rem; line-height: 1.5; max-width: 30ch;
  text-shadow: 0 1px 10px rgba(7,34,59,0.35);
}
@media (max-width: 640px){
  .why2-card { flex: 0 0 84vw; width: 84vw; }
}

/* ---- Editorial reasons — numbered list with hairlines ---- */
.ed-reasons { background: #fff; }
.ed-reasons-grid {
  display: grid; grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(40px, 6vw, 110px); align-items: start;
}
.ed-reasons-head { position: sticky; top: 120px; }
.ed-reasons-sub {
  color: var(--muted); font-size: clamp(1.02rem, 1.2vw, 1.15rem);
  line-height: 1.7; max-width: 36ch; margin-top: clamp(18px, 2vw, 26px);
}
.ed-reasons-head .ed-link { margin-top: clamp(26px, 2.6vw, 36px); }

.ed-list { list-style: none; }
.ed-item {
  display: grid; grid-template-columns: auto 1fr auto; align-items: baseline;
  column-gap: clamp(20px, 2.6vw, 44px);
  padding: clamp(26px, 3vw, 42px) clamp(6px, 1.4vw, 22px) clamp(26px, 3vw, 42px) clamp(2px, 0.6vw, 10px);
  border-top: 1px solid rgba(16,72,120,0.16); position: relative;
  transition: padding-left .5s var(--ease), background .5s var(--ease);
}
.ed-list .ed-item:last-child { border-bottom: 1px solid rgba(16,72,120,0.16); }
.ed-item-idx {
  font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0.08em;
  color: var(--gold); padding-top: 0.5em;
}
.ed-item-body h3 {
  font-family: var(--serif); font-weight: 400; color: var(--navy);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem); letter-spacing: -0.025em; line-height: 1.1;
  transition: color .4s var(--ease);
}
.ed-item-body p {
  color: var(--muted); font-size: clamp(0.98rem, 1.05vw, 1.08rem); line-height: 1.6;
  max-width: 54ch; margin-top: 12px;
}
.ed-item-go {
  align-self: center; color: rgba(16,72,120,0.35); font-size: 1.5rem;
  transition: color .4s var(--ease), transform .5s var(--ease);
}
.ed-item:hover { padding-left: clamp(14px, 1.6vw, 26px); background: linear-gradient(90deg, rgba(244,236,221,0.6), transparent 92%); }
.ed-item:hover .ed-item-body h3 { color: var(--teal); }
.ed-item:hover .ed-item-go { color: var(--gold); transform: translateX(8px); }
.ed-item:hover .ed-item-idx { color: var(--teal); }
@media (max-width: 900px){
  .ed-reasons-grid { grid-template-columns: 1fr; gap: clamp(34px, 8vw, 52px); }
  .ed-reasons-head { position: static; }
}
@media (max-width: 560px){
  .ed-item { grid-template-columns: auto 1fr; }
  .ed-item-go { display: none; }
}

/* Big marquee on dark */
.marquee.giant { padding: 30px 0; }
.marquee.giant .marquee-item { font-size: clamp(1.6rem, 3.6vw, 2.8rem); font-weight: 500; }

/* Horizontal pinned showcase */
.hscroll { background: var(--navy); color: #fff; overflow: hidden; }
.hscroll-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 46px; }
.hscroll-track { display: flex; gap: clamp(18px, 2.4vw, 34px); width: max-content; padding-right: 8vw; }
.hpanel {
  flex: 0 0 clamp(260px, 38vw, 440px); border-radius: var(--r-lg);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
  padding: clamp(26px,3vw,40px); min-height: clamp(300px, 40vw, 420px);
  display: flex; flex-direction: column; justify-content: space-between;
  transition: background .5s var(--ease), border-color .5s, transform .5s var(--ease);
}
.hpanel:hover { background: rgba(255,255,255,0.09); border-color: var(--gold); transform: translateY(-6px); }
.hpanel .hp-num { font-family: var(--serif); font-weight: 500; font-size: 2.4rem; color: var(--gold); letter-spacing: -0.03em; }
.hpanel h3 { color: #fff; font-size: clamp(1.5rem,2.2vw,2rem); margin-top: auto; }
.hpanel p { color: rgba(255,255,255,0.7); margin-top: 12px; }
@media (max-width: 900px){
  .hscroll-track { width: auto; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 16px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
  .hpanel { flex: 0 0 78vw; scroll-snap-align: start; }
}

/* Section reveal "mask" used by JS for big headers */
.statement .s-big .ln, .hscroll h2 .ln { display: block; overflow: hidden; }

/* Glow ring accent for navy stat band */
.stats.on-navy { box-shadow: 0 40px 90px -50px rgba(40,152,144,0.6); }

/* ---- Soft, clean photography (subtle warmth, no harsh duotone) ---- */
.media, .hero-visual, .hero-banner { isolation: isolate; box-shadow: var(--shadow-soft); }
.media img, .hero-visual img, .hero-banner img { filter: saturate(1.02) contrast(1.01); transition: transform .8s var(--ease); }
/* gentle warm wash + soft inner frame */
.media::after, .hero-visual::after, .hero-banner::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; border-radius: inherit;
  background: linear-gradient(150deg, rgba(201,162,75,0.10) 0%, transparent 45%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.30); transition: box-shadow .5s var(--ease);
}
.hero-visual:hover::after, .hero-banner:hover::after { box-shadow: inset 0 0 0 2px rgba(201,162,75,0.4); }
.hero-figtag { z-index: 3; }

/* link arrow buttons lift */
.btn-gold:hover, .btn-primary:hover { transform: translateY(-3px); }

/* ============================================================
   SOFT LAYER — Solene-style sections (benefit cards · testimonials · FAQ)
   ============================================================ */

body { line-height: 1.62; }

/* warm sand panel */
.bg-sand { background: #fff; }

/* Big soft intro lede */
.lede {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem); line-height: 1.18;
  letter-spacing: -0.015em; color: var(--navy); max-width: 22ch;
}
.lede em { font-style: normal; font-weight: 500; }

/* small mono pill tag */
.pill-tag {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--teal); background: var(--teal-soft); border-radius: var(--r-pill);
  padding: 8px 16px; display: inline-flex; align-items: center; gap: 8px;
}

/* ---- Soft benefit cards (rounded, airy) ---- */
.soft-grid { display: grid; gap: clamp(18px, 2vw, 26px); }
.soft-grid.c3 { grid-template-columns: repeat(3, 1fr); }
.soft-grid.c2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 920px){ .soft-grid.c3, .soft-grid.c2 { grid-template-columns: 1fr; } }
.soft-card {
  background: var(--paper); border-radius: var(--r-lg);
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
  display: flex; flex-direction: column; gap: 14px;
}
.soft-card:hover { transform: translateY(-7px); box-shadow: 0 36px 70px -40px rgba(16,72,120,0.4); }
.soft-card .sc-ic {
  width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center;
  background: var(--teal-soft); color: var(--teal); margin-bottom: 6px;
  transition: transform .55s var(--ease), background .45s, color .45s;
}
.soft-card:hover .sc-ic { transform: rotate(-6deg) scale(1.06); background: var(--gold); color: #fff; }
.soft-card .sc-ic svg { width: 28px; height: 28px; }
.soft-card h3 { color: var(--navy); font-size: clamp(1.35rem, 2vw, 1.7rem); }
.soft-card p { color: var(--muted); font-size: 1rem; }
.soft-card .sc-stat { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 8px; }
.soft-card .sc-stat b { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; color: var(--gold); letter-spacing: -0.02em; }
.soft-card .sc-stat span { font-size: 0.86rem; color: var(--muted); }

/* ---- Testimonials (star-rated, Solene-style) ---- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); }
@media (max-width: 920px){ .tgrid { grid-template-columns: 1fr; } }
.tcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(26px, 2.6vw, 36px); box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.tcard:hover { transform: translateY(-6px); box-shadow: 0 36px 70px -40px rgba(16,72,120,0.4); }
.stars { display: inline-flex; gap: 3px; color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; }
.tcard blockquote { font-family: var(--serif); font-weight: 500; font-size: 1.18rem; line-height: 1.45; color: var(--navy); letter-spacing: -0.01em; }
.tperson { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.tperson .av { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; font-family: var(--serif); font-weight: 600; font-size: 1.05rem; flex: none; }
.tperson .tp-n { font-weight: 600; color: var(--navy-ink); font-size: 0.98rem; }
.tperson .tp-r { font-size: 0.82rem; color: var(--muted); }

/* ---- FAQ accordion ---- */
.faq { max-width: 860px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(22px, 2.4vw, 30px) 4px; font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.15rem, 1.9vw, 1.5rem); color: var(--navy); letter-spacing: -0.02em;
  transition: color .3s;
}
.faq-q:hover { color: var(--teal); }
.faq-q .fq-ic { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(16,72,120,0.22); display: grid; place-items: center; position: relative; transition: background .4s var(--ease), border-color .4s, transform .4s var(--ease); }
.faq-q .fq-ic::before, .faq-q .fq-ic::after { content: ""; position: absolute; background: var(--navy); border-radius: 2px; transition: transform .4s var(--ease), background .4s; }
.faq-q .fq-ic::before { width: 13px; height: 1.8px; }
.faq-q .fq-ic::after { width: 1.8px; height: 13px; }
.faq-item.open .fq-ic { background: var(--gold); border-color: var(--gold); transform: rotate(90deg); }
.faq-item.open .fq-ic::before, .faq-item.open .fq-ic::after { background: #fff; }
.faq-item.open .fq-ic::after { transform: scaleY(0); }
.faq-a { overflow: hidden; height: 0; transition: height .42s var(--ease); }
.faq-a-inner { padding: 0 4px clamp(22px, 2.4vw, 30px); color: var(--muted); max-width: 64ch; font-size: 1.02rem; }

/* ---- Horizontal-scroll second section (pinned: intro slides left, cards enter) ---- */
.hscroll-2 { background: #fff; overflow: hidden; padding-block: 0; }
.hscroll-2 .hscroll-track {
  display: flex; align-items: stretch; width: max-content; gap: 0;
}
/* each panel fills the screen — one section visible at a time */
.hs2-slide {
  flex: 0 0 auto; width: auto; height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 16px; scroll-snap-align: center;
}
/* centered statement panels (alternate with cards) */
.hs2-statement {
  width: min(820px, 92vw); position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 22px;
}
.hs2-stmt-text {
  font-family: var(--serif); font-weight: 500; color: var(--navy);
  font-size: clamp(1.9rem, 3.4vw, 3.4rem); line-height: 1.18; letter-spacing: -0.02em; max-width: 24ch;
}
.hs2-scrollcue { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.hs2-decal { position: absolute; color: rgba(16,72,120,0.16); pointer-events: none; line-height: 0; }
.hs2-decal svg { width: 100%; height: 100%; display: block; }
.hs2-decal.d1 { width: 76px; top: 12%; left: 5%; transform: rotate(-22deg); }
.hs2-decal.d2 { width: 58px; bottom: 16%; right: 9%; transform: rotate(24deg); }
.hs2-decal.d3 { width: 64px; top: 20%; right: 14%; transform: rotate(8deg); color: rgba(201,162,75,0.30); }
.hs2-card {
  width: min(1440px, 92vw, 132vh); aspect-ratio: 1440 / 1000; max-height: 92vh;
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--navy-deep); box-shadow: var(--shadow-soft);
}
.hs2-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* blue gradient rising bottom → middle, with a frosted-glass blur (masked to fade out toward the top) */
.hs2-card-grad {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(16,72,120,0.94) 0%, rgba(16,72,120,0.55) 36%, rgba(16,72,120,0) 64%);
  backdrop-filter: blur(5px) saturate(1.1);
  -webkit-backdrop-filter: blur(5px) saturate(1.1);
  -webkit-mask-image: linear-gradient(to top, #000 44%, transparent 72%);
          mask-image: linear-gradient(to top, #000 44%, transparent 72%);
}
/* glass edge sheen + hairline */
.hs2-card::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.30), inset 0 0 0 1px rgba(255,255,255,0.10);
}
/* centered statement panels inside the horizontal track */
.hs2-slide .hs2-stmt { text-align: center; }
.hs2-slide .hs2-stmt--w1440 { width: min(1440px, 94vw); }
/* welcome statement: slide is 1440 wide, but the text wraps to ~3 lines (narrower) */
.hs2-slide--w1440 { width: min(1440px, 94vw); }
.hs2-slide--w1440 .hs2-stmt--narrow { max-width: min(1080px, 92vw); }
/* paragraph overlay (molecule card) — bottom, left-aligned */
.hs2-card-para { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(34px, 4vw, 66px); }
.hs2-card-para p {
  color: #fff; font-family: var(--sans); font-weight: 400; text-align: left;
  font-size: clamp(1.05rem, 1.55vw, 1.7rem); line-height: 1.42; max-width: 72ch;
}
.hs2-card-overlay {
  position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end;
  gap: clamp(34px, 4vw, 76px); padding: clamp(38px, 4.4vw, 72px); flex-wrap: nowrap;
}
.hs2-card-title {
  font-family: "Be Vietnam Pro", var(--serif); font-weight: 300; color: #fff;
  font-size: clamp(2rem, 2.9vw, 3.1rem); line-height: 1.14; letter-spacing: -0.03em;
  flex: 0 0 auto; width: clamp(230px, 27%, 360px);
}
.hs2-features { display: flex; gap: clamp(24px, 2.6vw, 52px); flex: 1; min-width: 0; flex-wrap: nowrap; align-items: flex-start; }
.hs2-feat { flex: 1 1 0; min-width: 0; color: #fff; }
.hs2-feat .hs2-ic {
  display: grid; place-items: center start; width: auto; height: 34px;
  color: var(--gold); margin-bottom: 16px;
}
.hs2-feat .hs2-ic svg { width: 27px; height: 27px; }
.hs2-feat h4 { font-family: "Be Vietnam Pro", var(--serif); font-weight: 400; color: #fff; font-size: 1.4rem; letter-spacing: -0.02em; margin-bottom: 11px; }
.hs2-feat p { font-size: 1rem; line-height: 1.5; color: rgba(255,255,255,0.86); }
@media (max-width: 1000px){
  .hs2-card-overlay { flex-direction: column; align-items: flex-start; gap: 26px; }
  .hs2-card-title { width: auto; font-size: clamp(1.8rem, 5vw, 2.4rem); }
  .hs2-features { flex-wrap: wrap; gap: 22px; width: 100%; }
  .hs2-feat { flex: 1 1 150px; }
}
@media (max-width: 900px){
  .hs2-slide { height: 92vh; padding: 14px; }
  .hs2-card-overlay { align-items: flex-start; justify-content: flex-end; flex-direction: column; gap: 20px; }
}

/* ---- Vertical statement sections (centered text that fades/rises on scroll) ---- */
.vstmt {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: clamp(60px, 10vw, 140px) var(--gutter);
  background: #fff; overflow: hidden;
}
.vstmt-inner { max-width: 1100px; will-change: transform, opacity; }
.vstmt-text {
  font-family: "Be Vietnam Pro", var(--serif); font-weight: 400; color: var(--navy);
  font-size: clamp(1.7rem, 3.3vw, 3.5rem); line-height: 1.1; letter-spacing: -0.045em;
}
.vstmt-text .accent { color: var(--gold); }

/* benefits: the statement settles, then the cards rise in */
.vbenefits-head { max-width: 880px; margin: 0 auto clamp(46px, 6vw, 84px); text-align: center; }
.vbenefits-heading { font-size: clamp(2rem, 4.4vw, 3.8rem); margin: 16px 0 22px; }
.vbenefits-sub { max-width: 60ch; margin-inline: auto; }
.vcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); }
@media (max-width: 940px){ .vcards { grid-template-columns: 1fr; } }
.vcard {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  min-height: clamp(340px, 40vw, 460px); display: flex; box-shadow: var(--shadow-card);
}
.vcard--img { background: var(--navy-deep); align-items: flex-end; }
.vcard--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vcard--img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,72,120,0.42) 0%, rgba(10,47,80,0.74) 100%);
}
.vcard-overlay { position: relative; z-index: 2; padding: clamp(24px, 2.6vw, 36px); color: #fff; }
.vcard-overlay h3 { font-family: "Be Vietnam Pro", var(--serif); font-weight: 400; color: #fff; font-size: clamp(1.4rem, 1.9vw, 1.85rem); letter-spacing: -0.02em; margin-bottom: 10px; }
.vcard-overlay p { color: rgba(255,255,255,0.86); font-size: 0.98rem; line-height: 1.5; }
.vcard--cream { background: var(--paper); border: 1px solid var(--line); flex-direction: column; justify-content: space-between; align-items: flex-start; padding: clamp(28px, 2.8vw, 40px); }
.vcard--cream h3 { font-family: "Be Vietnam Pro", var(--serif); font-weight: 400; color: var(--navy); font-size: clamp(1.4rem, 1.9vw, 1.9rem); letter-spacing: -0.02em; margin-bottom: 14px; }
.vcard--cream p { color: var(--muted); line-height: 1.55; }
.vcard--cream .vcard-stat { margin-top: 20px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); background: var(--teal-soft); padding: 9px 16px; border-radius: var(--r-pill); }

/* ---- Why Choose — soft bento grid (baked card art) ---- */
.whygrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(14px, 1.4vw, 22px); }
.whycard {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: var(--r-lg); min-height: clamp(280px, 26vw, 350px);
  background: var(--cream-2); box-shadow: var(--shadow-card);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.whycard:hover { transform: translateY(-5px); box-shadow: 0 38px 70px -42px rgba(16,72,120,0.42); }
.whycard::after {
  content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(16,72,120,0.07);
  transition: box-shadow .45s var(--ease);
}

/* ---- Premium: 3D tilt + cursor spotlight ---- */
.tilt3d { will-change: transform; }
/* cursor-following light on image cards (sits above the photo, below the text) */
.whycard.tilt3d::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.32), transparent 42%);
  opacity: 0; transition: opacity .45s var(--ease); mix-blend-mode: soft-light;
}
.whycard.tilt3d:hover::before { opacity: 1; }
.whycard.tilt3d:hover { box-shadow: 0 54px 90px -46px rgba(16,72,120,0.55); }
.whycard.tilt3d:hover::after { box-shadow: inset 0 0 0 1.5px rgba(201,162,75,0.6), inset 0 1px 0 rgba(255,255,255,0.18); }
.tcard.tilt3d { transition: box-shadow .5s var(--ease), border-color .5s var(--ease); }
.tcard.tilt3d:hover { border-color: rgba(201,162,75,0.55); box-shadow: 0 46px 80px -42px rgba(16,72,120,0.45); }
.whycard--w3 { grid-column: span 3; }  /* row 1 — two wide cards */
.whycard--w2 { grid-column: span 2; }  /* row 2 — three cards   */

/* baked illustration fills the card; heading sits over its empty top-left */
.whycard-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }

.whycard-body { position: relative; z-index: 2; padding: clamp(22px, 2vw, 30px); }
.whycard-body h3 {
  font-family: "Be Vietnam Pro", var(--serif); font-weight: 400;
  color: var(--navy-ink); font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  letter-spacing: -0.02em; margin-bottom: 12px;
}
.whycard-body p { color: var(--ink); font-size: 0.97rem; line-height: 1.5; max-width: 40ch; opacity: 0.82; }

@media (max-width: 900px){
  .whygrid { grid-template-columns: repeat(2, 1fr); }
  .whycard--w2, .whycard--w3 { grid-column: span 1; }
  .whycard--w3:first-child { grid-column: span 2; }
}
@media (max-width: 560px){
  .whygrid { grid-template-columns: 1fr; }
  .whycard--w2, .whycard--w3, .whycard--w3:first-child { grid-column: span 1; }
}

/* ---- Open stats (big number + label + description) ---- */
.statrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(26px, 3.4vw, 60px); }
@media (max-width: 860px){ .statrow { grid-template-columns: 1fr 1fr; gap: 40px 36px; } }
@media (max-width: 480px){ .statrow { grid-template-columns: 1fr; } }
.statcol-num { font-family: var(--serif); font-weight: 600; font-size: clamp(2.6rem, 4.8vw, 4.2rem); color: var(--teal); line-height: 1; letter-spacing: -0.03em; }
.statcol-num .u { color: var(--gold); }
.statcol-num--word { font-size: clamp(1.9rem, 3.2vw, 3rem); }
.statcol h4 { font-family: var(--sans); font-weight: 600; color: var(--navy); font-size: 1.05rem; margin: 16px 0 8px; }
.statcol p { color: var(--muted); font-size: 0.95rem; line-height: 1.5; max-width: 32ch; }
/* label with leading icon */
.statcol-lbl { display: flex; align-items: center; gap: 9px; }
.stat-ic { width: 18px; height: 18px; flex: none; color: var(--gold); }
/* divided variant — thin vertical rule between columns (matches Figma) */
.statrow--divided { margin-top: clamp(48px, 6vw, 84px); gap: 0; }
.statrow--divided .statcol { padding-inline: clamp(22px, 3vw, 56px); }
.statrow--divided .statcol:first-child { padding-left: 0; }
.statrow--divided .statcol:not(:first-child) { border-left: 1px solid rgba(16,72,120,0.14); }
@media (max-width: 860px){
  .statrow--divided { gap: 40px 36px; }
  .statrow--divided .statcol { padding-inline: 0; border-left: 0; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .deco-blob, .hero::before, .floaty, .marquee-track { animation: none !important; }
}

/* ============================================================
   RESPONSIVE HARDENING — mobile-first refinements, all devices
   ============================================================ */
/* clip (not hidden) prevents horizontal scroll WITHOUT creating a scroll
   container — `overflow:hidden` here would break the sticky stacking cards */
html { overflow-x: clip; }
img, video, canvas, svg { max-width: 100%; }

/* full-screen sections track the *small* viewport on mobile (no address-bar jump / overflow) */
@supports (height: 100svh) {
  .hero--card { height: 100svh; min-height: 100svh; }
  .ihero { min-height: clamp(520px, 88svh, 860px); }
  .why2, .science, #therapeutic { min-height: 100svh; }
}

/* ---- Tablet (≤1024px) ---- */
@media (max-width: 1024px) {
  .ihero-title { max-width: 22ch; }
}

/* ---- Small tablet / large phone (≤768px) ---- */
@media (max-width: 768px) {
  .ed-reach-grid, .ed-reasons-grid, .ed-intro-grid { grid-template-columns: 1fr; }
  .quote-band { min-height: clamp(380px, 80vw, 520px); }
}

/* ---- Phones (≤600px) ---- */
@media (max-width: 600px) {
  .section { padding-block: clamp(54px, 14vw, 84px); }
  .why2 { padding-block: 40px; }
  /* stacked CTAs become full-width, easy tap targets */
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  /* section header rows stop colliding */
  .why2-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .why2-head-aside { max-width: 100%; }
  /* keep the stat grid readable */
  .ed-reach-stats .rstat-num { font-size: clamp(2rem, 9vw, 2.6rem); }
  /* glass CTA: text panel covers full card on narrow screens */
  .quote-band { padding: clamp(32px, 8vw, 48px); }
}

/* ---- Welcome/zoom collage → clean stacked block on phones/small tablets ----
   The zoom-collage images sit in static vw-positions (no scatter animation), so on
   narrow screens they overflow and crowd/clip the heading. On ≤768px we drop the
   100vh stage and lay the heading over a tidy swipeable image strip. */
@media (max-width: 768px) {
  .zoom-stage {
    min-height: 0; display: flex; flex-direction: column; gap: clamp(22px, 5vw, 32px);
    padding-block: clamp(56px, 13vw, 84px); background: #fff;
  }
  .zoom-end { position: static; padding-inline: var(--gutter); }
  .zoom-end::before { display: none; }
  .zoom-head { margin: 0 auto; max-width: 24ch; font-size: clamp(1.9rem, 7vw, 2.6rem); }
  .zoom-cluster {
    position: static; transform: none; width: 100%; order: 1;
    display: flex; gap: 10px; overflow-x: auto; padding-inline: var(--gutter);
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .zoom-cluster::-webkit-scrollbar { display: none; }
  .zoom-cluster .zi {
    position: static; transform: none; flex: 0 0 44%; width: 44%;
    aspect-ratio: 4 / 5; scroll-snap-align: start;
  }
  .zoom-cue { display: none; }
}

/* ---- Sticky headings in two-column splits collapse to one column on mobile;
   left pinned, they overlap the column scrolling beneath them. Make them flow. ---- */
@media (max-width: 900px) {
  .split [style*="position:sticky"],
  .split [style*="position: sticky"] { position: static !important; top: auto !important; }
}

/* ---- Contact info rows: stack label over value so long emails/addresses
   don't overflow (and don't force the grid column wider than the viewport) ---- */
@media (max-width: 600px) {
  .contact-grid > * { min-width: 0; }
  .info-row { flex-direction: column; gap: 6px; }
  .info-row .il { min-width: 0; padding-top: 0; }
  .info-row .iv { font-size: 1rem; }
  .info-row .iv, .info-row .iv a, .footer-col a { overflow-wrap: anywhere; }
}

/* ---- Very small phones (≤400px) ---- */
@media (max-width: 400px) {
  .ed-reach-stats { grid-template-columns: 1fr; }
  .ed-reach-stats .rstat:nth-child(even) { border-left: 0; padding-left: 0; }
  .ed-reach-stats .rstat:nth-child(odd) { padding-right: 0; }
  .ihero-title { font-size: clamp(2rem, 9vw, 2.6rem); }
}

/* ---------- Careers: public job listing ---------- */
.job-list { border-top: 1px solid rgba(16,72,120,0.14); }
.job-item {
  display: grid; grid-template-columns: 1fr auto; gap: clamp(20px,3vw,48px);
  padding: clamp(28px,3.5vw,46px) 0; border-bottom: 1px solid rgba(16,72,120,0.14);
  align-items: center; transition: padding-left .35s var(--ease);
}
.job-item:hover { padding-left: 14px; }
.job-item h3 { color: var(--navy); font-size: clamp(1.4rem, 2.4vw, 2rem); margin-bottom: 12px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-bottom: 14px; }
.job-meta span {
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal); font-weight: 600; display: inline-flex; align-items: center; gap: 8px;
}
.job-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.job-sum { color: var(--muted); max-width: 68ch; }
.job-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.job-tag {
  font-size: 0.8rem; color: var(--navy); background: rgba(16,72,120,0.06);
  border: 1px solid rgba(16,72,120,0.14); border-radius: 100px; padding: 6px 14px;
}
.job-apply { white-space: nowrap; }
.jobs-empty {
  border: 1px dashed rgba(16,72,120,0.3); border-radius: var(--r-lg);
  padding: clamp(30px,5vw,56px); text-align: center;
}
.jobs-empty h3 { color: var(--navy); margin-bottom: 12px; }
.jobs-empty p { color: var(--muted); max-width: 52ch; margin-inline: auto; }
.jobs-empty a { color: var(--teal); font-weight: 600; }
@media (max-width: 700px) {
  .job-item { grid-template-columns: 1fr; gap: 18px; }
  .job-item:hover { padding-left: 0; }
}

/* ---------- Careers: postings manager (careeraurikaedit) ---------- */
.ihero--slim { min-height: clamp(320px, 44vh, 460px); }
.ihero--slim .ihero-inner { padding-top: clamp(120px, 16vh, 170px); }
.admin-gate {
  position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center;
  background: var(--navy-ink); padding: 24px;
}
.admin-gate-card {
  width: min(420px, 100%); background: #fff; border-radius: var(--r-lg);
  padding: clamp(28px,5vw,44px); text-align: center;
}
.admin-gate-card .pre-word { color: var(--navy); display: block; margin-bottom: 8px; }
.admin-gate-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 20px; }
.admin-gate-card input {
  width: 100%; padding: 13px 16px; border: 1px solid rgba(16,72,120,0.2); border-radius: 10px;
  font: inherit; margin-bottom: 16px; text-align: center; letter-spacing: 0.2em;
}
.admin-gate-card input:focus { outline: none; border-color: var(--teal); }
.admin-gate-err { color: #b0402f; font-size: 0.86rem; margin-top: 14px; }
.admin-note {
  background: rgba(201,162,75,0.1); border: 1px solid rgba(201,162,75,0.35);
  border-radius: var(--r-md, 14px); padding: 18px 22px; color: var(--navy-ink);
  font-size: 0.95rem; max-width: 80ch; margin-bottom: 28px;
}
.admin-toolbar { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.admin-list { border-top: 1px solid rgba(16,72,120,0.14); }
.admin-row {
  display: grid; grid-template-columns: 1fr auto; gap: 18px 32px; align-items: center;
  padding: 22px 0; border-bottom: 1px solid rgba(16,72,120,0.14);
}
.admin-row h3 { color: var(--navy); font-size: clamp(1.15rem, 1.8vw, 1.5rem); margin-bottom: 8px; }
.admin-row .job-meta { margin-bottom: 0; }
.admin-row-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.admin-badge {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 700; border-radius: 100px; padding: 6px 14px;
}
.admin-badge.on { color: #1d6f4c; background: rgba(46,143,101,0.12); border: 1px solid rgba(46,143,101,0.3); }
.admin-badge.off { color: #8a6d1f; background: rgba(201,162,75,0.14); border: 1px solid rgba(201,162,75,0.4); }
.admin-danger { color: #b0402f; border-color: rgba(176,64,47,0.35); }
.admin-danger::after { background: #b0402f; }
.admin-form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 700px) {
  .admin-row { grid-template-columns: 1fr; }
}

/* ---------- Apply modal (careers) ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 9000;
  display: grid; place-items: center; padding: clamp(16px, 4vw, 40px);
  background: rgba(7,34,59,0.62); backdrop-filter: blur(6px);
  animation: modalFade .3s var(--ease);
}
.modal-overlay[hidden] { display: none; }
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
.modal {
  position: relative; width: min(680px, 100%);
  max-height: min(92vh, 900px); overflow-y: auto;
  background: #fff; border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 48px);
  box-shadow: 0 50px 100px -40px rgba(7,34,59,0.6);
  animation: modalRise .4s var(--ease);
}
@keyframes modalRise { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close {
  position: absolute; top: 16px; right: 18px; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid rgba(16,72,120,0.16); background: #fff;
  font-size: 1.6rem; line-height: 1; color: var(--navy); cursor: pointer;
  display: grid; place-items: center; transition: background .3s var(--ease), transform .3s var(--ease);
}
.modal-close:hover { background: var(--navy); color: #fff; transform: rotate(90deg); }
.modal-title { color: var(--navy); font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 4px; }
.modal-role {
  font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--teal); font-weight: 600; margin-bottom: 24px;
}
.apply-form .file-input {
  width: 100%; padding: 12px 14px; border: 1px dashed rgba(16,72,120,0.35);
  border-radius: 12px; background: rgba(16,72,120,0.03); font: inherit; cursor: pointer;
}
.apply-form .file-input::file-selector-button {
  font: inherit; font-weight: 600; color: var(--navy); background: rgba(16,72,120,0.08);
  border: none; border-radius: 8px; padding: 8px 14px; margin-right: 14px; cursor: pointer;
}
.apply-form .file-input:focus { outline: none; border-color: var(--teal); }
.file-hint { font-size: 0.82rem; color: var(--muted); margin-top: 8px; }
.form-error {
  color: #b0402f; background: rgba(176,64,47,0.08); border: 1px solid rgba(176,64,47,0.3);
  border-radius: 10px; padding: 12px 16px; font-size: 0.9rem; margin-bottom: 16px;
}
.modal-fineprint { font-size: 0.8rem; color: var(--muted); text-align: center; margin-top: 16px; }

/* success toast */
.apply-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 140%);
  z-index: 9500; max-width: min(560px, calc(100% - 32px));
  background: var(--navy); color: #fff; border-radius: 14px;
  padding: 16px 22px; font-size: 0.95rem; line-height: 1.5;
  box-shadow: 0 30px 60px -25px rgba(7,34,59,0.7);
  transition: transform .5s var(--ease);
}
.apply-toast.show { transform: translate(-50%, 0); }
.apply-toast strong { color: var(--gold); }
@media (max-width: 560px) {
  .modal { padding: 22px 18px; }
}

/* ---------- Careers: clamped summary + details dialog ---------- */
.job-sum.clamp {
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.job-more {
  background: none; border: 0; padding: 0 0 2px; margin-top: 12px; cursor: pointer;
  font-family: var(--mono); font-weight: 600; font-size: 0.9rem; color: var(--gold);
  display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(201,162,75,0.45);
  transition: gap .3s var(--ease), border-color .3s var(--ease);
}
.job-more:hover { gap: 12px; border-color: var(--gold); }
#detail-modal .job-meta { margin-bottom: 20px; }
.detail-body { margin: 4px 0 8px; }
.detail-body p { color: var(--muted); margin-bottom: 12px; line-height: 1.65; }
.detail-subhead { color: var(--navy); font-size: 1.1rem; margin: 20px 0 10px; }
.detail-list { list-style: none; margin: 0 0 8px; padding: 0; }
.detail-list li {
  color: var(--muted); padding: 9px 0 9px 24px; position: relative; line-height: 1.55;
  border-bottom: 1px solid rgba(16,72,120,0.08);
}
.detail-list li::before {
  content: ""; position: absolute; left: 4px; top: 16px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--teal);
}

/* ---------- Highlighted feature cards (About: Vision/Mission + What Makes Us Different) ---------- */
.feature-card--highlight {
  background: linear-gradient(180deg, rgba(40,152,144,0.06) 0%, rgba(201,162,75,0.055) 100%);
  border-color: rgba(201,162,75,0.4);
  box-shadow: 0 24px 50px -34px rgba(7,34,59,0.3);
}
.feature-card--highlight::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}
.feature-card--highlight:hover { border-color: rgba(201,162,75,0.65); box-shadow: 0 34px 66px -30px rgba(7,34,59,0.36); }

/* ---------- Preloader: brand logo (white, on dark bg) ---------- */
.preloader .pre-logo {
  display: block; margin: 0 auto;
  width: clamp(190px, 34vw, 340px); height: auto;
  filter: brightness(0) invert(1);
}

/* ---------- About: Vision / Mission cards ---------- */
.vm-card { padding-top: clamp(32px, 3.6vw, 46px); }
.vm-icon {
  width: 66px; height: 66px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(201,162,75,0.2), rgba(40,152,144,0.16));
  border: 1px solid rgba(201,162,75,0.32);
  color: var(--navy); margin-bottom: 24px;
}
.vm-icon svg { width: 32px; height: 32px; }
.vm-text {
  color: var(--navy); font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem); line-height: 1.4; margin-top: 6px;
}

/* ---------- Job details dialog: fixed header, scroll body, pinned footer ---------- */
.modal { scrollbar-width: thin; scrollbar-color: rgba(16,72,120,0.35) transparent; }
.modal::-webkit-scrollbar { width: 8px; }
.modal::-webkit-scrollbar-thumb { background: rgba(16,72,120,0.28); border-radius: 8px; }
.modal::-webkit-scrollbar-track { background: transparent; }

.modal--detail {
  width: min(760px, 100%);
  max-height: min(88vh, 840px);
  padding: 0; overflow: hidden;
  display: flex; flex-direction: column;
}
.modal--detail .detail-head {
  padding: clamp(30px, 4vw, 46px) clamp(28px, 4vw, 48px) 20px;
  border-bottom: 1px solid rgba(16,72,120,0.1);
}
.modal--detail .detail-head .job-meta { margin-bottom: 0; }
.modal--detail .detail-scroll {
  flex: 1 1 auto; overflow-y: auto;
  padding: clamp(22px, 3vw, 32px) clamp(28px, 4vw, 48px);
  scrollbar-width: thin; scrollbar-color: rgba(16,72,120,0.3) transparent;
}
.modal--detail .detail-scroll::-webkit-scrollbar { width: 8px; }
.modal--detail .detail-scroll::-webkit-scrollbar-thumb { background: rgba(16,72,120,0.25); border-radius: 8px; }
.modal--detail .detail-scroll::-webkit-scrollbar-track { background: transparent; }
.modal--detail .detail-body { margin-top: 0; }
.modal--detail .detail-foot {
  flex: 0 0 auto;
  padding: 18px clamp(28px, 4vw, 48px) clamp(24px, 3.5vw, 34px);
  border-top: 1px solid rgba(16,72,120,0.1);
  background: #fff;
}

/* ---------- Manufacturing process (tabbed, horizontal) ---------- */
.proc-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: clamp(28px, 3vw, 44px); }
.proc-tab {
  font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 12px 28px; border-radius: 999px; border: 1px solid rgba(16,72,120,0.22);
  background: #fff; color: var(--navy); cursor: pointer; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.proc-tab:hover { border-color: var(--navy); }
.proc-tab.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }

.proc-panel { display: none; }
.proc-panel.is-active { display: block; }

.proc-flow {
  list-style: none; margin: 0; padding: 4px 4px 16px;
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr);
  gap: 26px; overflow-x: auto; scroll-snap-type: x proximity;
  scrollbar-width: thin; scrollbar-color: rgba(16,72,120,0.3) transparent;
}
.proc-flow::-webkit-scrollbar { height: 8px; }
.proc-flow::-webkit-scrollbar-thumb { background: rgba(16,72,120,0.25); border-radius: 8px; }
.proc-step {
  position: relative; scroll-snap-align: start;
  background: #f7f7f7; border: 1px solid rgba(16,72,120,0.1); border-radius: 16px;
  padding: clamp(20px, 1.6vw, 28px); border-top: 3px solid var(--teal);
}
.proc-step .ps-num { font-family: var(--serif); color: var(--gold); font-size: 1.5rem; font-weight: 300; }
.proc-step h3 { color: var(--navy); font-size: 1.12rem; margin: 8px 0 8px; }
.proc-step p { color: var(--muted); font-size: 0.9rem; line-height: 1.55; }
/* connector arrow sitting in the gap between steps */
.proc-step:not(:last-child)::after {
  content: "→"; position: absolute; right: -22px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.1rem; font-weight: 700; z-index: 2;
}
@media (max-width: 760px){
  .proc-flow { grid-auto-columns: minmax(78%, 1fr); gap: 26px; scroll-snap-type: x mandatory; }
  .proc-step:not(:last-child)::after { right: -20px; }
}
