/* ============================================================
   BRAND USA TRAVEL WEEK — U.K. & EUROPE 2026
   Global design system for the standalone site.
   Direction: "Wayfinder" — dark navy→ink theme, mint accent only,
   Oswald (light display headlines, single color) + Montserrat body.
   The nav + footer are injected by assets/js/site.js; edit shared
   shell markup there and shared styling here in ONE place.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  --navy:        #101F36;   /* primary background */
  --navy-2:      #17263f;   /* raised surface */
  --navy-3:      #0e1c31;   /* alternate section band */
  --ink:         #0c1728;   /* deepest panel (hero, get-involved) */
  --footer:      #0a1526;   /* footer base */
  /* RGB components of --navy / --ink, for translucent overlays (nav bar,
     hero scrim). Per-event themes override these alongside the hex tokens so
     overlays stay in-palette instead of bleeding navy over another color. */
  --navy-rgb:    16, 31, 54;
  --ink-rgb:     12, 23, 40;
  --mint:        #D3E798;   /* accent ONLY — never a background fill behind copy */
  --mint-rgb:    211, 231, 152;  /* RGB of --mint, for accent tints/glows/underlines (override per event) */
  --dblue:       #4C5768;
  --bgray:       #808A97;
  --warm-1:      #D1BD8B;
  --warm-3:      #E7DDC4;

  --white:       #ffffff;
  --text:        #e8edf2;   /* body copy */
  --text-muted:  #a2b0bf;
  --text-faint:  #8fa0b0;
  --hairline:    rgba(255, 255, 255, 0.10);
  --hairline-2:  rgba(255, 255, 255, 0.06);
  --surface:     rgba(255, 255, 255, 0.03);
  --surface-2:   rgba(255, 255, 255, 0.055);

  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body:    'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --maxw:        1240px;
  --pad-x:       clamp(20px, 4vw, 32px);
  --radius:      8px;
  --nav-h:       76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text);
  background: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--mint); text-decoration: none; }
address { font-style: normal; }

/* ---------- Layout helpers ---------- */
.container, .wrap {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad-x);
  width: 100%;
}
.section { padding: 100px 0; }
.section--tint { background: var(--navy-3); border-top: 1px solid var(--hairline-2); }
.section--narrow { max-width: 760px; }
@media (max-width: 768px) { .section { padding: 64px 0; } }

/* ---------- Typography ----------
   Wayfinder: display headlines are Oswald LIGHT, single color, mixed case.
   Small labels (eyebrows, buttons, day/slot labels) stay uppercase + tracked. */
h1, h2, h3, h4, .osw {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--white);
  margin: 0;
  line-height: 1.1;
  letter-spacing: .01em;
}
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 14px;
  font-weight: 400;
  color: var(--mint);
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow--line::before { content: ""; width: 44px; height: 1px; background: var(--mint); flex-shrink: 0; }

.h-xl { font-size: clamp(36px, 5.6vw, 66px); font-weight: 300; }
.h-lg { font-size: clamp(30px, 4.4vw, 50px); font-weight: 300; }
.h-md { font-size: clamp(24px, 3vw, 36px); font-weight: 300; }
.h-sm { font-size: clamp(19px, 2.2vw, 25px); font-weight: 400; color: var(--mint); }

.subtitle-accent {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 400;
  color: var(--mint);
  font-size: 15px;
}

.lead { font-size: 17px; color: var(--text-muted); max-width: 640px; }
.muted { color: var(--text-muted); }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* Untitled intro statement — a centered lead paragraph with a small accent
   rule, so an event overview reads as a deliberate statement (no heading). */
.intro-statement { max-width: 800px; margin: 0 auto; text-align: center; }
.intro-statement .rule { width: 52px; height: 2px; background: var(--mint); margin: 0 auto 30px; }
.intro-statement p { font-size: clamp(20px, 2.4vw, 28px); font-weight: 300; line-height: 1.5; color: var(--white); }
.intro-statement p + p { font-size: 16px; font-weight: 400; color: var(--text-muted); line-height: 1.7; margin-top: 20px; }

/* Centered section head (used by home + interior) */
.center-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.center-head .eyebrow { display: block; margin-bottom: 12px; }
.center-head h2 { font-size: clamp(30px, 4.4vw, 50px); font-weight: 300; }

/* Section head with index marker */
.shead { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 48px; border-bottom: 1px solid var(--hairline); padding-bottom: 20px; }
.shead h2 { font-size: clamp(30px, 4.4vw, 50px); font-weight: 300; }
.shead .idx { font-family: var(--font-display); color: var(--mint); letter-spacing: .2em; font-size: 15px; white-space: nowrap; text-transform: uppercase; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 34px;
  border-radius: 2px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .14em;
  cursor: pointer;
  border: 1px solid var(--mint);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 14px; height: 14px; flex-shrink: 0; }
