:root {
  color-scheme: dark;
  --bg: #000205;
  --edge: rgba(137, 229, 236, 0.72);
  --text: rgba(239, 248, 250, 0.96);
  --muted: rgba(207, 228, 232, 0.54);
  --safe-top: max(24px, env(safe-area-inset-top));
  --safe-bottom: max(24px, env(safe-area-inset-bottom));
}

* {
  box-sizing: border-box;
}

html {
  background: #000205;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  min-width: 320px;
  background: #000205;
  color: var(--text);
  font-family: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
a {
  font: inherit;
}

#film {
  position: relative;
  height: 680vh;
  min-height: 5200px;
  background: #000205;
}

.stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  perspective: 1500px;
  background: var(--bg);
  touch-action: pan-y;
}

.environment,
.sky-glow,
.horizon,
.surface,
.light-shaft,
.pressure-wave,
.lume-halo,
.screen-lens,
.foreground-droplets,
.brand-ghost,
.vignette,
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.environment {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.background-depth {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
  transform: translateZ(0);
}

.background-word,
.distant-reflection,
.surface-reflection,
.water-curtain,
.ocean-layer,
.fog-bank,
.caustic-field {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform, filter;
}

.background-word {
  display: grid;
  place-items: center;
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(10rem, 31vw, 38rem);
  line-height: .72;
  letter-spacing: -.06em;
  color: rgba(192, 224, 231, .052);
  white-space: nowrap;
  filter: blur(.35px);
}

.background-word-opening {
  top: -4%;
  bottom: auto;
  height: 76%;
  justify-items: center;
}

.distant-reflection {
  inset: 34% 8% auto;
  height: 35%;
  background:
    radial-gradient(ellipse at 50% 22%, rgba(170, 222, 234, .14), transparent 8%),
    radial-gradient(ellipse at 50% 28%, rgba(43, 112, 145, .15), transparent 32%),
    linear-gradient(180deg, rgba(100, 175, 199, .045), transparent 70%);
  filter: blur(10px);
  mix-blend-mode: screen;
}

.surface-reflection {
  inset: 48% -14% auto;
  height: 42%;
  transform-origin: 50% 0;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='turbulence' baseFrequency='.009 .052' numOctaves='2' seed='14'/%3E%3CfeColorMatrix values='0 0 0 0 .56 0 0 0 0 .81 0 0 0 0 .87 0 0 0 .22 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23r)'/%3E%3C/svg%3E") center top / 115% 100% no-repeat,
    radial-gradient(ellipse at 50% 0%, rgba(190, 232, 240, .12), transparent 30%),
    linear-gradient(180deg, rgba(63, 145, 174, .11), rgba(4, 30, 47, .035) 58%, transparent);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.7) 45%, transparent 100%);
  filter: blur(2px);
  mix-blend-mode: screen;
}

.water-curtain {
  inset: -14% -8% -20%;
  transform-origin: 50% 0;
  background:
    linear-gradient(106deg, transparent 4%, rgba(111, 193, 213, .035) 24%, transparent 42%, rgba(149, 218, 230, .07) 57%, transparent 76%),
    radial-gradient(ellipse at 48% 5%, rgba(169, 225, 235, .16), transparent 24%),
    linear-gradient(180deg, rgba(32, 99, 127, .13), rgba(3, 27, 44, .08) 43%, transparent 88%);
  filter: blur(7px) saturate(.82);
  mix-blend-mode: screen;
}

.ocean-layer {
  inset: -18% -18%;
  border-radius: 50%;
  transform-origin: center;
}

.ocean-layer-far {
  background:
    radial-gradient(ellipse at 34% 24%, rgba(38, 106, 137, .20), transparent 34%),
    radial-gradient(ellipse at 72% 67%, rgba(15, 65, 91, .17), transparent 42%),
    linear-gradient(180deg, rgba(12, 58, 83, .09), transparent 70%);
  filter: blur(34px);
}

.ocean-layer-mid {
  background:
    radial-gradient(ellipse at 76% 30%, rgba(41, 117, 145, .15), transparent 28%),
    radial-gradient(ellipse at 22% 72%, rgba(9, 57, 82, .18), transparent 36%),
    linear-gradient(110deg, transparent 24%, rgba(80, 160, 181, .035) 49%, transparent 72%);
  filter: blur(24px);
  mix-blend-mode: screen;
}

