/* IMPACT Europe 2026 landing page.
   Tokens below are copied from the Forter Design System (2026); keep them in
   sync if the brand definition changes. Mobile-first: base rules target the
   narrowest viewport, min-width queries add room as it grows. */

/* Barlow Condensed ships Bold only: --font-display is requested at 700 and
   nowhere else, so the Regular cut would be dead weight. */
@font-face {
  font-family: 'BarlowCondensed';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('assets/fonts/BarlowCondensed-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/Poppins-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Poppins-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Poppins-SemiBold.woff2') format('woff2');
}

:root {
  --blue-100: #CCE0FF;
  --blue-300: #66A0FF;
  --blue-400: #2A8BFF;
  --blue-500: #005DE8;
  --blue-600: #0049B8;
  --blue-800: #002966;
  --gray-100: #F4F4F4;
  --gray-200: #E2E2E2;
  --gray-500: #6E6E6E;
  --gray-700: #333333;
  --gray-900: #000000;

  --text-heading: #000000;
  --text-body: var(--gray-900);
  --text-muted: var(--gray-500);
  --text-link: var(--blue-500);

  --surface-light-blue: #F4F4F4;
  --surface-icon-chip: #F0F0F0;
  --border-primary: var(--gray-200);
  --focus-ring: var(--blue-300);

  --gradient-forter: #000000;
  --impact-blue: #005DE8;
  --glass-fill: rgba(255, 255, 255, 0.14);
  --glass-border: rgba(255, 255, 255, 0.3);

  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-blue: 0 8px 24px rgba(0, 0, 0, 0.22);
  --shadow-float: 0 14px 34px rgba(0, 0, 0, 0.28);

  /* Poppins and Barlow Condensed carry no CJK glyphs, so the CJK families are
     appended rather than substituted: Latin still renders in the brand face and
     the browser falls back per-glyph for Chinese. No CJK webfont is bundled - a
     subsetted one is megabytes, and every target device already has one of
     these. PingFang SC ships on Apple, Microsoft YaHei on Windows, Noto Sans SC
     on Android and most Linux. */
  --font-cjk: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Noto Sans SC',
              'Source Han Sans SC', 'WenQuanYi Micro Hei';
  --font-sans: 'Poppins', var(--font-cjk), system-ui, -apple-system, sans-serif;
  --font-display: 'BarlowCondensed', 'Poppins', var(--font-cjk), system-ui, sans-serif;
  --weight-regular: 300;
  --weight-semibold: 600;

  --radius-md: 14px;
  --radius-lg: 16px;
  --radius-xl: 16px;
  --radius-pill: 999px;

  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);

  --gutter: 20px;
  --content-max: 860px;
  --section-pad-y: 40px;
  --tap-target: 48px;
}

@media (min-width: 640px) {
  :root {
    --gutter: 32px;
    --section-pad-y: 56px;
  }
}

@media (min-width: 1024px) {
  :root {
    --gutter: 40px;
    --section-pad-y: 72px;
  }
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-body);
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3 {
  margin: 0;
  font-weight: var(--weight-semibold);
  color: var(--text-heading);
  letter-spacing: -0.01em;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

a { color: var(--text-link); text-decoration: none; }
a:hover { color: var(--blue-600); }

img { max-width: 100%; display: block; }

:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ------------------------------------------------------------ primitives */

.wrap {
  max-width: var(--content-max);
  margin: 0 auto;
}

.section {
  padding: var(--section-pad-y) var(--gutter);
}

.section--light-blue { background: var(--surface-light-blue); }

/* Clears the sticky header when the nav pills jump to a section. */
section[id] { scroll-margin-top: 60px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--blue-600);
  background: var(--surface-icon-chip);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}

.eyebrow--glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
}

/* The header pills double as the only in-page nav. */
.eyebrow--link {
  color: var(--blue-600);
  transition: background-color 200ms var(--ease-standard),
              color 200ms var(--ease-standard);
}

.eyebrow--link:hover {
  color: #fff;
  background: var(--blue-500);
}

@media (max-width: 639px) {
  .hide-sm { display: none; }
}

.label {
  font-size: 11px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--text-muted);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 17px 26px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  transition: transform 200ms var(--ease-standard),
              background-color 200ms var(--ease-standard),
              box-shadow 200ms var(--ease-standard);
}

.btn:active { transform: scale(0.98); }

.btn img { width: 22px; height: 22px; flex: none; }

