:root {
  --ink: #102c2b;
  --ink-2: #244947;
  --muted: #647370;
  --paper: #f7f5ef;
  --paper-warm: #fffaf3;
  --white: #ffffff;
  --blue: #123b3a;
  --blue-2: #1e5a57;
  --orange: #ff4b33;
  --orange-2: #ff7a66;
  --red: #ff4b33;
  --green: #2f7d68;
  --line: rgba(16, 44, 43, 0.13);
  --shadow: 0 24px 70px rgba(16, 44, 43, 0.14);
  --gradient: #ff4b33;
  --stage-gradient: #123b3a;
}

body,
body.gradient-stage,
body.gradient-sunset {
  --gradient: #ff4b33;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  overflow-x: clip;
}

.cursor-glow,
.orbit,
.hero::after {
  display: none;
}

h1,
h2,
h3 {
  font-family: "Manrope", "DM Sans", sans-serif;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 {
  font-size: clamp(3.5rem, 6.8vw, 6.6rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.6rem);
  line-height: 1;
}

h3 {
  line-height: 1.08;
}

.site-header {
  top: 12px;
  width: min(1240px, calc(100% - 24px));
  min-height: 78px;
  border-color: rgba(16, 44, 43, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 48px rgba(16, 44, 43, 0.12);
}

.brand-mark {
  width: 62px;
  height: 62px;
}

.brand strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.brand small {
  color: var(--muted);
  font-size: 0.64rem;
}

.site-nav a {
  color: var(--ink-2);
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover {
  background: rgba(255, 75, 51, 0.08);
  color: var(--orange);
}

select {
  border-color: rgba(16, 44, 43, 0.15);
  color: var(--ink);
  font-weight: 700;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(255, 75, 51, 0.58);
  box-shadow: 0 0 0 4px rgba(255, 75, 51, 0.1);
}

.menu-toggle {
  background: rgba(255, 75, 51, 0.1);
}

.button {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.button-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(255, 75, 51, 0.28);
}

.button-primary:hover {
  background: #e83e28;
  box-shadow: 0 18px 34px rgba(255, 75, 51, 0.34);
  transform: translateY(-3px);
}

.button-brand-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  object-fit: contain;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(18, 59, 58, 0.72);
}

.hero {
  min-height: min(940px, 100svh);
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.44fr);
  gap: clamp(28px, 5vw, 74px);
  width: 100%;
  padding-inline: max(24px, calc((100% - 1180px) / 2));
  padding-top: 148px;
}

.hero-video {
  object-position: 52% 50%;
  filter: saturate(0.96) contrast(1.03);
  animation: hero-breathe 16s ease-in-out infinite alternate;
}

.hero-tint {
  background: linear-gradient(
    90deg,
    rgba(9, 35, 34, 0.92) 0%,
    rgba(9, 35, 34, 0.78) 44%,
    rgba(9, 35, 34, 0.34) 74%,
    rgba(9, 35, 34, 0.2) 100%
  );
}

.hero-content {
  max-width: 790px;
}

.hero .eyebrow,
.proof-spotlight-copy .eyebrow,
.video-section .eyebrow {
  color: #ff9e8d;
}

.eyebrow {
  color: var(--orange);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.hero-proof-strip span {
  min-height: 102px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(12, 45, 43, 0.72);
  box-shadow: none;
}

.hero-proof-strip strong {
  color: #ffffff;
}

.hero-card {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(18, 59, 58, 0.76);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.26);
  transform: translateY(36px);
}

.hero-card img {
  aspect-ratio: 4 / 4.6;
  object-position: 50% 45%;
}

.hero-stats {
  background: var(--ink);
}

.marquee {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(18, 59, 58, 0.88);
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding-block: 108px;
}

.section-kicker p:not(.eyebrow),
.vision-copy p,
.story-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.quote-card,
.needs-board,
.proof-spotlight-card,
.booking-card {
  background: var(--ink);
}

.quote-card::after {
  display: none;
}

.quote-card span {
  color: #ff9e8d;
}

.story-collage {
  min-height: 600px;
}

.story-collage img {
  border-width: 6px;
  box-shadow: 0 22px 54px rgba(16, 44, 43, 0.16);
  transition: transform 500ms ease, filter 500ms ease;
}

.story-collage:hover .collage-a {
  transform: translateY(-8px) rotate(1deg);
}

.story-collage:hover .collage-b {
  transform: translateY(8px) rotate(-1deg);
}

.floating-note {
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(16, 44, 43, 0.14);
}

.impact-card,
.program-card,
.next-step-card,
.payment-card,
.contact-page-section .social-grid a,
.visit-card {
  border-color: var(--line);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(16, 44, 43, 0.07);
}

.impact-card,
.program-card,
.next-step-card,
.payment-card,
.contact-page-section .social-grid a {
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.impact-card:hover,
.program-card:hover,
.next-step-card:hover,
.payment-card:hover,
.contact-page-section .social-grid a:hover {
  border-color: rgba(255, 75, 51, 0.38);
  box-shadow: 0 22px 52px rgba(16, 44, 43, 0.13);
  transform: translateY(-7px);
}

.impact-icon,
.program-icon,
.next-step-card > span,
.need-icon {
  background: rgba(255, 75, 51, 0.1);
  color: var(--orange);
}

.program-card::before,
.next-step-card::before {
  background: var(--orange);
}

.proof-strip {
  border-color: rgba(18, 59, 58, 0.16);
  background: #eef2ed;
}

.vision-section {
  gap: clamp(34px, 6vw, 74px);
}

.vision-media {
  box-shadow: 0 24px 64px rgba(16, 44, 43, 0.16);
}

.vision-media img {
  filter: saturate(0.96);
  transition: transform 700ms ease;
}

.vision-media:hover img {
  transform: scale(1.045);
}

.motion-ribbon {
  background: var(--orange);
  color: var(--white);
}

.benefits-list span {
  background: #eef2ed;
  color: var(--ink);
}

.fundraising-section {
  position: relative;
}

.fundraising-section::before {
  display: none;
}

.needs-board {
  color: var(--white);
  box-shadow: var(--shadow);
}

.need-item {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
}

.primary-payment {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.payment-real-icon {
  background: var(--white) !important;
  box-shadow: 0 8px 18px rgba(16, 44, 43, 0.12);
}

.payment-real-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.live-fundraisers {
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  margin-top: 64px;
  border: 0;
  padding: 0;
  background: transparent;
}

.live-fundraisers > div:first-child {
  position: sticky;
  top: 120px;
}

.live-fundraisers h3 {
  max-width: 420px;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
  line-height: 0.98;
  text-wrap: balance;
}

.public-fundraiser-list {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.public-fundraiser-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(220px, 0.4fr);
  grid-template-areas:
    "topline topline"
    "copy progress"
    "copy action";
  gap: 22px 34px;
  min-height: 310px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 30px 0;
  background: transparent;
  box-shadow: none;
  transition: background 240ms ease, padding 240ms ease;
}

.public-fundraiser-card:hover {
  padding-inline: 18px;
  background: rgba(255, 75, 51, 0.045);
  box-shadow: none;
  transform: none;
}

.campaign-topline {
  grid-area: topline;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--orange);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.campaign-topline strong {
  color: var(--ink-2);
  letter-spacing: 0.04em;
}

.campaign-copy {
  grid-area: copy;
  min-width: 0;
}

.public-fundraiser-card h3 {
  min-height: 0;
  max-width: 580px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 0.98;
  text-wrap: balance;
}

.public-fundraiser-card p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.campaign-progress {
  grid-area: progress;
  align-self: end;
}

.public-fundraiser-card progress {
  display: block;
  width: 100%;
  height: 7px;
  border: 0;
  border-radius: 999px;
  accent-color: var(--orange);
}

.public-fundraiser-card progress::-webkit-progress-bar {
  border-radius: 999px;
  background: #dce3df;
}

.public-fundraiser-card progress::-webkit-progress-value {
  border-radius: 999px;
  background: var(--orange);
}

.fundraiser-row {
  margin-top: 14px;
}

.fundraiser-row span {
  display: grid;
  gap: 2px;
}

.fundraiser-row span:last-child {
  text-align: right;
}

.fundraiser-row small {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fundraiser-row strong {
  font-size: 1.15rem;
}

.public-fundraiser-card > a {
  grid-area: action;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  align-self: end;
  width: 100%;
  margin: 0;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 13px 15px;
  background: var(--ink);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.public-fundraiser-card > a:hover {
  border-color: var(--orange);
  background: var(--orange);
  transform: translateY(-2px);
}

.public-fundraiser-card > a svg {
  width: 18px;
  height: 18px;
}

.media-section {
  width: min(1320px, calc(100% - 36px));
}

.media-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 12px;
}

.media-card {
  border: 1px solid rgba(16, 44, 43, 0.08);
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(16, 44, 43, 0.1);
}

.media-card:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.media-card:nth-child(6),
.media-card:nth-child(11) {
  grid-column: span 2;
}

.media-card:nth-child(8) {
  grid-row: span 2;
}

.media-card:hover {
  box-shadow: 0 24px 60px rgba(16, 44, 43, 0.2);
  transform: translateY(-5px);
}

.media-card:hover img,
.media-card:hover video {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.065);
}

.media-caption {
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.92);
}

.proof-spotlight-card {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 74px rgba(16, 44, 43, 0.2);
}

.proof-spotlight-media::after {
  background: linear-gradient(180deg, transparent 62%, rgba(8, 34, 33, 0.42));
}

.proof-spotlight-stats span {
  background: rgba(255, 255, 255, 0.07);
}

.proof-spotlight-stats svg {
  color: #ff9e8d;
}

.video-section {
  padding-inline: max(18px, calc((100% - 1180px) / 2));
  background: var(--ink);
}

.video-template {
  border-color: rgba(255, 255, 255, 0.13);
  background: #0d3230;
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.22);
}

.video-template::before {
  background: linear-gradient(180deg, rgba(9, 35, 34, 0.04), rgba(9, 35, 34, 0.82));
}

.video-template:hover {
  border-color: rgba(255, 75, 51, 0.65);
  box-shadow: 0 32px 82px rgba(0, 0, 0, 0.32);
}

.video-template:hover video,
.video-template:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.085);
}

