/* Photo-led hero: real imagery first, with no invented landscape motifs. */
:root {
  --orange-text: #c44712;
}

html {
  scroll-padding-top: 90px;
}

main > section {
  scroll-margin-top: 90px;
}

main[tabindex="-1"]:focus {
  outline: none;
}

.topbar .mobile-nav {
  display: none;
}

.topbar .desktop-nav {
  gap: clamp(14px, 2vw, 26px);
  align-items: center;
}

.topbar .desktop-nav a:not(.nav-date) {
  position: relative;
  padding: 9px 0;
  transition: color 180ms ease;
}

.topbar .desktop-nav a:not(.nav-date)::after {
  content: ";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.topbar .desktop-nav a[aria-current=location]:not(.nav-date) {
  color: var(--orange-text);
}

.topbar .desktop-nav a[aria-current=location]:not(.nav-date)::after {
  transform: scaleX(1);
}

.topbar .desktop-nav .nav-date {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 2px solid var(--deep);
  border-radius: 3px 15px 3px 15px;
  background: var(--orange);
  color: #0b2f36;
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero::before {
  content: none;
}

.hero-photo {
  inset: 0 0 0 47%;
  width: auto;
  background-image: url("assets/web/nicole-hero-1920.jpg");
  background-image: -webkit-image-set(
    url("assets/web/nicole-hero-1440.webp") 1x,
    url("assets/web/nicole-hero-1920.webp") 2x
  );
  background-image: image-set(
    url("assets/web/nicole-hero-1440.webp") 1x,
    url("assets/web/nicole-hero-1920.webp") 2x
  );
  background-position: 20% center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-photo::after {
  background:
    linear-gradient(
      90deg,
      var(--deep) 0%,
      rgba(18, 61, 69, 0.84) 5%,
      rgba(18, 61, 69, 0.58) 14%,
      rgba(18, 61, 69, 0.34) 23%,
      rgba(18, 61, 69, 0.16) 32%,
      rgba(18, 61, 69, 0.04) 41%,
      rgba(18, 61, 69, 0) 48%
    ),
    linear-gradient(0deg, rgba(18, 61, 69, 0.16) 0%, rgba(18, 61, 69, 0.04) 34%, rgba(18, 61, 69, 0) 56%);
}

.hero-copy {
  max-width: min(42vw, 620px);
}

.hero h1 {
  font-size: clamp(58px, 6.8vw, 106px);
}

.hero-copy > p:not(.kicker, .preview-note) {
  max-width: 570px;
}

.hero-project-name {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.08em;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero-photo-caption {
  position: absolute;
  z-index: 4;
  right: 6px;
  bottom: 132px;
  width: max-content;
  max-width: calc(53% - 18px);
  margin: 0;
  padding: 7px 10px;
  border-radius: 2px;
  background: rgba(18, 61, 69, 0.68);
  color: rgba(255, 245, 229, 0.9);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: right;
  white-space: nowrap;
}

.event-date-block {
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 2px;
}

.event-date-block small {
  color: #0b2f36;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.25;
}

.hero-foot .event-date {
  color: #0b2f36;
}

.anywhere-copy {
  color: #0b2f36;
}

.anywhere-copy small {
  color: #0b2f36;
}

.topbar .brand-moon {
  border: 1.5px solid var(--deep);
  border-radius: 50%;
  background: transparent;
  color: var(--deep);
  box-shadow: none;
}

.brand-moon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topbar .brand {
  position: relative;
}

.moon-hint {
  position: absolute;
  z-index: 40;
  top: calc(100% + 16px);
  right: 0;
  width: max-content;
  max-width: min(280px, calc(100vw - 40px));
  padding: 8px 10px;
  border: 1px solid rgba(255, 245, 229, 0.28);
  border-radius: 7px;
  background: rgba(18, 61, 69, 0.96);
  color: var(--cream);
  box-shadow: 0 7px 20px rgba(18, 61, 69, 0.2);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.topbar .brand:hover .moon-hint,
.topbar .brand:focus-visible .moon-hint {
  opacity: 1;
  transform: translateY(0);
}

.nicole-photo img.nicole-photo-second {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 96px 96px 10px 10px;
}

.intro.split {
  display: block;
}

.intro-heading {
  margin-bottom: 44px;
}

.intro-heading h2 {
  margin-top: 0;
}

.intro-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8vw;
  align-items: stretch;
}

.intro-body .nicole-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
}

.intro-body .intro-text {
  padding-top: 0;
}

.nicole-photo picture,
.legacy-photo picture {
  display: block;
  height: 100%;
}

.participate {
  background-color: #d9e9eb;
}

.participate .path-grid article:nth-child(1) {
  border-color: var(--deep);
  background: var(--deep);
  color: var(--cream);
  box-shadow: 7px 7px 0 var(--orange);
}

.participate .path-grid article:nth-child(1) p {
  color: rgba(255, 245, 229, 0.78);
}

.participate .path-grid article:nth-child(1) a,
.participate .path-grid article:nth-child(1) > span {
  color: var(--gold);
}

.participate .path-grid article:nth-child(2) {
  border-color: var(--deep);
  background: var(--orange);
  color: var(--deep);
  box-shadow: 7px 7px 0 var(--gold);
}

.participate .path-grid article:nth-child(2) p,
.participate .path-grid article:nth-child(2) a,
.participate .path-grid article:nth-child(2) > span {
  color: #0b2f36;
}

.participate .path-grid article:nth-child(3) {
  border-color: var(--deep);
  background: var(--gold);
  color: var(--deep);
  box-shadow: 7px 7px 0 var(--deep);
}

.participate .path-grid article:nth-child(3) p,
.participate .path-grid article:nth-child(3) a,
.participate .path-grid article:nth-child(3) > span {
  color: var(--deep);
}

.sponsor {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 8vw;
  min-height: 720px;
  padding: clamp(85px, 9vw, 130px) clamp(24px, 8vw, 120px);
  background-color: #f4c58f;
  background-image: radial-gradient(circle, rgba(18, 61, 69, 0.16) 2px, transparent 2.5px);
  background-size: 30px 30px;
  color: var(--deep);
}

.sponsor-copy {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.sponsor-copy .lead {
  max-width: 520px;
}

.sponsor-copy > p:not(.lead) {
  max-width: 560px;
  color: var(--deep);
}

.sponsor-copy .sponsor-privacy {
  margin: 24px 0;
  padding-left: 15px;
  border-left: 3px solid var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.sponsor-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sponsor-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 2px solid var(--deep);
  border-radius: 5px 30px 5px 30px;
  background: var(--cream);
  box-shadow: 7px 7px 0 var(--orange);
}

.sponsor-steps li:nth-child(even) {
  background: #d9e9eb;
  box-shadow: 7px 7px 0 var(--gold);
}

.sponsor-steps li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: var(--gold);
  font: 700 23px var(--display);
}

.sponsor-steps h3 {
  margin: 0 0 6px;
  font: 700 25px var(--display);
}

.sponsor-steps p {
  margin: 0;
  color: var(--deep);
  font-size: 13px;
}

.step-link,
.quiet-form-link {
  font-weight: 800;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.strava-steps .step-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--gold);
  font-size: 12px;
}

.sponsor-steps .quiet-form-link {
  color: var(--deep);
}

.legacy {
  position: relative;
  overflow: hidden;
  background-color: #dceff0;
  background-image: radial-gradient(circle, rgba(18, 61, 69, 0.13) 1.5px, transparent 2px);
  background-size: 32px 32px;
}

.legacy::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 2px solid rgba(18, 61, 69, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(246, 188, 59, 0.13), 0 0 0 84px rgba(233, 93, 57, 0.08);
}

.legacy-photo {
  position: relative;
  z-index: 1;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--deep);
  border-radius: 240px 240px 8px 8px;
  background: var(--deep);
  box-shadow: 10px 10px 0 var(--orange);
}

