:root {
  color-scheme: dark;
  --bg: #0a0d12;
  --bg-soft: #10141b;
  --panel: rgba(17, 22, 30, .88);
  --panel-solid: #111720;
  --text: #f4f6f8;
  --muted: #a6afbc;
  --muted-2: #737d8b;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.2);
  --accent: #c8ff36;
  --accent-soft: rgba(200,255,54,.1);
  --cyan: #58d9e8;
  --pink: #d77bcf;
  --shell: 1180px;
  --radius: 16px;
  --shadow: 0 22px 60px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; background: var(--bg); }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body.privacy-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, video { max-width: 100%; }
[hidden] { display: none !important; }
::selection { color: #0b0e13; background: var(--accent); }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 14px; top: 12px; padding: 9px 13px; color: #0b0e13; background: var(--accent); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.ambient-video { position: fixed; z-index: -3; inset: 0; overflow: hidden; pointer-events: none; background: var(--bg); }
.ambient-video video { width: 100%; height: 100%; object-fit: cover; opacity: .11; filter: saturate(.8) contrast(1.05) blur(1px); }
.video-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,13,18,.55), rgba(10,13,18,.96) 72%, var(--bg)); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 72px; display: flex; align-items: center; background: rgba(10,13,18,.72); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.scrolled { background: rgba(10,13,18,.94); border-color: var(--line); }
.nav-shell { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 28px; }
.brand img { display: block; width: 145px; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: var(--muted); font-size: .76rem; font-weight: 750; letter-spacing: .025em; transition: color .2s ease; }
.primary-nav a:hover { color: #fff; }
.nav-cta { min-height: 40px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid rgba(200,255,54,.55); border-radius: 9px; color: var(--accent); font-size: .72rem; font-weight: 850; transition: .2s ease; }
.nav-cta:hover { color: #0b0e13; background: var(--accent); }
.nav-cta i { font-style: normal; }
.nav-toggle { display: none; width: 42px; height: 40px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.03); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; }

.hero { position: relative; min-height: 680px; display: flex; align-items: center; padding: 120px 0 68px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -130px; top: 90px; border-radius: 50%; background: radial-gradient(circle, rgba(88,217,232,.12), transparent 66%); }
.hero-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 70px; align-items: center; }
.hero-copy { max-width: 700px; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--accent); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-kicker span { width: 22px; height: 1px; background: var(--accent); }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6.1vw, 5.9rem); line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.hero-copy h1 strong { color: var(--accent); font-weight: inherit; }
.hero-lead { max-width: 630px; margin: 24px 0 0; color: #c1c8d2; font-size: clamp(.98rem, 1.3vw, 1.12rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-size: .73rem; font-weight: 850; transition: .2s ease; }
.button i { font-style: normal; }
.button-primary { color: #0b0e13; background: var(--accent); }
.button-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(200,255,54,.16); }
.button-ghost { color: #fff; border-color: var(--line-strong); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(88,217,232,.45); color: var(--cyan); }

.hero-overview { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,22,30,.72); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.overview-label { display: block; margin-bottom: 8px; color: var(--muted-2); font-size: .65rem; font-weight: 850; letter-spacing: .1em; }
.hero-overview > a { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); }
.hero-overview > a strong { color: var(--accent); font-size: .72rem; }
.hero-overview > a span { font-weight: 780; }
.hero-overview > a i { color: var(--muted-2); font-style: normal; transition: transform .2s ease; }
.hero-overview > a:hover i { transform: translateX(4px); color: var(--accent); }
.hero-overview p { margin: 18px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.6; }
.hero-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { min-height: 76px; display: grid; align-content: center; gap: 4px; padding: 14px 20px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat i { display: none; }
.stat strong { color: #fff; font-size: 1.18rem; line-height: 1; }
.stat span { color: var(--muted-2); font-size: .68rem; }
.video-toggle { position: absolute; right: 0; bottom: -33px; display: inline-flex; gap: 7px; align-items: center; border: 0; background: none; color: var(--muted-2); font-size: .65rem; cursor: pointer; }
.video-toggle em { font-style: normal; }
.video-toggle .play-icon { display: none; }
.video-toggle.paused .pause-icon { display: none; }
.video-toggle.paused .play-icon { display: inline; }

.section { padding: 88px 0; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 50px; align-items: end; margin-bottom: 38px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading h2, .why-copy h2, .stage-intro h2, .faq-intro h2, .contact-copy h2 { margin: 8px 0 0; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.section-heading h2 strong, .why-copy h2 strong, .stage-intro h2 strong, .faq-intro h2 strong { color: var(--accent); font-weight: inherit; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.eyebrow { display: inline-block; color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: .8rem; font-weight: 760; }
.text-link:hover { color: var(--accent); }

.services-section { background: rgba(11,15,21,.58); }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel-solid); }
.service-media { height: 145px; background-position: center; background-size: cover; opacity: .6; filter: saturate(.7); }
.theme-creator .service-media { background-image: url('/assets/img/stage/service-creator.jpg'); }
.theme-artist .service-media { background-image: url('/assets/img/stage/service-artist.jpg'); }
.theme-event .service-media { background-image: url('/assets/img/stage/service-event.jpg'); }
.service-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0 18%, rgba(17,23,32,.7) 42%, var(--panel-solid) 58%); }
.service-content { position: relative; z-index: 2; display: flex; flex-direction: column; min-height: 390px; padding: 20px 22px 22px; }
.service-number { display: flex; justify-content: space-between; align-items: center; color: var(--accent); font-size: .72rem; }
.service-number i { font-style: normal; font-size: 1rem; }
.service-card h3 { margin: 62px 0 12px; font-size: 1.45rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .9rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.tag-list span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: #c9d0d9; font-size: .64rem; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: #fff; font-size: .74rem; font-weight: 800; }
.service-card a b { color: var(--accent); }

.why-section { padding: 78px 0; border-block: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.why-copy p { max-width: 520px; margin: 20px 0 24px; color: var(--muted); line-height: 1.72; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.value-grid article { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.02); }
.value-grid i { color: var(--accent); font-style: normal; font-size: .68rem; font-weight: 850; }
.value-grid h3 { margin: 28px 0 7px; font-size: 1rem; }
.value-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.project-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel-solid); }
.project-image { position: absolute; inset: 0; background: var(--project-image) center/cover no-repeat; opacity: .58; filter: saturate(.7); transition: transform .4s ease; }
.project-card:hover .project-image { transform: scale(1.035); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,10,14,.1), rgba(7,10,14,.95) 78%); }
.project-play { display: none; }
.project-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: 24px; }
.project-copy > span { color: var(--accent); font-size: .62rem; font-weight: 850; letter-spacing: .08em; }
.project-copy h3 { margin: 8px 0 7px; font-size: 1.42rem; }
.project-copy p { margin: 0 0 13px; color: #c0c7d0; line-height: 1.55; font-size: .84rem; }
.project-copy small { color: var(--muted-2); font-size: .68rem; }

.stage-section { padding: 88px 0; background: rgba(11,15,21,.58); }
.stage-intro { margin-bottom: 34px; }
.stage-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.stage-row { min-height: 240px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.02); }
.stage-number { display: flex; justify-content: space-between; align-items: center; }
.stage-number strong { color: var(--accent); font-size: .78rem; }
.stage-number span { color: var(--muted-2); font-size: .6rem; letter-spacing: .09em; }
.stage-copy { display: flex; flex-direction: column; flex: 1; }
.stage-copy h3 { margin: 40px 0 10px; font-size: 1.18rem; }
.stage-copy p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .84rem; }
.stage-copy a { margin-top: auto; padding-top: 20px; color: #fff; font-size: .72rem; font-weight: 760; }
.stage-copy a span { color: var(--accent); }
.stage-visual { display: none; }

.community-banner { padding: 34px 0; border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(88,217,232,.055), rgba(200,255,54,.045)); }
.community-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.community-copy { display: flex; align-items: center; gap: 18px; }
.community-copy > i { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(88,217,232,.35); border-radius: 12px; color: var(--cyan); font-style: normal; }
.community-copy span { color: var(--accent); font-size: .65rem; font-weight: 850; letter-spacing: .09em; }
.community-copy h2 { margin: 4px 0; font-size: clamp(1.35rem, 2.5vw, 2.1rem); }
.community-copy p { margin: 0; color: var(--muted); font-size: .84rem; }
.community-metrics, .community-bg { display: none; }