.video-play-icon {
  background: rgba(255, 255, 255, 0.93);
  color: var(--orange);
}

.video-template:hover .video-play-icon,
.media-card:hover .video-play-icon,
.video-template.is-playing .video-play-icon {
  background: var(--orange);
}

.video-copy {
  background: rgba(9, 35, 34, 0.86);
}

.video-copy span {
  color: #ff9e8d;
}

.video-ready-note {
  background: rgba(255, 255, 255, 0.06);
}

.video-modal-backdrop {
  background: rgba(9, 35, 34, 0.84);
}

.video-modal-card {
  background: var(--ink);
}

.contact-page-section .social-grid a {
  min-height: 152px;
}

.social-icon {
  background: var(--white) !important;
  box-shadow: 0 8px 22px rgba(16, 44, 43, 0.12);
}

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

.visit-card {
  background: #fffaf3;
}

.booking-card {
  box-shadow: 0 28px 74px rgba(16, 44, 43, 0.2);
}

.site-footer {
  background: #0b302e;
}

.footer-cta {
  background: transparent;
}

.footer-panels article {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
}

[data-reveal] {
  transform: translateY(28px);
  transition-duration: 720ms;
}

[data-reveal].is-visible {
  transform: translateY(0);
}

:where(
  .hero-content,
  .section-kicker,
  .story-copy,
  .impact-card,
  .program-card,
  .public-fundraiser-card,
  .media-caption,
  .proof-spotlight-copy,
  .video-copy,
  .next-step-card,
  .contact-page-copy,
  .visit-card,
  .booking-card,
  .footer-cta,
  .footer-panels article,
  .circus-stage-copy,
  .stage-metrics span,
  .team-heading,
  .leader-card,
  .leader-copy,
  .team-principles span,
  .gift-planner-copy,
  .gift-planner-control,
  .gift-result
) {
  min-width: 0;
}

