/* ============================================================
   ALLURE CAPITAL v3 — styles.css
   Medical cyan & white. Image-rich. Family-office, 2026.
   ============================================================ */


:root {
  /* Medical cyan palette — brighter, purer, more clinical than the
     previous teal-leaning hue. Anchored around hue ~195°. */
  --cyan-50:   #edf3f8;   /* very light wash of brand blue */
  --cyan-100:  #d4e3ef;   /* light tint */
  --cyan-200:  #a5c4dc;   /* tint */
  --cyan-300:  #6fa1c4;   /* mid tint */
  --cyan-400:  #2a82b3;   /* lifted brand */
  --cyan-500:  #0072ab;   /* BRAND BLUE — the triangle / mark colour */
  --cyan-600:  #005c8b;   /* darker — business-card gradient end */
  --cyan-700:  #004574;   /* navy — business-card mid */
  --cyan-800:  #003a65;   /* BRAND NAVY — business-card deep */
  --cyan-900:  #00264a;   /* darkest navy */

  /* Neutrals */
  --ink:        #0a1721;
  --ink-2:      #18252f;
  --ink-soft:   #44596a;
  --ink-faint:  #7a8a98;
  --rule:       #d6e8f0;
  --rule-soft:  #ebf4f8;
  --white:      #ffffff;
  --off-white:  #f7fbfd;
  --page:       #ffffff;

  /* Accent uses */
  --accent:      var(--cyan-500);
  --accent-deep: var(--cyan-600);

  /* Typography */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'IBM Plex Sans', system-ui, -apple-system, sans-serif;

  /* Layout */
  --wrap:    1240px;
  --wrap-narrow: 880px;
  --wrap-wide: 1440px;

  /* Motion */
  --dur:  220ms;
  --dur-slow: 400ms;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  /* Shadows — modern softer cyan-tinted */
  --shadow-xs: 0 1px 2px rgba(0, 122, 170, 0.05);
  --shadow-sm: 0 2px 8px rgba(0, 122, 170, 0.07);
  --shadow-md: 0 10px 30px -8px rgba(0, 122, 170, 0.20);
  --shadow-lg: 0 24px 60px -12px rgba(0, 122, 170, 0.24);
  --shadow-xl: 0 36px 80px -16px rgba(0, 122, 170, 0.30);
  --shadow-glow: 0 0 0 1px rgba(0, 152, 207, 0.22), 0 12px 36px -8px rgba(0, 122, 170, 0.20);
  --shadow-inner: inset 0 1px 0 rgba(255, 255, 255, 0.5);

  /* Border radius — modernised */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 24px;
  --r-pill: 999px;

  --header-h: 72px;
}

@media (prefers-color-scheme: dark) {
  /* Reserved for future dark-mode opt-in — site stays light by default */
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--ink);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'ss01' 1;
}

img { max-width: 100%; height: auto; display: block; }
picture { display: block; }
a { color: inherit; text-decoration: none; transition: color var(--dur) var(--ease); }
a:hover { color: var(--accent-deep); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 400; }
p { margin: 0; }

/* Selection */
::selection { background: var(--cyan-200); color: var(--cyan-800); }

/* Focus ring */
:focus-visible {
  outline: 2px solid var(--cyan-500);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0;
  padding: 12px 18px;
  background: var(--cyan-700); color: var(--white);
  font-weight: 600; z-index: 9999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* Visually hidden but available to screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ============================================================
   TYPOGRAPHY — refined opsz/SOFT for variable Fraunces
   ============================================================ */
h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.5vw, 88px);
  line-height: 1.02;
  font-weight: 360;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  color: var(--ink);
  text-wrap: balance;
}
h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 380;
  letter-spacing: -0.022em;
  font-variation-settings: "opsz" 100, "SOFT" 20;
  color: var(--ink);
  text-wrap: balance;
}
h3 {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
}
h4 {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
}
.serif-italic {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  color: var(--cyan-600);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan-600);
  margin: 0 0 18px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.eyebrow--center {
  display: flex;
  justify-content: center;
  text-align: center;
}
.eyebrow--white { color: var(--cyan-300); }


.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.wrap--narrow { max-width: var(--wrap-narrow); margin: 0 auto; padding: 0 32px; }
.wrap--wide { max-width: var(--wrap-wide); margin: 0 auto; padding: 0 32px; }
@media (max-width: 640px) {
  .wrap, .wrap--narrow, .wrap--wide { padding: 0 22px; }
}


