:root {
  --orange:#ff5800;
  --orange-deep:#ed4b00;
  --yellow:#ffcc28;
  --ink:#242624;
  --paper:#f9f9f8;
  --soft:#eceeef;
  --line:#d8dadd;
  --font:'Barlow',Arial,sans-serif;
  --display:'Barlow Condensed','Arial Narrow',Impact,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:#e8e9e9;
  color:var(--ink);
  font:18px/1.5 var(--font);
  -webkit-font-smoothing:antialiased
}
button,input {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
button:disabled {
  cursor:default
}
a {
  color:inherit;
  text-decoration:none
}
button {
  color:inherit
}
img {
  max-width:100%;
  height:auto;
  display:block
}
h1,h2,h3,p {
  margin-top:0
}
button:focus-visible,a:focus-visible {
  outline:3px solid #1b638a;
  outline-offset:5px
}
button {
  border:0
}
svg.icon {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.icon-defs {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.site-shell {
  max-width:1600px;
  margin:auto;
  background:var(--paper);
  overflow:clip
}
.container {
  width:calc(100% - 112px);
  max-width:1328px;
  margin-inline:auto
}
.skip-link {
  position:fixed;
  z-index:100;
  top:8px;
  left:8px;
  transform:translateY(-150%);
  padding:12px;
  background:white
}
.skip-link:focus {
  transform:none
}
.header {
  height:104px;
  position:relative;
  background:linear-gradient(120deg,#fff,#f8f8f7);
  border:1px solid #eee;
  border-radius:6px 6px 0 0
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:100%;
  gap:24px
}
.brand {
  width:184px;
  flex-shrink:0
}
.brand img {
  mix-blend-mode:multiply
}
.main-nav {
  display:flex;
  gap:28px;
  margin-left:auto
}
.main-nav a {
  font-weight:600;
  font-size:15px;
  white-space:nowrap;
  transition:color .2s
}
.main-nav a:hover,.footer a:hover {
  color:var(--orange)
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  background:var(--orange);
  color:white;
  border:1px solid var(--orange);
  border-radius:8px;
  padding:14px 18px;
  font-size:15px;
  font-weight:600;
  line-height:1.2;
  transition:background .2s,transform .2s;
  text-align:center
}
.button:hover {
  background:var(--orange-deep);
  transform:translateY(-2px)
}
.button .icon {
  width:20px;
  height:20px
}
.button-outline {
  background:transparent;
  color:var(--orange)
}
.button-outline:hover {
  background:#fff1e7
}
.header-cta {
  margin-left:35px;
  min-width:170px
}
.menu-toggle {
  display:none
}
.hero {
  position:relative;
  min-height:430px;
  background:radial-gradient(ellipse at 92% 32%,#fff 10%,#fffaf3 45%,#f8e5c9 100%);
  isolation:isolate
}
.hero:after {
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:35%;
  height:100%;
  background:linear-gradient(155deg,transparent 60%,#edcb9660 61%,transparent 85%);
  z-index:-1
}
.hero-picture {
  position:absolute;
  left:0;
  top:-104px;
  width:46%;
  height:calc(100% + 104px);
  z-index:1;
  pointer-events:none;
  clip-path:polygon(0 19.5%,49% 19.5%,49% 0,83% 0,87% 19.5%,100% 19.5%,100% 100%,0 100%)
}
.hero-picture img {
  width:100%;
  height:100%;
  object-fit:fill
}
.hero-copy {
  position:relative;
  margin-left:49%;
  padding:20px 28px 46px 0;
  z-index:2
}
.hero h1 {
  font-family:var(--display);
  font-style:italic;
  font-weight:800;
  font-size:clamp(56px,6.4vw,104px);
  line-height:.9;
  letter-spacing:-2px;
  margin:0 0 12px;
  position:relative;
  z-index:1
}
.hero h1 span,.about h2 span,.proposal-column h2 span {
  color:var(--orange)
}
.hero-copy>p {
  font-size:28px;
  line-height:1.05;
  font-style:italic;
  margin:14px 0 20px
}
.hero-copy>p strong {
  color:var(--orange);
  font-weight:600
}
.hero-actions {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  z-index:2;
  max-width:510px
}
.hero-actions .button {
  font-size:13px;
  padding:12px 14px;
  gap:8px;
  background-color:#fff
}
.hero-actions .button:first-child {
  background:var(--orange)
}
.hero-actions .whatsapp {
  border-color:#9b9b9b;
  color:#444
}
.whatsapp .icon {
  color:#4b9b45
}
.hero-number {
  position:absolute;
  right:-45px;
  bottom:0;
  color:#edb32b;
  font:italic 800 clamp(100px,12vw,184px)/.9 var(--display);
  z-index:0;
  letter-spacing:-5px;
  opacity:.9;
  pointer-events:none
}
.countdown {
  position:absolute;
  left:56px;
  bottom:-75px;
  z-index:3;
  color:#fff;
  width:430px
}
.countdown>p {
  font-size:16px;
  letter-spacing:1.8px;
  line-height:1.4;
  margin:0 0 8px;
  text-shadow:0 1px 5px #533318
}
.clock {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  text-align:center
}
.clock span {
  display:block;
  border-radius:8px;
  background:linear-gradient(to bottom,#454744eb 50%,#30322eed 50%);
  font:500 68px/1.25 var(--font);
  box-shadow:0 1px 1px #ffffff25 inset;
  text-shadow:0 1px 1px black
}
.clock small {
  display:block;
  font-size:11px;
  letter-spacing:.5px;
  font-weight:700;
  margin-top:8px
}
.priorities {
  min-height:103px;
  background:var(--orange);
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding:15px 40px 15px 505px;
  gap:23px;
  color:#fff;
  font-size:17px;
  font-weight:600;
  white-space:nowrap
}
.priorities span:before {
  content:'+';
  color:var(--yellow);
  font-size:26px;
  font-weight:700;
  vertical-align:-2px;
  margin-right:14px
}
.section {
  padding:62px 0
}
.about {
  background:radial-gradient(ellipse at 75% 20%,#f7f7f6,#e9ebed)
}
.about-grid {
  display:grid;
  grid-template-columns:1.15fr .53fr 1.15fr;
  align-items:center;
  gap:42px
}
.eyebrow {
  font-size:14px;
  letter-spacing:1.5px;
  font-weight:700;
  color:var(--orange);
  margin-bottom:12px;
  line-height:1.4
}
.about h2 {
  font:700 46px/.99 var(--display);
  letter-spacing:-.8px;
  margin-bottom:30px
}
.about-copy>p:last-child {
  max-width:440px;
  font-size:18px;
  line-height:1.55;
  margin-bottom:0
}
.stats {
  display:grid;
  grid-template-columns:1fr 1fr;
  text-align:center;
  align-self:center;
  gap:28px 12px;
  scroll-margin-top:50px
}
.stat-wide {
  grid-column:1/-1
}
.stat {
  display:flex;
  align-items:center;
  flex-direction:column
}
.stat+.stat:not(.stat-wide):last-child {
  border-left:1px solid #d0d0d0
}
.stat .icon {
  color:var(--orange);
  width:29px;
  height:29px;
  margin-bottom:9px
}
.stat strong {
  font:700 45px/1 var(--display);
  color:var(--orange);
  white-space:nowrap
}
.stat span {
  font-size:12px;
  line-height:1.4;
  margin-top:8px
}
.stat b {
  font-weight:600
}
.about-photo {
  width:100%;
  aspect-ratio:1.5;
  object-fit:cover;
  border-radius:12px
}
.alliance img {
  width:100%;
  height:auto
}
.proposals {
  background:linear-gradient(145deg,#fff,#f7f7f7);
  padding:50px 0 60px
}
.proposals-grid {
  display:grid;
  grid-template-columns: .8fr 1.45fr;
  gap:72px
}
.proposal-column h2 {
  font:700 38px/.97 var(--display);
  letter-spacing:-.5px;
  margin-bottom:22px
}
.proposal-column .eyebrow {
  font-size:12px;
  margin-bottom:8px
}
.proposal-carousel {
  position:relative
}
.proposal-card {
  display:grid;
  grid-template-columns:46% 54%;
  border:1px solid #dfe0e2;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 2px 4px #00000007;
  min-height:230px
}
.proposal-image {
  position:relative;
  background:#ff7b06
}
.proposal-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
.proposal-image>span {
  position:absolute;
  left:10px;
  top:6px;
  font:italic 800 52px/1 var(--display);
  color:#fff;
  background:var(--orange);
  padding:3px 6px
}
.proposal-copy {
  padding:20px 18px
}
.proposal-copy h3 {
  font:700 28px/1.03 var(--display);
  color:var(--orange);
  margin-bottom:12px
}
.proposal-copy p {
  font-size:13px;
  line-height:1.4;
  margin-bottom:12px
}
.text-link {
  background:none;
  padding:0;
  color:var(--orange);
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  font-weight:600;
  text-align:left
}
.text-link:hover {
  text-decoration:underline
}
.proposal-copy .text-link {
  font-size:13px
}
.text-link .icon {
  width:20px;
  height:20px
}
.round {
  display:grid;
  place-content:center;
  position:absolute;
  z-index:2;
  top:44%;
  width:38px;
  height:38px;
  border-radius:50%;
  background:white;
  border:1px solid #e4e4e4;
  box-shadow:0 3px 6px #0002;
  color:#555;
  font-size:26px;
  line-height:1
}
.round:hover {
  color:var(--orange)
}
.previous {
  left:-18px
}
.next {
  right:-18px
}
.proposal-pagination {
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  gap:0
}
.proposal-pagination button {
  font-size:12px;
  color:#858585;
  background:none;
  padding:10px 5px;
  border-bottom:2px solid transparent;
  min-width:28px
}
.proposal-pagination button[aria-current=true] {
  color:var(--orange);
  border-bottom-color:var(--orange)
}
.campaign-gallery {
  padding-top:0
}
.campaign-gallery .eyebrow {
  font-size:12px;
  margin-bottom:12px
}
.gallery-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  grid-template-rows:1.08fr .25fr .85fr;
  gap:10px;
  height:375px
}
.gallery-item {
  padding:0;
  overflow:hidden;
  background:#ddd;
  border-radius:10px
}
.gallery-item img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s
}
.gallery-item:hover img {
  transform:scale(1.04)
}
.gallery-a {
  grid-column:1;
  grid-row:1/3
}
.gallery-b {
  grid-column:2;
  grid-row:1
}
.gallery-c {
  grid-column:1;
  grid-row:3
}
.gallery-d {
  grid-column:2;
  grid-row:2/4
}
.participate {
  background:linear-gradient(100deg,#fb5800d9,#f65b00c9),url('assets/gallery-1.webp') center 43%/cover;
  padding:70px 0;
  position:relative
}
.participate-grid {
  display:grid;
  grid-template-columns:1.7fr 1fr 1fr 1fr;
  gap:20px;
  align-items:center
}
.participate h2 {
  font:italic 800 50px/.98 var(--display);
  color:white;
  letter-spacing:-.7px;
  margin-bottom:14px
}
.participate p {
  font-size:23px;
  font-style:italic;
  line-height:1.2;
  color:#fff;
  margin:0
}
.action-card {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  min-height:182px;
  padding:24px;
  background:linear-gradient(120deg,#fff,#f8f8f8);
  border:1px solid white;
  border-radius:13px;
  box-shadow:0 3px 12px #8d2a001c;
  transition:transform .2s
}
.action-card:hover {
  transform:translateY(-5px)
}
.action-card>.icon {
  width:42px;
  height:42px;
  color:var(--orange);
  margin-bottom:24px
}
.action-card strong {
  font-size:17px;
  margin-bottom:5px
}
.action-card>span {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:12px;
  font-size:14px
}
.action-card span .icon {
  color:var(--orange)
}
.updates {
  background:radial-gradient(ellipse at 80% 60%,#f3f3f3,#e9ebed);
  padding:65px 0
}
.section-label {
  font-size:18px;
  margin-bottom:24px
}
.news-grid {
  display:grid;
  grid-template-columns:1.94fr 1fr 1fr;
  gap:16px
}
.news-feature {
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:#222815;
  min-height:505px;
  color:white
}
.news-feature>img {
  position:absolute;
  right:0;
  top:0;
  width:55%;
  height:100%;
  object-fit:cover;
  object-position:right
}
.news-feature:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#151c0b 0%,#1f281ce6 25%,#20271770 51%,transparent 75%)
}
.feature-content {
  position:relative;
  z-index:1;
  padding:28px 25px;
  max-width:77%
}
.news-tags {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:17px;
  margin-bottom:18px
}
.news-tags span {
  background:var(--orange);
  padding:4px 7px;
  border-radius:4px;
  font-size:12px;
  font-weight:600
}
.feature-content h3 {
  font-size:26px;
  font-weight:500;
  line-height:1.22;
  max-width:380px;
  margin-bottom:20px
}
.feature-content p {
  font-size:17px;
  line-height:1.5;
  max-width:270px;
  margin-bottom:26px
}
.news-card {
  border:1px solid #ced1d4;
  border-radius:15px;
  overflow:hidden;
  display:flex;
  flex-direction:column
}
.news-card>img {
  width:100%;
  aspect-ratio:1.38;
  object-fit:cover
}
.news-body {
  padding:20px 20px 26px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:1
}
.news-body time {
  font-size:12px;
  font-weight:700;
  margin-bottom:14px
}
.news-body h3 {
  font-size:20px;
  line-height:1.25;
  margin-bottom:15px;
  font-weight:600;
  letter-spacing:-.4px
}
.news-body p {
  font-size:16px;
  line-height:1.5;
  margin-bottom:28px
}
.news-body .text-link {
  margin-top:auto
}
.agenda {
  margin-top:65px
}
.agenda-grid {
  display:grid;
  grid-template-columns:1.18fr 1.06fr 1.04fr .73fr;
  gap:24px;
  align-items:center
}
.event {
  display:flex;
  gap:17px;
  align-items:center;
  border:1px solid #d2d4d7;
  border-radius:12px;
  padding:15px 14px;
  min-height:132px
}
.event-date {
  display:flex;
  flex-direction:column;
  align-items:center;
  background:var(--orange);
  color:white;
  padding:8px 10px;
  border-radius:7px;
  min-width:62px
}
.event-date strong {
  font:700 49px/.95 var(--display)
}
.event-date span {
  font-size:15px;
  font-weight:700;
  margin-top:7px
}
.event-time {
  font-size:12px;
  margin-bottom:7px
}
.event h3 {
  font-size:15px;
  line-height:1.25;
  margin:0 0 10px
}
.event-location {
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  line-height:1.2;
  margin:0
}
.event-location .icon {
  color:var(--orange);
  width:15px;
  height:15px
}
.agenda-grid>.button {
  padding:15px 12px;
  gap:10px;
  font-size:13px;
  white-space:nowrap
}
.footer {
  background:radial-gradient(ellipse at 85% 10%,#ff5f00,#fc5400 65%,#e74b00);
  padding:72px 0 35px;
  color:#fff
}
.footer-grid {
  display:grid;
  grid-template-columns:1.7fr .65fr .8fr 1.15fr;
  gap:40px
}
.footer-brand-row {
  display:flex;
  gap:24px;
  align-items:center
}
.footer-brand-row>a {
  width:200px;
  flex-shrink:0
}
.footer-brand-row img {
  width:100%;
  mix-blend-mode:screen
}
.footer-brand-row p {
  font-size:16px;
  line-height:1.45;
  border-left:1px solid #ffffff66;
  padding-left:24px;
  margin:0
}
.footer h2 {
  font:600 15px/1.4 var(--font);
  margin:0 0 20px
}
.footer nav a,.footer-grid>div:not(.footer-brand)>button,.footer-grid>div:not(.footer-brand)>a {
  display:block;
  font-size:16px;
  margin-bottom:9px;
  background:none;
  padding:0;
  color:inherit;
  text-align:left
}
.footer a:hover,.footer button:hover {
  text-decoration:underline;
  color:#fff
}
.footer-contact button,.footer-contact p {
  display:flex!important;
  align-items:center;
  gap:14px;
  font-size:15px!important
}
.footer-contact .icon {
  width:23px;
  height:23px
}
.footer-contact p {
  margin-top:20px
}
.socials {
  display:flex;
  gap:17px;
  margin-top:26px
}
.socials button {
  background:#fff;
  color:var(--orange)!important;
  border-radius:50%;
  display:grid;
  place-content:center;
  width:32px;
  height:32px;
  padding:6px
}
.socials .icon {
  width:21px;
  height:21px
}
.socials span {
  font-family:Arial;
  font-weight:800;
  font-size:25px;
  line-height:1
}
.footer-legal {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  border-top:1px solid #ffffff30;
  max-width:1120px;
  margin:65px auto 0;
  padding-top:24px;
  font-size:12px
}
.footer-legal span+span {
  border-left:1px solid #ffffff80;
  padding-left:30px
}
dialog {
  border:0;
  border-radius:20px;
  padding:0;
  color:var(--ink);
  background:white;
  max-width:min(720px,calc(100% - 32px));
  max-height:85vh;
  box-shadow:0 30px 100px #0005
}
dialog::backdrop {
  background:#111b;
  backdrop-filter:blur(5px)
}
.dialog-inner {
  padding:40px
}
.dialog-inner h2 {
  font:700 36px/1.1 var(--display);
  color:var(--orange);
  padding-right:30px
}
.dialog-close {
  position:absolute;
  right:12px;
  top:12px;
  background:#eee;
  border-radius:50%;
  padding:8px;
  display:grid;
  place-content:center
}
.dialog-inner img {
  width:100%;
  border-radius:10px;
  margin-bottom:20px
}
.dialog-inner .event {
  margin-top:14px
}
.dialog-inner p:last-child {
  margin-bottom:0
}
.dialog-inner .gallery-caption {
  font-size:16px
}
.dialog-inner time {
  font-size:14px
}
.empty-proposal .proposal-image img {
  opacity:.22
}
.empty-proposal .proposal-image {
  background:#fda65d
}
.empty-proposal .proposal-copy h3 {
  font-size:25px
}
@media(min-width:1500px) {
  .hero {
    min-height:485px
  }
  .hero-picture {
    width:46%
  }
  .hero-copy {
    padding-top:30px
  }
  .hero h1 {
    font-size:110px
  }
  .hero-number {
    font-size:195px
  }
  .hero-actions {
    max-width:510px
  }
  .priorities {
    padding-left:515px
  }
  .about h2 {
    font-size:50px
  }
}
@media(max-width:1200px) {
  .container {
    width:calc(100% - 64px)
  }
  .header {
    height:88px
  }
  .brand {
    width:155px
  }
  .header-inner {
    gap:16px
  }
  .main-nav {
    gap:18px
  }
  .main-nav a {
    font-size:13px
  }
  .header-cta {
    margin-left:12px;
    min-width:145px;
    font-size:13px
  }
  .hero {
    min-height:370px
  }
  .hero-picture {
    top:-88px;
    height:calc(100% + 88px)
  }
  .hero h1 {
    font-size:78px
  }
  .hero-copy>p {
    font-size:24px
  }
  .hero-number {
    bottom:0;
    font-size:140px;
    opacity:.55
  }
  .countdown {
    left:32px;
    width:340px;
    bottom:-65px
  }
  .countdown>p {
    font-size:12px
  }
  .clock span {
    font-size:56px
  }
  .priorities {
    min-height:94px;
    padding-left:390px;
    padding-right:28px;
    gap:12px;
    font-size:12px
  }
  .priorities span:before {
    font-size:22px;
    margin-right:8px
  }
  .about-grid {
    gap:25px
  }
  .about h2 {
    font-size:38px
  }
  .about-copy>p:last-child {
    font-size:16px
  }
  .section {
    padding:48px 0
  }
  .stat strong {
    font-size:36px
  }
  .proposals-grid {
    gap:50px
  }
  .proposal-card {
    min-height:212px
  }
  .proposal-copy {
    padding:18px 14px
  }
  .gallery-grid {
    height:330px
  }
  .participate-grid {
    gap:16px;
    grid-template-columns:1.5fr 1fr 1fr 1fr
  }
  .participate {
    padding:50px 0
  }
  .participate h2 {
    font-size:39px
  }
  .participate p {
    font-size:19px
  }
  .action-card {
    padding:20px 17px;
    min-height:170px
  }
  .action-card strong {
    font-size:15px
  }
  .action-card>span {
    font-size:12px
  }
  .news-feature {
    min-height:420px
  }
  .feature-content {
    max-width:83%;
    padding:23px 20px
  }
  .feature-content h3 {
    font-size:22px
  }
  .feature-content p {
    font-size:15px;
    max-width:210px
  }
  .news-body {
    padding:16px
  }
  .news-body h3 {
    font-size:18px
  }
  .news-body p {
    font-size:15px
  }
  .agenda-grid {
    gap:15px;
    grid-template-columns:1fr 1fr 1fr
  }
  .agenda-grid>.button {
    grid-column:1/-1;
    justify-self:end
  }
  .event {
    gap:10px;
    padding:12px
  }
  .footer-grid {
    grid-template-columns:1.5fr .65fr .85fr 1.15fr;
    gap:24px
  }
  .footer-brand-row {
    flex-direction:column;
    align-items:flex-start;
    gap:16px
  }
  .footer-brand-row>a {
    width:175px
  }
  .footer-brand-row p {
    border-left:0;
    padding-left:0;
    font-size:14px
  }
  .footer-contact button {
    font-size:13px!important;
    gap:8px
  }
}
@media(max-width:960px) {
  .main-nav {
    gap:13px
  }
  .main-nav a {
    font-size:12px
  }
  .header-cta {
    font-size:12px;
    min-width:130px;
    margin-left:0;
    padding:12px
  }
  .hero h1 {
    font-size:65px
  }
  .hero {
    min-height:335px
  }
  .hero-copy>p {
    font-size:23px
  }
  .hero-actions .button {
    font-size:12px;
    padding:10px
  }
  .hero-actions {
    max-width:280px;
    gap:8px
  }
  .hero-number {
    font-size:120px
  }
  .countdown {
    width:300px;
    bottom:-59px
  }
  .clock span {
    font-size:46px
  }
  .clock small {
    font-size:10px
  }
  .countdown>p {
    font-size:11px;
    letter-spacing:1px
  }
  .priorities {
    min-height:84px;
    padding-left:350px;
    gap:10px;
    font-size:11px
  }
  .priorities span:before {
    margin-right:5px;
    font-size:18px
  }
  .about-grid {
    grid-template-columns:1.2fr .65fr 1fr;
    gap:20px
  }
  .about h2 {
    font-size:32px
  }
  .about-copy>p:last-child {
    font-size:14px
  }
  .stat span {
    font-size:11px
  }
  .stat strong {
    font-size:31px
  }
  .stats {
    gap:16px 6px
  }
  .proposals-grid {
    grid-template-columns:.9fr 1.25fr;
    gap:42px
  }
  .proposal-copy h3 {
    font-size:25px
  }
  .proposal-copy p {
    font-size:12px
  }
  .proposal-copy {
    padding:12px
  }
  .gallery-grid {
    height:302px
  }
  .participate-grid {
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:12px
  }
  .participate h2 {
    font-size:32px
  }
  .participate p {
    font-size:17px
  }
  .action-card {
    padding:16px 12px;
    min-height:155px
  }
  .action-card strong {
    font-size:14px
  }
  .action-card span .icon {
    width:17px
  }
  .action-card>.icon {
    width:34px;
    height:34px;
    margin-bottom:20px
  }
  .news-body {
    padding:14px
  }
  .news-body h3 {
    font-size:17px
  }
  .news-body p {
    font-size:14px
  }
  .feature-content h3 {
    font-size:22px
  }
  .news-feature {
    min-height:400px
  }
  .event h3 {
    font-size:13px
  }
  .event-time,.event-location {
    font-size:11px
  }
  .event-date {
    min-width:49px;
    padding:8px
  }
  .event-date strong {
    font-size:39px
  }
  .footer-grid {
    grid-template-columns:1.2fr .65fr .85fr 1.15fr;
    gap:20px
  }
  .footer-contact button {
    font-size:11px!important
  }
  .footer-grid>div:not(.footer-brand)>button,.footer-grid>div:not(.footer-brand)>a,.footer nav a {
    font-size:14px
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:20px
  }
  .container {
    width:calc(100% - 40px)
  }
  body {
    font-size:16px
  }
  .header {
    height:80px;
    z-index:10
  }
  .header-inner {
    gap:12px
  }
  .brand {
    width:138px
  }
  .header-cta {
    margin-left:auto;
    min-width:auto;
    font-size:12px;
    padding:11px 12px;
    gap:7px
  }
  .header-cta .icon {
    width:15px;
    height:15px
  }
  .menu-toggle {
    display:flex;
    order:3;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    background:none;
    padding:8px
  }
  .main-nav {
    display:none;
    position:absolute;
    top:79px;
    left:0;
    right:0;
    z-index:20;
    background:#fff;
    padding:18px 22px 22px;
    box-shadow:0 10px 20px #0001;
    grid-template-columns:1fr 1fr;
    gap:0
  }
  .main-nav.is-open {
    display:grid
  }
  .main-nav a {
    font-size:16px;
    padding:13px
  }
  .hero {
    display:flex;
    flex-direction:column;
    min-height:0;
    padding-bottom:0;
    background:#faf9f5
  }
  .hero-picture {
    position:relative;
    top:auto;
    width:100%;
    height:auto;
    aspect-ratio:430/285;
    overflow:hidden;
    clip-path:none;
    order:2;
    z-index:1
  }
  .hero-picture img {
    position:absolute;
    height:auto;
    width:100%;
    top:auto;
    bottom:0;
    object-fit:cover
  }
  .hero-copy {
    margin:0;
    padding:30px 22px 24px;
    order:1;
    background:linear-gradient(130deg,#fff,#fff8ec)
  }
  .hero h1 {
    font-size:clamp(57px,12vw,86px);
    line-height:.92;
    letter-spacing:-1px
  }
  .hero-copy>p {
    font-size:24px;
    margin:15px 0 20px
  }
  .hero-actions {
    max-width:none;
    position:relative;
    z-index:2;
    gap:9px
  }
  .hero-actions .button {
    font-size:12px;
    padding:12px 10px
  }
  .hero-number {
    right:8px;
    bottom:75px;
    font-size:105px;
    opacity:.32;
    z-index:0
  }
  .countdown {
    bottom:10px;
    left:20px;
    width:calc(100% - 40px);
    max-width:430px
  }
  .countdown>p {
    font-size:12px;
    letter-spacing:1px
  }
  .clock {
    gap:8px
  }
  .clock span {
    font-size:50px;
    background:linear-gradient(to bottom,#40423aed 50%,#252820ed 50%)
  }
  .clock small {
    font-size:10px;
    margin-top:3px
  }
  .priorities {
    padding:17px 20px;
    min-height:0;
    justify-content:center;
    flex-wrap:wrap;
    gap:9px 16px;
    font-size:12px
  }
  .priorities span:before {
    font-size:20px;
    margin-right:9px
  }
  .section {
    padding:40px 0
  }
  .about-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .about h2 {
    font-size:42px;
    margin-bottom:22px
  }
  .about-copy>p:last-child {
    font-size:16px;
    max-width:none
  }
  .eyebrow {
    font-size:12px
  }
  .stats {
    grid-template-columns:1.5fr 1fr 1fr;
    gap:0;
    align-items:start
  }
  .stat-wide {
    grid-column:auto
  }
  .stat {
    padding:0 10px
  }
  .stat strong {
    font-size:37px
  }
  .stat span {
    font-size:12px
  }
  .stat .icon {
    width:26px;
    height:26px
  }
  .stat+.stat {
    border-left:1px solid #d0d0d0
  }
  .about-photo {
    max-height:340px;
    aspect-ratio:1.5;
    object-fit:cover
  }
  .alliance img {
    min-height:235px;
    object-fit:cover;
    object-position:center
  }
  .proposals-grid {
    grid-template-columns:1fr;
    gap:40px
  }
  .proposal-column h2 {
    font-size:40px
  }
  .proposal-card {
    min-height:245px;
    grid-template-columns:44% 56%;
    max-width:500px;
    margin:auto
  }
  .proposal-image img {
    object-position:top
  }
  .proposal-copy {
    padding:24px 22px
  }
  .proposal-copy h3 {
    font-size:32px
  }
  .proposal-copy p {
    font-size:15px
  }
  .proposal-copy .text-link {
    font-size:14px
  }
  .proposal-pagination {
    max-width:500px;
    margin-inline:auto
  }
  .proposal-pagination button {
    min-width:30px;
    min-height:44px;
    font-size:13px
  }
  .round {
    width:36px;
    height:36px;
    top:42%
  }
  .previous {
    left:-12px
  }
  .next {
    right:-12px
  }
  .gallery-grid {
    height:330px
  }
  .campaign-gallery .eyebrow {
    font-size:12px
  }
  .participate {
    padding:40px 0;
    background-size:auto 100%
  }
  .participate-grid {
    grid-template-columns:1fr;
    gap:12px
  }
  .participate-grid>div {
    margin-bottom:15px
  }
  .participate h2 {
    font-size:48px;
    line-height:.98
  }
  .participate p {
    font-size:21px
  }
  .action-card {
    min-height:100px;
    display:grid;
    grid-template-columns:42px 1fr;
    column-gap:20px;
    padding:22px 20px
  }
  .action-card>.icon {
    grid-column:1;
    grid-row:1/3;
    margin:0;
    width:35px;
    height:35px;
    align-self:center
  }
  .action-card strong {
    font-size:18px;
    grid-column:2
  }
  .action-card>span {
    grid-column:2;
    font-size:15px
  }
  .action-card span .icon {
    width:22px;
    height:22px
  }
  .section-label {
    font-size:15px;
    margin-bottom:20px
  }
  .news-grid {
    grid-template-columns:1fr;
    gap:22px
  }
  .news-feature {
    min-height:425px
  }
  .feature-content {
    max-width:80%;
    padding:25px
  }
  .feature-content h3 {
    font-size:26px;
    line-height:1.18;
    max-width:310px
  }
  .feature-content p {
    font-size:16px;
    max-width:210px
  }
  .news-feature>img {
    width:58%;
    object-position:right
  }
  .news-body {
    padding:23px
  }
  .news-body h3 {
    font-size:23px
  }
  .news-body p {
    font-size:17px
  }
  .news-body time {
    font-size:12px
  }
  .news-card>img {
    aspect-ratio:1.6;
    object-position:50% 35%
  }
  .news-body .text-link {
    font-size:16px
  }
  .agenda {
    margin-top:42px
  }
  .agenda-grid {
    grid-template-columns:1fr;
    gap:12px
  }
  .event {
    padding:16px;
    min-height:112px;
    gap:18px
  }
  .event-date {
    min-width:64px
  }
  .event-date strong {
    font-size:46px
  }
  .event h3 {
    font-size:17px
  }
  .event-time,.event-location {
    font-size:14px
  }
  .agenda-grid>.button {
    justify-self:stretch;
    font-size:15px;
    margin-top:8px
  }
  .footer {
    padding:45px 0 25px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:34px 20px
  }
  .footer-brand {
    grid-column:1/-1
  }
  .footer-brand-row {
    flex-direction:row;
    align-items:center;
    gap:24px
  }
  .footer-brand-row>a {
    width:175px
  }
  .footer-brand-row p {
    border-left:1px solid #ffffff66;
    padding-left:20px;
    font-size:13px
  }
  .footer-grid>div:not(.footer-brand)>button,.footer-grid>div:not(.footer-brand)>a,.footer nav a {
    font-size:16px;
    margin-bottom:12px
  }
  .footer-contact {
    grid-column:1/-1
  }
  .footer-contact button {
    font-size:16px!important;
    gap:12px
  }
  .footer h2 {
    font-size:14px;
    margin-bottom:16px
  }
  .footer-contact p {
    font-size:16px!important
  }
  .socials {
    margin-top:24px;
    gap:20px
  }
  .socials button {
    width:36px;
    height:36px
  }
  .footer-legal {
    display:block;
    margin-top:35px;
    padding-top:22px;
    font-size:11px;
    line-height:1.8
  }
  .footer-legal span {
    display:block
  }
  .footer-legal span+span {
    border:0;
    padding-left:0
  }
  .dialog-inner {
    padding:30px 22px
  }
  .dialog-inner h2 {
    font-size:31px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}
[hidden] {
  display:none!important
}