:where(
  .hero h1,
  .hero-copy,
  .section-kicker h2,
  .section-kicker p,
  .public-fundraiser-card h3,
  .public-fundraiser-card p,
  .media-caption strong,
  .media-caption span,
  .video-copy h3,
  .video-copy p,
  .proof-spotlight-copy h2,
  .proof-spotlight-copy p,
  .next-step-card h3,
  .next-step-card p,
  .contact-page-copy h2,
  .contact-page-copy p,
  .visit-card li,
  .footer-cta h2,
  .footer-cta p,
  .circus-stage-copy h2,
  .circus-stage-copy p,
  .stage-metrics small,
  .team-heading h2,
  .team-heading p,
  .leader-copy h3,
  .leader-copy p,
  .team-principles strong,
  .gift-planner h3,
  .gift-planner p,
  .gift-result strong,
  .gift-result p
) {
  overflow-wrap: anywhere;
}

.button,
.public-fundraiser-card > a,
.site-nav a {
  white-space: normal;
  text-align: center;
}

html[lang="ar"] body {
  direction: rtl;
}

html[lang="ar"] :where(.hero-content, .section-kicker, .story-copy, .vision-copy, .proof-spotlight-copy, .video-copy, .contact-page-copy, .footer-cta) {
  text-align: right;
}

