:root {
  --wine: #a6142d;
  --wine-dark: #721022;
  --orange: #e64a24;
  --gold: #f5a019;
  --cream: #fff6df;
  --paper: #fffcf5;
  --teal: #218b89;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --ink: #321a1d;
  --muted: #735b5f;
  --line: rgba(114, 16, 34, .15);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--wine-dark); }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 9%, rgba(245, 160, 25, .20), transparent 28rem),
    linear-gradient(180deg, var(--cream) 0, #fffaf0 68%, #f9e7bd 100%);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

a, button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.festive-border {
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 72px, var(--orange) 72px 144px, var(--wine) 144px 216px, var(--teal) 216px 288px);
}

.page-shell { width: min(100% - 28px, 680px); margin: 0 auto; position: relative; }

.hero { text-align: center; padding: 42px 16px 28px; }
.brand { width: min(360px, 82vw); height: auto; display: block; margin: 0 auto 24px; }
.eyebrow, .kicker { margin: 0 0 5px; color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.hero h1 { margin: 0; color: var(--wine); font: 800 clamp(2rem, 8vw, 3.6rem)/1 "Fraunces", Georgia, serif; letter-spacing: -.04em; }
.lead { max-width: 530px; margin: 16px auto 18px; color: var(--muted); font-size: 1.02rem; }
.hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.hero-pills span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.48); font-size: .78rem; font-weight: 700; }

.tabs { position: sticky; top: 10px; z-index: 10; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 0 0 16px; padding: 5px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,252,245,.88); box-shadow: 0 12px 30px rgba(74,20,24,.12); backdrop-filter: blur(16px); }
.tab { border: 0; border-radius: 13px; padding: 12px; color: var(--muted); background: transparent; font: 700 .92rem "DM Sans", sans-serif; cursor: pointer; }
.tab.is-active { color: white; background: var(--wine); box-shadow: 0 4px 12px rgba(114,16,34,.22); }
.tab:focus-visible, .action:focus-visible, .mini-link:focus-visible, .social-row a:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

.panel { animation: reveal .3s ease; }
.panel[hidden] { display: none; }
@keyframes reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

.free-entry-banner { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 15px; margin: 12px 0 16px; padding: 18px; border: 2px solid #138a63; border-radius: 22px; color: white; background: linear-gradient(135deg, #159c6e, #087250); box-shadow: 0 14px 34px rgba(8,114,80,.22); }
.free-entry-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: #087250; background: white; font-size: 1.7rem; font-weight: 800; }
.free-entry-banner p { margin: 0 0 2px; color: #caffec; font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.free-entry-banner strong, .free-entry-banner small { display: block; }
.free-entry-banner strong { font: 800 1.2rem/1.15 "Fraunces", Georgia, serif; }
.free-entry-banner small { margin-top: 5px; color: rgba(255,255,255,.76); font-size: .75rem; }

.action { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; margin: 12px 0; padding: 16px; text-decoration: none; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.84); box-shadow: 0 8px 28px rgba(80,22,28,.07); transition: transform .2s, box-shadow .2s, border-color .2s; }
.action:hover { transform: translateY(-2px); border-color: rgba(166,20,45,.35); box-shadow: 0 13px 32px rgba(80,22,28,.12); }
.action-primary { color: white; border-color: transparent; background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark)); box-shadow: 0 13px 30px rgba(18,140,126,.22); }
.action-icon, .date-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: var(--wine); background: #f9d67d; font-size: 1.25rem; }
.whatsapp-icon { color: var(--whatsapp-dark); background: white; }
.whatsapp-icon svg { width: 29px; height: 29px; }
.date-icon { line-height: 1; }
.date-icon b { margin-top: 6px; font-size: 1.15rem; }
.date-icon small { margin-top: -5px; font-size: .52rem; font-weight: 800; }
.action span:nth-child(2) { min-width: 0; }
.action strong, .action small { display: block; }
.action strong { font-size: 1rem; }
.action small { color: var(--muted); font-size: .78rem; }
.action-primary small { color: rgba(255,255,255,.7); }
.arrow { font-size: 1.25rem; color: var(--wine); }
.action-primary .arrow { color: white; }

