/* Street Beat — approved September 2026 visual direction */
:root {
  --ink: #101113;
  --paper: #f4f3ed;
  --volt: #dfff00;
  --muted: #5f6263;
  --line: rgba(16,17,19,.28);
  --header-h: 78px;
  color-scheme: light;
  font-synthesis: style;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 20px; line-height: 1.35; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button, summary { touch-action: manipulation; }
button { cursor: pointer; }
address { font-style: normal; }
figure { margin: 0; }
p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
h1, h2 { font-family: Anton, Impact, "Arial Narrow", sans-serif; font-weight: 400; font-style: italic; text-transform: uppercase; letter-spacing: -.025em; line-height: 1.08; }
h1 { font-size: clamp(58px, 5.6vw, 80px); }
h2 { font-size: clamp(36px, 3.6vw, 52px); }
h3 { font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 28px; line-height: 1.15; font-weight: 700; }
h1 em, h2 em { font-style: inherit; color: var(--volt); }
h3 + p { margin-top: 6px; }
:focus-visible { outline: 3px solid #3c84cc; outline-offset: 5px; }
.dark :focus-visible, .site-header :focus-visible, .site-footer :focus-visible { outline-color: var(--volt); }
.shell { width: calc(100% - 8.8vw); max-width: 1320px; 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; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 20px; color: var(--ink); background: var(--volt); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.section { padding-block: 72px; }
.section-tight { padding-block: 40px; }
.paper { color: var(--ink); background: var(--paper); }
.dark { color: var(--paper); background: var(--ink); }
.muted-band { color: var(--ink); background: #e9e9e3; }
.border-top { border-top: 1px solid var(--line); }
.dark.border-top { border-color: #ffffff40; }
.eyebrow { margin: 0 0 14px; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: .32em; line-height: 1.4; color: #64686b; }
.dark .eyebrow, .hero .eyebrow { color: #e2e3e3; }
.label { display: block; font-size: 16px; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: .06em; }
.section-heading { margin-bottom: 28px; }
.section-heading > p:not(.eyebrow) { margin-top: 12px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > :first-child { flex: 1 1 68%; }
.split-heading > p { flex: 0 1 360px; max-width: 360px; margin: 0; }
.section-intro { max-width: 720px; margin: 18px 0 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 13px 24px; border: 1px solid transparent; border-radius: 0; font-size: 17px; font-weight: 700; line-height: 1.15; text-transform: uppercase; text-decoration: none; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button span[aria-hidden] { font-family: Arial, sans-serif; font-size: 23px; line-height: .8; }
.button-primary { background: var(--volt); color: var(--ink); border: 2px solid #34383c; }
.button-primary:hover { background: #ebff63; border-color: #34383c; }
.button-outline { color: inherit; border-color: currentColor; background: transparent; }
.button-outline:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.paper .button-outline:hover { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #323536; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; line-height: 1.15; }
.text-link:hover { color: #586400; }
.dark .text-link:hover { color: var(--volt); }
.text-link span[aria-hidden] { font-family: Arial, sans-serif; }
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-h); background: #101113f5; color: var(--paper); border-bottom: 1px solid #ffffff15; backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.site-brand { flex: 0 0 250px; width: 250px; }
.site-brand-wordmark { width: 100%; height: auto; }
.site-header .site-brand { align-self: stretch; display: flex; align-items: center; overflow: hidden; }
/* Center the visible wordmark, accounting for the source PNG's lower transparent padding. */
.site-header .site-brand-wordmark { transform: translateY(20.4167%); }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 34px; }
.site-nav > a:not(.button) { position: relative; min-height: 48px; display: flex; align-items: center; white-space: nowrap; text-decoration: none; font-size: 18px; font-weight: 500; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; bottom: 0; height: 3px; left: 0; right: 0; background: var(--volt); transform: scaleX(0); transition: transform .18s; transform-origin: left; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav > a[aria-current="page"] { color: var(--volt); }
.nav-cta { margin-left: 32px; min-width: 176px; justify-content: center; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; min-height: 580px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #10151b; }
.hero-media { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7,12,17,.85) 0%, rgba(7,12,17,.7) 24%, rgba(7,12,17,.22) 52%, rgba(7,12,17,0) 76%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,#10111345,transparent 24%); }
.hero > .shell { padding-block: 58px; }
.hero-content { position: relative; max-width: 800px; }
.hero-copy-width { max-width: 750px; }
.hero h1 { text-shadow: 0 3px 20px #00000025; }
.hero .eyebrow { margin-bottom: 18px; }
.hero-lede { font-size: 25px; font-weight: 500; line-height: 1.25; margin-top: 18px; max-width: 650px; }
.hero .button-row { margin-top: 28px; }
.hero .button { min-width: 230px; }
.hero-interior { min-height: 440px; }
.hero-interior > .shell { padding-block: 42px; }
.hero-interior h1 { font-size: clamp(52px, 5.1vw, 74px); }
.hero-interior .hero-lede { max-width: 580px; }
.hero-attend .hero-content { max-width: 640px; }
.hero-attend .hero-media { object-position: center 48%; }
.hero-compete .hero-content { max-width: 780px; }
.hero-compete .hero-lede { max-width: 560px; font-size: 23px; }
.hero-exhibit .hero-content { max-width: 760px; }
.hero-facts { display: flex; gap: 24px; margin-top: 28px; }
.hero-facts > div { display: flex; flex-direction: column; padding-right: 24px; }
.hero-facts > div + div { border-left: 1px solid #ffffff85; padding-left: 24px; }
.hero-facts strong { font-size: 21px; font-weight: 600; text-transform: uppercase; line-height: 1.15; }
.hero-facts span { font-size: 18px; }
.facts { padding-block: 24px; border-top: 1px solid #ffffff65; border-bottom: 1px solid #ffffff25; }
.facts > .shell { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; align-items: center; }
.facts > .shell > div { min-height: 54px; display: flex; flex-direction: column; justify-content: center; }
.facts > .shell > div + div { border-left: 1px solid #ffffff75; padding-left: 32px; }
.facts .label { color: #d4d4cf; font-size: 12px; letter-spacing: .14em; margin-bottom: 5px; }
.facts strong { display: block; font-size: 25px; text-transform: uppercase; font-weight: 600; letter-spacing: .045em; line-height: 1.1; }
.facts small { display: block; font-size: 17px; line-height: 1.25; margin-top: 4px; }
.facts-4 > .shell { grid-template-columns: repeat(4,minmax(0,1fr)); }
.grid-2, .grid-3, .grid-4, .feature-split, .utility-grid, .stay-options, .sponsor-grid { display: grid; gap: 28px; }
.grid-2, .feature-split, .utility-grid, .stay-options, .sponsor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.feature-split { align-items: center; gap: 48px; }
.feature-split > *, .grid-3 > *, .grid-4 > *, .grid-2 > *, .utility-grid > * { min-width: 0; }
.feature-copy > h2 { margin-bottom: 12px; }
.feature-copy > h3 { margin-bottom: 6px; }
.feature-copy .button-row { margin-top: 22px; }
.feature-copy > .button { margin-top: 6px; }
.media-frame { position: relative; overflow: hidden; display: block; background: #d9d9d3; }
.media-frame > img, .media-frame > video { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.media-frame > video { background: #08090b; }
.media-credit { margin-top: 10px; color: #626567; font-size: 16px; line-height: 1.25; }
.dark .media-credit { color: #c7c7c1; }
.photo-card > img { width: 100%; aspect-ratio: 1.65; object-fit: cover; margin-bottom: 12px; }
.photo-card h3 { font-size: 28px; }
.photo-card p { margin-top: 5px; margin-bottom: 0; }
.route-strip { padding-block: 22px; background: var(--ink); color: var(--paper); }
.route-strip > .shell { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.route-strip a { min-height: 74px; text-decoration: none; display: flex; align-items: center; gap: 30px; padding-inline: 30px; border-left: 1px solid #ffffff65; }
.route-strip a:first-child { border-left: 0; padding-left: 0; }
.route-strip a:last-child { padding-right: 0; }
.route-strip a > strong, .route-number { font-family: Anton, Impact, sans-serif; font-size: 48px; font-style: italic; color: var(--volt); line-height: 1; }
.route-strip a > div, .route-strip a > span:not([aria-hidden]) { flex: 1; }
.route-strip a h3 { font-size: 29px; font-weight: 500; text-transform: uppercase; }
.route-strip a p { font-size: 18px; margin: 3px 0 0; }
.route-strip a > span[aria-hidden] { font-size: 28px; margin-left: auto; }
.route-strip a:hover h3 { color: var(--volt); }
.mini-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--line); }
.mini-links .text-link { font-size: 16px; text-transform: uppercase; border: 0; }
.dark .mini-links { border-color: #ffffff50; }
.price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 12px; gap: 0; }
.price-card { padding: 0 26px; text-align: center; }
.price-card + .price-card { border-left: 1px solid var(--line); }
.price-card h3 { font-family: Anton, Impact, sans-serif; font-size: 31px; font-style: italic; text-transform: uppercase; font-weight: 400; }
.price { display: block; font-family: Anton, Impact, sans-serif; font-style: italic; font-size: 78px; font-weight: 400; line-height: 1.1; margin-block: 2px 4px; letter-spacing: -.03em; }
.price-card p { font-size: 20px; line-height: 1.2; margin-top: 8px; }
.ticket-notice { text-align: center; margin-top: 24px; }
.ticket-notice .button { min-width: 310px; }
.ticket-notice p { margin-top: 10px; font-size: 17px; color: #626567; }
.experience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 30px; }
.experience-tile { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 20px; min-width: 0; }
.experience-tile > img { width: 100%; height: 100%; aspect-ratio: 1.85; object-fit: cover; min-height: 158px; }
.experience-tile > div { padding-block: 8px; min-width: 0; }
.experience-tile h3 { font-size: 26px; }
.experience-tile p { font-size: 19px; margin: 7px 0 0; line-height: 1.2; }
.experience-tile .text-link { font-size: 17px; margin-top: 6px; }
.notice { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 17px; line-height: 1.35; }
.dark .notice { border-color: #ffffff50; }
.notice p { margin: 0; }
.notice .label { font-size: 13px; margin-bottom: 6px; }
.timeline { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; padding: 0; margin: 26px 0 0; list-style: none; }
.timeline-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.timeline-item { position: relative; padding-left: 20px; border-left: 2px solid #969a96; }
.timeline-item .label { font-size: 18px; letter-spacing: 0; margin-bottom: 8px; }
.timeline-item h3 { font-size: 27px; margin-bottom: 8px; }
.timeline-item p { font-size: 19px; }
.timeline-3 .timeline-item { padding: 12px 28px; border-left-width: 1px; }
.timeline-3 .timeline-item:first-child { border-left: 0; padding-left: 0; }
.timeline-3 .timeline-item h3 { font-size: 30px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.65fr; gap: 70px; align-items: start; }
.faq-layout h2 { font-size: clamp(34px,3.1vw,44px); }
.faq-layout .section-heading { margin: 0; }
.faq-list { border-top: 1px solid #6f7472; }
details { border-bottom: 1px solid #8e9490; }
summary { position: relative; min-height: 48px; display: flex; align-items: center; gap: 22px; padding: 12px 30px 12px 0; list-style: none; font-size: 20px; font-weight: 600; line-height: 1.2; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: Arial,sans-serif; font-size: 25px; font-weight: 400; }
details[open] > summary::after { content: "−"; }
summary:hover { color: #667500; }
details > p, details > ul { margin: 0 0 16px; }
details > p { max-width: 900px; font-size: 19px; line-height: 1.35; }
details a { font-weight: 600; }
.dark details { border-color: #c6c9c06b; }
.dark summary:hover { color: var(--volt); }
.award-groups { align-items: start; }
.award-card { padding: 24px; border: 1px solid var(--line); }
.award-card > h3 { margin-bottom: 16px; text-transform: uppercase; }
.award-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; padding: 0; gap: 6px 18px; font-size: 18px; }
.award-list li { padding-block: 5px; border-bottom: 1px solid #10111318; }
.program-card .notice { margin-top: 18px; }
.program-card details { margin-top: 8px; }
.program-card summary { font-size: 19px; }
.program-card details > p { margin-top: 16px; font-size: 18px; }
.entry-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; list-style: none; padding: 0; margin: 0; }
.entry-steps li { border-left: 1px solid #ffffff60; padding-left: 18px; }
.entry-steps li:first-child { padding-left: 0; border-left: 0; }
.entry-steps strong { display: block; font-family: Anton,Impact,sans-serif; font-size: 38px; font-style: italic; font-weight: 400; color: var(--volt); margin-bottom: 8px; }
.entry-steps span { display: block; font-weight: 600; font-size: 20px; line-height: 1.2; }
.checklist { list-style: none; padding: 0; margin: 24px 0 0; }
.checklist li { position: relative; border-top: 1px solid var(--line); padding: 12px 0 12px 26px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; }
.contact-panel { padding: 28px 32px; border-left: 1px solid var(--line); }
.contact-panel h2 { font-size: 38px; margin-bottom: 16px; }
.contact-panel .button { margin: 10px 0; }
.booth-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.booth-card { text-align: center; padding: 14px 24px 10px; }
.booth-card + .booth-card { border-left: 1px solid var(--line); }
.footprint { width: var(--footprint,70px); height: 54px; max-width: 95%; border: 2px solid var(--ink); margin: 0 auto 22px; }
.booth-card h3 { font-size: 28px; }
.booth-card .price { font-family: "Barlow Condensed",sans-serif; font-size: 31px; font-style: normal; font-weight: 700; margin-top: 10px; }
.booth-card p { margin-top: 8px; }
.booth-card .text-link { font-size: 18px; }
.utility-grid > article + article { border-left: 1px solid var(--line); padding-left: 36px; }
.utility-grid h3 { text-transform: uppercase; font-size: 27px; }
.utility-grid p { font-size: 19px; margin-top: 6px; }
.sponsor-list { margin-top: 22px; border-top: 1px solid #c6c9c06b; }
.sponsor-list summary { justify-content: space-between; font-size: 21px; }
.sponsor-meta { font-size: 17px; font-weight: 400; text-align: right; color: #d5d6cf; }
.sponsor-list details > p { font-size: 18px; }
#sponsorships .media-frame > img { aspect-ratio: 1.08; object-position: 70%; }
#sponsorships .button { padding-inline: 20px; gap: 18px; font-size: 16px; }
.rate-table { width: 100%; border-collapse: collapse; text-align: left; }
.rate-table th, .rate-table td { border-bottom: 1px solid var(--line); padding: 16px; }
.rate-table th { font-size: 16px; text-transform: uppercase; }
.rate-table td { font-size: 21px; }
.closing { padding-block: 40px; position: relative; overflow: hidden; background: linear-gradient(90deg,#101113e8,#101113cc),url("assets/media/shift-culture-sunset.webp") center 28% / cover; }
.closing > .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing h2 { font-size: clamp(38px,3.7vw,54px); }
.closing .eyebrow { margin-bottom: 8px; }
.closing-copy > p:last-child:not(.eyebrow) { margin-top: 8px; font-size: 21px; }
.closing .button { flex-shrink: 0; min-width: 225px; }
.site-footer { background: var(--ink); color: var(--paper); border-top: 1px solid #ffffff60; padding-block: 26px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 30px; }
.footer-brand { width: 190px; flex: 0 0 190px; }
.footer-inner > p { font-size: 15px; border-left: 1px solid #ffffff50; padding-left: 28px; margin: 0; }
.footer-inner > nav { display: flex; gap: 22px; align-items: center; margin-left: auto; }
.footer-inner > nav > a { font-size: 15px; text-decoration: none; min-height: 44px; display: flex; align-items: center; }
.footer-inner > nav > a:hover { color: var(--volt); }
.footer-inner > small { display: block; font-size: 13px; color: #b9bbb6; width: 100%; text-align: right; }
.plan-hero { padding-block: 54px; }
.plan-hero h1 { font-size: clamp(46px,4.6vw,65px); }
.plan-hero .feature-split { grid-template-columns: 1.5fr 1fr; }
.plan-hero .hero-lede { font-size: 24px; margin-top: 16px; }
.plan-facts { display: grid; gap: 20px; padding-left: 42px; border-left: 1px solid var(--line); }
.plan-facts > div { display: flex; flex-direction: column; }
.plan-facts strong { font-size: 28px; font-weight: 600; text-transform: uppercase; line-height: 1.15; }
.plan-facts span { font-size: 21px; margin-top: 4px; }
.jump-nav { background: var(--ink); color: var(--paper); }
.jump-nav > .shell { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.jump-nav a { padding: 20px; min-height: 64px; display: flex; justify-content: center; align-items: center; text-decoration: none; text-transform: uppercase; font-weight: 600; letter-spacing: .04em; font-size: 20px; border-right: 1px solid #ffffff55; }
.jump-nav a:first-child { border-left: 1px solid #ffffff55; }
.jump-nav a:hover { color: var(--volt); background: #1d2022; }
.map-layout { display: grid; grid-template-columns: 1.75fr 1fr; gap: 42px; align-items: start; }
.map-stage-v2 { position: relative; overflow: hidden; }
.map-image { width: 100%; height: auto; display: block; }
.map-pin-layer { position: absolute; inset: 0; padding: 0; margin: 0; list-style: none; }
.map-pin { position: absolute; transform: translate(-50%,-50%); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--ink); color: var(--ink); background: var(--volt); box-shadow: 0 2px 8px #00000070; font-family: "Barlow Condensed",sans-serif; font-size: 22px; font-weight: 700; line-height: 1; }
.map-badge { position: absolute; top: 16px; left: 16px; background: var(--ink); color: white; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; padding: 8px 12px; line-height: 1.15; }
.map-legend { padding: 0; list-style: none; margin: 16px 0 0; }
.map-legend li { display: flex; gap: 14px; padding: 10px 0; border-top: 1px solid var(--line); align-items: start; }
.map-legend li > span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; background: var(--volt); border: 1px solid var(--ink); border-radius: 50%; font-size: 19px; font-weight: 700; margin-top: 2px; }
.map-legend h3 { font-size: 22px; }
.map-legend p { font-size: 17px; line-height: 1.2; margin-top: 4px; }
.map-preview > img { aspect-ratio: 1.85; object-position: center 56%; }
.directions-bar { padding-block: 28px; }
.directions-bar > .shell { display: grid; grid-template-columns: 1.4fr 1fr auto; align-items: center; gap: 32px; }
.directions-bar h2 { font-family: "Barlow Condensed",sans-serif; font-size: 27px; font-style: normal; font-weight: 700; text-transform: none; letter-spacing: 0; }
.directions-bar address { font-size: 18px; margin-top: 5px; }
.directions-bar p { margin: 0; font-size: 19px; }
.stay-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-block: 22px; }
.stay-stats > div { padding-right: 14px; }
.stay-stats > div + div { border-left: 1px solid var(--line); padding-left: 20px; }
.stay-stats strong { display: block; font-size: 28px; font-weight: 700; line-height: 1.15; }
.stay-stats span { display: block; font-size: 17px; margin-top: 4px; }
.hotel-media > img { aspect-ratio: 2; }
.packing-strip { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 32px; align-items: start; }
.packing-strip h2 { font-size: 36px; }
.packing-strip > div > p { margin-top: 8px; font-size: 18px; }
.packing-item { border-left: 1px solid var(--line); padding-left: 26px; }
.packing-item h3 { font-size: 24px; }
.partner-lockup { display: flex; align-items: center; justify-content: center; gap: 34px; padding: 30px; background: var(--ink); color: var(--paper); }
.partner-lockup img { max-width: 180px; max-height: 90px; width: auto; object-fit: contain; }
.partner-lockup span { color: var(--volt); font-size: 30px; }
@media (min-width: 1650px) {
  .hero { min-height: 650px; }
  .hero-interior { min-height: 490px; }
}
@media (max-width: 1200px) {
  .header-inner { gap: 24px; }
  .site-brand { width: 215px; flex-basis: 215px; }
  .site-nav { gap: 24px; }
  .nav-cta { margin-left: 10px; min-width: 150px; padding-inline: 18px; }
  .feature-split { gap: 32px; }
  .experience-tile { grid-template-columns: 1fr 1fr; gap: 14px; }
  .experience-tile > img { min-height: 175px; }
  .experience-tile p { font-size: 18px; }
  .footer-inner { gap: 12px 24px; }
  .footer-inner > nav { width: 100%; margin-left: 0; }
  .footer-inner > small { width: auto; margin-left: auto; }
  .map-layout { grid-template-columns: 1.5fr 1fr; gap: 28px; }
  .map-legend p { font-size: 16px; }
  .directions-bar > .shell { grid-template-columns: 1.3fr 1fr; }
  .directions-bar .button { grid-column: 2; grid-row: 1 / 3; }
  .directions-bar p { grid-column: 1; }
  .booth-card { padding-inline: 16px; }
  .packing-strip { gap: 22px; }
}
@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .header-inner { gap: 20px; }
  .site-brand { width: 220px; flex-basis: 220px; }
  .menu-toggle { display: grid; place-items: center; width: 48px; height: 48px; padding: 10px; border: 1px solid #ffffff70; background: transparent; color: var(--paper); }
  .menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 24px; height: 2px; background: currentColor; }
  .menu-lines { position: relative; }
  .menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; transition: transform .2s,top .2s; }
  .menu-lines::before { top: -7px; }
  .menu-lines::after { top: 7px; }
  .menu-toggle[aria-expanded="true"] .menu-lines { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { top: 0; transform: rotate(-45deg); }
  .site-nav { position: absolute; top: var(--header-h); inset-inline: 0; display: none; background: var(--ink); border-top: 1px solid #ffffff30; padding: 20px 4.4vw 30px; gap: 0; max-height: calc(100dvh - var(--header-h)); overflow-y: auto; box-shadow: 0 18px 30px #00000040; }
  .site-nav.is-open, .site-nav.open, body.menu-open .site-nav, .menu-toggle[aria-expanded="true"] + .site-nav { display: flex; flex-direction: column; align-items: stretch; }
  .site-nav > a:not(.button) { font-size: 24px; padding-block: 14px; border-bottom: 1px solid #ffffff30; min-height: 58px; }
  .nav-cta { margin: 24px 0 0; min-height: 52px; justify-content: space-between; }
  .hero h1 { font-size: 65px; }
  .hero-content, .hero-copy-width { max-width: 660px; }
  .hero-interior h1 { font-size: 59px; }
  .hero-interior { min-height: 460px; }
  .hero-compete .hero-lede { max-width: 500px; }
  .facts strong { font-size: 21px; }
  .facts > .shell { gap: 18px; }
  .facts > .shell > div + div { padding-left: 22px; }
  .section { padding-block: 50px; }
  .section-tight { padding-block: 34px; }
  .split-heading { display: block; }
  .split-heading > p { max-width: 700px; margin-top: 16px; }
  .grid-3 { gap: 20px; }
  .photo-card h3 { font-size: 25px; }
  .photo-card p { font-size: 19px; }
  .feature-split { gap: 26px; }
  .feature-copy h2 { font-size: 38px; }
  .feature-copy > p { font-size: 19px; }
  .route-strip a { padding-inline: 20px; gap: 18px; }
  .route-strip a > strong, .route-number { font-size: 40px; }
  .route-strip a h3 { font-size: 26px; }
  .price { font-size: 65px; }
  .price-card { padding-inline: 20px; }
  .price-card h3 { font-size: 27px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-tile { grid-template-columns: 1fr 1.1fr; gap: 24px; }
  .experience-tile > img { min-height: 0; aspect-ratio: 2; }
  .experience-tile h3 { font-size: 28px; }
  .experience-tile p { font-size: 20px; }
  .timeline { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .timeline-3 { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
  .timeline-3 .timeline-item { padding-inline: 20px; }
  .faq-layout { grid-template-columns: 1fr 1.6fr; gap: 35px; }
  .booth-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 0; }
  .booth-card:nth-child(3) { border-left: 0; }
  .booth-card:nth-child(n+3) { padding-top: 30px; border-top: 1px solid var(--line); }
  #sponsorships > .feature-split { grid-template-columns: 1fr; }
  #sponsorships .media-frame > img { aspect-ratio: 2.15; }
  .sponsor-list summary { font-size: 22px; }
  .sponsor-meta { font-size: 18px; }
  .contact-panel { padding: 20px; }
  .entry-steps { gap: 14px; }
  .entry-steps li { padding-left: 12px; }
  .entry-steps span { font-size: 18px; }
  .plan-hero .feature-split { grid-template-columns: 1.4fr 1fr; }
  .plan-hero h1 { font-size: 49px; }
  .plan-facts { padding-left: 24px; }
  .plan-facts strong { font-size: 24px; }
  .plan-facts span { font-size: 19px; }
  .map-layout { grid-template-columns: 1fr; gap: 22px; }
  .venue-map { max-width: 690px; width: 100%; margin-inline: auto; }
  .map-legend { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 28px; }
  .map-legend p { font-size: 18px; }
  .map-legend h3 { font-size: 25px; }
  .packing-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .packing-strip > div:first-child { grid-column: 1 / -1; }
  .packing-item:first-of-type { padding-left: 0; }
  .stay-stats { gap: 12px; }
  .stay-stats > div + div { padding-left: 12px; }
  .stay-stats strong { font-size: 24px; }
  .stay-stats span { font-size: 16px; }
}
@media (max-width: 680px) {
  :root { --header-h: 68px; }
  body { font-size: 19px; }
  .shell { width: calc(100% - 40px); }
  .site-brand { width: 210px; flex-basis: 210px; }
  .site-nav { padding-inline: 20px; }
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  h3 { font-size: 25px; }
  .eyebrow { font-size: 11px; letter-spacing: .27em; }
  .section { padding-block: 36px; }
  .section-tight { padding-block: 30px; }
  .section-heading { margin-bottom: 22px; }
  .hero, .hero-interior { min-height: 650px; align-items: start; }
  .hero > .shell, .hero-interior > .shell { padding-block: 40px 270px; }
  .hero-media { top: auto; bottom: 0; height: 62%; object-position: 67% center; }
  .hero::before { background: linear-gradient(180deg,#10151b 0%,#10151b 30%,rgba(16,21,27,.95) 36%,rgba(16,21,27,.25) 58%,rgba(16,21,27,0) 75%); }
  .hero::after { background: linear-gradient(0deg,#10111340,transparent 25%); }
  .hero .hero-content, .hero .hero-copy-width { max-width: none; }
  .hero h1, .hero-interior h1 { font-size: clamp(38px,10.8vw,56px); letter-spacing: -.02em; line-height: 1.08; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero-lede, .hero-interior .hero-lede, .hero-compete .hero-lede { max-width: 430px; font-size: 21px; margin-top: 15px; line-height: 1.2; }
  .hero .button-row { gap: 10px; margin-top: 22px; }
  .hero .button { min-width: 0; padding: 12px 16px; gap: 18px; font-size: 15px; }
  .hero-attend .hero-media { height: 65%; object-position: 65% center; }
  .hero-attend::before { background: linear-gradient(180deg,#10151b 0%,#10151b 25%,rgba(16,21,27,.95) 36%,rgba(16,21,27,.12) 63%,transparent 76%); }
  .hero-compete > .shell { padding-bottom: 270px; }
  .hero-compete .hero-lede { font-size: 20px; }
  .hero-exhibit .hero-media { object-position: 72% center; }
  .hero-facts { gap: 16px; margin-top: 24px; }
  .hero-facts > div { padding-right: 0; flex: 1; }
  .hero-facts > div + div { padding-left: 16px; }
  .hero-facts strong { font-size: 18px; }
  .hero-facts span { font-size: 16px; margin-top: 4px; }
  .facts { padding-block: 18px; }
  .facts > .shell { grid-template-columns: 1fr; gap: 14px; }
  .facts > .shell > div { min-height: 0; display: grid; grid-template-columns: 115px 1fr; column-gap: 14px; align-items: center; }
  .facts > .shell > div + div { border-left: 0; padding-left: 0; padding-top: 14px; border-top: 1px solid #ffffff45; }
  .facts .label { margin: 0; grid-row: 1 / 3; font-size: 12px; letter-spacing: .08em; }
  .facts strong { font-size: 21px; letter-spacing: .02em; }
  .facts small { grid-column: 2; font-size: 16px; }
  .grid-2, .grid-3, .grid-4, .feature-split, .utility-grid, .stay-options, .sponsor-grid { grid-template-columns: 1fr; gap: 26px; }
  .photo-card > img { aspect-ratio: 1.8; margin-bottom: 10px; }
  .photo-card h3 { font-size: 27px; }
  .photo-card p { font-size: 20px; }
  .feature-copy h2 { font-size: 36px; }
  .feature-copy > p { font-size: 20px; }
  .feature-split { gap: 24px; }
  .media-frame > img, .media-frame > video { aspect-ratio: 1.65; }
  .route-strip { padding-block: 6px; }
  .route-strip > .shell { grid-template-columns: 1fr; }
  .route-strip a, .route-strip a:first-child, .route-strip a:last-child { border-left: 0; padding: 17px 0; gap: 24px; }
  .route-strip a + a { border-top: 1px solid #ffffff50; }
  .route-strip a > strong, .route-number { font-size: 40px; }
  .route-strip a h3 { font-size: 27px; }
  .route-strip a p { font-size: 18px; }
  .button { min-height: 48px; padding-inline: 20px; font-size: 17px; }
  .button-row { gap: 12px; margin-top: 22px; }
  .mini-links { gap: 8px 18px; margin-top: 18px; }
  .mini-links .text-link { font-size: 15px; }
  .price-grid { gap: 0; }
  .price-card { padding-inline: 9px; }
  .price-card:first-child { padding-left: 0; }
  .price-card:last-child { padding-right: 0; }
  .price-card h3 { font-size: 20px; line-height: 1.15; min-height: 46px; display: flex; align-items: center; justify-content: center; }
  .price { font-size: clamp(40px,12vw,64px); line-height: 1.2; }
  .price-card p { font-size: 16px; line-height: 1.25; }
  .ticket-notice .button { min-width: 0; width: 100%; max-width: 340px; }
  .ticket-notice p { font-size: 16px; }
  .experience-grid { gap: 30px; }
  /* Stacked cards must size media independently of the following copy row. */
  .experience-tile { grid-template-columns: minmax(0,1fr); align-items: start; gap: 12px; }
  .experience-tile > img { height: auto; min-height: 0; aspect-ratio: 1.9; align-self: start; }
  .experience-tile > div { padding: 0; }
  .experience-tile h3 { font-size: 27px; }
  .experience-tile p { font-size: 20px; line-height: 1.3; }
  .timeline { grid-template-columns: 1fr; gap: 22px; margin-top: 22px; }
  .timeline-item { padding-left: 20px; }
  .timeline-3 .timeline-item, .timeline-3 .timeline-item:first-child { border-left: 2px solid #969a96; padding: 0 0 0 20px; }
  .timeline-item p { font-size: 19px; }
  .notice { margin-top: 20px; font-size: 17px; }
  .notice.utility-grid { gap: 16px; }
  .faq-layout { grid-template-columns: 1fr; gap: 22px; }
  .faq-layout h2 { font-size: 35px; }
  summary { min-height: 50px; font-size: 20px; }
  details > p { font-size: 19px; }
  .award-groups { gap: 32px; }
  .award-list { gap: 5px 20px; }
  .entry-steps { gap: 18px; }
  .entry-steps strong { font-size: 34px; }
  .entry-steps span { font-size: 18px; }
  .contact-panel { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .contact-panel h2 { font-size: 34px; }
  .booth-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 0; }
  .booth-card { padding-inline: 12px; }
  .booth-card h3 { font-size: 23px; }
  .booth-card p { font-size: 18px; }
  .booth-card .text-link { font-size: 17px; gap: 8px; }
  .footprint { height: 45px; max-width: 98%; }
  .booth-card:nth-child(4) .footprint { width: 100%; }
  .utility-grid > article + article { padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  #sponsorships .media-frame > img { aspect-ratio: 1.6; }
  .sponsor-list summary { font-size: 21px; gap: 14px; }
  .sponsor-meta { max-width: 140px; font-size: 16px; }
  #sponsorships .button-row { flex-direction: column; align-items: stretch; }
  #sponsorships .button { min-height: 48px; font-size: 17px; }
  .closing { padding-block: 32px; }
  .closing > .shell { display: block; }
  .closing h2 { font-size: 38px; }
  .closing .button { margin-top: 24px; min-width: 235px; }
  .closing-copy > p:last-child:not(.eyebrow) { font-size: 19px; }
  .footer-inner { display: block; }
  .footer-brand { display: block; width: 210px; }
  .footer-inner > p { margin: 18px 0; padding: 0; border-left: 0; font-size: 16px; }
  .footer-inner > nav { display: flex; flex-wrap: wrap; gap: 2px 24px; margin: 12px 0; }
  .footer-inner > nav > a { font-size: 17px; }
  .footer-inner > small { margin: 10px 0 0; text-align: left; font-size: 14px; }
  .plan-hero { padding-block: 34px; }
  .plan-hero .feature-split { grid-template-columns: 1fr; }
  .plan-hero h1 { font-size: 43px; }
  .plan-hero .hero-lede { font-size: 22px; }
  .plan-facts { grid-template-columns: 1fr 1fr; gap: 16px; padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .plan-facts > div + div { border-left: 1px solid var(--line); padding-left: 16px; }
  .plan-facts strong { font-size: 21px; }
  .plan-facts span { font-size: 18px; }
  .jump-nav > .shell { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .jump-nav a { min-height: 54px; padding: 14px; font-size: 18px; border-bottom: 1px solid #ffffff40; }
  .jump-nav a:first-child { border-left: 0; }
  .jump-nav a:nth-child(2n) { border-right: 0; }
  .map-layout { gap: 20px; }
  .map-pin { width: 25px; height: 25px; border-width: 1px; font-size: 17px; }
  .map-badge { top: 10px; left: 10px; font-size: 12px; padding: 7px 9px; }
  .map-legend { grid-template-columns: 1fr; gap: 0; }
  .map-legend li { padding-block: 12px; }
  .map-legend h3 { font-size: 23px; }
  .map-legend p { font-size: 18px; }
  .map-preview > img { aspect-ratio: 1.75; }
  .directions-bar > .shell { grid-template-columns: 1fr; gap: 18px; }
  .directions-bar .button { grid-column: auto; grid-row: auto; width: fit-content; min-width: 235px; }
  .directions-bar h2 { font-size: 27px; }
  .directions-bar address { font-size: 20px; }
  .stay-stats { gap: 0; }
  .stay-stats > div { padding-right: 12px; }
  .stay-stats > div + div { padding-left: 16px; }
  .stay-stats strong { font-size: 25px; }
  .stay-stats span { font-size: 17px; }
  .hotel-media > img { aspect-ratio: 1.8; }
  .packing-strip { grid-template-columns: 1fr; gap: 22px; }
  .packing-strip h2 { font-size: 35px; }
  .packing-item { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .packing-item h3 { font-size: 25px; }
  .packing-strip > div > p { font-size: 19px; }
  .partner-lockup { gap: 20px; padding: 24px 16px; }
  .partner-lockup img { max-width: 125px; max-height: 70px; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 32px); }
  .site-brand { width: 185px; flex-basis: 185px; }
  .hero h1, .hero-interior h1 { font-size: 37px; }
  .hero .button-row { flex-direction: column; align-items: stretch; max-width: 245px; }
  .hero, .hero-interior { min-height: 690px; }
  .hero .hero-lede { font-size: 20px; }
  .hero > .shell { padding-top: 32px; }
  .hero-media { height: 55%; }
  .hero::before { background: linear-gradient(180deg,#10151b 0%,#10151b 38%,rgba(16,21,27,.95) 46%,rgba(16,21,27,.1) 67%,transparent 76%); }
  .price-card { padding-inline: 7px; }
  .price-card h3 { font-size: 18px; }
  .price-card p { font-size: 15px; }
  .booth-card { padding-inline: 10px; }
  .booth-card .text-link { font-size: 16px; }
  .stay-stats strong { font-size: 22px; }
  .stay-stats span { font-size: 16px; }
  .stay-stats > div + div { padding-left: 10px; }
  .entry-steps { gap: 10px; }
  .entry-steps span { font-size: 17px; }
  .plan-hero h1 { font-size: 37px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Home composition and shared nested media. */
.facts { background: var(--ink); color: var(--paper); }
.facts > .shell > .fact-icon { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 22px; }
.fact-icon svg { width: 28px; height: 28px; flex: 0 0 28px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.fact-icon > div { min-width: 0; }
.fact-icon strong { font-size: 23px; }
.photo-card > a { display: block; overflow: hidden; }
.photo-card > a > img { width: 100%; aspect-ratio: 1.65; object-fit: cover; margin-bottom: 12px; }
.photo-card .bagger-photo { object-position: 78% center; }
.route-strip a > .route-number { flex: 0 0 auto; }
.mini-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 24px 0; }
.mini-facts > div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.mini-facts dd { margin: 0; font-size: 27px; font-weight: 700; line-height: 1.15; }
.mini-facts dt { font-size: 18px; margin-top: 4px; }
.mini-links > a:not(.text-link) { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; text-transform: uppercase; font-size: 16px; font-weight: 600; }
.mini-links > a:hover { color: #667500; }
.real-media-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.real-media-grid > article { min-width: 0; }
.real-media-grid h3 { margin-top: 14px; }
.real-media-grid > article > p { margin-top: 7px; }
.video-button { position: absolute; right: 14px; bottom: 14px; min-height: 44px; padding: 10px 16px; border: 1px solid #fff9; background: #101113e8; color: var(--paper); font-size: 17px; font-weight: 600; }
.video-button:hover { color: var(--volt); border-color: var(--volt); }
.partner-band > .shell { display: grid; grid-template-columns: 1.3fr 1fr; gap: 44px; align-items: center; }
.partner-band h3 { font-size: 26px; }
.partner-band p { font-size: 19px; margin-top: 8px; max-width: 650px; }
.partner-band .partner-lockup { padding: 0; justify-content: flex-end; }
.home-details > .text-link, details > .text-link { margin-bottom: 16px; }
@media (max-width: 980px) {
  .fact-icon strong { font-size: 21px; }
  .facts > .shell > .fact-icon { gap: 14px; }
  .fact-icon svg { width: 24px; height: 24px; flex-basis: 24px; }
  .partner-band > .shell { gap: 28px; grid-template-columns: 1.3fr 1fr; }
  .partner-band .partner-lockup { gap: 22px; }
  .partner-band .partner-lockup img { max-width: 130px; }
}

/* Final cross-page review refinements. */
.site-footer nav a { min-width: 44px; }
.partner-band > .shell > * { min-width: 0; }
.partner-band .partner-lockup { gap: 20px; max-width: 100%; }
.partner-band .partner-lockup img { width: min(130px,40%); min-width: 0; }
.compete-page .facts > .shell > div:nth-child(-n+2) > strong { color: var(--volt); font-family: Anton,Impact,sans-serif; font-style: italic; font-weight: 400; font-size: 48px; letter-spacing: -.02em; }
.plan-page .jump-nav { background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-page .jump-nav a { border-color: var(--line); }
.plan-page .jump-nav a:hover { background: var(--volt); color: var(--ink); }
@media(min-width:981px) { .hero-attend > .hero-media { object-position: center 30%; } }
@media (max-width: 680px) {
  .facts > .shell > .fact-icon { display: flex; gap: 20px; }
  .fact-icon svg { width: 24px; height: 24px; flex-basis: 24px; }
  .fact-icon strong { font-size: 21px; }
  .photo-card > a > img { aspect-ratio: 1.8; margin-bottom: 10px; }
  .mini-facts dd { font-size: 25px; }
  .mini-facts dt { font-size: 17px; }
  .mini-links > a:not(.text-link) { font-size: 15px; }
  .real-media-grid { grid-template-columns: 1fr; gap: 28px; }
  .partner-band > .shell { grid-template-columns: 1fr; gap: 24px; }
  .partner-band .partner-lockup { justify-content: flex-start; gap: 28px; }
  .partner-band .partner-lockup img { max-width: 130px; }
}
.sponsor-section { border-block: 1px solid var(--line); }
.sponsor-heading { margin-bottom: 28px; }
.sponsor-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; list-style: none; margin: 0; padding: 0; }
.sponsor-logo { flex: 0 1 calc((100% - 48px)/4); min-width: 0; background: #fff; border: 1px solid var(--line); text-align: center; }
.sponsor-art { height: 138px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.sponsor-art img { display: block; width: 84%; height: 104px; max-width: none; object-fit: contain; flex: none; }
.sponsor-logo > span { display: block; padding: 10px 6px 12px; border-top: 1px solid #ecece7; color: var(--ink); font-size: 17px; font-weight: 600; line-height: 1.15; }
.sponsor-logo--galeforce .sponsor-art { background: #000; }
.sponsor-logo--galeforce img { width: auto; height: 148px; }
.sponsor-logo--limitless img { width: 138%; height: auto; }
.sponsor-logo--ds18 img { width: 82%; height: auto; }
.sponsor-logo--sky-high img { width: auto; height: 192px; }
@media (max-width: 980px) { .sponsor-logo { flex-basis: calc((100% - 32px)/3); } }
@media (max-width: 680px) {
  .sponsor-logos { gap: 12px; }
  .sponsor-logo { flex-basis: calc((100% - 12px)/2); }
  .sponsor-art { height: 116px; }
  .sponsor-art img { height: 90px; }
  .sponsor-logo--galeforce img { height: 126px; }
  .sponsor-logo--limitless img, .sponsor-logo--ds18 img { height: auto; }
  .sponsor-logo--sky-high img { height: 162px; }
  .sponsor-logo > span { padding: 10px 4px; font-size: 15px; }
}
.stay-panel { min-height: 360px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; background: var(--ink); color: var(--paper); border: 2px solid #34383c; }
.stay-panel .eyebrow { color: #d2d3ca; }
.stay-panel-title { margin: 0; font-family: Anton, Impact, sans-serif; font-size: clamp(38px,4.1vw,60px); font-style: italic; line-height: 1.1; text-transform: uppercase; letter-spacing: -.025em; }
.stay-panel-title em { color: var(--volt); font-style: inherit; }
.stay-panel-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid #ffffff55; padding-top: 20px; }
.stay-panel-foot strong { font-size: 23px; }
.stay-panel-foot span { font-size: 18px; color: #e2e3dd; }
.stay-panel--hotel { min-height: 320px; background: #e9e9e3; color: var(--ink); }
.stay-panel--hotel .eyebrow, .stay-panel--hotel .stay-panel-foot span { color: var(--muted); }
.stay-panel--hotel .stay-panel-title em { color: var(--ink); }
.stay-panel--hotel .stay-panel-foot { border-color: var(--line); }
@media (max-width:680px) { .stay-panel { min-height: 320px; padding: 28px; } .stay-panel-title { font-size: 43px; } .stay-panel--hotel { min-height: 280px; } }
.program-art { width: 100%; aspect-ratio: 1.65; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; padding: 28px; margin-bottom: 12px; color: var(--paper); background: var(--ink); border: 1px solid #4e5052; }
.program-art > span { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.program-art strong { font-family: Anton, Impact, sans-serif; font-weight: 400; font-style: italic; font-size: clamp(24px,2.6vw,40px); text-transform: uppercase; line-height: 1.12; letter-spacing: -.02em; }
.program-art em { color: var(--volt); font-style: inherit; }
.experience-tile > .program-art { padding: 24px; margin-bottom: 0; height: 100%; min-height: 158px; aspect-ratio: 1.85; }
@media (max-width:980px) { .program-art { padding: 20px; gap: 16px; } }
@media (max-width:680px) {
  .program-art { padding: 28px; }
  .program-art strong { font-size: 38px; }
  .experience-tile > .program-art { height: auto; min-height: 0; aspect-ratio: auto; padding: 28px; align-self: start; }
}
@media (max-width:480px) {
  .entry-steps { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .entry-steps li { display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 16px; border-left: 0; padding-left: 0; }
  .entry-steps li + li { border-top: 1px solid #ffffff60; padding-top: 16px; }
  .entry-steps strong { margin-bottom: 0; }
  .entry-steps span { font-size: 19px; }
}
/* Keep text and CTAs readable over the brighter authentic event photography. */
@media (max-width:680px) {
  .hero::before, .hero-attend::before { background: linear-gradient(180deg,#10151b 0%,#10151b 46%,rgba(16,21,27,.7) 61%,rgba(16,21,27,.08) 80%,transparent 92%); }
}
