:root {
  --ticket-red: #C43C3C;
  --ticket-red-dark: #9B2E2E;
  --brass: #D6B25E;
  --brass-deep: #B8943A;
  --cream: #F7EFD8;
  --paper: #FFF8EA;
  --night: #1B2A4A;
  --night-2: #122038;
  --bulb: #FFE08A;
  --ink: #162033;
  --muted: #3E4A63;
  --line: rgba(27, 42, 74, 0.16);
  --shadow: 0 18px 40px rgba(18, 32, 56, 0.18);
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 12px 12px, rgba(198, 60, 60, 0.08) 2px, transparent 2.4px) 0 0 / 28px 28px,
    linear-gradient(180deg, #f4ead0 0%, var(--cream) 40%, #efe4c8 100%);
  min-height: 100%;
  line-height: 1.55;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--ticket-red); }
a:hover { color: var(--ticket-red-dark); }
.hidden, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-link:focus {
  position: absolute;
  z-index: 80;
  top: 0.6rem;
  left: 0.6rem;
  background: var(--bulb);
  color: var(--night);
  padding: 0.6rem 1rem;
  font-weight: 700;
}

.booth-bar {
  background: var(--night);
  color: var(--cream);
  border-bottom: 6px solid var(--brass);
  position: relative;
}
.booth-bar::after {
  content: "";
  display: block;
  height: 14px;
  background:
    radial-gradient(circle at 10px 0, transparent 8px, var(--cream) 8.5px) 0 0 / 20px 14px;
}
.booth-inner {
  width: min(1120px, calc(100% - 1.6rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0 0.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--cream);
  min-width: 0;
}
.brand-ticket {
  width: 3.1rem;
  height: 3.1rem;
  border: 2px dashed var(--brass);
  display: grid;
  place-items: center;
  color: var(--bulb);
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  flex: none;
}
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-name {
  font-family: var(--display);
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  letter-spacing: 0.12em;
  line-height: 0.9;
}
.brand-tag {
  font-size: 0.78rem;
  color: var(--brass);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.menu-toggle {
  margin-left: auto;
  background: transparent;
  border: 1px solid var(--brass);
  color: var(--cream);
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 4px;
}
.site-nav { display: none; }
.site-nav.is-open,
.cart-link { display: flex; }
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: min(1120px, calc(100% - 1.6rem));
  margin-inline: auto;
}
.site-nav a, .cart-link {
  color: var(--cream);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.site-nav a[aria-current="page"],
.cart-link[aria-current="page"] { color: var(--bulb); }
.cart-link {
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--brass);
  padding: 0.45rem 0.7rem;
  margin: 0 0.8rem 0.8rem auto;
  width: max-content;
}
.cart-link strong {
  background: var(--ticket-red);
  color: #fff;
  min-width: 1.4rem;
  text-align: center;
  border-radius: 999px;
  font-size: 0.85rem;
  padding: 0.05rem 0.35rem;
}
.icon { width: 1.15rem; height: 1.15rem; display: block; }

@media (min-width: 880px) {
  .menu-toggle { display: none; }
  .booth-inner { padding-bottom: 0.85rem; }
  .site-nav { display: block; margin-left: auto; }
  .site-nav ul {
    flex-direction: row;
    gap: 1.4rem;
    padding: 0;
    width: auto;
    margin: 0;
  }
  .cart-link { margin: 0; }
}

.wrap { width: min(1120px, calc(100% - 1.6rem)); margin: 0 auto; }
.lamp-line {
  height: 28px;
  background:
    radial-gradient(circle at 16px 10px, var(--bulb) 5px, rgba(255, 224, 138, 0.18) 6px, transparent 7px) 0 0 / 32px 28px,
    linear-gradient(var(--night), var(--night));
  background-size: 32px 28px, 100% 4px;
  background-repeat: repeat-x, no-repeat;
  background-position: 0 0, 0 8px;
  margin: 0.4rem 0 1.4rem;
}
.window-hero {
  display: grid;
  gap: 1.2rem;
  margin: 1.4rem auto 2rem;
  width: min(1120px, calc(100% - 1.6rem));
}
.booth-frame {
  background: var(--night);
  color: var(--cream);
  padding: 1.6rem 1.3rem 1.4rem;
  position: relative;
  box-shadow: var(--shadow);
  border: 8px solid #2a3d66;
}
.booth-frame::before,
.booth-frame::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--brass) 0 18px, transparent 18px 28px);
}
.booth-frame::before { top: 6px; }
.booth-frame::after { bottom: 6px; }
.stamp {
  display: inline-block;
  border: 2px solid var(--brass);
  color: var(--brass);
  font-family: var(--display);
  letter-spacing: 0.18em;
  padding: 0.15rem 0.55rem;
  font-size: 1.05rem;
}
h1, h2, .display {
  font-family: var(--display);
  letter-spacing: 0.06em;
  line-height: 0.95;
  margin: 0.35rem 0 0.6rem;
}
.booth-frame h1 {
  font-size: clamp(2.4rem, 8vw, 4.6rem);
  color: var(--cream);
  max-width: 12ch;
}
.lead { font-size: 1.05rem; color: var(--muted); max-width: 46ch; }
.booth-frame .lead, .carousel-sky .lead { color: #d7deee; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1rem; }
.ticket-photo {
  margin: 0;
  background: var(--paper);
  padding: 0.7rem 0.7rem 1.1rem;
  position: relative;
  box-shadow: var(--shadow);
}
.ticket-photo::before,
.ticket-photo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14px;
  background: radial-gradient(circle at 0 12px, transparent 7px, var(--cream) 7.5px) 0 0 / 14px 24px;
}
.ticket-photo::before { left: -7px; }
.ticket-photo::after {
  right: -7px;
  background: radial-gradient(circle at 14px 12px, transparent 7px, var(--cream) 7.5px) 0 0 / 14px 24px;
}
.ticket-photo img { width: 100%; height: min(52vh, 420px); object-fit: cover; }
.ticket-photo figcaption {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 0.55rem;
}
@media (min-width: 900px) {
  .window-hero { grid-template-columns: 1.15fr 0.85fr; align-items: stretch; }
  .ticket-photo img { height: 100%; min-height: 420px; }
}

