/* ============================================================================
   SABEM CONFERENCE — "The Observatory"
   Cinematic-dark design system. Concept: a nocturnal scholarly summit where
   global business & economics research converges. One ember accent (the SABEM
   brand orange), oversized grotesk + editorial serif italic, kinetic reveals.
   Author: bespoke — not a template.
   ============================================================================ */

/* ---- Design tokens ------------------------------------------------------- */
:root {
  --bg:            #070A14;
  --bg-2:          #0A0E1C;
  --bg-3:          #0E1424;
  --surface:       #111726;
  --surface-2:     #151C2E;
  --surface-3:     #1B2338;
  --line:          rgba(255,255,255,.08);
  --line-2:        rgba(255,255,255,.14);

  --text:          #EEF1F8;
  --text-dim:      #A6AFC4;
  --text-faint:    #6B7488;

  --accent:        #FF6A3D;   /* ember — brand orange, brightened for dark bg */
  --accent-2:      #FF9052;   /* lighter ember for gradient tips */
  --brand:         #F15A24;   /* true SABEM brand orange */
  --accent-soft:   rgba(255,106,61,.12);
  --accent-line:   rgba(255,106,61,.34);
  --gold:          #E7B980;   /* prestige detail (prices, committee) */
  --cool:          #4C6FFF;   /* ambient cool glow ONLY (never text) */

  --maxw:          1240px;
  --maxw-wide:     1440px;
  --gutter:        clamp(1.25rem, 4vw, 3rem);
  --radius:        18px;
  --radius-sm:     12px;
  --radius-lg:     26px;

  --ff-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --ff-serif:   "Fraunces", Georgia, serif;
  --ff-body:    "Inter", system-ui, -apple-system, sans-serif;

  --ease:      cubic-bezier(.22,.61,.36,1);
  --ease-out:  cubic-bezier(.16,1,.3,1);

  --shadow:    0 24px 60px -20px rgba(0,0,0,.65);
  --shadow-sm: 0 12px 30px -14px rgba(0,0,0,.6);
}

/* ---- Light theme (toggled via [data-theme="light"] on <html>) ------------ */
:root[data-theme="light"] {
  --bg:            #F4F1EA;
  --bg-2:          #FBFAF6;
  --bg-3:          #ECE6DC;
  --surface:       #FFFFFF;
  --surface-2:     #F7F3EB;
  --surface-3:     #EFE9DE;
  --line:          rgba(22,26,37,.10);
  --line-2:        rgba(22,26,37,.17);
  --text:          #14171F;
  --text-dim:      #4f5967;
  --text-faint:    #8892a0;
  --accent:        #BE4415;   /* darkened so small orange text clears WCAG AA (~4.6:1 on cream) */
  --accent-2:      #FF7A45;
  --accent-soft:   rgba(228,85,31,.10);
  --accent-line:   rgba(228,85,31,.30);
  --gold:          #A9741E;
  --shadow:        0 24px 60px -26px rgba(28,30,44,.22);
  --shadow-sm:     0 12px 30px -16px rgba(28,30,44,.16);
}

/* Dark "island" — only the mobile menu overlay stays dark in BOTH themes.
   (Hero, header, footer & CTA band are theme-adaptive.)
   `color: #EEF1F8` re-resolves the light ink locally so descendant text
   doesn't inherit the light theme's dark body color. */
.mobile-nav {
  color: #EEF1F8;
  --bg:            #070A14;
  --bg-2:          #0A0E1C;
  --bg-3:          #0E1424;
  --surface:       #111726;
  --surface-2:     #151C2E;
  --surface-3:     #1B2338;
  --line:          rgba(255,255,255,.08);
  --line-2:        rgba(255,255,255,.14);
  --text:          #EEF1F8;
  --text-dim:      #A6AFC4;
  --text-faint:    #6B7488;
  --accent:        #FF6A3D;
  --accent-2:      #FF9052;
  --accent-soft:   rgba(255,106,61,.12);
  --accent-line:   rgba(255,106,61,.34);
  --gold:          #E7B980;
}

/* ---- Reset --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-color: var(--accent) var(--bg);
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

::selection { background: var(--accent); color: #0a0a0a; }

.skip-link {
  position: absolute; left: 1rem; top: -100px; z-index: 999;
  background: var(--accent); color: #0a0a0a; padding: .7rem 1.1rem;
  border-radius: 8px; font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 1rem; }

/* ---- Typography ---------------------------------------------------------- */
h1,h2,h3,h4 { font-family: var(--ff-display); font-weight: 600; line-height: 1.06; letter-spacing: -.02em; }
.serif { font-family: var(--ff-serif); font-weight: 400; font-style: italic; letter-spacing: -.01em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--ff-display);
  font-size: .78rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--accent);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--accent-line);
}
.eyebrow.center::after {
  content: ""; width: 26px; height: 1px; background: var(--accent-line);
}
.eyebrow.center { justify-content: center; }

.section-title { font-size: clamp(2rem, 4.6vw, 3.5rem); margin: .5rem 0 0; }
.lead { color: var(--text-dim); font-size: clamp(1.02rem, 1.4vw, 1.18rem); max-width: 62ch; }
.text-dim { color: var(--text-dim); }
.text-accent { color: var(--accent); }
.text-gold { color: var(--gold); }

/* ---- Layout -------------------------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.container-wide { max-width: var(--maxw-wide); }
.section { padding-block: clamp(2.1rem, 4.2vw, 3.9rem); position: relative; }
.section-tight { padding-block: clamp(1.5rem, 3vw, 2.7rem); }
.stack > * + * { margin-top: 1.1rem; }

.grid { display: grid; gap: clamp(1.25rem, 3vw, 2.5rem); }
.divider { height: 1px; background: var(--line); border: 0; }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  --bg: var(--accent);
  position: relative; display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.6rem; border-radius: 999px;
  font-family: var(--ff-display); font-weight: 600; font-size: .98rem;
  letter-spacing: -.01em; white-space: nowrap;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .3s;
  will-change: transform;
}
.btn svg { width: 16px; height: 16px; transition: transform .35s var(--ease-out); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; font-weight: 700;
  box-shadow: 0 14px 34px -12px rgba(255,106,61,.6);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -12px rgba(255,106,61,.7); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-2); color: var(--text);
}
.btn-ghost:hover { border-color: var(--accent-line); background: var(--accent-soft); transform: translateY(-3px); }
.btn-ghost:hover svg { transform: translateX(4px); }
.btn-sm { padding: .68rem 1.15rem; font-size: .88rem; }
.btn-block { width: 100%; justify-content: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--ff-display); font-weight: 600; color: var(--accent);
  font-size: .95rem;
}
.link-arrow svg { width: 15px; height: 15px; transition: transform .3s var(--ease-out); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ============================================================================
   HEADER — sectioned: (1) announcement top-bar  (2) sticky main nav
   ============================================================================ */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; }

.topbar {
  background: linear-gradient(90deg, #0b0f1e, #0d1224 60%, #0b0f1e);
  border-bottom: 1px solid var(--line);
  font-size: .82rem;
  transition: transform .4s var(--ease), opacity .3s;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 42px; }
.topbar-info { display: flex; align-items: center; gap: 1.4rem; color: var(--text-dim); flex-wrap: wrap; }
.topbar-info b { color: var(--text); font-weight: 600; }
.topbar-info .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); animation: pulse 2.4s infinite; }
.topbar-social { display: flex; align-items: center; gap: .3rem; }
.topbar-social a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: var(--text-dim); transition: .25s; }
.topbar-social a:hover { color: var(--accent); background: var(--accent-soft); }
.topbar-social svg { width: 15px; height: 15px; }

