:root {
  --navy: #071225;
  --blue: #075aa8;
  --blue-bright: #1676d2;
  --orange: #f47721;
  --ivory: #f5f1e8;
  --paper: #fffdf8;
  --ink: #101622;
  --muted: #697180;
  --line: rgba(16, 22, 34, 0.14);
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px 18px; color: white; background: var(--orange); }
.skip-link:focus { top: 16px; }

.announcement { height: 34px; display: flex; justify-content: center; align-items: center; gap: 24px; color: white; background: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.8); }
.site-header { position: absolute; top: 34px; left: 0; z-index: 50; width: 100%; min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(32px, calc((100vw - 1380px) / 2)); color: white; transition: .25s ease; }
.site-header.is-sticky { position: fixed; top: 0; min-height: 72px; background: rgba(7,18,37,.96); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand picture, .brand img { display: block; width: 62px; height: 54px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: var(--display); font-size: 21px; letter-spacing: .08em; }
.brand-text small { margin-top: 5px; font-size: 8px; letter-spacing: .23em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); font-size: 13px; font-weight: 700; }
.site-nav a:not(.nav-shop) { position: relative; padding: 28px 0; }
.site-nav a:not(.nav-shop)::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 0; height: 2px; background: var(--orange); transition: width .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.nav-shop { padding: 10px 15px; color: var(--navy); background: white; border-radius: 2px; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; }

