:root {
  --green: #087a4d;
  --green-deep: #064b34;
  --green-dark: #032f24;
  --yellow: #ffd83d;
  --yellow-soft: #ffe989;
  --blue: #135bb8;
  --ink: #09261e;
  --paper: #f4f4ed;
  --white: #ffffff;
  --line: rgba(9, 38, 30, .16);
  --shadow: 0 30px 80px rgba(2, 39, 29, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.65 "Manrope", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -90px; padding: 11px 16px; color: var(--ink); background: white; }
.skip-link:focus { top: 16px; }

.campaign-ribbon { height: 34px; overflow: hidden; color: var(--green-dark); background: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .19em; white-space: nowrap; }
.ribbon-track { width: max-content; height: 100%; display: flex; align-items: center; gap: 26px; animation: ticker 24s linear infinite; }
.ribbon-track i { width: 8px; height: 8px; background: var(--blue); transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-33.33%); } }

.site-header { position: fixed; z-index: 100; top: 34px; left: 0; width: 100%; color: white; transition: top .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.scrolled, .inner-header, .inner-header.scrolled { top: 0; background: rgba(3, 75, 52, .97); border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 14px 40px rgba(1,35,25,.16); backdrop-filter: blur(18px); }
.nav-shell { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; line-height: 1; }
.brand-ls { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green-dark); background: var(--yellow); border-radius: 50%; font: 18px "Anton", sans-serif; transform: rotate(-6deg); box-shadow: 5px 5px 0 var(--blue); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy b { font: 25px/.95 "Anton", Impact, sans-serif; letter-spacing: .025em; }
.brand-copy small { margin-top: 6px; font-size: 8px; font-weight: 800; letter-spacing: .29em; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 800; }
.main-nav > a:not(.number-badge) { position: relative; opacity: .86; }
.main-nav > a:not(.number-badge)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 3px; background: var(--yellow); transition: width .2s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.number-badge { min-width: 112px; height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-left: 4px; padding: 7px 15px; color: var(--green-dark); background: var(--yellow); border: 2px solid white; transform: rotate(2deg); box-shadow: 5px 5px 0 var(--blue); line-height: 1; transition: transform .2s ease; }
.number-badge:hover { transform: rotate(0) translateY(-2px); }
.number-badge small { font-size: 8px; font-weight: 900; letter-spacing: .22em; }
.number-badge strong { margin-top: 2px; font: 27px/.9 "Anton", sans-serif; letter-spacing: .02em; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px 9px; border: 0; border-radius: 50%; background: none; }
.menu-toggle span { display: block; height: 2px; margin: 7px 0; background: white; transition: .25s ease; }

.hero { position: relative; min-height: 820px; padding-top: 145px; overflow: hidden; color: white; background: radial-gradient(circle at 70% 38%, #0c9360 0, var(--green) 28%, var(--green-deep) 66%, var(--green-dark) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 130px; background: linear-gradient(to top, rgba(1,38,27,.65), transparent); }
.street-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, black, transparent 86%); }
.route-line { position: absolute; z-index: 0; width: 650px; height: 650px; border: 2px dashed rgba(255,216,61,.22); border-radius: 50%; }
.route-one { right: -160px; top: 75px; }
.route-two { width: 430px; height: 430px; right: -45px; top: 185px; }
.hero-layout { position: relative; z-index: 2; min-height: 575px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 3px; background: var(--yellow); }
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: var(--yellow); }
h1, h2 { margin: 0; font-family: "Anton", Impact, sans-serif; font-weight: 400; letter-spacing: -.026em; line-height: .9; text-transform: uppercase; }
h1 { font-size: clamp(69px, 8.1vw, 124px); }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-intro { max-width: 510px; margin: 28px 0 34px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-yellow { color: var(--green-dark); background: var(--yellow); box-shadow: 0 16px 34px rgba(255,216,61,.18); }
.button-outline { color: white; border-color: rgba(255,255,255,.34); }
.hero-visual { position: relative; align-self: stretch; min-height: 620px; }
.hero-number { position: absolute; z-index: 1; right: -5%; top: 9%; color: var(--yellow); font: clamp(120px, 16vw, 220px)/.8 "Anton", sans-serif; letter-spacing: -.065em; transform: rotate(-5deg); text-shadow: 0 26px 50px rgba(1,39,28,.25); }
.portrait-disc { position: absolute; z-index: 2; right: 5%; bottom: 5px; width: min(470px, 82%); aspect-ratio: 1; overflow: hidden; border: 8px solid rgba(255,255,255,.94); border-radius: 50%; background: var(--yellow); box-shadow: var(--shadow); }
.portrait-disc img { height: 100%; object-fit: cover; }
.hero-sticker { position: absolute; z-index: 4; padding: 14px 18px; box-shadow: 0 18px 42px rgba(1,38,27,.28); }
.hero-sticker small { display: block; font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.hero-sticker strong { display: block; font: 20px/1 "Anton", sans-serif; }
.sticker-place { left: -2%; bottom: 68px; color: var(--green-dark); background: var(--yellow); transform: rotate(-3deg); }
.sticker-work { right: -2%; top: 42%; display: flex; align-items: center; gap: 12px; color: white; background: var(--blue); transform: rotate(3deg); }
.sticker-work > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green-dark); background: var(--yellow); border-radius: 50%; font: 15px "Anton"; }
.hero-footer { position: relative; z-index: 5; min-height: 93px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 28px; color: white; text-align: center; }
.hero-footer > span { margin-bottom: 28px; font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.hero-footer strong { position: relative; top: 17px; font: 77px/.8 "Anton", sans-serif; }
.hero-footer strong span { color: var(--yellow); }

.identity-strip { background: var(--yellow); border-bottom: 1px solid rgba(3,47,36,.18); }
.identity-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); }
.identity-grid span { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(3,47,36,.17); color: var(--green-dark); font: 20px "Anton"; text-transform: uppercase; }
.identity-grid span:first-child { border-left: 1px solid rgba(3,47,36,.17); }
.identity-grid b { font: 10px "Manrope"; opacity: .55; }
.section { padding: 120px 0; }
.section-heading h2, .agenda h2, .story h2, .connection h2, .method h2, .feature h2, .priorities h2, .community h2, .pauta-call h2, .channels h2 { color: var(--green-dark); font-size: clamp(56px, 7vw, 96px); }