@keyframes pulse { 0%,100%{ box-shadow:0 0 0 3px var(--accent-soft);} 50%{ box-shadow:0 0 0 6px transparent;} }

.navbar { transition: background .4s var(--ease), backdrop-filter .4s, border-color .4s, padding .3s; border-bottom: 1px solid transparent; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 78px; }
.site-header.scrolled .navbar {
  background: rgba(9,12,24,.94);
  border-bottom-color: var(--line);
}
/* header chrome in light mode */
:root[data-theme="light"] .topbar { background: linear-gradient(90deg, #fbfaf6, #f4f1ea 60%, #fbfaf6); }
:root[data-theme="light"] .site-header.scrolled .navbar { background: rgba(251,250,246,.93); }
.logo-light { display: none; }
:root[data-theme="light"] .logo-dark { display: none; }
:root[data-theme="light"] .logo-light { display: block; }
.site-header.scrolled .navbar .container { min-height: 64px; }
.site-header.scrolled .topbar { transform: translateY(-100%); opacity: 0; height: 0; min-height: 0; overflow: hidden; }

.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand img { height: 72px; width: auto; transition: height .3s; }
.site-header.scrolled .brand img { height: 60px; }

.nav-menu { display: flex; align-items: center; gap: .3rem; }
.nav-link {
  position: relative; padding: .55rem .85rem; border-radius: 10px;
  font-family: var(--ff-display); font-weight: 500; font-size: .95rem;
  color: var(--text-dim); transition: color .25s, background .25s;
  display: inline-flex; align-items: center; gap: .35rem;
}
.nav-link:hover, .nav-link[aria-current="page"], .nav-link.is-active { color: var(--text); }
.nav-link[aria-current="page"], .nav-link.is-active { background: var(--accent-soft); color: var(--accent); }
.nav-link .caret { width: 10px; height: 10px; transition: transform .3s; opacity: .7; }

/* dropdown */
.nav-item { position: relative; }
.nav-dropdown {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 250px; padding: .5rem; border-radius: 16px;
  background: rgba(14,19,33,.98); border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transition: .3s var(--ease-out);
}
:root[data-theme="light"] .nav-dropdown { background: rgba(255,255,255,.99); box-shadow: 0 24px 60px -24px rgba(28,30,44,.28); }
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-item:hover .caret { transform: rotate(180deg); }
.nav-dropdown a {
  display: flex; align-items: center; gap: .7rem; padding: .7rem .85rem; border-radius: 10px;
  color: var(--text-dim); font-size: .92rem; font-weight: 500; transition: .2s;
}
.nav-dropdown a::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--line-2); transition: .2s; flex-shrink: 0; transform: rotate(45deg); }
.nav-dropdown a:hover { background: var(--accent-soft); color: var(--text); }
.nav-dropdown a:hover::before { background: var(--accent); }

.nav-cta { display: flex; align-items: center; gap: .8rem; }

/* theme toggle */
.theme-toggle { width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--text-dim); transition: color .25s, border-color .25s, background .25s; flex-shrink: 0; }
.theme-toggle:hover { color: var(--accent); border-color: var(--accent-line); background: var(--accent-soft); }
.theme-toggle svg { width: 19px; height: 19px; }

/* language toggle */
.lang-toggle { min-width: 46px; height: 44px; padding: 0 .7rem; border-radius: 12px; border: 1px solid var(--line-2); color: var(--text-dim); font-family: var(--ff-display); font-weight: 600; font-size: .82rem; letter-spacing: .06em; transition: color .25s, border-color .25s, background .25s; display: grid; place-items: center; flex-shrink: 0; }
.lang-toggle:hover { color: var(--accent); border-color: var(--accent-line); background: var(--accent-soft); }
.lang-toggle .l-en { display: none; }
:root[lang="tr"] .lang-toggle .l-tr { display: none; }
:root[lang="tr"] .lang-toggle .l-en { display: inline; }
.js-lang .l-en { display: none; }
:root[lang="tr"] .js-lang .l-tr { display: none; }
:root[lang="tr"] .js-lang .l-en { display: inline; }

.js-theme .ic-moon { display: none; }
:root[data-theme="light"] .js-theme .ic-sun { display: none; }
:root[data-theme="light"] .js-theme .ic-moon { display: inline-block; }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line-2); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px auto; transition: .3s var(--ease); }

/* ============================================================================
   HERO
   ============================================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding-top: 140px; padding-bottom: 70px; }
/* cinematic photo, heavily darkened so text stays readable and the mood is "very dark" */
.hero-photo {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6,9,17,.97) 0%, rgba(6,9,17,.86) 34%, rgba(6,9,17,.5) 72%, rgba(6,9,17,.62) 100%),
    linear-gradient(0deg, rgba(6,9,17,.94) 2%, rgba(6,9,17,.28) 46%, rgba(6,9,17,.66) 100%),
    url(../img/hero.jpg) center right / cover no-repeat;
}
/* light mode: the hero turns bright — a full house instead of an empty stage */
:root[data-theme="light"] .hero-photo {
  background:
    linear-gradient(90deg, rgba(244,241,234,.96) 0%, rgba(244,241,234,.84) 33%, rgba(244,241,234,.42) 70%, rgba(244,241,234,.3) 100%),
    linear-gradient(0deg, rgba(244,241,234,.86) 2%, rgba(244,241,234,.18) 44%, rgba(244,241,234,.5) 100%),
    url(../img/hero-audience.jpg) center right / cover no-repeat;
}
:root[data-theme="light"] .hero-grid {
  background-image:
    linear-gradient(rgba(20,24,35,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,24,35,.06) 1px, transparent 1px);
}
:root[data-theme="light"] .hero-mark { color: rgba(20,24,35,.03); }
:root[data-theme="light"] .chip { background: rgba(255,255,255,.6); border-color: rgba(22,26,37,.15); }
:root[data-theme="light"] .hero-fact { background: rgba(255,255,255,.72); }

.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(58% 50% at 80% 16%, rgba(255,106,61,.24), transparent 60%),
    radial-gradient(55% 60% at 10% 92%, rgba(76,111,255,.14), transparent 62%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 40%, transparent 82%);
}
.hero-mark {
  position: absolute; right: -6%; top: 46%; transform: translateY(-50%);
  width: min(52vw, 620px); color: rgba(255,255,255,.022); z-index: 0; pointer-events: none;
}
.hero .container { position: relative; z-index: 3; }

.hero-inner { max-width: 940px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.7rem; }
.chip {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem .9rem; border-radius: 999px;
  background: rgba(255,255,255,.045); border: 1px solid var(--line-2);
  font-family: var(--ff-display); font-size: .8rem; font-weight: 500; color: var(--text-dim);
}
.chip svg { width: 14px; height: 14px; color: var(--accent); }
.chip.live .dot { width: 7px; height: 7px; border-radius: 50%; background: #35d07f; box-shadow: 0 0 0 4px rgba(53,208,127,.18); animation: pulse-g 2s infinite; }
@keyframes pulse-g { 0%,100%{ box-shadow:0 0 0 3px rgba(53,208,127,.25);} 50%{ box-shadow:0 0 0 7px transparent;} }

.hero h1 { font-size: clamp(2.7rem, 7.4vw, 6.4rem); font-weight: 700; margin-bottom: 1.4rem; }
.hero h1 .serif { color: var(--accent); display: inline; font-weight: 400; }
.hero h1 .line { display: block; overflow: hidden; }
.hero-sub { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--text-dim); max-width: 60ch; margin-bottom: 2.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

/* hero facts + countdown strip */
.hero-facts {
  margin-top: 3rem; display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--radius);
  grid-template-columns: repeat(4, 1fr); overflow: hidden;
}
.hero-fact { background: rgba(12,17,31,.72); padding: 1.15rem 1.3rem; }
.hero-fact .k { font-family: var(--ff-display); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-faint); }
.hero-fact .v { font-family: var(--ff-display); font-weight: 600; font-size: 1.15rem; margin-top: .35rem; color: var(--text); }
.hero-fact .v small { color: var(--text-dim); font-weight: 500; font-size: .82rem; }

