/* =============================================
   Job Expo '36 (JETS) — Stylesheet
   Design: Nexa font, JETS brand palette
   ============================================= */

/* --- Nexa --- */
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-Light.woff2') format('woff2'); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-LightItalic.woff2') format('woff2'); font-weight:300; font-style:italic; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-Regular.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-Italic.woff2') format('woff2'); font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-Book.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-BookItalic.woff2') format('woff2'); font-weight:500; font-style:italic; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-Bold.woff2') format('woff2'); font-weight:600 700; font-style:normal; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-BoldItalic.woff2') format('woff2'); font-weight:600 700; font-style:italic; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-XBold.woff2') format('woff2'); font-weight:800; font-style:normal; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-XBoldItalic.woff2') format('woff2'); font-weight:800; font-style:italic; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-Heavy.woff2') format('woff2'); font-weight:900; font-style:normal; font-display:swap; }
@font-face { font-family:'Nexa'; src:url('../fonts/Nexa-HeavyItalic.woff2') format('woff2'); font-weight:900; font-style:italic; font-display:swap; }

/* --- CSS Variables --- */
:root {
  /* ── JETS Brand Colors ──────────────────── */
  --brand-teal:      #3bbfd4;   /* softened teal */
  --brand-teal-dark: #2a9ab5;   /* medium teal — links, accents */
  --brand-accent:    #a8edf5;   /* pale cyan — use sparingly */
  --brand-orange:      #ff8200;   /* orange — stamps, highlights */
  --brand-orange-dark: #8b3a05;   /* dark burnt orange — stamp anim text */
  --brand-yellow:    #ffc600;   /* gold — awards, badges */
  --brand-red:       #e4002b;   /* red — hospital zone, alerts */
  --stamp-soft:      #ffe4c4;   /* soft orange — stamp backgrounds */

  /* Teal scale (derived from brand) */
  --cyan-50:   #edfbfd;
  --cyan-100:  #d0f5fa;
  --cyan-200:  #a1ecf5;
  --cyan-300:  #63dded;
  --cyan-400:  #29c6dc;
  --cyan-500:  #09a9c3;
  --cyan-600:  #0891a8;
  --cyan-700:  #176885;
  --cyan-800:  #165570;
  --cyan-900:  #13435a;
  --cyan-950:  #0a2d3f;

  /* Slate neutrals */
  --slate-50:  #f5f7f9;
  --slate-100: #eef1f5;
  --slate-200: #e0e6ee;
  --slate-300: #c8d3df;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;

  /* Zone accent colors */
  --blue-400:     #60a5fa;
  --blue-500:     #3b82f6;
  --blue-600:     #2563eb;
  --blue-100:     #dbeafe;
  --blue-50:      #eff6ff;

  --emerald-400:  #34d399;
  --emerald-500:  #10b981;
  --emerald-600:  #059669;
  --emerald-100:  #d1fae5;
  --emerald-50:   #ecfdf5;

  --red-400:      #f26070;
  --red-500:      #e4002b;
  --red-600:      #c0001e;
  --red-800:      #7f1d1d;
  --red-100:      #fde8ea;
  --red-50:       #fff0f2;

  /* Rose zone — hospital pastel (separate from alert --red-*) */
  --rose-50:   #fff0f2;
  --rose-100:  #fde8ea;
  --rose-300:  #fbc4cc;
  --rose-dark: #9f1239;
  --rose-mid:  #be1245;

  /* Semantic tokens */
  --primary:        var(--brand-teal);
  --primary-hover:  #2ab5ce;
  --primary-dark:   var(--brand-teal-dark);
  --primary-darker: var(--cyan-900);
  /* Zone card tints (lighter than zone-100) */
  --home-tint:          #f0f6ff;
  --neighbourhood-tint: #f0fdf4;
  --hospital-tint:      #fff5f7;

  /* Utility */
  --hero-gradient-start: #cef0f5;
  --success:             #16a34a;

  --bg:             #f0fafb;   /* near-white cyan tint */
  --surface:        #ffffff;
  --text:           var(--slate-900);
  --text-muted:     var(--slate-500);
  --border:         var(--slate-200);

  /* Typography */
  --font: 'Nexa', system-ui, -apple-system, sans-serif;
  --font-heading: 'Nexa', system-ui, -apple-system, sans-serif;

  /* Radii */
  --r-sm:  10px;
  --r:     16px;
  --r-lg:  20px;
  --r-xl:  28px;
  --r-2xl: 36px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(15,23,42,0.05);
  --shadow-sm: 0 1px 3px rgba(15,23,42,0.07), 0 1px 2px rgba(15,23,42,0.04);
  --shadow:    0 4px 6px -1px rgba(15,23,42,0.07), 0 2px 4px -1px rgba(15,23,42,0.03);
  --shadow-md: 0 6px 12px -2px rgba(15,23,42,0.08), 0 3px 6px -2px rgba(15,23,42,0.04);
  --shadow-lg: 0 10px 20px -3px rgba(15,23,42,0.09), 0 4px 8px -2px rgba(15,23,42,0.04);
  --shadow-xl: 0 20px 30px -5px rgba(15,23,42,0.12), 0 8px 12px -4px rgba(15,23,42,0.05);

  /* Motion */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --t:    0.2s;
  --t-md: 0.3s;

  --max-w: 1200px;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; transition: color var(--t) var(--ease); }
