:root {
  --canvas: #f7fbfb;
  --canvas-blue: #eef9fd;
  --paper: #fffef9;
  --surface: #ffffff;
  --mist: #dbf3fd;
  --mist-strong: #c7eaf8;
  --action: #74cbf4;
  --water: #0b6b9e;
  --petrol: #0e5177;
  --petrol-deep: #0a354b;
  --ink: #092f42;
  --muted: #526b76;
  --quiet: #6b7f87;
  --amber: #ec9f32;
  --red: #a9282a;
  --line: rgba(14, 81, 119, 0.16);
  --line-strong: rgba(14, 81, 119, 0.28);
  --shadow: 0 28px 70px rgba(14, 81, 119, 0.14);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --shell: 1240px;
  --header-height: 80px;
  --spring-response: 0.32s;
  --surface-radius: 24px;
  --material: rgba(247, 251, 251, 0.76);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border: 2px solid var(--petrol);
  border-radius: 8px;
  background: var(--surface);
  color: var(--petrol-deep);
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid transparent;
  background: var(--material);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  backdrop-filter: blur(22px) saturate(165%);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  height: 14px;
  background: linear-gradient(to bottom, rgba(9, 47, 66, 0.09), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease-out;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.56);
  box-shadow: 0 8px 28px rgba(14, 81, 119, 0.08);
}

.site-header.is-scrolled::after {
  opacity: 0.55;
}

.header-inner {
  width: min(var(--shell), calc(100% - 48px));
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--petrol-deep);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.wordmark img {
  border-radius: 11px;
  box-shadow: 0 5px 16px rgba(14, 81, 119, 0.12);
}

.primary-nav {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #2f5668;
  font-size: 14px;
  font-weight: 600;
}

.mobile-nav,
.header-status-short {
  display: none;
}

.primary-nav a {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--action);
  transition: transform 180ms ease;
}

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

.primary-nav a.is-active {
  color: var(--petrol-deep);
}

.nav-indicator {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--water), var(--action));
  opacity: 0;
  pointer-events: none;
  will-change: width, transform;
}

.header-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--petrol-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(236, 159, 50, 0.15);
}

.site-header.header-icon-only .wordmark span {
  display: none;
}

.site-header.header-icon-only .wordmark {
  flex: 0 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  background:
    linear-gradient(118deg, rgba(219, 243, 253, 0.62) 0%, rgba(247, 251, 251, 0) 47%),
    var(--canvas);
}

.hero-atmosphere {
  position: absolute;
  z-index: -1;
  top: -220px;
  right: -120px;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(116, 203, 244, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(116, 203, 244, 0.16), rgba(116, 203, 244, 0.03) 54%, transparent 71%);
}