html[lang="ar"] :where(.circus-stage-copy, .team-heading, .leader-copy, .gift-planner-copy, .gift-result) {
  text-align: right;
}

html[lang="ar"] :where(.circus-stage-actions, .leader-copy a, .gift-result > span) {
  flex-direction: row-reverse;
}

html[lang="ar"] .campaign-topline,
html[lang="ar"] .fundraiser-row,
html[lang="ar"] .site-header,
html[lang="ar"] .header-actions {
  flex-direction: row-reverse;
}

html:not([lang="en"]) .hero h1,
html:not([lang="en"]) h2,
html:not([lang="en"]) h3 {
  overflow-wrap: anywhere;
  word-break: normal;
}

html:not([lang="en"]) :where(h1, h2, h3, p, a, button, small, strong, span) font {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: inherit;
  word-break: inherit;
}

@keyframes hero-breathe {
  from {
    transform: scale(1.01);
  }
  to {
    transform: scale(1.055);
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 132px;
  }

  .hero-card {
    display: none;
  }

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

  .live-fundraisers {
    grid-template-columns: 1fr;
  }

  .live-fundraisers > div:first-child {
    position: static;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: clamp(2.65rem, 12.5vw, 4.2rem);
    line-height: 0.99;
  }

  h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.5rem);
  }

  html:not([lang="en"]) h1 {
    font-size: clamp(2.45rem, 11.2vw, 3.9rem);
  }

  .site-header {
    min-height: 68px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
  }

  .hero {
    padding-top: 128px;
  }

  .hero-video {
    object-position: 42% 50%;
  }

  .hero-tint {
    background: linear-gradient(
      180deg,
      rgba(9, 35, 34, 0.62) 0%,
      rgba(9, 35, 34, 0.83) 44%,
      rgba(9, 35, 34, 0.94) 100%
    );
  }

  .hero-proof-strip {
    grid-template-columns: 1fr;
  }

  .hero-proof-strip span {
    min-height: 82px;
  }

  .section {
    padding-block: 78px;
  }

  .story-collage {
    min-height: 470px;
  }

  .public-fundraiser-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "topline"
      "copy"
      "progress"
      "action";
    min-height: 0;
    gap: 18px;
    padding-block: 26px;
  }

  .public-fundraiser-card:hover {
    padding-inline: 0;
  }

  .motion-ribbon {
    right: 10px;
    left: 10px;
    width: auto;
    transform: none;
  }

  .media-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .media-card:first-child,
  .media-card:nth-child(6),
  .media-card:nth-child(11) {
    grid-column: span 2;
  }

  .media-card:nth-child(8) {
    grid-row: span 1;
  }
}