/* ============================================================
   NAV — frosted glass, more prominent than v1
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}
.nav.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: var(--rule);
  box-shadow: var(--shadow-sm);
}
.nav__inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
}
.nav__brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-size: 20px; font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.nav__brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  background: transparent;
  padding: 0;
  flex-shrink: 0;
}
.nav__brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nav__brand-name { font-family: var(--font-display); font-style: normal; font-weight: 400; letter-spacing: 0.02em; font-size: 18px; color: var(--cyan-700); }
.nav__brand-name em { font-style: normal; color: var(--ink-faint); font-weight: 400; }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a {
  font-size: 14px; font-weight: 500;
  color: var(--ink-2); letter-spacing: 0.01em;
  position: relative;
  padding: 4px 0;
}
.nav__links a:hover { color: var(--cyan-700); }
.nav__links a.active { color: var(--cyan-700); }
.nav__links a.active::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--accent);
  border-radius: 1px;
}
.nav__cta {
  background: linear-gradient(135deg, var(--cyan-600), var(--cyan-700));
  color: var(--white) !important;
  padding: 11px 24px;
  border-radius: var(--r-pill);
  font-weight: 500;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  box-shadow: 0 4px 14px -2px rgba(0, 122, 170, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.nav__cta:hover {
  color: var(--white) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px -4px rgba(0, 122, 170, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.nav__cta.active::after { display: none; }

.nav__toggle {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  border-radius: var(--r-sm);
  transition: background var(--dur) var(--ease);
}
.nav__toggle:hover { background: var(--cyan-50); }
.nav__toggle span {
  display: block; width: 22px; height: 1.5px;
  background: var(--ink);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 1024px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed;
    top: var(--header-h); left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--rule);
    padding: 28px 32px 32px;
    gap: 20px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
  }
  .nav.is-open .nav__links {
    transform: translateY(0); opacity: 1; pointer-events: all;
  }
  .nav__cta { align-self: flex-start; }
}


/* ============================================================
   BUTTONS — refined hover/press states
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px;
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
  cursor: pointer; white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent 50%);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
  pointer-events: none;
}
.btn:hover::after { opacity: 1; }
.btn:active { transform: translateY(0) !important; }
.btn--primary {
  background: linear-gradient(135deg, var(--cyan-600), var(--cyan-700));
  color: var(--white);
  box-shadow: 0 6px 16px -2px rgba(0, 122, 170, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn--primary:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -4px rgba(0, 122, 170, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.btn--ghost {
  background: transparent;
  color: var(--cyan-700);
  border-color: var(--cyan-400);
}
.btn--ghost:hover {
  background: var(--cyan-700); color: var(--white); border-color: var(--cyan-700);
  transform: translateY(-2px);
}
.btn--white {
  background: var(--white);
  color: var(--cyan-700);
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.15);
}
.btn--white:hover {
  background: var(--cyan-50);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px -6px rgba(0, 0, 0, 0.25);
}

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500;
  color: var(--cyan-700);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: gap var(--dur) var(--ease), color var(--dur) var(--ease);
}
.link-arrow:hover { gap: 14px; color: var(--cyan-800); }
.link-quiet {
  color: var(--cyan-700);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}


/* ============================================================
   HERO — full image with smoother transition to next section
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: flex; align-items: center;
  overflow: hidden;
  padding: 80px 0 120px;
  color: var(--white);
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img, .hero__bg picture { width: 100%; height: 100%; }
.hero__bg img { object-fit: cover; object-position: center; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(0, 70, 106, 0.92) 0%, rgba(0, 70, 106, 0.65) 45%, rgba(0, 70, 106, 0.3) 100%),
    linear-gradient(180deg, rgba(0, 70, 106, 0.3) 0%, transparent 30%, transparent 70%, rgba(0, 70, 106, 0.45) 100%);
  z-index: -1;
}
/* Soft transition to next section — curve at bottom */
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--cyan-50));
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 2;
  max-width: var(--wrap); margin: 0 auto;
  padding: 0 32px;
  display: grid; grid-template-columns: 1fr 280px;
  gap: 80px; align-items: center; width: 100%;
}
.hero__content { max-width: 720px; }
.hero__content h1 { color: var(--white); }
.hero__content h1 .serif-italic { color: var(--cyan-200); }
.hero__lede {
  font-size: 19px; line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 32px 0 40px;
  max-width: 640px;
}
.hero__content .eyebrow { color: var(--cyan-200); }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__cta .btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.08);
}
.hero__cta .btn--ghost:hover { background: var(--white); color: var(--cyan-700); border-color: var(--white); }
.hero__aside {
  align-self: stretch;
  display: flex; flex-direction: column; justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 36px; gap: 4px;
}
.hero__stat-num {
  font-family: var(--font-display);
  font-size: 46px; line-height: 1;
  font-weight: 380;
  font-variation-settings: "opsz" 144;
  color: var(--white);
  letter-spacing: -0.025em;
  margin: 0;
}
.hero__stat-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cyan-200);
  margin: 6px 0 18px;
}
.hero__rule { height: 1px; background: rgba(255, 255, 255, 0.15); }
.hero__rule:first-child { display: none; }

/* Pulsing scroll indicator */
.hero__scroll-cue {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.hero__scroll-cue::after {
  content: "";
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);
  animation: scrollCue 2.4s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollCue {
  0% { transform: scaleY(0); opacity: 0.2; }
  40% { transform: scaleY(1); opacity: 1; }
  60% { transform: scaleY(1) translateY(0); opacity: 1; }
  100% { transform: scaleY(1) translateY(32px); opacity: 0; }
}

@media (max-width: 880px) {
  .hero { min-height: auto; padding: 56px 0 84px; }
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__aside {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0; padding-top: 28px;
    flex-direction: row; flex-wrap: wrap;
    justify-content: space-between; gap: 24px;
  }
  .hero__aside > .hero__rule { display: none; }
  .hero__aside > div { flex: 1 1 calc(50% - 12px); }
  .hero__stat-num { font-size: 34px; }
  .hero__scroll-cue { display: none; }
}


/* ============================================================
   SECTIONS
   ============================================================ */
.section {
  padding: 110px 0;
  position: relative;
}
.section--intro {
  padding: 100px 0 110px;
  background: var(--cyan-50);
  position: relative;
}
.section--intro::before {
  /* Subtle mesh gradient */
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(ellipse 80% 40% at 20% 0%, rgba(46, 179, 223, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 100%, rgba(0, 152, 207, 0.08), transparent 60%);
  pointer-events: none;
}
.section--intro > .wrap { position: relative; z-index: 1; }

.section--dark {
  background: var(--cyan-900);
  color: var(--white);
  position: relative; overflow: hidden;
  padding: 120px 0;
}
.section--dark::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle 600px at 80% 20%, rgba(0, 152, 207, 0.20), transparent 60%),
    radial-gradient(circle 500px at 10% 90%, rgba(0, 152, 207, 0.12), transparent 60%);
  pointer-events: none;
}
.section--dark > .wrap { position: relative; z-index: 1; }
.section--dark h2 { color: var(--white); }
.section--dark .serif-italic { color: var(--cyan-300); }
.section--dark .eyebrow { color: var(--cyan-300); }
.section--stats {
  padding: 90px 0;
  background: var(--off-white);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.section--stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(46, 179, 223, 0.06), transparent 70%);
  pointer-events: none;
}
.section--stats > .wrap { position: relative; z-index: 1; }
.section--testimonials { padding: 110px 0; background: var(--cyan-50); position: relative; }
.section--testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(46, 179, 223, 0.10), transparent 60%);
  pointer-events: none;
}
.section--testimonials > .wrap { position: relative; z-index: 1; }
.section--criteria-cta { padding: 110px 0; background: var(--white); }

