:root {
  --ink: #2c2d29;
  --paper: #f8f7f3;
  --stone: #edeae3;
  --moss: #596759;
  --sage: #a5b1a5;
  --muted: #716f68;
  --line: #d9d6ce;
  --mono: "DM Mono", monospace;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); }
a { color: inherit; }
h1, h2, p { margin-top: 0; }

.skip-link {
  position: fixed;
  z-index: 30;
  top: -5rem;
  left: 1rem;
  padding: .7rem 1rem;
  color: var(--ink);
  background: var(--sage);
}
.skip-link:focus { top: 1rem; }

.section-shell,
.header-inner,
.footer-content {
  width: min(100% - 2.5rem, 76rem);
  margin-inline: auto;
}

.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { display: flex; min-height: 4.5rem; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--display); font-size: 1rem; font-weight: 700; text-decoration: none; }
.wordmark-mark { display: grid; width: 1.9rem; height: 1.9rem; place-items: center; color: var(--paper); background: var(--moss); border-radius: 50%; font-family: var(--mono); font-size: .61rem; }
.site-nav { display: flex; gap: 1rem; font-family: var(--mono); font-size: .67rem; }
.site-nav a { text-decoration: none; }
.site-nav a:nth-child(-n + 2) { display: none; }

.hero {
  position: relative;
  min-height: 40rem;
  overflow: hidden;
  padding: 3.5rem max(1.25rem, calc((100vw - 76rem) / 2)) 6.2rem;
  color: var(--paper);
  background: var(--ink);
}
.hero-noise { position: absolute; inset: 0; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.hero-grid { position: absolute; top: 0; right: -18rem; width: 38rem; height: 100%; background-image: linear-gradient(rgba(165,177,165,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(165,177,165,.34) 1px, transparent 1px); background-size: 3.25rem 3.25rem; transform: skewX(-17deg); mask-image: linear-gradient(90deg, transparent, black 38%, black 82%, transparent); }
.hero-copy { position: relative; z-index: 2; max-width: 59rem; }
.eyebrow,
.section-kicker { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.35rem; color: var(--moss); font-family: var(--mono); font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { color: var(--sage); }
.eyebrow span { width: .55rem; height: .55rem; flex: 0 0 auto; border-radius: 50%; background: var(--sage); }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.07em; line-height: .9; }
h1 { max-width: 59rem; margin-bottom: 1.7rem; font-size: clamp(4rem, 18vw, 6rem); }
h1 em, h2 em { color: var(--sage); font-style: normal; }
.hero-summary { max-width: 29rem; margin-bottom: 0; color: #d4d4cf; font-size: 1.02rem; line-height: 1.5; }
.hero-actions { display: grid; gap: .65rem; width: min(100%, 20rem); margin-top: 1.7rem; }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .85rem 1rem; border: 1px solid transparent; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
.button-primary { color: var(--ink); background: var(--sage); }
.button-quiet { color: var(--paper); border-color: rgba(248,247,243,.38); }
.hero-stamp { position: absolute; z-index: 3; right: 1.25rem; bottom: 4.6rem; display: grid; width: 6.4rem; aspect-ratio: 1; place-items: center; color: var(--paper); background: var(--moss); border: 1px solid rgba(248,247,243,.22); border-radius: 50%; transform: rotate(10deg); }
.hero-stamp strong { font-family: var(--mono); font-size: 1.75rem; }
.hero-stamp span { position: absolute; font-family: var(--mono); font-size: .43rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.hero-stamp span:nth-of-type(1) { top: .65rem; }
.hero-stamp span:nth-of-type(2) { right: .35rem; transform: rotate(90deg); }
.hero-stamp span:nth-of-type(3) { bottom: .65rem; }
.hero-stamp span:nth-of-type(4) { left: .27rem; transform: rotate(-90deg); }
.hero-footer { position: absolute; z-index: 2; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; display: flex; justify-content: space-between; gap: 1rem; padding-top: .9rem; border-top: 1px solid rgba(248,247,243,.25); color: #c7c7c1; font-family: var(--mono); font-size: .52rem; letter-spacing: .04em; text-transform: uppercase; }
.hero-footer span:first-child { max-width: 15rem; }
.hero-footer span:last-child { display: none; }

.dates h2,
.watch-heading h2,
.booking h2 { margin: 0; font-size: clamp(3rem, 13vw, 5rem); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .7rem; font-weight: 500; text-underline-offset: .25rem; }

.dates { padding-block: 5rem; background: var(--stone); }
.dates-heading { display: grid; gap: 1.4rem; margin-bottom: 2.5rem; }
.dates-heading p { max-width: 27rem; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.dates-layout { display: grid; gap: 1rem; }
.calendar,
.event-list-wrap { padding: 1rem; border: 1px solid var(--line); background: var(--paper); }
.calendar-heading { display: grid; grid-template-columns: 2.2rem 1fr 2.2rem; align-items: center; gap: .5rem; margin-bottom: 1rem; font-family: var(--mono); font-size: .67rem; text-align: center; }
.calendar-nav { display: grid; width: 2.2rem; height: 2.2rem; padding: 0; place-items: center; color: var(--ink); border: 1px solid var(--line); background: transparent; font: inherit; cursor: pointer; }
.calendar-nav:hover,
.calendar-nav:focus-visible { color: var(--paper); border-color: var(--moss); background: var(--moss); }
.weekday-labels,
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .12rem; }
.weekday-labels { margin-bottom: .3rem; color: var(--muted); font-family: var(--mono); font-size: .48rem; text-align: center; text-transform: uppercase; }
.calendar-grid { padding: 0; margin: 0; list-style: none; }
.calendar-day { display: grid; min-height: 2.2rem; place-items: center; border: 1px solid transparent; color: var(--muted); font-family: var(--mono); font-size: .64rem; }
.calendar-day--empty { visibility: hidden; }
.calendar-day--event { color: var(--paper); background: var(--moss); }
.event-list-wrap { display: flex; min-height: 13rem; flex-direction: column; align-items: flex-start; }
.event-list-title { margin-bottom: 1rem; font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }
.event-list { width: 100%; min-height: 6.4rem; padding: 0; margin: 0 0 1.2rem; list-style: none; }
.event-list li { padding-block: .8rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .91rem; line-height: 1.5; }
.event-date { display: block; margin-bottom: .18rem; color: var(--ink); font-family: var(--mono); font-size: .65rem; }

.watch-section { padding: 5rem 0 1.8rem; color: var(--paper); background: var(--moss); }
.section-kicker-light { color: var(--sage); }
.watch-heading { display: grid; gap: 1.5rem; }
.watch-heading p:last-child { max-width: 23rem; margin-bottom: 0; color: #d7dbd5; line-height: 1.55; }
.instagram-gallery { display: grid; grid-template-columns: minmax(0, 350px); justify-content: center; gap: 1.25rem; padding: 3rem 1.25rem 3.5rem; }
.instagram-card { width: 100%; max-width: 350px; overflow: hidden; border: 1px solid rgba(248,247,243,.26); background: white; }
.instagram-card .instagram-media { width: 100% !important; min-width: 0 !important; margin: 0 !important; }
.instagram-card iframe { width: 100% !important; max-width: 100% !important; }
.embed-fallback { display: grid; min-height: 21rem; place-items: center; padding: 2rem; color: var(--ink); background: var(--paper); font-family: var(--mono); font-size: .72rem; line-height: 1.5; text-align: center; }
.watch-footer { display: flex; flex-direction: column; gap: .7rem; padding-top: 1.1rem; border-top: 1px solid rgba(248,247,243,.25); color: #d7dbd5; font-family: var(--mono); font-size: .61rem; letter-spacing: .04em; text-transform: uppercase; }
.text-link-light { color: var(--paper); }

.booking { display: grid; gap: 3.5rem; padding-block: 5.5rem; }
.booking-ticket { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr auto; align-content: space-between; width: 8.5rem; aspect-ratio: .72; padding: .85rem; color: var(--paper); background: var(--moss); font-family: var(--mono); font-size: .55rem; font-weight: 500; letter-spacing: .05em; transform: rotate(-7deg); }
.booking-ticket span:nth-child(2),
.booking-ticket span:nth-child(4) { text-align: right; }
.booking-ticket strong { grid-column: 1 / -1; align-self: center; font-family: var(--display); font-size: 2.1rem; letter-spacing: -.06em; text-align: center; }
.booking-content { max-width: 52rem; }
.booking-content h2 { margin-bottom: 1.8rem; }
.booking-content > p:not(.section-kicker) { max-width: 34rem; color: var(--muted); font-size: 1.08rem; line-height: 1.58; }
.booking-email { display: inline-flex; max-width: 100%; gap: .65rem; margin-top: 1.4rem; padding-bottom: .4rem; border-bottom: 2px solid var(--ink); font-family: var(--mono); font-size: clamp(.7rem, 3vw, .95rem); font-weight: 500; text-decoration: none; }

.site-footer { padding-block: 1.5rem; color: var(--paper); background: var(--ink); }
.footer-content { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; font-family: var(--mono); font-size: .61rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer .wordmark { font-size: .9rem; text-transform: none; }
.site-footer .wordmark-mark { color: var(--ink); background: var(--sage); }
.site-footer p { margin: 0; }

@media (min-width: 720px) {
  .section-shell,
  .header-inner,
  .footer-content { width: min(100% - 5rem, 76rem); }
  .header-inner { min-height: 5rem; }
  .site-nav { gap: 1.4rem; }
  .site-nav a:nth-child(-n + 2) { display: inline; }
  .hero { min-height: min(46rem, calc(100svh - 5rem)); padding: clamp(5rem, 8vw, 7.5rem) max(2.5rem, calc((100vw - 76rem) / 2)) 6rem; }
  .hero-grid { right: -10vw; width: min(55rem, 70vw); background-size: 4rem 4rem; }
  h1 { font-size: clamp(6rem, 10.8vw, 10rem); }
  .hero-summary { font-size: 1.15rem; }
  .hero-actions { display: flex; width: auto; }
  .button { min-width: 14rem; }
  .hero-stamp { right: max(2.5rem, calc((100vw - 76rem) / 2)); bottom: 5.5rem; width: clamp(8.5rem, 14vw, 11rem); }
  .hero-stamp strong { font-size: 2.65rem; }
  .hero-stamp span { font-size: .52rem; }
  .hero-stamp span:nth-of-type(1) { top: .9rem; }
  .hero-stamp span:nth-of-type(2) { right: .62rem; }
  .hero-stamp span:nth-of-type(3) { bottom: .9rem; }
  .hero-stamp span:nth-of-type(4) { left: .52rem; }
  .hero-footer { right: max(2.5rem, calc((100vw - 76rem) / 2)); bottom: 1.5rem; left: max(2.5rem, calc((100vw - 76rem) / 2)); font-size: .59rem; }
  .hero-footer span:last-child { display: inline; }
  .dates h2, .watch-heading h2, .booking h2 { font-size: clamp(4.3rem, 7vw, 6.8rem); }
  .dates { padding-block: clamp(6rem, 9vw, 8rem); }
  .dates-heading { grid-template-columns: minmax(0, 1fr) minmax(16rem, .45fr); align-items: end; gap: 4rem; margin-bottom: 3.5rem; }
  .dates-layout { grid-template-columns: minmax(0, 40rem) minmax(16rem, 1fr); }
  .calendar, .event-list-wrap { padding: 1.5rem; }
  .calendar-day { min-height: 3rem; }
  .watch-section { padding-top: clamp(6rem, 9vw, 8rem); }
  .watch-heading { grid-template-columns: minmax(0, 1fr) minmax(16rem, .4fr); align-items: end; gap: 4rem; }
  .instagram-gallery { grid-template-columns: repeat(2, minmax(0, 350px)); justify-content: start; width: min(100% - 5rem, 76rem); margin-inline: auto; padding: 4rem 0 4.5rem; }
  .watch-footer { flex-direction: row; justify-content: space-between; gap: 1rem; }
  .booking { grid-template-columns: minmax(10rem, .5fr) minmax(0, 1.5fr); gap: clamp(4rem, 8vw, 8rem); padding-block: clamp(7rem, 11vw, 10rem); }
  .booking-ticket { width: min(14rem, 100%); padding: 1.1rem; font-size: .7rem; }
  .booking-ticket strong { font-size: 3.4rem; }
  .booking-email { gap: 1.25rem; }
  .footer-content { flex-direction: row; align-items: center; justify-content: space-between; gap: 1rem; }
}

@media (min-width: 1120px) {
  .instagram-gallery { grid-template-columns: repeat(3, minmax(0, 350px)); }
}

@media (hover: hover) {
  .button, .text-link, .site-nav a, .booking-email { transition: opacity 160ms ease, transform 160ms ease; }
  .button:hover { transform: translateY(-2px); }
  .text-link:hover, .site-nav a:hover, .booking-email:hover { opacity: .68; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .text-link, .site-nav a, .booking-email { transition: none; }
}