.btn, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 700;
  padding: 0.78rem 1.15rem;
  background: var(--ticket-red);
  color: #fff;
  box-shadow: 3px 3px 0 var(--night);
}
.btn:hover { background: var(--ticket-red-dark); color: #fff; }
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--brass);
  box-shadow: none;
}
.btn-wide { width: 100%; }
.btn.is-disabled { opacity: 0.55; pointer-events: none; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; }
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ticket-red);
  margin: 0;
  font-weight: 700;
}
.product-grid, .step-grid, .split {
  display: grid;
  gap: 1.1rem;
}
.product-grid { grid-template-columns: 1fr; margin: 1rem 0 2rem; }
@media (min-width: 640px) { .product-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .product-grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }

.stub {
  background: var(--paper);
  box-shadow: var(--shadow);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.stub::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 16px;
  background: radial-gradient(circle at 0 16px, transparent 8px, var(--cream) 8.6px) 0 8px / 16px 32px;
}
.stub-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.stub-image img { width: 100%; height: 240px; object-fit: cover; }
.stub-no {
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  background: var(--night);
  color: var(--bulb);
  font-family: var(--display);
  letter-spacing: 0.12em;
  padding: 0.2rem 0.45rem;
  font-size: 1rem;
}
.stub-body { padding: 0.85rem 0.95rem 1rem; min-width: 0; }
.stub-body p { margin: 0; color: var(--muted); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; }
.stub-body h3 { font-size: 1.35rem; margin: 0.2rem 0 0.5rem; }
.stub-body h3 a { color: var(--night); text-decoration: none; }
.stub-row { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; }
.icon-btn {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid var(--night);
  background: var(--bulb);
  color: var(--night);
  cursor: pointer;
}