@media (max-width: 640px) {
  .section, .section--intro, .section--stats, .section--testimonials, .section--criteria-cta, .section--dark {
    padding: 70px 0;
  }
}


.section-head { max-width: 720px; margin: 0 0 56px; }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--center .eyebrow { justify-content: center; }
.section-head h2 { margin-bottom: 18px; }
.section-head__sub {
  font-size: 18px; line-height: 1.55;
  color: var(--ink-soft);
  max-width: 620px;
}
.section--dark .section-head__sub { color: rgba(255, 255, 255, 0.7); }


/* ============================================================
   INTRO LAYOUT — image alongside one-paragraph block
   ============================================================ */
.intro-layout {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 72px; align-items: center;
}
.intro-layout__image {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-xl);
  isolation: isolate;
}
.intro-layout__image picture,
.intro-layout__image img { width: 100%; height: 100%; }
.intro-layout__image img { object-fit: cover; }
.intro-layout__image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 70, 106, 0.3) 100%);
}
.intro-layout__image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
}
.intro-layout__content .intro__body {
  font-family: var(--font-display);
  font-size: 21px; line-height: 1.55;
  font-weight: 360;
  font-variation-settings: "opsz" 100, "SOFT" 30;
  color: var(--ink-2);
  margin-top: 16px;
  text-wrap: pretty;
}
.intro-layout__content .intro__body em { color: var(--ink); font-weight: 420; }
.intro-layout__content .intro__signoff { margin-top: 28px; }

@media (max-width: 880px) {
  .intro-layout { grid-template-columns: 1fr; gap: 40px; }
  .intro-layout__image { aspect-ratio: 16/10; order: -1; }
}


/* ============================================================
   SERVICES — image-led cards, 16:10 aspect images on the left
   ============================================================ */
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px; margin-top: 48px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--dur-slow) var(--ease), box-shadow var(--dur-slow) var(--ease), border-color var(--dur) var(--ease);
  display: grid; grid-template-columns: 240px 1fr;
  min-width: 0;
  isolation: isolate;
  position: relative;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--cyan-300);
}
.service-card__image {
  position: relative; overflow: hidden;
  min-height: 240px;
  background: linear-gradient(135deg, var(--cyan-100), var(--cyan-200));
}
.service-card__image picture,
.service-card__image img {
  width: 100%; height: 100%;
}
.service-card__image img {
  object-fit: cover;
  transition: transform 600ms var(--ease-out);
}
.service-card:hover .service-card__image img { transform: scale(1.06); }
.service-card__content {
  padding: 36px 32px;
  display: flex; flex-direction: column; justify-content: center;
  min-width: 0;
}
.service-card__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px; font-weight: 400;
  color: var(--cyan-600);
  margin-bottom: 10px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.service-card__content h3 {
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  line-height: 1.25;
  text-wrap: balance;
}
.service-card__content p {
  font-size: 14.5px; line-height: 1.65;
  color: var(--ink-soft);
}

@media (max-width: 880px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 1fr; }
  .service-card__image { min-height: 200px; }
}


/* ============================================================
   STATS — modern centered numerals with breathing room
   ============================================================ */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat {
  padding: 0 32px;
  border-right: 1px solid var(--rule);
  min-width: 0;
  position: relative;
}
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: none; padding-right: 0; }
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(48px, 4.8vw, 76px);
  line-height: 1; font-weight: 360;
  letter-spacing: -0.03em;
  color: var(--cyan-800);
  font-variation-settings: "opsz" 144;
  margin: 0;
  background: linear-gradient(135deg, var(--cyan-700) 0%, var(--cyan-500) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat__suffix {
  font-size: 0.55em; font-weight: 400;
  color: var(--cyan-500);
  font-style: italic; margin-left: 4px;
  -webkit-text-fill-color: var(--cyan-500);
}
.stat__label {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--ink-2);
  margin: 18px 0 6px;
  line-height: 1.3;
}
.stat__note {
  font-size: 12px; color: var(--ink-faint);
  line-height: 1.5;
}

@media (max-width: 880px) {
  .stats { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(even) { border-right: none; padding-right: 0; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(3) { border-right: 1px solid var(--rule); padding-left: 0; }
}
@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr; gap: 44px; }
  .stat { padding: 0; border-right: none !important; }
}


/* ============================================================
   TESTIMONIALS — modernised with subtle gradient borders
   ============================================================ */
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 48px;
}
.testimonial {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 40px 36px;
  margin: 0;
  border-radius: var(--r-lg);
  position: relative;
  transition: transform var(--dur-slow) var(--ease), box-shadow var(--dur-slow) var(--ease), border-color var(--dur) var(--ease);
  min-width: 0;
}
.testimonial:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--cyan-300);
}
.testimonial::before {
  content: "\201C";
  position: absolute; top: 8px; left: 22px;
  font-family: var(--font-display);
  font-size: 90px; line-height: 1;
  color: var(--cyan-300);
  font-style: italic; font-weight: 400;
  opacity: 0.6;
}
.testimonial blockquote { margin: 26px 0 26px; }
.testimonial blockquote p {
  font-family: var(--font-display);
  font-size: 16.5px; line-height: 1.6;
  font-weight: 380;
  color: var(--ink-2);
  font-variation-settings: "opsz" 100, "SOFT" 20;
  text-wrap: pretty;
}
.testimonial figcaption {
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.testimonial__name {
  font-size: 14px; font-weight: 600;
  color: var(--ink); margin: 0 0 2px;
}
.testimonial__role {
  font-size: 12px; color: var(--ink-faint);
  letter-spacing: 0.03em;
}

@media (max-width: 880px) {
  .testimonial-grid { grid-template-columns: 1fr; gap: 18px; }
}


/* ============================================================
   "RIGHT NOW" — modernised bento-style cards
   ============================================================ */
.now-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 36px;
}
.now-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 26px 26px 22px;
  display: flex; flex-direction: column; gap: 4px;
  min-width: 0;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.now-card:hover {
  border-color: var(--cyan-400);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.now-card__tag {
  position: absolute; top: 20px; right: 20px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: var(--r-sm);
  display: inline-flex; align-items: center; gap: 6px;
}
.now-card__tag--active {
  background: var(--cyan-700);
  color: var(--white);
}
.now-card__tag--active::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cyan-300);
  box-shadow: 0 0 0 2px rgba(111, 203, 234, 0.4);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(111, 203, 234, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(111, 203, 234, 0); }
}
.now-card__tag--sourcing {
  background: var(--cyan-100);
  color: var(--cyan-700);
}
.now-card__label {
  font-size: 12px; font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: 0.03em; margin: 0;
  padding-right: 100px;
}
.now-card__name {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 380;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 4px 0 8px;
  text-wrap: balance;
}
.now-card__note {
  font-size: 13.5px; color: var(--ink-soft);
  line-height: 1.55; margin: 0;
}

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