.ocean-layer-near {
  inset: -28% -24%;
  background:
    radial-gradient(ellipse at 12% 55%, rgba(64, 146, 166, .11), transparent 19%),
    radial-gradient(ellipse at 86% 46%, rgba(54, 138, 160, .12), transparent 21%),
    linear-gradient(102deg, transparent 32%, rgba(103, 184, 199, .045) 51%, transparent 68%);
  filter: blur(15px);
  mix-blend-mode: screen;
}

.fog-bank {
  inset: 18% -20% -30%;
  background:
    radial-gradient(ellipse at 28% 55%, rgba(34, 89, 108, .20), transparent 37%),
    radial-gradient(ellipse at 76% 42%, rgba(25, 75, 95, .15), transparent 42%),
    linear-gradient(180deg, transparent, rgba(1, 13, 22, .22) 58%, rgba(0, 4, 9, .4));
  filter: blur(28px);
}

.caustic-field {
  inset: -20% -16%;
  background:
    repeating-radial-gradient(ellipse at 50% 4%, transparent 0 34px, rgba(132, 211, 225, .045) 36px 37px, transparent 40px 72px),
    repeating-linear-gradient(82deg, transparent 0 54px, rgba(142, 217, 229, .035) 56px 58px, transparent 61px 112px);
  mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.34) 58%, transparent 95%);
  filter: blur(3px);
  mix-blend-mode: screen;
}

.sky-glow {
  z-index: 2;
  opacity: 0;
  background:
    radial-gradient(ellipse at 50% 64%, rgba(68, 122, 155, 0.16), transparent 28%),
    radial-gradient(ellipse at 48% 48%, rgba(32, 82, 118, 0.08), transparent 42%);
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.horizon {
  z-index: 3;
  top: 62%;
  bottom: auto;
  height: 1px;
  opacity: 0;
  transform: scaleX(0.02);
  transform-origin: center;
  background: linear-gradient(90deg, transparent 4%, rgba(187, 222, 230, 0.08) 24%, rgba(223, 246, 250, 0.84) 50%, rgba(187, 222, 230, 0.08) 76%, transparent 96%);
  box-shadow: 0 0 14px rgba(151, 218, 231, 0.22), 0 2px 50px rgba(33, 97, 137, 0.16);
  will-change: opacity, transform;
}

.surface {
  z-index: 4;
  top: 61%;
  bottom: auto;
  height: 38%;
  opacity: 0;
  transform-origin: 50% 0;
  transform: perspective(900px) rotateX(74deg) scale(1.3);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(178, 224, 236, 0.16), transparent 24%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 900 420' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.012 .065' numOctaves='2' seed='9'/%3E%3CfeColorMatrix values='0 0 0 0 .44 0 0 0 0 .72 0 0 0 0 .82 0 0 0 .24 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23w)'/%3E%3C/svg%3E") center top / cover no-repeat,
    linear-gradient(180deg, rgba(18, 63, 88, 0.32), rgba(2, 20, 33, 0.05) 58%, transparent);
  mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.45) 44%, transparent 100%);
  will-change: opacity, transform;
}

.surface-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150%;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(209, 240, 246, 0.8), transparent);
  box-shadow: 0 0 24px rgba(125, 213, 229, 0.5);
}

