@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Nunito:wght@400;600;700;800&display=swap');

:root {
  --ink: #11152f;
  --night: #080b24;
  --night-2: #15183a;
  --paper: #fbf8ff;
  --white: #ffffff;
  --gold: #f2c65d;
  --gold-soft: #ffe5a4;
  --violet: #7658d5;
  --pink: #eb9ac5;
  --peach: #ffd8b2;
  --lavender: #eee8ff;
  --line: rgba(17, 21, 47, .12);
  --shadow: 0 18px 50px rgba(17, 21, 47, .13);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Nunito', 'Trebuchet MS', sans-serif;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 999;
  transform: translateY(-150%); background: white; padding: .7rem 1rem;
  border-radius: 999px; font-weight: 800;
}
.skip-link:focus { transform: none; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.announcement {
  display: block; background: linear-gradient(90deg, #ffe3a5, #f5b2ca 55%, #dca9ed);
  padding: .7rem 1rem; text-align: center; text-decoration: none; font-weight: 800;
}
.announcement span { margin-left: .6rem; text-decoration: underline; text-underline-offset: 3px; }
.site-header {
  position: sticky; top: 0; z-index: 90; background: rgba(8, 11, 36, .94);
  backdrop-filter: blur(14px); border-bottom: 1px solid rgba(242, 198, 93, .28);
}
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; color: white; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: var(--gold); border: 4px solid var(--gold-soft); box-shadow: 0 0 28px rgba(242, 198, 93, .32);
  color: var(--night); font-size: 1.85rem; line-height: 1;
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: 'Fredoka', sans-serif; font-size: 1.2rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy small { margin-top: .42rem; letter-spacing: .28em; text-transform: uppercase; font-size: .72rem; }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { color: #f8f4ff; text-decoration: none; font-weight: 800; padding: .55rem .72rem; border-radius: 999px; font-size: .91rem; }
.site-nav a:hover, .site-nav a[aria-current='page'], .nav-group[open] > summary, .nav-group-active > summary { background: rgba(255,255,255,.1); color: var(--gold-soft); }
.site-nav .nav-ticket { background: var(--gold); color: var(--night); padding-inline: 1rem; }
.site-nav .nav-ticket:hover, .site-nav .nav-ticket[aria-current='page'] { background: var(--gold-soft); color: var(--night); }
.nav-group { position: relative; }
.nav-group summary { list-style: none; color: #f8f4ff; padding: .55rem .72rem; border-radius: 999px; font-size: .91rem; font-weight: 800; cursor: pointer; user-select: none; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: '⌄'; display: inline-block; margin-left: .4rem; color: var(--gold); transition: transform .2s ease; }
.nav-group[open] summary::after { transform: rotate(180deg); }
.nav-dropdown { position: absolute; top: calc(100% + .7rem); left: 50%; min-width: 210px; padding: .55rem; background: var(--night-2); border: 1px solid rgba(242,198,93,.24); border-radius: 18px; box-shadow: 0 22px 50px rgba(0,0,0,.35); transform: translateX(-50%); }
.nav-dropdown a { display: block; padding: .7rem .8rem; border-radius: 12px; white-space: nowrap; }
.menu-button { display: none; border: 0; background: var(--gold); color: var(--night); border-radius: 999px; padding: .65rem 1rem; font-weight: 900; }

.hero {
  position: relative; overflow: hidden; background:
    radial-gradient(circle at 18% 18%, rgba(118,88,213,.26), transparent 22rem),
    radial-gradient(circle at 85% 28%, rgba(235,154,197,.17), transparent 24rem), var(--night);
  color: white; padding: 6.5rem 0 5.5rem;
}
.star-field::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .7;
  background-image: radial-gradient(circle, var(--gold) 1.5px, transparent 2px), radial-gradient(circle, #aaa6d1 1.2px, transparent 1.8px);
  background-position: 0 0, 36px 32px; background-size: 92px 92px, 117px 117px;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.eyebrow { margin: 0 0 1rem; color: #6b51cb; text-transform: uppercase; letter-spacing: .16em; font-size: .82rem; font-weight: 900; }
.hero .eyebrow { color: var(--gold-soft); }
h1, h2, h3 { font-family: 'Fredoka', 'Arial Rounded MT Bold', sans-serif; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); margin-bottom: 1.35rem; letter-spacing: -.04em; }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; color: #e6e3f6; font-size: clamp(1.06rem, 2vw, 1.28rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 50px; padding: .75rem 1.2rem; border-radius: 999px; border: 2px solid transparent; text-decoration: none; font-weight: 900; cursor: pointer; }
.button-primary { background: var(--gold); color: var(--night); }
.button-primary:hover { background: var(--gold-soft); transform: translateY(-2px); }
.button-secondary { color: white; border-color: rgba(255,255,255,.42); }
.button-secondary:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-dark { background: var(--ink); color: white; }
.hero-art { position: relative; }
.hero-art img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 34px; box-shadow: 0 30px 80px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.13); }
.hero-badge { position: absolute; right: -1rem; bottom: -1.1rem; background: white; color: var(--ink); border-radius: 20px; padding: 1rem 1.15rem; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-badge span { display: block; color: #7256d2; font-weight: 900; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-badge strong { font-family: 'Fredoka', sans-serif; font-size: 1.2rem; }

.values { background: var(--gold); color: var(--night); overflow: hidden; }
.values-track { display: flex; justify-content: center; gap: clamp(1rem, 4vw, 3.5rem); padding: 1rem; font-family: 'Fredoka'; font-weight: 700; letter-spacing: .12em; }
.values-track b { color: #684ec8; }
section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-head { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 3rem; margin-bottom: 2.3rem; }
.section-head h2, .page-hero h1 { font-size: clamp(2.6rem, 5.5vw, 5.2rem); margin-bottom: 0; letter-spacing: -.035em; }
.section-head p { margin: 0; font-size: 1.08rem; color: #555a75; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 35px rgba(17,21,47,.07); }
.card-body { padding: 1.5rem; }
.card h3 { font-size: 1.65rem; margin-bottom: .6rem; }
.card p { color: #5e6179; }
.card-link { display: inline-flex; gap: .45rem; align-items: center; text-decoration: none; font-weight: 900; color: #654bc5; }
.card-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.program-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.tag { display: inline-flex; align-items: center; border-radius: 999px; background: var(--lavender); color: #553ea9; padding: .25rem .65rem; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.night-section { position: relative; overflow: hidden; background: var(--night); color: white; }
.night-section .section-head p, .night-section .card p { color: #c7c5dc; }
.production-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; position: relative; }
.poster { min-height: 405px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem; border-radius: 26px; color: white; box-shadow: 0 22px 48px rgba(0,0,0,.26); isolation: isolate; }
.poster::before, .poster::after { content: ''; position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.poster::before { width: 280px; height: 280px; right: -90px; top: -80px; background: rgba(255,255,255,.18); }
.poster::after { width: 190px; height: 190px; left: -90px; bottom: 25px; border: 2px solid rgba(255,255,255,.25); }
.poster h3 { font-size: 2rem; margin: .75rem 0 .5rem; }
.poster p { margin: 0; color: rgba(255,255,255,.85); }
.poster-link { display: inline-flex; align-self: flex-start; margin-top: 1rem; color: white; font-weight: 900; text-underline-offset: 4px; }
.poster .tag { align-self: flex-start; background: rgba(255,255,255,.18); color: white; backdrop-filter: blur(8px); }
.poster-waves { background: linear-gradient(155deg, #142d73, #208ab3 65%, #f2c65d); }
.poster-dancing { background: linear-gradient(155deg, #7a3b9e, #e96fa7 60%, #f6c755); }
.poster-melody { background: linear-gradient(155deg, #151939, #653e9e 58%, #d896d2); }
.poster-solstice { background: linear-gradient(155deg, #bd4f35, #f09646 58%, #f6d36f); }
.poster-time { background: linear-gradient(155deg, #1d465b, #4f8f87 58%, #d3b071); }
.poster-quest { background: linear-gradient(155deg, #2f4b90, #5a50bb 58%, #e477aa); }

.quote-section { background: linear-gradient(135deg, #ffe7a8, #f6bed0 50%, #e6d9ff); text-align: center; }
.quote { max-width: 920px; margin: 0 auto; }
.quote-mark { display: block; color: #6f54cb; font-family: Georgia, serif; font-size: 5rem; line-height: .5; }
.quote blockquote { font-family: 'Fredoka'; font-size: clamp(1.65rem, 3.2vw, 3rem); line-height: 1.25; margin: 1rem 0; }
.quote cite { font-style: normal; font-weight: 900; }

.founder { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.founder-photo { border-radius: 34px; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.founder-photo img { width: 100%; aspect-ratio: .86; object-fit: cover; object-position: center 22%; }
.founder-copy h2 { font-size: clamp(2.7rem, 5vw, 5rem); margin-bottom: 1rem; }
.founder-copy p { font-size: 1.1rem; color: #555a75; }

.page-hero { position: relative; overflow: hidden; background: var(--night); color: white; padding: 5.5rem 0 5rem; }
.page-hero .wrap { position: relative; }
.page-hero p:not(.eyebrow) { max-width: 720px; color: #d1cfe1; font-size: 1.18rem; }
.page-hero h1 { max-width: 980px; }
.page-hero::after { content: '✦'; position: absolute; right: 7vw; top: 42%; color: var(--gold); font-size: clamp(5rem, 14vw, 12rem); opacity: .18; }
.breadcrumb { display: flex; gap: .6rem; align-items: center; color: #d1cfe1; font-size: .88rem; margin-bottom: 1.6rem; }
.breadcrumb a { color: var(--gold-soft); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.info-panel { padding: clamp(1.6rem, 3vw, 2.4rem); background: white; border-radius: var(--radius); border: 1px solid var(--line); }
.info-panel h2 { font-size: 2rem; margin-bottom: .75rem; }
.info-panel h3 { font-size: 1.4rem; margin-bottom: .4rem; }
.info-panel p, .info-panel li { color: #5a5e76; }
.icon-orbit { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; background: var(--lavender); color: #6047bc; font-size: 1.5rem; margin-bottom: 1.2rem; }
.steps { counter-reset: steps; display: grid; gap: 1rem; }
.step { counter-increment: steps; display: grid; grid-template-columns: 54px 1fr; gap: 1rem; align-items: start; }
.step::before { content: counter(steps, decimal-leading-zero); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); font-family: 'Fredoka'; font-weight: 700; }
.step h3 { margin-bottom: .3rem; }
.step p { margin-top: 0; }

.gallery-grid { columns: 3 280px; column-gap: 1rem; }
.gallery-item { break-inside: avoid; margin: 0 0 1rem; border-radius: 24px; min-height: 250px; padding: 1.4rem; color: white; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.gallery-item:nth-child(3n+1) { min-height: 390px; background: linear-gradient(145deg, #193776, #44a8c0); }
.gallery-item:nth-child(3n+2) { background: linear-gradient(145deg, #5d3c9e, #d173b2); }
.gallery-item:nth-child(3n) { min-height: 320px; background: linear-gradient(145deg, #bf6338, #f3bd5d); }
.gallery-item::before { content: '✦'; position: absolute; right: 1rem; top: .3rem; font-size: 5rem; opacity: .18; }
.gallery-item strong { font-family: 'Fredoka'; font-size: 1.35rem; }
.gallery-item span { color: rgba(255,255,255,.82); }

.news-list { display: grid; gap: 1rem; }
.news-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.4rem; background: white; border-radius: 22px; border: 1px solid var(--line); }
.news-date { color: #654bc5; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.news-item h2 { font-size: 1.6rem; margin: 0 0 .25rem; }
.news-item p { margin: 0; color: #64677e; }
.status { display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; padding: .45rem .75rem; background: #eef9ee; color: #27743b; font-weight: 900; font-size: .8rem; white-space: nowrap; }
.status::before { content: ''; width: 8px; height: 8px; background: #45a35b; border-radius: 50%; }
.official-news-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding: clamp(2rem, 6vw, 4.5rem); color: white; background: radial-gradient(circle at 85% 18%, rgba(242,198,93,.2), transparent 22%), linear-gradient(145deg, #37257c, var(--night)); border: 3px solid var(--gold); border-radius: 32px; box-shadow: var(--shadow); }
.official-news-panel .eyebrow { color: var(--gold-soft); }
.official-news-panel h2 { max-width: 700px; margin-bottom: 1rem; font-size: clamp(2.7rem, 6vw, 5rem); }
.official-news-panel p:not(.eyebrow) { max-width: 700px; color: #dedaf2; font-size: 1.08rem; }
.official-news-badge { width: clamp(185px, 20vw, 260px); aspect-ratio: 1; display: grid; place-items: center; align-content: center; text-align: center; color: var(--night); background: var(--gold); border: 7px solid white; border-radius: 50%; box-shadow: 12px 14px 0 var(--pink); transform: rotate(4deg); }
.official-news-badge span { letter-spacing: .2em; font-weight: 900; }
.official-news-badge strong { font-size: 3rem; line-height: 1; }
.official-news-badge small { font-weight: 900; line-height: 1.35; }
.news-purpose-grid { margin-top: 2rem; }

.ticket-list { display: grid; gap: 1rem; }
.ticket-item { background: white; border-radius: 24px; padding: 1.5rem; border: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.ticket-item h2 { font-size: 1.6rem; margin-bottom: .35rem; }
.ticket-item p { margin: 0; color: #64677e; }
.ticket-stub { border-left: 2px dashed #d6d2e3; padding-left: 1.4rem; text-align: center; }
.ticket-stub strong { display: block; font-family: 'Fredoka'; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.4rem; }
.contact-card { background: var(--night); color: white; border-radius: 28px; padding: 2rem; }
.contact-card h2 { font-size: 2rem; }
.contact-card p { color: #c9c7d9; }
.contact-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
.contact-list a { color: var(--gold-soft); font-weight: 900; }
.contact-form { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.field label { font-weight: 900; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cfcbdc; border-radius: 14px; background: #fdfcff; padding: .85rem 1rem; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { color: #696c80; font-size: .88rem; }

.production-detail { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.production-cover { min-height: 520px; border-radius: 30px; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; color: white; box-shadow: var(--shadow); }
.production-cover h2 { font-size: clamp(2.4rem, 4vw, 4.5rem); margin: .6rem 0; }
.production-copy > p { color: #555a75; font-size: 1.08rem; }
.production-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.4rem; }
.production-meta span { border-radius: 999px; padding: .35rem .75rem; background: var(--lavender); color: #553ea9; font-size: .78rem; font-weight: 900; }
.official-link { margin-top: 1.6rem; }

.talent-tools { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: end; margin-bottom: 2rem; }
.talent-search { display: grid; gap: .45rem; }
.talent-search label { font-weight: 900; }
.talent-search input { min-height: 54px; border: 1px solid #cfcbdc; border-radius: 999px; background: white; padding: .8rem 1.1rem; color: var(--ink); }
.talent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.talent-card { display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 24px; padding: 1.5rem; box-shadow: 0 12px 35px rgba(17,21,47,.07); }
.talent-card[hidden] { display: none; }
.talent-initials { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(135deg, var(--gold), var(--pink)); color: var(--night); font-family: 'Fredoka'; font-size: 1.35rem; font-weight: 700; }
.talent-card h2 { font-size: 1.7rem; margin: 1rem 0 .35rem; }
.talent-card p { color: #5a5e76; }
.talent-card .card-link { margin-top: auto; }
.talent-card-photo { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; box-shadow: 5px 7px 0 var(--gold); }
.talent-profile { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.profile-monogram { aspect-ratio: 1; display: grid; place-items: center; border-radius: 32px; background: linear-gradient(145deg, var(--gold), var(--pink) 55%, var(--violet)); color: var(--night); font-family: 'Fredoka'; font-size: clamp(4rem, 10vw, 8rem); box-shadow: var(--shadow); }
.talent-profile-photo { width: 100%; aspect-ratio: 1; object-fit: cover; border: 7px solid white; border-radius: 32px; box-shadow: 12px 15px 0 var(--gold), var(--shadow); transform: rotate(-1deg); }
.credit-list { display: grid; gap: .75rem; padding: 0; list-style: none; }
.credit-list li { padding: 1rem 1.1rem; border-radius: 16px; background: white; border: 1px solid var(--line); }
.security-note { padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: #fff8e3; color: #51471f; }
.talent-source { margin-top: 2.5rem; padding: 1.2rem 1.4rem; color: #453d61; background: #f5efff; border-radius: 1rem; }
.talent-source a { color: var(--violet); font-weight: 850; }
.staff-card .talent-initials { margin-bottom: 1rem; }
.staff-card .tag { display: inline-block; margin-bottom: .8rem; }

.cta { background: var(--night-2); color: white; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
.cta h2 { font-size: clamp(2.3rem, 5vw, 4.5rem); margin-bottom: .75rem; }
.cta p { color: #c8c6db; margin: 0; }
.site-footer { background: var(--night); color: white; padding: 3.5rem 0 2rem; border-top: 1px solid rgba(242,198,93,.24); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.footer-brand p { color: #aaa9bd; max-width: 420px; }
.footer-column h2 { font-size: 1rem; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .12em; }
.footer-column a { display: block; color: #d3d1df; text-decoration: none; margin: .4rem 0; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.5rem; padding-top: 1.4rem; color: #9593aa; font-size: .87rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  .menu-button { display: inline-flex; }
  .site-nav { position: fixed; inset: 80px 0 auto; display: grid; gap: .35rem; padding: 1rem 20px 1.5rem; background: var(--night); transform: translateY(-130%); transition: transform .25s ease; box-shadow: 0 30px 50px rgba(0,0,0,.25); }
  .site-nav.open { transform: none; }
  .site-nav a { padding: .75rem 1rem; }
  .nav-group { width: 100%; }
  .nav-group summary { padding: .75rem 1rem; }
  .nav-dropdown { position: static; min-width: 0; margin: .25rem 0 .5rem 1rem; padding: .25rem; background: rgba(255,255,255,.05); border: 0; box-shadow: none; transform: none; }
  .nav-dropdown a { padding: .65rem .85rem; white-space: normal; }
  .hero-grid, .founder, .contact-grid, .production-detail, .talent-profile, .official-news-panel { grid-template-columns: 1fr; }
  .official-news-badge { width: 190px; }
  .hero { padding-top: 4.5rem; }
  .hero-art { max-width: 700px; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .cards, .production-grid, .talent-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-mark { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .62rem; }
  .header-inner { min-height: 76px; }
  .site-nav { inset-block-start: 76px; }
  .announcement { font-size: .88rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .cards, .production-grid, .content-grid, .form-row { grid-template-columns: 1fr; }
  .poster { min-height: 330px; }
  .hero-badge { right: .5rem; }
  .values-track { justify-content: flex-start; overflow-x: auto; }
  .news-item { grid-template-columns: 1fr; gap: .5rem; }
  .ticket-item { grid-template-columns: 1fr; }
  .ticket-stub { border-left: 0; border-top: 2px dashed #d6d2e3; padding: 1rem 0 0; text-align: left; }
  .cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .talent-grid, .talent-tools { grid-template-columns: 1fr; }
  .talent-code-form > div { grid-template-columns: 1fr; }
  .talent-code-form button { width: 100%; }
}