/* ============================================================
   CRITERIA-CTA — split block with image
   ============================================================ */
.criteria-cta {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 80px; align-items: center;
}
.criteria-cta__left h2 { margin-bottom: 22px; }
.criteria-cta__left p {
  font-size: 17px; line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 30px;
}
.criteria-cta__image {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-xl);
}
.criteria-cta__image picture,
.criteria-cta__image img { width: 100%; height: 100%; }
.criteria-cta__image img { object-fit: cover; }
.criteria-cta__image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 880px) {
  .criteria-cta { grid-template-columns: 1fr; gap: 40px; }
  .criteria-cta__image { aspect-ratio: 16/10; }
}


/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--cyan-900);
  color: rgba(255, 255, 255, 0.85);
  position: relative; overflow: hidden;
}
.footer::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle 700px at 80% 30%, rgba(0, 152, 207, 0.18), transparent 60%),
    radial-gradient(circle 500px at 0% 100%, rgba(0, 152, 207, 0.12), transparent 60%);
  pointer-events: none;
}
.footer__cta {
  padding: 100px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.footer__cta h2 {
  color: var(--white);
  margin: 16px 0 32px;
  max-width: 760px;
}
.footer__cta .serif-italic { color: var(--cyan-200); }
.footer__main { padding: 64px 0 28px; position: relative; }
.footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px; margin-bottom: 48px;
}
.footer__brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-size: 22px; font-style: italic; font-weight: 380;
  margin-bottom: 18px; color: var(--white);
}
.footer__brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background: transparent;
  padding: 0;
  flex-shrink: 0;
}
.footer__brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.footer__about p {
  font-size: 14px; line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  max-width: 360px;
}
.footer__acn {
  margin-top: 14px; font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.04em;
}
.footer__col-h {
  color: var(--cyan-300);
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.footer__col ul li { margin-bottom: 11px; }
.footer__col a { font-size: 14px; color: rgba(255, 255, 255, 0.7); transition: color 200ms ease, padding-left 200ms ease; }
.footer__col a:hover { color: var(--cyan-200); padding-left: 4px; }
.footer__addr { font-size: 14px; color: rgba(255, 255, 255, 0.7); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 24px; flex-wrap: wrap;
}
.footer__bottom p { font-size: 12px; color: rgba(255, 255, 255, 0.5); }
.footer__disclaimer { max-width: 480px; text-align: right; }

@media (max-width: 880px) {
  .footer__cta { padding: 70px 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .footer__about { grid-column: 1 / -1; }
  .footer__disclaimer { text-align: left; }
}
@media (max-width: 560px) {
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
}


/* ============================================================
   REVEAL animations — opt-in via JS class
   ============================================================ */
.reveal { opacity: 1; transform: none; }
.js-loaded .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
.js-loaded .reveal.is-visible {
  opacity: 1; transform: translateY(0);
}
/* Stagger children */
.js-loaded .reveal.is-visible .stagger > * {
  animation: staggerFadeIn 600ms var(--ease-out) backwards;
}
.js-loaded .reveal.is-visible .stagger > *:nth-child(1) { animation-delay: 100ms; }
.js-loaded .reveal.is-visible .stagger > *:nth-child(2) { animation-delay: 200ms; }
.js-loaded .reveal.is-visible .stagger > *:nth-child(3) { animation-delay: 300ms; }
.js-loaded .reveal.is-visible .stagger > *:nth-child(4) { animation-delay: 400ms; }
@keyframes staggerFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .js-loaded .reveal {
    opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important;
  }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}


.services-grid > *, .stats > *, .testimonial-grid > *,
.criteria-cta > *, .footer__grid > *, .hero__inner > *,
.now-grid > *, .intro-layout > * { min-width: 0; }


/* ============================================================
   PAGE HEAD — image fading from right
   ============================================================ */
.page-head {
  position: relative;
  padding: 160px 0 110px;
  background: var(--cyan-50);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.page-head::before {
  /* Mesh gradient */
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(ellipse 60% 50% at 10% 20%, rgba(46, 179, 223, 0.10), transparent 60%),
    radial-gradient(ellipse 70% 60% at 100% 80%, rgba(0, 152, 207, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.page-head__image {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 48%;
  z-index: 1;
}
.page-head__image picture,
.page-head__image img { width: 100%; height: 100%; }
.page-head__image img { object-fit: cover; }
.page-head__image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(95deg, var(--cyan-50) 0%, rgba(239, 249, 253, 0.6) 25%, transparent 60%);
}
.page-head__content { position: relative; z-index: 2; max-width: 720px; }
.page-head h1 { font-size: clamp(40px, 5vw, 72px); margin: 16px 0 22px; }
.page-head__lede {
  font-size: 18px; line-height: 1.55;
  color: var(--ink-2);
  max-width: 600px;
}

@media (max-width: 880px) {
  .page-head { padding: 110px 0 70px; }
  .page-head__image { width: 100%; opacity: 0.16; }
}


/* ============================================================
   APPROACH PAGE — criteria list
   ============================================================ */
.criteria-list { display: grid; gap: 0; margin-top: 48px; }
.criterion {
  display: grid; grid-template-columns: 92px 1fr;
  gap: 32px; padding: 36px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
  transition: padding-left var(--dur) var(--ease);
}
.criterion:hover {
  padding-left: 8px;
}
.criterion:last-child { border-bottom: none; }
.criterion:first-child { padding-top: 0; }
.criterion__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 44px; font-weight: 380;
  color: var(--cyan-500);
  line-height: 1;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  background: linear-gradient(135deg, var(--cyan-500), var(--cyan-700));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.criterion__body h2,
.criterion__body h3 {
  font-size: 23px; font-weight: 500;
  margin-bottom: 10px; line-height: 1.25;
  text-wrap: balance;
  font-family: var(--font-body);
  letter-spacing: -0.005em;
  color: var(--ink);
}
.criterion__body p {
  font-size: 16px; line-height: 1.7;
  color: var(--ink-2);
  text-wrap: pretty;
}

@media (max-width: 560px) {
  .criterion { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .criterion__num { font-size: 32px; }
}


/* ============================================================
   PORTFOLIO PAGE
   ============================================================ */
.portfolio-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; margin-top: 40px;
}
.pf-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--dur-slow) var(--ease), box-shadow var(--dur-slow) var(--ease), border-color var(--dur) var(--ease);
  min-width: 0;
  isolation: isolate;
}
.pf-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--cyan-300);
}
.pf-card__image {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--cyan-100), var(--cyan-200));
  overflow: hidden; position: relative;
}
.pf-card__image picture,
.pf-card__image img {
  width: 100%; height: 100%;
}
.pf-card__image img {
  object-fit: cover;
  transition: transform 600ms var(--ease-out);
}
.pf-card:hover .pf-card__image img { transform: scale(1.06); }
.pf-card__body {
  padding: 32px 32px 28px;
  display: flex; flex-direction: column; gap: 12px;
  min-width: 0;
}
.pf-card__head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px;
}
.pf-card__status {
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: var(--r-sm);
  white-space: nowrap; flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 6px;
}
.pf-card__status--active { background: var(--cyan-700); color: var(--white); }
.pf-card__status--active::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cyan-300);
  box-shadow: 0 0 0 2px rgba(111, 203, 234, 0.4);
  animation: pulse 2s ease-in-out infinite;
}
.pf-card__status--realised {
  background: var(--cyan-100);
  color: var(--cyan-700);
}
.pf-card h3 {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 380;
  letter-spacing: -0.02em;
  margin: 0; color: var(--ink);
  line-height: 1.15;
  text-wrap: balance;
}
.pf-card__role {
  font-size: 12px; font-weight: 600;
  color: var(--cyan-700);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
.pf-card__body p {
  font-size: 14.5px; line-height: 1.65;
  color: var(--ink-soft); margin: 0;
}
.pf-card__facts {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px; margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.pf-card__fact { min-width: 0; }
.pf-card__fact-num {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 380;
  font-variation-settings: "opsz" 144;
  color: var(--cyan-700);
  letter-spacing: -0.02em;
  margin: 0;
}
.pf-card__fact-label {
  font-size: 11px; color: var(--ink-faint);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

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


/* ============================================================
   PRINCIPAL PAGE
   ============================================================ */
.principal-hero {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 72px; align-items: center;
}
.principal-hero__content > p {
  font-size: 18px; line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 22px; margin-top: 22px;
  text-wrap: pretty;
}
.principal-hero__portrait {
  position: relative;
  aspect-ratio: 2/3;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  background: linear-gradient(135deg, var(--cyan-100), var(--cyan-200));
  isolation: isolate;
}
.principal-hero__portrait picture,
.principal-hero__portrait img { width: 100%; height: 100%; }
.principal-hero__portrait img { object-fit: cover; object-position: center 20%; }
.principal-hero__portrait::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(0, 38, 74, 0.22) 100%);
}
.principal-hero__portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
}