a:hover { color: var(--primary-hover); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); line-height: 1.2; color: var(--slate-900); font-weight: 700; }
ul { list-style: none; }

/* --- Layout --- */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section { padding: 4.5rem 0; }

.section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.6rem;
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: var(--slate-900);
  margin-bottom: 0.5rem;
}
.section-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.text-center { text-align: center; }
.text-center .section-desc { margin-left: auto; margin-right: auto; }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.875rem 1.6rem;
  border-radius: var(--r-xl);
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--t) var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(59,191,212,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--primary-dark);
  border-color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(59,191,212,0.3);
}
.btn-ghost {
  background: var(--cyan-50);
  color: var(--primary);
  border-color: var(--cyan-100);
}
.btn-ghost:hover {
  background: var(--cyan-100);
  border-color: var(--cyan-200);
  color: var(--primary-dark);
}

/* --- Navigation --- */
.navbar {
  background: var(--surface);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border);
}
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 1rem;
}
.navbar__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}
.navbar__logo-badge {
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.3rem 0.65rem;
  border-radius: var(--r-sm);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.navbar__logo-img {
  height: 40px;
  width: auto;
  display: block;
}
.navbar__brand-name {
  font-family: var(--font-heading);
  color: var(--primary-dark);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.navbar__nav {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
.navbar__nav a {
  color: var(--slate-600);
  padding: 0.45rem 0.9rem;
  border-radius: var(--r-sm);
  font-size: 0.88rem;
  font-weight: 500;
  transition: all var(--t) var(--ease);
  white-space: nowrap;
  text-decoration: none;
}
.navbar__nav a:hover { color: var(--slate-900); background: var(--slate-50); }
.navbar__nav a.active { color: var(--primary-dark); background: var(--cyan-50); font-weight: 600; }
.navbar__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: var(--r-sm);
  min-height: 44px;
  min-width: 44px;
  justify-content: center;
  align-items: center;
}
.navbar__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--slate-700);
  border-radius: 2px;
  transition: all var(--t) var(--ease);
}
.navbar__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar__hamburger.open span:nth-child(2) { opacity: 0; }
.navbar__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- Hero --- */
.hero {
  background: linear-gradient(160deg, var(--hero-gradient-start) 0%, var(--surface) 100%);
  color: var(--slate-800);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--cyan-50);
  color: var(--primary-dark);
  border: 1px solid var(--cyan-200);
  border-radius: var(--r-2xl);
  padding: 0.35rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero__title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--slate-900);
  margin-bottom: 0.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}
.hero__title span { color: var(--primary); }
.hero__subtitle {
  font-size: 1.1rem;
  color: var(--slate-600);
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.hero__tagline {
  font-size: 1.1rem;
  color: var(--slate-700);
  max-width: 520px;
  margin-bottom: 2rem;
  line-height: 1.75;
  font-weight: 400;
}
.hero__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2.5rem; }

/* Countdown timer */
.hero__countdown {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 68px;
  background: rgba(255,255,255,0.8);
  border: 1px solid var(--cyan-200);
  border-radius: var(--r);
  padding: 0.75rem 0.85rem;
  backdrop-filter: blur(4px);
}
.countdown__unit span {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1;
}
.countdown__unit small {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--slate-500);
}