.light-shaft {
  z-index: 2;
  opacity: 0;
  top: -12%;
  bottom: auto;
  left: 50%;
  width: min(80vw, 920px);
  height: 114%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: top center;
  clip-path: polygon(36% 0, 64% 0, 90% 100%, 10% 100%);
  background:
    linear-gradient(90deg, transparent 3%, rgba(90, 181, 207, 0.025) 20%, rgba(107, 196, 219, 0.14) 49%, rgba(90, 181, 207, 0.025) 78%, transparent 97%);
  filter: blur(16px);
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.pressure-wave {
  z-index: 8;
  inset: auto -18vw 20%;
  height: 28vh;
  opacity: 0;
  border-radius: 50%;
  border-top: 1px solid rgba(88, 177, 198, 0.28);
  background: radial-gradient(ellipse at 50% 0, rgba(65, 136, 156, 0.11), transparent 58%);
  filter: blur(4px);
  transform: translateY(-60vh) scaleY(0.4);
  will-change: transform, opacity;
}

.lume-halo {
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(76vw, 980px);
  height: min(76vw, 980px);
  inset: auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 196, 205, 0.17) 0, rgba(17, 89, 108, 0.06) 27%, transparent 68%);
  filter: blur(28px);
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.screen-lens {
  z-index: 9;
  opacity: 0;
  transform: scale(0.76);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 31%, rgba(173, 228, 237, 0.06) 45%, transparent 67%),
    radial-gradient(circle at 43% 36%, rgba(225, 248, 250, 0.12), transparent 16%);
  box-shadow: inset 0 0 80px rgba(171, 230, 239, 0.06), 0 0 80px rgba(69, 158, 182, 0.08);
  backdrop-filter: blur(0px) contrast(1);
  will-change: opacity, transform, backdrop-filter;
}

.foreground-droplets {
  z-index: 10;
  opacity: 0;
  overflow: hidden;
  will-change: opacity, transform;
}

.droplet {
  position: absolute;
  display: block;
  width: var(--size);
  height: calc(var(--size) * 1.25);
  left: var(--x);
  top: var(--y);
  border-radius: 51% 49% 58% 42% / 38% 45% 55% 62%;
  border: 1px solid rgba(220, 247, 251, 0.15);
  background: radial-gradient(circle at 34% 22%, rgba(237, 254, 255, 0.36), rgba(100, 175, 197, 0.08) 33%, rgba(3, 17, 27, 0.06) 67%, rgba(224, 251, 255, 0.13));
  box-shadow: inset 5px 7px 15px rgba(221, 250, 253, 0.07), 0 4px 20px rgba(0, 0, 0, 0.25);
  transform: rotate(var(--r)) scale(var(--s));
  backdrop-filter: blur(1.5px);
}

.brand-ghost {
  z-index: 4;
  display: grid;
  place-items: center;
  opacity: 0;
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(8rem, 27vw, 34rem);
  line-height: 0.72;
  letter-spacing: -0.055em;
  color: rgba(207, 239, 243, 0.07);
  white-space: nowrap;
  transform: scale(1.06);
  will-change: opacity, transform;
}

.watch-wrap {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 50%;
  width: min(50vw, 690px);
  aspect-ratio: 1122 / 1402;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  will-change: transform, opacity, filter;
}

.watch {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  filter:
    brightness(var(--watch-brightness, .85))
    contrast(var(--watch-contrast, 1.08))
    saturate(var(--watch-saturation, .92))
    blur(var(--watch-blur, 0px))
    drop-shadow(0 24px 44px rgba(0, 0, 0, .54))
    drop-shadow(0 0 var(--watch-glow-size, 0px) rgba(72, 202, 218, var(--watch-glow-alpha, 0)));
  user-select: none;
  pointer-events: none;
  image-rendering: auto;
  backface-visibility: hidden;
}

.copy {
  position: absolute;
  z-index: 12;
  inset: 0;
  pointer-events: none;
}

.line {
  position: absolute;
  margin: 0;
  opacity: 0;
  color: var(--text);
  will-change: opacity;
  filter: blur(0);
}

.line-intro,
.line-surface {
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.line-intro {
  left: clamp(24px, 7vw, 112px);
  bottom: clamp(82px, 12vh, 132px);
  width: min(48vw, 640px);
  font-size: clamp(2.15rem, 4.55vw, 5.15rem);
}

.line-surface {
  left: clamp(24px, 6vw, 96px);
  top: clamp(82px, 15vh, 148px);
  width: min(43vw, 620px);
  font-size: clamp(1.95rem, 3.85vw, 4.55rem);
}

.line-detail {
  max-width: 520px;
  color: rgba(229, 245, 247, 0.88);
  font-size: clamp(0.82rem, 1.2vw, 1.02rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#detail-titanium {
  left: clamp(24px, 7vw, 112px);
  top: 21%;
}

#detail-sapphire {
  right: clamp(24px, 8vw, 128px);
  top: 24%;
  text-align: right;
}

#detail-depth {
  left: clamp(24px, 8vw, 128px);
  bottom: clamp(94px, 18vh, 176px);
}

