:root {
  --paper: #f2f0e8;
  --paper-deep: #e7e4da;
  --ink: #12130f;
  --muted: #66675f;
  --line: rgba(18, 19, 15, 0.18);
  --acid: #d8ff52;
  --scout: #71e04c;
  --atlas: #126af7;
  --tempo: #fc6300;
  --orange: var(--tempo);
  --blue: var(--atlas);
  --white: #fffef8;
  --shell: min(1320px, calc(100vw - 64px));
  color: var(--ink);
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

/* Scenic Route studio landing page */
.studio-page {
  --studio-paper: #f3f1e9;
  --studio-ink: #11120e;
  --studio-muted: #686960;
  background: var(--studio-paper);
}

.studio-page .site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.studio-page .brand {
  gap: 0;
  font-size: 0.92rem;
  letter-spacing: -0.025em;
}

.header-location,
.header-contact {
  margin: 0;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.header-location {
  color: var(--studio-muted);
}

.header-contact {
  justify-self: end;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.studio-hero {
  display: grid;
  min-height: calc(100svh - 92px);
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  padding-block: clamp(80px, 10vw, 150px);
}

.studio-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
}

.studio-hero-copy .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: clamp(34px, 5vw, 68px);
  color: var(--studio-muted);
}

.studio-hero h1 {
  max-width: 1080px;
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(5rem, 9.2vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.82;
}

.studio-lede {
  max-width: 540px;
  grid-column: 2;
  justify-self: end;
  margin: clamp(42px, 5vw, 68px) 0 0;
  color: #484940;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.65;
}

.route-study {
  position: relative;
  width: min(100%, 610px);
  aspect-ratio: 1;
  justify-self: end;
  overflow: hidden;
  color: #f8f7f0;
  background: var(--studio-ink);
  box-shadow: 0 34px 80px rgba(17, 18, 14, 0.13);
}

.route-study::after {
  position: absolute;
  inset: 22%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.route-study-meta,
.route-study > p {
  position: absolute;
  z-index: 2;
  right: 24px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-study-meta {
  top: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.route-study > p {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.56);
}

.route-study svg {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
}

.route-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.045);
  stroke-width: 1;
}

.route-line {
  fill: none;
  stroke: var(--acid);
  stroke-linecap: round;
  stroke-width: 6;
}

.route-point {
  fill: var(--studio-ink);
  stroke: var(--acid);
  stroke-width: 4;
}

.route-point-end {
  fill: var(--acid);
}

.studio-belief {
  color: #f5f3eb;
  background: var(--studio-ink);
}

.belief-grid {
  display: grid;
  min-height: min(900px, 90svh);
  grid-template-columns: 0.55fr 1.45fr;
  align-content: center;
  gap: 42px 8vw;
  padding-block: clamp(100px, 14vw, 210px);
}

.belief-grid .eyebrow {
  color: var(--acid);
}

.belief-statement {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.4rem, 6.6vw, 8rem);
  font-weight: 450;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.belief-note {
  max-width: 520px;
  grid-column: 2;
  margin: 26px 0 0;
  color: rgba(245, 243, 235, 0.62);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.7;
}

.studio-work {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 10vw;
  padding-block: clamp(120px, 15vw, 220px);
}

.work-intro h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.7rem, 6vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.work-intro > p:last-child {
  max-width: 610px;
  margin: 48px 0 0;
  color: var(--studio-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.work-list {
  align-self: end;
  border-top: 1px solid var(--line);
}

.work-item {
  display: grid;
  grid-template-columns: 32px 44px 0.55fr 1fr;
  align-items: center;
  gap: 24px;
  padding: 32px 0 30px;
  border-bottom: 1px solid var(--line);
}

.work-item img {
  display: block;
  width: 38px;
  height: 38px;
}

.work-item > span {
  color: var(--studio-muted);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.6rem;
}

.work-item h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.5rem);
  font-weight: 550;
  letter-spacing: -0.045em;
}

.work-item p {
  margin: 0;
  color: var(--studio-muted);
  line-height: 1.55;
}

.studio-page .studio-footer {
  margin-top: 0;
}

@media (max-width: 1000px) {
  .studio-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .studio-hero-copy {
    max-width: none;
  }

  .route-study {
    width: min(82vw, 610px);
    justify-self: center;
  }

  .studio-work {
    grid-template-columns: 1fr;
  }

  .work-list {
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .studio-page .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-location {
    display: none;
  }

  .studio-hero {
    gap: 70px;
    padding-block: 72px 88px;
  }

  .studio-hero-copy {
    grid-template-columns: 1fr;
  }

  .studio-lede {
    grid-column: 1;
    justify-self: start;
  }

  .studio-hero h1 {
    font-size: clamp(4rem, 17.5vw, 6rem);
  }

  .studio-lede {
    max-width: 390px;
  }

  .route-study {
    width: calc(100vw - 44px);
  }

  .belief-grid {
    min-height: 780px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .belief-statement,
  .belief-note {
    grid-column: 1;
  }

  .belief-statement {
    font-size: clamp(3.5rem, 15vw, 5.6rem);
  }

  .belief-note {
    margin-top: 12px;
  }

  .studio-work {
    padding-block: 105px;
  }

  .work-intro h2 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .work-item {
    grid-template-columns: 26px 36px 1fr;
    gap: 18px;
  }

  .work-item p {
    grid-column: 3;
  }

  .studio-page .studio-footer {
    margin-top: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: var(--ink);
  background: var(--acid);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-mark::before {
  position: absolute;
  width: 18px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  transform: rotate(-24deg);
}

.brand-mark i {
  position: relative;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a:not(.nav-contact) {
  position: relative;
}

.primary-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact {
  padding: 11px 16px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  transition: color 180ms ease, background 180ms ease;
}

.nav-contact:hover,
.nav-contact:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.hero {
  display: grid;
  min-height: calc(100svh - 92px);
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 7vw;
  padding-block: 88px;
}

.eyebrow {
  margin: 0 0 26px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.hero .eyebrow,
.tempo-hero .eyebrow {
  display: flex;
  gap: 24px;
}

.hero .eyebrow span + span::before,
.tempo-hero .eyebrow span + span::before {
  margin-right: 24px;
  color: var(--orange);
  content: "●";
  font-size: 0.6rem;
}

.hero h1,
.tempo-hero h1,
.not-found h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(4rem, 6.55vw, 7.6rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.89;
}

.hero-lede,
.tempo-hero-copy > p,
.not-found p {
  max-width: 620px;
  margin: 38px 0 0;
  color: #4c4d47;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: var(--ink);
  background: var(--acid);
}

.button-light {
  border-color: var(--white);
  color: var(--ink);
  background: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translate(3px, -3px);
}

.route-instrument {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  color: #eef0e8;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #181a17;
  background-size: 48px 48px;
  box-shadow: 0 35px 80px rgba(18, 19, 15, 0.18);
}

.instrument-topline {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 26px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.route-map {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: 440px;
}

.contour {
  fill: none;
  stroke: rgba(255, 255, 255, 0.11);
  stroke-width: 1;
}

.route-shadow,
.route-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-shadow {
  stroke: rgba(0, 0, 0, 0.65);
  stroke-width: 14;
}

.route-path {
  stroke: var(--acid);
  stroke-width: 5;
  stroke-dasharray: 0.018 0.012;
}

.route-node circle:first-child {
  fill: #181a17;
  stroke: var(--acid);
  stroke-width: 2;
}

.route-node .node-core {
  fill: var(--acid);
}

.instrument-label {
  position: absolute;
  display: grid;
  gap: 4px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
}

.instrument-label span {
  color: var(--acid);
}

.instrument-label strong {
  font-weight: 400;
}

.label-start {
  top: 434px;
  left: 9%;
}

.label-mid {
  top: 248px;
  left: 52%;
}

.label-finish {
  top: 206px;
  right: 3%;
}

.instrument-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.instrument-stats > div {
  display: grid;
  min-height: 122px;
  align-content: center;
  gap: 10px;
  padding: 20px 24px;
}

.instrument-stats > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.instrument-stats span {
  color: rgba(255, 255, 255, 0.48);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.instrument-stats strong {
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: clamp(0.8rem, 1.3vw, 1.1rem);
  font-weight: 500;
}

.instrument-stats strong:first-of-type {
  font-size: 1.4rem;
}

.instrument-stats small {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.55rem;
}

.status-live i,
.dashboard-footer i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 4px rgba(216, 255, 82, 0.12);
}

.manifesto-band {
  overflow: hidden;
  padding: 21px 0;
  border-block: 1px solid var(--ink);
  color: var(--ink);
  background: var(--acid);
}

.manifesto-band p {
  width: max-content;
  margin: 0;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: marquee 30s linear infinite;
}

.manifesto-band span {
  margin-inline: 24px;
}

@keyframes marquee {
  to { transform: translateX(-25%); }
}

.section {
  padding-block: 150px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr 0.85fr;
  align-items: end;
  gap: 7vw;
  margin-bottom: 72px;
}

.section-heading .eyebrow {
  align-self: start;
}

.section-heading h2,
.principles-intro h2,
.closing h2,
.privacy-callout h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.section-heading > p:last-child,
.closing > p:not(.eyebrow),
.privacy-callout > div > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 590px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 3px;
  text-decoration: none;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  z-index: 2;
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(18, 19, 15, 0.16);
}

.product-atlas {
  color: var(--white);
  background: #1b1d1a;
}

.product-tempo {
  background: var(--acid);
}

.product-scout {
  color: var(--white);
  background: var(--blue);
}

.product-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-index {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.product-status {
  opacity: 0.62;
}

.product-symbol {
  position: absolute;
  top: 90px;
  right: 28px;
  left: 28px;
  display: grid;
  height: 245px;
  place-items: center;
}

.product-symbol span {
  position: relative;
  z-index: 2;
  font-size: 6.5rem;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.symbol-atlas::before,
.symbol-tempo::before,
.symbol-scout::before {
  position: absolute;
  width: 190px;
  height: 190px;
  border: 1px solid currentColor;
  content: "";
}

.symbol-atlas::before {
  border-radius: 50%;
  box-shadow: inset 0 0 0 28px #1b1d1a, inset 0 0 0 29px currentColor;
}

.symbol-tempo::before {
  border-radius: 50% 50% 50% 8%;
  transform: rotate(45deg);
}

.symbol-scout::before {
  width: 165px;
  height: 215px;
  border-radius: 50% 50% 8px 8px;
  transform: perspective(300px) rotateX(-12deg);
}

.product-copy {
  position: relative;
  z-index: 2;
}

.product-copy > p:first-child {
  margin: 0 0 10px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  opacity: 0.64;
  text-transform: uppercase;
}

.product-copy h3 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.product-description {
  max-width: 340px;
  margin: 18px 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.74;
}

.product-arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

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

.principles {
  color: var(--white);
  background: var(--ink);
}

.principles-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
}

.principles-intro {
  position: sticky;
  top: 48px;
  align-self: start;
}

.principles-intro .eyebrow {
  color: var(--acid);
}

.principle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.principle-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 36px;
  padding: 36px 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.principle-list li > span {
  color: var(--acid);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.65rem;
}

.principle-list h3 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.principle-list p {
  max-width: 470px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.closing {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 90px;
  border-radius: 3px;
  color: var(--white);
  background: var(--blue);
}

.closing::after {
  position: absolute;
  right: -12%;
  bottom: -55%;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  box-shadow: 0 0 0 70px var(--blue), 0 0 0 71px rgba(255, 255, 255, 0.28), 0 0 0 140px var(--blue), 0 0 0 141px rgba(255, 255, 255, 0.13);
  content: "";
}

.closing > * {
  position: relative;
  z-index: 2;
}

.closing > p:not(.eyebrow) {
  max-width: 520px;
  margin: 32px 0;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 150px;
  margin-top: 150px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  gap: 22px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.66rem;
  text-transform: uppercase;
}

.site-footer nav a {
  text-underline-offset: 4px;
}

.copyright {
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
}

/* Tempo */
.tempo-page {
  background: var(--acid);
}

.tempo-hero {
  display: grid;
  min-height: calc(100svh - 92px);
  grid-template-columns: minmax(0, 0.84fr) minmax(560px, 1.16fr);
  align-items: center;
  gap: 7vw;
  padding-block: 80px 110px;
}

.tempo-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 42px;
}

.tempo-lockup span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px 16px 16px 4px;
  color: var(--white);
  background: var(--ink);
  font-size: 1.4rem;
  font-weight: 700;
}

.tempo-lockup strong {
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.tempo-hero h1 {
  font-size: clamp(3.8rem, 6vw, 7rem);
}

.tempo-hero-copy > p {
  color: rgba(18, 19, 15, 0.7);
}

.coach-dashboard {
  overflow: hidden;
  border-radius: 24px;
  color: var(--white);
  background: #151614;
  box-shadow: 0 40px 80px rgba(18, 19, 15, 0.28);
  transform: rotate(1.5deg);
}

.dashboard-chrome,
.dashboard-footer {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.dashboard-chrome > div {
  display: flex;
  gap: 6px;
}

.dashboard-chrome > div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.dashboard-chrome span {
  color: rgba(255, 255, 255, 0.58);
}

.dashboard-chrome strong {
  color: var(--acid);
  font-size: 0.9rem;
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-metrics > div {
  display: grid;
  min-height: 105px;
  align-content: center;
  gap: 8px;
  padding: 20px 24px;
}

.dashboard-metrics > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-metrics span,
.athlete-name span {
  color: rgba(255, 255, 255, 0.46);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
}

.dashboard-metrics strong {
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 1.8rem;
  font-weight: 500;
}

.dashboard-metrics strong span {
  margin-left: 4px;
  font-size: 0.65rem;
}

.athlete-stack {
  padding: 10px 16px;
}

.athlete-row {
  display: grid;
  grid-template-columns: 44px 100px 1fr 62px;
  align-items: center;
  gap: 14px;
  padding: 15px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.athlete-initials {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--acid);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
}

.athlete-name {
  display: grid;
  gap: 4px;
}

.athlete-name strong {
  font-size: 0.78rem;
  font-weight: 500;
}

.zone-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.zone-bar i {
  display: block;
  width: var(--zone);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5dd38a, var(--acid), #ffbd3f, var(--orange));
}

.heart-rate {
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: right;
}

.heart-rate span {
  color: var(--orange);
}

.dashboard-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.52);
}

.dashboard-footer strong {
  color: var(--white);
  font-weight: 500;
}

.tempo-proof {
  padding-block: 100px;
  color: var(--white);
  background: var(--ink);
}

.tempo-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.tempo-proof article {
  min-height: 270px;
  padding: 28px 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.tempo-proof article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.tempo-proof article > span {
  color: var(--acid);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
}

.tempo-proof h2 {
  margin: 80px 0 14px;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.tempo-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.65;
}

.privacy-callout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 10vw;
}

.privacy-callout .text-link {
  margin-top: 26px;
}

.tempo-page .site-footer {
  margin-top: 0;
}

/* Legal */
.legal-page {
  background: var(--paper);
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 800px);
  justify-content: center;
  gap: clamp(60px, 10vw, 160px);
  padding-block: 90px 150px;
}

.legal-aside {
  position: sticky;
  top: 40px;
  align-self: start;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.66rem;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.legal-meta {
  display: grid;
  margin-block: 54px;
  padding-block: 26px;
  border-block: 1px solid var(--line);
}

.legal-meta p {
  margin: 0 0 7px;
  color: var(--muted);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.legal-meta strong {
  margin-bottom: 25px;
  font-size: 0.82rem;
  font-weight: 500;
}

.legal-meta strong:last-child {
  margin-bottom: 0;
}

.legal-aside .text-link {
  font-size: 0.6rem;
  text-transform: none;
}

.policy-content {
  color: #272822;
}

.policy-content h1 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.policy-content > p:first-of-type {
  margin-bottom: 52px;
  color: var(--muted);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.policy-content h2 {
  margin: 70px 0 22px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.policy-content h3 {
  margin: 40px 0 14px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.policy-content p,
.policy-content li {
  font-size: 0.98rem;
  line-height: 1.78;
}

.policy-content p {
  margin: 0 0 20px;
}

.policy-content ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 28px;
  padding-left: 22px;
}

.policy-content li::marker {
  color: var(--orange);
}

.policy-content a {
  text-underline-offset: 4px;
}

.legal-footer {
  grid-template-columns: 1fr 1fr auto;
  margin-top: 0;
}

/* 404 */
.not-found {
  display: grid;
  min-height: 100svh;
  align-content: space-between;
  padding-block: 40px 80px;
}

.not-found > div {
  max-width: 900px;
}

.not-found p {
  max-width: 580px;
}

.not-found .button {
  margin-top: 36px;
}

.not-found .eyebrow {
  margin-bottom: 30px;
  color: var(--orange);
}

.reveal {
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(20px);
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 980px); }

  .hero,
  .tempo-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-copy,
  .tempo-hero-copy {
    max-width: 820px;
  }

  .route-instrument {
    min-height: 620px;
  }

  .tempo-hero {
    padding-top: 90px;
  }

  .coach-dashboard {
    transform: none;
  }

  .section-heading {
    grid-template-columns: 0.7fr 1.4fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 460px;
  }

  .product-symbol {
    top: 80px;
    right: 12%;
    left: auto;
    width: 260px;
  }

  .product-copy {
    max-width: 48%;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding-block: 40px;
  }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }

  .site-header {
    min-height: 76px;
  }

  .primary-nav {
    gap: 14px;
  }

  .primary-nav a:not(.nav-contact) {
    display: none;
  }

  .nav-contact {
    padding: 9px 13px;
  }

  .hero {
    min-height: auto;
    padding-block: 70px;
  }

  .hero h1,
  .tempo-hero h1,
  .not-found h1 {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

  .hero .eyebrow,
  .tempo-hero .eyebrow {
    display: grid;
    gap: 4px;
  }

  .hero .eyebrow span + span::before,
  .tempo-hero .eyebrow span + span::before {
    margin-right: 8px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .route-instrument {
    min-height: 500px;
    margin-inline: -16px;
    border-radius: 0;
  }

  .route-map {
    top: 72px;
    height: 330px;
    transform: scale(1.17);
  }

  .instrument-label {
    display: none;
  }

  .instrument-stats > div {
    min-height: 95px;
    padding: 14px 12px;
  }

  .instrument-stats > div:nth-child(2) {
    display: none;
  }

  .instrument-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding-block: 95px;
  }

  .section-heading,
  .principles-grid,
  .privacy-callout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section-heading > p:last-child {
    grid-column: auto;
  }

  .section-heading h2,
  .principles-intro h2,
  .closing h2,
  .privacy-callout h2 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .product-card {
    min-height: 560px;
  }

  .product-symbol {
    top: 86px;
    right: 0;
    left: 0;
    width: auto;
  }

  .product-copy {
    max-width: none;
  }

  .principles-intro {
    position: static;
    margin-bottom: 40px;
  }

  .closing {
    min-height: 570px;
    padding: 50px 28px;
  }

  .closing::after {
    right: -80%;
    bottom: -57%;
  }

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

  .tempo-hero {
    min-height: auto;
    padding-block: 70px 90px;
  }

  .coach-dashboard {
    margin-inline: -8px;
    border-radius: 14px;
  }

  .dashboard-metrics > div,
  .dashboard-chrome,
  .dashboard-footer {
    padding-inline: 13px;
  }

  .athlete-row {
    grid-template-columns: 38px 78px 1fr 53px;
    gap: 8px;
  }

  .athlete-stack {
    padding-inline: 8px;
  }

  .tempo-proof-grid {
    grid-template-columns: 1fr;
  }

  .tempo-proof article,
  .tempo-proof article:last-child {
    min-height: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .tempo-proof h2 {
    margin-top: 50px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-block: 55px 100px;
  }

  .legal-aside {
    position: static;
  }

  .legal-meta {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .policy-content h1 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Scenic Route vision */
.vision-hero {
  display: grid;
  min-height: calc(100svh - 92px);
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(60px, 7vw, 130px);
  padding-block: 88px;
}

.vision-hero-copy .eyebrow {
  display: flex;
  gap: 24px;
}

.vision-hero-copy .eyebrow span + span::before {
  margin-right: 24px;
  color: var(--scout);
  content: "●";
  font-size: 0.6rem;
}

.vision-hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(4.2rem, 6.7vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.88;
}

.vision-lede {
  max-width: 650px;
  margin: 38px 0 40px;
  color: #4c4d47;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.65;
}

.intelligence-field {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #171815;
  background-size: 44px 44px;
  box-shadow: 0 38px 90px rgba(18, 19, 15, 0.2);
}

.field-topline {
  position: absolute;
  z-index: 4;
  top: 25px;
  right: 28px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.field-topline span:last-child::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--scout);
  box-shadow: 0 0 0 4px rgba(113, 224, 76, 0.12);
  content: "";
}

.signal-copy {
  position: absolute;
  z-index: 3;
  top: 100px;
  left: 28px;
}

.signal-copy p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.2;
}

.signal-copy p:last-child {
  color: rgba(255, 255, 255, 0.46);
}

.signal-orbit,
.signal-core {
  position: absolute;
  top: 49%;
  left: 52%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.signal-orbit {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.signal-orbit-one {
  width: 315px;
  height: 315px;
}

.signal-orbit-two {
  width: 480px;
  height: 480px;
  border-style: dashed;
}

.signal-core {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.05);
}

.signal-core::before,
.signal-core::after,
.signal-core span {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.signal-core::before {
  width: 54px;
  height: 54px;
  background: var(--white);
}

.signal-core::after {
  width: 18px;
  height: 18px;
  background: var(--ink);
}

.signal-core span {
  width: 8px;
  height: 8px;
  background: var(--scout);
  transform: translate(62px, -27px);
  box-shadow: -49px -49px 0 var(--atlas), -5px 109px 0 var(--tempo);
}

.signal-tag {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 142px;
  grid-template-columns: 12px 1fr;
  gap: 4px 8px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.56);
  background: rgba(23, 24, 21, 0.88);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.52rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.signal-tag i {
  width: 6px;
  height: 6px;
  margin-top: 1px;
  border-radius: 50%;
}

.signal-tag strong {
  grid-column: 2;
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 500;
}

.signal-recovery {
  top: 32%;
  left: 6%;
}

.signal-recovery i {
  background: var(--atlas);
}

.signal-route {
  top: 27%;
  right: 4%;
}

.signal-route i {
  background: var(--scout);
}

.signal-effort {
  right: 8%;
  bottom: 25%;
}

.signal-effort i {
  background: var(--tempo);
}

.field-products {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.field-product {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field-product + .field-product {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.field-product i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.field-scout i { background: var(--scout); }
.field-atlas i { background: var(--atlas); }
.field-tempo i { background: var(--tempo); }

.thesis {
  border-top: 1px solid var(--line);
  color: var(--white);
  background: var(--ink);
}

.thesis-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}

.thesis-heading h2,
.products-heading h2,
.approach-intro h2,
.origin h2 {
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 6.3rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

.thesis-heading .eyebrow {
  color: var(--scout);
}

.thesis-body {
  align-self: end;
}

.thesis-body p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  line-height: 1.75;
}

.thesis-body .thesis-lede {
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.45;
}

.layer-map {
  grid-column: 1 / -1;
  display: grid;
  max-width: 1040px;
  margin: 90px auto 0;
  gap: 8px;
}

.layer {
  display: grid;
  min-height: 88px;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.layer span,
.layer small {
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.layer span {
  opacity: 0.5;
}

.layer strong {
  font-size: 1.05rem;
  font-weight: 500;
}

.layer small {
  color: rgba(255, 255, 255, 0.5);
}

.layer-intelligence {
  color: var(--ink);
  background: var(--white);
}

.layer-intelligence small {
  color: rgba(18, 19, 15, 0.55);
}

.layer-intelligence::before {
  position: absolute;
  content: "";
}

.products-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.25fr 0.65fr;
  align-items: end;
  gap: 6vw;
  margin-bottom: 72px;
}

.products-heading .eyebrow {
  align-self: start;
}

.products-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-showcase {
  display: grid;
  gap: 12px;
}

.product-feature {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.feature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid currentColor;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  opacity: 0.64;
  text-transform: uppercase;
}

.feature-identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.feature-identity img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.feature-identity p {
  margin: 0 0 5px;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  opacity: 0.58;
  text-transform: uppercase;
}

.feature-identity h3 {
  margin: 0;
  font-size: clamp(3.4rem, 5.5vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.feature-story {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.feature-story p {
  margin: 0;
  line-height: 1.65;
}

.feature-story .feature-kicker {
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 2.3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.product-feature-scout {
  display: grid;
  min-height: 820px;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: auto auto 1fr;
  gap: 58px 8vw;
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 65%, rgba(113, 224, 76, 0.09), transparent 33%),
    #191918;
}

.product-feature-scout .feature-meta {
  grid-column: 1 / -1;
  border-color: rgba(255, 255, 255, 0.2);
}

.product-feature-scout .feature-identity img {
  width: 150px;
  height: 150px;
}

.product-feature-scout .feature-story {
  align-self: center;
}

.product-feature-scout blockquote {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 2px solid var(--scout);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
  font-style: normal;
  line-height: 1.55;
}

.product-feature-scout .feature-story > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.scout-route {
  position: absolute;
  right: 1%;
  bottom: 1%;
  left: 30%;
  height: 390px;
  opacity: 0.9;
}

.scout-route svg {
  width: 100%;
  height: 100%;
}

.scout-route path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scout-route-shadow {
  stroke: #0b0b0a;
  stroke-width: 17;
}

.scout-route-line {
  stroke: var(--scout);
  stroke-width: 5;
  stroke-dasharray: 0.025 0.012;
}

.scout-route circle {
  fill: #191918;
  stroke: var(--scout);
  stroke-width: 3;
}

.route-note {
  position: absolute;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.62);
  background: rgba(25, 25, 24, 0.9);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.48rem;
  letter-spacing: 0.06em;
}

.route-note-one { top: 28%; left: 22%; }
.route-note-two { top: 44%; left: 54%; }
.route-note-three { top: 16%; right: 3%; }

.product-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.product-pair .product-feature {
  display: flex;
  min-height: 760px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
}

.product-pair .feature-identity {
  margin-block: 62px 52px;
}

.product-pair .feature-story {
  max-width: 510px;
}

.product-pair .feature-story > p:last-child {
  color: var(--muted);
}

.product-feature-atlas {
  background: #e8edfa;
}

.atlas-adjustment {
  display: grid;
  margin-top: auto;
  padding: 22px;
  border: 1px solid rgba(18, 106, 247, 0.24);
  background: rgba(255, 255, 255, 0.5);
}

.atlas-adjustment span {
  color: var(--muted);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.atlas-adjustment strong {
  margin-block: 12px 24px;
  color: var(--atlas);
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.atlas-adjustment p {
  margin: 0;
  font-size: 0.76rem;
}

.atlas-adjustment i {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--atlas);
  font-style: normal;
}

.product-feature-tempo {
  background: #f3e7dd;
}

.tempo-adjustments {
  display: grid;
  margin-top: auto;
  border: 1px solid rgba(252, 99, 0, 0.25);
}

.tempo-adjustments p {
  display: grid;
  min-height: 58px;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding-inline: 15px;
}

.tempo-adjustments p + p {
  border-top: 1px solid rgba(252, 99, 0, 0.2);
}

.tempo-adjustments span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--tempo);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.54rem;
}

.tempo-adjustments strong,
.tempo-adjustments i {
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 500;
}

.tempo-adjustments i {
  color: var(--tempo);
}

.feature-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.feature-link span {
  transition: transform 180ms ease;
}

.feature-link:hover span,
.feature-link:focus-visible span {
  transform: translate(3px, -3px);
}

.approach-section {
  color: var(--white);
  background: #191a17;
}

.approach-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 10vw;
}

.approach-intro {
  position: sticky;
  top: 48px;
  align-self: start;
}

.approach-intro .eyebrow {
  color: var(--tempo);
}

.approach-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 34px;
  padding: 38px 0 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.approach-list li > span {
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
}

.approach-list li:nth-child(1) > span { color: var(--scout); }
.approach-list li:nth-child(2) > span { color: var(--atlas); }
.approach-list li:nth-child(3) > span { color: var(--tempo); }

.approach-list h3 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.approach-list p {
  max-width: 530px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.72;
}

.origin {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 10vw;
  margin-top: 150px;
  padding-inline: 70px;
  border-left: 6px solid var(--atlas);
  color: var(--white);
  background: var(--blue);
}

.origin .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.origin > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .vision-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 100px;
  }

  .vision-hero-copy {
    max-width: 860px;
  }

  .intelligence-field {
    min-height: 640px;
  }

  .products-heading {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .products-heading > p:last-child {
    grid-column: 2;
  }

  .product-feature-scout {
    gap: 42px 6vw;
  }

  .product-pair .product-feature {
    min-height: 800px;
  }
}

@media (max-width: 760px) {
  .vision-hero {
    padding-block: 70px;
  }

  .vision-hero-copy .eyebrow {
    display: grid;
    gap: 4px;
  }

  .vision-hero-copy .eyebrow span + span::before {
    margin-right: 8px;
  }

  .vision-hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.5rem);
  }

  .intelligence-field {
    min-height: 540px;
    margin-inline: -16px;
    border-radius: 0;
  }

  .signal-copy {
    top: 88px;
    left: 18px;
  }

  .signal-orbit-one {
    width: 235px;
    height: 235px;
  }

  .signal-orbit-two {
    width: 360px;
    height: 360px;
  }

  .signal-core {
    width: 110px;
    height: 110px;
  }

  .signal-core::before {
    width: 44px;
    height: 44px;
  }

  .signal-core::after {
    width: 14px;
    height: 14px;
  }

  .signal-core span {
    transform: translate(44px, -21px);
    box-shadow: -35px -35px 0 var(--atlas), -4px 80px 0 var(--tempo);
  }

  .signal-tag {
    width: 116px;
    padding: 10px;
  }

  .signal-recovery { top: 35%; left: 3%; }
  .signal-route { top: 31%; right: 2%; }
  .signal-effort { right: 5%; bottom: 23%; }

  .field-topline {
    right: 18px;
    left: 18px;
  }

  .field-product {
    min-height: 68px;
    font-size: 0.52rem;
  }

  .thesis-grid,
  .products-heading,
  .product-feature-scout,
  .product-pair,
  .approach-grid,
  .origin {
    grid-template-columns: 1fr;
  }

  .thesis-grid {
    gap: 48px;
  }

  .thesis-heading h2,
  .products-heading h2,
  .approach-intro h2,
  .origin h2 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .layer-map {
    margin-top: 20px;
  }

  .layer {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 18px;
  }

  .layer small {
    grid-column: 2;
  }

  .products-heading {
    gap: 30px;
  }

  .products-heading > p:last-child {
    grid-column: auto;
  }

  .product-feature-scout {
    display: flex;
    min-height: 950px;
    flex-direction: column;
    gap: 38px;
    padding: 24px;
  }

  .product-feature-scout .feature-identity img {
    width: 105px;
    height: 105px;
  }

  .feature-identity h3 {
    font-size: 4rem;
  }

  .feature-story .feature-kicker {
    font-size: 1.75rem;
  }

  .scout-route {
    right: -28%;
    bottom: 2%;
    left: -5%;
    height: 360px;
  }

  .route-note-one { left: 25%; }
  .route-note-two { left: 53%; }
  .route-note-three { right: 34%; }

  .product-pair .product-feature {
    min-height: 720px;
    padding: 24px;
  }

  .product-pair .feature-identity {
    margin-block: 45px 40px;
  }

  .approach-intro {
    position: static;
    margin-bottom: 42px;
  }

  .origin {
    gap: 38px;
    margin-top: 90px;
    padding: 72px 26px;
  }
}

/* Tempo studio page and policy */
.tempo-studio-page,
.legal-page {
  --tempo-accent: #f06a2a;
  background: #f3f1e9;
}

.tempo-studio-page .brand,
.legal-page .brand {
  gap: 0;
  font-size: 0.92rem;
  letter-spacing: -0.025em;
}

.tempo-studio-page .primary-nav,
.legal-page .primary-nav {
  gap: 28px;
}

.tempo-studio-page .header-contact,
.legal-page .header-contact {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
}

.tempo-studio-hero {
  display: grid;
  min-height: calc(100svh - 92px);
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  padding-block: clamp(88px, 10vw, 145px);
}

.tempo-studio-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
}

.tempo-studio-copy .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 38px;
  color: var(--muted);
}

.tempo-studio-lockup {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 14px;
  margin-bottom: 42px;
}

.tempo-studio-lockup img {
  width: 44px;
  height: 44px;
}

.tempo-studio-lockup span {
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.tempo-studio-hero h1 {
  max-width: 900px;
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(4rem, 6.4vw, 7.3rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.tempo-studio-lede {
  max-width: 560px;
  grid-column: 2;
  justify-self: end;
  margin: 42px 0 0;
  color: #55564e;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.7;
}

.tempo-studio-links {
  display: flex;
  grid-column: 2;
  justify-self: end;
  gap: 30px;
  margin-top: 38px;
}

.tempo-studio-links a,
.tempo-privacy a {
  display: inline-flex;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.tempo-studio-page .coach-dashboard {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  box-shadow: 0 34px 80px rgba(18, 19, 15, 0.18);
  transform: none;
}

.tempo-studio-page .dashboard-chrome strong {
  color: var(--tempo-accent);
}

.tempo-studio-page .athlete-initials {
  background: #f5f3eb;
}

.tempo-positioning {
  color: #f5f3eb;
  background: var(--ink);
}

.tempo-positioning-grid {
  display: grid;
  min-height: min(820px, 88svh);
  grid-template-columns: 0.5fr 1.15fr 0.65fr;
  align-content: center;
  gap: 7vw;
  padding-block: clamp(110px, 14vw, 190px);
}

.tempo-positioning .eyebrow {
  color: var(--tempo-accent);
}

.tempo-positioning h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(4rem, 6.5vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.tempo-positioning div > p {
  max-width: 640px;
  margin: 44px 0 0;
  color: rgba(245, 243, 235, 0.62);
  font-size: 1.05rem;
  line-height: 1.75;
}

.tempo-positioning ul {
  align-self: end;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.tempo-positioning li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.95rem;
}

.tempo-positioning li span {
  color: var(--tempo-accent);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.58rem;
}

.tempo-privacy {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 7vw;
  padding-block: clamp(120px, 15vw, 210px);
}

.tempo-privacy h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(4rem, 6.6vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.tempo-privacy div > p {
  max-width: 630px;
  margin: 44px 0 30px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.tempo-studio-page .site-footer {
  margin-top: 0;
}

.policy-layout {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 220px minmax(0, 820px);
  justify-content: space-between;
  gap: clamp(70px, 10vw, 150px);
  padding-block: clamp(90px, 10vw, 150px);
}

.policy-masthead {
  position: sticky;
  top: 40px;
  display: grid;
  align-self: start;
  gap: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.62rem;
  line-height: 1.6;
  text-transform: uppercase;
}

.policy-masthead p {
  margin: 0;
  color: var(--muted);
}

.policy-masthead a {
  width: fit-content;
  text-underline-offset: 5px;
}

.legal-page .policy-content h1 {
  max-width: 820px;
  font-size: clamp(4rem, 6.7vw, 7rem);
}

.legal-page .policy-content h2 {
  margin-top: 82px;
}

.legal-page .legal-footer {
  grid-template-columns: 1fr 1.3fr 1fr auto;
}

@media (max-width: 1050px) {
  .tempo-studio-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .tempo-studio-copy {
    max-width: none;
  }

  .tempo-studio-page .coach-dashboard {
    width: min(100%, 760px);
    justify-self: center;
  }

  .tempo-positioning-grid {
    grid-template-columns: 0.45fr 1.2fr;
  }

  .tempo-positioning ul {
    grid-column: 2;
  }

  .policy-layout {
    grid-template-columns: 180px minmax(0, 740px);
    gap: 60px;
  }
}

@media (max-width: 760px) {
  .tempo-studio-page .primary-nav a,
  .legal-page .primary-nav a {
    display: inline;
  }

  .tempo-studio-page .primary-nav a:first-child,
  .legal-page .primary-nav a:first-child {
    display: none;
  }

  .tempo-studio-hero {
    gap: 70px;
    padding-block: 72px 90px;
  }

  .tempo-studio-copy {
    grid-template-columns: 1fr;
  }

  .tempo-studio-lockup {
    margin-bottom: 34px;
  }

  .tempo-studio-hero h1 {
    font-size: clamp(4rem, 18vw, 5.8rem);
  }

  .tempo-studio-lede,
  .tempo-studio-links {
    grid-column: 1;
    justify-self: start;
  }

  .tempo-studio-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .tempo-studio-page .coach-dashboard {
    margin-inline: 0;
  }

  .tempo-studio-page .athlete-row {
    grid-template-columns: 38px 74px 1fr 50px;
  }

  .tempo-positioning-grid,
  .tempo-privacy,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .tempo-positioning-grid {
    min-height: 900px;
    gap: 42px;
  }

  .tempo-positioning h2,
  .tempo-privacy h2 {
    font-size: clamp(3.6rem, 15vw, 5.4rem);
  }

  .tempo-positioning ul {
    grid-column: 1;
  }

  .tempo-privacy {
    gap: 38px;
    padding-block: 105px;
  }

  .policy-layout {
    gap: 55px;
    padding-block: 55px 100px;
  }

  .policy-masthead {
    position: static;
    grid-template-columns: 1fr auto;
  }

  .policy-masthead p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .legal-page .policy-content h1 {
    font-size: clamp(3.7rem, 16vw, 5.3rem);
  }

  .legal-page .legal-footer {
    grid-template-columns: 1fr;
  }
}
