:root {
  --page: #f6efe1;
  --surface: #fffaf0;
  --ink: #203832;
  --muted: #65766e;
  --accent: #dc4b3e;
  --accent-2: #1c7468;
  --accent-3: #f0b747;
  --line: rgba(32, 56, 50, .18);
  --display: "Playfair Display", Georgia, serif;
  --body: "Manrope", sans-serif;
  --round: 28px;
  --shadow: 0 25px 70px rgba(42, 50, 42, .14);
  --art-sky-a: #f4c866;
  --art-sky-b: #db5a4b;
  --art-moon: #fff4c9;
  --art-star: #fff7dc;
  --art-shadow: #142d28;
  --transition: 650ms cubic-bezier(.2, .7, .2, 1);
}

html[data-theme="confetti"] {
  --page: #f4efdc;
  --surface: #fffdf3;
  --ink: #132a67;
  --muted: #5c6280;
  --accent: #ff4d3d;
  --accent-2: #2459e0;
  --accent-3: #ffd42a;
  --line: rgba(19, 42, 103, .2);
  --display: "Comfortaa", sans-serif;
  --round: 12px;
  --shadow: 10px 12px 0 #132a67;
  --art-sky-a: #63d9ff;
  --art-sky-b: #3158df;
  --art-moon: #ffd631;
  --art-star: #fff;
  --art-shadow: #142b69;
}

html[data-theme="stage"] {
  --page: #101a2a;
  --surface: #17243a;
  --ink: #f7efd9;
  --muted: #aeb6c4;
  --accent: #ee745d;
  --accent-2: #d5ad5d;
  --accent-3: #84b7a8;
  --line: rgba(247, 239, 217, .16);
  --display: "Playfair Display", Georgia, serif;
  --round: 2px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .45);
  --art-sky-a: #192b4d;
  --art-sky-b: #573644;
  --art-moon: #e7c477;
  --art-star: #ecd696;
  --art-shadow: #030812;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page); }
