/* SoldOut redesign preview — direction 04 "Brutalist Marquee" */
:root {
  --bg: #ffffff;
  --ink: #0a0a0a;
  --grey: #555555;
  --dim: #888888;
  --soft: #f2f2f2;
  --acid: #d8ff3e;
  --alarm: #ff3b3b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif; background: var(--bg); color: var(--ink); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.cond { font-family: 'Oswald', 'Arial Narrow', sans-serif; text-transform: uppercase; }
.mono { font-family: 'JetBrains Mono', Consolas, monospace; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

.hl { background: var(--acid); padding: 0 6px; }
.tag { display: inline-block; padding: 6px 12px; border: 2px solid var(--ink); font: 700 12px 'JetBrains Mono', monospace; }
.tag-fill { background: var(--ink); color: var(--acid); border-color: var(--ink); }
.tag-acid { background: var(--acid); border-color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font: 600 16px 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1.5px; padding: 16px 40px; border: 3px solid var(--ink); white-space: nowrap; transition: background .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease; }
.btn-fill { background: var(--ink); color: var(--acid); }
.btn-fill:hover { box-shadow: 6px 6px 0 var(--acid); transform: translate(-2px, -2px); }
.btn-line { background: var(--bg); color: var(--ink); }
.btn-line:hover { background: var(--acid); }
.btn-block { width: 100%; }

/* marquee */
.marquee { overflow: hidden; background: var(--ink); color: var(--acid); padding: 9px 0; white-space: nowrap; }
.marquee-track { display: inline-block; font: 700 12px 'JetBrains Mono', monospace; letter-spacing: 1px; animation: marquee 28s linear infinite; padding-left: 0; }
.marquee-track span { margin-right: 40px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* header */
.site-header { position: sticky; top: 0; z-index: 40; display: flex; align-items: stretch; background: var(--bg); border-bottom: 3px solid var(--ink); }
.brand { display: flex; align-items: center; gap: 12px; padding: 18px 38px; border-right: 3px solid var(--ink); flex-shrink: 0; }
.brand .cond { font-size: 25px; font-weight: 700; letter-spacing: 1px; }
.main-nav { display: flex; align-items: stretch; font: 600 15px 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.main-nav a { display: flex; align-items: center; padding: 0 26px; border-right: 3px solid var(--ink); transition: background .15s ease; }
.main-nav a:hover { background: var(--soft); }
.main-nav a.active { background: var(--acid); }
.header-actions { margin-left: auto; display: flex; align-items: stretch; }
.header-actions .cell { display: flex; align-items: center; padding: 0 22px; border-left: 3px solid var(--ink); font: 700 13px 'JetBrains Mono', monospace; }
.login-link { display: flex; align-items: center; padding: 0 32px; border-left: 3px solid var(--ink); background: var(--ink); color: var(--bg); font: 600 15px 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; transition: color .15s ease; }
.login-link:hover { color: var(--acid); }
.burger { display: none; background: none; border: 0; border-left: 3px solid var(--ink); color: var(--ink); cursor: pointer; padding: 0 16px; }

/* hero */
.hero-grid { display: grid; grid-template-columns: 1fr 560px; border-bottom: 3px solid var(--ink); }
.hero-copy { padding: 52px 40px; display: flex; flex-direction: column; gap: 22px; justify-content: center; border-right: 3px solid var(--ink); }
.tag-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-copy h1 { margin: 0; font-size: clamp(64px, 10vw, 140px); font-weight: 700; line-height: 0.9; letter-spacing: -2px; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.hero-copy h1 .hl { display: inline-block; line-height: inherit; padding: 0 10px; }
.hero-copy p { margin: 0; font-size: 17px; line-height: 1.55; max-width: 520px; font-weight: 500; }
.cta-strip { display: flex; align-items: stretch; }
.cta-strip .btn { border-right: 0; }
.cta-strip .price-cell { display: flex; align-items: center; padding: 0 26px; border: 3px solid var(--ink); font: 700 14px 'JetBrains Mono', monospace; }
.hero-media { position: relative; min-height: 420px; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.1); }
.img-tag { position: absolute; left: 0; bottom: 0; padding: 8px 16px; background: var(--acid); border-top: 3px solid var(--ink); border-right: 3px solid var(--ink); font: 700 11px 'JetBrains Mono', monospace; }

/* section bars */
.section-bar { display: flex; align-items: center; padding: 24px 40px; border-bottom: 3px solid var(--ink); gap: 20px; flex-wrap: wrap; }
.section-bar h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); font-weight: 700; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.section-bar .mono-link { margin-left: auto; font: 700 13px 'JetBrains Mono', monospace; padding: 10px 20px; border: 2px solid var(--ink); white-space: nowrap; flex-shrink: 0; transition: background .15s ease; }
.section-bar .mono-link:hover { background: var(--acid); }

/* table rows */
.t-row { display: grid; grid-template-columns: 80px 130px 1fr 240px 170px; align-items: center; border-bottom: 2px solid var(--ink); transition: background .15s ease; }
.t-row:hover { background: var(--soft); }
.t-row .idx { padding-left: 40px; font: 700 14px 'JetBrains Mono', monospace; }
.t-row img { width: 110px; height: 140px; object-fit: cover; border: 2px solid var(--ink); margin: 12px 0; }
.t-main { padding: 0 24px; display: flex; flex-direction: column; gap: 5px; }
.t-cat { font: 700 11px 'JetBrains Mono', monospace; color: var(--grey); }
.t-title { font-size: 27px; font-weight: 600; line-height: 1.05; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.t-facts { display: flex; flex-direction: column; gap: 3px; font: 700 12.5px 'JetBrains Mono', monospace; border-left: 2px solid var(--ink); padding: 8px 0 8px 22px; align-self: stretch; justify-content: center; }
.t-facts .hl { align-self: flex-start; padding: 1px 6px; }
.t-cta { justify-self: end; margin-right: 40px; }

/* poster grid */
.p-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 3px solid var(--ink); }
.p-cell { border-right: 3px solid var(--ink); display: flex; flex-direction: column; transition: background .15s ease; }
.p-cell:last-child { border-right: 0; }
.p-cell:hover { background: var(--soft); }
.p-head { display: flex; padding: 10px 18px; font: 700 11px 'JetBrains Mono', monospace; border-bottom: 2px solid var(--ink); }
.p-head span:last-child { margin-left: auto; color: var(--grey); }
.p-cell img { width: 100%; height: 280px; object-fit: cover; display: block; border-bottom: 2px solid var(--ink); }
.p-body { padding: 16px 20px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.p-title { font-size: 22px; font-weight: 600; line-height: 1.05; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.p-meta { font: 700 11px 'JetBrains Mono', monospace; color: var(--grey); }
.p-price { margin-top: auto; padding-top: 8px; display: flex; align-items: center; }
.p-price .hl { font: 700 12.5px 'JetBrains Mono', monospace; padding: 2px 8px; }
.p-price .arrow { margin-left: auto; font: 700 13px 'JetBrains Mono', monospace; transition: transform .15s ease; }
.p-cell:hover .arrow { transform: translateX(4px); }

/* acid band */
.acid-band { display: flex; align-items: center; padding: 32px 40px; background: var(--acid); border-bottom: 3px solid var(--ink); gap: 28px; flex-wrap: wrap; }
.acid-band h3 { margin: 0; font-size: clamp(24px, 3.5vw, 36px); font-weight: 700; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.acid-band p { margin: 0; font: 700 13px 'JetBrains Mono', monospace; max-width: 500px; }
.acid-band .btn { margin-left: auto; }

/* footer */
.site-footer { background: var(--ink); color: var(--bg); padding: 40px 40px 24px; }
.footer-cols { display: flex; gap: 70px; flex-wrap: wrap; }
.footer-brand { width: 250px; display: flex; flex-direction: column; gap: 14px; }
.footer-brand .mono { font-size: 11.5px; color: #999; line-height: 1.7; }
.footer-col h4 { margin: 0 0 10px; font: 700 11.5px 'JetBrains Mono', monospace; color: var(--acid); }
.footer-col a { display: block; margin-bottom: 7px; font: 400 15px 'Oswald', sans-serif; text-transform: uppercase; color: #ddd; transition: color .15s ease; }
.footer-col a:hover { color: var(--acid); }
.footer-base { display: flex; align-items: center; gap: 12px; margin-top: 36px; padding-top: 18px; border-top: 1px solid #333; font: 400 11px 'JetBrains Mono', monospace; color: var(--dim); flex-wrap: wrap; }
.pay { margin-left: auto; display: flex; gap: 10px; }
.pay span { padding: 4px 10px; border: 1px solid #555; color: #ddd; }
.footer-min { background: var(--ink); color: var(--bg); padding: 24px 40px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.footer-min .links { margin-left: auto; display: flex; gap: 24px; font: 400 14px 'Oswald', sans-serif; text-transform: uppercase; color: #ddd; }
.footer-min .links a:hover { color: var(--acid); }

.crumb-bar { padding: 15px 40px; font: 700 12px 'JetBrains Mono', monospace; border-bottom: 2px solid var(--ink); display: flex; gap: 8px; flex-wrap: wrap; }

/* split blocks */
.split { display: grid; grid-template-columns: 2fr 1fr; border-bottom: 3px solid var(--ink); }
.split > div { padding: 34px 40px; }
.split > div:first-child { border-right: 3px solid var(--ink); }
.block-h { margin: 0 0 12px; font-size: 30px; font-weight: 700; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.body-p { margin: 0 0 10px; font-size: 15px; line-height: 1.7; font-weight: 500; }
.note-box { margin-top: 8px; font: 700 12.5px 'JetBrains Mono', monospace; background: var(--soft); padding: 10px 14px; border-left: 4px solid var(--acid); }
.arrow-list { display: flex; flex-direction: column; }
.arrow-list span { padding: 12px 0; border-bottom: 2px solid var(--ink); font: 700 12.5px 'JetBrains Mono', monospace; }
.arrow-list span:last-child { border-bottom: 0; }

/* dates table */
.d-head { display: grid; grid-template-columns: 210px 170px 1fr 250px; font: 700 11.5px 'JetBrains Mono', monospace; color: var(--grey); padding: 12px 40px; border-bottom: 2px solid var(--ink); }
.d-head :last-child { text-align: right; }
.d-row { display: grid; grid-template-columns: 210px 170px 1fr 250px; align-items: center; padding: 18px 40px; border-bottom: 2px solid var(--ink); transition: background .15s ease; }
.d-row:hover { background: var(--soft); }
.d-row .when { font-size: 23px; font-weight: 600; font-family: 'Oswald', sans-serif; }
.d-row .when small { font: 700 12px 'JetBrains Mono', monospace; color: var(--grey); margin-left: 8px; }
.d-row .place { font-size: 15px; font-weight: 500; }
.d-row .cta-cell { text-align: right; }
.d-row.dim { color: var(--dim); }
.d-row.dim .place { color: var(--dim); }

/* steps + faq */
.step { display: flex; gap: 18px; padding: 13px 0; border-bottom: 2px solid var(--ink); align-items: baseline; }
.step:last-child { border-bottom: 0; }
.step-num { font-size: 30px; font-weight: 700; background: var(--acid); padding: 0 10px; flex-shrink: 0; font-family: 'Oswald', sans-serif; }
.step p { margin: 0; font-size: 14.5px; line-height: 1.6; font-weight: 500; }
.faq-item { border-bottom: 2px solid var(--ink); }
.faq-item:last-child { border-bottom: 0; }
.faq-q { padding: 15px 0; display: flex; align-items: center; font-size: 15px; font-weight: 700; cursor: pointer; gap: 10px; }
.faq-q::after { content: '[+]'; margin-left: auto; font: 700 15px 'JetBrains Mono', monospace; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; font-size: 14px; line-height: 1.6; font-weight: 500; }
.faq-item.open .faq-q span { background: var(--acid); padding: 0 6px; }
.faq-item.open .faq-q::after { content: '[−]'; }
.faq-item.open .faq-a { max-height: 140px; padding-bottom: 15px; }

/* event page */
.hero-band { position: relative; height: 380px; border-bottom: 3px solid var(--ink); }
.hero-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: contrast(1.1) grayscale(0.2); }
.back-tag { position: absolute; top: 0; left: 0; padding: 10px 20px; background: var(--bg); border-right: 3px solid var(--ink); border-bottom: 3px solid var(--ink); font: 700 12px 'JetBrains Mono', monospace; transition: background .15s ease; }
.back-tag:hover { background: var(--acid); }
.event-grid { display: grid; grid-template-columns: 1fr 420px; border-bottom: 3px solid var(--ink); }
.event-main { border-right: 3px solid var(--ink); min-width: 0; }
.event-block { padding: 30px 40px; border-bottom: 3px solid var(--ink); }
.event-block:last-child { border-bottom: 0; }
.event-main h1 { margin: 0; font-size: clamp(56px, 8vw, 96px); font-weight: 700; line-height: 0.92; letter-spacing: -2px; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.event-side { display: flex; flex-direction: column; }
.side-block { padding: 30px 38px; border-bottom: 3px solid var(--ink); }
.side-block:last-child { border-bottom: 0; }
.date-badge { width: 72px; border: 3px solid var(--ink); text-align: center; flex-shrink: 0; }
.date-badge b { display: block; background: var(--ink); color: var(--acid); font: 700 11px 'JetBrains Mono', monospace; padding: 4px 0; }
.date-badge strong { display: block; font-size: 34px; font-weight: 700; padding: 4px 0; font-family: 'Oswald', sans-serif; }
.when-row { display: flex; gap: 16px; align-items: flex-start; }
.divided { border-top: 2px solid var(--ink); padding-top: 14px; margin-top: 16px; }
.big-price { font-size: 34px; font-weight: 700; background: var(--acid); padding: 0 10px; font-family: 'Oswald', sans-serif; }
.calendar-link { display: block; text-align: center; margin-top: 12px; font: 700 12px 'JetBrains Mono', monospace; text-decoration: underline; cursor: pointer; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 3px solid var(--ink); margin-top: 14px; }
.count-cell { padding: 14px 0; text-align: center; border-right: 2px solid var(--ink); }
.count-cell:last-child { border-right: 0; background: var(--acid); }
.count-cell b { display: block; font-size: 27px; font-weight: 700; font-family: 'Oswald', sans-serif; }
.count-cell small { font: 700 9.5px 'JetBrains Mono', monospace; color: var(--grey); }
.count-cell:last-child small { color: var(--ink); }
.gallery-main { position: relative; }
.gallery-main img { width: 100%; height: 380px; object-fit: cover; display: block; border: 3px solid var(--ink); }
.gallery-counter { position: absolute; right: 14px; bottom: 14px; padding: 5px 12px; background: var(--bg); border: 2px solid var(--ink); font: 700 11px 'JetBrains Mono', monospace; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; }
.thumbs img { width: 102px; height: 68px; object-fit: cover; cursor: pointer; border: 2px solid #999; filter: grayscale(0.8); opacity: 0.7; transition: all .2s ease; }
.thumbs img.active, .thumbs img:hover { border: 3px solid var(--ink); filter: none; opacity: 1; }
.thumbs .more { width: 102px; height: 68px; border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; font: 700 12px 'JetBrains Mono', monospace; }
.show-row { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 2px solid var(--ink); flex-wrap: wrap; }
.show-row:last-child { border-bottom: 0; }
.show-row .when { font-size: 22px; font-weight: 600; width: 130px; font-family: 'Oswald', sans-serif; }
.show-row .when small { font: 700 12px 'JetBrains Mono', monospace; color: var(--grey); }
.show-row .tail { margin-left: auto; }
.show-row.dim { color: var(--dim); }

/* booking chrome */
.booking-header { display: flex; align-items: stretch; border-bottom: 3px solid var(--ink); background: var(--bg); }
.booking-header .brand { padding: 14px 38px; }
.stepper { flex: 1; display: flex; align-items: center; justify-content: center; }
.step-pill { display: flex; align-items: center; gap: 10px; padding: 10px 24px; border: 3px solid var(--ink); font: 600 15px 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.step-pill + .step-pill { border-left: 0; }
.step-pill .n { font: 700 13px 'JetBrains Mono', monospace; }
.step-pill.current { background: var(--acid); }
.step-pill.todo, .step-pill.done { color: var(--dim); }
.timer-cell { display: flex; align-items: center; gap: 8px; padding: 0 22px; background: var(--alarm); color: var(--bg); border-left: 3px solid var(--ink); font: 700 14px 'JetBrains Mono', monospace; }

/* hall */
.hall-grid { display: grid; grid-template-columns: 1fr 400px; min-height: calc(100vh - 68px); }
.map-col { border-right: 3px solid var(--ink); display: flex; flex-direction: column; min-width: 0; }
.legend { display: flex; align-items: center; gap: 16px; padding: 14px 40px; border-bottom: 3px solid var(--ink); font: 700 12px 'JetBrains Mono', monospace; flex-wrap: wrap; }
.legend .cat-btn { padding: 8px 16px; border: 2px solid var(--ink); cursor: pointer; }
.legend .dot { width: 12px; height: 12px; border-radius: 999px; display: inline-block; margin-right: 6px; vertical-align: -1px; }
.map-panel { flex: 1; position: relative; display: flex; align-items: center; justify-content: center; padding: 24px 40px; }
.map-panel img { max-width: 780px; width: 100%; height: auto; }
.zoom { position: absolute; right: 24px; bottom: 24px; display: flex; flex-direction: column; border: 3px solid var(--ink); }
.zoom button { width: 44px; height: 44px; background: var(--bg); border: 0; border-bottom: 3px solid var(--ink); font-size: 20px; font-weight: 700; cursor: pointer; transition: background .15s ease; }
.zoom button:last-child { border-bottom: 0; }
.zoom button:hover { background: var(--acid); }
.cart { display: flex; flex-direction: column; }
.cart-head { padding: 24px 34px 16px; border-bottom: 3px solid var(--ink); }
.cart-title { font-size: 32px; font-weight: 700; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.cart-meta { display: flex; flex-direction: column; gap: 3px; font: 700 12px 'JetBrains Mono', monospace; color: var(--grey); margin-top: 8px; }
.cart-meta b { color: var(--ink); }
.cart-body { padding: 16px 34px; }
.seat-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 2px solid var(--ink); }
.seat-item .bar { width: 6px; height: 38px; background: #c8f000; border: 1px solid var(--ink); flex-shrink: 0; }
.seat-item .info b { display: block; font-size: 14px; font-weight: 700; }
.seat-item .info small { font: 700 10.5px 'JetBrains Mono', monospace; color: var(--grey); }
.seat-item .sum { margin-left: auto; font-size: 19px; font-weight: 600; font-family: 'Oswald', sans-serif; }
.seat-item .x { font: 700 13px 'JetBrains Mono', monospace; cursor: pointer; }
.cart-foot { margin-top: auto; padding: 16px 34px 28px; display: flex; flex-direction: column; gap: 8px; }
.cart-foot .row { display: flex; font: 700 13px 'JetBrains Mono', monospace; }
.cart-foot .row span:last-child { margin-left: auto; }
.cart-foot .grand { display: flex; align-items: baseline; border-top: 3px solid var(--ink); padding-top: 12px; margin-top: 6px; }
.cart-foot .grand b { font-size: 18px; font-weight: 600; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.cart-foot .grand .sum { margin-left: auto; font-size: 30px; font-weight: 700; background: var(--acid); padding: 0 10px; font-family: 'Oswald', sans-serif; }

/* order */
.order-wrap { display: flex; gap: 32px; padding: 32px 120px 42px; }
.order-back { width: 230px; flex-shrink: 0; }
.order-card { flex: 1; border: 3px solid var(--ink); display: flex; flex-direction: column; min-width: 0; }
.order-top { padding: 30px 44px; display: flex; flex-direction: column; gap: 18px; }
.order-card h1 { margin: 0; font-size: 44px; font-weight: 700; text-align: center; letter-spacing: 1px; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.tabs { display: flex; justify-content: center; }
.tabs span { padding: 11px 30px; border: 3px solid var(--ink); font: 600 15px 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; }
.tabs span + span { border-left: 0; }
.tabs .on { background: var(--ink); color: var(--acid); }
.tabs .off { color: var(--dim); }
.order-summary { display: flex; gap: 16px; align-items: center; border: 2px solid var(--ink); padding: 12px 16px; background: #fafafa; flex-wrap: wrap; }
.order-summary img { width: 52px; height: 52px; object-fit: cover; border: 2px solid var(--ink); }
.order-summary b { font-size: 19px; font-weight: 600; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.order-summary .meta { font: 700 11px 'JetBrains Mono', monospace; color: var(--grey); }
.order-summary .sum { margin-left: auto; font: 700 13px 'JetBrains Mono', monospace; background: var(--acid); padding: 3px 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; font: 700 11px 'JetBrains Mono', monospace; color: var(--grey); margin-bottom: 6px; }
.field input { width: 100%; height: 52px; border: 3px solid var(--ink); background: var(--bg); padding: 0 16px; font: 600 15px 'IBM Plex Sans', sans-serif; color: var(--ink); transition: box-shadow .15s ease; }
.field input:focus { outline: none; box-shadow: 5px 5px 0 var(--acid); }
.check-row { display: flex; align-items: center; gap: 12px; font: 700 13px 'JetBrains Mono', monospace; }
.check-row input { width: 22px; height: 22px; accent-color: #0a0a0a; }
.order-foot { border-top: 3px solid var(--ink); padding: 20px 44px 28px; display: flex; flex-direction: column; gap: 8px; }
.order-foot .row { display: flex; font: 700 13.5px 'JetBrains Mono', monospace; }
.order-foot .row span:last-child { margin-left: auto; }
.order-foot .grand { display: flex; align-items: baseline; padding-top: 8px; }
.order-foot .grand b { font-size: 20px; font-weight: 600; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.order-foot .grand .sum { margin-left: auto; font-size: 34px; font-weight: 700; background: var(--acid); padding: 0 12px; font-family: 'Oswald', sans-serif; }
.legal { text-align: center; font: 700 10.5px 'JetBrains Mono', monospace; color: var(--dim); }
.legal a { color: var(--ink); text-decoration: underline; }
.order-aside { width: 280px; flex-shrink: 0; border: 3px solid var(--ink); align-self: flex-start; }
.aside-card { padding: 22px 26px; border-bottom: 3px solid var(--ink); }
.aside-card:last-child { border-bottom: 0; }
.aside-card h4 { margin: 0 0 8px; font: 700 11px 'JetBrains Mono', monospace; background: var(--acid); display: inline-block; padding: 1px 6px; }
.aside-card p { margin: 0; font: 700 12px 'JetBrains Mono', monospace; line-height: 1.7; }
.aside-card .pay-tags { display: flex; gap: 8px; margin-top: 10px; font: 700 10.5px 'JetBrains Mono', monospace; }
.aside-card .pay-tags span { padding: 4px 10px; border: 2px solid var(--ink); }

/* category */
.cat-mast { border-bottom: 3px solid var(--ink); }
.cat-mast .inner { display: flex; align-items: flex-end; gap: 30px; padding: 30px 40px 26px; flex-wrap: wrap; }
.cat-mast h1 { margin: 0; font-size: clamp(60px, 9vw, 120px); font-weight: 700; line-height: 0.9; letter-spacing: -2px; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.cat-mast .stats { font: 700 14px 'JetBrains Mono', monospace; color: var(--grey); padding-bottom: 12px; }
.filter-strip { display: flex; border-top: 3px solid var(--ink); font: 700 12px 'JetBrains Mono', monospace; overflow-x: auto; }
.filter-strip span { padding: 13px 26px; border-right: 2px solid var(--ink); cursor: pointer; white-space: nowrap; transition: background .15s ease; }
.filter-strip span:hover { background: var(--soft); }
.filter-strip .on { background: var(--ink); color: var(--acid); }
.filter-strip .sort { margin-left: auto; border-left: 2px solid var(--ink); border-right: 0; }
.load-bar { display: flex; justify-content: center; padding: 32px 0; border-bottom: 3px solid var(--ink); }

/* login */
.login-page { position: relative; min-height: 100vh; overflow: hidden; background: var(--bg); }
.login-backdrop { position: absolute; inset: 0; opacity: 0.3; }
.login-backdrop img { width: 100%; height: 58vh; object-fit: cover; border-bottom: 3px solid var(--ink); }
.login-scrim { position: absolute; inset: 0; background: rgba(10, 10, 10, 0.55); }
.modal { position: relative; z-index: 2; width: min(440px, calc(100vw - 32px)); margin: 8vh auto; background: var(--bg); border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--acid); animation: modal-in .4s ease both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.modal-title { display: flex; align-items: stretch; border-bottom: 3px solid var(--ink); }
.modal-title h1 { margin: 0; padding: 16px 26px; font-size: 22px; font-weight: 700; letter-spacing: 1px; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.modal-close { margin-left: auto; padding: 0 22px; border: 0; border-left: 3px solid var(--ink); background: none; cursor: pointer; font: 700 15px 'JetBrains Mono', monospace; transition: background .15s ease; }
.modal-close:hover { background: var(--acid); }
.modal-body { padding: 28px 36px 32px; display: flex; flex-direction: column; gap: 16px; }
.or-row { display: flex; align-items: center; gap: 14px; font: 700 11px 'JetBrains Mono', monospace; }
.or-row::before, .or-row::after { content: ''; flex: 1; height: 2px; background: var(--ink); }
.google-btn { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 0; border: 3px solid var(--ink); background: none; font: 700 14px 'IBM Plex Sans', sans-serif; cursor: pointer; transition: background .15s ease; }
.google-btn:hover { background: var(--soft); }
.modal-foot { text-align: center; font: 700 12px 'JetBrains Mono', monospace; color: var(--grey); }
.modal-foot a { background: var(--acid); color: var(--ink); padding: 1px 6px; }
.forgot { text-align: center; font: 700 12px 'JetBrains Mono', monospace; text-decoration: underline; cursor: pointer; }

/* responsive */
@media (max-width: 1180px) {
  .order-wrap { padding: 26px 28px; }
  .order-back { display: none; }
  .p-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .p-cell:nth-child(2n) { border-right: 0; }
  .t-row { grid-template-columns: 60px 120px 1fr 200px; }
  .t-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 420px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-main { border-right: 0; border-bottom: 3px solid var(--ink); }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  body.nav-open .main-nav { display: flex; position: fixed; top: 68px; left: 0; right: 0; z-index: 39; flex-direction: column; background: var(--bg); border-bottom: 3px solid var(--ink); }
  body.nav-open .main-nav a { border-right: 0; border-bottom: 2px solid var(--ink); padding: 14px 24px; }
  .burger { display: block; }
  .header-actions .cell { display: none; }
  .brand { padding: 14px 20px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { border-right: 0; padding: 30px 20px; }
  .hero-media { min-height: 300px; order: -1; border-bottom: 3px solid var(--ink); }
  .cta-strip { flex-direction: column; }
  .cta-strip .price-cell { border-top: 0; justify-content: center; padding: 14px 0; }
  .section-bar { padding: 18px 20px; }
  .t-row { grid-template-columns: 96px 1fr; padding: 0 16px; }
  .t-row .idx, .t-facts { display: none; }
  .t-row img { width: 84px; height: 110px; }
  .t-title { font-size: 18px; }
  .split { grid-template-columns: 1fr; }
  .split > div:first-child { border-right: 0; border-bottom: 3px solid var(--ink); }
  .split > div { padding: 22px 20px; }
  .d-head { display: none; }
  .d-row { grid-template-columns: 1fr; gap: 8px; padding: 16px 20px; }
  .d-row .cta-cell { text-align: left; }
  .hall-grid { grid-template-columns: 1fr; min-height: 0; }
  .map-col { border-right: 0; border-bottom: 3px solid var(--ink); }
  .legend, .map-panel { padding-left: 16px; padding-right: 16px; }
  .cart-head, .cart-body, .cart-foot { padding-left: 18px; padding-right: 18px; }
  .order-wrap { flex-direction: column; padding: 18px 14px; }
  .order-top, .order-foot { padding-left: 18px; padding-right: 18px; }
  .order-aside { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .acid-band { padding: 22px 20px; }
  .acid-band .btn { margin-left: 0; }
  .site-footer { padding: 30px 20px 20px; }
  .footer-cols { gap: 28px; }
  .footer-min { padding: 20px; }
  .event-block, .side-block { padding: 22px 18px; }
  .crumb-bar { padding: 12px 20px; }
  .cat-mast .inner { padding: 22px 20px 18px; }
  .stepper { flex-wrap: wrap; }
  .step-pill .lbl { display: none; }
  .step-pill.current .lbl { display: inline; }
  .booking-header .brand { border-right: 3px solid var(--ink); }
}
@media (max-width: 560px) {
  .p-grid { grid-template-columns: 1fr; }
  .p-cell { border-right: 0; }
  .gallery-main img { height: 220px; }
  .thumbs img, .thumbs .more { width: 74px; height: 50px; }
  .hero-band { height: 240px; }
  .login-link { padding: 0 14px; font-size: 13px; }
  .timer-cell { padding: 0 10px; font-size: 12px; }
  .modal-body { padding: 22px 22px 26px; }
  .booking-header .brand { padding: 10px 12px; }
  .booking-header .brand img { height: 20px; }
  .booking-header .cell { display: none; }
  .step-pill { padding: 8px 10px; font-size: 13px; }
  .step-pill .n { font-size: 11px; }
}
