:root {
  --navy-950: #032739;
  --navy-900: #073a55;
  --navy-800: #0a4a69;
  --blue-700: #12688d;
  --blue-100: #eaf4f7;
  --accent: #d8e52d;
  --accent-soft: #f0f5a7;
  --ink: #11212a;
  --muted: #5f6f76;
  --sand: #f7f5ee;
  --white: #fff;
  --line: rgba(7, 58, 85, 0.13);
  --shadow-sm: 0 12px 34px rgba(3, 39, 57, 0.08);
  --shadow-lg: 0 34px 80px rgba(3, 39, 57, 0.18);
  --container: 1180px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background: var(--white);
  color: var(--ink);
  font-family: "Tajawal", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

::selection {
  background: var(--accent);
  color: var(--navy-950);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.skip-link {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 2000;
  padding: 10px 18px;
  border-radius: 12px;
  background: var(--accent);
  color: var(--navy-950);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 88px;
  color: var(--white);
  transition: background .35s ease, height .35s ease, box-shadow .35s ease;
}

.site-header.scrolled,
.site-header.menu-active {
  height: 76px;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  box-shadow: 0 8px 40px rgba(3, 39, 57, .09);
  backdrop-filter: blur(16px);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 46px;
}

.brand {
  width: 82px;
  height: 58px;
  display: grid;
  place-items: center;
}

.brand img {
  width: 78px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter .3s ease;
}

.site-header.scrolled .brand img,
.site-header.menu-active .brand img {
  filter: none;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  font-size: .95rem;
  font-weight: 700;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width .3s var(--ease);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 25px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .3s var(--ease), background .3s ease, color .3s ease, box-shadow .3s ease;
}

.header-cta {
  min-height: 46px;
  padding: 10px 20px;
  background: var(--accent);
  color: var(--navy-950);
  font-size: .9rem;
}

.header-cta svg,
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s var(--ease);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-3px);
}

.header-cta:hover svg,
.button:hover svg {
  transform: translateX(-3px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 980px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-media {
  background: url("../imgs/donation-hero-desktop.webp") center 48% / cover no-repeat;
  transform: scale(1.03);
}

.hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 25, 37, .72) 0%, rgba(3, 39, 57, .88) 52%, rgba(3, 39, 57, .96) 100%),
    linear-gradient(0deg, rgba(3, 39, 57, .55), transparent 45%);
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  width: 620px;
  height: 620px;
  right: -220px;
  top: 120px;
}

.hero-orbit-two {
  width: 370px;
  height: 370px;
  right: -90px;
  top: 245px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: 56px;
  align-items: center;
  padding-top: 90px;
}

.hero-copy,
.hero-video {
  min-width: 0;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-700);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.kicker-light {
  color: var(--accent);
}

.kicker-mark {
  width: 32px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.programs-heading h2,
.support-copy h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.045em;
}

.hero h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(3.2rem, 4.65vw, 4.75rem);
}

.hero h1 span {
  display: block;
  color: var(--accent);
}

.hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.button-accent {
  background: var(--accent);
  color: var(--navy-950);
  box-shadow: 0 16px 38px rgba(216, 229, 45, .2);
}

.button-accent:hover {
  background: #e6f13c;
  box-shadow: 0 20px 42px rgba(216, 229, 45, .29);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .04);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  background: var(--white);
  color: var(--navy-950);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hero-proof > div {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  padding-inline: 17px;
  border-inline-start: 1px solid rgba(255, 255, 255, .14);
}

.hero-proof > div:first-child {
  padding-inline-start: 0;
  border-inline-start: 0;
}

.hero-proof strong {
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.hero-proof span {
  color: rgba(255, 255, 255, .61);
  font-size: .78rem;
  white-space: nowrap;
}

.hero-video {
  position: relative;
}

.hero-video::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 34px;
  transform: rotate(-2deg);
}

.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: #061f2d;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .36);
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(3, 39, 57, .06) 20%, rgba(3, 39, 57, .9) 100%),
    url("../imgs/joud-video-cover.webp") center 36% / cover no-repeat;
  color: var(--white);
  text-align: right;
  cursor: pointer;
}

.video-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(216, 229, 45, .06), transparent 45%);
  transition: background .35s ease;
}

.video-poster:hover::before {
  background: linear-gradient(120deg, rgba(216, 229, 45, .15), transparent 55%);
}

.video-play,
.video-poster-copy {
  position: relative;
  z-index: 1;
}

.video-play {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--navy-950);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
  transition: transform .35s var(--ease);
}