.principal-bio {
  max-width: 760px;
  margin: 60px auto 0;
}
.principal-bio h2,
.principal-bio h3 {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 400;
  letter-spacing: -0.015em;
  margin: 40px 0 14px;
  color: var(--cyan-800);
}
.principal-bio p {
  font-size: 16.5px; line-height: 1.75;
  color: var(--ink-2);
  margin-bottom: 18px;
  text-wrap: pretty;
}

.principal-card {
  margin-top: 52px;
  padding: 36px;
  background: linear-gradient(135deg, var(--cyan-50), var(--cyan-100));
  border-left: 3px solid var(--cyan-500);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  position: relative;
}
.principal-card p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px; line-height: 1.65;
  color: var(--ink-2); margin: 0;
  text-wrap: pretty;
}
.principal-card a {
  color: var(--cyan-700);
  border-bottom: 1px solid currentColor;
  font-style: normal;
}

@media (max-width: 880px) {
  .principal-hero { grid-template-columns: 1fr; gap: 40px; }
}


/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-layout {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 56px; margin-top: 48px;
  align-items: start;
}
.contact-form {
  display: flex; flex-direction: column; gap: 22px;
}
.contact-form label {
  display: block; font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%; padding: 15px 18px;
  font-family: var(--font-body); font-size: 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover {
  border-color: var(--cyan-300);
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(0, 152, 207, 0.15);
}
.contact-form textarea {
  min-height: 160px; resize: vertical;
  font-family: var(--font-body);
}
.contact-channels {
  display: flex; flex-direction: column; gap: 16px;
}
.contact-channel {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 24px 28px;
  border-radius: var(--r-lg);
  display: block;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.contact-channel:hover {
  border-color: var(--cyan-400);
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}
.contact-channel__label {
  font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan-700);
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-channel__value {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 380;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 4px;
}
.contact-channel__note {
  font-size: 13px; color: var(--ink-faint);
  line-height: 1.55;
}

.contact-image {
  margin-top: 56px;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: var(--shadow-lg);
  position: relative;
  isolation: isolate;
}
.contact-image picture,
.contact-image img { width: 100%; height: 100%; }
.contact-image img { object-fit: cover; }
.contact-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 880px) {
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   v3 ADDITIONS — video, strategies (active + passive),
   media-rich helpers
   ============================================================ */

/* ---------- Video media ---------- */
.media-video {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  aspect-ratio: 16 / 9;
  background: var(--cyan-900);
  isolation: isolate;
  box-shadow: var(--shadow-lg);
}
.media-video video,
.media-video img.media-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media-video__poster { z-index: 1; transition: opacity 480ms var(--ease); }
.media-video.is-playing .media-video__poster { opacity: 0; }
.media-video video { z-index: 2; }
.media-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 55%, rgba(0, 48, 74, 0.45) 100%),
    linear-gradient(140deg, rgba(0, 152, 207, 0.10) 0%, transparent 50%);
  mix-blend-mode: multiply;
}
.media-video::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  z-index: 4;
  pointer-events: none;
}