/* On the gradient the primary CTA inverts: white pill, blue label. */
.btn--on-gradient {
  background: #fff;
  color: var(--blue-600);
  box-shadow: var(--shadow-float);
  padding-left: 20px;
  padding-right: 20px;
}

.btn--on-gradient:hover {
  color: var(--blue-600);
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--gradient-forter);
  color: #fff;
  box-shadow: var(--shadow-blue);
}

.btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
}

.card {
  background: #fff;
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 20px;
}

.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  background: var(--surface-icon-chip);
}

.icon-chip img { width: 24px; height: 24px; }

/* One-per-row on mobile; the grid only splits when there is width for it. */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 560px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--auto { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
}

@media (min-width: 768px) {
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.section-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-head h2 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
}

@media (min-width: 640px) { .section-head h2 { font-size: 34px; } }
@media (min-width: 1024px) { .section-head h2 { font-size: 38px; } }

.note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 16px;
}

/* --------------------------------------------------------------- header */

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px var(--gutter);
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-primary);
}

.header img { height: 20px; width: auto; }

.header .eyebrow { white-space: nowrap; }

.header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
}

/* ----------------------------------------------------------------- hero */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--gradient-forter);
  padding: 44px var(--gutter) 40px;
  color: #fff;
}

@media (min-width: 640px) { .hero { padding: 72px var(--gutter) 64px; } }
@media (min-width: 1024px) { .hero { padding: 88px var(--gutter) 72px; } }

.hero__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 122, 230, 0.55), transparent 70%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
  animation: rise 400ms var(--ease-standard) both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.hero h1 {
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

@media (min-width: 640px) { .hero h1 { font-size: 48px; } }
@media (min-width: 1024px) { .hero h1 { font-size: 60px; } }

.hero__lede {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 20px 0 0;
  max-width: 560px;
}

@media (min-width: 640px) { .hero__lede { font-size: 20px; } }

.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0 0;
  max-width: 420px;
}

/* ------------------------------------------------------------ concierge */

.concierge__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.concierge__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 50%;
  background: var(--gradient-forter);
}

.concierge__mark img { width: 30px; height: 30px; }

.concierge__head h2 {
  font-size: 24px;
  line-height: 1.15;
  margin: 4px 0 0;
}

@media (min-width: 640px) { .concierge__head h2 { font-size: 32px; } }

.prompts { margin-top: 24px; }

/* Each sample question is a real link: it opens the GPT with the question
   already in the composer. */
.prompt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--surface-light-blue);
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 20px 22px;
  font-size: 18px;
  font-weight: var(--weight-semibold);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--gray-700);
  transition: transform 200ms var(--ease-standard),
              border-color 200ms var(--ease-standard),
              box-shadow 200ms var(--ease-standard);
}

@media (min-width: 640px) { .prompt { font-size: 20px; } }

.prompt::before {
  content: '\201C';
  font-size: 30px;
  line-height: 0.9;
  color: var(--blue-400);
  flex: none;
}

.prompt::after {
  content: '\2192';
  margin-left: auto;
  padding-left: 10px;
  align-self: center;
  font-size: 18px;
  font-weight: var(--weight-regular);
  color: var(--blue-500);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 200ms var(--ease-standard),
              transform 200ms var(--ease-standard);
}

.prompt:hover {
  color: var(--blue-800);
  border-color: var(--blue-300);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.prompt:hover::after { opacity: 1; transform: none; }

.prompt:active { transform: scale(0.99); }

.concierge__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-top: 26px;
}

.concierge .btn { display: inline-flex; }

/* --------------------------------------------------------- store badges */

/* Store-badge proportions, in the page's own white-card language rather than
   the official black badges. */
.stores {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stores__lede {
  font-size: 13px;
  color: var(--text-muted);
}

.stores__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: var(--tap-target);
  padding: 8px 18px 8px 14px;
  color: var(--text-body);
  background: #fff;
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transition: transform 200ms var(--ease-standard),
              border-color 200ms var(--ease-standard),
              box-shadow 200ms var(--ease-standard);
}

.store:hover {
  color: var(--text-body);
  border-color: var(--blue-300);
  transform: translateY(-2px);
}

.store:active { transform: scale(0.98); }

.store img { width: 22px; height: 22px; flex: none; }

.store__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}

