:root {
  color-scheme: dark;
  --ink: #05080b;
  --ink-raised: #091016;
  --panel: #10171d;
  --panel-soft: #141d24;
  --line: rgba(231, 239, 244, 0.15);
  --line-strong: rgba(231, 239, 244, 0.28);
  --text: #f5f8fa;
  --muted: #aab4ba;
  --quiet: #76838b;
  --warm: #e36534;
  --warm-soft: rgba(227, 101, 52, 0.14);
  --cold: #4d91c8;
  --cold-soft: rgba(77, 145, 200, 0.14);
  --signal: #b8c4c8;
  --content: 1180px;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(231, 239, 244, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 239, 244, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 42px 42px;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

p,
li,
a,
h1,
h2,
h3,
figcaption,
span,
strong {
  overflow-wrap: anywhere;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--text);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hero,
.question-strip,
.section,
.final-cta,
.footer {
  width: min(var(--content), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 14px max(20px, calc((100% - var(--content)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 11, 0.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--text);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}

.nav a,
.footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible,
.footer a:hover,
.footer a:focus-visible {
  color: var(--text);
}

.nav-store {
  min-height: 0;
  padding: 0;
  border: 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  min-height: 690px;
  padding: clamp(54px, 8vw, 104px) 0;
}

.hero::before {
  content: none;
}

.hero-copy,
.hero-visual,
.section-intro,
.feature-card,
.method-copy,
.method-visual,
.share-copy,
.share-visual,
.final-cta > * {
  min-width: 0;
}

.page-kicker,
.eyebrow,
.feature-number {
  color: var(--signal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-kicker {
  display: block;
  max-width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 690;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.lead {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.store-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.store-badge {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 10px;
}

.store-badge:focus-visible {
  outline: 3px solid var(--cold);
  outline-offset: 4px;
}

.store-badge img {
  width: 202px;
  height: auto;
}

.nav-store img {
  width: 136px;
}

#inside,
#method {
  scroll-margin-top: 92px;
}

.trust-list,
.check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 10px 18px;
  margin-top: 18px;
  color: var(--quiet);
  font-size: 12px;
  white-space: nowrap;
}

.trust-list li,
.check-list li {
  position: relative;
  padding-left: 17px;
}

.trust-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--warm);
}

.hero-visual,
.method-visual,
.share-visual {
  position: relative;
  z-index: 1;
  margin: 0;
}

.hero-screen-stage {
  padding: 0;
}

.hero-screen-deck {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
}

.raw-screen-link {
  display: block;
  min-width: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.32));
  text-decoration: none;
}

.device-mockup {
  position: relative;
}

.raw-screen-link:focus-visible {
  outline: 3px solid var(--cold);
  outline-offset: 8px;
}

.raw-screen-link img {
  display: block;
  width: 100%;
  height: auto;
}

.raw-screen-link picture {
  display: block;
}

.hero-animation-picture {
  aspect-ratio: 540 / 1084;
  background: url("/assets/device-mockups/pacific-map-pro-max-poster.png?v=20260721-3") center / contain no-repeat;
}

.hero-screen-primary {
  width: min(58%, 310px);
}

.hero-screen-secondary {
  width: min(42%, 225px);
  margin-bottom: clamp(8px, 3vw, 38px);
}

figcaption {
  margin-top: 10px;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.5;
}

.question-strip {
  padding: 72px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.compact-intro {
  margin-bottom: 30px;
}

.compact-intro h2 {
  max-width: 760px;
  margin: 8px 0 0;
  font-size: clamp(34px, 4.6vw, 58px);
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 46px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.question-grid li {
  min-width: 0;
  min-height: 202px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.question-icon {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  background: currentColor;
  color: var(--warm);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.question-grid li:nth-child(even) .question-icon {
  color: var(--cold);
}

.question-icon-ocean {
  -webkit-mask-image: url("/assets/icons/waves.svg");
  mask-image: url("/assets/icons/waves.svg");
}

.question-icon-signal {
  -webkit-mask-image: url("/assets/icons/gauge.svg");
  mask-image: url("/assets/icons/gauge.svg");
}

.question-icon-change {
  -webkit-mask-image: url("/assets/icons/chart-no-axes-combined.svg");
  mask-image: url("/assets/icons/chart-no-axes-combined.svg");
}

.question-icon-watch {
  -webkit-mask-image: url("/assets/icons/eye.svg");
  mask-image: url("/assets/icons/eye.svg");
}

.question-copy {
  display: grid;
  gap: 7px;
}

.question-grid strong {
  font-size: clamp(21px, 1.8vw, 25px);
  font-weight: 660;
  line-height: 1.15;
}

.question-copy > span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.section {
  padding: clamp(82px, 10vw, 132px) 0;
}

.section-intro {
  max-width: 880px;
  margin-bottom: 46px;
}

.section-intro h2,
.method-copy h2,
.share-copy h2 {
  margin-top: 10px;
}

.section-intro p,
.method-copy > p,
.share-copy > p {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(18px, 2vw, 22px);
}

.inside-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
  margin-bottom: clamp(58px, 8vw, 96px);
}

.inside-intro .section-intro {
  margin-bottom: 0;
}

.inside-intro .section-intro h2 {
  max-width: 680px;
  margin: 10px 0 14px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 690;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.inside-intro .section-intro p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.6;
}

.inside-today-screen {
  width: min(100%, 330px);
  justify-self: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
  padding: clamp(58px, 8vw, 96px) 0;
  border-top: 1px solid var(--line);
}

.feature-card:nth-child(2) {
  background: transparent;
}

.feature-card:nth-child(even) .feature-copy {
  order: 2;
}

.feature-card:nth-child(even) .feature-screen {
  order: 1;
}

.feature-wide {
  grid-column: auto;
}

.feature-copy p {
  margin-bottom: 0;
}

.feature-number {
  display: block;
  margin-bottom: 14px;
}

.feature-card img {
  width: 100%;
}

.feature-screen {
  width: min(100%, 350px);
  justify-self: center;
}

.feature-wide .feature-screen {
  width: min(100%, 390px);
}

.comparison-screen-pair {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 22px);
  justify-self: center;
  align-items: start;
}

.comparison-screen-pair .feature-screen {
  width: 100%;
}

.method-section,
.share-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.raw-figure {
  justify-self: center;
}

.method-screen {
  width: min(100%, 390px);
  margin-right: auto;
  margin-left: auto;
}

.screen-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.globe-presence {
  width: min(var(--content), calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.8fr);
  gap: clamp(44px, 4vw, 60px);
  align-items: center;
  min-height: min(840px, calc(100vh - 64px));
  padding: clamp(72px, 5vw, 88px) 0;
  border-top: 0;
}

.globe-presence__copy {
  align-self: center;
}

.globe-presence__copy h2 {
  max-width: none;
  margin: 0 0 clamp(40px, 4vw, 60px);
  font-size: clamp(44px, 3.2vw, 60px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.globe-presence__cta {
  display: flex;
  gap: clamp(20px, 2vw, 32px);
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.globe-presence__cta p {
  margin: 0;
  color: var(--text);
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 760;
  line-height: 1.35;
}

.globe-presence__cta .store-badge img {
  width: clamp(200px, 13vw, 250px);
}

.globe-stage {
  width: min(100%, 500px);
  justify-self: center;
  user-select: none;
  -webkit-user-select: none;
}

.globe-stage__canvas-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}

.globe-stage__canvas {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
}

.globe-stage.is-dragging .globe-stage__canvas {
  cursor: grabbing;
}

.globe-stage__canvas:focus-visible {
  outline: 3px solid var(--cold);
  outline-offset: 5px;
}

.globe-stage__markers {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
}

.globe-stage__credit {
  margin: 12px 0 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}

.globe-stage__date {
  display: block;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
  text-align: center;
}

.globe-stage__date[hidden] {
  display: none;
}

.globe-stage__date + .globe-stage__credit {
  margin-top: 6px;
}

.globe-legend {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  color: var(--quiet);
}

.globe-legend__title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.globe-legend ul {
  display: flex;
  justify-content: center;
  gap: 8px 14px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.globe-legend li {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  white-space: nowrap;
}

.globe-legend__swatch {
  width: 12px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 2px;
}

.globe-legend__swatch--coldest { background: rgb(17, 53, 86); }
.globe-legend__swatch--cold { background: rgb(29, 83, 121); }
.globe-legend__swatch--cool { background: rgb(57, 113, 128); }
.globe-legend__swatch--neutral { background: rgb(32, 40, 44); }
.globe-legend__swatch--mild { background: rgb(125, 111, 58); }
.globe-legend__swatch--warm { background: rgb(153, 79, 43); }
.globe-legend__swatch--hottest { background: rgb(175, 57, 41); }

.globe-stage__credit + .globe-stage__credit {
  margin-top: 5px;
}

.globe-stage__credit a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(118, 131, 139, 0.32);
}

.globe-stage__credit a:hover,
.globe-stage__credit a:focus-visible {
  color: var(--muted);
  border-bottom-color: rgba(170, 180, 186, 0.62);
}

.globe-flag {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(38px, 5vw, 54px);
  height: clamp(38px, 5vw, 54px);
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(8, 10, 12, 0.98) 0%,
    rgba(8, 10, 12, 0.92) 48%,
    rgba(8, 10, 12, 0.66) 64%,
    rgba(8, 10, 12, 0.24) 79%,
    transparent 100%
  );
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.26);
  font-size: clamp(20px, 2.7vw, 28px);
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.36);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
  transition: opacity 160ms linear, transform 160ms ease-out;
}

.globe-flag.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.band-scale {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
}

.band {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.band span {
  color: var(--quiet);
  font-size: 12px;
  font-weight: 800;
}

.band strong {
  font-size: 14px;
  line-height: 1.25;
}

.band-early {
  border-top-color: #69777e;
}

.band-building {
  border-top-color: #9e7c62;
}

.band-watch {
  border-top-color: var(--warm);
  background: transparent;
}

.band-strong {
  border-top-color: #ef9a54;
}

.check-list {
  display: grid;
  gap: 14px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
}

.check-list li::before {
  top: 0.54em;
  background: var(--cold);
}

.final-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  margin-bottom: clamp(70px, 9vw, 120px);
  padding: clamp(28px, 4vw, 52px);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.final-icon {
  width: clamp(64px, 8vw, 96px);
  height: auto;
  border: 1px solid var(--line);
  border-radius: 22%;
}

.final-cta .eyebrow {
  letter-spacing: 0.02em;
  text-transform: none;
}

.final-cta h2 {
  margin: 8px 0 10px;
  font-size: clamp(32px, 4.4vw, 54px);
}

.final-cta p {
  margin: 0;
}

.final-store-badge {
  justify-self: end;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-start;
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
}

.footer-note {
  max-width: 780px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1160px) {
  .globe-presence {
    width: min(var(--content), calc(100% - 40px));
    grid-template-columns: 1fr;
    min-height: 0;
    padding: clamp(82px, 10vw, 132px) 0;
  }

  .globe-presence__copy {
    max-width: 760px;
  }

  .globe-presence__copy h2 {
    white-space: normal;
  }

  .globe-stage {
    width: min(100%, 560px);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(100%, 820px);
  }

  .question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-section,
  .share-section,
  .globe-presence {
    grid-template-columns: 1fr;
  }

  .globe-presence {
    width: min(var(--content), calc(100% - 40px));
    min-height: 0;
    padding: clamp(82px, 10vw, 132px) 0;
  }

  .method-visual,
  .share-visual {
    width: min(100%, 820px);
  }

  .globe-presence__copy {
    max-width: 700px;
  }

  .globe-presence__copy h2 {
    white-space: normal;
  }

  .globe-stage {
    width: min(100%, 560px);
  }

  .final-cta {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .final-store-badge {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  html {
    scroll-behavior: auto;
  }

  .hero,
  .question-strip,
  .section,
  .final-cta,
  .footer {
    width: min(100% - 28px, 520px);
  }

  .site-header,
  .footer {
    flex-direction: column;
  }

  .site-header {
    width: 100%;
    padding: 12px 14px;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 14px;
  }

  .nav-store {
    width: auto;
  }

  #inside,
  #method {
    scroll-margin-top: 150px;
  }

  .hero {
    gap: 34px;
    padding: 58px 0 70px;
  }

  .hero-screen-stage {
    padding: 0;
  }

  .hero-screen-deck {
    gap: 8px;
  }

  .hero-screen-primary {
    width: 58%;
  }

  .hero-screen-secondary {
    width: 42%;
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(43px, 14vw, 62px);
  }

  h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .store-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-list {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
    white-space: normal;
  }

  .question-strip {
    padding: 60px 0;
  }

  .question-grid,
  .inside-intro,
  .feature-grid,
  .feature-card,
  .feature-wide,
  .band-scale {
    grid-template-columns: 1fr;
  }

  .feature-card {
    gap: 28px;
  }

  .feature-card:nth-child(even) .feature-copy,
  .feature-card:nth-child(even) .feature-screen {
    order: initial;
  }

  .globe-presence {
    gap: 24px;
  }

  .globe-presence__copy h2 {
    margin-bottom: 30px;
  }

  .globe-presence__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .globe-stage {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .screen-pair {
    gap: 8px;
  }

  .feature-wide {
    grid-column: auto;
  }

  .question-grid li {
    min-height: 166px;
    gap: 24px;
    padding-top: 22px;
  }

  .question-icon {
    transform: scale(0.86);
    transform-origin: top left;
  }

  .section {
    padding: 78px 0;
  }

  .section-intro {
    margin-bottom: 34px;
  }

  .band-scale {
    gap: 6px;
  }

  .band {
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
  }

  .final-cta {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .final-store-badge {
    grid-column: auto;
    justify-self: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  .globe-flag {
    transition: none;
  }
}
