/* ============================================================
   HYPNO SUMMIT PORTUGAL 2026
   Lisbon-bright editorial design system — offline-first (file://)
   Light limestone base · elevated Portuguese terracotta + azulejo
   greens & blues + golden-hour sun. Bold, bright, beautiful.
   ============================================================ */

:root {
  /* ---- Light base (kept old var NAMES so existing inline styles
          re-skin automatically; only the VALUES changed). ---- */
  --obsidian:   #FFFFFF;          /* page base — clean white           */
  --ink:        #F5F3F7;          /* pearl lavender — alternating sect */
  --midnight:   #EDE9F2;          /* deeper lavender — focus / accents */
  --panel:      #FFFFFF;          /* card surface                      */
  --panel-soft: #FDFCFE;          /* soft card surface                 */
  --line:       #E2DDE8;          /* lavender-tinted hairline border   */
  --border:     #B5ACBF;          /* stronger visible border           */

  --alabaster:  #2A211A;          /* primary text — warm espresso ink  */
  --muted:      #2A211A;          /* secondary text — solid black, no gray */
  --muted-dim:  #2A211A;          /* tertiary / fine print — solid black, no gray */

  /* ---- Primary accent: bright Portuguese-flag red.
          Wired through old --gold* names so it leads everywhere. ---- */
  --gold:       #AD1917;          /* flag red — primary accent         */
  --gold-bright:#C31F1D;          /* vivid flag red — eyebrows/badges  */
  --gold-deep:  #8A1412;          /* deep red — links / hover          */
  --gold-glow:  rgba(173, 25, 23, 0.20);

  /* ---- Supporting Lisbon colours: bright Portuguese-flag green ---- */
  --pine:       #047A3C;          /* flag green                        */
  --pine-soft:  #2BA864;          /* brighter green accent             */
  --pine-glow:  rgba(4, 122, 60, 0.16);

  /* old --wine* names repurposed as azulejo tile-blue (code-only) */
  --wine:       #2E6E8E;          /* azulejo tile blue                 */
  --wine-soft:  #4E8DA8;          /* soft tile blue                    */
  --wine-glow:  rgba(46, 110, 142, 0.16);

  --sun:        #E0A52E;          /* golden-hour ochre — warm highlight */
  --azulejo-tint: #EAF1F2;        /* palest tile wash for sections     */

  --serif: "Hoefler Text", "Palatino Linotype", "Palatino", "Book Antiqua", Georgia, serif;
  --sans:  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;

  /* surfaces that need to flip in dark mode but sit on translucent nav */
  --nav-bg:    rgba(255, 255, 255, 0.82);
  --mobile-bg: rgba(255, 255, 255, 0.98);
  --pagehead-fade: rgba(255, 255, 255, 0.4);
  --pagehead-fade-vivid: rgba(255, 255, 255, 0.18);

  --maxw: 1240px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow:  0 18px 50px -28px rgba(70, 40, 20, 0.45);
  --shadow-lg: 0 40px 90px -40px rgba(80, 40, 20, 0.50);

  color-scheme: light;
}

/* ============================================================
   DARK MODE  — warm espresso base, accents brightened so the
   Portuguese terracotta / azulejo / golden-hour palette still
   leads on a dark surface. Re-skins via the same var NAMES.
   ============================================================ */
:root[data-theme="dark"] {
  --obsidian:   #15110D;          /* page base — deep warm espresso    */
  --ink:        #1C1712;          /* alternating sections              */
  --midnight:   #241D16;          /* deeper accent / focus             */
  --panel:      #211A13;          /* card surface                      */
  --panel-soft: #271F17;          /* soft card surface                 */
  --line:       #3A3026;          /* warm hairline border              */
  --border:     #6A5840;          /* stronger visible border           */

  --alabaster:  #F4E9D8;          /* primary text — warm off-white     */
  --muted:      #F4E9D8;          /* secondary text — solid off-white, no gray */
  --muted-dim:  #F4E9D8;          /* tertiary / fine print — solid off-white, no gray */

  --gold:       #C42220;          /* flag red — brightened for dark    */
  --gold-bright:#D42C2A;          /* vivid flag red                    */
  --gold-deep:  #A81816;          /* deep red — links / hover          */
  --gold-glow:  rgba(196, 34, 32, 0.28);

  --pine:       #2DB86B;          /* flag green — brightened for dark  */
  --pine-soft:  #4FD389;
  --pine-glow:  rgba(45, 184, 107, 0.22);

  --wine:       #4E94B8;          /* azulejo tile blue — brightened    */
  --wine-soft:  #6FB0D0;
  --wine-glow:  rgba(78, 148, 184, 0.22);

  --sun:        #E8B24A;          /* golden-hour ochre                 */
  --azulejo-tint: #15211F;        /* darkened tile wash                */

  --nav-bg:    rgba(21, 17, 13, 0.82);
  --mobile-bg: rgba(21, 17, 13, 0.98);
  --pagehead-fade: rgba(21, 17, 13, 0.30);
  --pagehead-fade-vivid: rgba(21, 17, 13, 0.15);

  --shadow:  0 18px 50px -28px rgba(0, 0, 0, 0.65);
  --shadow-lg: 0 40px 90px -40px rgba(0, 0, 0, 0.75);

  color-scheme: dark;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--obsidian);
  color: var(--alabaster);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  transition: background-color .4s var(--ease), color .4s var(--ease);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: #fff; }