.store__small {
  font-size: 9px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.store__name {
  font-size: 15px;
  font-weight: var(--weight-semibold);
  letter-spacing: -0.01em;
  margin-top: 2px;
}

/* ------------------------------------------------------------- divider */

.divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.divider span {
  flex: 1;
  height: 1px;
  background: var(--border-primary);
}

.divider i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-500);
  flex: none;
}

/* -------------------------------------------------------------- details */

.details h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

@media (min-width: 640px) { .details h2 { font-size: 38px; } }
@media (min-width: 1024px) { .details h2 { font-size: 44px; } }

.details__lede {
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-700);
  margin: 16px 0 0;
  max-width: 600px;
}

@media (min-width: 640px) { .details__lede { font-size: 18px; } }

.fact {
  padding: 18px;
}

.fact__value {
  font-size: 17px;
  font-weight: var(--weight-semibold);
  margin-top: 6px;
}

/* --------------------------------------------------------------- agenda */

.agenda {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

/* Time above title on mobile, beside it once there is room. */
.slot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: #fff;
  border: 1px solid var(--border-primary);
  border-radius: 14px;
  padding: 16px 18px;
}

@media (min-width: 480px) {
  .slot {
    grid-template-columns: 104px 1fr;
    gap: 6px;
  }
}

/* Time and its room/format pill travel together in the left column, so the
   pill no longer eats a column of its own out of the title's width. */
.slot__when {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

@media (min-width: 480px) {
  .slot__when { flex-direction: column; align-items: flex-start; gap: 6px; }
}

.slot__time {
  font-size: 14px;
  font-weight: var(--weight-semibold);
  color: var(--blue-500);
  font-variant-numeric: tabular-nums;
}

.slot__title {
  font-size: 16px;
  font-weight: var(--weight-semibold);
  line-height: 1.35;
}

.slot__desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  margin-top: 4px;
}

/* Speakers and moderators: a bulleted list, a shade darker than the session
   description so the two read as separate information without competing. */
.slot__people {
  list-style: none;
  padding: 0;
  font-size: 13.5px;
  color: var(--gray-700);
  line-height: 1.5;
  margin: 8px 0 0;
}

.slot__people li {
  position: relative;
  padding-left: 12px;
}

.slot__people li + li { margin-top: 2px; }

.slot__people li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--text-muted);
}

.slot--feature {
  background: var(--gradient-forter);
  border-color: transparent;
  box-shadow: var(--shadow-blue);
}

.slot--feature .slot__time,
.slot--feature .slot__title { color: #fff; }
.slot--feature .slot__desc { color: rgba(255, 255, 255, 0.85); }

.slot__choice {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.slot__option {
  background: var(--surface-light-blue);
  border-radius: var(--radius-md);
  padding: 14px 16px;
}

.slot__room {
  flex: none;
  align-self: flex-start;
  /* The chip's own horizontal padding otherwise indents its text past the
     hour above it - pull it back so both start at the same edge. */
  margin-left: -6px;
  font-size: 10.5px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--blue-600);
  background: var(--surface-icon-chip);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
}

/* ------------------------------------------------------------- speakers */

.speaker {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 16px;
}

.speaker__mark {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  background: var(--surface-icon-chip);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: var(--weight-semibold);
  color: var(--blue-600);
}

.speaker__photo {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface-icon-chip);
}

/* ---- endless speaker carousel ---------------------------------------- */

/* The track is cloned once in app.js, so scrolling can wrap at the halfway
   point and never show a seam. Drift is driven by scrollLeft rather than a
   CSS animation, so a drag or a nudge composes with it instead of fighting it. */
.carousel {
  position: relative;
  margin-top: 24px;
}

.carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding: 6px 0;
  /* Feathered edges so cards enter and leave rather than being chopped off. */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.carousel__viewport::-webkit-scrollbar { display: none; }
.carousel__viewport[data-dragging="true"] { cursor: grabbing; }
.carousel__viewport[data-dragging="true"] .speaker { transition: none; }

.carousel__track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 2px 2px 2px 14px;
}

.speaker--carousel {
  position: relative;
  width: 250px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  padding-right: 56px;
  user-select: none;
  transition: transform 260ms var(--ease-standard),
              box-shadow 260ms var(--ease-standard);
}

.speaker--carousel:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
}

.speaker--carousel .speaker__photo {
  width: 88px;
  height: 88px;
}

.speaker--carousel .speaker__name { font-size: 16px; }
.speaker--carousel .speaker__title { font-size: 12px; }
.speaker--carousel .speaker__company { font-size: 13.5px; }

