/* Holomed Seelenkompass — professional redesign */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --bg: #f8f6f2;
  --bg-elevated: #ffffff;
  --ink: #1a2332;
  --ink-muted: #5c6678;
  --ink-soft: #8b95a8;
  --navy: #0f1a2e;
  --navy-mid: #1a2d4a;
  --teal: #2a9d8f;
  --teal-light: #3dbdad;
  --gold: #c9a227;
  --gold-soft: #e8d5a3;
  --border: rgba(26, 35, 50, 0.08);
  --shadow: 0 4px 24px rgba(15, 26, 46, 0.06);
  --shadow-lg: 0 20px 60px rgba(15, 26, 46, 0.12);
  --radius: 16px;
  --radius-sm: 10px;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Outfit', system-ui, sans-serif;
  --max: 1120px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--teal-light); }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 0.75em;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.75rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.85rem, 3.5vw, 2.5rem); }
h3, .h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.2rem; color: var(--ink-muted); line-height: 1.7; }

.container { width: min(var(--max), 92vw); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section--dark {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: #e8ecf2;
}
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p, .section--dark .lead { color: rgba(255,255,255,0.82); }
.section--cream { background: #f0ebe3; }
.section--founder {
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
#erwartung {
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}
.section-header { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.section-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.75rem;
}
.section-header .eyebrow::before,
.section-header .eyebrow::after {
  content: '';
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal));
  border-radius: 1px;
}
.section-header .eyebrow::after {
  background: linear-gradient(90deg, var(--teal), transparent);
}
.section--dark .section-header .eyebrow { color: var(--gold-soft); }
.section--dark .section-header .eyebrow::before { background: linear-gradient(90deg, transparent, var(--gold-soft)); }
.section--dark .section-header .eyebrow::after { background: linear-gradient(90deg, var(--gold-soft), transparent); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(248, 246, 242, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
.brand:hover { color: var(--navy); }
.brand--wordmark { flex-shrink: 0; }
.brand__text {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2em;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: inherit;
}
.brand__text em {
  font-style: italic;
  font-weight: 600;
}
.brand__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 0.15em;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
  align-self: center;
  transform: translateY(-1px);
  box-shadow: 0 0 0 3px rgba(42, 157, 143, 0.18);
}
.brand--footer { color: #fff; }
.brand--footer:hover { color: var(--gold-soft); }
.brand__text--footer {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.92);
}
.brand--footer .brand__dot {
  background: var(--teal-light);
  box-shadow: 0 0 0 3px rgba(61, 189, 173, 0.2);
}

/* Brand / logo showcase section */
.brand-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 8vw, 5rem) 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 35%, rgba(201, 162, 39, 0.08), transparent 62%),
    radial-gradient(ellipse 70% 55% at 50% 55%, rgba(42, 157, 143, 0.12), transparent 65%),
    linear-gradient(168deg, #060d18 0%, var(--navy) 42%, #081612 100%);
  text-align: center;
  border-top: 1px solid rgba(201, 162, 39, 0.12);
  border-bottom: 1px solid rgba(42, 157, 143, 0.1);
}
.brand-showcase__glow {
  position: absolute;
  inset: 10% 18%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.18), transparent 68%);
  filter: blur(48px);
  pointer-events: none;
}
.brand-showcase__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-showcase__logo-frame {
  width: min(380px, 78vw);
  margin: 1.25rem auto 1.75rem;
  padding: 14px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(15, 26, 46, 0.85), rgba(8, 18, 16, 0.9));
  border: 1px solid rgba(201, 162, 39, 0.42);
  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(201, 162, 39, 0.22),
    0 0 96px rgba(201, 162, 39, 0.1),
    inset 0 0 32px rgba(201, 162, 39, 0.06);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s, border-color 0.6s;
}
.brand-showcase__logo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  object-fit: contain;
}
.brand-showcase__tagline {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.brand-showcase__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.brand-showcase__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.brand-showcase__highlights svg {
  color: var(--gold-soft);
  flex-shrink: 0;
}
@media (hover: hover) {
  .brand-showcase__logo-frame:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(201, 162, 39, 0.58);
    box-shadow:
      0 40px 80px rgba(0, 0, 0, 0.58),
      0 0 64px rgba(201, 162, 39, 0.32),
      0 0 120px rgba(201, 162, 39, 0.14),
      inset 0 0 40px rgba(201, 162, 39, 0.08);
  }
}

.nav-desktop { display: flex; align-items: center; gap: 0.25rem; }
.nav-desktop a {
  color: var(--ink-muted);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
}
.nav-desktop a:hover { color: var(--navy); background: rgba(0,0,0,0.04); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  text-decoration: none;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary {
  background: linear-gradient(135deg, var(--teal) 0%, #238b7e 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(42, 157, 143, 0.35);
}
.btn--primary:hover { color: #fff; box-shadow: 0 8px 28px rgba(42, 157, 143, 0.45); }
.btn--ghost {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--border);
}
.btn--ghost:hover { background: var(--bg-elevated); color: var(--navy); }
.btn--gold {
  background: linear-gradient(135deg, var(--gold) 0%, #a8861f 100%);
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(201, 162, 39, 0.3);
}
.btn--gold:hover { color: var(--navy); }
.btn--lg { padding: 1rem 2rem; font-size: 1rem; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@keyframes spin { to { transform: rotate(360deg); } }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--navy);
}
.nav-mobile {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--bg);
  padding: 1.5rem;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 99;
  border-top: 1px solid var(--border);
}
.nav-mobile.is-open { display: flex; }
.nav-mobile a {
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-weight: 500;
  border-radius: var(--radius-sm);
}
.nav-mobile a:hover { background: rgba(0,0,0,0.04); }

@media (max-width: 860px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: flex; }
  .site-header .btn--primary { display: none; }
}