/* Soft warm light wash + faint grain over the whole page */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 1;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(224,165,46,0.12), transparent 55%),
    radial-gradient(90% 70% at 100% 0%, rgba(46,110,142,0.06), transparent 50%);
}
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 1; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -0.01em; color: var(--alabaster); }
.serif { font-family: var(--serif); }
.eyebrow {
  font-family: var(--sans);
  font-size: 1.05rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-bright);
  font-weight: 700;
  display: inline-block;
}
.eyebrow--muted { color: var(--pine); font-weight: 600; }
.hero__kicker .eyebrow { font-size: 1.2rem; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.9), 0 2px 10px rgba(0,0,0,0.7); }
.display {
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
}
.lede { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--muted); font-weight: 400; }
.gold { color: var(--gold); }
.italic { font-style: italic; }

/* gold rule */
.rule { width: 64px; height: 3px; background: linear-gradient(90deg, #1a1a1a, #888); opacity: 1; border-radius: 2px; }
:root[data-theme="dark"] .rule { background: linear-gradient(90deg, #ccc, #444); }
.rule--center { margin-inline: auto; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 4rem); position: relative; z-index: 2; }
section { position: relative; z-index: 2; }
.section { padding-block: clamp(4.5rem, 11vw, 9rem); }
.section--tight { padding-block: clamp(3rem, 7vw, 5.5rem); }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); border: 0; }

/* ---------- Section separation ----------
   Each band gets its own surface colour + a bold tri-tone Portuguese
   seam (green / sun / blue) so nobody scrolls past a section. */
.section--alt { background: linear-gradient(180deg, var(--ink) 0%, var(--midnight) 100%); }
.section--seam { position: relative; }
.section--seam::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1a1a1a, #888);
  opacity: 0.95;
}
:root[data-theme="dark"] .section--seam::before { background: linear-gradient(90deg, #ccc, #444); }

/* ============================================================
   NAVIGATION
   ============================================================ */
.ticker {
  position: relative; z-index: 60;
  background: linear-gradient(90deg, var(--pine), var(--pine-soft));
  border-bottom: 1px solid #035c2d;
  box-shadow: 0 2px 18px var(--pine-glow);
  overflow: hidden;
}
.ticker__inner {
  display: flex; align-items: center; justify-content: center; gap: 1.1rem;
  padding: 0.95rem 1rem; text-align: center;
  font-size: 0.86rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: #fff; font-weight: 700;
}
.ticker__dot { width: 11px; height: 11px; border-radius: 50%; background: #fff; box-shadow: 0 0 16px rgba(255,255,255,0.85); animation: pulse 2.6s var(--ease) infinite; flex: none; }
.ticker a { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.7); transition: border-color .3s; font-weight: 800; }
.ticker a:hover { border-color: #fff; }
@media (max-width: 640px) {
  .ticker__inner { font-size: 0.72rem; letter-spacing: 0.1em; padding: 0.8rem 1rem; }
}
@keyframes pulse { 0%,100%{ opacity: 1; transform: scale(1);} 50%{ opacity: .35; transform: scale(.7);} }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--nav-bg);
  backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line);
  transition: background .4s var(--ease), box-shadow .4s var(--ease);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 0.85rem; }
.brand__mark { width: 38px; height: 38px; flex: none; object-fit: contain; display: block; }
.nav__inner .brand__mark { width: 46px; height: 46px; }
.brand__txt { font-family: var(--serif); font-size: 1.18rem; line-height: 1; letter-spacing: 0.02em; color: var(--alabaster); }
.brand__txt small { display: block; font-family: var(--sans); font-size: 0.56rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-top: 5px; font-weight: 700; }

.nav__links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
.nav__links a {
  font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); position: relative; padding: 6px 0; transition: color .3s; font-weight: 600;
}
.nav__links a::after {
  content:""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--gold); transition: width .35s var(--ease);
}
.nav__links a:hover { color: var(--gold); }
.nav__links a:hover::after,
.nav__links a.is-active::after { width: 100%; }
.nav__links a.is-active { color: var(--alabaster); }

/* All buttons are solid, borderless. Hierarchy is carried by fill colour:
   primary = flag red (.btn--solid) · secondary = flag green (default / .btn--ghost)
   · on-photo = solid white (.btn--outline). Hover lifts + brightens. */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700;
  padding: 0.97rem 1.72rem; border: 0; border-radius: 3px;
  color: #fff; background: var(--pine);
  cursor: pointer; position: relative; overflow: hidden;
  box-shadow: 0 12px 26px -16px rgba(0,0,0,0.55);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), filter .3s var(--ease);
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 34px -16px rgba(0,0,0,0.45); }
.btn:active { transform: translateY(0); filter: brightness(0.96); }
.btn:focus-visible { outline: 2px solid var(--alabaster); outline-offset: 3px; }
.btn--solid { background: var(--gold); color: #fff; box-shadow: 0 14px 30px -14px var(--gold-glow); }
.btn--ghost { background: var(--pine); color: #fff; }
.btn--outline { background: #fff; color: var(--gold-deep); }
.btn--outline:hover { color: var(--gold-deep); }
.btn--lg { padding: 1.15rem 2.4rem; font-size: 0.76rem; }
.btn svg { width: 14px; height: 14px; }

.nav__burger { display: none; background: none; border: 0; color: var(--gold); cursor: pointer; padding: 8px; }
.nav__burger svg { width: 26px; height: 26px; }
.nav__cta { display: inline-flex; }

/* ---- Theme toggle (sun / moon) ---- */
.nav__theme {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; margin-left: 1rem; flex: none;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--panel); color: var(--gold); cursor: pointer;
  transition: color .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease), transform .4s var(--ease);
}
.nav__theme:hover { border-color: var(--gold); color: var(--gold-bright); transform: rotate(-18deg); }
.nav__theme:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.nav__theme svg { width: 20px; height: 20px; }
.nav__theme .nav__theme-sun { display: none; }
.nav__theme .nav__theme-moon { display: block; }
:root[data-theme="dark"] .nav__theme .nav__theme-sun { display: block; }
:root[data-theme="dark"] .nav__theme .nav__theme-moon { display: none; }
@media (max-width: 920px) { .nav__theme { margin-left: auto; margin-right: 0.4rem; } }

.mobile { position: fixed; inset: 0; z-index: 80; background: var(--mobile-bg); backdrop-filter: blur(20px); display: flex; flex-direction: column; padding: 2rem 2rem 3rem; opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); }
.mobile.is-open { opacity: 1; pointer-events: auto; }
.mobile__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; }
.mobile__links { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }
.mobile__links a { font-family: var(--serif); font-size: 2rem; color: var(--alabaster); padding: 0.4rem 0; border-bottom: 1px solid var(--line); }
.mobile__links a.is-active { color: var(--gold); }
.mobile__close { background:none; border:0; color: var(--gold); cursor:pointer; }
.mobile__close svg { width: 28px; height: 28px; }

