/* The immersive layer belongs only to the onepager; legal pages keep styles.css. */
.dive-page {
  --depth-progress: 0;
  background: #061921;
  isolation: isolate;
}
.dive-page .section-width {
  width: min(1160px, calc(100% - 192px));
}
.dive-page main,
.dive-page .footer {
  position: relative;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.ocean-world {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 72% -20%,
    #528e80 0%,
    #1c5556 30%,
    #0c303b 65%,
    #071e2a 100%
  );
}
.ocean-depth {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 35%, #10334a, #060f20 72%);
  opacity: var(--depth-progress);
}
.ocean-rays {
  position: absolute;
  inset: -30% -15%;
  background: repeating-conic-gradient(
    from 159deg at 60% 0%,
    transparent 0deg 7deg,
    #c6ffe918 9deg,
    transparent 13deg 19deg
  );
  mask-image: linear-gradient(#0009, transparent 88%);
  transform-origin: 60% 0;
  animation: ocean-light 24s ease-in-out infinite alternate;
  opacity: calc(0.9 - var(--depth-progress) * 0.7);
}
.ocean-grain {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(#d0f0e6 0.5px, transparent 0.8px);
  background-size: 7px 9px;
  mask-image: linear-gradient(#0004, transparent 75%);
}
.ocean-plankton {
  position: absolute;
  inset: 0;
  opacity: 0.6;
}
.ocean-plankton i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c9ffec;
  box-shadow: 0 0 9px #afffe0;
  left: 8%;
  top: 60%;
  animation: plankton-drift 19s ease-in-out infinite alternate;
}
.ocean-plankton i:nth-child(2) {
  left: 23%;
  top: 24%;
  animation-delay: -11s;
  width: 2px;
  height: 2px;
}
.ocean-plankton i:nth-child(3) {
  left: 39%;
  top: 85%;
  animation-delay: -5s;
}
.ocean-plankton i:nth-child(4) {
  left: 53%;
  top: 42%;
  animation-delay: -17s;
  width: 2px;
  height: 2px;
}
.ocean-plankton i:nth-child(5) {
  left: 68%;
  top: 18%;
  animation-delay: -8s;
}
.ocean-plankton i:nth-child(6) {
  left: 87%;
  top: 75%;
  animation-delay: -13s;
  width: 2px;
  height: 2px;
}
.ocean-plankton i:nth-child(7) {
  left: 95%;
  top: 32%;
  animation-delay: -3s;
}
.ocean-plankton i:nth-child(8) {
  left: 17%;
  top: 93%;
  animation-delay: -9s;
  width: 2px;
  height: 2px;
}
.ocean-drifter {
  position: absolute;
  width: clamp(150px, 24vw, 380px);
  opacity: 0.09;
  filter: brightness(0.35) sepia(1) saturate(0.6);
}
.ocean-drifter img {
  width: 100%;
}
.drifter-dolphin {
  top: 17%;
  left: 62%;
  animation: dolphin-passage 64s -22s linear infinite;
}
.drifter-dolphin img {
  transform: rotate(-12deg);
  opacity: calc(0.2 + var(--depth-progress) * 0.8);
  animation: distant-swim 11s ease-in-out infinite alternate;
}
.drifter-whale {
  top: 73%;
  left: 7%;
  width: clamp(100px, 15vw, 240px);
  opacity: 0.12;
  animation: whale-passage 79s -39s linear infinite;
}
.drifter-whale img {
  transform: rotate(12deg) scaleX(-1);
  opacity: calc(0.3 + var(--depth-progress) * 0.7);
}
.dive-page .header {
  padding-inline: 64px 112px;
  border-bottom-color: #dafff014;
}
.header-note {
  margin-left: auto;
  color: #c2dbd2;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.dive-page .hero {
  background: linear-gradient(180deg, transparent 70%, #06192126);
  min-height: 820px;
  height: 100svh;
  max-height: 1100px;
  padding-inline: 64px;
}
.dive-page .hero-copy {
  width: 78%;
}
.dive-page .hero h1 {
  font-size: clamp(68px, 6.4vw, 104px);
  letter-spacing: -0.06em;
  text-shadow: 0 4px 60px #0a343c44;
}
.dive-page .hero h1 em {
  color: #d2f8df;
}
.dive-page .hero .button {
  background: #d0f4dc;
  box-shadow: 0 0 40px #a4f5d11a;
}
.dive-page .water-light {
  display: none;
}
.dive-page .ocean-scene {
  top: 17%;
  right: 5%;
  width: 53%;
  height: 72%;
  max-height: 740px;
}
.dive-page .hero-animal {
  top: 12%;
  left: 7%;
  width: 108%;
}
.dive-page .hero-animal img {
  filter: drop-shadow(15px 70px 32px #001d2d80);
  animation-duration: 14s;
}
.dive-page .orbit {
  border-color: #b8e6cc20;
  width: 84%;
  top: 0;
  left: 17%;
}
.dive-page .orbit-two {
  width: 110%;
  top: -13%;
  left: 4%;
  border-style: dashed;
  border-color: #b8e6cc12;
}
.scene-coordinate {
  position: absolute;
  top: 3%;
  left: 24%;
  color: #a7c9c4;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.dive-page .animal-label {
  top: 75%;
  right: 12%;
}
.dive-page .hero-bottom {
  left: 64px;
  right: 128px;
  justify-content: space-between;
  bottom: 38px;
  border-top: 1px solid #c6ecdf21;
  padding-top: 18px;
}
.hero-dive-note {
  color: #bbd6d0;
  font-size: 11px;
}
.hero-bottom a span {
  animation: scroll-invitation 2.5s ease-in-out infinite;
}
.dive-instrument {
  position: fixed;
  z-index: 10;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  text-align: center;
  color: #d2e8e3;
}
.instrument-label {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #b0cac7;
}
.depth-reading {
  display: block;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 450;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
  margin-top: 5px;
}
.depth-reading small {
  font-size: 10px;
  margin-left: 4px;
  color: #afc9c5;
}
.depth-ruler {
  position: relative;
  height: 230px;
  width: 38px;
  margin: 24px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #c2e8df30;
  background: repeating-linear-gradient(
    to bottom,
    #c2e8df40 0 1px,
    transparent 1px calc(100% / 30)
  );
  background-size: 5px 100%;
  background-repeat: no-repeat;
}
.depth-tick {
  position: relative;
  font-size: 8px;
  color: #b1c9c6;
  text-align: right;
  line-height: 1;
  transform: translateY(-50%);
}
.depth-tick:last-child {
  transform: translateY(50%);
}
.depth-tick::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #c2e8df65;
  position: absolute;
  left: 0;
  top: 50%;
}
.depth-fill {
  position: absolute;
  width: 1px;
  background: var(--mint);
  left: -1px;
  top: 0;
  height: 100%;
  transform: scaleY(var(--depth-progress));
  transform-origin: top;
}
.depth-cursor {
  position: absolute;
  left: -4px;
  top: calc(var(--depth-progress) * 100%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3ffe7;
  transform: translateY(-50%);
  box-shadow: 0 0 14px #b6f3d699;
}
.depth-zone {
  display: block;
  font-size: 8px;
  letter-spacing: 0.025em;
}
.motion-control {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #c2e8df2b;
  background: #09263280;
  color: #c9e4db;
  border-radius: 50%;
  margin-top: 20px;
}
.motion-control:hover {
  background: #285154;
  border-color: #b6f3d680;
}
.motion-control:disabled {
  cursor: default;
  opacity: 0.55;
}
.motion-symbol {
  font-size: 14px;
  line-height: 1;
}
.dive-page .intro {
  position: relative;
  padding-block: 140px 160px;
}
.dive-page .intro::before {
  content: '';
  display: block;
  width: 1px;
  height: 64px;
  margin: 0 auto 32px;
  background: linear-gradient(transparent, #b6f3d670);
}
.chapter-mark {
  color: #b6f3d688;
  margin-right: 10px;
  font-variant-numeric: tabular-nums;
}
.dive-page .intro-description {
  max-width: 540px;
}
.dive-page .product {
  padding-block: 40px 120px;
}
.dive-page .product-heading {
  margin-bottom: 60px;
}
.dive-page .product-stage {
  background:
    radial-gradient(ellipse at 40% 35%, #40877b40, transparent 70%), #163c4933;
  border-radius: 180px 180px 24px 24px;
  min-height: 700px;
}
.dive-page .stage-caption {
  top: 42px;
  left: 0;
  width: 100%;
  text-align: center;
}
.dive-page .phone {
  rotate: 2deg;
}
.stage-animal[src$='/dugong.webp'] {
  right: 3%;
}
.dive-page .encounters {
  padding-block: 80px 140px;
}
.dive-page .encounter-card {
  background:
    radial-gradient(ellipse at 50% 20%, #56676b33, transparent 70%), #102c3d80;
  border-radius: 22px;
  padding: 24px;
}
.dive-page .card-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}
.card-index > span {
  font-size: 9px;
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 30px;
}
.dive-page .octopus-card {
  background:
    radial-gradient(ellipse at 50% 25%, #84634426, transparent 70%), #122c3980;
  margin-top: 48px;
  margin-bottom: -48px;
}
.dive-page .ray-card {
  background:
    radial-gradient(ellipse at 50% 25%, #347b9033, transparent 70%), #122c3d80;
}
.dive-page .animal-window {
  height: 250px;
  margin-block: 12px;
}
.dive-page .animal-window img {
  width: 94%;
  max-height: 100%;
}
.dive-page .card-copy h3 {
  font-size: 25px;
  line-height: 1.15;
}
.species-traits {
  margin: 24px 0 0;
}
.species-traits > div {
  padding-block: 14px;
  border-top: 1px solid var(--line);
}
.species-traits dt {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9eb9be;
}
.species-traits dd {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #d1dfdc;
}
.deep-encounter {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: 70px;
  background: linear-gradient(180deg, transparent, #060f2055 50%, #040c14);
}
.deep-heading {
  position: relative;
  z-index: 1;
}
.deep-heading h2 {
  margin-top: 25px;
}
.animal-profile {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  padding-block: 40px 50px;
}
.animal-portrait {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
}
.animal-portrait img {
  position: relative;
  z-index: 1;
  width: 115%;
  max-width: none;
  filter: drop-shadow(0 35px 25px #0005);
  animation: swim 16s ease-in-out infinite;
}
.animal-orbit {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid #bedfeb1a;
  border-radius: 50%;
  background: radial-gradient(#5a94b312, transparent 70%);
}
.animal-orbit::before {
  content: '';
  position: absolute;
  inset: 28px;
  border: 1px dashed #bedfeb12;
  border-radius: 50%;
}
.portrait-coordinate {
  position: absolute;
  left: 5%;
  top: 8%;
  font-size: 8px;
  letter-spacing: 0.17em;
  color: #8cabbc;
}
.animal-details {
  position: relative;
  min-width: 0;
  z-index: 2;
  padding-left: 40px;
  border-left: 1px solid #bbdfee26;
}
.species-category {
  display: block;
  color: #b1c9d2;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.species-category > span {
  margin-inline: 10px;
  color: #658795;
}
.animal-details h3 {
  margin-top: 25px;
  font-size: clamp(36px, 4vw, 58px);
}
.animal-details h3 em {
  color: #c6e6f0;
}
.species-latin {
  margin-top: 16px;
  color: #a6c2d0;
  font:
    italic 17px 'Reef Serif',
    Georgia,
    serif;
}
.animal-details .species-traits {
  max-width: 290px;
  margin-top: 32px;
}
.animal-details .species-traits dd {
  font-size: 13px;
}
.seabed {
  position: absolute;
  z-index: -1;
  height: 750px;
  inset: auto 0 0;
  pointer-events: none;
}
.seabed-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.82;
  mask-image: linear-gradient(transparent 0%, #000 28%, #000 88%, transparent);
}
.seabed-contours {
  position: absolute;
  inset: auto -10% 0;
  height: 130px;
  border-radius: 50% 60% 0 0;
  background: linear-gradient(#0e202833, #040c14);
}
.seabed-arrival {
  position: relative;
  text-align: center;
  padding-block: 20px 50px;
}
.seabed-line {
  display: block;
  width: 1px;
  height: 34px;
  margin: 0 auto 22px;
  background: linear-gradient(transparent, #b4d6e3);
}
.seabed-arrival .eyebrow {
  color: #b9d2dc;
  font-size: 9px;
}
.seabed-depth {
  font-size: clamp(80px, 10vw, 100px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.065em;
  color: #d7e8ec;
  margin-top: 12px;
}
.seabed-depth > span {
  font-size: 0.24em;
  color: #91afbf;
  letter-spacing: 0;
}
.seabed-arrival .text-link {
  margin-top: 20px;
  color: #c2e0e9;
}
.dive-page .footer::before {
  content: '';
  position: absolute;
  width: 100vw;
  top: -1px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  background: #040c14;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
  min-height: 44px;
  font-size: 13px;
  color: var(--mint);
  border-bottom: 1px solid #b6f3d64d;
}
.text-link:hover {
  border-color: var(--mint);
}
.dive-page .footer {
  padding-block: 30px 44px;
}
@keyframes ocean-light {
  from {
    transform: rotate(-5deg) scaleX(1);
  }
  to {
    transform: rotate(5deg) scaleX(1.12);
  }
}
@keyframes plankton-drift {
  from {
    transform: translate(0, 35px);
    opacity: 0.2;
  }
  to {
    transform: translate(28px, -55px);
    opacity: 0.7;
  }
}
@keyframes dolphin-passage {
  0% {
    transform: translate(36vw, 4vh);
    opacity: 0;
  }
  12%,
  85% {
    opacity: 0.09;
  }
  100% {
    transform: translate(-95vw, -14vh);
    opacity: 0;
  }
}
@keyframes whale-passage {
  0% {
    transform: translate(-30vw, 8vh);
    opacity: 0;
  }
  15%,
  80% {
    opacity: 0.12;
  }
  100% {
    transform: translate(105vw, -20vh);
    opacity: 0;
  }
}
@keyframes distant-swim {
  to {
    transform: translateY(18px) rotate(-4deg);
  }
}
@keyframes scroll-invitation {
  50% {
    transform: translateY(5px);
  }
}
.open-water {
  padding-block: 80px 140px;
  border-top: 1px solid var(--line);
}
.open-water-heading h2 {
  margin-top: 25px;
}
.whale-shark-profile .animal-orbit {
  border-color: #b6e8de25;
}
.dive-page .angelfish-card {
  background:
    radial-gradient(ellipse at 50% 25%, #3265ab33, transparent 70%), #102c3d80;
}
@media (min-width: 851px) {
  .animal-profile.whale-shark-profile {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    min-height: 570px;
  }
  .whale-shark-profile .animal-portrait {
    grid-column: 2;
    grid-row: 1;
  }
  .whale-shark-profile .animal-details {
    grid-column: 1;
    grid-row: 1;
    border-left: none;
    border-right: 1px solid #bbdfee26;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 850px) {
  .open-water {
    padding-block: 70px 90px;
  }
}
@media (min-width: 1600px) {
  .dive-page .hero-copy {
    margin-left: calc((100vw - 1488px) / 2);
  }
  .dive-page .ocean-scene {
    right: calc((100vw - 1450px) / 2);
    width: 790px;
  }
}
@media (max-width: 1100px) {
  .dive-page .section-width {
    width: calc(100% - 152px);
    margin-left: 40px;
  }
  .dive-page .header {
    padding-left: 40px;
  }
  .dive-page .hero {
    padding-left: 40px;
    padding-top: 175px;
    align-items: flex-start;
    min-height: 960px;
  }
  .dive-page .hero h1 {
    font-size: 7.2vw;
  }
  .dive-page .ocean-scene {
    width: 61%;
    top: 46%;
    right: 12%;
    height: 43%;
  }
  .dive-page .hero-animal {
    width: 100%;
    left: 0;
    top: 3%;
  }
  .dive-page .hero-bottom {
    left: 40px;
    right: 112px;
  }
  .hero-dive-note {
    max-width: 240px;
  }
  .dive-page .product-layout {
    gap: 35px;
  }
  .dive-page .product-stage {
    min-height: 620px;
    border-radius: 140px 140px 20px 20px;
  }
  .dive-page .animal-window {
    height: 180px;
  }
  .dive-page .encounter-card {
    padding-inline: 18px;
    border-radius: 18px;
  }
  .dive-page .card-index {
    font-size: 8px;
  }
}
@media (max-width: 850px) and (min-width: 761px) {
  .dive-page .product-layout {
    grid-template-columns: 1fr;
  }
  .dive-page .product-stage {
    max-width: 460px;
    width: 100%;
    margin-inline: auto;
  }
  .dive-page .encounter-grid {
    grid-template-columns: 1fr;
  }
  .dive-page .encounter-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-radius: 24px;
    margin: 0;
  }
  .dive-page .card-index {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1100px) {
  .animal-profile {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 20px;
  }
  .animal-portrait {
    min-height: 370px;
  }
  .animal-details {
    padding-left: 24px;
  }
}
@media (max-width: 850px) {
  .dive-page .octopus-card {
    margin: 0;
  }
  .animal-profile {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 20px 40px;
    gap: 20px;
  }
  .animal-portrait {
    min-height: 350px;
  }
  .animal-portrait img {
    width: 100%;
    max-width: 660px;
  }
  .animal-orbit {
    width: min(65%, 360px);
  }
  .animal-details {
    max-width: 470px;
    margin-inline: auto;
    width: 100%;
    padding: 28px;
    border: 1px solid #bbdfee26;
    background: #0d203099;
    border-radius: 18px;
  }
  .animal-details h3 {
    font-size: 46px;
  }
  .deep-encounter {
    padding-top: 40px;
  }
  .seabed {
    height: 780px;
  }
  .seabed-arrival {
    padding-block: 70px 60px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-bottom: 100px;
  }
  .dive-page .section-width {
    width: calc(100% - 48px);
    margin-inline: auto;
  }
  .dive-page .header {
    padding-inline: 24px;
  }
  .header-note {
    font-size: 9px;
    letter-spacing: 0;
  }
  .dive-page .hero {
    min-height: 850px;
    height: auto;
    max-height: none;
    padding: 150px 24px 0;
  }
  .dive-page .hero-copy {
    width: 100%;
  }
  .dive-page .hero h1 {
    font-size: clamp(43px, 8.9vw, 66px);
  }
  .dive-page .hero .button {
    margin-top: 18px;
  }
  .dive-page .ocean-scene {
    top: 445px;
    width: min(100%, 450px);
    left: 50%;
    right: auto;
    translate: -50% 0;
    height: 310px;
    opacity: 1;
  }
  .dive-page .hero-animal {
    width: 100%;
    left: 0;
    top: 0;
  }
  .dive-page .orbit {
    width: 72%;
    left: 18%;
    top: -12%;
  }
  .dive-page .orbit-two {
    width: 94%;
    left: 7%;
    top: -25%;
  }
  .scene-coordinate {
    top: -7%;
    left: 13%;
    font-size: 7px;
  }
  .dive-page .animal-label {
    top: 79%;
    right: 11%;
  }
  .dive-page .hero-bottom {
    left: 24px;
    right: 24px;
    bottom: 12px;
    padding-top: 10px;
    justify-content: flex-start;
  }
  .hero-dive-note {
    display: none;
  }
  .dive-instrument {
    top: auto;
    bottom: max(14px, env(safe-area-inset-bottom));
    right: 16px;
    transform: none;
    width: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #081c29ed;
    border: 1px solid #bfdfd336;
    border-radius: 60px;
    padding: 8px 8px 8px 20px;
    box-shadow: 0 8px 30px #0004;
  }
  .depth-display {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 13px;
    align-items: center;
    text-align: left;
  }
  .instrument-label {
    font-size: 7px;
    grid-column: 1;
  }
  .depth-reading {
    font-size: 22px;
    margin: -2px 0 0;
    grid-column: 1;
  }
  .depth-zone {
    font-size: 9px;
    grid-column: 2;
    grid-row: 1 / 3;
    padding-left: 13px;
    border-left: 1px solid var(--line);
    min-width: 80px;
  }
  .depth-ruler {
    display: none;
  }
  .motion-control {
    margin: 0;
    background: #c1e8d709;
  }
  .dive-page .intro {
    padding-block: 80px 100px;
  }
  .dive-page .intro::before {
    height: 45px;
  }
  .dive-page .product {
    padding-block: 15px 60px;
  }
  .dive-page .product-heading {
    margin-bottom: 36px;
  }
  .dive-page .product-stage {
    min-height: 610px;
    border-radius: 160px 160px 24px 24px;
  }
  .dive-page .encounters {
    padding-block: 25px 75px;
  }
  .dive-page .encounter-grid {
    gap: 26px;
  }
  .dive-page .encounter-card {
    border-radius: 20px;
    padding: 24px 26px 26px;
  }
  .dive-page .octopus-card {
    margin: 0;
  }
  .dive-page .card-index {
    font-size: 9px;
  }
  .dive-page .animal-window {
    height: 240px;
  }
  .dive-page .footer {
    padding-bottom: 112px;
  }
  .drifter-dolphin {
    width: 220px;
  }
}
@media (max-width: 760px) {
  .dive-page .card-index {
    display: flex;
  }
  .animal-portrait {
    min-height: 280px;
  }
  .portrait-coordinate {
    top: 4%;
    left: 3%;
    font-size: 7px;
  }
  .animal-details h3 {
    font-size: 40px;
  }
  .seabed-arrival .eyebrow {
    font-size: 8px;
  }
  .seabed-art {
    object-position: 70% bottom;
  }
}
@media (max-width: 370px) {
  .dive-page .header {
    padding-inline: 18px;
  }
  .header-note {
    max-width: 85px;
    text-align: right;
    line-height: 1.5;
  }
  .dive-page .hero {
    padding-inline: 18px;
    min-height: 790px;
  }
  .dive-page .hero h1 {
    font-size: 39px;
  }
  .dive-page .ocean-scene {
    top: 415px;
    height: 270px;
  }
  .dive-page .section-width {
    width: calc(100% - 36px);
  }
  .dive-page .product-stage {
    min-height: 560px;
  }
  .dive-page .animal-window {
    height: 200px;
  }
}
.motion-paused .ocean-world *,
.page-hidden .ocean-world *,
.motion-paused .hero-bottom a span,
.page-hidden .hero-bottom a span {
  animation-play-state: paused !important;
}
@media (prefers-reduced-motion: reduce) {
  .ocean-world *,
  .hero-bottom a span {
    animation: none !important;
  }
}