.legacy-photo img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  display: block;
  object-fit: cover;
  object-position: center 50%;
}

.legacy-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(18, 61, 69, 0.82);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.legacy-copy {
  position: relative;
  z-index: 1;
}

.legacy-copy h2 span {
  color: var(--orange-text);
}

.legacy-copy > p:not(.section-tag, .lead) {
  max-width: 590px;
  color: rgba(18, 61, 69, 0.8);
}

.legacy-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

footer .brand-moon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  aspect-ratio: 1 / 1;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  box-shadow: none;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}

.footer-contact a {
  color: white;
  font-size: 13px;
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

footer {
  flex-wrap: wrap;
}

.back-to-top {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 245, 229, 0.45);
  border-radius: 3px 14px 3px 14px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.intro {
  position: relative;
}

.song-moon {
  position: absolute;
  z-index: 8;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: var(--deep);
  opacity: 0.38;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.song-moon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.song-moon:hover,
.song-moon:focus-visible {
  opacity: 1;
  transform: translateY(-2px) rotate(-7deg);
  box-shadow: 0 0 0 7px rgba(246, 188, 59, 0.2);
}

.song-moon-hero {
  top: 54px;
  right: 42px;
  width: 46px;
  height: 46px;
  border-color: rgba(218, 222, 218, 0.82);
  background: transparent;
  color: rgba(218, 222, 218, 0.82);
  opacity: 0.62;
  backdrop-filter: none;
  box-shadow: none;
}

.song-moon-hero svg {
  width: 25px;
  height: 25px;
}

.song-moon-intro {
  top: 30px;
  right: clamp(24px, 8vw, 120px);
}

.participate,
.strava {
  position: relative;
}

.song-moon-how,
.song-moon-join,
.song-moon-sponsor,
.song-moon-legacy,
.song-moon-trails {
  top: 30px;
  right: clamp(24px, 8vw, 120px);
}

.trails-moon-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1340px;
  min-height: 44px;
  margin: 0 auto 14px;
}

.trails-moon-row .song-moon-trails {
  position: relative;
  inset: auto;
  flex: 0 0 auto;
}

.song-moon-join {
  color: var(--cream);
}

.trails-page {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 9vw, 132px) clamp(24px, 8vw, 120px);
  background-color: #fff4e5;
  background-image:
    radial-gradient(circle at 9% 18%, rgba(246, 188, 59, 0.22) 0 74px, transparent 76px),
    radial-gradient(circle at 94% 78%, rgba(77, 132, 146, 0.14) 0 120px, transparent 122px);
}

