:root {
  color-scheme: dark;
  --night: hsl(126 45% 4%);
  --surface: hsl(128 36% 8%);
  --green: hsl(129 58% 15%);
  --leaf: hsl(83 73% 32%);
  --yellow: hsl(39 93% 54%);
  --cream: hsl(42 100% 96%);
  --muted: hsl(43 15% 72%);
  --line: hsl(42 100% 96% / .16);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; min-width: 320px; background: var(--night); color: var(--cream); font-family: var(--body); }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-180%); padding: 12px 16px; background: var(--cream); color: var(--night); }
.skip-link:focus { transform: none; }
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 10px clamp(20px, 5vw, 72px); border-bottom: 1px solid var(--line); background: hsl(126 45% 4% / .9); backdrop-filter: blur(16px); }
.back-link { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid var(--line); color: var(--cream); font-size: 13px; font-weight: 900; text-decoration: none; }
.back-link:hover { border-color: var(--yellow); color: var(--yellow); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; text-decoration: none; }
.brand img { width: 48px; height: 48px; padding: 3px; object-fit: contain; border: 2px solid var(--yellow); border-radius: 50%; background: var(--cream); }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { font-size: 14px; font-weight: 800; text-decoration: none; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; background: var(--yellow); color: var(--night); }
.hero { position: relative; isolation: isolate; min-height: 100svh; overflow: hidden; }
.hero__image, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { z-index: -3; object-fit: cover; object-position: center; }
.hero__shade { z-index: -2; background: linear-gradient(90deg, hsl(126 45% 4% / .98) 0%, hsl(126 45% 4% / .88) 38%, hsl(126 45% 4% / .12) 72%), linear-gradient(0deg, var(--night), transparent 28%); }
.hero__content { width: min(100%, 1440px); margin: auto; padding: clamp(150px, 18vh, 210px) clamp(20px, 6vw, 88px) 70px; }
.hero__logo { width: 82px; height: 82px; margin-bottom: 24px; padding: 4px; object-fit: contain; border: 3px solid var(--yellow); border-radius: 50%; background: var(--cream); }
.eyebrow { margin: 0 0 15px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; text-wrap: balance; }
h1 { max-width: 710px; font-size: clamp(62px, 9vw, 126px); line-height: .84; }
h1 span { display: block; margin-bottom: 12px; color: var(--yellow); font-size: .32em; letter-spacing: .06em; }
h2 { font-size: clamp(45px, 6.5vw, 82px); line-height: .9; }
h3 { font-size: clamp(25px, 3vw, 38px); line-height: .94; }
.hero__lead { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.8vw, 22px); line-height: 1.5; }
.hero__concept-note { display: block; margin-top: 10px; color: hsl(43 15% 72% / .72); font-size: 11px; letter-spacing: .04em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid var(--yellow); font-weight: 900; text-decoration: none; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button--primary { background: var(--yellow); color: var(--night); }
.button--secondary { background: hsl(126 45% 4% / .58); color: var(--cream); }
.hero__facts { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 46px; }
.hero__facts span { min-width: 155px; padding: 14px 18px; border-left: 2px solid var(--yellow); background: hsl(126 45% 4% / .54); backdrop-filter: blur(8px); }
.hero__facts small, .hero__facts strong { display: block; }
.hero__facts small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero__facts strong { margin-top: 5px; font-size: 15px; }
.renewal, .tasting { padding: 92px clamp(20px, 6vw, 88px); }
.section-heading { max-width: 780px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.section-heading--center > p:last-child { margin-inline: auto; }
.renewal { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--yellow); color: var(--night); }
.renewal p { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0; font-family: var(--display); font-size: clamp(28px, 4vw, 48px); line-height: .95; text-transform: uppercase; }
.renewal p i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.renewal strong { max-width: 360px; font-size: 16px; line-height: 1.4; }
.tasting { background: var(--night); }
.tasting__heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 460px); align-items: end; gap: 50px; }
.tasting__heading .eyebrow, .tasting__heading h2 { grid-column: 1; }
.tasting__heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
.menu-overview { max-width: 1320px; height: auto; margin-top: 44px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.menu-overview > img { width: 100%; height: auto; aspect-ratio: 1907 / 856; object-fit: contain; }
.menu-overview::after { display: none; }
.menu-overview > div { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: 30px; padding: 22px 26px 26px; border-top: 1px solid var(--line); }
.menu-overview span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.menu-overview strong { font-family: var(--display); font-size: clamp(24px, 3.4vw, 44px); line-height: .98; text-align: left; text-transform: uppercase; }
.tickets { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(50px, 8vw, 120px); align-items: center; padding: 112px clamp(20px, 8vw, 120px); background: var(--green); }
.tickets__intro > p { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.regular-menu { display: grid; gap: 7px; margin-top: 34px; padding: 24px; border-left: 4px solid var(--yellow); background: hsl(126 45% 4% / .35); }
.reservation-note { display: grid; gap: 6px; margin-top: 28px; padding: 22px 24px; border: 1px solid hsl(39 93% 54% / .58); background: hsl(39 93% 54% / .1); }
.reservation-note span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reservation-note strong { font-family: var(--display); font-size: clamp(30px, 4vw, 44px); text-transform: uppercase; }
.reservation-note small { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.regular-menu span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.regular-menu strong { font-family: var(--display); font-size: clamp(28px, 4vw, 42px); text-transform: uppercase; }
.regular-menu small { color: var(--muted); font-size: 14px; }
.regular-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.checkout-panel { padding: clamp(24px, 4vw, 48px); background: var(--cream); color: var(--night); box-shadow: 0 28px 80px hsl(126 45% 4% / .35); }
.current-lot { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 2px solid var(--night); }
.current-lot span, .current-lot small { display: block; }
.current-lot span { font-family: var(--display); font-size: 32px; text-transform: uppercase; }
.current-lot small { margin-top: 5px; color: hsl(126 12% 34%); }
.current-lot strong { font-family: var(--display); font-size: clamp(54px, 6vw, 82px); line-height: .8; }
.current-lot sup { margin-right: 4px; font-family: var(--body); font-size: 18px; }
.lot-progress { display: grid; gap: 0; margin: 30px 0; }
.lot-progress__item { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 14px; min-height: 68px; color: hsl(126 12% 36%); }
.lot-progress__item:not(:last-child)::after { content: ""; position: absolute; top: 34px; bottom: -3px; left: 15px; width: 2px; background: hsl(126 18% 75%); }
.lot-progress__item i { z-index: 1; width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; background: var(--cream); font-style: normal; font-weight: 900; }
.lot-progress__item span { display: grid; align-content: start; gap: 3px; }
.lot-progress__item b { color: var(--night); }
.lot-progress__item.is-current { color: var(--green); }
.lot-progress__item.is-current i { border-color: var(--yellow); background: var(--yellow); color: var(--night); }
.buy-button, .pickup-button { width: 100%; min-height: 54px; border: 2px solid var(--night); font-weight: 900; cursor: pointer; }
.buy-button { background: var(--yellow); color: var(--night); }
.pickup-button { margin-top: 10px; background: transparent; color: var(--night); }
.buy-button:hover, .pickup-button:hover { background: var(--night); color: var(--cream); }
.checkout-note { margin: 18px 0 0; color: hsl(126 12% 34%); font-size: 13px; line-height: 1.45; text-align: center; }
.footer { padding: 0; color: var(--muted); background: hsl(126 48% 3%); }
.footer__callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 30px; padding: 70px clamp(20px, 6vw, 88px); border-bottom: 1px solid var(--line); }
.footer__callout .eyebrow { grid-column: 1; margin-bottom: -18px; }
.footer__callout h2 { max-width: 820px; }
.footer__callout .button { grid-column: 2; grid-row: 1 / span 2; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 28px clamp(20px, 6vw, 88px); }
.footer__brand { display: flex; align-items: center; gap: 15px; }
.footer__brand img { width: 64px; height: 64px; padding: 4px; object-fit: contain; border: 2px solid var(--yellow); border-radius: 50%; background: var(--cream); }
.footer__brand span { display: grid; gap: 4px; font-size: 14px; }
.footer__brand strong { color: var(--cream); font-size: 16px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer__links a { color: var(--cream); font-size: 14px; font-weight: 800; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
@media (max-width: 980px) {
  .site-header nav > a:not(.header-cta) { display: none; }
  .renewal { align-items: flex-start; flex-direction: column; }
  .tasting__heading { display: block; }
  .tasting__heading > p:last-child { margin-top: 18px; }
  .tickets { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-header { min-height: 64px; padding-inline: 16px; }
  .back-link { padding-inline: 11px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { display: none; }
  .header-cta { padding-inline: 13px; }
  .hero { min-height: auto; }
  .hero__image { object-position: 68% center; }
  .hero__shade { background: linear-gradient(180deg, hsl(126 45% 4% / .9) 0%, hsl(126 45% 4% / .75) 44%, hsl(126 45% 4% / .18) 68%, var(--night) 100%); }
  .hero__content { padding: 118px 20px 56px; }
  h1 { font-size: clamp(58px, 18vw, 84px); }
  .hero__lead { max-width: 92%; }
  .hero__actions .button { width: 100%; }
  .hero__facts { position: static; display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .hero__facts span { min-width: 0; }
  .renewal, .tasting { padding: 78px 20px; }
  .renewal { gap: 18px; padding-block: 46px; }
  .renewal p { gap: 9px; }
  .renewal strong { max-width: 280px; }
  .menu-overview > div { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .menu-overview strong { text-align: left; }
  .tickets { min-width: 0; padding: 78px 20px; }
  .checkout-panel { min-width: 0; }
  .current-lot { align-items: start; flex-direction: column; }
  .regular-actions { display: grid; }
  .regular-actions .button { width: 100%; }
  .footer__callout { display: flex; align-items: flex-start; flex-direction: column; padding-block: 52px; }
  .footer__callout .eyebrow { margin-bottom: -14px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .footer__links { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