.countdown { display: flex; gap: .55rem; }
.countdown .cd { text-align: center; }
.countdown .cd b { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 700; color: var(--accent); font-variant-numeric: tabular-nums; display: block; line-height: 1; }
.countdown .cd span { font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint); }
.countdown .sep { color: var(--line-2); font-size: 1.3rem; align-self: flex-start; }

.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--text-faint);
}
.scroll-cue .mouse { width: 22px; height: 34px; border: 1px solid var(--line-2); border-radius: 12px; position: relative; }
.scroll-cue .mouse::after { content:""; position:absolute; top:6px; left:50%; transform:translateX(-50%); width:3px; height:7px; border-radius:2px; background: var(--accent); animation: scroll-dot 1.8s infinite; }
@keyframes scroll-dot { 0%{opacity:0; transform:translate(-50%,0);} 40%{opacity:1;} 80%{opacity:0; transform:translate(-50%,10px);} 100%{opacity:0;} }

/* ============================================================================
   MARQUEE (previous editions / index badges)
   ============================================================================ */
.marquee { border-block: 1px solid var(--line); background: linear-gradient(180deg, var(--bg-2), var(--bg)); padding-block: 1.4rem; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 3.2rem; width: max-content; animation: marquee 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; gap: 1rem; font-family: var(--ff-display); font-weight: 500; font-size: 1.05rem; color: var(--text-dim); white-space: nowrap; }
.marquee-item .num { color: var(--accent); font-weight: 700; }
.marquee-item .sep-mark { width: 16px; color: var(--accent); opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================================
   SECTION HEADERS
   ============================================================================ */
.section-head { max-width: 760px; margin-bottom: clamp(1.2rem, 2.4vw, 2rem); }
.section-head.center { margin-inline: auto; text-align: center; }

/* ---- About / stats ------------------------------------------------------- */
.about-grid { grid-template-columns: 1.02fr .98fr; align-items: center; }
.about-copy p + p { margin-top: 1.2rem; color: var(--text-dim); }
.about-copy .drop { font-size: clamp(1.15rem,1.6vw,1.4rem); color: var(--text); line-height: 1.6; }

.about-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 3 / 2.15; }
.about-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(205deg, transparent 40%, rgba(6,9,17,.55)); }
.about-media .media-cap { position: absolute; left: 1.5rem; bottom: 1.4rem; z-index: 2; display: flex; align-items: center; gap: .7rem; color: #EEF1F8; font-family: var(--ff-display); font-weight: 500; font-size: .92rem; }
.about-media .media-cap .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(255,106,61,.18); }

.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(2rem, 4vw, 3.2rem); }
.stats-row .stat.feature { grid-column: auto; }

.stat-cluster { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat {
  display: flex; align-items: center; gap: 1.25rem;
  padding: 1.5rem 1.6rem; border-radius: var(--radius); border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--surface), var(--bg-2));
  position: relative; overflow: hidden;
}
.stat::after { content: ""; position: absolute; inset: auto auto -40px -40px; width: 120px; height: 120px; background: radial-gradient(circle, var(--accent-soft), transparent 70%); }
.stat-figure { flex-shrink: 0; font-family: var(--ff-display); font-weight: 700; font-size: clamp(2.4rem, 4.5vw, 3.3rem); color: var(--accent); line-height: .9; letter-spacing: -.03em; display: inline-flex; align-items: baseline; font-variant-numeric: tabular-nums; }
.stat-figure em { font-style: normal; font-weight: 700; font-size: .42em; margin-left: .05em; }
.stat-text b { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 1.06rem; color: var(--text); line-height: 1.2; letter-spacing: -.01em; }
.stat-text span { display: block; color: var(--text-dim); font-size: .86rem; margin-top: .28rem; line-height: 1.4; }
.stat.feature { background: linear-gradient(135deg, rgba(255,106,61,.14), var(--surface)); border-color: var(--accent-line); }

/* ============================================================================
   EXPLORE SLIDER — the premium carousel
   ============================================================================ */
.slider-sec { overflow: hidden; }
.slider-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.slider-nav { display: flex; gap: .6rem; }
.slider-nav button {
  width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--line-2);
  display: grid; place-items: center; color: var(--text); transition: .3s var(--ease-out);
}
.slider-nav button:hover { background: var(--accent); color: #14060a; border-color: var(--accent); transform: translateY(-2px); }
.slider-nav button svg { width: 20px; height: 20px; }
.slider-nav button:disabled { opacity: .35; cursor: default; transform: none; background: none; color: var(--text); border-color: var(--line); }

.slider-viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; overscroll-behavior-x: contain; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; cursor: grab; }
@media (prefers-reduced-motion: reduce) { .slider-viewport { scroll-behavior: auto; } }
.slider-viewport::-webkit-scrollbar { display: none; }
.slider-viewport.dragging { cursor: grabbing; scroll-snap-type: none; }
.slider-track { display: flex; gap: 1.5rem; width: max-content; }
.slide { flex: 0 0 clamp(280px, 80vw, 360px); scroll-snap-align: start; display: flex; }
.slide-card {
  position: relative; width: 100%; height: 100%; min-height: 372px; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); background: var(--surface);
  display: flex; flex-direction: column;
  transition: border-color .4s, transform .4s var(--ease-out), box-shadow .4s;
}
.slide-card:hover { transform: translateY(-6px); border-color: var(--accent-line); box-shadow: var(--shadow); }

.slide-media { position: relative; height: 180px; flex-shrink: 0; overflow: hidden; }
.slide-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.slide-card:hover .slide-media img { transform: scale(1.06); }
/* fade the photo into the card's solid surface; reach --surface BEFORE the media
   edge so a solid strip merges seamlessly with the body (no seam / Mach band) */
.slide-media { margin-bottom: -1px; }
.slide-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, var(--surface) 72%); }
/* Dark theme only: the cinematic dark-variant photos are underexposed, and the
   navy overlay used to bury the subject (and banded over the committee photo's
   smoke). Lift the photo and keep the top half overlay-free so it reads.
   Light theme keeps its original bright treatment untouched. */
:root:not([data-theme="light"]) .slide-media .card-dark { filter: brightness(1.24) saturate(1.08); }
:root:not([data-theme="light"]) .slide-media::after { background: linear-gradient(180deg, transparent 46%, var(--surface) 82%); }
.card-light { display: none; }
:root[data-theme="light"] .card-dark { display: none; }
:root[data-theme="light"] .card-light { display: block; }