.trails-page::before {
  content: "";
  position: absolute;
  right: -90px;
  top: 120px;
  width: 280px;
  height: 280px;
  border: 2px dashed rgba(18, 61, 69, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.trails-page > * {
  position: relative;
  z-index: 1;
}

.trails-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
  margin-bottom: 54px;
}

.trails-heading h2 {
  margin: 0;
  color: var(--deep);
}

.trails-heading h2 span {
  color: var(--orange-text);
}

.trails-heading p {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
}

.trails-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 1fr);
  gap: clamp(20px, 2vw, 30px);
  align-items: stretch;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.trails-photo {
  position: relative;
  min-height: 0;
  margin: 0;
}

.trails-photo picture {
  position: absolute;
  inset: 0;
  display: block;
}

.trails-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 3px solid var(--deep);
  border-radius: 160px 160px 12px 12px;
  box-shadow: 12px 12px 0 var(--orange);
}

.trails-photo figcaption {
  position: absolute;
  bottom: 18px;
  left: 22px;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 8px 13px;
  border: 2px solid var(--deep);
  border-radius: 3px 14px 3px 14px;
  background: var(--cream);
  color: var(--deep);
  font-size: 11px;
  font-weight: 800;
}

.trail-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(8, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--deep);
  border-left: 2px solid var(--deep);
  list-style: none;
}

.trail-list li {
  display: flex;
  min-width: 0;
  margin: 0;
}