@media (max-width: 480px) {
  .media-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .media-card:first-child,
  .media-card:nth-child(6),
  .media-card:nth-child(11) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    animation: none;
  }
}

/* Premium motion and donor experience */
.page-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.circus-motion-section {
  --stage-x: 62%;
  --stage-y: 36%;
  --stage-shift: 0px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  grid-template-rows: minmax(640px, auto) auto;
  min-height: 820px;
  overflow: hidden;
  padding: 112px max(24px, calc((100% - 1180px) / 2)) 42px;
  background: #082c2a;
  color: var(--white);
}

.circus-stage-photo,
.circus-stage-shade,
.circus-stage-spotlight {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.circus-stage-photo {
  object-fit: cover;
  object-position: center 62%;
  opacity: 0.46;
  filter: saturate(0.86) contrast(1.08);
  transform: scale(1.04) translateX(var(--stage-shift));
  transition: transform 260ms ease-out;
}

.circus-stage-shade {
  z-index: -2;
  background: rgba(5, 33, 31, 0.72);
}

.circus-stage-spotlight {
  z-index: -1;
  background: radial-gradient(circle at var(--stage-x) var(--stage-y), rgba(255, 255, 255, 0.22), transparent 22%);
  mix-blend-mode: screen;
  opacity: 0.82;
  transition: background-position 180ms ease-out;
}

.circus-stage-copy {
  align-self: center;
  max-width: 650px;
  padding: 44px 0 70px;
}

.circus-stage-copy h2 {
  max-width: 720px;
  margin: 20px 0 24px;
  color: var(--white);
  font-size: clamp(3rem, 5.2vw, 5.6rem);
}

.circus-stage-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.08rem;
  line-height: 1.75;
}

.stage-live-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(8, 44, 42, 0.74);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  backdrop-filter: blur(14px);
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #66e6b8;
  box-shadow: 0 0 0 0 rgba(102, 230, 184, 0.44);
  animation: live-pulse 2s ease-out infinite;
}

.circus-stage-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.stage-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.stage-text-link svg {
  width: 19px;
  height: 19px;
  color: #ff9e8d;
  transition: transform 180ms ease;
}

.stage-text-link:hover svg {
  transform: translate(3px, 3px);
}

.kinetic-arena {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  transform: translateX(var(--stage-shift));
  transition: transform 260ms ease-out;
}

.circus-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.stage-stars circle {
  fill: rgba(255, 255, 255, 0.86);
  animation: stage-twinkle 3.4s ease-in-out infinite alternate;
}

.stage-stars circle:nth-child(2n) {
  animation-delay: -1.3s;
}

.trapeze-swing {
  transform-origin: 600px 42px;
  animation: trapeze-swing 5.2s cubic-bezier(0.45, 0.03, 0.55, 0.97) infinite alternate;
}

.trapeze-rope {
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 5;
}

.trapeze-bar {
  stroke: #ffb1a4;
  stroke-linecap: round;
  stroke-width: 14;
}

.artist-head {
  fill: #ffb1a4;
}

.artist-body {
  fill: var(--orange);
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.24));
}

.artist-limb {
  fill: none;
  stroke: #ffb1a4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 18;
}

.juggle-ball {
  fill: var(--orange);
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.22));
}

.ball-one {
  animation: juggle-one 2.2s ease-in-out infinite;
}

.ball-two {
  animation: juggle-two 2.2s ease-in-out -0.72s infinite;
}

.ball-three {
  animation: juggle-three 2.2s ease-in-out -1.44s infinite;
}

.stage-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.26);
  stroke-linecap: round;
  stroke-width: 4;
}

.stage-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.stage-metrics span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 25px 28px 8px 0;
}

.stage-metrics span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 28px;
}

.stage-metrics strong {
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1;
}

.stage-metrics small {
  max-width: 240px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.team-section {
  padding-top: 128px;
}

.team-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  margin-bottom: 52px;
}