@media (max-width: 920px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: inline-flex; }
}

/* ============================================================
   HERO  (travel-poster: photo + warm wash, white headline)
   ============================================================ */
.hero { position: relative; min-height: calc(100svh - 7rem); display: flex; align-items: center; overflow: hidden; background: var(--gold-deep); }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.12) contrast(1.04); transform: scale(1.05); animation: kenburns 22s ease-out forwards; }
.hero__bg--video iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-width: 177.78vh; min-height: 100%; transform: translate(-50%, -50%) scale(1.4); border: 0; pointer-events: none; }
@keyframes kenburns { to { transform: scale(1.0) translateY(-1.5%); } }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background:
  /* left-anchored darkening so the left-aligned copy always sits on deep shade */
  linear-gradient(90deg, rgba(8,5,3,0.72) 0%, rgba(8,5,3,0.52) 30%, rgba(8,5,3,0.20) 60%, rgba(8,5,3,0.04) 88%),
  /* top-to-bottom warmth + footing */
  linear-gradient(180deg, rgba(140,46,30,0.22) 0%, rgba(8,5,3,0.16) 28%, rgba(8,5,3,0.30) 62%, rgba(8,5,3,0.82) 100%),
  radial-gradient(80% 75% at 22% 56%, rgba(8,5,3,0.22), transparent 72%); }
.hero__content { position: relative; z-index: 2; padding-top: 7rem; padding-bottom: 7rem; width: 100%; }
.hero__kicker { display:flex; align-items:center; gap: 1.2rem; margin-bottom: 2rem; }
.hero__kicker .rule { background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.4)); }
.hero__title { font-size: clamp(2.2rem, 7vw, 6rem); line-height: 0.92; letter-spacing: -0.03em; color: #fff; font-weight: 400;
  /* dense stacked shadow: tight crisp halo + deep ambient pool for the busy photo */
  text-shadow:
    0 0 1px rgba(0,0,0,0.95),
    0 1px 2px rgba(0,0,0,0.92),
    0 2px 5px rgba(0,0,0,0.85),
    0 4px 18px rgba(0,0,0,0.78),
    0 8px 40px rgba(0,0,0,0.62),
    0 16px 72px rgba(0,0,0,0.45); }
.hero__title em { font-style: italic; color: var(--sun); text-shadow:
    0 0 1px rgba(60,28,4,0.95),
    0 1px 2px rgba(40,20,4,0.9),
    0 2px 6px rgba(30,14,2,0.85),
    0 4px 14px rgba(20,10,2,0.7),
    0 10px 34px rgba(0,0,0,0.5); }
.hero__meta { display:flex; flex-wrap: wrap; gap: clamp(1.5rem,4vw,3.5rem); margin-top: 2.6rem; align-items: center; }
.hero__meta-item { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.88); font-weight: 600; text-shadow: 0 1px 2px rgba(0,0,0,0.9), 0 2px 8px rgba(0,0,0,0.6); }
.hero__meta-item b { display:block; font-family: var(--serif); font-size: 1.4rem; letter-spacing: 0; text-transform: none; color: #fff; font-weight: 400; margin-top: 4px; text-shadow: 0 1px 2px rgba(0,0,0,0.92), 0 2px 6px rgba(0,0,0,0.78), 0 6px 20px rgba(0,0,0,0.5); }
.hero__cta { display:flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
@media (max-width: 480px){ .hero__cta { width: 100%; } .hero__cta .btn { flex: 1 1 100%; justify-content: center; } }

/* Hero topic chips — the programme themes, under the dates / location / CTAs.
   Editorial frosted-glass: a labelled row of fine chips with a glass sheen. */
.hero__topics { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.55rem; margin-top: 2.6rem; }
.hero__topics-label {
  flex-basis: 100%; display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--sans); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.34em; text-transform: uppercase;
  color: rgba(255,255,255,0.82); margin-bottom: 0.85rem; white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0,0,0,0.85);
}
.hero__topics-label::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, var(--sun), rgba(224,165,46,0)); }
.hero__topic {
  font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  background: linear-gradient(160deg, rgba(255,255,255,0.17), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.52rem 1.05rem; border-radius: 100px;
  backdrop-filter: blur(9px) saturate(120%); -webkit-backdrop-filter: blur(9px) saturate(120%);
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 8px 20px -12px rgba(0,0,0,0.7);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.hero__topic:hover {
  transform: translateY(-2px);
  border-color: rgba(224,165,46,0.85);
  background: linear-gradient(160deg, rgba(224,165,46,0.34), rgba(255,255,255,0.06));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 12px 26px -12px rgba(0,0,0,0.6);
}
.scrolldown { position: absolute; bottom: clamp(2.5rem, 6vh, 4rem); right: clamp(1.2rem, 4vw, 3rem); z-index: 3; color: rgba(255,255,255,0.85); writing-mode: vertical-rl; font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; display:flex; align-items:center; gap: 0.8rem; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }
.scrolldown::after { content:""; width: 2px; height: 36px; background: linear-gradient(var(--sun), transparent); animation: linePulse 2.2s var(--ease) infinite; }
@keyframes linePulse { 0%,100%{ transform: scaleY(0.5); opacity:.4; transform-origin: top;} 50%{ transform: scaleY(1); opacity:1; transform-origin: top;} }

/* ============================================================
   PAGE HEADER (interior pages) — light, warm
   ============================================================ */
.pagehead { position: relative; padding-top: clamp(7rem, 14vw, 11rem); padding-bottom: clamp(3rem, 7vw, 5rem); overflow: hidden; background: linear-gradient(180deg, var(--azulejo-tint), var(--obsidian)); }
.pagehead__bg { position:absolute; inset:0; z-index:0; opacity: 0.68; }
.pagehead__bg img { width:100%; height:100%; object-fit: cover; filter: saturate(1.1); }
.pagehead__scrim { position:absolute; inset:0; z-index:1; background: linear-gradient(180deg, var(--pagehead-fade), var(--obsidian)); }
.pagehead--vivid .pagehead__bg { opacity: 0.85; }
.pagehead--vivid .pagehead__scrim { background: linear-gradient(180deg, var(--pagehead-fade-vivid), var(--obsidian)); }
.pagehead .wrap { position: relative; z-index: 2; }
.pagehead h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); margin-top: 1.2rem; }
.pagehead__subhead { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.3; color: var(--muted); margin: 0.6rem 0 0; }

