/* =============================================================
   Singapore Snow Expo 2026 — Mockup 3 · "Bringing Winter to the Tropics"
   Bright / premium light theme — snow white · glacier blue · deep navy
   · silver grey · warm-gold + aurora-green accents.
   (Reference-matching design: split hero, feature row.)
   ============================================================= */

/* ---------- 1. Tokens ---------- */
:root {
  --navy-900: #0A2038;
  --navy-800: #0C2748;
  --navy-700: #143A63;
  --navy-600: #1D4E82;

  --glacier-700: #135C99;
  --glacier-600: #1A76C4;   /* accessible on white */
  --glacier-500: #2E93E4;   /* glacier blue */
  --glacier-300: #86C6F2;
  --glacier-100: #DCEEFB;

  --snow-0: #FFFFFF;
  --snow-50: #F5F9FD;
  --snow-100: #EDF4FB;
  --sky-tint: #E9F3FC;

  --silver-200: #E3EAF2;    /* borders */
  --silver-300: #D2DEEA;
  --silver-500: #8397AC;    /* muted text */

  --ink-900: #0E2439;       /* headings */
  --ink-700: #24425E;       /* body */
  --ink-500: #4C6580;       /* soft body */

  --gold-500: #E3A73A;      /* warm gold accent */
  --gold-100: #FBEFD6;
  --aurora-500: #21B588;    /* aurora green accent */
  --aurora-100: #D6F3E9;

  --violet-500: #7C6CF0;
  --rose-500: #EE6C8E;
  --orange-500: #F0994B;

  --danger: #D24237;
  --success: #17915F;

  --grad-cta: linear-gradient(135deg, #34A0EC 0%, #1A76C4 60%, #135C99 100%);
  --grad-navy: linear-gradient(135deg, #143A63 0%, #0C2748 100%);
  --grad-hero: linear-gradient(180deg, #EAF4FC 0%, #F6FBFF 60%, #FFFFFF 100%);
  --grad-ice: linear-gradient(180deg, #F3F9FE 0%, #E9F3FC 100%);

  --font-display: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 999px;

  --shadow-xs: 0 1px 2px rgba(12, 39, 72, 0.06);
  --shadow-sm: 0 2px 8px rgba(20, 58, 99, 0.08);
  --shadow-md: 0 10px 30px rgba(20, 58, 99, 0.12);
  --shadow-lg: 0 24px 60px rgba(12, 39, 72, 0.18);
  --shadow-cta: 0 10px 26px rgba(26, 118, 196, 0.35);

  /* compat aliases for shared JS-injected markup (data/main/map.js) */
  --text-strong: #0C2748;
  --ice-100: #DCEEFB;
  --ice-200: #C9E3F7;

  --container: 1200px;
  --header-h: 84px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 200ms;
}

/* ---------- 2. Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-700);
  background: var(--snow-0);
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink-900);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 700; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.02rem; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--glacier-600); text-decoration: none; }
a:hover { color: var(--glacier-700); }
img, svg { max-width: 100%; display: block; }
ul, ol { padding-left: 1.2em; margin: 0 0 1em; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--glacier-300); color: var(--navy-900); }
:focus-visible { outline: 3px solid var(--glacier-500); outline-offset: 2px; border-radius: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 2000;
  background: var(--navy-800); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 10px;
  transition: top var(--t) var(--ease);
}
.skip-link:focus { top: 0; }

/* ---------- 3. Layout ---------- */
.container { width: min(var(--container), 100% - 40px); margin-inline: auto; }
.section { padding: 92px 0; }
.section-tight { padding: 64px 0; }
.section-ice { background: var(--grad-ice); }
.section-snow { background: var(--snow-50); }
.section-navy { background: var(--grad-navy); color: #C9DAEC; }
.section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .lead { font-size: 1.14rem; color: var(--ink-700); }
.section-navy .section-head .lead { color: #AFC6DD; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--glacier-600);
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--glacier-500); }
.section-head.center .eyebrow::after { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--glacier-500); }
.section-navy .eyebrow { color: var(--glacier-300); }
.section-navy .eyebrow::before, .section-navy .eyebrow::after { background: var(--glacier-300); }

.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.icon { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon-sm { width: 17px; height: 17px; }
.icon-lg { width: 30px; height: 30px; }

.snowflake-divider {
  display: flex; align-items: center; gap: 14px; margin: 22px 0; max-width: 380px;
  color: var(--glacier-300);
}
.snowflake-divider::before, .snowflake-divider::after { content: ""; height: 2px; flex: 1; background: linear-gradient(90deg, transparent, var(--silver-300)); border-radius: 2px; }
.snowflake-divider::after { background: linear-gradient(90deg, var(--silver-300), transparent); }
.snowflake-divider .icon { color: var(--glacier-500); }

/* ---------- 4. Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; min-height: 52px;
  border: 1.5px solid transparent; border-radius: var(--r-pill);
  font-family: var(--font-display); font-size: 0.92rem; font-weight: 600;
  letter-spacing: 0.02em; text-decoration: none !important; cursor: pointer;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), background-color var(--t), border-color var(--t), color var(--t);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn .icon { width: 19px; height: 19px; }

.btn-primary { background: var(--grad-cta); color: #fff; box-shadow: var(--shadow-cta); }
.btn-primary:hover { color: #fff; box-shadow: 0 14px 34px rgba(26, 118, 196, 0.46); }

.btn-navy { background: var(--navy-800); color: #fff; box-shadow: var(--shadow-sm); }
.btn-navy:hover { background: var(--navy-700); color: #fff; box-shadow: var(--shadow-md); }

.btn-outline { background: var(--snow-0); color: var(--navy-800); border-color: var(--silver-300); }
.btn-outline:hover { border-color: var(--glacier-500); color: var(--glacier-700); background: var(--glacier-100); }

.btn-ghost-light { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.2); color: #fff; border-color: #fff; }

/* aliases for shared JS markup */
.btn-dark { background: var(--navy-800); color: #fff; box-shadow: var(--shadow-sm); }
.btn-dark:hover { background: var(--navy-700); color: #fff; box-shadow: var(--shadow-md); }
.btn-ghost { background: var(--snow-0); color: var(--navy-800); border-color: var(--silver-300); }
.btn-ghost:hover { border-color: var(--glacier-500); color: var(--glacier-700); background: var(--glacier-100); }

.btn-sm { padding: 10px 20px; min-height: 42px; font-size: 0.85rem; }
.btn-lg { padding: 17px 34px; min-height: 58px; font-size: 1rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none !important; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; color: var(--glacier-600); }
.link-arrow .icon { transition: transform var(--t) var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }

/* ---------- 5. Badges & chips ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 13px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
}
.badge-ice { background: var(--glacier-100); color: var(--glacier-700); }
.badge-gold { background: var(--gold-100); color: #9A6A12; }
.badge-aurora { background: var(--aurora-100); color: #0C6A4A; }
.badge-navy { background: var(--navy-800); color: #fff; }
.badge-amber { background: var(--gold-100); color: #9A6A12; }

.chip {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 17px; min-height: 42px; border-radius: var(--r-pill);
  border: 1.5px solid var(--silver-200); background: var(--snow-0); color: var(--ink-700);
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 500; cursor: pointer;
  transition: all var(--t) var(--ease); user-select: none;
}
.chip:hover { border-color: var(--glacier-500); color: var(--glacier-700); }
.chip[aria-pressed="true"], .chip.active { background: var(--grad-cta); border-color: transparent; color: #fff; box-shadow: var(--shadow-cta); }

/* ---------- 6. Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h);
  background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--t), border-color var(--t), background-color var(--t);
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(20,58,99,0.10); border-bottom-color: var(--silver-200); background: rgba(255,255,255,0.96); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none !important; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: var(--grad-cta); color: #fff; box-shadow: var(--shadow-cta);
}
.brand-mark .icon { width: 26px; height: 26px; stroke-width: 1.7; }
.brand-name { font-family: var(--font-display); font-size: 1.12rem; font-weight: 800; line-height: 1.05; color: var(--navy-800); letter-spacing: 0.01em; white-space: nowrap; }
.brand-name b { color: var(--glacier-500); font-weight: 800; }
.brand-name small { display: block; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--silver-500); margin-top: 2px; }

.main-nav { display: flex; align-items: center; gap: 2px; }
.nav-item { position: relative; }
.nav-item > a {
  display: inline-flex; align-items: center; gap: 5px; padding: 10px 15px; border-radius: 10px;
  color: var(--navy-800); font-family: var(--font-display); font-size: 0.9rem; font-weight: 600;
  text-decoration: none !important; white-space: nowrap; transition: color var(--t), background-color var(--t);
}
.nav-item > a:hover { color: var(--glacier-600); background: var(--glacier-100); }
.nav-item > a.active { color: var(--glacier-600); }
.nav-item > a.active::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 3px; border-radius: 3px; background: var(--glacier-500); }
.nav-item .caret { width: 14px; height: 14px; transition: transform var(--t); }
.nav-item:hover .caret, .nav-item:focus-within .caret { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px;
  background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-md);
  box-shadow: var(--shadow-md); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity var(--t), transform var(--t), visibility var(--t);
}
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 9px;
  color: var(--ink-700); font-family: var(--font-display); font-size: 0.88rem; font-weight: 500; text-decoration: none !important;
}
.dropdown a:hover { background: var(--glacier-100); color: var(--glacier-700); }
.dropdown a .icon { color: var(--glacier-500); }

.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1.5px solid var(--silver-200); border-radius: 12px; background: #fff; color: var(--navy-800); place-items: center; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-burger { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* ---------- 7. Hero (split) ---------- */
.hero {
  position: relative; background: var(--grad-hero); padding: calc(var(--header-h) + 56px) 0 90px;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; top: -160px; right: -120px; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(46,147,228,0.16), transparent 66%); pointer-events: none;
}
.snow-canvas { position: absolute; inset: 0; z-index: 1; pointer-events: none; } /* falling glacier-blue snow, behind the content */
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
.hero-eyebrow { color: var(--glacier-600); font-family: var(--font-display); font-weight: 700; font-size: 0.86rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; }
.hero h1 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); line-height: 1.02; text-transform: uppercase; letter-spacing: -0.015em; margin-bottom: 4px; }
.hero h1 .b { color: var(--glacier-500); }
.hero h1 .yr { color: var(--navy-800); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 30px; margin: 20px 0 18px; }
.hero-meta .m { display: inline-flex; align-items: center; gap: 11px; }
.hero-meta .m-ic { width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--glacier-100); color: var(--glacier-600); }
.hero-meta .m-ic .icon { width: 20px; height: 20px; }
.hero-meta .m-t { font-family: var(--font-display); font-weight: 700; color: var(--navy-800); font-size: 0.98rem; line-height: 1.2; }
.hero-meta .m-s { font-size: 0.8rem; color: var(--silver-500); }
.hero-lead { font-size: 1.12rem; color: var(--ink-700); max-width: 46ch; margin-bottom: 30px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-media { position: relative; }
.hero-media .frame {
  position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg);
  border: 6px solid #fff; aspect-ratio: 12 / 9; background: var(--glacier-100);
}
.hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .float-badge {
  position: absolute; left: -22px; bottom: 26px; z-index: 3; background: #fff; border-radius: var(--r-lg);
  box-shadow: var(--shadow-md); padding: 14px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--silver-200);
}
.hero-media .float-badge .fb-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--grad-cta); color: #fff; display: grid; place-items: center; }
.hero-media .float-badge .fb-n { font-family: var(--font-display); font-weight: 800; color: var(--navy-800); font-size: 1.15rem; line-height: 1; }
.hero-media .float-badge .fb-l { font-size: 0.76rem; color: var(--silver-500); }

