/* =====================================================
   Conexões do Cerrado: Landing Page
   Palette (CORES_IDV):
     Green  PANTONE 390 C   #B5BD00
     Orange PANTONE 1375 C  #FFA52F
     Red    PANTONE 1935 C  #CE0E2D
     Tan    PANTONE 4655 C  #B79268
     Cream  background       #E8EAD2
   ===================================================== */

:root {
  --green:  #B5BD00;
  --green-deep: #8FA534;
  --orange: #FFA52F;
  --red:    #CE0E2D;
  --tan:    #B79268;
  --cream:  #E8EAD2;
  --ink:    #1A1A14;
  --ink-2:  #2A2A20;
  --ink-soft: rgba(26,26,20,.78);

  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1240px;

  --font-display: "Bebas Neue", "Inter", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* =================== TYPE =================== */

h1, h2, h3 { margin: 0; font-family: var(--font-display); letter-spacing: .01em; line-height: 1.02; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); font-family: var(--font-body); font-weight: 700; letter-spacing: -.01em; }
p  { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 60ch; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: .35rem .8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.eyebrow--green  { background: var(--green); color: var(--ink); }
.eyebrow--orange { background: var(--orange); color: var(--ink); }
.eyebrow--red    { background: var(--red); color: #fff; }
.eyebrow--cream  { background: var(--cream); color: var(--ink); border: 1px solid rgba(26,26,20,.12); }

.kicker {
  display: inline-block;
  font-size: .85rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

/* =================== BUTTON =================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .95rem;
  padding: .85rem 1.4rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap;
}
.btn--lg { font-size: 1rem; padding: 1rem 1.8rem; }
.btn:hover { transform: translateY(-2px); }

.btn--red    { background: var(--red);    color: #fff; box-shadow: 0 8px 24px rgba(206,14,45,.35); }
.btn--red:hover { background: #b00b25; box-shadow: 0 12px 30px rgba(206,14,45,.45); }

.btn--orange { background: var(--orange); color: var(--ink); box-shadow: 0 8px 24px rgba(255,165,47,.35); }
.btn--orange:hover { background: #ff962e; }

.btn--green  { background: var(--green); color: var(--ink); }
.btn--ghost  { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* =================== NAV =================== */

.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(232, 234, 210, .85);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid rgba(26,26,20,.08);
}
.nav__brand img { height: 36px; width: auto; }
.nav__links {
  display: flex; gap: 1.6rem;
  font-weight: 500; font-size: .95rem;
}
.nav__links a { position: relative; }
.nav__links a:hover { color: var(--green-deep); }
.nav__cta { padding: .65rem 1.2rem; }

@media (max-width: 820px) {
  .nav__links { display: none; }
}

/* =================== HERO =================== */

.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 5rem clamp(1rem, 5vw, 3rem);
  background: radial-gradient(ellipse at 50% 30%, #2a2a1e 0%, #14140e 70%, #0a0a06 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute; inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 80%, rgba(181,189,0,.18) 0, transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(255,165,47,.14) 0, transparent 45%),
    radial-gradient(circle at 60% 90%, rgba(206,14,45,.18) 0, transparent 50%);
}
.hero__grain {
  position: absolute; inset: 0;
  opacity: .35; mix-blend-mode: overlay;
  background-image:
    radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 3px 3px;
}

/* Animal silhouettes: pure CSS using clip-path / radial gradients on shaped divs */
.silhouette {
  position: absolute;
  opacity: .12;
  filter: blur(.4px);
  pointer-events: none;
}
.silhouette--wolf {
  width: 280px; height: 180px;
  bottom: 8%; left: 6%;
  background: var(--green);
  clip-path: polygon(0 78%, 6% 70%, 9% 72%, 12% 64%, 18% 60%, 22% 64%, 28% 60%, 30% 55%, 33% 58%, 38% 50%, 44% 42%, 50% 38%, 58% 35%, 66% 36%, 72% 40%, 78% 42%, 84% 45%, 90% 50%, 94% 55%, 96% 60%, 100% 64%, 100% 72%, 96% 78%, 94% 84%, 90% 86%, 86% 88%, 80% 90%, 70% 92%, 56% 94%, 44% 95%, 30% 94%, 18% 92%, 10% 88%, 4% 84%);
}
.silhouette--macaw {
  width: 200px; height: 240px;
  top: 12%; right: 8%;
  background: var(--orange);
  clip-path: polygon(40% 0, 55% 4%, 65% 12%, 70% 22%, 68% 30%, 78% 38%, 82% 50%, 78% 62%, 70% 72%, 60% 80%, 55% 88%, 50% 95%, 45% 100%, 40% 92%, 35% 80%, 30% 70%, 25% 60%, 22% 50%, 25% 38%, 30% 28%, 32% 18%, 36% 8%);
}
.silhouette--capybara {
  width: 220px; height: 110px;
  bottom: 14%; right: 12%;
  background: var(--tan);
  border-radius: 50% 55% 50% 50% / 70% 80% 70% 70%;
}
.silhouette--anteater {
  width: 240px; height: 120px;
  top: 18%; left: 10%;
  background: var(--red);
  clip-path: polygon(0 60%, 8% 55%, 18% 58%, 28% 50%, 38% 45%, 50% 40%, 62% 38%, 74% 42%, 82% 50%, 88% 60%, 94% 70%, 100% 80%, 100% 92%, 90% 95%, 75% 96%, 60% 95%, 45% 96%, 30% 96%, 15% 94%, 5% 88%);
}

.hero__content {
  position: relative;
  max-width: 900px;
  animation: rise .9s var(--ease) both;
}
.hero__logo {
  max-width: min(620px, 80vw);
  margin: 0 auto 1.5rem;
  /* invert green logo to white for dark hero */
  filter: brightness(0) invert(1);
  opacity: .98;
}
.hero__tag {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  color: rgba(255,255,255,.85);
  max-width: 620px;
  margin: 1.25rem auto 2rem;
}
.hero__ctas {
  display: flex; gap: .8rem; flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
.hero__meta {
  display: flex; gap: 2.5rem; justify-content: center; flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.15);
  max-width: 600px; margin: 0 auto;
}
.hero__meta > div {
  display: flex; flex-direction: column; gap: .25rem;
  text-align: center;
}
.hero__meta span {
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.hero__meta strong { font-size: 1rem; color: #fff; font-weight: 600; }

.hero__scroll {
  position: absolute; bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  width: 24px; height: 40px;
  border: 2px solid rgba(255,255,255,.4);
  border-radius: 12px;
  display: flex; justify-content: center;
}
.hero__scroll span {
  width: 3px; height: 8px;
  background: #fff; border-radius: 2px;
  margin-top: 6px;
  animation: scroll 1.8s var(--ease) infinite;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scroll {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(12px); opacity: 0; }
}

/* =================== SOBRE =================== */

.sobre {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 3rem);
  background: var(--cream);
}
.sobre__inner { max-width: var(--maxw); margin: 0 auto; }
.sobre h2 { margin: .5rem 0 1.5rem; max-width: 18ch; }

.sobre__pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.pillar {
  background: #fff;
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(26,26,20,.06);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(26,26,20,.08);
}
.pillar h3 { margin-bottom: .5rem; }
.pillar p { color: var(--ink-soft); margin: 0; font-size: .95rem; }

.pillar__icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  margin-bottom: 1.25rem;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.pillar:nth-child(1) .pillar__icon { background: var(--green); }
.pillar:nth-child(2) .pillar__icon { background: var(--orange); }
.pillar:nth-child(3) .pillar__icon { background: var(--red); }

.pillar__icon::after {
  content: ""; width: 24px; height: 24px;
  background: var(--ink);
}
.pillar__icon[data-icon="leaf"]::after {
  clip-path: polygon(50% 0, 90% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 10% 30%);
  background: #fff;
}
.pillar__icon[data-icon="sound"]::after {
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 22px; height: 22px;
  box-shadow:
    -8px 0 0 -1px transparent,
    8px 0 0 -1px transparent;
}
.pillar__icon[data-icon="sound"] {
  background: var(--orange);
}
.pillar__icon[data-icon="sound"]::before {
  content: "";
  position: absolute;
  width: 6px; height: 6px;
  background: #fff;
  border-radius: 50%;
}
.pillar__icon[data-icon="paw"]::after {
  background: #fff;
  clip-path: polygon(
    30% 60%, 20% 50%, 25% 40%, 35% 45%,
    45% 35%, 50% 25%, 55% 35%, 65% 45%,
    75% 40%, 80% 50%, 70% 60%, 65% 75%,
    50% 85%, 35% 75%
  );
}

/* =================== O CERRADO (BIOMA) =================== */

.bioma {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 3rem);
  background: linear-gradient(180deg, var(--cream) 0%, #d8dbb8 100%);
  color: var(--ink);
}
.bioma__inner { max-width: var(--maxw); margin: 0 auto; }
.bioma h2 { margin: .5rem 0 1.5rem; max-width: 14ch; }
.bioma .lead { max-width: 65ch; }

.bioma__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.stat {
  background: #fff;
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(26,26,20,.06);
  border-top: 4px solid var(--green);
}
.stat:nth-child(2) { border-top-color: var(--orange); }
.stat:nth-child(3) { border-top-color: var(--red); }
.stat:nth-child(4) { border-top-color: var(--tan); }
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  line-height: 1;
  color: var(--ink);
  margin-bottom: .5rem;
}
.stat:nth-child(1) strong { color: var(--green-deep); }
.stat:nth-child(2) strong { color: #c97a16; }
.stat:nth-child(3) strong { color: var(--red); }
.stat:nth-child(4) strong { color: var(--tan); }
.stat span {
  display: block;
  font-size: .92rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* =================== ZONAS =================== */

.zonas {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 3rem);
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.zonas::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(181,189,0,.12) 0, transparent 35%),
    radial-gradient(circle at 90% 100%, rgba(206,14,45,.12) 0, transparent 35%);
  pointer-events: none;
}
.zonas__head {
  max-width: var(--maxw);
  margin: 0 auto 3rem;
  position: relative;
}
.zonas__head h2 { margin: .5rem 0 1rem; max-width: 16ch; }
.zonas__head p {
  max-width: 50ch;
  color: rgba(255,255,255,.7);
}

.zonas__grid {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.zona {
  padding: 2.5rem 2rem;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.zona:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(0,0,0,.3); }

.zona--green  { background: var(--green); color: var(--ink); }
.zona--orange { background: var(--orange); color: var(--ink); }
.zona--red    { background: var(--red); color: #fff; }
.zona--tan    { background: var(--tan); color: #fff; }
.zona--cream  { background: var(--cream); color: var(--ink); }

/* 5-card layout: 3 on top, 2 centered on bottom (desktop); flow naturally on smaller screens */
.zonas__grid--five {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
@media (min-width: 1080px) {
  .zonas__grid--five {
    grid-template-columns: repeat(6, 1fr);
  }
  .zonas__grid--five .zona { grid-column: span 2; }
  .zonas__grid--five .zona:nth-child(4) { grid-column: 2 / span 2; }
  .zonas__grid--five .zona:nth-child(5) { grid-column: 4 / span 2; }
}

.zona__num {
  position: absolute;
  top: 1.5rem; right: 1.75rem;
  font-family: var(--font-display);
  font-size: 3.5rem;
  line-height: 1;
  opacity: .25;
}
.zona h3 { margin-bottom: .15rem; font-size: 1.6rem; }
.zona__sub {
  font-size: .9rem;
  font-style: italic;
  opacity: .8;
  margin-bottom: 1rem;
}
.zona > p:last-child { margin: 0; font-size: .95rem; }

/* =================== EXPERIÊNCIA =================== */

.exp {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 3rem);
  background: var(--cream);
}
.exp__inner { max-width: var(--maxw); margin: 0 auto; }
.exp h2 { margin: .5rem 0 2.5rem; max-width: 14ch; }
.exp__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.exp__card {
  padding: 1.75rem;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(26,26,20,.08);
  border-left: 4px solid var(--green);
}
.exp__card:nth-child(2) { border-left-color: var(--orange); }
.exp__card:nth-child(3) { border-left-color: var(--red); }
.exp__card:nth-child(4) { border-left-color: var(--tan); }
.exp__card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: .35rem;
}
.exp__card p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

/* =================== ACESSIBILIDADE =================== */

.acess {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 3rem);
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.acess::before {
  content: "";
  position: absolute;
  top: 50%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(181,189,0,.15) 0, transparent 70%);
  transform: translateY(-50%);
  pointer-events: none;
}
.acess__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
}
.acess__copy h2 { margin: .5rem 0 1.25rem; max-width: 14ch; }
.acess__copy p { color: rgba(255,255,255,.75); max-width: 50ch; }

.acess__list {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  gap: .9rem;
}
.acess__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  font-size: 1rem;
  transition: background .25s var(--ease), border-color .25s var(--ease);
}
.acess__list li:hover {
  background: rgba(181,189,0,.08);
  border-color: rgba(181,189,0,.25);
}
.acess__dot {
  flex-shrink: 0;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(181,189,0,.18);
}

@media (max-width: 820px) {
  .acess__inner { grid-template-columns: 1fr; }
}

/* =================== INFO =================== */

.info {
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);
  background: var(--cream);
}
.info__card {
  max-width: 920px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%);
  color: var(--ink);
  padding: clamp(2.5rem, 5vw, 4rem);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px rgba(143,165,52,.25);
  position: relative;
  overflow: hidden;
}
.info__card::before {
  content: "";
  position: absolute;
  top: -50%; right: -20%;
  width: 400px; height: 400px;
  background: var(--orange);
  border-radius: 50%;
  opacity: .25;
}
.info__card h2 { margin: .5rem 0 2rem; position: relative; }
.info__list {
  list-style: none;
  padding: 0; margin: 0 0 2.5rem;
  position: relative;
}
.info__list li {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(26,26,20,.18);
  flex-wrap: wrap;
}
.info__list span {
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .7;
}
.info__list strong { font-size: 1.05rem; }
.info__cta {
  position: relative;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: .75rem;
}
.info__hint { font-size: .85rem; opacity: .75; margin: 0; }