.video-poster:hover .video-play {
  transform: scale(1.08);
}

.video-play svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.video-poster-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.video-poster-copy small {
  color: var(--accent);
  font-size: .8rem;
  font-weight: 800;
}

.video-poster-copy strong {
  font-size: 1.35rem;
  font-weight: 900;
}

.video-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-meta,
.video-meta > div {
  display: flex;
  align-items: center;
}

.video-meta {
  justify-content: space-between;
  gap: 18px;
  padding: 15px 8px 0;
  color: rgba(255, 255, 255, .57);
  font-size: .8rem;
}

.video-meta > div {
  gap: 10px;
}

.video-meta a {
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  transition: color .2s ease;
}

.video-meta a:hover {
  color: var(--accent);
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(216, 229, 45, .12);
  animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(216, 229, 45, .12); }
  50% { box-shadow: 0 0 0 12px rgba(216, 229, 45, 0); }
}

.scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, .57);
  font-size: .78rem;
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  animation: bob 1.7s ease-in-out infinite;
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.about {
  background: var(--white);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 650px;
}

.about-image {
  position: absolute;
  inset: 0 44px 44px 0;
  margin: 0;
  overflow: hidden;
  border-radius: 240px 240px 28px 28px;
  background: var(--blue-100);
  box-shadow: var(--shadow-lg);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(3, 39, 57, .2) 100%);
  pointer-events: none;
}

.about-visual::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -26px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(var(--blue-700) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  opacity: .2;
}

.about-stamp {
  position: absolute;
  top: 34px;
  left: 0;
  width: 126px;
  height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 7px solid var(--white);
  border-radius: 50%;
  background: var(--accent);
  color: var(--navy-950);
  box-shadow: var(--shadow-sm);
  transform: rotate(-7deg);
}

.about-stamp span {
  font-size: .78rem;
  font-weight: 700;
}

.about-stamp strong {
  font-size: 1.12rem;
  font-weight: 900;
}

.about-visual blockquote {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 330px;
  margin: 0;
  padding: 24px 26px;
  border-radius: 18px;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow-lg);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.65;
}

.about-copy h2,
.section-heading h2,
.programs-heading h2,
.support-copy h2 {
  font-size: clamp(2.35rem, 3.65vw, 3.55rem);
}

.about-copy h2 {
  margin-top: 20px;
}

.about-copy h2 span,
.section-heading h2 span,
.programs-heading h2 span {
  color: var(--blue-700);
}

.about-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 2;
}

.about-copy .lead {
  margin-top: 28px;
  color: var(--ink);
  font-size: 1.14rem;
  font-weight: 500;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.principles > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy-900);
  font-size: .84rem;
  font-weight: 800;
}

.principles svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue-700);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dignity-band {
  padding: 55px 0;
  background: var(--accent);
  color: var(--navy-950);
}

.dignity-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.dignity-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(3, 39, 57, .1);
}

.dignity-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.dignity-inner p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.75;
}

.goals {
  background: var(--sand);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.kicker-center {
  justify-content: center;
}

.section-heading h2 {
  margin-top: 18px;
}

.section-heading p {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.goals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.goal-card {
  position: relative;
  min-height: 355px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(7, 58, 85, .08);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s ease;
}

.goal-card:hover {
  transform: translateY(-8px);
  border-color: rgba(18, 104, 141, .25);
  box-shadow: var(--shadow-sm);
}

.goal-card::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--blue-100);
  transition: transform .4s var(--ease);
}

.goal-card:hover::after {
  transform: scale(1.35);
}

.card-number {
  position: absolute;
  top: 24px;
  left: 25px;
  color: rgba(7, 58, 85, .15);
  font-size: 1.25rem;
  font-weight: 900;
}

.card-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
  border-radius: 18px;
  background: var(--blue-100);
  color: var(--blue-700);
}

.card-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.goal-card h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 1.22rem;
  font-weight: 900;
}

.goal-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.85;
}

.programs {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.programs-glow {
  position: absolute;
  top: -300px;
  left: -220px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 104, 141, .45), transparent 66%);
  pointer-events: none;
}

.programs-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .68fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 65px;
}

.programs-heading h2 {
  max-width: 690px;
  margin-top: 18px;
}

.programs-heading h2 span {
  color: var(--accent);
}

.programs-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  line-height: 1.95;
}

.programs-editorial {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(380px, auto);
  gap: 18px;
}

