:root {
    --navy-950: #031127;
    --navy-900: #071d3d;
    --navy-800: #0b2d57;
    --teal-700: #087f7b;
    --teal-500: #12a69f;
    --orange-600: #f26722;
    --gold-500: #f4ad19;
    --gold-300: #ffd36d;
    --ink: #101a2a;
    --muted: #5b6678;
    --line: #dfe5ec;
    --surface: #ffffff;
    --surface-soft: #f4f7fa;
    --surface-warm: #fff8ea;
    --success: #147a52;
    --error: #b42318;
    --container: 1360px;
    --radius: 6px;
    --shadow: 0 18px 54px rgba(4, 22, 48, .12);
    --font-display: "Manrope", "Segoe UI", Arial, sans-serif;
    --font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { color: inherit; }
h1, h2, h3, p, blockquote, dl, dd { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; letter-spacing: 0; }
h1 { font-size: 76px; }
h2 { margin-bottom: 22px; font-size: 48px; }
h3 { font-size: 22px; }
p { margin-bottom: 20px; }

.container {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2000;
    padding: 12px 16px;
    color: white;
    background: var(--navy-950);
    visibility: hidden;
    transform: translateY(-160%);
}

.skip-link:focus { visibility: visible; transform: translateY(0); }

.sr-only,
.honeypot {
    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;
}

:focus-visible {
    outline: 3px solid var(--gold-500);
    outline-offset: 3px;
}

.button {
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold-500); }
.button-primary:hover { background: var(--gold-300); }
.button-light { color: var(--navy-950); background: white; }
.button-light:hover { background: var(--surface-soft); }
.button-dark { color: white; background: var(--navy-900); }
.button-dark:hover { background: var(--navy-800); }
.button-outline { color: var(--navy-900); border-color: var(--navy-900); background: transparent; }
.button-outline-light { color: white; border-color: rgba(255, 255, 255, .65); background: transparent; }
.button-outline-light:hover { color: var(--navy-950); background: white; }

.text-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
}

.text-action.dark { color: var(--navy-900); }
.text-action i { transition: transform .2s ease; }
.text-action:hover i { transform: translateX(4px); }

.icon-button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: transparent;
    cursor: pointer;
}