.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; width: 100%; height: auto; color: #fff; }

/* ---------- 8. Feature strip ---------- */
.feature-strip { background: #fff; border-top: 1px solid var(--silver-200); }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.feature { text-align: center; padding: 40px 18px; border-right: 1px solid var(--silver-200); transition: background-color var(--t); }
.feature:last-child { border-right: 0; }
.feature:hover { background: var(--snow-50); }
.feature .f-ic { width: 62px; height: 62px; margin: 0 auto 14px; border-radius: 16px; display: grid; place-items: center; }
.feature .f-ic .icon { width: 30px; height: 30px; }
.feature h4 { font-size: 0.86rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy-800); margin-bottom: 6px; }
.feature p { font-size: 0.85rem; color: var(--silver-500); margin: 0; }
.ic-blue { background: var(--glacier-100); color: var(--glacier-600); }
.ic-green { background: var(--aurora-100); color: var(--aurora-500); }
.ic-violet { background: #ECE9FD; color: var(--violet-500); }
.ic-rose { background: #FCE4EB; color: var(--rose-500); }
.ic-gold { background: var(--gold-100); color: var(--gold-500); }
.ic-navy { background: #DCE6F2; color: var(--navy-700); }

/* ---------- 9. Cards ---------- */
.card { background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-xs); transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease); }
a.card { display: block; color: inherit; text-decoration: none !important; }
.card.hoverable:hover, a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-icon { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; background: var(--glacier-100); color: var(--glacier-600); margin-bottom: 18px; }
.card-icon .icon { width: 26px; height: 26px; }

/* ---------- 10. Zone / experience cards (photo) ---------- */
.zone-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 300px;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; color: #fff;
  text-decoration: none !important; box-shadow: var(--shadow-sm); background: var(--navy-800);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.zone-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,32,56,0.15) 0%, rgba(10,32,56,0.45) 50%, rgba(10,32,56,0.9) 100%); }