.team-heading h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.team-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 18px;
}

.leader-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  display: grid;
  grid-template-rows: minmax(390px, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 22px 64px rgba(16, 44, 43, 0.1);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(28px);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, box-shadow 260ms ease, border-color 260ms ease, opacity 720ms ease;
}

.leader-card.is-visible {
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0);
}

.leader-card:hover {
  border-color: rgba(255, 75, 51, 0.34);
  box-shadow: 0 34px 82px rgba(16, 44, 43, 0.16);
}

.leader-card-feature {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  grid-template-rows: minmax(560px, auto);
}

.leader-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--ink);
}

.leader-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% 50%;
  transition: transform 700ms ease, filter 700ms ease;
}

.leader-card:hover .leader-visual img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.045);
}

.leader-visual-community img {
  object-position: 50% 48%;
}

.leader-index {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(8, 44, 42, 0.66);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.leader-monogram {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(8, 44, 42, 0.22);
}

.leader-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 30px;
}

.leader-card-feature .leader-copy {
  justify-content: flex-end;
  padding: 42px;
  background: #0b302e;
  color: var(--white);
}

.leader-copy > span {
  color: var(--orange);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leader-card-feature .leader-copy > span {
  color: #ff9e8d;
}

.leader-copy h3 {
  margin: 14px 0 18px;
  font-size: clamp(2rem, 3.6vw, 4rem);
}

.leader-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.leader-card-feature .leader-copy p {
  color: rgba(255, 255, 255, 0.7);
}

.leader-copy a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.leader-card-feature .leader-copy a {
  color: var(--white);
}

.leader-copy a img,
.leader-copy a svg {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.team-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #eef2ed;
}

.team-principles span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 20px;
}

.team-principles span + span {
  border-left: 1px solid var(--line);
}

.team-principles svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--orange);
}

.team-principles strong {
  overflow-wrap: anywhere;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
}

.gift-planner {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
  margin-top: 88px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 64px 0;
}

.gift-planner-copy h3 {
  max-width: 570px;
  margin: 12px 0 20px;
  font-size: clamp(2.25rem, 4vw, 4.4rem);
}

.gift-planner-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.gift-planner-control {
  display: grid;
  gap: 14px;
}

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