.carousel__nudge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border-primary);
  box-shadow: var(--shadow-md);
  color: var(--blue-600);
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 200ms var(--ease-standard),
              color 200ms var(--ease-standard);
}

.carousel__nudge:hover {
  background: var(--blue-500);
  color: #fff;
}

.carousel__nudge--prev { left: -6px; }
.carousel__nudge--next { right: -6px; }

@media (max-width: 639px) {
  .carousel__nudge { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .speaker--carousel:hover { transform: none; }
}

.speaker__name {
  font-size: 16px;
  font-weight: var(--weight-semibold);
  line-height: 1.3;
}

/* The whole card is the link, so the badge is decoration, not a second target. */
.speaker__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--gray-500);
  opacity: 0.75;
  transition: opacity 200ms var(--ease-standard),
              color 200ms var(--ease-standard);
}

a.speaker:hover .speaker__badge,
a.speaker:focus-visible .speaker__badge {
  opacity: 1;
  color: var(--blue-500);
}

a.speaker { color: inherit; text-decoration: none; }

a.speaker:hover .speaker__name { color: var(--blue-500); }

.speaker__name { transition: color 200ms var(--ease-standard); }

a.speaker:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.speaker__company {
  font-size: 13px;
  font-weight: var(--weight-semibold);
  color: var(--blue-600);
  line-height: 1.45;
  margin-top: 2px;
}

.speaker__title {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
  margin-top: 2px;
}

/* ---------------------------------------------------------------- venue */

.venue__card { margin-top: 24px; padding: 22px; }

.venue__name {
  font-size: 19px;
  font-weight: var(--weight-semibold);
}

.venue__address {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.6;
  margin-top: 6px;
}

.venue__card .btn {
  display: inline-flex;
  min-height: var(--tap-target);
  padding: 14px 24px;
  font-size: 13px;
  margin-top: 18px;
}

.transit {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.transit li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-primary);
}

.transit li:last-child { border-bottom: 0; padding-bottom: 0; }

.transit b { font-weight: var(--weight-semibold); }

.transit span {
  font-size: 13px;
  color: var(--text-muted);
  white-space: nowrap;
}

/* ---------------------------------------------------------------- cards */

.info h3 {
  font-size: 20px;
  font-weight: var(--weight-semibold);
  margin: 16px 0 0;
}

.info__sub {
  font-size: 11px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-600);
  margin: 16px 0 0;
}

.info__sub:first-of-type { margin-top: 14px; }

.info__body {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.65;
  margin-top: 8px;
}

.info__sub + .info__body { margin-top: 4px; }

.info__body strong { font-weight: var(--weight-semibold); }

.info + .info { margin-top: 0; }

/* ------------------------------------------------------------------ faq */

.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.faq details {
  background: #fff;
  border: 1px solid var(--border-primary);
  border-radius: 14px;
  overflow: hidden;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: var(--weight-semibold);
  line-height: 1.4;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: '';
  flex: none;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  border-right: 2px solid var(--blue-500);
  border-bottom: 2px solid var(--blue-500);
  transform: rotate(45deg);
  transition: transform 200ms var(--ease-standard);
}

.faq details[open] summary::after { transform: rotate(-135deg); }

.faq__body {
  padding: 0 20px 20px;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.65;
}

/* ------------------------------------------------------------- contacts */

.contact {
  background: var(--surface-light-blue);
  border-radius: 14px;
  padding: 20px;
}

.contact__who {
  font-size: 17px;
  font-weight: var(--weight-semibold);
  margin-top: 8px;
}

.contact__detail {
  font-size: 15px;
  color: var(--gray-700);
  margin-top: 4px;
}

/* ----------------------------------------------------------- closing cta */

.closing { padding: 0 var(--gutter) var(--section-pad-y); }

.closing__card {
  max-width: var(--content-max);
  margin: 0 auto;
  background: var(--gradient-forter);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow-blue);
}

@media (min-width: 640px) { .closing__card { padding: 48px 40px; } }

.closing__card h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  margin: 0;
}

@media (min-width: 640px) { .closing__card h2 { font-size: 34px; } }

.closing__card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 14px auto 0;
  max-width: 420px;
}

.closing__card .btn {
  margin: 24px auto 0;
  max-width: 340px;
}

.footer {
  max-width: var(--content-max);
  margin: 26px auto 0;
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
}