.hero { position: relative; min-height: 760px; height: calc(100vh - 34px); display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,10,21,.93) 0%, rgba(4,10,21,.64) 48%, rgba(4,10,21,.16) 76%), linear-gradient(0deg, rgba(4,10,21,.66), transparent 40%), url("assets/theatre-stage.webp"); background-size: cover; background-position: center; transform: scale(1.02); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 76% 35%, rgba(244,119,33,.16), transparent 22%); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero h1, h2, .show-body h3 { font-family: var(--display); text-transform: uppercase; }
.hero h1 { max-width: 880px; margin: 0; font-size: clamp(62px, 8.4vw, 126px); font-weight: 500; line-height: .88; letter-spacing: -.035em; }
.hero h1 em { color: transparent; -webkit-text-stroke: 2px var(--orange); font-style: normal; }
.hero-copy { max-width: 610px; margin: 30px 0 34px; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: #ff8730; }
.button-ghost { color: white; border-color: rgba(255,255,255,.42); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { color: white; background: var(--navy); }
.scroll-cue { position: absolute; left: 24px; bottom: -122px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }

.intro { padding-bottom: 70px; background: var(--ivory); overflow: hidden; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10%; align-items: end; }
h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
.intro-copy { padding-bottom: 5px; }
.intro-copy p, .calendar-grid > div:first-child > p, .booster-copy > p { margin: 0 0 26px; color: #4e5765; font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border: 0; border-bottom: 2px solid var(--orange); background: none; font-weight: 700; cursor: pointer; }
.marquee { width: 120%; margin: 105px 0 0 -10%; padding: 16px 0; color: white; background: var(--blue); transform: rotate(-2.2deg); white-space: nowrap; overflow: hidden; }
.marquee div { font-family: var(--display); font-size: clamp(44px, 6vw, 74px); letter-spacing: .035em; }
.marquee i { margin: 0 30px; color: var(--orange); font-style: normal; }

.season { color: white; background: var(--navy); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section-heading h2 { font-size: clamp(48px, 5.5vw, 72px); }
.section-note { max-width: 320px; margin: 0 0 8px; color: rgba(255,255,255,.56); font-size: 14px; }
.show-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.show-card { position: relative; min-height: 580px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #0d1a30; }
.show-number { position: absolute; top: 18px; left: 20px; z-index: 2; font-family: var(--display); font-size: 13px; letter-spacing: .15em; }
.show-art { display: flex; align-items: end; padding: 38px 28px; background-color: #173f2b; background-image: repeating-linear-gradient(128deg, transparent 0 44px, rgba(255,255,255,.05) 45px 47px); }
.show-art span { font-family: var(--display); font-size: clamp(38px, 4vw, 56px); line-height: .88; letter-spacing: -.03em; }
.show-rotten .show-art { background-color: #8f271d; background-image: radial-gradient(circle at 25% 25%, rgba(255,200,71,.25), transparent 30%), repeating-linear-gradient(45deg, transparent 0 50px, rgba(255,255,255,.05) 51px 53px); }
.show-body { display: flex; flex-direction: column; justify-content: center; padding: 42px 34px; }
.show-type { margin: 0 0 16px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.show-body h3 { margin: 0 0 24px; font-size: clamp(34px, 3vw, 48px); line-height: .95; }
.show-body > p:not(.show-type) { color: rgba(255,255,255,.66); font-size: 14px; }
details { margin-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
summary { padding: 17px 0; color: white; font-size: 12px; font-weight: 700; cursor: pointer; }
details ul { margin: 0 0 15px; padding-left: 18px; color: rgba(255,255,255,.66); font-size: 12px; }
.archive-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 50px; padding: 26px 0; border-block: 1px solid rgba(255,255,255,.16); }
.archive-strip div { display: flex; align-items: baseline; gap: 22px; }
.archive-strip div span { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.archive-strip .text-link { color: white; }
.archive-list { grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 1px; background: rgba(255,255,255,.1); }
.archive-list:not([hidden]) { display: grid; }
.archive-list span { padding: 22px; background: #0d1a30; font-family: var(--display); font-size: 18px; text-transform: uppercase; }

.calendar { background: var(--paper); }
.calendar-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; align-items: center; }
.calendar-grid h2, .booster-copy h2 { margin-bottom: 28px; }
.calendar-card { border: 1px solid var(--line); box-shadow: 16px 16px 0 var(--ivory); }
.calendar-top { display: flex; justify-content: space-between; padding: 16px 20px; color: white; background: var(--blue); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.calendar-message { min-height: 280px; display: grid; place-content: center; padding: 50px; text-align: center; }
.calendar-message > span { color: var(--orange); font-size: 28px; }
.calendar-message h3 { margin: 10px 0 7px; font-family: var(--display); font-size: 34px; text-transform: uppercase; }
.calendar-message p { max-width: 390px; margin: 0; color: var(--muted); }
.calendar-footer { padding: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; }

.classes { color: white; background: var(--blue); }
.section-heading.light .section-note { color: rgba(255,255,255,.7); }
.class-list { border-top: 1px solid rgba(255,255,255,.3); }
.class-list article { display: grid; grid-template-columns: 80px 1fr auto; gap: 34px; align-items: center; min-height: 190px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.class-list article > span { align-self: start; padding-top: 12px; color: rgba(255,255,255,.48); font-family: var(--display); }
.class-list h3 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 54px); font-weight: 500; text-transform: uppercase; }
.class-list p { max-width: 720px; margin: 8px 0 0; color: rgba(255,255,255,.74); }
.class-list b { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; font-size: 10px; letter-spacing: .12em; }

.boosters { background: var(--ivory); }
.booster-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.levels { border-top: 3px solid var(--navy); }
.levels div { display: flex; justify-content: space-between; padding: 17px 4px; border-bottom: 1px solid var(--line); }
.levels div span { font-weight: 600; }
.levels div strong { color: var(--blue); font-family: var(--display); font-size: 22px; }
.levels small { display: block; margin-top: 18px; color: var(--muted); }

.shop { padding: 72px 0; color: white; background: var(--orange); }
.shop-card { display: grid; grid-template-columns: 150px 1fr 280px; gap: 50px; align-items: center; }
.shop-mark { display: grid; width: 130px; height: 130px; place-items: center; border: 2px solid white; font-family: var(--display); font-size: 86px; line-height: 1; transform: rotate(-4deg); }
.shop-card .eyebrow { color: var(--navy); }
.shop-card h2 { font-size: clamp(44px, 5vw, 68px); }
.shop-card p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.84); }
.shop-status { display: flex; flex-direction: column; gap: 22px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.38); }
.shop-status span { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.shop-status i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(255,255,255,.16); }
.shop-status a { font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.contact { color: white; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: rgba(255,255,255,.13); }
.contact-grid article, .contact-grid aside { min-height: 320px; display: flex; flex-direction: column; padding: 34px; background: #0c1a31; }
.initials { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--orange); font-family: var(--display); font-size: 20px; }
.contact-grid h3 { margin: 24px 0 0; font-family: var(--display); font-size: 32px; font-weight: 500; text-transform: uppercase; }
.contact-grid article p { margin: 0 0 13px; color: rgba(255,255,255,.5); }
.contact-grid article a { color: rgba(255,255,255,.8); font-size: 14px; }
.contact-grid aside { justify-content: flex-end; background: var(--blue); }
.contact-grid aside > span { margin-bottom: auto; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-grid aside > a:first-of-type { font-family: var(--display); font-size: 27px; }
.contact-grid address { margin: 20px 0; color: rgba(255,255,255,.72); font-style: normal; }
.directions { font-size: 13px; font-weight: 700; }

footer { padding: 72px 0 22px; color: white; background: #040a15; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 150px; height: 100px; object-fit: contain; object-position: left center; }
.footer-brand p, .footer-grid > div:last-child p { color: rgba(255,255,255,.5); font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:not(:first-child) > span { margin-bottom: 8px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 11px; }

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  [data-reveal].revealed { opacity: 1; transform: none; }
}

@media (max-width: 920px) {
  .site-header { padding-inline: 24px; }
  .menu-toggle { z-index: 2; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; gap: 10px; padding: 80px 30px; color: white; background: var(--navy); font-family: var(--display); font-size: 32px; text-transform: uppercase; }
  .site-nav.open { display: flex; }
  .site-nav a:not(.nav-shop) { padding: 6px 0; }
  .nav-shop { margin-top: 14px; font-size: 22px; }
  .intro-grid, .calendar-grid, .booster-grid { grid-template-columns: 1fr; gap: 46px; }
  .show-card { grid-template-columns: 1fr; }
  .show-art { min-height: 250px; }
  .shop-card { grid-template-columns: 110px 1fr; }
  .shop-mark { width: 100px; height: 100px; font-size: 64px; }
  .shop-status { grid-column: 2; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid aside { grid-column: 1 / -1; min-height: 260px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 82px 0; }
  .announcement { padding: 0 12px; gap: 12px; font-size: 9px; }
  .site-header { min-height: 72px; padding-inline: 15px; }
  .brand picture, .brand img { width: 52px; height: 45px; }
  .brand-text strong { font-size: 18px; }
  .hero { min-height: 700px; height: 92svh; }
  .hero-bg { background-position: 62% center; }
  .hero h1 { font-size: clamp(52px, 17vw, 80px); }
  .hero h1 em { -webkit-text-stroke-width: 1px; }
  .hero-copy { font-size: 16px; }
  .scroll-cue { display: none; }
  .intro-grid { align-items: start; }
  .marquee { margin-top: 70px; }
  .section-heading { align-items: start; flex-direction: column; }
  .show-grid { grid-template-columns: 1fr; }
  .show-card { min-height: 0; }
  .show-art { min-height: 220px; }
  .show-body { padding: 34px 24px; }
  .archive-strip, .archive-strip div { align-items: flex-start; flex-direction: column; }
  .archive-strip div { gap: 5px; }
  .archive-list:not([hidden]) { grid-template-columns: 1fr 1fr; }
  .calendar-message { min-height: 240px; padding: 30px 20px; }
  .class-list article { grid-template-columns: 46px 1fr; gap: 14px; }
  .class-list article b { grid-column: 2; justify-self: start; }
  .shop-card { grid-template-columns: 1fr; gap: 30px; }
  .shop-status { grid-column: auto; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.38); border-left: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid aside { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
}