.status {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.status-planning { color: #724900; background: #fff0c6; }
.status-capture { color: #8a3512; background: #ffe2d2; }

.eyebrow {
    margin-bottom: 14px;
    display: block;
    color: var(--teal-700);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.eyebrow-color { color: var(--gold-300); }

.section { padding: 104px 0; }
main,
main section[id] { scroll-margin-top: 118px; }
.section-light { background: var(--surface); }
.section-dark { color: white; background: var(--navy-950); }
.section-heading { min-width: 0; }
.section-heading > p { max-width: 700px; color: var(--muted); font-size: 20px; }
.section-dark .section-heading > p,
.stage-band .section-heading > p { color: #c3ccda; }
.section-heading.centered { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.section-heading.centered > p { margin-inline: auto; }
.heading-row {
    margin-bottom: 44px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px 56px;
}
.heading-row > div { flex: 1 1 560px; }
.heading-row > p { flex: 1 1 360px; margin-bottom: 5px; }
.heading-row h2 { margin-bottom: 0; }

.split-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 64px;
}

.split-layout > * { min-width: 0; flex: 1 1 460px; }
.split-wide { gap: 90px; }

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    color: var(--navy-900);
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid rgba(7, 29, 61, .12);
    backdrop-filter: blur(14px);
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(3, 17, 39, .1); }

.header-utility { color: #dae2ee; background: var(--navy-950); }
.utility-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
}
.utility-inner > * { display: inline-flex; align-items: center; gap: 7px; }
.back-atc { margin-right: auto; color: white; font-weight: 700; }
.utility-status i { color: var(--gold-500); font-size: 7px; }

.header-main {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand { flex: 0 0 184px; align-self: stretch; display: flex; align-items: center; }
.brand img { width: 184px; height: 66px; object-fit: contain; }
.desktop-nav {
    min-width: 0;
    margin-left: auto;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.desktop-nav a { font-family: var(--font-display); font-size: 14px; font-weight: 700; white-space: nowrap; }
.desktop-nav a:hover { color: var(--teal-700); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; color: var(--navy-900); }
.mobile-menu {
    position: fixed;
    inset: 72px 0 0;
    height: calc(100dvh - 72px);
    max-height: none;
    padding: 16px 24px 24px;
    overflow-y: auto;
    color: white;
    background: var(--navy-950);
    background-color: #031127;
    opacity: 1;
    isolation: isolate;
    backdrop-filter: none;
    box-shadow: var(--shadow);
}
.mobile-menu[hidden] { display: none; }
.mobile-menu a { min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; font-family: var(--font-display); font-weight: 700; }

/* Hero */
.hero {
    position: relative;
    height: 74svh;
    min-height: 620px;
    max-height: 780px;
    color: white;
    background: var(--navy-950);
    overflow: hidden;
}
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(3, 17, 39, .97) 0%, rgba(3, 17, 39, .91) 30%, rgba(3, 17, 39, .56) 56%, rgba(3, 17, 39, .18) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-bottom: 116px; display: flex; align-items: center; }
.hero-copy { max-width: 760px; }
.status-line { margin-bottom: 26px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; color: #d8e1ef; font-size: 15px; }
.hero-kicker { margin-bottom: 12px; color: var(--gold-300); font-family: var(--font-display); font-weight: 800; text-transform: uppercase; }
.hero h1 { margin-bottom: 8px; text-transform: uppercase; }
.hero h2 { margin-bottom: 24px; color: var(--gold-300); font-size: 38px; }
.hero-copy > p:not(.hero-kicker) { max-width: 700px; color: #edf2f8; font-size: 21px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; }
.hero-facts { position: absolute; z-index: 3; inset: auto 0 0; background: rgba(3, 17, 39, .88); border-top: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.fact-row { min-height: 92px; display: flex; align-items: stretch; }
.fact-row > div { min-width: 0; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.14); flex: 1 1 260px; display: flex; flex-direction: column; justify-content: center; }
.fact-row > div:first-child { padding-left: 0; }
.fact-row > div:last-child { border-right: 0; }
.fact-row span { color: #aab6c8; font-size: 13px; text-transform: uppercase; }
.fact-row strong { font-family: var(--font-display); font-size: 17px; line-height: 1.3; }

.manifest-band { padding: 34px 0; color: white; background: var(--teal-700); }
.manifest-layout { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 60px; }
.manifest-layout > p { flex: 1 1 560px; margin: 0; font-family: var(--font-display); font-size: 24px; font-weight: 700; line-height: 1.4; }
.manifest-verbs { flex: 1 1 420px; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.manifest-verbs span { padding: 7px 11px; border-bottom: 2px solid var(--gold-300); font-family: var(--font-display); font-size: 13px; font-weight: 800; text-transform: uppercase; }

/* Project and audience */
.section-heading blockquote { margin: 34px 0 0; padding: 22px 0 22px 24px; border-left: 4px solid var(--orange-600); color: var(--navy-900); font-family: var(--font-display); font-size: 26px; font-weight: 800; }
.pillar-list { display: flex; flex-direction: column; gap: 14px; }
.pillar-item { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; align-items: flex-start; gap: 18px; background: var(--surface-soft); }
.pillar-item > i { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--navy-900); }
.pillar-item > div { min-width: 0; flex-grow: 1; }
.pillar-item h3 { margin-bottom: 6px; }
.pillar-item p { margin: 0; color: var(--muted); }

.audience-band { background: var(--surface-soft); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud span { flex: 1 1 170px; min-height: 46px; padding: 10px 14px; border-left: 3px solid var(--teal-500); display: flex; align-items: center; color: var(--navy-900); background: white; font-family: var(--font-display); font-size: 14px; font-weight: 700; box-shadow: 0 7px 22px rgba(7,29,61,.06); }

/* Connections */
.connection-cards { display: flex; align-items: stretch; flex-wrap: wrap; gap: 18px; }
.connection-card { min-width: 0; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); flex: 1 1 300px; display: flex; flex-direction: column; background: #0a254b; }
.connection-card > span { color: var(--gold-300); font-family: var(--font-display); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.connection-card h3 { margin: 8px 0 24px; font-size: 30px; }
.connection-card dl { margin: auto 0 0; display: flex; flex-direction: column; gap: 16px; }
.connection-card dl div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.14); }
.connection-card dt { color: #98a9bf; font-size: 13px; text-transform: uppercase; }
.connection-card dd { margin: 4px 0 0; font-weight: 700; }
.network-flow { margin-top: 34px; padding: 22px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; }
.network-flow span { font-family: var(--font-display); font-weight: 800; }
.network-flow i { color: var(--gold-500); }

/* Opportunities and experience */
.opportunity-band { background: var(--surface-warm); }
.opportunity-list { display: flex; flex-wrap: wrap; gap: 10px; }
.opportunity-list span { min-width: 0; min-height: 54px; padding: 13px 15px; border: 1px solid #eadbb9; flex: 1 1 230px; display: flex; align-items: center; gap: 12px; color: var(--navy-900); background: white; font-weight: 700; }
.opportunity-list i { color: var(--orange-600); }

.experience-grid { display: flex; align-items: stretch; flex-wrap: wrap; gap: 16px; }
.experience-card { min-width: 0; min-height: 250px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); flex: 1 1 280px; display: flex; flex-direction: column; background: white; box-shadow: 0 10px 28px rgba(7,29,61,.07); }
.experience-card > i { width: 46px; height: 46px; margin-bottom: 26px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--teal-700); }
.experience-card .card-content { min-width: 0; flex-grow: 1; }
.experience-card h3 { margin-bottom: 10px; }
.experience-card p { color: var(--muted); }
.experience-card .status { margin-top: 12px; }

.knowledge-band { color: white; background: var(--navy-800); }
.knowledge-band .section-heading p { color: #cbd6e5; }
.topic-list { display: flex; flex-wrap: wrap; gap: 10px; }
.topic-list span { min-width: 0; padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); flex: 1 1 200px; display: flex; align-items: center; background: rgba(255,255,255,.06); font-size: 15px; }

/* Program and human moments */
.program-band { background: var(--surface-soft); }
.program-layout { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 70px; }
.program-copy { position: sticky; top: 140px; flex: 1 1 350px; }
.program-timeline { min-width: 0; margin: 0; padding: 0; flex: 2 1 650px; display: flex; flex-wrap: wrap; gap: 12px; list-style: none; counter-reset: none; }
.program-timeline li { min-width: 0; min-height: 70px; padding: 14px; border-bottom: 1px solid var(--line); flex: 1 1 290px; display: flex; align-items: center; gap: 16px; background: white; }
.program-timeline li > span { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--navy-900); font-family: var(--font-display); font-size: 12px; font-weight: 800; }
.program-timeline p { margin: 0; font-weight: 700; }

.human-band { background: white; }
.human-layout { display: flex; align-items: center; flex-wrap: wrap; gap: 70px; }
.human-layout > * { min-width: 0; flex: 1 1 450px; }
.hospitality-list { display: flex; flex-direction: column; gap: 12px; }
.hospitality-list > div { min-width: 0; min-height: 82px; padding: 18px; border: 1px solid var(--line); display: flex; align-items: center; gap: 16px; }
.hospitality-list > div > i { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--orange-600); }
.hospitality-list > div > span:nth-child(2) { min-width: 0; flex-grow: 1; display: flex; flex-direction: column; }
.hospitality-list small { color: var(--muted); }

.stage-band { position: relative; color: white; background: var(--navy-950); }
.stage-band::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: repeating-linear-gradient(90deg, transparent 0 38px, rgba(18,166,159,.8) 38px 40px); }
.stage-band .container { position: relative; }
.grand-meeting { padding: 44px; border: 1px solid rgba(255,255,255,.18); border-top: 5px solid var(--gold-500); background: rgba(255,255,255,.06); }
.grand-meeting > i { margin-bottom: 24px; color: var(--gold-300); font-size: 42px; }
.grand-meeting > span { display: block; color: var(--teal-500); font-family: var(--font-display); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.grand-meeting h3 { margin: 10px 0 14px; font-size: 34px; }
.grand-meeting p { margin: 0; color: #c3ccda; }

/* Visual narrative */
.visual-story-band { background: #eef7f5; }
.visual-story-grid { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; }
.visual-story-item { position: relative; min-width: 0; min-height: 360px; padding: 0; border: 0; border-radius: var(--radius); flex: 1 1 380px; overflow: hidden; color: white; background: var(--navy-950); text-align: left; cursor: zoom-in; }
.visual-story-item img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform .35s ease; }
.visual-story-item:hover img { transform: scale(1.025); }
.visual-story-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,17,39,.04) 30%, rgba(3,17,39,.94) 100%); }
.visual-story-copy { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; flex-direction: column; }
.visual-story-copy small { margin-bottom: 7px; color: var(--gold-300); font-family: var(--font-display); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.visual-story-copy strong { font-family: var(--font-display); font-size: 24px; line-height: 1.15; }
.visual-story-copy > span { margin-top: 6px; color: #e2e9f2; font-size: 16px; line-height: 1.35; }
.visual-story-item > i { position: absolute; z-index: 2; top: 18px; right: 18px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--navy-950); background: rgba(255,255,255,.9); }

/* Dia do Musico and Cariri */
.musician-day { background: var(--surface-warm); }
.musician-layout { display: flex; align-items: center; flex-wrap: wrap; gap: 70px; }
.date-mark { width: 330px; height: 330px; flex: 0 0 330px; border: 3px solid var(--navy-900); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy-900); background: white; box-shadow: inset 0 0 0 12px var(--surface-warm); }
.date-mark strong { font-family: var(--font-display); font-size: 120px; line-height: .9; }
.date-mark span { color: var(--orange-600); font-family: var(--font-display); font-size: 22px; font-weight: 800; text-transform: uppercase; }
.musician-layout .section-heading { min-width: 0; flex: 1 1 560px; }
.musician-layout small { max-width: 780px; padding-top: 18px; border-top: 1px solid #decfae; display: block; color: var(--muted); }

.cariri-band { background: var(--surface-soft); }
.municipality-search { width: min(100%, 440px); min-height: 50px; margin-bottom: 24px; padding: 0 16px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; align-items: center; gap: 10px; color: var(--muted); background: white; }
.municipality-search:focus-within { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(8,127,123,.14); }
.municipality-search input { width: 100%; min-width: 0; height: 48px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.municipality-list { display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; }
.municipality-list article { min-width: 0; min-height: 130px; padding: 17px; border-left: 4px solid var(--teal-500); flex: 1 1 190px; display: flex; flex-direction: column; background: white; box-shadow: 0 6px 20px rgba(7,29,61,.05); }
.municipality-list h3 { margin-bottom: auto; font-size: 18px; overflow-wrap: anywhere; }
.municipality-list p { margin: 12px 0 0; color: var(--navy-900); font-weight: 700; }
.municipality-list span { color: var(--muted); font-size: 13px; }
.municipality-list article[hidden] { display: none; }
.empty-result { padding: 24px; text-align: center; color: var(--muted); }

.next-edition { padding: 54px 0; color: white; background: var(--navy-900); }
.edition-layout { display: flex; align-items: center; flex-wrap: wrap; gap: 30px 60px; }
.edition-layout > div:first-child { min-width: 0; flex: 2 1 500px; }
.edition-layout h2 { margin-bottom: 10px; }
.edition-layout p { margin: 0; color: #cbd6e5; }
.edition-statuses { flex: 1 1 320px; display: flex; flex-direction: column; gap: 8px; }
.edition-statuses span { display: flex; align-items: center; gap: 10px; color: #e2e8f1; }
.edition-statuses i { width: 20px; color: var(--gold-300); }

/* Gallery */
.gallery-band { background: white; }
.gallery-grid { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; }
.gallery-item { position: relative; min-width: 0; min-height: 320px; padding: 0; border: 0; border-radius: var(--radius); flex: 1 1 320px; overflow: hidden; background: var(--navy-950); cursor: zoom-in; }
.gallery-item:first-child { flex-grow: 1.7; }
.gallery-item img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(3,17,39,.92)); }
.gallery-item span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: white; font-family: var(--font-display); font-size: 18px; font-weight: 800; text-align: left; }
.lightbox { width: min(94vw, 1280px); max-width: none; padding: 0; border: 0; background: #020711; overflow: visible; }
.lightbox::backdrop { background: rgba(0,0,0,.88); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: -52px; right: 0; color: white; }

/* Brand experience */
.brand-experience-band { background: var(--surface-soft); }
.concept-notice { margin-bottom: 28px; padding: 18px 20px; border-left: 4px solid var(--teal-500); display: flex; align-items: flex-start; gap: 13px; color: var(--navy-900); background: white; }
.concept-notice i { margin-top: 5px; color: var(--teal-700); }
.concept-notice p { margin: 0; }
.brand-application-grid { display: flex; align-items: stretch; flex-wrap: wrap; gap: 16px; }
.brand-application { position: relative; min-width: 0; min-height: 500px; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); flex: 1 1 340px; display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: white; text-align: left; cursor: zoom-in; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.brand-application:hover { border-color: #a7c8c6; box-shadow: 0 16px 36px rgba(4,22,48,.1); transform: translateY(-3px); }
.brand-application img { width: 100%; height: 350px; flex: 0 0 350px; border-bottom: 1px solid var(--line); object-fit: contain; background: #fbfcfd; transition: transform .3s ease; }
.brand-application:hover img { transform: scale(1.015); }
.concept-label { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; border-radius: 999px; color: #664100; background: rgba(255,240,198,.94); font-family: var(--font-display); font-size: 10px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.brand-application-copy { min-width: 0; padding: 20px 22px 22px; flex-grow: 1; display: flex; flex-direction: column; }
.brand-application-copy strong { margin-bottom: 8px; font-family: var(--font-display); font-size: 21px; line-height: 1.2; }
.brand-application-copy small { color: var(--muted); font-size: 16px; line-height: 1.45; }
.brand-application > i { position: absolute; z-index: 2; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: white; background: rgba(3,17,39,.86); }
.brand-experience-action { margin-top: 28px; padding-top: 26px; border-top: 1px solid #cfd9e2; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px 32px; }
.brand-experience-action p { max-width: 760px; margin: 0; color: var(--muted); font-size: 19px; }

/* Form */
.participation-band { background: var(--surface-soft); }
.participation-layout { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 48px; }
.participation-copy { position: sticky; top: 140px; min-width: 0; flex: 1 1 360px; }
.form-panel { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); flex: 2 1 720px; background: white; box-shadow: var(--shadow); }
.contact-options { margin-top: 34px; display: flex; flex-direction: column; gap: 10px; }
.contact-options a { min-width: 0; min-height: 70px; padding: 14px; border: 1px solid var(--line); display: flex; align-items: center; gap: 14px; background: white; }
.contact-options i { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--teal-700); }
.contact-options span { min-width: 0; display: flex; flex-direction: column; overflow-wrap: anywhere; }
.form-grid { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; }
.form-grid > label { min-width: 0; flex: 1 1 230px; display: flex; flex-direction: column; gap: 6px; }
.form-grid > label.grow-2 { flex-grow: 2; flex-basis: 340px; }
.form-grid > label.full { flex: 1 1 100%; }
.form-grid label > span { font-family: var(--font-display); font-size: 13px; font-weight: 800; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; padding: 12px 13px; border: 1px solid #cfd7e2; border-radius: var(--radius); color: var(--ink); background: white; }
.form-grid input, .form-grid select { min-height: 50px; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--teal-700); outline: 0; box-shadow: 0 0 0 3px rgba(8,127,123,.14); }
.consent { margin: 20px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 15px; }
.consent input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 18px; accent-color: var(--teal-700); }
.consent a { color: var(--teal-700); text-decoration: underline; }
.submit-button { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 14px; text-align: center; }
.form-alert { margin-bottom: 22px; padding: 16px; border-radius: var(--radius); }
.form-alert strong { font-family: var(--font-display); }
.form-alert ul { margin-bottom: 0; }
.form-alert.error { color: #7a271a; border: 1px solid #f4b8ae; background: #fff1ef; }
.form-alert.success { display: flex; gap: 14px; color: #095c3d; border: 1px solid #9dd7bd; background: #eaf8f1; }
.form-alert.success p { margin: 3px 0 0; }

/* ATC and sponsorship */
.atc-band { background: var(--surface-warm); }
.atc-layout { display: flex; align-items: center; flex-wrap: wrap; gap: 70px; }
.atc-layout > img { width: min(34%, 370px); height: 260px; flex: 0 0 auto; object-fit: contain; }
.atc-layout > div { min-width: 0; flex: 1 1 600px; }
.inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; }

.sponsors-band { background: white; }
.sponsor-category-list { display: flex; align-items: stretch; flex-wrap: wrap; gap: 12px; }
.sponsor-category { min-width: 0; min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); flex: 1 1 360px; display: flex; flex-direction: column; }
.sponsor-category i { margin-bottom: 26px; color: var(--teal-700); font-size: 28px; }
.sponsor-category h3 { margin-bottom: 8px; }
.sponsor-category p { margin: auto 0 0; color: var(--muted); }
.sponsor-board { margin-top: 34px; padding: 28px; border: 1px solid var(--line); display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; background: var(--surface-soft); }
.sponsor-board > div { min-width: 0; min-height: 110px; padding: 18px; border: 1px dashed #b9c5d3; flex: 1 1 250px; display: flex; flex-direction: column; justify-content: center; background: white; }
.sponsor-board > div span { color: var(--teal-700); font-family: var(--font-display); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.sponsor-board > div strong { margin-top: 8px; color: var(--muted); }
.sponsor-board .realization { flex-basis: 180px; }
.sponsor-board .realization img { width: 150px; height: 72px; margin-top: 8px; object-fit: contain; object-position: left center; }
.sponsor-board > .button { min-width: 220px; flex: 0 1 auto; align-self: center; }

/* Universe and FAQ */
.universe-band { background: var(--navy-950); color: white; }
.universe-band .section-heading > p { color: #c3ccda; }
.universe-list { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; }
.universe-card { min-width: 0; min-height: 190px; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); flex: 1 1 300px; display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,.05); transition: transform .2s ease, border-color .2s ease; }
.universe-card:hover { border-color: var(--teal-500); transform: translateY(-3px); }
.universe-card > img { width: 86px; height: 76px; flex: 0 0 86px; border-radius: 4px; object-fit: contain; background: white; }
.universe-card .card-content { min-width: 0; flex-grow: 1; }
.universe-card h3 { margin-bottom: 8px; }
.universe-card p { margin: 0; color: #c3ccda; }
.universe-card > i { color: var(--gold-300); }
.universe-card.current { border-color: var(--gold-500); }

.faq-band { background: var(--surface-soft); }
.faq-layout { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 64px; }
.faq-layout > .section-heading { position: sticky; top: 140px; flex: 1 1 340px; }
.faq-list { min-width: 0; flex: 2 1 680px; }
.faq-list details { border-bottom: 1px solid #cfd7e2; background: white; }
.faq-list summary { min-height: 66px; padding: 17px 20px; display: flex; align-items: center; gap: 14px; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { margin-left: auto; color: var(--teal-700); transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { padding: 0 20px 20px; margin: 0; color: var(--muted); }

.final-cta { padding: 94px 0; color: white; background: var(--teal-700); text-align: center; }
.final-cta .container { max-width: 980px; }
.final-cta h2 { font-size: 54px; }
.final-cta p { max-width: 820px; margin-inline: auto; font-size: 21px; }
.final-actions { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* Footer */
.site-footer { color: #c7d1df; background: #020b19; }
.footer-main { padding: 70px 0 52px; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 48px; }
.footer-brand { min-width: 0; flex: 2 1 360px; }
.footer-brand img { width: 220px; height: 130px; margin-bottom: 18px; object-fit: contain; background: white; }
.footer-brand p { margin-bottom: 5px; color: white; font-family: var(--font-display); font-size: 24px; font-weight: 800; }
.footer-brand strong { color: #93a3b8; font-size: 15px; }
.footer-column { min-width: 0; flex: 1 1 180px; display: flex; flex-direction: column; gap: 9px; }
.footer-column h2 { margin-bottom: 10px; color: white; font-size: 15px; text-transform: uppercase; }
.footer-column a:hover { color: var(--gold-300); }
.footer-contact { flex-grow: 1.4; }
.footer-contact a, .footer-contact span { display: flex; align-items: flex-start; gap: 9px; overflow-wrap: anywhere; }
.footer-contact i { width: 18px; margin-top: 5px; color: var(--gold-300); }
.footer-bottom { min-height: 74px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; font-size: 14px; }
.share-tools { display: flex; align-items: center; gap: 8px; }
.share-tools > span { margin-right: 5px; }
.share-tools .icon-button { width: 38px; height: 38px; color: white; }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; min-height: 52px; padding: 10px 16px; border-radius: 999px; display: flex; align-items: center; gap: 9px; color: #052f20; background: #4cdb9b; box-shadow: 0 14px 34px rgba(0,0,0,.22); font-family: var(--font-display); font-size: 14px; font-weight: 800; }
.whatsapp-float[hidden] { display: none; }
.whatsapp-float i { font-size: 22px; }
.toast { position: fixed; z-index: 2200; left: 50%; bottom: 24px; max-width: min(90vw, 420px); padding: 12px 16px; border-radius: var(--radius); color: white; background: var(--navy-950); box-shadow: var(--shadow); transform: translateX(-50%); }

/* Privacy */
.policy-hero { padding: 86px 0; color: white; background: var(--navy-900); }
.policy-hero h1 { margin-bottom: 14px; font-size: 58px; }
.policy-hero p { max-width: 720px; margin: 0; color: #cfdae8; font-size: 21px; }
.policy-content { background: var(--surface-soft); }
.policy-layout { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 54px; }
.policy-layout > nav { position: sticky; top: 130px; min-width: 0; padding: 18px; border-left: 4px solid var(--teal-500); flex: 1 1 230px; display: flex; flex-direction: column; gap: 8px; background: white; }
.policy-layout > nav a { padding: 7px 0; font-weight: 700; }
.policy-layout > nav a:hover { color: var(--teal-700); }
.policy-layout > article { min-width: 0; padding: 42px; flex: 3 1 720px; background: white; }
.policy-layout article h2 { margin-top: 44px; font-size: 31px; }
.policy-layout article h2:first-of-type { margin-top: 0; }
.policy-layout article p { color: var(--muted); }
.policy-layout article a:not(.button) { color: var(--teal-700); text-decoration: underline; }
.policy-updated { font-size: 14px; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Tablet */
@media (max-width: 1180px) {
    h1 { font-size: 64px; }
    h2 { font-size: 42px; }
    .desktop-nav { gap: 16px; }
    .desktop-nav a { font-size: 13px; }
    .header-cta { padding-inline: 14px; }
    .hero-copy { max-width: 680px; }
    .gallery-item:first-child { flex-grow: 1; }
}

@media (max-width: 1024px) {
    .section { padding: 82px 0; }
    .header-utility { display: none; }
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { margin-left: auto; display: inline-grid; }
    .header-main { min-height: 72px; }
    .brand { flex-basis: 174px; }
    .brand img { width: 174px; height: 62px; }
    .hero { height: 72svh; min-height: 610px; }
    .hero-content { padding-bottom: 136px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(3,17,39,.97), rgba(3,17,39,.82) 58%, rgba(3,17,39,.36)); }
    .fact-row { flex-wrap: wrap; }
    .fact-row > div { padding: 14px 18px; }
    .fact-row > div:first-child { padding-left: 0; }
    .program-copy, .participation-copy, .faq-layout > .section-heading { position: static; }
    .policy-layout > nav { position: static; }
    .date-mark { width: 270px; height: 270px; flex-basis: 270px; }
    .date-mark strong { font-size: 100px; }
    .atc-layout > img { width: 290px; }
}

@media (max-width: 820px) {
    h1 { font-size: 56px; }
    h2 { font-size: 38px; }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .split-layout, .program-layout, .human-layout, .musician-layout, .atc-layout, .faq-layout { gap: 42px; }
    .heading-row { align-items: flex-start; }
    .section-heading > p { font-size: 18px; }
    .hero { min-height: 650px; }
    .hero-media img { object-position: 61% center; }
    .hero-copy > p:not(.hero-kicker) { font-size: 19px; }
    .hero h2 { font-size: 32px; }
    .fact-row > div { flex-basis: 50%; }
    .fact-row > div:last-child { display: none; }
    .manifest-verbs { justify-content: flex-start; }
    .date-mark { width: 230px; height: 230px; flex-basis: 230px; }
    .date-mark strong { font-size: 84px; }
    .municipality-list article { flex-basis: 160px; }
    .gallery-item { min-height: 280px; }
    .gallery-item img { min-height: 280px; }
    .visual-story-item { min-height: 320px; flex-basis: 100%; }
    .visual-story-item img { min-height: 320px; }
    .brand-application { flex-basis: 300px; }
    .sponsor-board > .button { flex: 1 1 100%; }
}

/* Mobile */
@media (max-width: 680px) {
    body { font-size: 17px; }
    h1 { font-size: 48px; }
    h2 { font-size: 34px; }
    h3 { font-size: 20px; }
    .section { padding: 68px 0; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand { flex-basis: 160px; }
    .brand img { width: 160px; }
    .hero { height: auto; min-height: 650px; max-height: none; }
    .hero-overlay { background: linear-gradient(90deg, rgba(3,17,39,.96), rgba(3,17,39,.78)); }
    .hero-content { min-height: 650px; padding-top: 54px; padding-bottom: 154px; align-items: flex-start; }
    .status-line { margin-bottom: 18px; }
    .status-line > span:not(.status) { display: none; }
    .hero-kicker { font-size: 13px; }
    .hero h2 { font-size: 27px; }
    .hero-copy > p:not(.hero-kicker) { font-size: 17px; line-height: 1.5; }
    .hero-actions { margin-top: 25px; align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-actions .text-action { min-height: 42px; justify-content: center; }
    .hero-facts { background: rgba(3,17,39,.94); }
    .fact-row { min-height: 122px; }
    .fact-row > div { min-height: 58px; padding: 10px 12px; }
    .fact-row > div:first-child { padding-left: 0; }
    .fact-row span { font-size: 10px; }
    .fact-row strong { font-size: 13px; }
    .manifest-band { padding: 28px 0; }
    .manifest-layout > p { font-size: 20px; }
    .manifest-verbs { gap: 8px; }
    .manifest-verbs span { padding-inline: 6px; font-size: 11px; }
    .heading-row { margin-bottom: 34px; gap: 12px; }
    .section-heading blockquote { font-size: 22px; }
    .network-flow { justify-content: flex-start; }
    .network-flow i { transform: rotate(90deg); }
    .program-timeline li { flex-basis: 100%; }
    .human-layout > *, .program-copy, .program-timeline, .participation-copy, .form-panel { flex-basis: 100%; }
    .hospitality-list > div { flex-wrap: wrap; }
    .hospitality-list .status { margin-left: 60px; }
    .grand-meeting { padding: 28px; }
    .grand-meeting h3 { font-size: 28px; }
    .date-mark { width: 210px; height: 210px; flex-basis: 210px; margin-inline: auto; }
    .date-mark strong { font-size: 76px; }
    .date-mark span { font-size: 17px; }
    .municipality-list article { flex-basis: calc(50% - 5px); min-height: 122px; }
    .municipality-list h3 { font-size: 16px; }
    .edition-layout { align-items: stretch; }
    .edition-layout > .button { width: 100%; }
    .gallery-item, .gallery-item:first-child { min-height: 250px; flex-basis: 100%; }
    .gallery-item img { min-height: 250px; }
    .visual-story-item { min-height: 280px; }
    .visual-story-item img { min-height: 280px; }
    .visual-story-copy { right: 18px; bottom: 18px; left: 18px; }
    .visual-story-copy strong { font-size: 21px; }
    .visual-story-copy > span { font-size: 15px; }
    .brand-application { min-height: 0; flex-basis: 100%; }
    .brand-application img { height: 320px; flex-basis: 320px; }
    .brand-experience-action { align-items: stretch; flex-direction: column; }
    .brand-experience-action .button { width: 100%; }
    .form-panel { padding: 20px; }
    .form-grid > label, .form-grid > label.grow-2, .form-grid > label.full { flex: 1 1 100%; }
    .atc-layout { text-align: left; }
    .atc-layout > img { width: 240px; height: 180px; margin-inline: auto; }
    .inline-actions { align-items: stretch; flex-direction: column; }
    .inline-actions .button { width: 100%; }
    .inline-actions .text-action { justify-content: center; }
    .sponsor-board { padding: 18px; }
    .universe-card { flex-basis: 100%; }
    .final-cta { padding: 72px 0; }
    .final-cta h2 { font-size: 38px; }
    .final-actions { flex-direction: column; }
    .final-actions .button { width: 100%; }
    .footer-main { padding-top: 52px; }
    .footer-brand, .footer-column { flex-basis: 100%; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .share-tools { width: 100%; }
    .whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; padding: 0; justify-content: center; }
    .whatsapp-float span { display: none; }
    .policy-hero { padding: 64px 0; }
    .policy-hero h1 { font-size: 40px; }
    .policy-layout > nav, .policy-layout > article { flex-basis: 100%; }
    .policy-layout > article { padding: 24px; }
}

@media (max-width: 390px) {
    h1 { font-size: 42px; }
    h2 { font-size: 31px; }
    .container { width: min(calc(100% - 24px), var(--container)); }
    .brand { flex-basis: 145px; }
    .brand img { width: 145px; }
    .hero { min-height: 670px; }
    .hero-content { min-height: 670px; }
    .fact-row > div { padding-inline: 8px; }
    .municipality-list article { flex-basis: 100%; }
    .connection-card, .experience-card, .sponsor-category { flex-basis: 100%; }
    .universe-card { padding: 14px; }
    .universe-card > img { width: 72px; height: 66px; flex-basis: 72px; }
    .footer-brand img { width: 200px; }
}

@media (max-width: 330px) {
    h1 { font-size: 34px; }
    h2 { font-size: 29px; }
    .brand { flex-basis: 132px; }
    .brand img { width: 132px; }
    .menu-toggle { width: 42px; height: 42px; }
    .hero { height: calc(100svh - 110px); min-height: 590px; }
    .hero-content { min-height: 590px; padding-top: 26px; padding-bottom: 88px; }
    .status { font-size: 10px; }
    .status-line { margin-bottom: 12px; }
    .hero-kicker { margin-bottom: 7px; font-size: 11px; line-height: 1.35; }
    .hero h1 { margin-bottom: 5px; line-height: 1.04; }
    .hero h2 { margin-bottom: 12px; font-size: 22px; line-height: 1.08; }
    .hero-copy > p:not(.hero-kicker) { font-size: 14px; line-height: 1.4; }
    .hero-actions { margin-top: 16px; gap: 6px; }
    .hero-actions .button-light { display: none; }
    .hero-actions .button { min-height: 46px; padding: 10px 14px; }
    .hero-actions .text-action { min-height: 34px; font-size: 14px; }
    .fact-row { min-height: 78px; }
    .fact-row > div { min-height: 0; padding-block: 7px; }
    .fact-row span { font-size: 9px; }
    .fact-row strong { font-size: 12px; }
}

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