.hero-atmosphere::before,
.hero-atmosphere::after {
  position: absolute;
  border: 1px solid rgba(14, 81, 119, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-atmosphere::before {
  inset: 98px;
}

.hero-atmosphere::after {
  inset: 188px;
}

.hero-inner {
  width: min(var(--shell), calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: clamp(36px, 6vw, 96px);
  padding: 84px 0 64px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-app-identity {
  width: fit-content;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 8px 15px 8px 8px;
  border: 1px solid rgba(14, 81, 119, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 32px rgba(14, 81, 119, 0.08);
}

.hero-app-identity img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(14, 81, 119, 0.13);
}

.hero-app-identity span,
.hero-app-identity strong,
.hero-app-identity small {
  display: block;
}

.hero-app-identity strong {
  color: var(--petrol-deep);
  font-size: 14px;
  line-height: 1.25;
}

.hero-app-identity small {
  margin-top: 2px;
  color: var(--quiet);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow,
.kicker,
.chapter {
  margin: 0 0 22px;
  color: var(--petrol);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 8px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--amber);
}

.hero h1,
.section-intro h2,
.story-copy h2,
.tracker-copy h2,
.safety-heading h2,
.faq-intro h2,
.closing-content h2,
.legal-hero h1 {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 6.25vw, 92px);
  text-wrap: balance;
}

.hero h1 em,
.tracker-motto em {
  color: var(--petrol);
  font-weight: inherit;
}

.hero-lede {
  max-width: 620px;
  margin: 34px 0 0;
  color: #385c6b;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 9px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--petrol-deep);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(14, 81, 119, 0.07);
}

.availability .status-dot {
  flex: 0 0 auto;
}

.primary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 11px 12px 11px 20px;
  border: 1px solid rgba(14, 81, 119, 0.22);
  border-radius: 15px;
  background: var(--action);
  color: #07364d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(11, 107, 158, 0.16);
  transition: background-color 160ms ease-out, box-shadow 160ms ease-out, transform 90ms ease-out;
}

.primary-action span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: #87d4f6;
  box-shadow: 0 17px 36px rgba(11, 107, 158, 0.2);
}

.primary-action:active {
  transform: scale(0.98) translateY(1px);
}

.hero-boundary {
  max-width: 470px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-product {
  position: relative;
  width: min(100%, 560px);
  height: 680px;
  margin: 0;
  justify-self: end;
  --hero-annotation-gap: 32px;
  --hero-annotation-lane: 156px;
}

.hero-route {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-route path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2;
}

.hero-route-rail {
  stroke: rgba(116, 203, 244, 0.45);
  stroke-dasharray: 3 8;
}

.hero-route-progress {
  stroke: url(#hero-route-gradient);
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  stroke-width: 2.6px !important;
}

.phone {
  position: relative;
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(5, 35, 49, 0.35);
  border-radius: 48px;
  background: #081d27;
  box-shadow: 0 38px 80px rgba(6, 48, 69, 0.22), 0 8px 24px rgba(6, 48, 69, 0.15);
}

.phone::after {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 43px;
  content: "";
  pointer-events: none;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 39px;
  background: #f2fafb;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-screen img {
  transform: translate3d(var(--screen-x, 0px), var(--screen-y, 0px), 0) scale(var(--screen-scale, 1));
  transform-origin: center center;
}

.screen-focus {
  position: absolute;
  z-index: 2;
  top: var(--focus-top, 14%);
  left: 5%;
  display: none;
  width: 90%;
  height: var(--focus-height, 22%);
  border: 2px solid rgba(116, 203, 244, 0.92);
  border-radius: 18px;
  box-shadow: 0 0 0 999px rgba(6, 48, 69, 0.08), 0 8px 22px rgba(6, 48, 69, 0.13);
  opacity: var(--focus-opacity, 0);
  pointer-events: none;
  transition: opacity 180ms ease-out;
}

.motion-enhanced .showcase-screen img {
  will-change: transform;
}

.motion-enhanced .screen-focus {
  display: block;
}

.phone-hero {
  position: absolute;
  right: calc(var(--hero-annotation-lane) + var(--hero-annotation-gap));
  bottom: 16px;
  width: 292px;
  height: 635px;
  transform: rotate(3deg);
  transform-origin: 50% 60%;
}

.hero-product figcaption,
.screen-caption {
  position: absolute;
  right: 2px;
  bottom: 4px;
  max-width: 150px;
  color: var(--quiet);
  font-size: 11px;
  line-height: 1.45;
}

.hero-annotations {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--hero-annotation-lane);
  pointer-events: none;
}

.visual-note {
  position: absolute;
  right: 0;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(14, 81, 119, 0.2);
  border-radius: 9px;
  background: rgba(255, 254, 249, 0.96);
  color: var(--petrol-deep);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(14, 81, 119, 0.11);
}

.visual-note-top {
  top: 210px;
}

.visual-note-bottom {
  bottom: 164px;
}

.boundary-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #e7f5f9;
}

.boundary-inner {
  width: min(var(--shell), calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.boundary-inner p {
  margin: 0;
}

.boundary-inner p:first-child {
  display: flex;
  align-items: center;
  gap: 0;
  color: var(--petrol-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.boundary-inner p:first-child span + span::before {
  margin: 0 13px;
  color: var(--amber);
  content: "•";
}

.boundary-inner p:last-child {
  max-width: 590px;
  color: #496572;
  font-size: 13px;
  text-align: right;
}

.journey {
  position: relative;
}

.journey-head {
  position: absolute;
  z-index: 5;
  top: 0;
  left: max(18px, calc((100vw - var(--shell)) / 2 + 18px));
  display: none;
  width: 9px;
  height: 9px;
  border: 2px solid var(--canvas);
  border-radius: 50%;
  background: var(--water);
  box-shadow: 0 0 0 5px rgba(116, 203, 244, 0.2), 0 7px 18px rgba(11, 107, 158, 0.28);
  pointer-events: none;
  transform: translate3d(-50%, calc(var(--journey-head-y, 0px) - 50%), 0);
}

.motion-enhanced .journey-head {
  display: block;
  will-change: transform;
}

.motion-reduced .journey-head {
  display: block;
  will-change: auto;
}

.journey::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: max(18px, calc((100vw - var(--shell)) / 2 + 18px));
  width: 1px;
  background: linear-gradient(to bottom, transparent 0, var(--action) 3%, var(--action) 96%, transparent 100%);
  content: "";
  transform: scaleY(var(--journey-progress, 1));
  transform-origin: top;
  will-change: transform;
}

.journey::after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: max(18px, calc((100vw - var(--shell)) / 2 + 18px));
  width: 1px;
  background: linear-gradient(to bottom, transparent 0, rgba(116, 203, 244, 0.2) 3%, rgba(116, 203, 244, 0.2) 96%, transparent 100%);
  content: "";
}

.section-shell {
  position: relative;
  width: min(var(--shell), 100%);
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 78px;
}

.cursor-atmosphere-host {
  position: relative;
  isolation: isolate;
}

.cursor-atmosphere {
  --cursor-core-opacity: 0.68;
  --cursor-mist-opacity: 0.42;
  --cursor-energy: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  display: none;
  width: 100vw;
  overflow: hidden;
  contain: layout paint style;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease-out;
}

/* Die Lichtspur darf Kapitelgrenzen der Journey weich überlaufen. */
.motion-enhanced .journey > .cursor-atmosphere-host {
  overflow: visible;
}

.journey > .cursor-atmosphere-host > .cursor-atmosphere {
  overflow: visible;
  contain: layout style;
}

.cursor-atmosphere-core,
.cursor-atmosphere-mist {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  transform-origin: center;
}

.cursor-atmosphere-core {
  width: clamp(168px, 16vw, 232px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(116, 203, 244, 0.48) 0%, rgba(116, 203, 244, 0.26) 29%, rgba(199, 234, 248, 0.14) 52%, transparent 76%);
  opacity: var(--cursor-core-opacity);
}

.cursor-atmosphere-mist {
  width: clamp(480px, 52vw, 760px);
  height: clamp(350px, 38vw, 550px);
  background: radial-gradient(ellipse, rgba(230, 247, 255, 0.78) 0%, rgba(199, 234, 248, 0.52) 34%, rgba(116, 203, 244, 0.2) 58%, transparent 79%);
  opacity: calc(var(--cursor-mist-opacity) + var(--cursor-energy) * 0.08);
}

.luna-story,
.safety-section,
.social-stage,
.closing-section {
  --cursor-core-opacity: 0.42;
  --cursor-mist-opacity: 0.28;
}

@media (hover: hover) and (pointer: fine) {
  .motion-enhanced .cursor-atmosphere {
    display: block;
  }

  .cursor-atmosphere-host.is-cursor-atmosphere-active > .cursor-atmosphere {
    opacity: 1;
  }

  .cursor-atmosphere-host.is-cursor-atmosphere-active > .cursor-atmosphere .cursor-atmosphere-core,
  .cursor-atmosphere-host.is-cursor-atmosphere-active > .cursor-atmosphere .cursor-atmosphere-mist {
    will-change: transform, opacity;
  }
}

.route-marker {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--action);
  border-radius: 50%;
  background: var(--canvas);
  color: var(--petrol);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 8px var(--canvas);
}

.route-marker.is-current {
  border-color: var(--water);
  background: #f4fcff;
  box-shadow: 0 0 0 8px var(--canvas), 0 8px 22px rgba(11, 107, 158, 0.15);
}

.route-marker::after {
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: rgba(116, 203, 244, 0.18);
  content: "";
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 220ms ease-out, transform 320ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.route-marker.is-current::after {
  opacity: 1;
  transform: scale(1);
}

.editorial-problem {
  padding-top: 130px;
  padding-bottom: 150px;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: 42px 86px;
}

.section-intro h2,
.story-copy h2,
.tracker-copy h2,
.faq-intro h2 {
  margin: 0;
  font-size: clamp(45px, 5vw, 70px);
}

.problem-copy {
  align-self: end;
  padding-bottom: 5px;
  color: var(--muted);
}

.problem-copy > p:first-child {
  margin-top: 0;
}

.pull-quote {
  position: relative;
  margin: 26px 0 0;
  padding: 20px 0 0 30px;
  border-top: 1px solid var(--line-strong);
  color: var(--petrol-deep);
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.45;
}

.pull-quote::before {
  position: absolute;
  top: 20px;
  left: 0;
  color: var(--amber);
  content: "→";
  font-family: var(--body);
}

.from-to {
  grid-column: 1 / -1;
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 140px minmax(280px, 1fr);
  align-items: center;
  gap: 28px;
}

.tab-cluster {
  position: relative;
  min-height: 220px;
}

.tab-cluster span {
  --base-opacity: 1;
  --base-rotation: 0deg;
  position: absolute;
  display: inline-block;
  padding: 13px 18px;
  border: 1px solid rgba(14, 81, 119, 0.17);
  border-radius: 10px 10px 3px 3px;
  background: rgba(255, 255, 255, 0.74);
  color: #506c77;
  font-size: 13px;
  box-shadow: 0 12px 26px rgba(14, 81, 119, 0.07);
  opacity: var(--problem-opacity, var(--base-opacity));
  transform: translate3d(var(--problem-x, 0px), var(--problem-y, 0px), 0) rotate(var(--problem-rotation, var(--base-rotation))) scale(var(--problem-scale, 1));
}

.tab-cluster span:nth-child(1) { top: 6px; left: 2%; --base-rotation: -3deg; }
.tab-cluster span:nth-child(2) { top: 72px; right: 5%; --base-rotation: 2deg; }
.tab-cluster span:nth-child(3) { bottom: 12px; left: 18%; --base-rotation: 1deg; }
.tab-cluster span:nth-child(4) { top: 10px; right: 0; --base-opacity: 0.58; --base-rotation: 4deg; }

.transform-arrow {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 11px;
  color: var(--petrol);
  font-size: 10px;
  letter-spacing: 0.12em;
  opacity: var(--problem-arrow-label-opacity, 1);
  text-transform: uppercase;
}

.transform-arrow span {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--line), var(--action));
  opacity: var(--problem-arrow-opacity, 1);
  transform: scaleX(var(--problem-arrow-scale, 1));
  transform-origin: left center;
}

.transform-arrow span::after {
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  margin-left: auto;
  border-top: 1px solid var(--petrol);
  border-right: 1px solid var(--petrol);
  content: "";
  transform: rotate(45deg);
}

.calm-note {
  position: relative;
  min-height: 220px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px 22px 22px 7px;
  background: var(--paper);
  box-shadow: var(--shadow);
  opacity: var(--problem-result-opacity, 1);
  transform: translate3d(var(--problem-result-x, 0px), 0, 0) scale(var(--problem-result-scale, 1));
  transform-origin: left center;
}

.motion-enhanced [data-problem-card],
.motion-enhanced [data-problem-arrow] span,
.motion-enhanced [data-problem-result] {
  will-change: opacity, transform;
}

.calm-note::after {
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  border: 30px solid rgba(116, 203, 244, 0.13);
  border-radius: 50%;
  content: "";
}

.calm-note-label {
  margin: 0 0 34px;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.calm-note strong,
.calm-note span {
  display: block;
}

.calm-note strong {
  color: var(--petrol-deep);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
}

.calm-note span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.feature-story {
  padding-top: 126px;
  padding-bottom: 145px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.7fr);
  align-items: center;
  gap: clamp(52px, 9vw, 130px);
}

.story-copy {
  max-width: 620px;
}

.story-copy > p:not(.chapter):not(.provider-note),
.tracker-copy > p:not(.chapter),
.safety-heading > p:last-child,
.faq-intro > p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.boundary-callout {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 13px;
}

.boundary-callout p {
  margin: 0;
}

.boundary-symbol {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--petrol);
  font-family: var(--display);
  font-weight: 700;
}