.faq-section { padding: 88px 0; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 108px; }
.faq-intro p { margin: 20px 0 24px; color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-trigger { width: 100%; min-height: 74px; display: grid; grid-template-columns: 40px 1fr 34px; gap: 12px; align-items: center; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-number { color: var(--muted-2); font-size: .68rem; }
.faq-question { font-weight: 780; }
.faq-icon { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 1px; background: var(--accent); transition: transform .25s ease; }
.faq-icon::after { transform: rotate(90deg); }
.faq-item.is-open .faq-icon::after { transform: rotate(0); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-panel[data-state="open"] { grid-template-rows: 1fr; }
.faq-panel-inner { min-height: 0; overflow: hidden; }
.faq-panel p { margin: 0; padding: 0 45px 24px 52px; color: var(--muted); line-height: 1.7; }

.contact-section { padding: 88px 0; border-top: 1px solid var(--line); background: rgba(11,15,21,.64); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: 108px; }
.contact-copy > p { max-width: 520px; margin: 20px 0 28px; color: var(--muted); line-height: 1.72; }
.direct-mail { display: grid; grid-template-columns: 1fr auto; gap: 5px 14px; align-items: center; padding: 18px 0; border-block: 1px solid var(--line); }
.direct-mail small { color: var(--muted-2); font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.direct-mail span { overflow-wrap: anywhere; font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 820; }
.direct-mail i { grid-row: 1/3; grid-column: 2; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #0b0e13; background: var(--accent); font-style: normal; }
.location-line { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; color: var(--muted-2); font-size: .65rem; }
.location-line strong { color: #fff; }
.contact-panel { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.panel-head { display: flex; justify-content: space-between; padding-bottom: 16px; margin-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted-2); font-size: .65rem; font-weight: 850; letter-spacing: .1em; }
.panel-head i { color: var(--accent); font-style: normal; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 7px; margin-bottom: 12px; }
.field > span { color: var(--muted); font-size: .66rem; font-weight: 780; }
.field input, .field textarea, .field select { width: 100%; color: #fff; background: #0c1118; border: 1px solid var(--line); border-radius: 9px; outline: 0; transition: .2s ease; }
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { min-height: 130px; padding: 13px; resize: vertical; }
.field select { color-scheme: dark; }
.field select option { color: #fff; background: #0c1118; }
.field input::placeholder, .field textarea::placeholder { color: #65707e; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(200,255,54,.55); box-shadow: 0 0 0 3px rgba(200,255,54,.06); }
.check-field { display: flex; gap: 9px; align-items: flex-start; margin: 10px 0 18px; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.check-field input { margin-top: 3px; accent-color: var(--accent); }
.check-field a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.submit-button { width: 100%; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: .78rem; }
.form-status.success { color: var(--accent); }
.form-status.error { color: #ff8fa2; }

.site-footer { border-top: 1px solid var(--line); background: #080b10; }
.footer-top { display: grid; grid-template-columns: 1.2fr .9fr .7fr 1fr .9fr; gap: 34px; padding: 52px 0 38px; }
.footer-brand img { width: 148px; }
.footer-brand p { margin: 17px 0 0; color: var(--muted); line-height: 1.65; font-size: .82rem; }
.footer-nav, .footer-contact { display: grid; align-content: start; gap: 9px; }
.footer-nav > span, .footer-contact > span { margin-bottom: 5px; color: #fff; font-size: .59rem; font-weight: 850; letter-spacing: .1em; }
.footer-nav a, .footer-contact a, .footer-button { width: fit-content; padding: 0; color: var(--muted); background: none; border: 0; cursor: pointer; font-size: .76rem; text-align: left; }
.footer-nav a:hover, .footer-contact a:hover, .footer-button:hover { color: var(--accent); }
.footer-contact p { margin: 7px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .62rem; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Legal pages */
.legal-page { background: var(--bg); }
.legal-page .ambient-video video { opacity: .06; }
.legal-page .site-header { background: rgba(10,13,18,.94); border-bottom: 1px solid var(--line); }
.legal-hero { padding: 130px 0 52px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 10px 0 0; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,800px); gap: 60px; align-items: start; padding: 62px 0 90px; }
.legal-nav { position: sticky; top: 100px; display: grid; border-top: 1px solid var(--line); }
.legal-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.legal-nav a:hover { color: var(--accent); }
.legal-content section { scroll-margin-top: 100px; padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 15px; font-size: clamp(1.4rem, 2.5vw, 2rem); letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #c0c7d0; line-height: 1.75; }
.legal-content a { color: var(--cyan); }
.legal-content code { color: var(--accent); }
.legal-page .footer-bottom a, .legal-page .footer-bottom button { color: var(--muted); background: none; border: 0; cursor: pointer; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 100px 20px 50px; text-align: center; background: radial-gradient(circle at center, rgba(88,217,232,.09), transparent 38%), var(--bg); }
.error-card { width: min(650px,100%); padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.error-card strong { display: block; color: var(--accent); font-size: clamp(4rem,13vw,8rem); line-height: .9; }
.error-card h1 { margin: 16px 0 12px; font-size: clamp(1.8rem,4vw,3rem); }
.error-card p { color: var(--muted); line-height: 1.7; }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: 160px 1fr auto; gap: 18px; }
  .primary-nav { gap: 18px; }
  .hero-shell { grid-template-columns: 1fr .75fr; gap: 38px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid, .project-grid { grid-template-columns: 1fr 1fr; }
  .stage-list { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { height: 66px; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .brand img { width: 132px; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: rgba(10,13,18,.98); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .primary-nav a:last-child { border: 0; }
  .hero { min-height: auto; padding: 112px 0 58px; }
  .hero-shell { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-overview { padding: 20px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 12px 14px; }
  .video-toggle { position: static; grid-column: 1; justify-self: end; margin-top: -12px; }
  .section, .why-section, .stage-section, .faq-section, .contact-section { padding: 66px 0; }
  .section-heading, .why-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { align-items: start; }
  .section-heading h2, .why-copy h2, .stage-intro h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .service-grid, .project-grid, .stage-list { grid-template-columns: 1fr; }
  .service-card:last-child, .project-card:last-child { grid-column: auto; }
  .why-grid { gap: 36px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .community-inner { align-items: flex-start; flex-direction: column; }
  .faq-intro, .contact-copy { position: static; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 500px) {
  .hero-stats, .value-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .hero-copy h1 { font-size: clamp(2.7rem, 15vw, 3.8rem); }
  .service-card, .service-content { min-height: 370px; }
  .project-card { min-height: 310px; }
  .faq-trigger { grid-template-columns: 32px 1fr 30px; min-height: 68px; }
  .faq-panel p { padding-left: 44px; padding-right: 8px; }
  .contact-panel { padding: 18px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 17px 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .ambient-video video { display: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ProAct service motion background: artist spotlights and event pulses */
.ambient-video.agency-motion {
  z-index: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(88,217,232,.055), transparent 32%),
    radial-gradient(circle at 68% 34%, rgba(215,123,207,.05), transparent 34%),
    radial-gradient(circle at 84% 76%, rgba(200,255,54,.045), transparent 30%),
    var(--bg);
}
.agency-motion-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .82;
  filter: saturate(.92) contrast(1.03);
  transition: opacity .3s ease, filter .3s ease;
}
.ambient-video.agency-motion video {
  opacity: .022;
  filter: saturate(.55) contrast(1.04) blur(2px);
  mix-blend-mode: screen;
}
.ambient-video.agency-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: radial-gradient(rgba(255,255,255,.28) .55px, transparent .75px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.ambient-video.agency-motion .video-shade {
  background:
    radial-gradient(circle at 50% 24%, transparent 0 18%, rgba(10,13,18,.25) 54%, rgba(10,13,18,.72) 100%),
    linear-gradient(180deg, rgba(10,13,18,.28), rgba(10,13,18,.86) 70%, var(--bg));
}
body.home-page > main,
body.home-page > .site-footer,
body.legal-page > main,
body.legal-page > .site-footer,
body.error-page > main,
body.error-page > .site-footer {
  position: relative;
  z-index: 1;
}
body.motion-paused .agency-motion-canvas {
  opacity: .46;
  filter: saturate(.72);
}
body.motion-paused .ambient-video.agency-motion video { opacity: .012; }

@media (max-width: 720px) {
  .agency-motion-canvas { opacity: .68; }
  .ambient-video.agency-motion .video-shade {
    background: linear-gradient(180deg, rgba(10,13,18,.35), rgba(10,13,18,.92) 68%, var(--bg));
  }
}
@media (prefers-reduced-motion: reduce) {
  .agency-motion-canvas { opacity: .42; }
}

/* =========================================================
   PROACT COLOR EDITION — vivid, modern, still compact
   ========================================================= */
:root {
  --accent: #c9ff3d;
  --accent-2: #ffd54a;
  --cyan: #2fe6f2;
  --pink: #ff4fd8;
  --violet: #8a63ff;
  --orange: #ff9a3d;
  --blue: #3e7dff;
  --panel: rgba(18, 20, 32, .88);
  --panel-solid: #121522;
  --line: rgba(255,255,255,.13);
  --line-strong: rgba(255,255,255,.23);
}

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(47,230,242,.10), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(138,99,255,.11), transparent 28%),
    radial-gradient(circle at 82% 84%, rgba(255,79,216,.08), transparent 30%),
    radial-gradient(circle at 14% 78%, rgba(201,255,61,.07), transparent 24%),
    var(--bg);
}

body::before {
  content: "";
  position: fixed;
  z-index: -4;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(47,230,242,.05) 48%, transparent 62%),
    linear-gradient(55deg, transparent 0 42%, rgba(255,79,216,.045) 52%, transparent 67%);
}

.ambient-video {
  background:
    radial-gradient(circle at 20% 24%, rgba(47,230,242,.13), transparent 34%),
    radial-gradient(circle at 76% 26%, rgba(138,99,255,.13), transparent 36%),
    radial-gradient(circle at 62% 78%, rgba(255,79,216,.09), transparent 32%),
    var(--bg);
}
.ambient-video video {
  opacity: .15;
  filter: saturate(1.28) contrast(1.08) blur(.8px);
  mix-blend-mode: screen;
}
.agency-motion-canvas {
  opacity: .95;
  filter: saturate(1.3) contrast(1.05);
}
.video-shade {
  background:
    radial-gradient(circle at 50% 18%, transparent 0 15%, rgba(10,13,18,.22) 55%, rgba(10,13,18,.70) 100%),
    linear-gradient(180deg, rgba(10,13,18,.30), rgba(10,13,18,.88) 72%, var(--bg));
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  opacity: .75;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), var(--pink), var(--accent), transparent);
}
.primary-nav a:hover { color: var(--cyan); }
.nav-cta,
.button-primary {
  color: #090b10;
  border-color: transparent;
  background: linear-gradient(100deg, var(--accent), #e9ff69 45%, var(--cyan));
  box-shadow: 0 10px 34px rgba(47,230,242,.12), 0 8px 24px rgba(201,255,61,.10);
}
.nav-cta:hover,
.button-primary:hover {
  color: #090b10;
  background: linear-gradient(100deg, var(--cyan), #7ef7ff 42%, var(--accent));
  box-shadow: 0 13px 38px rgba(47,230,242,.20), 0 10px 28px rgba(201,255,61,.16);
}
.button-ghost {
  background: linear-gradient(135deg, rgba(47,230,242,.045), rgba(138,99,255,.055));
}
.button-ghost:hover {
  border-color: rgba(255,79,216,.48);
  color: #fff;
  background: linear-gradient(135deg, rgba(47,230,242,.10), rgba(255,79,216,.10));
}

.hero::before {
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(138,99,255,.17), rgba(255,79,216,.07) 42%, transparent 70%);
}
.hero::after {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -260px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,230,242,.14), rgba(201,255,61,.04) 48%, transparent 72%);
  pointer-events: none;
}
.hero-copy h1 {
  background: linear-gradient(105deg, #fff 0 54%, #bffaff 68%, #d8c8ff 83%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-kicker {
  color: var(--cyan);
}
.hero-kicker span {
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 18px rgba(47,230,242,.55);
}
.hero-lead { color: #d2d8e4; }
.hero-overview {
  border-color: rgba(138,99,255,.30);
  background:
    linear-gradient(145deg, rgba(47,230,242,.055), transparent 32%),
    linear-gradient(315deg, rgba(255,79,216,.07), transparent 42%),
    rgba(18,20,32,.82);
  box-shadow: 0 28px 70px rgba(0,0,0,.30), 0 0 0 1px rgba(47,230,242,.04) inset;
}
.hero-overview > a:nth-of-type(1) strong { color: var(--cyan); }
.hero-overview > a:nth-of-type(2) strong { color: var(--pink); }
.hero-overview > a:nth-of-type(3) strong { color: var(--accent); }
.hero-overview > a:nth-of-type(1):hover span { color: var(--cyan); }
.hero-overview > a:nth-of-type(2):hover span { color: var(--pink); }
.hero-overview > a:nth-of-type(3):hover span { color: var(--accent); }
.hero-overview > a:hover i { color: currentColor; }

.hero-stats {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(10,13,18,.34);
  backdrop-filter: blur(12px);
}
.stat { position: relative; border-color: var(--line); }
.stat::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .085;
  background: var(--stat-color);
}
.stat:nth-child(1) { --stat-color: var(--cyan); }
.stat:nth-child(2) { --stat-color: var(--violet); }
.stat:nth-child(3) { --stat-color: var(--pink); }
.stat:nth-child(4) { --stat-color: var(--accent); }
.stat:nth-child(1) strong { color: var(--cyan); }
.stat:nth-child(2) strong { color: #b7a7ff; }
.stat:nth-child(3) strong { color: var(--pink); }
.stat:nth-child(4) strong { color: var(--accent); }

.eyebrow {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(47,230,242,.18);
}
.section-heading h2 strong,
.why-copy h2 strong,
.stage-intro h2 strong,
.faq-intro h2 strong {
  background: linear-gradient(90deg, var(--accent), var(--cyan) 52%, #a58aff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-section {
  background:
    radial-gradient(circle at 8% 25%, rgba(47,230,242,.085), transparent 26%),
    radial-gradient(circle at 50% 18%, rgba(255,79,216,.065), transparent 28%),
    radial-gradient(circle at 92% 30%, rgba(201,255,61,.07), transparent 24%),
    rgba(11,15,21,.58);
}
.service-card {
  isolation: isolate;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-5px); }
.service-media { opacity: .74; filter: saturate(1.15) contrast(1.04); }
.theme-creator { border-color: rgba(47,230,242,.34); box-shadow: 0 22px 55px rgba(47,230,242,.07); }
.theme-artist { border-color: rgba(255,79,216,.32); box-shadow: 0 22px 55px rgba(255,79,216,.07); }
.theme-event { border-color: rgba(201,255,61,.30); box-shadow: 0 22px 55px rgba(201,255,61,.06); }
.theme-creator:hover { border-color: rgba(47,230,242,.70); box-shadow: 0 28px 70px rgba(47,230,242,.14); }
.theme-artist:hover { border-color: rgba(255,79,216,.66); box-shadow: 0 28px 70px rgba(255,79,216,.13); }
.theme-event:hover { border-color: rgba(201,255,61,.62); box-shadow: 0 28px 70px rgba(201,255,61,.12); }
.theme-creator .service-shade { background: linear-gradient(180deg, transparent 0 14%, rgba(8,31,40,.55) 38%, #101923 62%); }
.theme-artist .service-shade { background: linear-gradient(180deg, transparent 0 14%, rgba(45,13,48,.55) 38%, #1b1322 62%); }
.theme-event .service-shade { background: linear-gradient(180deg, transparent 0 14%, rgba(33,41,10,.55) 38%, #171c13 62%); }
.theme-creator .service-number,
.theme-creator .service-card a,
.theme-creator .service-number i { color: var(--cyan); }
.theme-artist .service-number,
.theme-artist .service-number i { color: var(--pink); }
.theme-event .service-number,
.theme-event .service-number i { color: var(--accent); }
.theme-creator h3 { color: #d8fbff; }
.theme-artist h3 { color: #ffd8f7; }
.theme-event h3 { color: #efffc2; }
.theme-creator .tag-list span { border-color: rgba(47,230,242,.24); background: rgba(47,230,242,.055); }
.theme-artist .tag-list span { border-color: rgba(255,79,216,.22); background: rgba(255,79,216,.05); }
.theme-event .tag-list span { border-color: rgba(201,255,61,.22); background: rgba(201,255,61,.05); }
.theme-creator a b { color: var(--cyan); }
.theme-artist a b { color: var(--pink); }
.theme-event a b { color: var(--accent); }

.why-section {
  background:
    linear-gradient(110deg, rgba(47,230,242,.045), transparent 34%),
    linear-gradient(290deg, rgba(138,99,255,.06), transparent 40%);
}
.value-grid article {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}
.value-grid article:hover { transform: translateY(-3px); }
.value-grid article::after {
  content: "";
  position: absolute;
  inset: auto -20% -60% 20%;
  height: 120px;
  border-radius: 50%;
  opacity: .13;
  background: var(--value-color);
  filter: blur(26px);
}
.value-grid article:nth-child(1) { --value-color: var(--cyan); border-color: rgba(47,230,242,.22); }
.value-grid article:nth-child(2) { --value-color: var(--pink); border-color: rgba(255,79,216,.20); }
.value-grid article:nth-child(3) { --value-color: var(--accent); border-color: rgba(201,255,61,.20); }
.value-grid article:nth-child(4) { --value-color: var(--violet); border-color: rgba(138,99,255,.22); }
.value-grid article:nth-child(1) i { color: var(--cyan); }
.value-grid article:nth-child(2) i { color: var(--pink); }
.value-grid article:nth-child(3) i { color: var(--accent); }
.value-grid article:nth-child(4) i { color: #b4a4ff; }

.project-card {
  border-color: rgba(255,255,255,.16);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.project-card:hover { transform: translateY(-4px); }
.project-card:nth-child(1) { border-color: rgba(47,230,242,.28); }
.project-card:nth-child(2) { border-color: rgba(255,79,216,.27); }
.project-card:nth-child(3) { border-color: rgba(255,154,61,.27); }
.project-card:nth-child(1):hover { box-shadow: 0 24px 60px rgba(47,230,242,.11); }
.project-card:nth-child(2):hover { box-shadow: 0 24px 60px rgba(255,79,216,.10); }
.project-card:nth-child(3):hover { box-shadow: 0 24px 60px rgba(255,154,61,.10); }
.project-card:nth-child(1) .project-copy > span { color: var(--cyan); }
.project-card:nth-child(2) .project-copy > span { color: var(--pink); }
.project-card:nth-child(3) .project-copy > span { color: var(--orange); }
.project-image { filter: saturate(1.2) contrast(1.04); }

.stage-section {
  background:
    radial-gradient(circle at 18% 38%, rgba(138,99,255,.07), transparent 28%),
    radial-gradient(circle at 84% 64%, rgba(47,230,242,.06), transparent 28%),
    rgba(11,15,21,.58);
}
.stage-row { transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.stage-row:hover { transform: translateY(-3px); }
.stage-row:nth-child(1) { border-color: rgba(47,230,242,.22); background: linear-gradient(145deg, rgba(47,230,242,.055), rgba(255,255,255,.018)); }
.stage-row:nth-child(2) { border-color: rgba(138,99,255,.22); background: linear-gradient(145deg, rgba(138,99,255,.055), rgba(255,255,255,.018)); }
.stage-row:nth-child(3) { border-color: rgba(255,79,216,.22); background: linear-gradient(145deg, rgba(255,79,216,.05), rgba(255,255,255,.018)); }
.stage-row:nth-child(4) { border-color: rgba(201,255,61,.22); background: linear-gradient(145deg, rgba(201,255,61,.05), rgba(255,255,255,.018)); }
.stage-row:nth-child(1) .stage-number strong { color: var(--cyan); }
.stage-row:nth-child(2) .stage-number strong { color: #b09cff; }
.stage-row:nth-child(3) .stage-number strong { color: var(--pink); }
.stage-row:nth-child(4) .stage-number strong { color: var(--accent); }

.community-banner {
  background:
    linear-gradient(100deg, rgba(47,230,242,.10), rgba(138,99,255,.08) 38%, rgba(255,79,216,.08) 67%, rgba(201,255,61,.09));
  border-color: rgba(255,255,255,.15);
}
.community-copy > i {
  color: var(--cyan);
  border-color: rgba(47,230,242,.42);
  background: linear-gradient(145deg, rgba(47,230,242,.10), rgba(138,99,255,.07));
  box-shadow: 0 0 28px rgba(47,230,242,.08);
}
.community-copy span { color: var(--pink); }

.faq-item.is-open {
  background: linear-gradient(90deg, rgba(47,230,242,.045), rgba(138,99,255,.035), transparent 75%);
}
.faq-item:nth-child(3n+1).is-open .faq-number,
.faq-item:nth-child(3n+1).is-open .faq-question { color: var(--cyan); }
.faq-item:nth-child(3n+2).is-open .faq-number,
.faq-item:nth-child(3n+2).is-open .faq-question { color: var(--pink); }
.faq-item:nth-child(3n).is-open .faq-number,
.faq-item:nth-child(3n).is-open .faq-question { color: var(--accent); }
.faq-icon { background: rgba(255,255,255,.025); }

.contact-section {
  background:
    radial-gradient(circle at 10% 50%, rgba(47,230,242,.075), transparent 30%),
    radial-gradient(circle at 88% 30%, rgba(255,79,216,.065), transparent 31%),
    rgba(11,15,21,.64);
}
.direct-mail i {
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  box-shadow: 0 0 26px rgba(47,230,242,.16);
}
.contact-panel {
  position: relative;
  border-color: rgba(138,99,255,.28);
  background:
    linear-gradient(145deg, rgba(47,230,242,.035), transparent 34%),
    linear-gradient(320deg, rgba(255,79,216,.045), transparent 42%),
    var(--panel);
}
.contact-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  opacity: .55;
  background: linear-gradient(130deg, var(--cyan), transparent 26%, transparent 67%, var(--pink));
}
.panel-head i { color: var(--accent); text-shadow: 0 0 14px rgba(201,255,61,.55); }
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(47,230,242,.60);
  box-shadow: 0 0 0 3px rgba(47,230,242,.08), 0 0 28px rgba(138,99,255,.055);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(18,20,32,.85), rgba(8,11,16,.98)),
    #080b10;
}
.site-footer::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), var(--pink), var(--accent), transparent);
  opacity: .65;
}
.footer-brand img { filter: drop-shadow(0 0 16px rgba(47,230,242,.10)); }
.footer-nav:nth-of-type(1) > span { color: var(--cyan); }
.footer-nav:nth-of-type(2) > span { color: var(--pink); }
.footer-nav:nth-of-type(3) > span { color: var(--accent); }
.footer-contact > span { color: #b6a7ff; }

.legal-hero {
  background: linear-gradient(100deg, rgba(47,230,242,.065), rgba(138,99,255,.045), transparent 65%);
}
.legal-hero h1,
.error-card strong {
  background: linear-gradient(100deg, var(--cyan), var(--violet), var(--pink), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.error-card {
  border-color: rgba(138,99,255,.28);
  background: linear-gradient(145deg, rgba(47,230,242,.05), rgba(255,79,216,.04)), var(--panel);
}

@media (max-width: 760px) {
  body::before { opacity: .24; }
  .ambient-video video { opacity: .11; }
  .agency-motion-canvas { opacity: .78; }
  .hero::after { opacity: .65; }
  .service-card:hover,
  .project-card:hover,
  .stage-row:hover,
  .value-grid article:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .agency-motion-canvas { opacity: .62; }
}