/* Primary = the single intentional mint fill (approved). */
.btn--primary { background: var(--mint); color: var(--navy); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(var(--mint-rgb),.22); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.35); }
.btn--ghost:hover { border-color: var(--mint); color: var(--mint); }
.btn--solid { background: var(--navy-2); color: var(--white); border-color: var(--hairline); }
.btn--solid:hover { background: var(--mint); color: var(--navy); border-color: var(--mint); }
.btn[disabled], .btn.is-disabled { opacity: .55; cursor: default; pointer-events: none; }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 28px;
}
.card h3 { color: var(--white); font-weight: 400; font-size: 1.5rem; margin-bottom: 14px; }
.card p { color: var(--text-muted); font-size: 14px; }
.card--pad-lg { padding: 36px; }

/* Stat figure inside a .card — a big accent number over the card's label + copy.
   For market/impact stats (e.g. India's Market Landscape). Additive + opt-in:
   only affects a .card that contains a .statnum, so every event is unchanged. */
.card .statnum { display: block; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(36px, 4.4vw, 54px); line-height: 1; color: var(--mint); margin-bottom: 12px; }
.card .statnum ~ h3 { font-size: 1.2rem; }

/* Icon/label list */
.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature__icon { flex-shrink: 0; width: 22px; height: 22px; color: var(--mint); margin-top: 2px; }
.feature__title { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 1.05rem; letter-spacing: .02em; margin-bottom: 4px; }
.feature p { color: var(--text-muted); font-size: 14px; margin: 0; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { padding: calc(var(--nav-h) + 72px) 0 60px; position: relative; background: var(--ink); border-bottom: 1px solid var(--hairline-2); }
.page-hero__title { font-size: clamp(38px, 6vw, 68px); font-weight: 300; color: var(--white); margin-bottom: 20px; }
.page-hero__sub { color: var(--text-muted); font-size: 16px; max-width: 680px; }
.page-hero__sub strong { color: var(--mint); font-weight: 600; }

/* ---------- Pricing table ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }
.price-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 30px; }
.price-card__label { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 1.4rem; letter-spacing: .02em; }
.price-card__amount { font-family: var(--font-display); font-weight: 500; color: var(--mint); font-size: 2.4rem; margin: 8px 0; }
.price-card__note { color: var(--text-muted); font-size: 13px; }

/* Badge */
.badge {
  display: inline-block; font-family: var(--font-body); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--navy);
  background: var(--mint); border-radius: 20px; padding: 4px 12px;
}

/* ---------- Timeline ---------- */
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li {
  display: grid; grid-template-columns: 160px 1fr; gap: 20px;
  padding: 16px 0; border-bottom: 1px solid var(--hairline); align-items: baseline;
}
.timeline li:last-child { border-bottom: none; }
.timeline .t-date { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 1.05rem; }
.timeline .t-label { color: var(--text-muted); font-size: 14px; }
.timeline li.is-active { background: linear-gradient(90deg, rgba(var(--mint-rgb),.08), transparent); border-radius: 4px; }
.timeline li.is-active .t-date { color: var(--mint); }
.timeline li.is-active .t-label { color: var(--white); }
@media (max-width: 560px) { .timeline li { grid-template-columns: 1fr; gap: 4px; } }

/* Agenda — schedule-of-the-day module. A CENTERED vertical rail: time on the
   left (right-aligned), node dots on the center line, activity on the right
   (left-aligned). Deliberately distinct from the .timeline / .dcols dated
   lists. Rows with no set time leave the time side empty (no placeholder). */
.agenda { list-style: none; margin: 0 auto; padding: 0; position: relative; width: 100%; max-width: 820px; }
.agenda::before {   /* center rail line */
  content: ""; position: absolute; left: 50%; top: 16px; bottom: 16px;
  width: 2px; transform: translateX(-50%); background: var(--hairline);
}
/* Two real columns (time | activity); the rail + node dot are absolutely
   positioned on the center seam, so both sides get a full half of the width. */
.agenda__item {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  padding: 14px 0; position: relative;
}
.agenda__item::before {   /* node dot on the rail */
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 12px; height: 12px; border-radius: 50%; background: var(--navy);
  border: 2px solid var(--mint); z-index: 1;
}
.agenda__time { text-align: right; padding-right: 30px; font-family: var(--font-display); font-weight: 500; color: var(--mint); font-size: 1.02rem; letter-spacing: .01em; }
.agenda__act  { text-align: left;  padding-left: 30px;  color: var(--white); font-size: 15px; line-height: 1.45; }
@media (max-width: 600px) {
  .agenda { max-width: none; }
  .agenda::before { left: 9px; }
  .agenda__item { grid-template-columns: 1fr; gap: 2px; padding: 12px 0 12px 32px; }
  .agenda__item::before { left: 9px; }
  .agenda__time { text-align: left; padding-right: 0; }
  .agenda__act  { padding-left: 0; }
}

