/* ============================================================
   Dr. Eugenia Duodu Addy — Personal Platform
   Redesign: "Bright Futures" — inspired by Visions of Science.
   Optimistic, warm, color-coded pathways, STEM-forward.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Surfaces */
  --bg: #fffdf9;
  --bg-soft: #f4f1ea;
  --bg-cream: #fbf6ec;
  --white: #ffffff;
  --ink: #15171c;
  --ink-70: rgba(21, 23, 28, 0.70);
  --ink-55: rgba(21, 23, 28, 0.55);
  --ink-40: rgba(21, 23, 28, 0.40);
  --line: rgba(21, 23, 28, 0.12);
  --line-soft: rgba(21, 23, 28, 0.07);

  /* Pathway palette (the four doors + accents) */
  --coral: #ff5e4d;   /* Speaking */
  --coral-soft: #ffe6e1;
  --blue: #2f6bff;    /* Workshops & Advisory */
  --blue-soft: #e3ecff;
  --violet: #7a5af0;  /* Media */
  --violet-soft: #ece6ff;
  --teal: #0fb6a0;    /* About */
  --teal-soft: #d9f4ef;
  --sun: #ffc63c;     /* highlight / energy */
  --sun-soft: #fff2cf;

  --accent: var(--coral);

  /* Type */
  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;

  --radius: 24px;
  --radius-lg: 36px;
  --radius-sm: 14px;
  --shadow: 0 18px 50px -28px rgba(21, 23, 28, 0.45);
  --shadow-soft: 0 10px 30px -20px rgba(21, 23, 28, 0.35);

  --maxw: 1240px;
  --pad: clamp(20px, 5vw, 64px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.04; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }

/* ---------- Helpers ---------- */
.eyebrow {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-55);
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.eyebrow.dot::before {
  width: 9px; height: 9px; border-radius: 50%;
}
.italic { font-style: italic; }
.mark { color: var(--accent); }
.underline-sketch {
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 100% 38%;
  background-repeat: no-repeat;
  background-position: 0 88%;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s, color .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -16px rgba(21,23,28,.6); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -14px var(--accent); }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-3px); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translate(3px, -3px); }

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  padding-bottom: 3px;
  border-bottom: 2px solid var(--accent);
  transition: gap .25s, color .25s;
}
.link:hover { gap: 13px; color: var(--accent); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 249, 0.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.scrolled { border-color: var(--line); }
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 16px var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.wordmark {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  display: inline-flex; align-items: center;
  white-space: nowrap;
}
.wordmark .dot {
  width: 30px; height: 30px; margin-right: 11px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%2315171c' stroke-width='1.6'%3E%3Cellipse cx='16' cy='16' rx='14.5' ry='6' transform='rotate(32 16 16)'/%3E%3Cellipse cx='16' cy='16' rx='14.5' ry='6' transform='rotate(-32 16 16)'/%3E%3C/g%3E%3Ccircle cx='16' cy='16' r='4' fill='%23ff5e4d'/%3E%3Ccircle cx='29' cy='12' r='2.4' fill='%23ffc63c'/%3E%3Ccircle cx='3' cy='20' r='2.4' fill='%232f6bff'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.wordmark:hover .dot { transform: rotate(180deg); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14.5px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--ink-70);
  white-space: nowrap;
  transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--ink); background: rgba(21,23,28,.05); }