/* A single persistent way back to the concierge on small screens, where the
   hero CTA has long scrolled away. */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-primary);
  transform: translateY(120%);
  transition: transform 320ms var(--ease-standard);
}

.sticky-cta[data-visible='true'] { transform: none; }

.sticky-cta .btn {
  min-height: var(--tap-target);
  padding: 13px 24px;
  font-size: 13px;
}

@media (min-width: 640px) {
  .sticky-cta { display: none; }
}

/* Clears the sticky bar so it never covers the last line of the page. */
.tail-space { height: 76px; }

@media (min-width: 640px) { .tail-space { display: none; } }


/* ==========================================================================
   IMPACT brand layer
   Barlow Condensed Bold display type, black-led surfaces, blue as an accent,
   colour carried by photography. Appended last so it wins on cascade order;
   the tokens above supply the palette.
   ========================================================================== */

body { font-weight: 300; }

/* --- display type: all-caps Barlow Condensed Bold --- */
h1, h2, h3,
.eyebrow, .label, .btn, .info h3, .info__sub, .fact__value,
.slot__time, .slot__title, .slot__room, .prompt, .faq summary,
.speaker__name, .speaker__company, .contact__who, .store__name,
.store__small, .venue__name, .footer {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.012em;
}

/* --- body copy stays Poppins Light, sentence case --- */
p, .hero__lede, .slot__desc, .slot__people, .info__body, .faq__body,
.contact__detail, .note, .stores__lede, .details__lede, .speaker__title,
.venue__address, .transit li {
  font-family: var(--font-sans);
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
}

/* --- header: blue bar, mark left, wayfinding right --- */
.header {
  background: var(--impact-blue);
  border-bottom: none;
  backdrop-filter: none;
  padding-top: 11px;
  padding-bottom: 11px;
}

.header img { height: 27px; }
@media (max-width: 479px) { .header img { height: 22px; } }

.header .eyebrow--link {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.header .eyebrow--link:hover {
  color: var(--impact-blue);
  background: #fff;
}

/* --- hero: black, with the headline doing the work --- */
.hero { background: #000; }
.hero__glow { display: none; }

.hero h1 {
  font-size: 54px;
  line-height: 0.94;
  letter-spacing: -0.015em;
}

@media (min-width: 640px) { .hero h1 { font-size: 88px; } }
@media (min-width: 1024px) {
  .hero h1 { font-size: 116px; }
  .hero__inner { max-width: 1040px; }
}

.hero__lede {
  color: rgba(255, 255, 255, 0.82);
  max-width: 600px;
  margin-top: 24px;
}

/* --- photo ticker --- */
.ticker {
  background: #000;
  overflow: hidden;
  padding: 4px 0 40px;
  margin-top: -1px;
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 52s linear infinite;
}

.ticker__track img {
  width: 220px;
  height: 170px;
  margin-right: 10px;
  flex: none;
  object-fit: cover;
  border-radius: 14px;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-2990px); }
}

@media (max-width: 900px) {
  .ticker__track img { width: 150px; height: 116px; margin-right: 8px; }
  .ticker__track { animation-name: ticker-sm; }
}

@keyframes ticker-sm {
  from { transform: translateX(0); }
  to { transform: translateX(-2054px); }
}

@media (max-width: 520px) {
  .ticker { padding-bottom: 30px; }
  .ticker__track img { width: 112px; height: 88px; margin-right: 8px; }
  .ticker__track { animation-name: ticker-xs; animation-duration: 40s; }
}

@keyframes ticker-xs {
  from { transform: translateX(0); }
  to { transform: translateX(-1560px); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; }
}

/* --- section headings --- */
.section-head h2 { font-size: 40px; }
@media (min-width: 640px) { .section-head h2 { font-size: 56px; } }
@media (min-width: 1024px) { .section-head h2 { font-size: 68px; } }

.section-head__solo,
.details h2,
#faq h2 {
  font-size: 40px !important;
  line-height: 0.96 !important;
}

@media (min-width: 640px) {
  .section-head__solo, .details h2, #faq h2 {
    font-size: 60px !important;
  }
}

@media (min-width: 1024px) {
  .section-head__solo, .details h2, #faq h2 {
    font-size: 72px !important;
  }
}

.concierge__head h2 { font-size: 38px; }
@media (min-width: 640px) { .concierge__head h2 { font-size: 52px; } }