/* ============================================================
   FEATURE CARDS / GRID
   ============================================================ */
.grid { display: grid; gap: clamp(1rem, 2.5vw, 1.8rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px){ .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 620px){ .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr;} }

.feature {
  border: 1px solid var(--line); background: var(--panel);
  padding: clamp(1.6rem, 3vw, 2.4rem); transition: transform .5s var(--ease), border-color .5s, box-shadow .5s; position: relative; overflow: hidden;
  box-shadow: var(--shadow);
}
.feature::after { content:""; position:absolute; top:0; left:0; width:100%; height:4px; background: var(--pine); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature:hover::after { transform: scaleX(1); }
.feature__icon { width: 44px; height: 44px; color: var(--gold); margin-bottom: 1.4rem; }
.feature__icon svg { width: 100%; height: 100%; stroke-width: 1; }
.feature h3 { font-size: 1.4rem; margin-bottom: 0.7rem; }
.feature p { color: var(--muted); font-size: 0.96rem; line-height: 1.7; }
.feature__num { font-family: var(--serif); font-size: 1.6rem; color: var(--alabaster); margin-bottom: 0.8rem; letter-spacing: 0.02em; font-weight: 500; font-style: italic; }

/* ============================================================
   FACULTY GRID
   ============================================================ */
.faculty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); border: 2px solid var(--line); box-shadow: var(--shadow); }
@media (max-width: 1080px){ .faculty-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 560px){ .faculty-grid { grid-template-columns: 1fr;} }
.speaker {
  position: relative; background: var(--midnight); aspect-ratio: 3/4; overflow: hidden; display: block;
}
.speaker img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(1.04) contrast(1.02); transition: filter .6s var(--ease), transform .7s var(--ease); }
.speaker:hover img { filter: saturate(1.12) contrast(1.05); transform: scale(1.05); }
.speaker__scrim { position:absolute; inset:0; background: linear-gradient(180deg, transparent 30%, rgba(40,20,12,0.45) 58%, rgba(30,14,8,0.94) 100%); transition: background .6s var(--ease); }
.speaker__info { position:absolute; left:0; right:0; bottom:0; padding: 1.5rem; z-index:2; transform: translateY(8px); transition: transform .6s var(--ease); }
.speaker:hover .speaker__info { transform: translateY(0); }
.speaker__name { font-family: var(--serif); font-size: 1.3rem; line-height: 1.1; color: #fff; }
.speaker__topic { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sun); margin-top: 0.5rem; display: block; font-weight: 700; }
.speaker__blurb { font-family: var(--sans); font-size: 0.82rem; line-height: 1.45; color: rgba(255,255,255,0.92); margin-top: 0.55rem; display: block; text-shadow: 0 1px 3px rgba(0,0,0,0.55); }
.speaker__more { display:flex; align-items:center; gap: 0.5rem; margin-top: 0.9rem; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.85); opacity: 0; transform: translateY(6px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.speaker:hover .speaker__more { opacity: 1; transform: translateY(0); }
.speaker__more svg { width: 14px; height: 14px; }
.speaker__tags { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .6rem; }
.speaker__tags .tag { font-size: 0.6rem; padding: .14rem .5rem; }

/* general topic tags — used on bio pages and within cards */
.tags { display: flex; flex-wrap: wrap; gap: .4rem; margin: .8rem 0 1.4rem; }
.tag { font-family: var(--sans); font-size: 0.68rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--gold); border: 1px solid rgba(197,168,128,0.3); border-radius: 2rem; padding: .18rem .65rem; line-height: 1.6; background: rgba(197,168,128,0.07); white-space: nowrap; }

