/* SoldOut redesign preview — direction 03 "Warm Ticket" */
:root {
  --bg: #fdf8f0;
  --card: #fffdf8;
  --band: #f7efe3;
  --tint: #fdf3e6;
  --peach: #ffe9d6;
  --sand: #fde8c8;
  --blush: #ffe3dc;
  --beige: #f4ecd9;
  --perf: #eadfd0;
  --ink: #3d332a;
  --body: #6b5a49;
  --soft: #7d6c5b;
  --muted: #a08c76;
  --coral: #ff6b4a;
  --coral-dark: #e5522f;
  --coral-deep: #b3541e;
  --amber: #ffb02e;
  --shadow: 0 10px 28px rgba(74, 63, 53, 0.09);
  --shadow-lg: 0 16px 44px rgba(74, 63, 53, 0.14);
  --cta-shadow: 0 10px 26px rgba(255, 107, 74, 0.4);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Nunito', 'Segoe UI', sans-serif; background: var(--bg); color: var(--ink); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.round { font-family: 'Comfortaa', 'Nunito', sans-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; } }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer; font: 900 15px 'Nunito', sans-serif; border-radius: 999px; padding: 15px 38px; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn-coral { background: var(--coral); color: var(--card); box-shadow: var(--cta-shadow); }
.btn-coral:hover { background: var(--coral-dark); transform: translateY(-3px); box-shadow: 0 14px 32px rgba(255, 107, 74, 0.5); }
.btn-line { background: transparent; color: var(--coral-deep); border: 2px solid #ffcdb0; }
.btn-line:hover { background: var(--peach); }
.btn-soft { background: #fff1e2; color: var(--coral-deep); }
.btn-soft:hover { background: var(--peach); }
.btn-block { width: 100%; }
.chip { display: inline-flex; align-items: center; padding: 7px 16px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.chip-peach { background: var(--peach); color: var(--coral-deep); }
.chip-tint { background: var(--tint); color: #8a7350; }
.chip-amber { background: var(--amber); color: var(--card); }
.price { color: var(--coral); font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }

/* perforation */
.perf { position: relative; border-top: 3px dashed var(--perf); }
.perf::before, .perf::after { content: ''; position: absolute; top: -17px; width: 34px; height: 34px; border-radius: 999px; background: var(--bg); }
.perf::before { left: -17px; }
.perf::after { right: -17px; }

/* header */
.site-header { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 26px; height: 80px; padding: 0 60px; background: rgba(255, 253, 248, 0.92); backdrop-filter: blur(10px); border-bottom: 2px dashed var(--perf); }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand .round { font-size: 20px; font-weight: 700; letter-spacing: -0.5px; }
.main-nav { display: flex; gap: 8px; font-size: 14.5px; font-weight: 800; }
.main-nav a { padding: 10px 20px; border-radius: 999px; color: var(--soft); transition: background .2s ease, color .2s ease; }
.main-nav a:hover { background: var(--tint); }
.main-nav a.active { background: var(--peach); color: var(--coral-deep); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 800; color: var(--soft); }
.login-link { padding: 11px 26px; border-radius: 999px; background: var(--coral); color: var(--card); box-shadow: 0 6px 16px rgba(255, 107, 74, 0.35); transition: background .2s ease, transform .2s ease; }
.login-link:hover { background: var(--coral-dark); transform: translateY(-2px); }
.burger { display: none; background: none; border: 0; color: var(--body); cursor: pointer; padding: 6px; }

/* hero ticket */
.hero-ticket { margin: 36px 0 0; border-radius: 28px; background: var(--card); box-shadow: 0 14px 40px rgba(74, 63, 53, 0.1); display: grid; grid-template-columns: 1fr 480px; overflow: hidden; }
.hero-copy { padding: 52px 58px; display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.hero-copy h1 { margin: 0; font-size: clamp(44px, 6vw, 72px); font-weight: 700; line-height: 1.02; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.hero-copy p { margin: 0; font-size: 17px; color: var(--soft); line-height: 1.6; max-width: 520px; font-weight: 600; }
.pill-facts { display: flex; gap: 12px; flex-wrap: wrap; }
.pill-facts span { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 14px; background: var(--tint); font-size: 14px; font-weight: 800; color: var(--body); }
.hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-stub { position: relative; border-left: 3px dashed var(--perf); }
.hero-stub::before, .hero-stub::after { content: ''; position: absolute; left: -17px; width: 34px; height: 34px; border-radius: 999px; background: var(--bg); z-index: 2; }
.hero-stub::before { top: -17px; }
.hero-stub::after { bottom: -17px; }
.hero-stub img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.stub-tag { position: absolute; right: 20px; top: 20px; padding: 8px 16px; border-radius: 999px; background: rgba(255, 253, 248, 0.92); font-size: 12.5px; font-weight: 900; color: var(--coral-deep); transform: rotate(4deg); }

/* sections */
.section { padding: 52px 0 0; }
.sec-head { display: flex; align-items: center; gap: 16px; }
.sec-head h2 { margin: 0; font-size: clamp(22px, 3vw, 30px); font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.sec-link { margin-left: auto; padding: 10px 22px; border-radius: 999px; background: #fff1e2; font-size: 13.5px; font-weight: 900; color: var(--coral-deep); white-space: nowrap; flex-shrink: 0; transition: background .2s ease; }
.sec-link:hover { background: var(--peach); }

/* mood tiles */
.moods { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 22px; }
.mood { border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 8px; transition: transform .2s ease; cursor: pointer; }
.mood:hover { transform: translateY(-4px); }
.mood .emoji { font-size: 28px; }
.mood b { font-size: 16px; font-weight: 900; }
.mood small { font-size: 13px; font-weight: 800; }

/* cards */
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin-top: 24px; }
.card { border-radius: 22px; background: var(--card); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-media { position: relative; }
.card-media img { width: 100%; height: 260px; object-fit: cover; display: block; }
.card-media .chip { position: absolute; top: 12px; left: 12px; background: rgba(255, 253, 248, 0.94); color: var(--coral-deep); font-size: 11.5px; }
.card-media .chip.right { left: auto; right: 12px; }
.card-body { padding: 18px 20px 20px; border-top: 2px dashed var(--perf); display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-title { font-size: 16.5px; font-weight: 900; }
.card-meta { font-size: 13px; color: var(--muted); font-weight: 700; }
.card-foot { display: flex; align-items: center; margin-top: auto; padding-top: 4px; }
.card-foot .price { font-size: 16px; }
.card-foot .go { margin-left: auto; width: 40px; height: 40px; border-radius: 999px; background: var(--peach); display: flex; align-items: center; justify-content: center; color: var(--coral-deep); transition: background .2s ease, transform .2s ease; }
.card:hover .go { background: var(--coral); color: var(--card); transform: translateX(3px); }

/* bonus band */
.bonus-band { position: relative; margin-top: 56px; border-radius: 24px; background: var(--amber); padding: 38px 50px; display: flex; align-items: center; gap: 28px; overflow: visible; }
.bonus-band::before, .bonus-band::after { content: ''; position: absolute; left: 50%; width: 32px; height: 32px; border-radius: 999px; background: var(--bg); }
.bonus-band::before { top: -16px; }
.bonus-band::after { bottom: -16px; }
.bonus-band .emoji { font-size: 42px; }
.bonus-band h3 { margin: 0 0 6px; font-size: 24px; font-weight: 700; color: #4a3208; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.bonus-band p { margin: 0; font-size: 15px; font-weight: 700; color: #6b4c10; max-width: 620px; }
.bonus-band .btn { margin-left: auto; flex-shrink: 0; background: #4a3208; color: #ffe9c2; box-shadow: none; }
.bonus-band .btn:hover { transform: translateY(-2px); }

/* footer */
.site-footer { margin-top: 64px; padding: 44px 60px 30px; background: var(--band); border-top: 2px dashed var(--perf); }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-brand { width: 250px; font-size: 13.5px; color: var(--muted); font-weight: 700; line-height: 1.6; }
.footer-col h4 { margin: 0 0 10px; font-size: 12.5px; font-weight: 900; color: var(--coral-deep); }
.footer-col a { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 700; color: var(--body); transition: color .2s ease; }
.footer-col a:hover { color: var(--coral); }
.city-chips { display: flex; gap: 8px; flex-wrap: wrap; max-width: 250px; }
.city-chips span { padding: 7px 15px; border-radius: 999px; background: var(--card); font-size: 12.5px; font-weight: 800; color: var(--body); }
.footer-base { display: flex; align-items: center; gap: 12px; margin-top: 36px; padding-top: 18px; border-top: 2px dashed var(--perf); font-size: 12.5px; font-weight: 700; color: var(--muted); flex-wrap: wrap; }
.pay { margin-left: auto; display: flex; gap: 10px; }
.pay span { padding: 5px 12px; border-radius: 8px; background: var(--card); font-weight: 900; font-size: 11px; color: var(--body); }
.footer-min { margin-top: 60px; padding: 30px 60px; background: var(--band); border-top: 2px dashed var(--perf); display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-min .links { margin-left: auto; display: flex; gap: 22px; font-size: 13px; font-weight: 800; color: var(--body); }

.crumbs { padding: 22px 0 0; font-size: 13px; font-weight: 800; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs .here { color: var(--coral-deep); }

/* panels */
.panel { border-radius: 22px; background: var(--card); box-shadow: var(--shadow); padding: 30px 36px; }
.panel h2 { margin: 0; font-size: 22px; font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.body-p { margin: 12px 0 0; font-size: 15px; line-height: 1.75; color: var(--body); font-weight: 600; }
.two-col { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; margin-top: 26px; }
.half-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
.tag-stack { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.tag-stack span { padding: 12px 18px; border-radius: 16px; font-size: 13.5px; font-weight: 800; }
.tag-a { background: var(--peach); color: #8a4a1c; }
.tag-b { background: var(--sand); color: #8a6a1c; }
.tag-c { background: var(--beige); color: var(--body); }

/* date coupons */
.coupon { display: flex; align-items: center; gap: 22px; border-radius: 18px; border: 2px solid var(--beige); padding: 18px 26px; margin-top: 14px; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.coupon:hover { transform: translateX(4px); }
.coupon.hot { border-color: var(--peach); background: #fffaf3; }
.coupon .day { display: flex; flex-direction: column; align-items: center; width: 72px; flex-shrink: 0; }
.coupon .day b { font-size: 27px; font-weight: 700; color: var(--coral); font-family: 'Comfortaa', 'Nunito', sans-serif; }
.coupon .day small { font-size: 12px; font-weight: 900; color: var(--coral-deep); }
.coupon.amber .day b { color: var(--amber); }
.coupon.amber .day small { color: #a4731c; }
.coupon.dim { opacity: 0.7; }
.coupon.dim .day b, .coupon.dim .day small { color: var(--muted); }
.coupon .tear { align-self: stretch; border-left: 2px dashed var(--perf); }
.coupon .what b { display: block; font-size: 16px; font-weight: 900; }
.coupon .what small { font-size: 13px; font-weight: 700; color: var(--muted); }
.coupon .tail { margin-left: auto; }

/* steps + faq */
.step { display: flex; gap: 16px; align-items: flex-start; margin-top: 18px; }
.step-num { flex-shrink: 0; width: 42px; height: 42px; border-radius: 999px; font-size: 17px; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.n1 { background: var(--peach); color: var(--coral-deep); }
.n2 { background: var(--sand); color: #a4731c; }
.n3 { background: var(--beige); color: var(--body); }
.step p { margin: 9px 0 0; font-size: 14px; line-height: 1.6; color: var(--body); font-weight: 600; }
.faq-item { border-radius: 16px; background: var(--tint); margin-top: 12px; overflow: hidden; transition: background .25s ease; }
.faq-q { padding: 16px 20px; display: flex; align-items: center; font-size: 14px; font-weight: 900; color: var(--body); cursor: pointer; }
.faq-q::after { content: '+'; margin-left: auto; width: 28px; height: 28px; border-radius: 999px; background: var(--card); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--coral-deep); transition: transform .25s ease; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; padding: 0 20px; font-size: 13.5px; line-height: 1.6; color: var(--body); font-weight: 600; }
.faq-item.open { background: var(--peach); }
.faq-item.open .faq-q { color: #8a4a1c; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-item.open .faq-a { max-height: 140px; padding: 0 20px 16px; }

/* event page */
.hero-rounded { position: relative; margin: 24px 0 0; border-radius: 26px; overflow: hidden; box-shadow: 0 14px 40px rgba(74, 63, 53, 0.12); }
.hero-rounded img { width: 100%; height: 380px; object-fit: cover; object-position: 50% 30%; display: block; }
.hero-rounded .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(61, 51, 42, 0.1), rgba(61, 51, 42, 0.5)); }
.fab { position: absolute; top: 20px; width: 46px; height: 46px; border-radius: 999px; background: rgba(255, 253, 248, 0.94); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(74, 63, 53, 0.2); color: var(--ink); transition: transform .2s ease; }
.fab:hover { transform: scale(1.08); }
.fab.left { left: 20px; }
.fab.right { right: 20px; color: var(--coral); }
.event-layout { display: flex; gap: 32px; margin-top: 28px; }
.event-main { flex: 1; display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.event-main h1 { margin: 0; font-size: clamp(38px, 5vw, 56px); font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.event-side { width: 380px; flex-shrink: 0; display: flex; flex-direction: column; gap: 22px; }
.ticket-card { border-radius: 24px; background: var(--card); box-shadow: var(--shadow-lg); overflow: hidden; }
.ticket-top { padding: 28px 30px; display: flex; flex-direction: column; gap: 16px; }
.ticket-bottom { padding: 22px 30px 28px; display: flex; flex-direction: column; gap: 16px; }
.date-badge { width: 66px; border-radius: 16px; overflow: hidden; background: var(--peach); text-align: center; flex-shrink: 0; }
.date-badge b { display: block; background: var(--coral); color: var(--card); font-size: 11px; font-weight: 900; padding: 4px 0; }
.date-badge strong { display: block; font-size: 26px; font-weight: 700; color: var(--coral-deep); padding: 6px 0; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.when-row { display: flex; gap: 16px; align-items: center; }
.big-price { font-size: 26px; font-weight: 700; color: var(--coral); font-family: 'Comfortaa', 'Nunito', sans-serif; }
.calendar-link { text-align: center; font-size: 13px; font-weight: 900; color: var(--coral-deep); cursor: pointer; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.count-cell { border-radius: 16px; padding: 12px 0; text-align: center; }
.count-cell b { display: block; font-size: 20px; font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.count-cell small { font-size: 10.5px; font-weight: 800; color: var(--muted); }
.cd1 { background: var(--peach); } .cd1 b { color: var(--coral-deep); }
.cd2 { background: var(--sand); } .cd2 b { color: #a4731c; }
.cd3 { background: var(--blush); } .cd3 b { color: #c04a2e; }
.cd4 { background: var(--beige); } .cd4 b { color: var(--body); }
.gallery-main { border-radius: 22px; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 400px; object-fit: cover; display: block; }
.gallery-counter { position: absolute; right: 18px; bottom: 16px; padding: 7px 15px; border-radius: 999px; background: rgba(255, 253, 248, 0.94); font-size: 12px; font-weight: 900; color: var(--body); }
.thumbs { display: flex; gap: 12px; margin-top: 14px; }
.thumbs img { width: 108px; height: 72px; object-fit: cover; border-radius: 14px; opacity: 0.6; cursor: pointer; border: 3px solid transparent; transition: all .25s ease; }
.thumbs img.active, .thumbs img:hover { opacity: 1; border-color: var(--coral); }
.thumbs .more { width: 108px; height: 72px; border-radius: 14px; background: var(--tint); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; color: var(--muted); }

/* booking chrome */
.booking-header { display: flex; align-items: center; gap: 16px; height: 80px; padding: 0 60px; background: var(--card); border-bottom: 2px dashed var(--perf); }
.stepper { flex: 1; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 800; flex-wrap: wrap; }
.step-pill { display: flex; align-items: center; gap: 9px; color: var(--muted); }
.step-pill .n { width: 28px; height: 28px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; border: 2px solid #d3c4b0; }
.step-pill.current { padding: 8px 18px; border-radius: 999px; background: var(--peach); color: var(--coral-deep); }
.step-pill.current .n { background: var(--coral); color: var(--card); border: 0; }
.step-pill.done { color: var(--body); }
.step-pill.done .n { background: #d7ecd0; color: #4b7c3f; border: 0; }
.step-sep { color: #d3c4b0; }
.timer { display: flex; align-items: center; gap: 7px; padding: 9px 18px; border-radius: 999px; background: var(--blush); color: #c04a2e; font-weight: 900; font-size: 14px; }

/* hall */
.hall-wrap { display: flex; gap: 26px; padding: 26px 60px 36px; align-items: stretch; }
.map-col { flex: 1; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.legend { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13px; font-weight: 800; color: var(--body); }
.legend .cat-btn { padding: 11px 20px; border-radius: 999px; background: var(--card); box-shadow: 0 6px 16px rgba(74, 63, 53, 0.08); font-size: 13.5px; font-weight: 900; cursor: pointer; }
.legend .dot { width: 13px; height: 13px; border-radius: 999px; display: inline-block; margin-right: 7px; vertical-align: -1px; }
.map-panel { flex: 1; border-radius: 24px; background: var(--card); box-shadow: 0 12px 34px rgba(74, 63, 53, 0.1); padding: 28px 40px; position: relative; display: flex; align-items: center; justify-content: center; }
.map-panel img { max-width: 760px; width: 100%; height: auto; }
.zoom { position: absolute; right: 22px; bottom: 22px; display: flex; flex-direction: column; gap: 10px; }
.zoom button { width: 44px; height: 44px; border-radius: 999px; background: var(--card); border: 0; box-shadow: 0 6px 16px rgba(74, 63, 53, 0.16); font-size: 20px; font-weight: 900; color: var(--body); cursor: pointer; transition: transform .2s ease; }
.zoom button:hover { transform: scale(1.08); }
.cart { width: 380px; flex-shrink: 0; border-radius: 24px; background: var(--card); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; overflow: hidden; }
.cart-head { padding: 26px 28px 20px; }
.cart-title { font-size: 22px; font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.cart-meta { font-size: 13px; font-weight: 700; color: var(--muted); margin-top: 8px; }
.cart-meta b { display: block; color: var(--body); font-weight: 900; font-size: 14px; }
.cart-body { padding: 20px 28px; display: flex; flex-direction: column; gap: 12px; }
.seat-item { display: flex; align-items: center; gap: 12px; border-radius: 16px; background: var(--peach); padding: 13px 16px; }
.seat-item .bar { width: 8px; height: 36px; border-radius: 6px; background: var(--coral); flex-shrink: 0; }
.seat-item .info b { display: block; font-size: 14px; font-weight: 900; }
.seat-item .info small { font-size: 11.5px; font-weight: 700; color: var(--coral-deep); }
.seat-item .sum { margin-left: auto; font-size: 14px; font-weight: 900; color: var(--coral-deep); }
.seat-item .x { width: 26px; height: 26px; border-radius: 999px; background: var(--card); display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--muted); cursor: pointer; }
.cart-foot { margin-top: auto; padding: 18px 28px 26px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 700; color: var(--body); }
.cart-foot .row { display: flex; }
.cart-foot .row span:last-child { margin-left: auto; font-weight: 900; }
.cart-foot .grand { align-items: baseline; border-top: 2px dashed var(--perf); padding-top: 12px; margin-top: 4px; }
.cart-foot .grand b { font-size: 15px; font-weight: 900; color: var(--ink); }
.cart-foot .grand .sum { margin-left: auto; font-size: 23px; font-weight: 700; color: var(--coral); font-family: 'Comfortaa', 'Nunito', sans-serif; }

/* order */
.order-wrap { display: flex; gap: 28px; padding: 30px 130px 40px; }
.order-back { width: 230px; flex-shrink: 0; }
.order-card { flex: 1; border-radius: 26px; background: var(--card); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; overflow: hidden; min-width: 0; }
.order-top { padding: 34px 46px 22px; display: flex; flex-direction: column; gap: 18px; }
.order-card h1 { margin: 0; font-size: 28px; font-weight: 700; text-align: center; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.tabs { display: flex; justify-content: center; gap: 10px; }
.tabs span { padding: 11px 26px; border-radius: 999px; font-size: 13.5px; font-weight: 900; cursor: pointer; transition: background .2s ease; }
.tabs .on { background: var(--coral); color: var(--card); box-shadow: 0 8px 20px rgba(255, 107, 74, 0.35); }
.tabs .off { border: 2px solid var(--perf); color: var(--muted); }
.order-summary { display: flex; gap: 14px; align-items: center; border-radius: 18px; background: var(--tint); padding: 14px 18px; flex-wrap: wrap; }
.order-summary img { width: 52px; height: 52px; border-radius: 14px; object-fit: cover; }
.order-summary b { font-size: 15.5px; font-weight: 900; }
.order-summary .meta { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.order-summary .sum { margin-left: auto; font-size: 14px; font-weight: 900; color: var(--coral); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: 12px; font-weight: 900; color: var(--coral-deep); margin-bottom: 6px; }
.field input { width: 100%; height: 52px; border-radius: 16px; border: 2px solid #f0e6d6; background: var(--card); padding: 0 18px; font: 700 15px 'Nunito', sans-serif; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255, 107, 74, 0.12); }
.check-row { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 800; color: var(--body); }
.check-row input { width: 22px; height: 22px; accent-color: var(--coral); }
.order-foot { padding: 22px 46px 32px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 700; color: var(--body); }
.order-foot .row { display: flex; }
.order-foot .row span:last-child { margin-left: auto; font-weight: 900; }
.order-foot .grand { align-items: baseline; padding-top: 6px; }
.order-foot .grand b { font-size: 16px; font-weight: 900; color: var(--ink); }
.order-foot .grand .sum { margin-left: auto; font-size: 26px; font-weight: 700; color: var(--coral); font-family: 'Comfortaa', 'Nunito', sans-serif; }
.legal { text-align: center; font-size: 12px; font-weight: 700; color: var(--muted); }
.legal a { color: var(--coral-deep); font-weight: 900; }
.order-aside { width: 290px; flex-shrink: 0; display: flex; flex-direction: column; gap: 18px; }
.aside-amber { border-radius: 22px; background: var(--sand); padding: 24px 28px; }
.aside-amber h4 { margin: 8px 0 10px; font-size: 17px; font-weight: 700; color: #4a3208; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.aside-amber p { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.6; color: #6b4c10; }
.aside-card { border-radius: 22px; background: var(--card); box-shadow: var(--shadow); padding: 24px 28px; }
.aside-card h4 { margin: 0 0 10px; font-size: 16px; font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.aside-card p { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.6; color: var(--muted); }

/* category */
.cat-hero { margin: 30px 0 0; border-radius: 26px; background: var(--peach); padding: 40px 50px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.cat-hero h1 { margin: 8px 0; font-size: clamp(34px, 5vw, 52px); font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.cat-hero .kick { font-size: 13px; font-weight: 800; color: var(--coral-deep); }
.cat-hero .stats { font-size: 15px; font-weight: 800; color: #8a4a1c; }
.filter-cloud { margin-left: auto; display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; max-width: 460px; }
.filter-cloud span { padding: 11px 22px; border-radius: 999px; background: var(--card); font-size: 13px; font-weight: 800; color: var(--body); cursor: pointer; transition: transform .2s ease; }
.filter-cloud span:hover { transform: translateY(-2px); }
.filter-cloud .on { background: #4a3f35; color: var(--peach); font-weight: 900; }
.load-more { display: flex; justify-content: center; margin: 38px 0 0; }

/* login */
.login-page { position: relative; min-height: 100vh; overflow: hidden; background: var(--bg); }
.login-backdrop { position: absolute; inset: 0; filter: blur(2px); opacity: 0.5; }
.login-backdrop img { width: 100%; height: 55vh; object-fit: cover; border-radius: 0 0 28px 28px; }
.login-scrim { position: absolute; inset: 0; background: rgba(74, 63, 53, 0.45); }
.modal { position: relative; z-index: 2; width: min(440px, calc(100vw - 32px)); margin: 8vh auto; border-radius: 26px; background: var(--card); box-shadow: 0 30px 80px rgba(61, 51, 42, 0.4); overflow: hidden; animation: modal-in .45s ease both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(24px) scale(0.97); } to { opacity: 1; transform: none; } }
.modal-top { padding: 36px 42px 24px; display: flex; flex-direction: column; gap: 18px; position: relative; }
.modal-bottom { padding: 22px 42px 32px; display: flex; flex-direction: column; gap: 14px; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 999px; background: var(--tint); border: 0; color: var(--muted); cursor: pointer; font-size: 15px; transition: background .2s ease; }
.modal-close:hover { background: var(--peach); color: var(--coral-deep); }
.modal-head { display: flex; flex-direction: column; gap: 6px; align-items: center; text-align: center; }
.modal-head h1 { margin: 4px 0 0; font-size: 25px; font-weight: 700; font-family: 'Comfortaa', 'Nunito', sans-serif; }
.modal-head p { margin: 0; font-size: 13.5px; font-weight: 700; color: var(--muted); }
.forgot { text-align: center; font-size: 13px; font-weight: 900; color: var(--coral-deep); cursor: pointer; }
.google-btn { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 0; border-radius: 999px; border: 2px solid #f0e6d6; background: none; font: 900 13.5px 'Nunito', sans-serif; color: var(--body); cursor: pointer; transition: background .2s ease; }
.google-btn:hover { background: var(--tint); }
.modal-foot { text-align: center; font-size: 13px; font-weight: 700; color: var(--muted); }
.modal-foot a { color: var(--coral); font-weight: 900; }

/* responsive */
@media (max-width: 1180px) {
  .container, .site-header, .booking-header, .hall-wrap { padding-left: 28px; padding-right: 28px; }
  .order-wrap { padding: 26px 28px; }
  .order-back { display: none; }
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .moods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-ticket { grid-template-columns: 1fr 380px; }
  .event-layout { flex-direction: column; }
  .event-side { width: 100%; flex-direction: row; }
  .event-side > * { flex: 1; }
}
@media (max-width: 900px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav { display: none; }
  body.nav-open .main-nav { display: flex; position: fixed; inset: 80px 0 auto 0; z-index: 39; flex-direction: column; gap: 4px; background: var(--card); border-bottom: 2px dashed var(--perf); padding: 10px 20px 16px; }
  .burger { display: block; }
  .header-actions .city, .header-actions .lang { display: none; }
  .hero-ticket { grid-template-columns: 1fr; }
  .hero-stub { border-left: 0; border-top: 3px dashed var(--perf); order: -1; }
  .hero-stub::before { top: -17px; left: -17px; }
  .hero-stub::after { top: -17px; bottom: auto; left: auto; right: -17px; }
  .hero-stub img { min-height: 280px; }
  .hero-copy { padding: 26px 24px; }
  .two-col, .half-col { grid-template-columns: 1fr; }
  .event-side { flex-direction: column; }
  .hall-wrap { flex-direction: column; }
  .cart { width: 100%; }
  .order-wrap { flex-direction: column; }
  .order-aside { width: 100%; }
  .order-top, .order-foot { padding-left: 20px; padding-right: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .bonus-band { flex-direction: column; align-items: flex-start; padding: 26px 26px; }
  .bonus-band .btn { margin-left: 0; }
  .site-footer, .footer-min { padding-left: 28px; padding-right: 28px; }
  .footer-cols { gap: 28px; }
  .cat-hero { padding: 26px 24px; }
  .filter-cloud { margin-left: 0; justify-content: flex-start; }
  .booking-header .lbl { display: none; }
  .step-pill.current .lbl { display: inline; }
  .coupon { flex-wrap: wrap; }
  .coupon .tail { margin-left: 0; width: 100%; }
  .coupon .tail .btn { width: 100%; }
}
@media (max-width: 560px) {
  .container, .site-header, .hall-wrap { padding-left: 16px; padding-right: 16px; }
  .booking-header { padding-left: 10px; padding-right: 10px; gap: 8px; }
  .booking-header .brand img { height: 22px; }
  .stepper { gap: 6px; font-size: 12.5px; }
  .step-pill.current { padding: 6px 12px; }
  .step-pill .n { width: 24px; height: 24px; font-size: 12px; }
  .step-sep { display: none; }
  .timer { padding: 7px 11px; font-size: 12px; gap: 5px; }
  .booking-header .header-actions { gap: 10px; }
  .booking-header .lang { display: none; }
  .site-footer, .footer-min { padding-left: 16px; padding-right: 16px; }
  .order-wrap { padding: 18px 16px; }
  .grid, .moods { grid-template-columns: 1fr; }
  .gallery-main img { height: 230px; }
  .thumbs img, .thumbs .more { width: 76px; height: 52px; }
  .hero-rounded img { height: 250px; }
  .map-panel { padding: 16px 10px; }
  .modal-top, .modal-bottom { padding-left: 24px; padding-right: 24px; }
  .panel { padding: 20px 22px; }
}
