:root {
  --green: #00722e;
  --green-dark: #05451f;
  --green-deep: #092215;
  --green-bright: #73c930;
  --red: #ed3237;
  --red-dark: #bb2028;
  --ink: #122018;
  --muted: #5f6b63;
  --paper: #ffffff;
  --soft: #f4f8ef;
  --line: #dce8d6;
  --shadow: 0 18px 44px rgba(14, 42, 22, 0.13);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon-sprite symbol,
.btn svg,
.carousel-button svg,
.work-grid svg,
.proposal-grid svg,
.video-preview svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 114, 46, 0.14);
  box-shadow: 0 6px 22px rgba(0, 61, 27, 0.06);
  backdrop-filter: blur(14px);
}

.header-shell {
  display: grid;
  width: min(1240px, calc(100% - 40px));
  min-height: 72px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 142px;
  height: auto;
}

.site-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 19px;
}

.site-nav a,
.nav-action {
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a {
  color: var(--green-dark);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--green-bright);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.nav-action {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
}

.nav-action-outline {
  background: var(--paper);
  color: var(--green);
  border: 1px solid rgba(0, 114, 46, 0.28);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 8px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: var(--green);
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.hero picture,
.hero img {
  width: 100%;
}

.hero img {
  height: auto;
  min-height: 390px;
  object-fit: cover;
  object-position: center top;
}

.quick-cta {
  background: var(--green);
  color: var(--paper);
}

.quick-cta-grid {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 0;
}

.quick-cta p {
  margin: 0;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.quick-cta-grid div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.btn {
  display: inline-flex;
  max-width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.btn:hover,
.btn:focus-visible,
.nav-action:hover,
.nav-action:focus-visible,
.asset-link:hover,
.asset-link:focus-visible,
.graphic-button:hover,
.graphic-button:focus-visible {
  transform: translateY(-2px);
}

.btn-red {
  background: var(--red);
  color: var(--paper);
  box-shadow: 0 10px 24px rgba(237, 50, 55, 0.24);
}

.btn-bright-green {
  background: var(--green-bright);
  color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(115, 201, 48, 0.28);
}

.btn-white {
  background: var(--paper);
  color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(0, 61, 27, 0.14);
}

.btn-green {
  background: var(--green);
  color: var(--paper);
  box-shadow: 0 10px 24px rgba(0, 114, 46, 0.2);
}

.btn-whatsapp {
  background: var(--green-bright);
  color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(115, 201, 48, 0.28);
}

.section {
  padding: 76px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 32px;
  height: 4px;
  margin-right: 10px;
  background: var(--red);
  border-radius: 999px;
  content: "";
}

.eyebrow-light {
  color: var(--green-bright);
}

h2,
h3,
p {
  margin-top: 0;
}

h2,
h3 {
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  line-height: 1.08;
}

h2 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: 2.38rem;
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 900;
}

.section-copy p,
.story-copy p,
.cta-copy p,
.contact-layout p,
.watch-layout p {
  color: var(--muted);
  font-size: 1rem;
}

.story-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 239, 0.94)),
    url("assets/site-oficial/fundo1.png") center top / 1800px auto no-repeat;
}

.story-layout,
.split-layout,
.watch-layout,
.cta-layout,
.materials-layout,
.donate-card,
.contact-layout,
.footer-layout {
  display: grid;
  align-items: center;
  gap: 46px;
}

.story-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.story-copy {
  position: relative;
}

.section-title-art {
  position: absolute;
  top: -76px;
  left: -62px;
  z-index: -1;
  width: 210px;
  opacity: 0.22;
}

.story-photo {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  padding: 18px 18px 0;
  background: var(--paper);
  border-radius: 8px 8px 0 0;
  box-shadow: var(--shadow);
}

.story-photo::before {
  position: absolute;
  top: 36px;
  right: -22px;
  width: 48px;
  height: 72%;
  background: var(--red);
  border-radius: 8px;
  content: "";
}

.story-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 7px 7px 0 0;
}

.done-section {
  background: var(--paper);
}

