:root {
  --cream: #fff8ea;
  --coral: #ef745e;
  --font-display:
    "Neue Haas Grotesk Display Pro 55 Roman",
    "Neue Haas Grotesk Text Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --font-text:
    "Neue Haas Grotesk Text Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --green: #16483e;
  --mint: #8bcf9b;
  --plum: #7d3d78;
  --transition-duration: 1250ms;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  background: #102b26;
  color: white;
  font-family: var(--font-text);
  touch-action: none;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

.scroll-world {
  background: #102b26;
  height: 100svh;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.panel-stack,
.world-panel,
.panel-image-frame,
.panel-image,
.panel-image-backdrop,
.panel-shade {
  inset: 0;
  position: absolute;
}

.panel-image-frame {
  overflow: hidden;
}

.panel-image-backdrop {
  display: none;
}

.world-panel {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}

.world-panel.is-current,
.world-panel.is-entering,
.world-panel.is-leaving {
  visibility: visible;
}

.world-panel.is-current {
  opacity: 1;
  z-index: 1;
}

.world-panel.is-leaving {
  animation: panel-fade-out var(--transition-duration)
    cubic-bezier(0.76, 0, 0.24, 1) both;
  z-index: 2;
}

.world-panel.is-entering {
  animation: panel-fade-in var(--transition-duration)
    cubic-bezier(0.76, 0, 0.24, 1) both;
  z-index: 3;
}

.panel-image {
  backface-visibility: hidden;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.001);
  width: 100%;
  will-change: transform;
}

.world-panel.is-entering.direction-forward .panel-image {
  animation: image-enter-forward var(--transition-duration)
    cubic-bezier(0.76, 0, 0.24, 1) both;
}

.world-panel.is-leaving.direction-forward .panel-image {
  animation: image-leave-forward var(--transition-duration)
    cubic-bezier(0.76, 0, 0.24, 1) both;
}

.world-panel.is-entering.direction-backward .panel-image {
  animation: image-enter-backward var(--transition-duration)
    cubic-bezier(0.76, 0, 0.24, 1) both;
}

.world-panel.is-leaving.direction-backward .panel-image {
  animation: image-leave-backward var(--transition-duration)
    cubic-bezier(0.76, 0, 0.24, 1) both;
}

.panel-shade {
  background:
    linear-gradient(90deg, rgba(9, 30, 27, 0.82) 0%, rgba(9, 30, 27, 0.54) 31%, transparent 70%),
    linear-gradient(0deg, rgba(6, 24, 21, 0.3), transparent 48%);
}

.panel-content-right .panel-shade {
  background:
    linear-gradient(270deg, rgba(9, 30, 27, 0.82) 0%, rgba(9, 30, 27, 0.54) 31%, transparent 70%),
    linear-gradient(0deg, rgba(6, 24, 21, 0.3), transparent 48%);
}

.panel-motion {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.panel-motion * {
  animation-play-state: paused;
}

.world-panel.is-current .panel-motion *,
.world-panel.is-entering .panel-motion *,
.world-panel.is-leaving .panel-motion * {
  animation-play-state: running;
}

.butterfly-flight {
  animation: butterfly-orbit 7s ease-in-out infinite;
  height: 32px;
  left: 70%;
  position: absolute;
  top: 24%;
  width: 44px;
  will-change: transform;
}

.butterfly-flight-two {
  animation-delay: -3.4s;
  animation-duration: 8.4s;
  left: 82%;
  top: 38%;
  transform: scale(0.72);
}

.butterfly-body {
  background: #633641;
  border-radius: 999px;
  height: 19px;
  left: 20px;
  position: absolute;
  top: 7px;
  width: 5px;
}

.butterfly-wing {
  animation: butterfly-flap 540ms ease-in-out infinite alternate;
  background: #f5ad68;
  border: 2px solid rgba(89, 49, 54, 0.45);
  height: 22px;
  position: absolute;
  top: -2px;
  width: 19px;
  will-change: transform;
}

.butterfly-wing-left {
  border-radius: 70% 40% 65% 35%;
  right: 2px;
  transform-origin: right center;
}

.butterfly-wing-right {
  animation-delay: -270ms;
  border-radius: 40% 70% 35% 65%;
  left: 2px;
  transform-origin: left center;
}

.firefly {
  animation: firefly-float 4.6s ease-in-out infinite;
  background: #fff4a6;
  border-radius: 50%;
  box-shadow:
    0 0 8px #fff4a6,
    0 0 18px rgba(255, 218, 92, 0.8);
  height: 5px;
  left: 22%;
  opacity: 0.3;
  position: absolute;
  top: 35%;
  width: 5px;
  will-change: opacity, transform;
}

.firefly-2 {
  animation-delay: -1.4s;
  animation-duration: 5.4s;
  left: 34%;
  top: 58%;
}

.firefly-3 {
  animation-delay: -2.8s;
  left: 46%;
  top: 27%;
}

.firefly-4 {
  animation-delay: -0.7s;
  animation-duration: 6.2s;
  left: 57%;
  top: 52%;
}

.firefly-5 {
  animation-delay: -3.8s;
  left: 66%;
  top: 32%;
}

.firefly-6 {
  animation-delay: -2.1s;
  animation-duration: 5.8s;
  left: 76%;
  top: 64%;
}

.firefly-7 {
  animation-delay: -4.2s;
  left: 84%;
  top: 42%;
}

.panel-copy {
  bottom: clamp(76px, 9vh, 104px);
  left: clamp(30px, 7vw, 112px);
  max-width: min(620px, 46vw);
  position: absolute;
  text-shadow: 0 2px 24px rgba(7, 27, 23, 0.38);
  z-index: 2;
}

.panel-content-right .panel-copy {
  left: auto;
  right: clamp(30px, 7vw, 112px);
}

.world-panel.is-entering .panel-copy {
  animation: copy-enter var(--transition-duration)
    cubic-bezier(0.16, 1, 0.3, 1) both;
}

.world-panel.is-leaving .panel-copy {
  animation: copy-leave calc(var(--transition-duration) * 0.72)
    cubic-bezier(0.7, 0, 0.84, 0) both;
}

.panel-number {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 22px;
  opacity: 0.78;
}

.panel-eyebrow {
  color: #c9f5cf;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.panel-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.94;
  margin: 0;
  text-wrap: balance;
}

.panel-description {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 600px;
  text-wrap: pretty;
}

.panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.panel-tags li {
  background: var(--panel-tag-color);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(7, 28, 24, 0.12);
  color: var(--panel-tag-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.panel-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.primary-action,
.secondary-action {
  text-decoration: none;
}

.primary-action {
  align-items: center;
  background: var(--cream);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 22px;
  letter-spacing: 0.03em;
  padding: 16px 20px;
}

.secondary-action {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 0;
}

.closing-sheet {
  background: var(--cream);
  color: var(--green);
  inset: 0;
  overscroll-behavior-y: contain;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  touch-action: pan-y;
  transform: translate3d(0, 100%, 0);
  transition:
    transform var(--transition-duration) cubic-bezier(0.76, 0, 0.24, 1),
    visibility 0s linear var(--transition-duration);
  visibility: hidden;
  will-change: transform;
  z-index: 40;
}

.closing-sheet.is-open {
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition:
    transform var(--transition-duration) cubic-bezier(0.76, 0, 0.24, 1),
    visibility 0s linear 0s;
  visibility: visible;
}

.closing-sheet-inner {
  display: grid;
  gap: clamp(28px, 4vw, 70px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  margin: 0 auto;
  min-height: 100svh;
  padding: clamp(94px, 12vh, 150px) clamp(28px, 7vw, 118px)
    clamp(54px, 8vh, 90px);
  position: relative;
  width: min(1600px, 100%);
}

.closing-sheet-close {
  align-items: center;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 900;
  gap: 12px;
  left: clamp(28px, 7vw, 118px);
  letter-spacing: 0.12em;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  top: 34px;
}

.closing-sheet-close span {
  font-size: 18px;
}

.closing-sheet-intro {
  align-self: start;
  padding-top: clamp(36px, 6vh, 72px);
  position: relative;
  z-index: 2;
}

.connect-detail {
  animation: connect-detail-enter 520ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.closing-sheet-intro.is-changing .connect-detail {
  opacity: 0;
  transform: translate3d(0, -8px, 0) scale(0.995);
}

.closing-sheet-eyebrow {
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.closing-sheet-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7vw, 108px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 0;
  max-width: 820px;
  text-wrap: balance;
}

.closing-sheet-intro > p:last-child,
.connect-detail > p:last-of-type {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  margin: 30px 0 0;
  max-width: 630px;
}

.connect-detail-back {
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  padding: 0;
  text-transform: uppercase;
}

.connect-detail-back + .closing-sheet-eyebrow {
  margin-bottom: 18px;
}

.connect-detail-back + .closing-sheet-eyebrow + h2 {
  font-size: clamp(48px, 5.5vw, 78px);
}

.closing-sheet-pathways {
  align-self: start;
  padding-top: clamp(36px, 6vh, 72px);
}

.closing-sheet-information {
  position: relative;
  z-index: 2;
}

.closing-sheet-item {
  background: transparent;
  border-top: 1px solid rgba(22, 72, 62, 0.24);
  color: var(--green);
  cursor: pointer;
  display: grid;
  gap: 8px 18px;
  grid-template-columns: 34px 1fr;
  padding: 22px 0;
  text-align: left;
  transition:
    background 220ms ease,
    padding 220ms ease;
  width: 100%;
}

.closing-sheet-item:hover,
.closing-sheet-item:focus-visible,
.closing-sheet-item.is-active {
  background: rgba(139, 207, 155, 0.2);
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
}

.closing-sheet-item > span {
  color: var(--coral);
  font-size: 9px;
  font-weight: 900;
  grid-row: 1 / span 2;
  letter-spacing: 0.12em;
  padding-top: 5px;
}

.closing-sheet-item h3 {
  font-family: var(--font-display);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}

.closing-sheet-item p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  max-width: 430px;
  opacity: 0.78;
}

.connect-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  max-width: 700px;
}

.connect-form label {
  display: grid;
  gap: 7px;
}

.connect-form label > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.connect-form input,
.connect-form select,
.connect-form textarea {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(22, 72, 62, 0.28);
  border-radius: 4px;
  color: var(--green);
  font: inherit;
  font-size: 14px;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.connect-form textarea {
  min-height: 92px;
  resize: vertical;
}

.connect-form input::placeholder {
  color: rgba(22, 72, 62, 0.52);
}

.connect-form input:focus,
.connect-form select:focus,
.connect-form textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(139, 207, 155, 0.72);
  outline-offset: 2px;
}

.connect-form-wide {
  grid-column: 1 / -1;
}

.connect-form-submit {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: var(--cream);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 28px;
  justify-content: space-between;
  justify-self: start;
  letter-spacing: 0.03em;
  min-height: 48px;
  padding: 14px 18px;
}

.connect-form-submit:hover,
.connect-form-submit:focus-visible {
  background: #0f392f;
  outline: 3px solid rgba(139, 207, 155, 0.72);
  outline-offset: 3px;
}

.closing-sheet-actions {
  align-items: center;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(22, 72, 62, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(64, 52, 35, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  max-width: 100%;
  padding: 7px;
  width: max-content;
}

.closing-primary-action,
.closing-secondary-action {
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.closing-primary-action {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: var(--cream);
  display: inline-flex;
  gap: 28px;
  padding: 14px 18px;
  transition:
    background 220ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.closing-secondary-action {
  border-bottom: 1px solid rgba(22, 72, 62, 0.42);
  margin-right: 12px;
  padding: 8px 0 5px;
  transition:
    border-color 220ms ease,
    opacity 220ms ease;
}

.closing-primary-action:hover,
.closing-primary-action:focus-visible {
  background: #0f392f;
  outline: none;
  transform: translate3d(2px, 0, 0);
}

.closing-secondary-action:hover,
.closing-secondary-action:focus-visible {
  border-color: var(--green);
  opacity: 0.72;
  outline: none;
}

@keyframes connect-detail-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.events-area {
  background: #f2e2c9;
  min-height: 100svh;
  padding: clamp(88px, 10vw, 150px) clamp(28px, 7vw, 118px)
    clamp(58px, 6vw, 86px);
  position: relative;
}

.events-header {
  align-items: end;
  display: grid;
  gap: clamp(34px, 7vw, 120px);
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  margin: 0 auto clamp(48px, 6vw, 86px);
  max-width: 1364px;
}

.section-eyebrow {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.events-header h2,
.moments-header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.94;
  margin: 0;
  text-wrap: balance;
}

.events-header > p {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
  margin: 0 0 5px;
  max-width: 470px;
  opacity: 0.76;
}

.events-grid {
  display: grid;
  gap: clamp(16px, 2vw, 30px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1364px;
}

.event-card {
  background: var(--cream);
  border: 1px solid rgba(22, 72, 62, 0.08);
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(83, 66, 43, 0.08);
  position: relative;
}

.event-card-visual {
  aspect-ratio: 4 / 3;
  border-radius: 25px 25px 0 0;
  isolation: isolate;
  overflow: visible;
  position: relative;
}

.event-card-visual::after {
  display: none;
}

.event-card-image {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  transform-origin: center bottom;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.event-card-copy {
  background: var(--cream);
  border-radius: 0 0 25px 25px;
  padding: clamp(24px, 2.5vw, 38px);
  position: relative;
  z-index: 3;
}

.event-category {
  color: var(--coral);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.event-card h3 {
  font-family: var(--font-display);
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0;
}

.event-card-copy > p:last-child {
  font-size: 13px;
  line-height: 1.6;
  margin: 18px 0 0;
  opacity: 0.72;
}

.events-updates-link {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: var(--cream);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 18px;
  margin: clamp(36px, 4vw, 54px) 0 0;
  padding: 15px 20px;
  text-decoration: none;
  width: fit-content;
}

.moments-area {
  background: var(--green);
  color: var(--cream);
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.moments-header {
  margin: 0;
}

.moments-header .section-eyebrow {
  color: var(--coral);
  font-size: 12px;
}

.moments-header h2 {
  font-size: clamp(48px, 5.3vw, 80px);
  max-width: 620px;
}

.moments-header-note {
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.6;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  max-width: 620px;
  opacity: 0.78;
}

.moments-feature {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  min-height: 100svh;
  width: 100%;
}

.moments-feature-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100svh;
  padding: clamp(72px, 8vw, 118px) clamp(28px, 7vw, 118px)
    clamp(54px, 7vw, 100px);
}

.moments-feature-details {
  margin-top: clamp(42px, 5vw, 74px);
}

.moment-collection-upcoming {
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 248, 234, 0.22);
  border-top: 1px solid rgba(255, 248, 234, 0.22);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: clamp(18px, 1.8vw, 26px) 0;
}

.moment-collection-upcoming strong {
  font-family: var(--font-display);
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.moment-collection-upcoming em {
  font-family: var(--font-display);
  font-size: 12px;
  opacity: 0.66;
}

.moment-collection-toggle {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid rgba(255, 248, 234, 0.22);
  cursor: pointer;
  display: grid;
  gap: 10px 14px;
  grid-template-areas:
    "title icon"
    "count icon";
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(18px, 1.8vw, 26px) 0;
  text-align: left;
  width: 100%;
}

.moment-collection-title {
  display: grid;
  gap: 8px;
  grid-area: title;
}

.moment-collection-title > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.moment-collection-title strong {
  font-family: var(--font-display);
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.moment-collection-count {
  grid-area: count;
  justify-self: start;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.66;
  text-transform: uppercase;
}

.moment-collection-icon {
  align-items: center;
  background: var(--cream);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 20px;
  grid-area: icon;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.moment-collection-toggle:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}

.moment-collection-current {
  cursor: default;
  grid-template-areas:
    "title status"
    "count status";
  grid-template-columns: minmax(0, 1fr) auto;
}

.moment-collection-status {
  align-items: center;
  align-self: center;
  color: var(--cream);
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  gap: 8px;
  grid-area: status;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.moment-collection-status::before {
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(239, 116, 94, 0.14);
  content: "";
  height: 8px;
  width: 8px;
}

.moments-feature-collage {
  background: #102b26;
  height: 100svh;
  justify-self: stretch;
  max-width: none;
  min-height: 0;
  position: relative;
  width: 100%;
}

.moments-feature-collage,
.moments-feature-gallery {
  animation: moments-visual-enter 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes moments-visual-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.moments-collage-card {
  background: #102b26;
  border: 1px solid rgba(255, 248, 234, 0.22);
  border-radius: clamp(14px, 1.6vw, 22px);
  box-shadow: 0 24px 54px rgba(6, 24, 21, 0.28);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition:
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 600ms ease;
}

.moments-collage-card.is-left {
  height: 78%;
  left: 0;
  top: 0;
  width: 36%;
  z-index: 1;
}

.moments-collage-card.is-center {
  bottom: 0;
  height: 84%;
  left: 31%;
  width: 38%;
  z-index: 3;
}

.moments-collage-card.is-right {
  height: 78%;
  right: 0;
  top: 0;
  width: 36%;
  z-index: 2;
}

.moments-collage-card.is-left::after,
.moments-collage-card.is-right::after {
  border: 1px dashed rgba(255, 248, 234, 0.44);
  border-bottom: 0;
  content: "";
  height: 34px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}

.moments-collage-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.moments-collage-card.is-center img {
  object-position: center;
}

.moments-collage-card:hover {
  box-shadow: 0 30px 70px rgba(6, 24, 21, 0.4);
  transform: translate3d(0, -7px, 0);
}

.moments-collage-card:hover img,
.moments-collage-card:focus-visible img {
  transform: scale(1.025);
}

.moments-collage-card:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}

.moments-grid {
  display: grid;
  gap: clamp(4px, 0.4vw, 7px);
  grid-auto-flow: dense;
  grid-auto-rows: clamp(130px, 11vw, 170px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: clamp(20px, 2vw, 30px) auto 0;
  max-width: 1364px;
}

.moments-grid.moments-feature-gallery {
  align-content: start;
  background: #000;
  grid-auto-rows: clamp(104px, 9vw, 136px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100svh;
  margin: 0;
  max-width: none;
  overflow-y: auto;
  padding: 0 0 0 clamp(4px, 0.4vw, 7px);
  scrollbar-color: rgba(255, 248, 234, 0.34) transparent;
  scrollbar-width: thin;
}

.moments-feature-gallery .moment-card {
  grid-column: auto;
  grid-row: auto;
}

.moment-card {
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(255, 248, 234, 0.12);
  grid-column: span 1;
  grid-row: span 1;
  margin: 0;
  overflow: hidden;
}

.moment-open {
  background: transparent;
  cursor: zoom-in;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

.moment-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.moment-open-cue {
  background: var(--cream);
  border-radius: 999px;
  bottom: 10px;
  color: var(--green);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  transform: translateY(5px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.moment-open:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: -3px;
}

.moment-card:nth-child(9n + 1),
.moment-card:nth-child(9n + 6) {
  grid-column: span 2;
}

.moment-card:nth-child(11n + 4) {
  grid-row: span 2;
}

.moment-card:nth-last-child(-n + 6) {
  grid-row: span 1;
}

.moments-footer {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: auto 0 0;
  max-width: none;
  padding-top: 20px;
}

.moments-footer p {
  font-family: var(--font-display);
  font-size: clamp(11px, 1.25vw, 18px);
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}

.moments-footer button {
  align-items: center;
  background: transparent;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 14px;
  letter-spacing: 0.12em;
  padding: 12px 0;
  text-transform: uppercase;
}

.site-footer {
  background: #ef6b4e;
  color: #102b26;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: clamp(76px, 9vw, 132px) clamp(28px, 7vw, 118px)
    clamp(28px, 4vw, 54px);
}

.site-footer-main {
  align-items: end;
  display: grid;
  gap: clamp(54px, 9vw, 150px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  margin: 0 auto;
  max-width: 1364px;
  width: 100%;
}

.site-footer-logo {
  aspect-ratio: 1024 / 417;
  background: #102b26;
  display: block;
  margin-bottom: clamp(46px, 6vw, 86px);
  -webkit-mask: url("../public/images/little-steps-logo.webp") center / contain no-repeat;
  mask: url("../public/images/little-steps-logo.webp") center / contain no-repeat;
  width: clamp(210px, 20vw, 320px);
}

.site-footer-eyebrow,
.site-footer-form-label,
.site-footer-bottom p:not(.site-footer-copyright) {
  color: #102b26;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.site-footer-brand h2 {
  font-family: var(--font-display);
  font-size: clamp(58px, 6.8vw, 108px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 22px 0 0;
  max-width: 780px;
  text-wrap: balance;
}

.site-footer-intro {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.6;
  margin: 30px 0 0;
  max-width: 520px;
  opacity: 0.72;
}

.site-footer-form {
  display: grid;
  gap: 26px;
}

.site-footer-form-label {
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.site-footer-form-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-form label {
  display: grid;
  gap: 10px;
}

.site-footer-form label > span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.72;
  text-transform: uppercase;
}

.site-footer-form input,
.site-footer-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(16, 43, 38, 0.32);
  border-radius: 0;
  color: #102b26;
  font: inherit;
  font-size: 16px;
  outline: 0;
  padding: 8px 0 13px;
  resize: vertical;
  width: 100%;
}

.site-footer-form textarea {
  min-height: 112px;
}

.site-footer-form input:focus,
.site-footer-form textarea:focus {
  border-bottom-color: #102b26;
}

.site-footer-form-action {
  align-items: center;
  display: flex;
  gap: 22px;
}

.site-footer-form-action button {
  align-items: center;
  background: #102b26;
  border-radius: 999px;
  color: var(--cream);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 26px;
  padding: 16px 20px;
}

.site-footer-form-action p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-width: 240px;
  opacity: 0.65;
}

.site-footer-bottom {
  align-items: end;
  border-top: 1px solid rgba(16, 43, 38, 0.24);
  display: grid;
  gap: 32px;
  grid-template-columns: 1.4fr 0.7fr 1fr auto;
  margin: clamp(72px, 9vw, 132px) auto 0;
  max-width: 1364px;
  padding-top: 24px;
  width: 100%;
}

.site-footer-sitemap div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 14px;
}

.site-footer a {
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.site-footer-connect a,
.site-footer-contact a {
  display: inline-block;
  margin-top: 14px;
}

.site-footer-contact a {
  overflow-wrap: anywhere;
}

.site-footer-copyright {
  font-size: 10px;
  margin: 0;
  opacity: 0.54;
  text-align: right;
}

.site-footer-credit {
  text-align: right;
}

.site-footer .site-footer-credit-link {
  display: inline-block;
  font-size: 10px;
  margin-top: 8px;
  opacity: 0.54;
}

.site-footer a:focus-visible,
.site-footer button:focus-visible,
.site-footer input:focus-visible,
.site-footer textarea:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 4px;
}

@media (hover: hover) {
  .event-card:hover .event-card-image,
  .moment-open:hover img {
    transform: scale(1.025);
  }

  .moment-open:hover .moment-open-cue,
  .moment-open:focus-visible .moment-open-cue {
    opacity: 1;
    transform: translateY(0);
  }
}

.moment-lightbox {
  align-items: center;
  background: rgba(8, 28, 24, 0.97);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(70px, 7vw, 110px) clamp(90px, 10vw, 170px);
  position: fixed;
  touch-action: pan-y;
  z-index: 100;
}

.moment-lightbox-stage {
  margin: 0;
  max-width: 1400px;
  width: fit-content;
}

.moment-lightbox-stage img {
  border-radius: clamp(12px, 1.3vw, 20px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  display: block;
  max-height: 76svh;
  max-width: min(76vw, 1400px);
  object-fit: contain;
  width: auto;
}

.moment-lightbox-stage figcaption {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 14px;
  opacity: 0.76;
  text-align: right;
}

.moment-lightbox-close,
.moment-lightbox-navigation {
  align-items: center;
  background: var(--cream);
  border-radius: 50%;
  color: var(--green);
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
}

.moment-lightbox-close {
  font-size: 26px;
  height: 46px;
  right: clamp(22px, 3vw, 48px);
  top: clamp(22px, 3vw, 48px);
  width: 46px;
}

.moment-lightbox-navigation {
  font-size: 20px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
}

.moment-lightbox-navigation.is-previous {
  left: clamp(22px, 3vw, 48px);
}

.moment-lightbox-navigation.is-next {
  right: clamp(22px, 3vw, 48px);
}

.moment-lightbox-close:focus-visible,
.moment-lightbox-navigation:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.world-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 26px clamp(24px, 4vw, 58px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 60;
}

.closing-open .world-brand {
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0s linear var(--transition-duration),
    visibility 0s linear var(--transition-duration);
  visibility: hidden;
}

.world-brand,
.menu-button,
.world-menu-panel button,
.panel-navigation button {
  cursor: pointer;
  pointer-events: auto;
}

.world-brand {
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 2;
}

.world-brand-logo {
  display: block;
  filter: brightness(0) invert(1) drop-shadow(0 3px 14px rgba(9, 33, 28, 0.24));
  height: auto;
  width: clamp(150px, 17vw, 225px);
}

.world-menu {
  pointer-events: auto;
  position: relative;
}

.menu-button {
  align-items: center;
  background: #8d4b87;
  border: 3px solid white;
  border-radius: 16px;
  box-shadow:
    6px 6px 0 rgba(141, 75, 135, 0.92),
    0 8px 24px rgba(7, 28, 24, 0.24);
  display: grid;
  height: 54px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  width: 54px;
  z-index: 2;
}

.menu-button:hover {
  background: #9d5b97;
  box-shadow:
    8px 8px 0 rgba(141, 75, 135, 0.92),
    0 10px 28px rgba(7, 28, 24, 0.28);
  transform: translate3d(-2px, -2px, 0);
}

.menu-button-icon,
.menu-button-icon::before,
.menu-button-icon::after {
  background: white;
  border-radius: 999px;
  display: block;
  height: 4px;
  transition:
    background 200ms ease,
    transform 200ms ease;
  width: 25px;
}

.menu-button-icon {
  position: relative;
}

.menu-button-icon::before,
.menu-button-icon::after {
  content: "";
  left: 0;
  position: absolute;
}

.menu-button-icon::before {
  transform: translateY(-8px);
}

.menu-button-icon::after {
  transform: translateY(8px);
}

.menu-button.is-open .menu-button-icon {
  background: transparent;
}

.menu-button.is-open .menu-button-icon::before {
  transform: rotate(45deg);
}

.menu-button.is-open .menu-button-icon::after {
  transform: rotate(-45deg);
}

.world-menu-panel {
  animation: world-menu-reveal 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
  background: linear-gradient(135deg, #21142d 0%, #111a31 56%, #28152f 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: clamp(8px, 1vw, 14px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 100svh;
  inset: 0;
  padding: clamp(112px, 14vh, 150px) clamp(34px, 8vw, 118px)
    clamp(36px, 7vh, 76px);
  position: fixed;
  width: 100vw;
  z-index: 1;
}

.world-menu-panel.is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.world-menu-panel button {
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: clamp(14px, 1.4vw, 22px);
  box-shadow:
    0 14px 0 rgba(5, 8, 21, 0.16),
    0 24px 48px rgba(5, 8, 21, 0.24);
  color: #102b26;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 34px);
  position: relative;
  text-align: left;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.world-menu-panel button::after {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.04) 46%,
    transparent 47%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.world-menu-panel button:hover,
.world-menu-panel button:focus-visible {
  box-shadow:
    0 20px 0 rgba(5, 8, 21, 0.12),
    0 34px 62px rgba(5, 8, 21, 0.34),
    inset 0 0 0 4px rgba(255, 255, 255, 0.7);
  outline: none;
  transform: translate3d(0, -7px, 0) scale(1.012);
  z-index: 2;
}

.world-menu-panel button.is-active {
  box-shadow:
    0 14px 0 rgba(5, 8, 21, 0.16),
    0 24px 48px rgba(5, 8, 21, 0.24),
    inset 0 0 0 4px rgba(255, 255, 255, 0.9);
}

.world-menu-item-1 {
  background: #8d4b87;
  color: white;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.world-menu-item-2 {
  background: #f0bd4f;
  grid-column: 3 / 5;
  grid-row: 1;
}

.world-menu-item-3 {
  background: #fff8ea;
  grid-column: 5;
  grid-row: 1;
}

.world-menu-item-4 {
  background: #63c6d4;
  grid-column: 3;
  grid-row: 2;
}

.world-menu-item-5 {
  background: #ef745e;
  grid-column: 4 / 6;
  grid-row: 2 / 4;
}

.world-menu-item-6 {
  background: #8bcf9b;
  grid-column: 1 / 3;
  grid-row: 3;
}

.world-menu-panel .world-menu-contact {
  background: #f08b4a;
  grid-column: 3;
  grid-row: 3;
}

.world-menu-number {
  font-size: 10px;
  font-weight: 900;
  left: clamp(16px, 2vw, 28px);
  letter-spacing: 0.14em;
  position: absolute;
  top: clamp(16px, 2vw, 26px);
}

.world-menu-copy {
  display: grid;
  gap: 9px;
}

.world-menu-label {
  font-size: clamp(10px, 0.85vw, 13px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.world-menu-title {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1.02;
  max-width: 18ch;
  text-wrap: balance;
}

.world-menu-item-1 .world-menu-title,
.world-menu-item-5 .world-menu-title {
  font-size: clamp(24px, 3vw, 48px);
  max-width: 14ch;
}

.menu-open .panel-navigation,
.menu-open .world-footer {
  opacity: 0;
  visibility: hidden;
}

@keyframes world-menu-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.panel-navigation {
  display: grid;
  gap: 8px;
  position: fixed;
  right: clamp(18px, 2.4vw, 36px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.panel-navigation button {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--green);
  display: flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  transition:
    background 260ms ease,
    color 260ms ease,
    transform 260ms ease;
  width: 34px;
}

.panel-navigation button span {
  font-size: 9px;
  font-weight: 900;
}

.panel-navigation button.is-active {
  background: var(--coral);
  color: white;
  transform: scale(1.16);
}

.world-footer {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px, 4vw, 58px) 25px;
  pointer-events: none;
  position: fixed;
  right: 0;
  z-index: 20;
}

.swipe-prompt {
  align-items: center;
  display: flex;
  font-size: 9px;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.swipe-line {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  height: 1px;
  position: relative;
  width: 44px;
}

.swipe-line::after {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: -3px;
  transform: rotate(-45deg);
  width: 6px;
}

.world-progress {
  background: rgba(255, 255, 255, 0.25);
  height: 2px;
  overflow: hidden;
  width: min(260px, 28vw);
}

.world-progress span {
  background: white;
  display: block;
  height: 100%;
  transform-origin: left;
  transition: transform var(--transition-duration)
    cubic-bezier(0.76, 0, 0.24, 1);
  width: 100%;
}

@keyframes panel-fade-in {
  0% {
    opacity: 0;
  }
  36% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes panel-fade-out {
  0% {
    opacity: 1;
  }
  64% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes image-enter-forward {
  from {
    transform: translate3d(4.5vw, 0, 0) scale(1.055);
  }
  to {
    transform: translate3d(0, 0, 0) scale(1.001);
  }
}

@keyframes image-leave-forward {
  from {
    transform: translate3d(0, 0, 0) scale(1.001);
  }
  to {
    transform: translate3d(-3vw, 0, 0) scale(1.035);
  }
}

@keyframes image-enter-backward {
  from {
    transform: translate3d(-4.5vw, 0, 0) scale(1.055);
  }
  to {
    transform: translate3d(0, 0, 0) scale(1.001);
  }
}

@keyframes image-leave-backward {
  from {
    transform: translate3d(0, 0, 0) scale(1.001);
  }
  to {
    transform: translate3d(3vw, 0, 0) scale(1.035);
  }
}

@keyframes copy-enter {
  0%,
  28% {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes copy-leave {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes butterfly-orbit {
  0%,
  100% {
    transform: translate3d(-30px, 8px, 0) rotate(-8deg);
  }
  28% {
    transform: translate3d(28px, -22px, 0) rotate(9deg);
  }
  55% {
    transform: translate3d(62px, 12px, 0) rotate(-4deg);
  }
  78% {
    transform: translate3d(10px, 35px, 0) rotate(8deg);
  }
}

@keyframes butterfly-flap {
  from {
    transform: rotateY(12deg) rotate(-18deg);
  }
  to {
    transform: rotateY(72deg) rotate(7deg);
  }
}

@keyframes firefly-float {
  0%,
  100% {
    opacity: 0.22;
    transform: translate3d(-10px, 10px, 0) scale(0.72);
  }
  42% {
    opacity: 1;
    transform: translate3d(14px, -18px, 0) scale(1.18);
  }
  72% {
    opacity: 0.55;
    transform: translate3d(28px, 8px, 0) scale(0.9);
  }
}

@media (max-width: 820px) {
  .panel-image-backdrop {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: var(--panel-mobile-focus, 50%) center;
    opacity: 0.7;
    transform: scale(1.08);
    width: 100%;
  }

  .panel-image-frame {
    inset: 0 0 var(--panel-mobile-frame-bottom, 12svh);
  }

  .panel-image-frame::after {
    background: linear-gradient(
      180deg,
      rgba(7, 28, 24, 0.34) 0%,
      transparent 11%,
      transparent 89%,
      rgba(7, 28, 24, 0.42) 100%
    );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }

  .panel-image {
    object-position: var(--panel-mobile-focus, 50%) center;
  }

  .panel-mobile-native .panel-image-frame {
    inset: 0;
  }

  .panel-mobile-native .panel-image-frame::after {
    background: linear-gradient(
      180deg,
      rgba(7, 28, 24, 0.32) 0%,
      transparent 16%,
      transparent 48%,
      rgba(7, 28, 24, 0.88) 88%,
      rgba(7, 28, 24, 0.96) 100%
    );
  }

  .panel-mobile-native .panel-image {
    object-position: center;
  }

  .world-header {
    padding: 18px 16px;
  }

  .world-brand-logo {
    width: 142px;
  }

  .menu-button {
    border-radius: 14px;
    height: 48px;
    width: 48px;
  }

  .menu-button-icon,
  .menu-button-icon::before,
  .menu-button-icon::after {
    height: 3px;
    width: 22px;
  }

  .world-menu-panel {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1.3fr repeat(3, minmax(0, 1fr));
    padding: 88px 14px 16px;
  }

  .world-menu-panel button {
    border-radius: 14px;
    box-shadow:
      0 7px 0 rgba(5, 8, 21, 0.14),
      0 12px 24px rgba(5, 8, 21, 0.2);
    padding: 16px;
  }

  .world-menu-item-1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .world-menu-item-2,
  .world-menu-item-3,
  .world-menu-item-4,
  .world-menu-item-5,
  .world-menu-item-6,
  .world-menu-panel .world-menu-contact {
    grid-column: auto;
    grid-row: auto;
  }

  .world-menu-item-1 .world-menu-title,
  .world-menu-item-5 .world-menu-title,
  .world-menu-title {
    font-size: clamp(14px, 4vw, 19px);
  }

  .world-menu-number {
    font-size: 8px;
    left: 13px;
    top: 11px;
  }

  .world-menu-copy {
    gap: 5px;
  }

  .world-menu-label {
    font-size: 8px;
  }

  .panel-shade,
  .panel-content-right .panel-shade {
    background:
      linear-gradient(0deg, rgba(7, 28, 24, 0.92) 0%, rgba(7, 28, 24, 0.55) 48%, transparent 82%),
      linear-gradient(90deg, rgba(7, 28, 24, 0.18), transparent);
  }

  .panel-copy,
  .panel-content-right .panel-copy {
    bottom: 74px;
    left: 20px;
    max-width: calc(100vw - 40px);
    right: 20px;
  }

  .panel-copy h1 {
    font-size: clamp(39px, 11vw, 58px);
    line-height: 0.96;
  }

  .panel-description {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 18px;
  }

  .panel-tags {
    gap: 7px;
    margin-top: 18px;
  }

  .panel-tags li {
    font-size: 8px;
    padding: 8px 10px;
  }

  .panel-number {
    margin-bottom: 12px;
  }

  .panel-eyebrow {
    margin-bottom: 12px;
  }

  .panel-navigation {
    display: flex;
    gap: 6px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    bottom: 24px;
  }

  .panel-navigation button {
    height: 24px;
    width: 24px;
  }

  .panel-navigation button span {
    font-size: 7px;
  }

  .world-footer {
    display: none;
  }

  .panel-actions {
    gap: 13px;
    margin-top: 20px;
  }

  .primary-action {
    font-size: 10px;
    padding: 13px 15px;
  }

  .secondary-action {
    font-size: 10px;
  }

  .butterfly-flight {
    left: 68%;
    top: 19%;
    transform: scale(0.75);
  }

  .butterfly-flight-two {
    display: none;
  }

  .firefly-2,
  .firefly-5 {
    display: none;
  }

  .closing-sheet-inner {
    display: block;
    padding: 82px 22px 46px;
  }

  .closing-sheet-close {
    left: 22px;
    top: 25px;
  }

  .closing-sheet-intro h2 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .closing-sheet-intro {
    padding-top: 0;
  }

  .closing-sheet-intro > p:last-child {
    font-size: 15px;
    margin-top: 22px;
  }

  .connect-detail > p:last-of-type {
    font-size: 15px;
    margin-top: 20px;
  }

  .connect-detail-back + .closing-sheet-eyebrow + h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .closing-sheet-pathways {
    margin-top: 38px;
    padding-top: 0;
  }

  .closing-sheet-item {
    padding: 17px 0;
  }

  .closing-sheet-actions {
    border-radius: 22px;
    margin-top: 26px;
  }

  .connect-form {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .connect-form-wide {
    grid-column: auto;
  }

  .events-area,
  .moments-area {
    padding: 78px 22px 64px;
  }

  .events-header {
    display: block;
    margin-bottom: 100px;
  }

  .events-header h2,
  .moments-header h2 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .events-header > p {
    font-size: 15px;
    margin-top: 24px;
  }

  .events-grid {
    gap: 90px;
    grid-template-columns: 1fr;
  }

  .event-card-copy {
    padding: 26px;
  }

  .events-updates-link {
    margin-top: 34px;
  }

  .moments-area {
    padding-top: 58px;
  }

  .moments-header {
    margin-bottom: 0;
  }

  .moments-header-note {
    font-size: 17px;
    margin-top: 24px;
  }

  .moments-feature {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .moments-feature-copy {
    display: contents;
  }

  .moments-header {
    order: 1;
  }

  .moments-feature-details {
    order: 2;
  }

  .moments-feature-collage {
    height: auto;
    justify-self: stretch;
    max-width: none;
    min-height: clamp(350px, 100vw, 440px);
    order: 3;
    width: 100%;
  }

  .moments-grid.moments-feature-gallery {
    grid-auto-rows: clamp(108px, 32vw, 142px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: clamp(420px, 110vw, 520px);
    min-height: 0;
    order: 3;
  }

  .moments-collage-card.is-left,
  .moments-collage-card.is-right {
    height: 74%;
    top: 4%;
    width: 39%;
  }

  .moments-collage-card.is-center {
    height: 82%;
    left: 29%;
    width: 42%;
  }

  .moments-feature-details {
    margin-top: 38px;
  }

  .moment-collection-toggle {
    gap: 14px;
    padding: 22px 0;
  }

  .moment-collection-upcoming {
    align-items: center;
    padding: 22px 0;
  }

  .moment-collection-upcoming em {
    font-size: 12px;
  }

  .moment-collection-icon {
    height: 38px;
    width: 38px;
  }

  .moments-grid {
    display: grid;
    gap: 8px;
    grid-auto-rows: clamp(110px, 36vw, 150px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moment-card img {
    height: 100%;
  }

  .moment-open-cue {
    display: none;
  }

  .moment-lightbox {
    align-items: center;
    padding: 72px 16px 94px;
  }

  .moment-lightbox-stage {
    width: 100%;
  }

  .moment-lightbox-stage img {
    margin: 0 auto;
    max-height: 68svh;
    max-width: 100%;
  }

  .moment-lightbox-stage figcaption {
    font-size: 10px;
  }

  .moment-lightbox-close {
    height: 42px;
    right: 16px;
    top: 16px;
    width: 42px;
  }

  .moment-lightbox-navigation {
    bottom: 22px;
    height: 44px;
    top: auto;
    transform: none;
    width: 44px;
  }

  .moment-lightbox-navigation.is-previous {
    left: calc(50% - 52px);
  }

  .moment-lightbox-navigation.is-next {
    right: calc(50% - 52px);
  }

  .moments-footer {
    align-items: flex-start;
    display: block;
    margin-top: 44px;
    order: 4;
  }

  .moments-footer p {
    font-size: clamp(11px, 3.1vw, 14px);
  }

  .moments-footer button {
    margin-top: 22px;
  }

  .site-footer {
    padding: 72px 22px 34px;
  }

  .site-footer-main {
    align-items: start;
    display: block;
  }

  .site-footer-logo {
    margin-bottom: 48px;
    width: 210px;
  }

  .site-footer-brand h2 {
    font-size: clamp(54px, 14vw, 76px);
  }

  .site-footer-form {
    margin-top: 64px;
  }

  .site-footer-form-row {
    grid-template-columns: 1fr;
  }

  .site-footer-form-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer-bottom {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 72px;
  }

  .site-footer-copyright {
    margin-top: 14px;
    text-align: left;
  }

  .site-footer-credit {
    text-align: left;
  }
}

@media (max-height: 720px) and (min-width: 821px) {
  .panel-copy {
    bottom: 54px;
  }

  .panel-copy h1 {
    font-size: clamp(42px, 4.9vw, 68px);
  }

  .panel-description {
    font-size: 16px;
    margin-top: 18px;
  }

  .panel-tags {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --transition-duration: 1ms;
  }

  .world-panel,
  .panel-image,
  .panel-copy,
  .panel-motion,
  .panel-motion *,
  .closing-sheet,
  .connect-detail,
  .closing-primary-action,
  .closing-secondary-action,
  .closing-sheet-item,
  .event-card img,
  .moment-card img,
  .moment-open-cue,
  .world-progress span,
  .panel-navigation button {
    animation: none !important;
    transition: none !important;
  }

  .panel-motion {
    display: none;
  }
}
