:root {
  --ink: #173b3a;
  --ink-soft: #4d625f;
  --cream: #fff9f3;
  --paper: #fffdf9;
  --sage: #e7eee8;
  --sage-deep: #d3e1d6;
  --coral: #df6956;
  --coral-dark: #bd4f3e;
  --blush: #f7d8cf;
  --line: rgba(23, 59, 58, 0.16);
  --shadow: 0 20px 60px rgba(23, 59, 58, 0.12);
}

body.ana-thank-you-page {
  min-height: 100vh;
}

.thank-you-main {
  background: var(--cream);
  min-height: 100vh;
  padding: clamp(16px, 2.6vw, 36px);
}

.thank-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
}

.thank-card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 66px;
  padding: 10px clamp(20px, 3vw, 38px);
}

.thank-wordmark {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
}

.thank-wordmark span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.thank-language {
  align-items: center;
  background: var(--sage);
  border-radius: 999px;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 4px;
  padding: 4px;
}

.language-button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--ink-soft);
  cursor: pointer;
  font: inherit;
  min-width: 48px;
  padding: 9px 13px;
}

.language-button.is-active {
  background: var(--coral);
  color: #fff;
}

.thank-image {
  background: #07101c;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.thank-image img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.thank-content {
  padding: clamp(28px, 3.8vw, 46px);
}

.thank-primary-grid {
  align-items: start;
  display: grid;
  gap: clamp(30px, 4vw, 56px);
  grid-template-columns: minmax(0, 1fr) 250px;
}

.payment-confirmation {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  margin-bottom: 16px !important;
}

.payment-confirmation span {
  align-items: center;
  background: var(--sage-deep);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 25px;
  height: 25px;
  justify-content: center;
}

.thank-content h1 {
  font-size: clamp(44px, 4.5vw, 62px);
  line-height: 1.02;
  margin-bottom: 18px;
}

.thank-content p {
  margin: 0 0 13px;
}

.thank-lead {
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 23px);
  line-height: 1.45;
}

.heartfelt-thanks {
  color: var(--coral-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  margin-top: 18px !important;
}

.thank-video {
  background: var(--sage);
  border-radius: 18px;
  padding: 18px;
}

.thank-video .eyebrow {
  font-size: 11px;
  margin-bottom: 6px;
}

.thank-video h2 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.video-frame {
  aspect-ratio: 9 / 16;
  background: #0b1026;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(23, 59, 58, 0.14);
  overflow: hidden;
  width: 100%;
}

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

.thank-lower-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 30px;
  padding-top: 30px;
}

.thank-share,
.thank-transparency {
  border-radius: 18px;
  padding: 24px;
}

.thank-share {
  background: var(--blush);
}

.thank-transparency {
  background: var(--sage);
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.thank-share h2,
.thank-transparency h2 {
  font-size: clamp(27px, 2.3vw, 34px);
  line-height: 1.1;
  margin-bottom: 9px;
}

.thank-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
}

.thank-share-buttons a,
.thank-copy-button {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(23, 59, 58, 0.2);
  border-radius: 999px;
  color: var(--ink) !important;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  min-height: 50px;
  padding: 12px 19px;
  text-decoration: none;
}

.thank-share-buttons .share-primary {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff !important;
}

.thank-share-buttons a:hover,
.thank-share-buttons a:focus-visible,
.thank-copy-button:hover,
.thank-copy-button:focus-visible {
  background: var(--coral-dark);
  border-color: var(--coral-dark);
  color: #fff !important;
}

.thank-transparency p:last-child {
  margin-bottom: 0;
}

.thank-signature {
  color: var(--ink);
  border-top: 1px solid var(--line);
  margin-top: 17px !important;
  padding-top: 15px;
}