.split-layout {
  grid-template-columns: 0.88fr 1.12fr;
}

.split-layout.reverse {
  grid-template-columns: 1.16fr 0.84fr;
}

.campaign-card-image {
  margin: 0;
}

.campaign-card-image img {
  width: min(420px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 18px 32px rgba(0, 61, 27, 0.14));
}

.work-grid,
.proposal-grid {
  display: grid;
  gap: 14px;
}

.work-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 20px;
}

.work-grid article,
.proposal-grid article {
  min-width: 0;
  border-radius: 8px;
}

.work-grid article {
  min-height: 236px;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.work-grid svg,
.proposal-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
}

.work-grid svg {
  color: var(--green);
}

.work-grid article:nth-child(2) svg {
  color: var(--red);
}

.proposal-grid svg {
  color: var(--green-bright);
}

.proposal-grid article:nth-child(3n + 2) svg,
.proposal-grid article:nth-child(3n) svg {
  color: var(--red);
}

.work-grid p,
.proposal-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-closer {
  margin-bottom: 0;
  color: var(--green);
  font-weight: 900;
}

.proposals-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 61, 27, 0.98), rgba(0, 114, 46, 0.92)),
    url("assets/site-oficial/fundo2.png") center / 1900px auto no-repeat;
  color: var(--paper);
}

.proposals-section .section-copy p {
  color: rgba(255, 255, 255, 0.86);
}

.proposal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.proposal-grid article {
  padding: 17px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.proposal-grid p {
  color: rgba(255, 255, 255, 0.8);
}

.image-on-dark img {
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.22));
}

.watch-section {
  background: var(--soft);
}

.watch-layout {
  grid-template-columns: 0.72fr 1.28fr;
}

.watch-title-art {
  width: 220px;
  margin-bottom: -44px;
  opacity: 0.18;
}

.video-preview {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  color: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 61, 27, 0.72), rgba(237, 50, 55, 0.18));
  content: "";
}

.video-preview img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.video-preview span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.video-preview svg {
  width: 25px;
  height: 25px;
  margin-left: 3px;
}

.volunteer-section {
  background: var(--green);
  color: var(--paper);
}

.cta-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.cta-copy p {
  color: rgba(255, 255, 255, 0.86);
}

.graphic-button,
.asset-link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 160ms ease;
}

.graphic-button img {
  width: min(240px, 100%);
  height: auto;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.18));
}

.materials-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 239, 0.92)),
    url("assets/site-oficial/fundo1.png") center / 1900px auto no-repeat;
}

.materials-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.material-actions {
  display: grid;
  gap: 16px;
}

.asset-link {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.asset-link img {
  width: min(245px, 100%);
}

.contact-section {
  background: var(--paper);
}

.contact-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.contact-closer {
  color: var(--green);
  font-weight: 900;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-card strong {
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.1;
}

.contact-card span {
  color: var(--muted);
  font-weight: 700;
}

.contact-card .btn {
  justify-self: start;
  margin-top: 6px;
}

.social-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.social-panel a {
  display: grid;
  min-height: 116px;
  place-items: center;
  gap: 8px;
  padding: 14px 10px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.social-panel img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.social-feed-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 248, 239, 0.96), rgba(255, 255, 255, 0.98)),
    url("assets/site-oficial/fundo1.png") center / 1900px auto no-repeat;
}

.social-feed-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.social-feed-heading h2 {
  margin-bottom: 12px;
}

.social-feed-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.social-feed-heading .btn {
  flex: 0 0 auto;
}

.instagram-carousel {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.instagram-card {
  position: relative;
  display: grid;
  min-height: 300px;
  align-content: end;
  overflow: hidden;
  padding: 14px;
  background: var(--green-deep);
  border-radius: 8px;
  color: var(--paper);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.instagram-card:hover,
.instagram-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(0, 61, 27, 0.18);
}

.instagram-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 61, 27, 0.08), rgba(0, 31, 14, 0.88)),
    linear-gradient(90deg, rgba(0, 61, 27, 0.2), rgba(237, 50, 55, 0.06));
  content: "";
}

