:root {
  --ink: #291714;
  --brown: #6e3d31;
  --copper: #9b6049;
  --rose: #c9818e;
  --gold: #ddb66f;
  --paper: #faf9f4;
  --line: #ded7ce;
  --muted: #70645e;
  --header: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.07; letter-spacing: 0; }
h1 { margin-bottom: 32px; font-size: clamp(2.7rem, 6vw, 5.7rem); }
h2 { margin-bottom: 0; font-size: clamp(2.15rem, 4vw, 4rem); }

.site-header { position: sticky; top: 0; z-index: 20; min-height: var(--header); padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: clamp(18px, 3vw, 42px); color: #fff; background: rgba(36, 16, 13, .96); border-bottom: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 83px; height: auto; } 
.main-nav { flex: 1 1 auto; display: flex; justify-content: flex-end; gap: clamp(14px, 2vw, 30px); align-items: center; }
.main-nav a { position: relative; padding: 25px 0; color: #eaded8; font-size: .78rem; font-weight: 600; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: 17px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; color: inherit; background: transparent; border: 0; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }

.hero { height: min(720px, calc(100vh - var(--header))); min-height: 520px; overflow: hidden; background: #140a08; }
.hero picture, .hero img { width: 100%; height: 100%; }
.hero img { object-fit: cover; object-position: center; }
.section { padding: clamp(76px, 9vw, 140px) 5vw; }
.content-narrow { width: 100%; max-width: 1040px; margin: 0 auto; }
.content-wide { width: min(100%, 1320px); margin: 0 auto; }
.eyebrow { margin-bottom: 16px; color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.prose { color: #4d4440; font-size: 1rem; }
.prose p { margin-bottom: 18px; }
.prose p, .prose li, .ticket-notes li, .ticket-cta p:not(.eyebrow), .fine-print, details > div p { text-align: justify; text-align-last: left; }
.columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 74px); }
.translation { color: var(--muted); font-style: italic; }
.event-meta { margin-top: 58px; display: grid; grid-template-columns: 1.3fr .8fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-meta div { min-height: 120px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.event-meta div:last-child { border-right: 0; }
.event-meta span { margin-bottom: 7px; color: var(--copper); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.event-meta strong { font-size: 1rem; }

.layout-section { background: #fff; }
.section-heading { margin-bottom: 50px; text-align: center; }
.section-heading.left { text-align: left; }
.layout-figure { margin: 0; padding: clamp(12px, 2.5vw, 34px); overflow: hidden; background: #fff; border: 1px solid var(--line); }
.layout-figure img { width: 100%; max-height: 1120px; object-fit: contain; object-position: top center; }
.ticket-groups { width: 100%; margin: 34px 0 0; display: grid; gap: 38px; }
.ticket-group { display: grid; gap: 12px; }
.ticket-group-heading { margin: 0; padding-bottom: 10px; color: var(--brown); border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ticket-group-list { display: grid; gap: 8px; }
.ticket { position: relative; min-height: 88px; padding: 16px 22px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, auto); align-items: center; gap: 24px; color: #fff; background: var(--brown); overflow: hidden; }
.ticket::after { position: absolute; right: -30px; bottom: -50px; width: 125px; height: 125px; content: ""; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.ticket-copy, .ticket strong { position: relative; z-index: 1; }
.ticket-title { display: flex; flex-wrap: wrap; align-items: center; column-gap: 12px; row-gap: 4px; }
.ticket h4 { margin: 0; font-family: "Playfair Display", serif; font-size: 1.6rem; line-height: 1.1; }
.ticket p { margin: 0; color: rgba(255,255,255,.75); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ticket strong { display: block; font-size: .94rem; line-height: 1.35; text-align: right; }
.ticket-title span { display: inline-block; margin: 0; padding: 3px 8px; color: #fff; background: #e3291c; font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticket.vvip { background: #8d263a; }
.ticket.vip { background: var(--rose); }
.ticket.cat1 { background: #9d6047; }
.ticket.cat2 { color: var(--ink); background: #efbb4f; }
.ticket.cat2 p { color: rgba(41,23,20,.7); }
.ticket.cat3 { color: var(--ink); background: var(--gold); }
.ticket.cat3 p { color: rgba(41,23,20,.7); }
.ticket.cat4 { color: var(--ink); background: #c79788; }
.ticket.cat4 p { color: rgba(41,23,20,.7); }
.ticket.cat5 { color: var(--ink); background: #b6aa90; }
.ticket.cat5 p { color: rgba(41,23,20,.7); }
.ticket-notes { width: 100%; margin: 30px 0 0; padding-left: 20px; color: var(--muted); font-size: .82rem; }
.ticket-cta, .contact-section { padding: clamp(55px, 7vw, 100px) max(5vw, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #fff; background: var(--ink); }
.ticket-cta h2, .contact-section h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.ticket-cta p:not(.eyebrow) { margin: 18px 0 0; color: #ccbdb5; }
.ticket-cta .eyebrow, .contact-section .eyebrow { color: var(--gold); }
.button { min-width: 280px; min-height: 72px; padding: 18px 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; color: var(--ink); background: var(--gold); border: 2px solid var(--gold); box-shadow: 0 12px 30px rgba(0, 0, 0, .22); font-size: 1rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; transition: background .2s, border-color .2s, box-shadow .2s, transform .2s; }
.button-arrow { font-size: 1.6rem; font-weight: 400; line-height: 1; transition: transform .2s; }
.button:hover { background: #efd294; border-color: #efd294; box-shadow: 0 16px 38px rgba(0, 0, 0, .3); transform: translateY(-3px); }
.button:hover .button-arrow { transform: translateX(5px); }
.button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.button-disabled { cursor: not-allowed; opacity: .55; filter: grayscale(1); }
.button-disabled .button-arrow { transform: none; }

.benefits-section { background: #f0ece5; }
.table-scroll-hint { display: none; margin: -26px auto 18px; color: var(--muted); font-size: .72rem; text-align: center; }
.table-scroll-hint span { margin: 0 6px; }
.table-wrap { width: 100%; max-width: 100%; overflow-x: auto; border: 1px solid #b9a98e; background: #fff; scrollbar-color: var(--brown) #ded7ce; }
table { width: 100%; min-width: 900px; border-collapse: collapse; }
th, td { padding: 19px 14px; text-align: center; border-right: 1px solid #cfc1aa; border-bottom: 1px solid #d9cfbf; }
thead th { color: #fff; background: var(--brown); font-family: "Playfair Display", serif; font-size: 1.05rem; }
thead th:first-child { position: sticky; left: 0; z-index: 4; min-width: 190px; background: #7c5c31; text-align: left; box-shadow: 12px 0 18px -16px rgba(41, 23, 20, .55); }
tbody th { position: sticky; left: 0; z-index: 2; color: var(--brown); text-align: left; font-family: "Playfair Display", serif; background: #fff; box-shadow: 12px 0 18px -16px rgba(41, 23, 20, .18); }
tbody td { color: var(--brown); font-weight: 600; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
th:last-child, td:last-child { border-right: 0; }
.fine-print { max-width: 100%; margin: 16px 0 0; color: var(--muted); font-size: .76rem; overflow-wrap: break-word; }
.rules-section { background: #fff; }
.rules-section .section-heading { max-width: 760px; }
.rules-section .prose { max-width: 900px; font-size: 1.08rem; }
.faq-section { border-top: 1px solid var(--line); background: #fff; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 24px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: sans-serif; font-size: 1.5rem; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details > div { max-width: 820px; padding: 0 0 25px; color: #514742; }
details > div p { margin-bottom: 9px; }
.promoter-section { background: #f0ece5; }
.promoter-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.promoter-grid h2 { margin-bottom: 30px; }
.promoter-grid img { width: 160px; }
.contact-section h2 { max-width: 560px; }
.contact-links { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.contact-links a { color: #eaded8; text-decoration-color: rgba(234,222,216,.35); text-underline-offset: 4px; }
.contact-link { display: inline-flex; align-items: center; gap: 10px; }
.contact-icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.contact-icon .icon-dot { fill: currentColor; stroke: none; }
.fasticket-link { display: block; margin-top: 8px; }
.contact-links img { width: 130px; height: auto; }
footer { padding: 22px 5vw; display: flex; justify-content: space-between; gap: 24px; color: #d4c9c3; background: #160b09; font-size: .72rem; }
footer p { margin: 0; }

@media (max-width: 900px) {
  :root { --header: 66px; }
  .site-header { position: relative; padding: 0 20px; gap: 14px; }
  .brand { order: 1; }
  .brand-logo { width: 67px; }
  .menu-button { order: 2; display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; padding: 12px 20px 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: #fff; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 0; }
  .main-nav a::after { display: none; }
  .hero { height: auto; min-height: 0; }
  .hero picture, .hero img { height: auto; }
  .hero img { min-height: 0; object-fit: contain; object-position: center; }
  .columns, .promoter-grid { grid-template-columns: 1fr; }
  .event-meta { grid-template-columns: 1fr; }
  .event-meta div { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line); }
  .event-meta div:last-child { border-bottom: 0; }
  .ticket-cta, .contact-section { align-items: flex-start; flex-direction: column; }
  .contact-links { align-items: flex-start; }
}

@media (max-width: 560px) {
  .section { padding-right: 20px; padding-left: 20px; }
  .layout-section .content-wide, .benefits-section .content-wide { width: 100%; }
  h1 { font-size: 2.65rem; }
  .hero img { min-height: 0; object-position: center; }
  .ticket-groups { margin-top: 26px; gap: 30px; }
  .ticket { min-height: 0; padding: 16px 18px; grid-template-columns: 1fr; gap: 10px; }
  .ticket h4 { font-size: 1.45rem; }
  .ticket p { font-size: .67rem; }
  .ticket strong { font-size: .86rem; text-align: left; }
  .layout-figure { padding: 4px; overflow: hidden; }
  .layout-figure img { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: top center; }
  .table-scroll-hint { display: block; }
  table { width: 692px; min-width: 692px; table-layout: fixed; }
  th, td { padding: 13px 9px; font-size: .86rem; white-space: nowrap; }
  thead th:first-child, tbody th { width: 132px; min-width: 132px; }
  thead th:not(:first-child), tbody td:not([colspan]) { width: 80px; }
  .ticket-cta, .contact-section { padding-right: 20px; padding-left: 20px; }
  .ticket-cta .button { width: 100%; min-width: 0; }
  .contact-links { width: 100%; gap: 14px; }
  .contact-link { width: 100%; min-height: 42px; padding: 8px 0; font-size: .9rem; }
  .fasticket-link { margin-top: 4px; }
  .contact-links img { width: min(160px, 60vw); }
  footer { align-items: flex-start; flex-direction: column; padding: 20px; }
}

@media (max-width: 420px) {
  table { width: 664px; min-width: 664px; }
  thead th:first-child, tbody th { width: 124px; min-width: 124px; }
  thead th:not(:first-child), tbody td:not([colspan]) { width: 77px; }
  .brand-logo { width: 59px; }
  .ticket-title { display: block; }
  .ticket-title p { margin-top: 2px; }
  .ticket-title span { margin-top: 7px; }
  .contact-link span { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}