/* =================== REALIZAÇÃO =================== */

.realizacao {
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);
  background: #fff;
  border-top: 1px solid rgba(26,26,20,.06);
  border-bottom: 1px solid rgba(26,26,20,.06);
}
.realizacao__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  text-align: center;
}
.realizacao .eyebrow {
  margin-bottom: 2rem;
  background: transparent;
  border: 1px solid rgba(26,26,20,.15);
}
.realizacao__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}
.realizacao__logos img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  opacity: .85;
  transition: opacity .25s var(--ease);
}
.realizacao__logos img:hover { opacity: 1; }
.realizacao__barra {
  max-height: none !important;
  width: 100%;
  max-width: 760px;
  height: auto;
}

/* Placeholders enquanto os logos oficiais não chegam */
.logo-slot {
  width: 140px;
  height: 70px;
  border-radius: 8px;
  background: repeating-linear-gradient(
    45deg,
    rgba(26,26,20,.04),
    rgba(26,26,20,.04) 8px,
    rgba(26,26,20,.07) 8px,
    rgba(26,26,20,.07) 16px
  );
  border: 1px dashed rgba(26,26,20,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(26,26,20,.4);
}
.logo-slot::before {
  content: "Logo";
}

/* =================== FOOTER =================== */

.footer {
  background: var(--ink);
  color: rgba(255,255,255,.75);
  padding: 4rem clamp(1rem, 5vw, 3rem) 2rem;
}
.footer__inner { max-width: var(--maxw); margin: 0 auto; }
.footer__logo {
  height: 50px; width: auto;
  filter: brightness(0) invert(1);
  opacity: .9;
  margin-bottom: 3rem;
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer__cols h4 {
  font-size: .8rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 .8rem;
  font-weight: 600;
}
.footer__cols a {
  display: block;
  font-size: .95rem;
  margin-bottom: .35rem;
  transition: color .2s var(--ease);
}
.footer__cols a:hover { color: var(--orange); }
.footer__cols p { margin: 0; font-size: .95rem; }
.footer__copy {
  margin: 2rem 0 0;
  font-size: .8rem;
  opacity: .5;
}

/* =================== REVEAL ON SCROLL =================== */

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}

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

/* =================== RESPONSIVE TWEAKS =================== */

@media (max-width: 640px) {
  .hero__meta { gap: 1.5rem; }
  .hero__meta strong { font-size: .9rem; }
  .silhouette { transform: scale(.7); opacity: .08; }
  .info__list li { padding: .8rem 0; }
  .info__list span { flex-basis: 100%; }
}