.observation-sheet {
  position: relative;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px 30px 30px 30px;
  background:
    linear-gradient(rgba(116, 203, 244, 0.07) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 32px;
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}

.observation-sheet::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 19px;
  width: 1px;
  background: rgba(236, 159, 50, 0.42);
  content: "";
}

.sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--quiet);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sheet-question {
  margin: 42px 0 34px;
  color: var(--petrol-deep);
  font-family: var(--display);
  font-size: 30px;
  line-height: 1.2;
}

.sheet-line {
  display: grid;
  grid-template-columns: 36px max-content 1fr;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border-top: 1px solid var(--line);
}

.sheet-line span {
  color: var(--water);
  font-size: 10px;
  font-weight: 800;
}

.sheet-line b {
  color: #264d5d;
  font-size: 14px;
}

.sheet-line i {
  height: 1px;
  background: rgba(14, 81, 119, 0.13);
}

.sheet-foot {
  margin: 24px 0 0;
  color: var(--quiet);
  font-size: 11px;
  text-align: right;
}

.luna-story,
.safety-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--canvas);
  color: var(--ink);
}

.luna-story {
  padding: 0;
}

.section-color-flow {
  --color-flow-shift: 0px;
  --color-flow-opacity: 0.22;
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.82), transparent 34%),
    radial-gradient(circle at 17% 47%, rgba(11, 131, 181, 0.13), transparent 30%),
    linear-gradient(145deg, #e6f7ff 0%, #c4ebfb 52%, #91d5f3 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%);
}

