:root {
    --bg: #070812;
    --bg-soft: #0d1020;
    --surface: #12172a;
    --surface-2: #171d33;
    --ink: #f7f8ff;
    --muted: #aeb7ce;
    --line: rgba(255, 255, 255, 0.14);
    --cyan: #35c8f2;
    --blue: #3767e8;
    --violet: #7c4ce3;
    --amber: #f1b84b;
    --amber-strong: #ffcf70;
    --green: #32c48d;
    --danger: #ff7d74;
    --shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
    --shell: 1200px;
    --header-height: 82px;
    --radius: 6px;
    --font-display: "Arial Black", "Segoe UI", Arial, sans-serif;
    --font-body: "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; min-height: 100vh; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: var(--font-body); letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; color: #07121a; background: var(--amber-strong); border-radius: 4px; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber-strong); outline-offset: 4px; }

.section { position: relative; padding: 108px 24px; }
.section-shell { width: min(100%, var(--shell)); margin-inline: auto; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--cyan); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.section-heading h2, .experience-copy h2, .stage-heading h2, .form-intro h2, .manifesto-copy h2 { margin: 0; font-family: var(--font-display); font-size: 52px; line-height: 1.03; text-transform: uppercase; letter-spacing: 0; }
.section-heading > p, .stage-heading > p { margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.section-lead { color: var(--muted); font-size: 19px; line-height: 1.72; }
.statement { display: block; margin-top: 28px; max-width: 620px; color: var(--amber-strong); font-size: 22px; line-height: 1.35; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 900; text-transform: uppercase; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #050813; background: var(--cyan); }
.button-primary:hover { background: #68daf8; }
.button-sponsor { color: #171006; background: var(--amber-strong); }
.button-sponsor:hover { background: #ffe09a; }
.button-outline { border-color: var(--line); color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--cyan); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan); font-weight: 900; }
.text-link.light { color: var(--ink); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid transparent; transition: height 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.site-header.scrolled { height: 68px; border-color: var(--line); background: rgba(7, 8, 18, 0.94); backdrop-filter: blur(16px); }
.header-inner { width: min(calc(100% - 40px), 1380px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; }
.brand-wave { width: 42px; height: 34px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.brand-wave i { width: 4px; border-radius: 2px; background: var(--cyan); box-shadow: 0 0 12px rgba(53, 200, 242, 0.65); }
.brand-wave i:nth-child(1), .brand-wave i:nth-child(5) { height: 10px; }
.brand-wave i:nth-child(2), .brand-wave i:nth-child(4) { height: 22px; background: var(--violet); }
.brand-wave i:nth-child(3) { height: 34px; background: var(--amber); }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-family: var(--font-display); font-size: 20px; line-height: 1; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.atc-return { flex: 0 0 auto; min-height: 34px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 4px; color: #dce2f1; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.atc-return:hover { color: var(--cyan); border-color: var(--cyan); }
.mobile-atc-return { display: none; }
.site-navigation { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; gap: 24px; }
.site-navigation a { color: #dce2f1; font-size: 12px; font-weight: 800; white-space: nowrap; }
.site-navigation a:hover { color: var(--cyan); }
.header-cta { flex: 0 0 auto; min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; color: #171006; background: var(--amber-strong); border-radius: 5px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); color: var(--ink); background: var(--surface); border-radius: 5px; }

.brand-intro { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; align-content: center; gap: 22px; overflow: hidden; background: #05060b; animation: introExit 500ms ease 1.55s forwards; }
.brand-intro img { width: min(620px, 86vw); max-height: 56vh; object-fit: contain; opacity: 0; animation: introLogo 700ms ease 420ms forwards; }
.intro-frequency { height: 52px; display: flex; align-items: center; gap: 7px; }
.intro-frequency i { width: 5px; height: 10px; border-radius: 3px; background: var(--cyan); animation: pulseBar 500ms ease-in-out infinite alternate; }
.intro-frequency i:nth-child(2), .intro-frequency i:nth-child(6) { animation-delay: 90ms; }
.intro-frequency i:nth-child(3), .intro-frequency i:nth-child(5) { animation-delay: 180ms; }
.intro-frequency i:nth-child(4) { animation-delay: 260ms; }
@keyframes pulseBar { to { height: 48px; background: var(--violet); } }
@keyframes introLogo { to { opacity: 1; } }
@keyframes introExit { to { opacity: 0; visibility: hidden; pointer-events: none; } }

.hero { position: relative; min-height: 88svh; height: 820px; max-height: 920px; display: flex; align-items: flex-end; overflow: hidden; background: #05060c; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { position: absolute; inset: 0; background: rgba(3, 5, 12, 0.62); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 26%; background: rgba(7, 8, 18, 0.66); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--shell)); margin: 0 auto 92px; }
.project-status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, 0.26); color: #fff; background: rgba(6, 8, 17, 0.64); border-radius: 4px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hero-subtitle { margin: 0 0 4px; color: var(--cyan); font-size: 15px; font-weight: 900; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--font-display); font-size: 88px; line-height: 0.92; text-transform: uppercase; text-shadow: 0 4px 32px rgba(0, 0, 0, 0.55); }
.hero-headline { margin: 18px 0 0; max-width: 780px; color: var(--amber-strong); font-family: var(--font-display); font-size: 30px; line-height: 1.08; text-transform: uppercase; }
.hero-lead { max-width: 660px; margin: 22px 0 0; color: #e2e7f4; font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.scroll-cue { position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--shell)) / 2)); bottom: 32px; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.scroll-cue i { animation: scrollBounce 900ms ease-in-out infinite alternate; }
@keyframes scrollBounce { to { transform: translateY(6px); } }

.voice-section { background: #f4f5fa; color: #101525; }
.voice-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr); gap: 80px; align-items: start; }
.voice-section .section-heading h2 { font-size: 64px; }
.voice-section .section-lead { color: #596174; }
.narrative-flow { display: grid; gap: 0; border-top: 1px solid #cfd4df; }
.narrative-flow article { min-height: 128px; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; align-items: start; padding: 26px 0; border-bottom: 1px solid #cfd4df; }
.narrative-flow article > span { color: #596174; font-family: var(--font-display); font-size: 13px; }
.narrative-flow strong { font-size: 19px; text-transform: uppercase; }
.narrative-flow p { margin: 8px 0 0; color: #596174; line-height: 1.55; }
.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 72px; border-top: 1px solid #cfd4df; border-bottom: 1px solid #cfd4df; }
.stat-strip div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid #cfd4df; }
.stat-strip div:last-child { border-right: 0; }
.stat-strip strong { color: #225dc9; font-family: var(--font-display); font-size: 22px; text-transform: uppercase; }
.stat-strip span { margin-top: 7px; color: #596174; font-size: 13px; }

.pillars-section { background: var(--bg); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 54px; }
.pillar { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.pillar::after { content: ""; position: absolute; left: 34px; bottom: 0; width: 68px; height: 4px; background: var(--cyan); }
.pillar:nth-child(2)::after { background: var(--violet); }
.pillar:nth-child(3)::after { background: var(--amber); }
.pillar > i { color: var(--cyan); font-size: 34px; }
.pillar:nth-child(2) > i { color: #a787f3; }
.pillar:nth-child(3) > i { color: var(--amber-strong); }
.pillar > span { position: absolute; top: 28px; right: 28px; color: #525b76; font-family: var(--font-display); font-size: 14px; }
.pillar h3 { margin: 68px 0 16px; font-family: var(--font-display); font-size: 28px; text-transform: uppercase; }
.pillar p { margin: 0; color: var(--muted); line-height: 1.65; }
.section-cta { display: flex; justify-content: center; margin-top: 42px; }

.experience-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr); gap: 0; padding: 0; background: #0b0d18; }
.experience-media { position: relative; min-height: 760px; overflow: hidden; }
.experience-media img { width: 100%; height: 100%; object-fit: cover; }
.concept-label { position: absolute; left: 24px; bottom: 24px; padding: 8px 10px; color: #141006; background: var(--amber-strong); border-radius: 4px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.experience-copy { padding: 90px max(28px, calc((100vw - var(--shell)) / 2)); padding-left: 70px; }
.experience-copy > p { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.experience-facts { display: grid; margin: 38px 0 28px; border-top: 1px solid var(--line); }
.experience-facts div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.experience-facts dt { color: var(--cyan); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.experience-facts dd { margin: 0; color: #e6e9f3; font-size: 14px; }
.technical-note { display: flex; align-items: flex-start; gap: 10px; color: var(--muted) !important; font-size: 12px !important; line-height: 1.55 !important; }
.technical-note i { margin-top: 2px; color: var(--amber); }
.experience-copy .button { margin-top: 22px; }

.stage-section { padding-inline: 0; background: #05060c; }
.stage-heading { margin-bottom: 44px; }
.stage-heading p { max-width: 720px; }
.stage-interactive { position: relative; width: min(calc(100% - 48px), 1380px); aspect-ratio: 16 / 9; margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #05060b; box-shadow: var(--shadow); }
.stage-interactive > img { width: 100%; height: 100%; object-fit: cover; }
.hotspot { position: absolute; z-index: 3; left: var(--x); top: var(--y); width: 34px; height: 34px; transform: translate(-50%, -50%); border: 1px solid #fff; color: #07101b; background: var(--amber-strong); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255, 207, 112, 0.18), 0 0 24px rgba(255, 207, 112, 0.5); font-size: 11px; font-weight: 900; }
.hotspot.active { color: #fff; background: var(--blue); box-shadow: 0 0 0 7px rgba(55, 103, 232, 0.24), 0 0 30px rgba(55, 103, 232, 0.65); }
.hotspot-panel { position: absolute; z-index: 4; left: 22px; bottom: 22px; width: min(390px, calc(100% - 44px)); display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 18px; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(7, 8, 18, 0.9); backdrop-filter: blur(10px); border-radius: 5px; }
.hotspot-panel > i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cyan); background: rgba(53, 200, 242, 0.12); border-radius: 4px; }
.hotspot-panel strong { font-size: 14px; text-transform: uppercase; }
.hotspot-panel p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hotspot-mobile { display: none; }

.authorship-section { color: #111827; background: #f5f2ea; }
.authorship-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: 86px; align-items: center; }
.authorship-section .section-heading h2 { font-size: 62px; }
.authorship-section .section-lead { color: #5b6272; }
.authorship-section .button { margin-top: 24px; }
.artists-area { border-top: 1px solid #c9c7c0; border-bottom: 1px solid #c9c7c0; }
.artists-head { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid #c9c7c0; }
.artists-head strong { font-size: 14px; text-transform: uppercase; }
.artists-head span { color: #5b6272; font-size: 12px; }
.artist-empty { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.artist-empty i { color: var(--blue); font-size: 38px; }
.artist-empty strong { margin-top: 24px; font-family: var(--font-display); font-size: 23px; text-transform: uppercase; }
.artist-empty p { max-width: 520px; margin: 10px 0 0; color: #5b6272; line-height: 1.6; }
.artist-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 22px 0; }
.artist-card { overflow: hidden; border: 1px solid #c9c7c0; border-radius: var(--radius); }
.artist-card img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.artist-card h3, .artist-card p { padding-inline: 16px; }

.inclusion-section { background: #0b1118; }
.inclusion-heading { max-width: 880px; }
.inclusion-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 52px; }
.inclusion-grid article { min-height: 330px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #101a24; }
.inclusion-grid i { width: 50px; height: 50px; display: grid; place-items: center; color: #081114; background: var(--green); border-radius: 50%; font-size: 20px; }
.inclusion-grid article:nth-child(2) i { background: var(--cyan); }
.inclusion-grid article:nth-child(3) i { background: var(--amber-strong); }
.inclusion-grid article:nth-child(4) i { color: #fff; background: var(--violet); }
.inclusion-grid h3 { margin: 54px 0 14px; font-family: var(--font-display); font-size: 20px; text-transform: uppercase; }
.inclusion-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.responsibility-note { max-width: 920px; display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; align-items: start; margin: 34px auto 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.responsibility-note i { width: 46px; height: 46px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(50, 196, 141, 0.4); border-radius: 50%; }
.responsibility-note p { margin: 0; color: #dbe3ec; font-size: 13px; line-height: 1.65; }

.realizers-section { color: #101525; background: #fff; }
.realizers-section .section-heading p { color: #596174; }
.realizer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 52px; }
.realizer-card { min-height: 440px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #d8dce6; border-radius: var(--radius); background: #fff; transition: transform 180ms ease, box-shadow 180ms ease; }
.realizer-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(20, 31, 58, 0.1); }
.realizer-logo { height: 142px; display: grid; place-items: center; padding: 12px; background: #f7f8fb; border-radius: 4px; }
.realizer-logo img { max-width: 210px; max-height: 112px; object-fit: contain; }
.realizer-card > span { margin-top: 26px; color: #245fbf; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.realizer-card h3 { margin: 8px 0 0; font-size: 20px; line-height: 1.25; }
.realizer-card p { color: #596174; line-height: 1.65; }
.realizer-card a { margin-top: auto; color: #245fbf; font-size: 13px; font-weight: 900; }

.location-section { background: #11162a; }
.location-layout { display: grid; grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1.3fr); gap: 80px; }
.location-copy h2 { margin: 0; font-family: var(--font-display); font-size: 48px; line-height: 1.05; text-transform: uppercase; }
.location-copy address { display: grid; gap: 6px; margin-top: 32px; padding-left: 18px; border-left: 3px solid var(--amber); }
.location-copy address strong { font-size: 17px; }
.location-copy address span { color: var(--muted); }
.location-copy > p { margin: 24px 0; color: var(--muted); line-height: 1.65; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline div { min-height: 142px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline span { color: var(--cyan); font-family: var(--font-display); font-size: 12px; }
.timeline strong { font-size: 13px; text-transform: uppercase; }
.timeline small { color: #727d97; font-size: 10px; text-transform: uppercase; }

.sponsor-section { overflow: hidden; background: #06070c; }
.sponsor-light { position: absolute; inset: 0 auto 0 50%; width: 1px; background: rgba(241, 184, 75, 0.18); box-shadow: 0 0 90px 32px rgba(241, 184, 75, 0.08); }
.sponsor-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr); gap: 76px; align-items: center; }
.sponsor-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.brand-mockup { position: relative; overflow: hidden; border: 1px solid rgba(255, 207, 112, 0.35); border-radius: var(--radius); background: #0b0c11; box-shadow: var(--shadow); }
.brand-mockup img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.brand-mockup figcaption { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 16px; color: #9ca6ba; background: #111522; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.brand-mockup figcaption a { display: inline-flex; align-items: center; gap: 7px; color: var(--amber-strong); white-space: nowrap; }
.brand-tag { position: absolute; z-index: 2; padding: 7px 10px; border: 1px solid var(--amber-strong); color: #171006; background: var(--amber-strong); border-radius: 3px; font-size: 9px; font-weight: 900; text-transform: uppercase; box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35); }
.tag-screen { top: 13%; left: 43%; }
.tag-grid { top: 45%; right: 7%; }
.tag-content { left: 8%; bottom: 9%; color: #fff; background: rgba(7, 8, 18, 0.8); }
.benefit-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 62px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-row div { min-height: 98px; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 16px; border-right: 1px solid var(--line); }
.benefit-row div:last-child { border-right: 0; }
.benefit-row i { color: var(--amber-strong); }
.benefit-row span { font-size: 11px; font-weight: 900; text-transform: uppercase; }

.gallery-section { background: #0d1020; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0 26px; }
.gallery-filters button { min-height: 38px; padding: 8px 13px; border: 1px solid var(--line); color: var(--muted); background: transparent; border-radius: 4px; font-size: 11px; font-weight: 900; }
.gallery-filters button.active { color: #07101b; border-color: var(--cyan); background: var(--cyan); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; grid-template-rows: repeat(2, 280px); gap: 14px; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 0; color: #fff; background: #05060b; border-radius: var(--radius); text-align: left; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item::after { content: ""; position: absolute; inset: 55% 0 0; background: rgba(3, 5, 10, 0.74); }
.gallery-item > span, .gallery-item > strong, .gallery-item > i { position: absolute; z-index: 2; }
.gallery-item > span { left: 18px; bottom: 48px; color: var(--cyan); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.gallery-item > strong { left: 18px; bottom: 22px; font-size: 15px; }
.gallery-item > i { right: 18px; bottom: 22px; }

@media (min-width: 961px) {
    .gallery-item:nth-child(4) { grid-column: 1 / -1; min-height: 280px; }
}
.gallery-empty { grid-column: 1 / -1; padding: 40px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }
.gallery-modal { position: fixed; z-index: 999; inset: 0; display: grid; grid-template-rows: 1fr auto; place-items: center; padding: 60px 24px 28px; background: rgba(2, 3, 8, 0.94); }
.gallery-modal[hidden] { display: none; }
.gallery-modal img { max-width: min(1320px, 94vw); max-height: 80vh; object-fit: contain; }
.gallery-modal p { color: #fff; }
.gallery-modal > button { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid var(--line); color: #fff; background: var(--surface); border-radius: 50%; }

.manifesto-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr); gap: 0; padding: 0; min-height: 620px; background: #05060b; }
.manifesto-visual { position: relative; min-height: 620px; overflow: hidden; }
.manifesto-visual img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-visual::after { content: ""; position: absolute; inset: 0; background: rgba(3, 4, 10, 0.24); }
.manifesto-visual button { position: absolute; z-index: 2; left: 50%; top: 50%; width: 82px; height: 82px; transform: translate(-50%, -50%); border: 1px solid #fff; color: #111; background: var(--amber-strong); border-radius: 50%; font-size: 21px; opacity: 0.86; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px max(28px, calc((100vw - var(--shell)) / 2)); padding-left: 64px; }
.manifesto-copy p { color: var(--muted); line-height: 1.7; }
.coming-soon { width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.participate-section { color: #101525; background: #f5f6fa; }
.participate-section .section-heading p { color: #596174; }
.participate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.participate-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #d6dae4; border-radius: var(--radius); background: #fff; }
.participate-card.featured { color: #fff; border-color: #18213d; background: #18213d; }
.participate-card > span { position: absolute; top: 26px; right: 26px; color: #7b8498; font-family: var(--font-display); font-size: 12px; }
.participate-card > i { color: #2e62cf; font-size: 30px; }
.participate-card.featured > i { color: var(--amber-strong); }
.participate-card h3 { margin: 58px 0 14px; font-family: var(--font-display); font-size: 24px; text-transform: uppercase; }
.participate-card p { color: #596174; line-height: 1.6; }
.participate-card.featured p { color: #bdc6da; }
.participate-card > strong { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #2e62cf; font-size: 13px; }
.participate-card.featured > strong { color: var(--amber-strong); }

.site-footer { color: #dce2f0; background: #05060b; border-top: 1px solid var(--line); }
.footer-main { width: min(calc(100% - 48px), var(--shell)); display: grid; grid-template-columns: 1.35fr repeat(3, minmax(140px, 0.65fr)); gap: 54px; margin-inline: auto; padding: 70px 0 52px; }
.footer-brand strong { font-family: var(--font-display); font-size: 34px; }
.footer-brand p { margin: 12px 0 8px; color: var(--amber-strong); font-weight: 800; text-transform: uppercase; }
.footer-brand span { color: #7f899f; font-size: 12px; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column > strong { margin-bottom: 8px; color: #fff; font-size: 12px; text-transform: uppercase; }
.footer-column a, .footer-column span { color: #8f99ae; font-size: 12px; line-height: 1.5; }
.footer-column a:hover { color: var(--cyan); }
.footer-column .footer-atc-return { color: var(--cyan); font-weight: 900; }
.footer-realizers { width: min(calc(100% - 48px), var(--shell)); min-height: 120px; display: flex; align-items: center; gap: 28px; margin-inline: auto; border-top: 1px solid var(--line); }
.footer-realizers > span { margin-right: auto; color: #7f899f; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.footer-realizers a { display: block; flex: 0 0 auto; }
.footer-realizers img { width: 94px; height: 62px; object-fit: contain; padding: 7px; background: #fff; border-radius: 3px; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px max(24px, calc((100vw - var(--shell)) / 2)); border-top: 1px solid var(--line); color: #707a8e; font-size: 10px; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 90; right: 20px; bottom: 20px; min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; color: #07130e; background: #49d892; border-radius: 24px; box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35); font-size: 11px; font-weight: 900; }
.whatsapp-float i { font-size: 20px; }

/* Páginas internas e patrocínio */
.page-hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-shade { position: absolute; inset: 0; background: rgba(3, 4, 9, 0.7); }
.page-hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--shell)); margin: 0 auto 82px; }
.page-hero h1 { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: 70px; line-height: 0.98; text-transform: uppercase; }
.page-hero p { max-width: 670px; margin: 22px 0 28px; color: #dbe1ee; font-size: 18px; line-height: 1.6; }
.commercial-story { color: #111827; background: #f4f5f8; }
.commercial-story .section-heading { max-width: 920px; }
.commercial-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 52px; border-top: 1px solid #cfd4df; border-left: 1px solid #cfd4df; }
.commercial-steps article { min-height: 300px; padding: 28px; border-right: 1px solid #cfd4df; border-bottom: 1px solid #cfd4df; }
.commercial-steps span { color: #2e62cf; font-family: var(--font-display); font-size: 13px; }
.commercial-steps h3 { margin: 78px 0 15px; font-family: var(--font-display); font-size: 21px; text-transform: uppercase; }
.commercial-steps p { color: #596174; line-height: 1.65; }
.opportunities-section { background: #0c1020; }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 52px; }
.opportunity-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.opportunity-grid i { color: var(--amber-strong); font-size: 27px; }
.opportunity-grid h3 { margin: 48px 0 12px; text-transform: uppercase; }
.opportunity-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.brand-assets-section { color: #111827; background: #fff; }
.brand-assets-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr); gap: 80px; align-items: start; }
.brand-assets-section .section-heading > p { color: #596174; }
.assets-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #d6dae4; border-left: 1px solid #d6dae4; }
.assets-board span { min-height: 78px; display: flex; align-items: center; gap: 10px; padding: 16px; border-right: 1px solid #d6dae4; border-bottom: 1px solid #d6dae4; font-size: 13px; font-weight: 800; }
.assets-board i { color: #2e62cf; }
.sponsor-placement { margin-top: 70px; scroll-margin-top: 92px; }
.sponsor-placement-heading { max-width: 760px; margin-bottom: 28px; }
.sponsor-placement-heading h2 { margin: 8px 0 14px; color: #111827; font-size: 42px; text-transform: uppercase; }
.sponsor-placement-heading p { color: #596174; line-height: 1.7; }
.brand-stage { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border: 1px solid #d6dae4; border-radius: var(--radius); background: #090b10; }
.brand-stage img { width: 100%; height: 100%; object-fit: cover; }
.sponsor-pin { position: absolute; z-index: 2; width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #151006; background: var(--amber-strong); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5); font-size: 10px; font-weight: 900; }
.pin-left { left: 15%; top: 32%; }
.pin-right { right: 13%; top: 32%; }
.pin-front { left: 60%; bottom: 17%; }
.pin-center { left: 49%; top: 48%; }
.sponsor-placement-legend { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; border-top: 1px solid #d6dae4; border-left: 1px solid #d6dae4; }
.sponsor-placement-legend article { min-height: 132px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: start; padding: 22px; border-right: 1px solid #d6dae4; border-bottom: 1px solid #d6dae4; }
.sponsor-placement-legend article > span { color: #2e62cf; font-family: var(--font-display); font-size: 12px; }
.sponsor-placement-legend h3 { margin: 0 0 7px; color: #111827; font-size: 15px; text-transform: uppercase; }
.sponsor-placement-legend p { margin: 0; color: #596174; font-size: 12px; line-height: 1.55; }
.tiers-section { background: #11162a; }
.tier-list { margin-top: 48px; border-top: 1px solid var(--line); }
.tier-list article { min-height: 112px; display: grid; grid-template-columns: 60px minmax(0, 1fr) 130px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.tier-list article > span { color: var(--cyan); font-family: var(--font-display); font-size: 12px; }
.tier-list h3 { margin: 0; font-size: 18px; text-transform: uppercase; }
.tier-list p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.tier-list article > strong { color: var(--amber-strong); font-size: 11px; text-align: right; text-transform: uppercase; }
.measurement-section { color: #111827; background: #f4f5f8; }
.measurement-layout { display: grid; grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr); gap: 70px; align-items: start; }
.measurement-section .section-heading > p { color: #596174; }
.metric-placeholder-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cfd4df; border-left: 1px solid #cfd4df; }
.metric-placeholder-grid div { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-right: 1px solid #cfd4df; border-bottom: 1px solid #cfd4df; }
.metric-placeholder-grid strong { color: #2e62cf; font-size: 11px; text-transform: uppercase; }
.metric-placeholder-grid span { margin-top: 6px; font-size: 13px; }
.partners-section { background: #0c1020; }
.partner-logo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.partner-logo { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.partner-logo img { width: 100%; height: 70px; object-fit: contain; object-position: left center; filter: grayscale(1) brightness(1.8); }
.partner-logo strong, .partner-logo span { display: block; }
.partner-logo strong { font-size: 15px; }
.partner-logo span { margin-top: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.download-section { background: #0b0e18; }
.download-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.download-list a { min-height: 64px; display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--radius); }
.download-list i { color: var(--cyan); }

.form-section { color: #111827; background: #f2f4f8; }
.form-layout { display: grid; grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr); gap: 76px; align-items: start; }
.form-intro { position: sticky; top: 96px; }
.form-intro h2 { font-size: 44px; }
.form-intro > p { color: #596174; font-size: 17px; line-height: 1.7; }
.whatsapp-contact { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 28px; padding: 16px 0; border-top: 1px solid #d4d9e3; border-bottom: 1px solid #d4d9e3; }
.whatsapp-contact > i { width: 46px; height: 46px; display: grid; place-items: center; color: #07130e; background: #49d892; border-radius: 50%; font-size: 21px; }
.whatsapp-contact span, .whatsapp-contact strong { display: block; }
.whatsapp-contact span { color: #596174; font-size: 12px; }
.whatsapp-contact strong { margin-bottom: 4px; color: #111827; font-size: 14px; }
.form-panel { padding: 34px; border: 1px solid #d8dce5; border-radius: var(--radius); background: #fff; box-shadow: 0 20px 50px rgba(25, 34, 56, 0.08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid label { min-width: 0; display: grid; gap: 7px; }
.form-grid label > span { font-size: 12px; font-weight: 900; }
.form-grid small { color: #737c8f; font-weight: 400; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #cbd1dc; color: #111827; background: #fff; border-radius: 4px; outline: 0; }
.form-grid textarea { min-height: 112px; resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #2e62cf; box-shadow: 0 0 0 3px rgba(46, 98, 207, 0.12); }
.span-2 { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -10000px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; color: #596174; font-size: 11px; line-height: 1.5; }
.consent input { margin-top: 2px; accent-color: #2e62cf; }
.consent a { color: #2e62cf; font-weight: 800; }
.submit-button { width: 100%; margin-top: 20px; }
.form-note { display: flex; align-items: center; gap: 7px; margin: 14px 0 0; color: #7a8396; font-size: 10px; }
.form-alert { margin-bottom: 22px; padding: 16px; border-radius: 4px; font-size: 13px; }
.form-alert.error { color: #8c241e; border: 1px solid #f1b8b4; background: #fff0ef; }
.form-alert.error ul { margin: 8px 0 0; padding-left: 20px; }
.form-alert.success { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; color: #125f45; border: 1px solid #a8dfc9; background: #ebfaf4; }
.form-alert.success i { font-size: 28px; }
.form-alert.success p { margin: 4px 0 0; }

.compact-hero { padding: 170px 24px 82px; background: #0b1020; border-bottom: 1px solid var(--line); }
.compact-hero h1 { max-width: 800px; margin: 0; font-family: var(--font-display); font-size: 58px; line-height: 1; text-transform: uppercase; }
.compact-hero p { max-width: 660px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.contact-paths { padding-top: 44px; padding-bottom: 0; color: #111827; background: #f2f4f8; }
.path-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #d5dae4; border-radius: 5px; overflow: hidden; }
.path-tabs a { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid #d5dae4; background: #fff; font-size: 13px; font-weight: 900; }
.path-tabs a:last-child { border-right: 0; }
.path-tabs a.active { color: #fff; background: #1d376e; }
.legal-content { max-width: 820px; color: #1a2234; background: #fff; }
.privacy-page main { background: #fff; }
.legal-content h2 { margin: 38px 0 12px; font-size: 22px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: #596174; line-height: 1.75; }
.legal-content a { color: #2e62cf; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1160px) {
    .site-navigation { gap: 14px; }
    .site-navigation a { font-size: 11px; }
    .header-cta { display: none; }
    .inclusion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benefit-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .benefit-row div:nth-child(3) { border-right: 0; }
    .benefit-row div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 960px) {
    .section { padding: 84px 20px; }
    .section-heading h2, .experience-copy h2, .stage-heading h2, .manifesto-copy h2 { font-size: 44px; }
    .site-header, .site-header.scrolled { height: 68px; background: rgba(7, 8, 18, 0.96); border-color: var(--line); }
    .header-inner { width: calc(100% - 32px); }
    .menu-toggle { display: grid; place-items: center; margin-left: auto; }
    .atc-return { display: none; }
    .site-navigation { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 20px; transform: translateX(100%); opacity: 0; visibility: hidden; background: #090b16; background-color: #090b16; isolation: isolate; backdrop-filter: none; transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease; }
    .site-navigation.open { transform: translateX(0); opacity: 1; visibility: visible; background-color: #090b16; }
    .site-navigation a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 14px; }
    .site-navigation .mobile-atc-return { display: flex; gap: 9px; color: var(--cyan); }
    .hero { height: 760px; min-height: 86svh; }
    .hero h1 { font-size: 70px; }
    .voice-layout, .authorship-layout, .sponsor-layout, .location-layout, .brand-assets-layout, .measurement-layout, .form-layout { grid-template-columns: 1fr; gap: 52px; }
    .experience-section, .manifesto-section { grid-template-columns: 1fr; }
    .experience-media { min-height: 600px; }
    .experience-copy, .manifesto-copy { padding: 76px 28px; }
    .stage-interactive { aspect-ratio: 4 / 3; }
    .stage-interactive > img { object-position: center; }
    .hotspot, .hotspot-panel { display: none; }
    .hotspot-mobile { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 24px; background: var(--line); }
    .hotspot-mobile article { min-height: 120px; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 18px; background: var(--bg); }
    .hotspot-mobile i { color: var(--cyan); }
    .hotspot-mobile p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
    .realizer-grid, .participate-grid { grid-template-columns: 1fr; }
    .realizer-card, .participate-card { min-height: 300px; }
    .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px; }
    .gallery-item:first-child { grid-column: 1 / -1; grid-row: auto; }
    .manifesto-visual { min-height: 500px; }
    .footer-main { grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr)); }
    .footer-main .footer-column:last-child { grid-column: 2 / -1; }
    .commercial-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .opportunity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .form-intro { position: static; }
}

@media (max-width: 680px) {
    html { scroll-padding-top: 74px; }
    .section { padding: 70px 16px; }
    .section-heading h2, .experience-copy h2, .stage-heading h2, .manifesto-copy h2, .location-copy h2, .form-intro h2 { font-size: 36px; }
    .section-heading > p, .section-lead, .stage-heading > p { font-size: 16px; }
    .header-inner { width: calc(100% - 24px); }
    .brand-copy strong { font-size: 17px; }
    .brand-wave { width: 36px; }
    .hero { min-height: 790px; height: 90svh; max-height: 860px; }
    .hero-media { object-position: 48% center; }
    .hero-content { width: calc(100% - 32px); margin-bottom: 76px; }
    .hero h1 { font-size: 55px; }
    .hero-headline { font-size: 24px; }
    .hero-lead { font-size: 15px; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .scroll-cue { display: none; }
    .voice-section .section-heading h2, .authorship-section .section-heading h2 { font-size: 42px; }
    .voice-layout { gap: 44px; }
    .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stat-strip div:nth-child(2) { border-right: 0; }
    .stat-strip div:nth-child(-n+2) { border-bottom: 1px solid #cfd4df; }
    .pillar-grid, .inclusion-grid { grid-template-columns: 1fr; }
    .pillar, .inclusion-grid article { min-height: 280px; }
    .experience-media { min-height: 460px; }
    .experience-copy { padding: 64px 18px; }
    .experience-facts div { grid-template-columns: 76px minmax(0, 1fr); }
    .stage-section { padding-block: 70px; }
    .stage-heading { padding-inline: 16px; }
    .stage-interactive { width: calc(100% - 32px); aspect-ratio: 4 / 5; }
    .stage-interactive > img { object-fit: cover; }
    .hotspot-mobile { grid-template-columns: 1fr; margin-inline: 16px; }
    .artists-area { margin-top: 10px; }
    .artist-empty { min-height: 250px; }
    .realizer-card { padding: 22px; }
    .timeline { grid-template-columns: 1fr 1fr; }
    .timeline div { min-height: 124px; }
    .sponsor-layout { gap: 44px; }
    .sponsor-actions { align-items: flex-start; flex-direction: column; }
    .brand-mockup { aspect-ratio: auto; }
    .benefit-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benefit-row div:nth-child(2n) { border-right: 0; }
    .benefit-row div:nth-child(3) { border-right: 1px solid var(--line); }
    .benefit-row div:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
    .gallery-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
    .gallery-filters button { flex: 0 0 auto; }
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .gallery-item, .gallery-item:first-child { min-height: 300px; grid-column: auto; }
    .manifesto-visual { min-height: 420px; }
    .manifesto-copy { padding: 64px 18px; }
    .footer-main { grid-template-columns: 1fr 1fr; width: calc(100% - 32px); gap: 36px 20px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-main .footer-column:last-child { grid-column: 1 / -1; }
    .footer-realizers { width: calc(100% - 32px); flex-wrap: wrap; gap: 12px; padding-block: 22px; }
    .footer-realizers > span { width: 100%; }
    .footer-realizers img { width: 82px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 52px; height: 52px; justify-content: center; padding: 0; border-radius: 50%; }
    .page-hero { min-height: 700px; }
    .page-hero-content { width: calc(100% - 32px); margin-bottom: 64px; }
    .page-hero h1 { font-size: 46px; }
    .commercial-steps, .opportunity-grid, .assets-board, .metric-placeholder-grid, .partner-logo-grid { grid-template-columns: 1fr; }
    .commercial-steps article { min-height: 240px; }
    .commercial-steps h3 { margin-top: 52px; }
    .brand-stage { aspect-ratio: 4 / 3; }
    .sponsor-placement-heading h2 { font-size: 34px; }
    .sponsor-placement-legend { grid-template-columns: 1fr; }
    .sponsor-pin { width: 32px; height: 32px; }
    .tier-list article { grid-template-columns: 42px minmax(0, 1fr); padding: 18px 0; }
    .tier-list article > strong { grid-column: 2; text-align: left; }
    .form-panel { padding: 22px 18px; }
    .form-grid { grid-template-columns: 1fr; }
    .span-2 { grid-column: auto; }
    .compact-hero { padding: 140px 16px 66px; }
    .compact-hero h1 { font-size: 42px; }
    .contact-paths { padding: 28px 16px 0; }
    .path-tabs { grid-template-columns: 1fr; }
    .path-tabs a { border-right: 0; border-bottom: 1px solid #d5dae4; }
    .path-tabs a:last-child { border-bottom: 0; }
}

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