.slide-num { position: absolute; top: 1.3rem; right: 1.5rem; z-index: 3; font-family: var(--ff-display); font-weight: 700; font-size: 1rem; color: #EEF1F8; letter-spacing: .1em; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.slide-ico { position: relative; z-index: 3; width: 56px; height: 56px; margin: -50px 0 1rem 1.6rem; border-radius: 16px; display: grid; place-items: center; background: var(--accent); border: 1px solid var(--accent-line); color: #14060a; box-shadow: 0 10px 26px -8px rgba(255,106,61,.5); }
.slide-ico svg { width: 26px; height: 26px; }

.slide-body { position: relative; flex: 1; display: flex; flex-direction: column; padding: 0 1.6rem 1.7rem; }
.slide-card h3 { font-size: 1.4rem; margin: 0 0 .5rem; color: var(--text); }
.slide-card p { color: var(--text-dim); font-size: .92rem; margin-bottom: 1rem; flex: 1; }
.slide-card .link-arrow { opacity: .9; }

.slider-progress { margin-top: 2rem; height: 3px; border-radius: 3px; background: var(--line); overflow: hidden; }
.slider-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); border-radius: 3px; transition: width .5s var(--ease-out), transform .5s var(--ease-out); }

/* ============================================================================
   PROCESS TIMELINE
   ============================================================================ */
.process-grid { grid-template-columns: repeat(3, 1fr); counter-reset: step; }
.process-step { position: relative; padding-top: 2.6rem; }
.process-step::before {
  content: ""; position: absolute; top: 14px; left: 0; right: 0; height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 12px);
}
.process-step .node {
  position: absolute; top: 0; left: 0; width: 30px; height: 30px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--accent-line); color: var(--accent);
  display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; font-size: .85rem; z-index: 2;
}
.process-step .node::after { content:""; position:absolute; inset:-5px; border-radius:50%; border:1px solid var(--accent-soft); }
.process-step h3 { font-size: 1.35rem; margin-bottom: .7rem; }
.process-step p { color: var(--text-dim); font-size: .96rem; }
.process-step a { color: var(--accent); }

/* ============================================================================
   KEY DATES
   ============================================================================ */
.dates-wrap { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.date-card {
  padding: 1.7rem; border-radius: var(--radius); border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--surface), var(--bg-2)); position: relative;
}
.date-card .tag { font-family: var(--ff-display); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.date-card .d { font-family: var(--ff-display); font-weight: 700; font-size: 1.7rem; margin: .5rem 0 .2rem; letter-spacing: -.02em; }
.date-card .sub { color: var(--text-dim); font-size: .9rem; }
.date-card.hot { border-color: var(--accent-line); background: linear-gradient(140deg, rgba(255,106,61,.13), var(--surface)); }

/* ============================================================================
   FEES
   ============================================================================ */
.fees-grid { grid-template-columns: 1.4fr 1fr; align-items: stretch; gap: clamp(1.5rem,3vw,2.5rem); }
.fee-table { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); box-shadow: var(--shadow-sm); }
.fee-row { display: grid; grid-template-columns: 1.7fr 1fr 1fr; align-items: center; padding: 1.15rem 1.5rem; border-bottom: 1px solid var(--line); gap: 1rem; transition: background .2s; }
.fee-row:not(.head) { flex: 1; }
.fee-row:last-child { border-bottom: 0; }
/* header: two-line cells (label + the date period it covers) */
.fee-row.head { background: var(--bg-2); align-items: start; padding-block: 1.25rem; border-bottom: 1px solid var(--line-2); }
.fee-row.head span { display: flex; flex-direction: column; gap: .3rem; font-family: var(--ff-display); font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint); }
.fee-row.head .when { font-size: .74rem; letter-spacing: .005em; text-transform: none; color: var(--text-dim); font-weight: 500; }
.fee-row.head .col-early { color: var(--accent); }
.fee-row.head .col-early .when { color: var(--gold); font-weight: 600; }
.fee-row .type { font-family: var(--ff-display); font-weight: 600; color: var(--text); }
.fee-row .early { color: var(--gold); font-weight: 700; font-family: var(--ff-display); font-variant-numeric: tabular-nums; font-size: 1.08rem; }
.fee-row .reg { color: var(--text-dim); font-weight: 600; font-family: var(--ff-display); font-variant-numeric: tabular-nums; }
/* thin divider before each price column, drawn in the grid gap (never over text) */
.fee-row > *:nth-child(2), .fee-row > *:nth-child(3) { border-left: 1px solid var(--line); padding-left: 1.2rem; }
.fee-row:not(.head):hover { background: var(--accent-soft); }

.fee-side { display: flex; flex-direction: column; padding: 1.8rem; border: 1px solid var(--accent-line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,106,61,.1), var(--surface)); }
.fee-side h4 { font-size: 1.15rem; margin-bottom: 1.1rem; }
.fee-side .fee-note { margin-top: auto; }
.fee-includes li { display: flex; gap: .7rem; padding: .5rem 0; color: var(--text-dim); font-size: .94rem; align-items: flex-start; }
.fee-includes li svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.fee-note { font-size: .84rem; color: var(--text-dim); margin-top: 1rem; line-height: 1.6; }

/* ============================================================================
   EDITIONS TIMELINE
   ============================================================================ */
.editions { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.editions::before { content:""; position:absolute; top:26px; left:8%; right:8%; height:1px; background: linear-gradient(90deg, var(--line), var(--accent-line), var(--accent)); }
.edition { text-align: center; padding: 0 .8rem; position: relative; }
.edition .marker { width: 52px; height: 52px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--bg); border: 1px solid var(--line-2); display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; color: var(--text-dim); position: relative; z-index: 2; transition: .3s; }
.edition.now .marker { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #14060a; border-color: transparent; box-shadow: 0 0 0 6px var(--accent-soft), 0 14px 30px -10px rgba(255,106,61,.5); }
.edition h4 { font-size: 1.05rem; margin-bottom: .3rem; }
.edition .yr { color: var(--accent); font-family: var(--ff-display); font-weight: 600; font-size: .9rem; }
.edition .loc { color: var(--text-dim); font-size: .86rem; margin-top: .2rem; }
.edition.now h4 { color: var(--text); }

/* ============================================================================
   COMMITTEE PREVIEW
   ============================================================================ */
.committee-grid { grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 1rem; }
.person {
  display: flex; align-items: center; gap: .9rem; padding: .9rem 1rem;
  border: 1px solid var(--line); border-radius: 14px; background: var(--surface);
  transition: .3s var(--ease-out);
}
.person:hover { border-color: var(--accent-line); transform: translateY(-3px); background: var(--surface-2); }
.person .av { position: relative; overflow: hidden; width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; font-size: .95rem; color: #14060a; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.person .av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.person .who b { display: block; font-family: var(--ff-display); font-weight: 600; font-size: .92rem; color: var(--text); }
.person .who span { font-size: .78rem; color: var(--text-faint); }

/* ============================================================================
   JOURNALS
   ============================================================================ */
.journals { display: flex; flex-wrap: wrap; gap: .8rem; }
.journal {
  display: flex; align-items: center; gap: .8rem; padding: .9rem 1.2rem;
  border: 1px solid var(--line); border-radius: 999px; background: var(--surface);
  font-size: .92rem; color: var(--text-dim); transition: .3s;
}
.journal:hover { border-color: var(--accent-line); color: var(--text); }
.journal .badge { font-family: var(--ff-display); font-size: .68rem; font-weight: 700; letter-spacing: .08em; padding: .2rem .55rem; border-radius: 6px; background: var(--accent-soft); color: var(--accent); }

/* ============================================================================
   CTA BAND
   ============================================================================ */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--accent-line); padding: clamp(2.5rem,6vw,5rem); text-align: center; background: linear-gradient(140deg, rgba(255,106,61,.16), var(--bg-2) 70%); }
.cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(60% 100% at 50% 0%, rgba(255,144,82,.2), transparent 60%); }
.cta-band .mark-wm { position:absolute; right:-4%; bottom:-30%; width:340px; color: rgba(255,255,255,.03); }
:root[data-theme="light"] .cta-band { border-color: var(--accent-line); background: linear-gradient(140deg, rgba(228,85,31,.15), var(--surface) 78%); }
:root[data-theme="light"] .cta-band::before { background: radial-gradient(60% 100% at 50% 0%, rgba(228,85,31,.13), transparent 60%); }
:root[data-theme="light"] .cta-band .mark-wm { color: rgba(20,24,35,.05); }
:root[data-theme="light"] .btn-ghost { background: rgba(20,24,35,.05); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(1.9rem,4.5vw,3.2rem); margin-bottom: 1rem; }
.cta-band p { color: var(--text-dim); max-width: 54ch; margin: 0 auto 2rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================================
   FOOTER — sectioned, SEO-rich
   ============================================================================ */
.site-footer { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.site-footer::before { content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:70%; height:1px; background: linear-gradient(90deg, transparent, var(--accent-line), transparent); }
.footer-cta { text-align: center; padding-block: clamp(2.5rem,5vw,4rem); border-bottom: 1px solid var(--line); }
.footer-cta .eyebrow { justify-content: center; }
.footer-cta h2 { font-size: clamp(1.8rem,4vw,3rem); margin: .6rem 0 1.5rem; }

.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(1.5rem,4vw,3rem); padding-block: clamp(3rem,6vw,4.5rem); align-items: start; }
.footer-brand img { height: 56px; margin-bottom: 1.1rem; }
.footer-brand p { color: var(--text-dim); font-size: .94rem; max-width: 34ch; }
.footer-social { display: flex; gap: .5rem; margin-top: 1.4rem; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--text-dim); transition: .3s; }
.footer-social a:hover { color: var(--accent); border-color: var(--accent-line); background: var(--accent-soft); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }

.footer-col h5 { font-family: var(--ff-display); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 1.2rem; }
.footer-col ul { display: grid; gap: .7rem; }
.footer-col a { color: var(--text-dim); font-size: .94rem; transition: .2s; display: inline-flex; align-items: center; gap: .5rem; }
.footer-col a:hover { color: var(--accent); }
.footer-contact li { display: flex; gap: .7rem; color: var(--text-dim); font-size: .92rem; margin-bottom: .9rem; align-items: flex-start; }
.footer-contact li svg { width: 17px; height: 17px; color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.footer-contact a { color: var(--text-dim); }
.footer-contact a:hover { color: var(--accent); }

.footer-bottom { border-top: 1px solid var(--line); padding-block: 1.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom p { color: var(--text-faint); font-size: .84rem; }
.footer-bottom .legal { display: flex; gap: 1.4rem; }
.footer-bottom .legal a { color: var(--text-faint); font-size: .84rem; }
.footer-bottom .legal a:hover { color: var(--accent); }

/* ============================================================================
   REVEAL ANIMATIONS
   ============================================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
.reveal-x { opacity: 0; transform: translateX(-28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: var(--d,0ms); }
.reveal-x.in { opacity: 1; transform: none; }

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 1080px) {
  .about-grid, .fees-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav-menu, .nav-cta .btn-ghost, .nav-cta .theme-toggle, .nav-cta .lang-toggle { display: none; }
  .nav-toggle { display: block; flex-shrink: 0; }
  /* keep the header from overflowing on phones (which would clip the hamburger under body overflow-x:hidden) */
  .brand img, .site-header.scrolled .brand img { height: 50px; }
  .nav-cta { gap: .55rem; }
  .nav-cta .btn-primary { flex-shrink: 1; min-width: 0; }
  /* date/format already live in the hero chips + footer, so drop the
     top announcement bar on handheld/tablet to avoid multi-line wrap
     and header/hero overlap */
  .topbar { display: none; }
  .hero { padding-top: 104px; }
  .hero-facts { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 2rem; }
  .process-step { padding-top: 0; padding-left: 3.4rem; }
  .process-step::before { top: 0; bottom: 0; left: 14px; right: auto; width: 1px; height: auto; background: repeating-linear-gradient(180deg, var(--line-2) 0 6px, transparent 6px 12px); }
  .dates-wrap { grid-template-columns: 1fr; }
  .editions { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
  .editions::before { display: none; }
}

@media (max-width: 620px) {
  .hero { padding-top: 92px; }
  /* on true small phones, drop the inline Register (it's in the drawer) so the hamburger always fits */
  .brand img, .site-header.scrolled .brand img { height: 44px; }
  .nav-cta .btn-primary { display: none; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-fact:nth-child(3), .hero-fact:nth-child(4) { border-top: 1px solid var(--line); }
  .stat-cluster { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; }
  .fee-row { grid-template-columns: 1fr; gap: .3rem; }
  .fee-row.head { display: none; }
  .fee-row { padding: 1rem 1.2rem; }
  .fee-row > *:nth-child(2), .fee-row > *:nth-child(3) { border-left: 0; padding-left: 0; }
  .fee-row .early::before { content: "Early (10 Jun – 17 Aug 2026): "; color: var(--text-faint); font-weight: 500; font-size: .82rem; }
  .fee-row .reg::before { content: "Standard (after 17 Aug 2026): "; color: var(--text-faint); font-weight: 500; font-size: .82rem; }
  .editions { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* Mobile full-screen nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 200; background: rgba(6,9,18,.97); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; padding: 1.2rem var(--gutter) 2rem;
  transform: translateX(100%); transition: transform .5s var(--ease-out); overflow-y: auto;
}
.mobile-nav.open { transform: none; }
.mobile-nav-top { display: flex; align-items: center; justify-content: space-between; min-height: 60px; margin-bottom: 1.5rem; }
.mobile-nav-top img { height: 42px; }
.mobile-close { width: 46px; height: 46px; border: 1px solid var(--line-2); border-radius: 12px; display: grid; place-items: center; color: var(--text); font-size: 1.3rem; }
.mobile-nav a.m-link { display: flex; align-items: center; justify-content: space-between; padding: 1.05rem .3rem; font-family: var(--ff-display); font-size: 1.35rem; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--line); transition: .2s; }
.mobile-nav a.m-link:hover, .mobile-nav a.m-link[aria-current="page"] { color: var(--accent); padding-left: .8rem; }
.mobile-nav a.m-link .idx { font-size: .8rem; color: var(--text-faint); font-family: var(--ff-display); }
.mobile-nav .m-sub { padding-left: 1rem; }
.mobile-nav .m-sub a { font-size: 1.05rem; color: var(--text-dim); padding: .7rem .3rem; display: block; }
.mobile-cta { margin-top: auto; padding-top: 2rem; display: grid; gap: .8rem; }
body.no-scroll { overflow: hidden; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal-x { opacity: 1 !important; transform: none !important; }
  .marquee-track { animation: none; }
}

/* ============================================================================
   ============================================================================
   SUBPAGES KIT — shared components for all interior pages
   (page hero, breadcrumb, prose, split, info cards, faq, forms, agenda,
    books, notes, member cards). Theme-aware, responsive, reuses design tokens.
   ============================================================================
   ============================================================================ */

/* ---- Interior page hero -------------------------------------------------- */
.page-hero { position: relative; overflow: hidden; display: flex; align-items: center; min-height: 400px; padding: 168px 0 clamp(3rem,6vw,5rem); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.page-hero > .container { width: 100%; }
/* banner background photo (per page) — theme-swapped + cinematically scrimmed */
.page-hero-media { position: absolute; inset: 0; z-index: 0; }
.page-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 38%; opacity: .34; }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(93deg, var(--bg) 22%, rgba(7,10,20,.42) 56%, transparent 100%), linear-gradient(to top, var(--bg-2) 2%, transparent 54%); }
:root[data-theme="light"] .page-hero-media img { opacity: .5; }
:root[data-theme="light"] .page-hero-media::after { background: linear-gradient(93deg, var(--bg-2) 22%, rgba(244,241,234,.55) 56%, transparent 100%), linear-gradient(to top, var(--bg-2) 2%, transparent 54%); }
.page-hero .hero-grid { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 20%, transparent 72%); mask-image: radial-gradient(120% 80% at 50% 0%, #000 20%, transparent 72%); opacity: .28; }
.page-hero::before { content:""; z-index: 1; position:absolute; top:-40%; left:50%; transform:translateX(-50%); width:min(760px,90%); height:520px; background: radial-gradient(closest-side, var(--accent-soft), transparent 72%); pointer-events:none; }
.page-hero .hero-mark { position:absolute; z-index: 1; right:-3%; bottom:-34%; width:300px; color: var(--accent); opacity:.07; pointer-events:none; }
.page-hero-inner { position: relative; z-index: 2; max-width: 760px; }
.page-hero h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); font-weight: 700; letter-spacing: -.02em; margin: .6rem 0 1rem; }
.page-hero h1 .serif { font-family: var(--ff-serif); font-style: italic; font-weight: 500; color: var(--accent); }
.page-hero .lead { max-width: 60ch; }

/* ---- Breadcrumb ---------------------------------------------------------- */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-size: .82rem; color: var(--text-faint); font-family: var(--ff-display); }
.breadcrumb a { color: var(--text-faint); transition: .2s; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb [aria-current] { color: var(--accent); }

/* ---- Long-form prose ----------------------------------------------------- */
.prose { max-width: 76ch; color: var(--text-dim); font-size: 1.02rem; line-height: 1.75; }
.prose.wide { max-width: 90ch; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { font-family: var(--ff-display); font-weight: 700; font-size: clamp(1.5rem,3vw,2.1rem); color: var(--text); letter-spacing: -.01em; margin-top: 2.4rem; }
.prose h3 { font-family: var(--ff-display); font-weight: 600; font-size: 1.25rem; color: var(--text); margin-top: 1.8rem; }
.prose p, .prose li { color: var(--text-dim); }
.prose strong { color: var(--text); font-weight: 600; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose ul, .prose ol { padding-left: 1.3rem; display: grid; gap: .55rem; }
.prose li::marker { color: var(--accent); }

/* numbered rule cards — a designed take on an ordered list */
.rules { list-style: none; display: grid; gap: .85rem; max-width: 960px; }
.rule { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; padding: 1.4rem 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .35s var(--ease-out), border-color .35s, box-shadow .35s; }
.rule:hover { border-color: var(--accent-line); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.rule-n { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; font-family: var(--ff-display); font-weight: 700; font-size: 1.02rem; box-shadow: 0 10px 24px -10px rgba(255,106,61,.55); transition: transform .35s var(--ease-out); }
.rule:hover .rule-n { transform: scale(1.06) rotate(-4deg); }
.rule-n svg { width: 22px; height: 22px; }
.rule p { margin: 0; padding-top: .5rem; color: var(--text-dim); font-size: 1rem; line-height: 1.72; }
.rule p b, .rule p strong { color: var(--text); }
.rule p a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; font-weight: 500; }
@media (max-width: 560px) { .rule { padding: 1.2rem 1.2rem; gap: 1rem; } .rule-n { width: 38px; height: 38px; } }

/* step cards with a big ghosted gradient number */
.steps { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.step { position: relative; overflow: hidden; padding: 1.9rem 2rem 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .4s var(--ease-out), border-color .4s, box-shadow .4s; }
.step::after { content: attr(data-n); position: absolute; right: .3rem; bottom: -2rem; font-family: var(--ff-display); font-weight: 800; font-size: 8.5rem; line-height: 1; letter-spacing: -.04em; background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; opacity: .12; pointer-events: none; transition: opacity .4s, transform .4s var(--ease-out); }
.step:hover { transform: translateY(-4px); border-color: var(--accent-line); box-shadow: 0 22px 44px -24px rgba(0,0,0,.55); }
.step:hover::after { opacity: .2; transform: translateY(-6px) scale(1.05); }
.step-tag { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .55rem; font-family: var(--ff-display); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: .9rem; }
.step-tag::before { content: ""; width: 22px; height: 2px; background: var(--accent); border-radius: 2px; }
.step h3 { position: relative; z-index: 1; font-family: var(--ff-display); font-weight: 600; font-size: 1.22rem; color: var(--text); margin-bottom: .5rem; }
.step p { position: relative; z-index: 1; color: var(--text-dim); font-size: .96rem; line-height: 1.68; max-width: 46ch; }
@media (max-width: 680px) { .steps { grid-template-columns: 1fr; } .step::after { font-size: 7rem; } }
.prose blockquote { border-left: 3px solid var(--accent); padding: .4rem 0 .4rem 1.3rem; color: var(--text); font-family: var(--ff-serif); font-style: italic; font-size: 1.15rem; }
.prose .lead-p { font-size: 1.15rem; color: var(--text); line-height: 1.65; }

/* ---- 2-column split (text + media / text + panel) ------------------------ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem,4vw,3.4rem); align-items: center; }
.split.narrow-media { grid-template-columns: 1.15fr .85fr; }
.split.top { align-items: flex-start; }
.split.reverse .split-media { order: -1; }
.media-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 3 / 2.2; background: var(--surface); }
.media-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-frame .cap { position: absolute; left: 1.4rem; bottom: 1.3rem; z-index: 2; display: flex; align-items: center; gap: .6rem; color: #EEF1F8; font-family: var(--ff-display); font-weight: 500; font-size: .9rem; }
.media-frame .cap .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(255,106,61,.18); }
.media-frame::after { content:""; position:absolute; inset:0; background: linear-gradient(205deg, transparent 45%, rgba(6,9,17,.5)); }

/* ---- Reusable orange icon badge ------------------------------------------ */
.icon-badge { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 10px 26px -10px rgba(255,106,61,.5); flex-shrink: 0; }
.icon-badge svg { width: 25px; height: 25px; }

/* ---- Info / feature cards ------------------------------------------------ */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1.1rem; }
.info-grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); }
.info-card { padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: .35s var(--ease-out); position: relative; }
.info-card:hover { border-color: var(--accent-line); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.info-card .icon-badge { margin-bottom: 1.1rem; }
.info-card h3 { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 600; margin-bottom: .5rem; }
.info-card p { color: var(--text-dim); font-size: .95rem; line-height: 1.6; }
.info-card .num { font-family: var(--ff-display); font-weight: 700; color: var(--accent); font-size: .95rem; letter-spacing: .1em; }

/* ---- Numbered / check lists ---------------------------------------------- */
.list-check { display: grid; gap: .8rem; }
.list-check li { display: flex; gap: .75rem; align-items: flex-start; color: var(--text-dim); font-size: .98rem; line-height: 1.55; }
.list-check li svg { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.list-check li b { color: var(--text); font-weight: 600; }

/* ---- Highlight note / callout -------------------------------------------- */
.note { display: flex; gap: .9rem; padding: 1.2rem 1.4rem; border-radius: var(--radius); border: 1px solid var(--accent-line); background: linear-gradient(150deg, var(--accent-soft), var(--surface)); color: var(--text-dim); font-size: .95rem; line-height: 1.6; align-items: flex-start; }
.note svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.note b { color: var(--text); }

/* ---- FAQ (details/summary — no JS) --------------------------------------- */
.faq { display: grid; gap: .8rem; max-width: 860px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; transition: border-color .3s; }
.faq-item[open] { border-color: var(--accent-line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.15rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--ff-display); font-weight: 600; font-size: 1.02rem; color: var(--text); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; width: 12px; height: 12px; flex-shrink: 0; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(45deg); transition: transform .3s; }
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item .faq-body { padding: 0 1.4rem 1.3rem; color: var(--text-dim); font-size: .96rem; line-height: 1.7; }

/* ---- Forms --------------------------------------------------------------- */
.form { display: grid; gap: 1.1rem; max-width: 640px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .45rem; }
.field label { font-family: var(--ff-display); font-weight: 500; font-size: .84rem; color: var(--text-dim); }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem; border-radius: 12px; border: 1px solid var(--line-2);
  background: var(--surface); color: var(--text); font-family: var(--ff-body); font-size: .96rem; transition: border-color .25s, box-shadow .25s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--text-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.field select { appearance: none; -webkit-appearance: none; padding-right: 2.6rem; cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238892a0' stroke-width='2.4'><path d='m6 9 6 6 6-6'/></svg>");
  background-repeat: no-repeat; background-position: right .95rem center; background-size: 14px; }
.form-check { display: flex; gap: .65rem; align-items: flex-start; font-size: .86rem; color: var(--text-dim); line-height: 1.5; cursor: pointer; }
.form-check input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--accent); flex-shrink: 0; }
.form-note { font-size: .82rem; color: var(--text-faint); }

/* ---- Program agenda ------------------------------------------------------ */
.agenda { display: grid; gap: 1rem; }
.agenda-day { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.agenda-day-head { padding: 1.2rem 1.5rem; background: var(--bg-2); border-bottom: 1px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.agenda-day-head h3 { font-family: var(--ff-display); font-size: 1.3rem; }
.agenda-day-head .date { color: var(--accent); font-family: var(--ff-display); font-weight: 600; font-size: .9rem; }
.agenda-slot { display: grid; grid-template-columns: 130px 1fr; gap: 1.2rem; padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--line); }
.agenda-slot:last-child { border-bottom: 0; }
.agenda-slot .time { font-family: var(--ff-display); font-weight: 600; color: var(--gold); font-variant-numeric: tabular-nums; font-size: .95rem; }
.agenda-slot .what b { display: block; color: var(--text); font-family: var(--ff-display); font-weight: 600; margin-bottom: .2rem; }
.agenda-slot .what span { color: var(--text-dim); font-size: .92rem; }
.agenda-slot.break { background: var(--accent-soft); }

/* ---- Books / proceedings ------------------------------------------------- */
.book-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1.3rem; }
.book-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: .35s var(--ease-out); display: flex; flex-direction: column; }
.book-card:hover { border-color: var(--accent-line); transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.book-cover { aspect-ratio: 16 / 9; position: relative; display: grid; place-items: center; background: linear-gradient(150deg, var(--surface-3), var(--bg-2)); border-bottom: 1px solid var(--line); overflow: hidden; }
.book-cover .brandmark { width: 74px; color: var(--accent); opacity: .5; }
.book-cover .ed { position: absolute; top: 1rem; right: 1rem; font-family: var(--ff-display); font-weight: 700; font-size: .85rem; color: var(--text-faint); }
.book-card .book-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.book-card .book-body h3 { font-family: var(--ff-display); font-size: 1.1rem; }
.book-card .book-body .meta { color: var(--text-faint); font-size: .84rem; }
.book-card .book-body .isbn { color: var(--text-dim); font-size: .8rem; font-variant-numeric: tabular-nums; margin-top: auto; padding-top: .6rem; }

/* ---- Member cards (committees) ------------------------------------------- */
.member-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px,1fr)); gap: 1rem; }
.member-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; transition: .35s var(--ease-out); }
.member-card:hover { border-color: var(--accent-line); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.member-card .av { width: 64px; height: 64px; margin: 0 auto .9rem; border-radius: 50%; overflow: hidden; position: relative; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; font-size: 1.15rem; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.member-card .av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.member-card b { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 1rem; color: var(--text); }
.member-card .role { color: var(--accent); font-size: .8rem; font-weight: 600; margin-top: .15rem; }
.member-card .org { color: var(--text-faint); font-size: .84rem; margin-top: .25rem; }
.member-card .flag { font-size: .95rem; margin-top: .4rem; }

/* ---- Simple helpers ------------------------------------------------------ */
.section.alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,3vw,2.5rem); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.2rem,2.5vw,2rem); }
.text-center { text-align: center; }
.mt-gap { margin-top: clamp(1.6rem,3vw,2.6rem); }
.pill-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--line-2); background: var(--surface); color: var(--text-dim); font-size: .88rem; font-family: var(--ff-display); }
.pill svg { width: 15px; height: 15px; color: var(--accent); }