.section-color-flow::before,
.section-color-flow::after {
  position: absolute;
  content: "";
}

.section-color-flow::before {
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.38), transparent 40%),
    radial-gradient(ellipse at 66% 58%, rgba(255, 255, 255, 0.2), transparent 64%);
}

.section-color-flow::after {
  top: 6%;
  left: -16%;
  width: 132%;
  height: 48%;
  background: radial-gradient(ellipse 42% 74% at 50% 36%, rgba(255, 255, 255, 0.72), rgba(219, 243, 253, 0.3) 45%, transparent 75%);
  opacity: var(--color-flow-opacity);
  transform: translate3d(0, var(--color-flow-shift), 0);
  will-change: transform, opacity;
}

.safety-section .section-color-flow {
  background:
    radial-gradient(circle at 105% -12%, transparent 0 42%, rgba(14, 81, 119, 0.13) 42.12% 42.3%, transparent 42.5%),
    radial-gradient(circle at 84% 0%, rgba(255, 255, 255, 0.82), transparent 34%),
    radial-gradient(circle at 17% 47%, rgba(11, 131, 181, 0.12), transparent 30%),
    linear-gradient(145deg, #e6f7ff 0%, #c4ebfb 52%, #91d5f3 100%);
}

.luna-shell {
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 138px);
  min-height: 900px;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}

.route-marker-light {
  top: 100px;
  border-color: var(--water);
  background: #e6f7ff;
  color: var(--water);
  box-shadow: 0 0 0 8px #e6f7ff;
}

.luna-visual {
  position: relative;
  min-height: 690px;
}

.phone-luna {
  position: absolute;
  top: 0;
  left: 7%;
  width: 310px;
  height: 673px;
  rotate: -1.7deg;
  box-shadow: 0 40px 90px rgba(14, 81, 119, 0.28);
}

.phone-luna .phone-screen img {
  object-position: center top;
}

.screen-caption {
  right: 0;
  bottom: -1px;
  max-width: 136px;
  color: #385765;
}

.showcase-badge {
  position: absolute;
  z-index: 5;
  top: 90px;
  right: 0;
  width: 144px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(14, 81, 119, 0.16);
  border-radius: 13px 13px 13px 4px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(14, 81, 119, 0.17);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.showcase-badge span,
.showcase-badge strong {
  display: block;
}

.showcase-badge span {
  color: var(--action);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.showcase-badge strong {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
}

.story-copy-light {
  max-width: 660px;
}

.story-copy-light .chapter,
.kicker-light {
  color: var(--water);
}

.story-copy-light h2 {
  color: var(--petrol-deep);
}

.story-copy-light > p:not(.chapter):not(.provider-note) {
  color: #385765;
}

.showcase-steps {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.showcase-steps > li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0 10px;
  padding: 12px 12px 12px 14px;
  border-left: 2px solid transparent;
  opacity: 0.48;
  transform: translateX(0);
  transition: border-color 180ms ease-out, background-color 180ms ease-out, opacity 180ms ease-out, transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.showcase-steps > li + li {
  border-top: 1px solid rgba(14, 81, 119, 0.16);
}

.showcase-steps > li.is-active {
  inline-size: fit-content;
  max-inline-size: calc(100% - 7px);
  border-left-color: var(--action);
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transform: translateX(7px);
}

.showcase-steps span {
  grid-row: span 2;
  color: var(--action);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.showcase-steps strong,
.showcase-steps small {
  display: block;
}

.showcase-steps strong {
  color: var(--petrol-deep);
  font-size: 13px;
}

.showcase-steps small {
  margin-top: 2px;
  color: #385765;
  font-size: 11px;
  line-height: 1.45;
}

.plain-checks {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.plain-checks li {
  position: relative;
  padding: 15px 0 15px 36px;
  border-top: 1px solid rgba(14, 81, 119, 0.18);
  color: var(--ink);
  font-size: 15px;
}

.plain-checks li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  color: var(--action);
  content: "↳";
  font-weight: 800;
}

.provider-note {
  margin: 28px 0 0;
  padding: 20px;
  border-left: 3px solid var(--amber);
  background: rgba(255, 255, 255, 0.48);
  color: #385765;
  font-size: 12px;
}

.tracker-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1.22fr);
  align-items: center;
  gap: 80px;
  min-height: 920px;
}

.tracker-copy {
  align-self: center;
}

.tracker-composition {
  position: relative;
  min-height: 720px;
}

.phone-tracker {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 50%;
  width: 326px;
  height: 657px;
  translate: -50% 0;
  rotate: 2deg;
}

/*
 * Der freigegebene Tracker-Screenshot enthält den Simulatorrahmen. Innerhalb
 * des vorhandenen Landingpage-iPhones zeigen wir deshalb exakt die sichtbare
 * App-Fläche – ohne Zoom, Fokusbox oder abgeschnittene Tracker-Inhalte.
 */
.phone-tracker .phone-screen img {
  position: absolute;
  top: -3.04%;
  left: -8.31%;
  width: 116.09%;
  height: 103.04%;
  max-width: none;
  object-fit: fill;
  transform: none;
}

.tracker-motto {
  position: absolute;
  right: 0;
  bottom: 62px;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 34px;
  line-height: 1.02;
  text-align: right;
}

.how-it-works {
  padding-top: 128px;
  padding-bottom: 170px;
}

.how-it-works .section-intro {
  max-width: 700px;
}

.step-list {
  --step-line-progress: 1;
  --step-line-thickness: 1px;
  position: relative;
  margin: 90px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
}

.step-list::before,
.step-list::after {
  position: absolute;
  z-index: 0;
  top: 27px;
  right: 16.6%;
  left: 16.6%;
  height: var(--step-line-thickness);
  content: "";
  pointer-events: none;
}

.step-list::before {
  background: var(--line-strong);
}

.step-list::after {
  background: linear-gradient(to right, var(--action), var(--water), var(--amber));
  transform: scaleX(var(--step-line-progress));
  transform-origin: left center;
}

.step-list li {
  position: relative;
  z-index: 1;
  padding: 0 clamp(18px, 3.5vw, 50px);
  text-align: center;
}

.step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 32px;
  place-items: center;
  border: 1px solid var(--action);
  border-radius: 50%;
  background: var(--canvas);
  color: var(--petrol);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 0 0 10px var(--canvas);
}

.step-number-warm {
  border-color: var(--amber);
}

.step-list h3 {
  margin: 0;
  color: var(--petrol-deep);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
}

.step-list p {
  max-width: 290px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 14px;
}

.safety-section {
  padding: 142px 24px 130px;
}

.safety-shell {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  margin: 0 auto;
}

.safety-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  align-items: end;
  gap: 70px;
}