.nav-links a.active { color: var(--ink); }
.nav-links a.cta { background: var(--ink); color: #fff; padding: 11px 20px; }
.nav-links a.cta:hover { background: var(--accent); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(40px, 7vw, 90px) 0 clamp(50px, 8vw, 100px); overflow: hidden; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .5; z-index: 0; }
.hero-blob.b1 { width: 360px; height: 360px; background: var(--sun-soft); top: -90px; right: 18%; }
.hero-blob.b2 { width: 280px; height: 280px; background: var(--blue-soft); bottom: -60px; left: -40px; }
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 70px); align-items: center;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--line);
  padding: 8px 16px 8px 12px; border-radius: 999px;
  font-family: var(--display); font-size: 13px; font-weight: 500; color: var(--ink-70);
  box-shadow: var(--shadow-soft);
}
.hero-kicker .pip { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.hero h1 {
  font-size: clamp(44px, 6.6vw, 92px);
  line-height: 0.98;
  margin: 24px 0 0;
  letter-spacing: -0.035em;
}
.hero .lede { font-size: clamp(17px, 1.5vw, 20px); color: var(--ink-70); max-width: 30em; margin-top: 26px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-portrait { position: relative; }
.hero-portrait .frame {
  position: relative; z-index: 2;
  border-radius: 220px 220px 28px 28px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
}
.hero-portrait .frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-portrait .badge {
  position: absolute; z-index: 3;
  background: var(--white); border-radius: 18px; padding: 14px 18px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 2px;
}
.hero-portrait .badge .n { font-family: var(--display); font-weight: 700; font-size: 26px; line-height: 1; }
.hero-portrait .badge .l { font-size: 11.5px; color: var(--ink-55); letter-spacing: .02em; }
.hero-portrait .badge.tl { top: 24px; left: -22px; }
.hero-portrait .badge.br { bottom: 30px; right: -18px; }
.hero-portrait .badge.tl .n { color: var(--coral); }
.hero-portrait .badge.br .n { color: var(--blue); }
.hero-portrait .ring {
  position: absolute; width: 64px; height: 64px; border-radius: 50%;
  border: 3px solid var(--sun); z-index: 1; bottom: -14px; left: 30%;
}

/* ---------- Marquee ---------- */
.marquee { padding: 26px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: var(--white); overflow: hidden; }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: scroll 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-family: var(--display); font-size: 14px; font-weight: 500;
  padding: 10px 18px; border-radius: 999px; background: var(--bg-soft); color: var(--ink-70);
  white-space: nowrap; display: inline-flex; align-items: center; gap: 9px;
}
.marquee-track span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.marquee-track span:nth-child(4n+1)::before { background: var(--coral); }
.marquee-track span:nth-child(4n+2)::before { background: var(--blue); }
.marquee-track span:nth-child(4n+3)::before { background: var(--violet); }
.marquee-track span:nth-child(4n+4)::before { background: var(--teal); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Section scaffolding ---------- */
.section { padding: clamp(60px, 9vw, 130px) 0; }
.section.tight { padding: clamp(44px, 6vw, 80px) 0; }
.soft { background: var(--bg-soft); }
.cream { background: var(--bg-cream); }
.ink-bg { background: var(--ink); color: #fff; }

.shead { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.shead h2 { font-size: clamp(32px, 4.4vw, 58px); margin-top: 18px; letter-spacing: -0.03em; }
.shead p { color: var(--ink-70); margin-top: 18px; font-size: 18px; max-width: 46em; }
.ink-bg .shead p { color: rgba(255,255,255,.72); }
.ink-bg .eyebrow { color: rgba(255,255,255,.6); }

/* ---------- Statement ---------- */
.statement { padding: clamp(56px, 8vw, 120px) 0; }
.statement p {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(26px, 3.6vw, 50px); line-height: 1.12; letter-spacing: -0.025em;
  max-width: 17em;
}
.statement .muted { color: var(--ink-40); }

/* ---------- Pathway cards (the four doors) ---------- */
.pathways { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pathway {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  padding: 36px 34px 32px;
  background: var(--white);
  border: 1px solid var(--line-soft);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
  display: flex; flex-direction: column; min-height: 280px;
}
.pathway:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pathway::after {
  content: ""; position: absolute; right: -70px; top: -70px;
  width: 180px; height: 180px; border-radius: 50%; opacity: .16;
  background: var(--pw, var(--accent)); transition: transform .4s;
}
.pathway:hover::after { transform: scale(1.25); }
.pathway .pw-num { font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .08em; color: var(--pw, var(--accent)); }
.pathway h3 { font-size: 30px; margin-top: 14px; }
.pathway p { color: var(--ink-70); margin-top: 14px; font-size: 15.5px; flex: 1; }
.pathway .link { margin-top: 24px; align-self: flex-start; border-color: var(--pw, var(--accent)); }
.pathway .link:hover { color: var(--pw, var(--accent)); }
.pw-coral { --pw: var(--coral); } .pw-blue { --pw: var(--blue); }
.pw-violet { --pw: var(--violet); } .pw-teal { --pw: var(--teal); }

/* ---------- Big rounded feature image ---------- */
.feature-img { position: relative; }
.feature-img .wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.feature-img img { width: 100%; height: clamp(280px, 46vw, 580px); object-fit: cover; }
.feature-img figcaption {
  margin-top: 16px; font-family: var(--display); font-size: 13px; font-weight: 500;
  color: var(--ink-55); letter-spacing: .02em; display: flex; align-items: center; gap: 9px;
}
.feature-img figcaption::before { content: ""; width: 16px; height: 2px; background: var(--accent); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 32px 26px; position: relative; overflow: hidden;
}
.stat .num { font-family: var(--display); font-weight: 700; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -0.03em; }
.stat .num .sup { font-size: .5em; vertical-align: super; }
.stat .desc { margin-top: 14px; color: var(--ink-70); font-size: 14.5px; }
.stat .tag { font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-40); }
.stat:nth-child(4n+1) .num { color: var(--coral); }
.stat:nth-child(4n+2) .num { color: var(--blue); }
.stat:nth-child(4n+3) .num { color: var(--violet); }
.stat:nth-child(4n+4) .num { color: var(--teal); }
.ink-bg .stat { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.ink-bg .stat .desc { color: rgba(255,255,255,.7); }

/* ---------- Big quote ---------- */
.quote-band { padding: clamp(60px, 9vw, 130px) 0; }
.quote-band blockquote { margin: 0; max-width: 22em; }
.quote-mark { font-family: var(--display); font-size: 90px; line-height: .6; color: var(--accent); display: block; }
.quote-text { font-family: var(--display); font-weight: 400; font-size: clamp(24px, 3.2vw, 44px); line-height: 1.18; letter-spacing: -0.02em; margin-top: 10px; }
.quote-text em { font-style: italic; color: var(--accent); }
.quote-attr { margin-top: 30px; display: flex; flex-direction: column; gap: 2px; }
.quote-attr strong { font-family: var(--display); font-size: 16px; }
.quote-attr span { color: var(--ink-55); font-size: 14.5px; }
.ink-bg .quote-attr span { color: rgba(255,255,255,.6); }

/* ---------- Two column intro ---------- */
.twocol { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.twocol .prose p { font-size: 18px; color: var(--ink-70); line-height: 1.65; }
.twocol .prose p + p { margin-top: 22px; }
.twocol .prose-lead p:first-child { font-size: clamp(20px, 2vw, 26px); color: var(--ink); line-height: 1.4; font-family: var(--body); }

/* ---------- Stat mini-list (sidebar) ---------- */
.minilist { display: flex; flex-direction: column; }
.minilist .row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.minilist .row:last-child { border-bottom: 0; }
.minilist .row .k { font-family: var(--display); font-size: 13px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-55); }
.minilist .row .v { font-family: var(--display); font-weight: 700; font-size: 28px; }

/* ---------- Topic / format cards ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 32px 30px; transition: transform .3s, box-shadow .3s; position: relative;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.card .chip {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  font-family: var(--display); font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 20px;
}
.card h3 { font-size: 21px; }
.card p { margin-top: 12px; color: var(--ink-70); font-size: 15px; line-height: 1.6; }
.c-coral .chip { background: var(--coral); } .c-blue .chip { background: var(--blue); }
.c-violet .chip { background: var(--violet); } .c-teal .chip { background: var(--teal); }
.c-sun .chip { background: var(--sun); color: var(--ink); }

/* ---------- Testimonials ---------- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.tcard {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 28px;
}
.tcard .q { font-size: 16px; line-height: 1.62; color: var(--ink); }
.tcard .by { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
.tcard .by strong { font-family: var(--display); font-size: 15px; }
.tcard .by span { color: var(--ink-55); font-size: 13.5px; }
.tcard .by .stars { color: var(--sun); font-size: 14px; letter-spacing: 2px; margin-bottom: 6px; }

/* ---------- Data list (timeline rows) ---------- */
.datalist { border-top: 1px solid var(--line); }
.datarow {
  display: grid; grid-template-columns: 110px 1fr auto; gap: 24px; align-items: baseline;
  padding: 22px 4px; border-bottom: 1px solid var(--line); transition: background .2s, padding-left .2s;
}
a.datarow { color: inherit; }
a.datarow:hover { background: var(--white); padding-left: 16px; }
.datarow .yr { font-family: var(--display); font-weight: 600; font-size: 14px; color: var(--accent); letter-spacing: .03em; }
.datarow .ti { font-size: 16px; line-height: 1.45; }
.datarow .ti em { color: var(--ink-70); }
.datarow .og { font-size: 14px; color: var(--ink-55); text-align: right; font-family: var(--display); white-space: nowrap; }

/* ---------- Bio layout ---------- */
.biolayout { display: grid; grid-template-columns: 360px 1fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.bioaside { position: sticky; top: 100px; }
.bioaside .portrait { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow); }
.bioaside .portrait img { width: 100%; height: 100%; object-fit: cover; }
.biofacts { margin-top: 20px; background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 8px 22px; }
.biofact { display: flex; flex-direction: column; gap: 3px; padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.biofact:last-child { border-bottom: 0; }
.biofact .k { font-family: var(--display); font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-40); }
.biofact .v { font-size: 15.5px; font-weight: 500; }
.bionarr p { font-size: 18.5px; line-height: 1.68; color: var(--ink-70); }
.bionarr p + p { margin-top: 22px; }
.bionarr p:first-child { font-size: clamp(21px, 2vw, 26px); color: var(--ink); line-height: 1.42; }
.bionarr em { font-style: italic; color: var(--ink); }

/* ---------- Page header ---------- */
.pagehead { padding: clamp(50px, 7vw, 96px) 0 clamp(34px, 4vw, 56px); position: relative; overflow: hidden; }
.pagehead .tag { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .06em; color: var(--accent); }
.pagehead .tag::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.pagehead h1 { font-size: clamp(40px, 6.4vw, 86px); margin-top: 20px; letter-spacing: -0.035em; line-height: 0.99; }
.pagehead .sub { margin-top: 22px; font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-70); max-width: 36em; }
.pagehead .blob { position: absolute; width: 320px; height: 320px; border-radius: 50%; filter: blur(10px); opacity: .55; top: -80px; right: -40px; z-index: -1; }

/* ---------- Galleries ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gitem { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-soft); }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gitem:hover img { transform: scale(1.06); }
.gitem .glabel {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  background: rgba(255,253,249,.94); padding: 7px 14px; border-radius: 999px;
  font-family: var(--display); font-size: 12.5px; font-weight: 500;
}

/* ---------- Video cards ---------- */
.videos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.video .embed { position: relative; padding-top: 56.25%; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #000; }
.video .embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video .meta { margin-top: 16px; font-family: var(--display); font-size: 12.5px; font-weight: 500; color: var(--accent); letter-spacing: .04em; text-transform: uppercase; }
.video h3 { font-size: 22px; margin-top: 8px; }

/* ---------- Press list ---------- */
.press { display: grid; gap: 0; border-top: 1px solid var(--line); }
.pressitem {
  display: grid; grid-template-columns: 200px 1fr 90px; gap: 24px; align-items: baseline;
  padding: 26px 4px; border-bottom: 1px solid var(--line); transition: background .2s, padding-left .2s;
}
.pressitem:hover { background: var(--white); padding-left: 16px; }
.pressitem .pub { font-family: var(--display); font-weight: 600; font-size: 16px; }
.pressitem .hed { font-size: 16px; color: var(--ink-70); line-height: 1.5; }
.pressitem .date { font-family: var(--display); font-size: 13px; color: var(--ink-40); text-align: right; }

/* ---------- Chips list ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips span {
  font-family: var(--display); font-size: 14px; font-weight: 500;
  padding: 9px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line);
  color: var(--ink-70); transition: transform .2s, border-color .2s, color .2s;
}
.chips span:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--ink); }

/* ---------- Client logo wall (drop official assets into Eugenia Pictures/logos/) ---------- */
.logowall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.logo-cell {
  display: flex; align-items: center; justify-content: center;
  min-height: 104px; padding: 20px 18px;
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius-sm);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.logo-cell:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: var(--line); }
.logo-cell img {
  max-height: 48px; max-width: 132px; width: auto; object-fit: contain;
  filter: grayscale(1) contrast(.92); opacity: .58; transition: filter .35s, opacity .35s;
}
.logo-cell:hover img { filter: none; opacity: 1; }
.logo-name { font-family: var(--display); font-weight: 500; font-size: 15px; letter-spacing: -0.01em; color: var(--ink-55); text-align: center; }
@media (max-width: 980px) { .logowall { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .logowall { grid-template-columns: repeat(2, 1fr); } .logo-cell { min-height: 88px; } }

/* ---------- Booking channels ---------- */
.channels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.channel {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 34px 32px; transition: transform .3s, box-shadow .3s; border-left: 5px solid var(--pw, var(--accent));
}
.channel:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.channel .ch-tag { font-family: var(--display); font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--pw, var(--accent)); }
.channel h3 { font-size: 24px; margin-top: 12px; }
.channel p { margin-top: 14px; color: var(--ink-70); font-size: 15.5px; }
.channel .link { margin-top: 22px; border-color: var(--pw, var(--accent)); }

/* ---------- Two-up info columns ---------- */
.infocols { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 64px); }
.infocols h4 { font-family: var(--display); font-size: 17px; margin-bottom: 10px; }
.infolist li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; color: var(--ink-70); display: flex; gap: 12px; align-items: center; }
.infolist li:last-child { border-bottom: 0; }
.infolist li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; }
.cta .inner { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: clamp(48px, 7vw, 90px) var(--pad); text-align: center; position: relative; overflow: hidden; }
.cta .inner::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--coral); opacity: .25; filter: blur(20px); top: -120px; left: -60px; }
.cta .inner::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--blue); opacity: .25; filter: blur(20px); bottom: -130px; right: -50px; }
.cta h2 { font-size: clamp(32px, 4.6vw, 62px); letter-spacing: -0.03em; position: relative; z-index: 1; }
.cta h2 .mark { color: var(--sun); }
.cta p { color: rgba(255,255,255,.74); max-width: 34em; margin: 22px auto 0; font-size: 17px; position: relative; z-index: 1; }
.cta .btn-row { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.cta .btn-light { background: #fff; color: var(--ink); }
.cta .btn-light:hover { background: var(--sun); transform: translateY(-3px); }
.cta .btn-outline { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.cta .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); transform: translateY(-3px); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #fff; padding: clamp(56px, 7vw, 90px) 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer-brand .name { font-family: var(--display); font-weight: 700; font-size: 30px; line-height: 1.05; letter-spacing: -0.02em; }
.footer-brand .dots { display: flex; gap: 8px; margin: 18px 0; }
.footer-brand .dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.footer-brand .tagline { color: rgba(255,255,255,.55); font-size: 14px; max-width: 24em; line-height: 1.55; }
.footer h4 { font-family: var(--display); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.footer-col a { display: block; padding: 7px 0; color: rgba(255,255,255,.82); font-size: 15px; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: #fff; padding-left: 6px; }
.footer-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom span { font-size: 13px; color: rgba(255,255,255,.45); font-family: var(--display); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Utilities ---------- */
.mt-lg { margin-top: clamp(36px, 5vw, 56px); }
.center { text-align: center; }
.maxw-prose { max-width: 760px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-portrait { max-width: 460px; margin: 10px auto 0; }
  .pathways, .cards-3, .tgrid, .gallery, .videos, .channels, .infocols, .stats { grid-template-columns: repeat(2, 1fr); }
  .twocol, .biolayout { grid-template-columns: 1fr; }
  .bioaside { position: static; max-width: 420px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; gap: 4px;
    background: var(--bg); padding: 16px var(--pad) 26px; border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .35s cubic-bezier(.2,.8,.2,1); align-items: stretch;
  }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 13px 14px; font-size: 16px; }
  .nav-links a.cta { text-align: center; margin-top: 6px; }
  .nav-toggle { display: block; }
  .nav-toggle.x span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.x span:nth-child(2) { opacity: 0; }
  .nav-toggle.x span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .pathways, .cards-3, .cards-2, .tgrid, .gallery, .videos, .channels, .infocols, .stats { grid-template-columns: 1fr; }
  .hero-portrait .badge.tl { left: 6px; } .hero-portrait .badge.br { right: 6px; }
  .datarow { grid-template-columns: 1fr; gap: 6px; }
  .datarow .og { text-align: left; }
  .pressitem { grid-template-columns: 1fr; gap: 6px; }
  .pressitem .date { text-align: left; }
  .minilist .row .v { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   Vector / SVG science motifs — orbits, molecules, sparks.
   A nod to her chemistry PhD + "curiosity is your birthright."
   ============================================================ */

/* Reusable orbit line-art (dark rings + soft accent electrons) */
.motif-orbit {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%2315171c' stroke-opacity='0.16' stroke-width='1.4'%3E%3Ccircle cx='160' cy='160' r='150'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='58' transform='rotate(32 160 160)'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='58' transform='rotate(-32 160 160)'/%3E%3C/g%3E%3Ccircle cx='160' cy='12' r='6' fill='%23ff5e4d' opacity='0.6'/%3E%3Ccircle cx='292' cy='220' r='5' fill='%232f6bff' opacity='0.6'/%3E%3Ccircle cx='34' cy='104' r='5' fill='%23ffc63c' opacity='0.6'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Hero: orbit drifting in the top-right, behind content */
.hero::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 440px; height: 440px; top: -120px; right: -110px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%2315171c' stroke-opacity='0.14' stroke-width='1.4'%3E%3Ccircle cx='160' cy='160' r='150'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='56' transform='rotate(32 160 160)'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='56' transform='rotate(-32 160 160)'/%3E%3C/g%3E%3Ccircle cx='160' cy='12' r='6' fill='%23ff5e4d' opacity='0.6'/%3E%3Ccircle cx='292' cy='220' r='5' fill='%232f6bff' opacity='0.6'/%3E%3Ccircle cx='34' cy='104' r='5' fill='%23ffc63c' opacity='0.6'/%3E%3C/svg%3E") center / contain no-repeat;
  animation: spin 90s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Scattered molecule sparks near the statement line */
.statement { position: relative; overflow: hidden; }
.statement::after {
  content: ""; position: absolute; right: 6%; top: 50%; transform: translateY(-50%);
  width: 220px; height: 220px; pointer-events: none; opacity: .9;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cg stroke='%2315171c' stroke-opacity='0.18' stroke-width='1.3'%3E%3Cline x1='30' y1='40' x2='80' y2='30'/%3E%3Cline x1='80' y1='30' x2='120' y2='70'/%3E%3Cline x1='80' y1='30' x2='70' y2='95'/%3E%3Cline x1='70' y1='95' x2='120' y2='70'/%3E%3Cline x1='70' y1='95' x2='40' y2='130'/%3E%3C/g%3E%3Ccircle cx='30' cy='40' r='5' fill='%23ff5e4d'/%3E%3Ccircle cx='80' cy='30' r='6' fill='%232f6bff'/%3E%3Ccircle cx='120' cy='70' r='5' fill='%237a5af0'/%3E%3Ccircle cx='70' cy='95' r='6' fill='%230fb6a0'/%3E%3Ccircle cx='40' cy='130' r='5' fill='%23ffc63c'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Page headers: subtle orbit behind the blob */
.pagehead::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  width: 300px; height: 300px; top: -90px; right: 4%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%2315171c' stroke-opacity='0.13' stroke-width='1.4'%3E%3Ccircle cx='160' cy='160' r='150'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='56' transform='rotate(28 160 160)'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='56' transform='rotate(-28 160 160)'/%3E%3C/g%3E%3Ccircle cx='160' cy='12' r='6' fill='%23ff5e4d' opacity='0.6'/%3E%3Ccircle cx='34' cy='104' r='5' fill='%23ffc63c' opacity='0.6'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* CTA band: white orbit glowing in the dark */
.cta .inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='1.4'%3E%3Ccircle cx='160' cy='160' r='150'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='58' transform='rotate(32 160 160)'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='58' transform='rotate(-32 160 160)'/%3E%3C/g%3E%3Ccircle cx='160' cy='12' r='6' fill='%23ffc63c' opacity='0.5'/%3E%3Ccircle cx='292' cy='220' r='5' fill='%23ff5e4d' opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right -70px top -70px;
  background-size: 360px;
}

/* Footer: molecular hexagon in the corner */
.footer { position: relative; overflow: hidden; }
.footer::before {
  content: ""; position: absolute; pointer-events: none; z-index: 0;
  width: 260px; height: 260px; top: -40px; right: -30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140'%3E%3Cg stroke='%23ffffff' stroke-opacity='0.14' stroke-width='1.4' fill='none'%3E%3Cpolygon points='70,18 116,44 116,96 70,122 24,96 24,44'/%3E%3Cline x1='70' y1='18' x2='70' y2='-12'/%3E%3Cline x1='116' y1='44' x2='142' y2='30'/%3E%3Cline x1='24' y1='44' x2='-2' y2='30'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Ccircle cx='70' cy='18' r='3.6'/%3E%3Ccircle cx='116' cy='44' r='3.6'/%3E%3Ccircle cx='116' cy='96' r='3.6'/%3E%3Ccircle cx='70' cy='122' r='3.6'/%3E%3Ccircle cx='24' cy='96' r='3.6'/%3E%3Ccircle cx='24' cy='44' r='3.6'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}
.footer .container { position: relative; z-index: 1; }

@media (max-width: 640px) {
  .hero::before { width: 280px; height: 280px; top: -70px; right: -90px; }
  .statement::after { display: none; }
  .pagehead::after { width: 200px; right: -50px; }
}

/* ============================================================
   Contact form (booking)
   ============================================================ */
.contact-form { max-width: 760px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--display); font-size: 13px; font-weight: 500; letter-spacing: .02em; color: var(--ink-70); }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 16px; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 16px; width: 100%; transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-40); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 8px 22px -14px rgba(21,23,28,.4);
}
.field textarea { min-height: 140px; resize: vertical; }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 42px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315171c' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; background-size: 18px;
}
.form-foot { margin-top: 24px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.form-status { font-family: var(--display); font-size: 14.5px; margin: 0; }
.form-status.ok { color: var(--teal); }
.form-status.err { color: var(--coral); }
.contact-direct { margin-top: 28px; font-size: 16px; color: var(--ink-70); }
.contact-direct a { border-bottom: 2px solid var(--accent); }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

/* ---------- Contact page layout ---------- */
.contact-layout { display: grid; grid-template-columns: 1.5fr 0.85fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact-aside .ca-block { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-aside .ca-block:first-child { padding-top: 0; }
.contact-aside .ca-block:last-child { border-bottom: 0; }
.contact-aside h4 { font-family: var(--display); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-40); margin-bottom: 8px; }
.contact-aside .ca-block p { font-size: 15px; color: var(--ink-70); line-height: 1.5; }
.contact-aside a.ca-link { font-family: var(--display); font-weight: 500; font-size: 16px; color: var(--ink); border-bottom: 2px solid var(--accent); padding-bottom: 1px; }
.contact-aside a.ca-link:hover { color: var(--accent); }
.contact-aside .ca-socials { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
@media (max-width: 880px) { .contact-layout { grid-template-columns: 1fr; } }

/* ---------- About page: jump nav + download cards ---------- */
.jumpnav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.jumpnav a {
  font-family: var(--display); font-size: 13.5px; font-weight: 500;
  padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line);
  color: var(--ink-70); transition: border-color .2s, color .2s, background .2s;
}
.jumpnav a:hover { border-color: var(--accent); color: var(--ink); background: var(--white); }
.dl-card .chip { font-size: 22px; }
.dl-card .link { margin-top: 20px; }

/* ============================================================
   Inline links + playful decorations (scribbles, highlights, sparkles)
   ============================================================ */

/* Inline text link (e.g. Visions of Science) */
.ilink { color: inherit; border-bottom: 1.5px solid var(--accent); transition: color .2s, border-color .2s; }
.ilink:hover { color: var(--accent); }

/* Marker-pen highlight behind text */
.hl, .hl-coral, .hl-blue, .hl-teal, .hl-violet {
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  background-repeat: no-repeat; padding: 0 .14em; border-radius: .14em;
}
.hl        { background-image: linear-gradient(-100deg, transparent 1%, rgba(255,198,60,.55) 3%, rgba(255,198,60,.55) 97%, transparent 99%); }
.hl-coral  { background-image: linear-gradient(-100deg, transparent 1%, rgba(255,94,77,.22) 3%, rgba(255,94,77,.22) 97%, transparent 99%); }
.hl-blue   { background-image: linear-gradient(-100deg, transparent 1%, rgba(47,107,255,.18) 3%, rgba(47,107,255,.18) 97%, transparent 99%); }
.hl-teal   { background-image: linear-gradient(-100deg, transparent 1%, rgba(15,182,160,.22) 3%, rgba(15,182,160,.22) 97%, transparent 99%); }
.hl-violet { background-image: linear-gradient(-100deg, transparent 1%, rgba(122,90,240,.20) 3%, rgba(122,90,240,.20) 97%, transparent 99%); }

/* Hand-drawn squiggle under big accent headline words (auto) */
.hero h1 .mark, .pagehead h1 .mark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='14' viewBox='0 0 80 14'%3E%3Cpath d='M3 8 q 10 -7 20 0 t 20 0 t 20 0 t 20 0' fill='none' stroke='%23ffc63c' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x; background-position: left 96%; background-size: 80px 12px;
  padding-bottom: .1em;
}

/* Standalone squiggle underline */
.squiggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='12' viewBox='0 0 70 12'%3E%3Cpath d='M2 7 q 8.5 -6 17 0 t 17 0 t 17 0' fill='none' stroke='%23ff5e4d' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x; background-position: left bottom; background-size: 70px 10px; padding-bottom: .16em;
}

/* Sparkle / star accents */
.sparkle {
  display: inline-block; width: 1em; height: 1em; vertical-align: -0.12em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 C13.2 8.8 15.2 10.8 24 12 C15.2 13.2 13.2 15.2 12 24 C10.8 15.2 8.8 13.2 0 12 C8.8 10.8 10.8 8.8 12 0 Z' fill='%23ffc63c'/%3E%3C/svg%3E") center/contain no-repeat;
}
.sparkle.coral  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 C13.2 8.8 15.2 10.8 24 12 C15.2 13.2 13.2 15.2 12 24 C10.8 15.2 8.8 13.2 0 12 C8.8 10.8 10.8 8.8 12 0 Z' fill='%23ff5e4d'/%3E%3C/svg%3E"); }
.sparkle.blue   { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 C13.2 8.8 15.2 10.8 24 12 C15.2 13.2 13.2 15.2 12 24 C10.8 15.2 8.8 13.2 0 12 C8.8 10.8 10.8 8.8 12 0 Z' fill='%232f6bff'/%3E%3C/svg%3E"); }
.sparkle.violet { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 C13.2 8.8 15.2 10.8 24 12 C15.2 13.2 13.2 15.2 12 24 C10.8 15.2 8.8 13.2 0 12 C8.8 10.8 10.8 8.8 12 0 Z' fill='%237a5af0'/%3E%3C/svg%3E"); }
.sparkle.teal   { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 C13.2 8.8 15.2 10.8 24 12 C15.2 13.2 13.2 15.2 12 24 C10.8 15.2 8.8 13.2 0 12 C8.8 10.8 10.8 8.8 12 0 Z' fill='%230fb6a0'/%3E%3C/svg%3E"); }
.sparkle.twinkle { animation: twinkle 2.6s ease-in-out infinite; }
@keyframes twinkle { 0%,100% { transform: scale(1) rotate(0deg); opacity: 1; } 50% { transform: scale(.7) rotate(18deg); opacity: .55; } }

/* Absolute-positioned decoration helper */
.deco { position: absolute; pointer-events: none; }

/* Playful colour dots on chips */
.chips span::before {
  content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  margin-right: 9px; vertical-align: middle; background: var(--accent);
}
.chips span:nth-child(5n+1)::before { background: var(--coral); }
.chips span:nth-child(5n+2)::before { background: var(--blue); }
.chips span:nth-child(5n+3)::before { background: var(--violet); }
.chips span:nth-child(5n+4)::before { background: var(--teal); }
.chips span:nth-child(5n+5)::before { background: var(--sun); }

@media (prefers-reduced-motion: reduce) { .sparkle.twinkle { animation: none; } }

/* ============================================================
   Background-video band (sizzle reel as section background)
   ============================================================ */
.reel-bg { position: relative; overflow: hidden; display: flex; align-items: flex-end;
  min-height: clamp(440px, 60vw, 680px); background: var(--ink); }
.reel-bg .bgvid { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.reel-bg .bgvid iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100vw; height: 56.25vw;          /* 16:9 by width */
  min-width: 177.78vh; min-height: 100vh; /* 16:9 by height -> always covers */
  border: 0;
}
.reel-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(12,14,18,.35) 0%, rgba(12,14,18,.12) 40%, rgba(12,14,18,.82) 100%);
}
.reel-content { position: relative; z-index: 2; color: #fff; width: 100%; padding-block: clamp(34px, 5vw, 64px); }
.reel-content .eyebrow { color: rgba(255,255,255,.85); }
.reel-content .eyebrow::before { background: #fff; }
.reel-content h2 { font-size: clamp(30px, 4.6vw, 58px); letter-spacing: -0.03em; max-width: 14em; }
.reel-content p { color: rgba(255,255,255,.82); margin-top: 14px; font-size: 17px; max-width: 32em; }
.reel-content .btn-row { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Light buttons usable on dark backgrounds (outside .cta) */
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--sun); transform: translateY(-3px); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.45); color: #fff; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.12); transform: translateY(-3px); }

/* ---------- Reel split (text left, video right) ---------- */
.reel-split-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.reel-split-text .eyebrow { margin-bottom: 18px; }
.reel-split-text h2 { font-size: clamp(30px, 4.2vw, 52px); letter-spacing: -0.03em; }
.reel-split-text p { color: var(--ink-70); margin-top: 16px; font-size: 18px; max-width: 26em; }
.reel-split-text .btn-row { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.bgvid-tile { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; box-shadow: var(--shadow); background: var(--ink); }
.bgvid-tile iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 880px) { .reel-split-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Trust bar (logo strip under hero) ---------- */
.trustbar { padding: clamp(26px, 4vw, 42px) 0; background: var(--white); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.trustbar-label { display: block; text-align: center; font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-40); margin-bottom: clamp(18px, 2.5vw, 26px); }
.trustbar-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(22px, 3.4vw, 48px); }
.trustbar-logos img { height: 30px; width: auto; max-width: 130px; object-fit: contain; filter: grayscale(1); opacity: .58; transition: filter .3s, opacity .3s; }
.trustbar-logos img:hover { filter: none; opacity: 1; }
@media (max-width: 640px) { .trustbar-logos { gap: 22px 30px; } .trustbar-logos img { height: 24px; max-width: 104px; } }

/* ---------- Dark speaker-reel band ---------- */
.reel-dark { background: var(--ink); color: #fff; }
.reel-dark .eyebrow { color: rgba(255,255,255,.66); }
.reel-dark .eyebrow::before { background: var(--coral); }
.reel-dark .reel-split-text h2 { color: #fff; }
.reel-dark .reel-split-text .hl { background-image: none; color: var(--coral); padding: 0; }
.reel-dark .reel-split-text p { color: rgba(255,255,255,.72); }
.reel-dark .bgvid-tile { border: 1px solid rgba(255,255,255,.08); box-shadow: 0 34px 70px -34px rgba(0,0,0,.65); }

/* ---------- Texture for the dark reel band ---------- */
.reel-dark {
  position: relative;
  background-color: var(--ink);
  background-image:
    radial-gradient(820px circle at 8% 16%, rgba(255,94,77,0.12), transparent 60%),
    radial-gradient(640px circle at 94% 92%, rgba(47,107,255,0.10), transparent 60%),
    radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1.4px);
  background-size: 100% 100%, 100% 100%, 22px 22px;
  background-repeat: no-repeat, no-repeat, repeat;
}
.reel-dark > .container { position: relative; z-index: 1; }
.reel-dark::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  bottom: -90px; left: -60px; width: 300px; height: 300px; opacity: .38;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.1'%3E%3Ccircle cx='160' cy='160' r='150'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='55' transform='rotate(32 160 160)'/%3E%3Cellipse cx='160' cy='160' rx='150' ry='55' transform='rotate(-32 160 160)'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}

/* ---------- Vertical scrolling photo strip (About) ---------- */
.vscroll {
  margin-top: 24px; height: clamp(380px, 42vw, 480px); overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 9%, #000 91%, transparent);
}
.vscroll-track { display: flex; flex-direction: column; animation: vscroll 38s linear infinite; }
.vscroll:hover .vscroll-track { animation-play-state: paused; }
.vscroll-track img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-soft); margin-bottom: 16px; }
@keyframes vscroll { to { transform: translateY(-50%); } }
@media (prefers-reduced-motion: reduce) { .vscroll-track { animation: none; } }
@media (max-width: 980px) { .vscroll { max-width: 440px; height: 360px; } }