.program-photo-card,
.program-info-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 26px;
  transition: transform .45s var(--ease), border-color .35s ease, box-shadow .45s var(--ease);
}

.program-photo-card:hover,
.program-info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 229, 45, .48);
  box-shadow: 0 28px 65px rgba(0, 0, 0, .2);
}

.program-photo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  isolation: isolate;
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.program-photo-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 25, 37, .18) 8%, rgba(3, 39, 57, .92) 88%);
}

.relief-card {
  grid-column: span 12;
  grid-row: auto;
  min-height: 640px;
}

.relief-card .program-photo-background {
  object-position: center 42%;
}

.orphans-card {
  grid-column: span 12;
  min-height: 420px;
}

.orphans-card .program-photo-background {
  object-position: center 45%;
}

.orphans-card::before {
  background: linear-gradient(180deg, rgba(3, 25, 37, .12) 12%, rgba(3, 39, 57, .94) 94%);
}

.orphans-card .program-photo-content {
  max-width: 640px;
}

.program-photo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.program-photo-head > span:first-child {
  color: rgba(255, 255, 255, .54);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.program-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(3, 39, 57, .55);
  backdrop-filter: blur(10px);
  font-size: .76rem;
  font-weight: 800;
}

.program-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(216, 229, 45, .12);
}

.program-photo-content {
  position: relative;
  z-index: 1;
}

.program-overline {
  color: var(--accent);
  font-size: .8rem;
  font-weight: 900;
}

.program-photo-content h3,
.program-info-card h3 {
  margin: 10px 0 0;
  font-weight: 900;
  line-height: 1.45;
}

.program-photo-content h3 {
  max-width: 680px;
  font-size: clamp(2rem, 3.8vw, 3.55rem);
}

.orphans-card .program-photo-content h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
}

.orphans-card .program-photo-content p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .73);
  font-size: .85rem;
  line-height: 1.8;
}

.program-photo-credit {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .5);
  font-size: .75rem;
  line-height: 1.65;
}

.program-photo-credit a {
  color: rgba(255, 255, 255, .68);
  text-decoration: underline;
  text-decoration-color: rgba(216, 229, 45, .45);
  text-underline-offset: 3px;
}

.program-photo-credit a:hover {
  color: var(--accent);
}

.relief-programs {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.relief-programs::before {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -64px;
  left: -46px;
  z-index: -1;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(3, 25, 37, .98) 0%,
    rgba(3, 25, 37, .86) 48%,
    rgba(3, 25, 37, 0) 78%
  );
  filter: blur(10px);
  pointer-events: none;
}

.relief-programs > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background-color: rgba(3, 39, 57, .72);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 36px rgba(3, 25, 37, .48);
  backdrop-filter: blur(12px);
}

.relief-programs > div::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 39, 57, .12), rgba(3, 39, 57, .94));
}

.relief-program-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relief-basket .relief-program-image {
  object-position: center 32%;
}


.relief-programs strong,
.relief-programs span {
  display: block;
}

.relief-programs strong {
  margin-bottom: 7px;
  color: var(--accent);
  font-size: .98rem;
  font-weight: 900;
}

.relief-programs span {
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
  line-height: 1.75;
}

.program-info-card {
  grid-column: span 4;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background:
    radial-gradient(circle at 0 100%, rgba(18, 104, 141, .32), transparent 44%),
    rgba(255, 255, 255, .055);
}

.program-empower {
  grid-column: span 4;
}

.program-info-card .program-overline {
  margin-top: auto;
  padding-top: 35px;
}

.program-info-photo {
  height: 210px;
  margin: -30px -30px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.program-info-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.program-info-card:hover .program-info-photo img {
  transform: scale(1.045);
}

.program-empower .program-info-photo img {
  object-position: center 55%;
}

.program-restore .program-info-photo img {
  object-position: center 60%;
}

.program-shelter .program-info-photo img {
  object-position: center 48%;
}

.program-info-card h3 {
  font-size: 1.8rem;
}

.program-info-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .94rem;
  line-height: 1.85;
}

.support {
  position: relative;
  background: var(--sand);
}

.support-card {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
  align-items: center;
  padding: 70px 78px;
  overflow: hidden;
  border-radius: 36px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.support-card::before {
  content: "";
  position: absolute;
  top: -190px;
  left: -130px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--blue-100);
}

.support-copy {
  position: relative;
  z-index: 1;
}

.support-copy h2 {
  margin-top: 18px;
  color: var(--navy-900);
}