.eyebrow { font-size: 12px; letter-spacing: 0.05em; }
.label { font-size: 13px; color: #000; letter-spacing: 0.05em; }

/* --- buttons: black leads, white inverts on black --- */
.btn { font-size: 15px; letter-spacing: 0.07em; }

.btn--primary { background: #000; color: #fff; }
.btn--primary:hover { color: #fff; }

.btn--on-gradient { background: #fff; color: #000; }
.btn--on-gradient:hover { color: #000; }

/* --- icon chips and the concierge mark ---
   The icon SVGs ship with a hardcoded blue stroke, so rather than editing the
   files the chip inverts them to white and sits on black. */
.icon-chip {
  border-radius: 14px;
  background: #000;
  width: 52px;
  height: 52px;
}

.icon-chip img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.concierge__mark { background: #000; border-radius: 14px; }

/* --- facts, agenda, prompts --- */
.fact__value { font-size: 22px; }

.slot__time { color: #000; font-size: 16px; }
.slot__title { font-size: 19px; line-height: 1.15; }

.slot__room {
  color: #fff;
  background: #000;
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.slot, .faq details, .slot__option, .contact, .prompt { border-radius: 14px; }

.slot--feature { background: #000; border-color: #000; }
.slot--feature .slot__room { background: rgba(255, 255, 255, 0.2); }

.prompt { color: #000; }
.prompt::before { color: var(--impact-blue); }
.prompt::after { color: var(--impact-blue); }
.prompt:hover { color: #000; border-color: #000; }

/* --- faq --- */
.faq summary { font-size: 19px; }
.faq summary::after {
  border-right-color: #000;
  border-bottom-color: #000;
}

/* --- info + contacts --- */
.info h3 { font-size: 26px; }
.info__sub { color: #000; font-size: 13px; letter-spacing: 0.05em; }
.contact__who { font-size: 21px; }
.contact .label { color: #000 !important; }

/* --- speakers --- */
.speaker, .carousel__nudge { border-radius: 14px; }
.speaker__name { font-size: 20px; line-height: 1.05; }
.speaker__company { color: #000; font-size: 14px; letter-spacing: 0.03em; }
.speaker--carousel .speaker__name { font-size: 20px; }
.speaker--carousel .speaker__company { font-size: 14px; }
a.speaker:hover .speaker__name { color: var(--impact-blue); }
a.speaker:hover .speaker__badge { color: var(--impact-blue); }

.carousel__nudge { color: #000; }
.carousel__nudge:hover { background: #000; color: #fff; }

/* --- store badges --- */
.store__name { font-size: 17px; }
.store:hover { border-color: #000; }

/* --- divider dot keeps the blue accent --- */
.divider i { background: var(--impact-blue); }

/* --- closing card + footer --- */
.closing__card { background: #000; border-radius: 16px; }
.closing__card h2 { font-size: 40px; }
@media (min-width: 640px) { .closing__card h2 { font-size: 60px; } }
.footer { font-size: 14px; letter-spacing: 0.05em; color: var(--gray-500); }

/* --- sticky bar --- */
.sticky-cta { background: rgba(255, 255, 255, 0.96); }
.sticky-cta .btn { font-size: 14px; }

/* ======================================================================
   IMPACT China additions
   Everything above this line is shared with the London build. Everything
   below exists because this page is bilingual, has two event days and two
   venues, and carries a printed banquet menu.
   ====================================================================== */

/* --- bilingual secondary lines ---------------------------------------
   The pattern throughout: Chinese carries the meaning, English sits under
   it a size down and a shade lighter. Never the other way round. */

.hero__lede--en,
.section-sub,
.slot__title-en,
.note__en,
.fact__note {
  font-weight: var(--weight-regular);
  letter-spacing: 0;
}

.hero__lede--en {
  font-size: 15px;
  opacity: 0.72;
  margin-top: 8px;
}

.section-sub {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 10px;
}

.slot__title-en {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.35;
  margin-top: 2px;
}

.note__en { color: var(--gray-500); }

.fact__note {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 3px;
  line-height: 1.35;
}

/* Bilingual prompt chips: the two halves stack in the middle column, between
   the opening quote and the hover arrow. */
.prompt__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.prompt__en {
  font-size: 13px;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
  color: var(--text-muted);
}

/* --- day separator ----------------------------------------------------
   Two days, two venues. Without a hard break between them the agenda reads
   as one 27-hour run, which is exactly the mistake to avoid here. */

.daybar {
  background: #000;
  color: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  margin-top: 26px;
}

.daybar--two { margin-top: 34px; }

.daybar__day {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-300);
}

.daybar__time {
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1.05;
  margin-top: 4px;
}

@media (min-width: 640px) { .daybar__time { font-size: 44px; } }

.daybar__what {
  font-size: 16px;
  font-weight: var(--weight-semibold);
  margin-top: 6px;
}

.daybar__where {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
  margin-top: 4px;
}

/* --- banquet menu -----------------------------------------------------
   Four courses, each opened by a couplet. Centred, because that is how the
   menu itself is set, and the verse does not read as body copy otherwise. */

.menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}

.menu__course {
  background: #fff;
  border: 1px solid var(--border-primary);
  border-radius: 14px;
  padding: 22px 20px;
}

.menu__verse {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: var(--gray-900);
}

@media (min-width: 640px) { .menu__verse { font-size: 30px; } }

.menu__verse-en {
  font-size: 12.5px;
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.55;
  text-align: center;
  margin-top: 8px;
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

.menu__group {
  font-size: 13px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.04em;
  color: var(--blue-600);
  text-align: center;
  margin-top: 22px;
}

.menu__list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu__list li {
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

/* The English name is the venue's own translation, kept subordinate to the
   Chinese dish name it belongs to. */
.menu__list span {
  display: block;
  font-size: 12.5px;
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  line-height: 1.45;
  margin-top: 2px;
}

/* --- speaker cards without a LinkedIn profile -------------------------
   Most China-based speakers have no public profile, so those cards render as
   plain divs. They must not pretend to be clickable. */

div.speaker--carousel { cursor: default; }

div.speaker--carousel:hover {
  transform: none;
  box-shadow: var(--shadow-md);
}

/* Cards without a LinkedIn badge get their right padding back, since nothing
   is sitting in that corner. */
div.speaker--carousel { padding-right: 24px; }

/* --- concierge not published yet --------------------------------------
   app.js sets data-gpt-pending on <html> while GPT_URL is still the
   placeholder. Every entry point then reads as "not yet" instead of linking
   to a 404 - the failure mode that actually costs someone something on the
   day. Delete nothing here when the URL lands; the attribute simply stops
   being set. */

[data-gpt-pending] .btn[aria-disabled='true'],
[data-gpt-pending] .prompt[aria-disabled='true'] {
  cursor: default;
  opacity: 0.55;
  pointer-events: none;
}

[data-gpt-pending] .prompt[aria-disabled='true']::after { content: none; }

[data-gpt-pending] .sticky-cta { display: none; }

/* --- display type, resized for CJK ------------------------------------
   The London sizes are tuned for Barlow Condensed, which is narrow. Chinese
   glyphs are full-width and roughly square, so the same numbers overflow a
   phone: "IMPACT 概念助手，" at 54px needs ~430px of a 350px line. clamp()
   replaces the three fixed breakpoints so the headline tracks the viewport
   instead of stepping at 640/1024, which is what actually matters when the
   glyph width varies mid-line. These override the rules above by coming
   later at equal specificity. */

.hero h1 { font-size: clamp(30px, 8.4vw, 104px); }
@media (min-width: 640px) { .hero h1 { font-size: clamp(30px, 8.4vw, 104px); } }
@media (min-width: 1024px) { .hero h1 { font-size: clamp(30px, 8.4vw, 104px); } }

.section-head h2 { font-size: clamp(26px, 6.4vw, 68px); }
@media (min-width: 640px) { .section-head h2 { font-size: clamp(26px, 6.4vw, 68px); } }
@media (min-width: 1024px) { .section-head h2 { font-size: clamp(26px, 6.4vw, 68px); } }

.section-head__solo,
.details h2,
#faq h2 {
  font-size: clamp(26px, 6.2vw, 60px) !important;
}

@media (min-width: 640px) {
  .section-head__solo, .details h2, #faq h2 {
    font-size: clamp(26px, 6.2vw, 60px) !important;
  }
}

.closing__card h2 { font-size: clamp(28px, 6.2vw, 60px); }
@media (min-width: 640px) { .closing__card h2 { font-size: clamp(28px, 6.2vw, 60px); } }

/* --- map links in the practical cards --- */
.info__sep { color: var(--gray-200); margin: 0 4px; }

.info__note {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
  margin-top: 3px;
}