/* Hero */
.hero {
  position: relative;
  padding: clamp(3rem, 10vw, 6rem) 0 clamp(4rem, 12vw, 7rem);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(42, 157, 143, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(201, 162, 39, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  position: relative;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--ink-muted);
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow);
}
.hero__badge::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--teal);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; align-items: center; }
.hero__meta { font-size: 0.85rem; color: var(--ink-soft); margin-top: 1rem; }
.hero__visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  max-height: 560px;
}
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,26,46,0.35) 0%, transparent 50%);
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-height: 400px; order: -1; }
  .hero__visual-spread { order: -1; margin: 0 auto 1rem; }
}

/* Cards & grids */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 768px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}

.card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  transition: transform 0.25s, box-shadow 0.25s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card__icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(42, 157, 143, 0.1);
  color: var(--teal);
  border-radius: 12px;
  margin-bottom: 1rem;
}
.card__icon svg { width: 22px; height: 22px; }

/* Feature list */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  display: flex;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
}
.check-list li:last-child { border-bottom: none; }
.check-list svg { width: 20px; height: 20px; color: var(--teal); flex-shrink: 0; margin-top: 0.15rem; }

/* Testimonials */
.testimonial {
  position: relative;
  padding: 2rem 2rem 2rem 2.5rem;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: 0.5rem; left: 1rem;
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.35;
}
.testimonial cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-muted);
}

/* Before / After — overlapping card stack */
.compare-stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  min-height: clamp(320px, 42vw, 420px);
  max-width: 960px;
  margin: 3rem auto 0;
  padding: 1rem 0 2rem;
}
.compare-stack__ambient {
  position: absolute;
  inset: 5% 0;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(229, 115, 115, 0.16), transparent 55%),
    radial-gradient(ellipse at 82% 50%, rgba(42, 157, 143, 0.22), transparent 52%);
  filter: blur(32px);
  z-index: 0;
  pointer-events: none;
}
.compare-stack > .compare__col {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding: 2rem 2.25rem;
  border-radius: calc(var(--radius) + 4px);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: rgba(255, 255, 255, 0.92);
  opacity: 1;
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.compare-stack .compare__col--before {
  grid-column: 1;
  justify-self: end;
  margin-right: -2.5rem;
  transform: rotate(-3deg);
  z-index: 3;
  background: linear-gradient(160deg, rgba(45, 55, 78, 0.96), rgba(30, 40, 58, 0.92));
  border: 1px solid rgba(229, 115, 115, 0.38);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.compare-stack .compare__col--after {
  grid-column: 2;
  justify-self: start;
  margin-left: -2.5rem;
  transform: rotate(2.5deg);
  z-index: 2;
  background: linear-gradient(145deg, rgba(42, 157, 143, 0.28), rgba(35, 125, 112, 0.18));
  border: 1px solid rgba(61, 189, 173, 0.45);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(42, 157, 143, 0.15) inset;
}
.compare__col {
  border-radius: var(--radius);
  padding: 2rem;
}
.compare__label {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
}
.compare__label--before {
  color: #f0abab;
  background: rgba(229, 115, 115, 0.16);
  border: 1px solid rgba(229, 115, 115, 0.28);
}
.compare__label--after {
  color: var(--teal-light);
  background: rgba(42, 157, 143, 0.2);
  border: 1px solid rgba(42, 157, 143, 0.35);
}
.compare ul { list-style: none; padding: 0; margin: 0; }
.compare__col li,
.compare-stack li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.55rem 0;
  font-size: 0.95rem;
  line-height: 1.45;
}
.compare__col--before li svg,
.compare-stack .compare__col--before li svg { color: #e57373; flex-shrink: 0; margin-top: 0.15rem; }
.compare__col--after li svg,
.compare-stack .compare__col--after li svg { color: var(--teal-light); flex-shrink: 0; margin-top: 0.15rem; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .compare-stack:hover .compare__col--before {
    transform: rotate(-2deg) translate(-6px, -4px);
  }
  .compare-stack:hover .compare__col--after {
    transform: rotate(2deg) translate(6px, 4px);
  }
}

@media (max-width: 768px) {
  .compare-stack {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-top: 2rem;
    padding-bottom: 1rem;
    gap: 0;
  }
  .compare-stack > .compare__col {
    max-width: 100%;
    margin: 0;
  }
  .compare-stack .compare__col--before {
    grid-column: 1;
    justify-self: center;
    transform: rotate(-1.5deg);
    margin-bottom: -2.5rem;
    z-index: 3;
  }
  .compare-stack .compare__col--after {
    grid-column: 1;
    justify-self: center;
    transform: rotate(1.5deg);
    z-index: 2;
  }
  .compare-stack:hover .compare__col--before,
  .compare-stack:hover .compare__col--after {
    transform: none;
  }
}

/* Steps */
.steps { counter-reset: step; }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.step:last-child { border-bottom: none; }
.step::before {
  counter-increment: step;
  content: counter(step);
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--teal), #238b7e);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Founder */
.founder {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}
.founder__photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 3/4;
}
.founder__photo img { width: 100%; height: 100%; object-fit: cover; }
.founder__creds {
  margin-top: 2rem;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  background: rgba(42, 157, 143, 0.1);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--teal);
}

