/* Site theme and scroll scenes. Load after layout.css. */
:root {
  --forest: #0b1914;
  --deep: #07110d;
  --lime: #d3f58c;
  --white: #f1f3e8;
  --pad: clamp(24px, 4.5vw, 88px);
}
body {
  overflow-x: clip;
}
.site-header {
  height: 98px;
  border-bottom: 0;
  align-items: center;
}
.wordmark {
  font-size: 18px;
}
.brand-symbol {
  width: 39px;
}
.desktop-nav {
  padding: 3px 25px;
  border: 1px solid #d6f2c52b;
  border-radius: 40px;
  gap: 27px;
  background: #10211655;
  backdrop-filter: blur(14px);
}
.desktop-nav a {
  font-size: 13px;
}
.button {
  border-radius: 50px;
  font-weight: 600;
}
.header-cta {
  border-radius: 40px;
  min-height: 46px;
  background: transparent;
  color: var(--white);
  border-color: #d6f2c550;
}
.header-cta:hover {
  color: var(--forest);
}
.hero-journey {
  position: relative;
}
.js-motion:not(.motion-paused) .hero-journey {
  height: 195svh;
}
.hero {
  --journey: 0;
  --mx: 0;
  --my: 0;
  position: relative;
  height: 100svh;
  min-height: 800px;
  max-height: none;
  background: #0b1914;
  overflow: clip;
  perspective: 1600px;
}
.js-motion:not(.motion-paused) .hero {
  position: sticky;
  top: 0;
}
.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  box-shadow: inset 0 0 90px #020b0750;
}
.ambient-glow {
  position: absolute;
  inset: 0;
  z-index: -5;
  background: radial-gradient(ellipse at 68% 43%, #8fad6140 0%, #4c6c4220 25%, transparent 60%);
}
.hero-scene {
  inset: 0;
  z-index: -3;
  clip-path: circle(calc(28% + var(--journey) * 73%) at 63% 48%);
  opacity: calc(0.64 + var(--journey) * 0.36);
  filter: saturate(0.76);
  transform: scale(calc(1.08 + var(--journey) * 0.18));
  will-change: transform, clip-path;
}
.hero-photo,
#lake-canvas {
  object-position: 50% 42%;
}
.hero-shade {
  z-index: -2;
  background: linear-gradient(0deg, #0b1914 0%, #0b191405 42%, #0b191470 100%);
  opacity: calc(0.55 + var(--journey) * 0.4);
}
.portal-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: calc(1 - var(--journey) * 2);
  transform: translate(calc(var(--mx) * 6px), calc(var(--my) * 5px));
  will-change: transform;
}
.portal-rings span {
  position: absolute;
  left: 63%;
  top: 48%;
  width: 57vw;
  height: 57vw;
  max-width: 940px;
  max-height: 940px;
  border: 1px solid #d1ecac33;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.portal-rings span:nth-child(2) {
  width: 62vw;
  height: 62vw;
  max-width: 1010px;
  max-height: 1010px;
  border-color: #d1ecac15;
}
.portal-rings span:nth-child(3) {
  width: 49vw;
  height: 49vw;
  border-color: #e4fac554;
  border-style: dashed;
  animation: orbit 140s linear infinite;
}
.hero-edge {
  top: 145px;
  right: var(--pad);
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: calc(0.65 - var(--journey));
  z-index: 6;
}
.hero-content {
  top: 21%;
  left: var(--pad);
  right: var(--pad);
  z-index: 1;
  transform: translate3d(
    calc(var(--mx) * -9px),
    calc(var(--journey) * -130px),
    calc(var(--journey) * 90px)
  );
  opacity: clamp(0, 1 - var(--journey) * 2.7, 1);
  animation: none !important;
  will-change: transform, opacity;
}
.hero-kicker {
  color: #e5eed5;
  margin-bottom: 17px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.hero h1 {
  font:
    600 clamp(110px, 15.8vw, 280px) / 0.79 Body,
    Arial,
    sans-serif;
  letter-spacing: -0.085em;
  text-shadow: none;
  position: relative;
  max-width: 95%;
  margin-left: -0.055em;
}
.hero h1 > span {
  display: block;
}
.hero h1 .title-back {
  color: #f1f3e8;
}
.hero h1 .title-front {
  margin-top: 0.18em;
  color: var(--lime);
  position: relative;
  z-index: 5;
}
.title-dot {
  color: var(--white);
}
.hero-art {
  position: absolute;
  top: 16%;
  left: 29%;
  width: 73%;
  height: 67%;
  z-index: 3;
  pointer-events: none;
  transform-style: preserve-3d;
  transform: translate3d(
      calc(var(--mx) * 22px + var(--journey) * 180px),
      calc(var(--my) * -15px - var(--journey) * 90px),
      calc(90px + var(--journey) * 380px)
    )
    rotateY(calc(var(--mx) * -7deg + var(--journey) * -16deg))
    rotateZ(calc(-9deg + var(--journey) * 9deg));
  opacity: clamp(0, 1.15 - var(--journey) * 2.8, 1);
  will-change: transform, opacity;
}
.fish-float {
  width: 100%;
  height: 100%;
  animation: fishHover 8s ease-in-out infinite;
}
.hero-fish {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 35px 27px #0007);
  transform: translateZ(20px);
}
.hero-intro {
  position: absolute;
  left: var(--pad);
  bottom: 13%;
  z-index: 5;
  display: flex;
  gap: 36px;
  align-items: center;
  opacity: clamp(0, 1 - var(--journey) * 3, 1);
  transform: translateY(calc(var(--journey) * 30px));
  will-change: opacity, transform;
}
.hero-intro p {
  font-size: 16px;
  line-height: 1.65;
  color: #c5cebf;
}
.hero-button {
  margin: 0;
  background: var(--lime);
  font-size: 14px;
  min-height: 56px;
  padding: 15px 23px;
  gap: 26px;
}
.hero-button span {
  font-size: 21px;
}
.capture-invite {
  position: absolute;
  right: var(--pad);
  bottom: 13%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 19px;
  opacity: clamp(0, 1 - var(--journey) * 3, 1);
}
.capture-invite-pictures {
  position: relative;
  display: block;
  width: 116px;
  height: 69px;
  perspective: 600px;
}
.capture-invite-pictures img {
  position: absolute;
  width: 83px;
  height: 65px;
  object-fit: cover;
  border: 3px solid #edf0dc;
  box-shadow: 0 7px 16px #0008;
  transition: transform 0.5s var(--ease);
}
.capture-invite-pictures img:first-child {
  transform: rotate(-12deg);
  left: 0;
  top: -5px;
}
.capture-invite-pictures img:last-child {
  transform: rotate(10deg);
  right: 0;
  top: 5px;
}
.capture-invite:hover img:first-child {
  transform: rotate(-18deg) translate(-5px, -5px);
}
.capture-invite:hover img:last-child {
  transform: rotate(16deg) translate(5px, -5px);
}
.capture-invite strong {
  display: block;
  font:
    500 25px/1.1 Display,
    Georgia,
    serif;
  margin-bottom: 10px;
}
.capture-invite small {
  font-size: 12px;
  letter-spacing: 0.07em;
  color: var(--lime);
}
.capture-invite small span {
  margin-left: 8px;
}
.hero-bottom {
  bottom: 26px;
  padding-top: 20px;
  z-index: 7;
  border-color: #d1ecac25;
  opacity: clamp(0, 1 - var(--journey) * 2.5, 1);
}
.hero-bottom > span {
  font-size: 12px;
  letter-spacing: 0.11em;
}
.scroll-cue {
  gap: 12px;
  font-size: 12px;
}
.scroll-track {
  display: block;
  position: relative;
  width: 15px;
  height: 24px;
  border: 1px solid #c2d0b976;
  border-radius: 10px;
  animation: none !important;
}
.scroll-track i {
  position: absolute;
  left: 6px;
  top: 5px;
  height: 5px;
  width: 1px;
  background: var(--lime);
  animation: scrollNudge 2s ease infinite;
}
.motion-toggle {
  font-size: 12px;
}
.journey-caption {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 5;
  align-content: center;
  text-align: center;
  pointer-events: none;
  opacity: clamp(0, (var(--journey) - 0.36) * 2.3, 1);
  transform: translateY(calc((1 - var(--journey)) * 90px));
  will-change: transform, opacity;
}
.js-motion:not(.motion-paused) .journey-caption {
  display: block;
}
.journey-caption > span {
  font-size: 12px;
  letter-spacing: 0.19em;
  color: var(--lime);
}
.journey-caption p {
  max-width: none;
  font:
    500 clamp(70px, 9vw, 170px) / 0.95 Display,
    Georgia,
    serif;
  letter-spacing: -0.05em;
  margin-top: 26px;
  text-shadow: 0 10px 60px #0008;
}
.journey-caption p em {
  color: var(--lime);
}
.journey-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d1ecac15;
  z-index: 6;
}
.journey-progress span {
  display: block;
  height: 100%;
  width: calc(var(--journey) * 100%);
  background: var(--lime);
}
.place-strip {
  padding: 20px var(--pad);
  font-size: 12px;
  background: var(--lime);
  border-bottom: 1px solid #16250c33;
  position: relative;
  z-index: 3;
}
.place {
  background: #d3e8b0;
  color: #162510;
  position: relative;
  overflow: clip;
  padding-top: 45px;
  padding-bottom: 115px;
}
.place .section-top {
  border-color: #19331333;
}
.place .section-top .eyebrow {
  color: #294319;
}
.place .section-note {
  color: #435737;
}
.place-grid {
  grid-template-columns: 1.15fr 1fr;
  gap: 8%;
  padding-top: 65px;
}
.place-copy h2 {
  font:
    600 clamp(52px, 5.7vw, 105px) / 1.02 Body,
    Arial,
    sans-serif;
  letter-spacing: -0.065em;
  margin-bottom: 30px;
}
.place-copy h2 em {
  font-family: Display, Georgia, serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #344d1b;
  letter-spacing: -0.05em;
  line-height: 0.98;
}
.place-copy > p {
  color: #405635;
  font-size: 16px;
  max-width: 41ch;
}
.place .text-link {
  border-color: #577443;
  color: #203d14;
}
.place .text-link:hover {
  color: #071702;
  border-color: #122507;
}
.place-visual {
  margin: 0 0 25px;
  perspective: 1300px;
  transform-style: preserve-3d;
}
.landscape-frame {
  aspect-ratio: 0.91;
  border-radius: 48% 48% 2px 2px;
  transform: rotate(6deg);
  outline-color: #304d2760;
  outline-offset: 12px;
  box-shadow: 15px 35px 70px #1d33032b;
}
.location-stamp {
  background: #132c1c;
  color: var(--lime);
  padding: 24px 30px;
  left: -35px;
  bottom: 3%;
  transform: rotate(-8deg) translateZ(60px);
  box-shadow: 0 20px 35px #243d0625;
}
.location-stamp strong {
  font-size: 60px;
}
.location-stamp small {
  color: #b8cea5;
}
.photo-caption {
  color: #415936;
  bottom: -57px;
  font-size: 12px;
}
.captures {
  position: relative;
  isolation: isolate;
  background: #07110d;
  padding-bottom: 55px;
  padding-top: 45px;
}
.gallery-atmosphere {
  position: absolute;
  inset: 180px -50% 0;
  z-index: -1;
  background-image: var(--gallery-image, url('../images/catch-1.webp'));
  background-size: cover;
  background-position: center;
  filter: blur(100px) saturate(0.7);
  opacity: 0.1;
  pointer-events: none;
  transition: background-image 0.6s;
}
.gallery-heading {
  align-items: center;
  margin-top: 50px;
  gap: 60px;
}
.gallery-heading h2 {
  font:
    600 clamp(60px, 8.2vw, 146px) / 0.83 Body,
    Arial,
    sans-serif;
  letter-spacing: -0.075em;
  flex-shrink: 0;
}
.gallery-heading h2 em {
  display: block;
  font:
    500 0.65em/1 Display,
    Georgia,
    serif;
  letter-spacing: -0.045em;
  color: var(--lime);
  margin-top: 0.23em;
}
.gallery-heading p {
  font-size: 16px;
  line-height: 1.8;
}
.gallery-stage {
  height: clamp(540px, 49vw, 870px);
  perspective: 1800px;
  overflow: clip;
  margin-top: 0;
}
.catch-card {
  top: 74px;
  width: min(68vw, 1020px);
  aspect-ratio: 1.64;
  box-shadow: 0 50px 90px #000c;
  border: 1px solid #e8f1df55;
  border-radius: 3px;
  transition:
    transform 1.05s var(--ease),
    opacity 0.8s,
    filter 0.8s;
  will-change: transform;
}
.card-caption {
  font-size: 37px;
  bottom: 28px;
  left: 35px;
  right: 35px;
}
.card-caption small {
  font-size: 12px;
  letter-spacing: 0.14em;
}
.card-open {
  height: 49px;
  width: 49px;
  line-height: 47px;
}
.card-number {
  top: 20px;
  left: 24px;
  font-size: 12px;
}
.gallery-backword {
  position: absolute;
  bottom: -0.07em;
  left: 50%;
  transform: translateX(-50%);
  font:
    600 15vw/0.9 Body,
    Arial,
    sans-serif;
  letter-spacing: -0.07em;
  color: transparent;
  -webkit-text-stroke: 1px #b7d6a91c;
  pointer-events: none;
  z-index: -1;
  white-space: nowrap;
}
.gallery-orbit {
  width: 130%;
  left: -15%;
  bottom: -40px;
  height: 500px;
  transform: rotateX(74deg);
  border-color: #c5e7a82a;
  box-shadow:
    0 0 0 65px #c0e88105,
    0 0 0 130px #c0e88103;
}
.gallery-navigation {
  gap: 30px;
}
.gallery-navigation .circle-button {
  height: 57px;
  width: 57px;
  font-size: 25px;
}
.gallery-count {
  font-size: 14px;
  gap: 20px;
}
.gallery-help {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.gallery-help > span {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 16px;
}
.gallery-controls > .text-link {
  font-size: 14px;
}
.gallery-controls {
  position: relative;
  z-index: 4;
  border-color: #cbe3bd22;
  padding-top: 23px;
}
.brand-moment {
  background: var(--deep);
  padding: 80px var(--pad);
  perspective: 1600px;
}
.brand-moment > img {
  border-radius: 5px;
  outline: 1px solid #d1ecac30;
  outline-offset: 14px;
  transform: perspective(1600px) rotateX(calc(var(--poster-tilt, 0) * 6deg))
    scale(calc(1 - var(--poster-tilt, 0) * 0.08));
  transition: none;
  will-change: transform;
  max-height: none;
}
.brand-caption {
  position: relative;
  padding: 28px 0 0;
  background: none;
}
.brand-caption > span:last-child {
  font-size: 40px;
  color: var(--lime);
}
.rules {
  background: #15251a;
  padding-top: 44px;
}
.rules-intro h2 {
  font:
    600 clamp(68px, 7vw, 118px) / 0.9 Body,
    Arial,
    sans-serif;
  letter-spacing: -0.07em;
}
.rules-intro h2 em {
  font-family: Display, Georgia, serif;
  font-size: 1.04em;
  letter-spacing: -0.055em;
  line-height: 1.1;
}
.rules-intro > p {
  font-size: 16px;
}
.rules-list summary {
  font-size: 20px;
}
.rule-body {
  font-size: 16px;
}
.rules-grid {
  gap: 9%;
  grid-template-columns: 0.95fr 1.2fr;
}
.contact {
  min-height: 850px;
  isolation: isolate;
  background: #0b1914;
  padding-bottom: 90px;
}
.contact-image {
  opacity: 0.18;
  filter: saturate(0.5);
}
.contact-rings {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 760px;
  height: 760px;
  border: 1px solid #cdeb9530;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 70px #c0e88105,
    0 0 0 140px #c0e88104;
  pointer-events: none;
  z-index: -1;
}
.contact-content {
  padding-top: 68px;
}
.contact h2 {
  font:
    600 clamp(80px, 9.6vw, 175px) / 0.93 Body,
    Arial,
    sans-serif;
  letter-spacing: -0.075em;
  margin-top: 27px;
  margin-bottom: 29px;
}
.contact h2 em {
  font-family: Display, Georgia, serif;
  font-size: 1.03em;
  letter-spacing: -0.055em;
}
.contact-content > p:not(.eyebrow) {
  font-size: 16px;
}
.contact-actions .button {
  min-width: 220px;
  border-radius: 50px;
}
.contact-coordinates {
  font-size: 12px;
}
.site-footer {
  background: #07110d;
}
.footer-top {
  padding-bottom: 45px;
}
.footer-top > span {
  font-size: 14px;
}
.footer-bottom {
  font-size: 12px;
}
.motion-paused .hero-journey {
  height: auto;
}
.motion-paused .hero-content,
.motion-paused .hero-art,
.motion-paused .hero-intro,
.motion-paused .capture-invite,
.motion-paused .hero-bottom,
.motion-paused .hero-edge {
  opacity: 1 !important;
}
.motion-paused .hero-content,
.motion-paused .hero-intro {
  transform: none !important;
}
.motion-paused .hero-art {
  transform: rotateZ(-9deg) !important;
}
.motion-paused .hero-scene {
  clip-path: circle(28% at 63% 48%) !important;
  opacity: 0.64 !important;
}
.motion-paused .portal-rings {
  opacity: 1 !important;
}
.motion-paused .brand-moment > img {
  transform: none !important;
}
@keyframes fishHover {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(-9px, -15px, 18px) rotate(1deg);
  }
}
@keyframes orbit {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 1700px) {
  .hero h1 {
    font-size: 15.4vw;
  }
  .hero-content {
    top: 21%;
  }
  .hero-art {
    height: 73%;
    top: 13%;
    left: 31%;
  }
  .hero-intro {
    bottom: 12%;
  }
  .hero {
    min-height: 920px;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 19px;
    padding: 3px 18px;
  }
  .hero {
    min-height: 780px;
  }
  .hero-content {
    top: 25%;
  }
  .hero h1 {
    font-size: 16.3vw;
  }
  .hero-art {
    left: 30%;
    top: 21%;
    width: 75%;
    height: 60%;
  }
  .hero-intro {
    bottom: 16%;
    display: block;
  }
  .hero-intro p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .hero-intro .hero-button {
    min-height: 49px;
  }
  .capture-invite {
    bottom: 16%;
    gap: 12px;
  }
  .capture-invite strong {
    font-size: 23px;
  }
  .capture-invite-pictures {
    width: 100px;
    scale: 0.88;
  }
  .hero-bottom > span {
    font-size: 12px;
    max-width: 200px;
  }
  .gallery-stage {
    height: calc(68vw / 1.64 + 150px);
  }
  .gallery-heading {
    gap: 25px;
  }
  .gallery-heading h2 {
    font-size: 8.4vw;
  }
  .gallery-heading p {
    font-size: 15px;
  }
  .place-grid {
    gap: 7%;
  }
  .place-copy h2 {
    font-size: 5.7vw;
  }
  .location-stamp {
    padding: 20px 24px;
  }
  .location-stamp strong {
    font-size: 52px;
  }
  .contact {
    min-height: 800px;
  }
  .contact h2 {
    font-size: 10vw;
  }
}
@media (max-width: 800px) {
  .hero {
    min-height: 880px;
  }
  .site-header {
    height: 90px;
  }
  .desktop-nav {
    display: none;
  }
  .hero-content {
    top: 23%;
    right: 20px;
  }
  .hero h1 {
    font-size: 17.5vw;
  }
  .hero-art {
    top: 29%;
    left: 27%;
    width: 82%;
    height: 49%;
  }
  .hero-kicker {
    font-size: 12px;
    margin-bottom: 28px;
  }
  .hero-intro {
    bottom: 13%;
    max-width: 43%;
    z-index: 6;
  }
  .hero-intro p {
    font-size: 15px;
  }
  .capture-invite {
    bottom: 14%;
    display: block;
    text-align: right;
    max-width: 45%;
  }
  .capture-invite-pictures {
    margin: 0 0 23px auto;
  }
  .capture-invite strong {
    font-size: 23px;
  }
  .hero-bottom > span {
    display: none;
  }
  .hero-edge {
    top: 125px;
  }
  .portal-rings span {
    width: 76vw;
    height: 76vw;
  }
  .portal-rings span:nth-child(2) {
    width: 83vw;
    height: 83vw;
  }
  .portal-rings span:nth-child(3) {
    width: 69vw;
    height: 69vw;
  }
  .hero-scene {
    clip-path: circle(calc(31% + var(--journey) * 75%) at 67% 49%);
  }
  .hero-bottom {
    bottom: 22px;
  }
  .journey-caption p {
    font-size: 13vw;
  }
  .place-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8%;
    padding-top: 55px;
  }
  .place-copy h2 {
    font-size: 6vw;
  }
  .place-copy > p {
    font-size: 16px;
  }
  .landscape-frame {
    aspect-ratio: 0.76;
  }
  .location-stamp {
    left: -25px;
    padding: 18px;
  }
  .location-stamp strong {
    font-size: 42px;
  }
  .location-stamp > span,
  .location-stamp small {
    font-size: 12px;
  }
  .photo-caption {
    max-width: 24ch;
    text-align: right;
    right: 0;
    bottom: -65px;
  }
  .gallery-heading {
    display: block;
    margin-top: 45px;
  }
  .gallery-heading h2 {
    font-size: 12vw;
  }
  .gallery-heading p {
    margin-top: 28px;
    font-size: 16px;
  }
  .gallery-stage {
    height: calc(78vw / 1.5 + 145px);
  }
  .catch-card {
    width: 78vw;
    aspect-ratio: 1.5;
    top: 60px;
  }
  .gallery-backword {
    font-size: 17vw;
    bottom: 15px;
  }
  .card-caption {
    font-size: 30px;
    left: 25px;
    right: 25px;
    bottom: 24px;
  }
  .gallery-help {
    display: none;
  }
  .gallery-controls > .text-link {
    font-size: 14px;
  }
  .brand-moment {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .brand-caption > span:last-child {
    font-size: 35px;
  }
  .rules-grid {
    grid-template-columns: 1fr;
  }
  .rules-intro h2 {
    font-size: 80px;
  }
  .rules-list summary {
    font-size: 18px;
  }
  .contact h2 {
    font-size: 13vw;
  }
  .contact {
    min-height: 770px;
  }
  .contact-rings {
    width: 680px;
    height: 680px;
  }
  .footer-top > span {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .site-header {
    height: 86px;
    gap: 10px;
  }
  .wordmark {
    font-size: 15px;
  }
  .brand-symbol {
    width: 30px;
  }
  .header-cta {
    padding: 9px 12px;
    min-height: 41px;
  }
  .hero {
    min-height: 800px;
    height: 100svh;
  }
  .js-motion:not(.motion-paused) .hero-journey {
    height: 170svh;
    min-height: 1350px;
  }
  .hero-content {
    top: 23%;
    left: 24px;
    right: 20px;
  }
  .hero-kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: 20.3vw;
    line-height: 0.85;
    letter-spacing: -0.09em;
    max-width: 100%;
  }
  .hero h1 .title-front {
    margin-top: 0.19em;
  }
  .hero-art {
    left: 10%;
    top: 31%;
    height: 40%;
    width: 103%;
    transform: translate3d(
        calc(var(--mx) * 12px + var(--journey) * 70px),
        calc(var(--my) * -10px - var(--journey) * 70px),
        calc(40px + var(--journey) * 220px)
      )
      rotateY(calc(var(--mx) * -5deg)) rotateZ(-13deg);
  }
  .hero-intro {
    bottom: 14%;
    left: 24px;
    max-width: 52%;
  }
  .hero-intro p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .hero-intro .hero-button {
    font-size: 12px;
    gap: 16px;
    min-height: 46px;
    padding: 12px 17px;
  }
  .capture-invite {
    right: 24px;
    bottom: 16%;
    max-width: 37%;
  }
  .capture-invite strong {
    display: none;
  }
  .capture-invite-pictures {
    width: 92px;
    height: 60px;
    scale: 0.77;
    transform-origin: right bottom;
    margin-bottom: 10px;
  }
  .capture-invite small {
    font-size: 12px;
    letter-spacing: 0;
  }
  .capture-invite small span {
    margin-left: 4px;
  }
  .hero-edge {
    right: 24px;
    top: 113px;
    writing-mode: horizontal-tb;
    font-size: 12px;
    letter-spacing: 0.06em;
    opacity: calc(0.6 - var(--journey));
  }
  .hero-scene {
    clip-path: circle(calc(31% + var(--journey) * 78%) at 69% 49%);
  }
  .portal-rings span {
    top: 49%;
    left: 69%;
    width: 114vw;
    height: 114vw;
  }
  .portal-rings span:nth-child(2) {
    width: 126vw;
    height: 126vw;
  }
  .portal-rings span:nth-child(3) {
    width: 102vw;
    height: 102vw;
  }
  .hero-bottom {
    left: 24px;
    right: 24px;
    bottom: 23px;
    padding-top: 18px;
    gap: 15px;
  }
  .scroll-cue {
    gap: 10px;
    font-size: 12px;
    max-width: 155px;
    line-height: 1.5;
  }
  .scroll-track {
    flex-shrink: 0;
  }
  .motion-toggle {
    font-size: 12px;
    max-width: 140px;
    text-align: right;
    line-height: 1.5;
  }
  .hero:after {
    box-shadow: inset 0 0 60px #020b0740;
  }
  .journey-caption > span {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .journey-caption p {
    font-size: 16.5vw;
    line-height: 0.98;
    margin-top: 22px;
  }
  .place-strip {
    padding: 17px 24px;
    gap: 12px;
    letter-spacing: 0.025em;
  }
  .place {
    padding-top: 33px;
    padding-bottom: 80px;
  }
  .place-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 35px;
  }
  .place-copy h2 {
    font-size: 12.5vw;
    line-height: 1.04;
    letter-spacing: -0.06em;
  }
  .place-copy h2 br:nth-child(2) {
    display: block;
  }
  .place-copy h2 em {
    font-size: 1.12em;
  }
  .place-copy > p {
    font-size: 16px;
    line-height: 1.8;
  }
  .place-visual {
    width: calc(100% - 30px);
    margin: 37px 0 48px 8px;
  }
  .landscape-frame {
    aspect-ratio: 0.93;
    outline-offset: 9px;
  }
  .location-stamp {
    left: -23px;
    bottom: 3%;
    padding: 18px 23px;
  }
  .location-stamp strong {
    font-size: 48px;
  }
  .photo-caption {
    bottom: -58px;
    max-width: 29ch;
    font-size: 12px;
  }
  .captures {
    padding-top: 33px;
    padding-bottom: 40px;
  }
  .gallery-heading {
    margin-top: 38px;
  }
  .gallery-heading h2 {
    font-size: 14vw;
    line-height: 0.92;
    letter-spacing: -0.065em;
  }
  .gallery-heading h2 em {
    font-size: 0.61em;
    line-height: 1.05;
  }
  .gallery-heading p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 23px;
  }
  .gallery-stage {
    height: calc(84vw / 1.22 + 115px);
    margin-top: 3px;
    perspective: 1300px;
  }
  .catch-card {
    width: 84vw;
    aspect-ratio: 1.22;
    top: 45px;
  }
  .card-caption {
    font-size: 25px;
    left: 19px;
    right: 19px;
    bottom: 18px;
  }
  .card-caption small {
    font-size: 12px;
    letter-spacing: 0.035em;
    line-height: 1.4;
    max-width: 20ch;
  }
  .card-open {
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 32px;
  }
  .card-number {
    top: 16px;
    left: 16px;
  }
  .gallery-backword {
    bottom: 2px;
    font-size: 20vw;
  }
  .gallery-orbit {
    height: 350px;
    bottom: -35px;
  }
  .gallery-controls {
    gap: 12px;
    padding-top: 20px;
    flex-wrap: nowrap;
  }
  .gallery-navigation {
    gap: 12px;
  }
  .gallery-navigation .circle-button {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
  .gallery-count {
    gap: 8px;
    font-size: 12px;
  }
  .gallery-controls > .text-link {
    font-size: 12px;
    gap: 9px;
  }
  .brand-moment {
    padding: 48px 24px 42px;
  }
  .brand-moment > img {
    outline-offset: 8px;
    min-height: 0;
  }
  .brand-caption {
    padding: 23px 0 0;
    gap: 9px;
  }
  .brand-caption > span:first-child {
    font-size: 12px;
    letter-spacing: 0.065em;
  }
  .brand-caption > span:last-child {
    font-size: 34px;
  }
  .rules {
    padding-top: 33px;
  }
  .rules-grid {
    padding-top: 36px;
    gap: 32px;
  }
  .rules-intro h2 {
    font-size: 18vw;
    line-height: 0.93;
  }
  .rules-intro > p {
    font-size: 16px;
  }
  .rules-list summary {
    font-size: 17px;
    padding: 24px 0;
  }
  .rule-body {
    font-size: 16px;
    padding-left: 31px;
  }
  .contact {
    min-height: 730px;
    padding-top: 33px;
    padding-bottom: 60px;
  }
  .contact h2 {
    font-size: 17vw;
    line-height: 0.98;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .contact-content {
    padding-top: 54px;
  }
  .contact-content > .eyebrow {
    font-size: 12px;
    letter-spacing: 0.045em;
  }
  .contact-content > p:not(.eyebrow) {
    font-size: 16px;
  }
  .contact-actions {
    margin-top: 28px;
  }
  .contact-actions .button {
    width: 248px;
    min-height: 52px;
    font-size: 14px;
  }
  .contact-coordinates {
    font-size: 12px;
    letter-spacing: 0.055em;
  }
  .contact-rings {
    width: 520px;
    height: 520px;
    top: 53%;
  }
  .footer-top > span {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 20.4vw;
  }
  .header-cta {
    padding: 8px;
    font-size: 12px;
    gap: 5px;
  }
  .wordmark {
    font-size: 14px;
  }
  .brand-symbol {
    width: 25px;
  }
  .hero-art {
    left: 4%;
    width: 110%;
  }
  .capture-invite small {
    font-size: 12px;
  }
  .gallery-navigation {
    gap: 8px;
  }
  .gallery-count {
    gap: 6px;
  }
  .gallery-controls > .text-link {
    gap: 5px;
  }
  .gallery-controls > .text-link span {
    font-size: 19px;
  }
  .gallery-navigation .circle-button {
    width: 38px;
    height: 38px;
  }
  .hero-intro {
    max-width: 58%;
  }
  .capture-invite {
    max-width: 31%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-journey {
    height: auto !important;
    min-height: 0 !important;
  }
  .hero {
    position: relative !important;
  }
  .hero-scene {
    clip-path: circle(28% at 63% 48%);
  }
  .hero-art {
    transform: rotateZ(-9deg);
  }
  .hero-content,
  .hero-intro {
    transform: none;
  }
  .journey-caption {
    display: none !important;
  }
  .brand-moment > img {
    transform: none !important;
  }
}

/* Keep the heading lines in separate stacking contexts. */
.hero-content {
  z-index: auto;
  transform: none !important;
  opacity: 1 !important;
  will-change: auto !important;
}
.hero h1 .title-back,
.hero h1 .title-front,
.hero-kicker {
  position: relative;
  opacity: clamp(0, 1 - var(--journey) * 2.7, 1);
  transform: translate3d(calc(var(--mx) * -9px), calc(var(--journey) * -130px), 0);
  will-change: opacity, transform;
}
.hero h1 .title-back,
.hero-kicker {
  z-index: 1;
}
.hero h1 .title-front {
  z-index: 4;
}
.hero-art {
  left: 30%;
  width: 67%;
}
.motion-paused .hero h1 > span,
.motion-paused .hero-kicker {
  opacity: 1;
  transform: none;
}
.art-unavailable .hero h1 > span {
  z-index: 4;
}
@media (max-width: 800px) {
  .hero-art {
    left: 24%;
    width: 77%;
  }
}
@media (max-width: 560px) {
  .hero-art {
    left: 12%;
    width: 86%;
  }
}
@media (max-width: 360px) {
  .hero-art {
    left: 6%;
    width: 93%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero h1 > span,
  .hero-kicker {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (min-width: 801px) and (min-height: 651px) and (max-height: 800px) {
  .hero {
    min-height: 700px;
  }
  .hero h1 {
    font-size: min(15.8vw, 28vh);
  }
  .hero-content {
    top: 21%;
  }
  .hero-intro,
  .capture-invite {
    bottom: 13%;
  }
  .hero-intro {
    display: flex;
    max-width: 60%;
  }
  .hero-intro p {
    margin-bottom: 0;
  }
  .hero-art {
    top: 16%;
    height: 66%;
  }
  .hero-bottom > span {
    max-width: none;
  }
}
@media (max-height: 650px) {
  .js-motion:not(.motion-paused) .hero-journey {
    height: auto;
    min-height: 0;
  }
  .js-motion:not(.motion-paused) .hero {
    position: relative;
  }
  .journey-caption {
    display: none !important;
  }
}