.gateway { background: var(--paper); }
.gateway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 55px; }
.gateway-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; overflow: hidden; color: white; background: var(--green-dark); transition: transform .3s ease; }
.gateway-card:hover { transform: translateY(-8px); }
.gateway-card > span { position: absolute; top: 25px; left: 28px; font-size: 11px; font-weight: 900; }
.gateway-card > b { position: absolute; top: 22px; right: 25px; font-size: 27px; }
.gateway-card small { font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.gateway-card h3 { margin: 12px 0 16px; font: 39px/.98 "Anton"; text-transform: uppercase; }
.gateway-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.gateway-card.yellow { color: var(--green-dark); background: var(--yellow); }
.gateway-card.yellow p { color: rgba(3,47,36,.7); }
.gateway-card.blue { background: var(--blue); }

.story { background: #e9eee8; }
.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8vw; align-items: center; }
.story-photo, .feature-photo, .community-photo { position: relative; min-height: 620px; overflow: hidden; box-shadow: var(--shadow); }
.story-photo::after, .feature-photo::after, .community-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(1,40,28,.8)); }
.story-photo img, .feature-photo img, .community-photo img { height: 100%; position: absolute; object-fit: cover; }
.photo-label, .story-photo > span, .feature-photo > span, .community-photo > span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: white; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.story-copy > p:not(.eyebrow), .feature-copy > p:not(.eyebrow), .community-copy > p:not(.eyebrow) { max-width: 560px; color: #52635d; font-size: 18px; }
.text-link { display: inline-flex; gap: 18px; margin-top: 12px; padding-bottom: 5px; color: var(--green); border-bottom: 2px solid var(--green); font-weight: 900; }

.agenda { color: white; background: var(--green-dark); }
.agenda-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.agenda h2 { color: white; }
.agenda-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 62px; }
.agenda-card { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; color: var(--green-dark); background: white; transition: transform .3s ease; }
.agenda-card:hover { transform: translateY(-8px); }
.agenda-card > span { position: absolute; top: 25px; left: 28px; font-size: 11px; font-weight: 900; }
.agenda-card > b { position: absolute; top: 20px; right: 25px; color: var(--green); font-size: 27px; }
.agenda-card h3 { margin: 0 0 15px; font: 32px/1 "Anton"; text-transform: uppercase; }
.agenda-card p { margin: 0; color: #60706a; font-size: 14px; }
.agenda-card.yellow { background: var(--yellow); }
.agenda-card.yellow p { color: rgba(3,47,36,.68); }

.connection, .community { color: white; background: var(--green); }
.connection-grid, .community-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.connection-copy, .community-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px 8vw 100px max(0px, calc((100vw - 1180px)/2)); }
.connection h2, .community h2 { color: white; }
.connection-copy > p:not(.eyebrow), .community-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.78); font-size: 18px; }
.connection-copy .button, .community-copy .button { align-self: flex-start; margin-top: 15px; }
.connection-photo { position: relative; min-height: 670px; overflow: hidden; }
.connection-photo img { height: 100%; object-fit: cover; }
.connection-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,122,77,.35), transparent 40%); }
.connection-photo span { position: absolute; z-index: 2; right: 25px; bottom: 22px; padding: 9px 12px; color: var(--green-dark); background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .15em; }