/* Founder credentials — emphasized trust strip */
.cred-strip {
  padding: 1.35rem 1.5rem 1.5rem;
  background:
    linear-gradient(135deg, rgba(42, 157, 143, 0.1) 0%, rgba(201, 162, 39, 0.07) 100%),
    #fff;
  border: 1px solid rgba(42, 157, 143, 0.22);
  border-radius: calc(var(--radius) + 2px);
  box-shadow:
    0 12px 32px rgba(15, 26, 46, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.cred-strip__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}
.cred-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cred-badge {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(42, 157, 143, 0.14);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 10px rgba(15, 26, 46, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.cred-badge--highlight {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 213, 163, 0.2));
  border-color: rgba(201, 162, 39, 0.28);
}
.cred-badge__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--teal-light), var(--teal));
  box-shadow: 0 4px 12px rgba(42, 157, 143, 0.35);
}
.cred-badge__icon--gold {
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.35);
}
.cred-badge__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.2;
  min-width: 0;
}
.cred-badge__text strong {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.cred-badge__text small {
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .cred-badge:hover {
    transform: translateY(-2px);
    border-color: rgba(42, 157, 143, 0.3);
    box-shadow: 0 8px 20px rgba(15, 26, 46, 0.1);
  }
  .cred-badge--highlight:hover {
    border-color: rgba(201, 162, 39, 0.4);
  }
}
@media (max-width: 900px) {
  .cred-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .cred-strip {
    padding: 1.15rem 1.1rem 1.25rem;
  }
  .cred-strip__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .founder { grid-template-columns: 1fr; }
  .founder__photo { max-width: 280px; }
}

/* Stats bar */
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 5vw, 4rem);
  padding: 2.5rem;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.stat { text-align: center; }
.stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.25rem;
  color: var(--navy);
  line-height: 1.1;
}
.stat span { font-size: 0.85rem; color: var(--ink-muted); }

/* CTA band */
.cta-band {
  text-align: center;
  padding: clamp(3rem, 8vw, 5rem) 2rem;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(201,162,39,0.15) 0%, transparent 50%);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 0.5rem; }
.cta-band p { color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 1.75rem; }

/* Forms */
.form-page { max-width: 640px; margin: 0 auto; }
.form-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: var(--shadow-lg);
}
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.form-group .hint { font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.3rem; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(42, 157, 143, 0.15);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-section-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--navy);
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}
.form-section-title:first-child { margin-top: 0; }

/* Thank you page */
.thankyou-hero {
  text-align: center;
  padding: clamp(3rem, 10vw, 5rem) 0 2rem;
}
.thankyou-icon {
  width: 72px; height: 72px;
  margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(42, 157, 143, 0.12);
  color: var(--teal);
  border-radius: 50%;
}
.thankyou-icon svg { width: 36px; height: 36px; }
.quote-block {
  border-left: 3px solid var(--gold);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  background: var(--bg-elevated);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--ink-muted);
}
.quote-block cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
}

/* Legal pages */
.legal-page {
  max-width: 760px;
  margin: 3rem auto 5rem;
  padding: 3rem 2.5rem 4rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-lg);
}
.legal-page h1 { margin-bottom: 2rem; }
.legal-page h2 {
  font-size: 1.35rem;
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.legal-page h2:first-of-type { border-top: none; margin-top: 0; padding-top: 0; }
@media (max-width: 600px) {
  .legal-page { padding: 2rem 1.5rem 3rem; margin-top: 1.5rem; }
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  padding: 3rem 0 2rem;
  font-size: 0.9rem;
}
.site-footer a { color: rgba(255,255,255,0.85); }
.site-footer a:hover { color: var(--gold-soft); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-grid h4 {
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 0.5rem; }
.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
}
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }

/* Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-2 { margin-bottom: 2rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

/* Animations */
@media (prefers-reduced-motion: no-preference) {
  .fade-in {
    opacity: 0;
    transform: translateY(16px);
    animation: fadeIn 0.7s ease forwards;
  }
  .fade-in:nth-child(2) { animation-delay: 0.1s; }
  .fade-in:nth-child(3) { animation-delay: 0.2s; }
  @keyframes fadeIn {
    to { opacity: 1; transform: translateY(0); }
  }
}

/* ============================================================
   Animation system + UI/UX polish
   ============================================================ */

/* Scroll progress */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  z-index: 1000;
  pointer-events: none;
  transition: width 0.05s linear;
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: var(--bg-elevated);
  color: var(--navy);
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
  z-index: 90;
}
.back-to-top svg { width: 20px; height: 20px; }
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.back-to-top:hover { background: var(--teal); color: #fff; }

/* Header states */
.site-header {
  transition: transform 0.35s ease, background 0.25s, box-shadow 0.25s;
}
.site-header.is-hidden { transform: translateY(-100%); }
.site-header.is-scrolled {
  background: rgba(248, 246, 242, 0.96);
  box-shadow: 0 2px 18px rgba(15, 26, 46, 0.08);
}

/* Focus */
*:focus-visible {
  outline: 3px solid rgba(42, 157, 143, 0.45);
  outline-offset: 2px;
}
a:focus-visible, button:focus-visible { border-radius: var(--radius-sm); }

/* Hero ambient gradient animation */
.hero::before {
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(42, 157, 143, 0.14) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(201, 162, 39, 0.12) 0%, transparent 50%);
  animation: heroGradient 10s ease-in-out infinite alternate;
}
@keyframes heroGradient {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.04); }
}

