/* SoldOut redesign preview — direction 02 "Editorial Poster" */
:root {
  --bg: #faf7f2;
  --ink: #141210;
  --body: #3d382f;
  --muted: #6b645a;
  --rule: #d8d2c8;
  --red: #d92b2b;
  --red-dark: #a81f1f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Source Sans 3', 'Segoe UI', sans-serif; background: var(--bg); color: var(--ink); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.serif { font-family: 'Playfair Display', Georgia, serif; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 60px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

.kicker { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.red { color: var(--red); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer; font: 700 13px 'Source Sans 3', sans-serif; letter-spacing: 2px; text-transform: uppercase; padding: 16px 40px; white-space: nowrap; transition: background .2s ease, color .2s ease, transform .2s ease; }
.btn-red { background: var(--red); color: var(--bg); }
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-ink { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-ink:hover { background: var(--ink); color: var(--bg); }
.btn-block { width: 100%; }
.chip { display: inline-block; padding: 6px 14px; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }
.chip-red { background: var(--red); color: var(--bg); }
.chip-line { border: 1px solid var(--ink); }
.price-red { color: var(--red); font-weight: 700; }

/* top strip + header */
.top-strip { display: flex; align-items: center; justify-content: center; gap: 26px; padding: 9px 24px; border-bottom: 1px solid var(--rule); font-size: 11.5px; letter-spacing: 2px; color: var(--muted); text-transform: uppercase; flex-wrap: wrap; }
.site-header { display: flex; align-items: center; padding: 20px 60px; border-bottom: 1px solid var(--ink); background: var(--bg); position: sticky; top: 0; z-index: 40; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .serif { font-size: 25px; font-weight: 900; }
.main-nav { margin-left: 56px; display: flex; gap: 32px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.main-nav a { padding-bottom: 3px; border-bottom: 2px solid transparent; transition: border-color .2s ease, color .2s ease; }
.main-nav a:hover { color: var(--red); }
.main-nav a.active { border-color: var(--red); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.login-link { padding: 10px 24px; background: var(--ink); color: var(--bg); transition: background .2s ease; }
.login-link:hover { background: var(--red); }
.burger { display: none; background: none; border: 0; color: var(--ink); cursor: pointer; padding: 6px; }

/* hero */
.hero-split { display: grid; grid-template-columns: 1fr 600px; border-bottom: 1px solid var(--ink); }
.hero-copy { padding: 60px; display: flex; flex-direction: column; gap: 22px; border-right: 1px solid var(--ink); }
.hero-rule { display: flex; align-items: center; gap: 16px; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); }
.hero-rule::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
.hero-copy h1 { margin: 0; font-size: clamp(56px, 7.5vw, 104px); font-weight: 900; line-height: 0.98; letter-spacing: -1px; }
.lede { margin: 0; font-size: 21px; font-style: italic; color: var(--body); line-height: 1.45; max-width: 480px; font-family: 'Playfair Display', Georgia, serif; }
.fact-list { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--body); max-width: 420px; }
.fact { display: flex; border-top: 1px solid var(--rule); padding-top: 10px; }
.fact b { width: 130px; letter-spacing: 1.5px; text-transform: uppercase; font-size: 11.5px; color: var(--muted); font-weight: 700; }
.hero-media { position: relative; min-height: 420px; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.credit { position: absolute; left: 0; bottom: 0; padding: 10px 20px; background: var(--ink); color: var(--bg); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }

/* section head */
.section { padding: 52px 0 0; }
.sec-head { display: flex; align-items: baseline; gap: 20px; border-bottom: 3px solid var(--ink); padding-bottom: 13px; }
.sec-head h2 { margin: 0; font-size: clamp(26px, 3.5vw, 42px); font-weight: 700; }
.sec-link { margin-left: auto; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); white-space: nowrap; flex-shrink: 0; transition: color .2s ease; }
.sec-link:hover { color: var(--ink); }

/* numbered listing rows */
.listing-row { display: grid; grid-template-columns: 56px 120px 1fr 240px 160px; align-items: center; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--rule); transition: background .2s ease; }
.listing-row:hover { background: rgba(217, 43, 43, 0.04); }
.row-num { font-size: 25px; font-style: italic; color: var(--rule); font-family: 'Playfair Display', Georgia, serif; }
.listing-row img { width: 120px; height: 150px; object-fit: cover; display: block; filter: none; transition: filter .3s ease; }
.listing-row:hover img { filter: contrast(1.06); }
.row-main { display: flex; flex-direction: column; gap: 6px; }
.row-cat { font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); font-weight: 700; }
.row-title { font-size: 26px; font-weight: 700; line-height: 1.15; font-family: 'Playfair Display', Georgia, serif; }
.row-sub { font-size: 14px; color: var(--muted); }
.row-facts { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: var(--body); border-left: 1px solid var(--rule); padding-left: 24px; }
.row-facts b { font-weight: 700; }
.row-cta { justify-self: end; }

/* poster grid */
.poster-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--rule); }
.poster-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.poster-cell { padding: 28px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: flex; flex-direction: column; gap: 13px; transition: background .2s ease; }
.poster-cell:hover { background: #fff; }
.poster-cell img { width: 100%; height: 300px; object-fit: cover; display: block; }
.poster-meta { display: flex; align-items: baseline; }
.poster-meta .date { margin-left: auto; font-size: 13px; color: var(--muted); }
.poster-title { font-size: 24px; font-weight: 700; line-height: 1.15; font-family: 'Playfair Display', Georgia, serif; }
.poster-foot { display: flex; align-items: center; border-top: 1px solid var(--rule); padding-top: 12px; font-size: 14px; color: var(--body); }
.poster-foot .price-red { margin-left: auto; font-size: 15px; }

/* quote band */
.quote-band { margin-top: 52px; padding: 46px 60px; background: var(--ink); color: var(--bg); display: flex; align-items: center; gap: 44px; }
.quote-band .qmark { font-size: 88px; font-style: italic; color: var(--red); line-height: 1; font-family: 'Playfair Display', Georgia, serif; }
.quote-band blockquote { margin: 0; font-size: 25px; font-style: italic; line-height: 1.4; max-width: 760px; font-family: 'Playfair Display', Georgia, serif; }
.quote-band .note { display: block; margin-top: 10px; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: #8a8378; font-family: 'Source Sans 3', sans-serif; font-style: normal; }
.quote-band .btn { margin-left: auto; flex-shrink: 0; border: 1px solid var(--bg); color: var(--bg); background: none; }
.quote-band .btn:hover { background: var(--bg); color: var(--ink); }

/* footer */
.site-footer { margin-top: 60px; border-top: 3px solid var(--ink); padding: 40px 60px 28px; }
.footer-cols { display: flex; gap: 70px; flex-wrap: wrap; }
.footer-brand { width: 260px; font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.footer-col h4 { margin: 0 0 10px; font-size: 11.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.footer-col a { display: block; margin-bottom: 8px; font-size: 14px; color: var(--body); transition: color .2s ease; }
.footer-col a:hover { color: var(--red); }
.footer-base { display: flex; align-items: center; gap: 12px; margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--rule); font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.pay { margin-left: auto; display: flex; gap: 10px; }
.pay span { padding: 4px 10px; border: 1px solid var(--rule); font-weight: 700; font-size: 11px; }
.footer-min { margin-top: 60px; border-top: 3px solid var(--ink); padding: 28px 60px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.footer-min .links { margin-left: auto; display: flex; gap: 24px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-min .links a:hover { color: var(--red); }

/* breadcrumbs */
.crumbs { padding: 18px 0 0; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; }
.crumbs .here { color: var(--ink); font-weight: 700; }

/* show page */
.show-hero { margin-top: 20px; display: grid; grid-template-columns: 1fr 520px; border: 1px solid var(--ink); }
.show-hero-body { padding: 48px 54px; display: flex; flex-direction: column; gap: 18px; border-right: 1px solid var(--ink); }
.show-hero-body h1 { margin: 0; font-size: clamp(44px, 6vw, 76px); font-weight: 900; line-height: 1; }
.chip-row { display: flex; gap: 10px; flex-wrap: wrap; }
.show-hero-media { position: relative; min-height: 360px; }
.show-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.two-col { display: grid; grid-template-columns: 2fr 1fr; gap: 52px; margin-top: 36px; }
.half-col { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-top: 44px; }
.head-rule { margin: 0 0 14px; font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; border-bottom: 3px solid var(--ink); padding-bottom: 11px; font-family: 'Playfair Display', Georgia, serif; }
.body-p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.8; color: var(--body); }
.dropcap::first-letter { font-family: 'Playfair Display', Georgia, serif; font-size: 44px; float: left; line-height: 0.85; padding: 5px 10px 0 0; font-weight: 700; }
.dash-list { display: flex; flex-direction: column; }
.dash-list span { padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 14.5px; color: var(--body); }
.dash-list span:last-child { border-bottom: 0; }
.dash-list b { color: var(--red); margin-right: 10px; }

/* dates table */
.dates-head, .date-row { display: grid; grid-template-columns: 190px 150px 1fr 240px; align-items: center; }
.dates-head { font-size: 11.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); padding: 14px 0 10px; border-bottom: 1px solid var(--ink); }
.dates-head :last-child, .date-row .cta-cell { text-align: right; }
.date-row { padding: 19px 0; border-bottom: 1px solid var(--rule); transition: background .2s ease; }
.date-row:hover { background: rgba(217, 43, 43, 0.04); }
.date-row .when { font-size: 19px; font-weight: 700; font-family: 'Playfair Display', Georgia, serif; }
.date-row .when small { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--muted); margin-left: 6px; }
.date-row .place { font-size: 15px; color: var(--body); }
.soon { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.dim-row { color: var(--muted); }
.dim-row .place, .dim-row .when { color: var(--muted); }

/* steps + faq */
.step { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.step:last-child { border-bottom: 0; }
.step-num { font-size: 28px; font-style: italic; color: var(--red); flex-shrink: 0; width: 38px; font-family: 'Playfair Display', Georgia, serif; }
.step p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--body); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-q { padding: 17px 0; display: flex; align-items: center; font-size: 15.5px; font-weight: 700; cursor: pointer; transition: color .2s ease; }
.faq-q::after { content: '+'; margin-left: auto; font-size: 22px; color: var(--muted); transition: transform .25s ease; }
.faq-q:hover { color: var(--red); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; font-size: 14.5px; line-height: 1.65; color: var(--body); }
.faq-item.open .faq-q { color: var(--red); }
.faq-item.open .faq-q::after { transform: rotate(45deg); color: var(--red); }
.faq-item.open .faq-a { max-height: 140px; padding-bottom: 16px; }

/* event page */
.hero-band { position: relative; height: 360px; border-bottom: 1px solid var(--ink); }
.hero-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: grayscale(0.3); }
.back-link { position: absolute; top: 22px; left: 60px; display: flex; align-items: center; gap: 10px; padding: 11px 22px; background: var(--bg); border: 1px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.back-link:hover { background: var(--ink); color: var(--bg); }
.event-grid { display: grid; grid-template-columns: 1fr 420px; border-bottom: 1px solid var(--ink); }
.event-main { padding: 40px 54px 44px 60px; border-right: 1px solid var(--ink); min-width: 0; }
.event-main h1 { margin: 0; font-size: clamp(48px, 6vw, 84px); font-weight: 900; line-height: 0.98; }
.event-sub { margin: 8px 0 0; font-size: 18px; font-style: italic; color: var(--body); font-family: 'Playfair Display', Georgia, serif; }
.event-side { display: flex; flex-direction: column; }
.side-block { padding: 34px 40px; border-bottom: 1px solid var(--ink); }
.side-block:last-child { border-bottom: 0; }
.date-badge { width: 72px; border: 1px solid var(--ink); text-align: center; flex-shrink: 0; }
.date-badge b { display: block; background: var(--red); color: var(--bg); font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 4px 0; }
.date-badge strong { display: block; font-size: 32px; font-weight: 900; padding: 5px 0; font-family: 'Playfair Display', Georgia, serif; }
.when-row { display: flex; gap: 18px; align-items: flex-start; }
.divided { border-top: 1px solid var(--rule); padding-top: 15px; margin-top: 16px; }
.big-price { font-size: 30px; font-weight: 900; color: var(--red); font-family: 'Playfair Display', Georgia, serif; }
.calendar-link { display: block; text-align: center; margin-top: 12px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-bottom: 1px solid var(--ink); width: fit-content; margin-inline: auto; padding-bottom: 2px; cursor: pointer; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--ink); margin-top: 14px; }
.count-cell { padding: 13px 0; text-align: center; border-right: 1px solid var(--rule); }
.count-cell:last-child { border-right: 0; }
.count-cell b { display: block; font-size: 25px; font-weight: 900; font-family: 'Playfair Display', Georgia, serif; }
.count-cell.hot b { color: var(--red); }
.count-cell small { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.gallery-main { position: relative; }
.gallery-main img { width: 100%; height: 380px; object-fit: cover; display: block; }
.gallery-counter { position: absolute; right: 14px; bottom: 14px; padding: 6px 14px; background: var(--ink); color: var(--bg); font-size: 11px; letter-spacing: 1.5px; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; }
.thumbs img { width: 104px; height: 70px; object-fit: cover; cursor: pointer; opacity: 0.7; filter: grayscale(0.7); border: 2px solid transparent; transition: all .25s ease; }
.thumbs img.active, .thumbs img:hover { opacity: 1; filter: none; border-color: var(--red); }
.thumbs .more { width: 104px; height: 70px; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--muted); }
.show-row { display: flex; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--rule); flex-wrap: wrap; }
.show-row:last-child { border-bottom: 0; }
.show-row .when { font-size: 18px; font-weight: 700; min-width: 160px; font-family: 'Playfair Display', Georgia, serif; }
.show-row .when small { font-family: 'Source Sans 3', sans-serif; font-size: 13px; color: var(--muted); font-weight: 600; margin-left: 6px; }
.show-row .tail { margin-left: auto; display: flex; align-items: center; gap: 16px; }

/* booking chrome */
.booking-header { display: flex; align-items: center; padding: 16px 60px; border-bottom: 1px solid var(--ink); background: var(--bg); gap: 18px; }
.stepper { flex: 1; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; flex-wrap: wrap; }
.step-pill { display: flex; align-items: center; gap: 10px; }
.step-pill .n { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; font-family: 'Playfair Display', Georgia, serif; }
.step-pill.current { font-weight: 700; }
.step-pill.current .n { background: var(--red); color: var(--bg); }
.step-pill.todo { color: var(--muted); }
.step-pill.todo .n { border: 1px solid var(--muted); }
.step-pill.done { color: var(--muted); }
.step-pill.done .n { border: 1px solid var(--ink); color: var(--ink); }
.step-line { width: 40px; height: 1px; background: var(--ink); }
.step-line.dim { background: var(--rule); }
.timer { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--red); color: var(--bg); font-weight: 700; font-size: 13px; }

/* hall */
.hall-grid { display: grid; grid-template-columns: 1fr 400px; min-height: calc(100vh - 73px); }
.map-col { border-right: 1px solid var(--ink); display: flex; flex-direction: column; min-width: 0; }
.legend { display: flex; align-items: center; gap: 16px; padding: 15px 40px; border-bottom: 1px solid var(--rule); font-size: 13px; color: var(--body); flex-wrap: wrap; }
.legend .cat-btn { padding: 10px 18px; border: 1px solid var(--ink); font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; }
.legend .dot { width: 12px; height: 12px; border-radius: 999px; display: inline-block; margin-right: 7px; 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: 1px solid var(--ink); }
.zoom button { width: 42px; height: 42px; background: var(--bg); border: 0; border-bottom: 1px solid var(--ink); font-size: 20px; font-weight: 700; cursor: pointer; transition: background .2s ease; }
.zoom button:last-child { border-bottom: 0; }
.zoom button:hover { background: var(--rule); }
.cart { padding: 30px 40px; display: flex; flex-direction: column; gap: 15px; }
.cart-title { font-size: 29px; font-weight: 900; font-family: 'Playfair Display', Georgia, serif; }
.cart-meta { font-size: 13.5px; color: var(--muted); border-bottom: 1px solid var(--ink); padding-bottom: 15px; }
.cart-meta b { display: block; color: var(--ink); font-size: 14.5px; }
.seat-item { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--rule); }
.seat-item .bar { width: 4px; height: 40px; background: var(--red); flex-shrink: 0; }
.seat-item .info b { display: block; font-size: 14.5px; font-weight: 700; }
.seat-item .info small { font-size: 11.5px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; }
.seat-item .sum { margin-left: auto; font-size: 17px; font-weight: 700; font-family: 'Playfair Display', Georgia, serif; }
.seat-item .x { color: var(--muted); cursor: pointer; }
.totals { margin-top: auto; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--body); }
.totals .row { display: flex; }
.totals .row span:last-child { margin-left: auto; font-weight: 700; }
.totals .grand { align-items: baseline; border-top: 2px solid var(--ink); padding-top: 12px; margin-top: 5px; }
.totals .grand b { font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; }
.totals .grand .sum { margin-left: auto; font-size: 28px; font-weight: 900; color: var(--red); font-family: 'Playfair Display', Georgia, serif; }