.zone-card > * { position: relative; z-index: 2; }
.zone-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.zone-card h3 { color: #fff; margin-bottom: 6px; }
.zone-card p { color: rgba(233,243,252,0.9); font-size: 0.93rem; margin: 0; }
.zone-card .zone-tag { position: absolute; top: 20px; left: 20px; }

/* ---------- 11. Stat tiles ---------- */
.stat-tile { text-align: center; padding: 26px 18px; }
.stat-tile .num { display: block; font-family: var(--font-display); font-size: 2.6rem; font-weight: 800; line-height: 1.05; color: var(--navy-800); font-variant-numeric: tabular-nums; }
.section-navy .stat-tile .num { color: #fff; }
.stat-tile .lbl { font-size: 0.88rem; color: var(--silver-500); }
.section-navy .stat-tile .lbl { color: #AFC6DD; }
.stat-tile.gold .num { color: var(--gold-500); }
.stat-tile.aurora .num { color: var(--aurora-500); }

/* ---------- 12. Split feature (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split .split-media { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-md); border: 6px solid #fff; aspect-ratio: 4/3; }
.split .split-media img { width: 100%; height: 100%; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 18px 0 26px; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; font-size: 0.98rem; }
.check-list .icon { color: var(--aurora-500); margin-top: 3px; }
.check-list strong { color: var(--navy-800); }

/* ---------- 13. Directory / exhibitor cards (JS) ---------- */
.dir-toolbar { display: grid; gap: 16px; margin-bottom: 32px; }
.search-box { position: relative; max-width: 520px; }
.search-box .icon { position: absolute; left: 16px; top: 50%; translate: 0 -50%; color: var(--silver-500); }
.search-box input { width: 100%; padding: 15px 18px 15px 48px; border: 1.5px solid var(--silver-200); border-radius: var(--r-md); background: #fff; font: inherit; color: var(--ink-900); transition: border-color var(--t), box-shadow var(--t); }
.search-box input:focus { outline: none; border-color: var(--glacier-500); box-shadow: 0 0 0 4px var(--glacier-100); }
.chip-row { display: flex; flex-wrap: wrap; gap: 9px; }
.dir-count { font-size: 0.9rem; color: var(--silver-500); }

.ex-card { display: flex; flex-direction: column; gap: 14px; padding: 26px; }
.ex-top { display: flex; align-items: center; gap: 15px; }
.monogram { width: 56px; height: 56px; flex: none; border-radius: 15px; display: grid; place-items: center; font-family: var(--font-display); font-size: 1.15rem; font-weight: 800; color: #fff; }
.monogram-lg { width: 84px; height: 84px; border-radius: 22px; font-size: 1.7rem; }
.ex-logo { width: 72px; height: 72px; flex: none; border-radius: 16px; background: #fff; border: 1px solid var(--silver-200); display: grid; place-items: center; padding: 8px; }
.ex-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.mono-0 { background: linear-gradient(135deg,#2E93E4,#135C99); }
.mono-1 { background: linear-gradient(135deg,#7C6CF0,#4A38C4); }
.mono-2 { background: linear-gradient(135deg,#21B588,#0C7A57); }
.mono-3 { background: linear-gradient(135deg,#E3A73A,#B67714); }
.mono-4 { background: linear-gradient(135deg,#EE6C8E,#B83A5C); }
.mono-5 { background: linear-gradient(135deg,#5A7590,#2C4560); }
.ex-card h3 { margin: 0; font-size: 1.08rem; }
.ex-card .ex-cat { font-size: 0.8rem; color: var(--silver-500); }
.ex-card .ex-desc { font-size: 0.92rem; margin: 0; flex: 1; color: var(--ink-700); }
.ex-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.empty-state { text-align: center; padding: 72px 24px; border: 1.5px dashed var(--silver-300); border-radius: var(--r-lg); background: #fff; }
.empty-state .icon { width: 44px; height: 44px; margin: 0 auto 16px; color: var(--silver-500); }

/* ---------- 14. Profile ---------- */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: 0.86rem; margin-bottom: 26px; color: var(--silver-500); }
.breadcrumb a { color: var(--glacier-600); }
.breadcrumb .sep { opacity: 0.5; }
.profile-head { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.profile-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.profile-logo { flex: none; display: grid; place-items: center; background: #fff; border: 1px solid var(--silver-200); border-radius: 22px; padding: 14px 18px; box-shadow: var(--shadow-xs); }
.profile-logo img { display: block; height: 62px; width: auto; max-width: 180px; object-fit: contain; }
.profile-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.profile-gallery figure { margin: 0; }
.profile-gallery img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--shadow-xs); display: block; background: var(--snow-2); }
@media (max-width: 560px) { .profile-gallery { grid-template-columns: 1fr; } }
.profile-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }
.profile-aside { display: grid; gap: 20px; position: sticky; top: calc(var(--header-h) + 24px); }
.info-list, .highlight-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.info-list li, .highlight-list li { display: flex; gap: 12px; font-size: 0.94rem; }
.info-list .icon, .highlight-list .icon { color: var(--glacier-600); margin-top: 2px; }
.info-list strong { display: block; color: var(--navy-800); font-size: 0.86rem; }
.offer-item { display: flex; gap: 14px; padding: 16px 18px; border: 1px solid var(--silver-200); border-left: 4px solid var(--gold-500); border-radius: var(--r-sm); background: #fff; margin-bottom: 12px; }
.offer-item .icon { color: #B67714; margin-top: 2px; }

/* ---------- 15. Programme (JS) ---------- */
.day-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.day-tab { flex: 1 1 190px; border: 1.5px solid var(--silver-200); border-radius: var(--r-md); background: #fff; padding: 16px 20px; text-align: left; transition: all var(--t) var(--ease); }
.day-tab .d { display: block; font-family: var(--font-display); font-weight: 700; color: var(--navy-800); }
.day-tab .s { font-size: 0.82rem; color: var(--silver-500); }
.day-tab:hover { border-color: var(--glacier-500); }
.day-tab[aria-selected="true"] { background: var(--grad-cta); border-color: transparent; box-shadow: var(--shadow-cta); }
.day-tab[aria-selected="true"] .d, .day-tab[aria-selected="true"] .s { color: #fff; }
.session { display: grid; grid-template-columns: 118px 1fr; gap: 22px; padding: 24px; background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-lg); margin-bottom: 14px; box-shadow: var(--shadow-xs); }
.session-time { font-family: var(--font-display); font-weight: 700; color: var(--navy-800); font-variant-numeric: tabular-nums; }
.session-time small { display: block; font-weight: 500; color: var(--silver-500); font-size: 0.8rem; }
.session h3 { font-size: 1.06rem; margin-bottom: 6px; }
.session .s-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; font-size: 0.84rem; color: var(--silver-500); margin-bottom: 8px; }
.session .s-meta span { display: inline-flex; align-items: center; gap: 6px; }
.session p { font-size: 0.93rem; margin: 0; }
.session .s-speaker { font-size: 0.88rem; color: var(--navy-800); font-weight: 600; margin-top: 8px; }
.track-badge { font-size: 0.68rem; }
.track-talk { background: var(--glacier-100); color: var(--glacier-700); }
.track-workshop { background: #ECE9FD; color: #4A38C4; }
.track-demo { background: var(--aurora-100); color: #0C6A4A; }
.track-kids { background: var(--gold-100); color: #9A6A12; }

/* ---------- 16. Sponsors / partners ---------- */
.partner-tier { margin-bottom: 52px; }
.tier-label { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.tier-label h3 { margin: 0; }
.tier-label::after { content: ""; flex: 1; height: 1px; background: var(--silver-200); }
.partner-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 28px 20px; min-height: 130px; }
.partner-card .p-name { font-family: var(--font-display); font-weight: 700; color: var(--navy-800); font-size: 1.02rem; }
.partner-card .p-role { font-size: 0.76rem; color: var(--silver-500); letter-spacing: 0.04em; text-transform: uppercase; }
.logo-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 40px; align-items: center; }
.logo-strip span { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--silver-500); }

/* ---------- 17. Tickets / packages ---------- */
.ticket-grid { align-items: stretch; }
.ticket { position: relative; display: flex; flex-direction: column; background: #fff; border: 1.5px solid var(--silver-200); border-radius: var(--r-lg); padding: 32px 28px; box-shadow: var(--shadow-xs); transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease); }
.ticket:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ticket.featured { border-color: var(--glacier-500); box-shadow: var(--shadow-md), 0 0 0 4px var(--glacier-100); }
.ticket .badge { position: absolute; top: -13px; left: 26px; }
.ticket .price { font-family: var(--font-display); font-size: 2.2rem; font-weight: 800; color: var(--navy-800); line-height: 1; margin: 10px 0 4px; }
.ticket .price small { font-size: 0.95rem; font-weight: 600; color: var(--silver-500); }
.ticket ul { list-style: none; padding: 0; margin: 20px 0 26px; flex: 1; display: grid; gap: 11px; }
.ticket li { display: flex; gap: 10px; font-size: 0.94rem; }
.ticket li .icon { width: 19px; height: 19px; color: var(--aurora-500); margin-top: 2px; }

/* ---------- 18. Forms ---------- */
.form-card { padding: 38px; background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-family: var(--font-display); font-size: 0.86rem; font-weight: 600; color: var(--navy-800); }
.form-field .req { color: var(--danger); }
.form-field input, .form-field select, .form-field textarea { padding: 13px 15px; min-height: 50px; border: 1.5px solid var(--silver-200); border-radius: var(--r-sm); background: #fff; font: inherit; color: var(--ink-900); width: 100%; transition: border-color var(--t), box-shadow var(--t); }
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--glacier-500); box-shadow: 0 0 0 4px var(--glacier-100); }
.form-field .hint { font-size: 0.8rem; color: var(--silver-500); }
.form-field.invalid input, .form-field.invalid select, .form-field.invalid textarea { border-color: var(--danger); }
.field-error { display: none; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--danger); font-weight: 500; }
.form-field.invalid .field-error { display: inline-flex; }
.check-row { display: flex; gap: 11px; align-items: flex-start; font-size: 0.9rem; }
.check-row input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--glacier-600); flex: none; }
.option-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.option-card { position: relative; }
.option-card input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.option-card .oc-body { border: 1.5px solid var(--silver-200); border-radius: var(--r-md); padding: 15px 16px; transition: all var(--t) var(--ease); height: 100%; }
.option-card input:checked + .oc-body { border-color: var(--glacier-500); background: var(--glacier-100); box-shadow: 0 0 0 3px var(--glacier-100); }
.option-card input:focus-visible + .oc-body { outline: 3px solid var(--glacier-500); outline-offset: 2px; }
.option-card .oc-t { font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; color: var(--navy-800); display: block; }
.option-card .oc-s { font-size: 0.8rem; color: var(--silver-500); }
.form-success { display: none; text-align: center; padding: 52px 32px; }
.form-success.show { display: block; }
.form-success .success-ring { width: 74px; height: 74px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; background: var(--aurora-100); color: var(--success); }
.form-success .success-ring .icon { width: 36px; height: 36px; }
.ref-code { display: inline-block; margin-top: 14px; padding: 10px 22px; border-radius: 10px; background: var(--glacier-100); font-family: var(--font-display); font-weight: 800; letter-spacing: 0.08em; color: var(--navy-800); }

/* ---------- 19. Accordion ---------- */
.accordion { display: grid; gap: 12px; }
.acc-item { background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-md); overflow: hidden; }
.acc-trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 22px; background: none; border: 0; text-align: left; font-family: var(--font-display); font-size: 0.99rem; font-weight: 600; color: var(--navy-800); }
.acc-trigger .icon { color: var(--glacier-600); transition: transform var(--t) var(--ease); }
.acc-trigger[aria-expanded="true"] .icon { transform: rotate(180deg); }
.acc-panel { display: none; padding: 0 22px 20px; font-size: 0.94rem; }
.acc-item.open .acc-panel { display: block; }

/* ---------- 20. Tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--silver-200); border-radius: var(--r-lg); background: #fff; }
table { width: 100%; border-collapse: collapse; font-size: 0.93rem; min-width: 560px; }
th, td { text-align: left; padding: 15px 20px; border-bottom: 1px solid var(--silver-200); }
th { font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--silver-500); background: var(--snow-50); }
tr:last-child td { border-bottom: 0; }
td strong { color: var(--navy-800); }

/* ---------- 21. Map (JS) ---------- */
.map-layout { display: grid; grid-template-columns: 1fr 330px; gap: 26px; align-items: start; }
.map-stage { background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--shadow-sm); }
.map-stage svg { width: 100%; height: auto; display: block; }
.booth { cursor: pointer; transition: opacity var(--t); }
.booth rect { transition: fill var(--t), stroke-width var(--t); }
.booth text { font-family: var(--font-display); font-size: 11px; font-weight: 700; fill: #1D3A54; pointer-events: none; }
.booth:hover rect { stroke-width: 2.5; }
.booth.selected rect { stroke: var(--navy-800) !important; stroke-width: 3; filter: drop-shadow(0 3px 8px rgba(12,39,72,0.3)); }
.booth.dimmed { opacity: 0.25; pointer-events: none; }
.booth:focus-visible rect { stroke: var(--navy-800); stroke-width: 3; }
.map-feature text { font-family: var(--font-display); font-size: 12.5px; font-weight: 700; fill: #fff; pointer-events: none; }
.map-feature .sub { font-size: 9.5px; font-weight: 600; opacity: 0.85; }
.hall-label { font-family: var(--font-display); font-size: 15px; font-weight: 800; letter-spacing: 0.2em; fill: #8AA9C4; }
.map-panel { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 18px; }
.booth-detail { min-height: 210px; }
.booth-detail .bd-empty { color: var(--silver-500); font-size: 0.93rem; }
.legend { display: grid; gap: 8px; }
.legend-chip { display: flex; align-items: center; gap: 11px; padding: 9px 13px; border-radius: 10px; border: 1.5px solid transparent; background: none; text-align: left; font-family: var(--font-display); font-size: 0.85rem; font-weight: 600; color: var(--ink-700); transition: all var(--t); }
.legend-chip:hover { background: var(--glacier-100); }
.legend-chip.active { border-color: var(--glacier-500); background: var(--glacier-100); }
.legend-swatch { width: 17px; height: 17px; border-radius: 5px; border: 2px solid; flex: none; }

/* ---------- 22. Timeline ---------- */
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 2px; background: var(--silver-200); border-radius: 2px; }
.timeline li { position: relative; padding: 0 0 26px 44px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: 4px; top: 5px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid var(--glacier-500); }
.timeline li.done::before { background: var(--glacier-500); }
.timeline .tl-date { font-family: var(--font-display); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--glacier-600); }
.timeline strong { display: block; color: var(--navy-800); font-size: 1rem; }
.timeline p { font-size: 0.9rem; margin: 2px 0 0; }

/* ---------- 23. CTA band ---------- */
.cta-band { position: relative; border-radius: var(--r-xl); padding: 64px 48px; text-align: center; overflow: hidden; background: var(--grad-navy); color: #C9DAEC; }
.cta-band::before { content: ""; position: absolute; top: -120px; right: -80px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(46,147,228,0.35), transparent 66%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; max-width: 22ch; margin-inline: auto; }
.cta-band .btn-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }

/* ---------- 24. Page hero (subpages) ---------- */
.page-hero { position: relative; background: var(--grad-hero); padding: calc(var(--header-h) + 60px) 0 64px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(46,147,228,0.14), transparent 66%); }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.2rem); max-width: 18ch; }
.page-hero .lead { font-size: 1.12rem; color: var(--ink-700); max-width: 62ch; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-facts .fact { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: var(--r-pill); border: 1px solid var(--silver-200); background: #fff; color: var(--navy-800); font-size: 0.88rem; font-weight: 500; box-shadow: var(--shadow-xs); }
.hero-facts .icon { color: var(--glacier-500); }

/* ---------- 25. Footer ---------- */
.site-footer { background: var(--grad-navy); color: #A9C2DA; padding: 74px 0 0; font-size: 0.92rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 52px; }
.site-footer h4 { color: #fff; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a { color: #A9C2DA; }
.footer-links a:hover { color: #fff; }
.footer-brand .brand-name, .footer-brand .brand-name b { color: #fff; }
.footer-brand .brand-name small { color: var(--glacier-300); }
.footer-blurb { margin: 16px 0 20px; max-width: 34ch; color: #9DB6CE; }
.footer-contact { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 12px; }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; }
.footer-contact .icon { color: var(--glacier-300); margin-top: 3px; }
.footer-contact a { color: #fff; }
.newsletter { display: flex; gap: 9px; margin-top: 14px; }
.newsletter input { flex: 1; min-width: 0; padding: 12px 15px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.06); color: #fff; font: inherit; }
.newsletter input::placeholder { color: rgba(169,194,218,0.7); }
.newsletter input:focus { outline: none; border-color: var(--glacier-300); box-shadow: 0 0 0 3px rgba(134,198,242,0.2); }
.newsletter-msg { font-size: 0.84rem; margin-top: 10px; color: var(--glacier-300); display: none; }
.newsletter-msg.show { display: block; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; font-size: 0.82rem; }
.footer-bottom a { color: #A9C2DA; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }

/* ---------- 26. Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 620ms var(--ease), transform 620ms var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- 27. Toast ---------- */
.toast { position: fixed; bottom: 26px; left: 50%; translate: -50% 16px; z-index: 3000; background: var(--navy-800); color: #fff; padding: 14px 24px; border-radius: 12px; box-shadow: var(--shadow-lg); font-size: 0.92rem; opacity: 0; pointer-events: none; transition: opacity var(--t), translate var(--t) var(--ease); }
.toast.show { opacity: 1; translate: -50% 0; }

/* ---------- 28. Responsive ---------- */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-media { max-width: 560px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .feature:nth-child(3n) { border-right: 0; }
  .feature { border-bottom: 1px solid var(--silver-200); }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 18px 20px 26px; background: #fff; border-bottom: 1px solid var(--silver-200); box-shadow: var(--shadow-md);
    display: none; max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  }
  .main-nav.open { display: flex; }
  .nav-item > a { padding: 14px 16px; font-size: 1rem; }
  .nav-item > a.active::after { display: none; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-left: 2px solid var(--glacier-100); border-radius: 0; margin: 0 0 6px 14px; padding: 2px 0; }
  .nav-cta { margin: 10px 0 0; }
  .nav-toggle { display: grid; }
}
@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-aside { position: static; }
  .map-layout { grid-template-columns: 1fr; }
  .map-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(3n) { border-right: 1px solid var(--silver-200); }
  .feature:nth-child(2n) { border-right: 0; }
  .hero-meta { flex-direction: column; gap: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .option-cards { grid-template-columns: 1fr; }
  .session { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .cta-band { padding: 48px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-media .float-badge { left: 12px; }
}

/* ---------- 29. Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- 30. Real brand assets (official logo, partner logos, key visual) ---------- */
/* Header/footer logo mark uses the official emblem image inside a white chip */
.brand-mark.is-logo { width: auto; height: auto; padding: 4px 7px; background: #fff; border-radius: 10px; box-shadow: var(--shadow-xs); display: inline-flex; align-items: center; }
.brand-mark.is-logo img { height: 34px; width: auto; display: block; }
.site-header .brand-mark.is-logo { box-shadow: inset 0 0 0 1px var(--silver-200); }
.site-footer .brand-mark.is-logo img { height: 32px; }

/* Real partner / collaborator logo wall (actual image logos) */
.logo-wall { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px 40px; }
.logo-wall .lw-item { height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-md); box-shadow: var(--shadow-xs); }
.logo-wall img { max-height: 38px; max-width: 150px; width: auto; height: auto; object-fit: contain; display: block; }
.logo-wall .lw-item.plain { background: transparent; border: 0; box-shadow: none; padding: 0; }

/* Official key-visual banner (branded artwork with baked-in text) */
.kv-band { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--silver-200); }
.kv-band img { width: 100%; height: auto; display: block; }

/* Click-to-play video embed (poster shown until played; video not loaded until then) */
.video-embed { max-width: 900px; margin: 28px auto 0; }
.video-embed video { width: 100%; height: auto; display: block; aspect-ratio: 640 / 368; border-radius: var(--r-lg); box-shadow: var(--shadow-md); border: 1px solid var(--silver-200); background: #000; }

/* Full-width home hero banner (client key visual) — clears the fixed header */
.hero-banner { position: relative; line-height: 0; padding-top: var(--header-h, 84px); background: #fff; }
.hero-banner img { width: 100%; height: auto; display: block; max-width: 1920px; margin: 0 auto; }

/* Small inline logo used inside cards / organiser credits */
.org-logo { height: 62px; width: auto; max-width: 190px; object-fit: contain; }
.credit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.credit-row .credit-lbl { font-family: var(--font-display); font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--silver-500); }
.credit-eyebrow { text-align: center; font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--silver-500); }

/* Cards used as links (teaser strips) */
a.card { text-decoration: none; color: inherit; display: block; }
a.card h3 { color: var(--navy-800); }

/* Booth-options comparison table */
.compare-table { width: 100%; border-collapse: collapse; font-size: .9rem; background: #fff; min-width: 660px; }
.compare-table th, .compare-table td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--silver-200); vertical-align: middle; }
.compare-table thead th { font-family: var(--font-display); font-weight: 700; color: var(--navy-800); font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; background: var(--glacier-100); white-space: nowrap; }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table tbody tr:hover { background: #F3F8FD; }
.compare-table td:first-child { font-family: var(--font-display); font-weight: 600; color: var(--navy-800); }
.dots { display: inline-flex; gap: 4px; }
.dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--silver-200); display: inline-block; }
.dots i.on { background: var(--glacier-500); }
.c-yes { color: var(--success); font-weight: 700; }
.c-no { color: var(--silver-500); }

/* Persona / segmentation cards (Who it's for) */
.persona-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(196px, 1fr)); gap: 16px; }
.persona-card { background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-xs); display: flex; flex-direction: column; transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease); }
.persona-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.persona-img { aspect-ratio: 4 / 3; background-size: cover; background-position: center; background-color: var(--snow-2); }
.persona-body { padding: 15px 16px 20px; }
.persona-body h3 { font-size: 1rem; margin-bottom: 6px; line-height: 1.25; }
.persona-body p { font-size: 0.85rem; color: var(--ink-700); }

/* Community collage + tagline (Backed by Snow Community) */
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.collage img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--shadow-xs); display: block; background: var(--snow-2); }
.community-tagline { font-family: var(--font-display); font-size: 1.18rem; font-weight: 600; font-style: italic; color: var(--navy-800); margin: 20px 0; padding-left: 16px; border-left: 3px solid var(--glacier-500); }

/* Past-events photo gallery */
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--shadow-xs); display: block; background: var(--snow-2); }
.photo-grid .wide { grid-column: span 2; }
@media (max-width: 860px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } .photo-grid .wide { grid-column: span 2; } }

/* Stacked infographic panels (Exhibit booth/activation options) */
.setup-graphics { display: grid; gap: 22px; max-width: 1000px; margin-inline: auto; }

/* Map embed (Getting there) */
.map-embed { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--silver-200); line-height: 0; }
.map-embed iframe { width: 100%; height: 400px; border: 0; display: block; }

/* Footer social links */
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #CFE0F0; border: 1px solid rgba(255,255,255,.16); transition: background var(--t) var(--ease), color var(--t) var(--ease), transform var(--t) var(--ease); }
.footer-social a:hover { background: var(--glacier-500); color: #fff; border-color: var(--glacier-500); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }

/* ---- Sponsorship tier pyramid (sponsors page) ---- */
.sp-pyramid { max-width: 640px; margin: 42px auto 0; }
.sp-topper { display: flex; flex-direction: column; align-items: center; gap: 9px; margin-bottom: 15px; }
.sp-crown { width: 34px; height: 26px; color: #E6B23C; }
.sp-badge { font-family: var(--font-display); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: #96741C; background: #FBEECB; border: 1px solid #EDD99C; padding: 5px 15px; border-radius: var(--r-pill); }
.sp-tier { display: flex; align-items: center; gap: 16px; width: 100%; margin: 0 auto 12px; padding: 15px 24px; background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-md); box-shadow: var(--shadow-sm); }
.sp-tier:last-child { margin-bottom: 0; }
.sp-num { font-family: var(--font-display); font-size: 1.55rem; font-weight: 800; color: var(--navy-800); min-width: 30px; text-align: center; flex: 0 0 auto; }
.sp-icon { width: 42px; height: 42px; flex: 0 0 auto; color: var(--glacier-500); display: flex; align-items: center; justify-content: center; }
.sp-icon svg { width: 100%; height: 100%; }
.sp-body { min-width: 0; }
.sp-body h3 { font-size: 1.1rem; margin: 0 0 3px; color: var(--text-strong); }
.sp-body p { font-size: .88rem; line-height: 1.45; color: var(--ink-500); margin: 0; }
.sp-tier.is-title { padding: 17px 24px; background: var(--grad-ice); border: 2px solid var(--glacier-500); box-shadow: var(--shadow-md); }
.sp-tier.is-title .sp-num { align-self: stretch; min-width: 48px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--glacier-500); border-radius: var(--r-sm); }
.sp-tier.is-title .sp-icon { color: var(--glacier-600); }
@media (max-width: 620px) {
  .sp-tier { width: 100% !important; gap: 12px; padding: 13px 15px; }
  .sp-tier.is-title { padding: 15px; }
  .sp-icon { width: 34px; height: 34px; }
  .sp-num { font-size: 1.3rem; min-width: 22px; }
  .sp-body h3 { font-size: 1rem; }
}

/* ---- "Who is it for" persona cards (about page) ---- */
.wf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.wf-card { display: flex; min-height: 152px; background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease); }
.wf-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.wf-media { position: relative; flex: 0 0 40%; background: var(--snow-100); }
.wf-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wf-badge { position: absolute; z-index: 2; top: 10px; left: 10px; width: 30px; height: 30px; border-radius: 50%; background: var(--wf, var(--glacier-500)); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .92rem; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; box-shadow: 0 2px 6px rgba(12,39,72,.28); }
.wf-body { flex: 1; min-width: 0; padding: 15px 17px; }
.wf-title { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; font-size: 1.05rem; color: var(--wf, var(--text-strong)); }
.wf-title svg { width: 20px; height: 20px; flex: 0 0 auto; }
.wf-body p { margin: 0; font-size: .89rem; line-height: 1.5; color: var(--ink-500); }
.wf-legend { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 30px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--silver-200); }
.wf-legend-item { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-700); }
.wf-legend-item svg { width: 20px; height: 20px; color: var(--wf); flex: 0 0 auto; }
@media (max-width: 900px) { .wf-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .wf-grid { grid-template-columns: 1fr; } }

/* ---- The Vision hero (about page) ---- */
.vision-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.vision-media img { width: 100%; height: auto; display: block; }
.vision-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 4px; }
.vision-chip { display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; padding: 16px 8px; background: var(--snow-50); border: 1px solid var(--silver-200); border-radius: var(--r-md); }
.vision-chip svg { width: 26px; height: 26px; color: var(--glacier-600); }
.vision-chip span { font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--navy-800); }
.vision-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.vision-bar { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; background: #fff; border: 1px solid var(--silver-200); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.vision-bar-item { display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-left: 1px solid var(--silver-200); }
.vision-bar-item:first-child { border-left: none; }
.vision-bar-item svg { width: 28px; height: 28px; color: var(--glacier-500); flex: 0 0 auto; }
.vision-bar-item strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: .9rem; color: var(--navy-800); text-transform: uppercase; letter-spacing: .02em; line-height: 1.15; }
.vision-bar-item span { display: block; font-size: .74rem; color: var(--silver-500); text-transform: uppercase; letter-spacing: .04em; margin-top: 3px; }
@media (max-width: 860px) { .vision-bar { grid-template-columns: repeat(2, 1fr); } .vision-bar-item:nth-child(3) { border-left: none; } .vision-bar-item:nth-child(n+3) { border-top: 1px solid var(--silver-200); } }
@media (max-width: 520px) { .vision-chips { grid-template-columns: 1fr; } .vision-bar { grid-template-columns: 1fr; } .vision-bar-item { border-left: none; } .vision-bar-item:not(:first-child) { border-top: 1px solid var(--silver-200); } }

/* ---- Programme day roadmaps (programme page) ---- */
.roadmap { margin: 0 0 26px; }
.roadmap:last-of-type { margin-bottom: 0; }
.roadmap-link { display: block; position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--silver-200); transition: box-shadow var(--t) var(--ease); }
.roadmap-link img { width: 100%; height: auto; display: block; }
.roadmap-link::after { content: "\2922  Tap to enlarge"; position: absolute; top: 12px; right: 12px; background: rgba(12,39,72,.82); color: #fff; font-family: var(--font-display); font-size: .72rem; font-weight: 600; letter-spacing: .02em; padding: 5px 12px; border-radius: var(--r-pill); pointer-events: none; }
.roadmap-link:hover { box-shadow: var(--shadow-lg); }
.roadmap figcaption { margin-top: 11px; font-family: var(--font-display); font-weight: 500; font-size: .86rem; color: var(--silver-500); text-align: center; }
@media (max-width: 560px) { .roadmap-link::after { content: "\2922"; padding: 5px 9px; } }
.poster { max-width: 640px; margin: 0 auto; }

/* Floating WhatsApp button (all pages) */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(12,39,72,.30); transition: transform .18s ease, box-shadow .18s ease; }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-float:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 10px 26px rgba(12,39,72,.38); background: #1FBE5A; }
@media (max-width: 640px) { .wa-float { right: 14px; bottom: 14px; width: 52px; height: 52px; } .wa-float svg { width: 28px; height: 28px; } }

/* Home hero banner aligned with site container (Mock 7) */
.hero-banner-frame { padding-top: 20px; line-height: 0; }

/* Experiences: two-venue split (Mock 7) */
.exp-split-card { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 34px 32px; }
.exp-split-card h2 { margin: 2px 0 4px; }
.exp-split-card .btn { margin-top: 14px; }
.exp-split-navy { background: var(--navy-800); border-color: var(--navy-700); color: #CFE0F2; }
.exp-split-navy h2 { color: #fff; }
.exp-split-navy .eyebrow { color: #8FC1EE; }
.exp-split-ice { background: var(--ice-100); border-color: var(--ice-200); }
.roadmap-summary { max-width: 780px; margin: 14px auto 34px; text-align: center; font-size: .95rem; color: var(--ink-700); }

/* Organiser credibility trust bar (About page) */
.cred-bar { margin-top: 44px; background: linear-gradient(180deg, #F3F8FE 0%, #EAF3FC 100%); border: 1px solid var(--silver-200); border-radius: var(--r-lg); padding: 36px 30px 30px; }
.cred-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.cred-item { position: relative; text-align: center; padding: 0 18px; }
.cred-item:not(:first-child)::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 1px; background: var(--silver-200); }
.cred-ic { width: 62px; height: 62px; margin: 0 auto 14px; border-radius: 50%; background: radial-gradient(circle at 50% 40%, #fff 0%, #E7F1FC 100%); display: grid; place-items: center; box-shadow: 0 2px 8px rgba(30,123,200,.10); }
.cred-ic svg { width: 30px; height: 30px; fill: none; stroke: var(--glacier-500); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cred-num { font-family: var(--font-display); font-weight: 800; font-size: 1.85rem; line-height: 1.05; color: var(--glacier-600); }
.cred-num small { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--glacier-500); margin-bottom: 2px; }
.cred-word { font-size: 1.12rem; text-transform: uppercase; letter-spacing: .02em; line-height: 1.15; }
.cred-lbl { margin-top: 10px; font-size: .84rem; line-height: 1.4; color: var(--ink-700); }
.cred-tagline { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 28px 0 0; font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 1.02rem; color: var(--glacier-600); }
.cred-tagline svg { width: 18px; height: 18px; color: var(--glacier-500); flex: none; }
@media (max-width: 980px) { .cred-grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; } .cred-item::before { display: none !important; } }
@media (max-width: 560px) { .cred-grid { grid-template-columns: repeat(2, 1fr); } .cred-tagline { font-size: .92rem; } }

/* Dark-background exhibitor logos (e.g. Snow Monster) — box matches the logo's own dark tile */
.ex-logo.ex-logo-dark { background: #050E1F; border-color: #050E1F; }
.profile-logo.profile-logo-dark { background: #050E1F; border-color: #050E1F; }

/* Past-events year gallery (exhibit page) — panels toggle by year tab */
.year-panel { display: none; }
.year-panel.is-active { display: grid; }

/* Footer "Site by Astrova" credit */
.astrova-credit { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .84rem; color: #B9CCE0; text-decoration: none; transition: color var(--t) var(--ease); }
.astrova-credit .astrova-mark { width: 22px; height: 22px; border-radius: 6px; display: block; box-shadow: 0 0 0 1px rgba(255,255,255,.06); }
.astrova-credit strong { color: #2FE3C6; font-weight: 700; letter-spacing: .01em; transition: color var(--t) var(--ease); }
.astrova-credit .astrova-arrow { width: 13px; height: 13px; opacity: .65; transition: transform var(--t) var(--ease), opacity var(--t) var(--ease); }
.astrova-credit:hover { color: #fff; }
.astrova-credit:hover strong { color: #5CEBD6; }
.astrova-credit:hover .astrova-arrow { opacity: 1; transform: translate(2px,-2px); }

/* Form submit error message */
.form-error-msg { color: #D64545; font-size: .88rem; font-weight: 500; margin: 14px 0 0; padding: 10px 14px; background: rgba(214,69,69,.08); border: 1px solid rgba(214,69,69,.25); border-radius: var(--r-md); }