.safety-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.safety-heading h2 {
  margin: 0;
  color: var(--petrol-deep);
  font-size: clamp(48px, 6vw, 78px);
}

.safety-heading > p:last-child {
  margin: 0;
  color: #385765;
  font-size: 15px;
}

.safety-ledger {
  margin-top: 86px;
  border-top: 1px solid rgba(14, 81, 119, 0.22);
}

.ledger-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 140px;
  gap: 28px;
  align-items: start;
  padding: 31px 0;
  border-bottom: 1px solid rgba(14, 81, 119, 0.18);
}

.ledger-number {
  color: var(--water);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.ledger-row h3 {
  margin: 0;
  color: var(--petrol-deep);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
}

.ledger-row p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #385765;
  font-size: 13px;
}

.ledger-state {
  justify-self: end;
  padding: 6px 0;
  border-bottom: 1px solid rgba(11, 131, 181, 0.55);
  color: var(--water);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.no-promises {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.no-promises p {
  width: 100%;
  margin: 0 0 8px;
  color: #397186;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.no-promises span {
  color: var(--petrol-deep);
  font-family: var(--display);
  font-size: 19px;
}

.no-promises span + span::before {
  margin-right: 24px;
  color: var(--amber);
  content: "·";
}

.faq-section {
  padding-top: 150px;
  padding-bottom: 160px;
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(460px, 1fr);
  gap: clamp(60px, 9vw, 130px);
}

.faq-intro {
  position: sticky;
  top: 135px;
  align-self: start;
}

.faq-intro h2 {
  font-size: clamp(48px, 5vw, 68px);
}

.faq-intro > p:last-child {
  font-size: 15px;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  border-bottom: 1px solid var(--line-strong);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  min-height: 84px;
  padding: 21px 2px;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  color: var(--petrol-deep);
  cursor: pointer;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.faq-item button:hover {
  color: var(--water);
}

.faq-plus {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-plus::before,
.faq-plus::after {
  position: absolute;
  top: 11px;
  right: 1px;
  left: 1px;
  height: 1px;
  background: var(--petrol);
  content: "";
  transition: transform 180ms ease;
}

.faq-plus::after {
  transform: rotate(90deg);
}

.faq-item button[aria-expanded="true"] .faq-plus::after {
  transform: rotate(0deg);
}

.faq-panel {
  overflow: hidden;
}

.faq-panel[hidden] {
  display: none;
}

.faq-panel-inner {
  padding: 0 58px 28px 2px;
}

.faq-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.closing-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 140px 24px;
  border-top: 1px solid var(--line);
  background: var(--canvas-blue);
  text-align: center;
}

.closing-section::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(900px, 92vw);
  height: min(900px, 92vw);
  border: 1px solid rgba(116, 203, 244, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116, 203, 244, 0.12), transparent 62%);
  content: "";
  transform: translate(-50%, -50%);
}

.closing-route {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 92px;
  background: var(--action);
}

.closing-route span {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--canvas-blue);
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 1px var(--amber);
}

.closing-content {
  max-width: 800px;
  margin: 0 auto;
}

.closing-content img {
  margin: 0 auto 28px;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(14, 81, 119, 0.16);
}

.closing-content h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 76px);
}

.availability-large {
  margin-top: 38px;
}

.closing-content > p:last-child {
  margin: 20px 0 0;
  color: var(--quiet);
  font-size: 12px;
}

.site-footer {
  padding: 48px 24px 30px;
  background: #062535;
  color: #eaf8fd;
}

.footer-main,
.footer-boundary {
  width: min(var(--shell), 100%);
  margin: 0 auto;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 38px;
}

.footer-wordmark {
  color: #fffdf5;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  color: rgba(234, 248, 253, 0.76);
  font-size: 13px;
}

.footer-main a:hover,
.footer-main a:focus-visible {
  color: #ffffff;
}

.footer-boundary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(219, 244, 255, 0.16);
}

.footer-boundary p {
  margin: 0;
  color: rgba(234, 248, 253, 0.6);
  font-size: 11px;
}