/* --- Info Strip --- */
.info-strip {
  background: var(--cyan-50);
  color: var(--slate-700);
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--cyan-100);
}
.info-strip__inner {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.info-strip__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--slate-700);
}
.info-strip__icon { font-size: 1rem; }

/* --- Quick-Actions Strip --- */
.quick-actions {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
}
.quick-actions__inner {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.qa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.5rem;
  min-height: 48px;
  background: var(--surface);
  border: 1.5px solid var(--primary);
  border-radius: var(--r-2xl);
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-dark);
  text-decoration: none;
  transition: all var(--t) var(--ease);
  white-space: nowrap;
}
.qa-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
@media (max-width: 520px) {
  .quick-actions__inner { flex-direction: column; padding: 0 1rem; }
  .qa-btn { width: 100%; justify-content: center; }
}

/* --- Cards Grid --- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

/* Base card */
.card {
  background: var(--surface);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: transparent;
}
.card__color-bar { height: 4px; background: var(--primary); }
.card__color-bar--home        { background: linear-gradient(90deg, var(--blue-400), var(--blue-100)); }
.card__color-bar--neighbourhood { background: linear-gradient(90deg, var(--emerald-400), var(--emerald-100)); }
.card__color-bar--hospital    { background: linear-gradient(90deg, var(--red-400), var(--rose-100)); }
.card__color-bar--default     { background: linear-gradient(90deg, var(--brand-teal), var(--brand-accent)); }