/* ---------- FAQ accordion ---------- */
.faq { border-top: 1px solid var(--hairline); }
.faq__item { border-bottom: 1px solid var(--hairline); }
.faq__q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  color: var(--white); font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 20px 40px 20px 0; position: relative; display: block;
}
.faq__q::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  color: var(--mint); font-size: 22px; font-weight: 400; transition: transform .25s ease;
}
.faq__item.is-open .faq__q::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 40px 22px 0; color: var(--text-muted); font-size: 14px; }
.faq__item.is-open .faq__a { max-height: 800px; }

/* ---------- Registration state visibility ---------- */
[data-state] { display: none; }
.reg--pre-open   [data-state~="pre-open"],
.reg--open       [data-state~="open"],
.reg--closed     [data-state~="closed"],
.reg--post-notify[data-state~="post-notify"] { display: revert; }

/* ============================================================
   NAVIGATION (full IA, dropdowns + mobile panel)
   ============================================================ */
header.site {
  position: sticky; top: 0; z-index: 90;
  backdrop-filter: blur(12px);
  background: rgba(var(--navy-rgb),.82);
  border-bottom: 1px solid var(--hairline-2);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 20px; }
.nav .logo img { height: 34px; display: block; width: auto; }
.menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.menu > li { position: relative; }
.menu > li > a, .menu > li > span {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: 13px;
  color: #c3cdd8; padding: 12px; cursor: pointer; transition: color .2s;
}
.menu > li > a:hover, .menu > li:hover > span, .menu > li.is-current > a { color: var(--mint); }
.menu .caret { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-top: -3px; opacity: .7; }
.submenu {
  position: absolute; top: 100%; left: 0; min-width: 210px;
  background: var(--navy-3); border: 1px solid var(--hairline); border-radius: 6px; padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s;
  box-shadow: 0 20px 40px rgba(0,0,0,.35); list-style: none; margin: 0;
}
.menu > li:hover .submenu, .menu > li:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 10px 14px; border-radius: 4px; font-size: 13.5px; color: #c3cdd8; transition: .15s; }
.submenu a:hover { background: var(--navy-2); color: var(--mint); }
.nav .evbtn {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: 13px;
  border: 1px solid var(--mint); color: var(--mint); padding: 11px 20px; border-radius: 2px;
  transition: .2s; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px;
}
.nav .evbtn svg { width: 13px; height: 13px; }
.nav .evbtn:hover { background: var(--mint); color: var(--navy); }
.navtrigger { display: none; }
@media (max-width: 1080px) {
  .menu, .nav .evbtn { display: none; }
  .navtrigger {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: 13px;
    color: #fff; background: none; border: 1px solid rgba(255,255,255,.25); padding: 10px 16px; border-radius: 2px; cursor: pointer;
  }
  .navtrigger svg { width: 20px; height: 14px; }
}
/* Pinned under the sticky header so it opens at the current scroll position
   (not at the top of the document) — otherwise the panel renders at its DOM
   spot up top and you'd have to scroll back up to see it. */
.mobile-panel { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 89;
  max-height: calc(100dvh - var(--nav-h)); overflow-y: auto; -webkit-overflow-scrolling: touch;
  background: var(--navy-3); border-bottom: 1px solid var(--hairline); }
.mobile-panel a { display: block; padding: 14px 32px; border-top: 1px solid var(--hairline-2); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: 14px; color: #c3cdd8; }
.mobile-panel a:hover { color: var(--mint); }
.mobile-panel.open { display: block; }
@media (min-width: 1081px) { .mobile-panel { display: none !important; } }

/* ============================================================
   HERO (home) — real logo lockup + wave + left→right scrim
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--ink); }
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(var(--ink-rgb),.95) 0%, rgba(var(--ink-rgb),.74) 36%, rgba(var(--ink-rgb),.22) 64%, rgba(var(--ink-rgb),0) 100%);
}
.hero .wave { position: absolute; inset: 0; background-image: url('../img/wave.png'); background-size: cover; background-position: center; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; padding: 92px 0 100px; }
.hero .hero-lockup { margin: 0; line-height: 0; }
.hero .logo-lockup { height: clamp(64px, 9vw, 116px); display: block; width: auto; }
.hero .eyebrow { display: inline-flex; gap: 12px; align-items: center; margin: 38px 0 20px; }
.hero .eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--mint); }
.hero .hero-headline { font-family: var(--font-display); font-weight: 300; font-size: clamp(34px, 5.2vw, 64px); line-height: 1; color: var(--white); margin: 0; }
.hero .hero-headline b { display: block; font-weight: 500; margin-top: 8px; font-size: .6em; letter-spacing: .02em; }
.hero .sub { max-width: 540px; margin-top: 24px; color: #b0bdc9; font-size: 17px; }
.hero .actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   GET INVOLVED (home) — audience cards, full-width band
   ============================================================ */
.aud { background: var(--navy); border-top: 1px solid var(--hairline-2); border-bottom: 1px solid var(--hairline-2); }
.aud-head { display: flex; justify-content: space-between; align-items: baseline; padding: 40px 0 20px; }
.aud-head .eyebrow { color: var(--mint); }
.aud-title { font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 44px); font-weight: 300; color: var(--white); margin-top: 8px; line-height: 1.05; }