.support-copy > p:not(.support-note) {
  max-width: 670px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.button-dark {
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 15px 35px rgba(7, 58, 85, .18);
}

.button-dark:hover {
  background: var(--navy-950);
}

.text-link {
  border-bottom: 1px solid var(--line);
  color: var(--navy-900);
  font-size: .92rem;
  font-weight: 800;
}

.support-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  color: #7c6b13;
  font-size: .82rem;
  font-weight: 700;
}

.support-note:target {
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff9cf;
}

.support-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.support-mark {
  position: relative;
  z-index: 1;
  text-align: center;
}

.support-mark-ring {
  width: 250px;
  height: 250px;
  display: grid;
  place-items: center;
  margin: auto;
  border: 1px solid rgba(7, 58, 85, .15);
  border-radius: 50%;
  box-shadow: inset 0 0 0 22px rgba(255, 255, 255, .55), 0 25px 60px rgba(7, 58, 85, .11);
  background: var(--blue-100);
}

.support-mark-ring img {
  width: 140px;
}

.support-mark p {
  margin: 18px 0 0;
  color: var(--navy-900);
  font-weight: 900;
}

.social {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.social::before {
  content: "";
  position: absolute;
  top: -260px;
  left: -230px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 104, 141, .1), transparent 68%);
  pointer-events: none;
}

.social-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}

.social-heading h2 {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--navy-950);
  font-size: clamp(2.35rem, 3.65vw, 3.55rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.045em;
}

.social-heading h2 span {
  display: block;
  color: var(--blue-700);
}

.social-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

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

.social-card {
  position: relative;
  min-width: 0;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--sand);
  transition: transform .4s var(--ease), border-color .3s ease, box-shadow .4s var(--ease), color .3s ease;
}

.social-card::before {
  content: "";
  position: absolute;
  left: -55px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: currentColor;
  opacity: .055;
  transition: transform .4s var(--ease), opacity .3s ease;
}

.social-card:hover {
  transform: translateY(-7px);
  border-color: currentColor;
  box-shadow: var(--shadow-sm);
}

.social-card:hover::before {
  opacity: .09;
  transform: scale(1.3);
}

.social-facebook { color: #1877f2; }
.social-instagram { color: #c13584; }
.social-tiktok { color: #101820; }
.social-youtube { color: #ff0033; }

.social-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.social-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(3, 39, 57, .07);
}

.social-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.social-instagram .social-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-instagram .social-icon .fill-dot {
  fill: currentColor;
  stroke: none;
}

.social-youtube .social-icon .play-cut {
  fill: var(--white);
}

.social-arrow {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .45;
  transition: transform .3s var(--ease), opacity .3s ease;
}

.social-card:hover .social-arrow {
  opacity: 1;
  transform: translate(-3px, -3px);
}

.social-card-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.social-card-copy span,
.social-card-copy strong {
  display: block;
}

.social-card-copy span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.social-card-copy strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  direction: ltr;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: right;
  unicode-bidi: isolate;
}

.site-footer {
  padding: 70px 0 24px;
  background: var(--navy-950);
  color: var(--white);
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 50px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-brand img {
  width: 108px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: .9rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-size: .88rem;
  font-weight: 700;
}

.footer-nav a {
  transition: color .2s ease;
}

.footer-nav a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .42);
  font-size: .8rem;
}

.footer-bottom p {
  margin: 0;
}

.floating-support {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--navy-950);
  box-shadow: 0 12px 35px rgba(3, 39, 57, .22);
  font-size: .87rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s var(--ease);
}