/* Zone-tinted card variants (homepage zone cards) */
.card--home        { background: linear-gradient(145deg, #dbeafe, #eff6ff); border-color: var(--blue-100); }
.card--neighbourhood { background: linear-gradient(145deg, #d1fae5, #ecfdf5); border-color: var(--emerald-100); }
.card--hospital    { background: linear-gradient(145deg, var(--rose-100), var(--rose-50)); border-color: var(--rose-300); }
.card--home .card__title,
.card--neighbourhood .card__title,
.card--hospital .card__title { color: var(--slate-900); }
.card--home .card__link        { color: var(--blue-600); }
.card--home .card__link:hover  { color: var(--blue-500); }
.card--neighbourhood .card__link       { color: var(--emerald-600); }
.card--neighbourhood .card__link:hover { color: var(--emerald-500); }
.card--hospital .card__link       { color: var(--rose-dark); }
.card--hospital .card__link:hover { color: var(--rose-mid); }
.card__body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.card__icon { font-size: 2rem; margin-bottom: 0.75rem; line-height: 1; }
.card__title { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; color: var(--slate-900); margin-bottom: 0.4rem; }
.card__text { color: var(--text-muted); font-size: 0.92rem; line-height: 1.65; flex: 1; margin-bottom: 1.25rem; }
.card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.88rem;
  transition: gap var(--t) var(--ease);
}
.card__link:hover { gap: 0.6rem; color: var(--primary-dark); }

/* --- Page Header (inner pages) --- */
.page-header {
  background: linear-gradient(160deg, var(--hero-gradient-start) 0%, var(--bg) 100%);
  color: var(--slate-800);
  padding: 3.5rem 0 2.75rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--cyan-100);
}
.page-header__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.page-header__title {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  color: var(--slate-900);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
}
.page-header__desc {
  color: var(--slate-600);
  font-size: 1rem;
  max-width: 580px;
  line-height: 1.75;
}

/* --- Tabs --- */
.tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  background: var(--slate-100);
  border-radius: var(--r-xl);
  padding: 0.35rem;
  width: fit-content;
  max-width: 100%;
}
.tab-btn {
  background: none;
  border: none;
  padding: 0.5625rem 0.75rem;
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  border-radius: var(--r-lg);
  transition: all var(--t) var(--ease);
  white-space: nowrap;
}
.tab-btn:hover { color: var(--slate-900); background: rgba(255,255,255,0.6); }
.tab-btn.active { color: var(--slate-900); background: #fff; box-shadow: var(--shadow-sm); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* --- Timetable --- */
.timetable { display: flex; flex-direction: column; gap: 0.75rem; }
.timetable-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0;
  background: var(--surface);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: box-shadow var(--t) var(--ease);
}
.timetable-row:hover { box-shadow: var(--shadow-md); }
.timetable-row__time {
  background: var(--slate-900);
  color: var(--cyan-300);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 1.25rem 0.75rem;
  text-align: center;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.timetable-row__content { padding: 1.1rem 1.25rem 1.1rem 1rem; }
.timetable-row__title { font-size: 0.95rem; font-weight: 700; color: var(--slate-900); margin-bottom: 0.35rem; }
.timetable-row__meta {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

/* --- Badges --- */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.65rem;
  border-radius: var(--r-2xl);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.badge--keynote    { background: #fef3c7; color: #92400e; }
.badge--panel      { background: #dbeafe; color: #1e40af; }
.badge--workshop   { background: #d1fae5; color: #065f46; }
.badge--networking { background: #f3e8ff; color: #6b21a8; }
.badge--tour       { background: #ffedd5; color: #9a3412; }
.badge--break      { background: var(--slate-100); color: var(--slate-500); }

/* --- Zone Accordion (exhibition page) --- */
.zone-accordion {
  background: var(--surface);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 1rem;
  transition: box-shadow var(--t) var(--ease);
}
.zone-accordion:hover { box-shadow: var(--shadow-md); }
.zone-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.75rem;
  min-height: 56px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font);
  text-align: left;
  transition: background var(--t) var(--ease);
}
.zone-accordion__trigger:hover { background: var(--slate-50); }
.zone-accordion__trigger.open  { background: var(--slate-50); }

.zone-accordion__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.zone-accordion__icon-wrap--home        { background: var(--blue-50); }
.zone-accordion__icon-wrap--neighbourhood { background: var(--emerald-50); }
.zone-accordion__icon-wrap--hospital    { background: var(--red-50); }

.zone-accordion__text { flex: 1; }
.zone-accordion__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.15rem;
}
.zone-accordion__meta { font-size: 0.83rem; color: var(--text-muted); font-family: var(--font); }

.zone-accordion__chevron {
  color: var(--text-muted);
  transition: transform var(--t-md) var(--ease);
  flex-shrink: 0;
}
.zone-accordion__trigger.open .zone-accordion__chevron { transform: rotate(180deg); }

.zone-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.zone-accordion__inner {
  padding: 0 1.75rem 1.75rem;
  border-top: 1px solid var(--border);
}
.zone-accordion__inner h3 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  padding: 1.25rem 0 1rem;
}

/* Zone colour strips on accordion */
.zone-accordion--home        { border-top: 3px solid var(--blue-400); }
.zone-accordion--neighbourhood { border-top: 3px solid var(--emerald-400); }
.zone-accordion--hospital    { border-top: 3px solid var(--red-400); }

/* --- Role Cards (shared: exhibition + job-roles pages) --- */
.roles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.role-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.role-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.role-card__top { padding: 1.25rem 1.25rem 0.75rem; flex: 1; }
.role-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
.role-card__zone-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: var(--r-2xl);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.zone-tag--home        { background: var(--blue-100); color: var(--blue-600); }
.zone-tag--neighbourhood { background: var(--emerald-100); color: var(--emerald-600); }
.zone-tag--hospital    { background: var(--red-100); color: var(--red-600); }
.role-card__jr-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: var(--r-sm);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--slate-100);
  color: var(--slate-500);
  border: 1px solid var(--slate-200);
}

.role-card__icon { font-size: 1.75rem; margin-bottom: 0.5rem; line-height: 1; }
.role-card__title { font-size: 1rem; font-weight: 700; color: var(--slate-900); margin-bottom: 0.35rem; }
.role-card__desc { font-size: 0.84rem; color: var(--text-muted); line-height: 1.55; }
.role-card__footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.role-card__originator { font-size: 0.72rem; color: var(--text-muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.role-card__learn { font-size: 0.8rem; font-weight: 700; color: var(--primary); display: flex; align-items: center; gap: 0.2rem; white-space: nowrap; }

/* --- Filter Bar --- */
.filter-bar {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  align-items: center;
}
.filter-bar__label { font-weight: 600; color: var(--text-muted); font-size: 0.85rem; }
.filter-btn {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-2xl);
  padding: 0.375rem 0.75rem;
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--t) var(--ease);
}
.filter-btn:hover { border-color: var(--slate-400); color: var(--slate-900); }
.filter-btn.active { background: var(--slate-900); border-color: var(--slate-900); color: #fff; }

.search-bar {
  display: flex;
  align-items: center;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-2xl);
  padding: 0.4rem 1rem;
  gap: 0.5rem;
  flex: 1;
  max-width: 320px;
  transition: border-color var(--t) var(--ease);
}
.search-bar:focus-within { border-color: var(--primary); }
.search-bar input {
  border: none;
  outline: none;
  font-family: var(--font);
  font-size: 0.88rem;
  color: var(--text);
  background: transparent;
  flex: 1;
}
.search-bar input::placeholder { color: var(--slate-400); }

/* --- About / Stats --- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.about-text p {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* --- Modal --- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.65);
  backdrop-filter: blur(4px);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--surface);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl);
  max-width: 540px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  animation: modalIn 0.22s var(--ease);
}
@keyframes modalIn {
  from { transform: translateY(20px) scale(0.97); opacity: 0; }
  to   { transform: translateY(0)    scale(1);    opacity: 1; }
}
.modal__header {
  padding: 1.5rem 1.75rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.modal__title { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 800; color: var(--slate-900); }
.modal__close {
  background: var(--slate-100);
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--text-muted);
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t) var(--ease);
  flex-shrink: 0;
}
.modal__close:hover { background: var(--slate-200); color: var(--slate-900); }
.modal__body { padding: 0 1.75rem 1.75rem; }
.modal__body p { color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; font-size: 0.95rem; }
.modal__divider { height: 1px; background: var(--border); margin: 1rem 0; }
.modal__detail-list { margin: 0; }
.modal__detail-list li {
  display: flex;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
.modal__detail-list li:last-child { border-bottom: none; }
.modal__detail-label { font-weight: 700; color: var(--slate-700); min-width: 110px; flex-shrink: 0; }
.modal__detail-value { color: var(--text-muted); }
.modal__footer-note {
  margin-top: 1.25rem;
  background: var(--cyan-50);
  border: 1px solid var(--cyan-100);
  border-radius: var(--r);
  padding: 0.85rem 1rem;
  font-size: 0.83rem;
  color: var(--cyan-700);
  line-height: 1.55;
}

/* Role card zone tints */
.role-card[data-zone="home"]         { background: var(--home-tint); }
.role-card[data-zone="neighbourhood"] { background: var(--neighbourhood-tint); }
.role-card[data-zone="hospital"]     { background: var(--hospital-tint); }

/* --- No Results --- */
.no-results { display: none; text-align: center; padding: 3rem 1rem; color: var(--text-muted); }
.no-results.visible { display: block; }

/* --- Zone Jump Links --- */
.zone-jump-links { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2rem; }
.zone-jump-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  border-radius: var(--r-xl);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all var(--t) var(--ease);
  text-decoration: none;
}
.zone-jump-btn--home        { background: var(--blue-50);    color: var(--blue-600);    border-color: var(--blue-100); }
.zone-jump-btn--home:hover  { background: var(--blue-100);   border-color: var(--blue-500); color: var(--blue-600); }
.zone-jump-btn--neighbourhood { background: var(--emerald-50); color: var(--emerald-600); border-color: var(--emerald-100); }
.zone-jump-btn--neighbourhood:hover { background: var(--emerald-100); border-color: var(--emerald-500); color: var(--emerald-600); }
.zone-jump-btn--hospital    { background: var(--red-50);     color: var(--red-600);     border-color: var(--red-100); }
.zone-jump-btn--hospital:hover { background: var(--red-100); border-color: var(--red-500); color: var(--red-600); }

/* --- Sponsors (thanks page) --- */
.sponsor-grid {
  display: grid;
  gap: 1rem;
}
.sponsor-grid--gold   { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.sponsor-grid--silver { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.sponsor-grid--bronze { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

.sponsor-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.sponsor-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.sponsor-card__logo {
  width: 80px;
  height: 56px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.8);
}
.sponsor-card__logo--gold   { background: linear-gradient(135deg, #b45309, #d97706); width: 100px; height: 68px; font-size: 0.8rem; }
.sponsor-card__logo--silver { background: linear-gradient(135deg, #475569, #64748b); }
.sponsor-card__logo--bronze { background: linear-gradient(135deg, #92400e, #b45309); width: 68px; height: 48px; }

.sponsor-card__name { font-weight: 700; font-size: 0.95rem; color: var(--slate-900); }
.sponsor-card__type { font-size: 0.78rem; color: var(--text-muted); }

.sponsor-tier {
  margin-bottom: 3rem;
}
.sponsor-tier__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.sponsor-tier__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.9rem;
  border-radius: var(--r-2xl);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sponsor-tier__badge--gold   { background: #fef3c7; color: #92400e; }
.sponsor-tier__badge--silver { background: var(--slate-100); color: var(--slate-600); }
.sponsor-tier__badge--bronze { background: #ffedd5; color: #9a3412; }

.sponsor-tier__title { font-size: 1.1rem; font-weight: 700; color: var(--slate-900); }

/* Acknowledgement cards */
.ack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}
.ack-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  padding: 1.5rem;
  box-shadow: var(--shadow-xs);
}
.ack-card__role { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 0.3rem; }
.ack-card__name { font-weight: 700; color: var(--slate-900); margin-bottom: 0.15rem; }
.ack-card__dept { font-size: 0.85rem; color: var(--text-muted); }

/* --- Footer --- */
.footer {
  background: var(--slate-900);
  color: rgba(255,255,255,0.6);
  padding: 3.5rem 0 1.75rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer__brand-logo { height: 40px; width: auto; object-fit: contain; margin-bottom: 0.75rem; display: block; }
.footer__tagline { font-size: 0.88rem; line-height: 1.65; margin-bottom: 1rem; }
.footer__heading {
  color: rgba(255,255,255,0.5);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.footer__links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer__links a {
  color: rgba(255,255,255,0.55);
  font-size: 0.88rem;
  transition: color var(--t) var(--ease);
}
.footer__links a:hover { color: var(--cyan-300); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.82rem;
}
.footer__partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.footer__partner-logo { height: 72px; width: auto; object-fit: contain; }

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .navbar__nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0; right: 0;
    background: var(--surface);
    flex-direction: column;
    padding: 0.75rem;
    gap: 0.15rem;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  .navbar__nav.open { display: flex; }
  .navbar__nav a { width: 100%; padding: 0.75rem 1rem; min-height: 48px; display: flex; align-items: center; }
  .navbar__hamburger { display: flex; }

  .hero { padding: 4rem 0 3.5rem; }
  .hero__tagline { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: flex-start; }

  .info-strip__inner { gap: 1rem; }

  .section { padding: 3rem 0; }

  .timetable-row { grid-template-columns: 78px 1fr; }
  .timetable-row__time { font-size: 0.75rem; padding: 1rem 0.5rem; }

  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bottom { flex-direction: column; text-align: center; }

  .zone-accordion__trigger { padding: 1.1rem 1.25rem; }
  .zone-accordion__inner { padding: 0 1.25rem 1.25rem; }

  .modal__header, .modal__body { padding-left: 1.25rem; padding-right: 1.25rem; }
  .modal-overlay { align-items: flex-end; padding: 0; }
  .modal { border-radius: var(--r-xl) var(--r-xl) 0 0; max-height: 92vh; width: 100%; max-width: 100%; }

  .tabs { gap: 0.25rem; padding: 0.3rem; }
  .tab-btn { padding: 0.5rem 0.75rem; font-size: 0.82rem; }

  .search-bar { max-width: 100%; flex: 1 1 100%; }
  .filter-bar { gap: 0.4rem; }
  .filter-btn { min-height: 44px; }
}

@media (max-width: 520px) {
  .cards-grid { grid-template-columns: 1fr; }
  .roles-grid { grid-template-columns: 1fr; }
  .ack-grid { grid-template-columns: 1fr; }
  .sponsor-grid--gold, .sponsor-grid--silver, .sponsor-grid--bronze { grid-template-columns: 1fr 1fr; }
  .zone-accordion__icon-wrap { width: 42px; height: 42px; font-size: 1.3rem; }
}

/* =============================================
   WHAT'S ON — schedule page
   ============================================= */

/* Info tiles (shown above category tabs) */
.wo-info-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.wo-info-tile {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-xs);
}
.wo-info-tile__icon  { font-size: 1.75rem; margin-bottom: 0.5rem; line-height: 1; }
.wo-info-tile__title { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; color: var(--slate-900); }
.wo-info-tile__desc  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

/* Workshop cards */
.workshop-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.workshop-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--t) var(--ease);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.workshop-card:hover { box-shadow: var(--shadow-md); }
.workshop-card__header { display: flex; align-items: center; gap: 0.5rem; }
.workshop-card__title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--slate-900);
}
.workshop-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.workshop-card__cta { align-self: flex-start; }

/* Category tabs */
.wo-tabs {
  display: flex;
  gap: 0.3rem;
  background: var(--slate-100);
  border-radius: var(--r-xl);
  padding: 0.3rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.75rem;
  box-sizing: border-box;
}
.wo-tab {
  flex: 1;
  text-align: center;
  padding: 0.625rem 0.5rem;
  min-height: 44px;
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--text-muted);
  border-radius: var(--r-lg);
  transition: all var(--t) var(--ease);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wo-tab:hover { color: var(--slate-900); background: rgba(255,255,255,0.7); }
.wo-tab.active { background: var(--primary-dark); color: #fff; box-shadow: var(--shadow-sm); }

/* 2×2 grid layout on narrow phones (< 480px) — all 4 tabs stay visible */
@media (max-width: 479px) {
  .wo-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
    border-radius: var(--r-lg);
    padding: 0.3rem;
  }
  .wo-tab {
    border-radius: var(--r);
    padding: 0.65rem 0.4rem;
    font-size: 0.82rem;
    white-space: normal;
    min-height: 44px;
  }
}

/* Day sub-tabs */
.day-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.day-tab {
  padding: 0.55rem 1.1rem;
  min-height: 44px;
  border-radius: var(--r-2xl);
  border: 1.5px solid var(--border);
  background: var(--surface);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-muted);
  transition: all var(--t) var(--ease);
}
.day-tab:hover { border-color: var(--primary); color: var(--primary-dark); }
.day-tab.active { background: var(--primary); border-color: var(--primary); color: #fff; }

/* Section / day panels */
.wo-section[hidden] { display: none; }
.tl-section { display: none; }
.tl-section.active { display: block; }

/* TBA placeholder — styled pastel card */
.tl-tba {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: var(--cyan-50);
  border: 1.5px dashed var(--cyan-200);
  border-radius: var(--r-lg);
  color: var(--text-muted);
}
.tl-tba__icon { font-size: 2rem; margin-bottom: 0.6rem; line-height: 1; }
.tl-tba__text { font-weight: 700; color: var(--primary-dark); margin-bottom: 0.3rem; font-size: 1rem; }
.tl-tba__sub  { font-size: 0.85rem; line-height: 1.6; color: var(--slate-500); }

/* Timeline items */
.tl-item {
  display: flex;
  gap: 0.85rem;
}
.tl-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  width: 48px;
}
.tl-time {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  padding-top: 1.1rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.tl-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16px;
  flex-shrink: 0;
}
.tl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 1.2rem;
}
.tl-vline {
  width: 2px;
  background: var(--border);
  flex: 1;
  min-height: 14px;
}
.tl-card {
  flex: 1;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 0.9rem 1.1rem;
  margin-bottom: 0.75rem;
  box-shadow: var(--shadow-xs);
  transition: box-shadow var(--t) var(--ease);
}
.tl-card:hover { box-shadow: var(--shadow-md); }
.tl-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.2rem;
}
.tl-card-meta {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.55rem;
  line-height: 1.5;
}

/* New badge variants */
.badge--mainstage { background: var(--cyan-50);   color: var(--cyan-700); }
.badge--dropin    { background: var(--slate-100); color: var(--slate-600); }

/* Drop-in activities block */
.tl-dropin {
  background: var(--slate-50);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}
.tl-dropin__heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}
.tl-dropin__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
  flex-wrap: wrap;
}
.tl-dropin__item:last-child { border-bottom: none; padding-bottom: 0; }
.tl-dropin__time { font-size: 0.78rem; font-weight: 600; color: var(--text-muted); min-width: 90px; }
.tl-dropin__name { font-weight: 600; color: var(--slate-700); flex: 1; }

/* =============================================
   EXHIBITION FLOORPLAN MAP
   ============================================= */
.map-section { margin-bottom: 2.5rem; }
.map-section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: var(--slate-900);
  margin-bottom: 1.25rem;
}
.map-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.map-img {
  width: 100%;
  height: auto;
  display: block;
}
.map-placeholder {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 3rem 1.5rem;
  background: var(--slate-50);
  text-align: center;
  color: var(--text-muted);
}
.map-placeholder__icon { font-size: 2.5rem; line-height: 1; }
.map-placeholder__text { font-weight: 600; color: var(--slate-700); font-size: 1rem; }
.map-placeholder__sub  { font-size: 0.83rem; line-height: 1.6; max-width: 360px; }
.map-placeholder__sub code {
  background: var(--slate-200);
  border-radius: 4px;
  padding: 0.1em 0.4em;
  font-size: 0.9em;
  color: var(--slate-700);
}
.map-legend {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 0.85rem 1.25rem;
  border-top: 1px solid var(--border);
  background: var(--slate-50);
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.83rem;
  color: var(--text-muted);
  font-weight: 500;
}
.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}
.legend-dot--home         { background: var(--blue-100);    border: 1.5px solid var(--blue-500); }
.legend-dot--neighbourhood { background: var(--emerald-100); border: 1.5px solid var(--emerald-500); }
.legend-dot--hospital     { background: var(--red-100);     border: 1.5px solid var(--red-500); }