.feature-card, .availability-card, .sales-card { overflow: hidden; margin: 16px 0; border-radius: 26px; }
.chopp-card { color: white; padding: 25px; background: linear-gradient(145deg, #bd1735, #7a1024 78%); box-shadow: 0 18px 45px rgba(114,16,34,.22); }
.feature-heading { margin-bottom: 16px; }
.feature-heading .kicker { color: #ffd77b; }
.feature-heading h2, .availability-card h2, .ticket-intro h2 { margin: 0; font: 800 2rem/1.05 "Fraunces", Georgia, serif; }
.event-list { border-top: 1px solid rgba(255,255,255,.2); }
.event-row { display: grid; grid-template-columns: 76px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.event-row time { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.25); }
.event-row time b { color: #ffd77b; font: 800 2.55rem/.82 "Fraunces", Georgia, serif; }
.event-row time span { margin-top: 6px; font-size: .67rem; font-weight: 800; letter-spacing: .08em; }
.event-row div > * { display: block; }
.event-row strong { font-size: 1.03rem; }
.event-row span { font-size: .84rem; }
.event-row small { margin-top: 4px; color: #ffd77b; font-size: .73rem; font-weight: 700; }
.event-row .event-price { width: fit-content; margin-top: 9px; padding: 5px 8px; border-radius: 8px; color: var(--wine-dark); background: #ffd77b; font-size: .67rem; letter-spacing: .02em; }
.mini-link { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; padding: 12px 0 0; color: inherit; text-decoration: none; font-weight: 700; font-size: .85rem; }

.national-card { display: grid; grid-template-columns: 112px 1fr; overflow: hidden; margin: 16px 0; border-radius: 26px; color: white; background: linear-gradient(145deg, #e64a24 0%, #b61935 54%, #721022 100%); box-shadow: 0 18px 45px rgba(114,16,34,.18); }
.national-date { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 12px; color: var(--wine-dark); background: #ffd77b; }
.national-date b { font: 800 3.15rem/.9 "Fraunces", Georgia, serif; }
.national-date span { margin-top: 8px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.national-copy { padding: 25px; }
.national-copy .kicker { color: #ffd77b; }
.national-copy h2 { margin: 2px 0 9px; font: 800 2rem/.96 "Fraunces", Georgia, serif; letter-spacing: -.025em; }
.national-copy p:not(.kicker) { margin: 0 0 16px; color: rgba(255,255,255,.78); font-size: .82rem; }
.national-copy a { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 11px 13px; border-radius: 12px; color: var(--wine-dark); background: white; text-decoration: none; font-size: .78rem; font-weight: 800; }

.availability-card { padding: 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(80,22,28,.08); }
.availability-card ul { list-style: none; margin: 20px 0 0; padding: 0; border-top: 1px solid var(--line); }
.availability-card li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.availability-card li b { flex: 0 0 auto; padding: 4px 8px; border-radius: 8px; font-size: .67rem; text-transform: uppercase; letter-spacing: .04em; }
.sold { color: var(--wine); background: #f9e2e5; }
.last { color: #6a4200; background: #ffe2a2; }
.availability-card .mini-link { color: var(--wine); }

.social-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 32px; }
.social-row a { padding: 16px 12px; text-align: center; text-decoration: none; border-radius: 18px; color: white; background: var(--teal); font-size: .75rem; }
.social-row a:last-child { background: #315b9a; }
.social-row b { display: block; font-size: .78rem; }

.ticket-intro { padding: 26px 8px 12px; }
.ticket-intro h2 { color: var(--wine); font-size: 2.45rem; }
.ticket-intro p:last-child { margin: 8px 0 0; color: var(--muted); }
.ticket-card { display: grid; grid-template-columns: 118px 1fr; overflow: hidden; margin: 14px 0; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 35px rgba(80,22,28,.08); }
.ticket-price { display: grid; align-content: center; padding: 18px; color: white; background: var(--wine); }
.ticket-price small { font-size: .66rem; font-weight: 800; letter-spacing: .08em; }
.ticket-price b { font: 800 1.8rem "Fraunces", Georgia, serif; white-space: nowrap; }
.ticket-card > div:last-child { padding: 18px; }
.ticket-card h3 { margin: 0 0 5px; font-size: 1rem; }
.ticket-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.dance-ticket .ticket-price { color: var(--wine-dark); background: var(--gold); }
.saturday-ticket .ticket-price { color: white; background: var(--orange); }
.national-ticket { grid-template-columns: 118px 1fr; color: white; border: 0; background: linear-gradient(135deg, var(--wine), var(--wine-dark)); }
.national-ticket .ticket-date { display: grid; align-content: center; padding: 18px; color: var(--wine-dark); background: #ffd77b; }
.national-ticket .ticket-date small { font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.national-ticket .ticket-date b { font: 800 1.5rem "Fraunces", Georgia, serif; white-space: nowrap; }
.national-ticket p { color: rgba(255,255,255,.7); }
.buy-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding: 8px 11px; border-radius: 10px; color: var(--wine-dark); background: white; text-decoration: none; font-size: .75rem; font-weight: 800; }

.sales-card { border: 1px solid var(--line); background: white; box-shadow: 0 12px 35px rgba(80,22,28,.08); }
.sales-heading { padding: 24px 24px 15px; }
.sales-heading h3 { margin: 0; font: 800 1.65rem "Fraunces", Georgia, serif; }
.sales-heading > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: .8rem; }
.sales-list > div { display: grid; grid-template-columns: minmax(120px, .8fr) 1.2fr; gap: 16px; padding: 13px 24px; border-top: 1px solid var(--line); font-size: .82rem; }
.sales-list b { color: var(--wine); }
.sales-list span { color: var(--muted); }

.program-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding: 27px 8px 18px; }
.program-intro h2 { margin: 0; color: var(--wine); font: 800 2.35rem/1.02 "Fraunces", Georgia, serif; letter-spacing: -.03em; }
.program-intro p:last-child { max-width: 480px; margin: 9px 0 0; color: var(--muted); font-size: .9rem; }
.carousel-counter { flex: 0 0 auto; padding: 8px 11px; border-radius: 10px; color: var(--wine); background: #f9e2e5; font-size: .75rem; font-weight: 700; }
.carousel-counter b { font-size: 1rem; }
.carousel-shell { position: relative; }
.carousel-viewport { overflow-x: auto; border-radius: 26px; scroll-snap-type: x mandatory; scrollbar-width: none; box-shadow: 0 18px 45px rgba(114,16,34,.16); }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-track { display: flex; }
.carousel-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; background: var(--cream); }
.carousel-slide img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; }
.carousel-button { position: absolute; top: 50%; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; margin-top: -22px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: white; background: rgba(114,16,34,.86); box-shadow: 0 5px 18px rgba(50,20,24,.22); font: 500 2rem/1 "DM Sans", sans-serif; cursor: pointer; backdrop-filter: blur(8px); }
.carousel-button:hover { background: var(--wine); }
.carousel-button:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.carousel-prev { left: 14px; }
.carousel-next { right: 14px; }
.swipe-hint { margin: 13px 0 32px; text-align: center; color: var(--muted); font-size: .76rem; }

footer { margin: 42px calc(50% - 50vw) 0; padding: 40px 20px 48px; text-align: center; color: white; background: var(--wine-dark); }
.footer-mark { display: grid; place-items: center; width: 210px; min-height: 138px; margin: 0 auto; padding: 14px 18px; border-radius: 24px; background: var(--cream); }
footer img { display: block; width: 174px; max-width: 100%; height: auto; }
footer p { margin: 14px 0 4px; color: #f9d67d; font: 800 1.3rem "Fraunces", Georgia, serif; }
footer small { color: rgba(255,255,255,.6); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 480px) {
  .page-shell { width: min(100% - 20px, 680px); }
  .hero { padding-top: 32px; }
  .brand { width: min(300px, 84vw); }
  .tab { padding: 11px 5px; font-size: .78rem; }
  .free-entry-banner { grid-template-columns: 48px 1fr; padding: 16px; }
  .free-entry-icon { width: 48px; height: 48px; border-radius: 15px; }
  .free-entry-banner strong { font-size: 1.05rem; }
  .chopp-card, .availability-card { padding: 21px; }
  .national-card { grid-template-columns: 90px 1fr; }
  .national-date { padding: 22px 8px; }
  .national-date b { font-size: 2.6rem; }
  .national-copy { padding: 21px 18px; }
  .national-copy h2 { font-size: 1.7rem; }
  .sales-list > div { grid-template-columns: 1fr; gap: 2px; padding: 12px 20px; }
  .program-intro { align-items: flex-start; padding-top: 24px; }
  .program-intro h2 { font-size: 2rem; }
  .program-intro p:last-child { font-size: .82rem; }
  .carousel-button { width: 40px; height: 40px; margin-top: -20px; }
  .carousel-prev { left: 9px; }
  .carousel-next { right: 9px; }
  .ticket-card { grid-template-columns: 104px 1fr; }
  .national-ticket { grid-template-columns: 104px 1fr; }
  .ticket-price { padding: 14px; }
  .ticket-price b { font-size: 1.55rem; }
  .social-row { grid-template-columns: 1fr; }
}

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