@font-face {
  font-family: "Manrope";
  src: url('/assets/manrope-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url('/assets/manrope-latin-ext.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #10233d;
  --navy-2: #173654;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --ink: #142131;
  --muted: #566271;
  --sun: #f4c542;
  --red: #b91f35;
  --blue: #3978c5;
  --forest: #1f5d4a;
  --rule: rgba(16, 35, 61, 0.18);
  --active-track: #3978c5;
  --shadow: 0 24px 70px rgba(13, 28, 47, 0.16), 0 2px 8px rgba(13, 28, 47, 0.1);
  --shell: min(1220px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "Manrope", "Avenir Next", sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
body::selection { color: var(--navy); background: var(--sun); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: var(--navy); background: var(--sun); font-weight: 800; transition: top 180ms ease-out; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 60; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; background: var(--sun); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 50; inset: 3px 0 auto; height: 74px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(24px, calc((100vw - 1220px) / 2)); color: white; background: rgba(16, 35, 61, 0.93); border-bottom: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-weight: 800; letter-spacing: -0.025em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); background: var(--sun); border-radius: 50%; font-size: 12px; font-weight: 800; letter-spacing: -0.04em; box-shadow: 0 3px 12px rgba(0,0,0,0.24); }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav > a:not(.button) { position: relative; padding-block: 10px; color: rgba(255,255,255,0.78); font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--sun); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease-out; }
.site-nav > a:not(.button):hover { color: white; }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; color: white; background: transparent; border: 0; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; }
.mobile-language-link { display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; margin-left: auto; color: var(--sun); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .08em; line-height: 1; text-decoration: none; transition: color 180ms ease-out, border-color 180ms ease-out, background 180ms ease-out, transform 180ms cubic-bezier(.2,.8,.2,1); }
.mobile-language-link:hover, .mobile-language-link:focus-visible { color: var(--navy); background: var(--sun); border-color: var(--sun); }
.mobile-language-link:active { transform: scale(.96); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; color: var(--navy); background: var(--sun); border: 1px solid var(--sun); border-radius: 4px; font-size: 14px; font-weight: 800; line-height: 1; text-decoration: none; box-shadow: 0 8px 26px rgba(0,0,0,0.2); transition: transform 200ms cubic-bezier(.2,.8,.2,1), box-shadow 200ms ease-out, background 200ms ease-out; }
.button:hover { transform: translateY(-2px); background: #ffda68; box-shadow: 0 13px 30px rgba(0,0,0,0.24); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 12px; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; color: white; font-weight: 800; text-decoration: underline; }
.dark-link { color: var(--navy); }

.hero { position: relative; min-height: 850px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--navy); }
.hero-image, .hero-video, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('/assets/colombia-medellin-hero.webp') center / cover no-repeat; }
.hero-video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; pointer-events: none; }
.hero-shade { background: linear-gradient(90deg, rgba(8,23,40,0.99) 0%, rgba(8,23,40,0.89) 33%, rgba(8,23,40,0.28) 68%, rgba(8,23,40,0.08) 100%), linear-gradient(0deg, rgba(8,23,40,0.72) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; padding: 175px 0 205px; }
.hero-copy { max-width: 720px; }
.event-language-notice { display: inline-flex; max-width: 100%; flex-wrap: wrap; align-items: center; gap: 5px 9px; margin: 0 0 22px; padding: 10px 13px; color: rgba(255,255,255,.86); background: rgba(8,23,40,.72); border: 1px solid var(--sun); border-radius: 4px; font-size: 11px; font-weight: 650; letter-spacing: .025em; line-height: 1.35; }
.event-language-notice strong { color: var(--sun); font-weight: 900; }
.event-status { display: flex; align-items: center; gap: 12px; margin: -12px 0 26px; color: rgba(255,255,255,0.72); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; }
.event-status span { width: 34px; height: 1px; background: var(--sun); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.6rem, 7.2vw, 6rem); line-height: 0.98; letter-spacing: -0.04em; text-wrap: balance; }
.hero-lead { max-width: 640px; margin-bottom: 32px; color: rgba(255,255,255,0.82); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-facts { display: flex; gap: 0; margin: 54px 0 0; }
.hero-facts div { min-width: 150px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,0.22); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { color: var(--sun); font-size: 30px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.hero-facts dd { margin: 8px 0 0; color: rgba(255,255,255,0.68); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.route-strip { position: absolute; z-index: 3; inset: auto 0 0; color: var(--navy); background: var(--white); border-top: 1px solid var(--sun); box-shadow: inset 0 4px 0 var(--sun); }
.route-strip ol { display: grid; grid-template-columns: repeat(5, 1fr); margin-block: 0; padding: 0; list-style: none; }
.route-strip li { position: relative; min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 22px 18px; border-right: 1px solid var(--rule); font-size: 12px; font-weight: 800; line-height: 1.35; }
.route-strip li::after { content: ""; position: absolute; top: 50%; right: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--sun); transform: translateY(-50%); }
.route-strip li:last-child { border-right: 0; }
.route-strip li:last-child::after { display: none; }
.route-strip li span { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: white; background: var(--navy); border-radius: 50%; font-size: 11px; }
.proof-band { color: white; background: var(--red); }
.proof-list { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 13px; font-size: 11px; font-weight: 800; letter-spacing: 0.07em; }
.proof-list span { white-space: nowrap; }
.live-promise-section { padding: 72px 0; color: white; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); }
.live-promise-layout { display: grid; grid-template-columns: 150px minmax(0, 1.05fr) minmax(300px, .75fr); gap: 54px; align-items: center; }
.live-signal { position: relative; width: 138px; height: 138px; display: grid; align-content: center; justify-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: inset 0 0 0 8px rgba(255,255,255,.035); }
.live-signal strong { color: var(--sun); font-size: 37px; line-height: 1; letter-spacing: -.05em; }
.live-signal small { margin-top: 7px; color: white; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.live-promise-kicker { margin: 0 0 10px; color: var(--sun); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.live-promise-copy h2 { max-width: 760px; margin: 0 0 16px; color: white; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; text-wrap: balance; }
.live-promise-copy > p:last-child { max-width: 65ch; margin: 0; color: rgba(255,255,255,.74); font-size: 16px; }
.live-promise-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.live-promise-list li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.live-promise-list strong, .live-promise-list span { display: block; }
.live-promise-list strong { color: white; font-size: 14px; }
.live-promise-list span { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.section { padding: 120px 0; }
.section h2 { margin-bottom: 24px; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.03; letter-spacing: -0.04em; text-wrap: balance; }
.split-intro { display: grid; grid-template-columns: 1.05fr .75fr; gap: 12%; align-items: start; }
.intro-copy { padding-top: 42px; border-top: 1px solid var(--navy); }
.intro-copy p { max-width: 60ch; color: var(--muted); font-size: 18px; }
.intro-copy p:first-child { color: var(--ink); font-weight: 700; }

.reality-section { position: relative; overflow: hidden; color: white; background: #081728; }
.reality-section::before { content: ""; position: absolute; inset: 0; background: url('/assets/topographic-contours.webp') center / 760px auto repeat; opacity: .055; pointer-events: none; }
.reality-section > .shell { position: relative; z-index: 1; }
.reality-heading { display: grid; grid-template-columns: 1fr .58fr; gap: 10%; align-items: end; margin-bottom: 58px; }
.reality-heading h2 { color: white; }
.reality-heading p { max-width: 58ch; margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: 17px; }
.reality-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.32); border-left: 1px solid rgba(255,255,255,.18); }
.reality-grid article { min-height: 280px; padding: 32px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.025); }
.reality-grid span { display: block; margin-bottom: 46px; color: var(--sun); font-size: 12px; font-weight: 800; }
.reality-grid h3 { margin-bottom: 10px; color: white; font-size: 21px; line-height: 1.25; }
.reality-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.62; }
.reality-note { max-width: 90ch; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }

.healthcare-section { color: var(--navy); background: #dfeae4; }
.healthcare-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; align-items: start; }
.healthcare-intro { position: sticky; top: 120px; }
.healthcare-intro > p:not(.section-kicker) { max-width: 50ch; color: rgba(16,35,61,.76); font-size: 17px; }
.healthcare-button { margin-top: 18px; }
.healthcare-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.healthcare-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(16,35,61,.25); }
.healthcare-list li > span { display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-size: 11px; font-weight: 800; }
.healthcare-list h3 { margin: 0 0 7px; color: var(--navy); font-size: 20px; line-height: 1.28; }
.healthcare-list p { margin: 0; color: rgba(16,35,61,.72); font-size: 13px; line-height: 1.62; }
.healthcare-standard { margin-top: 28px; padding: 26px 28px; color: white; background: var(--forest); }
.healthcare-standard strong { color: var(--sun); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.healthcare-standard p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }

.journey-section { padding-top: clamp(128px, 11vw, 168px); }
.section-heading { max-width: 860px; margin-bottom: 58px; }
.section-heading > p:last-child, .agenda-heading > p, .speakers-heading > p { max-width: 62ch; color: var(--muted); font-size: 17px; }
.journey-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.journey-grid::before { content: ""; position: absolute; z-index: 0; top: -3px; left: 0; width: 50%; height: 5px; background: linear-gradient(90deg, var(--red), var(--sun)); }
.journey-grid li { position: relative; min-height: 270px; padding: 28px 22px; border-right: 1px solid var(--rule); }
.journey-grid li:nth-child(5n) { border-right: 0; }
.journey-grid li:nth-child(n+6) { border-top: 1px solid var(--rule); }
.journey-grid li > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 44px; color: white; background: var(--track); border-radius: 50%; font-weight: 800; }
.journey-grid small { display: block; margin-bottom: 7px; color: var(--track); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.journey-grid strong { display: block; margin-bottom: 10px; color: var(--navy); font-size: 16px; line-height: 1.25; }
.journey-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.agenda-section { position: relative; overflow: hidden; color: white; background: var(--navy); }
.agenda-section::before { content: ""; position: absolute; inset: 0; background: url('/assets/topographic-contours.webp') center / 760px auto repeat; opacity: .065; pointer-events: none; }
.agenda-section > .shell { position: relative; z-index: 1; }
.agenda-section h2 { color: white; }
.agenda-heading, .speakers-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 10%; align-items: end; margin-bottom: 56px; }
.agenda-heading > p { color: rgba(255,255,255,0.66); }
.full-agenda { display: grid; gap: 76px; }
.agenda-day { overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 22px 54px rgba(3,14,28,.3); }
.agenda-day-header { display: flex; min-height: 148px; padding: 34px 42px; align-items: flex-end; justify-content: space-between; color: white; background: #081728; border-bottom: 6px solid var(--sun); }
.agenda-day-header > div > span { display: block; margin-bottom: 10px; color: var(--sun); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.agenda-day-header h3 { display: flex; gap: .14em; margin: 0; color: white; font-size: clamp(3rem, 6vw, 5rem); line-height: .85; letter-spacing: -.05em; }
.agenda-day-header h3 .day-number { color: inherit; font: inherit; letter-spacing: inherit; }
.agenda-day-header p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; font-weight: 750; line-height: 1.6; text-align: right; text-transform: uppercase; }
.agenda-day-header p strong { color: white; }
.day-schedule { margin: 0; padding: 0; list-style: none; }
.schedule-block { display: grid; grid-template-columns: 158px minmax(0, 1fr); border-bottom: 1px solid var(--rule); }
.schedule-block:last-child { border-bottom: 0; }
.schedule-time { padding: 31px 24px; border-right: 1px solid var(--rule); background: #f6f5ef; }
.schedule-time time, .schedule-time span { display: block; white-space: nowrap; }
.schedule-time time { color: var(--navy); font-size: 15px; font-weight: 850; }
.schedule-time span { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.schedule-block > article { min-width: 0; }
.schedule-block:not(.track-block) > article { padding: 28px 34px 30px; }
.schedule-block h4 { margin: 0; color: var(--navy); font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.schedule-block p { max-width: 72ch; margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.schedule-label { display: block; margin-bottom: 8px; color: var(--forest); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.track-block { scroll-margin-top: 94px; }
.track-block > article { border-left: 6px solid var(--track); }
.track-block-header { display: grid; grid-template-columns: 92px 1fr; gap: 24px; padding: 30px 34px; align-items: start; }
.track-code { display: grid; min-height: 46px; place-items: center; color: white; background: var(--track); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.track-block-header h4 { font-size: 28px; }
.track-block-header p { margin-top: 7px; }
.track-fireside, .track-rooms-heading { padding: 22px 34px 24px; border-top: 1px solid var(--rule); }
.track-fireside { background: color-mix(in srgb, var(--track) 7%, white); }
.track-fireside > div, .track-rooms-heading > div { display: flex; margin-bottom: 9px; align-items: center; justify-content: space-between; gap: 20px; }
.track-fireside span, .track-rooms-heading span { color: var(--track); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.track-fireside time, .track-rooms-heading time { color: var(--navy); font-size: 12px; font-weight: 850; white-space: nowrap; }
.track-fireside strong, .track-rooms-heading strong { display: block; color: var(--navy); font-size: 17px; line-height: 1.4; }
.track-fireside small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.track-rooms-heading { background: var(--paper); }
.track-room-list, .qa-room-list { margin: 0; padding: 0; list-style: none; }
.track-room-list li { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 20px; min-height: 69px; padding: 18px 34px; align-items: center; border-top: 1px solid var(--rule); }
.track-room-list span, .qa-room-list span { color: var(--track); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.track-room-list strong { color: var(--ink); font-size: 15px; line-height: 1.45; }
.break-block { background: #f7f4e9; }
.break-block .schedule-time { background: #efead8; }
.speed-block { background: var(--sun); }
.speed-block .schedule-time { background: #f0b928; border-color: rgba(16,35,61,.16); }
.speed-block .schedule-label, .speed-block p { color: rgba(16,35,61,.72); }
.track-speed-block > article { border-left: 6px solid var(--track); }
.expo-block { background: #e8f0eb; }
.expo-block .schedule-time { background: #dce8e0; }
.qa-block { color: white; background: var(--forest); }
.qa-block .schedule-time { background: #164838; border-color: rgba(255,255,255,.18); }
.qa-block .schedule-time time, .qa-block h4 { color: white; }
.qa-block .schedule-time span, .qa-block .schedule-label { color: var(--sun); }
.qa-room-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 22px; background: rgba(255,255,255,.18); }
.qa-room-list li { display: grid; grid-template-columns: 72px 1fr; gap: 14px; padding: 17px 18px; align-items: center; background: #1d5c48; }
.qa-room-list span { color: var(--sun); }
.qa-room-list strong { color: white; font-size: 13px; line-height: 1.35; }
.closing-block { color: white; background: var(--red); }
.closing-block .schedule-time { background: #951d30; border-color: rgba(255,255,255,.18); }
.closing-block .schedule-time time, .closing-block h4 { color: white; }
.closing-block .schedule-time span, .closing-block .schedule-label { color: var(--sun); }
.closing-block p { color: rgba(255,255,255,.8); }

.networking-section { color: white; background: var(--red); }
.networking-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9%; align-items: start; }
.networking-copy { position: sticky; top: 120px; }
.networking-copy h2 { color: white; }
.networking-copy p { max-width: 52ch; color: rgba(255,255,255,.8); font-size: 17px; }
.networking-mode { margin-top: 34px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.24); }
.networking-mode span { display: block; margin-bottom: 8px; color: var(--sun); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.networking-mode strong { display: block; color: white; font-size: 20px; line-height: 1.25; }
.networking-mode p { margin: 9px 0 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.networking-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.28); }
.networking-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.networking-grid span { display: block; margin-bottom: 44px; color: var(--sun); font-size: 12px; font-weight: 800; }
.networking-grid h3 { margin-bottom: 10px; color: white; font-size: 22px; }
.networking-grid p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.6; }
.guided-topic-grid article { min-height: 230px; }

.participation-section { background: var(--white); }
.participation-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 10%; align-items: end; margin-bottom: 54px; }
.participation-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.section-kicker { margin: 0 0 12px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.participation-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--navy); border-left: 1px solid var(--rule); }
.participation-card { --role-color: var(--blue); min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--paper); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); box-shadow: inset 0 6px 0 var(--role-color); }
.participation-colombia { --role-color: var(--forest); }
.participation-professional { --role-color: var(--red); }
.participation-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 40px; color: white; background: var(--role-color); border-radius: 50%; font-size: 12px; font-weight: 800; }
.participation-label { margin: 0 0 9px; color: var(--role-color); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.participation-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 27px; line-height: 1.15; letter-spacing: -.025em; }
.participation-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.participation-includes { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--rule); }
.participation-includes strong { color: var(--navy); font-size: 12px; }
.participation-includes p { margin: 7px 0 0; font-size: 12px; }
.participation-link { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; color: var(--navy); border-top: 1px solid var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.participation-link span { color: var(--role-color); font-size: 20px; transition: transform 180ms cubic-bezier(.2,.8,.2,1); }
.participation-link:hover span { transform: translateX(4px); }
.participation-boundary { display: grid; grid-template-columns: 1fr .75fr; gap: 9%; align-items: center; margin-top: 30px; padding: 42px; color: white; background: var(--navy); }
.participation-boundary .section-kicker { color: var(--sun); }
.participation-boundary h3 { margin: 0; color: white; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.18; letter-spacing: -.025em; }
.participation-boundary p { margin: 0 0 24px; color: rgba(255,255,255,.74); font-size: 13px; }
.participation-boundary .button { box-shadow: none; }

.speakers-section { background: var(--white); }
.speaker-filter { display: flex; gap: 8px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: thin; }
.speaker-filter button { flex: 0 0 auto; min-height: 44px; padding: 0 18px; color: var(--muted); background: transparent; border: 1px solid var(--rule); border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; }
.speaker-filter button:hover { border-color: var(--track, var(--navy)); }
.speaker-filter button.active { color: white; background: var(--navy); border-color: var(--navy); }
.speaker-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--navy); border-left: 1px solid var(--rule); }
.speaker-card { display: flex; min-width: 0; flex-direction: column; background: var(--white); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.speaker-portrait { position: relative; aspect-ratio: 1 / .88; display: grid; place-items: center; overflow: hidden; color: var(--navy); background: linear-gradient(145deg, color-mix(in srgb, var(--track) 24%, white), var(--paper)); }
.speaker-portrait::before, .speaker-portrait::after { content: ""; position: absolute; border-radius: 50%; background: color-mix(in srgb, var(--track) 18%, transparent); }
.speaker-portrait::before { width: 54%; aspect-ratio: 1; top: 18%; left: 23%; }
.speaker-portrait::after { width: 86%; aspect-ratio: 1; top: 58%; left: 7%; }
.speaker-portrait span { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; color: white; background: var(--track); border-radius: 50%; font-size: 14px; font-weight: 800; box-shadow: 0 10px 24px rgba(16,35,61,0.18); }
.speaker-meta { padding: 20px 18px 16px; }
.speaker-meta > span { display: block; margin-bottom: 5px; color: var(--track); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.speaker-meta strong { display: block; color: var(--navy); font-size: 15px; }
.speaker-meta p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.speaker-session { margin-top: auto; padding: 15px 18px 20px; border-top: 1px solid var(--rule); }
.speaker-session small { color: var(--track); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.speaker-session p { margin: 7px 0 0; color: var(--ink); font-size: 11px; font-weight: 700; line-height: 1.45; }

.outcomes-section { background: var(--sun); }
.outcomes-layout { display: grid; grid-template-columns: .78fr 1.2fr; gap: 11%; }
.outcomes-copy { position: sticky; top: 120px; align-self: start; }
.outcomes-copy p { max-width: 52ch; color: rgba(16,35,61,0.78); font-size: 17px; }
.outcome-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.outcome-list li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(16,35,61,0.32); }
.outcome-list li > span { font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
.outcome-list strong { color: var(--navy); font-size: 19px; }
.outcome-list p { margin: 5px 0 0; color: rgba(16,35,61,0.72); font-size: 14px; }

.attendee-value-section { padding-block: 126px; }
.attendee-value-section .sp-value-card { background: var(--white); }
.all-access-pass { position: relative; display: grid; grid-template-columns: 82px minmax(0, 1fr) minmax(270px, .72fr); gap: 28px; align-items: center; margin: -8px 0 42px; padding: 28px 30px; overflow: hidden; color: white; background: linear-gradient(135deg, var(--navy), #173d60); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: 0 18px 44px rgba(16,35,61,.16); }
.all-access-pass::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 38%; background: url('/assets/topographic-contours.webp') center / 620px auto; opacity: .075; pointer-events: none; }
.all-access-pass-mark { position: relative; z-index: 1; display: grid; width: 72px; height: 72px; place-items: center; color: var(--navy); background: var(--sun); border-radius: 50%; box-shadow: 0 0 0 7px rgba(244,197,66,.12); }
.all-access-pass-mark span { font-size: 18px; font-weight: 900; letter-spacing: -.06em; }
.all-access-pass-name { position: relative; z-index: 1; }
.all-access-pass-name small { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.all-access-pass-name h3 { margin: 4px 0 3px; color: white; font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.04em; }
.all-access-pass-name p { margin: 0; color: var(--sun); font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.all-access-pass ul { position: relative; z-index: 1; margin: 0; padding: 0 0 0 22px; border-left: 1px solid rgba(255,255,255,.18); list-style: none; }
.all-access-pass li { position: relative; padding: 3px 0 3px 18px; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 700; }
.all-access-pass li::before { content: "✓"; position: absolute; left: 0; color: var(--sun); }
.attendee-value-section .sp-value-line-priceless > strong { color: var(--red); font-size: 19px; letter-spacing: .08em; text-transform: uppercase; }
.attendee-value-section .sp-value-summary .button { display: flex; }
.attendee-checkout { margin-top: 8px; }
.attendee-primary-price { margin-top: 0; }
.attendee-primary-price > div { display: flex; align-items: baseline; gap: 12px; }
.attendee-primary-price s { color: rgba(255,255,255,.52); font-size: 21px; font-weight: 800; }
.attendee-coupon { padding: 24px 28px; background: #eef3f8; border: 1px solid var(--rule); border-top: 0; }
.attendee-coupon > label { display: block; margin-bottom: 9px; color: var(--navy); font-size: 13px; font-weight: 800; }
.attendee-coupon > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.attendee-coupon input { width: 100%; min-height: 50px; padding: 0 15px; color: var(--ink); background: white; border: 1px solid rgba(16,35,61,.3); border-radius: 3px; font-weight: 700; text-transform: uppercase; }
.attendee-coupon input::placeholder { color: rgba(86,98,113,.72); font-weight: 600; text-transform: none; }
.attendee-coupon input:focus { outline: 3px solid rgba(244,197,66,.55); outline-offset: 1px; border-color: var(--navy); }
.attendee-coupon button { min-width: 104px; min-height: 50px; padding: 0 20px; color: white; background: var(--navy); border: 1px solid var(--navy); border-radius: 3px; font-size: 12px; font-weight: 800; cursor: pointer; }
.attendee-coupon button:hover { background: var(--navy-2); }
.attendee-coupon button:disabled { cursor: wait; opacity: .66; }
.attendee-coupon > p { min-height: 20px; margin: 8px 0 0; color: var(--forest); font-size: 12px; font-weight: 700; }
.attendee-coupon > p.error { color: var(--red); }
.attendee-companion-bump { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 36px; align-items: center; margin-top: 18px; padding: 30px; color: var(--navy); background: #fff4c9; border: 2px solid var(--sun); cursor: pointer; }
.attendee-companion-copy > span { display: block; margin-bottom: 10px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.attendee-companion-copy h3 { margin: 0 0 8px; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.05; letter-spacing: -.035em; }
.attendee-companion-copy p { max-width: 610px; margin: 0; color: rgba(16,35,61,.74); font-size: 14px; line-height: 1.55; }
.attendee-companion-price { display: grid; justify-items: end; gap: 2px; min-width: 135px; }
.attendee-companion-price span { grid-column: 1 / -1; color: rgba(16,35,61,.65); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.attendee-companion-price strong { color: var(--red); font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.attendee-companion-bump > small { grid-column: 1 / -1; padding-top: 13px; color: rgba(16,35,61,.72); border-top: 1px solid rgba(16,35,61,.24); font-size: 11px; font-weight: 700; text-align: center; }
.attendee-companion-choice { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 12px 14px; color: white; background: var(--navy); font-size: 14px; font-weight: 800; }
.attendee-companion-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.attendee-companion-choice > span { position: relative; flex: 0 0 auto; width: 25px; height: 25px; background: white; border: 2px solid rgba(255,255,255,.72); border-radius: 3px; }
.attendee-companion-choice input:checked + span { background: var(--sun); border-color: var(--sun); }
.attendee-companion-choice input:checked + span::after { content: ""; position: absolute; left: 7px; top: 3px; width: 7px; height: 13px; border: solid var(--navy); border-width: 0 3px 3px 0; transform: rotate(45deg); }
.attendee-companion-choice input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 3px; }
.attendee-checkout-total { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 23px 28px; color: var(--navy); background: white; border: 2px solid var(--navy); }
.attendee-checkout-total span { font-size: 18px; font-weight: 800; }
.attendee-checkout-total strong { color: var(--red); font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.attendee-checkout-error { margin: 14px 0 0; padding: 13px 15px; color: #7a1524; background: #fff0f2; border: 1px solid rgba(185,31,53,.3); font-size: 13px; font-weight: 700; }
.attendee-checkout-button { max-width: none !important; border: 0; cursor: pointer; }
.attendee-checkout-button:disabled { cursor: wait; opacity: .68; transform: none; }
.attendee-checkout > small { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }

.fit-section { color: white; background: var(--navy); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.2); }
.fit-card { min-height: 550px; padding: 60px; }
.fit-card + .fit-card { border-left: 1px solid rgba(255,255,255,.2); }
.fit-card h2 { color: white; font-size: clamp(2rem, 4vw, 3.5rem); }
.fit-no { background: rgba(228,61,79,.1); }
.fit-card ul { margin: 42px 0 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding: 17px 0 17px 32px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.8); }
.fit-card li::before, .fit-card li::after { content: ""; position: absolute; left: 2px; top: 30px; width: 12px; height: 2px; background: var(--sun); }
.fit-yes li::after { transform: rotate(90deg); }
.fit-no li::before { background: #ff8794; transform: rotate(45deg); }
.fit-no li::after { background: #ff8794; transform: rotate(-45deg); }

.faq-layout { display: grid; grid-template-columns: .62fr 1fr; gap: 11%; }
.faq-title { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid rgba(185,31,53,.42); border-radius: 50%; background: linear-gradient(var(--red),var(--red)) center / 14px 2px no-repeat, linear-gradient(var(--red),var(--red)) center / 2px 14px no-repeat; transition: transform 220ms ease-out; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 67ch; padding: 0 48px 28px 0; color: var(--muted); }

.closing-section { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--navy); }
.closing-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,23,40,.97), rgba(8,23,40,.65)), url('/assets/colombia-medellin-hero.webp') center 62% / cover no-repeat; filter: saturate(.75); }
.closing-content { position: relative; z-index: 1; padding-block: 110px; }
.closing-content h2 { max-width: 880px; color: white; }
.closing-content > p { max-width: 620px; color: rgba(255,255,255,.74); font-size: 18px; }
.closing-content .button { margin-top: 18px; }
.closing-content small { display: block; margin-top: 18px; color: rgba(255,255,255,.52); }

.site-footer { padding: 70px 0 26px; color: rgba(255,255,255,.68); background: #081728; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr 1fr; gap: 10%; }
.footer-brand { color: white; }
.footer-grid p { max-width: 48ch; margin-top: 16px; font-size: 12px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid strong { margin-bottom: 12px; color: white; font-size: 12px; }
.footer-grid > div > a:not(.brand) { min-height: 36px; color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--sun); }
.footer-bottom { display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 32px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.footer-meta { display: grid; gap: 6px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.footer-legal a { min-height: 32px; display: inline-flex; align-items: center; color: rgba(255,255,255,.68); text-decoration: none; }
.footer-legal a:hover { color: var(--sun); }
.powered-by { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.54); text-decoration: none; }
.powered-by span { flex: 0 0 auto; font-size: 9px; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.powered-by img { display: block; width: 150px; height: auto; }
.powered-by:hover span { color: var(--sun); }

.reveal { opacity: 1; transform: none; filter: none; }
.noscript { padding: 20px; background: #fff3cd; color: #5e4b08; }
* { scrollbar-width: thin; scrollbar-color: var(--red) var(--paper); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--red); border: 3px solid var(--paper); border-radius: 99px; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 36px, 900px); }
  .site-header { padding-inline: 18px; }
  .mobile-language-link { display: inline-flex; }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; color: white; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.14); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button) { min-height: 48px; display: flex; align-items: center; }
  .site-nav .button { margin-top: 8px; }
  .hero { min-height: 860px; }
  .hero-content { padding-top: 150px; }
  .route-strip ol { overflow-x: auto; }
  .route-strip li { min-width: 210px; }
  .proof-list { overflow-x: auto; justify-content: flex-start; }
  .proof-list span { padding-right: 30px; }
  .live-promise-layout { grid-template-columns: 120px 1fr; gap: 36px; }
  .live-signal { width: 112px; height: 112px; }
  .live-signal strong { font-size: 31px; }
  .live-promise-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .live-promise-list li { padding: 18px; border-right: 1px solid rgba(255,255,255,.18); }
  .split-intro, .agenda-heading, .speakers-heading, .outcomes-layout, .faq-layout, .networking-layout, .reality-heading, .healthcare-layout { grid-template-columns: 1fr; gap: 36px; }
  .participation-heading, .participation-boundary { grid-template-columns: 1fr; gap: 30px; }
  .intro-copy { padding-top: 28px; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-grid li { min-height: 230px; border-bottom: 1px solid var(--rule); }
  .journey-grid li:nth-child(5n) { border-right: 1px solid var(--rule); }
  .journey-grid li:nth-child(even) { border-right: 0; }
  .journey-grid li:nth-child(n+6) { border-top: 0; }
  .journey-grid li > span { margin-bottom: 36px; }
  .speaker-grid { grid-template-columns: repeat(3, 1fr); }
  .reality-grid { grid-template-columns: 1fr 1fr; }
  .outcomes-copy, .faq-title, .networking-copy, .healthcare-intro { position: static; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { height: 66px; }
  .site-nav { top: 66px; }
  .hero { min-height: 880px; }
  .hero-image { background-position: 61% center; }
  .hero-video { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,23,40,.97), rgba(8,23,40,.62)), linear-gradient(0deg, rgba(8,23,40,.88), transparent 44%); }
  .hero-content { padding: 126px 0 218px; }
  .event-status { align-items: flex-start; flex-wrap: wrap; font-size: 11px; }
  .live-promise-section { padding: 58px 0; }
  .live-promise-layout { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
  .live-signal { width: max-content; max-width: 100%; height: auto; display: inline-flex; align-items: center; justify-content: flex-start; gap: 8px; padding: 11px 15px; border-radius: 999px; box-shadow: none; }
  .live-signal strong { font-size: 17px; letter-spacing: .01em; }
  .live-signal small { margin-top: 0; font-size: 9px; letter-spacing: .13em; }
  .live-promise-copy { min-width: 0; }
  .live-promise-copy h2 { font-size: clamp(2.15rem, 11vw, 3.1rem); overflow-wrap: anywhere; }
  .live-promise-list { grid-column: auto; grid-template-columns: 1fr; }
  .live-promise-list li { padding: 14px 0; border-right: 0; }
  h1 { font-size: clamp(3.15rem, 16vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .text-link { justify-content: center; }
  .hero-facts { margin-top: 34px; }
  .hero-facts div { min-width: 0; padding: 0 13px; }
  .hero-facts dt { font-size: 25px; }
  .hero-facts dd { font-size: 11px; letter-spacing: .03em; }
  .route-strip li { min-width: 190px; min-height: 100px; }
  .section { padding: 86px 0; }
  .journey-section { padding-top: 108px; }
  .attendee-value-section { padding-block: 86px; }
  .all-access-pass { grid-template-columns: 66px 1fr; gap: 22px; margin-bottom: 32px; padding: 24px 22px; }
  .all-access-pass-mark { width: 58px; height: 58px; }
  .all-access-pass ul { grid-column: 1 / -1; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .attendee-value-section .sp-value-line-priceless > strong { font-size: 15px; letter-spacing: .05em; }
  .attendee-companion-bump { grid-template-columns: 1fr; gap: 22px; padding: 24px 22px; }
  .attendee-primary-price > div { flex-wrap: wrap; }
  .attendee-coupon { padding: 22px; }
  .attendee-coupon > div { grid-template-columns: 1fr; }
  .attendee-coupon button { width: 100%; }
  .attendee-companion-price { justify-items: start; min-width: 0; }
  .attendee-companion-bump > small { text-align: left; }
  .attendee-checkout-total { align-items: flex-start; flex-direction: column; gap: 8px; padding: 22px; }
  .section h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid li { min-height: 0; display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 22px 4px; border-right: 0; }
  .journey-grid li:nth-child(5n) { border-right: 0; }
  .journey-grid li > span { grid-row: span 2; margin: 0; }
  .agenda-section > .shell { width: calc(100% - 20px); }
  .agenda-heading { padding-inline: 4px; }
  .agenda-heading > p { font-size: 15px; }
  .full-agenda { gap: 52px; }
  .agenda-day-header { min-height: 124px; padding: 26px 22px; }
  .agenda-day-header h3 { font-size: 48px; word-spacing: .08em; }
  .agenda-day-header p { font-size: 10px; }
  .schedule-block { grid-template-columns: 1fr; }
  .schedule-time { display: flex; padding: 13px 18px; align-items: baseline; gap: 7px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .schedule-time time, .schedule-time span { display: inline; }
  .schedule-time time { font-size: 13px; }
  .schedule-time span { margin-top: 0; }
  .schedule-block:not(.track-block) > article { padding: 23px 20px 25px; }
  .schedule-block h4 { font-size: 21px; overflow-wrap: anywhere; }
  .track-block { scroll-margin-top: 76px; }
  .track-block > article { border-left-width: 4px; }
  .track-speed-block > article { border-left-width: 4px; }
  .track-block-header { grid-template-columns: 72px minmax(0, 1fr); gap: 16px; padding: 24px 18px; }
  .track-code { min-height: 40px; font-size: 10px; }
  .track-block-header h4 { font-size: 23px; overflow-wrap: anywhere; }
  .track-block-header p { font-size: 13px; }
  .track-fireside, .track-rooms-heading { padding: 20px 18px 22px; }
  .track-fireside > div, .track-rooms-heading > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .track-fireside strong, .track-rooms-heading strong { font-size: 15px; overflow-wrap: anywhere; }
  .track-room-list li { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; min-height: 0; padding: 17px 18px; align-items: start; }
  .track-room-list strong { min-width: 0; font-size: 14px; overflow-wrap: anywhere; }
  .qa-room-list { grid-template-columns: 1fr; margin-top: 18px; }
  .qa-room-list li { grid-template-columns: 64px minmax(0, 1fr); padding: 15px; }
  .speaker-grid { grid-template-columns: 1fr 1fr; }
  .reality-grid { grid-template-columns: 1fr; }
  .reality-grid article { min-height: 0; }
  .networking-grid { grid-template-columns: 1fr; }
  .networking-grid article { min-height: 0; }
  .healthcare-button { width: 100%; }
  .healthcare-list li { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 24px 0; }
  .healthcare-list h3 { font-size: 18px; }
  .healthcare-standard { padding: 24px; }
  .participation-grid { grid-template-columns: 1fr; }
  .participation-card { min-height: 0; padding: 32px 24px; }
  .participation-number { margin-bottom: 30px; }
  .participation-boundary { padding: 32px 24px; }
  .participation-boundary .button { width: 100%; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 0; padding: 42px 24px; }
  .fit-card + .fit-card { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .faq-list summary { font-size: 15px; }
  .closing-section { min-height: 720px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: start; gap: 18px; }
  .footer-legal { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}

@media (max-width: 440px) {
  .speaker-grid { grid-template-columns: 1fr; }
  .speaker-portrait { aspect-ratio: 1.35 / 1; }
}

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

@supports not (backdrop-filter: blur(1px)) {
  .site-header { background: var(--navy); }
}