/* ============================================================
   SPLIT / EDITORIAL
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--reverse { direction: rtl; }
.split--reverse > * { direction: ltr; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; } .split--reverse { direction: ltr; } }
.split__media { position: relative; }
.split__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow-lg); }
.split__media--frame { padding: 12px; border: 1px solid var(--gold-deep); }
.framed { position: relative; }
.framed::before { content:""; position:absolute; inset: 14px; border: 2px solid rgba(255,255,255,0.7); z-index: 2; pointer-events: none; }
.framed::after { content:""; position:absolute; inset: 0; border: 2px solid var(--gold); transform: translate(14px,14px); z-index: -1; }

.prose p { color: var(--muted); margin-bottom: 1.3rem; }
.prose p:first-of-type { color: var(--alabaster); }
.prose strong { color: var(--gold-deep); font-weight: 700; }

/* ============================================================
   LEGAL / POLICY CONTENT
   ============================================================ */
.legal { max-width: 820px; }
.legal__intro { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--alabaster); font-weight: 400; margin-bottom: 2.4rem; }
.legal h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--alabaster);
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.legal h2:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.legal h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--gold); margin-top: 2rem; margin-bottom: 0.4rem; }
.legal p { color: var(--muted); margin-bottom: 1.2rem; }
.legal strong { color: var(--alabaster); font-weight: 700; }
.legal a { color: var(--gold); border-bottom: 1px solid var(--gold-deep); transition: color 0.2s var(--ease); }
.legal a:hover { color: var(--gold-bright); }
.legal ul, .legal ol { list-style: none; margin: 0 0 1.4rem; display: grid; gap: 0.7rem; }
.legal li { position: relative; padding-left: 1.5rem; color: var(--muted); }
.legal ul li::before { content: ""; position: absolute; left: 0; top: 0.7em; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.legal ol { counter-reset: legal; }
.legal ol li { counter-increment: legal; }
.legal ol li::before { content: counter(legal); position: absolute; left: 0; top: 0; font-family: var(--serif); color: var(--gold); font-size: 0.9rem; }
.legal__updated { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-dim); }

/* ============================================================
   PRICING — impossible to scroll past
   ============================================================ */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 3vw, 2rem); align-items: stretch; }
@media (max-width: 720px) { .pricing-grid { grid-template-columns: 1fr; } }
.pricing { position: relative; border: 3px solid var(--gold); border-radius: 4px; background: var(--panel); padding: clamp(2.4rem, 5vw, 4.2rem); text-align: center; overflow: hidden; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; }
.pricing::before { content:""; position:absolute; top:0; left:0; right:0; height: 6px; background: var(--gold); }
.pricing--secondary { border-color: var(--line); box-shadow: var(--shadow); }
.pricing--secondary::before { background: var(--pine); }
.pricing--secondary .pricing__frame { border-color: rgba(4, 122, 60, 0.2); }
.pricing__frame { position:absolute; inset: 12px; border: 1px solid rgba(194,69,47,0.25); pointer-events:none; border-radius: 2px; }
.pricing__badge { display:inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: #fff; background: var(--gold); border: 1px solid var(--gold); padding: 0.55rem 1.3rem; border-radius: 100px; margin-bottom: 0.9rem; box-shadow: 0 10px 22px -10px var(--gold-glow); }
.pricing__badge--soft { background: transparent; color: var(--pine); border: 2px solid var(--pine); box-shadow: none; }
.pricing__sub { font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 0.9rem; }
.pricing__price { font-family: var(--serif); font-size: clamp(4rem, 12vw, 7rem); line-height: 1; letter-spacing: -0.02em; color: var(--gold); }
.pricing__price s { color: var(--muted-dim); font-size: 0.32em; font-weight: 300; margin-right: 0.5rem; text-decoration-thickness: 1px; }
.pricing__price--sm { font-size: clamp(3rem, 8vw, 5.2rem); }
.pricing__price-prefix { font-family: var(--sans); font-size: 0.38em; font-weight: 700; color: var(--muted); letter-spacing: 0.04em; margin-right: 0.1em; vertical-align: 0.1em; }
.pricing__tax { font-size: 0.8rem; color: var(--muted-dim); letter-spacing: 0.1em; margin-top: 0.5rem; }
.pricing__list { list-style: none; text-align: left; max-width: 460px; margin: 2.4rem auto; display: grid; gap: 0.9rem; }
.pricing__list li { display: flex; gap: 0.9rem; align-items: flex-start; color: var(--alabaster); font-size: 0.95rem; }
.pricing__list svg { width: 18px; height: 18px; color: var(--pine); flex: none; margin-top: 4px; }
.pricing__deadline { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 0.5rem; }
.pricing__cta-area { margin-top: 1.2rem; padding-top: 0.5rem; }
.pricing__upsell { margin: auto 0 0; padding: 0.7rem 0.85rem; background: var(--obsidian); border: 1px solid var(--line); border-left: 3px solid var(--sun); border-radius: 3px; text-align: left; }
.pricing__upsell-row { display: flex; align-items: center; gap: 0.55rem; }
.pricing__upsell-tag { font-family: var(--sans); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); border-radius: 999px; padding: 0.18rem 0.5rem; flex: none; }
.pricing__upsell-label { font-size: 0.85rem; color: var(--alabaster); line-height: 1.35; flex: 1; margin: 0; }
.pricing__upsell-label strong { color: var(--alabaster); font-weight: 600; }
.pricing__upsell-price { color: var(--gold); font-weight: 700; white-space: nowrap; }
.pricing__upsell-more { font-size: 0.75rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0.06em; color: var(--muted); text-decoration: underline; text-decoration-color: transparent; transition: color 0.2s, text-decoration-color 0.2s; white-space: nowrap; flex: none; margin-top: 3px; }
.pricing__upsell-more:hover { color: var(--gold); text-decoration-color: var(--gold); }
.pricing__total-line { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); padding-top: 0.65rem; margin-top: 0.65rem; border-top: 1px solid var(--line); max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.3s var(--ease), opacity 0.3s var(--ease); }
.pricing__total-line.is-active { max-height: 3rem; opacity: 1; }