/* Get Involved — SPLIT PANEL: headline/urgency copy on the left, big audience
   buttons stacked on the right. All buttons share one outline style; a
   .big-btn--wide button spans the full grid width (e.g. Sponsors as a bottom bar). */
.aud .split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 88px 0; }
.reg-btns { display: grid; grid-template-columns: 1fr; gap: 16px; }
/* 4+ audiences (e.g. Europe) split into two columns so the stack isn't so tall;
   3 or fewer (e.g. Canada) stay a single column. */
.reg-btns:has(> :nth-child(4)) { grid-template-columns: 1fr 1fr; }
.big-btn { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 30px; min-width: 0;
  border: 1px solid var(--mint); border-radius: 3px; font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: .1em; font-size: 19px; color: var(--white); transition: background-color .25s, color .25s, transform .2s; }
.big-btn i { color: var(--mint); font-size: 22px; font-style: normal; transition: color .25s, transform .2s; }
.big-btn:hover { background: var(--mint); color: var(--navy); }
.big-btn:hover i { color: var(--navy); transform: translateX(4px); }
/* A full-width button spans the whole button grid (e.g. the bottom-bar button). */
.reg-btns .big-btn--wide { grid-column: 1 / -1; }
@media (max-width: 820px) { .aud .split { grid-template-columns: 1fr; gap: 32px; padding: 60px 0; } }
/* On phones, force the audience buttons to a single column (the 4+ two-column
   rule above overflows the viewport at ~19px uppercase + 30px side padding). */
@media (max-width: 560px) {
  .reg-btns, .reg-btns:has(> :nth-child(4)) { grid-template-columns: 1fr; }
  .big-btn { padding: 18px 22px; font-size: 16px; gap: 14px; }
}
.aud-grid { display: grid; grid-template-columns: repeat(5, 1fr); padding-bottom: 44px; }
.aud-grid a { padding: 34px 26px 30px; border-right: 1px solid var(--hairline); transition: background-color .25s; }
.aud-grid a:last-child { border-right: none; }
.aud-grid a:hover { background: var(--navy-2); }
.aud-grid .num { font-family: var(--font-display); font-size: 14px; color: var(--mint); letter-spacing: .2em; }
.aud-grid h3 { font-size: 25px; font-weight: 400; color: var(--white); margin: 14px 0 4px; }
.aud-grid .arw { color: var(--mint); margin-top: 16px; font-size: 20px; transition: transform .25s; display: inline-block; }
.aud-grid a:hover .arw { transform: translateX(6px); }
/* CTA label under each card. Registration links get the prominent accent tag
   (.cta--reg) so a click-to-register is obvious; info links use the quiet default. */
.aud-grid .cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em;
  font-size: 14px; color: var(--text-muted); transition: gap .25s, color .25s, background-color .25s; }
.aud-grid a:hover .cta { gap: 13px; color: var(--mint); }
/* Registration CTA reads as a real action button (fills on hover) so it's an
   unmistakable action point, not a quiet text link. */
.aud-grid .cta--reg { color: var(--mint); font-weight: 500; border: 1px solid var(--mint);
  border-radius: 2px; padding: 11px 22px; letter-spacing: .14em; }
.aud-grid a:hover .cta--reg { background: var(--mint); color: var(--navy); }
@media (max-width: 900px) { .aud-grid { grid-template-columns: 1fr 1fr; } .aud-grid a { border-right: none; border-bottom: 1px solid var(--hairline); padding-left: 0; } }

/* ============================================================
   TICKER (home) — continuous seamless loop
   ============================================================ */
.ticker { overflow: hidden; background: var(--navy); display: flex; white-space: nowrap; }
.ticker .t { flex: 0 0 auto; display: flex; align-items: center; gap: 46px; padding: 16px 0; margin-right: 46px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .18em; font-size: 15px; color: #9fb0bf; animation: tw-scroll 42s linear infinite; }
.ticker .t .m { color: var(--mint); }
/* Seamless loop: each copy shifts by its own width PLUS the 46px inter-copy
   margin, so the next identical copy lands exactly where this one started (no
   visible end/stutter). Needs enough copies in the markup to keep the viewport
   filled during the shift — see the ticker markup (repeated item sets). */
@keyframes tw-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 46px)); } }

/* ============================================================
   PROGRAMME (home) — big numbered rows
   ============================================================ */
