:root {
  --ink: #111315;
  --charcoal: #1d2024;
  --muted: #5d646d;
  --line: #d9dde2;
  --paper: #f7f7f4;
  --white: #ffffff;
  --gold: #caa24a;
  --gold-soft: #efe3c0;
  --red: #a82b2f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 18px 5vw;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.logo-brand img {
  width: clamp(168px, 16vw, 238px);
  height: auto;
}

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

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

nav a {
  color: #34383d;
}

.nav-cta,
.donate-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  font-weight: 800;
}

.nav-cta,
.button.primary {
  background: var(--ink);
  color: var(--white);
}

.donate-cta,
.button.donate-button {
  background: var(--red);
  color: var(--white);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: flex-end;
  padding: 8vw 5vw;
  overflow: hidden;
  color: var(--white);
}

.hero::after,
.page-hero.dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.22)), linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 45%);
}

.hero-video,
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 92vw);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 8vw, 90px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4vw, 54px);
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.hero p,
.page-hero p,
.lead {
  max-width: 760px;
  font-size: clamp(18px, 2.1vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.intro,
.content-band,
.simple-page {
  padding: 76px 7vw;
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1fr);
  gap: 48px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.split p:last-child,
.content-band p,
.simple-page p {
  color: #30353a;
  font-size: 18px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cause-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cause-card {
  display: grid;
  grid-template-rows: 280px auto auto;
  min-height: 500px;
  background: var(--white);
}

.cause-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cause-card img[src$="animal-tag.jpeg"] {
  object-fit: contain;
  padding: 44px;
  background: #252629;
}

.cause-card img.fit-full {
  object-fit: contain;
  padding: 14px;
  background: #171819;
}

.cause-card span {
  display: block;
  padding: 28px 28px 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
}

.cause-card small {
  display: block;
  padding: 0 28px 30px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.pillar {
  min-height: 170px;
  padding: 24px;
  background: var(--white);
}

.pillar span {
  display: block;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.pillar small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.pillar.frontline {
  background: var(--ink);
  color: var(--white);
}

.pillar.frontline small {
  color: var(--gold-soft);
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 84px 7vw;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.feature-row.reverse {
  background: #f1f2f2;
}

.feature-row img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.feature-row img[src$="animal-tag.jpeg"] {
  object-fit: contain;
  padding: 64px;
  background: #252629;
}

.feature-row img.fit-full {
  object-fit: contain;
  padding: 14px;
  background: #171819;
}

.children-gallery {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 48px;
  align-items: center;
  padding: 76px 7vw;
  background: #f1f2f2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.children-gallery p {
  color: #30353a;
  font-size: 18px;
}

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

.children-gallery-grid img {
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.page-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  padding: 7vw;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.page-hero > div {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.page-hero > div::before {
  content: "";
  display: block;
  width: min(310px, 68vw);
  height: 86px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.95) url("assets/tags4lives-logo.jpg") center / contain no-repeat;
  border-radius: 4px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.page-hero:not(.dark)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.18));
}

.events-hero-image {
  object-position: center center;
}

.merch-hero {
  background: #171819;
}

.merch-hero img {
  object-fit: contain;
  padding: 28px;
}

.donate-hero::after {
  background: linear-gradient(90deg, rgba(10, 8, 7, 0.84), rgba(10, 8, 7, 0.34)), linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 46%);
}

.donate-hero img {
  object-fit: contain;
  background: #111214;
}

.animal-hero img {
  left: auto;
  right: 9vw;
  top: 12%;
  bottom: 12%;
  width: min(34vw, 360px);
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.55));
}

.animal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 52%, rgba(202, 162, 74, 0.28), transparent 32%), #191b1e;
}

.content-band {
  background: var(--white);
}

.availability-note {
  padding: 56px 7vw;
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.availability-note h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 58px);
}

.availability-note p:not(.eyebrow) {
  max-width: 780px;
  color: #eeeeea;
  font-size: 18px;
}

.ad-campaign-showcase {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 42px;
  padding: 72px 7vw;
  background: #050505;
  color: var(--white);
}

.ad-campaign-showcase h2 {
  margin-bottom: 16px;
  font-size: clamp(38px, 5vw, 70px);
}

.ad-campaign-showcase p:not(.eyebrow) {
  max-width: 560px;
  color: #eeeeea;
  font-size: 18px;
}

.ad-campaign-showcase img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 1180px;
  object-fit: contain;
  border-radius: 6px;
  background: #050505;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.compact {
  min-height: auto;
  padding-bottom: 46px;
}

.donation-intro {
  background: #fbfbfa;
}

.role-grid,
.contact-options,
.copy-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 7vw 76px;
  background: var(--white);
}

.role-grid {
  grid-template-columns: repeat(5, 1fr);
}

.role-grid article,
.contact-options article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fbfbfa;
  border-radius: 6px;
}

.impact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 40px;
  margin: 0;
  padding: 72px 7vw;
  background: var(--charcoal);
  color: var(--white);
}