/* Hero accent video — small, anchored bottom-right of hero */
.hero__video-accent {
  position: absolute;
  right: 32px;
  bottom: 96px;
  width: clamp(220px, 22vw, 320px);
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  z-index: 4;
  box-shadow: 0 24px 60px -12px rgba(0, 122, 170, 0.40), 0 0 0 1px rgba(255,255,255,0.20);
  transform: translateY(0);
  background: var(--cyan-900);
}
.hero__video-accent video,
.hero__video-accent img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__video-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0, 70, 106, 0.55) 100%);
  pointer-events: none;
}
.hero__video-accent__label {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 3;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.92;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
@media (max-width: 880px) {
  .hero__video-accent { display: none; }
}

/* Section with full-bleed video background */
.section--video-bg {
  position: relative;
  padding: 120px 0;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}
.section--video-bg .section__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.section--video-bg .section__video video,
.section--video-bg .section__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section--video-bg .section__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0, 48, 74, 0.92) 0%, rgba(0, 70, 106, 0.78) 40%, rgba(0, 122, 170, 0.55) 100%),
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(0, 152, 207, 0.30), transparent 70%);
}
.section--video-bg > .wrap { position: relative; z-index: 1; }
.section--video-bg .eyebrow { color: var(--cyan-200); }
.section--video-bg .eyebrow::before { background: var(--cyan-300); }
.section--video-bg h2 { color: var(--white); }
.section--video-bg p { color: rgba(255, 255, 255, 0.86); }

/* ---------- Strategies (two pillars: active + passive) ---------- */
.strategies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 56px;
}
.strategy-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 0;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  display: flex;
  flex-direction: column;
}
.strategy-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--cyan-300);
}
.strategy-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--cyan-100);
}
.strategy-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-out);
}
.strategy-card:hover .strategy-card__image img { transform: scale(1.04); }
.strategy-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 70, 106, 0.55) 100%);
  pointer-events: none;
}
.strategy-card__tag {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.94);
  color: var(--cyan-700);
  backdrop-filter: blur(8px);
}
.strategy-card__tag--passive { color: var(--cyan-800); background: var(--cyan-100); }
.strategy-card__body {
  padding: 32px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.strategy-card__kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cyan-600);
}
.strategy-card__title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-weight: 400;
}
.strategy-card__title em {
  font-style: italic;
  color: var(--cyan-600);
  font-family: var(--font-display);
}
.strategy-card__body p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
.strategy-card__points {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strategy-card__points li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.strategy-card__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 1px;
  background: var(--cyan-500);
}

@media (max-width: 880px) {
  .strategies { grid-template-columns: 1fr; gap: 24px; }
  .strategy-card__body { padding: 26px 24px 30px; }
}

/* ---------- Family-office intro: text + portrait + video ---------- */
.fo-intro {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.fo-intro__media {
  display: grid;
  grid-template-rows: 1.4fr 1fr;
  gap: 16px;
}
.fo-intro__image,
.fo-intro__video {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cyan-100);
  position: relative;
  isolation: isolate;
  box-shadow: var(--shadow-md);
}
.fo-intro__image img,
.fo-intro__video video,
.fo-intro__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fo-intro__image { aspect-ratio: 4 / 3; }
.fo-intro__video { aspect-ratio: 16 / 9; }
.fo-intro__video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(165deg, transparent 50%, rgba(0, 70, 106, 0.45) 100%);
}
.fo-intro__video__label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.92;
}
@media (max-width: 880px) {
  .fo-intro { grid-template-columns: 1fr; gap: 40px; }
  .fo-intro__media { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .fo-intro__image { aspect-ratio: 1 / 1; }
}

/* ---------- Image gallery strip (graphics row) ---------- */
.image-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 32px;
}
.image-strip__cell {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--cyan-100);
  box-shadow: var(--shadow-sm);
}
.image-strip__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-out);
}
.image-strip__cell:hover img { transform: scale(1.06); }
.image-strip__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 48, 74, 0.50) 100%);
  pointer-events: none;
}
.image-strip__cell__caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 880px) {
  .image-strip { grid-template-columns: 1fr 1fr; gap: 10px; }
}

/* ---------- Generations badge / family-office mark ---------- */
.fo-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 8px;
  border-radius: var(--r-pill);
  background: var(--cyan-50);
  color: var(--cyan-800);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--cyan-200);
  margin-bottom: 18px;
}
.fo-mark__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(0, 152, 207, 0.18);
}

/* Reduced-motion respect for videos */
@media (prefers-reduced-motion: reduce) {
  .media-video video,
  .hero__video-accent video,
  .section--video-bg .section__video video,
  .fo-intro__video video { display: none; }
  .media-video__poster,
  .hero__video-accent img,
  .section--video-bg .section__video img,
  .fo-intro__video img { opacity: 1 !important; }
}

