:root {
  --bg: #f1eadf;
  --paper: #fbf7ef;
  --ink: #f8f5ed;
  --charcoal: #080c0f;
  --charcoal-soft: #12171a;
  --muted: #ada89c;
  --gold: #c6a765;
  --gold-bright: #e4c46e;
  --line: rgba(198, 167, 101, 0.38);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 26px 80px rgba(8, 12, 15, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 16% 0%, rgba(198, 167, 101, 0.15), transparent 24rem),
    linear-gradient(180deg, var(--bg), #e8dfd1);
  font-family: "Geist", "Outfit", "Arial", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 42px 42px;
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem clamp(1rem, 3vw, 3rem);
  color: var(--ink);
  background: rgba(8, 12, 15, 0.78);
  border-bottom: 1px solid rgba(198, 167, 101, 0.28);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand {
  max-width: 28rem;
  color: var(--gold-bright);
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.header-nav a {
  padding: 0.75rem 0.9rem;
  color: rgba(248, 245, 237, 0.84);
  font-size: 0.88rem;
  font-weight: 700;
  border: 1px solid rgba(248, 245, 237, 0.12);
  border-radius: 999px;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), border-color 260ms ease,
    color 260ms ease;
}

.header-nav a:hover {
  color: var(--gold-bright);
  border-color: rgba(228, 196, 110, 0.5);
  transform: translateY(-2px);
}

.header-nav a:active,
.primary-link:active {
  transform: translateY(1px) scale(0.98);
}

.section-inner {
  width: min(100% - 2rem, 1400px);
  margin-inline: auto;
}

.section-dark {
  color: var(--ink);
  background: var(--charcoal);
}

.hero {
  position: relative;
  min-height: calc(100dvh - 76px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 12, 15, 0.96) 0%, rgba(8, 12, 15, 0.72) 34%, rgba(8, 12, 15, 0.25) 72%),
    url("assets/bg-slide-1.jpg") center / cover no-repeat;
  transform: scale(1.02);
  animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero::after,
.why-section::after,
.stats-section::after,
.packages-section::after,
.thanks-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 70% 20%, rgba(198, 167, 101, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%);
}

.hero-content {
  width: min(50rem, 100%);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.6rem, 5.5vw, 5.25rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.9rem, 4vw, 4.2rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.hero p:not(.eyebrow),
.copy-panel p,
.thanks-copy p {
  max-width: 64ch;
  color: rgba(248, 245, 237, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.hero-goal {
  display: inline-flex;
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  color: var(--gold-bright) !important;
  font-weight: 900;
  background: rgba(8, 12, 15, 0.62);
  border: 1px solid rgba(228, 196, 110, 0.45);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 1rem 1.35rem;
  color: #12100a;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 18px 50px rgba(0, 0, 0, 0.24);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), filter 260ms ease;
}

.primary-link:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.diamond-strip {
  position: absolute;
  right: clamp(-8rem, -8vw, -4rem);
  bottom: clamp(2rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: repeat(2, 6rem);
  gap: 1rem;
  opacity: 0.86;
  transform: rotate(45deg);
}

.diamond-strip span {
  width: clamp(4rem, 8vw, 8rem);
  aspect-ratio: 1;
  background: rgba(198, 167, 101, 0.72);
}

.diamond-strip span:nth-child(2),
.diamond-strip span:nth-child(3) {
  background: rgba(255, 255, 255, 0.9);
}

.about-section,
.categories-section,
.marathon-section,
.benefits-section,
.final-contact-section,
.future-section {
  padding: clamp(4rem, 9vw, 8rem) 0;
}

.play-mark {
  width: clamp(4rem, 12vw, 8rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(228, 196, 110, 0.58);
  background:
    linear-gradient(135deg, rgba(228, 196, 110, 0.9), rgba(198, 167, 101, 0.6)),
    var(--gold);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: scale(0.56);
  animation: float 3.4s ease-in-out infinite;
}

.benefits-section {
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.96), rgba(251, 247, 239, 0.88)),
    url("assets/bg-slide-3.jpg") center / cover no-repeat;
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.video-frame {
  position: sticky;
  top: 6rem;
  width: min(100%, 430px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid rgba(198, 167, 101, 0.42);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits-copy h2 {
  color: var(--charcoal);
  max-width: 12ch;
  font-size: clamp(1.9rem, 3.4vw, 3.6rem);
}

.benefit-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.benefit-list article {
  padding: 1.3rem 0;
  border-top: 1px solid rgba(198, 167, 101, 0.46);
}

.benefit-list h3 {
  margin-bottom: 0.55rem;
  color: var(--charcoal);
  font-size: clamp(1.12rem, 1.6vw, 1.55rem);
}

.benefit-list p {
  max-width: 66ch;
  margin-bottom: 0;
  color: rgba(8, 12, 15, 0.68);
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.52;
}

.stats-section,
.packages-section,
.thanks-section,
.why-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 9vw, 8rem) 0;
  isolation: isolate;
}

.stats-section {
  background:
    linear-gradient(90deg, rgba(8, 12, 15, 0.95), rgba(8, 12, 15, 0.76)),
    url("assets/bg-slide-2.jpg") center / cover no-repeat;
}

.stats-grid,
.why-grid,
.thanks-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.stats-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.stats-list article {
  min-height: 11rem;
  padding: 1.6rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-list article:nth-child(2n) {
  border-right: 0;
}

.stats-list strong,
.marathon-stats strong {
  display: block;
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  line-height: 0.9;
}

.stats-list span,
.marathon-stats span {
  display: block;
  margin-top: 0.85rem;
  color: rgba(248, 245, 237, 0.8);
  font-size: clamp(0.95rem, 1.15vw, 1.12rem);
  line-height: 1.22;
}

.two-column,
.marathon-layout,
.future-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.image-panel {
  overflow: hidden;
  border: 1px solid rgba(198, 167, 101, 0.4);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.image-panel:hover img {
  transform: scale(1.04);
}

.image-panel-left {
  transform: translateY(2rem);
}

.image-panel-right {
  transform: translateY(-2rem);
}

.copy-panel {
  padding: clamp(1.5rem, 4vw, 4rem);
}

.copy-panel h2 {
  color: var(--charcoal);
}

.copy-panel p {
  color: rgba(8, 12, 15, 0.72);
}

.numbered-copy {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.numbered-copy li {
  position: relative;
  padding-left: 3rem;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.48;
  counter-increment: steps;
}

.numbered-copy li::before {
  position: absolute;
  left: 0;
  top: 0.12rem;
  content: counter(steps);
  color: var(--gold);
  font-size: 1rem;
  font-weight: 900;
}

.why-section {
  background:
    linear-gradient(90deg, rgba(8, 12, 15, 0.96), rgba(8, 12, 15, 0.82)),
    url("assets/bg-slide-4.jpg") center / cover no-repeat;
}

.why-grid {
  grid-template-columns: minmax(20rem, 0.76fr) minmax(0, 1fr);
  align-items: center;
}

.why-grid h2 {
  max-width: 8.6ch;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
}

.timeline {
  display: grid;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  padding: 0 0 1.2rem 2.7rem;
  color: rgba(248, 245, 237, 0.88);
  font-size: clamp(1.08rem, 1.65vw, 1.65rem);
  line-height: 1.2;
  border-bottom: 1px solid rgba(198, 167, 101, 0.22);
}

.timeline li::before {
  position: absolute;
  left: 0;
  top: 0.28rem;
  width: 0.86rem;
  aspect-ratio: 1;
  content: "";
  background: var(--gold);
  border: 4px solid rgba(248, 245, 237, 0.82);
  border-radius: 50%;
}

.categories-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.category-map {
  grid-row: span 2;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.category-map img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-list li {
  position: relative;
  padding-left: 1.45rem;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  font-weight: 800;
}

.category-list li::before {
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  aspect-ratio: 1;
  content: "";
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.section-heading {
  width: min(46rem, 100%);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.packages {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.88fr;
  gap: 1rem;
  align-items: stretch;
}

.package {
  padding: clamp(1.3rem, 3vw, 2.4rem);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(198, 167, 101, 0.22);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.package-gold {
  color: var(--charcoal);
  background: linear-gradient(145deg, #e6cb7c, #b69a59);
}

.package h3 {
  margin-bottom: 1.6rem;
}

.package dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.package dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(248, 245, 237, 0.18);
}

.package-gold dl div {
  border-bottom-color: rgba(8, 12, 15, 0.18);
}

.package dt,
.package dd {
  margin: 0;
}

.package dt {
  color: rgba(248, 245, 237, 0.68);
  line-height: 1.28;
}

.package-gold dt {
  color: rgba(8, 12, 15, 0.72);
}

.package dd {
  font-weight: 900;
  white-space: nowrap;
}

.marathon-section {
  background:
    linear-gradient(90deg, rgba(241, 234, 223, 0.96), rgba(241, 234, 223, 0.84)),
    url("assets/bg-slide-19.jpg") right center / cover no-repeat;
}

.copy-panel-dark {
  color: var(--ink);
  background: rgba(8, 12, 15, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.copy-panel-dark h2,
.copy-panel-dark .marathon-stats strong {
  color: var(--ink);
}

.copy-panel-dark h2 {
  max-width: 9.4ch;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
}

.copy-panel-dark p {
  color: rgba(248, 245, 237, 0.8);
}

.marathon-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.marathon-stats strong {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.marathon-stats span {
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.marathon-stats article:last-child {
  grid-column: 1 / -1;
}

.side-video-placeholder {
  display: grid;
  gap: 1rem;
}

.side-video-box {
  min-height: clamp(22rem, 34vw, 34rem);
  display: grid;
  place-items: center;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(8, 12, 15, 0.98), rgba(34, 30, 24, 0.92)),
    linear-gradient(90deg, rgba(198, 167, 101, 0.16), transparent);
  border: 1px solid rgba(198, 167, 101, 0.42);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.side-video-placeholder p {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 900;
  text-align: center;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 10rem) 0;
  background:
    linear-gradient(90deg, rgba(8, 12, 15, 0.96), rgba(8, 12, 15, 0.52)),
    url("assets/bg-slide-21.jpg") center / cover no-repeat;
}

.cta-layout {
  display: grid;
  justify-items: start;
}

.cta-layout h2 {
  max-width: 12ch;
  margin-bottom: 2rem;
}

.primary-link-large {
  min-height: 4rem;
  padding-inline: 2rem;
  font-size: 1.2rem;
}

.future-section {
  background: var(--paper);
}

.final-contact-section {
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.96), rgba(241, 234, 223, 0.92)),
    url("assets/bg-slide-21.jpg") center / cover no-repeat;
}

.final-contact-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.78fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.final-contact-layout h2 {
  color: var(--charcoal);
  max-width: 10ch;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-heading {
  margin: 2rem 0 1rem;
  color: var(--charcoal);
}

.contact-people {
  display: grid;
  gap: 1rem;
}

.contact-people article {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(198, 167, 101, 0.34);
  border-radius: var(--radius-md);
}

.contact-people img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
}

.contact-people strong,
.contact-people a {
  display: block;
}

.contact-people strong {
  margin-bottom: 0.35rem;
  font-size: 1.08rem;
}

.contact-people a {
  color: var(--charcoal);
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  font-weight: 900;
}

.contact-list a {
  display: inline-flex;
  padding-bottom: 0.2rem;
  color: var(--charcoal);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  font-weight: 900;
  border-bottom: 1px solid rgba(198, 167, 101, 0.7);
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: clamp(7rem, 12vw, 11rem);
  gap: 0.9rem;
}

.photo-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(198, 167, 101, 0.28);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 45px rgba(8, 12, 15, 0.16);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-mosaic img:hover {
  transform: translateY(-4px);
}

.photo-mosaic img:nth-child(1),
.photo-mosaic img:nth-child(4) {
  grid-row: span 2;
}

.photo-mosaic img:nth-child(3) {
  grid-column: span 2;
}

.thanks-section {
  background:
    linear-gradient(90deg, rgba(8, 12, 15, 0.94), rgba(8, 12, 15, 0.72)),
    url("assets/bg-slide-21.jpg") center / cover no-repeat;
}

.thanks-grid {
  grid-template-columns: minmax(21rem, 0.68fr) minmax(0, 1fr);
  align-items: center;
}

.thanks-grid h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.thanks-copy {
  display: grid;
  gap: 1rem;
}

.thanks-copy article {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  column-gap: 1.25rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: rgba(8, 12, 15, 0.58);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.thanks-copy article img {
  width: 5.5rem;
  height: 5.5rem;
  grid-row: span 3;
  object-fit: cover;
  border: 1px solid rgba(228, 196, 110, 0.56);
  border-radius: 50%;
}

.thanks-copy h3 {
  color: var(--gold-bright);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@keyframes slowZoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.07);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) scale(0.56);
  }
  50% {
    transform: translateY(-8px) scale(0.56);
  }
}

@media (max-width: 980px) {
  .site-header,
  .stats-grid,
  .why-grid,
  .thanks-grid,
  .two-column,
  .marathon-layout,
  .future-grid,
  .benefits-layout,
  .categories-layout,
  .packages {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: none;
  }

  .header-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 100dvh;
  }

  .stats-list,
  .marathon-stats,
  .category-list {
    grid-template-columns: 1fr;
  }

  .photo-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .video-frame {
    position: static;
  }

  .stats-list article,
  .stats-list article:nth-child(2n) {
    border-right: 0;
  }

  .image-panel-left,
  .image-panel-right {
    transform: none;
  }

  .category-map {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.9rem 1rem;
  }

  .header-nav a {
    padding: 0.65rem 0.7rem;
    font-size: 0.82rem;
  }

  .hero {
    padding: 4rem 1rem;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .play-mark {
    justify-self: start;
  }

  .stats-list article {
    min-height: auto;
    padding-inline: 0;
  }

  .copy-panel {
    padding-inline: 0;
  }

  .copy-panel-dark {
    padding: 1.3rem;
  }

  .contact-people article,
  .thanks-copy article {
    grid-template-columns: 4.5rem 1fr;
  }

  .contact-people img,
  .thanks-copy article img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .package dl div {
    grid-template-columns: 1fr;
  }

  .photo-mosaic {
    grid-auto-rows: 9rem;
    gap: 0.65rem;
  }

  .photo-mosaic img:nth-child(1),
  .photo-mosaic img:nth-child(3),
  .photo-mosaic img:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