.footer-boundary p:first-child {
  max-width: 700px;
}

.footer-boundary strong {
  color: #fffdf5;
}

/* Supporting pages */
.legal-page {
  background: var(--canvas);
}

.legal-main {
  min-height: 70vh;
}

.legal-hero {
  padding: 100px 24px 72px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(120deg, var(--canvas-blue), var(--canvas));
}

.legal-hero-inner,
.legal-content {
  width: min(850px, 100%);
  margin: 0 auto;
}

.legal-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(48px, 7vw, 78px);
}

.legal-hero p:last-child {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.draft-banner {
  width: min(850px, calc(100% - 48px));
  margin: 38px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(169, 40, 42, 0.28);
  border-left: 4px solid var(--red);
  border-radius: 6px;
  background: #fff9f6;
  color: #6c2d2d;
  font-size: 13px;
}

.legal-content {
  padding: 72px 24px 120px;
}

.legal-content section + section {
  margin-top: 52px;
  padding-top: 45px;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 18px;
  color: var(--petrol-deep);
  font-family: var(--display);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.legal-content h3 {
  margin: 28px 0 10px;
  color: var(--petrol-deep);
  font-size: 17px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 15px;
}

.legal-content ul {
  padding-left: 22px;
}

.placeholder-field {
  display: block;
  margin: 8px 0;
  padding: 12px 14px;
  border: 1px dashed rgba(169, 40, 42, 0.45);
  border-radius: 5px;
  background: #fffaf8;
  color: #7b3131;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.emergency-notice {
  margin: 34px 0;
  padding: 28px;
  border: 1px solid rgba(169, 40, 42, 0.28);
  border-left: 5px solid var(--red);
  background: #fffafa;
}

.emergency-notice h2 {
  color: #8e2022;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--petrol);
  font-weight: 700;
}

/* Progressive enhancement */
.motion-enhanced .reveal {
  translate: 0 var(--reveal-y, 0);
}

.motion-enhanced [data-motion-item] {
  translate: 0 var(--motion-item-y, 0);
}

.motion-enhanced .hero-route-progress,
.motion-enhanced .journey::before,
.motion-enhanced .route-marker {
  will-change: opacity, transform;
}

.motion-enhanced .step-list::after {
  will-change: transform;
}

.motion-enhanced .phone-hero {
  will-change: transform;
}

@media (min-width: 901px) {
  .motion-enhanced .luna-shell {
    min-height: 1120px;
    align-items: start;
  }

  .motion-enhanced .luna-visual {
    position: sticky;
    top: 128px;
    margin-top: 42px;
  }

  .motion-enhanced .story-copy-light {
    padding-top: 42px;
  }

  .motion-enhanced .tracker-story {
    min-height: 1120px;
    align-items: start;
  }

  .motion-enhanced .tracker-copy {
    padding-top: 166px;
  }

  .motion-enhanced .tracker-composition {
    position: sticky;
    top: 120px;
    margin-top: 62px;
  }
}

.faq-item button:active,
.mobile-nav summary:active {
  opacity: 0.72;
}

.faq-item button:focus-visible {
  position: relative;
  z-index: 1;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-header {
    background: rgba(247, 251, 251, 0.98);
  }
}

@media (max-width: 1100px) {
  .primary-nav {
    gap: 16px;
  }

  .primary-nav a:nth-child(4) {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
    gap: 20px;
  }

  .showcase-badge {
    right: -10px;
    width: 132px;
  }

  .story-grid,
  .luna-shell {
    gap: 70px;
  }

  .tracker-story {
    grid-template-columns: minmax(280px, 0.7fr) minmax(430px, 1fr);
    gap: 50px;
  }

  .tracker-motto {
    font-size: 29px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 64px;
  }

  html {
    scroll-padding-top: 78px;
  }

  .header-inner {
    width: calc(100% - 32px);
    min-height: 64px;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 8px 0;
  }

  .primary-nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    order: 3;
    display: block;
    flex: 0 0 auto;
  }

  .mobile-nav summary {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 7px 4px;
    color: var(--petrol-deep);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .menu-icon {
    position: relative;
    width: 16px;
    height: 12px;
    border-top: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transition: border-color 160ms ease-out;
  }

  .menu-icon::after {
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    height: 1.5px;
    background: currentColor;
    content: "";
    transition: transform 160ms ease-out;
  }

  .mobile-nav[open] .menu-icon {
    border-color: transparent;
  }

  .mobile-nav[open] .menu-icon::before,
  .mobile-nav[open] .menu-icon::after {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    height: 1.5px;
    background: currentColor;
    content: "";
    transform: rotate(45deg);
  }

  .mobile-nav[open] .menu-icon::after {
    transform: rotate(-45deg);
  }

  .mobile-nav nav {
    position: fixed;
    z-index: 60;
    top: 64px;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 12px 16px 16px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line-strong);
    background: rgba(247, 251, 251, 0.9);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    backdrop-filter: blur(24px) saturate(160%);
    box-shadow: 0 18px 35px rgba(14, 81, 119, 0.14);
    transform-origin: calc(100% - 30px) top;
  }

  .mobile-nav nav a {
    min-width: 0;
    min-height: 44px;
    padding: 11px 12px;
    border-bottom: 1px solid var(--line);
    color: var(--petrol-deep);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-nav nav a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .header-status {
    order: 2;
    margin-left: auto;
  }

  .header-status-long {
    display: none;
  }

  .header-status-short {
    display: inline;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 76px;
  }

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

  .hero-product {
    width: 600px;
    max-width: 100%;
    height: 680px;
    margin: 20px auto 0;
    justify-self: center;
  }

  .boundary-inner {
    padding: 19px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .boundary-inner p:last-child {
    color: #385b69;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
  }

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

  .problem-copy {
    max-width: 700px;
  }

  .from-to {
    grid-template-columns: 1fr 100px 1fr;
  }

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

  .story-copy {
    max-width: 730px;
  }

  .observation-sheet {
    width: min(580px, 100%);
    justify-self: end;
  }

  .luna-shell {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
    gap: 50px;
  }

  .phone-luna {
    left: 0;
    width: 285px;
    height: 620px;
  }

  .showcase-badge {
    top: 76px;
    right: -4px;
    width: 126px;
  }

  .tracker-story {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .tracker-copy {
    max-width: 720px;
  }

  .tracker-composition {
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .safety-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .safety-heading .kicker {
    grid-column: auto;
    margin-bottom: -4px;
  }

  .safety-heading > p:last-child {
    max-width: 620px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 66px;
  }

  .faq-intro {
    position: static;
    max-width: 600px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .hero-inner,
  .boundary-inner {
    width: calc(100% - 32px);
  }

  .wordmark {
    gap: 8px;
    font-size: 16px;
  }

  .wordmark img {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .header-status {
    padding: 6px 8px;
    font-size: 10px;
  }

  .status-dot {
    width: 6px;
    height: 6px;
  }

  .primary-nav {
    gap: 20px;
    font-size: 12px;
  }

  .hero {
    min-height: 0;
  }

  .hero-inner {
    min-height: 0;
    padding-top: 62px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(45px, 14.5vw, 64px);
    line-height: 1.01;
  }

  .hero-lede {
    margin-top: 27px;
    font-size: 17px;
  }

  .hero-app-identity {
    margin-bottom: 24px;
    gap: 10px;
    padding: 6px 12px 6px 6px;
    border-radius: 14px;
  }

  .hero-app-identity img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .hero-boundary {
    color: #3f5f6c;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
  }

  .hero-product {
    width: 350px;
    height: 555px;
    margin-top: 24px;
  }

  .phone {
    padding: 7px;
    border-radius: 38px;
  }

  .phone::after {
    border-radius: 34px;
  }

  .phone-screen {
    border-radius: 31px;
  }

  .phone-hero {
    right: 47px;
    width: 236px;
    height: 513px;
  }

  .visual-note {
    font-size: 10px;
  }

  .hero-product figcaption {
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 92px;
    color: #496572;
    font-size: 12px;
    line-height: 1.45;
  }

  .boundary-inner p:first-child {
    font-size: 10px;
  }

  .journey::before {
    left: 18px;
  }

  .journey::after {
    left: 18px;
  }

  .journey-head {
    left: 18px;
  }

  .section-shell {
    padding-right: 20px;
    padding-left: 58px;
  }

  .route-marker {
    width: 36px;
    height: 36px;
  }

  .editorial-problem,
  .feature-story,
  .how-it-works {
    padding-top: 96px;
    padding-bottom: 110px;
  }

  .section-intro h2,
  .story-copy h2,
  .tracker-copy h2,
  .faq-intro h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .problem-grid {
    gap: 36px;
  }

  .pull-quote {
    padding-left: 24px;
    font-size: 19px;
  }

  .from-to {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tab-cluster {
    min-height: 200px;
  }

  .transform-arrow {
    width: 100%;
    grid-template-columns: 1fr max-content;
  }

  .calm-note {
    min-height: 190px;
    padding: 30px;
  }

  .story-copy > p:not(.chapter):not(.provider-note),
  .tracker-copy > p:not(.chapter),
  .safety-heading > p:last-child,
  .faq-intro > p:last-child {
    font-size: 16px;
  }

  .observation-sheet {
    padding: 28px 24px;
  }

  .luna-shell {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .route-marker-light {
    top: 90px;
  }

  .luna-visual {
    min-height: 620px;
    order: 2;
  }

  .story-copy-light {
    order: 1;
  }

  .phone-luna {
    left: 50%;
    width: 258px;
    height: 560px;
    translate: -50% 0;
    rotate: -1.4deg;
  }

  .showcase-badge {
    top: 58px;
    right: 0;
    width: 120px;
  }

  .showcase-steps {
    margin-top: 26px;
  }

  .showcase-steps > li {
    padding-right: 8px;
    padding-left: 10px;
  }

  .screen-caption {
    right: 0;
    bottom: 0;
    max-width: 122px;
    color: #385765;
    font-size: 12px;
    line-height: 1.5;
  }

  .provider-note {
    padding: 18px;
    background: rgba(255, 255, 255, 0.56);
    color: #385765;
    font-size: 14px;
    line-height: 1.6;
  }

  .tracker-story {
    min-height: 0;
  }

  .tracker-composition {
    min-height: 620px;
  }

  .phone-tracker {
    top: 0;
    left: 50%;
    right: auto;
    width: 278px;
    height: 560px;
  }

  .tracker-motto {
    right: auto;
    bottom: 12px;
    left: 0;
    font-size: 28px;
    text-align: left;
  }

  .step-list {
    margin-top: 62px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .step-list::before,
  .step-list::after {
    top: 28px;
    bottom: 28px;
    right: auto;
    left: 27px;
    width: var(--step-line-thickness);
    height: auto;
  }

  .step-list::after {
    background: linear-gradient(to bottom, var(--action), var(--water), var(--amber));
    transform: scaleY(var(--step-line-progress));
    transform-origin: center top;
  }

  .step-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    padding: 0 0 54px;
    text-align: left;
  }

  .step-list li:last-child {
    padding-bottom: 0;
  }

  .step-number {
    margin: 0;
    box-shadow: 0 0 0 8px var(--canvas);
  }

  .step-list p {
    margin: 11px 0 0;
  }

  .safety-section {
    padding: 100px 20px 90px 58px;
  }

  .safety-heading h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .safety-ledger {
    margin-top: 60px;
  }

  .ledger-row {
    grid-template-columns: 30px 1fr;
    gap: 16px;
  }

  .ledger-state {
    grid-column: 2;
    justify-self: start;
    font-size: 11px;
  }

  .ledger-row p {
    color: #385765;
    font-size: 14px;
    line-height: 1.58;
  }

  .no-promises {
    gap: 9px 14px;
  }

  .no-promises span {
    font-size: 16px;
  }

  .no-promises span + span::before {
    margin-right: 14px;
  }

  .faq-section {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .faq-item button {
    min-height: 74px;
    font-size: 19px;
  }

  .faq-panel-inner {
    padding-right: 34px;
  }

  .closing-section {
    padding: 120px 20px 100px;
  }

  .closing-content h2 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .footer-main,
  .footer-boundary {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main nav {
    flex-direction: column;
    gap: 12px;
  }

  .footer-boundary p {
    color: rgba(234, 248, 253, 0.74);
    font-size: 13px;
    line-height: 1.55;
  }

  .legal-hero {
    padding-top: 72px;
  }

  .legal-hero h1 {
    font-size: clamp(32px, 10vw, 48px);
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .legal-content h2 {
    font-size: clamp(26px, 8vw, 32px);
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .placeholder-field {
    overflow-wrap: anywhere;
  }

  .legal-content {
    padding: 54px 20px 90px;
  }
}

@media (max-width: 390px) {
  .header-inner {
    gap: 8px;
  }

  .wordmark {
    font-size: 15px;
  }

  .wordmark img {
    width: 34px;
    height: 34px;
  }

  .header-status {
    gap: 5px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 10px;
  }

  .mobile-nav summary {
    gap: 5px;
    font-size: 11px;
  }

  .hero-product {
    margin-left: -5px;
  }

  .phone-tracker {
    width: 248px;
    height: 500px;
  }

  .tracker-composition {
    min-height: 560px;
  }
}

@media (max-width: 340px) {
  .header-inner {
    gap: 7px;
  }

  .wordmark {
    min-width: 0;
    flex: 1 1 auto;
  }

  .wordmark span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-status {
    width: 16px;
    min-width: 16px;
    height: 40px;
    margin-left: 0;
    padding: 0;
    justify-content: center;
    border: 0;
  }

  .header-status-short {
    display: none;
  }

  .status-dot {
    flex: 0 0 auto;
  }

  .mobile-nav summary {
    padding-right: 0;
    padding-left: 0;
  }

  .hero-inner,
  .hero-copy,
  .hero-copy > *,
  .luna-shell,
  .luna-visual,
  .story-copy-light {
    min-width: 0;
    max-width: 100%;
  }

  .hero-inner,
  .luna-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy,
  .hero-product,
  .luna-visual,
  .story-copy-light {
    width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .section-shell {
    padding-right: 16px;
    padding-left: 52px;
  }

  .story-copy-light h2 {
    max-width: 100%;
    font-size: 38px;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .phone-luna {
    width: min(258px, calc(100vw - 64px));
    height: auto;
    aspect-ratio: 258 / 560;
  }

  .screen-caption {
    right: 0;
    max-width: 108px;
  }
}

@media (min-width: 901px) and (max-width: 1200px), (max-width: 680px) {
  .hero-product {
    height: auto;
    min-height: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .phone-hero {
    position: relative;
    right: auto;
    bottom: auto;
    flex: 0 0 auto;
  }

  .hero-annotations {
    position: static;
    width: auto;
    max-width: 100%;
    margin-top: 14px;
    padding: 0 4px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .hero-annotations .visual-note {
    position: static;
    width: auto;
    flex: 0 1 auto;
  }

  .hero-product figcaption {
    position: static;
    width: auto;
    max-width: 170px;
    margin: 10px auto 0;
    text-align: center;
  }
}

@media (max-width: 18em) {
  .site-header .wordmark span {
    display: none;
  }

  .site-header .wordmark {
    flex: 0 0 auto;
  }
}

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

  .primary-action,
  .primary-nav a::after,
  .faq-plus::before,
  .faq-plus::after,
  .menu-icon,
  .menu-icon::after,
  .site-header::after {
    transition-duration: 140ms;
  }

  .primary-action:active {
    transform: none;
  }

  .motion-enhanced .reveal,
  .motion-enhanced [data-motion-item] {
    opacity: 1;
    translate: none;
  }

  .screen-focus {
    display: none !important;
  }

  .motion-reduced .journey-head {
    display: block !important;
  }

  .showcase-screen img {
    transform: none !important;
  }

  .showcase-steps > li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .step-list {
    --step-line-progress: 1;
  }

  .section-color-flow::after {
    opacity: 0.2;
    transform: none;
    will-change: auto;
  }

  .cursor-atmosphere {
    display: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .mobile-nav nav {
    background: var(--canvas);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .showcase-badge,
  .provider-note {
    background: #f7fbfb;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .section-color-flow::after {
    display: none;
  }

  .cursor-atmosphere {
    display: none !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --line: rgba(9, 47, 66, 0.34);
    --line-strong: rgba(9, 47, 66, 0.62);
    --muted: #294d5e;
    --quiet: #385765;
    --material: rgba(247, 251, 251, 0.98);
  }

  .site-header,
  .mobile-nav nav,
  .availability,
  .visual-note {
    border-color: var(--line-strong);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .luna-story,
  .safety-section {
    background: #dff5ff;
  }

  .section-color-flow {
    display: none;
  }

  .cursor-atmosphere {
    display: none !important;
  }

  .showcase-badge,
  .provider-note {
    border: 1px solid var(--line-strong);
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .step-list {
    --step-line-thickness: 2px;
  }
}

@media (forced-colors: active) {
  .cursor-atmosphere {
    display: none !important;
  }

  .step-list::before {
    background: GrayText;
  }

  .step-list::after {
    background: Highlight;
  }
}