/* Floorplan zone diagram (CSS placeholder) */
.floorplan-diagram {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-template-rows: auto auto auto;
  gap: 0.6rem;
  padding: 1rem;
  min-height: 260px;
}
.fp-zone {
  border-radius: var(--r);
  padding: 1.25rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  flex-direction: column;
  gap: 0.4rem;
  line-height: 1.4;
  border: 2px solid transparent;
}
.fp-zone-icon { font-size: 1.5rem; }
.fp-home         { background: var(--blue-100); color: var(--blue-600); border-color: var(--blue-200); }
.fp-neighbourhood { background: var(--emerald-100); color: var(--emerald-600); border-color: var(--emerald-200); grid-row: 1 / 3; }
.fp-hospital     { background: var(--rose-100); color: var(--rose-dark); border-color: var(--rose-300); }
.fp-learning     { background: var(--cyan-50); color: var(--primary-dark); border-color: var(--cyan-200); grid-column: 1 / 3; font-size: 0.82rem; }
.floorplan-note  { font-size: 0.75rem; color: var(--text-muted); text-align: center; padding: 0.5rem 1rem 0.75rem; font-style: italic; }

/* Visitor journey section */
.journey-steps {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
.journey-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 0;
  padding: 0 0.5rem;
  position: relative;
}
.journey-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -0.25rem;
  top: 1.5rem;
  color: var(--slate-400);
  font-size: 0.9rem;
  font-weight: 700;
}
.journey-step__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  flex-shrink: 0;
}
.journey-step__icon--1 { background: var(--cyan-50); border: 2px solid var(--cyan-200); }
.journey-step__icon--2 { background: var(--blue-50); border: 2px solid var(--blue-100); }
.journey-step__icon--3 { background: var(--emerald-50); border: 2px solid var(--emerald-100); }
.journey-step__icon--4 { background: var(--rose-50); border: 2px solid var(--rose-300); }
.journey-step__label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 0.15rem; }
.journey-step__name  { font-size: 0.85rem; font-weight: 700; color: var(--slate-800); line-height: 1.3; }

@media (max-width: 520px) {
  .journey-steps { flex-wrap: wrap; gap: 1rem; }
  .journey-step { flex: 0 0 45%; }
  .journey-step:not(:last-child)::after { display: none; }
  .floorplan-diagram { grid-template-columns: 1fr; }
  .fp-neighbourhood { grid-row: auto; }
  .fp-learning { grid-column: auto; }
}

@media (max-width: 768px) {
  .wo-info-tiles { grid-template-columns: 1fr; }
  .wo-tabs { width: 100%; }
  .wo-tab  { font-size: 0.84rem; }
  .tl-left { width: 38px; }
  .tl-time { font-size: 0.72rem; }
  .tl-dropin__item { gap: 0.5rem; }
  .tl-dropin__time { min-width: 70px; }
  .map-legend { gap: 0.75rem; }
  .section { padding: 2.5rem 0; }
}
