:root {
  --green-950: #003818;
  --green-900: #005c29;
  --green-700: #008f32;
  --brand-green: #00b53a;
  --brand-yellow: #ffd800;
  --brand-green-soft: #ddf5e5;
  --ink: #12351f;
  --muted: #506657;
  --line: rgba(0, 181, 58, 0.18);
  --cool-white: #f6fbf7;
  --content-width: 1280px;
  --page-gutter: max(clamp(1.25rem, 4.4vw, 5.25rem), calc((100vw - var(--content-width)) / 2));
  --header-height: 7rem;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: white;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; transform: translateY(-200%); padding: .7rem 1rem; background: white; border: 2px solid var(--green-900); border-radius: .5rem; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: var(--header-height);
  padding: 0 var(--page-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  background: rgba(255,255,255,0);
  transition: height .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled,
.site-header.is-menu-open {
  height: 5.75rem;
  border-bottom-color: var(--line);
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 34px rgba(0,56,24,.08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { display: block; width: clamp(10.25rem, 12.5vw, 11.5rem); height: auto; object-fit: contain; }
.main-nav { display: flex; gap: clamp(1.1rem, 1.75vw, 2rem); align-items: center; margin-left: 2rem; }
.main-nav a { position: relative; padding: .65rem 0; color: var(--green-950); font-weight: 680; text-decoration: none; font-size: clamp(.82rem, .88vw, .96rem); white-space: nowrap; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .2rem; height: 3px; border-radius: 999px; background: var(--brand-yellow); transition: right .25s ease; }
.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="location"] { color: var(--brand-green); }
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="location"]::after { right: 0; }
.menu-button { display: none; }

section[id] { scroll-margin-top: 6.25rem; }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  padding: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  isolation: isolate;
  overflow: hidden;
  background: white;
}
.hero::before,
.hero::after { content: ""; position: absolute; z-index: -1; border: .45rem solid rgba(0,143,50,.045); border-radius: 50%; pointer-events: none; }
.hero::before { width: 6.2rem; height: 2.1rem; left: max(1.5rem, calc((100vw - var(--content-width)) / 2 + 16rem)); top: 2.5rem; box-shadow: inset 0 0 0 .25rem white; }
.hero::after { width: 5.4rem; height: 1.9rem; left: 44%; bottom: 9.7rem; transform: rotate(13deg); box-shadow: inset 0 0 0 .25rem white; }
.hero-main { width: 100%; max-width: var(--content-width); min-height: 0; margin: 0 auto; padding: calc(var(--header-height) + 1rem) clamp(1.25rem, 4.4vw, 5.25rem) 2rem; display: grid; grid-template-columns: minmax(0, .98fr) minmax(31rem, 1.02fr); align-items: center; gap: clamp(1rem, 1.7vw, 1.75rem); }
.hero-content { position: relative; z-index: 5; min-width: 0; padding-bottom: 1.5rem; }
.hero-kicker { margin: 0 0 1.15rem; color: var(--green-700); font-size: clamp(.9rem, 1.05vw, 1.05rem); font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: none; font-size: clamp(3.25rem, 3.8vw, 3.7rem); line-height: 1.03; letter-spacing: -.052em; font-weight: 790; color: var(--green-950); }
.hero h1 span { display: block; width: max-content; white-space: nowrap; transform: scaleX(.94); transform-origin: left center; }
.hero h1 span:last-child { position: relative; margin-top: .14em; color: var(--green-700); transform: scaleX(.8); }
.hero h1 span:last-child::after { content: ""; display: block; width: 55%; height: .32rem; margin: .62rem 0 0 auto; border-radius: 999px; background: var(--brand-yellow); transform: rotate(-1.5deg); transform-origin: left center; }
.hero-lead { margin: 1.5rem 0 1.8rem; max-width: 33rem; color: #30463a; font-size: clamp(1rem, 1.15vw, 1.16rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: nowrap; width: max-content; gap: .75rem; }
.hero-actions .button { min-height: 4.2rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .015em; }
.hero-actions .button-primary { min-width: 17rem; }
.hero-actions .button-secondary { min-width: 13.5rem; }
.hero-actions .button-leading-icon { width: 1.65rem; flex: 0 0 auto; }
.hero-media { position: relative; z-index: 1; align-self: stretch; min-height: 31rem; margin-right: calc(-1 * clamp(1.25rem, 4.4vw, 5.25rem)); }
.hero-media::before { content: ""; position: absolute; z-index: -1; inset: -.45rem .15rem .1rem -.55rem; border-radius: 48% 0 20% 42% / 32% 0 24% 38%; background: var(--brand-yellow); }
.hero-photo { position: absolute; inset: 0; overflow: hidden; border-radius: 48% 0 20% 42% / 32% 0 24% 38%; background: #e8f2e8; }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-impact-card { position: absolute; z-index: 3; left: 10%; bottom: 8%; width: min(17.4rem, 45%); padding: 1.25rem; border: 1px solid rgba(0,92,41,.1); border-radius: 1.35rem; color: var(--green-950); background: rgba(255,255,255,.96); box-shadow: 0 22px 46px rgba(0,56,24,.2); backdrop-filter: blur(12px); }
.hero-impact-status { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .48rem; color: #2f5a3e; font-size: .72rem; text-transform: uppercase; }
.hero-impact-status > span { width: .75rem; height: .75rem; border: .2rem solid #d8f2dd; border-radius: 50%; background: var(--green-700); }
.hero-impact-status strong { font-size: inherit; letter-spacing: .01em; }
.hero-impact-status svg { width: 2rem; height: 2rem; padding: .4rem; border-radius: 50%; fill: none; stroke: white; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; background: var(--green-700); }
.hero-impact-value { display: block; margin-top: .72rem; color: var(--green-700); font-size: clamp(1.5rem, 2.1vw, 2.15rem); line-height: 1; letter-spacing: -.035em; }
.hero-impact-card > p { min-height: 2.7em; margin: .55rem 0 1rem; color: #294634; font-size: .92rem; line-height: 1.4; }
.hero-impact-card > small { display: block; padding: .65rem .75rem; border-radius: .8rem; color: #294634; background: #eaf5e9; font-size: .68rem; line-height: 1.3; }
.hero-indicator-band { position: relative; z-index: 4; min-height: 9rem; padding: 1.55rem var(--page-gutter); color: white; background: #005b28; }
.hero-indicator-band::before { content: ""; position: absolute; left: -2%; right: -2%; top: -1.1rem; height: 2rem; border-radius: 50% 50% 0 0 / 60% 60% 0 0; background: #005b28; }
.hero-indicator-grid { position: relative; width: 100%; max-width: var(--content-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hero-indicator { min-width: 0; display: grid; grid-template-columns: 4.35rem 1fr; align-items: center; gap: 1rem; padding: 0 clamp(1rem, 2vw, 2rem); }
.hero-indicator:first-child { padding-left: 0; }
.hero-indicator + .hero-indicator { border-left: 1px solid rgba(255,216,0,.28); }
.hero-indicator-icon { width: 4.35rem; height: 4.35rem; display: grid; place-items: center; border: 2px solid rgba(255,216,0,.52); border-radius: 50%; color: var(--brand-yellow); }
.hero-indicator-icon svg { width: 52%; height: 52%; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.hero-indicator div { min-width: 0; display: grid; gap: .2rem; }
.hero-indicator strong { color: white; font-size: clamp(1.05rem, 1.65vw, 1.65rem); line-height: 1.05; letter-spacing: -.02em; }
.hero-indicator span:last-child { max-width: 11.5rem; color: rgba(255,255,255,.9); font-size: .82rem; font-weight: 650; line-height: 1.35; }
.button { min-height: 3.55rem; padding: .9rem 1.35rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; border-radius: .75rem; border: 1.5px solid var(--green-900); text-decoration: none; font-family: inherit; font-size: 1rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 1.5rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: white; background: var(--brand-green); border-color: var(--brand-green); box-shadow: 0 14px 30px rgba(0,181,58,.2); }
.button-secondary { color: var(--green-900); background: rgba(255,255,255,.86); backdrop-filter: blur(10px); }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,181,58,.22); }
.button:focus-visible, .main-nav a:focus-visible, .menu-button:focus-visible { outline: 3px solid var(--brand-yellow); outline-offset: 4px; }

.impact { position: relative; z-index: 4; margin: 0; padding: clamp(5.5rem, 7vw, 7rem) var(--page-gutter) 0; overflow: hidden; background: #fbfdfb; }
.impact::before,
.impact::after { content: ""; position: absolute; border: 1px solid; border-radius: 50%; pointer-events: none; }
.impact::before { width: 9rem; height: 9rem; left: -5rem; top: 1.5rem; border-color: rgba(0,181,58,.34); box-shadow: 4.3rem 2.5rem 0 -1px #fbfdfb, 4.3rem 2.5rem 0 0 rgba(255,216,0,.65); }
.impact::after { width: 5.5rem; height: 5.5rem; right: -2.2rem; top: 2.5rem; border-color: rgba(0,143,50,.26); box-shadow: -2.5rem 2.7rem 0 -1px #fbfdfb, -2.5rem 2.7rem 0 0 rgba(0,181,58,.22); }
.impact-layout { position: relative; z-index: 2; width: 100%; max-width: var(--content-width); margin: 0 auto; display: grid; grid-template-columns: minmax(15rem, .3fr) minmax(0, .7fr); gap: clamp(2rem, 3.5vw, 3.75rem); align-items: stretch; }
.impact-intro { align-self: center; padding-bottom: 1.5rem; }
.impact h2 { margin: 0; color: var(--green-950); font-size: clamp(3rem, 3.65vw, 3.8rem); font-weight: 790; line-height: .98; letter-spacing: -.052em; }
.impact h2 > span { display: block; }
.impact h2 > span:last-child { margin-top: .1em; color: var(--brand-green); }
.impact h2 i { color: var(--brand-yellow); font-style: normal; }
.impact-intro > p { max-width: 23rem; margin: 1.6rem 0 0; color: #385345; font-size: .98rem; line-height: 1.6; }
.impact-signature { width: min(20rem, 100%); min-height: 5.5rem; margin-top: 1.8rem; padding: 1rem 1.2rem; display: flex; align-items: center; gap: 1rem; border-radius: 1rem; color: white; background: linear-gradient(135deg, #003818 0%, #00692e 100%); box-shadow: 0 14px 28px rgba(0,56,24,.16); }
.impact-signature > span { width: 3.25rem; height: 3.25rem; flex: 0 0 auto; display: grid; place-items: center; border: 1.5px solid var(--brand-yellow); border-radius: 50%; color: var(--brand-yellow); }
.impact-signature svg { width: 1.7rem; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.impact-signature strong { font-size: .92rem; line-height: 1.45; }
.impact-signature em { color: var(--brand-yellow); font-style: normal; }
.impact-pillars { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.75rem, 1.25vw, 1.25rem); }
.impact-card { min-width: 0; min-height: 34rem; display: grid; grid-template-rows: auto auto auto minmax(6rem, 1fr) 11.5rem; align-items: start; padding: 1.3rem 1rem .55rem; overflow: hidden; border: 1px solid rgba(0,92,41,.1); border-radius: 1.35rem; text-align: center; background: white; box-shadow: 0 12px 35px rgba(0,56,24,.065); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.impact-card:hover { transform: translateY(-5px); border-color: rgba(0,181,58,.22); box-shadow: 0 20px 42px rgba(0,56,24,.11); }
.impact-card-icon { position: relative; width: 6.5rem; height: 6.5rem; justify-self: center; display: grid; place-items: center; border: 1px solid rgba(0,143,50,.16); border-radius: 50%; color: var(--green-700); background: #f2faf3; }
.impact-card-icon::before { content: ""; position: absolute; inset: .55rem; border: 1px solid rgba(0,143,50,.12); border-radius: 50%; }
.impact-card-icon::after { content: ""; position: absolute; width: .45rem; height: .45rem; top: .35rem; right: 1rem; border-radius: 50%; background: var(--brand-green); }
.impact-card-icon svg { position: relative; z-index: 1; width: 3.6rem; height: 3.6rem; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.impact-card-icon .icon-accent { stroke: var(--brand-yellow); }
.impact-card-education .impact-card-icon { color: #c69f00; }
.impact-card-education .impact-card-icon::after { background: var(--brand-yellow); }
.impact-card h3 { align-self: center; margin: .65rem 0 0; color: var(--green-950); font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.05; letter-spacing: -.025em; }
.impact-card-line { width: 2.6rem; height: .16rem; justify-self: center; margin: .8rem 0; border-radius: 999px; background: var(--brand-yellow); }
.impact-card > p { align-self: start; margin: 0; color: #2f4939; font-size: clamp(.78rem, .88vw, .9rem); line-height: 1.5; }
.impact-card figure { width: calc(100% + 1rem); height: 11.5rem; align-self: end; margin: 0 -.5rem; overflow: hidden; border-radius: 1rem; background: var(--brand-green-soft); }
.impact-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.impact-card:hover figure img { transform: scale(1.025); }
.impact-card-environment figure img { object-position: 50% 63%; }
.impact-card-social figure img { object-position: 50% 48%; }
.impact-card-education figure img { object-position: 50% 54%; }
.impact-card-solidarity figure img { object-position: 50% 56%; }
.impact-transition { position: relative; z-index: 2; width: calc(100% + 2 * var(--page-gutter)); min-height: 10rem; margin: clamp(3.5rem, 5vw, 5rem) calc(-1 * var(--page-gutter)) 0; padding: 2.6rem var(--page-gutter) 3.2rem; display: flex; align-items: center; justify-content: center; gap: clamp(3rem, 8vw, 8rem); background: linear-gradient(180deg, #f3f8f3, #f8fbf8); clip-path: ellipse(82% 100% at 50% 100%); }
.impact-transition > div { max-width: 38rem; }
.impact-transition h3 { margin: 0; color: var(--green-950); font-size: clamp(1.55rem, 2vw, 2rem); letter-spacing: -.035em; }
.impact-transition h3 span { position: relative; color: var(--brand-green); }
.impact-transition h3 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.25rem; height: .2rem; border-radius: 50%; background: var(--brand-yellow); }
.impact-transition p { margin: .65rem 0 0; color: #385345; line-height: 1.5; }
.impact-transition .button { min-width: 16rem; background: rgba(255,255,255,.7); }

.how-section {
  position: relative;
  z-index: 5;
  padding: clamp(4rem, 5vw, 5rem) var(--page-gutter) clamp(5.2rem, 6vw, 6.2rem);
  overflow: hidden;
  background: white;
}
.how-section::before { content: ""; position: absolute; right: -4rem; top: 3rem; width: 13rem; height: 13rem; border: 2px solid rgba(0,181,58,.12); border-radius: 50%; box-shadow: -2.5rem 5rem 0 -1px white, -2.5rem 5rem 0 1px rgba(255,208,0,.45); pointer-events: none; }
.how-section::after { content: ""; position: absolute; z-index: 0; inset: auto 0 -2px; height: 8.5rem; background: var(--green-950); clip-path: ellipse(84% 68% at 50% 100%); }
.journey-heading, .journey-stage, .journey-closing { position: relative; z-index: 2; }
.journey-kicker { width: max-content; margin: 0 0 1rem !important; padding: .6rem .85rem; display: inline-flex; align-items: center; gap: .55rem; border-radius: 999px; color: var(--green-900) !important; background: #edf7eb; font-size: .76rem !important; font-weight: 850; line-height: 1 !important; letter-spacing: .055em; text-transform: uppercase; }
.journey-kicker svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: var(--brand-green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.journey-heading h2 { margin: 0; max-width: none; color: var(--green-950); font-size: clamp(3rem, 3.9vw, 3.85rem); line-height: 1.02; letter-spacing: -.05em; }
.journey-heading h2 .journey-title-line { display: block; width: max-content; color: inherit; white-space: nowrap; }
.journey-heading h2 .journey-title-dot { display: inline; color: var(--brand-yellow); }
.journey-heading > p:not(.journey-kicker) { max-width: 43rem; margin: 1rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.55; }
.journey-stage { margin-top: 2rem; padding-top: 6.5rem; }
.journey-route { position: absolute; z-index: 0; top: 1.8rem; left: -1rem; width: calc(100% + 2rem); height: 6rem; overflow: visible; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.journey-route-track { stroke: #caead3; stroke-width: 3; }
.journey-route-progress { stroke: var(--brand-green); stroke-width: 3.4; }
.journey-route-arrow { stroke: var(--brand-green); stroke-width: 3; }
.journey-cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.85rem, 1.5vw, 1.3rem); }
.journey-step { position: relative; min-width: 0; min-height: 30.5rem; padding: 2.25rem .85rem .75rem; display: grid; grid-template-rows: auto auto minmax(4.35rem, auto) minmax(10.5rem, 1fr) 3.25rem; align-content: start; overflow: visible; border: 1px solid #dcebe1; border-radius: 2rem; background: linear-gradient(180deg, #fff 0%, #fcfefc 100%); box-shadow: 0 1rem 2.4rem rgba(0,65,30,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.journey-step:hover { transform: translateY(-4px); border-color: #bfe5ca; box-shadow: 0 1.25rem 2.8rem rgba(0,65,30,.12); }
.journey-icon { position: absolute; z-index: 3; left: 50%; top: -6.6rem; width: 6.35rem; height: 6.35rem; display: grid; place-items: center; transform: translateX(-50%); border: 1px solid #dcefe1; border-radius: 50%; color: var(--green-900); background: radial-gradient(circle, #fff 0 34%, #f0faf2 35% 69%, #e5f5e9 70% 100%); box-shadow: 0 .7rem 1.6rem rgba(0,85,35,.08); }
.journey-icon::after { content: ""; position: absolute; left: 38%; right: 38%; bottom: .85rem; height: .16rem; border-radius: 1rem; background: var(--brand-yellow); }
.journey-icon svg { width: 3.6rem; height: 3.6rem; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.journey-node { position: absolute; z-index: 4; left: 50%; top: -3.62rem; width: 1.15rem; height: 1.15rem; transform: translate(-50%, -50%); border: .22rem solid white; border-radius: 50%; background: var(--brand-yellow); box-shadow: 0 0 0 1px rgba(0,181,58,.2); }
.journey-number { color: var(--brand-green); font-size: clamp(3rem, 4vw, 4rem); line-height: .95; letter-spacing: -.06em; }
.journey-step h3 { margin: .45rem 0 0; color: var(--green-950); font-size: clamp(1.25rem, 1.7vw, 1.55rem); line-height: 1; text-transform: uppercase; letter-spacing: -.035em; }
.journey-step > p { margin: .55rem 0 .8rem; color: #244836; font-size: .94rem; line-height: 1.45; }
.journey-photo { min-height: 0; height: 100%; margin: 0; overflow: hidden; border-radius: 1.15rem 1.15rem 1.4rem 1.4rem; background: #dbece0; }
.journey-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.journey-photo-separate img { object-position: 50% 55%; }
.journey-photo-deliver img { object-position: 54% 50%; }
.journey-photo-destine img { object-position: 50% 48%; transform: none; }
.journey-photo-transform img { object-position: 52% 48%; }
.journey-action { min-width: 0; margin: .55rem -.15rem 0; padding: .65rem .8rem; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border: 1.5px solid var(--brand-green); border-radius: 999px; color: var(--green-900); background: white; font-size: .86rem; font-weight: 820; line-height: 1.1; text-decoration: none; text-align: center; transition: color .2s ease, background .2s ease, transform .2s ease; }
.journey-action svg { flex: 0 0 auto; width: 1.1rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.journey-action:hover, .journey-action:focus-visible { color: white; background: var(--brand-green); transform: translateY(-2px); }
.journey-action-empty { visibility: hidden; }
.journey-closing { width: min(58rem, 82%); min-height: 5.8rem; margin: 2.2rem auto 0; padding: 1rem 1.5rem; display: grid; grid-template-columns: 4rem 1fr 4rem; align-items: center; gap: 1rem; border: 1px solid #e0ebe3; border-radius: 1.3rem; background: rgba(255,255,255,.96); box-shadow: 0 .8rem 2rem rgba(0,65,30,.08); }
.journey-closing-icon { width: 3.6rem; height: 3.6rem; display: grid; place-items: center; border-radius: 50%; color: var(--brand-green); background: var(--brand-green-soft); }
.journey-closing-icon svg, .journey-heart svg { width: 2.4rem; height: 2.4rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.journey-closing p { margin: 0; color: var(--green-950); }
.journey-closing strong, .journey-closing span { display: block; }
.journey-closing strong { font-size: 1.16rem; }
.journey-closing p span { margin-top: .2rem; color: var(--muted); }
.journey-heart { justify-self: end; color: var(--brand-yellow); }

.points-section {
  position: relative;
  z-index: 3;
  margin-top: -4.5rem;
  padding: clamp(8rem, 8.5vw, 8.5rem) var(--page-gutter) clamp(5.5rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: minmax(26rem, 1fr) minmax(30rem, 1fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--green-950);
}
.points-content { position: relative; z-index: 3; }
.points-kicker { width: fit-content; margin: 0 0 1rem; display: inline-flex; align-items: center; gap: .55rem; padding: .55rem .85rem; border: 1px solid rgba(221,245,229,.2); border-radius: 999px; color: var(--brand-green-soft); background: rgba(221,245,229,.08); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.points-kicker svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: var(--brand-yellow); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.points-content h2 { max-width: 17ch; margin: 0; color: white; font-size: clamp(3rem, 4.4vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.points-lead { max-width: 34rem; margin: 1.4rem 0 2rem; color: var(--brand-green-soft); font-size: clamp(1.06rem, 1.35vw, 1.35rem); line-height: 1.55; }
.points-search { display: grid; gap: .55rem; }
.points-search label { font-weight: 750; font-size: .98rem; }
.point-filters { margin-top: .75rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.point-filter { min-height: 2.25rem; padding: .35rem .8rem; border: 1px solid rgba(221,245,229,.6); border-radius: 999px; color: white; background: transparent; font: 700 .78rem/1 "Segoe UI Variable", "Segoe UI", Arial, sans-serif; cursor: pointer; }
.point-filter.is-active { color: var(--green-950); border-color: var(--brand-yellow); background: var(--brand-yellow); }
.point-filter:focus-visible { outline: 3px solid white; outline-offset: 2px; }
.search-control { height: 4.8rem; display: flex; align-items: center; gap: 1rem; padding: 0 1.35rem; border: 2px solid transparent; border-radius: .75rem; color: var(--green-900); background: white; transition: border-color .2s, box-shadow .2s; }
.search-control:focus-within { border-color: var(--brand-yellow); box-shadow: 0 0 0 4px rgba(255,216,0,.16); }
.search-control svg { width: 1.75rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.search-control input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; color: var(--green-950); background: transparent; font: 600 1.05rem/1.2 "Segoe UI Variable", "Segoe UI", Arial, sans-serif; }
.search-control input::placeholder { color: #718277; font-weight: 500; }
.view-switch { margin-top: 1.1rem; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(221,245,229,.62); border-radius: .75rem; overflow: hidden; }
.view-button { min-height: 4rem; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border: 0; color: white; background: transparent; font: 750 1rem/1 "Segoe UI Variable", "Segoe UI", Arial, sans-serif; cursor: pointer; transition: color .2s, background .2s; }
.view-button + .view-button { border-left: 1px solid rgba(221,245,229,.5); }
.view-button svg { width: 1.55rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.view-button.is-active { color: var(--green-950); background: white; }
.view-button:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--brand-yellow); outline-offset: -4px; }
.points-status { margin-top: 1.1rem; min-height: 5.5rem; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-radius: .7rem; background: rgba(0,181,58,.14); }
.points-status > span { width: 2.7rem; height: 2.7rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--brand-green-soft); font: 800 1.2rem/1 Georgia, serif; }
.points-status p { margin: 0; color: white; line-height: 1.45; }
.points-actions { margin-top: 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.points-actions .button { min-height: 4.25rem; }
.points-actions .button { font-size: .9rem; }
.points-primary { color: white; border-color: var(--brand-green); background: var(--brand-green); }
.points-secondary { color: var(--brand-yellow); border-color: var(--brand-yellow); background: transparent; }
.points-visual { position: relative; min-height: 42rem; }
.map-panel { position: absolute; inset: 0; overflow: hidden; padding-bottom: 3.75rem; border: 1px solid rgba(221,245,229,.22); border-radius: 1rem; background: #00471f; box-shadow: 0 18px 38px rgba(0,31,13,.2); }
.google-map-frame { position: absolute; inset: 0 0 auto; width: 100%; height: calc(100% - 3.75rem); border: 0; background: #dce9df; }
.abstract-map { display: none; width: 100%; height: 100%; overflow: visible; }
.abstract-map path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.street-lines { opacity: .33; stroke: #91d39f; stroke-width: 3; }
.river-line { stroke: #bcebc8; stroke-width: 12; opacity: .82; }
.river-line-secondary { stroke-width: 5; opacity: .45; }
.route-line { stroke: var(--brand-yellow); stroke-width: 6; filter: drop-shadow(0 0 8px rgba(255,216,0,.22)); }
.map-node-ring { fill: var(--green-950); stroke: #bcebc8; stroke-width: 6; }
.map-node { fill: var(--green-950); stroke: none; }
.map-markers { position: absolute; z-index: 6; left: 1rem; right: 1rem; bottom: .65rem; display: flex; align-items: center; gap: .55rem; pointer-events: none; }
.map-markers::before { content: "Locais:"; margin-right: .15rem; color: white; font-size: .78rem; font-weight: 800; }
.map-marker { position: static; width: 2.25rem; height: 2.25rem; display: grid; place-items: center; padding: 0; border: .2rem solid white; border-radius: 50%; color: white; background: var(--green-950); box-shadow: 0 3px 12px rgba(0,0,0,.28); font: 800 .78rem/1 inherit; cursor: pointer; pointer-events: auto; transition: transform .2s, background .2s; }
.map-marker:hover, .map-marker.is-active { transform: scale(1.18); color: var(--green-950); border-color: white; background: var(--brand-yellow); }
.map-marker[hidden] { display: none; }
.map-point-detail { position: absolute; z-index: 5; top: 1rem; right: 1rem; width: min(19.25rem, calc(100% - 2rem)); padding: .9rem 1rem; border: 1px solid rgba(221,245,229,.3); border-radius: .75rem; color: white; background: rgba(0,56,24,.93); box-shadow: 0 14px 32px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.map-point-detail span { color: var(--brand-yellow); font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.map-point-detail h3 { margin: .25rem 0; font-size: 1.12rem; }
.map-point-detail p { margin: 0 0 .55rem; color: var(--brand-green-soft); font-size: .82rem; line-height: 1.4; }
.map-point-detail a, .point-list-item a { color: inherit; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.map-panel > p { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.list-panel { position: absolute; inset: 0; max-width: none; margin: 0; padding: 0; text-align: left; border: 0; border-radius: 0; background: transparent; overflow: auto; }
.list-panel[hidden] { display: none; }
.point-list { display: grid; gap: .65rem; }
.point-list-item { min-height: 6.5rem; padding: .9rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid rgba(221,245,229,.34); border-radius: .7rem; color: var(--green-950); background: rgba(255,255,255,.96); }
.point-list-item[hidden] { display: none; }
.point-list-item span { color: #087630; font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.point-list-item h3 { margin: .15rem 0; font-size: 1.05rem; }
.point-list-item p { margin: 0; color: #315b40; font-size: .8rem; line-height: 1.35; }
.point-list-item small { color: #516f5c; font-size: .73rem; }
.point-list-item a { flex: 0 0 auto; color: #087630; font-size: .75rem; }
.points-empty { margin: 0; padding: 2rem; text-align: center; color: var(--brand-green-soft); }

.participation-dialog { width: min(46rem, calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: 0; border: 0; border-radius: 1.5rem; color: var(--green-950); background: white; box-shadow: 0 28px 90px rgba(0, 47, 22, .35); }
.participation-dialog::backdrop { background: rgba(0, 47, 22, .72); backdrop-filter: blur(7px); }
.dialog-shell { position: relative; padding: clamp(1.5rem, 4vw, 2.7rem); overflow: auto; }
.dialog-shell::before { content: ""; position: absolute; inset: 0 0 auto; height: .55rem; background: linear-gradient(90deg, var(--brand-green) 0 78%, var(--brand-yellow) 78%); }
.dialog-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 2.65rem; height: 2.65rem; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--green-950); background: var(--cool-white); font: 400 1.8rem/1 inherit; cursor: pointer; }
.dialog-close:hover { color: white; background: var(--green-950); }
.dialog-kicker { margin: .4rem 0 .7rem; color: var(--brand-green); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.participation-dialog h2 { max-width: 12ch; margin: 0; font-size: clamp(2rem, 5vw, 3.4rem); line-height: .98; letter-spacing: -.05em; }
.dialog-intro { max-width: 38rem; margin: 1rem 0 1.6rem; color: #315b40; line-height: 1.55; }
.participation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.participation-form label { display: grid; gap: .42rem; color: var(--green-950); font-size: .8rem; font-weight: 800; }
.participation-form input:not([type="checkbox"]), .participation-form select, .participation-form textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #b9ddc4; border-radius: .65rem; color: var(--green-950); background: white; font: inherit; font-weight: 500; outline: none; }
.participation-form input:focus, .participation-form select:focus, .participation-form textarea:focus { border-color: var(--brand-green); box-shadow: 0 0 0 3px rgba(0, 184, 67, .13); }
.participation-form textarea { resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.form-consent { grid-template-columns: 1.15rem 1fr; align-items: start; font-weight: 500 !important; line-height: 1.4; }
.form-consent input { width: 1.05rem; height: 1.05rem; margin-top: .12rem; accent-color: var(--brand-green); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.form-status { flex: 1; min-height: 1.4em; margin: 0; color: #315b40; font-size: .86rem; line-height: 1.4; }
.form-status.is-error { color: #a62121; }
.participation-form button[disabled] { opacity: .6; cursor: wait; }
.form-honeypot { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

@media (min-width: 981px) {
  .how-section {
    --how-gutter: var(--page-gutter);
    min-height: min(55.6vw, 56.9rem);
    padding: clamp(4.8rem, 5.05vw, 5.2rem) var(--how-gutter) 3.7rem;
    border-bottom-left-radius: 65% 15%;
    border-bottom-right-radius: 48% 7%;
  }
  .how-heading h2 {
    font-size: clamp(3.7rem, 4.35vw, 4.45rem);
    line-height: 1.065;
    letter-spacing: -.045em;
  }
  .how-heading h2 span { display: inline-block; transform-origin: left center; }
  .how-heading h2 span:last-child { transform: scaleX(.945); }
  .how-heading > p {
    max-width: 40rem;
    margin-top: 1.5rem;
    font-size: clamp(1.3rem, 1.56vw, 1.6rem);
    line-height: 1.35;
  }
  .process-rail {
    margin-top: clamp(2.1rem, 2.3vw, 2.35rem);
    padding-left: 1.25rem;
    gap: clamp(3.5rem, 4.95vw, 5.1rem);
  }
  .process-rail::before {
    left: calc((var(--how-gutter) + 1.25rem) * -1);
    right: -1.6rem;
    top: 10.5rem;
    height: 2px;
  }
  .process-rail::after {
    right: -1.65rem;
    top: 10.12rem;
  }
  .process-icon {
    width: 8.5rem;
    height: 8.5rem;
    margin-left: 0;
    background: #eef9ef;
  }
  .process-icon svg { width: 4.7rem; height: 4.7rem; stroke-width: 2.45; }
  .process-dot {
    position: absolute;
    z-index: 4;
    left: -1.42rem;
    top: 9.75rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    border-width: 2px;
  }
  .process-wave {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 8.15rem;
    width: 5.4rem;
    height: 2.55rem;
    display: block;
    overflow: visible;
    fill: none;
    stroke: var(--brand-green);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
  }
  .process-wave .wave-mask { stroke: white; stroke-width: 8; }
  .process-number {
    margin-top: 3.15rem;
    font-size: clamp(4rem, 4.45vw, 4.55rem);
  }
  .process-step p {
    max-width: 15.3rem;
    margin-top: .75rem;
    font-size: clamp(1.2rem, 1.55vw, 1.58rem);
    line-height: 1.3;
  }
  .process-step:nth-of-type(1) p { max-width: 14.1rem; }
  .process-step:nth-of-type(4) p { max-width: 17.3rem; }
  .process-step b { font-size: 1em; }
  .process-desktop-break { display: initial; }
  .how-materials-link {
    display: flex;
    width: min(20.9rem, 100%);
    min-height: 4.3rem;
    margin: .95rem 0 0 auto;
    padding: 1rem 1.45rem 1rem 2.2rem;
    border-radius: .65rem;
    font-size: clamp(1.2rem, 1.42vw, 1.45rem);
    background: linear-gradient(90deg, var(--brand-green), #00a936);
    box-shadow: 0 12px 28px rgba(0,181,58,.14);
  }
  .how-materials-link svg { color: var(--brand-yellow); width: 1.8rem; stroke-width: 2.6; }
  .points-section { margin-top: -5.9rem; }
}

.materials-section {
  padding: clamp(5.5rem, 7vw, 7rem) var(--page-gutter);
  scroll-margin-top: var(--header-height);
  background: white;
}
.materials-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; }
.materials-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.06em; color: var(--green-950); }
.materials-heading h2 span { color: var(--brand-green); }
.materials-heading p { max-width: 40rem; margin: 1.35rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.3vw, 1.3rem); line-height: 1.6; }
.materials-illustration { justify-self: end; width: min(100%, 28rem); fill: none; stroke: var(--brand-green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.materials-illustration .illustration-yellow { stroke: #d9b800; }
.materials-illustration .illustration-dots { fill: var(--brand-green); stroke: none; }
.materials-illustration .illustration-soft { fill: #bfeacb; stroke: none; }
.materials-search { height: 4.4rem; margin-top: 2.5rem; display: flex; align-items: center; gap: 1rem; padding: 0 1.2rem; border: 1.5px solid var(--brand-green); border-radius: .65rem; transition: box-shadow .2s, border-color .2s; }
.materials-search:focus-within { border-color: var(--green-900); box-shadow: 0 0 0 4px var(--brand-green-soft); }
.materials-search svg { width: 1.65rem; flex: 0 0 auto; fill: none; stroke: var(--green-900); stroke-width: 2; stroke-linecap: round; }
.materials-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; color: var(--green-950); background: transparent; font: 600 1.05rem/1.2 "Segoe UI Variable", "Segoe UI", Arial, sans-serif; }
.materials-search input::placeholder { color: #77867b; font-weight: 500; }
.materials-clear { width: 2rem; height: 2rem; flex: 0 0 auto; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #9aa39c; background: transparent; cursor: pointer; }
.materials-clear[hidden] { display: none; }
.materials-clear:hover { color: var(--green-900); background: var(--cool-white); }
.materials-clear svg { width: 1.25rem; }
.material-filters { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: .45rem; align-items: stretch; }
.material-filter { min-width: 0; min-height: 11rem; padding: .85rem .45rem .75rem; display: grid; grid-template-rows: 5.2rem auto auto; place-items: center; gap: .25rem; border: 2px solid transparent; border-radius: .8rem; color: var(--green-950); background: white; font: 700 .92rem/1.15 "Segoe UI Variable", "Segoe UI", Arial, sans-serif; cursor: pointer; transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.material-filter:hover { transform: translateY(-3px); background: #f4fbf6; }
.material-filter.is-active { border-color: var(--brand-green); color: var(--green-950); background: #f1faf3; box-shadow: inset 0 -.25rem 0 var(--brand-green); }
.material-filter[hidden] { display: none; }
.category-icon { width: 4.8rem; height: 4.8rem; color: var(--green-900); }
.category-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.category-label { align-self: end; font-size: 1rem; font-weight: 850; }
.category-cue { min-height: 2.1em; color: #516f5c; font-size: .76rem; font-weight: 550; line-height: 1.25; text-align: center; }
.material-filter:focus-visible, .material-row:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--brand-yellow); outline-offset: 3px; }
.materials-notice { min-height: 4.6rem; margin-top: 1.5rem; padding: .8rem 1.15rem; display: flex; align-items: center; gap: 1rem; border: 1.5px solid #d9b800; border-radius: .55rem; background: #fffdf1; }
.materials-notice > span { width: 2.4rem; height: 2.4rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--brand-yellow); font-weight: 900; }
.materials-notice p { margin: 0; color: var(--green-950); font-weight: 750; line-height: 1.4; }
.materials-list { margin-top: .8rem; border-top: 1px solid var(--line); }
.material-item[hidden] { display: none; }
.material-row { width: 100%; min-height: 4.2rem; padding: .75rem 1rem; display: grid; grid-template-columns: 2.4rem 1fr minmax(17rem, .8fr) 1.5rem; gap: 1.1rem; align-items: center; text-align: left; border: 0; border-bottom: 1px solid var(--line); color: var(--green-950); background: white; font-family: inherit; cursor: pointer; }
.material-row[hidden] { display: none; }
.material-row:hover { background: var(--cool-white); }
.material-name { font-size: 1.08rem; font-weight: 780; }
.material-state { display: grid; gap: .15rem; }
.material-state strong { color: var(--brand-green); font-size: .85rem; }
.material-state small { color: var(--muted); font-size: .78rem; line-height: 1.3; }
.material-icon { width: 1.8rem; height: 2rem; fill: none; stroke: var(--brand-green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.material-chevron { width: 1.4rem; fill: none; stroke: var(--brand-green); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.material-row[aria-expanded="true"] .material-chevron { transform: rotate(180deg); }
.material-detail { padding: 1.15rem 1rem 1.3rem 4.5rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; border-bottom: 1px solid var(--line); background: #f2fbf4; }
.material-detail[hidden] { display: none; }
.material-detail b { color: var(--green-950); font-size: .88rem; }
.material-detail p { margin: .35rem 0 0; color: #365b43; font-size: .84rem; line-height: 1.5; }
.materials-empty { margin: 0; padding: 2rem 1rem; color: var(--muted); text-align: center; }
.materials-reject { margin: 1rem 0 0; padding: 1rem 1.15rem; border-left: .35rem solid #d9b800; color: #4b4e39; background: #fffdf1; font-size: .88rem; line-height: 1.5; }
.materials-quick-guide { margin-top: 1.2rem; padding: 1.25rem 1.5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 1rem; background: #eff9f1; }
.guide-step { min-width: 0; min-height: 7.8rem; padding: .25rem 1.5rem; display: flex; align-items: center; justify-content: center; gap: 1.15rem; color: var(--green-950); }
.guide-step + .guide-step { border-left: 1px solid #88d29e; }
.guide-icon { width: 6rem; height: 5.3rem; flex: 0 0 auto; display: grid; place-items: center; color: var(--green-900); }
.guide-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.guide-icon .guide-warning { stroke: var(--brand-yellow); stroke-width: 4; }
.guide-step > span:last-child { display: grid; gap: .2rem; }
.guide-step strong { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1; text-transform: uppercase; }
.guide-step small { max-width: 13ch; color: #244c33; font-size: clamp(.9rem, 1.25vw, 1.08rem); font-weight: 700; line-height: 1.25; }
.materials-cta-row { margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: 1.2rem; }
.materials-location-cta { min-width: min(100%, 33rem); min-height: 4.5rem; padding: .85rem 1.25rem .85rem 1.45rem; display: flex; align-items: center; justify-content: center; gap: 1rem; border-radius: .8rem; color: white; background: var(--brand-green); box-shadow: 0 15px 30px rgba(0, 184, 67, .2); text-decoration: none; font-size: clamp(1rem, 1.45vw, 1.3rem); font-weight: 850; transition: transform .2s, background .2s, box-shadow .2s; }
.materials-location-cta:hover { transform: translateY(-3px); background: #009f39; box-shadow: 0 18px 34px rgba(0, 122, 48, .25); }
.materials-location-cta > svg:first-child { width: 2.2rem; fill: none; stroke: white; stroke-width: 2.2; }
.materials-location-cta .cta-arrow { width: 1.8rem; margin-left: auto; fill: none; stroke: var(--brand-yellow); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.materials-details-toggle { min-height: 3rem; padding: .5rem .6rem; display: flex; align-items: center; gap: .4rem; border: 0; color: var(--brand-green); background: transparent; font: 800 .92rem/1.2 inherit; cursor: pointer; }
.materials-details-toggle svg { width: 1.3rem; fill: none; stroke: currentColor; stroke-width: 2.4; transition: transform .2s; }
.materials-details-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.materials-list.is-collapsed, .materials-list.is-collapsed + .materials-reject { display: none; }

.campaign-section { min-height: 45rem; padding: clamp(5rem, 7vw, 7rem) var(--page-gutter); display: grid; grid-template-columns: minmax(25rem, .9fr) minmax(28rem, 1.1fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; scroll-margin-top: var(--header-height); color: white; background: var(--green-950); overflow: hidden; }
.campaign-content h2 { max-width: 12ch; margin: 0; font-size: clamp(3.2rem, 5vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.campaign-content > p { max-width: 37rem; margin: 1.5rem 0 0; color: var(--brand-green-soft); font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.55; }
.campaign-actions { width: min(32rem, 100%); margin-top: 2.2rem; display: grid; gap: .85rem; }
.campaign-actions .button { min-height: 4.35rem; justify-content: flex-start; }
.campaign-actions .button svg { flex: 0 0 auto; }
.campaign-primary { color: var(--green-950); border-color: var(--brand-yellow); background: var(--brand-yellow); }
.campaign-secondary { color: white; border-color: white; background: transparent; }
.campaign-status { margin-top: 2rem; display: flex; align-items: center; gap: .8rem; color: var(--brand-green-soft); }
.campaign-status > span { width: 2rem; height: 2rem; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font: 800 1rem/1 Georgia, serif; }
.campaign-status p { margin: 0; line-height: 1.4; }
.campaign-poster { position: relative; justify-self: end; width: min(100%, 42rem); aspect-ratio: 1.1; padding: clamp(3rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: space-between; border: 1.1rem solid white; border-radius: 2.1rem; color: var(--green-950); background: radial-gradient(circle at 58% 42%, #ffe56a 0, var(--brand-yellow) 58%, #ffca00 100%); overflow: visible; }
.poster-rings { position: absolute; inset: -3.6rem 12% auto; display: flex; justify-content: space-between; }
.poster-rings i { display: block; width: 2.4rem; height: 5.3rem; border: .45rem solid white; border-radius: 1.5rem; background: var(--green-950); }
.campaign-poster > strong { font-size: clamp(5rem, 8.2vw, 9rem); line-height: .78; letter-spacing: -.075em; }
.poster-art { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.campaign-poster > strong { position: relative; z-index: 1; }
.poster-weather circle, .poster-people circle { fill: white; stroke: white; }
.poster-weather path, .poster-people path, .poster-hills, .poster-leaf { fill: none; stroke: white; stroke-width: 14; stroke-linecap: round; stroke-linejoin: round; }
.poster-weather path:last-child, .poster-people path:last-child { fill: white; }
.poster-hills { stroke-width: 12; }
.poster-leaf { stroke-width: 15; }

.participate-section { min-height: 52.3rem; padding: 3rem var(--page-gutter) 1.5rem; display: grid; grid-template-columns: minmax(25rem, .9fr) minmax(34rem, 1.15fr); column-gap: clamp(3rem, 7.28vw, 8rem); row-gap: 1rem; scroll-margin-top: var(--header-height); background: white; }
.participate-intro { min-width: 0; }
.participate-kicker { margin: 0 0 1.25rem; color: var(--brand-green); font-size: .95rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.participate-intro h2 { max-width: 10.5ch; margin: 0; color: var(--green-950); font-size: clamp(3.4rem, 4.7vw, 4.7rem); line-height: .98; letter-spacing: -.06em; }
.participate-intro h2 span { white-space: nowrap; }
.participate-lead { max-width: 32rem; margin: 1.6rem 0 0; color: var(--ink); font-size: clamp(1.05rem, 1.35vw, 1.35rem); line-height: 1.55; }
.participate-art { width: calc(100% + 1.5rem); max-width: none; margin: 1.4rem 0 0 -.5rem; fill: none; stroke: var(--brand-green); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.participate-art .art-yellow { stroke: #d8b700; }
.participate-options { align-self: start; margin-top: 2.4rem; border-top: 1px solid var(--line); }
.participate-option { position: relative; width: 100%; min-height: 9.8rem; padding: 1.55rem 2.5rem; display: grid; grid-template-columns: 5rem 1fr 2rem; gap: 1.3rem; align-items: center; border: 0; border-bottom: 1px solid var(--line); color: var(--green-950); background: white; text-align: left; font-family: inherit; cursor: pointer; transition: background .22s, transform .22s; }
.participate-option::before { content: ""; position: absolute; inset: 0 auto 0 0; width: .7rem; border-radius: .65rem 0 0 .65rem; background: var(--brand-green); transform: scaleY(0); transition: transform .22s; }
.participate-option:hover { background: var(--cool-white); }
.participate-option.is-active { border-radius: .65rem; background: #eef7f0; }
.participate-option.is-active::before { transform: scaleY(1); }
.participate-option:focus-visible { z-index: 2; outline: 3px solid var(--brand-yellow); outline-offset: 3px; }
.participate-number { color: var(--brand-green); font-size: clamp(2.9rem, 3.5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.participate-copy { display: grid; gap: .55rem; }
.participate-copy b { color: var(--green-700); font-size: clamp(1.05rem, 1.35vw, 1.35rem); line-height: 1.25; }
.participate-copy small { max-width: 30rem; color: var(--ink); font-size: clamp(.95rem, 1.13vw, 1.12rem); line-height: 1.55; }
.participate-option > svg { width: 2rem; fill: none; stroke: var(--brand-green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .22s; }
.participate-option:hover > svg, .participate-option.is-active > svg { transform: translateX(.35rem); }
.participate-status { grid-column: 1 / -1; justify-self: center; margin-top: .25rem; display: flex; align-items: center; gap: 1rem; color: var(--green-950); }
.participate-status svg { width: 2.6rem; flex: 0 0 auto; fill: none; stroke: var(--brand-green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.participate-status p { margin: 0; font-size: 1rem; line-height: 1.45; }

.site-footer { min-height: 11rem; padding: 1.6rem var(--page-gutter) .9rem; display: grid; grid-template-columns: minmax(12rem, .8fr) 2.2fr minmax(9rem, .65fr); grid-template-rows: 1fr auto; gap: .75rem 2rem; align-items: center; color: white; background: var(--green-950); }
.footer-brand { display: inline-flex; width: fit-content; }
.footer-brand img { display: block; width: clamp(12rem, 16vw, 16rem); height: auto; }
.footer-nav { display: flex; justify-content: center; gap: clamp(1.25rem, 2.5vw, 2.8rem); padding: 1rem 2rem; border-left: 1px solid rgba(0,181,58,.55); border-right: 1px solid rgba(0,181,58,.55); }
.footer-nav a, .footer-instagram { color: white; font-size: .92rem; font-weight: 720; text-decoration: none; }
.footer-nav a[aria-current="page"] { color: var(--brand-yellow); }
.footer-nav a:hover, .footer-nav a:focus-visible, .footer-instagram:hover, .footer-instagram:focus-visible { color: var(--brand-yellow); }
.footer-instagram { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; }
.footer-instagram svg { width: 2.1rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-copy { grid-column: 1 / -1; margin: .25rem 0 0; color: var(--brand-green-soft); text-align: center; font-size: .78rem; }

@media (min-width: 981px) {
  .how-section {
    --how-gutter: max(var(--page-gutter), 5rem);
    min-height: 0;
    padding: 4.65rem var(--how-gutter) 5.2rem;
    border-radius: 0;
    overflow: hidden;
  }
  .how-section::after { height: calc(8.5rem + 2px); clip-path: ellipse(84% 68% at 50% 100%); }
  .how-heading, .process-rail, .how-materials-link { position: relative; z-index: 1; }
  .how-heading h2 { font-size: 3.4rem; }
  .how-heading > p { margin-top: 1.1rem; font-size: 1.16rem; line-height: 1.45; }
  .process-rail { margin-top: 2rem; gap: clamp(3rem, 4.6vw, 4.6rem); }
  .process-rail::before { top: 7.95rem; }
  .process-rail::after { top: 7.58rem; }
  .process-icon { width: 6.4rem; height: 6.4rem; }
  .process-icon svg { width: 3.55rem; height: 3.55rem; stroke-width: 2.35; }
  .process-dot { top: 7.2rem; }
  .process-wave { top: 6.18rem; width: 4.8rem; height: 2rem; }
  .process-number { margin-top: 3.05rem; font-size: 3.4rem; }
  .process-step p { max-width: 12.5rem; margin-top: .5rem; font-size: 1.22rem; line-height: 1.3; }
  .process-step:nth-of-type(1) p { max-width: 11rem; }
  .process-step:nth-of-type(4) p { max-width: 12rem; }
  .how-materials-link { width: 16.25rem; min-height: 3.4rem; margin-top: .7rem; padding: .75rem 1.2rem .75rem 1.7rem; font-size: 1.15rem; white-space: nowrap; }
  .points-section {
    --points-gutter: max(var(--page-gutter), 4.2rem);
    min-height: 51rem;
    margin-top: -4rem;
    padding: 4.85rem var(--points-gutter) 3rem;
    padding-bottom: 3rem;
    align-items: start;
    gap: 3.5rem;
    border-radius: 0;
    background: var(--green-950);
  }
  .points-section::after { content: ""; position: absolute; z-index: 4; inset: auto 0 0; height: 4rem; background: white; clip-path: polygon(0 0, 18% 14%, 42% 21%, 63% 17%, 82% 31%, 100% 25%, 100% 100%, 0 100%); }
  .points-content h2 { font-size: 3.45rem; line-height: 1.04; transform: translateY(.5rem) scaleX(1.067); transform-origin: left center; }
  .points-lead { max-width: 28rem; margin: 1.2rem 0 1.7rem; font-size: 1.16rem; line-height: 1.55; transform: translateY(.6rem); }
  .points-search, .view-switch, .points-status { width: 34.4rem; }
  .search-control { height: 3.8rem; }
  .view-button { min-height: 3.2rem; }
  .points-status { min-height: 5.4rem; }
  .points-status p { font-size: 1.05rem; }
  .points-actions { width: 34.4rem; margin-top: 1.1rem; grid-template-columns: 1.02fr 1fr; gap: 1.125rem; }
  .points-actions .button { min-height: 3.7rem; padding-inline: 1rem; font-size: .9rem; white-space: nowrap; }
  .points-secondary { background: #00471f; }
  .points-visual { min-height: 38rem; transform: none; }
  .map-panel > p { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

  .materials-section { padding-top: 2rem; padding-bottom: 1.75rem; }
  .materials-heading { grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items: start; }
  .materials-heading h2 { max-width: 34rem; font-size: 3.55rem; line-height: 1.01; }
  .materials-heading p { margin-top: 1rem; font-size: 1.02rem; line-height: 1.5; }
  .materials-illustration { width: min(100%, 35rem); height: 12rem; margin-top: -1rem; }
  .materials-search { height: 3.3rem; margin-top: 1.4rem; }
  .material-filters { margin-top: 1rem; gap: .35rem; }
  .material-filter { min-height: 10.5rem; padding: .75rem .35rem .65rem; }
  .materials-notice { min-height: 3.55rem; margin-top: 1.35rem; padding: .55rem 1rem; }
  .materials-notice > span { width: 2.2rem; height: 2.2rem; }
  .materials-list { margin-top: .3rem; }
  .material-row { min-height: 3.1rem; padding: .35rem 1rem; grid-template-columns: 2.4rem minmax(0, 1.4fr) minmax(17rem, .7fr) 1.5rem; gap: .5rem; }

  .campaign-section {
    --campaign-gutter: var(--page-gutter);
    position: relative;
    min-height: 39.55rem;
    padding: 2.15rem var(--campaign-gutter) 2.4rem;
    grid-template-columns: minmax(25rem, .92fr) minmax(32rem, 1.08fr);
    gap: 4.5rem;
    background: radial-gradient(circle at 30% 48%, #075a2a 0, #00461f 48%, var(--green-950) 75%, #002d14 100%);
  }
  .campaign-content { margin-left: 1.8rem; }
  .campaign-content h2 { font-size: 4.45rem; line-height: 1.05; }
  .campaign-content h2 span { display: inline-block; transform: scaleX(1.1); transform-origin: left center; }
  .campaign-content h2::after { content: ""; display: block; width: 18.9rem; height: .45rem; margin-top: .35rem; border-radius: 50%; background: var(--brand-yellow); transform: rotate(-1.2deg); }
  .campaign-content > p { width: 95.7%; margin-top: .9rem; font-size: 1.42rem; line-height: 1.35; transform: scaleX(1.045); transform-origin: left center; }
  .campaign-actions { width: 26.6rem; margin-top: 2rem; gap: .8rem; }
  .campaign-actions .button { min-height: 4.25rem; padding-left: 1.8rem; font-size: 1.35rem; }
  .campaign-actions .button svg { width: 2.4rem; }
  .campaign-status { margin-top: 1.9rem; font-size: 1.05rem; }
  .campaign-poster { width: 34.3rem; aspect-ratio: .98; margin-right: .65rem; padding: 6.35rem 2.7rem 2.1rem; border-width: .9rem; border-radius: 1.8rem; }
  .poster-rings { inset: -2.9rem 14% auto; }
  .poster-rings i { width: 2rem; height: 4.5rem; border-width: .38rem; }
  .campaign-poster > strong { font-size: 6.7rem; line-height: .8; }

  .participate-section { min-height: 43.75rem; padding-top: 1.55rem; padding-bottom: 1rem; }
  .participate-lead { max-width: 30rem; }
  .participate-options { margin-top: 1.54rem; }
  .participate-option { min-height: 8.6rem; padding: 1.2rem 2.2rem; }
  .participate-number { font-size: 3.25rem; }
  .participate-copy b { font-size: 1.08rem; }
  .participate-copy small { font-size: .96rem; line-height: 1.45; }
  .participate-status { margin-top: -1.8rem; transform: translateX(-.5rem); }
  .site-footer { min-height: 9.6rem; padding-top: 1rem; padding-bottom: .65rem; }
}

/* Mantém a composição das referências em notebooks, sem deixar as colunas
   mínimas empurrarem conteúdo para fora da área visível. */
@media (min-width: 981px) and (max-width: 1180px) {
  .how-section {
    --how-gutter: var(--page-gutter);
  }

  .process-rail {
    gap: clamp(1.7rem, 3vw, 2.6rem);
  }

  .process-step p,
  .process-step:nth-of-type(1) p,
  .process-step:nth-of-type(4) p {
    max-width: 11.5rem;
  }

  .points-section {
    --points-gutter: var(--page-gutter);
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(1.75rem, 3vw, 2.5rem);
  }

  .points-content h2 {
    font-size: clamp(2.9rem, 4.8vw, 3.35rem);
  }

  .points-search,
  .view-switch,
  .points-status {
    max-width: 100%;
  }

  .points-actions {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .points-visual {
    min-width: 0;
  }

  .materials-heading {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, .85fr);
  }

  .materials-illustration {
    width: min(100%, 29rem);
  }

  .campaign-section {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 4vw, 3rem);
  }

  .campaign-content {
    min-width: 0;
    margin-left: 0;
  }

  .campaign-content h2 {
    font-size: clamp(3.25rem, 5.2vw, 3.85rem);
  }

  .campaign-actions {
    width: 100%;
  }

  .campaign-poster {
    width: min(100%, 30rem);
    margin-right: 0;
  }

  .participate-section {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    column-gap: clamp(2rem, 4vw, 3rem);
  }

  .participate-intro h2 {
    font-size: clamp(3rem, 4.8vw, 3.55rem);
  }

  .participate-options {
    min-width: 0;
  }

  .participate-option {
    min-width: 0;
    padding-inline: 1.35rem;
    grid-template-columns: 4.25rem minmax(0, 1fr) 1.6rem;
    gap: .9rem;
  }

  .participate-copy,
  .participate-copy b,
  .participate-copy small {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  /* Redução proporcional do canvas aprovado entre tablet e 1280 px. */
  .points-section {
    --points-gutter: 5.2vw;
    min-height: 58.62vw;
    margin-top: -5vw;
    padding: 6.1vw var(--points-gutter) 3vw;
    grid-template-columns: 43vw minmax(0, 1fr);
    gap: 1vw;
  }

  .points-section::after { height: 5vw; }
  .points-content h2 { font-size: 4.3vw; }
  .points-lead { font-size: 1.7vw; }
  .search-control { height: 4.75vw; }
  .view-button { min-height: 4.1vw; }
  .points-status { min-height: 6.9vw; }
  .points-actions {
    width: 54vw;
    grid-template-columns: 1.02fr 1fr;
    gap: 1.4vw;
  }
  .points-actions .button { min-height: 4.65vw; font-size: 1.4vw; }
  .points-visual { min-height: 48vw; transform: translateY(-1.25vw); }

  .points-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 43.2rem;
    scale: calc(100vw / 80rem);
    transform-origin: top left;
  }
  .points-content h2 { font-size: 3.45rem; }
  .points-lead { font-size: 1.16rem; }
  .points-search, .view-switch, .points-status { width: 34.4rem; max-width: none; }
  .search-control { height: 3.8rem; }
  .view-button { min-height: 3.2rem; }
  .points-status { min-height: 5.4rem; }
  .points-actions {
    width: 43.2rem;
    grid-template-columns: 1.02fr 1fr;
    gap: 1.125rem;
  }
  .points-actions .button { min-height: 3.7rem; font-size: 1.05rem; }
  .points-visual {
    position: absolute;
    inset: 0 0 0 50%;
    min-height: 0;
    transform: none;
  }

  .campaign-section {
    --campaign-gutter: 6.6vw;
    min-height: 49.47vw;
    padding: 2.5vw var(--campaign-gutter) 2.8vw;
    grid-template-columns: minmax(0, 1fr) 43.3vw;
    gap: 6.7vw;
  }

  .campaign-content { margin-left: 0; }
  .campaign-content h2 { font-size: 5.3vw; }
  .campaign-content > p { width: auto; font-size: 1.85vw; transform: none; }
  .campaign-actions { width: 33.3vw; }
  .campaign-actions .button { min-height: 5.4vw; font-size: 1.8vw; }
  .campaign-actions .button svg { width: 3.2vw; }
  .campaign-status { font-size: 1.55vw; }
  .campaign-poster { width: 43.3vw; }
}

/*
 * As artes aprovadas passam a ser a fonte visual das duas ilustrações mais
 * complexas. O recorte é aplicado somente no lado direito; títulos, campos,
 * botões e estados continuam sendo HTML acessível e interativo.
 */
@media (min-width: 981px) {
  .points-section,
  .campaign-section {
    isolation: isolate;
  }

  .points-section::before,
  .campaign-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background-position: center top;
    background-repeat: no-repeat;
    clip-path: inset(0 0 0 50%);
  }

  .points-section::before {
    background-image: url("./public/assets/approved-points.png");
    background-size: min(100vw, 80rem) auto;
    clip-path: inset(0 0 0 60%);
    opacity: 0;
    transition: opacity .2s ease;
  }

  .points-section:has(.list-panel:not([hidden]))::before {
    opacity: 0;
  }

  .points-content,
  .points-visual,
  .campaign-content,
  .campaign-poster {
    position: relative;
    z-index: 1;
  }

  .points-visual .abstract-map { display: none; }

  .list-panel {
    z-index: 2;
  }

  .campaign-section::before {
    background-image: url("./public/assets/approved-campaign.png");
    background-size: min(100vw, 80rem) auto;
  }

  .campaign-poster {
    opacity: 0;
  }
}

@media (max-width: 980px) {
  :root { --header-height: 5.8rem; }
  body.menu-open { overflow: hidden; }
  .site-header,
  .site-header.is-scrolled,
  .site-header.is-menu-open { height: var(--header-height); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
  .brand img { width: 8.75rem; }
  .menu-button { display: grid; width: 3rem; height: 3rem; place-content: center; gap: .45rem; border: 1px solid rgba(0,143,50,.1); border-radius: 50%; color: var(--green-950); background: var(--cool-white); cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
  .menu-button:hover { color: white; background: var(--brand-green); }
  .menu-button span[aria-hidden] { display: block; width: 1.35rem; height: 2px; background: currentColor; transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(.225rem) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-.225rem) rotate(-45deg); }
  .main-nav { position: absolute; inset: 100% 0 auto; display: grid; gap: .2rem; max-height: calc(100svh - var(--header-height)); padding: .75rem var(--page-gutter) 1.35rem; margin: 0; overflow-y: auto; border-bottom: 1px solid var(--line); border-radius: 0 0 1.5rem 1.5rem; background: rgba(255,255,255,.98); box-shadow: 0 24px 42px rgba(0,63,52,.14); transform: translateY(-115%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .2s ease, visibility .25s; }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: .85rem 1rem; border-radius: .65rem; font-size: .94rem; }
  .main-nav a::after { left: 1rem; bottom: .48rem; }
  .main-nav a[aria-current="location"] { background: var(--cool-white); }
  .hero { min-height: 0; grid-template-rows: auto auto; }
  .hero::before { top: 6.5rem; left: auto; right: 8%; }
  .hero::after { display: none; }
  .hero-main { padding: calc(var(--header-height) + 2.6rem) var(--page-gutter) 3.5rem; grid-template-columns: 1fr; gap: 2.7rem; }
  .hero-content { width: min(42rem, 100%); padding: 0; }
  .hero h1 { max-width: 12ch; font-size: clamp(3.2rem, 8.6vw, 5.2rem); }
  .hero h1 span,
  .hero h1 span:last-child { width: auto; white-space: normal; transform: none; }
  .hero-actions { max-width: 37rem; }
  .hero-media { width: 100vw; min-height: min(36rem, 65svh); margin: 0 0 0 calc(-1 * var(--page-gutter)); }
  .hero-media::before { inset: -.45rem 1.25rem -.1rem -.55rem; border-radius: 0 3.5rem 1.5rem 0; }
  .hero-photo { right: var(--page-gutter); border-radius: 0 3.5rem 1.5rem 0; }
  .hero-impact-card { left: auto; right: calc(var(--page-gutter) + 1rem); bottom: 1.25rem; width: min(17.5rem, 42%); }
  .hero-indicator-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 0; }
  .hero-indicator:nth-child(3) { border-left: 0; padding-left: 0; }
  .impact { padding-top: 4.5rem; }
  .impact-layout { grid-template-columns: 1fr; gap: 2.75rem; }
  .impact-intro { display: grid; grid-template-columns: minmax(16rem, .8fr) minmax(18rem, 1.2fr); gap: 0 2.5rem; align-items: start; padding-bottom: 0; }
  .impact-intro > p { margin-top: 0; }
  .impact-signature { grid-column: 2; margin-top: 1.25rem; }
  .impact-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
  .impact-card { min-height: 32rem; grid-template-rows: auto auto auto minmax(5rem, 1fr) 12rem; }
  .impact-transition { justify-content: space-between; gap: 2rem; clip-path: ellipse(100% 100% at 50% 100%); }
  .impact, .how-section, .points-section { scroll-margin-top: var(--header-height); }
  .how-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .process-rail { grid-template-columns: repeat(2, 1fr); gap: 3rem 2rem; }
  .process-rail::before, .process-rail::after { display: none; }
  .process-step { padding-left: 1.8rem; border-left: 2px solid var(--brand-green); }
  .process-dot { position: absolute; left: -.75rem; top: 7.4rem; margin: 0; }
  .how-materials-link { margin-left: 0; }
  .points-section { grid-template-columns: 1fr; gap: 2rem; }
  .points-visual { min-height: 31rem; }
  .materials-heading { grid-template-columns: 1fr; }
  .materials-illustration { display: block; justify-self: start; width: min(100%, 30rem); height: auto; margin-top: 1rem; }
  .material-filters { grid-template-columns: repeat(4, 1fr); }
  .materials-quick-guide { padding: 1rem; }
  .guide-step { padding: .25rem .75rem; gap: .65rem; }
  .guide-icon { width: 4.8rem; height: 4.5rem; }
  .material-detail { padding-left: 1rem; grid-template-columns: 1fr; gap: .9rem; }
  .campaign-section { grid-template-columns: 1fr; }
  .campaign-poster { justify-self: start; width: min(100%, 38rem); }
  .participate-section { grid-template-columns: 1fr; }
  .participate-section { min-height: 0; }
  .participate-art { width: min(100%, 34rem); margin-left: 0; }
  .participate-options { margin-top: 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-nav { flex-wrap: wrap; border: 0; }
  .footer-copy { grid-column: 1; }
}

@media (max-width: 680px) {
  .hero-main { padding-top: calc(var(--header-height) + 2.25rem); padding-bottom: 2.5rem; gap: 2rem; }
  .hero-kicker { margin-bottom: .85rem; font-size: .78rem; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.8rem); max-width: 11.5ch; }
  .hero h1 span:last-child::after { width: 62%; height: .27rem; margin-top: .55rem; }
  .hero-lead { margin: 1.25rem 0 1.5rem; max-width: 31rem; font-size: .98rem; }
  .hero-actions { width: 100%; display: grid; }
  .hero-actions .button-primary,
  .hero-actions .button-secondary { min-width: 0; width: 100%; }
  .hero-media { min-height: 28rem; }
  .hero-photo img { object-position: 51% center; }
  .hero-impact-card { left: 1rem; right: calc(var(--page-gutter) + 1rem); bottom: 1rem; width: auto; padding: 1rem; }
  .hero-impact-card > p { min-height: 0; }
  .hero-indicator-band { padding-top: 1.25rem; padding-bottom: 1.5rem; }
  .hero-indicator-grid { gap: 1.25rem 0; }
  .hero-indicator { grid-template-columns: 3.15rem 1fr; gap: .7rem; padding: 0 .75rem; }
  .hero-indicator:nth-child(odd) { padding-left: 0; }
  .hero-indicator:nth-child(3) { border-left: 0; }
  .hero-indicator-icon { width: 3.15rem; height: 3.15rem; }
  .hero-indicator strong { font-size: .98rem; }
  .hero-indicator span:last-child { font-size: .72rem; }
  .impact { margin-top: 0; padding-top: 4.5rem; }
  .impact-intro { display: block; }
  .impact h2 { max-width: 9ch; font-size: clamp(2.9rem, 13vw, 3.8rem); }
  .impact-intro > p { max-width: 31rem; margin-top: 1.35rem; }
  .impact-signature { margin-top: 1.4rem; }
  .impact-pillars { grid-template-columns: 1fr; gap: 1.15rem; }
  .impact-card { min-height: 31rem; grid-template-rows: auto auto auto minmax(4.5rem, 1fr) 11.5rem; padding-inline: 1.15rem; }
  .impact-card h3 { font-size: 1.3rem; }
  .impact-card > p { max-width: 22rem; justify-self: center; font-size: .92rem; }
  .impact-transition { width: calc(100% + 2 * var(--page-gutter)); min-height: 14rem; padding-top: 3.5rem; flex-direction: column; align-items: stretch; gap: 1.25rem; clip-path: ellipse(145% 100% at 50% 100%); }
  .impact-transition .button { width: 100%; min-width: 0; }
  .how-section { padding-bottom: 8rem; border-radius: 0 0 2.5rem 2.5rem; }
  .how-heading h2, .points-content h2 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
  .process-rail { grid-template-columns: 1fr; gap: 3rem; }
  .process-step { display: grid; grid-template-columns: 5.7rem 1fr; column-gap: 1.1rem; }
  .process-icon { width: 5.7rem; height: 5.7rem; grid-row: span 3; }
  .process-icon svg { width: 2.8rem; height: 2.8rem; }
  .process-dot { left: -.78rem; top: 4.9rem; }
  .process-number { font-size: 3rem; }
  .process-step p { margin-top: .25rem; }
  .how-materials-link { width: 100%; }
  .points-section { margin-top: -3.5rem; padding-top: 6.75rem; }
  .points-actions { grid-template-columns: 1fr; }
  .points-visual { min-height: 25rem; }
  .points-section:has(.list-panel:not([hidden])) .points-visual { min-height: 48rem; }
  .map-panel > p { left: 0; right: auto; }
  .materials-section { padding-top: 4.8rem; }
  .materials-heading h2, .campaign-content h2 { font-size: clamp(2.7rem, 12vw, 4.2rem); }
  .material-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; overflow: visible; padding-bottom: 0; }
  .material-filter { min-height: 9.3rem; grid-template-rows: 4.2rem auto auto; }
  .category-icon { width: 4rem; height: 4rem; }
  .materials-quick-guide { grid-template-columns: 1fr; padding: .5rem 1rem; }
  .guide-step { min-height: 6.6rem; justify-content: flex-start; padding: .75rem 0; }
  .guide-step + .guide-step { border-left: 0; border-top: 1px solid #88d29e; }
  .guide-icon { width: 4.8rem; height: 4.2rem; }
  .materials-cta-row { align-items: stretch; flex-direction: column; gap: .4rem; }
  .materials-location-cta { width: 100%; min-width: 0; }
  .materials-details-toggle { align-self: center; }
  .material-row { grid-template-columns: 2.3rem 1fr 1.5rem; gap: .8rem; }
  .material-icon { grid-column: 1; grid-row: 1 / span 2; }
  .material-name { grid-column: 2; grid-row: 1; }
  .material-state { grid-column: 2 / -1; grid-row: 2; }
  .material-chevron { grid-column: 3; grid-row: 1; }
  .campaign-section { min-height: auto; padding-top: 5.5rem; }
  .campaign-poster { margin-top: 1.5rem; padding: 3.4rem 2.2rem 2.2rem; border-width: .7rem; border-radius: 1.4rem; }
  .poster-rings { top: -2.6rem; }
  .poster-rings i { width: 1.7rem; height: 3.8rem; border-width: .32rem; }
  .campaign-poster > strong { font-size: clamp(4.4rem, 23vw, 7rem); }
  .participate-section { padding-top: 4.8rem; gap: 2.5rem; }
  .participate-kicker { margin-bottom: .9rem; }
  .participate-intro h2 { font-size: clamp(2.8rem, 12vw, 4.2rem); }
  .participate-art { margin-top: 1.4rem; }
  .participate-option { min-height: 8.5rem; padding: 1.2rem 1rem 1.2rem 1.3rem; grid-template-columns: 3.6rem 1fr 1.5rem; gap: .75rem; }
  .participate-option::before { width: .45rem; }
  .participate-number { font-size: 2.65rem; }
  .participate-copy b { font-size: 1rem; }
  .participate-copy small { font-size: .88rem; }
  .participate-option > svg { width: 1.45rem; }
  .participate-status { justify-self: stretch; align-items: flex-start; }
  .participation-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: 1; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .site-footer { padding-top: 2.8rem; gap: 1.5rem; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; padding: 0; text-align: left; }
}

/* Quem ajudamos: histórias verificadas de apoio social e educação ambiental. */
.beneficiaries-section {
  position: relative;
  isolation: isolate;
  min-height: 48rem;
  padding: clamp(5rem, 7vw, 7rem) max(var(--page-gutter), calc((100vw - 80rem) / 2));
  display: grid;
  grid-template-columns: minmax(20rem, .72fr) minmax(36rem, 1.28fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
  scroll-margin-top: var(--header-height);
  color: var(--green-950);
  background:
    radial-gradient(circle at 8% 15%, rgba(0,181,58,.08) 0 1px, transparent 2px) 0 0 / 18px 18px,
    linear-gradient(135deg, #f4faf3 0%, #fff 42%, #fbfaf3 100%);
  overflow: hidden;
}
.beneficiaries-section::before { content: ""; position: absolute; z-index: -1; right: -8rem; top: -8rem; width: 24rem; height: 24rem; border: 1px solid rgba(0,181,58,.14); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,216,0,.05), 0 0 0 7rem rgba(0,181,58,.035); }
.beneficiaries-section::after { content: ""; position: absolute; z-index: -1; left: -5%; right: -5%; bottom: -1px; height: 3.5rem; background: white; clip-path: ellipse(75% 78% at 50% 100%); }
.beneficiaries-intro { min-width: 0; }
.beneficiaries-kicker { margin: 0 0 1.3rem; display: flex; align-items: center; gap: .8rem; color: var(--green-700); font-size: .85rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.beneficiaries-kicker > span { width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border-radius: 50%; color: var(--green-700); background: #e5f5e8; }
.beneficiaries-kicker svg { width: 1.8rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.beneficiaries-intro h2 { max-width: 9ch; margin: 0; font-size: clamp(3.35rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.beneficiaries-intro h2 span { color: var(--brand-green); }
.beneficiaries-lead { max-width: 31rem; margin: 1.5rem 0 0; color: #3d5145; font-size: 1.07rem; line-height: 1.6; }
.beneficiaries-promise { max-width: 31rem; margin-top: 1.8rem; padding: 1rem 1.15rem; display: grid; grid-template-columns: 3.25rem 1fr; gap: .9rem; align-items: center; border-radius: 1rem; color: white; background: linear-gradient(135deg, var(--green-950), #086f32); box-shadow: 0 .8rem 2rem rgba(0,65,29,.14); }
.beneficiaries-promise > span { width: 3.1rem; height: 3.1rem; display: grid; place-items: center; border: 1px solid rgba(255,216,0,.65); border-radius: 50%; color: var(--brand-yellow); }
.beneficiaries-promise svg { width: 2rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.beneficiaries-promise p { margin: 0; display: grid; gap: .2rem; }
.beneficiaries-promise strong { font-size: .95rem; }
.beneficiaries-promise small { color: #d9eee0; font-size: .78rem; line-height: 1.35; }
.beneficiaries-instagram { width: max-content; max-width: 100%; margin-top: 1.25rem; padding: .85rem 1rem; display: inline-flex; align-items: center; gap: .7rem; border: 1px solid var(--green-700); border-radius: .75rem; color: var(--green-700); font-size: .85rem; font-weight: 800; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.beneficiaries-instagram svg { width: 1.35rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.beneficiaries-instagram svg:last-child { margin-left: .35rem; }
.beneficiaries-instagram:hover, .beneficiaries-instagram:focus-visible { color: white; background: var(--green-700); transform: translateY(-2px); }
.beneficiaries-stories { display: grid; gap: 1rem; }
.beneficiary-card { min-height: 12.5rem; padding: 1.3rem 1.45rem; display: grid; grid-template-columns: 5rem 1fr; gap: 1.2rem; align-items: center; border: 1px solid rgba(0,92,41,.12); border-radius: 1.35rem; background: rgba(255,255,255,.94); box-shadow: 0 .9rem 2.4rem rgba(0,66,29,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.beneficiary-card:hover { transform: translateX(-.4rem); border-color: rgba(0,181,58,.35); box-shadow: 0 1.2rem 2.8rem rgba(0,66,29,.13); }
.beneficiary-card-icon { width: 5rem; height: 5rem; display: grid; place-items: center; border-radius: 1.2rem; color: var(--green-700); background: #e8f6e9; }
.beneficiary-card-icon svg { width: 3rem; height: 3rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.beneficiary-card-health .beneficiary-card-icon { color: #00993a; background: #e5f7e9; }
.beneficiary-card-families .beneficiary-card-icon { color: #00662d; background: #eef7e9; }
.beneficiary-card-schools .beneficiary-card-icon { color: #a98a00; background: #fff9d9; }
.beneficiary-card-icon .beneficiary-accent { stroke: #d4b000; }
.beneficiary-card-copy { min-width: 0; }
.beneficiary-card-copy > p:first-child { margin: 0 0 .35rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--brand-green); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.beneficiary-card-copy time { color: #718077; font-weight: 750; }
.beneficiary-card h3 { margin: 0; color: var(--green-950); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.1; letter-spacing: -.035em; }
.beneficiary-card-copy > p:not(:first-child) { max-width: 38rem; margin: .55rem 0 0; color: #46584d; font-size: .9rem; line-height: 1.48; }
.beneficiary-card a { width: max-content; max-width: 100%; margin-top: .7rem; display: inline-flex; align-items: center; gap: .5rem; color: var(--green-700); font-size: .78rem; font-weight: 820; text-decoration: none; }
.beneficiary-card a svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.beneficiary-card a:hover svg, .beneficiary-card a:focus-visible svg { transform: translateX(.25rem); }

@media (max-width: 1180px) and (min-width: 981px) {
  .beneficiaries-section { grid-template-columns: minmax(18rem, .72fr) minmax(32rem, 1.28fr); gap: 2.5rem; }
}

@media (max-width: 980px) {
  .beneficiaries-section { min-height: 0; padding: 5.5rem var(--page-gutter) 6.5rem; grid-template-columns: 1fr; gap: 3rem; }
  .beneficiaries-intro h2 { max-width: 11ch; }
  .beneficiaries-lead, .beneficiaries-promise { max-width: 36rem; }
  .beneficiaries-section::after { height: 2.5rem; clip-path: ellipse(100% 75% at 50% 100%); }
}

@media (max-width: 680px) {
  .beneficiaries-section { padding-top: 4.5rem; padding-bottom: 5.5rem; gap: 2.3rem; }
  .beneficiaries-intro h2 { font-size: clamp(2.8rem, 12vw, 3.8rem); }
  .beneficiaries-lead { font-size: .98rem; }
  .beneficiaries-promise { grid-template-columns: 2.8rem 1fr; padding: .9rem; }
  .beneficiaries-promise > span { width: 2.7rem; height: 2.7rem; }
  .beneficiaries-promise svg { width: 1.7rem; }
  .beneficiaries-instagram { width: 100%; justify-content: center; font-size: .8rem; }
  .beneficiary-card { min-height: 0; padding: 1.15rem; grid-template-columns: 3.6rem 1fr; gap: .9rem; align-items: start; border-radius: 1.1rem; }
  .beneficiary-card:hover { transform: translateY(-2px); }
  .beneficiary-card-icon { width: 3.6rem; height: 3.6rem; border-radius: .9rem; }
  .beneficiary-card-icon svg { width: 2.25rem; height: 2.25rem; }
  .beneficiary-card h3 { font-size: 1.25rem; }
  .beneficiary-card-copy > p:not(:first-child) { font-size: .84rem; }
}

@media (max-width: 980px) {
  .how-section { padding-top: 4.5rem; padding-bottom: 8.5rem; border-radius: 0; }
  .journey-heading h2 { max-width: 13ch; }
  .journey-stage { margin-top: 2.5rem; padding-top: 0; }
  .journey-route { display: none; }
  .journey-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
  .journey-step { min-height: 31rem; margin-top: 5rem; }
  .journey-icon { top: -4.25rem; width: 6.6rem; height: 6.6rem; }
  .journey-node { display: none; }
  .journey-closing { width: 100%; }
}

@media (max-width: 680px) {
  .how-section { padding-top: 4rem; padding-bottom: 4.2rem; }
  .how-section::before { right: -7rem; opacity: .65; }
  .how-section::after { height: 6.5rem; clip-path: ellipse(92% 70% at 50% 100%); }
  .journey-heading h2 { max-width: none; font-size: clamp(2.5rem, 11vw, 3.2rem); }
  .journey-heading h2 .journey-title-line { width: auto; white-space: normal; }
  .journey-kicker { margin-bottom: .85rem !important; font-size: .7rem !important; }
  .journey-heading > p { max-width: 31rem; margin-top: 1rem; font-size: .98rem; }
  .journey-cards { grid-template-columns: 1fr; gap: 1rem; }
  .journey-step { min-height: 31rem; margin-top: 4.75rem; padding: 2rem 1rem .8rem; }
  .journey-step:not(:last-child)::after { content: ""; position: absolute; left: 50%; bottom: -5.9rem; width: 2px; height: 5rem; background: linear-gradient(var(--brand-green), #caead3); }
  .journey-icon { top: -4rem; width: 6.25rem; height: 6.25rem; }
  .journey-icon svg { width: 3.25rem; height: 3.25rem; }
  .journey-number { font-size: 3.45rem; }
  .journey-step h3 { font-size: 1.4rem; }
  .journey-step > p { min-height: 3.2rem; font-size: .96rem; }
  .journey-photo { min-height: 12rem; }
  .journey-action { min-height: 3.2rem; font-size: .9rem; }
  .journey-closing { width: 100%; margin-top: 2rem; padding: 1rem; grid-template-columns: 3.25rem 1fr; gap: .8rem; }
  .journey-closing-icon { width: 3.2rem; height: 3.2rem; }
  .journey-closing strong { font-size: 1rem; }
  .journey-closing p span { font-size: .88rem; }
  .journey-heart { display: none; }
}

/* Próximas ações: card conectado ao cadastro de campanhas do painel. */
.campaign-section {
  position: relative;
  isolation: isolate;
  min-height: 54rem;
  padding: 4.6rem max(var(--page-gutter), 5rem) 4.2rem;
  display: grid;
  grid-template-columns: minmax(25rem, .78fr) minmax(34rem, 1.22fr);
  gap: clamp(2.5rem, 4vw, 4rem);
  align-items: center;
  color: var(--green-950);
  background: white;
  overflow: hidden;
}
.campaign-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -10% -12% -10% auto;
  width: 63%;
  height: 120%;
  border-radius: 49% 0 0 46% / 22% 0 0 31%;
  background: radial-gradient(circle at 28% 35%, #075a2a 0, #00451f 46%, #003417 75%, #002b13 100%);
  background-image: radial-gradient(circle at 28% 35%, #075a2a 0, #00451f 46%, #003417 75%, #002b13 100%);
  clip-path: none;
  opacity: 1;
  pointer-events: none;
}
.campaign-section::after { content: ""; position: absolute; z-index: 0; left: -3rem; top: 3rem; width: 9rem; height: 9rem; border: 2px solid rgba(0,181,58,.1); border-radius: 50%; pointer-events: none; }
.campaign-content, .campaign-visual { position: relative; z-index: 1; }
.campaign-content { min-width: 0; margin: 0; }
.campaign-kicker { display: flex; align-items: center; gap: 1rem; color: #087c31; }
.campaign-kicker > span { width: 4.2rem; height: 4.2rem; display: grid; place-items: center; border-radius: 50%; background: #edf8ef; }
.campaign-kicker svg { width: 2rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.campaign-kicker p { position: relative; margin: 0; padding-bottom: 1rem; font-size: 1.06rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.campaign-kicker p::after { content: ""; position: absolute; left: 0; bottom: .5rem; width: 4.5rem; height: .2rem; border-radius: 1rem; background: var(--brand-yellow); }
.campaign-content h2 { max-width: 8.5ch; margin: 1.35rem 0 0; color: var(--green-950); font-size: clamp(3.6rem, 5.25vw, 4.85rem); line-height: .98; letter-spacing: -.06em; }
.campaign-content h2 span { color: var(--brand-yellow); }
.campaign-content h2::after { display: none; }
.campaign-content > .campaign-lead { width: auto; max-width: 29rem; margin: 1.45rem 0 0; color: #35473e; font-size: 1.03rem; line-height: 1.55; transform: none; }
.campaign-actions { width: min(27.5rem, 100%); margin-top: 1.7rem; display: grid; gap: .7rem; }
.campaign-actions .button { width: 100%; min-height: 3.65rem; padding: .75rem 1.1rem; justify-content: flex-start; gap: .9rem; border-radius: .7rem; font-size: 1rem; font-weight: 820; }
.campaign-actions .button > svg:first-child { width: 1.75rem; }
.campaign-actions .button > span { flex: 1; text-align: left; }
.campaign-actions .campaign-button-arrow { width: 1.55rem; margin-left: auto; }
.campaign-primary { color: var(--green-950); border-color: var(--brand-yellow); background: var(--brand-yellow); }
.campaign-primary:hover, .campaign-primary:focus-visible { background: #ffe047; }
.campaign-secondary { color: #07812f; border-color: #07812f; background: white; }
.campaign-secondary:hover, .campaign-secondary:focus-visible { color: white; background: #07812f; }
.campaign-status { margin-top: 1.45rem; display: flex; align-items: center; gap: .8rem; color: #205d37; }
.campaign-status > span { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border: 0; border-radius: 50%; color: #1f9d4b; background: #eef8f0; }
.campaign-status > span svg { width: 1.8rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.campaign-status p { margin: 0; display: grid; gap: .15rem; }
.campaign-status strong { color: #27372f; font-size: .95rem; }
.campaign-status small { color: #58685f; font-size: .82rem; }
.campaign-invite { width: min(35.5rem, 100%); min-height: 7.15rem; margin-top: 2.1rem; padding: 1rem 1.35rem; display: grid; grid-template-columns: 4.3rem 1fr; align-items: center; gap: 1rem; border: 0; border-radius: 1.25rem; color: var(--green-950); background: linear-gradient(135deg, #edf8ef, #f5faf5); font: inherit; text-align: left; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.campaign-invite:hover, .campaign-invite:focus-visible { transform: translateY(-3px); box-shadow: 0 .8rem 1.8rem rgba(0,75,32,.1); }
.campaign-invite-icon { color: #078b35; }
.campaign-invite-icon svg { width: 4rem; height: 4rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.campaign-invite > span:last-child { min-width: 0; display: grid; gap: .55rem; }
.campaign-invite strong { max-width: 25rem; font-size: 1rem; line-height: 1.35; }
.campaign-invite small { display: inline-flex; align-items: center; gap: .6rem; color: #078b35; font-size: .93rem; font-weight: 820; }
.campaign-invite small svg { width: 1.35rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.campaign-visual { min-height: 45rem; }
.campaign-media { position: absolute; inset: 0 0 auto; width: 100%; height: 42rem; margin: 0; overflow: hidden; border: .28rem solid rgba(255,216,0,.72); border-radius: 24% 10% 27% 15% / 11% 14% 22% 17%; background: #0b6b32; box-shadow: 0 1.5rem 3.5rem rgba(0,45,20,.18); }
.campaign-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 54% center; }
.campaign-event-card { position: absolute; z-index: 2; left: -1.25rem; top: 18rem; width: min(21rem, 58%); min-height: 0; padding: 1.3rem 1.35rem .8rem; border: 1px solid #e0e9e2; border-radius: 1.45rem; color: var(--green-950); background: rgba(255,255,255,.96); box-shadow: 0 1.2rem 3rem rgba(0,45,20,.18); backdrop-filter: blur(8px); }
.campaign-event-badge { width: max-content; margin: 0; padding: .42rem .7rem; display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; color: #173d25; background: var(--brand-yellow); font-size: .68rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.campaign-event-badge svg { width: 1rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.campaign-event-card h3 { max-width: 9ch; margin: 1rem 0 0; color: var(--green-950); font-size: 1.9rem; line-height: .98; letter-spacing: -.05em; }
.campaign-event-rule { width: 3.2rem; height: .18rem; margin-top: .9rem; border-radius: 1rem; background: var(--brand-yellow); }
.campaign-event-details { margin: .7rem 0 0; }
.campaign-event-details > div { position: relative; min-height: 3.35rem; padding: .45rem 0 .45rem 3.2rem; display: grid; align-content: center; border-bottom: 1px dashed #ccd9cf; }
.campaign-event-details > div:last-child { border-bottom: 0; }
.campaign-event-details dt { margin: 0; }
.campaign-event-details dt > span { position: absolute; left: 0; top: 50%; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%; color: #098a36; background: #eaf7ed; }
.campaign-event-details dt svg { width: 1.3rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.campaign-event-details dt b { color: #26362e; font-size: .78rem; }
.campaign-event-details dd { margin: .08rem 0 0; color: #536159; font-size: .72rem; line-height: 1.3; }
.campaign-follow-card { min-height: 4.9rem; margin: .7rem -.65rem -.15rem; padding: .65rem .7rem; display: grid; grid-template-columns: 2.7rem 1fr 2.45rem; align-items: center; gap: .6rem; border: .4rem solid white; border-radius: 1rem; color: var(--green-950); background: linear-gradient(135deg, #edf8ef, #e6f3e8); box-shadow: 0 .7rem 1.6rem rgba(0,55,25,.1); text-decoration: none; }
.campaign-follow-card > span:first-child { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; color: #0a8d38; background: #d9efdd; }
.campaign-follow-card > span:first-child svg { width: 1.4rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.campaign-follow-card > span:nth-child(2) { display: grid; gap: .18rem; }
.campaign-follow-card strong { color: #07822f; font-size: .72rem; }
.campaign-follow-card small { color: #34483d; font-size: .64rem; line-height: 1.35; }
.campaign-follow-arrow { width: 2.35rem; height: 2.35rem; padding: .55rem; border-radius: 50%; color: white; background: var(--green-950); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.campaign-follow-card:hover .campaign-follow-arrow, .campaign-follow-card:focus-visible .campaign-follow-arrow { transform: translateX(3px); }

@media (max-width: 1180px) and (min-width: 981px) {
  .campaign-section { padding-inline: var(--page-gutter); grid-template-columns: minmax(23rem, .9fr) minmax(28rem, 1.1fr); gap: 2.2rem; }
  .campaign-content h2 { font-size: clamp(3.45rem, 5.3vw, 4.25rem); }
  .campaign-visual { min-height: 43rem; }
  .campaign-event-card { width: min(20rem, 64%); left: 0; }
  .campaign-follow-card { margin-right: -.65rem; }
}

@media (max-width: 980px) {
  .campaign-section { min-height: 0; padding: 5rem var(--page-gutter) 6rem; grid-template-columns: 1fr; gap: 3.5rem; color: var(--green-950); background: white; }
  .campaign-section::before { inset: auto -35% -10% auto; width: 135%; height: 56%; border-radius: 48% 0 0 0 / 18% 0 0 0; }
  .campaign-content h2 { max-width: 8ch; font-size: clamp(3.5rem, 9.5vw, 4.8rem); }
  .campaign-content > .campaign-lead { max-width: 34rem; }
  .campaign-actions { width: min(30rem, 100%); }
  .campaign-invite { width: min(38rem, 100%); }
  .campaign-visual { min-height: 47rem; }
  .campaign-media { position: relative; height: 33rem; border-radius: 3rem 1.8rem 4rem 2rem; }
  .campaign-event-card { top: 17rem; left: 1rem; width: min(22rem, calc(100% - 2rem)); transform: none; }
  .campaign-follow-card { margin-right: -.65rem; }
}

@media (max-width: 680px) {
  .campaign-section { padding-top: 4.5rem; padding-bottom: 5rem; gap: 2.75rem; }
  .campaign-section::before { right: -58%; width: 165%; height: 49%; }
  .campaign-kicker > span { width: 3.7rem; height: 3.7rem; }
  .campaign-kicker p { font-size: .9rem; }
  .campaign-content h2 { max-width: 8ch; margin-top: 1.1rem; font-size: clamp(3rem, 13vw, 3.85rem); }
  .campaign-content > .campaign-lead { font-size: .96rem; }
  .campaign-actions { width: 100%; }
  .campaign-actions .button { min-height: 3.75rem; font-size: .92rem; }
  .campaign-status { align-items: flex-start; }
  .campaign-invite { min-height: 0; padding: 1rem; grid-template-columns: 3.25rem 1fr; }
  .campaign-invite-icon svg { width: 3rem; height: 3rem; }
  .campaign-invite strong { font-size: .9rem; }
  .campaign-invite small { font-size: .84rem; }
  .campaign-visual { min-height: 0; }
  .campaign-media { height: 25rem; border-radius: 2.4rem 1.4rem 3rem 1.6rem; }
  .campaign-event-card { position: relative; top: auto; left: auto; width: calc(100% - .5rem); min-height: 0; margin: -2.25rem auto 0; padding: 1.25rem 1.1rem .75rem; border-radius: 1.4rem; transform: none; }
  .campaign-event-card h3 { margin-top: 1rem; font-size: 1.9rem; }
  .campaign-event-details { margin-top: .9rem; }
  .campaign-event-details > div { padding-left: 3.2rem; }
  .campaign-follow-card { margin: .7rem -.35rem 0; padding: .65rem; grid-template-columns: 2.7rem 1fr 2.45rem; border-width: .35rem; }
  .campaign-follow-card > span:first-child { width: 2.8rem; height: 2.8rem; }
  .campaign-follow-card small { font-size: .68rem; }
  .campaign-follow-arrow { width: 2.55rem; height: 2.55rem; padding: .62rem; }
}

/*
 * Refinamento final da Home: a paleta vem diretamente da logo
 * (#00b53a, #ffd800 e branco) e as curvas ligam uma seção à outra.
 */
.materials-illustration .illustration-yellow,
.participate-art .art-yellow {
  stroke: var(--brand-yellow);
}

.materials-notice {
  border-color: var(--brand-yellow);
}

.materials-reject {
  border-left-color: var(--brand-yellow);
}

.points-section::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -5%;
  right: -5%;
  bottom: -1px;
  height: clamp(2.8rem, 5vw, 4.2rem);
  background: white;
  clip-path: ellipse(78% 92% at 50% 100%);
  pointer-events: none;
}

.campaign-section {
  border-bottom-left-radius: 26% 2rem;
  border-bottom-right-radius: 58% 4rem;
}

@media (max-width: 980px) {
  .points-section::after {
    height: 3.5rem;
    clip-path: ellipse(88% 90% at 50% 100%);
  }

  .campaign-section {
    border-bottom-left-radius: 20% 2rem;
    border-bottom-right-radius: 62% 3.5rem;
  }
}

@media (max-width: 680px) {
  .impact-card {
    min-height: 28.5rem;
    grid-template-rows: auto auto auto minmax(3.8rem, 1fr) 10rem;
  }

  .impact-card figure {
    height: 10rem;
  }

  .journey-step {
    min-height: 28.5rem;
    grid-template-rows: auto auto minmax(3.7rem, auto) minmax(11rem, 1fr) 3.25rem;
  }

  .journey-photo {
    min-height: 11rem;
  }

  .points-section::after {
    height: 2.8rem;
    clip-path: ellipse(105% 88% at 50% 100%);
  }

  .campaign-section {
    border-bottom-left-radius: 14% 1.4rem;
    border-bottom-right-radius: 70% 2.8rem;
  }
}

/* Hero: fotografia com mais presença, sem ultrapassar o canvas de 1280 px. */
@media (min-width: 981px) {
  .hero-main {
    grid-template-columns: minmax(0, .98fr) minmax(31rem, 1.02fr);
    gap: clamp(.75rem, 1.25vw, 1.25rem);
  }

  .hero-media {
    min-height: 35rem;
    margin-left: 0;
    margin-right: calc(-1 * clamp(1.25rem, 4.4vw, 5.25rem) - 1rem);
  }
}

@media (min-width: 1181px) {
  .hero-media::before {
    inset: -1.5rem -1.5rem -.9rem -.55rem;
  }

  .hero-photo {
    inset: -1.1rem -1.5rem -.7rem 0;
  }
}

@media (min-width: 1380px) {
  .hero-main {
    grid-template-columns: minmax(0, .95fr) minmax(31rem, 1.05fr);
  }

  .hero-media {
    min-height: 39rem;
    margin-left: 0;
    margin-right: calc(-1 * clamp(1.25rem, 4.4vw, 5.25rem) - 3.25rem);
  }

  .hero-media::before {
    inset: -2.6rem -4rem -1.6rem -.55rem;
  }

  .hero-photo {
    inset: -2.15rem -4rem -1.35rem 0;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .5rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 4.7vw, 3.1rem);
  }

  .hero-actions .button {
    padding-inline: 1rem;
    font-size: .74rem;
  }

  .hero-actions .button-primary {
    min-width: 15.5rem;
  }

  .hero-actions .button-secondary {
    min-width: 11.5rem;
  }

  .hero-media {
    margin-right: calc(-1 * clamp(1.25rem, 4.4vw, 5.25rem));
  }
}

/* Hero 2026: composição fiel à referência aprovada. */
.site-header {
  top: 1.25rem;
  left: 50%;
  right: auto;
  width: min(calc(100% - 2rem), 88.75rem);
  height: 6rem;
  padding: 0 2.2rem;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 92, 41, .05);
  border-radius: 2rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1.25rem 3rem rgba(0, 56, 24, .1);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  top: .65rem;
  width: min(calc(100% - 1.5rem), 88.75rem);
  height: 5.25rem;
  border-bottom-color: rgba(0, 181, 58, .15);
  border-radius: 1.65rem;
}

.site-header .brand img {
  width: clamp(11.5rem, 14vw, 14rem);
  height: auto;
  object-fit: contain;
}

.main-nav {
  margin-left: auto;
}

.header-cta {
  min-height: 3.2rem;
  margin-left: clamp(1rem, 2vw, 2rem);
  padding: .75rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: 1rem;
  color: white;
  background: linear-gradient(135deg, var(--green-700), var(--brand-green));
  box-shadow: 0 .7rem 1.4rem rgba(0, 181, 58, .2);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 .9rem 1.7rem rgba(0, 181, 58, .28);
}

.header-cta svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  min-height: min(960px, 100svh);
  grid-template-rows: minmax(0, 1fr) auto;
  background: linear-gradient(135deg, #fff 0%, #fbfaf7 55%, #f7faf4 100%);
}

.hero-main {
  position: relative;
  top: 1.2rem;
  max-width: 88.75rem;
  min-height: 0;
  padding: 7.4rem 2rem 0;
  grid-template-columns: minmax(32rem, .78fr) minmax(0, 1.22fr);
  gap: 1.5rem;
  align-items: center;
}

.hero-content {
  align-self: center;
  padding: 2.4rem 0 3.4rem;
  transform: translateY(-1.3rem);
}

.hero-kicker {
  width: max-content;
  margin: 0 0 1.15rem;
  padding: .7rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  border-radius: 999px;
  color: var(--green-900);
  background: #edf7eb;
  font-size: .78rem;
  letter-spacing: .045em;
}

.hero-kicker svg {
  width: 1.2rem;
  fill: none;
  stroke: var(--green-700);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero h1 {
  max-width: 9.5ch;
  font-size: clamp(3.7rem, 4.25vw, 4.45rem);
  line-height: .98;
}

.hero h1 span,
.hero h1 span:last-child {
  width: max-content;
  margin: 0;
  white-space: nowrap;
  transform: none;
}

.hero h1 span:nth-child(n+3) {
  color: var(--brand-green);
}

.hero h1 span:last-child::after {
  width: 64%;
  height: .3rem;
  margin: .55rem 0 0 auto;
}

.hero-lead {
  max-width: 31rem;
  margin: 1.4rem 0 2rem;
  font-size: 1.08rem;
  line-height: 1.55;
  transform: translateY(.3rem);
}

.hero-actions {
  width: min(34rem, 100%);
  gap: 1rem;
  transform: translateY(1rem);
}

.hero-actions .button {
  min-height: 4rem;
  font-size: .78rem;
}

.hero-actions .button-primary {
  min-width: 16.5rem;
}

.hero-actions .button-secondary {
  min-width: 13.5rem;
}

.hero-media {
  height: 40rem;
  min-height: 40rem;
  margin: 0 calc((100vw - min(88.75rem, 100vw)) / -2 - 2rem) 0 0;
  align-self: center;
  isolation: isolate;
  transform: translateY(-3rem);
}

.hero-media::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -.65rem -.2rem -.65rem -1rem;
  border-radius: 43% 9% 19% 44% / 25% 12% 21% 37%;
  background: #e4f2d6;
}

.hero-media::before {
  z-index: -1;
  inset: -.28rem -.1rem -.25rem -.45rem;
  border-radius: 43% 9% 19% 44% / 25% 12% 21% 37%;
  background: linear-gradient(145deg, var(--brand-yellow), #ffec92);
}

.hero-photo {
  inset: 0;
  border-radius: 43% 9% 19% 44% / 25% 12% 21% 37%;
}

.hero-photo img {
  object-position: 54% center;
}

.hero-impact-card {
  left: 6rem;
  right: auto;
  bottom: -5.9rem;
  width: min(28.5rem, 74%);
  min-height: 18.45rem;
  padding: 1.35rem 1.45rem;
  border-radius: 1.45rem;
  box-shadow: 0 1.4rem 3rem rgba(0, 56, 24, .18);
}

.hero-impact-status {
  grid-template-columns: auto 1fr auto;
  gap: .5rem;
  font-size: .68rem;
}

.hero-impact-status > small {
  padding: .45rem .7rem;
  border-radius: 999px;
  color: #2f5a3e;
  background: #edf7eb;
  font-size: .65rem;
  text-transform: none;
}

.hero-impact-metrics {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-impact-metrics > div {
  min-width: 0;
  padding: 0 .7rem;
  display: grid;
  justify-items: center;
  text-align: center;
}

.hero-impact-metrics > div + div {
  border-left: 1px solid rgba(0, 92, 41, .1);
}

.hero-metric-icon {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-green);
  background: #e9f6e9;
}

.hero-metric-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-metric-heart {
  color: #d9b800;
  background: #fff9d8;
}

.hero-impact-metrics strong {
  max-width: 100%;
  margin-top: .7rem;
  overflow: hidden;
  color: var(--green-950);
  font-size: clamp(1.05rem, 1.5vw, 1.6rem);
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-impact-metrics small {
  margin-top: .25rem;
  color: #365b43;
  font-size: .68rem;
  line-height: 1.3;
}

.hero-impact-footer {
  min-height: 2.8rem;
  margin-top: 1.25rem;
  padding: .65rem .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: .85rem;
  color: var(--green-700);
  background: linear-gradient(90deg, #edf7eb, #f3f8ed);
  font-size: .72rem;
  text-decoration: none;
}

.hero-impact-footer svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-indicator-band {
  min-height: 7.8rem;
  padding: 2.4rem max(2rem, calc((100vw - 88.75rem) / 2 + 2rem)) 1.4rem;
  color: var(--green-950);
  background: transparent;
  margin-bottom: 0;
  transform: translateY(-2.5rem);
}

.hero-indicator-band::before {
  display: none;
}

.hero-indicator-grid {
  max-width: 35rem;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-indicator {
  grid-template-columns: 2.7rem 1fr;
  gap: .7rem;
  padding: 0 1rem;
}

.hero-indicator:first-child {
  padding-left: 0;
}

.hero-indicator + .hero-indicator {
  border-left-color: rgba(0, 92, 41, .16);
}

.hero-indicator-icon {
  width: 2.7rem;
  height: 2.7rem;
  border: 0;
  color: white;
  background: linear-gradient(135deg, var(--green-700), var(--brand-green));
  box-shadow: 0 .4rem .9rem rgba(0, 181, 58, .18);
}

.hero-indicator strong {
  color: #31483a;
  font-size: .73rem;
  line-height: 1.2;
}

.hero-indicator span:last-child {
  color: #51695a;
  font-size: .7rem;
}

.hero-corner-cap {
  position: absolute;
  z-index: 0;
  bottom: 1.25rem;
  height: auto;
  display: block;
  pointer-events: none;
  transform: translate3d(var(--cap-x, 0), var(--cap-y, 0), 0) rotate(var(--cap-rotate, 0deg));
  transform-origin: center;
  user-select: none;
  will-change: transform;
}

.hero-corner-cap-left {
  left: 1rem;
  width: 9.5rem;
}

.hero-corner-cap-right {
  right: 1rem;
  width: 12rem;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .site-header {
    padding-inline: 1.25rem;
  }

  .main-nav {
    gap: .9rem;
  }

  .header-cta {
    margin-left: .9rem;
    padding-inline: .9rem;
    font-size: .78rem;
  }

  .hero-main {
    padding-inline: var(--page-gutter);
    grid-template-columns: minmax(25rem, .92fr) minmax(0, 1.08fr);
  }

  .hero h1 {
    font-size: clamp(3rem, 5vw, 3.45rem);
  }

  .hero-media {
    min-height: 36rem;
    margin-right: calc(-1 * var(--page-gutter));
  }

  .hero-impact-card {
    left: -1rem;
    width: min(26rem, 82%);
  }
}

@media (max-width: 980px) {
  .site-header,
  .site-header.is-scrolled,
  .site-header.is-menu-open {
    top: .65rem;
    left: 50%;
    right: auto;
    width: calc(100% - 1.25rem);
    height: var(--header-height);
    padding-inline: 1rem;
    transform: translateX(-50%);
    border-radius: 1.4rem;
  }

  .site-header .brand img {
    width: 8.75rem;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-main {
    top: 0;
    padding: calc(var(--header-height) + 2.5rem) var(--page-gutter) 2.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-content {
    width: min(39rem, 100%);
    padding: 0;
    transform: none;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(3.15rem, 9vw, 4.8rem);
  }

  .hero h1 span,
  .hero h1 span:last-child {
    width: max-content;
    white-space: nowrap;
  }

  .hero-media {
    height: auto;
    width: calc(100% + var(--page-gutter));
    min-height: 34rem;
    margin: 0 calc(-1 * var(--page-gutter)) 4rem 0;
    transform: none;
  }

  .hero-media::after {
    inset: -.55rem .6rem -.55rem -.6rem;
  }

  .hero-media::before {
    inset: -.25rem .9rem -.25rem -.25rem;
  }

  .hero-photo {
    inset: 0 var(--page-gutter) 0 0;
  }

  .hero-impact-card {
    left: 1rem;
    right: calc(var(--page-gutter) + 1rem);
    bottom: -3.25rem;
    width: auto;
  }

  .hero-indicator-band {
    min-height: 0;
    margin-bottom: 0;
    padding: 1.4rem var(--page-gutter) 1.8rem;
    transform: none;
  }

  .hero-indicator-grid {
    max-width: 39rem;
    margin: 0;
  }

  .hero-corner-cap {
    display: none;
  }
}

@media (max-width: 680px) {
  .hero-main {
    padding-top: calc(var(--header-height) + 2.2rem);
  }

  .hero-kicker {
    padding: .6rem .8rem;
    font-size: .7rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 3.4rem);
  }

  .hero-lead {
    font-size: .96rem;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .hero-actions .button-primary,
  .hero-actions .button-secondary {
    width: 100%;
    min-width: 0;
  }

  .hero-media {
    min-height: 28rem;
    margin-bottom: 7.5rem;
  }

  .hero-impact-card {
    left: .75rem;
    right: calc(var(--page-gutter) + .75rem);
    bottom: -7rem;
    padding: 1rem;
  }

  .hero-impact-status > small {
    padding: .35rem .5rem;
    font-size: .58rem;
  }

  .hero-impact-metrics > div {
    padding-inline: .3rem;
  }

  .hero-impact-metrics strong {
    font-size: .92rem;
  }

  .hero-impact-metrics small {
    font-size: .58rem;
  }

  .hero-indicator-grid {
    gap: 0;
  }

  .hero-indicator {
    grid-template-columns: 2.35rem 1fr;
    gap: .45rem;
    padding: 0 .45rem;
  }

  .hero-indicator:nth-child(3) {
    padding-left: .45rem;
    border-left: 1px solid rgba(0, 92, 41, .16);
  }

  .hero-indicator-icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero-indicator strong,
  .hero-indicator span:last-child {
    font-size: .6rem;
  }
}

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

@media (min-width: 981px) and (max-width: 1180px) {
  .site-header .main-nav { gap: .58rem; }
  .site-header .main-nav a { font-size: .7rem; }
}
