:root {
  --ink: #111024;
  --navy: #16142f;
  --plum: #30203f;
  --fuchsia: #d51c6b;
  --rose: #ff5e8f;
  --amber: #f2a541;
  --success: #147a43;
  --success-soft: rgba(20, 122, 67, 0.1);
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --muted: #736e79;
  --line: rgba(17, 16, 36, 0.14);
  --white-line: rgba(255, 255, 255, 0.18);
  --radius: 1.15rem;
  --background: var(--paper);
  --foreground: var(--ink);
  --card: #ffffff;
  --card-foreground: var(--ink);
  --popover: #ffffff;
  --popover-foreground: var(--ink);
  --primary: var(--fuchsia);
  --primary-foreground: #ffffff;
  --secondary: var(--cream);
  --secondary-foreground: var(--ink);
  --muted-foreground: var(--muted);
  --accent: var(--amber);
  --accent-foreground: var(--ink);
  --destructive: #d83442;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--fuchsia);
  --font-sans: Inter, Avenir, "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-display: "Arial Black", Avenir, "Avenir Next", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
a:focus-visible, summary:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
.shell { width: min(1240px, calc(100% - 72px)); margin-inline: auto; }
.section { padding: 112px 0; }
.kicker { margin: 0 0 16px; color: var(--fuchsia); font-size: .75rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.section-heading h2, .detail-content-section h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.065em; line-height: .98; }
.section-heading > p:last-child { max-width: 540px; margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: end; gap: 80px; margin-bottom: 54px; }
.centered-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }

.site-header { position: relative; z-index: 30; color: #fff; }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--white-line); }
.wordmark { display: inline-flex; align-items: baseline; gap: 7px; color: #fff; font-family: var(--font-display); font-size: 1.42rem; font-weight: 950; letter-spacing: -.08em; }
.wordmark small { color: var(--rose); font-size: .72rem; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 38px); font-size: .79rem; font-weight: 800; }
.desktop-nav a { position: relative; padding: 36px 0; opacity: .86; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--rose); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-picker { position: relative; }
.language-picker summary { min-width: 72px; height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 11px; border: 1px solid var(--white-line); border-radius: 999px; cursor: pointer; list-style: none; color: #fff; font-size: .75rem; font-weight: 900; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker summary svg:last-child { transition: transform .2s ease; }
.language-picker[open] summary { background: rgba(255,255,255,.09); }
.language-picker[open] summary svg:last-child { transform: rotate(180deg); }
.language-picker-panel { position: absolute; z-index: 50; top: 54px; right: 0; width: 196px; display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(22,20,47,.98); box-shadow: 0 22px 60px rgba(0,0,0,.35); }
.language-picker-panel a { min-height: 44px; display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 8px; padding: 0 10px; border-radius: 10px; color: rgba(255,255,255,.76); font-size: .76rem; font-weight: 750; }
.language-picker-panel a span { color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .07em; }
.language-picker-panel a:hover, .language-picker-panel a.active { background: rgba(255,255,255,.09); color: #fff; }
.button.mobile-header-ticket { display: none; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--white-line); border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 17px; height: 2px; display: block; background: #fff; }
.mobile-menu-panel { position: absolute; top: 54px; right: 0; width: 220px; display: grid; padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(22,20,47,.98); box-shadow: 0 22px 60px rgba(0,0,0,.35); }
.mobile-menu-panel a { padding: 12px; border-radius: 10px; font-weight: 750; }
.mobile-menu-panel a:hover { background: rgba(255,255,255,.09); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 850; letter-spacing: .015em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 17px; font-size: .75rem; }
.button-primary { background: var(--fuchsia); color: #fff; box-shadow: 0 16px 40px rgba(229,38,120,.22); }
.button-primary:hover { background: #b9185c; }
.button-light { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.09); }
.full-button { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--fuchsia); font-size: .82rem; font-weight: 900; }

.hero { position: relative; min-height: 740px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-image { position: absolute; inset: 0; background: url("../images/kazel-festival-hero.webp") center 42% / cover no-repeat; transform: scale(1.01); }
.detail-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,10,31,.94) 0%, rgba(18,14,38,.78) 38%, rgba(18,14,38,.27) 74%, rgba(18,14,38,.54) 100%), linear-gradient(0deg, rgba(10,9,25,.8) 0%, transparent 46%); }
.hero-content { position: relative; z-index: 2; min-height: 570px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: end; gap: 42px; padding: 38px 0 55px; }
.hero-copy { max-width: 880px; transform: translateY(-28px); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #fff; font-size: .73rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(4rem, 7.65vw, 7.2rem); font-weight: 950; letter-spacing: -.08em; line-height: .8; }
.hero-title-line { display: block; }
.hero-title-line-primary { color: var(--rose); }
.hero-title-line-secondary { white-space: nowrap; }
.hero-lead { max-width: 640px; margin: 32px 0 0; color: rgba(255,255,255,.81); font-size: 1.13rem; line-height: 1.68; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-tertiary-link { min-height: 50px; display: inline-flex; align-items: center; gap: 8px; padding: 0 8px; color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(255,255,255,.34); text-underline-offset: 5px; }
.hero-tertiary-link:hover { color: #fff; text-decoration-color: var(--rose); }
.next-event { position: relative; min-height: 196px; display: flex; flex-direction: column; justify-content: flex-end; margin-bottom: -55px; padding: 25px 26px; border: 1px solid var(--white-line); border-radius: 22px; background: rgba(15,13,34,.46); backdrop-filter: blur(14px); transition: background .2s ease, transform .2s ease; }
.next-event:hover { transform: translateY(-4px); background: rgba(20,16,42,.68); }
.next-event-label { position: absolute; top: 24px; left: 26px; color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.festival-countdown { display: inline-flex; align-items: center; justify-content: center; width: max-content; border-radius: 999px; font-size: .75rem; font-weight: 900; letter-spacing: .05em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.festival-countdown-next { position: absolute; top: 21px; right: 22px; padding: 9px 11px; background: rgba(229,38,120,.2); color: var(--rose); }
.festival-countdown-card { padding: 7px 10px; background: var(--cream); color: var(--fuchsia); }
.festival-countdown-detail { padding: 9px 12px; border: 1px solid var(--white-line); background: rgba(255,255,255,.08); color: var(--rose); }
.next-event strong { font-family: var(--font-display); font-size: 2.3rem; letter-spacing: -.05em; }
.next-event small { padding-right: 30px; color: rgba(255,255,255,.68); line-height: 1.55; }
.next-event-price { width: max-content; margin-top: 17px; padding: 9px 12px; border-radius: 999px; background: rgba(229,38,120,.2); color: var(--rose); font-size: .8rem; font-weight: 950; }
.next-event svg { position: absolute; right: 24px; bottom: 24px; color: var(--rose); }
.hero-sponsor-marquee { position: relative; z-index: 3; height: 78px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-sponsor-frame { height: 64px; display: grid; grid-template-columns: 238px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--white-line); border-bottom: 0; border-radius: 20px 20px 0 0; background: rgba(13,11,32,.82); backdrop-filter: blur(14px); }
.hero-sponsor-viewport { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.hero-sponsor-track { width: max-content; height: 100%; display: flex; animation: hero-sponsor-scroll 38s linear infinite; will-change: transform; }
.hero-sponsor-marquee:hover .hero-sponsor-track, .hero-sponsor-marquee:focus-within .hero-sponsor-track { animation-play-state: paused; }
.hero-sponsor-group { height: 100%; display: flex; align-items: center; gap: 18px; padding: 0 18px 0 0; }
.hero-sponsor-item { width: 108px; height: 46px; display: grid; flex: 0 0 108px; place-items: center; color: rgba(255,255,255,.78); }
.hero-sponsor-item > svg { width: min(52px, 66%); height: 36px; }
.hero-sponsor-item .sponsor-wordmark { transform: scale(.9); }

@keyframes hero-sponsor-scroll {
  to { transform: translate3d(-50%, 0, 0); }
}

.festivals-section { background: var(--paper); }
.festival-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.festival-card { position: relative; min-height: 250px; display: flex; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.festival-card::before { content: ""; position: absolute; right: -45px; bottom: -65px; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle, var(--card-glow) 0%, transparent 70%); opacity: .74; }
.festival-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(35,26,48,.11); }
.card-tone-1 { --card-glow: rgba(229,38,120,.34); }
.card-tone-2 { --card-glow: rgba(242,165,65,.38); }
.card-tone-3 { --card-glow: rgba(115,86,190,.32); }
.card-tone-4 { --card-glow: rgba(43,178,166,.28); }
.festival-card-meta { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; }
.festival-card-meta .festival-countdown { justify-self: end; }
.country-code { display: inline-grid; min-width: 36px; height: 27px; place-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.festival-card-date { color: var(--fuchsia); font-size: .74rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.festival-card h3 { position: relative; margin: 42px 0 7px; font-family: var(--font-display); font-size: clamp(2.25rem, 3.5vw, 3.5rem); font-weight: 950; letter-spacing: -.07em; line-height: 1; }
.festival-card p { position: relative; display: flex; align-items: center; gap: 7px; margin: 0; color: var(--muted); font-size: .82rem; }
.festival-card-action { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; }
.festival-card-status { width: max-content; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: var(--cream); color: var(--muted); font-size: .8rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.festival-card-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.festival-card-status.is-available { background: var(--success-soft); color: var(--success); }
.festival-card-status.is-available i { background: var(--success); box-shadow: 0 0 0 4px var(--success-soft); }
.festival-card-action > svg { width: 34px; height: 34px; flex: 0 0 34px; padding: 8px; border-radius: 50%; background: var(--ink); color: #fff; }
.festival-card-status.is-available + svg { background: var(--success); }

.gent-live-section { background: var(--cream); }
.gent-live-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: end; gap: 64px; margin-bottom: 34px; }
.gent-live-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.8rem, 5.4vw, 5.4rem); font-weight: 950; letter-spacing: -.07em; line-height: .9; }
.gent-live-heading > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.gent-live-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.gent-live-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(31,22,43,.05); transition: transform .22s ease, box-shadow .22s ease; }
.gent-live-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(31,22,43,.13); }
.gent-live-card:nth-child(2) { background: var(--navy); color: #fff; }
.gent-live-card figure { position: relative; height: 164px; margin: 0; overflow: hidden; background: var(--navy); }
.gent-live-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(17,16,36,.64)); }
.gent-live-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 28%; filter: saturate(.9) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.gent-live-card:nth-child(2) img { object-position: center 30%; }
.gent-live-card:nth-child(3) img { object-position: center 18%; }
.gent-live-card:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.gent-live-card figcaption { position: absolute; z-index: 1; right: 10px; bottom: 8px; color: rgba(255,255,255,.8); font-size: .72rem; line-height: 1.2; }
.gent-live-card > div { display: grid; gap: 7px; padding: 17px 48px 19px 20px; }
.gent-live-card > div > span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.gent-live-card:nth-child(2) > div > span { color: var(--rose); }
.gent-live-card strong { font-family: var(--font-display); font-size: clamp(1.55rem, 2.5vw, 2.35rem); letter-spacing: -.055em; line-height: 1; }
.gent-live-card small { color: var(--muted); font-size: .75rem; font-weight: 700; line-height: 1.4; }
.gent-live-card:nth-child(2) small { color: rgba(255,255,255,.68); }
.gent-live-card > svg { position: absolute; right: 18px; bottom: 21px; color: var(--fuchsia); }
.gent-live-card:nth-child(2) > svg { color: var(--rose); }
.gent-live-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; }
.gent-live-footer p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 750; }

.path-section { display: grid; grid-template-columns: 1fr 1fr; }
.path-card { position: relative; min-height: 372px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(36px, 5vw, 64px); overflow: hidden; }
.path-card > span { position: absolute; top: 32px; left: clamp(36px, 5vw, 64px); font-size: .75rem; font-weight: 900; letter-spacing: .13em; }
.path-card h2 { max-width: 590px; margin: 0; font-family: var(--font-display); font-size: clamp(2.65rem, 4.5vw, 4.9rem); font-weight: 950; letter-spacing: -.07em; line-height: .9; }
.path-card p { max-width: 560px; margin: 18px 0 24px; font-size: 1rem; line-height: 1.6; }
.visitor-path { background: var(--navy); color: #fff; }
.visitor-path p { color: rgba(255,255,255,.7); }
.visitor-path > span { color: var(--rose); }
.exhibitor-path { background: var(--amber); color: var(--ink); }
.exhibitor-path p { color: rgba(17,16,36,.7); }
.exhibitor-path > span { color: rgba(17,16,36,.55); }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 38px 1fr 30px; gap: 12px; align-items: center; padding: 18px 0; cursor: pointer; list-style: none; font-size: 1.03rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--fuchsia); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.faq-list summary i { font-style: normal; font-size: 1.5rem; font-weight: 400; text-align: right; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -3px 42px 22px 50px; color: var(--muted); line-height: 1.65; }

.newsletter-band { padding: 22px 0; background: var(--amber); color: var(--ink); }
.newsletter-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 42px; align-items: center; }
.newsletter-layout .kicker { margin-bottom: 9px; }
.newsletter-layout h2 { max-width: 520px; margin: 0; font-family: var(--font-display); font-size: clamp(1.9rem, 2.6vw, 2.65rem); letter-spacing: -.06em; line-height: .96; }
.newsletter-layout > div > p:last-child { max-width: 560px; margin: 9px 0 0; color: rgba(17,16,36,.68); font-size: .82rem; line-height: 1.45; }
.newsletter-form { min-width: 0; }
.newsletter-form > label { display: block; margin-bottom: 8px; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.newsletter-input-row { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; min-height: 54px; overflow: hidden; border-radius: 999px; background: #fff; box-shadow: 0 18px 42px rgba(88,51,8,.1); }
.newsletter-input-row > span { display: grid; place-items: center; color: var(--fuchsia); }
.newsletter-input-row input { min-width: 0; height: 54px; padding: 0 8px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.newsletter-input-row button { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; margin-right: 7px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--navy); color: #fff; cursor: pointer; font-size: .8rem; font-weight: 850; }
.newsletter-form > small { display: block; margin: 9px 17px 0; color: rgba(17,16,36,.72); font-size: .78rem; line-height: 1.45; }
.newsletter-status { min-height: 1.4em; margin: 7px 18px 0; color: #5d421e; font-size: .78rem; line-height: 1.4; }
.site-footer { padding: 80px 0 24px; background: #0e0d21; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .7fr 1fr .65fr; gap: 60px; padding-bottom: 64px; }
.footer-wordmark { font-size: 2rem; }
.footer-grid > div:first-child p { max-width: 360px; margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 1.02rem; }
.social-links { display: flex; gap: 9px; margin-top: 25px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--white-line); border-radius: 50%; color: rgba(255,255,255,.68); transition: border-color .2s ease, background .2s ease, color .2s ease; }
.social-links svg { width: 17px; height: 17px; }
.social-links a:hover { border-color: var(--rose); background: rgba(229,38,120,.14); color: #fff; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links strong { margin-bottom: 6px; color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 22px; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.68); font-size: .75rem; }
.back-to-top { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; border: 1px solid var(--white-line); border-radius: 999px; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; font-size: .8rem; font-weight: 850; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.back-to-top:hover { border-color: var(--rose); background: rgba(213,28,107,.14); transform: translateY(-2px); }

.detail-hero { position: relative; min-height: 690px; overflow: hidden; background: var(--navy); color: #fff; }
.detail-hero-image { opacity: .82; }
.detail-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,10,31,.96) 0%, rgba(16,13,38,.75) 42%, rgba(16,13,38,.27) 100%), linear-gradient(0deg, rgba(11,10,28,.82), transparent 48%); }
.detail-hero-content { position: relative; z-index: 2; padding: 66px 0 62px; }
.detail-eyebrow-line { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.detail-eyebrow-line .eyebrow { margin: 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 72px; color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 800; }
.detail-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(5rem, 11vw, 11rem); font-weight: 950; letter-spacing: -.09em; line-height: .75; }
.detail-hero h1 small { margin-left: 22px; color: var(--rose); font-size: .22em; letter-spacing: .04em; vertical-align: top; }
.detail-facts { max-width: 1240px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 78px; border: 1px solid var(--white-line); border-radius: 18px; background: rgba(15,13,34,.5); backdrop-filter: blur(12px); }
.detail-facts > * { min-height: 100px; display: flex; align-items: center; gap: 15px; padding: 22px; border-right: 1px solid var(--white-line); }
.detail-facts > *:last-child { border-right: 0; }
.detail-facts svg { flex: 0 0 auto; color: var(--rose); }
.detail-facts span { color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.detail-facts strong { display: block; margin-top: 7px; color: #fff; font-size: .82rem; letter-spacing: 0; line-height: 1.35; text-transform: none; }
.detail-ticket-fact { position: relative; background: linear-gradient(135deg, rgba(229,38,120,.2), rgba(229,38,120,.05)); transition: background .2s ease; }
.detail-ticket-fact:hover { background: rgba(229,38,120,.28); }
.detail-ticket-fact span { padding-right: 20px; }
.detail-ticket-fact span small { display: block; margin-top: 5px; color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 650; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.detail-ticket-fact > svg:last-child { position: absolute; right: 17px; color: #fff; }
.detail-content-section { background: var(--paper); }
.detail-two-column { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 105px; align-items: start; }
.large-copy { max-width: 700px; margin: 28px 0 50px; color: var(--muted); font-size: 1.15rem; line-height: 1.8; }
.detail-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.detail-info-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.detail-info-grid article > span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.detail-info-grid h3 { margin: 50px 0 12px; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.04em; }
.detail-info-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.66; }
.detail-info-grid small { display: flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--ink); font-size: .72rem; font-weight: 750; }
.ticket-panel { position: sticky; top: 28px; padding: 34px; border-radius: 24px; background: var(--navy); color: #fff; box-shadow: 0 28px 80px rgba(17,16,36,.18); }
.panel-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: var(--fuchsia); }
.ticket-panel h2 { margin-bottom: 18px; font-size: 2.5rem; }
.ticket-panel h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 1.25rem; }
.ticket-panel > p:not(.kicker) { margin: 0 0 25px; color: rgba(255,255,255,.66); font-size: .9rem; line-height: 1.68; }
.ticket-panel hr { height: 1px; margin: 30px 0; border: 0; background: var(--white-line); }

.home-ticket-section { background: var(--paper); }
.home-ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-ticket-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(31,22,43,.04); }
.home-ticket-grid article:nth-child(2) { background: var(--navy); color: #fff; }
.home-ticket-grid article:nth-child(3) { background: var(--amber); }
.home-ticket-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--fuchsia); }
.home-ticket-card-top span { font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.home-ticket-grid article:nth-child(2) .home-ticket-card-top { color: var(--rose); }
.home-ticket-grid article:nth-child(3) .home-ticket-card-top { color: var(--ink); }
.home-ticket-grid h3 { margin: 34px 0 10px; font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 2.5rem); letter-spacing: -.055em; line-height: 1; }
.home-ticket-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.home-ticket-grid article:nth-child(2) p { color: rgba(255,255,255,.68); }
.home-ticket-grid article:nth-child(3) p { color: rgba(17,16,36,.7); }
.home-ticket-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: auto 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.home-ticket-benefits li { display: flex; align-items: center; gap: 5px; color: var(--ink); font-size: .72rem; font-weight: 850; line-height: 1.35; }
.home-ticket-benefits li svg { flex: 0 0 auto; }
.home-ticket-benefits .is-included svg { color: var(--fuchsia); }
.home-ticket-benefits .is-not-included { color: var(--muted); opacity: .5; }
.home-ticket-grid article:nth-child(2) .home-ticket-benefits { border-top-color: var(--white-line); }
.home-ticket-grid article:nth-child(2) .home-ticket-benefits li { color: #fff; }
.home-ticket-grid article:nth-child(2) .home-ticket-benefits .is-not-included { color: rgba(255,255,255,.58); }
.home-ticket-grid article:nth-child(3) .home-ticket-benefits { border-top-color: rgba(17,16,36,.16); }
.home-ticket-actions { display: flex; justify-content: center; margin-top: 24px; }
.home-ticket-actions .button { min-width: 240px; }
.home-mobile-ticket-bar { display: none; }

.sponsor-section { padding: 64px 0; background: radial-gradient(circle at 85% 20%, rgba(229,38,120,.24), transparent 33%), var(--navy); color: #fff; }
.sponsor-heading > p:last-child { color: rgba(255,255,255,.65); }
.sponsor-heading { margin-bottom: 32px; }
.sponsor-heading h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
.sponsor-rail { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--white-line); border-radius: 20px; background: rgba(255,255,255,.035); }
.sponsor-rail article { position: relative; min-height: 116px; display: grid; grid-template-rows: 1fr auto; place-items: center; gap: 10px; padding: 22px 10px 15px; border-right: 1px solid var(--white-line); }
.sponsor-rail article:last-child { border-right: 0; }
.sponsor-rail article > svg { width: min(56px, 68%); height: 43px; color: rgba(255,255,255,.88); }
.sponsor-brand-name { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 850; letter-spacing: .045em; line-height: 1; text-align: center; text-transform: uppercase; }
.sponsor-wordmark { display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.88); }
.sponsor-wordmark b { font-style: normal; }
.sponsor-wordmark i { font-style: normal; }
.sponsor-wordmark-togg { gap: 6px; }
.sponsor-wordmark-togg svg { width: 30px; height: 20px; }
.sponsor-wordmark-togg b { font-family: var(--font-display); font-size: .76rem; letter-spacing: .07em; }
.sponsor-wordmark-aok { gap: 4px; }
.sponsor-wordmark-aok b { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: -.09em; }
.sponsor-wordmark-aok i { font-size: .95rem; }
.sponsor-wordmark-barmer { gap: 4px; }
.sponsor-wordmark-barmer i { color: var(--rose); font-weight: 950; }
.sponsor-wordmark-barmer b { font-size: .72rem; letter-spacing: .02em; }
.sponsor-wordmark-ulker { padding: 7px 10px; border: 2px solid currentColor; border-radius: 50%; transform: rotate(-5deg); }
.sponsor-wordmark-ulker b { font-family: var(--font-display); font-size: .68rem; letter-spacing: -.04em; }
.sponsor-wordmark-turkcell { flex-direction: column; gap: 3px; }
.sponsor-wordmark-turkcell svg { width: 24px; height: 20px; }
.sponsor-wordmark-turkcell b { font-size: .48rem; letter-spacing: .03em; }
.sponsor-footer-row { display: flex; align-items: center; justify-content: flex-end; gap: 28px; margin-top: 22px; }
.sponsor-cta { flex: 0 0 auto; background: #fff; color: var(--ink); }
.home-page .festivals-section,
.home-page .gent-live-section,
.home-page .home-ticket-section { padding: 92px 0; }
.home-page .gent-live-section { padding: 78px 0; }
.home-page .faq-section { padding: 76px 0; }

.festival-section-nav { position: sticky; z-index: 45; top: 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(14,13,33,.96); color: #fff; backdrop-filter: blur(16px); }
.festival-section-nav .shell { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.festival-section-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 17px; border-radius: 999px; color: rgba(255,255,255,.78); font-size: .75rem; font-weight: 850; transition: background .2s ease, color .2s ease; }
.festival-section-nav a:hover, .festival-section-nav a:focus-visible { background: rgba(229,38,120,.18); color: #fff; }
#gent-lineup, #gent-tickets, #gent-programme, #gent-travel, #gent-faq,
#festival-lineup, #festival-tickets, #festival-programme, #festival-travel, #festival-faq { scroll-margin-top: 72px; }

.concert-lineup-section { padding: 76px 0; background: radial-gradient(circle at 18% 10%, rgba(229,38,120,.28), transparent 30%), var(--navy); color: #fff; }
.concert-lineup-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; margin-bottom: 38px; }
.concert-lineup-intro h2 { max-width: 780px; margin: 0; font-family: var(--font-display); font-size: clamp(3.1rem, 6.5vw, 6.8rem); font-weight: 950; letter-spacing: -.075em; line-height: .9; }
.concert-lineup-intro > p { margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.75; }
.headliner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.headliner-grid-2 { max-width: 920px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; }
.headliner-grid article { min-height: 510px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--white-line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025)); }
.headliner-grid article:nth-child(2) { background: linear-gradient(145deg, rgba(229,38,120,.44), rgba(229,38,120,.08)); }
.headliner-media { position: relative; height: 250px; flex: 0 0 auto; margin: 0; overflow: hidden; background: #0c0b1c; }
.headliner-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,13,35,.96) 100%); }
.headliner-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 28%; filter: saturate(.9) contrast(1.05); transition: transform .4s ease, filter .4s ease; }
.headliner-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; background: radial-gradient(circle at 72% 18%, rgba(242,165,65,.25), transparent 28%), radial-gradient(circle at 18% 90%, rgba(213,28,107,.42), transparent 38%), linear-gradient(145deg, #231b43, #0c0b1c); color: #fff; text-align: center; }
.headliner-placeholder span { font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 950; letter-spacing: -.08em; line-height: .78; }
.headliner-placeholder small { margin: 10px 0 23px; color: var(--rose); font-size: .78rem; font-weight: 950; letter-spacing: .28em; }
.headliner-placeholder strong { max-width: 250px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.07); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.headliner-grid article:nth-child(2) .headliner-media img { object-position: center 30%; }
.headliner-grid article:nth-child(3) .headliner-media img { object-position: center 18%; }
.headliner-grid article:hover .headliner-media img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.headliner-media figcaption { position: absolute; z-index: 1; right: 13px; bottom: 10px; color: rgba(255,255,255,.8); font-size: .72rem; letter-spacing: .02em; }
.headliner-card-copy { min-height: 260px; display: flex; flex: 1; flex-direction: column; padding: 21px 24px 23px; }
.headliner-day { color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.headliner-card-copy > p { margin: 9px 0 0; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 750; }
.headliner-grid h3 { margin: auto 0 22px; font-family: var(--font-display); font-size: clamp(2.4rem, 4.3vw, 4.2rem); letter-spacing: -.075em; line-height: .92; }
.headliner-times { display: grid; gap: 9px; padding-top: 18px; border-top: 1px solid var(--white-line); }
.headliner-times span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: .73rem; }
.headliner-times svg { color: var(--rose); }
.headliner-times strong { margin-left: auto; color: #fff; }
.headliner-card-copy > small { margin-top: 18px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.artist-media-note { margin: 16px 2px 0; color: rgba(255,255,255,.72); font-size: .72rem; line-height: 1.5; }

.festival-lineup-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 16px; align-items: stretch; }
.festival-city-visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; border: 1px solid var(--white-line); border-radius: 26px; background: #0c0b1c; }
.festival-city-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(12,10,30,.93) 100%); }
.festival-city-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.festival-city-visual:hover img { transform: scale(1.025); filter: saturate(1.04); }
.festival-city-visual figcaption { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; display: grid; gap: 7px; }
.festival-city-visual figcaption span { color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.festival-city-visual figcaption strong { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.055em; }
.festival-day-announcements { display: grid; gap: 10px; }
.festival-day-announcements article { min-height: 0; display: grid; grid-template-columns: 42px minmax(125px, .7fr) minmax(190px, 1fr); gap: 18px; align-items: center; padding: 21px 22px; border: 1px solid var(--white-line); border-radius: 22px; background: rgba(255,255,255,.055); }
.festival-day-announcements article:nth-child(2) { background: linear-gradient(135deg, rgba(229,38,120,.34), rgba(229,38,120,.08)); }
.festival-day-announcements article > span { color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.festival-day-announcements article > div:nth-child(2) { min-width: 0; }
.festival-day-announcements article small { color: rgba(255,255,255,.66); font-size: .72rem; line-height: 1.4; }
.festival-day-announcements h3 { margin: 5px 0 4px; font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -.045em; }
.festival-day-announcements p { margin: 0; color: rgba(255,255,255,.7); font-size: .76rem; }
.festival-artist-pending { min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 5px 8px; align-items: center; padding-left: 18px; border-left: 1px solid var(--white-line); }
.festival-artist-pending svg { grid-row: 1 / 3; color: var(--rose); }
.festival-artist-pending strong { font-size: .82rem; }
.festival-artist-pending small { overflow-wrap: anywhere; }

.gent-essentials-section { padding-block: 16px; background: var(--cream); }
.gent-essentials-layout { min-height: 142px; display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.55fr); gap: 38px; align-items: stretch; }
.gent-essentials-intro { align-self: center; }
.gent-essentials-intro .kicker { margin-bottom: 7px; }
.gent-essentials-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 3.35rem); font-weight: 950; letter-spacing: -.065em; line-height: .92; }
.gent-essentials-intro > p:last-child { max-width: 420px; margin: 10px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.gent-essential-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); }
.gent-essential-facts article { min-width: 0; display: grid; grid-template-columns: 36px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 12px; align-content: center; padding: 18px 20px; border-right: 1px solid var(--line); }
.gent-essential-facts article:last-child { border-right: 0; }
.gent-essential-facts article > span { width: 36px; height: 36px; display: grid; grid-row: 1 / 3; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; }
.gent-essential-facts article > span svg { width: 18px; height: 18px; }
.gent-essential-facts article:nth-child(2) > span { background: var(--fuchsia); }
.gent-essential-facts article:nth-child(3) > span { background: var(--amber); color: var(--ink); }
.gent-essential-facts h3 { margin: 0 0 5px; font-family: var(--font-display); font-size: 1.08rem; letter-spacing: -.04em; line-height: 1.05; }
.gent-essential-facts p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.schedule-section { background: var(--paper); }
.draft-notice { display: grid; grid-template-columns: 230px 1fr; gap: 22px; align-items: center; margin-bottom: 30px; padding: 18px 22px; border: 1px solid rgba(242,165,65,.5); border-radius: 18px; background: rgba(242,165,65,.12); }
.draft-notice span { color: #85500c; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.draft-notice p { margin: 0; color: #6d5d4c; font-size: .82rem; line-height: 1.6; }
.schedule-days { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.schedule-day { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.schedule-day > header { display: grid; padding: 24px; border-bottom: 1px solid var(--line); background: var(--cream); }
.schedule-day > header span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.schedule-day > header strong { margin-top: 8px; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.04em; }
.schedule-day > header small { margin-top: 4px; color: var(--muted); }
.schedule-day ol { margin: 0; padding: 0 22px; list-style: none; }
.schedule-day li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.schedule-day li:last-child { border-bottom: 0; }
.schedule-day time { color: var(--fuchsia); font-size: .75rem; font-weight: 900; }
.schedule-day li strong { display: block; font-size: .84rem; }
.schedule-day li p { margin: 5px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.schedule-day li.confirmed-slot { margin-inline: -22px; padding-inline: 22px; background: rgba(242,165,65,.1); }
.schedule-day li.concert-slot { margin-inline: -22px; padding-inline: 22px; background: var(--navy); color: #fff; }
.schedule-day li.concert-slot time { color: var(--rose); }
.schedule-day li.concert-slot strong { font-family: var(--font-display); font-size: 1rem; letter-spacing: -.03em; }
.schedule-day li.concert-slot p { color: rgba(255,255,255,.62); }

.travel-section { padding-block: 72px; background: var(--cream); }
.travel-section .split-heading { margin-bottom: 42px; }
.venue-address { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding: 16px 19px; border-radius: 17px; background: var(--navy); color: #fff; }
.venue-address svg { color: var(--rose); }
.venue-address span { display: flex; gap: 12px; color: rgba(255,255,255,.66); font-size: .82rem; }
.venue-address strong { color: #fff; }
.travel-map-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); grid-template-areas: "map cards"; gap: 18px; align-items: stretch; }
.travel-map-layout > .festival-map-panel { grid-area: map; }
.travel-grid { grid-area: cards; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 12px; }
.travel-grid article { min-height: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.7); }
.travel-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; }
.travel-grid h3 { margin: 18px 0 8px; font-family: var(--font-display); font-size: 1.22rem; letter-spacing: -.04em; }
.travel-grid p { margin: 0 0 16px; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.travel-grid a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--fuchsia); font-size: .75rem; font-weight: 900; }
.travel-source { display: flex; justify-content: space-between; gap: 30px; margin-top: 16px; color: var(--muted); font-size: .78rem; }
.travel-source a { display: inline-flex; align-items: center; gap: 7px; color: var(--fuchsia); font-weight: 850; }
.travel-source p { max-width: 680px; margin: 0; text-align: right; }
.travel-map-layout .festival-map-frame,
.travel-map-layout .festival-map-frame iframe,
.travel-map-layout .festival-map-placeholder { min-height: 438px; }

.ticket-builder-section { padding-block: 88px; scroll-margin-top: 16px; background: radial-gradient(circle at 10% 0%, rgba(229,38,120,.24), transparent 30%), var(--navy); color: #fff; }
.ticket-builder-section .split-heading { margin-bottom: 46px; }
.ticket-builder-heading > p:last-child { color: rgba(255,255,255,.66); }
.ticket-children-note { display: grid; grid-template-columns: 48px 22px minmax(0, 1fr); gap: 12px; align-items: center; margin: -18px 0 24px; padding: 15px 18px; border: 1px solid rgba(242,165,65,.36); border-radius: 17px; background: rgba(242,165,65,.1); }
.ticket-children-note > span { color: var(--amber); font-family: var(--font-display); font-size: 1.15rem; letter-spacing: -.04em; }
.ticket-children-note > svg { color: var(--amber); }
.ticket-children-note > p { margin: 0; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.55; }
.ticket-builder-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 24px; align-items: start; }
.ticket-day-list { display: grid; gap: 16px; }
.ticket-day { overflow: hidden; border: 1px solid var(--white-line); border-radius: 24px; background: #fff; color: var(--ink); }
.ticket-day > header { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 19px 22px; background: var(--cream); }
.ticket-day > header span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ticket-day > header h3 { margin: 5px 0 0; font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -.045em; }
.ticket-day-meta { display: grid; justify-items: end; gap: 5px; }
.ticket-day-meta strong { font-size: .8rem; }
.ticket-day-meta small { color: var(--fuchsia); font-weight: 800; }
.ticket-category-list { padding: 0 22px; }
.ticket-category-row { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr) 86px 112px; gap: 14px; align-items: center; margin-inline: -10px; padding: 16px 10px; border-bottom: 1px solid var(--line); border-radius: 14px; transition: background .2s ease, box-shadow .2s ease; }
.ticket-category-row.selected { background: rgba(229,38,120,.075); box-shadow: inset 3px 0 var(--fuchsia); }
.ticket-category-row:last-child { border-bottom: 0; }
.ticket-category-number { color: var(--fuchsia); font-size: .72rem; font-weight: 900; }
.ticket-category-copy small { display: block; margin-bottom: 5px; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ticket-category-copy strong { font-size: .92rem; }
.ticket-category-copy p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.ticket-price { text-align: right; font-size: .9rem; }
.quantity-stepper { display: grid; grid-template-columns: 34px 38px 34px; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.quantity-stepper button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.quantity-stepper button:hover:not(:disabled) { background: var(--cream); }
.quantity-stepper button:disabled { opacity: .28; cursor: default; }
.quantity-stepper output { text-align: center; font-size: .78rem; font-weight: 900; }
.ticket-summary { position: sticky; top: 24px; padding: 26px; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.ticket-summary h3 { margin: 0 0 22px; font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -.04em; }
.ticket-summary ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.ticket-summary li { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .74rem; }
.ticket-summary li span { display: grid; gap: 4px; }
.ticket-summary li small { color: var(--muted); }
.ticket-total { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 24px 0; }
.ticket-total span { color: var(--muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.ticket-total strong { font-family: var(--font-display); font-size: 2rem; letter-spacing: -.05em; }
.ticket-reset { min-height: 44px; display: flex; align-items: center; gap: 7px; margin: -3px 0 7px; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .75rem; font-weight: 800; }
.ticket-reset:disabled { opacity: .35; cursor: default; }
.ticket-purchase { border: 0; cursor: pointer; }
.ticket-purchase:disabled { opacity: .42; cursor: not-allowed; transform: none; box-shadow: none; }
.ticket-disclaimer { margin: 15px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; text-align: center; }

.pending-ticket-section .ticket-builder-heading { margin-bottom: 30px; }
.pending-ticket-days { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-bottom: 18px; padding: 16px 18px; border: 1px solid var(--white-line); border-radius: 18px; background: rgba(255,255,255,.055); }
.pending-ticket-days > strong { color: var(--rose); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.pending-ticket-days > div { display: flex; flex-wrap: wrap; gap: 8px; }
.pending-ticket-days span { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.82); font-size: .75rem; font-weight: 800; }
.pending-ticket-days svg { color: var(--rose); }
.pending-ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pending-ticket-grid article { min-height: 260px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--white-line); border-radius: 24px; background: rgba(255,255,255,.06); }
.pending-ticket-grid article:nth-child(2) { background: linear-gradient(145deg, rgba(229,38,120,.38), rgba(229,38,120,.08)); }
.pending-ticket-grid article:nth-child(3) { background: var(--amber); color: var(--ink); }
.pending-ticket-grid article > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pending-ticket-grid article > div span { color: var(--rose); font-size: .72rem; font-weight: 900; }
.pending-ticket-grid article > div small { color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pending-ticket-grid article:nth-child(3) > div span,
.pending-ticket-grid article:nth-child(3) > div small { color: rgba(17,16,36,.62); }
.pending-ticket-grid h3 { margin: 36px 0 12px; font-family: var(--font-display); font-size: clamp(1.7rem, 2.8vw, 2.7rem); letter-spacing: -.055em; line-height: .98; }
.pending-ticket-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: .86rem; line-height: 1.58; }
.pending-ticket-grid article:nth-child(3) p { color: rgba(17,16,36,.7); }
.pending-ticket-grid article > strong { width: max-content; margin-top: auto; padding-top: 28px; color: var(--rose); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.pending-ticket-grid article:nth-child(3) > strong { color: var(--ink); }
.pending-ticket-footer { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 14px; margin-top: 18px; }
.pending-ticket-footer .ticket-children-note { margin: 0; }
.pending-ticket-status { min-height: 104px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 22px 24px; border-radius: 20px; background: #fff; color: var(--ink); }
.pending-ticket-status > div > span { color: var(--fuchsia); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pending-ticket-status h3 { margin: 6px 0 5px; font-family: var(--font-display); font-size: 1.2rem; letter-spacing: -.04em; }
.pending-ticket-status p { max-width: 640px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.button.is-disabled { opacity: .58; cursor: not-allowed; pointer-events: none; }
.schedule-days-2 { max-width: 920px; grid-template-columns: repeat(2, 1fr); margin-inline: auto; }
.mobile-ticket-cart { display: none; }

.gent-faq-section { padding-block: 84px; background: var(--paper); }
.gent-faq-section .faq-layout { gap: 60px; }
.gent-faq-section .faq-list summary { padding-block: 16px; }
.gent-exhibitor-strip { padding: 60px 0; background: radial-gradient(circle at 12% 0%, rgba(229,38,120,.25), transparent 32%), var(--navy); color: #fff; }
.gent-exhibitor-strip .shell { display: grid; grid-template-columns: 58px 1fr auto; gap: 24px; align-items: center; }
.gent-exhibitor-strip .panel-icon { margin: 0; background: var(--fuchsia); }
.gent-exhibitor-strip h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.06em; }
.gent-exhibitor-strip p:not(.kicker) { margin: 9px 0 0; color: rgba(255,255,255,.66); }

.subpage-top { min-height: 610px; background: radial-gradient(circle at 82% 10%, rgba(229,38,120,.42), transparent 34%), radial-gradient(circle at 70% 100%, rgba(242,165,65,.22), transparent 34%), var(--navy); color: #fff; }
.subpage-intro { padding: 112px 0 110px; }
.subpage-intro h1 { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: clamp(4rem, 8vw, 8rem); font-weight: 950; letter-spacing: -.08em; line-height: .86; }
.subpage-intro > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 32px; color: rgba(255,255,255,.7); font-size: 1.12rem; line-height: 1.72; }
.exhibitor-benefits { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.5); }
.benefit-grid article > svg { color: var(--fuchsia); }
.benefit-grid h2 { margin: 100px 0 14px; font-family: var(--font-display); font-size: 1.75rem; letter-spacing: -.05em; }
.benefit-grid p { margin: 0; color: var(--muted); line-height: 1.68; }
.exhibitor-cities { background: var(--paper); }
.city-pill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.city-pill-grid a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.city-pill-grid a:hover { transform: translateY(-2px); border-color: rgba(229,38,120,.48); }
.city-pill-grid span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.city-pill-grid strong { font-size: .92rem; }

.exhibitor-page .section { padding: 82px 0; }
.exhibitor-page .split-heading { margin-bottom: 42px; }
.exhibitor-page .benefit-grid article { min-height: 240px; }
.exhibitor-page .benefit-grid h2 { margin-top: 58px; }
.exhibitor-formats-section { background: var(--paper); }
.exhibitor-format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.exhibitor-format-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.exhibitor-format-grid article:nth-child(2) { background: var(--navy); color: #fff; }
.exhibitor-format-grid article:nth-child(3) { background: var(--amber); }
.exhibitor-format-grid article > div { display: flex; align-items: center; justify-content: space-between; color: var(--fuchsia); }
.exhibitor-format-grid article:nth-child(2) > div { color: var(--rose); }
.exhibitor-format-grid article:nth-child(3) > div { color: var(--ink); }
.exhibitor-format-grid article > div span { font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.exhibitor-format-grid h3 { margin: 66px 0 14px; font-family: var(--font-display); font-size: clamp(1.85rem, 3vw, 2.9rem); letter-spacing: -.06em; line-height: .96; }
.exhibitor-format-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.58; }
.exhibitor-format-grid article:nth-child(2) p { color: rgba(255,255,255,.67); }
.exhibitor-format-grid article:nth-child(3) p { color: rgba(17,16,36,.7); }
.exhibitor-format-grid ul { display: grid; gap: 9px; margin: auto 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.exhibitor-format-grid article:nth-child(2) ul { border-top-color: var(--white-line); }
.exhibitor-format-grid article:nth-child(3) ul { border-top-color: rgba(17,16,36,.16); }
.exhibitor-format-grid li { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 750; }
.exhibitor-format-grid li svg { flex: 0 0 auto; color: var(--fuchsia); }
.exhibitor-format-grid article:nth-child(2) li svg { color: var(--rose); }
.exhibitor-format-grid article:nth-child(3) li svg { color: var(--ink); }
.business-format-action { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--fuchsia); font-size: .78rem; font-weight: 900; }
.business-format-action svg { flex: 0 0 auto; transition: transform .2s ease; }
.business-format-action:hover svg { transform: translateX(3px); }
.exhibitor-format-grid article:nth-child(2) .business-format-action { border-top-color: var(--white-line); color: var(--rose); }
.exhibitor-format-grid article:nth-child(3) .business-format-action { border-top-color: rgba(17,16,36,.16); color: var(--ink); }
.city-business-grid a { position: relative; min-height: 112px; grid-template-columns: 42px minmax(0, 1fr) auto; align-content: center; padding-block: 17px; }
.city-business-grid a > div { min-width: 0; display: grid; gap: 5px; }
.city-business-grid a > div > strong { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: -.035em; }
.city-business-grid small { display: flex; align-items: center; gap: 6px; overflow: hidden; color: var(--muted); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.city-business-grid em { position: absolute; right: 17px; bottom: 12px; color: var(--fuchsia); font-size: .68rem; font-style: normal; font-weight: 850; }
.exhibitor-process-section { background: var(--cream); }
.exhibitor-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.exhibitor-process-grid li { min-height: 250px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); }
.exhibitor-process-grid li:last-child { border-right: 0; }
.exhibitor-process-grid li > span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; }
.exhibitor-process-grid h3 { margin: auto 0 12px; font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.05em; }
.exhibitor-process-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.58; }
.business-sponsor-section { background: radial-gradient(circle at 86% 12%, rgba(229,38,120,.28), transparent 33%), var(--navy); color: #fff; }
.business-sponsor-section .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.business-sponsor-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--white-line); border-radius: 24px; overflow: hidden; }
.business-sponsor-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--white-line); }
.business-sponsor-grid article:last-child { border-right: 0; }
.business-sponsor-grid article > span { color: var(--rose); font-size: .72rem; font-weight: 900; }
.business-sponsor-grid h3 { margin: auto 0 14px; font-family: var(--font-display); font-size: 1.85rem; letter-spacing: -.055em; line-height: 1; }
.business-sponsor-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: .84rem; line-height: 1.58; }
.business-sponsor-note { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 18px; align-items: center; margin-top: 16px; padding: 20px 22px; border: 1px solid var(--white-line); border-radius: 20px; background: rgba(255,255,255,.06); }
.business-sponsor-note > svg { color: var(--rose); }
.business-sponsor-note h3 { margin: 0 0 5px; font-family: var(--font-display); font-size: 1.12rem; letter-spacing: -.035em; }
.business-sponsor-note p { margin: 0; color: rgba(255,255,255,.67); font-size: .78rem; line-height: 1.48; }
.business-faq-section { background: var(--cream); }
.business-faq-section h2 { max-width: 570px; margin: 0; font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 950; letter-spacing: -.068em; line-height: .94; }
.business-faq-section .section-copy { max-width: 480px; margin: 22px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.exhibitor-contact-section { scroll-margin-top: 30px; background: var(--paper); }
#participation-formats, #festival-cities, #sponsoring-models { scroll-margin-top: 24px; }
/* Contact hub */
.contact-hero { min-height: 520px; }
.contact-intro { padding: 78px 0 84px; }
.contact-intro h1 { max-width: 980px; font-size: clamp(3.8rem, 7vw, 6.7rem); }
.contact-intro > p:not(.eyebrow) { max-width: 730px; margin-bottom: 0; }
.contact-route-section { padding-block: 88px; background: var(--paper); }
.contact-route-heading { margin-bottom: 42px; }
.contact-route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.contact-route-grid-2 { max-width: 900px; grid-template-columns: repeat(2, 1fr); margin-inline: auto; }
.contact-route-card { position: relative; min-height: 280px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-route-card::after { content: ""; position: absolute; right: -70px; bottom: -100px; width: 190px; height: 190px; border-radius: 50%; background: var(--cream); transition: transform .25s ease, background .25s ease; }
.contact-route-card:hover { transform: translateY(-4px); border-color: rgba(213,28,107,.28); box-shadow: 0 22px 55px rgba(25,18,36,.08); }
.contact-route-card.is-active { border-color: transparent; background: var(--navy); color: #fff; box-shadow: 0 22px 55px rgba(22,20,47,.18); }
.contact-route-card.is-active::after { background: rgba(229,38,120,.2); transform: scale(1.15); }
.contact-route-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--fuchsia); }
.contact-route-card.is-active .contact-route-icon { background: rgba(255,255,255,.09); color: var(--rose); }
.contact-route-number { position: absolute; top: 26px; right: 24px; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.contact-route-card.is-active .contact-route-number { color: rgba(255,255,255,.48); }
.contact-route-card strong { max-width: 230px; margin: auto 0 12px; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.045em; line-height: 1.04; }
.contact-route-card small { position: relative; z-index: 1; max-width: 230px; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.contact-route-card.is-active small { color: rgba(255,255,255,.68); }
.contact-route-card > svg { position: absolute; z-index: 1; right: 21px; bottom: 20px; color: var(--fuchsia); }
.contact-route-card.is-active > svg { color: var(--rose); }
.contact-form-section { padding-block: 96px; background: var(--cream); }
.contact-form-layout { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); gap: 18px; align-items: start; }
.contact-form-panel { scroll-margin-top: 24px; padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(25,18,36,.07); }
.contact-form-heading { max-width: 710px; margin-bottom: 34px; }
.contact-form-heading h2, .contact-direct-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.45rem, 4.2vw, 4.4rem); font-weight: 950; letter-spacing: -.068em; line-height: .94; }
.contact-form-heading > p:last-child { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: .91rem; line-height: 1.65; }
.contact-topic-fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.contact-topic-fieldset legend, .contact-field > span { display: block; margin-bottom: 9px; color: var(--ink); font-size: .82rem; font-weight: 900; letter-spacing: .035em; }
.contact-topic-fieldset > div { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-topic-fieldset label { cursor: pointer; }
.contact-topic-fieldset input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.contact-topic-fieldset span { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .8rem; font-weight: 850; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.contact-topic-fieldset input:checked + span { border-color: var(--fuchsia); background: rgba(213,28,107,.07); color: var(--fuchsia); }
.contact-topic-fieldset input:focus-visible + span { outline: 3px solid var(--rose); outline-offset: 3px; }
.business-city-fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.business-city-fieldset > legend { display: block; margin-bottom: 9px; color: var(--ink); font-size: .82rem; font-weight: 900; letter-spacing: .035em; }
.business-city-toolbar { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 10px; padding: 9px 12px; border-radius: 12px; background: var(--cream); }
.business-city-toolbar > strong { color: var(--ink); font-size: .8rem; }
.business-city-toolbar > span { display: flex; align-items: center; gap: 13px; }
.business-city-toolbar button { min-height: 44px; padding: 0 4px; border: 0; background: transparent; color: var(--fuchsia); font-size: .8rem; font-weight: 900; cursor: pointer; }
.business-city-toolbar button:hover { text-decoration: underline; text-underline-offset: 3px; }
.business-city-toolbar button:focus-visible { border-radius: 3px; outline: 3px solid var(--rose); outline-offset: 3px; }
.business-city-toolbar button:disabled { color: #928c96; text-decoration: none; cursor: default; }
.business-city-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.business-city-choice-grid label { position: relative; min-height: 98px; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 9px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.business-city-choice-grid label:hover { border-color: rgba(213,28,107,.42); background: #fff; }
.business-city-choice-grid label.is-selected { border-color: var(--navy); background: var(--navy); color: #fff; }
.business-city-choice-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.business-city-choice-grid label:has(input:focus-visible) { outline: 3px solid var(--rose); outline-offset: 3px; }
.business-city-check { width: 20px; height: 20px; display: grid; place-items: center; margin-top: 1px; border: 1px solid #a9a4ac; border-radius: 6px; background: #fff; color: var(--fuchsia); }
.business-city-choice-grid .is-selected .business-city-check { border-color: #fff; }
.business-city-choice-grid label > span:last-child { min-width: 0; display: grid; gap: 3px; }
.business-city-choice-grid strong { font-size: .8rem; line-height: 1.25; }
.business-city-choice-grid small { overflow: hidden; color: var(--muted); font-size: .78rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.business-city-choice-grid .is-selected small { color: rgba(255,255,255,.67); }
.contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.contact-field { min-width: 0; }
.contact-field-full { grid-column: 1 / -1; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-field input, .contact-field select { min-height: 52px; padding: 0 15px; }
.contact-field select { appearance: auto; }
.contact-field textarea { min-height: 150px; resize: vertical; padding: 14px 15px; line-height: 1.55; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #88828d; opacity: 1; }
.contact-field input:hover, .contact-field select:hover, .contact-field textarea:hover { border-color: rgba(213,28,107,.35); background: #fff; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--fuchsia); background: #fff; box-shadow: 0 0 0 4px rgba(213,28,107,.08); outline: 0; }
.contact-field [aria-invalid="true"] { border-color: #bd2432; }
.contact-error { display: block; margin-top: 7px; color: #a61f2c; font-size: .76rem; font-weight: 750; line-height: 1.4; }
.contact-consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; margin-top: 24px; color: var(--muted); font-size: .78rem; line-height: 1.55; cursor: pointer; }
.contact-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--fuchsia); }
.contact-consent a { color: var(--fuchsia); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.contact-consent-error { margin-left: 31px; }
.contact-privacy-note { margin: 22px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.contact-privacy-note a { color: var(--fuchsia); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.business-nonbinding-note { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; margin: 22px 0 0; padding: 15px 17px; border: 1px solid rgba(242,165,65,.4); border-radius: 14px; background: rgba(242,165,65,.1); color: #6e4a17; font-size: .78rem; line-height: 1.55; }
.business-nonbinding-note svg { margin-top: 1px; color: #995e0b; }
.contact-submit-row { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.contact-submit-row small { max-width: 250px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.contact-form-status { min-height: 22px; margin: 16px 0 0; color: #176837; font-size: .8rem; font-weight: 800; line-height: 1.45; }
.contact-direct-panel { position: sticky; top: 18px; overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 92% 5%, rgba(229,38,120,.36), transparent 32%), var(--navy); color: #fff; }
.contact-direct-intro { padding: 36px 34px 30px; }
.contact-direct-intro .kicker { color: var(--rose); }
.contact-direct-intro h2 { font-size: clamp(2.25rem, 3.5vw, 3.45rem); }
.contact-direct-intro > p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: .87rem; line-height: 1.64; }
.contact-direct-list { border-top: 1px solid var(--white-line); }
.contact-direct-list > * { min-height: 86px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 22px; gap: 12px; align-items: center; padding: 18px 27px; border-bottom: 1px solid var(--white-line); }
.contact-direct-list > * > svg:first-child { color: var(--rose); }
.contact-direct-list > * > svg:last-child { color: rgba(255,255,255,.55); }
.contact-direct-list span { min-width: 0; display: grid; gap: 5px; }
.contact-direct-list small { color: rgba(255,255,255,.53); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.contact-direct-list strong { overflow-wrap: anywhere; font-size: .87rem; line-height: 1.45; }
.contact-direct-list a:hover { background: rgba(255,255,255,.05); }
.contact-help-card { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding: 27px; border-bottom: 1px solid var(--white-line); }
.contact-help-card > svg { color: var(--rose); }
.contact-help-card h3 { margin: 1px 0 13px; font-family: var(--font-display); font-size: 1rem; letter-spacing: -.025em; }
.contact-help-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.contact-help-card li { position: relative; padding-left: 15px; color: rgba(255,255,255,.66); font-size: .75rem; line-height: 1.45; }
.contact-help-card li::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--rose); }
.contact-quick-links { display: grid; padding: 25px 27px 29px; }
.contact-quick-links > strong { margin-bottom: 12px; color: rgba(255,255,255,.53); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-quick-links a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--white-line); color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 800; }
.contact-quick-links a:last-child { border-bottom: 0; }
.contact-quick-links a:hover { color: #fff; }
.contact-quick-links svg { color: var(--rose); }

/* About Kazel Expo */
.about-hero { position: relative; min-height: 800px; overflow: hidden; background: var(--navy); color: #fff; }
.about-hero-image { position: absolute; inset: 0; background: url("../images/kazel-festival-hero.webp") center 40% / cover no-repeat; transform: scale(1.02); }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,28,.96) 0%, rgba(22,16,43,.87) 42%, rgba(23,14,39,.36) 76%, rgba(12,9,28,.65) 100%), linear-gradient(0deg, rgba(9,8,24,.93), transparent 52%); }
.about-hero-content { position: relative; z-index: 2; min-height: 622px; display: flex; align-items: flex-end; padding: 82px 0 74px; }
.about-hero-content > div { max-width: 980px; }
.about-hero h1 { max-width: 950px; margin: 0; font-family: var(--font-display); font-size: clamp(4rem, 8.2vw, 8rem); font-weight: 950; letter-spacing: -.082em; line-height: .82; text-wrap: balance; }
.about-hero h1 span { display: block; color: var(--rose); }
.about-hero-lead { max-width: 700px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 1.12rem; line-height: 1.7; }
.about-hero-strip { position: relative; z-index: 3; min-height: 86px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 62px); border-top: 1px solid var(--white-line); background: rgba(12,10,29,.76); }
.about-hero-strip span { color: var(--rose); font-family: var(--font-display); font-size: 1.18rem; letter-spacing: -.03em; }
.about-hero-strip strong { font-family: var(--font-display); font-size: clamp(1.35rem, 3vw, 2.5rem); letter-spacing: -.055em; }
.about-hero-strip i { color: rgba(255,255,255,.35); font-style: normal; }

.about-intro-section { background: var(--paper); }
.about-intro-copy { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
.about-intro-copy h2 { max-width: 740px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6.1rem); font-weight: 950; letter-spacing: -.07em; line-height: .93; }
.about-intro-text { padding-top: 36px; border-top: 1px solid var(--line); }
.about-intro-text p { margin: 0 0 22px; color: var(--muted); font-size: 1.02rem; line-height: 1.78; }
.about-pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 74px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-pillar-grid article { position: relative; min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 26px; border-right: 1px solid var(--line); }
.about-pillar-grid article:last-child { border-right: 0; }
.about-pillar-grid article > span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.about-pillar-grid article > svg { margin-top: 34px; color: var(--fuchsia); }
.about-pillar-grid h3 { margin: auto 0 12px; font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.045em; }
.about-pillar-grid p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.65; }

.about-origin-section { background: var(--cream); }
.about-origin-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 90px; align-items: stretch; }
.about-origin-layout > div > h2 { max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.073em; line-height: .92; }
.about-origin-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-origin-copy p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.75; }
.about-promise-card { min-height: 560px; display: flex; flex-direction: column; padding: 38px; border-radius: 28px; background: radial-gradient(circle at 90% 8%, rgba(229,38,120,.4), transparent 34%), var(--navy); color: #fff; }
.about-promise-card > span { color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-promise-card > strong { margin: 16px 0 auto; color: rgba(255,255,255,.38); font-family: var(--font-display); font-size: 1.2rem; letter-spacing: -.03em; }
.about-promise-card h3 { margin: 0 0 24px; font-family: var(--font-display); font-size: clamp(2.6rem, 4vw, 4.2rem); letter-spacing: -.065em; line-height: .94; }
.about-promise-card p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.72; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-stats > div { min-height: 190px; display: grid; align-content: center; padding: 26px; border-right: 1px solid var(--line); }
.about-stats > div:last-child { border-right: 0; }
.about-stats span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.about-stats strong { margin-top: 20px; font-family: var(--font-display); font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -.06em; line-height: .9; }
.about-stats p { margin: 12px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }

.about-timeline-section { background: var(--paper); }
.about-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.about-timeline li { position: relative; min-height: 380px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.about-timeline li.current { border-color: transparent; background: radial-gradient(circle at 90% 8%, rgba(229,38,120,.34), transparent 36%), var(--navy); color: #fff; }
.timeline-top { display: flex; align-items: center; gap: 12px; }
.timeline-top > span { color: var(--muted); font-size: .72rem; font-weight: 900; }
.timeline-top > strong { margin-left: auto; color: var(--fuchsia); font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.045em; }
.timeline-top > small { padding: 6px 9px; border-radius: 999px; background: var(--fuchsia); color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-timeline h3 { margin: 66px 0 14px; font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -.045em; }
.about-timeline li > p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.62; }
.timeline-cities { display: grid; gap: 6px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.timeline-cities b { color: var(--fuchsia); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.timeline-cities span { color: var(--muted); font-size: .75rem; line-height: 1.55; }
.about-timeline li.current > p { color: rgba(255,255,255,.68); }
.about-timeline-editorial { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.about-timeline-editorial li { min-height: 260px; display: grid; grid-template-columns: 250px minmax(0, 1fr) minmax(260px, .7fr); gap: 44px; align-items: center; padding: 34px 30px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.about-timeline-editorial li.current { border-color: transparent; border-radius: 24px; background: radial-gradient(circle at 90% 8%, rgba(229,38,120,.34), transparent 36%), var(--navy); }
.about-timeline-editorial .timeline-top { display: grid; align-content: center; justify-items: start; gap: 12px; }
.about-timeline-editorial .timeline-top > strong { margin: 0; font-size: clamp(1.8rem, 3vw, 3.2rem); }
.about-timeline-editorial h3 { margin: 0 0 15px; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: .98; }
.about-timeline-editorial .timeline-editorial-copy > p { margin: 0; color: var(--muted); line-height: 1.68; }
.about-timeline-editorial .timeline-cities { margin: 0; padding: 0 0 0 28px; border-top: 0; border-left: 1px solid var(--line); }
.about-timeline-editorial li.current .timeline-editorial-copy > p,
.about-timeline-editorial li.current .timeline-cities span { color: rgba(255,255,255,.66); }
.about-timeline-editorial li.current .timeline-cities { border-left-color: var(--white-line); }

.about-presence-section { background: radial-gradient(circle at 12% 10%, rgba(229,38,120,.25), transparent 30%), var(--navy); color: #fff; }
.about-presence-section .section-heading > p:last-child { color: rgba(255,255,255,.65); }
.presence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.presence-grid article { min-height: 275px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--white-line); border-radius: 22px; background: rgba(255,255,255,.04); }
.presence-grid article > div { display: flex; align-items: center; justify-content: space-between; }
.presence-grid article > div span { width: 45px; height: 31px; display: grid; place-items: center; border: 1px solid var(--white-line); border-radius: 999px; color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.presence-grid article > div small { color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 900; }
.presence-grid h3 { margin: auto 0 12px; font-family: var(--font-display); font-size: 2rem; letter-spacing: -.05em; }
.presence-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: .76rem; line-height: 1.62; }
.presence-note { display: flex; align-items: center; gap: 9px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: .75rem; line-height: 1.5; }
.presence-note svg { flex: 0 0 auto; color: var(--rose); }

.about-artists-section { background: var(--cream); }
.about-artists-heading { max-width: 940px; margin-bottom: 70px; }
.about-artists-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 7vw, 7.1rem); letter-spacing: -.078em; line-height: .88; }
.about-artists-heading > p:last-child { max-width: 680px; margin: 30px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.72; }
.artist-group + .artist-group { margin-top: 88px; }
.artist-group-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.artist-group-heading > div { display: flex; align-items: center; gap: 12px; }
.artist-group-heading svg { color: var(--fuchsia); }
.artist-group-heading h3 { margin: 0; font-family: var(--font-display); font-size: 2.2rem; letter-spacing: -.055em; }
.artist-group-heading p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.62; }
.artist-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.artist-grid article { min-height: 176px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.58); }
.artist-grid article.featured { border-color: transparent; background: linear-gradient(145deg, var(--fuchsia), #bb185f); color: #fff; }
.artist-grid article > span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .09em; }
.artist-grid article.featured > span { color: rgba(255,255,255,.63); }
.artist-grid h4 { margin: auto 0 10px; font-family: var(--font-display); font-size: clamp(1.2rem, 2.1vw, 1.8rem); letter-spacing: -.05em; line-height: 1; }
.artist-grid small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.artist-grid article.featured small { color: rgba(255,255,255,.67); }
.artist-highlights-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.artist-highlights-heading p { margin: 0; color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.artist-highlights-heading span { color: var(--muted); font-family: var(--font-display); font-size: 1rem; }
.artist-highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.artist-highlight-grid article { min-height: 245px; display: flex; flex-direction: column; padding: 24px; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, var(--fuchsia), #b6175c); color: #fff; }
.artist-highlight-grid article:nth-child(3n) { background: var(--navy); }
.artist-highlight-grid article:nth-child(4n) { background: var(--amber); color: var(--ink); }
.artist-highlight-grid article > span { color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.artist-highlight-grid article:nth-child(4n) > span { color: rgba(17,16,36,.48); }
.artist-highlight-grid article > small { margin-top: 16px; color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.artist-highlight-grid article:nth-child(4n) > small { color: rgba(17,16,36,.56); }
.artist-highlight-grid h3 { margin: auto 0 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.06em; line-height: .94; }
.artist-archive { margin-top: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.55); }
.artist-archive > summary { display: grid; grid-template-columns: 1fr 52px; gap: 30px; align-items: center; padding: 28px 30px; cursor: pointer; list-style: none; }
.artist-archive > summary::-webkit-details-marker { display: none; }
.artist-archive > summary div { display: grid; }
.artist-archive > summary span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.artist-archive > summary strong { margin-top: 8px; font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 2.2rem); letter-spacing: -.045em; }
.artist-archive > summary p { max-width: 680px; margin: 9px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.artist-archive > summary i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; transition: transform .2s ease; }
.artist-archive[open] > summary i { transform: rotate(180deg); }
.artist-archive-content { padding: 30px; border-top: 1px solid var(--line); }

.about-closing-section { padding: 135px 0; background: linear-gradient(90deg, rgba(20,13,39,.96), rgba(22,14,39,.65)), url("../images/kazel-festival-hero.webp") center 60% / cover; color: #fff; }
.about-closing-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: end; }
.about-closing-section h2 { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: clamp(3.5rem, 8vw, 7.9rem); letter-spacing: -.08em; line-height: .86; }
.about-closing-layout > div:first-child > p:last-child { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.75; }
.about-closing-actions { display: flex; flex-direction: column; gap: 12px; min-width: 220px; }

/* Legal, consent and route foundation */
.legal-hero { min-height: 610px; color: #fff; background: radial-gradient(circle at 84% 16%, rgba(229,38,120,.42), transparent 32%), radial-gradient(circle at 16% 100%, rgba(242,165,65,.18), transparent 34%), var(--navy); }
.legal-hero-content { padding: 104px 0 90px; }
.legal-hero-content h1 { max-width: 980px; margin: 0; font-family: var(--font-display); font-size: clamp(3.8rem, 8vw, 7.8rem); font-weight: 950; letter-spacing: -.08em; line-height: .88; }
.legal-hero-content > p:not(.eyebrow) { max-width: 710px; margin: 28px 0 25px; color: rgba(255,255,255,.7); font-size: 1.08rem; line-height: 1.72; }
.legal-hero-content > span { color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.legal-document-hero .legal-hero-content { padding-top: 64px; }
.legal-document-hero .back-link { margin-bottom: 58px; }
.legal-document-hero h1 { font-size: clamp(3.4rem, 7vw, 6.6rem); }
.legal-overview-section, .legal-document-section { background: var(--paper); }
.legal-status-card { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; max-width: 980px; margin: 0 0 42px; padding: 22px 25px; border: 1px solid rgba(229,38,120,.22); border-radius: 20px; background: rgba(229,38,120,.055); }
.legal-status-card > svg { width: 45px; height: 45px; padding: 11px; border-radius: 50%; background: var(--fuchsia); color: #fff; }
.legal-status-card strong { font-family: var(--font-display); font-size: 1rem; letter-spacing: -.025em; }
.legal-status-card p { margin: 5px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.legal-document-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.legal-document-grid > a { position: relative; min-height: 265px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.legal-document-grid > a:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(35,26,48,.1); }
.legal-document-grid > a > span { color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.legal-document-grid h2 { max-width: 530px; margin: auto 0 11px; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.06em; line-height: .98; }
.legal-document-grid p { max-width: 560px; margin: 0; padding-right: 54px; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.legal-document-grid i { position: absolute; right: 26px; bottom: 27px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; }
.legal-document-layout { display: grid; grid-template-columns: 275px minmax(0, 780px); justify-content: center; gap: 76px; align-items: start; }
.legal-toc { position: sticky; top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.legal-toc > p { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--fuchsia); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc nav { display: grid; border-top: 1px solid var(--line); }
.legal-toc nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .75rem; font-weight: 750; line-height: 1.4; }
.legal-toc nav a:hover { color: var(--ink); }
.legal-toc > a { min-height: 44px; display: flex; align-items: center; gap: 7px; margin-top: 10px; color: var(--fuchsia); font-size: .75rem; font-weight: 900; }
.legal-content { min-width: 0; }
.legal-status-inline { margin-bottom: 46px; padding: 22px 24px; border-left: 4px solid var(--fuchsia); border-radius: 0 16px 16px 0; background: var(--cream); }
.legal-status-inline strong { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: -.03em; }
.legal-status-inline p { margin: 7px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.legal-content > section { scroll-margin-top: 25px; padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 20px; font-family: var(--font-display); font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: -.055em; line-height: 1.05; }
.legal-content section > p { white-space: pre-line; margin: 0 0 17px; color: #47424e; font-size: .96rem; line-height: 1.8; }
.legal-content ul { display: grid; gap: 11px; margin: 0 0 18px; padding: 0; list-style: none; }
.legal-content li { position: relative; padding-left: 24px; color: #47424e; font-size: .94rem; line-height: 1.65; }
.legal-content li::before { content: ""; position: absolute; top: .65em; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--fuchsia); }
.legal-content section > aside { margin-top: 22px; padding: 18px 20px; border-radius: 14px; background: var(--navy); color: rgba(255,255,255,.78); font-size: .8rem; line-height: 1.65; }
.legal-language-note { padding: 21px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); font-size: .78rem; line-height: 1.6; }

.festival-map-section { background: var(--cream); }
.festival-map-layout { display: grid; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr); gap: 68px; align-items: stretch; }
.festival-map-panel { min-width: 0; }
.festival-map-copy { align-self: center; }
.festival-map-copy h2 { max-width: 520px; margin: 0; font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.07em; line-height: .94; }
.festival-map-copy > p:not(.kicker) { max-width: 520px; margin: 24px 0; color: var(--muted); line-height: 1.7; }
.festival-map-copy address { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; font-style: normal; color: var(--muted); line-height: 1.45; }
.festival-map-copy address > svg { flex: 0 0 auto; color: var(--fuchsia); }
.festival-map-copy address span { display: grid; }
.festival-map-copy address strong { color: var(--ink); }
.festival-map-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 16px; }
.festival-map-frame { min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 24px 60px rgba(35,26,48,.08); }
.festival-map-frame iframe { width: 100%; height: 100%; min-height: 430px; display: block; border: 0; }
.festival-map-placeholder { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 38px; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(229,38,120,.13), transparent 38%), #fff; }
.festival-map-placeholder > span { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--navy); color: var(--rose); }
.festival-map-placeholder strong { font-family: var(--font-display); font-size: 2.2rem; letter-spacing: -.06em; }
.festival-map-placeholder p { max-width: 350px; margin: 9px 0 22px; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.footer-consent-button { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.68); cursor: pointer; font-size: .82rem; text-align: left; }
.footer-consent-button:hover { color: #fff; }
.newsletter-form > small a { color: var(--ink); font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }

.consent-layer { position: fixed; z-index: 200; right: 24px; bottom: 24px; left: 24px; display: flex; justify-content: center; pointer-events: none; }
.consent-layer-settings { inset: 0; align-items: center; padding: 24px; background: rgba(10,9,25,.72); backdrop-filter: blur(8px); pointer-events: auto; }
.consent-card { width: min(1120px, 100%); padding: 24px 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(22,20,47,.985); color: #fff; box-shadow: 0 26px 90px rgba(0,0,0,.38); pointer-events: auto; }
.consent-layer:not(.consent-layer-settings) .consent-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); column-gap: 36px; align-items: center; }
.consent-heading { position: relative; display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; }
.consent-heading > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(229,38,120,.18); color: var(--rose); }
.consent-heading p { margin: 0 0 4px; color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.consent-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: -.055em; line-height: 1; }
.consent-close { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--white-line); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.consent-intro { max-width: 650px; margin: 14px 0 0 62px; color: rgba(255,255,255,.76); font-size: .82rem; line-height: 1.55; }
.consent-options { display: grid; gap: 8px; margin: 24px 0; }
.consent-options label { min-height: 72px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 14px 16px; border: 1px solid var(--white-line); border-radius: 15px; background: rgba(255,255,255,.045); cursor: pointer; }
.consent-options label > span { display: grid; gap: 5px; }
.consent-options strong { font-size: .82rem; }
.consent-options small { color: rgba(255,255,255,.72); font-size: .75rem; line-height: 1.45; }
.consent-options input { width: 38px; height: 21px; accent-color: var(--fuchsia); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.consent-layer:not(.consent-layer-settings) .consent-actions { grid-column: 2; grid-row: 1 / span 2; justify-content: flex-end; }
.consent-actions .button { min-height: 44px; padding-inline: 17px; }
.consent-settings-link { min-height: 44px; padding: 0 12px; border: 0; background: transparent; color: rgba(255,255,255,.82); cursor: pointer; font-size: .75rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.consent-links { display: flex; gap: 18px; margin-top: 16px; }
.consent-layer:not(.consent-layer-settings) .consent-links { margin-left: 62px; }
.consent-links a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.72); font-size: .72rem; text-decoration: underline; text-underline-offset: 3px; }
.consent-layer-settings .consent-card { width: min(720px, 100%); max-height: min(820px, calc(100vh - 48px)); overflow-y: auto; padding: 30px; }
.consent-layer-settings .consent-intro { margin-left: 62px; }

@media print {
  .site-header, .newsletter-band, .site-footer, .consent-layer, .home-mobile-ticket-bar, .legal-toc { display: none !important; }
  .legal-hero { min-height: auto; color: #000; background: #fff; }
  .legal-hero-content { padding: 20px 0; }
  .legal-hero-content > p:not(.eyebrow), .legal-hero-content > span { color: #333; }
  .legal-document-layout { display: block; }
  .legal-content > section { break-inside: avoid; }
}

@media (max-width: 1200px) and (min-width: 1051px) {
  .hero-content { grid-template-columns: minmax(0, 1fr) 300px; gap: 32px; }
  .hero h1 { font-size: clamp(4rem, 7vw, 6.4rem); }
  .next-event { width: 300px; }
}

@media (max-width: 1050px) {
  .shell { width: min(100% - 44px, 960px); }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 780px; }
  .hero-content { grid-template-columns: 1fr; min-height: 620px; gap: 34px; }
  .hero-copy { align-self: end; transform: none; }
  .next-event { min-height: 122px; max-width: 520px; margin-bottom: 0; }
  .festival-grid { grid-template-columns: repeat(2, 1fr); }
  .gent-live-heading { grid-template-columns: 1fr; gap: 24px; }
  .path-section { grid-template-columns: 1fr; }
  .path-card { min-height: 350px; }
  .faq-layout { grid-template-columns: 1fr; gap: 54px; }
  .sponsor-rail { grid-template-columns: repeat(3, 1fr); }
  .sponsor-rail article { border-bottom: 1px solid var(--white-line); }
  .sponsor-rail article:nth-child(3n) { border-right: 0; }
  .sponsor-rail article:nth-last-child(-n+3) { border-bottom: 0; }
  .newsletter-layout { grid-template-columns: minmax(0, .82fr) minmax(380px, 1.18fr); gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
  .detail-two-column { grid-template-columns: 1fr; gap: 45px; }
  .ticket-panel { position: static; }
  .detail-facts { grid-template-columns: 1fr 1fr; }
  .detail-facts > *:nth-child(2n) { border-right: 0; }
  .detail-facts > *:nth-child(n+3) { border-top: 1px solid var(--white-line); }
  .concert-lineup-intro { grid-template-columns: 1fr; gap: 38px; }
  .gent-essentials-layout { grid-template-columns: 1fr; gap: 20px; }
  .gent-essential-facts { min-height: 136px; }
  .headliner-grid { grid-template-columns: repeat(3, 1fr); }
  .schedule-days { grid-template-columns: 1fr; }
  .travel-map-layout { grid-template-columns: 1fr; grid-template-areas: "map" "cards"; }
  .travel-grid { grid-template-columns: repeat(2, 1fr); }
  .ticket-builder-layout { grid-template-columns: 1fr; }
  .ticket-summary { position: static; }
  .about-hero { min-height: 750px; }
  .about-hero-content { min-height: 572px; }
  .about-intro-copy { grid-template-columns: 1fr; gap: 44px; }
  .about-intro-text { max-width: 720px; padding-top: 28px; }
  .about-origin-layout { grid-template-columns: 1fr; gap: 44px; }
  .about-promise-card { min-height: 460px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-stats > div:nth-child(2) { border-right: 0; }
  .about-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .about-pillar-grid article:nth-child(2) { border-right: 0; }
  .about-pillar-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-timeline { grid-template-columns: repeat(2, 1fr); }
  .about-timeline-editorial { grid-template-columns: 1fr; }
  .about-timeline-editorial li { grid-template-columns: 180px minmax(0, 1fr); }
  .about-timeline-editorial .timeline-cities { grid-column: 2; padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .about-timeline-editorial li.current .timeline-cities { border-top-color: var(--white-line); }
  .artist-highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .artist-grid { grid-template-columns: repeat(3, 1fr); }
  .about-closing-layout { grid-template-columns: 1fr; align-items: start; }
  .about-closing-actions { flex-direction: row; flex-wrap: wrap; }
  .legal-document-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 40px; }
  .festival-map-layout { grid-template-columns: 1fr; gap: 40px; }
  .festival-map-copy { max-width: 720px; }
  .consent-layer:not(.consent-layer-settings) .consent-card { grid-template-columns: 1fr; }
  .consent-layer:not(.consent-layer-settings) .consent-actions { grid-column: auto; grid-row: auto; justify-content: flex-start; margin-top: 18px; }
  .consent-layer:not(.consent-layer-settings) .consent-links { margin-left: 62px; }
  .contact-route-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-route-card { min-height: 245px; }
  .contact-form-layout { grid-template-columns: 1fr; }
  .contact-direct-panel { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .contact-direct-list { border-top: 0; border-left: 1px solid var(--white-line); }
  .contact-help-card { border-bottom: 0; }
  .contact-quick-links { border-left: 1px solid var(--white-line); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 620px); }
  .section { padding: 76px 0; }
  .home-page .festivals-section,
  .home-page .gent-live-section,
  .home-page .home-ticket-section,
  .home-page .faq-section { padding: 60px 0; }
  .home-page .gent-live-section { padding: 62px 0; }
  .header-inner { height: 76px; }
  .desktop-ticket { display: none; }
  .button.mobile-header-ticket { display: inline-flex; min-height: 44px; padding-inline: 15px; }
  .header-actions { gap: 8px; }
  .wordmark { font-size: 1.2rem; }
  .language-picker summary { min-width: 62px; padding-inline: 8px; }
  .hero { min-height: 760px; }
  .hero-content { min-height: 610px; gap: 24px; padding: 38px 0 34px; }
  .hero h1 { font-size: clamp(3.2rem, 15.4vw, 4.8rem); line-height: .84; }
  .hero-title-line-secondary { white-space: normal; }
  .hero-lead { font-size: .98rem; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .button { width: 100%; }
  .hero-tertiary-link { justify-content: center; }
  .next-event { min-height: 164px; padding: 22px; }
  .next-event-label { top: 21px; left: 22px; }
  .next-event svg { right: 20px; bottom: 20px; }
  .hero-sponsor-marquee { height: 66px; }
  .hero-sponsor-frame { width: calc(100% - 28px); height: 58px; grid-template-columns: 142px minmax(0, 1fr); border-radius: 16px 16px 0 0; }
  .hero-sponsor-label { padding: 0 10px; font-size: .7rem; letter-spacing: .04em; }
  .hero-sponsor-group { gap: 10px; padding-right: 10px; }
  .hero-sponsor-item { width: 88px; height: 42px; flex-basis: 88px; }
  .hero-sponsor-item > svg { width: min(46px, 64%); height: 31px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .festival-grid { grid-template-columns: 1fr; }
  .festival-grid { gap: 12px; }
  .festival-card { min-height: 174px; padding: 18px 19px; border-radius: 20px; }
  .festival-card::before { right: -58px; bottom: -92px; width: 190px; height: 190px; }
  .festival-card-meta { gap: 8px; }
  .festival-card-date { font-size: .7rem; }
  .festival-card h3 { margin: 24px 0 4px; font-size: clamp(2rem, 11vw, 2.65rem); }
  .festival-card p { max-width: calc(100% - 18px); overflow: hidden; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
  .festival-card-action { padding-top: 15px; }
  .festival-card-status { padding: 6px 9px; font-size: .78rem; }
  .festival-card-action > svg { width: 30px; height: 30px; flex-basis: 30px; padding: 7px; }
  .gent-live-heading { gap: 18px; margin-bottom: 28px; }
  .gent-live-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .gent-live-heading > p { font-size: .92rem; line-height: 1.55; }
  .gent-live-grid { display: flex; margin-right: -14px; padding: 0 14px 8px 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gent-live-card { min-width: min(78vw, 310px); flex: 0 0 min(78vw, 310px); scroll-snap-align: start; }
  .gent-live-card figure { height: 158px; }
  .gent-live-card strong { font-size: 1.75rem; }
  .gent-live-footer { align-items: flex-start; flex-direction: column; margin-top: 18px; }
  .gent-live-footer .button { width: min(100%, 300px); }
  .path-card { min-height: 270px; align-items: center; padding: 58px 24px 30px; text-align: center; }
  .path-card > span { top: 26px; left: 50%; transform: translateX(-50%); }
  .path-card h2 { font-size: 2.45rem; }
  .path-card p { margin: 15px 0 20px; font-size: .92rem; line-height: 1.5; }
  .path-card .button { min-width: min(100%, 260px); }
  .exhibitor-path { min-height: 250px; }
  .faq-layout { gap: 34px; }
  .faq-list summary { grid-template-columns: 30px 1fr 22px; padding: 17px 0; font-size: .96rem; }
  .faq-list details p { margin: -2px 16px 20px 42px; font-size: .93rem; }
  .newsletter-band { padding: 22px 0; }
  .newsletter-layout { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .newsletter-layout h2, .newsletter-layout > div > p:last-child { margin-inline: auto; }
  .newsletter-layout h2 { font-size: 1.85rem; }
  .newsletter-layout > div > p:last-child { margin-top: 7px; font-size: .77rem; }
  .newsletter-form > label { margin-bottom: 6px; text-align: left; }
  .newsletter-input-row { grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 50px; border-radius: 999px; text-align: left; }
  .newsletter-input-row input { height: 50px; font-size: .82rem; }
  .newsletter-input-row button { min-height: 44px; gap: 6px; margin-right: 5px; padding: 0 13px; }
  .newsletter-form > small { margin-top: 7px; text-align: center; }
  .site-footer { padding: 54px 0 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; padding-bottom: 38px; text-align: center; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-grid > div:first-child p { margin: 15px auto 0; }
  .social-links { justify-content: center; }
  .footer-links { align-items: center; gap: 8px; }
  .footer-links a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .footer-discover { display: grid; grid-template-columns: repeat(2, minmax(100px, auto)); justify-content: center; column-gap: 28px; }
  .footer-discover strong { grid-column: 1 / -1; }
  .legal-links { flex-direction: row; flex-wrap: wrap; justify-content: center; column-gap: 20px; }
  .legal-links strong { width: 100%; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 12px; text-align: center; }
  .back-to-top { width: min(100%, 240px); }
  .detail-hero { min-height: 720px; }
  .back-link { margin-bottom: 58px; }
  .detail-hero h1 { font-size: clamp(4.5rem, 21vw, 7rem); line-height: .82; }
  .detail-hero h1 small { display: block; margin: 15px 0 0 4px; font-size: .28em; }
  .detail-eyebrow-line { align-items: flex-start; flex-direction: column; gap: 10px; }
  .detail-facts { grid-template-columns: 1fr 1fr; grid-template-areas: "date hours" "venue venue" "tickets tickets"; margin-top: 55px; }
  .detail-facts > * { min-height: 84px; border-top: 0 !important; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .detail-facts > *:nth-child(1) { grid-area: date; border-right: 1px solid var(--white-line); }
  .detail-facts > *:nth-child(2) { grid-area: venue; }
  .detail-facts > *:nth-child(3) { grid-area: hours; }
  .detail-facts > .detail-ticket-fact { grid-area: tickets; border-bottom: 0; }
  .detail-info-grid { grid-template-columns: 1fr; }
  .ticket-panel { padding: 26px; }
  .subpage-top { min-height: 570px; }
  .subpage-intro { padding: 95px 0 80px; }
  .subpage-intro h1 { font-size: 3.9rem; }
  .benefit-grid, .city-pill-grid { grid-template-columns: 1fr; }
  .contact-hero { min-height: 470px; }
  .contact-intro { padding: 72px 0 66px; }
  .contact-intro h1 { max-width: 520px; font-size: clamp(3.35rem, 15vw, 4.35rem); }
  .contact-intro > p:not(.eyebrow) { margin-top: 22px; font-size: .96rem; line-height: 1.62; }
  .contact-route-section { padding-block: 58px; overflow: hidden; }
  .contact-route-heading { margin-bottom: 28px; }
  .contact-route-grid { display: flex; margin-right: -14px; padding: 0 14px 8px 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .contact-route-card { min-width: min(78vw, 300px); min-height: 230px; flex: 0 0 min(78vw, 300px); scroll-snap-align: start; }
  .contact-route-card strong { font-size: 1.35rem; }
  .contact-form-section { padding-block: 58px; }
  .contact-form-layout { width: min(100% - 20px, 620px); }
  .contact-form-panel { padding: 28px 20px; border-radius: 22px; }
  .contact-form-heading { margin-bottom: 28px; }
  .contact-form-heading h2 { font-size: 2.65rem; }
  .contact-topic-fieldset > div { display: grid; grid-template-columns: 1fr; }
  .contact-topic-fieldset span { width: 100%; min-height: 46px; }
  .contact-field-grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-field-full { grid-column: auto; }
  .contact-field input, .contact-field select { min-height: 54px; }
  .contact-field textarea { min-height: 170px; }
  .contact-submit-row { align-items: stretch; flex-direction: column; gap: 10px; }
  .contact-submit-row .button { width: 100%; min-height: 54px; }
  .contact-submit-row small { max-width: none; text-align: center; }
  .contact-form-status { text-align: center; }
  .contact-direct-panel { display: block; border-radius: 22px; }
  .contact-direct-intro { padding: 31px 25px 25px; }
  .contact-direct-list { border-top: 1px solid var(--white-line); border-left: 0; }
  .contact-direct-list > * { padding-inline: 22px; }
  .contact-help-card { border-bottom: 1px solid var(--white-line); padding-inline: 22px; }
  .contact-quick-links { border-left: 0; padding-inline: 22px; }
  .benefit-grid h2 { margin-top: 64px; }
  .home-ticket-grid, .travel-grid { grid-template-columns: 1fr; }
  .sponsor-rail { display: flex; margin-inline: -14px; overflow-x: auto; border-right: 0; border-left: 0; border-radius: 0; scroll-snap-type: x proximity; }
  .sponsor-rail article { min-width: 108px; min-height: 96px; flex: 0 0 108px; padding: 18px 8px; border-right: 1px solid var(--white-line) !important; border-bottom: 0 !important; scroll-snap-align: start; }
  .sponsor-rail article:last-child { border-right: 0 !important; }
  .sponsor-section { padding: 58px 0; }
  .sponsor-heading { margin-bottom: 28px; }
  .sponsor-footer-row { align-items: center; flex-direction: column; text-align: center; }
  .sponsor-cta { min-width: min(100%, 260px); }
  .home-ticket-grid article { min-height: 240px; padding: 22px; }
  .home-ticket-grid h3 { margin-top: 26px; }
  .home-ticket-actions .button { width: min(100%, 320px); }
  .home-mobile-ticket-bar { position: fixed; z-index: 65; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px 10px 10px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(22,20,47,.97); box-shadow: 0 18px 55px rgba(0,0,0,.38); color: #fff; backdrop-filter: blur(16px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .home-mobile-ticket-bar.is-hidden { visibility: hidden; opacity: 0; transform: translateY(calc(100% + 24px)); pointer-events: none; }
  .home-mobile-ticket-bar > svg { color: var(--rose); }
  .home-mobile-ticket-bar > div { min-width: 0; display: grid; gap: 3px; }
  .home-mobile-ticket-bar small { overflow: hidden; color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
  .home-mobile-ticket-bar strong { color: #fff; font-family: var(--font-display); font-size: .95rem; letter-spacing: -.035em; }
  .home-mobile-ticket-bar a { min-height: 42px; display: inline-flex; align-items: center; gap: 6px; padding: 0 14px; border-radius: 999px; background: var(--fuchsia); color: #fff; font-size: .72rem; font-weight: 900; white-space: nowrap; }
  .festival-section-nav .shell { min-height: 52px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .festival-section-nav .shell::-webkit-scrollbar { display: none; }
  .festival-section-nav a { flex: 0 0 auto; padding-inline: 14px; }
  .concert-lineup-section { padding: 56px 0; }
  .concert-lineup-intro { margin-bottom: 26px; }
  .headliner-grid { display: flex; margin-right: -14px; padding: 0 14px 8px 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .headliner-grid-2 { max-width: none; margin-left: 0; }
  .headliner-grid article { min-width: min(82vw, 330px); min-height: 0; flex: 0 0 min(82vw, 330px); scroll-snap-align: start; }
  .headliner-media { height: 210px; }
  .headliner-card-copy { min-height: 250px; }
  .gent-essentials-section { padding-block: 30px; }
  .gent-essentials-layout { min-height: 0; gap: 18px; }
  .gent-essentials-intro h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .gent-essentials-intro > p:last-child { margin-top: 8px; }
  .gent-essential-facts { min-height: 0; grid-template-columns: 1fr; }
  .gent-essential-facts article { min-height: 88px; padding: 14px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .gent-essential-facts article:last-child { border-bottom: 0; }
  .draft-notice { grid-template-columns: 1fr; gap: 8px; }
  .venue-address span { flex-direction: column; gap: 4px; }
  .travel-section { padding-block: 58px; }
  .travel-section .split-heading { margin-bottom: 30px; }
  .travel-grid article { min-height: 178px; }
  .travel-map-layout .festival-map-frame,
  .travel-map-layout .festival-map-frame iframe,
  .travel-map-layout .festival-map-placeholder { min-height: 340px; }
  .travel-source { flex-direction: column; }
  .travel-source p { text-align: left; }
  .ticket-builder-section { padding-block: 64px; }
  .ticket-builder-section .split-heading { margin-bottom: 34px; }
  .ticket-day > header { align-items: flex-start; padding: 18px; }
  .ticket-category-list { padding: 0 16px; }
  .ticket-category-row { grid-template-columns: 26px minmax(0, 1fr) 84px; gap: 10px; }
  .ticket-price { grid-column: 2; text-align: left; }
  .quantity-stepper { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .ticket-children-note { grid-template-columns: 44px 20px minmax(0, 1fr); margin-top: -10px; padding: 14px; }
  .ticket-category-copy small { font-size: .72rem; }
  .ticket-category-copy strong { font-size: .9rem; }
  .ticket-category-copy p { font-size: .8rem; }
  .gent-faq-section { padding-block: 62px; }
  .gent-faq-section .faq-layout { gap: 28px; }
  .mobile-ticket-cart { position: fixed; z-index: 70; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); left: 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 11px 11px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(22,20,47,.96); box-shadow: 0 18px 55px rgba(0,0,0,.4); backdrop-filter: blur(16px); }
  .mobile-ticket-cart > div { display: grid; gap: 3px; }
  .mobile-ticket-cart small { color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 800; }
  .mobile-ticket-cart strong { color: #fff; font-family: var(--font-display); font-size: 1.18rem; letter-spacing: -.04em; }
  .mobile-ticket-cart button { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 17px; border: 0; border-radius: 999px; background: var(--fuchsia); color: #fff; font-size: .72rem; font-weight: 900; }
  .gent-exhibitor-strip .shell { grid-template-columns: 50px 1fr; }
  .gent-exhibitor-strip .button { grid-column: 1 / -1; width: 100%; }
  .about-hero { min-height: 700px; }
  .about-hero-content { min-height: 558px; padding: 65px 0 52px; }
  .about-hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); line-height: .85; }
  .about-hero-lead { font-size: .96rem; }
  .about-hero-strip { min-height: 66px; }
  .about-hero-strip i { display: none; }
  .about-intro-copy h2 { font-size: 3.2rem; }
  .about-origin-copy { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
  .about-page .section { padding: 68px 0; }
  .about-promise-card { min-height: 380px; padding: 30px 25px; }
  .about-stats { grid-template-columns: 1fr 1fr; margin-top: 38px; }
  .about-stats > div { min-height: 145px; padding: 20px; }
  .about-pillar-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .about-pillar-grid article { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-pillar-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-pillar-grid article:last-child { border-bottom: 0; }
  .about-timeline { grid-template-columns: 1fr; }
  .about-timeline li { min-height: 330px; }
  .about-timeline-editorial li { min-height: 0; grid-template-columns: 1fr; gap: 22px; padding: 28px 22px; }
  .about-timeline-editorial .timeline-cities { grid-column: auto; padding-top: 20px; }
  .presence-grid { grid-template-columns: 1fr; }
  .presence-grid article { min-height: 230px; }
  .about-artists-heading { margin-bottom: 38px; }
  .artist-highlight-grid { grid-template-columns: 1fr 1fr; }
  .artist-highlight-grid article { min-height: 190px; padding: 18px; }
  .artist-archive > summary { grid-template-columns: 1fr 44px; padding: 22px; }
  .artist-archive > summary i { width: 42px; height: 42px; }
  .artist-archive-content { padding: 20px; }
  .artist-group-heading { grid-template-columns: 1fr; gap: 14px; }
  .artist-grid { grid-template-columns: repeat(2, 1fr); }
  .artist-grid article { min-height: 150px; padding: 16px; }
  .about-closing-section { padding: 78px 0; }
  .about-closing-layout { gap: 34px; }
  .about-closing-actions { flex-direction: column; }
  .about-closing-actions .button { width: 100%; }
  .legal-hero { min-height: 540px; }
  .legal-hero-content { padding: 82px 0 70px; }
  .legal-hero-content h1 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .legal-document-hero h1 { overflow-wrap: anywhere; hyphens: auto; font-size: clamp(2.35rem, 10vw, 4.5rem); }
  .legal-document-hero .legal-hero-content { padding-top: 52px; }
  .legal-document-hero .back-link { margin-bottom: 44px; }
  .legal-document-grid { grid-template-columns: 1fr; gap: 12px; }
  .legal-document-grid > a { min-height: 220px; padding: 24px; }
  .legal-document-layout { grid-template-columns: 1fr; gap: 36px; }
  .legal-toc { position: static; padding: 20px; }
  .legal-toc nav { max-height: 220px; overflow-y: auto; }
  .legal-content > section { padding-bottom: 34px; margin-bottom: 34px; }
  .legal-status-card { grid-template-columns: 44px 1fr; padding: 18px; }
  .festival-map-section { padding-block: 68px; }
  .festival-map-copy { text-align: center; }
  .festival-map-copy h2, .festival-map-copy > p:not(.kicker) { margin-inline: auto; }
  .festival-map-copy address { justify-content: center; text-align: left; }
  .festival-map-actions { justify-content: center; }
  .festival-map-frame, .festival-map-frame iframe, .festival-map-placeholder { min-height: 360px; }
  .consent-layer { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; }
  .consent-card { padding: 20px; border-radius: 20px; }
  .consent-heading { grid-template-columns: 42px 1fr auto; }
  .consent-heading > span { width: 40px; height: 40px; }
  .consent-intro, .consent-layer-settings .consent-intro { margin-left: 0; }
  .consent-layer:not(.consent-layer-settings) .consent-links { margin-left: 0; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions .button { width: 100%; padding-inline: 10px; }
  .consent-settings-link { grid-column: 1 / -1; }
  .consent-layer-settings { padding: 10px; }
  .consent-layer-settings .consent-card { max-height: calc(100vh - 20px); padding: 20px; }
  .consent-options label { min-height: 66px; padding: 12px; }
  .legal-links .footer-consent-button { min-height: 44px; justify-content: center; }
}

/* Guest ticket purchase: cart, checkout and confirmed order */
.header-cart-link { position: relative; width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; }
.header-cart-link:hover, .header-cart-link:focus-visible { border-color: var(--rose); background: rgba(229,38,120,.16); }
.header-cart-link span { position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; display: grid; place-items: center; padding-inline: 5px; border: 2px solid var(--navy); border-radius: 999px; background: var(--fuchsia); color: #fff; font-size: .65rem; font-weight: 950; }
.shop-page { min-height: 100vh; background: var(--paper); }
.shop-hero { min-height: 410px; background: radial-gradient(circle at 76% 35%, rgba(229,38,120,.3), transparent 30%), radial-gradient(circle at 20% 70%, rgba(242,165,65,.12), transparent 26%), var(--navy); color: #fff; }
.shop-hero-compact { min-height: 350px; }
.shop-hero-content { padding: 76px 0 66px; }
.shop-hero-content .eyebrow { display: flex; align-items: center; gap: 8px; }
.shop-hero-content h1 { max-width: 900px; margin: 18px 0 14px; font-family: var(--font-display); font-size: clamp(3.8rem, 8vw, 7rem); font-weight: 950; letter-spacing: -.078em; line-height: .86; }
.shop-hero-content > p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.74); font-size: 1rem; line-height: 1.65; }
.shop-state-section { min-height: 480px; display: grid; align-items: center; }
.shop-loading { min-height: 220px; border-radius: 28px; background: linear-gradient(100deg, var(--cream) 30%, #fff 46%, var(--cream) 62%); background-size: 220% 100%; animation: shop-loading 1.4s linear infinite; }
@keyframes shop-loading { to { background-position: -220% 0; } }
.shop-empty-state { max-width: 760px; display: grid; justify-items: center; padding: 70px 30px; border: 1px solid var(--line); border-radius: 28px; background: #fff; text-align: center; box-shadow: 0 24px 70px rgba(20,16,46,.08); }
.shop-empty-state > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--rose); }
.shop-empty-state h2 { margin: 24px 0 10px; font-family: var(--font-display); font-size: clamp(2.3rem, 5vw, 4rem); letter-spacing: -.065em; }
.shop-empty-state p { max-width: 550px; margin: 0 0 28px; color: var(--muted); line-height: 1.65; }
.cart-section, .checkout-section, .confirmation-section { padding-block: 72px; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
.cart-line-list { display: grid; gap: 12px; }
.cart-line { position: relative; display: grid; grid-template-columns: minmax(150px, .8fr) minmax(150px, .72fr) minmax(220px, 1.25fr) 116px 110px; gap: 17px; align-items: center; padding: 22px 52px 22px 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 35px rgba(20,16,46,.045); }
.cart-line > div { min-width: 0; }
.cart-line span, .checkout-line span { display: block; margin-bottom: 6px; color: var(--fuchsia); font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.cart-line strong, .checkout-line strong { font-size: .86rem; overflow-wrap: anywhere; }
.cart-line p, .checkout-line p { margin: 5px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.cart-line-event a { display: inline-flex; align-items: baseline; gap: 6px; font-family: var(--font-display); font-size: 1.35rem; font-weight: 950; letter-spacing: -.045em; }
.cart-line-event a:hover { color: var(--fuchsia); }
.cart-line-event a small { color: var(--muted); font-size: .72rem; }
.cart-line-quantity .quantity-stepper { width: 108px; }
.cart-line-price { text-align: right; }
.cart-line-price > strong { display: block; font-family: var(--font-display); font-size: 1.08rem; }
.cart-line-price small { display: block; margin-top: 5px; color: var(--muted); font-size: .7rem; }
.cart-line-remove { position: absolute; top: 50%; right: 12px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #857e89; cursor: pointer; transform: translateY(-50%); }
.cart-line-remove span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.cart-line-remove:hover, .cart-line-remove:focus-visible { background: #fff0f4; color: #a20e49; }
.shop-back-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--fuchsia); font-size: .82rem; font-weight: 900; }
.cart-totals, .checkout-summary { position: sticky; top: 22px; padding: 25px; border-radius: 24px; background: var(--navy); color: #fff; box-shadow: 0 24px 70px rgba(20,16,46,.18); }
.cart-totals > span { display: flex; align-items: center; gap: 8px; padding-bottom: 20px; color: rgba(255,255,255,.68); font-size: .74rem; }
.cart-totals > div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid var(--white-line); }
.cart-totals p { margin: 0; color: rgba(255,255,255,.68); font-size: .8rem; }
.cart-grand-total strong { font-family: var(--font-display); font-size: 1.8rem; letter-spacing: -.04em; }
.cart-totals .button { margin-top: 18px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 28px; align-items: start; }
.checkout-form { display: grid; gap: 16px; }
.checkout-form > .shop-back-link { margin: -8px 0 4px; }
.checkout-guest-note { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 17px 20px; border: 1px solid rgba(39,135,100,.25); border-radius: 18px; background: #effaf5; color: #145b43; }
.checkout-guest-note > svg { width: 30px; height: 30px; }
.checkout-guest-note strong { font-size: .84rem; }
.checkout-guest-note p { margin: 4px 0 0; color: #407463; font-size: .76rem; line-height: 1.45; }
.checkout-panel { margin: 0; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.checkout-panel legend { padding: 0 8px; font-family: var(--font-display); font-size: 1.45rem; font-weight: 950; letter-spacing: -.045em; }
.checkout-billing-panel > summary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -10px; padding: 10px; border-radius: 12px; font-family: var(--font-display); font-size: 1.25rem; font-weight: 950; letter-spacing: -.035em; cursor: pointer; }
.checkout-billing-panel > summary::after { content: "+"; width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--cream); color: var(--fuchsia); font-family: sans-serif; font-size: 1.2rem; }
.checkout-billing-panel[open] > summary { margin-bottom: 16px; }
.checkout-billing-panel[open] > summary::after { content: "−"; }
.checkout-billing-panel > summary::marker { content: ""; }
.checkout-billing-panel > summary::-webkit-details-marker { display: none; }
.checkout-billing-panel > summary:focus-visible { outline: 3px solid rgba(179,25,87,.22); outline-offset: 2px; }
.checkout-panel-note { margin: -2px 0 20px; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.checkout-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.checkout-field-grid label { min-width: 0; display: grid; gap: 7px; color: var(--ink); font-size: .82rem; font-weight: 850; }
.checkout-field-grid input { min-width: 0; width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid #b9b3bd; border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.checkout-field-grid input:focus { border-color: var(--fuchsia); outline: 3px solid rgba(179,25,87,.14); }
.checkout-field-grid input[aria-invalid="true"] { border-color: #b42318; }
.checkout-field-grid label small, .checkout-error { color: #a01212; font-size: .72rem; font-weight: 750; line-height: 1.4; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.payment-methods label { cursor: pointer; }
.payment-methods input { position: absolute; opacity: 0; pointer-events: none; }
.payment-methods label > span { min-height: 76px; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-content: center; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); transition: border .2s ease, box-shadow .2s ease; }
.payment-methods svg { grid-row: 1 / 3; color: var(--fuchsia); }
.payment-methods strong { font-size: .78rem; }
.payment-methods small { margin-top: 4px; color: var(--muted); font-size: .78rem; }
.payment-methods input:checked + span { border-color: var(--fuchsia); box-shadow: inset 0 0 0 2px rgba(179,25,87,.1); }
.payment-methods input:focus-visible + span { outline: 3px solid rgba(179,25,87,.22); outline-offset: 2px; }
.payment-methods label.is-disabled { cursor: not-allowed; }
.payment-methods label.is-disabled > span { opacity: .62; }
.checkout-legal { padding: 25px; border-radius: 22px; background: var(--navy); color: #fff; }
.checkout-legal h2 { margin: 0 0 20px; font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.045em; }
.checkout-required-consent { min-height: 58px; display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; cursor: pointer; }
.checkout-required-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--fuchsia); }
.checkout-required-consent span { color: rgba(255,255,255,.9); font-size: .82rem; line-height: 1.55; }
.checkout-required-consent a, .checkout-privacy a { color: #ff82b4; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.checkout-withdrawal { margin: 18px 0 0; padding: 15px 17px; border: 1px solid rgba(242,165,65,.4); border-radius: 14px; background: rgba(242,165,65,.11); color: #ffcf8f; font-size: .76rem; line-height: 1.55; }
.checkout-privacy { margin: 14px 0 20px; color: rgba(255,255,255,.7); font-size: .76rem; line-height: 1.55; }
.checkout-pay-button { min-height: 54px; }
.checkout-status { min-height: 20px; margin: 12px 0 0; color: #ffd5e6; font-size: .76rem; font-weight: 750; line-height: 1.45; }
.checkout-summary h2 { margin: 0 0 18px; font-family: var(--font-display); font-size: 1.6rem; letter-spacing: -.045em; }
.checkout-line-list { display: grid; gap: 9px; }
.checkout-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 13px 18px; padding: 18px 0; border-top: 1px solid var(--white-line); }
.checkout-line .cart-line-event { grid-column: 1; grid-row: 1; }
.checkout-line .cart-line-event a { color: #fff; font-size: 1.05rem; }
.checkout-line .cart-line-detail { grid-column: 1; }
.checkout-line .cart-line-detail strong, .checkout-line .cart-line-event p { color: #fff; }
.checkout-line .cart-line-detail p { color: rgba(255,255,255,.62); }
.checkout-line-quantity { grid-column: 1; }
.checkout-line-quantity strong { color: rgba(255,255,255,.74); }
.checkout-line .cart-line-price { grid-column: 2; grid-row: 1 / 5; align-self: center; }
.checkout-line .cart-line-price strong { color: #fff; }
.checkout-total { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 12px; padding-top: 20px; border-top: 1px solid var(--white-line); }
.checkout-total span { color: rgba(255,255,255,.68); font-size: .8rem; }
.checkout-total strong { font-family: var(--font-display); font-size: 1.85rem; letter-spacing: -.045em; }
.checkout-summary > small { display: flex; align-items: center; gap: 7px; margin-top: 18px; color: rgba(255,255,255,.64); font-size: .72rem; }
.checkout-summary > small svg { width: 15px; }
.confirmation-section { background: var(--cream); }
.confirmation-card { max-width: 850px; display: grid; justify-items: center; padding: 56px; border: 1px solid var(--line); border-radius: 30px; background: #fff; text-align: center; box-shadow: 0 25px 80px rgba(20,16,46,.09); }
.confirmation-success { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: #e9f8f1; color: #197152; }
.confirmation-success svg { width: 40px; height: 40px; }
.confirmation-card h2 { margin: 10px 0 12px; font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 4.8rem); letter-spacing: -.07em; line-height: .92; }
.confirmation-card > p:not(.kicker) { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.6; }
.confirmation-email { width: 100%; display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: center; margin-top: 30px; padding: 17px; border-radius: 16px; background: var(--cream); text-align: left; }
.confirmation-email svg { color: var(--fuchsia); }
.confirmation-email span { display: grid; gap: 4px; color: var(--muted); font-size: .76rem; }
.confirmation-email strong { color: var(--ink); }
.confirmation-lines { width: 100%; margin-top: 28px; text-align: left; }
.confirmation-lines h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 1.35rem; }
.confirmation-lines article, .confirmation-total { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.confirmation-lines article div { display: grid; gap: 5px; }
.confirmation-lines article span { color: var(--muted); font-size: .76rem; }
.confirmation-total { align-items: baseline; }
.confirmation-total strong { font-family: var(--font-display); font-size: 1.6rem; }
.confirmation-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.confirmation-actions .button svg { width: 17px; }
.confirmation-support { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: var(--fuchsia); font-size: .8rem; font-weight: 900; }

@media (max-width: 1120px) {
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .cart-totals, .checkout-summary { position: static; }
  .cart-line { grid-template-columns: minmax(150px, .8fr) minmax(150px, .75fr) minmax(220px, 1.25fr) 110px; }
  .cart-line-price { grid-column: 4; }
  .cart-line-quantity { grid-column: 4; grid-row: 1; }
  .cart-line-price { grid-row: 2; }
  .cart-line { grid-template-rows: auto auto; }
}

@media (max-width: 720px) {
  .header-cart-link { width: 40px; height: 40px; }
  .desktop-ticket { display: none; }
  .shop-hero { min-height: 330px; }
  .shop-hero-content { padding: 56px 0 52px; }
  .shop-hero-content h1 { font-size: clamp(3.15rem, 14vw, 4.6rem); }
  .shop-hero-content > p:last-child { font-size: .9rem; }
  .cart-section, .checkout-section, .confirmation-section { padding-block: 48px; }
  .cart-layout, .checkout-layout { width: min(100% - 20px, 620px); }
  .cart-line { grid-template-columns: 1fr auto; grid-template-rows: auto; gap: 14px 18px; padding: 20px; }
  .cart-line-event, .cart-line-detail, .cart-line-category { grid-column: 1 / -1; }
  .cart-line-category { padding-top: 13px; border-top: 1px solid var(--line); }
  .cart-line-quantity { grid-column: 1; grid-row: auto; }
  .cart-line-price { grid-column: 2; grid-row: auto; align-self: end; }
  .cart-line-remove { top: 15px; right: 14px; transform: none; }
  .cart-line-event { padding-right: 38px; }
  .cart-line-remove span { display: none; }
  .cart-totals { padding: 22px; }
  .checkout-panel, .checkout-legal { padding: 22px 18px; }
  .checkout-field-grid, .payment-methods { grid-template-columns: 1fr; }
  .checkout-field-grid input { min-height: 54px; }
  .payment-methods label > span { min-height: 68px; }
  .checkout-required-consent { grid-template-columns: 24px 1fr; }
  .checkout-required-consent input { width: 22px; height: 22px; }
  .checkout-pay-button { min-height: 58px; font-size: .82rem; }
  .checkout-summary { padding: 22px; }
  .confirmation-card { width: min(100% - 20px, 620px); padding: 38px 20px; border-radius: 24px; }
  .confirmation-email { grid-template-columns: 24px 1fr; }
  .confirmation-lines article, .confirmation-total { gap: 12px; }
  .confirmation-actions { width: 100%; flex-direction: column; }
  .confirmation-actions .button { width: 100%; }
}

@media (max-width: 430px) {
  .header-cart-link ~ .mobile-header-ticket { display: none; }
  .header-actions { gap: 7px; }
  .cart-line-quantity .quantity-stepper { grid-template-columns: 44px 40px 44px; width: 128px; }
  .cart-line-quantity .quantity-stepper button { width: 44px; height: 44px; }
  .cart-line-remove { top: 11px; right: 10px; width: 44px; height: 44px; }
}

@media (max-width: 430px) {
  .header-inner { height: 70px; }
  .wordmark { font-size: 1.08rem; }
  .wordmark small { font-size: .7rem; }
  .language-picker summary { min-width: 54px; }
  .language-picker summary svg:first-child { display: none; }
  .mobile-header-ticket { padding-inline: 11px; font-size: .72rem; }
  .hero-sponsor-frame { grid-template-columns: 122px minmax(0, 1fr); }
  .hero-sponsor-label { padding-inline: 8px; font-size: .7rem; }
  .festival-card-meta { grid-template-columns: auto 1fr auto; }
  .festival-countdown-card { padding-inline: 7px; font-size: .7rem; }
  .artist-highlight-grid { grid-template-columns: 1fr; }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-grid article { min-height: 130px; }
}

@media (max-width: 360px) {
  .header-actions { gap: 6px; }
  .language-picker summary { min-width: 42px; padding-inline: 7px; }
  .language-picker summary svg:last-child { display: none; }
  .mobile-header-ticket { padding-inline: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-sponsor-track { animation: none; transform: none; }
  .hero-sponsor-group[aria-hidden="true"] { display: none; }
  .hero-sponsor-viewport { overflow-x: auto; mask-image: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 1050px) {
  .festival-lineup-layout { grid-template-columns: 1fr; }
  .festival-city-visual { min-height: 440px; }
  .festival-day-announcements { grid-template-columns: repeat(3, 1fr); }
  .festival-day-announcements article { grid-template-columns: 32px 1fr; align-content: start; }
  .festival-artist-pending { grid-column: 1 / -1; padding: 16px 0 0; border-top: 1px solid var(--white-line); border-left: 0; }
  .pending-ticket-footer { grid-template-columns: 1fr; }
  .pending-ticket-status { grid-template-columns: 1fr auto; }
  .exhibitor-format-grid { grid-template-columns: 1fr; }
  .exhibitor-format-grid article { min-height: 300px; }
  .exhibitor-format-grid h3 { margin-top: 48px; }
  .city-business-grid { grid-template-columns: repeat(2, 1fr); }
  .business-sponsor-grid { grid-template-columns: 1fr; }
  .business-sponsor-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .business-sponsor-grid article:last-child { border-bottom: 0; }
  .business-sponsor-note { grid-template-columns: 38px 1fr; }
  .business-sponsor-note .button { grid-column: 1 / -1; width: 100%; }
  .business-city-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .festival-city-visual { min-height: 300px; border-radius: 21px; }
  .festival-city-visual figcaption { right: 19px; bottom: 18px; left: 19px; }
  .festival-day-announcements { display: grid; grid-template-columns: 1fr; }
  .festival-day-announcements article { min-height: 142px; grid-template-columns: 30px minmax(0, 1fr); padding: 18px; }
  .festival-artist-pending { grid-template-columns: 20px minmax(0, 1fr); }
  .festival-essentials-section .gent-essential-facts article:nth-child(2) h3 { font-size: 1rem; }
  .pending-ticket-days { grid-template-columns: 1fr; gap: 10px; }
  .pending-ticket-days > div { display: grid; grid-template-columns: 1fr; }
  .pending-ticket-days span { width: 100%; }
  .pending-ticket-grid { display: grid; grid-template-columns: 1fr; }
  .pending-ticket-grid article { min-height: 220px; padding: 22px; }
  .pending-ticket-grid h3 { margin-top: 28px; }
  .pending-ticket-footer { margin-top: 14px; }
  .pending-ticket-status { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .pending-ticket-status .button { width: 100%; }
  .schedule-days-2 { grid-template-columns: 1fr; }
  .exhibitor-page .section { padding: 64px 0; }
  .exhibitor-page .split-heading { margin-bottom: 32px; }
  .exhibitor-page .benefit-grid article { min-height: 190px; }
  .exhibitor-page .benefit-grid h2 { margin-top: 38px; }
  .exhibitor-format-grid article { min-height: 260px; padding: 22px; }
  .exhibitor-format-grid h3 { margin-top: 34px; }
  .city-business-grid { grid-template-columns: 1fr; }
  .exhibitor-process-grid { grid-template-columns: 1fr; }
  .exhibitor-process-grid li { min-height: 178px; border-right: 0; border-bottom: 1px solid var(--line); }
  .exhibitor-process-grid li:last-child { border-bottom: 0; }
  .business-sponsor-grid article { min-height: 205px; padding: 23px; }
  .business-sponsor-note { grid-template-columns: 30px 1fr; padding: 18px; }
  .business-city-toolbar { align-items: flex-start; flex-direction: column; gap: 8px; }
  .business-city-choice-grid { grid-template-columns: 1fr; }
  .business-city-choice-grid label { min-height: 78px; }
}

/* Mobile-first purchase flow and compact responsive polish */
.ticket-category-title { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 10px; }
.ticket-category-title em { width: max-content; padding: 4px 7px; border-radius: 999px; background: var(--success-soft); color: var(--success); font-size: .65rem; font-style: normal; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.ticket-sales-pending { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: center; margin-bottom: 20px; padding: 15px 17px; border: 1px solid rgba(242,165,65,.42); border-radius: 17px; background: rgba(242,165,65,.11); }
.ticket-sales-pending > svg { width: 38px; height: 38px; padding: 9px; border-radius: 50%; background: rgba(242,165,65,.15); color: var(--amber); }
.ticket-sales-pending div { display: grid; gap: 4px; }
.ticket-sales-pending strong { color: #ffd49b; font-size: .85rem; }
.ticket-sales-pending span { color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.45; }
.ticket-day-pending .ticket-category-row { background: rgba(17,16,36,.018); }
.ticket-day-pending .quantity-stepper { background: var(--cream); opacity: .58; }
.ticket-summary-pending .ticket-reset,
.ticket-summary-pending .ticket-purchase { display: none; }

.checkout-layout .checkout-form { grid-column: 1; grid-row: 1; }
.checkout-layout .checkout-summary { grid-column: 2; grid-row: 1; overflow: hidden; }
.checkout-summary > summary { list-style: none; }
.checkout-summary > summary::-webkit-details-marker { display: none; }
.checkout-summary-header { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; }
.checkout-summary-header > span { min-width: 0; display: grid; gap: 4px; }
.checkout-summary-header small { color: rgba(255,255,255,.64); font-size: .72rem; font-weight: 800; }
.checkout-summary-header strong { font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.045em; }
.checkout-summary-header b { color: #fff; font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -.04em; white-space: nowrap; }
.checkout-summary-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 16px; }
.checkout-summary-footer small { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.64); font-size: .72rem; }
.checkout-summary-footer small svg { width: 15px; }
.checkout-summary-footer a { min-height: 44px; display: inline-flex; align-items: center; color: #ff82b4; font-size: .76rem; font-weight: 900; }
.checkout-final-total { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 18px 0 14px; padding-top: 16px; border-top: 1px solid var(--white-line); }
.checkout-final-total span { color: rgba(255,255,255,.7); font-size: .8rem; }
.checkout-final-total strong { font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.04em; }

.schedule-section,
.travel-section,
.about-timeline-section,
.about-artists-section,
.exhibitor-process-section,
.business-sponsor-section { content-visibility: auto; contain-intrinsic-size: auto 900px; }

@media (max-width: 1120px) {
  .checkout-layout .checkout-form,
  .checkout-layout .checkout-summary { grid-column: 1; grid-row: auto; }
  .checkout-layout .checkout-summary { order: -1; }
}

@media (max-width: 720px) {
  body { overflow-x: hidden; }
  .section { padding: 56px 0; }
  .section-heading h2, .detail-content-section h2 { font-size: clamp(2.2rem, 10.5vw, 3.35rem); line-height: .94; }
  .section-heading > p:last-child { font-size: .94rem; line-height: 1.58; }
  .split-heading { gap: 16px; margin-bottom: 28px; }

  .hero { min-height: 650px; }
  .hero-content { min-height: 504px; gap: 20px; padding: 30px 0 28px; }
  .hero-copy { align-self: end; }
  .hero h1 { font-size: clamp(3.05rem, 14.4vw, 4.35rem); }
  .hero-lead { margin-top: 22px; font-size: .94rem; line-height: 1.55; }
  .hero-buttons { gap: 9px; margin-top: 24px; }
  .hero-buttons .button { min-height: 48px; }
  .next-event { min-height: 142px; padding: 19px; }
  .next-event-label { top: 18px; left: 19px; }
  .next-event strong { font-size: 2rem; }
  .next-event-price { margin-top: 12px; padding-block: 7px; }
  .hero-sponsor-frame { height: 54px; }
  .hero-sponsor-marquee { height: 60px; }

  .home-page .festivals-section,
  .home-page .gent-live-section,
  .home-page .home-ticket-section,
  .home-page .faq-section { padding: 52px 0; }
  .festival-card { min-height: 164px; }
  .gent-live-card > div { padding: 15px 45px 17px 17px; }
  .home-ticket-grid article { min-height: 218px; padding: 19px; }
  .path-card { min-height: 238px; padding-block: 52px 25px; }
  .path-card h2 { font-size: 2.2rem; }

  .detail-hero { min-height: 570px; }
  .detail-hero-content { padding: 38px 0 34px; }
  .back-link { min-height: 44px; margin-bottom: 28px; }
  .detail-hero h1 { font-size: clamp(4rem, 19vw, 5.8rem); }
  .detail-facts { margin-top: 38px; }
  .detail-facts > * { min-height: 72px; padding: 14px; }
  .detail-ticket-fact span small { display: none; }
  .festival-section-nav .shell { min-height: 50px; }
  .concert-lineup-section { padding: 48px 0; }
  .headliner-grid article { min-width: min(78vw, 310px); flex-basis: min(78vw, 310px); }
  .headliner-media { height: 188px; }
  .headliner-card-copy { min-height: 218px; padding: 17px 19px 18px; }
  .headliner-grid h3 { margin-bottom: 16px; }
  .gent-essential-facts article { min-height: 78px; }

  .ticket-builder-section { padding-block: 48px 104px; }
  .ticket-builder-section .split-heading { margin-bottom: 22px; }
  .ticket-builder-heading > p:last-child { font-size: .88rem; }
  .ticket-children-note { grid-template-columns: 38px 18px minmax(0, 1fr); gap: 8px; margin: 0 0 14px; padding: 11px 12px; }
  .ticket-children-note > span { font-size: 1rem; }
  .ticket-children-note > p { font-size: .75rem; line-height: 1.42; }
  .ticket-sales-pending { margin-bottom: 14px; padding: 12px 14px; }
  .ticket-sales-pending span { font-size: .75rem; }
  .ticket-day-list { gap: 12px; }
  .ticket-day { border-radius: 19px; }
  .ticket-day > header { align-items: center; padding: 13px 15px; }
  .ticket-day > header h3 { font-size: 1.25rem; }
  .ticket-day-meta { gap: 2px; }
  .ticket-day-meta strong { font-size: .74rem; }
  .ticket-day-meta small { max-width: 150px; overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
  .ticket-category-list { padding: 0 12px; }
  .ticket-category-row { min-height: 86px; grid-template-columns: minmax(0, 1fr) 122px; grid-template-rows: auto auto; gap: 5px 9px; margin-inline: 0; padding: 11px 3px; }
  .ticket-category-number { position: absolute; top: 13px; left: 3px; }
  .ticket-category-copy { grid-column: 1; padding-left: 24px; }
  .ticket-category-copy > small,
  .ticket-category-copy > p { display: none; }
  .ticket-category-title { align-items: flex-start; flex-direction: column; gap: 4px; }
  .ticket-category-title > strong { font-size: .86rem; line-height: 1.25; }
  .ticket-category-title em { padding: 3px 6px; font-size: .6rem; }
  .ticket-price { grid-column: 1; grid-row: 2; padding-left: 24px; text-align: left; font-size: .84rem; }
  .quantity-stepper { grid-column: 2; grid-row: 1 / 3; grid-template-columns: 44px 34px 44px; border-radius: 14px; }
  .quantity-stepper button { width: 44px; height: 44px; }
  .ticket-summary { display: none; }
  .mobile-ticket-cart { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; min-height: 66px; padding: 9px 9px 9px 15px; }
  .mobile-ticket-cart button { min-height: 46px; padding-inline: 15px; }

  .schedule-section { padding-block: 52px; }
  .schedule-day { border-radius: 19px; }
  .schedule-day > header { padding: 17px 18px; }
  .schedule-day ol { padding-inline: 18px; }
  .schedule-day li { grid-template-columns: 44px 1fr; gap: 10px; padding: 13px 0; }
  .schedule-day li p { font-size: .75rem; line-height: 1.45; }
  .schedule-day li.confirmed-slot,
  .schedule-day li.concert-slot { margin-inline: -18px; padding-inline: 18px; }
  .travel-section { padding-block: 52px; }
  .travel-map-layout .festival-map-frame,
  .travel-map-layout .festival-map-frame iframe,
  .travel-map-layout .festival-map-placeholder { min-height: 270px; }
  .travel-grid { gap: 9px; }
  .travel-grid article { min-height: 0; padding: 15px; }
  .travel-grid article > span { width: 38px; height: 38px; }
  .travel-grid h3 { margin: 13px 0 6px; }
  .travel-grid p { margin-bottom: 10px; font-size: .79rem; }

  .shop-hero,
  .shop-hero-compact { min-height: 0; }
  .shop-hero-content { padding: 26px 0 30px; }
  .shop-hero-content .eyebrow { margin-bottom: 10px; }
  .shop-hero-content h1 { margin: 8px 0 8px; font-size: clamp(2.25rem, 10vw, 3.25rem); line-height: .92; }
  .shop-hero-content > p:last-child { font-size: .83rem; line-height: 1.45; }
  .cart-section,
  .checkout-section,
  .confirmation-section { padding-block: 28px 96px; }
  .cart-layout,
  .checkout-layout { width: min(100% - 20px, 620px); gap: 12px; }
  .cart-line-list { gap: 9px; }
  .cart-line { grid-template-columns: minmax(0, 1fr) auto; gap: 7px 12px; padding: 16px; border-radius: 17px; }
  .cart-line span { display: none; }
  .cart-line-event { padding-right: 36px; }
  .cart-line-event a { font-size: 1.2rem; }
  .cart-line-event p { display: none; }
  .cart-line-detail { grid-column: 1 / -1; }
  .cart-line-detail strong { font-size: .8rem; }
  .cart-line-detail:not(.cart-line-category) p { margin-top: 2px; }
  .cart-line-category { padding-top: 9px; }
  .cart-line-category p { display: none; }
  .cart-line-quantity { grid-column: 1; }
  .cart-line-price { grid-column: 2; align-self: center; }
  .cart-line-price > strong { font-size: 1rem; }
  .cart-line-price small { display: block; }
  .cart-totals { position: fixed; z-index: 75; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; width: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px 10px 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
  .cart-totals > span,
  .cart-totals > div:not(.cart-grand-total) { display: none; }
  .cart-totals .cart-grand-total { display: grid; gap: 2px; padding: 0; border: 0; }
  .cart-grand-total p { font-size: .7rem; }
  .cart-grand-total strong { font-size: 1.3rem; }
  .cart-totals .button { min-height: 46px; margin: 0; padding-inline: 15px; }

  .checkout-layout { display: flex; flex-direction: column; }
  .checkout-layout .checkout-summary { order: -1; width: 100%; padding: 0; border-radius: 18px; }
  .checkout-summary-header { min-height: 70px; padding: 11px 15px; }
  .checkout-summary-header strong { font-size: 1.16rem; }
  .checkout-summary-header b { font-size: 1.12rem; }
  .checkout-summary-body { padding: 0 15px 15px; }
  .checkout-line { gap: 5px 12px; padding: 11px 0; }
  .checkout-line span,
  .checkout-line .cart-line-event p,
  .checkout-line .cart-line-detail p { display: none; }
  .checkout-line .cart-line-event a { font-size: .96rem; }
  .checkout-line .cart-line-detail strong { font-size: .76rem; }
  .checkout-line-quantity { font-size: .74rem; }
  .checkout-line .cart-line-price { grid-row: 1 / 4; }
  .checkout-total { margin-top: 5px; padding-top: 13px; }
  .checkout-total strong { font-size: 1.45rem; }
  .checkout-summary-footer { margin-top: 8px; }
  .checkout-form { gap: 10px; }
  .checkout-form > .shop-back-link { min-height: 40px; margin: 0; }
  .checkout-guest-note { min-height: 0; grid-template-columns: 30px 1fr; gap: 10px; padding: 11px 13px; border-radius: 14px; }
  .checkout-guest-note > svg { width: 24px; height: 24px; }
  .checkout-guest-note p { margin-top: 2px; font-size: .72rem; }
  .checkout-panel,
  .checkout-legal { padding: 17px 15px; border-radius: 17px; }
  .checkout-panel legend { font-size: 1.22rem; }
  .checkout-panel-note { margin-bottom: 13px; font-size: .75rem; line-height: 1.45; }
  .checkout-field-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .checkout-field-grid label:nth-child(n+3) { grid-column: 1 / -1; }
  .checkout-field-grid label { gap: 5px; font-size: .76rem; }
  .checkout-field-grid input { min-height: 49px; padding-inline: 11px; }
  .checkout-billing-panel > summary { min-height: 42px; font-size: 1.08rem; }
  .payment-methods { grid-template-columns: 1fr 1fr; gap: 7px; }
  .payment-methods label:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .payment-methods label > span { min-height: 58px; grid-template-columns: 21px 1fr; column-gap: 7px; padding: 9px 10px; border-radius: 12px; }
  .payment-methods svg { width: 19px; }
  .payment-methods strong,
  .payment-methods small { font-size: .7rem; }
  .checkout-legal h2 { margin-bottom: 14px; font-size: 1.3rem; }
  .checkout-required-consent { min-height: 0; }
  .checkout-required-consent span { font-size: .78rem; line-height: 1.45; }
  .checkout-withdrawal { margin-top: 13px; padding: 11px 12px; font-size: .72rem; }
  .checkout-privacy { margin: 10px 0 0; font-size: .71rem; line-height: 1.45; }
  .checkout-final-total { margin: 14px 0 11px; padding-top: 12px; }
  .checkout-final-total strong { font-size: 1.45rem; }
  .checkout-pay-button { min-height: 54px; }
  .confirmation-card { padding: 30px 17px; }
  .confirmation-success { width: 58px; height: 58px; }
  .confirmation-card h2 { font-size: clamp(2.25rem, 10vw, 3.35rem); }

  .about-hero { min-height: 560px; }
  .about-hero-content { min-height: 410px; padding: 38px 0 34px; }
  .about-hero h1 { font-size: clamp(3rem, 14vw, 4.35rem); }
  .about-hero-lead { margin-top: 20px; font-size: .9rem; line-height: 1.52; }
  .about-hero-strip { min-height: 54px; }
  .about-page .section { padding: 54px 0; }
  .about-origin-layout { gap: 28px; }
  .about-origin-copy { margin-top: 24px; }
  .about-promise-card { min-height: 310px; padding: 24px 20px; }
  .about-stats { margin-top: 26px; }
  .about-stats > div { min-height: 122px; padding: 16px; }
  .about-pillar-grid { margin-top: 26px; }
  .about-pillar-grid article { min-height: 175px; padding: 20px; }
  .about-timeline-editorial li { padding: 22px 18px; }
  .presence-grid article { min-height: 190px; }
  .artist-highlight-grid article { min-height: 165px; }
  .artist-archive > summary { padding: 18px; }
  .artist-archive-content { padding: 15px; }
  .about-closing-section { padding: 58px 0; }

  .subpage-top { min-height: 450px; }
  .subpage-intro { padding: 60px 0 55px; }
  .subpage-intro h1 { font-size: clamp(3rem, 14vw, 3.9rem); }
  .contact-hero { min-height: 400px; }
  .contact-intro { padding: 48px 0 46px; }
  .contact-route-section,
  .contact-form-section { padding-block: 48px; }
  .contact-route-card { min-height: 205px; }
  .contact-form-panel { padding: 23px 17px; }
  .contact-field textarea { min-height: 135px; }
  .exhibitor-page .section { padding: 52px 0; }
  .exhibitor-page .benefit-grid article { min-height: 165px; }
  .exhibitor-format-grid article { min-height: 220px; padding: 19px; }
  .exhibitor-process-grid li { min-height: 145px; padding: 20px; }
  .business-sponsor-grid article { min-height: 175px; padding: 20px; }

  .legal-hero { min-height: 430px; }
  .legal-hero-content { padding: 54px 0 46px; }
  .legal-document-hero .legal-hero-content { padding-top: 34px; }
  .legal-document-hero .back-link { margin-bottom: 24px; }
  .legal-document-grid > a { min-height: 180px; padding: 20px; }
  .legal-document-layout { gap: 24px; }
  .legal-toc { padding: 16px; }
  .legal-toc nav { max-height: 170px; }
  .legal-content > section { padding-bottom: 27px; margin-bottom: 27px; }

  .newsletter-band { padding: 18px 0; }
  .site-footer { padding: 44px 0 18px; }
  .footer-grid { gap: 23px; padding-bottom: 28px; }
  .footer-grid > div:first-child p { font-size: .9rem; }
  .footer-links { gap: 5px; }
  .legal-links { column-gap: 14px; }
  .footer-bottom { padding-top: 17px; }
  .back-to-top { width: auto; min-width: 136px; }

  body:has(.consent-layer) .home-mobile-ticket-bar,
  body:has(.consent-layer) .mobile-ticket-cart,
  body:has(.consent-layer) .cart-totals { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); }
}

@media (max-width: 360px) {
  .ticket-category-row { grid-template-columns: minmax(0, 1fr) 112px; }
  .quantity-stepper { grid-template-columns: 40px 32px 40px; }
  .quantity-stepper button { width: 40px; }
  .checkout-field-grid,
  .payment-methods { grid-template-columns: 1fr; }
  .checkout-field-grid label:nth-child(n+3),
  .payment-methods label:last-child:nth-child(odd) { grid-column: auto; }
  .mobile-ticket-cart button,
  .cart-totals .button { padding-inline: 12px; font-size: .68rem; }
}