/* ============================================================
   v4 ADDITIONS — selection highlight, image strip refinements
   ============================================================ */

/* Selection highlight section — image-left, text-right layout
   with a big number callout. Used for "one or two per year" story. */
.selection {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.selection__image {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cyan-100);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}
.selection__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.selection__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, transparent 55%, rgba(0, 70, 106, 0.30) 100%);
  pointer-events: none;
}
.selection__big-num {
  font-family: var(--font-display);
  font-size: clamp(72px, 11vw, 156px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--cyan-600);
  font-weight: 400;
  margin: 0 0 20px;
}
.selection__big-num em {
  font-style: italic;
  color: var(--cyan-500);
}
.selection__big-num-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  font-style: normal;
  margin-top: 12px;
}
.selection__body p {
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 16px;
}
.selection__body p:last-child { margin-bottom: 0; }
@media (max-width: 880px) {
  .selection { grid-template-columns: 1fr; gap: 36px; }
}

/* Image strip — three or four real photographs in a row.
   Used as a visual breather that says "this is the actual work". */
.image-strip--3 { grid-template-columns: repeat(3, 1fr); }
.image-strip__cell--wide { aspect-ratio: 3 / 2; }
.image-strip__cell--tall { aspect-ratio: 3 / 4; }
@media (max-width: 880px) {
  .image-strip--3 { grid-template-columns: 1fr; }
}

/* ============================================================
   v5 — PASSIVE PORTFOLIO components (donut, top-10 bars, vehicles)
   ============================================================ */
.passive-h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--white);
  margin: 8px 0 36px;
}
.passive-note {
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  max-width: 640px;
  line-height: 1.5;
}
.eyebrow--white { color: rgba(255,255,255,0.55); }
.muted { color: rgba(255,255,255,0.4); }

/* Summary stat cards (used on passive page over dark bg) */
.fo-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-md);
  overflow: hidden;
}
.fo-summary__card {
  background: var(--cyan-800);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  align-items: flex-start;
}
.fo-summary__num {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  color: var(--white);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.fo-summary__num small {
  font-size: 0.5em;
  color: var(--cyan-200);
  margin-left: 2px;
  font-weight: 400;
}
.fo-summary__label {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.45;
  letter-spacing: 0;
  margin-top: 4px;
}

/* Donut allocation chart */
.allocation {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 64px;
  align-items: center;
}
.pie-chart-wrap {
  display: flex; justify-content: center; align-items: center;
}
.pie-chart {
  width: 100%; max-width: 340px; height: auto;
  filter: drop-shadow(0 12px 32px rgba(0, 38, 74, 0.5));
}
.allocation__legend {
  display: flex; flex-direction: column;
  gap: 14px;
}
.allocation__legend-row {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 14px; align-items: center;
  padding: 12px 16px;
  background: rgba(255,255,255,0.03);
  border-radius: var(--r-sm);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.88);
  font-size: 15px;
}
.allocation__legend-dot {
  width: 14px; height: 14px; border-radius: 50%;
  display: inline-block;
}
.allocation__legend-pct {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  letter-spacing: -0.01em;
}
@media (max-width: 880px) {
  .allocation { grid-template-columns: 1fr; gap: 40px; }
}

/* Top-10 horizontal bar chart */
.top-holdings-chart {
  display: flex; flex-direction: column;
  gap: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--r-md);
  padding: 28px 28px;
}
.thc__row {
  display: grid;
  grid-template-columns: 64px 1fr 56px;
  gap: 16px;
  align-items: center;
}
.thc__ticker {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  color: var(--cyan-200);
  letter-spacing: 0.02em;
}
.thc__bar-track {
  height: 18px;
  background: rgba(255,255,255,0.06);
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.thc__bar {
  height: 100%;
  background: linear-gradient(90deg, #1a90c8 0%, #3eb3d6 100%);
  border-radius: 9px;
  transition: width 1.2s var(--ease);
}
.thc__pct {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-align: right;
  letter-spacing: -0.01em;
}
@media (max-width: 640px) {
  .thc__row { grid-template-columns: 56px 1fr 48px; gap: 10px; }
}

/* Three-vehicle grid */
.vehicles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.vehicle {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.vehicle__type {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan-600);
  font-weight: 600;
  margin: 0 0 10px;
}
.vehicle__name {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 14px;
}
.vehicle__body {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
@media (max-width: 880px) {
  .vehicles { grid-template-columns: 1fr; }
}

/* ============================================================
   v6 — Portfolio-card LOGOS + Awards (Recognition) wall + gold accent
   ============================================================ */

/* Optional accent gold — used sparingly: selection eyebrows, hover arrows */
:root {
  --gold-300: #d6b67a;
  --gold-500: #b5905a;
  --gold-600: #957244;
}

/* Logo strip at the top of each portfolio card */
.pf-card__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 28px 0;
  min-height: 56px;
}
.pf-card__logo img {
  max-height: 32px;
  max-width: 160px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  filter: none;
}
/* When the card body has a logo strip above it, tighten its top padding */
.pf-card__logo + .pf-card__body { padding-top: 18px; }

/* Recognition wall (awards) */
.recognition {
  padding: 80px 0 40px;
}
.recognition__intro {
  max-width: 720px;
  margin-bottom: 40px;
}
.recognition-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
.recognition-wall__item {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 180px;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.recognition-wall__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--cyan-200);
}
.recognition-wall__item picture,
.recognition-wall__item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}
/* The poster-style 40under40 is much taller — give it a tighter cap */
.recognition-wall__item--tall img { max-height: 120px; }
.recognition-wall__label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.recognition-wall__label strong {
  display: block;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  font-size: 13px;
  text-transform: none;
}
@media (max-width: 640px) {
  .recognition-wall { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .recognition-wall__item { padding: 22px 16px 18px; min-height: 160px; }
}

/* ============================================================
   v6.1 — Contrast fixes on dark backgrounds
   ============================================================ */
/* Fix blue-on-blue: italic accent text on dark sections must be light enough to read */
.section--video-bg .serif-italic,
.section--dark .serif-italic,
.footer .serif-italic,
.footer__cta .serif-italic,
.principal-hero .serif-italic { color: var(--cyan-200); }

/* And the eyebrow on dark needs the same brighter treatment */
.section--video-bg .eyebrow,
.section--dark .eyebrow { color: rgba(255,255,255,0.65); }
.section--video-bg .eyebrow::before,
.section--dark .eyebrow::before { background: rgba(255,255,255,0.4); }

/* ============================================================
   v7 — Investment philosophy pillars (approach.html)
   ============================================================ */
.philosophy {
  display: grid;
  gap: 36px;
  margin-top: 48px;
}
.philosophy__pillar {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule);
}
.philosophy__pillar:last-child { border-bottom: 0; padding-bottom: 0; }
.philosophy__h {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--cyan-700);
  margin: 0;
  line-height: 1.25;
}
.philosophy__pillar p:not(.philosophy__h) {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}
@media (max-width: 760px) {
  .philosophy__pillar {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 28px;
  }
  .philosophy__h { font-size: 20px; }
}

