* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #050505;
}

body {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 173, 46, 0.08), transparent 28rem),
    #050505;
}

.design-stage {
  position: relative;
  width: min(100%, 1024px);
  margin: 0 auto;
  background: #050505;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);
}

.design-image {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 6px;
  outline-offset: 4px;
}

.hotspot:focus-visible {
  outline: 3px solid #ffd36e;
  background: rgba(255, 211, 110, 0.16);
}

.nav-donate {
  left: 86.05%;
  top: 2.02%;
  width: 10.45%;
  height: 2.31%;
}

.hero-donate {
  left: 4.4%;
  top: 30.6%;
  width: 11.95%;
  height: 2.65%;
}

.bottom-donate {
  left: 72.35%;
  top: 82.2%;
  width: 21.75%;
  height: 2.68%;
}

.share-story {
  left: 17.75%;
  top: 30.6%;
  width: 18.8%;
  height: 2.65%;
}

.read-story {
  left: 4.35%;
  top: 52.45%;
  width: 18.8%;
  height: 2.45%;
}

.legacy-nav {
  left: 30.7%;
  top: 2.85%;
  width: 10.3%;
  height: 1.35%;
}

.resources-nav {
  left: 41.1%;
  top: 2.9%;
  width: 10.2%;
  height: 1.25%;
}

.explore-resources {
  left: 4%;
  top: 77.55%;
  width: 14.5%;
  height: 2.9%;
}

.legacy-page {
  min-height: 100vh;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 76% 24%, rgba(244, 173, 46, 0.22), transparent 23rem),
    #050505;
}

.legacy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.legacy-header a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.legacy-header nav {
  display: flex;
  gap: 1.2rem;
}

.legacy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 27rem);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 1rem;
}

.legacy-eyebrow {
  margin: 0 0 0.8rem;
  color: #ffd36e;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legacy-hero h1 {
  max-width: 42rem;
  margin: 0 0 1rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.legacy-hero p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  line-height: 1.6;
}

.honoree-note {
  padding: 1rem;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(244, 173, 46, 0.45);
  border-radius: 6px;
}

.legacy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.3rem;
  color: #111;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffd36e, #f4ad2e);
  border-radius: 5px;
}

.legacy-hero img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  filter: grayscale(1) contrast(1.08);
}

.share-hero {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 1rem;
}

.share-hero h1 {
  margin: 0 0 1rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.share-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  line-height: 1.6;
}

.share-card {
  margin: 2rem 0;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(244, 173, 46, 0.45);
  border-radius: 6px;
}

.copy-share,
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.1rem;
  color: #111;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffd36e, #f4ad2e);
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

@media (max-width: 760px) {
  .legacy-header,
  .legacy-header nav {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

@media (max-width: 1024px) {
  .design-stage {
    box-shadow: none;
  }
}