.line-detail::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 14px;
  vertical-align: 0.32em;
  background: rgba(133, 222, 231, 0.66);
  box-shadow: 0 0 12px rgba(72, 202, 218, 0.3);
}

.line-final {
  left: 50%;
  bottom: clamp(110px, 17vh, 172px);
  width: min(86vw, 900px);
  text-align: center;
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 5.7rem);
  line-height: .98;
  letter-spacing: -0.035em;
  transform: translateX(-50%);
  text-wrap: balance;
}

.depth-meter {
  position: absolute;
  z-index: 13;
  top: 50%;
  right: clamp(22px, 4vw, 72px);
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "label label"
    "value unit"
    "rule rule";
  column-gap: 8px;
  align-items: end;
  opacity: 0;
  transform: translateY(-50%) translateX(18px);
  color: rgba(226, 244, 247, 0.78);
  font-variant-numeric: tabular-nums;
  will-change: opacity, transform;
}

.depth-label {
  grid-area: label;
  margin-bottom: 8px;
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  color: rgba(180, 217, 224, 0.52);
}

.depth-value {
  grid-area: value;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 300;
  line-height: .86;
  letter-spacing: -0.06em;
}

.depth-unit {
  grid-area: unit;
  padding-bottom: 3px;
  font-size: .65rem;
  letter-spacing: .22em;
  color: rgba(168, 223, 231, .74);
}

.depth-rule {
  grid-area: rule;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(90deg, rgba(128, 218, 229, .65), transparent);
  transform-origin: left;
  transform: scaleX(var(--depth-progress, 0));
}

.cta {
  position: absolute;
  z-index: 16;
  left: 50%;
  bottom: var(--safe-bottom);
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(177, 225, 232, .46);
  background: transparent;
  color: rgba(236, 248, 249, .94);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, 0);
  cursor: pointer;
  pointer-events: none;
  transition: color 220ms ease, border-color 220ms ease;
  will-change: opacity, transform;
}

.cta:hover,
.cta:focus-visible {
  color: #fff;
  border-color: rgba(180, 241, 247, .92);
  outline: none;
}

.cta-arrow {
  font-size: 1rem;
  line-height: 1;
  transition: transform 220ms ease;
}

.cta:hover .cta-arrow,
.cta:focus-visible .cta-arrow {
  transform: translate(4px, 4px);
}

.scroll-cue {
  position: absolute;
  z-index: 13;
  left: 50%;
  bottom: var(--safe-bottom);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(206, 231, 235, .43);
  font-size: .54rem;
  letter-spacing: .28em;
  transform: translateX(-50%);
  white-space: nowrap;
  will-change: opacity;
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, rgba(160, 221, 229, .76), transparent);
  animation: descend 1.8s ease-in-out infinite;
}

@keyframes descend {
  0%, 100% { transform: scaleY(.35); transform-origin: top; opacity: .4; }
  50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
}

.vignette {
  z-index: 18;
  background:
    radial-gradient(ellipse at center, transparent 38%, rgba(0, 2, 6, .12) 66%, rgba(0, 1, 4, .64) 100%),
    linear-gradient(180deg, rgba(0,0,0,.2), transparent 20%, transparent 78%, rgba(0,0,0,.3));
}