.carousel-sky {
  margin: 1.5rem 0 2rem;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 70'><path fill='%231B2A4A' d='M8 58c20-28 40-42 70-42s52 16 72 42H8z'/><circle cx='78' cy='28' r='6' fill='%23D6B25E'/><path fill='%23C43C3C' d='M150 58c8-18 18-26 32-26 12 0 22 8 30 26h-62z'/></svg>") center 12px / min(520px, 90%) no-repeat,
    linear-gradient(180deg, #20325a, var(--night));
  color: var(--cream);
  padding: 3.2rem 1.2rem 1.6rem;
  text-align: center;
}
.carousel-sky h2 { font-size: clamp(2rem, 6vw, 3.4rem); }
.step-grid { margin: 1rem 0 2.2rem; }
@media (min-width: 800px) { .step-grid { grid-template-columns: 1fr 1fr 1fr; } }
.step {
  background: var(--paper);
  padding: 1rem 1rem 1.2rem;
  border-top: 6px solid var(--ticket-red);
  min-width: 0;
}
.step strong { font-family: var(--display); font-size: 1.7rem; color: var(--brass-deep); display: block; }

.filters { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0.8rem 0 1rem; }
.filters button {
  border: 1px dashed var(--night);
  background: transparent;
  color: var(--night);
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  font-weight: 600;
}
.filters button.is-active { background: var(--night); color: var(--cream); border-style: solid; }

.product-stage {
  display: grid;
  gap: 1.2rem;
  margin: 1.2rem 0 2rem;
}
@media (min-width: 900px) { .product-stage { grid-template-columns: 1.05fr 0.95fr; } }
.product-detail-image {
  background: var(--paper);
  padding: 0.8rem;
  position: relative;
  min-width: 0;
}
.product-detail-image img { width: 100%; height: min(70vh, 640px); object-fit: cover; }
.product-detail-copy { min-width: 0; }
.product-price { font-family: var(--display); font-size: 2.4rem; color: var(--ticket-red); margin: 0.2rem 0 0.8rem; }
.buy-form, .ticket-form, .checkout-grid { display: grid; gap: 0.65rem; }
.ticket-form {
  background: var(--paper);
  padding: 1rem 1rem 1.2rem;
  min-width: 0;
}
.ticket-form h2 {
  font-family: var(--sans);
  letter-spacing: 0;
  font-size: 1.15rem;
  color: var(--night);
}
.form-group { display: grid; gap: 0.28rem; min-width: 0; }
.form-group label { font-weight: 600; color: var(--night); }
.form-row { display: grid; gap: 0.65rem; min-width: 0; }
@media (min-width: 640px) {
  .form-row-2 { grid-template-columns: 1fr 1fr; }
  .form-row-3 { grid-template-columns: 1fr 1fr 1fr; }
}
.page { padding: 1.1rem 0 2rem; min-width: 0; }
.page h1 { color: var(--night); font-size: clamp(2rem, 6vw, 3.4rem); }
.copy-block p { max-width: 62ch; }
.pay-option { cursor: pointer; }
.pay-option p { margin: 0.15rem 0 0; color: var(--muted); font-size: 0.92rem; font-weight: 400; }
.ticket-form > label:not(.checkbox-line):not(.pay-option) { display: block; font-weight: 600; color: var(--night); margin-top: 0.35rem; }
.pay-option strong { display: block; color: var(--night); }
.pay-option span span { color: var(--muted); font-size: 0.92rem; }
.checkout-items { margin: 0.4rem 0 0.8rem; }
.side-card a, .summary a { color: var(--bulb); }
.field, select.field, textarea.field {
  width: 100%;
  font: inherit;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--night);
  background: #fff;
  color: var(--ink);
}
textarea.field { min-height: 8rem; resize: vertical; }
.field-hint { margin: 0; color: var(--muted); font-size: 0.9rem; }
.detail-notes {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
}