.floating-support.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-support svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .header-inner {
    gap: 25px;
  }

  .main-nav {
    gap: 22px;
  }

  .hero-layout {
    gap: 45px;
  }

  .about-layout {
    gap: 60px;
  }

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

  .goal-card {
    min-height: 310px;
  }

  .support-card {
    padding: 60px;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 90px 0;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 30px;
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 22px 40px rgba(3, 39, 57, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
  }

  .header-cta {
    display: none;
  }

  .hero-media {
    background-image: url("../imgs/donation-hero-mobile.webp");
    background-position: center;
  }

  .hero {
    min-height: auto;
    height: auto;
    max-height: none;
    padding: 145px 0 90px;
  }

  .hero-wash {
    background: linear-gradient(180deg, rgba(3, 39, 57, .9), rgba(3, 39, 57, .94));
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 55px;
    padding-top: 0;
  }

  .hero-copy {
    text-align: center;
  }

  .hero .kicker,
  .hero-actions {
    justify-content: center;
  }

  .hero h1,
  .hero-lead {
    margin-inline: auto;
  }

  .hero-video {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .scroll-cue {
    display: none;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-visual {
    width: min(100%, 560px);
    min-height: 600px;
    margin-inline: auto;
  }

  .programs-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .programs-heading > p {
    max-width: 650px;
  }

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

  .relief-card {
    grid-column: span 3;
    grid-row: auto;
    min-height: 620px;
  }

  .orphans-card {
    grid-column: span 3;
  }

  .program-info-card,
  .program-empower {
    grid-column: span 1;
  }

  .support-card {
    grid-template-columns: 1fr;
  }

  .support-mark {
    order: -1;
  }

  .support-mark-ring {
    width: 200px;
    height: 200px;
  }

  .social-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .social-heading > p {
    max-width: 650px;
  }

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

  .footer-main {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .programs-editorial {
    grid-template-columns: 1fr;
  }

  .relief-card,
  .orphans-card,
  .program-info-card,
  .program-empower {
    grid-column: span 1;
  }

  .relief-card {
    min-height: 760px;
  }

  .relief-programs {
    grid-template-columns: 1fr;
  }

  .relief-programs > div {
    min-height: 150px;
  }
}

@media (max-width: 580px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header,
  .site-header.scrolled,
  .site-header.menu-active {
    height: 70px;
  }

  .brand {
    width: 65px;
    height: 48px;
  }

  .brand img {
    width: 63px;
  }

  .main-nav {
    top: 70px;
  }

  .hero {
    padding: 118px 0 72px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 3.5rem);
    overflow-wrap: anywhere;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    justify-content: center;
  }

  .hero-proof > div {
    padding-inline: 10px;
  }

  .hero-proof strong {
    font-size: 1.35rem;
  }

  .hero-proof span {
    font-size: .65rem;
    white-space: normal;
  }

  .hero-video::before {
    inset: -10px;
    border-radius: 25px;
  }

  .video-shell {
    border-radius: 19px;
  }

  .video-poster {
    padding: 18px;
  }

  .video-play {
    width: 54px;
    height: 54px;
  }

  .video-poster-copy strong {
    font-size: 1rem;
  }

  .video-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-inline: 2px;
  }

  .programs-editorial {
    grid-template-columns: 1fr;
  }

  .relief-card,
  .orphans-card,
  .program-info-card,
  .program-empower {
    grid-column: span 1;
    grid-row: auto;
  }

  .program-photo-card,
  .program-info-card {
    padding: 22px;
    border-radius: 21px;
  }

  .program-info-photo {
    height: 190px;
    margin: -22px -22px 0;
  }

  .relief-card {
    min-height: 760px;
  }

  .orphans-card {
    min-height: 480px;
  }

  .relief-programs {
    grid-template-columns: 1fr;
  }

  .relief-programs > div {
    min-height: 150px;
  }

  .program-photo-content h3 {
    font-size: 2.15rem;
  }

  .orphans-card .program-photo-content h3 {
    font-size: 1.65rem;
  }

  .program-info-card {
    min-height: 300px;
  }

  .about-visual {
    min-height: 500px;
  }

  .about-image {
    inset: 0 18px 50px 0;
    border-radius: 180px 180px 24px 24px;
  }

  .about-stamp {
    top: 24px;
    width: 100px;
    height: 100px;
  }

  .about-visual blockquote {
    max-width: calc(100% - 42px);
    padding: 20px;
    font-size: 1rem;
  }

  .about-copy h2,
  .section-heading h2,
  .programs-heading h2,
  .support-copy h2 {
    font-size: 2.25rem;
  }

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

  .dignity-inner {
    align-items: flex-start;
  }

  .dignity-icon {
    width: 48px;
    height: 48px;
  }

  .goals-grid,
  .goal-card {
    min-height: 0;
  }

  .card-icon {
    margin-bottom: 34px;
  }

  .support-card {
    width: min(calc(100% - 24px), var(--container));
    gap: 42px;
    padding: 44px 24px;
    border-radius: 26px;
  }

  .support-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .support-actions .button {
    width: 100%;
  }

  .text-link {
    align-self: center;
  }

  .support-note {
    align-items: flex-start;
  }

  .support-mark-ring {
    width: 170px;
    height: 170px;
  }

  .support-mark-ring img {
    width: 110px;
  }

  .social-heading h2 {
    font-size: 2.25rem;
  }

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

  .social-card {
    min-height: 190px;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-support {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
  }

  .floating-support span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
