@charset "UTF-8";

:root {
    --cream: #f4efe6;
    --cream-deep: #e9e0d2;
    --paper: #fbfaf6;
    --ink: #19221c;
    --muted: #637068;
    --olive: #2c4034;
    --olive-deep: #203128;
    --sage: #95a28a;
    --sage-pale: #d9dfd2;
    --clay: #c86f52;
    --clay-dark: #9f4f39;
    --plum: #594251;
    --sand: #d6c3a2;
    --sun: #e7b867;
    --line: rgba(25, 34, 28, .15);
    --line-light: rgba(255, 255, 255, .2);
    --shadow: 0 22px 70px rgba(35, 43, 37, .12);
    --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
    --sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --container: min(1240px, calc(100% - 48px));
    --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .15; z-index: 100; background-image: radial-gradient(rgba(25,34,28,.24) .55px, transparent .6px); background-size: 5px 5px; mix-blend-mode: multiply; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
::selection { background: var(--clay); color: #fff; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

.announcement { position: relative; z-index: 40; color: #f7f4ed; background: var(--olive-deep); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.announcement__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.announcement__inner > span { display: inline-flex; align-items: center; gap: 10px; }
.announcement a { opacity: .76; transition: opacity .2s; }
.announcement a:hover { opacity: 1; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 0 rgba(231,184,103,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(231,184,103,0); } 100% { box-shadow: 0 0 0 0 rgba(231,184,103,0); } }

.site-header { position: sticky; top: 0; z-index: 35; border-bottom: 1px solid transparent; background: rgba(244,239,230,.88); backdrop-filter: blur(18px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(31,45,36,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--olive); position: relative; overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; width: 26px; height: 32px; right: -9px; bottom: -11px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transform: rotate(-22deg); }
.brand-mark span { font-family: var(--serif); font-style: italic; font-size: 18px; letter-spacing: -.08em; position: relative; z-index: 1; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.brand-logo { display: block; width: auto; max-width: 100%; height: auto; object-fit: contain; }
.brand-logo--header { width: 174px; border: 1px solid rgba(45, 32, 56, .1); border-radius: 10px; box-shadow: 0 5px 16px rgba(45, 32, 56, .07); }
.brand-context { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.minimal-header .brand-logo--header { width: 164px; }
.brand--footer { width: min(280px, 100%); }
.brand-logo--full { width: 100%; border: 1px solid rgba(45, 32, 56, .14); border-radius: 14px; box-shadow: 8px 8px 0 rgba(45, 32, 56, .12); }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); margin-left: auto; }
.desktop-nav a { position: relative; color: #445047; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--clay); transition: right .25s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.ticket-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.ticket-link__dot { width: 7px; height: 7px; border: 1px solid var(--clay); border-radius: 50%; }
.button { min-height: 48px; padding: 0 22px; border: 1px solid var(--olive); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: #fff; background: var(--olive); font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .22s var(--ease), background .22s, border-color .22s, color .22s, box-shadow .22s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(31,50,39,.14); background: var(--olive-deep); }
.button--small { min-height: 42px; padding-inline: 19px; }
.button--clay { border-color: var(--clay); background: var(--clay); }
.button--clay:hover { border-color: var(--clay-dark); background: var(--clay-dark); }
.button--ghost-light { color: #fff; border-color: rgba(255,255,255,.48); background: transparent; }
.button--ghost-light:hover { background: #fff; color: var(--olive); }
.button--full { width: 100%; }
.button--large { min-height: 58px; font-size: 14px; }
.button--disabled { opacity: .5; pointer-events: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--olive); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); padding: 18px 24px 30px; background: var(--cream); }
.mobile-menu nav { display: grid; }
.mobile-menu a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 25px; }
.mobile-menu a span { color: var(--muted); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; }
.site-header--admin { background: rgba(251,250,246,.95); }
.admin-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.admin-nav form { margin: 0; }
.link-button { padding: 0; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow--light { color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; cursor: pointer; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: clamp(58px, 7vw, 98px) 0 clamp(92px, 11vw, 150px); }
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; left: -330px; bottom: -360px; border: 1px solid rgba(44,64,52,.18); border-radius: 50%; box-shadow: 0 0 0 60px transparent, 0 0 0 61px rgba(44,64,52,.08); }
.hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(460px, .78fr); gap: clamp(60px, 8vw, 120px); align-items: center; }
.hero__copy { position: relative; z-index: 2; padding-left: clamp(0px, 2vw, 24px); }
.hero h1 { max-width: 770px; margin-bottom: 30px; font-family: var(--serif); font-size: clamp(64px, 7.5vw, 112px); font-weight: 400; line-height: .87; letter-spacing: -.065em; }
.hero h1 em, .section-heading h2 em, .manifesto h2 em, .host-copy h2 em, .faq-preview h2 em, .newsletter h2 em, .page-hero h1 em, .checkout-heading h1 em, .success-copy h1 em, .lookup-copy h1 em, .admin-heading h1 em, .admin-login h1 em { color: var(--clay); font-weight: 400; }
.hero__lead { max-width: 590px; margin-bottom: 36px; color: #526158; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero__trust { display: flex; align-items: stretch; gap: 0; margin-top: 64px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero__trust > span { min-width: 145px; display: flex; align-items: center; gap: 13px; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.hero__trust > span:last-child { border-right: 0; margin-right: 0; }
.hero__trust i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--olive); font-family: var(--serif); font-size: 13px; font-style: normal; }
.hero__trust small { color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.45; letter-spacing: .05em; text-transform: uppercase; }
.hero__media { position: relative; min-height: 660px; }
.hero__media::before { content: ""; position: absolute; width: 68%; height: 88%; top: 10%; right: -10%; border: 1px solid rgba(44,64,52,.23); border-radius: 50% 50% 25px 25px; transform: rotate(4deg); }
.hero__image-wrap { position: absolute; inset: 0 5% 0 0; overflow: hidden; border-radius: 260px 260px 28px 28px; box-shadow: var(--shadow); background: var(--olive); }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(13,22,16,.46)); }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero__image-label { position: absolute; z-index: 1; left: 30px; bottom: 28px; color: #fff; font-family: var(--serif); font-size: 20px; line-height: 1.15; }
.hero__image-label small { font-family: var(--sans); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; opacity: .7; }
.next-event { position: absolute; z-index: 3; left: -58px; bottom: -48px; width: min(330px, 75%); padding: 24px 58px 24px 25px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; color: #fff; background: rgba(35,53,42,.95); box-shadow: 0 20px 45px rgba(28,39,31,.22); }
.next-event__label { display: block; margin-bottom: 15px; color: var(--sand); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.next-event strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.15; }
.next-event > span:last-of-type { font-size: 10px; opacity: .68; }
.next-event i { position: absolute; right: 20px; bottom: 20px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-style: normal; }
.reveal { animation: reveal .75s var(--ease) both; }
.reveal--delay { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.marquee { overflow: hidden; padding: 17px 0; color: var(--cream); background: var(--clay); transform: rotate(-1deg) scale(1.02); }
.marquee__track { display: flex; align-items: center; justify-content: space-around; gap: 30px; white-space: nowrap; font-family: var(--serif); font-size: clamp(20px, 2.5vw, 34px); font-style: italic; }
.marquee i { font-family: var(--sans); font-size: 11px; font-style: normal; opacity: .7; }

.section { padding: clamp(90px, 11vw, 155px) 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .manifesto h2, .host-copy h2, .faq-preview h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(53px, 6.2vw, 86px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.section-heading__aside { max-width: 350px; padding-bottom: 8px; }
.section-heading__aside p { margin-bottom: 24px; color: var(--muted); line-height: 1.75; }
.category-tabs { display: flex; align-items: center; gap: 10px; margin-bottom: 38px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs a { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.25); font-size: 11px; font-weight: 700; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.category-tabs a:hover, .category-tabs a.is-active { color: #fff; border-color: var(--olive); background: var(--olive); }
.category-tabs sup { margin-left: 7px; opacity: .6; }
.event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.event-card { min-width: 0; }
.event-card__visual { position: relative; aspect-ratio: 1.12 / 1; display: block; overflow: hidden; border-radius: 6px 60px 6px 6px; background-color: var(--sage); transition: transform .35s var(--ease), box-shadow .35s; }
.event-card__visual::before, .event-card__visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.38); }
.event-card__visual::before { width: 72%; aspect-ratio: 1; right: -18%; bottom: -35%; box-shadow: inset 0 0 0 38px rgba(255,255,255,.04); }
.event-card__visual::after { width: 43%; aspect-ratio: 1; left: -9%; top: -20%; background: rgba(255,255,255,.06); }
.event-card__visual--image { color: #fff !important; text-shadow: 0 1px 18px rgba(12,19,14,.45); }
.event-card__visual--image::before { z-index: 1; inset: 0; width: auto; aspect-ratio: auto; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(16,24,18,.46) 0%, transparent 38%, rgba(13,20,15,.72) 100%); box-shadow: none; }
.event-card__visual--image::after { z-index: 1; inset: 0; width: auto; aspect-ratio: auto; border: 0; border-radius: 0; background: linear-gradient(90deg, rgba(16,24,18,.14), transparent 58%); }
.event-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease), filter .35s; }
.event-card:hover .event-card__image { transform: scale(1.035); filter: saturate(1.04); }
.event-card--sage .event-card__visual { color: #152018; background: radial-gradient(circle at 70% 75%, rgba(255,255,255,.18), transparent 35%), #9faa91; }
.event-card--clay .event-card__visual { color: #fff8ef; background: radial-gradient(circle at 70% 75%, rgba(255,213,164,.22), transparent 35%), #b86448; }
.event-card--plum .event-card__visual { color: #fff8f3; background: radial-gradient(circle at 70% 75%, rgba(238,195,208,.14), transparent 35%), #594451; }
.event-card--moss .event-card__visual { color: #f5f1e9; background: radial-gradient(circle at 70% 75%, rgba(255,255,255,.12), transparent 35%), #50604b; }
.event-card:hover .event-card__visual { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(31,43,34,.16); }
.event-card__type { position: absolute; z-index: 2; top: 22px; left: 22px; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.event-card__date { position: absolute; z-index: 2; left: 23px; bottom: 26px; display: flex; align-items: flex-end; gap: 8px; font-family: var(--serif); line-height: .72; }
.event-card__date strong { font-size: clamp(72px, 7vw, 102px); font-weight: 400; letter-spacing: -.08em; }
.event-card__date span { padding-bottom: 8px; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.event-card__line { position: absolute; z-index: 2; right: 23px; top: 64px; bottom: 62px; width: 1px; background: currentColor; opacity: .4; }
.event-card__number { position: absolute; z-index: 2; right: 22px; bottom: 21px; font-size: 9px; letter-spacing: .15em; opacity: .7; }
.event-card__body { padding: 24px 3px 0; }
.event-card__meta { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.event-card__meta span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 14px; border-radius: 50%; background: var(--clay); vertical-align: 1px; }
.event-card h3 { min-height: 58px; margin-bottom: 10px; font-family: var(--serif); font-size: clamp(25px, 2.2vw, 31px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.event-card h3 a { transition: color .2s; }
.event-card h3 a:hover { color: var(--clay); }
.event-card__body > p { min-height: 72px; margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.event-card__footer { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.event-card__footer > div { display: flex; align-items: center; gap: 10px; }
.event-card__footer strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.availability { padding: 4px 7px; border-radius: 4px; color: var(--olive); background: var(--sage-pale); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.availability--low { color: var(--clay-dark); background: #f0d7cc; }
.circle-link { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: color .2s, background .2s, transform .2s; }
.circle-link:hover { color: #fff; background: var(--olive); transform: rotate(8deg); }

.manifesto { position: relative; overflow: hidden; padding: clamp(100px, 12vw, 170px) 0; color: #f3efe7; background: var(--olive-deep); }
.manifesto::before { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; bottom: -330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px transparent, 0 0 0 71px rgba(255,255,255,.06); }
.manifesto__grid { position: relative; display: grid; grid-template-columns: 120px 1.05fr .8fr; gap: clamp(45px, 6vw, 90px); }
.manifesto__index { padding-top: 58px; font-size: 9px; letter-spacing: .18em; opacity: .42; writing-mode: vertical-rl; }
.manifesto__copy h2 { max-width: 650px; margin-bottom: 42px; font-size: clamp(50px, 5.5vw, 78px); }
.manifesto__copy h2 em { color: var(--sand); }
.manifesto__copy > p:last-child { max-width: 540px; color: rgba(255,255,255,.63); font-size: 16px; line-height: 1.85; }
.manifesto__pillars { border-top: 1px solid var(--line-light); }
.manifesto__pillars article { position: relative; padding: 30px 0 29px 45px; border-bottom: 1px solid var(--line-light); }
.manifesto__pillars article > span { position: absolute; left: 0; top: 33px; color: var(--sand); font-size: 9px; letter-spacing: .1em; }
.manifesto__pillars h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.manifesto__pillars p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }

.host-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(60px, 10vw, 145px); align-items: center; }
.host-portrait { position: relative; min-height: 600px; overflow: hidden; border-radius: 250px 250px 20px 20px; color: var(--cream); background: linear-gradient(145deg, #6d7964, #314437 64%); }
.host-portrait::before { content: ""; position: absolute; inset: 10% 14%; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; }
.host-portrait--photo::before { z-index: 1; inset: 0; border: 0; border-radius: 0; background: linear-gradient(180deg, transparent 52%, rgba(22,28,23,.72) 100%); }
.host-portrait__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.host-portrait__orb { position: absolute; width: 220px; height: 220px; left: 50%; top: 50%; transform: translate(-50%,-56%); border-radius: 50%; background: rgba(214,195,162,.9); box-shadow: 0 0 0 50px rgba(255,255,255,.04); }
.host-portrait__initials { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-60%); font-family: var(--serif); font-size: 88px; font-style: italic; letter-spacing: -.1em; color: var(--olive); }
.host-portrait p { position: absolute; z-index: 2; left: 35px; bottom: 28px; margin: 0; font-family: var(--serif); font-size: 18px; font-style: italic; line-height: 1.25; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.host-copy h2 { margin-bottom: 34px; font-size: clamp(50px, 5.5vw, 78px); }
.host-copy__lead { color: #36473d; font-size: 20px; line-height: 1.7; }
.host-copy > p:not(.eyebrow):not(.host-copy__lead) { max-width: 610px; margin-bottom: 28px; color: var(--muted); line-height: 1.85; }

.venue-strip { padding: 82px 0; color: #fff; background: var(--clay); }
.venue-strip__grid { display: grid; grid-template-columns: .9fr .7fr auto; gap: 60px; align-items: center; }
.venue-strip h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.8vw, 67px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.venue-strip__grid > p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.8; }

.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(70px, 10vw, 150px); }
.faq-preview h2 { margin-bottom: 25px; }
.faq-preview h2 em { color: var(--clay); }
.faq-grid > div:first-child > p:last-child { max-width: 310px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item button { width: 100%; min-height: 84px; padding: 0; border: 0; display: flex; align-items: center; justify-content: space-between; text-align: left; background: transparent; cursor: pointer; }
.accordion__item button > span { display: flex; align-items: center; gap: 25px; font-family: var(--serif); font-size: 22px; }
.accordion__item button small { color: var(--clay); font-family: var(--sans); font-size: 9px; }
.accordion__item button i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .25s, background .25s, color .25s; }
.accordion__item.is-open button i { color: #fff; background: var(--olive); transform: rotate(45deg); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.accordion__content > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 60px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.accordion__item.is-open .accordion__content { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__content > p { padding-bottom: 28px; }
.accordion > .text-link { margin-top: 30px; }

.newsletter { padding: clamp(80px, 9vw, 120px) 0; color: #fff; background: var(--plum); }
.newsletter__inner { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(60px, 10vw, 140px); align-items: end; }
.newsletter h2 { font-size: clamp(50px, 5.3vw, 76px); }
.newsletter h2 em { color: #e5b5a5; }
.newsletter-form label { display: block; margin-bottom: 12px; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; opacity: .65; }
.newsletter-form > div { display: flex; border-bottom: 1px solid rgba(255,255,255,.48); }
.newsletter-form input { width: 100%; min-height: 62px; padding: 0; border: 0; color: #fff; background: transparent; font-family: var(--serif); font-size: 25px; outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.35); }
.newsletter-form button { width: 52px; border: 0; color: #fff; background: transparent; font-size: 24px; cursor: pointer; }
.newsletter-form p { margin: 12px 0 0; font-size: 10px; opacity: .54; }

.site-footer { padding: 90px 0 26px; color: rgba(255,255,255,.68); background: #17241d; }
.footer-main { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; padding-bottom: 70px; }
.brand--light { color: #fff; }
.brand--light .brand-mark { color: var(--olive); background: var(--sand); }
.brand--light .brand-copy small { color: rgba(255,255,255,.48); }
.footer-brand p { margin: 28px 0 0; font-family: var(--serif); font-size: 23px; font-style: italic; line-height: 1.45; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links h2 { margin-bottom: 18px; color: rgba(255,255,255,.37); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.footer-links a { display: block; margin: 10px 0; color: #fff; font-size: 13px; }
.footer-bottom { min-height: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: center; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.toast-wrap { position: fixed; z-index: 100; top: 92px; left: 50%; width: min(560px, calc(100% - 32px)); transform: translateX(-50%); }
.toast { display: grid; grid-template-columns: 32px 1fr 32px; gap: 12px; align-items: center; padding: 15px 16px; border-radius: 12px; color: #fff; box-shadow: 0 18px 50px rgba(25,34,28,.2); background: var(--olive); animation: toast-in .35s var(--ease); }
.toast--error { background: #864837; }
.toast__mark { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-weight: 800; }
.toast p { margin: 0; font-size: 13px; line-height: 1.45; }
.toast button { width: 32px; height: 32px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 24px; cursor: pointer; }
@keyframes toast-in { from { opacity: 0; transform: translateY(-12px); } }

/* Event listing */
.page-hero { position: relative; overflow: hidden; padding: clamp(75px, 9vw, 125px) 0 80px; border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; right: 8%; top: 25%; width: 210px; height: 210px; border: 1px solid rgba(44,64,52,.2); border-radius: 50%; box-shadow: 0 0 0 32px transparent, 0 0 0 33px rgba(44,64,52,.08); }
.page-hero__split { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; }
.page-hero h1 { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(72px, 9vw, 128px); font-weight: 400; line-height: .83; letter-spacing: -.065em; }
.page-hero__split > p { position: relative; z-index: 1; max-width: 400px; margin-bottom: 8px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.event-listing { padding-top: 55px; }
.category-tabs--listing { justify-content: center; margin-bottom: 60px; }
.event-grid--listing { row-gap: 80px; }
.empty-state { max-width: 620px; margin: 30px auto; padding: 80px 30px; text-align: center; border: 1px solid var(--line); border-radius: 160px 160px 16px 16px; }
.empty-state > span { width: 48px; height: 48px; margin: 0 auto 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.empty-state h2 { font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1.05; }
.empty-state p { max-width: 480px; margin: 0 auto 26px; color: var(--muted); }

/* Event detail */
.back-link { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 40px; color: var(--muted); font-size: 11px; font-weight: 700; }
.event-hero { padding: 50px 0 100px; }
.event-hero__grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.event-hero__tags { display: flex; gap: 9px; margin-bottom: 22px; }
.event-hero__tags span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-hero h1 { max-width: 770px; margin-bottom: 26px; font-family: var(--serif); font-size: clamp(58px, 7.1vw, 102px); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.event-hero__copy > p { max-width: 650px; margin-bottom: 45px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.event-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding-top: 22px; border-top: 1px solid var(--line); }
.event-facts div { padding-right: 16px; }
.event-facts dt { margin-bottom: 5px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.event-facts dd { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.25; }
.event-poster { position: relative; min-height: 570px; overflow: hidden; border-radius: 230px 230px 12px 12px; color: #fff; background: var(--olive); box-shadow: var(--shadow); }
.event-hero--sage .event-poster { color: var(--ink); background: #9eaa92; }
.event-hero--clay .event-poster { background: #b96348; }
.event-hero--plum .event-poster { background: var(--plum); }
.event-hero--moss .event-poster { background: #4c5e49; }
.event-poster::before { content: ""; position: absolute; width: 85%; aspect-ratio: 1; left: -20%; bottom: -23%; border: 1px solid currentColor; border-radius: 50%; opacity: .27; box-shadow: inset 0 0 0 55px rgba(255,255,255,.04); }
.event-poster--image { color: #fff !important; text-shadow: 0 2px 22px rgba(10,16,12,.48); }
.event-poster--image::before { z-index: 1; inset: 0; width: auto; aspect-ratio: auto; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(13,20,15,.48) 0%, transparent 42%, rgba(10,15,12,.76) 100%); box-shadow: none; opacity: 1; }
.event-poster__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.event-poster__type { position: absolute; z-index: 2; left: 36px; top: 40px; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.event-poster__date { position: absolute; z-index: 2; right: 32px; top: 38px; display: flex; align-items: flex-start; gap: 8px; font-family: var(--serif); font-size: 68px; line-height: .72; letter-spacing: -.08em; }
.event-poster__date small { padding-top: 2px; font-family: var(--sans); font-size: 9px; font-weight: 800; line-height: 1.2; letter-spacing: .1em; }
.event-poster__title { position: absolute; z-index: 2; left: 37px; right: 37px; bottom: 44px; font-family: var(--serif); font-size: clamp(39px, 4vw, 57px); line-height: .92; letter-spacing: -.045em; }
.event-poster__circle { position: absolute; z-index: 2; width: 170px; height: 170px; right: -55px; top: 38%; border: 1px solid currentColor; border-radius: 50%; opacity: .25; }
.event-content { padding-top: 100px; background: var(--paper); }
.event-content__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(70px, 10vw, 150px); align-items: start; }
.event-story { max-width: 730px; }
.event-story h2 { margin-bottom: 35px; font-family: var(--serif); font-size: clamp(52px, 5.5vw, 78px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.event-story h2 em { color: var(--clay); font-weight: 400; }
.event-story__lead { margin-bottom: 70px; color: #3c4b42; font-size: 19px; line-height: 1.9; }
.event-detail-block { padding: 48px 0; border-top: 1px solid var(--line); }
.event-detail-block h3, .event-detail-columns h3 { margin-bottom: 24px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.event-detail-block > p, .event-detail-columns p { color: var(--muted); line-height: 1.85; }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 60px 1fr; align-items: center; min-height: 64px; border-bottom: 1px solid var(--line); }
.timeline li span { color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.timeline li p { margin: 0; font-size: 14px; }
.event-detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; padding: 48px 0; border-top: 1px solid var(--line); }
.notice-box { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 25px; margin: 12px 0 48px; color: #f6f2e9; background: var(--olive); border-radius: 12px; }
.notice-box > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-family: var(--serif); font-style: italic; }
.notice-box strong { display: block; margin-bottom: 4px; font-size: 12px; }
.notice-box p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.65; }
.buy-panel { position: sticky; top: 115px; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); box-shadow: 0 20px 60px rgba(35,43,37,.08); }
.buy-panel__top { padding-bottom: 24px; }
.buy-panel__top > span { display: block; margin-bottom: 2px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.buy-panel__top strong { display: block; font-family: var(--serif); font-size: 42px; font-weight: 500; letter-spacing: -.04em; }
.buy-panel__top small { color: var(--muted); font-size: 10px; }
.buy-panel__availability { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; padding: 20px 0; border-block: 1px solid var(--line); margin-bottom: 22px; }
.seat-meter { position: relative; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.seat-meter::before { content: ""; width: 30px; height: 30px; border-radius: 50%; background: conic-gradient(var(--clay) var(--fill, 50%), var(--cream-deep) 0); }
.seat-meter i { display: none; }
.buy-panel__availability strong, .buy-panel__availability small { display: block; }
.buy-panel__availability strong { font-size: 12px; }
.buy-panel__availability small { color: var(--muted); font-size: 9px; }
.buy-panel__notes { margin: 25px 0; padding: 0; list-style: none; }
.buy-panel__notes li { margin: 9px 0; color: var(--muted); font-size: 11px; }
.buy-panel__notes span { margin-right: 8px; color: var(--olive); }
.buy-panel__legal { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.buy-panel__legal a { text-decoration: underline; }
.mobile-buy-bar { display: none; }

/* Checkout */
.checkout-page { padding: 42px 0 120px; background: var(--paper); }
.checkout-steps { max-width: 550px; margin: 0 auto 75px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.checkout-steps span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.checkout-steps i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.checkout-steps .is-active { color: var(--ink); }
.checkout-steps .is-active i { color: #fff; border-color: var(--olive); background: var(--olive); }
.checkout-steps b { width: 65px; height: 1px; margin: 0 15px; background: var(--line); }
.checkout-heading { max-width: 740px; margin-bottom: 55px; }
.checkout-heading .back-link { margin-bottom: 55px; }
.checkout-heading h1 { margin-bottom: 23px; font-family: var(--serif); font-size: clamp(67px, 8vw, 105px); font-weight: 400; line-height: .85; letter-spacing: -.06em; }
.checkout-heading > p:last-child { max-width: 570px; color: var(--muted); font-size: 18px; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: clamp(60px, 9vw, 125px); align-items: start; }
.form-section { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 45px 0; border-top: 1px solid var(--line); }
.form-section__number { color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.form-section__content > h2 { margin-bottom: 5px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.form-section__content > p { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.quantity-control { max-width: 440px; min-height: 76px; padding: 10px; display: grid; grid-template-columns: 50px 52px 50px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.quantity-control button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 20px; cursor: pointer; }
.quantity-control input { width: 100%; border: 0; text-align: center; background: transparent; font-family: var(--serif); font-size: 24px; }
.quantity-control > span { padding-left: 18px; border-left: 1px solid var(--line); }
.quantity-control strong, .quantity-control small { display: block; }
.quantity-control strong { font-size: 11px; }
.quantity-control small { color: var(--muted); font-size: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: block; }
.field--full { grid-column: 1 / -1; }
.field > span { display: block; margin-bottom: 8px; color: #4a574f; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: var(--ink); background: var(--cream); font-size: 14px; transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { resize: vertical; line-height: 1.55; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--olive); background: #fff; box-shadow: 0 0 0 3px rgba(44,64,52,.09); }
.field input::placeholder, .field textarea::placeholder { color: #9aa198; }
.field > small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; }
.agreements { display: grid; gap: 14px; padding: 28px 0 35px; border-top: 1px solid var(--line); }
.check-field { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; cursor: pointer; }
.check-field input { position: absolute; opacity: 0; pointer-events: none; }
.check-field > span { width: 20px; height: 20px; margin-top: 2px; border: 1px solid var(--line); border-radius: 5px; background: var(--cream); position: relative; }
.check-field input:checked + span { border-color: var(--olive); background: var(--olive); }
.check-field input:checked + span::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 12px; }
.check-field input:focus-visible + span { outline: 3px solid var(--sun); outline-offset: 2px; }
.check-field em { font-style: normal; color: var(--muted); font-size: 11px; line-height: 1.55; }
.check-field em a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.check-field em small { font-size: 9px; }
.checkout-form > .button i { margin-left: auto; font-style: normal; }
.payment-assurance { display: flex; align-items: flex-start; justify-content: center; gap: 8px; margin-top: 14px; color: var(--muted); }
.payment-assurance > span { color: var(--sage); font-size: 10px; }
.payment-assurance p { margin: 0; font-size: 9px; line-height: 1.5; }
.order-summary { position: sticky; top: 110px; padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); box-shadow: 0 20px 55px rgba(35,43,37,.07); }
.order-summary__eyebrow { margin-bottom: 18px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.order-summary__poster { height: 145px; margin-bottom: 22px; padding: 18px; border-radius: 8px 44px 8px 8px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--olive); }
.order-summary__poster--sage { color: var(--ink); background: #9eaa92; }
.order-summary__poster--clay { background: #b96348; }
.order-summary__poster--plum { background: var(--plum); }
.order-summary__poster--moss { background: #4c5e49; }
.order-summary__poster > span { font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.order-summary__poster strong { align-self: flex-end; display: flex; align-items: flex-start; gap: 5px; font-family: var(--serif); font-size: 55px; font-weight: 400; line-height: .7; }
.order-summary__poster small { font-family: var(--sans); font-size: 8px; letter-spacing: .12em; }
.order-summary h2 { margin-bottom: 22px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.05; }
.order-summary dl { margin: 0; }
.order-summary dl div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 10px; }
.order-summary dt { color: var(--muted); }
.order-summary dd { margin: 0; max-width: 210px; text-align: right; font-weight: 600; }
.order-summary__total { display: flex; align-items: center; justify-content: space-between; padding: 19px 0 10px; border-top: 1px solid var(--ink); }
.order-summary__total span { font-size: 11px; font-weight: 700; }
.order-summary__total strong { font-family: var(--serif); font-size: 30px; font-weight: 500; }
.order-summary__note { margin: 10px 0 0; padding: 12px; border-radius: 7px; color: var(--muted); background: var(--sage-pale); font-size: 9px; text-align: center; }

/* Provider and success */
.minimal-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.minimal-header .container { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.secure-label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.secure-label span { color: var(--sage); }
.provider-page { min-height: calc(100vh - 80px); display: grid; place-items: center; padding: 55px 20px; background: linear-gradient(145deg, var(--cream), #e7ded0); }
.provider-card { width: min(480px, 100%); padding: 36px; border: 1px solid rgba(25,34,28,.12); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.demo-badge { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; margin-bottom: 18px; border-radius: 4px; color: #74412f; background: #f0d5ca; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.provider-card__top h1 { margin-bottom: 8px; font-family: var(--serif); font-size: 45px; font-weight: 500; }
.provider-card__top p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.provider-order { margin: 26px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.provider-order > span { color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.provider-order h2 { margin: 6px 0 15px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.provider-order > div { display: flex; justify-content: space-between; font-size: 11px; }
.provider-order strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.mock-card-fields { padding: 20px; margin-bottom: 25px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--olive), #536856); }
.mock-card-fields > div:first-child span { display: block; margin-bottom: 28px; font-size: 8px; letter-spacing: .1em; opacity: .6; }
.mock-card-fields > div:first-child strong { font-size: 17px; letter-spacing: .13em; }
.mock-card-fields__row { display: flex; justify-content: space-between; margin-top: 20px; font-size: 9px; opacity: .7; }
.provider-actions { display: grid; gap: 15px; }
.provider-actions .link-button { justify-self: center; font-size: 11px; color: var(--muted); }
.provider-footnote { display: flex; gap: 8px; margin: 24px 0 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.provider-footnote span { color: var(--sage); }

.success-page { padding: clamp(70px, 9vw, 120px) 0; background: var(--paper); }
.success-grid { display: grid; grid-template-columns: .85fr .9fr; gap: clamp(70px, 10vw, 140px); align-items: center; }
.success-mark { width: 58px; height: 58px; margin-bottom: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--olive); font-size: 24px; }
.success-copy h1 { margin-bottom: 25px; font-family: var(--serif); font-size: clamp(65px, 7vw, 98px); font-weight: 400; line-height: .85; letter-spacing: -.06em; }
.success-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.success-actions { display: flex; align-items: center; gap: 26px; margin: 32px 0; }
.print-button { border-top: 0; border-left: 0; border-right: 0; background: transparent; }
.success-note { max-width: 560px; padding: 20px; border-left: 3px solid var(--clay); background: var(--cream); }
.success-note strong { display: block; margin-bottom: 3px; font-size: 11px; }
.success-note p { margin: 0; color: var(--muted); font-size: 10px; }
.ticket-card { max-width: 520px; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 30px 80px rgba(35,43,37,.14); overflow: hidden; transform: rotate(1.2deg); }
.ticket-card__head { min-height: 92px; padding: 20px 24px; display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; color: #fff; background: var(--olive); }
.ticket-card__head .brand-mark { color: var(--olive); background: var(--sand); }
.ticket-brand-logo { width: 46px; height: 46px; padding: 3px; border-radius: 9px; background: #fff; object-fit: contain; }
.ticket-card__head small, .ticket-card__head strong { display: block; }
.ticket-card__head small { font-size: 8px; opacity: .6; }
.ticket-card__head strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.ticket-card__status { padding: 6px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.ticket-card__body { padding: 30px; }
.ticket-card__body > p { margin-bottom: 8px; color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ticket-card__body h2 { margin-bottom: 28px; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: .98; }
.ticket-card__body dl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 28px; }
.ticket-card__body dt { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ticket-card__body dd { margin: 2px 0 0; font-size: 11px; font-weight: 700; }
.ticket-codes { display: grid; gap: 8px; }
.ticket-codes > div { position: relative; padding: 13px 16px; border: 1px dashed rgba(25,34,28,.3); border-radius: 7px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.ticket-codes span { font-size: 8px; color: var(--muted); text-transform: uppercase; }
.ticket-codes strong { font-family: monospace; font-size: 14px; letter-spacing: .1em; }
.ticket-codes i { position: absolute; right: -7px; width: 14px; height: 14px; border-radius: 50%; background: var(--cream); border-left: 1px dashed rgba(25,34,28,.3); }
.ticket-card__tear { position: relative; height: 22px; overflow: hidden; }
.ticket-card__tear::before, .ticket-card__tear::after { content: ""; position: absolute; top: 2px; width: 34px; height: 34px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); }
.ticket-card__tear::before { left: -18px; }
.ticket-card__tear::after { right: -18px; }
.ticket-card__tear span { position: absolute; left: 20px; right: 20px; top: 11px; border-top: 1px dashed var(--line); }
.ticket-card__foot { min-height: 65px; padding: 12px 28px 20px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.ticket-card__foot span { color: var(--muted); font-size: 9px; }
.ticket-card__foot strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }

.status-page { min-height: 65vh; display: grid; place-items: center; padding: 90px 24px; }
.status-card { width: min(620px, 100%); padding: 50px; border: 1px solid var(--line); border-radius: 22px; text-align: center; background: var(--paper); box-shadow: var(--shadow); }
.status-card__mark { width: 54px; height: 54px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--clay); font-family: var(--serif); font-size: 28px; }
.status-card .eyebrow { justify-content: center; }
.status-card h1 { font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: 1; }
.status-card > p { color: var(--muted); }
.status-card__reference { margin: 28px 0; padding: 18px; border-radius: 9px; background: var(--cream); }
.status-card__reference span, .status-card__reference strong { display: block; }
.status-card__reference span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.status-card__reference strong { margin-top: 3px; font-family: monospace; letter-spacing: .08em; }
.status-card__actions { display: flex; justify-content: center; align-items: center; gap: 25px; }

/* Lookup and editorial */
.lookup-page { padding: clamp(70px, 9vw, 120px) 0; }
.lookup-grid { display: grid; grid-template-columns: .8fr .7fr; gap: clamp(80px, 12vw, 170px); align-items: center; }
.lookup-copy h1 { margin-bottom: 25px; font-family: var(--serif); font-size: clamp(65px, 7.4vw, 102px); font-weight: 400; line-height: .84; letter-spacing: -.06em; }
.lookup-copy > p { color: var(--muted); }
.lookup-form { max-width: 500px; margin-top: 35px; display: grid; gap: 18px; }
.lookup-help { margin-top: 18px; font-size: 10px; }
.lookup-help a { text-decoration: underline; }
.lookup-art { position: relative; min-height: 540px; overflow: hidden; border-radius: 230px 230px 10px 10px; color: var(--cream); background: var(--plum); }
.lookup-art::before { content: ""; position: absolute; width: 340px; height: 340px; left: -95px; bottom: -95px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: inset 0 0 0 55px rgba(255,255,255,.03); }
.lookup-art > span { position: absolute; left: 50%; top: 43%; transform: translate(-50%,-50%); font-family: var(--serif); font-size: 120px; font-style: italic; letter-spacing: -.12em; color: #dfb3a6; }
.lookup-art i { position: absolute; width: 160px; height: 160px; left: 50%; top: 43%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.lookup-art__logo { position: absolute; z-index: 1; left: 50%; top: 43%; width: min(76%, 390px); height: auto; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.45); border-radius: 16px; box-shadow: 12px 12px 0 rgba(0,0,0,.14); }
.lookup-art p { position: absolute; left: 32px; bottom: 30px; font-family: var(--serif); font-size: 21px; font-style: italic; line-height: 1.2; }
.lookup-result { padding: 0 0 90px; }
.lookup-result__card { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.lookup-result__card > div:first-child > span { color: var(--muted); font-size: 8px; }
.lookup-result__card h2 { margin: 4px 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.lookup-result__card p { margin: 0; color: var(--muted); font-size: 10px; }
.lookup-result__status { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); }
.status-dot--paid { background: #6d8b6f; }
.lookup-result__codes { display: grid; gap: 5px; }
.lookup-result__codes code { padding: 5px 8px; border-radius: 4px; background: var(--cream); font-size: 10px; }

.editorial-page { padding: clamp(75px, 9vw, 120px) 0 130px; }
.editorial-page__hero { max-width: 1000px; }
.editorial-page__hero h1 { max-width: 900px; margin-bottom: 30px; font-family: var(--serif); font-size: clamp(68px, 8.5vw, 120px); font-weight: 400; line-height: .86; letter-spacing: -.065em; }
.editorial-page__hero > p:last-child { max-width: 750px; color: var(--muted); font-size: 21px; line-height: 1.75; }
.editorial-rule { margin: 75px 0 0; border-top: 1px solid var(--line); }
.editorial-rule span { position: relative; top: -8px; margin-left: 6vw; padding: 0 12px; color: var(--muted); background: var(--cream); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.editorial-sections { max-width: 900px; margin-top: 80px; margin-right: 8%; }
.editorial-sections article { display: grid; grid-template-columns: 60px .7fr 1fr; gap: 35px; padding: 42px 0; border-top: 1px solid var(--line); }
.editorial-sections article > span { color: var(--clay); font-size: 9px; }
.editorial-sections h2 { font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.1; }
.editorial-sections p { color: var(--muted); line-height: 1.85; }

.legal-page { padding: 70px 0 130px; background: var(--paper); }
.legal-grid { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: clamp(70px, 10vw, 150px); align-items: start; }
.legal-grid aside { position: sticky; top: 120px; }
.legal-grid aside > span { display: block; margin-bottom: 14px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.legal-grid nav { display: grid; border-top: 1px solid var(--line); }
.legal-grid nav a { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.legal-grid article h1 { margin-bottom: 35px; font-family: var(--serif); font-size: clamp(52px, 6vw, 82px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.legal-grid article h2 { margin: 45px 0 15px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.legal-grid article > p { color: var(--muted); line-height: 1.9; }
.legal-grid article a { text-decoration: underline; }
.legal-notice { padding: 22px; margin-bottom: 35px; border-left: 3px solid var(--clay); background: var(--cream); }
.legal-notice strong { display: block; margin-bottom: 5px; font-size: 11px; }
.legal-notice p { margin: 0; color: var(--muted); font-size: 11px; }
.legal-lead { font-size: 18px; }

.error-page { min-height: 70vh; display: grid; grid-template-columns: .7fr 1fr; align-items: center; background: var(--paper); }
.error-page__art { position: relative; min-height: 70vh; overflow: hidden; display: grid; place-items: center; color: #fff; background: var(--olive); }
.error-page__art::before { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; box-shadow: 0 0 0 60px transparent, 0 0 0 61px rgba(255,255,255,.09); }
.error-page__art span { position: relative; font-family: var(--serif); font-size: 110px; font-style: italic; }
.error-page__copy { max-width: 620px; padding: 70px; }
.error-page__copy h1 { font-family: var(--serif); font-size: 65px; font-weight: 400; line-height: .95; }
.error-page__copy > p { color: var(--muted); }

/* Admin */
.admin-shell { background: #f1eee7; }
.admin-page { padding: 65px 0 120px; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.admin-heading h1, .admin-login h1 { margin: 0; font-family: var(--serif); font-size: clamp(55px, 6vw, 82px); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.admin-heading--compact { align-items: start; margin-bottom: 35px; }
.admin-heading--compact h1 { font-size: clamp(45px, 5vw, 66px); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.stat-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.stat-grid span, .stat-grid small { display: block; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stat-grid strong { display: block; margin: 10px 0 5px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.admin-panel { margin-top: 20px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--paper); }
.admin-panel__head { min-height: 86px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.admin-panel__head span { display: block; color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.admin-panel__head h2 { margin: 3px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.admin-panel__head > a { font-size: 10px; font-weight: 800; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; white-space: nowrap; }
.admin-table th { padding: 12px 18px; color: var(--muted); background: rgba(232,225,213,.4); font-size: 8px; text-align: left; letter-spacing: .1em; text-transform: uppercase; }
.admin-table td { min-height: 70px; padding: 15px 18px; border-top: 1px solid var(--line); font-size: 11px; vertical-align: middle; }
.admin-table tbody tr:first-child td { border-top: 0; }
.admin-table td:first-child { display: flex; align-items: center; gap: 12px; }
.admin-table td strong, .admin-table td small { display: block; }
.admin-table td small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.table-category { width: 34px; height: 34px; border-radius: 50%; background: var(--sage); }
.table-category--clay { background: var(--clay); }
.table-category--plum { background: var(--plum); }
.table-category--moss { background: #536450; }
.mini-meter { width: 70px; height: 4px; display: inline-block; margin-right: 8px; border-radius: 99px; overflow: hidden; background: var(--cream-deep); vertical-align: middle; }
.mini-meter i { display: block; width: var(--fill); height: 100%; background: var(--clay); }
.status-chip { display: inline-flex; min-height: 24px; padding: 0 8px; align-items: center; border-radius: 4px; color: #526451; background: #dce5d8; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.status-chip--draft, .status-chip--payment_pending { color: #7a6432; background: #eee3c9; }
.status-chip--cancelled, .status-chip--payment_failed { color: #7b4133; background: #efd6cf; }
.status-chip--paid, .status-chip--published { color: #456049; background: #d9e5d8; }
.table-action { font-size: 9px; font-weight: 800; }
.admin-empty { padding: 45px; color: var(--muted); text-align: center; font-size: 12px; }
.admin-login { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .9fr 1fr; background: var(--paper); }
.admin-login__art { position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; background: var(--olive); }
.admin-login__art::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: inset 0 0 0 70px rgba(255,255,255,.025); }
.admin-login__number { position: relative; font-family: var(--serif); font-size: 130px; font-style: italic; color: var(--sand); }
.admin-login__logo { position: relative; z-index: 1; width: min(68%, 390px); height: auto; border: 1px solid rgba(255,255,255,.42); border-radius: 16px; box-shadow: 12px 12px 0 rgba(0,0,0,.16); }
.admin-login__art > div { position: absolute; left: 42px; bottom: 35px; }
.admin-login__art p { margin: 0; font-family: var(--serif); font-size: 22px; font-style: italic; line-height: 1.3; }
.admin-login__form-wrap { width: min(560px, calc(100% - 80px)); margin: auto; }
.admin-login__form-wrap > div:first-child > p:last-child { margin-top: 25px; color: var(--muted); }
.admin-login-form { margin-top: 32px; display: grid; gap: 18px; }
.demo-credentials { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; margin-top: 24px; border-radius: 8px; color: #754733; background: #f1dbd2; font-size: 10px; }
.demo-credentials code { font-weight: 800; }
.admin-event-form { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; }
.admin-form-main { border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.admin-form-section { display: grid; grid-template-columns: 55px 1fr; gap: 10px; padding: 34px; border-top: 1px solid var(--line); }
.admin-form-section:first-child { border-top: 0; }
.admin-form-section > span { color: var(--clay); font-size: 9px; }
.admin-form-section h2 { margin-bottom: 22px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.admin-save-card { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.admin-save-card > span { display: block; margin-bottom: 18px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.admin-save-card .check-field { margin-bottom: 22px; }
.admin-save-card > p { margin: 14px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

@media (max-width: 1100px) {
    :root { --container: min(100% - 40px, 960px); }
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .hero__grid { grid-template-columns: 1fr .82fr; gap: 50px; }
    .hero__media { min-height: 560px; }
    .hero__trust > span { min-width: 0; }
    .event-grid { grid-template-columns: repeat(2, 1fr); }
    .event-grid .event-card:last-child:nth-child(odd) { grid-column: span 2; max-width: calc(50% - 14px); }
    .manifesto__grid { grid-template-columns: 50px 1fr; }
    .manifesto__pillars { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); }
    .manifesto__pillars article { padding-right: 20px; }
    .venue-strip__grid { grid-template-columns: 1fr 1fr; }
    .venue-strip__grid .button { justify-self: start; }
    .event-content__grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 55px; }
    .checkout-grid { grid-template-columns: minmax(0,1fr) 320px; gap: 55px; }
    .success-grid { gap: 55px; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
    :root { --container: calc(100% - 32px); }
    body::before { opacity: .1; }
    .announcement__inner { justify-content: center; }
    .announcement a { display: none; }
    .header-inner { min-height: 70px; }
    .brand-mark { width: 41px; height: 41px; }
    .brand-copy strong { font-size: 18px; }
    .site-header .brand-logo--header { width: 138px; }
    .minimal-header .brand-logo--header { width: 142px; }
    .brand-context { padding: 4px 6px; font-size: 7px; }
    .ticket-link, .header-actions > .button { display: none; }
    .header-actions { gap: 10px; }
    .hero { padding-top: 46px; }
    .hero__grid { grid-template-columns: 1fr; gap: 62px; }
    .hero h1 { font-size: clamp(59px, 18vw, 86px); }
    .hero__lead { font-size: 16px; }
    .hero__trust { margin-top: 45px; }
    .hero__trust > span { padding-right: 12px; margin-right: 12px; }
    .hero__trust i { width: 30px; height: 30px; flex-basis: 30px; }
    .hero__trust small { font-size: 8px; }
    .hero__media { min-height: min(620px, 125vw); }
    .hero__image-wrap { right: 0; }
    .next-event { left: 12px; bottom: -42px; }
    .marquee { margin-top: 10px; }
    .section { padding-block: 90px; }
    .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 38px; }
    .section-heading h2, .manifesto h2, .host-copy h2, .faq-preview h2, .newsletter h2 { font-size: clamp(51px, 15vw, 70px); }
    .event-grid { grid-template-columns: 1fr; gap: 58px; }
    .event-grid .event-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
    .event-card__visual { aspect-ratio: 1.28 / 1; }
    .event-card__body > p { min-height: 0; }
    .manifesto__grid { grid-template-columns: 1fr; }
    .manifesto__index { display: none; }
    .manifesto__pillars { grid-column: auto; grid-template-columns: 1fr; }
    .manifesto__pillars article { padding-left: 42px; }
    .host-grid { grid-template-columns: 1fr; gap: 60px; }
    .host-portrait { min-height: min(600px, 125vw); }
    .venue-strip__grid { grid-template-columns: 1fr; gap: 30px; }
    .faq-grid { grid-template-columns: 1fr; gap: 55px; }
    .accordion__item button > span { gap: 16px; font-size: 19px; }
    .newsletter__inner { grid-template-columns: 1fr; gap: 50px; }
    .footer-main { grid-template-columns: 1fr; gap: 50px; }
    .footer-bottom { grid-template-columns: 1fr; }
    .footer-bottom span:nth-child(2) { display: none; }
    .page-hero__split { grid-template-columns: 1fr; gap: 30px; }
    .page-hero::after { right: -100px; }
    .category-tabs--listing { justify-content: flex-start; }
    .event-hero { padding-bottom: 70px; }
    .event-hero__grid { grid-template-columns: 1fr; gap: 55px; }
    .event-facts { grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .event-poster { min-height: min(580px, 130vw); }
    .event-content { padding-bottom: 130px; }
    .event-content__grid { grid-template-columns: 1fr; }
    .buy-panel { position: static; }
    .mobile-buy-bar { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: 10px; min-height: 68px; padding: 9px 9px 9px 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; color: #fff; background: rgba(31,48,39,.95); backdrop-filter: blur(16px); box-shadow: 0 15px 40px rgba(20,30,24,.3); }
    .mobile-buy-bar small, .mobile-buy-bar strong { display: block; }
    .mobile-buy-bar small { font-size: 7px; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
    .mobile-buy-bar strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
    .mobile-buy-bar .button { min-height: 50px; }
    .checkout-steps { margin-bottom: 50px; }
    .checkout-steps b { width: 25px; margin-inline: 8px; }
    .checkout-steps span { font-size: 7px; }
    .checkout-heading h1 { font-size: clamp(62px, 18vw, 88px); }
    .checkout-grid { grid-template-columns: 1fr; }
    .order-summary { position: static; grid-row: 1; }
    .form-section { grid-template-columns: 35px 1fr; }
    .field-grid { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .success-grid { grid-template-columns: 1fr; }
    .ticket-card { margin-inline: auto; transform: none; }
    .lookup-grid { grid-template-columns: 1fr; gap: 55px; }
    .lookup-art { min-height: min(540px, 120vw); }
    .lookup-result__card { grid-template-columns: 1fr; gap: 18px; }
    .editorial-sections { margin-right: auto; }
    .editorial-sections article { grid-template-columns: 35px 1fr; }
    .editorial-sections p { grid-column: 2; }
    .legal-grid { grid-template-columns: 1fr; }
    .legal-grid aside { position: static; }
    .legal-grid aside nav { grid-template-columns: 1fr 1fr; gap: 0 20px; }
    .error-page { grid-template-columns: 1fr; }
    .error-page__art { min-height: 300px; }
    .error-page__copy { padding: 55px 25px; }
    .admin-nav { gap: 12px; font-size: 9px; }
    .admin-nav a:nth-child(2), .admin-nav a:nth-child(3) { display: none; }
    .admin-heading { align-items: flex-start; flex-direction: column; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .admin-login { grid-template-columns: 1fr; }
    .admin-login__art { min-height: 360px; }
    .admin-login__logo { transform: translateY(-38px); }
    .admin-login__form-wrap { width: calc(100% - 40px); padding: 60px 0; }
    .admin-event-form { grid-template-columns: 1fr; }
    .admin-form-section { grid-template-columns: 30px 1fr; padding: 28px 20px; }
    .admin-form-side { grid-row: 1; }
    .admin-save-card { position: static; }
}

@media (max-width: 480px) {
    :root { --container: calc(100% - 26px); }
    .site-header .brand-logo--header { width: 124px; }
    .minimal-header .brand-logo--header { width: 130px; }
    .brand--footer { width: min(244px, 100%); }
    .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero__trust { justify-content: space-between; }
    .hero__trust > span { flex-direction: column; align-items: flex-start; gap: 7px; }
    .hero__trust i { display: none; }
    .hero__media { min-height: 500px; }
    .next-event { width: calc(100% - 24px); }
    .event-card__date strong { font-size: 76px; }
    .event-detail-columns { grid-template-columns: 1fr; gap: 20px; }
    .event-poster { min-height: 500px; }
    .form-section { grid-template-columns: 1fr; }
    .form-section__number { margin-bottom: -12px; }
    .quantity-control { grid-template-columns: 46px 46px 46px 1fr; }
    .checkout-steps span { gap: 4px; }
    .checkout-steps span { color: transparent; font-size: 0; }
    .checkout-steps i { color: var(--muted); font-size: 9px; }
    .checkout-steps .is-active i { color: #fff; }
    .provider-card { padding: 27px 20px; }
    .success-actions, .status-card__actions { align-items: stretch; flex-direction: column; }
    .status-card { padding: 38px 23px; }
    .ticket-card__head { grid-template-columns: 42px 1fr; }
    .ticket-card__status { display: none; }
    .ticket-card__body { padding: 24px 20px; }
    .ticket-card__body dl { grid-template-columns: 1fr; }
    .ticket-card__foot { padding-inline: 20px; }
    .editorial-sections article { grid-template-columns: 1fr; }
    .editorial-sections p { grid-column: auto; }
    .legal-grid aside nav { grid-template-columns: 1fr; }
    .stat-grid { grid-template-columns: 1fr; }
}

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

@media print {
    .announcement, .site-header, .site-footer, .success-copy, .toast-wrap, .mobile-buy-bar { display: none !important; }
    body, .success-page { background: #fff; }
    body::before { display: none; }
    .success-grid { display: block; }
    .ticket-card { margin: 40px auto; box-shadow: none; transform: none; }
}