.instagram-card[data-source^="instagram"]::after {
  background:
    linear-gradient(180deg, rgba(0, 61, 27, 0.02) 18%, rgba(0, 31, 14, 0.18) 48%, rgba(0, 31, 14, 0.9)),
    linear-gradient(90deg, rgba(0, 61, 27, 0.16), rgba(237, 50, 55, 0.04));
}

.instagram-card-content {
  position: relative;
  z-index: 1;
}

.instagram-card-type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 8px;
  background: var(--paper);
  color: var(--green-dark);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
}

.instagram-card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.05;
}

.instagram-card p {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.instagram-card time {
  color: var(--green-bright);
  font-size: 0.76rem;
  font-weight: 900;
}

.instagram-carousel-controls {
  display: none;
}

.carousel-button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--green-dark);
  border: 1px solid rgba(115, 201, 48, 0.36);
  border-radius: 999px;
  color: var(--paper);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
}

.carousel-button svg {
  width: 18px;
  height: 18px;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: var(--green-bright);
  color: var(--green-dark);
  transform: translateY(-2px);
}

.carousel-button:disabled {
  cursor: default;
  opacity: 0.38;
  transform: none;
}

.carousel-button-prev svg {
  transform: rotate(180deg);
}

.social-links-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.social-links-row a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 8px 14px 8px 9px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 61, 27, 0.08);
  transition: transform 160ms ease, border-color 160ms ease;
}

.social-links-row a:hover,
.social-links-row a:focus-visible {
  border-color: var(--green-bright);
  transform: translateY(-2px);
}

.social-links-row img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.volunteer-form-section {
  background:
    linear-gradient(115deg, rgba(0, 61, 27, 0.98), rgba(0, 114, 46, 0.94) 54%, rgba(16, 154, 76, 0.96)),
    var(--green);
  color: var(--paper);
}

.volunteer-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 6vw, 74px);
}

.volunteer-form-copy h2 {
  color: var(--paper);
}

.volunteer-form-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 700;
}

.form-benefits {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.form-benefits li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 900;
}

.form-benefits li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  color: var(--green-bright);
  font-size: 0.72rem;
  line-height: 1;
  content: "✓";
}

.volunteer-form-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: 0 24px 54px rgba(0, 31, 14, 0.22);
}

.volunteer-form-card h3 {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 1.38rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.volunteer-form-card label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.volunteer-form-card input,
.volunteer-form-card select,
.volunteer-form-card textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  background: #fafdf8;
  border: 1px solid #cfdcd2;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.volunteer-form-card textarea {
  min-height: 116px;
  padding: 13px 14px;
  resize: vertical;
}

.volunteer-form-card input:focus,
.volunteer-form-card select:focus,
.volunteer-form-card textarea:focus {
  border-color: var(--green-bright);
  box-shadow: 0 0 0 4px rgba(115, 201, 48, 0.2);
}

.consent-field {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: 0.82rem !important;
  line-height: 1.35;
}

.consent-field input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 1px;
  accent-color: var(--green-bright);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.btn-form-submit {
  width: 100%;
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  color: var(--paper);
  box-shadow: 0 12px 24px rgba(0, 61, 27, 0.18);
}

.btn-form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.form-status.is-error {
  color: var(--red-dark);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 61, 27, 0.96), rgba(0, 114, 46, 0.82)),
    url("assets/site-oficial/footer-bg.png") center / cover no-repeat;
  color: var(--paper);
}

.footer-bar {
  height: 13px;
  background: url("assets/site-oficial/footer-bar.png") center / cover no-repeat;
}

.footer-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 240px;
  padding: 34px 0;
}

.footer-logo {
  width: min(260px, 100%);
  height: auto;
}

.footer-layout strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 1.68rem;
  font-weight: 900;
  line-height: 1.08;
}

