:root {
  --page: #fffaf2;
  --surface: #fffefd;
  --ink: #402433;
  --muted: #765f69;
  --accent: #ee725d;
  --accent-dark: #b94754;
  --line: rgba(101, 52, 69, 0.1);
  --line-strong: rgba(101, 52, 69, 0.2);
  --soft-accent: rgba(250, 179, 72, 0.16);
  --section-tint: rgba(255, 226, 171, 0.23);
  --wash-one: rgba(255, 198, 72, 0.16);
  --wash-two: rgba(238, 114, 93, 0.1);
  --brand-gradient: linear-gradient(145deg, #f59b58, #e45168);
  --brand-shadow: rgba(229, 81, 104, 0.2);
  --visual-background: #f9dca9;
}

.heart-mark {
  border-radius: 50% 50% 48% 52%;
}

.heart-mark svg {
  width: 18px;
  height: 18px;
}

.brand-name-long {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 680;
  letter-spacing: 0;
}

.charity-hero h1 {
  max-width: 880px;
}

.charity-hero > .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.sunshine-visual {
  isolation: isolate;
  margin: 0;
  border-color: rgba(115, 69, 39, .13);
  box-shadow: 0 28px 80px rgba(130, 74, 39, .16);
}

.sunshine-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(50, 31, 27, .36), transparent 46%);
  pointer-events: none;
}

.sunshine-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.photo-message {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 18px;
  background: rgba(255, 252, 244, .86);
  box-shadow: 0 15px 45px rgba(61, 37, 28, .16);
  backdrop-filter: blur(12px);
}

.photo-message strong,
.photo-message span {
  display: block;
}

.photo-message strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 1rem;
}

.photo-message span {
  color: var(--muted);
  font-size: .79rem;
  line-height: 1.45;
}

.moment-card:nth-child(1) {
  background: linear-gradient(155deg, #fffefb, #fff2c9);
}

.moment-card:nth-child(2) {
  background: linear-gradient(155deg, #fffefb, #ffe1d8);
}

.moment-card:nth-child(3) {
  background: linear-gradient(155deg, #fffefb, #f7e2ed);
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}

.work-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.work-steps li:first-child {
  padding-top: 0;
}

.work-steps li > span {
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: .1em;
}

.work-steps strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.work-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.support-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 60px;
  align-items: end;
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid rgba(111, 40, 81, .14);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #ffe4a8, #fff5dc 55%, #ffd8ce);
}

.support-panel h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.support-panel p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.support-action {
  display: grid;
  justify-items: start;
  gap: 13px;
}

.support-action span {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .work-layout,
  .support-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .charity-hero h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 13.5vw, 3.35rem);
    overflow-wrap: normal;
  }
}