.bg-a { background: var(--navy); border-top: 1px solid var(--hairline-2); padding: 100px 0; }
.bg-b { background: var(--navy-3); border-top: 1px solid var(--hairline-2); padding: 100px 0; }
.bg-deep { background: var(--ink); border-top: 1px solid var(--hairline-2); padding: 100px 0; }
@media (max-width: 768px) { .bg-a, .bg-b, .bg-deep { padding: 64px 0; } }
.prow { display: grid; grid-template-columns: 96px 1fr; gap: 34px; padding: 38px 0; border-bottom: 1px solid var(--hairline); align-items: start; transition: padding .2s, background-color .2s; }
.prow:hover { background: linear-gradient(90deg, rgba(var(--mint-rgb),.05), transparent); padding-left: 12px; }
.prow .k { font-family: var(--font-display); font-weight: 600; font-size: 54px; line-height: .9; color: var(--mint); opacity: .55; }
.prow h3 { font-size: 30px; font-weight: 400; color: var(--white); }
.prow p { color: var(--text-muted); font-size: 15px; margin-top: 10px; max-width: 820px; }
.prow p a { color: var(--mint); border-bottom: 1px solid rgba(var(--mint-rgb),.4); }
@media (max-width: 700px) { .prow { grid-template-columns: 1fr; gap: 8px; } .prow .k { font-size: 38px; } }

/* ============================================================
   VENUE split (home) — text + Beurs photo
   ============================================================ */
.venue { display: grid; grid-template-columns: 1.05fr .95fr; border-radius: 8px; overflow: hidden; border: 1px solid var(--hairline); }
.venue .txt { background: linear-gradient(160deg, var(--navy-2), var(--ink)); padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.venue .txt h3 { font-size: 36px; font-weight: 300; color: var(--white); }
.venue .txt .loc { color: var(--mint); font-family: var(--font-display); letter-spacing: .16em; text-transform: uppercase; font-size: 13px; margin-top: 8px; }
.venue .txt p { color: var(--text-muted); margin: 22px 0; }
.venue dl { display: grid; gap: 14px; border-top: 1px solid var(--hairline); padding-top: 20px; margin: 0; }
.venue dt { color: var(--bgray); font-family: var(--font-display); letter-spacing: .1em; text-transform: uppercase; font-size: 11px; }
.venue dd { color: #d6dee6; font-size: 14px; margin: 0; }
.venue .btnrow { margin-top: 26px; }
.venue .img { min-height: 520px; }
.venue .img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 820px) { .venue { grid-template-columns: 1fr; } .venue .img { min-height: 280px; order: -1; } }

/* ============================================================
   VENUE band (venue.html full-bleed photo variant)
   ============================================================ */
.venue-band { position: relative; min-height: 560px; display: flex; overflow: hidden; }
.venue-band__photo { position: absolute; inset: 0; z-index: 1; background: var(--navy-2); }
.venue-band__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.venue-band__overlay { position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to right, var(--navy) 0%, var(--navy) 30%, rgba(var(--navy-rgb),.9) 44%, rgba(var(--navy-rgb),.6) 58%, rgba(var(--navy-rgb),.15) 82%, transparent 100%); }
.venue-band__content { position: relative; z-index: 3; padding: 80px var(--pad-x); max-width: var(--maxw); width: 100%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; }
.venue-band__desc { color: var(--text-muted); max-width: 460px; margin: 22px 0 28px; }
.venue-band__details { display: flex; flex-direction: column; gap: 16px; }
.venue-band__accent { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; z-index: 4;
  background: linear-gradient(to right, var(--mint) 0%, var(--mint) 30%, transparent 100%); }
@media (max-width: 900px) {
  .venue-band { flex-direction: column; min-height: auto; }
  .venue-band__photo { position: relative; height: 280px; }
  .venue-band__overlay { display: none; }
  .venue-band__content { background: var(--navy); }
  .venue-band__desc { max-width: 100%; }
}

/* ============================================================
   KEY DATES (home) — two columns, emphasized event row in-list
   ============================================================ */
.tint { background: linear-gradient(180deg, var(--navy-3), var(--navy)); }
.dcols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.tl .row { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--hairline); align-items: baseline; }
.tl .row:hover .d { color: var(--mint); }
.tl .d { font-family: var(--font-display); font-size: 17px; color: var(--white); transition: color .2s; }
.tl .t { color: var(--text-muted); font-size: 14px; }
.tl .row.event { background: linear-gradient(90deg, rgba(var(--mint-rgb),.10), transparent); border-bottom: none; padding-left: 14px; margin-left: -14px; }
.tl .row.event .d { color: var(--mint); font-weight: 500; }
.tl .row.event .t { color: var(--mint); }
@media (max-width: 760px) { .dcols { grid-template-columns: 1fr; } }

/* Key dates head column (interior/home shared) */
.kd-head { margin-bottom: 8px; }

/* ============================================================
   SCHEDULE — track tabs (home "at a glance") + session list (API page)
   ============================================================ */