@media (max-width: 820px) {
  .thank-you-main {
    padding: 14px;
  }

  .thank-card {
    border-radius: 18px;
  }

  .thank-primary-grid {
    grid-template-columns: 1fr;
  }

  .thank-video {
    align-items: start;
    display: grid;
    gap: 4px 22px;
    grid-template-columns: 1fr minmax(170px, 220px);
  }

  .thank-video .eyebrow,
  .thank-video h2 {
    grid-column: 1;
  }

  .video-frame {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .thank-lower-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .thank-card-header {
    min-height: 62px;
    padding: 8px 16px;
  }

  .thank-wordmark {
    font-size: 22px;
  }

  .thank-content {
    padding: 27px 18px 22px;
  }

  .thank-content h1 {
    font-size: 40px;
  }

  .payment-confirmation {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.4;
  }

  .thank-video {
    display: block;
    padding: 16px;
  }

  .video-frame {
    margin: 0 auto;
    max-width: 270px;
  }

  .thank-lower-grid {
    gap: 16px;
    margin-top: 24px;
    padding-top: 24px;
  }

  .thank-share,
  .thank-transparency {
    padding: 20px;
  }

  .thank-share-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .thank-share-buttons a,
  .thank-copy-button {
    text-align: center;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ana-landingpage {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}

body.ana-landingpage img {
  display: block;
  width: 100%;
}

body.ana-landingpage a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.admin-bar .site-header {
  top: 32px;
}

.wordmark {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
}

.wordmark span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.header-link {
  background: var(--coral);
  border-radius: 999px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 800;
  padding: 14px 29px;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.header-link:hover,
.header-link:focus-visible {
  background: var(--coral-dark);
  transform: translateY(-1px);
}

.hero {
  background: var(--cream);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(500px, 0.97fr);
  min-height: calc(100vh - 78px);
}

.hero-image {
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.hero-image::after {
  background: linear-gradient(180deg, transparent 62%, rgba(6, 18, 21, 0.58));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-image > img {
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.image-credit {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  left: 24px;
  position: absolute;
  z-index: 2;
}

.hero-copy {
  align-self: center;
  padding: 40px clamp(38px, 5.5vw, 92px);
}

.eyebrow,
.section-kicker {
  color: var(--coral-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--coral-dark);
}

h1,
h2,
blockquote {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(58px, 5.2vw, 82px);
  line-height: 1;
  margin: 0 0 27px;
  max-width: 680px;
}

h2 {
  font-size: clamp(42px, 3.8vw, 62px);
  line-height: 1.08;
  margin: 0 0 20px;
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(21px, 1.55vw, 25px);
  line-height: 1.5;
  margin: 0 0 29px;
  max-width: 620px;
}

.donate-button {
  align-items: center;
  background: var(--coral);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(189, 79, 62, 0.2);
  color: #fff !important;
  display: inline-flex;
  font-size: 19px;
  font-weight: 800;
  gap: 46px;
  justify-content: space-between;
  min-height: 64px;
  padding: 18px 27px 18px 32px;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.donate-button:hover,
.donate-button:focus-visible {
  background: var(--coral-dark);
  transform: translateY(-2px);
}

.donate-button span {
  font-size: 26px;
}

.microcopy {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.45;
  margin: 11px 0 0;
}

.hero-hospital {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 190px 1fr;
  margin: 26px 0 0;
  max-width: 560px;
  overflow: hidden;
}

.hero-hospital img {
  height: 145px;
  object-fit: cover;
  object-position: center 34%;
}

.hero-hospital figcaption {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  padding: 18px;
}

.section {
  margin: 0 auto;
  max-width: 1380px;
  padding: clamp(54px, 5.5vw, 78px) clamp(24px, 5vw, 76px);
}

.intro {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 0.27fr 1fr;
}

.intro > div:last-child {
  max-width: 940px;
}

.large-copy {
  color: var(--ink);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.48;
}

.intro p:last-child,
.reality-copy > p,
.trust > div:last-child > p {
  color: var(--ink-soft);
}

.portrait-section {
  background: var(--sage);
  color: var(--ink);
  padding: clamp(54px, 5.5vw, 78px) max(5vw, calc((100vw - 1380px) / 2 + 76px));
}

.portrait-copy {
  margin: 0 auto;
  max-width: 820px;
}

.portrait-copy p {
  color: var(--ink-soft);
}

.reality {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 82px);
  grid-template-columns: minmax(380px, 0.92fr) 1.08fr;
}

.hospital-image {
  background: var(--sage-deep);
  border-radius: 180px 180px 18px 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  width: 100%;
}

.hospital-image img {
  aspect-ratio: 0.82;
  object-fit: cover;
}

details {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding: 17px 0;
}

summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
}

details li {
  color: var(--ink-soft);
  margin: 7px 0;
}

.needs-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(38px, 5.5vw, 74px);
  grid-template-columns: 0.75fr 1.25fr;
}

.needs-list {
  display: block;
  list-style: disc;
  margin: 0;
  padding: 0 0 0 28px;
}

.needs-list li {
  color: var(--ink);
  display: list-item;
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 12px;
  padding-left: 7px;
}

.needs-list li::marker {
  color: var(--coral-dark);
  font-size: 1.1em;
}

.donation-section {
  background: var(--blush);
  color: var(--ink);
  padding: clamp(58px, 6vw, 82px) 24px;
  text-align: center;
}

.donation-inner {
  margin: auto;
  max-width: 980px;
}

.donation-inner p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 22px;
  margin: 0 auto 27px;
  max-width: 650px;
}

.light-button {
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(23, 59, 58, 0.2);
  color: #fff !important;
}

.light-button:hover,
.light-button:focus-visible {
  background: #0d2f2e;
}

.trust {
  display: grid;
  gap: clamp(42px, 6vw, 82px);
  grid-template-columns: 0.82fr 1.18fr;
}

.trust > div:last-child {
  font-size: 20px;
  max-width: 820px;
}

.organizer-portrait {
  display: block;
  height: auto;
  margin-top: 30px;
  max-width: 220px;
  width: 100%;
}

.organizer-name {
  color: var(--ink);
  font-size: 23px;
  font-weight: 800;
  margin: 18px 0 2px;
}

.organizer-role {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
  max-width: 360px;
}

.section-donate-button {
  margin-top: 28px;
}

.share-section {
  align-items: center;
  background: var(--sage);
  display: grid;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: clamp(48px, 5vw, 70px) max(5vw, calc((100vw - 1380px) / 2 + 76px));
}

.share-section h2 {
  margin-bottom: 0;
  max-width: 760px;
}

.share-buttons {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.share-buttons a,
.share-buttons button {
  align-items: center;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  justify-content: center;
  min-height: 58px;
  padding: 13px 19px;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.share-buttons a:hover,
.share-buttons a:focus-visible,
.share-buttons button:hover,
.share-buttons button:focus-visible {
  background: var(--ink);
  color: #fff;
}

.mobile-donate-bar {
  display: none;
}

.transparency-note {
  background: var(--sage);
  border-left: 4px solid var(--coral);
  border-radius: 0 10px 10px 0;
  color: var(--ink) !important;
  font-weight: 700;
  margin-top: 24px;
  padding: 16px 18px;
}

.signature {
  border-left: 3px solid var(--coral);
  margin-top: 28px;
  padding-left: 20px;
}

footer {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr auto auto;
  padding: 34px clamp(24px, 5vw, 70px);
}

footer .wordmark,
footer a {
  color: #fff;
}

footer p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  margin: 0;
}

footer a {
  font-size: 15px;
}

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

  .hero-image {
    min-height: 62vh;
  }

  .hero-copy {
    padding: 46px 32px 56px;
  }

  .hero-hospital {
    max-width: 520px;
  }

  .intro,
  .portrait-section,
  .reality,
  .needs-section,
  .trust,
  .share-section {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 18px;
  }

  .portrait-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hospital-image {
    margin: auto;
    max-width: 620px;
  }

  footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  body.ana-landingpage {
    font-size: 18px;
    padding-bottom: 72px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    height: 68px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .wordmark {
    font-size: 24px;
  }

  .wordmark span {
    font-size: 10px;
  }

  .header-link {
    font-size: 15px;
    padding: 11px 19px;
  }

  .hero-image {
    min-height: 480px;
  }

  .hero-copy {
    padding: 38px 20px 46px;
  }

  h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  h2 {
    font-size: 37px;
  }

  .lead {
    font-size: 20px;
  }

  .section,
  .portrait-section,
  .share-section {
    padding: 42px 20px;
  }

  .hero-hospital {
    grid-template-columns: 142px 1fr;
  }

  .hero-hospital img {
    height: 116px;
  }

  .donate-button {
    gap: 20px;
    font-size: 18px;
    min-height: 62px;
    width: 100%;
  }

  .needs-list li {
    font-size: 19px;
  }

  .organizer-portrait {
    max-width: 190px;
  }

  .share-buttons {
    grid-template-columns: 1fr;
  }

  .share-buttons a,
  .share-buttons button {
    font-size: 17px;
    min-height: 60px;
    width: 100%;
  }

  .mobile-donate-bar {
    background: var(--coral);
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(23, 59, 58, 0.18);
    color: #fff !important;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    justify-content: center;
    left: 0;
    min-height: 64px;
    padding: 17px 20px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    z-index: 50;
  }
}

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

  .donate-button,
  .header-link {
    transition: none;
  }
}