/* ---- Subpages responsive ------------------------------------------------- */
@media (max-width: 900px) {
  .page-hero { padding-top: 116px; }
  .split, .split.narrow-media, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .form-row { grid-template-columns: 1fr; }
  .agenda-slot { grid-template-columns: 100px 1fr; gap: .9rem; }
}
@media (max-width: 620px) {
  .page-hero { padding-top: 104px; }
  .agenda-slot { grid-template-columns: 1fr; gap: .3rem; }
}

/* Light theme tweaks for subpage kit */
:root[data-theme="light"] .icon-badge { color: #fff; }
:root[data-theme="light"] .media-frame::after { background: linear-gradient(205deg, transparent 55%, rgba(20,24,35,.35)); }
:root[data-theme="light"] .page-hero .hero-mark { opacity: .06; }

/* ============================================================================
   MOTION & MICRO-INTERACTIONS  (adds life; fully respects reduced-motion)
   ============================================================================ */
/* richer card hover — deeper lift, ember glow, animated icon/avatar
   (blanket will-change removed: it forced dozens of always-live compositor
    layers on card-dense pages; the hover translateY composites fine without it) */
.icon-badge { transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.info-card { transition: transform .4s var(--ease-out), border-color .4s, box-shadow .4s; }
.info-card:hover { transform: translateY(-6px); border-color: var(--accent-line); box-shadow: 0 22px 44px -24px rgba(0,0,0,.55), 0 0 0 1px var(--accent-line); }
.info-card:hover .icon-badge { transform: translateY(-2px) scale(1.07) rotate(-4deg); box-shadow: 0 16px 32px -8px rgba(255,106,61,.6); }
.info-card .num { display: inline-block; transition: transform .35s var(--ease-out); }
.info-card:hover .num { transform: translateX(4px); }
.member-card .av { transition: transform .45s var(--ease-out), box-shadow .45s; }
.member-card:hover { transform: translateY(-6px); }
.member-card:hover .av { transform: scale(1.08); box-shadow: 0 14px 30px -8px rgba(255,106,61,.55); }
.book-card .book-cover svg { transition: transform .55s var(--ease-out); }
.book-card:hover .book-cover svg { transform: scale(1.08) rotate(-3deg); }
.pill { transition: transform .25s var(--ease-out), border-color .25s, background .25s; }
.pill:hover { transform: translateY(-2px); border-color: var(--accent-line); background: var(--accent-soft); }

/* accordion — native <details> (always accessible, no JS needed); the answer
   fades + slides in and the chevron rotates for a smooth, robust reveal */
.faq-item summary::after { transition: transform .35s var(--ease-out); }
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item summary:hover { color: var(--accent); }
.faq-item[open] .faq-body { animation: faqIn .36s var(--ease-out); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .faq-item[open] .faq-body { animation: none; } }

@media (prefers-reduced-motion: no-preference) {
  /* gently floating brandmark + breathing glow in interior heroes */
  .page-hero .hero-mark { animation: floatMark 17s ease-in-out infinite; transform-origin: 60% 40%; }
  .page-hero::before { animation: heroGlow 10s ease-in-out infinite; }
  /* the hero brand-mark on the homepage drifts too */
  .hero .mark-wm, .cta-band .mark-wm { animation: floatMark 20s ease-in-out infinite; }
}
@keyframes floatMark { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(6deg); } }
@keyframes heroGlow  { 0%,100% { opacity: .65; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.08); } }