.trk-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.trk-tab { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: 13px; color: #c3cdd8; background: transparent; border: 1px solid rgba(255,255,255,.18); padding: 12px 28px; border-radius: 2px; cursor: pointer; transition: .2s; }
.trk-tab:hover { border-color: var(--mint); color: var(--white); }
.trk-tab.active { background: var(--mint); color: var(--navy); border-color: var(--mint); }
.trk-panel { display: none; }
.trk-panel.active { display: block; }
.trk-days { display: grid; gap: 16px; }
.trk-days.d4 { grid-template-columns: repeat(4, 1fr); }
.trk-days.d3 { grid-template-columns: repeat(3, 1fr); }
.trk-days.d2 { grid-template-columns: repeat(2, 1fr); max-width: 640px; margin: 0 auto; }
.day-card { background: linear-gradient(160deg, var(--navy-2), var(--navy)); border: 1px solid var(--hairline); border-radius: 8px; padding: 26px 24px; }
.day-card .day { font-family: var(--font-display); font-size: 22px; color: var(--white); }
.day-card .date { font-family: var(--font-display); letter-spacing: .12em; text-transform: uppercase; font-size: 13px; color: var(--mint); margin: 2px 0 16px; }
.day-card .slot { padding: 14px 0; border-top: 1px solid var(--hairline); }
.day-card .slot .lbl { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--bgray); margin-bottom: 5px; }
.day-card .slot .val { font-size: 14px; color: #d0d9e2; }
.day-card .slot.eve .val { color: var(--mint); }
.sched-note { color: var(--text-faint); margin-top: 28px; font-size: 14px; text-align: center; }
.sched-note a { color: var(--mint); border-bottom: 1px solid rgba(var(--mint-rgb),.4); }
@media (max-width: 900px) { .trk-days.d4, .trk-days.d3, .trk-days.d2 { grid-template-columns: 1fr 1fr; max-width: none; } }
@media (max-width: 560px) { .trk-days.d4, .trk-days.d3, .trk-days.d2 { grid-template-columns: 1fr; } }

/* ============================================================
   Data-driven pages: exhibitor list, speakers, schedule
   ============================================================ */
.state-msg { color: var(--text-muted); padding: 24px 0; }
.state-msg--error { color: #ffb4b4; }

.toolbar { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 32px; }
.toolbar input[type="search"] {
  flex: 1 1 260px; min-width: 0; background: var(--surface); border: 1px solid var(--hairline);
  color: #fff; border-radius: 2px; padding: 12px 20px; font-family: var(--font-body); font-size: 15px;
}
.toolbar input[type="search"]::placeholder { color: var(--text-faint); }
.toolbar input[type="search"]:focus { outline: none; border-color: var(--mint); }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .1em;
  color: var(--text-muted); background: transparent; border: 1px solid rgba(255,255,255,.18);
  border-radius: 2px; padding: 9px 18px; cursor: pointer; transition: .2s;
}
.chip:hover { border-color: var(--mint); color: var(--white); }
.chip.is-active { background: var(--mint); color: var(--navy); border-color: var(--mint); }

/* Exhibitor cards */
.ex-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.ex-card {
  background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius);
  display: flex; flex-direction: column; overflow: hidden; cursor: pointer;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.ex-card:hover, .ex-card:focus-visible {
  border-color: rgba(var(--mint-rgb),.45); transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.28); outline: none;
}
.ex-card__logo {
  position: relative; height: 180px; background: #fff;
  display: flex; align-items: center; justify-content: center; padding: 16px 20px;
}
.ex-card__logo img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; }
/* No-logo placeholder: translucent light-blue glass with a ghosted white TWE
   lockup, letting the dark card show through like frosted glass. */
.ex-card__logo--ph {
  background: linear-gradient(150deg, rgba(150,192,228,.12) 0%, rgba(120,160,205,.05) 100%);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.ex-card__logo--ph::before {
  content: ""; position: absolute; inset: 0;
  background: url(../img/logo-white-horizontal.svg) center / 64% auto no-repeat;
  opacity: .13;
}
.ex-card__badge {
  position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 5px;
  background: var(--mint); color: var(--navy); font-family: var(--font-display); font-weight: 500;
  font-size: 11px; text-transform: uppercase; letter-spacing: .12em; padding: 4px 10px; border-radius: 20px;
}
.ex-card__badge svg { width: 12px; height: 12px; }
.ex-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ex-card__cat { font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: .16em; color: var(--mint); }
.ex-card__name { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 1.2rem; letter-spacing: .02em; line-height: 1.2; }
.ex-card__desc {
  color: var(--text-muted); font-size: 13.5px; line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ex-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 6px; }
.ex-card__links { display: flex; gap: 12px; }
.ex-card__links a { color: var(--text-muted); display: inline-flex; }
.ex-card__links a:hover { color: var(--mint); }
.ex-card__links svg { width: 18px; height: 18px; }
.ex-card__more { font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--text-faint); }
.ex-card:hover .ex-card__more { color: var(--mint); }