/* ============================================================
   v7 — Video embed (YouTube on principal page)
   ============================================================ */
.video-embed {
  max-width: 960px;
  margin: 40px auto 0;
}
.video-embed__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px -16px rgba(0, 38, 74, 0.6);
  border: 1px solid rgba(255,255,255,0.08);
}
.video-embed__frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.video-embed__caption {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin: 20px 0 0;
  letter-spacing: 0.02em;
}
.video-embed__caption a {
  color: var(--cyan-200);
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.video-embed__caption a:hover { color: var(--white); border-bottom-color: var(--cyan-200); }

/* ============================================================
   v8 — Second video, press/coverage list, readability uplift
   ============================================================ */
.video-embed--second { margin-top: 64px; }
.video-embed__h {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0 0 20px;
}

/* External press / coverage list */
.press-list {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  display: grid;
  gap: 28px;
}
.press-list__item {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 28px 32px;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.press-list__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--cyan-200);
}
.press-list__pub {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cyan-600);
  margin: 0 0 10px;
}
.press-list__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.3;
}
.press-list__title a {
  color: inherit;
  border-bottom: 1px solid var(--cyan-300);
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.press-list__title a:hover { color: var(--cyan-700); border-bottom-color: var(--cyan-700); }
.press-list__note {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}
@media (max-width: 640px) {
  .press-list__item { padding: 22px 20px; }
  .press-list__title { font-size: 19px; }
}

/* ============================================================
   v8 — READABILITY UPLIFT
   Brighter muted text, larger captions, stronger contrast across dark sections
   ============================================================ */

/* Bump core ink-faint values darker for better contrast on white backgrounds */
:root {
  --ink-faint: #5a6470;        /* was lighter, now WCAG AA on white */
  --ink-soft:  #3c4754;        /* body-paragraph muted */
}

/* All "muted" text on dark sections — lift from 0.4–0.55 alpha to 0.75 */
.section--dark p,
.section--video-bg p,
.section--dark .section-head__sub,
.section--video-bg .section-head__sub { color: rgba(255,255,255,0.86); }

/* Allocation legend rows — text on dark navy */
.allocation__legend-row { color: rgba(255,255,255,0.92); font-size: 15.5px; }
.allocation__legend-row .muted,
.muted { color: rgba(255,255,255,0.6); }

/* Top-10 chart tickers + percents */
.thc__ticker { color: var(--cyan-100); font-size: 15.5px; }
.thc__pct { color: rgba(255,255,255,0.95); font-size: 15px; }

/* Summary stat cards label */
.fo-summary__label { color: rgba(255,255,255,0.78); font-size: 13.5px; }

/* Passive page notes */
.passive-note { color: rgba(255,255,255,0.62); font-size: 14px; }

/* Hero lede — make sure it's readable on the navy hero */
.hero__lede { color: rgba(255,255,255,0.92); }

/* Footer text */
.footer__about p { color: rgba(255,255,255,0.74); font-size: 14.5px; }
.footer__col a { color: rgba(255,255,255,0.82); }
.footer__col a:hover { color: var(--white); }
.footer__col-h { color: rgba(255,255,255,0.55); }
.footer__addr { color: rgba(255,255,255,0.74); }
.footer__acn { color: rgba(255,255,255,0.55); }
.footer__bottom p { color: rgba(255,255,255,0.62); }
.footer__disclaimer { color: rgba(255,255,255,0.5); }

/* Recognition wall labels need a bit more weight */
.recognition-wall__label { color: var(--ink-2); font-size: 12.5px; }
.recognition-wall__label strong { color: var(--ink); font-size: 14px; }

/* Active-investments page-head lede + the inline link to passive page */
.page-head__lede { color: var(--ink-soft); }
.page-head__lede a { color: var(--cyan-700); border-bottom: 1px solid var(--cyan-300); }
.page-head__lede a:hover { color: var(--cyan-800); border-bottom-color: var(--cyan-700); }

/* Eyebrow stays brand-cyan but should be slightly darker for readability on white */
.eyebrow { color: var(--cyan-700); }

/* Philosophy pillar headlines slightly darker for readability */
.philosophy__h { color: var(--cyan-800); font-weight: 500; }

/* Approach page criterion num and headings — verify readable */
.criterion__num { color: var(--cyan-700); }

/* "Scroll" indicator on hero */
.hero__scroll { color: rgba(255,255,255,0.65); }

/* PF-card facts subtitle */
.pf-card__fact-label { color: var(--ink-faint); }

/* Sub-nav and small UI labels */
.subnav a, .subnav__link { color: var(--ink-soft); }
.subnav a:hover { color: var(--cyan-700); }