/* Reveal utilities */
.reveal, .reveal-up, .reveal-left, .reveal-right, .reveal-scale, .reveal-rotate {
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js .reveal:not(.is-visible),
html.js .reveal-up:not(.is-visible) { opacity: 0; transform: translateY(30px); }
html.js .reveal-left:not(.is-visible) { opacity: 0; transform: translateX(-40px); }
html.js .reveal-right:not(.is-visible) { opacity: 0; transform: translateX(40px); }
html.js .reveal-scale:not(.is-visible) { opacity: 0; transform: scale(0.92); }
html.js .reveal-rotate:not(.is-visible) { opacity: 0; transform: rotate(-2deg) translateY(30px); }

.reveal.is-visible, .reveal-up.is-visible,
.reveal-left.is-visible, .reveal-right.is-visible,
.reveal-scale.is-visible, .reveal-rotate.is-visible {
  opacity: 1;
  transform: translate(0) scale(1) rotate(0);
}

/* Stagger delays */
.stagger-1 { transition-delay: 0.08s; }
.stagger-2 { transition-delay: 0.16s; }
.stagger-3 { transition-delay: 0.24s; }
.stagger-4 { transition-delay: 0.32s; }
.stagger-5 { transition-delay: 0.4s; }
.stagger-6 { transition-delay: 0.48s; }

/* Card hover */
.card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(15, 26, 46, 0.12);
}

/* Magnetic button effect */
.btn {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.25s, background 0.2s;
}
.btn:hover { transform: translateY(-2px) scale(1.02); }
.btn:active { transform: translateY(0) scale(0.98); }

/* Step / compare — visibility follows parent section.reveal; optional motion when revealed */
html.js .step,
html.js .compare__col {
  transition: opacity 0.7s, transform 0.7s;
}
html.js .reveal.is-visible .compare__col,
html.js .reveal.is-visible .step {
  transform: translateY(0);
}
html.js .reveal-scale.is-visible .img-reveal,
html.js .reveal.is-visible .img-reveal,
html.js .img-reveal.is-visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Mobile menu animation */
.nav-mobile {
  display: flex;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.3s ease;
}
.nav-mobile.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Stat strong */
.stat strong {
  transition: color 0.3s;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(248, 246, 242, 0.98);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
  padding: 1.25rem 0;
  box-shadow: 0 -8px 40px rgba(15, 26, 46, 0.12);
  animation: bannerIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.cookie-banner.is-hiding {
  animation: bannerOut 0.4s ease forwards;
}
@keyframes bannerIn {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes bannerOut {
  from { transform: translateY(0); opacity: 1; }
  to { transform: translateY(100%); opacity: 0; }
}
.cookie-banner__content {
  width: min(var(--max), 92vw);
  margin: 0 auto;
}
.cookie-banner__title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--navy);
}
.cookie-banner__text {
  color: var(--ink-muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
  max-width: 760px;
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.cookie-banner__btn {
  padding: 0.65rem 1.25rem;
  font-size: 0.9rem;
}
.cookie-banner__settings {
  background: none;
  border: none;
  color: var(--teal);
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-banner__details {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.cookie-banner__option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--ink);
}
.cookie-banner__option input { accent-color: var(--teal); }

@media (max-width: 560px) {
  .cookie-banner__actions { flex-direction: column; align-items: stretch; }
  .cookie-banner__btn { width: 100%; }
}

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

/* Print styles for legal pages */
@media print {
  .site-header, .site-footer, .scroll-progress, .back-to-top, .cookie-banner, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  a { color: #000; text-decoration: underline; }
  .legal-page { max-width: 100%; }
}

/* ============================================================
   PREMIUM VISUAL LAYER — glass, glow, mesh, particles, cursor
   ============================================================ */

/* Custom cursor */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, transform 0.1s;
}
.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--teal);
  mix-blend-mode: difference;
}
.cursor-ring {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(42, 157, 143, 0.45);
  transition: width 0.2s, height 0.2s, border-color 0.2s, transform 0.12s;
}
.cursor-ring.is-hover {
  width: 64px;
  height: 64px;
  border-color: rgba(201, 162, 39, 0.6);
  background: rgba(201, 162, 39, 0.06);
}
@media (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* Grain texture overlay */
.grain-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Mesh gradient background */
.mesh-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.mesh-bg::before,
.mesh-bg::after {
  content: '';
  position: absolute;
  inset: -30%;
  filter: blur(80px);
  opacity: 0.55;
  animation: meshMove 18s ease-in-out infinite alternate;
}
.mesh-bg::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(42, 157, 143, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(201, 162, 39, 0.28) 0%, transparent 45%);
}
.mesh-bg::after {
  background:
    radial-gradient(circle at 60% 20%, rgba(42, 157, 143, 0.25) 0%, transparent 40%),
    radial-gradient(circle at 30% 80%, rgba(201, 162, 39, 0.22) 0%, transparent 40%);
  animation-delay: -9s;
  animation-duration: 22s;
}
@keyframes meshMove {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(4%, -3%) rotate(3deg) scale(1.08); }
  100% { transform: translate(-3%, 4%) rotate(-2deg) scale(1.05); }
}

/* Floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}
.orb--teal {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(42, 157, 143, 0.55) 0%, transparent 70%);
  animation: floatOrb 14s ease-in-out infinite;
}
.orb--gold {
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.45) 0%, transparent 70%);
  animation: floatOrb 16s ease-in-out infinite reverse;
}
.orb--navy {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(15, 26, 46, 0.25) 0%, transparent 70%);
  animation: floatOrb 20s ease-in-out infinite;
  animation-delay: -5s;
}
@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -40px) scale(1.08); }
  66% { transform: translate(-20px, 30px) scale(0.95); }
}

/* Gradient text */
.gradient-text {
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 50%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section--dark .gradient-text {
  background-image: linear-gradient(135deg, #fff 0%, var(--gold-soft) 50%, var(--teal-light) 100%);
}

/* Split text */
.split-text {
  overflow: hidden;
  display: block;
}
.split-word {
  display: inline-block;
  overflow: hidden;
  margin-right: 0.25em;
}
.split-char {
  display: inline-block;
  will-change: transform;
}

/* Glass cards */
.glass {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 8px 32px rgba(15, 26, 46, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.section--dark .glass,
.cta-band .glass {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Card premium upgrade */
.card {
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
}
.card:hover::before {
  opacity: 1;
}
.card__spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(42, 157, 143, 0.12) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  border-radius: inherit;
}
.card:hover .card__spotlight { opacity: 1; }

/* 3D tilt support */
.tilt {
  transform-style: preserve-3d;
  will-change: transform;
}
.tilt__inner {
  transform: translateZ(24px);
}

/* Glowing buttons */
.btn--glow {
  position: relative;
}
.btn--glow::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  filter: blur(12px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
}
.btn--glow:hover::before { opacity: 0.6; }

/* Skewed section dividers */
.section-skew {
  position: relative;
  z-index: 1;
}
.section-skew::before,
.section-skew::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  background: inherit;
  z-index: -1;
  pointer-events: none;
}
.section-skew::before {
  top: -40px;
  transform: skewY(-2deg);
}
.section-skew::after {
  bottom: -40px;
  transform: skewY(2deg);
}

/* Premium stats */
.stats-premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.stats-premium .stat {
  position: relative;
  padding: 2rem 1rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.4);
  text-align: center;
  overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s;
}
.stats-premium .stat:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.stats-premium .stat strong {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.25rem;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stats-premium .stat span {
  font-size: 0.85rem;
  color: var(--ink-muted);
}
@media (max-width: 768px) {
  .stats-premium { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .stats-premium { grid-template-columns: 1fr; }
}

/* Hero premium */
.hero {
  background: linear-gradient(180deg, #f8f6f2 0%, #f0ebe3 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
}
.hero__title {
  font-family: var(--font-serif);
  font-size: clamp(3.25rem, 9vw, 6.75rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 1.5rem;
}
.hero__title-line {
  display: block;
}
.hero__title-line em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(135deg, var(--teal) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__visual-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(15, 26, 46, 0.18),
    0 0 0 1px rgba(255,255,255,0.4) inset;
}
.hero__visual-frame::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(135deg, var(--teal), var(--gold), var(--navy));
  z-index: -1;
  opacity: 0.5;
  filter: blur(8px);
}

/* Hero visual — split overlapping panels */
.hero__visual-spread {
  position: relative;
  width: clamp(360px, 46vw, 720px);
  min-height: clamp(460px, 58vh, 680px);
  margin-left: auto;
  margin-right: clamp(-3rem, -5vw, -1rem);
  perspective: 1400px;
}
.hero__visual-glow {
  position: absolute;
  inset: 8% 0 12% 10%;
  background:
    radial-gradient(ellipse at 35% 30%, rgba(42, 157, 143, 0.28), transparent 58%),
    radial-gradient(ellipse at 75% 70%, rgba(201, 162, 39, 0.22), transparent 55%);
  filter: blur(36px);
  z-index: 0;
  pointer-events: none;
}
.hero__visual-panel {
  position: absolute;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  background: var(--navy);
  box-shadow:
    0 32px 72px rgba(15, 26, 46, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero__visual-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__visual-panel--main {
  top: 0;
  right: 0;
  width: 68%;
  aspect-ratio: 4 / 5;
  z-index: 2;
  transform: rotateY(-8deg) rotate(2.5deg);
}
.hero__visual-panel--main img {
  object-position: 50% 12%;
}
.hero__visual-panel--detail {
  bottom: 2%;
  left: 0;
  width: 52%;
  aspect-ratio: 4 / 5;
  z-index: 4;
  border: 4px solid rgba(255, 255, 255, 0.92);
  transform: rotateY(6deg) rotate(-5deg);
  box-shadow:
    0 28px 56px rgba(15, 26, 46, 0.28),
    0 12px 24px rgba(42, 157, 143, 0.15);
}
.hero__visual-panel--detail img {
  object-position: 50% 88%;
}
.hero__visual-spread .float-badge--systems {
  top: 14%;
  left: 4%;
  animation-delay: 0s;
}
.hero__visual-spread .float-badge--people {
  bottom: 22%;
  right: 2%;
  animation-delay: -3s;
}
.hero__visual-orbit {
  width: 200px;
  height: 200px;
  bottom: -6%;
  left: -8%;
  z-index: 1;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .hero__visual-spread:hover .hero__visual-panel--main {
    transform: rotateY(-4deg) rotate(1.5deg) translateY(-6px);
  }
  .hero__visual-spread:hover .hero__visual-panel--detail {
    transform: rotateY(4deg) rotate(-3deg) translateY(-10px);
  }
}
@media (max-width: 900px) {
  .hero__visual-spread {
    width: min(100%, 520px);
    min-height: 420px;
    margin-right: auto;
  }
  .hero__visual-panel--main {
    width: 72%;
    transform: rotate(2deg);
  }
  .hero__visual-panel--detail {
    width: 56%;
    transform: rotate(-4deg);
  }
}
@media (max-width: 520px) {
  .hero__visual-spread {
    min-height: 360px;
  }
  .hero__visual-panel--main { width: 78%; }
  .hero__visual-panel--detail { width: 62%; }
}

/* Image reveal */
html.js .img-reveal:not(.is-visible) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.img-reveal {
  transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.img-reveal.is-visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Shine sweep on hover */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s;
  pointer-events: none;
}
.shine:hover::after { left: 150%; }

/* Premium CTA band */
.cta-band {
  background:
    radial-gradient(circle at 20% 20%, rgba(42, 157, 143, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(201, 162, 39, 0.18) 0%, transparent 40%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border: 1px solid rgba(255,255,255,0.08);
}

/* Section divider line */
.section-divider {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  margin: 0 auto 1.5rem;
}

.aurora-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(120deg, #f8f6f2 0%, #f0ebe3 100%);
}
.aurora-bg::before,
.aurora-bg::after {
  content: '';
  position: absolute;
  inset: -50%;
  filter: blur(90px);
  opacity: 0.7;
  animation: aurora 16s ease-in-out infinite alternate;
}
.aurora-bg::before {
  background:
    radial-gradient(circle at 30% 30%, rgba(42, 157, 143, 0.45) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(201, 162, 39, 0.35) 0%, transparent 40%);
}
.aurora-bg::after {
  background:
    radial-gradient(circle at 60% 20%, rgba(42, 157, 143, 0.3) 0%, transparent 35%),
    radial-gradient(circle at 20% 80%, rgba(201, 162, 39, 0.25) 0%, transparent 35%),
    radial-gradient(circle at 80% 50%, rgba(15, 26, 46, 0.12) 0%, transparent 35%);
  animation-duration: 22s;
  animation-delay: -8s;
}
@keyframes aurora {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(5%, -5%) rotate(5deg) scale(1.1); }
  100% { transform: translate(-4%, 4%) rotate(-4deg) scale(1.05); }
}

/* Marquee bands — flush between sections (clip rotated skew gaps) */
.marquee-band {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.marquee-band--navy { background: var(--navy); }
.marquee-band--teal {
  background: linear-gradient(90deg, var(--teal), #238b7e);
}
.hero + .marquee-band,
.section + .marquee-band {
  margin-top: 0;
}
.marquee-band + .section,
.marquee + .section {
  padding-top: 0;
}
.marquee-band + .section .container,
.marquee-band + .section .section-3d__inner {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
}
.section:has(+ .marquee-band),
.section:has(+ .marquee) {
  padding-bottom: 0;
}
.brand-showcase + .marquee-band {
  margin-top: 0;
}
.brand-showcase:has(+ .marquee-band) {
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}
.hero + .brand-showcase {
  margin-top: 0;
  padding-top: clamp(2.5rem, 6vw, 4rem);
}
.section:has(+ .marquee-band) .container,
.section:has(+ .marquee-band) .section-3d__inner {
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 1rem 0;
  background: var(--navy);
  color: rgba(255,255,255,0.9);
  transform: rotate(-1.5deg) scale(1.04);
  width: 104%;
  margin-left: -2%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.marquee--reverse {
  transform: rotate(1.5deg) scale(1.04);
  background: linear-gradient(90deg, var(--teal), #238b7e);
  color: #fff;
}
.marquee__track {
  display: inline-flex;
  animation: marquee 28s linear infinite;
}
.marquee--reverse .marquee__track {
  animation-direction: reverse;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1.5rem;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.marquee__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

/* SVG connecting line */
.connect-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.connect-line path {
  stroke: url(#lineGradient);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.connect-line.is-visible path {
  stroke-dashoffset: 0;
}

/* Cursor spotlight on dark sections */
.spotlight {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle at var(--sx, 50%) var(--sy, 50%), rgba(42, 157, 143, 0.12) 0%, transparent 35%);
  opacity: 0;
  transition: opacity 0.3s;
}
.spotlight.is-active {
  opacity: 1;
}

/* Velocity skew */
.velocity-skew {
  transition: transform 0.15s ease-out;
}

/* 3D floating primitives */
.primitive {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.primitive-ring {
  width: 120px;
  height: 120px;
  border: 2px solid rgba(42, 157, 143, 0.25);
  border-radius: 50%;
  animation: spin 14s linear infinite;
}
.primitive-box {
  width: 70px;
  height: 70px;
  border: 2px solid rgba(201, 162, 39, 0.3);
  transform: rotate(45deg);
  animation: spin 20s linear infinite reverse;
}

/* Text over image */
.text-over-img {
  position: relative;
}
.text-over-img__img {
  position: relative;
  z-index: 1;
}
.text-over-img__text {
  position: absolute;
  bottom: -0.35em;
  left: -0.1em;
  font-family: var(--font-serif);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(42, 157, 143, 0.2);
  z-index: 2;
  white-space: nowrap;
  pointer-events: none;
}

/* Stroke text */
.stroke-text {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--teal);
}

/* ============================================================
   MAXIMUM DRAMA — preloader, particles, smooth scroll, glitch
   ============================================================ */

/* Preloader */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.8s;
}
.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader__ring {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.1);
  border-top-color: var(--gold);
  animation: preloaderSpin 1s linear infinite;
}
.preloader__logo {
  position: absolute;
  width: 56px;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  animation: preloaderPulse 1.5s ease-in-out infinite;
}
@keyframes preloaderSpin { to { transform: rotate(360deg); } }
@keyframes preloaderPulse { 0%,100% { transform: scale(1); opacity:1; } 50% { transform: scale(0.92); opacity:0.7; } }

/* Canvas particle field */
.particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Smooth scroll body */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

/* Glitch text — opt-in via .glitch--hover; subtle one-shot only (no infinite shake) */
.glitch {
  position: relative;
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  white-space: pre-wrap;
}
.glitch::before { color: var(--teal); }
.glitch::after { color: var(--gold); }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .glitch--hover:hover::before {
    animation: glitchShift 0.55s ease-out 1;
  }
  .glitch--hover:hover::after {
    animation: glitchShift 0.55s ease-out 1 reverse;
  }
}
@keyframes glitchShift {
  0%, 100% { opacity: 0; transform: translate(0); }
  35% { opacity: 0.22; transform: translate(-1px, 0); }
  65% { opacity: 0.18; transform: translate(1px, 0); }
}

/* Animated gradient border */
.gradient-border {
  position: relative;
  border-radius: var(--radius);
}
.gradient-border::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: calc(var(--radius) + 3px);
  background: linear-gradient(135deg, var(--teal), var(--gold), var(--navy), var(--teal));
  background-size: 300% 300%;
  animation: gradientBorder 4s ease infinite;
  z-index: -1;
}
.gradient-border::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: calc(var(--radius) + 3px);
  background: linear-gradient(135deg, var(--teal), var(--gold), var(--navy), var(--teal));
  background-size: 300% 300%;
  animation: gradientBorder 4s ease infinite;
  z-index: -2;
  filter: blur(12px);
  opacity: 0.6;
}
@keyframes gradientBorder {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* 3D section perspective */
.section-3d {
  transform-style: preserve-3d;
  perspective: 1200px;
}
.section-3d__inner {
  transform-origin: center top;
  transform: rotateX(5deg);
  opacity: 0.9;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s;
}
.section-3d.is-visible .section-3d__inner {
  transform: rotateX(0);
  opacity: 1;
}

/* Magnetic headings */
.magnetic {
  display: inline-block;
  transition: transform 0.2s ease-out;
}

/* Scanline overlay for dramatic dark sections */
.scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 997;
  background: repeating-linear-gradient(
    0deg,
    rgba(0,0,0,0.03),
    rgba(0,0,0,0.03) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.4;
}

/* Reduced motion overrides for premium layer */
@media (prefers-reduced-motion: reduce) {
  .mesh-bg::before, .mesh-bg::after, .aurora-bg::before, .aurora-bg::after, .orb, .cursor-ring, .cursor-dot, .marquee__track, .primitive-ring, .primitive-box, .gradient-border::before, .gradient-border::after { animation: none !important; }
  .connect-line path { stroke-dashoffset: 0 !important; }
  .preloader { display: none; }
}

/* ============================================================
   DRAMATIC DESIGN SYSTEM — shapes, overlap, 3D, depth
   ============================================================ */

/* Display typography */
.display-1 {
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 10vw, 8.5rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: var(--navy);
}
.display-2 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: var(--navy);
}
.display-italic {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(135deg, var(--teal) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Overlapping text */
.text-layer {
  position: relative;
  z-index: 2;
}
.text-layer-back {
  position: absolute;
  top: 0.15em;
  left: 0.04em;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(42, 157, 143, 0.22);
  pointer-events: none;
}
.section--dark .text-layer-back {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.12);
}

/* 3D perspective utilities */
.perspective { perspective: 1200px; }
.perspective-800 { perspective: 800px; }
.preserve-3d { transform-style: preserve-3d; }
.rotate-y-6 { transform: rotateY(-6deg); }
.rotate-y-12 { transform: rotateY(-12deg); }
.rotate-x-6 { transform: rotateX(6deg); }
.translate-z-40 { transform: translateZ(40px); }
.translate-z-80 { transform: translateZ(80px); }

/* Depth shadows */
.shadow-deep {
  box-shadow:
    0 2.8px 2.2px rgba(15,26,46,0.04),
    0 6.7px 5.3px rgba(15,26,46,0.05),
    0 12.5px 10px rgba(15,26,46,0.06),
    0 22.3px 17.9px rgba(15,26,46,0.07),
    0 41.8px 33.4px rgba(15,26,46,0.09),
    0 100px 80px rgba(15,26,46,0.12);
}
.shadow-glow {
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.15) inset,
    0 20px 60px rgba(42, 157, 143, 0.25),
    0 10px 30px rgba(201, 162, 39, 0.15);
}

/* Decorative shapes */
.deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.deco-circle {
  border-radius: 50%;
  border: 1.5px solid rgba(42, 157, 143, 0.25);
}
.deco-circle--filled {
  border: none;
  background: radial-gradient(circle, rgba(42, 157, 143, 0.2) 0%, transparent 70%);
}
.deco-circle--gold {
  border-color: rgba(201, 162, 39, 0.3);
}
.deco-blob {
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: linear-gradient(135deg, rgba(42, 157, 143, 0.18), rgba(201, 162, 39, 0.14));
  filter: blur(40px);
  animation: blobMorph 12s ease-in-out infinite alternate;
}
@keyframes blobMorph {
  0% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; transform: rotate(0deg); }
  100% { border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%; transform: rotate(15deg); }
}
.deco-line {
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
  transform-origin: left center;
}
.deco-line--vertical {
  width: 2px;
  height: 120px;
  background: linear-gradient(180deg, var(--gold), transparent);
}
.deco-dots {
  width: 160px;
  height: 160px;
  background-image: radial-gradient(rgba(42, 157, 143, 0.25) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}
.deco-grid {
  width: 220px;
  height: 220px;
  background-image:
    linear-gradient(rgba(42, 157, 143, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 157, 143, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}
.deco-number {
  font-family: var(--font-serif);
  font-size: clamp(8rem, 22vw, 18rem);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(42, 157, 143, 0.12);
  position: absolute;
  z-index: 0;
  user-select: none;
}
.section--dark .deco-number {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.08);
}

/* Floating badges */
.float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  box-shadow: var(--shadow-lg);
  z-index: 3;
  animation: floatBadge 6s ease-in-out infinite;
}
.section--dark .float-badge {
  background: rgba(26, 45, 74, 0.85);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
@keyframes floatBadge {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}
@media (max-width: 900px) {
  .hero .float-badge { display: none; }
}

/* Asymmetric / broken grids */
.grid-asymmetric {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}
.grid-asymmetric--reverse {
  grid-template-columns: 0.8fr 1.2fr;
}
@media (max-width: 900px) {
  .grid-asymmetric, .grid-asymmetric--reverse { grid-template-columns: 1fr; }
}

/* Bento grid */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.bento__item {
  position: relative;
  border-radius: var(--radius);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.bento__item--wide { grid-column: span 2; }
.bento__item--tall { grid-row: span 2; }
.bento__item .bignum {
  font-family: var(--font-serif);
  font-size: 5rem;
  line-height: 1;
  color: rgba(42, 157, 143, 0.14);
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-weight: 700;
}
@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; }
  .bento__item--wide, .bento__item--tall { grid-column: auto; grid-row: auto; }
}

/* Overlap image */
.overlap-img {
  position: relative;
  z-index: 2;
}
.overlap-img::before {
  content: '';
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 2px solid var(--teal);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.35;
}
.overlap-img--gold::before {
  border-color: var(--gold);
  inset: -24px 24px 24px -24px;
}

/* Masked image */
.img-mask-blob {
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  overflow: hidden;
}
.img-mask-arch {
  border-radius: 999px 999px 24px 24px;
  overflow: hidden;
}

/* Quote cards */
.quote-card {
  position: relative;
  padding: 2.5rem 2.25rem 2.25rem;
  border-radius: var(--radius);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
}
.quote-card h3 {
  position: relative;
  z-index: 1;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
.quote-card p {
  position: relative;
  z-index: 1;
  color: var(--ink);
  margin-bottom: 1rem;
  line-height: 1.65;
}
.quote-card cite {
  position: relative;
  z-index: 1;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--teal);
}
.quote-card__mark {
  position: absolute;
  top: 0.75rem;
  left: 1.25rem;
  font-family: var(--font-serif);
  font-size: 7rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.section--dark .quote-card {
  background: #f8f6f2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.38);
}
.section--dark .quote-card h3 {
  color: var(--navy);
}
.section--dark .quote-card p {
  color: var(--ink);
}
.section--dark .quote-card cite {
  color: #1f7a6f;
}
.section--dark .quote-card__mark {
  opacity: 0.24;
}

/* Large CTA */
.mega-cta {
  position: relative;
  padding: clamp(4rem, 10vw, 7rem) 2rem;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 20%, rgba(42, 157, 143, 0.25) 0%, transparent 35%),
    radial-gradient(circle at 90% 80%, rgba(201, 162, 39, 0.22) 0%, transparent 35%),
    linear-gradient(135deg, var(--navy) 0%, #0a1220 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.mega-cta__title {
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 1.25rem;
}
.mega-cta__title em {
  font-style: italic;
  color: var(--gold-soft);
}

/* Scroll indicator */
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-muted);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
.scroll-hint svg { width: 20px; height: 20px; }
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* Reveal utilities additions */
.reveal-3d {
  opacity: 0;
  transform: perspective(1000px) rotateX(15deg) translateY(40px);
  transition: opacity 0.9s, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-3d.is-visible {
  opacity: 1;
  transform: perspective(1000px) rotateX(0) translateY(0);
}

/* Section watermarks */
.watermark {
  position: absolute;
  font-family: var(--font-serif);
  font-size: clamp(6rem, 16vw, 14rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(42, 157, 143, 0.1);
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.section--dark .watermark {
  -webkit-text-stroke: 1px rgba(255,255,255,0.06);
}