/* ============================================================
   NEWSLETTER — bold colour band, high-conversion signup
   ============================================================ */
.newsletter {
  position: relative; overflow: hidden;
  border: 0; border-radius: 4px;
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(46,110,142,0.55), transparent 55%),
    radial-gradient(120% 130% at 100% 100%, rgba(224,165,46,0.45), transparent 55%),
    linear-gradient(155deg, var(--gold) 0%, var(--gold-deep) 100%);
  padding: clamp(2.8rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.newsletter::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: var(--pine);
}
.newsletter__inner { position: relative; z-index: 2; max-width: 680px; margin-inline: auto; }
.newsletter .eyebrow { color: #fff; }
.newsletter h2 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); margin: 1rem 0 0.8rem; color: #fff; }
.newsletter__lede { color: rgba(255,255,255,0.92); font-size: clamp(1.05rem, 1.8vw, 1.25rem); margin-bottom: 2rem; }
.newsletter__form { display: flex; flex-wrap: wrap; gap: 0.7rem; max-width: 540px; margin: 0 auto; }
.newsletter__form input {
  flex: 1; min-width: 0; background: rgba(255,255,255,0.96); border: 2px solid transparent;
  color: var(--alabaster); padding: 1.1rem 1.3rem; font-family: var(--sans); font-size: 1rem; border-radius: 3px;
  transition: border-color .3s, box-shadow .3s;
}
.newsletter__form input::placeholder { color: var(--muted-dim); }
.newsletter__form input:focus { outline: none; border-color: var(--sun); box-shadow: 0 0 0 4px rgba(224,165,46,0.4); }
.newsletter__form .btn { flex: none; background: var(--pine); color: #fff; }
.newsletter__note { margin-top: 1.1rem; font-size: 0.78rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.85); }
.newsletter__confirm { flex-basis: 100%; margin: 0.4rem 0 0; color: #fff; font-weight: 700; font-size: 0.95rem; min-height: 1.2em; }
@media (max-width: 560px){ .newsletter__form { flex-direction: column; } .newsletter__form .btn { justify-content: center; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq__item { border: 2px solid var(--border); border-radius: 4px; background: var(--panel); margin-bottom: 0.75rem; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: none; border: 0; color: var(--alabaster); cursor: pointer; padding: 1.5rem 1.5rem; display: flex; justify-content: space-between; gap: 2rem; align-items: center; font-family: var(--serif); font-size: clamp(1.1rem, 2.2vw, 1.5rem); transition: color .3s; }
.faq__q:hover { color: var(--gold); }
.faq__icon { flex: none; width: 22px; height: 22px; position: relative; transition: transform .4s var(--ease); }
.faq__icon::before, .faq__icon::after { content:""; position:absolute; background: var(--gold); transition: transform .4s var(--ease); }
.faq__icon::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.faq__icon::after { left: 50%; top: 0; width: 2px; height: 100%; transform: translateX(-50%); }
.faq__item.is-open .faq__icon::after { transform: translateX(-50%) scaleY(0); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq__a-inner { padding: 0 1.5rem 1.8rem; color: var(--muted); max-width: 760px; }
.faq__a-inner p { margin-bottom: 1rem; }
.faq__a-inner ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 0.6rem 0 1.2rem; }
.faq__a-inner ul li { border: 1px solid var(--line); background: var(--panel); padding: 0.35rem 0.9rem; font-size: 0.8rem; letter-spacing: 0.08em; color: var(--alabaster); border-radius: 100px; }
.faq__a-inner a { color: var(--gold); border-bottom: 1px solid var(--gold-deep); }
.faq__a-inner strong { color: var(--alabaster); }

/* ============================================================
   FORM
   ============================================================ */
.field { margin-bottom: 1.5rem; }
.field label { display:block; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.6rem; font-weight: 600; }
.field input, .field textarea {
  width: 100%; background: var(--panel); border: 1px solid var(--line); color: var(--alabaster);
  padding: 0.95rem 1.1rem; font-family: var(--sans); font-size: 1rem; border-radius: 3px; transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-glow); }
.field textarea { resize: vertical; min-height: 150px; }
.checkbox { display:flex; gap: 0.8rem; align-items: flex-start; color: var(--muted); font-size: 0.88rem; }
.checkbox input { width: 18px; height: 18px; accent-color: var(--gold); margin-top: 3px; flex: none; }

/* ============================================================
   CONTACT / INFO TILES
   ============================================================ */
.info-tile { border: 1px solid var(--line); padding: 2rem; background: var(--panel); border-radius: 4px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.info-tile:nth-child(2) { border-top-color: var(--pine); }
.info-tile:nth-child(3) { border-top-color: var(--wine); }
.info-tile svg { width: 26px; height: 26px; color: var(--gold); margin-bottom: 1rem; }
.info-tile:nth-child(2) svg { color: var(--pine); }
.info-tile:nth-child(3) svg { color: var(--wine); }
.info-tile h4 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.info-tile p, .info-tile a { color: var(--muted); font-size: 0.92rem; }
.info-tile a:hover { color: var(--gold); }
/* Faculty member pages: unify the three info-tile cards to a single green accent */
.tiles--green .info-tile { border-top-color: var(--pine); }
.tiles--green .info-tile svg { color: var(--pine); }

/* ============================================================
   STAT STRIP
   ============================================================ */
.stats { display:grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
@media (max-width: 720px){ .stats { grid-template-columns: repeat(2,1fr);} }
.stat { background: var(--panel); padding: clamp(1.8rem,4vw,2.8rem) 1.5rem; text-align: center; }
.stat b { display:block; font-family: var(--serif); font-size: clamp(2.2rem,5vw,3.4rem); color: var(--gold); line-height: 1; }
.stat span { display:block; margin-top: 0.7rem; font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 4px solid var(--gold); background: var(--ink); padding-top: clamp(3.5rem, 8vw, 6rem); position: relative; z-index: 2; }
.footer__news { display:flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem 3rem; padding: clamp(1.8rem,4vw,2.8rem) 0; border-bottom: 1px solid var(--line); }
.footer__news-copy { max-width: 34ch; }
.footer__news-copy h5 { color: var(--gold); margin-bottom: 0.45rem; }
.footer__news-copy p { color: var(--muted); font-size: 0.92rem; }
.footer__news-form { display:flex; flex-wrap: wrap; gap: 0.6rem; flex: 1 1 340px; max-width: 460px; }
.footer__news-form input { flex:1; min-width:0; background: var(--panel); border: 1px solid var(--line); color: var(--alabaster); padding: 0.9rem 1.1rem; font-family: var(--sans); font-size: 0.95rem; border-radius: 3px; transition: border-color .3s, box-shadow .3s; }
.footer__news-form input::placeholder { color: var(--muted-dim); }
.footer__news-form input:focus { outline:none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-glow); }
.footer__news-form .btn { flex:none; }
.footer__news-note { flex-basis: 100%; margin: 0.35rem 0 0; color: var(--gold); font-weight: 700; font-size: 0.85rem; min-height: 1em; }
@media (max-width: 560px){ .footer__news-form { flex-direction: column; } .footer__news-form .btn { justify-content: center; } }
.footer__grid { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3.5rem; padding-top: 3rem; }
@media (max-width: 860px){ .footer__grid { grid-template-columns: 1fr 1fr; gap: 2.2rem;} }
@media (max-width: 480px){ .footer__grid { grid-template-columns: 1fr;} }
.footer__brand .brand__txt { font-size: 1.4rem; }
.footer__tag { color: var(--muted); max-width: 280px; margin-top: 1.2rem; font-size: 0.92rem; }
.footer h5 { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.3rem; font-weight: 700; }
.footer__list { list-style: none; display:grid; gap: 0.7rem; }
.footer__list a { color: var(--muted); font-size: 0.92rem; transition: color .3s; }
.footer__list a:hover { color: var(--gold); }
.footer__social { display:flex; gap: 0.8rem; margin-top: 1.6rem; }
.footer__social a { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display:grid; place-items:center; color: var(--muted); transition: all .3s; background: var(--panel); }
.footer__social a:hover { border-color: var(--gold); color: var(--gold); }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { border-top: 1px solid var(--line); padding-block: 1.8rem; display:flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.78rem; color: var(--muted-dim); letter-spacing: 0.05em; }

/* ============================================================
   UTILITIES
   ============================================================ */
.text-center { text-align: center; }
.maxw-prose { max-width: 720px; }
.mx-auto { margin-inline: auto; }
.signature { display:block; width: clamp(140px, 16vw, 210px); height:auto; opacity: 0.88; }
:root[data-theme="dark"] .signature { filter: invert(1); }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.6rem; } .mt-4 { margin-top: 2.2rem; } .mt-6 { margin-top: 3.4rem; }
.mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.6rem; } .mb-4 { margin-bottom: 2.2rem; }
.flex { display:flex; } .items-center { align-items:center; } .gap-2 { gap: 1rem; } .gap-3 { gap: 1.6rem; } .flex-wrap { flex-wrap: wrap; }
.btn-row { display:flex; flex-wrap: wrap; gap: 1rem; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"]{ transition-delay: .08s; }
.reveal[data-d="2"]{ transition-delay: .16s; }
.reveal[data-d="3"]{ transition-delay: .24s; }
.reveal[data-d="4"]{ transition-delay: .32s; }
.reveal[data-d="5"]{ transition-delay: .40s; }

/* ============================================================
   ABOUT — chapter labels, pull-quotes, journey timeline
   ============================================================ */
.chapter-label { display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; }
.chapter-label__num { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.2rem); line-height: 1; color: var(--gold); font-style: italic; }
.chapter-label__name { font-family: var(--sans); font-size: 1.2rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; color: var(--muted); padding-left: 1rem; border-left: 2px solid var(--gold); line-height: 1.4; }

.pull-quote { text-align: center; max-width: 840px; margin: 0 auto; padding: clamp(1rem, 3vw, 2rem) 0; }
.pull-quote__mark { font-family: var(--serif); font-size: clamp(5rem, 14vw, 10rem); line-height: 0.55; color: var(--gold); opacity: 0.15; display: block; margin-bottom: 0.4rem; user-select: none; }
.pull-quote__text { font-family: var(--serif); font-size: clamp(1.5rem, 3.2vw, 2.4rem); line-height: 1.36; color: var(--alabaster); font-style: italic; margin-bottom: 1.6rem; }
.pull-quote--lg .pull-quote__text { font-size: clamp(1.8rem, 4vw, 3rem); }
.pull-quote__attr { font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }

.journey { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 3rem; }
.journey__item { padding: 1.6rem 1rem 0; border-top: 2px solid var(--line); position: relative; }
.journey__item--summit { border-top-color: var(--gold); }
.journey__node { width: 12px; height: 12px; border-radius: 50%; background: var(--panel); border: 2px solid var(--line); position: absolute; top: -7px; left: 1rem; transition: transform 0.3s var(--ease), background 0.3s; }
.journey__node--gold { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 0 5px var(--gold-glow); }
.journey__item:hover .journey__node:not(.journey__node--gold) { background: var(--muted-dim); transform: scale(1.35); }
.journey__title { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--alabaster); margin-bottom: 0.6rem; }
.journey__desc { font-size: 0.8rem; color: var(--muted); line-height: 1.55; }
@media (max-width: 860px) { .journey { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) {
  .journey { grid-template-columns: 1fr; padding-left: 2.5rem; position: relative; }
  .journey::after { content: ''; position: absolute; left: 5px; top: 6px; bottom: 1.8rem; width: 2px; background: var(--line); }
  .journey__item, .journey__item--summit { border-top: none; padding: 0 0 1.8rem 0; }
  .journey__node { left: -2.6rem; top: 2px; }
}

.about-promise { margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 1.6rem; }
.about-promise__heading { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 1rem; }
.about-promise__list { list-style: none; display: grid; gap: 0.7rem; }
.about-promise__list li { display: flex; gap: 0.8rem; align-items: flex-start; font-size: 0.9rem; color: var(--alabaster); line-height: 1.45; font-family: var(--serif); font-style: italic; }
.about-promise__list li::before { content: '—'; color: var(--gold); font-weight: 700; flex: none; font-family: var(--sans); font-style: normal; }

/* ============================================================
   FACULTY LIST  (faculty.html list-view with progressive disclosure)
   ============================================================ */
.faculty-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }

.fl-item { border: 2px solid var(--border); border-radius: 4px; background: var(--panel); position: relative; overflow: hidden; }
.fl-item.is-open { border-color: var(--gold); }
.fl-item.is-open::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); z-index: 1; }

.fl-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.8rem);
  padding: clamp(1.1rem, 2.2vw, 1.6rem) 1.5rem;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.fl-row:hover .fl-name { color: var(--gold); }
.fl-row:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.fl-photo {
  width: 72px; height: 72px;
  border-radius: 50%;
  object-fit: cover; object-position: top center;
  flex: none;
  border: 2px solid var(--line);
  filter: saturate(0.85);
  transition: filter .45s var(--ease), border-color .45s var(--ease);
}
.fl-item.is-open .fl-photo,
.fl-item:hover .fl-photo { filter: saturate(1.05); border-color: var(--gold); }

.fl-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.28rem; }
.fl-name {
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.1;
  color: var(--alabaster);
  transition: color .3s;
}
.fl-topic {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  font-weight: 700;
}
.fl-host-badge {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: var(--pine);
  padding: 0.15rem 0.55rem;
  border-radius: 100px;
  margin-bottom: 0.1rem;
  width: fit-content;
}

.fl-tags { display: flex; flex-wrap: wrap; gap: 0.3rem; flex: none; }
.fl-tags .tag { font-size: 0.6rem; }