.footer-layout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.footer-layout .footer-legal {
  max-width: 860px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green-bright);
  color: var(--green-dark);
  box-shadow: 0 16px 34px rgba(0, 61, 27, 0.26);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: var(--green-dark);
  color: var(--paper);
  box-shadow: 0 18px 38px rgba(0, 61, 27, 0.34);
  transform: translateY(-2px);
}

.floating-whatsapp svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

@media (max-width: 1160px) {
  .header-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav,
  .header-actions {
    position: absolute;
    left: 20px;
    right: 20px;
    display: none;
    background: var(--paper);
  }

  .site-nav {
    top: 72px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px 8px 0 0;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 11px 12px;
  }

  .header-actions.open {
    top: 212px;
    display: flex;
    justify-content: flex-start;
    padding: 0 10px 14px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    border-radius: 0 0 8px 8px;
    box-shadow: var(--shadow);
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-grid article {
    min-height: auto;
  }

  .social-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .instagram-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .hero img {
    min-height: 320px;
  }

  .section {
    padding: 60px 0;
  }

  h2 {
    font-size: 2rem;
  }

  .quick-cta-grid,
  .story-layout,
  .split-layout,
  .split-layout.reverse,
  .watch-layout,
  .cta-layout,
  .materials-layout,
  .contact-layout,
  .volunteer-form-layout,
  .footer-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quick-cta-grid {
    align-items: flex-start;
  }

  .campaign-card-image {
    order: -1;
  }

  .campaign-card-image img {
    width: min(360px, 100%);
  }

  .image-on-dark {
    order: 0;
  }

  .story-photo,
  .materials-layout,
  .donate-card,
  .cta-layout {
    max-width: 620px;
  }

  .proposal-grid {
    grid-template-columns: 1fr;
  }

  .material-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-feed-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .volunteer-form-layout {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .container,
  .header-shell {
    width: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 68px;
  }

  .header-shell {
    min-height: 66px;
  }

  .brand img {
    width: 118px;
  }

  .site-nav {
    top: 66px;
    left: 14px;
    right: 14px;
  }

  .header-actions.open {
    top: 250px;
    left: 14px;
    right: 14px;
  }

  .hero img {
    min-height: 420px;
    object-position: center top;
  }

  .quick-cta-grid {
    display: grid;
    gap: 12px;
  }

  .quick-cta-grid div {
    justify-content: flex-start;
  }

  .section {
    padding: 50px 0;
  }

  h2 {
    font-size: 1.72rem;
  }

  .story-photo {
    width: min(300px, 100%);
  }

  .section-title-art,
  .watch-title-art {
    display: none;
  }

  .video-preview,
  .video-preview img {
    min-height: 210px;
  }

  .material-actions,
  .social-panel,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .social-panel a {
    min-height: 72px;
    grid-template-columns: 38px 1fr;
    justify-items: start;
    padding: 12px 14px;
  }

  .instagram-carousel {
    width: 100%;
    margin-top: 2px;
  }

  .instagram-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 14px 22px;
    scroll-padding-inline: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .instagram-grid::-webkit-scrollbar {
    display: none;
  }

  .instagram-card {
    flex: 0 0 min(82vw, 330px);
    min-height: 382px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .instagram-carousel-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2px;
  }

  .social-links-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-links-row a {
    justify-content: flex-start;
  }

  .volunteer-form-card {
    gap: 15px;
  }

  .footer-logo {
    width: min(230px, 100%);
  }

  .footer-layout {
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 52px;
    min-height: 52px;
    padding: 0;
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (max-width: 440px) {
  .brand img {
    width: 106px;
  }

  .hero img {
    min-height: 390px;
  }

  .btn,
  .nav-action {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.8rem;
  }

  .quick-cta-grid div {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .quick-cta-grid .btn {
    width: 100%;
  }

  .instagram-card {
    flex-basis: 86vw;
    min-height: 360px;
  }

  .social-links-row {
    gap: 9px;
  }

  .social-links-row a {
    min-height: 46px;
    padding: 8px 10px 8px 8px;
    font-size: 0.78rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .work-grid article,
  .proposal-grid article,
  .asset-link {
    padding: 15px;
  }
}