.grain {
  z-index: 19;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 760px) {
  #film {
    height: 560vh;
    min-height: 4200px;
  }

  .stage {
    min-height: 520px;
    perspective: 1000px;
  }

  .watch-wrap {
    width: min(73vw, 500px);
  }

  .line-intro {
    left: 22px;
    right: 22px;
    bottom: 96px;
    width: auto;
    font-size: clamp(2rem, 10.2vw, 3.8rem);
    line-height: 1;
  }

  .line-surface {
    left: 22px;
    right: 22px;
    top: auto;
    bottom: 82px;
    width: auto;
    font-size: clamp(1.95rem, 9.7vw, 3.65rem);
    line-height: 1;
  }

  .line-detail {
    max-width: calc(100vw - 44px);
    font-size: .68rem;
    letter-spacing: .16em;
  }

  #detail-titanium {
    left: 22px;
    right: auto;
    top: 92px;
    bottom: auto;
    text-align: left;
  }

  #detail-sapphire {
    left: 22px;
    right: auto;
    top: auto;
    bottom: 112px;
    text-align: left;
  }

  #detail-depth {
    left: auto;
    right: 20px;
    top: 96px;
    bottom: auto;
    max-width: calc(100vw - 62px);
    text-align: right;
  }

  .line-final {
    bottom: 122px;
    font-size: clamp(2.15rem, 10vw, 4rem);
  }

  .depth-meter {
    top: auto;
    right: 20px;
    bottom: 34px;
    transform: translateX(16px);
  }

  .depth-value {
    font-size: 2.2rem;
  }


  .surface {
    height: 42%;
  }

  .brand-ghost,
  .background-word {
    font-size: 30vw;
  }



  .ocean-layer-near,
  .caustic-field {
    filter: blur(20px);
  }

  .foreground-droplets .droplet:nth-child(n+6) {
    display: none;
  }

  .grain {
    opacity: .035;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #film {
    height: 420vh;
    min-height: 3200px;
  }

  .scroll-cue i {
    animation: none;
  }

  .grain,
  .foreground-droplets,
  .pressure-wave,
  .screen-lens,
  .ocean-layer-near,
  .caustic-field,


  .watch,
  .watch-wrap,
  .line,
  .depth-meter,
  .cta,
  .horizon,
  .surface,
  .light-shaft,
  .brand-ghost,
  .lume-halo,
  .background-word,
  .distant-reflection,
  .surface-reflection,
  .water-curtain,
  .ocean-layer,
  .fog-bank,
  .caustic-field {
    transition: none !important;
  }
}


/* Direct explorer imagery supplied for the Abyss campaign background. */
.explorer-reference {
  position: absolute;
  inset: -8%;
  opacity: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: 50% 50%;
  will-change: opacity, transform, filter;
  isolation: isolate;
}

.explorer-reference::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(0, 4, 9, .05) 0 20%, rgba(0, 4, 9, .40) 68%, rgba(0, 2, 6, .78) 100%),
    linear-gradient(180deg, rgba(1, 7, 13, .12), rgba(1, 8, 16, .42) 56%, rgba(0, 2, 7, .78));
  mix-blend-mode: multiply;
}

.explorer-reference-a {
  z-index: 0;
  background-image:
    linear-gradient(112deg, rgba(1, 7, 13, .18), rgba(39, 20, 7, .02) 50%, rgba(0, 5, 11, .52)),
    url("assets/explorer-reference-01.png");
  background-position: 50% 52%;
  background-blend-mode: multiply, normal;
  filter: brightness(.52) contrast(1.12) saturate(.82) sepia(.18);
}

.explorer-reference-b {
  z-index: 0;
  background-image:
    linear-gradient(102deg, rgba(0, 9, 16, .30), rgba(57, 32, 12, .03) 48%, rgba(0, 5, 12, .58)),
    url("assets/explorer-reference-02.png");
  background-position: 50% 48%;
  background-blend-mode: multiply, normal;
  filter: brightness(.48) contrast(1.14) saturate(.76) sepia(.16);
}

.explorer-compass-geometry {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(84vw, 1040px);
  aspect-ratio: 1;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.9);
  border-radius: 50%;
  border: 1px solid rgba(194, 145, 74, .13);
  background:
    repeating-conic-gradient(from 0deg, rgba(196, 151, 82, .12) 0 .45deg, transparent .45deg 15deg),
    radial-gradient(circle, transparent 0 36%, rgba(202, 158, 86, .09) 36.2% 36.5%, transparent 36.8% 54%, rgba(202, 158, 86, .065) 54.2% 54.5%, transparent 54.8%);
  mask-image: radial-gradient(circle, #000 0 64%, transparent 82%);
  filter: blur(.3px);
  will-change: opacity, transform;
}

@media (max-width: 760px) {
  .explorer-reference { inset: -4%; }
  .explorer-reference-a { background-position: 56% 50%; }
  .explorer-reference-b { background-position: 47% 50%; }
  .explorer-compass-geometry { width: 125vw; }
}