.gift-amounts button {
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.gift-amounts button:hover {
  border-color: rgba(255, 75, 51, 0.42);
  transform: translateY(-3px);
}

.gift-amounts button.is-selected {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.gift-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 24px;
  align-items: center;
  min-width: 0;
  border-radius: var(--radius);
  padding: 24px;
  background: #0b302e;
  color: var(--white);
}

.gift-result > span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.gift-result > span svg {
  flex: 0 0 auto;
  width: 19px;
  color: #ff9e8d;
}

.gift-result p {
  grid-column: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.9rem;
}

.gift-result > a {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border-radius: var(--radius);
  padding: 12px 16px;
  background: var(--white);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.gift-result > a img,
.gift-result > a svg {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.journey-rail {
  position: fixed;
  z-index: 27;
  top: 50%;
  right: 14px;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

.journey-rail a {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(16, 44, 43, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.journey-rail a::after {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.journey-rail a.is-active {
  border-color: var(--orange);
  background: var(--orange);
  transform: scale(1.28);
}

.journey-rail span {
  position: absolute;
  top: 50%;
  right: 18px;
  opacity: 0;
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  pointer-events: none;
  transform: translate(5px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.journey-rail a:hover span,
.journey-rail a:focus-visible span {
  opacity: 1;
  transform: translate(0, -50%);
}

.donor-dock {
  position: fixed;
  z-index: 45;
  right: 30px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 54px minmax(180px, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(540px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(11, 48, 46, 0.96);
  color: var(--white);
  box-shadow: 0 24px 74px rgba(8, 44, 42, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity 260ms ease, transform 260ms ease;
  backdrop-filter: blur(18px);
}

.donor-dock.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.donor-dock > img {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  object-fit: cover;
}

.donor-dock > span {
  display: grid;
  min-width: 0;
}

.donor-dock small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}

.donor-dock strong {
  font-family: "Manrope", sans-serif;
}

.donor-dock > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border-radius: var(--radius);
  padding: 10px 14px;
  background: var(--orange);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.donor-dock > a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.donor-dock-close {
  position: absolute;
  top: -11px;
  right: -11px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(16, 44, 43, 0.14);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(8, 44, 42, 0.16);
}

.donor-dock-close svg {
  width: 14px;
  height: 14px;
}

@keyframes live-pulse {
  70% {
    box-shadow: 0 0 0 8px rgba(102, 230, 184, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(102, 230, 184, 0);
  }
}

@keyframes trapeze-swing {
  from {
    transform: rotate(-14deg);
  }
  to {
    transform: rotate(14deg);
  }
}

@keyframes stage-twinkle {
  from {
    opacity: 0.28;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes juggle-one {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(58px, -150px);
  }
}

@keyframes juggle-two {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-38px, -118px);
  }
}

@keyframes juggle-three {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-65px, -166px);
  }
}

@media (max-width: 1180px) {
  .journey-rail {
    display: none;
  }

  .circus-motion-section {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  }

  .leader-card-feature {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(430px, 1fr) auto;
  }
}

@media (max-width: 900px) {
  .circus-motion-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(430px, 56vw) auto;
    padding-top: 94px;
  }

  .circus-stage-copy {
    max-width: 760px;
    padding-bottom: 10px;
  }

  .kinetic-arena {
    min-height: 430px;
  }

  .team-heading,
  .team-grid,
  .gift-planner {
    grid-template-columns: 1fr;
  }

  .team-heading {
    align-items: start;
  }

  .leader-card-feature {
    grid-template-columns: 1fr 0.82fr;
    grid-template-rows: minmax(500px, auto);
  }

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

  .team-principles span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .team-principles span:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .circus-motion-section {
    grid-template-rows: auto minmax(330px, 98vw) auto;
    min-height: 0;
    padding: 82px 18px 28px;
  }

  .circus-stage-copy {
    padding-top: 10px;
  }

  .circus-stage-copy h2 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .kinetic-arena {
    min-height: 330px;
    margin-inline: -38px;
  }

  .stage-metrics {
    grid-template-columns: 1fr;
  }

  .stage-metrics span {
    padding: 18px 0;
  }

  .stage-metrics span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
    padding-left: 0;
  }

  .team-section {
    padding-top: 86px;
  }

  .team-grid {
    gap: 14px;
  }

  .leader-card,
  .leader-card-feature {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(350px, 78vw) auto;
  }

  .leader-card-feature .leader-copy,
  .leader-copy {
    padding: 26px;
  }

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

  .team-principles span + span,
  .team-principles span:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .gift-planner {
    margin-top: 64px;
    padding-block: 48px;
  }

  .gift-amounts {
    grid-template-columns: 1fr 1fr;
  }

  .gift-result {
    grid-template-columns: 1fr;
  }

  .gift-result > a {
    grid-column: 1;
    grid-row: auto;
    justify-content: center;
    margin-top: 6px;
  }

  .donor-dock {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 44px 1fr auto;
    width: calc(100% - 24px);
  }

  .donor-dock > img {
    width: 44px;
    height: 44px;
  }

  .donor-dock small {
    display: none;
  }

  .donor-dock > a {
    padding-inline: 12px;
  }
}

@media (max-width: 420px) {
  .donor-dock {
    grid-template-columns: 40px 1fr auto;
    gap: 9px;
  }

  .donor-dock > img {
    width: 40px;
    height: 40px;
  }

  .donor-dock > span strong {
    font-size: 0.78rem;
  }

  .donor-dock > a span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-dot,
  .trapeze-swing,
  .stage-stars circle,
  .juggle-ball {
    animation: none;
  }

  .circus-stage-photo,
  .kinetic-arena,
  .leader-card,
  .leader-card.is-visible {
    transform: none;
  }
}