/* Exhibitor profile modal */
.ex-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
.ex-modal.is-open { display: flex; }
.ex-modal__backdrop { position: absolute; inset: 0; background: rgba(6,12,22,.72); backdrop-filter: blur(3px); }
.ex-modal__panel {
  position: relative; z-index: 1; width: min(640px, 100%); max-height: 88vh; overflow-y: auto;
  background: var(--navy-2); border: 1px solid var(--hairline); border-radius: 14px;
  box-shadow: 0 30px 70px rgba(0,0,0,.5);
}
.ex-modal__close {
  position: absolute; top: 14px; right: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(var(--navy-rgb),.7); border: 1px solid var(--hairline); color: var(--white);
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, color .2s;
}
.ex-modal__close:hover { background: var(--mint); color: var(--navy); border-color: var(--mint); }
.ex-modal__logo { position: relative; height: 220px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 24px 32px; }
.ex-modal__logo img { max-height: 100%; max-width: 100%; object-fit: contain; }
.ex-modal__logo--ph {
  background: linear-gradient(150deg, rgba(150,192,228,.12) 0%, rgba(120,160,205,.05) 100%);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.ex-modal__logo--ph::before {
  content: ""; position: absolute; inset: 0;
  background: url(../img/logo-white-horizontal.svg) center / 52% auto no-repeat;
  opacity: .14;
}
.ex-modal__body { padding: 26px 30px 32px; }
.ex-modal__tags { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.ex-modal__cat { font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--mint); }
.ex-modal__name { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 1.7rem; letter-spacing: .01em; line-height: 1.15; }
.ex-modal__loc { color: var(--text-faint); font-size: 13px; margin-top: 6px; display: flex; align-items: center; gap: 6px; }
.ex-modal__loc svg { width: 14px; height: 14px; color: var(--mint); }
.ex-modal__desc { color: var(--text-muted); font-size: 14.5px; line-height: 1.7; margin: 20px 0; white-space: pre-line; }
.ex-modal__links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid var(--hairline); }
.ex-modal__links a.social { color: var(--text-muted); display: inline-flex; }
.ex-modal__links a.social:hover { color: var(--mint); }
.ex-modal__links a.social svg { width: 20px; height: 20px; }

/* Speaker cards */
.spk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; }
.spk-card { text-align: center; }
.spk-card__photo { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; border: 2px solid var(--hairline); background: var(--surface); }
.spk-card__name { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 1.2rem; }
.spk-card__role { color: var(--mint); font-size: 13px; font-weight: 600; margin-top: 2px; }
.spk-card__org { color: var(--text-muted); font-size: 13px; }
.spk-card__bio { color: var(--text-muted); font-size: 13px; margin-top: 10px; }

/* Session list (detailed / API driven) */
.session { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--hairline); }
.session__time { font-family: var(--font-display); font-weight: 500; color: var(--mint); font-size: 1rem; }
.session__room { color: var(--text-faint); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }
.session__title { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 1.3rem; margin-bottom: 8px; }
.session__desc { color: var(--text-muted); font-size: 14px; }
.session__speakers { color: var(--text-faint); font-size: 13px; margin-top: 8px; }
@media (max-width: 560px) { .session { grid-template-columns: 1fr; gap: 6px; } }

/* Cross-link cards */
.crosslinks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 640px) { .crosslinks { grid-template-columns: 1fr; } }
.crosslink { display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 26px; transition: border-color .2s; }
.crosslink h3 { color: var(--white); font-weight: 400; font-size: 1.4rem; }
.crosslink p { color: var(--text-muted); font-size: 13px; margin: 6px 0 0; }
.crosslink:hover { border-color: rgba(var(--mint-rgb),.4); }

/* CTA band (interior pages) */
.cta-band { text-align: center; padding: 90px var(--pad-x); background: var(--navy-3); border-top: 1px solid var(--hairline-2); }
.cta-band h2 { margin-bottom: 16px; font-weight: 300; }
.cta-band p { color: var(--text-muted); max-width: 560px; margin: 0 auto 28px; }

/* Utility */
.stack > * + * { margin-top: 16px; }
.mt-0 { margin-top: 0; }
.mb-lg { margin-bottom: 40px; }
.hide { display: none !important; }

/* ============================================================
   HOME — hero band fallback (kept for compatibility) & bands below
   ============================================================ */
/* BECOME A SPONSOR — clean full-width band, no box, no wave */
.sponsor-band { background: var(--ink); border-top: 1px solid var(--hairline-2); }
.sponsor-in { max-width: 660px; margin: 0 auto; text-align: center; padding: 100px 24px; }
.sponsor-in .rule { width: 52px; height: 2px; background: var(--mint); margin: 0 auto 24px; }
.sponsor-in .eyebrow { display: block; margin-bottom: 14px; }
.sponsor-in h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 300; color: var(--white); }
.sponsor-in p { color: var(--text-muted); margin: 16px auto 32px; max-width: 560px; }
.sponsor-in p a { color: var(--mint); border-bottom: 1px solid rgba(var(--mint-rgb),.4); }