body { margin: 0; color: var(--ink); background: var(--page); font-family: var(--body); overflow-x: hidden; transition: color var(--transition), background var(--transition); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
::selection { color: var(--surface); background: var(--accent); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--ink); color: var(--page); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.design-dock { position: fixed; z-index: 90; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; padding: 7px 8px 7px 16px; color: #f8f4e9; background: rgba(17, 25, 34, .88); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; box-shadow: 0 14px 45px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.design-dock__label { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .62; white-space: nowrap; }
.design-dock__buttons { display: flex; gap: 4px; }
.theme-button { display: flex; align-items: center; gap: 6px; border: 0; border-radius: 999px; padding: 9px 12px; background: transparent; color: inherit; cursor: pointer; font-size: 12px; transition: .25s ease; }
.theme-button:hover { background: rgba(255,255,255,.1); }
.theme-button.is-active { color: #17202b; background: #f3c55b; }
.theme-button__number { opacity: .6; font-size: 9px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1440px, calc(100% - 64px)); margin: auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; }
.brand__mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--surface); background: var(--accent); transform: rotate(-4deg); transition: background var(--transition), border-radius var(--transition); }
.brand__mark svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.brand__text { display: flex; flex-direction: column; line-height: .84; }
.brand__text strong { font-size: 18px; text-transform: uppercase; letter-spacing: .05em; }
.brand__text em { margin-left: 18px; font: 26px "Marck Script", cursive; color: var(--accent); }
.main-nav { display: flex; gap: clamp(20px, 3vw, 48px); }
.main-nav a { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 6px auto; background: currentColor; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 54px; border: 1px solid currentColor; border-radius: 999px; padding: 0 24px; cursor: pointer; font-weight: 700; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background var(--transition), color var(--transition); }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 18px; }
.button--small { min-height: 44px; padding: 0 20px; background: transparent; font-size: 12px; }
.button--primary { color: var(--surface); background: var(--accent); border-color: var(--accent); box-shadow: 0 10px 25px color-mix(in srgb, var(--accent) 28%, transparent); }
.button--light { color: #182a2a; background: #fff5df; border-color: #fff5df; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; text-decoration: none; }
.play { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }

.hero { position: relative; min-height: 860px; padding: 170px max(32px, calc((100vw - 1320px) / 2)) 100px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, .76fr); align-items: center; gap: 7vw; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: radial-gradient(var(--line) .8px, transparent .8px); background-size: 9px 9px; mask-image: linear-gradient(90deg, black, transparent 60%); }
.hero__backdrop { position: absolute; inset: 0; pointer-events: none; }
.hero__orb { position: absolute; display: block; border-radius: 50%; filter: blur(1px); opacity: .5; }
.hero__orb--one { width: 280px; height: 280px; right: -80px; top: 160px; background: var(--accent-3); }
.hero__orb--two { width: 130px; height: 130px; left: 43%; bottom: 100px; background: var(--accent-2); opacity: .16; }
.spark { position: absolute; color: var(--accent); animation: float 5s ease-in-out infinite; }
.spark--1 { left: 7%; top: 24%; font-size: 32px; }
.spark--2 { left: 46%; top: 20%; font-size: 20px; animation-delay: -2s; }
.spark--3 { left: 4%; bottom: 22%; font-size: 12px; animation-delay: -3s; }
.hero__content { position: relative; z-index: 2; max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; }
.hero h1, .section-heading h2, .showreel h2, .calculator h2, .final-cta h2, .booking-dialog h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: .95; text-wrap: balance; }
.hero h1 { max-width: 760px; font-size: clamp(64px, 7.2vw, 112px); }
.hero h1 span { display: block; color: var(--accent); font-style: italic; }
.hero__lead { max-width: 600px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; gap: 32px; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.trust-row span { display: flex; align-items: baseline; gap: 7px; }
.trust-row b { color: var(--ink); font-family: var(--display); font-size: 22px; }
.hero__visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 530px); transform-style: preserve-3d; transition: transform .15s ease-out; }
.theatre-card { position: relative; overflow: hidden; padding: 16px; color: #fff8e8; background: var(--accent-2); border: 1px solid rgba(255,255,255,.15); border-radius: var(--round); box-shadow: var(--shadow); transition: border-radius var(--transition), box-shadow var(--transition); }
.theatre-card__top { display: flex; justify-content: space-between; padding: 2px 3px 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; opacity: .76; }
.hero-art { display: block; width: 100%; max-height: 545px; border-radius: calc(var(--round) - 10px); }
.art-hill { fill: color-mix(in srgb, var(--accent-2) 75%, #071713); }
.art-castle { fill: color-mix(in srgb, var(--accent-2) 60%, #091d1a); }
.art-door { fill: var(--art-moon); }
.art-characters { fill: color-mix(in srgb, var(--accent) 75%, #171117); }
.theatre-card__caption { display: flex; flex-direction: column; gap: 3px; padding: 14px 3px 4px; }
.theatre-card__caption b { font-family: var(--display); font-size: 22px; }
.theatre-card__caption span { font-size: 11px; opacity: .7; }
.sticker { position: absolute; z-index: 3; max-width: 150px; padding: 12px 16px; color: #192e2b; background: var(--accent-3); border-radius: 50%; font: 18px "Marck Script", cursive; line-height: 1; text-align: center; box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.sticker--one { left: -62px; top: 18%; transform: rotate(-11deg); }
.sticker--two { right: -35px; bottom: 12%; color: var(--surface); background: var(--accent); transform: rotate(8deg); font-size: 15px; }
.scroll-cue { position: absolute; z-index: 3; left: 32px; bottom: 50px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 9px; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 44px; height: 1px; background: currentColor; }

.marquee { overflow: hidden; padding: 17px 0; color: var(--surface); background: var(--accent); transform: rotate(-1.1deg) scale(1.02); }
.marquee__track { display: flex; align-items: center; width: max-content; gap: 28px; animation: marquee 28s linear infinite; white-space: nowrap; }
.marquee span { font-family: var(--display); font-size: 19px; }
.marquee i { color: var(--accent-3); font-style: normal; }

.section { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 140px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr .8fr; gap: 50px; align-items: end; margin-bottom: 72px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .calculator h2 { font-size: clamp(44px, 5vw, 76px); }
.section-heading h2 em { color: var(--accent); font-weight: inherit; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.program-card { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--round); background: color-mix(in srgb, var(--surface) 78%, transparent); transition: transform .35s, color var(--transition), background var(--transition), border-radius var(--transition); overflow: hidden; }
.program-card::before { content: ""; position: absolute; right: -45px; top: -50px; width: 150px; height: 150px; border-radius: 50%; background: var(--accent-3); opacity: .13; transition: transform .4s; }
.program-card:hover { transform: translateY(-10px); }
.program-card:hover::before { transform: scale(1.35); }
.program-card--featured { color: var(--surface); background: var(--accent-2); border-color: transparent; }
.program-card__index { font-size: 10px; opacity: .55; }
.program-card__icon { width: 58px; height: 58px; margin: 42px 0 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 24px; }
.program-card > p { margin: 0 0 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; opacity: .65; }
.program-card h3 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(25px, 2.3vw, 36px); line-height: 1.05; }
.program-card ul { margin: auto 0 30px; padding: 0; list-style: none; font-size: 12px; line-height: 2; opacity: .78; }
.program-card li::before { content: "✓"; margin-right: 8px; color: var(--accent-3); }
.program-card button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px 0 0; border: 0; border-top: 1px solid currentColor; background: transparent; cursor: pointer; font-weight: 700; font-size: 12px; }

.showreel { padding: 40px max(32px, calc((100vw - 1440px) / 2)); }
.showreel__stage { position: relative; isolation: isolate; min-height: 680px; display: grid; place-items: center; overflow: hidden; color: #fff4df; background: #b83e35; border-radius: var(--round); }
.showreel__stage::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 30%, rgba(255,224,146,.65), transparent 22%), linear-gradient(135deg, #532b49, #ce533c); }
.showreel__copy { position: absolute; left: 7%; top: 11%; }
.showreel h2 { font-size: clamp(48px, 6vw, 88px); }
.showreel__play { width: 110px; height: 110px; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #34272f; background: #f7d881; cursor: pointer; box-shadow: 0 0 0 18px rgba(255,255,255,.08); transition: transform .3s; }
.showreel__play:hover { transform: scale(1.08); }
.showreel__quote { position: absolute; right: 7%; bottom: 10%; max-width: 250px; font-family: var(--display); font-size: 22px; font-style: italic; }
.showreel__quote small { display: block; margin-top: 12px; font: 10px var(--body); text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.curtain { position: absolute; z-index: -1; top: 0; bottom: 0; width: 32%; opacity: .45; background: repeating-linear-gradient(90deg, transparent 0 22px, rgba(20,0,0,.4) 23px 43px); }
.curtain--left { left: 0; clip-path: polygon(0 0,100% 0,60% 100%,0 100%); }
.curtain--right { right: 0; clip-path: polygon(0 0,100% 0,100% 100%,40% 100%); }

.process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.process .section-heading { display: block; margin: 0; }
.process .section-heading h2 { margin-top: 24px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--accent); font-family: var(--display); font-size: 22px; }
.process-list h3 { margin: 0 0 8px; font-family: var(--display); font-size: 28px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.calculator { width: 100%; display: grid; grid-template-columns: 1fr 1.3fr; gap: 10vw; padding: 130px max(32px, calc((100vw - 1320px) / 2)); color: var(--surface); background: var(--accent-2); }
.calculator__copy > p:last-child { max-width: 440px; color: color-mix(in srgb, var(--surface) 65%, transparent); line-height: 1.7; }
.calculator__panel { display: flex; flex-direction: column; gap: 30px; padding: 40px; color: var(--ink); background: var(--surface); border-radius: var(--round); box-shadow: var(--shadow); }
.calculator fieldset { margin: 0; padding: 0; border: 0; }
.calculator legend, .range-field > span { display: block; margin-bottom: 13px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: grid; place-items: center; min-height: 48px; padding: 8px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 11px; text-align: center; }
.choice-row input:checked + span { color: var(--surface); background: var(--accent); border-color: var(--accent); }
.range-field input { width: 100%; accent-color: var(--accent); }
.calculator__result { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calculator__result div { display: flex; flex-direction: column; gap: 7px; }
.calculator__result div:last-child { text-align: right; }
.calculator__result small { color: var(--muted); font-size: 10px; }
.calculator__result strong { font-family: var(--display); font-size: 24px; }

.reviews { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 10vw; }
.reviews .section-heading { display: block; grid-column: 1; }
.reviews .section-heading h2 { margin-top: 24px; }
.review-stack { position: relative; grid-column: 2; grid-row: 1 / span 2; min-height: 460px; }
.review-card { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 52px; border: 1px solid var(--line); border-radius: var(--round); background: var(--surface); box-shadow: var(--shadow); opacity: 0; transform: translate(50px, 15px) rotate(3deg); pointer-events: none; transition: .55s cubic-bezier(.2,.8,.2,1); }
.review-card:nth-child(2) { transform: translate(24px, 10px) rotate(1.5deg); }
.review-card.is-active { opacity: 1; transform: none; pointer-events: auto; }
.review-card__stars { color: var(--accent-3); letter-spacing: .25em; }
.review-card blockquote { margin: auto 0; font-family: var(--display); font-size: clamp(24px, 2.4vw, 36px); line-height: 1.3; }
.review-card footer { display: flex; align-items: center; gap: 15px; }
.review-card footer > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--surface); background: var(--accent); font-size: 11px; }
.review-card footer div { display: flex; flex-direction: column; }
.review-card footer small { color: var(--muted); font-size: 10px; }
.review-controls { align-self: end; display: flex; align-items: center; gap: 20px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.review-controls span { font-size: 11px; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; }
.faq .section-heading { display: block; }
.faq .section-heading h2 { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0; cursor: pointer; font-family: var(--display); font-size: 22px; list-style: none; }
.faq summary span { color: var(--accent); font-family: var(--body); transition: transform .3s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 680px; margin: -8px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.final-cta { position: relative; overflow: hidden; padding: 140px 24px; color: #fff5df; background: var(--accent); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.final-cta::before { left: -100px; top: -100px; }
.final-cta::after { right: -90px; bottom: -120px; }
.final-cta .eyebrow { color: var(--accent-3); }
.final-cta h2 { font-size: clamp(55px, 8vw, 112px); }
.final-cta h2 em { color: var(--accent-3); }
.final-cta > p:not(.eyebrow) { max-width: 590px; margin: 28px auto 34px; line-height: 1.7; opacity: .76; }
.final-cta__stars { margin-bottom: 24px; color: var(--accent-3); letter-spacing: 18px; }
.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 70px max(32px, calc((100vw - 1320px) / 2)) 120px; background: var(--page); }
.site-footer > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; gap: 25px; font-size: 12px; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.footer-meta button { border: 0; color: var(--ink); background: none; cursor: pointer; }

.booking-dialog { width: min(940px, calc(100% - 30px)); padding: 0; border: 0; border-radius: var(--round); color: var(--ink); background: var(--surface); box-shadow: 0 30px 120px rgba(0,0,0,.45); }
.booking-dialog[open] { display: grid; grid-template-columns: .9fr 1.1fr; animation: dialog-in .4s ease both; }
.booking-dialog::backdrop { background: rgba(8,16,22,.7); backdrop-filter: blur(8px); }
.booking-dialog__intro { padding: 58px 48px; color: var(--surface); background: var(--accent-2); }
.booking-dialog h2 { font-size: 48px; }
.booking-dialog__intro > p:last-child { margin-top: 28px; color: color-mix(in srgb, var(--surface) 70%, transparent); font-size: 13px; line-height: 1.7; }
.dialog-close { position: absolute; z-index: 2; right: 16px; top: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: color-mix(in srgb, var(--ink) 8%, transparent); cursor: pointer; font-size: 24px; }
.booking-dialog form { display: flex; flex-direction: column; gap: 18px; padding: 58px 48px 42px; }
.booking-dialog label { display: flex; flex-direction: column; gap: 8px; font-size: 11px; font-weight: 700; }
.booking-dialog input, .booking-dialog select { width: 100%; min-height: 46px; border: 0; border-bottom: 1px solid var(--line); outline: none; color: var(--ink); background: transparent; }
.booking-dialog input:focus, .booking-dialog select:focus { border-color: var(--accent); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-dialog form small { color: var(--muted); font-size: 9px; line-height: 1.5; }
.booking-success { grid-column: 1 / -1; padding: 70px; text-align: center; }
.booking-success > span { width: 70px; height: 70px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: var(--surface); background: var(--accent-2); font-size: 30px; }
.booking-success p { max-width: 500px; margin: 20px auto 30px; color: var(--muted); line-height: 1.7; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 100px; padding: 12px 18px; color: #fff; background: #18202a; border-radius: 999px; font-size: 12px; opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: .3s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Variant 02: bold festival poster */
html[data-theme="confetti"] .site-header { border-bottom: 3px solid var(--ink); }
html[data-theme="confetti"] .brand__mark { border-radius: 12px; box-shadow: 4px 4px 0 var(--ink); }
html[data-theme="confetti"] .hero { grid-template-columns: 1.1fr .9fr; }
html[data-theme="confetti"] .hero::before { opacity: .12; background-size: 28px 28px; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg,var(--ink) 1px,transparent 1px); }
html[data-theme="confetti"] .hero h1 { text-transform: uppercase; font-weight: 700; line-height: .88; letter-spacing: -.075em; }
html[data-theme="confetti"] .hero h1 span { padding: 6px 12px; width: max-content; color: var(--surface); background: var(--accent); font-style: normal; transform: rotate(-2deg); }
html[data-theme="confetti"] .theatre-card { border: 3px solid var(--ink); transform: rotate(2deg); }
html[data-theme="confetti"] .sticker { border: 2px solid var(--ink); box-shadow: 5px 6px 0 var(--ink); font-family: var(--display); font-size: 13px; font-weight: 700; text-transform: uppercase; }
html[data-theme="confetti"] .marquee { border-block: 3px solid var(--ink); background: var(--accent-3); color: var(--ink); }
html[data-theme="confetti"] .marquee i { color: var(--accent); }
html[data-theme="confetti"] .section-heading { grid-template-columns: .65fr 1.5fr .85fr; }
html[data-theme="confetti"] .program-grid { gap: 22px; }
html[data-theme="confetti"] .program-card { border: 3px solid var(--ink); }
html[data-theme="confetti"] .program-card--featured { background: var(--accent-2); }
html[data-theme="confetti"] .program-card:nth-child(2) { transform: rotate(-1deg); }
html[data-theme="confetti"] .program-card:nth-child(3) { transform: rotate(1deg); background: var(--accent-3); }
html[data-theme="confetti"] .showreel__stage { border: 3px solid var(--ink); box-shadow: 13px 14px 0 var(--ink); }
html[data-theme="confetti"] .calculator__panel, html[data-theme="confetti"] .review-card { border: 3px solid var(--ink); }

/* Variant 03: sophisticated theatre */
html[data-theme="stage"] .site-header { width: min(1320px, calc(100% - 80px)); }
html[data-theme="stage"] .brand__mark { color: var(--accent-2); background: transparent; border: 1px solid var(--accent-2); }
html[data-theme="stage"] .brand__text em { color: var(--accent-2); }
html[data-theme="stage"] .hero { min-height: 940px; grid-template-columns: .8fr 1.2fr; }
html[data-theme="stage"] .hero::before { opacity: .18; background-image: linear-gradient(90deg, transparent 49.8%, var(--line) 50%, transparent 50.2%); background-size: 25% 100%; mask-image: none; }
html[data-theme="stage"] .hero__content { align-self: end; padding-bottom: 70px; }
html[data-theme="stage"] .hero h1 { font-size: clamp(72px, 7.4vw, 120px); }
html[data-theme="stage"] .hero h1 span { color: var(--accent-2); }
html[data-theme="stage"] .hero__visual { width: min(100%, 650px); }
html[data-theme="stage"] .theatre-card { padding: 9px; border-color: rgba(213,173,93,.35); background: #0a1220; }
html[data-theme="stage"] .theatre-card__caption { padding: 20px; }
html[data-theme="stage"] .sticker { color: #1b202b; background: var(--accent-2); }
html[data-theme="stage"] .marquee { color: #201b18; background: var(--accent-2); }
html[data-theme="stage"] .program-card { background: transparent; }
html[data-theme="stage"] .program-card--featured { color: #191c24; background: var(--accent-2); }
html[data-theme="stage"] .program-card__icon { color: var(--accent-2); }
html[data-theme="stage"] .program-card--featured .program-card__icon { color: inherit; }
html[data-theme="stage"] .showreel__stage { outline: 1px solid var(--accent-2); outline-offset: -14px; }
html[data-theme="stage"] .calculator { color: var(--ink); background: #e2c47d; }
html[data-theme="stage"] .calculator__copy > p:last-child { color: rgba(16,26,42,.65); }
html[data-theme="stage"] .calculator__panel { color: #162035; background: #f3ead7; }
html[data-theme="stage"] .calculator__panel input, html[data-theme="stage"] .calculator__panel select { color: #162035; }
html[data-theme="stage"] .final-cta { color: #101a2a; background: var(--accent-2); }
html[data-theme="stage"] .final-cta .eyebrow, html[data-theme="stage"] .final-cta h2 em { color: #8f382e; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes float { 50% { transform: translateY(-12px) rotate(12deg); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 100px; padding: 28px; flex-direction: column; color: var(--ink); background: var(--surface); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero, html[data-theme="stage"] .hero, html[data-theme="confetti"] .hero { grid-template-columns: 1fr 430px; gap: 35px; }
  .hero h1 { font-size: clamp(58px, 7vw, 82px); }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-card { min-height: 460px; }
}

@media (max-width: 760px) {
  .design-dock { bottom: 10px; width: calc(100% - 20px); justify-content: center; padding: 6px; }
  .design-dock__label { display: none; }
  .theme-button { flex: 1; justify-content: center; padding-inline: 7px; }
  .site-header, html[data-theme="stage"] .site-header { width: calc(100% - 32px); height: 82px; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__text strong { font-size: 14px; }
  .brand__text em { font-size: 21px; }
  .main-nav { top: 82px; }
  .hero, html[data-theme="stage"] .hero, html[data-theme="confetti"] .hero { min-height: auto; grid-template-columns: 1fr; padding: 128px 20px 80px; }
  .hero__content, html[data-theme="stage"] .hero__content { padding: 0; }
  .hero h1, html[data-theme="stage"] .hero h1 { font-size: clamp(51px, 15vw, 72px); }
  html[data-theme="confetti"] .hero h1 { font-size: clamp(43px, 13vw, 64px); }
  html[data-theme="confetti"] .hero h1 span { width: auto; padding-inline: 7px; font-size: .82em; white-space: normal; transform: rotate(-1deg); }
  .hero__lead { font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 14px; margin-top: 38px; }
  .trust-row span { flex-direction: column; gap: 2px; }
  .trust-row b { font-size: 18px; }
  .hero__visual { justify-self: center; width: calc(100% - 20px); margin-top: 28px; }
  .sticker--one { left: -17px; }
  .sticker--two { right: -17px; }
  .scroll-cue { display: none; }
  .section { width: calc(100% - 40px); padding: 92px 0; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2, .calculator h2 { font-size: 47px; }
  .section-heading > p:last-child { margin-top: 20px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 430px; }
  html[data-theme="confetti"] .program-card:nth-child(n) { transform: none; }
  .showreel { padding: 10px 20px; }
  .showreel__stage { min-height: 580px; }
  .showreel__copy { left: 25px; top: 50px; }
  .showreel h2 { font-size: 49px; }
  .showreel__quote { left: 25px; right: 25px; bottom: 45px; }
  .process, .calculator, .reviews, .faq { grid-template-columns: 1fr; }
  .process { gap: 45px; }
  .calculator { padding: 90px 20px; gap: 45px; }
  .calculator__panel { padding: 24px 18px; }
  .choice-row { grid-template-columns: 1fr; }
  .reviews { display: block; }
  .review-stack { min-height: 570px; }
  .review-card { padding: 30px 24px; }
  .review-controls { margin-top: 20px; }
  .faq { display: block; }
  .faq-list { margin-top: 40px; }
  .faq summary { font-size: 19px; }
  .final-cta { padding: 100px 20px; }
  .final-cta h2 { font-size: 58px; }
  .site-footer { grid-template-columns: 1fr; padding: 55px 20px 110px; }
  .footer-meta { grid-column: auto; gap: 20px; }
  .booking-dialog[open] { display: block; max-height: 92vh; overflow-y: auto; }
  .booking-dialog__intro { padding: 50px 28px 32px; }
  .booking-dialog h2 { font-size: 40px; }
  .booking-dialog form { padding: 35px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