/* order */
.order-wrap { display: flex; gap: 38px; padding: 34px 140px 46px; }
.order-back { width: 220px; flex-shrink: 0; }
.order-card { flex: 1; border: 1px solid var(--ink); padding: 42px 50px; display: flex; flex-direction: column; gap: 22px; background: var(--bg); min-width: 0; }
.order-card h1 { margin: 0; font-size: 38px; font-weight: 900; text-align: center; font-family: 'Playfair Display', Georgia, serif; }
.tabs { display: flex; justify-content: center; border-bottom: 1px solid var(--ink); }
.tabs span { padding: 12px 28px; font-size: 12.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }
.tabs .on { border-bottom: 3px solid var(--red); }
.tabs .off { color: var(--muted); }
.order-summary { display: flex; gap: 16px; align-items: center; border: 1px solid var(--rule); padding: 14px 18px; flex-wrap: wrap; }
.order-summary img { width: 54px; height: 54px; object-fit: cover; }
.order-summary .name { font-size: 18px; font-weight: 700; font-family: 'Playfair Display', Georgia, serif; }
.order-summary .meta { font-size: 12.5px; color: var(--muted); }
.order-summary .sum { margin-left: auto; font-size: 17px; font-weight: 700; color: var(--red); font-family: 'Playfair Display', Georgia, serif; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.field input { width: 100%; height: 50px; border: 1px solid var(--ink); background: #fff; padding: 0 16px; font: 600 15px 'Source Sans 3', sans-serif; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus { outline: none; border: 2px solid var(--red); }
.check-row { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--body); }
.check-row input { width: 20px; height: 20px; accent-color: var(--red); }
.totals-line { border-top: 1px solid var(--ink); padding-top: 16px; }
.legal { text-align: center; font-size: 12px; color: var(--muted); }
.legal a { color: var(--red); border-bottom: 1px solid var(--red); }
.order-aside { width: 280px; flex-shrink: 0; border: 1px solid var(--ink); align-self: flex-start; }
.aside-card { padding: 24px 28px; border-bottom: 1px solid var(--rule); }
.aside-card:last-child { border-bottom: 0; }
.aside-card h4 { margin: 0 0 10px; font-size: 18px; font-weight: 700; font-family: 'Playfair Display', Georgia, serif; }
.aside-card p { margin: 0; font-size: 13.5px; line-height: 1.65; color: var(--body); }
.aside-card .hl { color: var(--red); font-weight: 700; }

/* category */
.cat-mast { border-bottom: 3px solid var(--ink); }
.cat-mast h1 { margin: 14px 0 6px; font-size: clamp(52px, 7vw, 96px); font-weight: 900; line-height: 0.95; }
.cat-count { font-size: 19px; font-style: italic; color: var(--muted); font-family: 'Playfair Display', Georgia, serif; }
.filter-strip { display: flex; border-top: 1px solid var(--ink); margin-top: 22px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; overflow-x: auto; }
.filter-strip span { padding: 14px 26px; border-right: 1px solid var(--rule); cursor: pointer; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.filter-strip span:hover { background: rgba(217, 43, 43, 0.06); }
.filter-strip .on { background: var(--ink); color: var(--bg); }
.filter-strip .sort { margin-left: auto; border-left: 1px solid var(--rule); border-right: 0; }
.cat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--rule); }
.cat-cell { padding: 30px 28px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: flex; flex-direction: column; gap: 13px; transition: background .2s ease; }
.cat-cell:hover { background: #fff; }
.cell-top { display: flex; align-items: baseline; }
.cell-top .row-cat { margin-left: auto; }
.cat-cell img { width: 100%; height: 300px; object-fit: cover; display: block; }
.cell-facts { display: flex; flex-direction: column; gap: 4px; font-size: 13.5px; color: var(--muted); border-top: 1px solid var(--rule); padding-top: 12px; }
.cell-facts b { color: var(--ink); }
.cell-foot { display: flex; align-items: center; margin-top: 2px; }
.cell-foot .price-red { font-size: 18px; font-family: 'Playfair Display', Georgia, serif; }
.cell-foot .btn { margin-left: auto; padding: 11px 24px; font-size: 11.5px; }
.load-more { display: flex; justify-content: center; padding: 36px 0 0; }

/* login */
.login-page { position: relative; min-height: 100vh; overflow: hidden; background: var(--bg); }
.login-backdrop { position: absolute; inset: 0; opacity: 0.35; }
.login-backdrop img { width: 100%; height: 55vh; object-fit: cover; }
.login-scrim { position: absolute; inset: 0; background: rgba(20, 18, 16, 0.5); }
.modal { position: relative; z-index: 2; width: min(440px, calc(100vw - 32px)); margin: 9vh auto; background: var(--bg); border: 1px solid var(--ink); box-shadow: 12px 12px 0 rgba(20, 18, 16, 0.85); padding: 44px 48px; display: flex; flex-direction: column; gap: 18px; animation: modal-in .45s ease both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 1px solid var(--ink); background: none; cursor: pointer; font-size: 15px; transition: background .2s ease, color .2s ease; }
.modal-close:hover { background: var(--ink); color: var(--bg); }
.modal-head { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.modal-head h1 { margin: 4px 0 0; font-size: 33px; font-weight: 900; font-family: 'Playfair Display', Georgia, serif; }
.modal-head p { margin: 0; font-size: 15px; font-style: italic; color: var(--muted); font-family: 'Playfair Display', Georgia, serif; }
.or-row { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 14px; font-style: italic; font-family: 'Playfair Display', Georgia, serif; }
.or-row::before, .or-row::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
.google-btn { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 0; border: 1px solid var(--ink); background: none; font: 700 13px 'Source Sans 3', sans-serif; letter-spacing: 1px; cursor: pointer; transition: background .2s ease; }
.google-btn:hover { background: #fff; }
.modal-foot { text-align: center; font-size: 13.5px; color: var(--muted); }
.modal-foot a { color: var(--red); font-weight: 700; border-bottom: 1px solid var(--red); }
.forgot { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid var(--ink); width: fit-content; margin-inline: auto; padding-bottom: 2px; cursor: pointer; }

/* responsive */
@media (max-width: 1180px) {
  .container, .site-header, .booking-header { padding-left: 28px; padding-right: 28px; }
  .order-wrap { padding: 28px; }
  .order-back { display: none; }
  .hero-split { grid-template-columns: 1fr 440px; }
  .listing-row { grid-template-columns: 44px 100px 1fr 200px; }
  .listing-row .row-cta { display: none; }
  .poster-grid, .poster-grid.cols-4, .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-grid { grid-template-columns: 1fr; }
  .event-main { border-right: 0; border-bottom: 1px solid var(--ink); }
  .back-link { left: 28px; }
  .show-hero { grid-template-columns: 1fr 380px; }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  body.nav-open .main-nav { display: flex; position: fixed; inset: 74px 0 auto 0; z-index: 39; margin: 0; flex-direction: column; gap: 0; background: var(--bg); border-bottom: 1px solid var(--ink); padding: 8px 28px 16px; }
  body.nav-open .main-nav a { padding: 12px 0; border-bottom: 0; }
  .burger { display: block; }
  .header-actions .city, .header-actions .lang { display: none; }
  .hero-split { grid-template-columns: 1fr; }
  .hero-copy { border-right: 0; border-bottom: 1px solid var(--ink); padding: 32px 28px; }
  .hero-media { min-height: 320px; order: -1; }
  .listing-row { grid-template-columns: 100px 1fr; gap: 16px; }
  .row-num, .row-facts { display: none; }
  .row-title { font-size: 19px; }
  .two-col, .half-col { grid-template-columns: 1fr; gap: 34px; }
  .show-hero { grid-template-columns: 1fr; }
  .show-hero-body { border-right: 0; padding: 26px 22px; }
  .show-hero-media { min-height: 300px; order: -1; }
  .dates-head { display: none; }
  .date-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
  .date-row .cta-cell { text-align: left; }
  .hall-grid { grid-template-columns: 1fr; min-height: 0; }
  .map-col { border-right: 0; border-bottom: 1px solid var(--ink); }
  .legend, .map-panel { padding-left: 16px; padding-right: 16px; }
  .cart { padding: 24px 16px; }
  .order-wrap { flex-direction: column; padding: 20px 16px; }
  .order-card { padding: 26px 18px; }
  .order-aside { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .quote-band { flex-direction: column; align-items: flex-start; gap: 16px; padding: 30px 28px; }
  .quote-band .qmark { display: none; }
  .quote-band .btn { margin-left: 0; }
  .site-footer, .footer-min { padding-left: 28px; padding-right: 28px; }
  .footer-cols { gap: 30px; }
  .poster-grid, .poster-grid.cols-4, .cat-grid { grid-template-columns: 1fr; }
  .booking-header .lbl { display: none; }
  .step-pill.current .lbl { display: inline; }
}
@media (max-width: 560px) {
  .container, .site-header { padding-left: 16px; padding-right: 16px; }
  .booking-header { padding: 10px; gap: 8px; }
  .booking-header .brand img { height: 20px; }
  .step-line { display: none; }
  .stepper { gap: 10px; font-size: 11px; }
  .step-pill { gap: 6px; white-space: nowrap; }
  .step-pill .n { width: 24px; height: 24px; font-size: 12px; }
  .booking-header .lang { display: none; }
  .timer { padding: 7px 11px; font-size: 12px; }
  .site-footer, .footer-min { padding-left: 16px; padding-right: 16px; }
  .top-strip { font-size: 10px; gap: 12px; }
  .gallery-main img { height: 230px; }
  .thumbs { gap: 8px; }
  .thumbs img, .thumbs .more { width: 70px; height: 48px; }
  .back-link { left: 16px; }
  .side-block { padding: 24px 20px; }
  .event-main { padding: 26px 16px; }
  .modal { padding: 30px 24px; }
}