/* ============================================================
   SPONSOR LOGO BAND (shared footer) — white tiles on dark
   ============================================================ */
.sponsors-logos { background: var(--navy-3); border-top: 1px solid var(--hairline-2); padding: 76px 0; }
.sl-head { text-align: center; margin-bottom: 40px; }
/* Sponsor logos sit straight on the dark band — no white tiles/boxes. Supply
   each as a white SVG with its opacity already set (that's the finished look);
   the CSS only normalizes size. Centered wrap balances any count. */
.sl-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px 60px; }
.sl-tile { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; }
.sl-tile img { width: auto; height: auto; max-height: 52px; max-width: 240px; object-fit: contain; }
.sl-note { text-align: center; color: #7d8c9b; font-size: 12.5px; margin-top: 26px; font-style: italic; }
@media (max-width: 520px) { .sl-grid { gap: 30px 40px; } .sl-tile img { max-height: 40px; max-width: 170px; } }

/* ============================================================
   FOOTER base (shared)
   ============================================================ */
footer.base { background: var(--footer); padding: 40px 0; }
.fnav { display: flex; gap: 22px; flex-wrap: wrap; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; color: #9fb0bf; padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid var(--hairline-2); }
.fnav a { color: #9fb0bf; }
.fnav a:hover { color: var(--mint); }
.fbase { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.fbase img { height: 40px; width: auto; }
.fbase .meta { color: var(--text-faint); font-size: 13px; }
.fbase .meta a { color: var(--mint); }

/* ============================================================
   UTILITIES & COMPONENT VARIANTS
   Exact replicas of former inline styles, centralised for
   consistency + template reuse. Placed last so they win ties.
   ============================================================ */
.m-0 { margin: 0; }
/* Clean list bullet. Used as <span class="badge badge--bullet">•</span> at the
   start of a .feature list item. Overrides the .badge pill so it renders as a
   simple mint dot instead of a green oval — one rule fixes every bullet list
   on every page/event. */
.badge--bullet {
  background: none;
  color: var(--mint);
  padding: 0;
  border-radius: 0;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-top: -1px;
  flex-shrink: 0;
}
/* Tighten the gap between the dot and its text (default .feature gap is 14px,
   too wide for a bullet). */
.feature:has(> .badge--bullet) { gap: 10px; }
.feature__title--sm { color: var(--mint); font-size: .95rem; letter-spacing: .08em; }
.list-plain { list-style: none; padding: 0; }
/* Two-column split (text + text). Was inline + fixed 2-col; now collapses on mobile. */
.grid-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 768px) { .grid-split { grid-template-columns: 1fr; gap: 32px; } }
/* Pricing rows + amount sizes (were repeated inline on the cost cards) */
.price-row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; }
.price-row--divided { border-bottom: 1px solid var(--hairline); }
.price-row--compact { display: flex; justify-content: space-between; padding: 8px 0; }
.price-card__amount--sm { font-size: 1.6rem; }
.price-card__amount--xs { font-size: 1.4rem; }
.label-kicker { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }

/* ============================================================
   BUYER LIST — company + country only (Cvent attendees API).
   Grouped by country with a flag header, then a grid of company
   tiles. Reusable across every Travel Week.
   ============================================================ */
.buyer-summary { color: var(--text-muted); font-size: 15px; margin: 0 0 30px; }
.buyer-summary strong { color: var(--mint); font-weight: 600; }

.buyer-group { margin-bottom: 44px; }
.buyer-group__head {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: 14px; margin-bottom: 22px; border-bottom: 1px solid var(--hairline);
}
.buyer-group__flag { font-size: 30px; line-height: 1; flex-shrink: 0; }
.buyer-group__name {
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: .04em; color: var(--white); font-size: clamp(18px, 2.4vw, 23px);
}
.buyer-group__count {
  margin-left: auto; font-family: var(--font-display); font-weight: 500;
  font-size: 13px; letter-spacing: .08em; color: var(--navy);
  background: var(--mint); border-radius: 20px; padding: 3px 12px;
}

.buyer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.buyer-tile {
  position: relative; background: var(--surface); border: 1px solid var(--hairline);
  border-left: 2px solid rgba(var(--mint-rgb),.5); border-radius: var(--radius);
  padding: 18px 20px; min-height: 76px; display: flex; align-items: center;
  transition: border-color .2s, transform .2s, box-shadow .2s; overflow: hidden;
}
.buyer-tile:hover {
  border-color: rgba(var(--mint-rgb),.55); border-left-color: var(--mint);
  transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.26);
}
.buyer-tile__name { font-weight: 600; font-size: 15px; color: var(--white); line-height: 1.35; }
.buyer-tile__flag {
  position: absolute; right: -6px; bottom: -14px; font-size: 46px; line-height: 1;
  opacity: .10; pointer-events: none; filter: grayscale(1);
}
@media (max-width: 560px) { .buyer-grid { grid-template-columns: 1fr; } }