.page-hero { position: relative; min-height: 730px; padding-top: 145px; overflow: hidden; color: white; background: radial-gradient(circle at 72% 44%, #0b8c5b 0, var(--green) 27%, var(--green-deep) 66%, var(--green-dark) 100%); }
.page-hero-layout { position: relative; z-index: 2; min-height: 585px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 6vw; }
.page-hero-copy h1, .page-title h1 { font-size: clamp(66px, 7.8vw, 116px); }
.page-hero-copy > p:last-child, .page-title > p:last-child { max-width: 560px; color: rgba(255,255,255,.78); font-size: 18px; }
.breadcrumb { display: flex; gap: 10px; margin: 0 0 38px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.breadcrumb a { color: var(--yellow); }
.page-portrait { position: relative; align-self: end; max-width: 500px; aspect-ratio: 1; margin-left: auto; overflow: visible; border-radius: 50%; }
.page-portrait img { position: relative; z-index: 2; height: 100%; object-fit: cover; border: 8px solid white; border-radius: 50%; box-shadow: var(--shadow); }
.page-portrait span { position: absolute; z-index: 3; right: -20px; bottom: 25px; padding: 10px 13px; color: var(--green-dark); background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; transform: rotate(2deg); }
.page-number { position: absolute; z-index: 1; left: -35%; top: -2%; color: var(--yellow); font: 130px/.8 "Anton"; transform: rotate(-6deg); }
.page-hero.compact { min-height: 680px; }
.page-title { position: relative; z-index: 2; padding-top: 72px; }

.biography { background: var(--paper); }
.biography-grid { display: grid; grid-template-columns: .33fr .67fr; gap: 8vw; align-items: start; }
.bio-side { position: sticky; top: 125px; padding: 28px; color: white; background: var(--green-dark); }
.bio-side > span { display: block; padding-bottom: 25px; color: var(--yellow); border-bottom: 1px solid rgba(255,255,255,.17); font: 21px/1.05 "Anton"; }
.bio-side > div { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.bio-side b { display: block; color: var(--yellow); font: 43px/1 "Anton"; }
.bio-side small { display: block; margin-top: 6px; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.bio-text h2 { color: var(--green-dark); font-size: clamp(56px, 7vw, 94px); }
.bio-text p { color: #53635e; }
.bio-text .lead { color: var(--green-dark); font-size: 22px; font-weight: 700; line-height: 1.5; }

.method { color: white; background: var(--green-dark); }
.method h2 { color: white; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.2); }
.method-grid article { min-height: 290px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); }
.method-grid article:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.method-grid span { color: var(--yellow); font-size: 11px; font-weight: 900; }
.method-grid h3 { margin: 80px 0 12px; color: var(--yellow); font: 35px "Anton"; }
.method-grid p { margin: 0; color: rgba(255,255,255,.62); }

.feature { color: white; background: var(--blue); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.feature h2 { color: white; }
.feature-photo { margin-block: 100px; }
.feature-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); }

.priorities { background: #e9eee8; }
.priorities-intro { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 8vw; align-items: end; }
.priorities-intro .eyebrow { grid-column: 1/-1; }
.priorities-intro > p:last-child { color: #566761; }
.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 62px; }
.priority-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 30px; color: var(--green-dark); background: white; transition: transform .3s ease; }
.priority-card:hover { transform: translateY(-7px); }
.priority-card > span { position: absolute; left: 28px; top: 25px; font-size: 11px; font-weight: 900; }
.priority-card > b { position: absolute; right: -8px; top: -10px; color: rgba(8,122,77,.08); font: 110px "Anton"; transform: rotate(-8deg); }
.priority-card small { font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.priority-card h3 { margin: 12px 0 15px; font: 34px/1 "Anton"; text-transform: uppercase; }
.priority-card p { margin: 0; color: #63706c; font-size: 14px; }
.priority-card.yellow { background: var(--yellow); }
.priority-card.blue { color: white; background: var(--blue); }
.priority-card.green { color: white; background: var(--green); }
.priority-card.yellow p { color: rgba(3,47,36,.7); }
.priority-card.blue p, .priority-card.green p { color: rgba(255,255,255,.72); }
.priority-card.blue > b, .priority-card.green > b { color: rgba(255,255,255,.11); }
.pauta-call { padding: 100px 0; color: white; background: var(--green); }
.pauta-call h2 { color: white; }
.pauta-call-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; }
.pauta-call-grid > div:last-child p { color: rgba(255,255,255,.76); font-size: 18px; }

.communication-hero { min-height: 790px; }
.social-poster { position: relative; align-self: end; width: min(430px, 100%); height: 610px; margin-left: auto; overflow: hidden; border: 8px solid white; box-shadow: var(--shadow); transform: rotate(2deg); }
.social-poster img { height: 100%; object-fit: cover; object-position: center top; }
.social-poster::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(2,47,35,.85)); }
.poster-badge { position: absolute; z-index: 2; left: 20px; bottom: 18px; padding: 9px 12px; color: var(--green-dark); background: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.channels { background: var(--paper); }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 55px; }
.channel-card { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; color: white; transition: transform .3s ease; }
.channel-card:hover { transform: translateY(-8px); }
.channel-card > span { position: absolute; left: 28px; top: 24px; font-size: 11px; font-weight: 900; }
.channel-card small { font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.channel-card h3 { margin: 12px 0 14px; font: 33px/1 "Anton"; text-transform: uppercase; }
.channel-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.channel-card b { position: absolute; top: 21px; right: 25px; color: var(--yellow); font-size: 12px; }
.channel-card.instagram { background: var(--green-dark); }
.channel-card.whatsapp { color: var(--green-dark); background: var(--yellow); }
.channel-card.whatsapp p { color: rgba(3,47,36,.68); }
.channel-card.whatsapp b { color: var(--green-dark); font-size: 9px; letter-spacing: .12em; }
.channel-card.team { background: var(--blue); }
.community-grid { grid-template-columns: 1fr 1fr; }
.community-photo { min-height: 680px; box-shadow: none; }
.community-photo img { object-position: center 32%; }
.community-copy { padding-left: 8vw; padding-right: max(0px, calc((100vw - 1180px)/2)); }
.official-note { padding: 42px 0; color: white; background: var(--blue); }
.official-note .shell { display: grid; grid-template-columns: .5fr 1.4fr auto; align-items: center; gap: 50px; }
.official-note span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.official-note p { margin: 0; color: rgba(255,255,255,.75); }
.official-note strong { color: var(--yellow); font: 50px "Anton"; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.65); background: #021e18; }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1.1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand { display: flex; flex-direction: column; color: white; font: 27px/.9 "Anton"; }
.footer-brand strong { margin-top: 12px; color: var(--yellow); font-size: 55px; }
.footer-brand small { margin-top: 7px; font: 8px "Manrope"; font-weight: 900; letter-spacing: .2em; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav p, .footer-legal p { margin: 0 0 11px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.footer-nav a { color: rgba(255,255,255,.76); font-size: 13px; }
.footer-nav a:hover { color: white; }
.footer-legal span { display: block; color: white; font-size: 13px; }
.footer-legal i { display: inline-block; width: 110px; border-bottom: 1px solid rgba(255,255,255,.48); }
.footer-legal small { display: block; margin-top: 12px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom strong { color: var(--yellow); }

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

@media (max-width: 980px) {
  .shell { width: min(100% - 32px, 760px); }
  .menu-toggle { display: block; z-index: 103; }
  .main-nav { position: fixed; z-index: 102; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 34px; background: var(--green-dark); transform: translateX(100%); transition: transform .35s ease; font: 40px/1 "Anton"; text-transform: uppercase; }
  .main-nav.open { transform: none; }
  .number-badge { margin-top: 8px; }
  .menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .hero-layout, .page-hero-layout { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 6; }
  .hero-visual { min-height: 585px; }
  .portrait-disc { width: 68%; }
  .hero-number { right: 0; }
  .gateway-grid, .agenda-grid, .priority-grid, .channel-grid { grid-template-columns: 1fr 1fr; }
  .gateway-card:last-child, .agenda-card:last-child, .priority-card:last-child, .channel-card:last-child { grid-column: 1/-1; }
  .story-grid, .feature-grid, .biography-grid { grid-template-columns: 1fr; gap: 55px; }
  .bio-side { position: static; }
  .feature-copy { padding-bottom: 100px; }
  .page-portrait { width: 72%; margin-top: 20px; }
  .page-hero { padding-bottom: 50px; }
  .priorities-intro { grid-template-columns: 1fr; }
  .priorities-intro .eyebrow { grid-column: auto; }
  .pauta-call-grid { grid-template-columns: 1fr; }
  .social-poster { margin: 30px auto 0; }
  .footer-main { grid-template-columns: 1.1fr .9fr .9fr; }
  .footer-legal { grid-column: 1/-1; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 24px, 540px); }
  .campaign-ribbon { height: 30px; }
  .site-header { top: 30px; }
  .nav-shell { min-height: 76px; }
  .brand-ls { width: 36px; height: 36px; box-shadow: 4px 4px 0 var(--blue); }
  .brand-copy b { font-size: 21px; }
  .brand-copy small { font-size: 7px; }
  .section { padding: 82px 0; }
  .hero { padding-top: 120px; }
  .hero-layout { min-height: auto; }
  h1 { font-size: clamp(65px, 20vw, 92px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 470px; margin-top: 10px; }
  .portrait-disc { right: -3%; bottom: 15px; width: 84%; }
  .hero-number { top: 12%; right: -12%; font-size: 33vw; }
  .sticker-place { left: 0; bottom: 45px; }
  .sticker-work { right: -7px; top: 42%; max-width: 180px; }
  .sticker-work strong { font-size: 15px; }
  .hero-footer { grid-template-columns: 1fr; padding-bottom: 28px; }
  .hero-footer > span { display: none; }
  .hero-footer strong { top: 0; font-size: 64px; }
  .identity-grid { grid-template-columns: 1fr 1fr; }
  .identity-grid span { min-height: 68px; justify-content: flex-start; padding-left: 16px; border-bottom: 1px solid rgba(3,47,36,.17); font-size: 16px; }
  .section-heading h2, .agenda h2, .story h2, .connection h2, .method h2, .feature h2, .priorities h2, .community h2, .pauta-call h2, .channels h2 { font-size: clamp(51px, 17vw, 74px); }
  .gateway-grid, .agenda-grid, .priority-grid, .channel-grid { grid-template-columns: 1fr; }
  .gateway-card:last-child, .agenda-card:last-child, .priority-card:last-child, .channel-card:last-child { grid-column: auto; }
  .gateway-card { min-height: 330px; }
  .story-photo, .feature-photo, .community-photo { min-height: 510px; }
  .agenda-head { align-items: flex-start; flex-direction: column; }
  .agenda-head .button { width: auto; }
  .connection-grid, .community-grid { grid-template-columns: 1fr; }
  .connection-copy, .community-copy { padding: 82px 12px; }
  .connection-photo { min-height: 530px; }
  .page-hero { min-height: auto; padding-top: 118px; }
  .page-hero-layout { min-height: auto; }
  .page-hero-copy h1, .page-title h1 { font-size: clamp(61px, 19vw, 86px); }
  .page-portrait { width: 92%; }
  .page-number { left: -7%; top: -11%; font-size: 25vw; }
  .page-portrait span { right: -5px; }
  .page-hero.compact { min-height: 650px; }
  .page-title { padding-top: 50px; }
  .biography-grid { gap: 44px; }
  .bio-text .lead { font-size: 20px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article:first-child { min-height: 220px; border-left: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  .method-grid h3 { margin-top: 42px; }
  .feature-photo { margin: 82px 0 0; }
  .feature-copy { padding-bottom: 82px; }
  .social-poster { height: 570px; }
  .community-photo { order: 2; }
  .community-copy { order: 1; }
  .official-note .shell { grid-template-columns: 1fr; gap: 15px; }
  .official-note strong { font-size: 42px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .footer-brand, .footer-legal { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ribbon-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ==================================================================
   Vídeo da campanha — retrato 9:16
   Usado na aba Início (faixa própria) e na aba História (dentro do
   cabeçalho da página, no lugar do retrato circular).
================================================================== */
.video-band { position: relative; overflow: hidden; color: white; background: var(--green-dark); }
.video-band .street-grid { opacity: .1; mask-image: none; }
.video-band-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr minmax(270px, 350px); gap: 7vw; align-items: center; }
.video-band h2 { color: white; font-size: clamp(56px, 7vw, 96px); }
.video-band-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 18px; }
.video-quotes { display: grid; gap: 11px; margin: 32px 0 0; padding: 0; list-style: none; }
.video-quotes li { display: flex; align-items: flex-start; gap: 14px; color: rgba(255,255,255,.88); font-size: 15px; font-weight: 600; }
.video-quotes li::before { content: ""; flex: none; width: 18px; height: 3px; margin-top: 11px; background: var(--yellow); }

.video-frame { position: relative; width: min(100%, 350px); aspect-ratio: 9 / 16; justify-self: center; overflow: hidden; border: 6px solid white; background: #02231b; box-shadow: 16px 16px 0 var(--blue); }
.video-frame video { display: block; width: 100%; height: 100%; background: #02231b; object-fit: cover; }
.video-frame > span { position: absolute; z-index: 2; left: 0; top: 16px; padding: 8px 13px; color: var(--green-dark); background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .15em; }

/* Vídeo no cabeçalho da aba História */
.page-video { position: relative; align-self: center; display: grid; justify-items: center; }
.page-video .page-number { left: -18%; top: -9%; z-index: 1; }
.page-video .video-frame { width: min(100%, 330px); }

@media (max-width: 980px) {
  .video-band-grid { grid-template-columns: 1fr; gap: 54px; }
  .video-frame { justify-self: start; box-shadow: 11px 11px 0 var(--blue); }
  .page-video { justify-items: start; margin-top: 34px; }
}

@media (max-width: 700px) {
  .video-frame { width: min(100%, 300px); border-width: 5px; box-shadow: 9px 9px 0 var(--blue); }
  .video-band h2 { font-size: clamp(51px, 17vw, 74px); }
  .page-video .page-number { left: auto; right: -6%; top: -7%; font-size: 21vw; }
}

/* ==================================================================
   Respiro lateral no celular
   Uma única medida de margem para o site inteiro, e trava de rolagem
   horizontal: as artes do cabeçalho passam de propósito da borda e sem
   isso o iOS deixa arrastar a página para o lado.
================================================================== */
html { overflow-x: clip; }
@media (max-width: 980px) { .shell { width: min(100% - 40px, 760px); } }
@media (max-width: 700px) { .shell { width: min(100% - 36px, 540px); } }
@media (max-width: 380px) { .shell { width: calc(100% - 28px); } }

/* Títulos de seção no celular: "RESPONSABILIDADE." é uma palavra só e não
   quebra. No tamanho antigo (17vw) ela ficava mais larga que a tela e o
   texto saía cortado na borda. Este teto cabe na menor largura de uso. */
@media (max-width: 700px) {
  .section-heading h2, .agenda h2, .story h2, .connection h2, .method h2,
  .feature h2, .priorities h2, .community h2, .pauta-call h2, .channels h2,
  .video-band h2 { font-size: clamp(38px, 12.5vw, 74px); }
  .bio-text h2, .editor__cabeca h2, .final__copy h2 { font-size: clamp(38px, 12.5vw, 74px); }
}

/* Colunas únicas no celular não podem crescer além da tela por causa do
   conteúdo mínimo de um filho (o padrão de 1fr é minmax(auto, 1fr)). */
@media (max-width: 980px) {
  .story-grid, .feature-grid, .biography-grid, .connection-grid, .community-grid,
  .gateway-grid, .agenda-grid, .priority-grid, .channel-grid, .video-band-grid,
  .page-hero-layout, .hero-layout, .pauta-call-grid, .priorities-intro,
  .method-grid, .footer-main { grid-template-columns: minmax(0, 1fr); }
  .gateway-grid, .agenda-grid, .priority-grid, .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1.1fr .9fr .9fr; }
}
@media (max-width: 700px) {
  .gateway-grid, .agenda-grid, .priority-grid, .channel-grid, .method-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