.trail-route {
  --route-color: var(--orange);
  min-height: 190px;
  display: grid;
  grid-template-columns: minmax(135px, 0.8fr) minmax(0, 1.2fr);
  grid-template-rows: 1fr auto;
  gap: 14px 26px;
  align-items: center;
  padding: 28px;
  border-right: 2px solid var(--deep);
  border-bottom: 2px solid var(--deep);
  background: rgba(255, 250, 241, 0.72);
  color: var(--deep);
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.trails-layout .trail-route {
  width: 100%;
  min-height: 128px;
  grid-template-columns: minmax(160px, 1.05fr) minmax(140px, 0.95fr);
  gap: 8px 14px;
  padding: 16px 18px;
}

.trails-layout .route-map {
  width: 100%;
}

.trails-layout .trail-copy strong {
  font-size: clamp(19px, 1.7vw, 26px);
}

.trail-route:hover,
.trail-route:focus-visible {
  background: #fffaf1;
  box-shadow: inset 0 0 0 4px var(--route-color);
}

.route-map {
  grid-row: 1 / 3;
  color: var(--route-color);
  transition: transform 180ms ease;
}

.trail-route:hover .route-map,
.trail-route:focus-visible .route-map {
  transform: translateY(-3px);
}

.route-map svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.route-map path,
.route-map circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.route-map circle {
  fill: #fffaf1;
  stroke-width: 2.5;
}

.trail-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trail-copy small {
  color: var(--route-color);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.trail-copy strong {
  font: 700 clamp(22px, 2.2vw, 31px) var(--display);
  line-height: 1.08;
}

.trail-copy > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.trail-open {
  justify-self: start;
  color: var(--deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: var(--route-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.trail-wash { --route-color: #c44712; }
.trail-harvard { --route-color: #2e7882; }
.trail-falcon { --route-color: #e05b32; }
.trail-table { --route-color: #92720d; }
.trail-pitkin { --route-color: #3d798b; }
.trail-four-pass { --route-color: #bb4f2b; }
.trail-401 { --route-color: #17665b; }
.trail-eagle { --route-color: #9b6b16; }

.trails-contribute {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1340px;
  margin: clamp(48px, 6vw, 78px) auto 0;
  padding-top: 30px;
  border-top: 2px solid rgba(18, 61, 69, 0.18);
}

.trail-memory-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border: 2px solid var(--deep);
  border-radius: 4px 18px 4px 18px;
  background: var(--deep);
  box-shadow: 7px 7px 0 var(--orange);
  color: var(--cream);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.trail-memory-button:hover,
.trail-memory-button:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 var(--orange);
}

.give {
  position: relative;
}

.song-moon-give {
  top: 30px;
  right: clamp(24px, 8vw, 120px);
  color: #0b2f36;
}

.intro h2 span {
  color: var(--orange-text);
}

.give > p:not(.section-tag) {
  color: #0b2f36;
}

.give-project-name {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.12em;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.giving-trust {
  display: block;
  margin: 13px auto 0;
  color: #0b2f36;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.giving-trust-card {
  margin: 10px 0 0;
  color: rgba(18, 61, 69, 0.75);
  font-size: 10px;
}

.give a:focus-visible,
.participate .path-grid article:nth-child(2) a:focus-visible {
  outline-color: #0b2f36;
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 72px 24px;
  background-color: #f4c58f;
  background-image: radial-gradient(circle, rgba(18, 61, 69, 0.16) 2px, transparent 2.5px);
  background-size: 30px 30px;
  color: var(--deep);
  text-align: center;
}

.not-found-card {
  width: min(100%, 760px);
  padding: clamp(36px, 7vw, 72px);
  border: 3px solid var(--deep);
  border-radius: 6px 42px 6px 42px;
  background: var(--cream);
  box-shadow: 10px 10px 0 var(--orange);
}

.not-found-code {
  margin: 0;
  color: var(--orange-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.not-found h1 {
  margin: 20px 0;
  font-size: clamp(48px, 8vw, 88px);
}

.not-found-card > p:not(.not-found-code) {
  max-width: 560px;
  margin: 0 auto 28px;
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 170px;
  }

  main > section {
    scroll-margin-top: 170px;
  }

  .topbar {
    height: auto;
    min-height: 78px;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topbar .mobile-nav {
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .topbar .mobile-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border: 1px solid rgba(18, 61, 69, 0.2);
    border-radius: 3px 12px 3px 12px;
    background: var(--cream);
    color: var(--deep);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }

  .topbar .mobile-nav .mobile-date {
    grid-column: 1 / -1;
    background: var(--orange);
    color: #0b2f36;
  }

  .topbar .mobile-nav a[aria-current=location]:not(.mobile-date) {
    border-color: var(--orange);
    background: #ffe2c4;
    color: var(--deep);
    box-shadow: inset 0 -3px 0 var(--orange);
  }

  .sponsor {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .intro-body {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intro-body .nicole-photo {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .trails-heading,
  .trails-layout,
  .trail-list {
    grid-template-columns: 1fr;
  }

  .trails-heading {
    gap: 24px;
  }

  .trails-photo {
    position: relative;
    top: auto;
    width: min(100%, 680px);
    aspect-ratio: 4 / 5;
    margin: 0 auto 34px;
  }

  .trails-layout .trail-route {
    min-height: 150px;
    padding: 22px;
  }
}


@media (max-width: 650px) {
  .hero {
    min-height: 980px;
    padding: 400px 20px 165px;
  }

  .hero-photo {
    inset: 0 0 auto 0;
    width: 100%;
    height: 380px;
    background-position: center 44%;
    background-image: url("assets/web/nicole-hero-1920.jpg");
    background-image: -webkit-image-set(
      url("assets/web/nicole-hero-960.webp") 1x,
      url("assets/web/nicole-hero-1440.webp") 2x
    );
    background-image: image-set(
      url("assets/web/nicole-hero-960.webp") 1x,
      url("assets/web/nicole-hero-1440.webp") 2x
    );
  }

  .hero-photo::after {
    background: linear-gradient(180deg, rgba(18, 61, 69, 0) 54%, var(--deep) 100%);
  }

  .hero-copy {
    max-width: none;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-photo-caption {
    top: 338px;
    right: 16px;
    bottom: auto;
    max-width: calc(100% - 32px);
    font-size: 8px;
    white-space: normal;
  }

  .legacy-photo,
  .legacy-photo img {
    min-height: 460px;
  }

  .footer-contact {
    align-items: flex-start;
    text-align: left;
  }

  .song-moon-hero {
    top: 46px;
    right: 20px;
  }

  .event-date-block small {
    font-size: 11px;
  }

  .trails-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .trail-route {
    min-height: 164px;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px 18px;
    padding: 20px 16px;
  }

  .trail-copy strong {
    font-size: 23px;
  }

  .trail-open {
    font-size: 9px;
  }

  .song-moon-intro {
    top: 22px;
    right: 20px;
  }

  .song-moon-how,
  .song-moon-join,
  .song-moon-sponsor,
  .song-moon-legacy,
  .song-moon-trails {
    top: 22px;
    right: 20px;
  }

  .song-moon-give {
    top: 22px;
    right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .song-moon,
  .moon-hint {
    transition: none;
  }
}