.impact-panel p {
  color: #e8e8e2;
  font-size: 18px;
}

.impact-panel.light {
  background: var(--white);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.impact-panel.light p {
  color: #30353a;
}

.frontline-visuals {
  display: grid;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.frontline-visuals article {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 72px 7vw;
  background: var(--white);
}

.frontline-visuals article:nth-child(even) {
  grid-template-columns: 0.9fr 1.1fr;
  background: #f1f2f2;
}

.frontline-visuals article:nth-child(even) img {
  order: 2;
}

.frontline-visuals article:nth-child(even) div {
  order: 1;
}

.frontline-visuals img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.frontline-visuals p {
  color: #30353a;
  font-size: 18px;
}

.cause-detail-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cause-detail-grid article {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
  padding: 64px 7vw;
  background: var(--white);
}

.cause-detail-grid article:nth-child(even) {
  background: #f1f2f2;
}

.cause-detail-grid img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.cause-detail-grid img[src$="animal-tag.jpeg"] {
  object-fit: contain;
  padding: 56px;
  background: #252629;
}

.cause-detail-grid img.fit-full {
  object-fit: contain;
  padding: 14px;
  background: #171819;
}

.donate-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.donate-paths article {
  display: grid;
  grid-template-rows: 340px auto;
  background: var(--white);
}

.donate-paths img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  background: #171819;
}

.donate-frontline-photo {
  object-position: center top;
}

.donate-paths div {
  padding: 32px;
}

.donate-paths h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.donate-paths p {
  color: #30353a;
  font-size: 17px;
}

.donation-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
  padding: 78px 7vw;
  background: var(--charcoal);
  color: var(--white);
}

.donation-panel p {
  color: #eeeeea;
  font-size: 18px;
}

.donation-options {
  display: grid;
  gap: 14px;
}

.donation-options a {
  display: block;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.donation-options strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.donation-options span {
  color: #eeeeea;
}

.velocity-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  align-items: stretch;
  background: #050505;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.velocity-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 7vw;
}

.velocity-logo {
  width: min(420px, 100%);
  margin: 0 0 28px;
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
}

.velocity-copy h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.velocity-copy p {
  color: #eeeeea;
  font-size: 18px;
}

.velocity-media {
  min-height: 620px;
}

.velocity-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-band {
  display: grid;
  gap: 26px;
  justify-items: center;
  padding: 82px 7vw;
  text-align: center;
  background: var(--white);
}

.quote-band p {
  max-width: 920px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.06;
}

.event-list,
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 7vw 76px;
  background: var(--white);
}

.event-list {
  grid-template-columns: repeat(4, 1fr);
}

.press-logo-wall {
  padding: 18px 7vw 54px;
  background: var(--white);
}

.press-logo-wall .eyebrow {
  margin-bottom: 18px;
}

.press-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.logo-tile {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfbfa;
  color: var(--ink);
  text-align: center;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 44px rgba(18, 18, 18, 0.05);
}

.logo-tile.water,
.logo-tile.air,
.logo-tile.sky {
  color: #14507c;
}

.logo-tile.hbo,
.logo-tile.cnn {
  background: #101114;
  color: var(--white);
}

.logo-tile.bulletin,
.logo-tile.hiluxury,
.logo-tile.midweek,
.logo-tile.triathlete {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 23px;
}

.logo-tile.us,
.logo-tile.access,
.logo-tile.et {
  color: #9f1f24;
}

.event-list article,
.press-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfbfa;
}

.event-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
}

.press-grid h2,
.event-list h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.1;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: var(--white);
}

.proof-strip article {
  min-height: 150px;
  padding: 34px 7vw;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.proof-strip span {
  color: #eeeeea;
  font-weight: 700;
}

.simple-page {
  min-height: 70vh;
  background: var(--white);
}

.simple-page h1 {
  max-width: 980px;
  font-size: clamp(44px, 6vw, 76px);
}

.simple-page .lead {
  color: #30353a;
}

.pillar-grid.expanded {
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
}

.contact-page .button {
  margin-top: 28px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 5vw;
  background: var(--ink);
  color: var(--white);
  font-size: 14px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  background: var(--white);
  border-radius: 4px;
}

.footer-logo img {
  width: 178px;
  height: auto;
}

footer span {
  color: var(--gold-soft);
}

footer a {
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
  }

  .split,
  .feature-row,
  .impact-panel,
  .role-grid,
  .contact-options,
  .copy-columns,
  .children-gallery,
  .cause-showcase,
  .cause-detail-grid article,
  .frontline-visuals article,
  .donate-paths,
  .donation-panel,
  .ad-campaign-showcase,
  .velocity-feature,
  .event-list,
  .press-grid,
  .press-logo-grid,
  .proof-strip,
  .pillar-grid,
  .pillar-grid.expanded {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .page-hero {
    min-height: 560px;
  }

  .animal-hero img {
    inset: auto 8vw 34px auto;
    width: 180px;
    height: 220px;
  }

  footer {
    flex-direction: column;
  }
}