.fl-toggle {
  flex: none;
  width: 36px; height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold);
  transition: transform .4s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
  background: transparent;
}
.fl-toggle svg { width: 16px; height: 16px; transition: transform .4s var(--ease); }
.fl-item.is-open .fl-toggle svg { transform: rotate(180deg); }
.fl-item.is-open .fl-toggle { border-color: var(--gold); background: var(--gold-glow); }

/* Disclosure panel */
.fl-panel { max-height: 0; overflow: hidden; transition: max-height .55s var(--ease); }
.fl-panel__inner {
  padding: 0.2rem 1.5rem 2rem calc(72px + clamp(1rem, 2.5vw, 1.8rem) + 1.5rem);
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 1rem 2.8rem;
  align-items: start;
}
.fl-bio { color: var(--muted); font-size: 0.96rem; line-height: 1.7; grid-column: 1; }
.fl-creds { display: flex; flex-direction: column; gap: 0.6rem; grid-column: 2; }
.fl-cred {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  background: var(--panel);
}
.fl-cred b {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.22rem;
  font-family: var(--sans);
}
.fl-biolink {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  border-bottom: 1px solid var(--gold-deep);
  padding-bottom: 1px;
  width: fit-content;
  transition: color .3s, border-color .3s;
}
.fl-biolink:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
.fl-biolink svg { width: 14px; height: 14px; }

@media (max-width: 860px) {
  .fl-tags { display: none; }
  .fl-panel__inner { grid-template-columns: 1fr; padding-left: calc(72px + 1rem); }
  .fl-creds { flex-direction: row; flex-wrap: wrap; }
  .fl-cred { flex: 1 1 180px; }
  .fl-biolink { grid-column: 1; }
}
@media (max-width: 560px) {
  .fl-photo { width: 56px; height: 56px; }
  .fl-panel__inner { padding-left: calc(56px + 1rem); }
}

/* page fade in */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px);} to { opacity: 1; transform: none;} }
.page-fade { animation: fadeIn 0.9s ease both; }
.hero__content > * { animation: fadeUp 1.1s var(--ease) both; }
.hero__kicker { animation-delay: .15s; }
.hero__title { animation-delay: .3s; }
.hero__meta { animation-delay: .55s; }

@media (prefers-reduced-motion: reduce) {
  /* Honour reduced-motion: keep short opacity/colour fades,
     drop large or looping movement (slides, zooms, pulses). */
  html { scroll-behavior: auto !important; }

  /* Cap every transition to a quick fade instead of killing it outright */
  *, *::before, *::after { transition-duration: 0.2s !important; transition-delay: 0s !important; }

  /* Entrances/loops that move or zoom — remove the movement, keep the fade */
  .reveal { transform: none !important; }
  .hero__bg img { animation: none !important; transform: none !important; }
  .hero__content > * { animation: fadeIn 0.6s ease both !important; }
  .ticker__dot, .scrolldown::after { animation: none !important; }

  /* Hover feedback stays (colour/opacity) but nothing lifts, zooms or rotates */
  .btn:hover, .feature:hover, .hero__topic:hover,
  .speaker:hover img, .speaker:hover .speaker__info,
  .nav__theme:hover { transform: none !important; }
}