.cart-layout, .checkout-layout, .contact-layout, .about-layout, .legal-wrap {
  display: grid;
  gap: 1.2rem;
  margin: 1rem 0 2.4rem;
  min-width: 0;
}
@media (min-width: 900px) {
  .cart-layout, .checkout-layout, .contact-layout, .about-layout { grid-template-columns: 1.3fr 0.8fr; align-items: start; }
  .legal-wrap { grid-template-columns: 15.5rem minmax(0, 1fr); align-items: start; }
}
.cart-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.75rem;
  background: var(--paper);
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  min-width: 0;
}
.cart-item img { width: 88px; height: 110px; object-fit: cover; }
.cart-item h2 { font-size: 1.3rem; }
.quantity { display: flex; align-items: center; gap: 0.4rem; margin-top: 0.4rem; }
.quantity button, .remove-btn {
  border: 1px solid var(--night);
  background: #fff;
  cursor: pointer;
  min-width: 2rem;
  min-height: 2rem;
}
.remove-btn { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.25rem 0.5rem; margin-top: 0.4rem; }
.summary, .side-card {
  background: var(--night);
  color: var(--cream);
  padding: 1.1rem;
  min-width: 0;
}
.summary h2, .side-card h2 { color: var(--cream); }
.summary a { color: var(--bulb); }
.summary-row, .checkout-item {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(247, 239, 216, 0.2);
}
.summary-row.total { font-size: 1.15rem; }
.summary-help { color: #d7deee; }
.empty-state, .empty-checkout { background: var(--paper); padding: 1.2rem; }

.pay-option {
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  background: var(--paper);
}
.checkbox-line {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: var(--ink);
  font-size: 0.95rem;
}
.checkbox-line.full { grid-column: 1 / -1; }
.checkbox-line a, .checkbox-line u { color: var(--ticket-red); text-decoration: underline; }
.form-feedback {
  background: #e8f6e8;
  color: #14532d;
  padding: 0.7rem 0.8rem;
  outline: none;
}

body.legal-page h1,
body.legal-page h2,
body.legal-page h3 {
  font-family: var(--sans);
  letter-spacing: 0;
  line-height: 1.25;
}
.legal-nav {
  background: var(--paper);
  padding: 1rem;
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}
.legal-nav a { color: var(--night); text-decoration: none; font-weight: 600; }
.legal-nav a[aria-current="page"] { color: var(--ticket-red); }
.legal-article {
  background: var(--paper);
  padding: 1.1rem 1.15rem 1.6rem;
  min-width: 0;
  overflow-wrap: anywhere;
}
.legal-article h1 { font-size: 1.7rem; }
.legal-article h2 { font-size: 1.15rem; margin-top: 1.2rem; }
.legal-article p, .legal-article li { color: var(--ink); }

.site-footer {
  background: var(--night);
  color: var(--cream);
  margin-top: 1rem;
  padding: 1.6rem 0 1.2rem;
  border-top: 6px solid var(--brass);
}
.site-footer a { color: var(--bulb); text-decoration: underline; }
.footer-news, .footer-main, .footer-legal {
  width: min(1120px, calc(100% - 1.6rem));
  margin: 0 auto 1.3rem;
}
.footer-news h2 { font-size: clamp(1.8rem, 5vw, 3rem); color: var(--cream); }
.footer-news .checkbox-line { color: var(--cream); }
.footer-news .checkbox-line a,
.footer-news .checkbox-line u { color: var(--bulb); text-decoration: underline; }
.footer-news form { display: grid; gap: 0.65rem; max-width: 36rem; }
.footer-main {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) { .footer-main { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-main h3 { font-family: var(--sans); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.82rem; color: var(--brass); }
.footer-main a, .footer-main p { display: block; color: var(--cream); text-decoration: none; margin: 0.25rem 0; }
.footer-main a:hover { color: var(--bulb); text-decoration: underline; }
.footer-brand {
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--cream) !important;
  text-decoration: none !important;
}
.footer-legal { color: #d7deee; font-size: 0.92rem; border-top: 1px dashed rgba(247,239,216,.25); padding-top: 0.8rem; }

.toast-host {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.45rem;
  z-index: 90;
}
.toast {
  margin: 0;
  background: var(--night);
  color: var(--cream);
  border-left: 5px solid var(--bulb);
  padding: 0.7rem 0.9rem;
  box-shadow: var(--shadow);
}
.live-region {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .cart-item { grid-template-columns: 72px 1fr; }
  .legal-article { padding: 0.95rem; }
}