@media (prefers-reduced-motion: reduce) {
  .page-hero .hero-mark, .page-hero::before, .hero .mark-wm, .cta-band .mark-wm { animation: none; }
  .info-card, .member-card, .book-card, .icon-badge, .member-card .av, .book-card .book-cover svg, .pill { transition: none; }
}

/* ============================================================================
   PRE-DEPLOY ADDITIONS — wayfinding, conversion, a11y, forms, polish
   ============================================================================ */

/* Scroll-progress rail — thin ember bar pinned at the very top */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 101; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--accent), var(--accent-2)); pointer-events: none; }

/* Tactile button press (motion-safe) */
@media (prefers-reduced-motion: no-preference) { .btn:active { transform: translateY(-1px) scale(.985); } }

/* Conference dropdown — click / keyboard open (mirrors the hover/focus rule) */
.nav-item.open .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-item.open .caret { transform: rotate(180deg); }

/* Constellation canvas dissolves into the page instead of a hard seam */
.hero-canvas { -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent); mask-image: linear-gradient(180deg, #000 58%, transparent); }

/* Live "nearest deadline" flash in the top bar */
.topbar-deadline { display: inline-flex; align-items: center; gap: .45rem; color: var(--text-dim); white-space: nowrap; }
.topbar-deadline b { color: var(--accent); font-weight: 600; }
.topbar-deadline .td-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
@media (prefers-reduced-motion: no-preference) { .topbar-deadline .td-dot { animation: pulse 2.4s infinite; } }

/* Early-rate savings pill above the fee table */
.save-pill { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.4rem; padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid var(--accent-line); background: var(--accent-soft); color: var(--text-dim); font-family: var(--ff-display); font-size: .9rem; }
.save-pill b { color: var(--accent); font-weight: 600; }
.save-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
@media (prefers-reduced-motion: no-preference) { .save-pill__dot { animation: pulse 2.4s infinite; } }

/* Add-to-calendar link on Key Dates cards */
.ics-link { margin-top: 1.1rem; display: inline-flex; align-items: center; gap: .4rem; font-family: var(--ff-display); font-weight: 600; font-size: .82rem; color: var(--text-dim); transition: color .2s; }
.ics-link svg { width: 15px; height: 15px; color: var(--accent); }
.ics-link:hover { color: var(--accent); }

/* Honeypot — off-screen for humans, catches bots */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* Gentle field validation — only after the field is left (:user-invalid) */
:root { --danger: #ff6b6b; --danger-soft: rgba(255,107,107,.14); }
:root[data-theme="light"] { --danger: #c0392b; --danger-soft: rgba(192,57,43,.10); }
.field input:user-invalid, .field textarea:user-invalid, .field select:user-invalid { border-color: var(--danger); box-shadow: 0 0 0 3px var(--danger-soft); }

/* Async form result panel (success / error) */
.form-result { display: flex; gap: .9rem; align-items: flex-start; max-width: 640px; margin-top: 1.2rem; padding: 1.2rem 1.4rem; border-radius: var(--radius); border: 1px solid var(--line-2); background: var(--surface); }
.form-result.is-ok { border-color: var(--accent-line); background: linear-gradient(150deg, var(--accent-soft), var(--surface)); }
.form-result.is-err { border-color: var(--danger); background: linear-gradient(150deg, var(--danger-soft), var(--surface)); }
.form-result__ic { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; background: var(--accent); }
.form-result.is-err .form-result__ic { background: var(--danger); }
.form-result b { font-family: var(--ff-display); color: var(--text); display: block; }
.form-result p { color: var(--text-dim); font-size: .92rem; margin-top: .2rem; }

/* Committee: centre a small (2-person) member group instead of stranding it left */
.member-grid.few { max-width: 640px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 560px) { .member-grid.few { grid-template-columns: 1fr; } }

/* Committee peer-review framing line (home) */
.committee-note { color: var(--text-dim); max-width: 62ch; margin-top: .6rem; }
.committee-note b { color: var(--text); font-weight: 600; }

/* Mobile: serve a lighter, phone-sized hero crop for a faster LCP on cellular */
@media (max-width: 600px) {
  .hero-photo { background:
    linear-gradient(90deg, rgba(6,9,17,.97) 0%, rgba(6,9,17,.86) 34%, rgba(6,9,17,.5) 72%, rgba(6,9,17,.62) 100%),
    linear-gradient(0deg, rgba(6,9,17,.94) 2%, rgba(6,9,17,.28) 46%, rgba(6,9,17,.66) 100%),
    url(../img/hero-mobile.jpg) center right / cover no-repeat; }
  :root[data-theme="light"] .hero-photo { background:
    linear-gradient(90deg, rgba(244,241,234,.96) 0%, rgba(244,241,234,.84) 33%, rgba(244,241,234,.42) 70%, rgba(244,241,234,.3) 100%),
    linear-gradient(0deg, rgba(244,241,234,.86) 2%, rgba(244,241,234,.18) 44%, rgba(244,241,234,.5) 100%),
    url(../img/hero-audience-mobile.jpg) center right / cover no-repeat; }
}

/* TR labels for the mobile fee table (CSS content: can't be reached by the innerHTML i18n) */
@media (max-width: 620px) {
  :root[lang="tr"] .fee-row .early::before { content: "Erken (10 Haz – 17 Ağu 2026): "; }
  :root[lang="tr"] .fee-row .reg::before { content: "Standart (17 Ağu 2026 sonrası): "; }
}

/* Conference programme — click the button to reveal "coming soon" (native details, no JS) */
.prog-soon { display: inline-block; }
.prog-soon > summary { list-style: none; cursor: pointer; }
.prog-soon > summary::-webkit-details-marker { display: none; }
.prog-soon .prog-chev { transition: transform .3s var(--ease-out); }
.prog-soon[open] .prog-chev { transform: rotate(180deg); }
.prog-soon-note { max-width: 54ch; margin: 1.4rem auto 0; padding: 1.1rem 1.4rem; border: 1px solid var(--accent-line); border-radius: var(--radius); background: var(--accent-soft); color: var(--text-dim); line-height: 1.65; }
.prog-soon[open] .prog-soon-note { animation: faqIn .36s var(--ease-out); }
@media (prefers-reduced-motion: reduce) { .prog-soon[open] .prog-soon-note { animation: none; } }
