/* Abbs landing page — real product screenshots, cinematic scroll moments and
   one shared hardware frame. Consumes tokens.css and base.css. */

body.landing {
  overflow-x: clip;
}

.landing main {
  overflow: clip;
}

.section {
  padding-block: clamp(104px, 14vw, 176px);
}

.tone-dark {
  background: #0b0b0f;
  color: #f5f5f7;
}

.eyebrow {
  color: var(--ink-2);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #a9a9b0;
}

.section-title {
  max-width: 13ch;
  margin-top: 18px;
  font-size: clamp(3rem, 6.2vw, 6rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-title-light {
  color: #f5f5f7;
}

.section-lede {
  max-width: 44ch;
  margin-top: 26px;
  color: var(--ink-2);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

.section-lede-light {
  color: #a9a9b0;
}

.section-heading-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-heading-center .section-title,
.section-heading-center .section-lede {
  margin-inline: auto;
}

/* ---------- Entrance motion ---------- */
html.js:not(.rm) [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 0.72, 0, 1),
    transform 0.85s cubic-bezier(0.22, 0.72, 0, 1);
  will-change: opacity, transform;
}

html.js:not(.rm) [data-reveal='late'] {
  transform: translate3d(0, 54px, 0) scale(0.975);
  transition-duration: 0.95s;
}

html.js:not(.rm) [data-reveal].revealed {
  opacity: 1;
  transform: none;
}

/* ---------- Clean device system ---------- */
.device {
  --device-width: 340px;
  --device-frame: clamp(5px, calc(var(--device-width) * 0.021), 8px);
  position: relative;
  z-index: 1;
  width: var(--device-width);
  max-width: 100%;
  padding: var(--device-frame);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15.8% / 7.2%;
  background: linear-gradient(120deg, #4f4f54 0%, #17171a 5%, #060607 28%, #09090a 72%, #242428 96%, #5d5d62 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 0 0 1px rgba(0, 0, 0, 0.88),
    0 26px 70px rgba(11, 11, 15, 0.22),
    0 8px 22px rgba(11, 11, 15, 0.13);
  flex: none;
  isolation: isolate;
}

.device::before,
.device::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 3px;
  border: 0;
  background: #202023;
}

.device::before {
  top: 18%;
  left: -4px;
  height: calc(var(--device-width) * 0.105);
  border-radius: 2px 0 0 2px;
  box-shadow:
    0 calc(var(--device-width) * 0.15) 0 #202023,
    0 calc(var(--device-width) * 0.285) 0 #202023;
}

.device::after {
  top: 27%;
  right: -4px;
  height: calc(var(--device-width) * 0.24);
  border-radius: 0 2px 2px 0;
}

.device-screen {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 14% / 6.35%;
  background: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
}

.device-screen img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.device-screen picture {
  display: block;
}

.device--island .device-screen::before {
  content: '';
  position: absolute;
  top: 2.3%;
  left: 50%;
  z-index: 4;
  width: 28%;
  height: 4%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.device-glass {
  display: none;
}

/* ---------- 1 · Hero ---------- */
.hero {
  position: relative;
  min-height: max(680px, calc(100svh - 60px));
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-block: clamp(54px, 7vw, 94px);
}

.hero-canvas,
.closing-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-quiet {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 72% at 28% 47%, var(--bg) 34%, rgba(245, 245, 247, 0.88) 61%, rgba(245, 245, 247, 0) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 10;
  padding-block: 24px;
}

.hero-title {
  margin-top: 20px;
  font-size: clamp(4.1rem, 7.7vw, 7.35rem);
  font-weight: 790;
  letter-spacing: -0.072em;
  line-height: 0.88;
}

.hero-sub {
  max-width: 36ch;
  margin-top: 30px;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.hero-primary {
  padding: 13px 21px;
}

.text-link {
  color: var(--ink-2);
  font-size: 0.96rem;
  font-weight: 650;
  transition: color 0.2s ease;
}

.text-link:hover {
  color: var(--ink);
}

.text-link span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 34px;
  color: var(--ink-2);
  font-size: 0.79rem;
  font-weight: 650;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof li + li::before {
  content: '';
  width: 3px;
  height: 3px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--ink-3);
}

.proof-dot,
.privacy-badge i,
.city-label i,
.filter-chip i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--online);
}

.hero-showcase {
  position: relative;
  margin: 0;
  min-height: min(760px, calc(100svh - 98px));
}

.hero-glow {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 0 100px 70px rgba(255, 255, 255, 0.52);
}

.hero-device {
  position: absolute;
}

.hero-device-main {
  --device-width: min(390px, 30.5vw, calc(52svh - 10px));
  right: -1%;
  bottom: -6%;
  z-index: 4;
  transform: rotate(0.5deg);
}

.hero-device-back {
  --device-width: min(300px, 23.5vw, calc(45svh - 15px));
  bottom: 1%;
  left: -2%;
  z-index: 2;
  transform: rotate(-1.5deg);
  filter: saturate(0.88);
}

html.js:not(.rm) .hero-device-main.revealed {
  animation: hero-device-float 7s ease-in-out 1s infinite;
}

html.js:not(.rm) .hero-device-back.revealed {
  animation: hero-device-back-float 8s ease-in-out 0.4s infinite;
}

@keyframes hero-device-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0.5deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(0deg); }
}

@keyframes hero-device-back-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.5deg); }
  50% { transform: translate3d(0, 8px, 0) rotate(-0.5deg); }
}

/* ---------- Scroll stages ---------- */
.scrolly {
  --p: 0;
  position: relative;
  height: 175svh;
}

.scrolly-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-block: clamp(80px, 10vh, 118px);
}

html.rm .scrolly,
html:not(.js) .scrolly {
  height: auto;
  --p: 1;
}

html.rm .scrolly-stage,
html:not(.js) .scrolly-stage {
  position: relative;
  min-height: auto;
  padding-block: var(--section-pad);
}

/* ---------- 2 · Discovery ---------- */
.scrolly-discovery {
  --settle: clamp(0, calc((var(--p) - 0.06) / 0.6), 1);
  --phone-in: clamp(0, calc((var(--p) - 0.02) / 0.42), 1);
}

.discovery-stage {
  background: #0b0b0f;
}

.discovery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.discovery-copy {
  position: relative;
  z-index: 4;
}

.discovery-copy .section-title {
  max-width: 9.5ch;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.feature-pills li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  color: #d8d8dc;
  font-size: 0.8rem;
  font-weight: 650;
}

.filter-scene {
  position: relative;
  margin: 0;
  min-height: min(720px, calc(100svh - 126px));
  display: grid;
  place-items: center;
}

.filter-halo {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.018),
    0 0 0 140px rgba(255, 255, 255, 0.012);
  opacity: calc(0.35 + (var(--settle) * 0.65));
}

.filter-device {
  --device-width: min(360px, 29vw);
  z-index: 3;
  opacity: calc(0.68 + (var(--phone-in) * 0.32));
  transform: translate3d(0, calc(60px * (1 - var(--phone-in))), 0) rotate(calc(-2deg + (var(--phone-in) * 2deg))) scale(calc(0.9 + (var(--phone-in) * 0.1)));
}

.filter-cloud {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

.filter-chip {
  --from-x: 0px;
  --from-y: 0px;
  --from-r: 0deg;
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-pill);
  background: rgba(29, 29, 33, 0.82);
  color: #f5f5f7;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  font-weight: 680;
  white-space: nowrap;
  opacity: calc(0.24 + (var(--settle) * 0.76));
  transform: translate3d(calc(var(--from-x) * (1 - var(--settle))), calc(var(--from-y) * (1 - var(--settle))), 0) rotate(calc(var(--from-r) * (1 - var(--settle))));
}

.chip-age { top: 15%; left: 3%; --from-x: -45px; --from-y: -110px; --from-r: -12deg; }
.chip-distance { top: 9%; right: 0; --from-x: 80px; --from-y: -130px; --from-r: 10deg; }
.chip-online { top: 43%; left: -3%; --from-x: -55px; --from-y: 20px; --from-r: -8deg; }
.chip-tribe { top: 34%; right: -2%; --from-x: 70px; --from-y: -20px; --from-r: 14deg; }
.chip-position { bottom: 25%; left: 2%; --from-x: -45px; --from-y: 130px; --from-r: 9deg; }
.chip-photo { right: 2%; bottom: 19%; --from-x: 70px; --from-y: 150px; --from-r: -12deg; }

/* ---------- 3 · Sharing ---------- */
.sharing {
  background: var(--bg);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(58px, 8vw, 94px);
}

.product-card {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: 42px;
  background: var(--surface);
  box-shadow: 0 24px 70px rgba(11, 11, 15, 0.07);
}

.product-card-wide {
  min-height: 680px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: stretch;
}

.product-card-dark {
  border-color: rgba(255, 255, 255, 0.08);
  background: #111115;
}

.product-card-soft {
  background: #ececef;
}

.product-copy {
  position: relative;
  z-index: 5;
  max-width: 34rem;
  padding: clamp(34px, 5vw, 58px);
}

.product-card:not(.product-card-wide) .product-copy {
  padding-bottom: 12px;
}

.product-copy-light {
  align-self: center;
  color: #f5f5f7;
}

.card-index,
.point-number {
  color: var(--ink-2);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.product-copy-light .card-index {
  color: #8f8f96;
}

.product-copy h3 {
  margin-top: 20px;
  font-size: clamp(2.4rem, 4.4vw, 4.65rem);
  font-weight: 770;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.product-card:not(.product-card-wide) .product-copy h3 {
  font-size: clamp(2.1rem, 3.8vw, 3.45rem);
}

.product-copy > p:not(.card-index) {
  max-width: 37ch;
  margin-top: 22px;
  color: var(--ink-2);
  font-size: 1rem;
  line-height: 1.55;
}

.product-copy-light > p:not(.card-index) {
  color: #aaaab1;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  list-style: none;
}

.mini-list li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius-pill);
  color: #dadade;
  font-size: 0.75rem;
  font-weight: 650;
}

.card-device-wrap {
  position: absolute;
  right: 50%;
  bottom: -205px;
  width: 100%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
}

.card-device-wrap-wide {
  position: relative;
  right: auto;
  bottom: auto;
  min-height: 680px;
  transform: none;
  align-items: flex-start;
  padding-top: 56px;
}

.device-card {
  --device-width: 300px;
}

.card-device-wrap-wide .device-card {
  --device-width: 360px;
  transform: none;
}

.device-card-dark {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(0, 0, 0, 0.92),
    0 34px 90px rgba(0, 0, 0, 0.42);
}

/* ---------- 4 · Privacy ---------- */
.privacy {
  position: relative;
  overflow: hidden;
  padding-block: clamp(118px, 15vw, 190px);
}

.privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  gap: clamp(40px, 6vw, 82px);
  align-items: center;
}

.privacy-copy .section-title {
  max-width: 10ch;
}

.privacy-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 54px;
}

.privacy-points article {
  min-height: 188px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: #17171b;
}

.privacy-points h3 {
  margin-top: 28px;
  font-size: 0.96rem;
  font-weight: 700;
}

.privacy-points p {
  margin-top: 8px;
  color: #929299;
  font-size: 0.78rem;
  line-height: 1.45;
}

.privacy-visual {
  position: relative;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 38px);
}

.privacy-devices {
  position: relative;
  z-index: 4;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 24px);
}

.privacy-device {
  position: relative;
  flex: none;
  z-index: 4;
  transform: none;
}

.privacy-device-controls {
  --device-width: min(240px, 20vw);
}

.privacy-device-qr {
  --device-width: min(240px, 20vw);
}

.privacy-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.privacy-orbit-one {
  width: 92%;
  aspect-ratio: 1;
}

.privacy-orbit-two {
  width: 65%;
  aspect-ratio: 1;
}

.privacy-badges {
  position: relative;
  z-index: 7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.privacy-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  background: rgba(28, 28, 32, 0.76);
  color: #f5f5f7;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  font-size: 0.8rem;
  font-weight: 680;
}

/* ---------- 5 · Account protection ---------- */
.protection {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(112px, 14vw, 176px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #111115;
}

.protection::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -520px;
  left: 50%;
  width: min(960px, 92vw);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, 0.018),
    0 0 0 180px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}

.protection-heading .section-title {
  max-width: 11.5ch;
}

.protection-heading .section-lede {
  max-width: 58ch;
}

.protection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(58px, 8vw, 92px);
  list-style: none;
}

.protection-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 410px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: linear-gradient(145deg, #1b1b20, #151519 78%);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.protection-card::before {
  content: '';
  position: absolute;
  inset: 0 14% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  pointer-events: none;
}

.protection-card:nth-child(2) {
  background: linear-gradient(145deg, #202025, #17171b 78%);
}

.protection-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.protection-index {
  color: #929299;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.16em;
}

.protection-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #f5f5f7;
  color: #0b0b0f;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.protection-icon svg {
  width: 27px;
  height: 27px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.protection-card h3 {
  max-width: 10ch;
  margin-top: clamp(54px, 6vw, 88px);
  color: #f5f5f7;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.protection-card > p {
  max-width: 33ch;
  margin-top: 20px;
  color: #a9a9b0;
  font-size: 0.93rem;
  line-height: 1.58;
}

.protection-tag {
  align-self: flex-start;
  margin-top: auto;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  color: #c8c8ce;
  font-size: 0.7rem;
  font-weight: 680;
  letter-spacing: 0.02em;
}

@media (hover: hover) and (pointer: fine) {
  .protection-card,
  html.js:not(.rm) .protection-card.revealed {
    transition:
      transform 0.38s cubic-bezier(0.22, 0.72, 0, 1),
      border-color 0.25s ease,
      box-shadow 0.38s ease;
  }

  .protection-card:hover,
  html.js:not(.rm) .protection-card.revealed:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 34px 86px rgba(0, 0, 0, 0.3);
  }
}

/* ---------- 6 · City Waves ---------- */
.scrolly-world {
  --world-in: clamp(0, calc((var(--p) - 0.04) / 0.64), 1);
  height: 155svh;
  background: var(--bg);
}

.world-stage {
  background: var(--bg);
}

.world-canvas,
.world-quiet {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.world-quiet {
  background: radial-gradient(ellipse 62% 63% at 30% 50%, var(--bg) 26%, rgba(245, 245, 247, 0.82) 58%, rgba(245, 245, 247, 0) 100%);
  pointer-events: none;
}

.world-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(44px, 8vw, 112px);
  align-items: center;
}

.world-copy {
  position: relative;
  z-index: 4;
  opacity: calc(0.3 + (var(--world-in) * 0.7));
  transform: translate3d(0, calc(30px * (1 - var(--world-in))), 0);
}

.world-copy .section-title {
  max-width: 9ch;
}

.route {
  display: grid;
  grid-template-columns: auto minmax(36px, 1fr) auto;
  align-items: center;
  gap: 12px;
  max-width: 390px;
  margin-top: 38px;
  font-size: 0.8rem;
  font-weight: 700;
}

.route i {
  height: 1px;
  border-top: 1px dashed var(--hairline-strong);
}

.route strong {
  grid-column: 2;
  justify-self: center;
  color: var(--ink-2);
  font-size: 0.68rem;
  font-weight: 650;
}

.world-visual {
  position: relative;
  min-height: min(740px, calc(100svh - 130px));
  display: grid;
  place-items: center;
}

.world-device {
  --device-width: min(370px, 30vw);
  transform: translate3d(0, calc(54px * (1 - var(--world-in))), 0) rotate(calc(2deg - (var(--world-in) * 2deg))) scale(calc(0.93 + (var(--world-in) * 0.07)));
}

.city-label {
  position: absolute;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  font-size: 0.78rem;
  font-weight: 680;
}

.city-label-start {
  top: 24%;
  left: 3%;
  transform: translateX(calc(-50px * (1 - var(--world-in))));
}

.city-label-end {
  right: 1%;
  bottom: 21%;
  transform: translateX(calc(50px * (1 - var(--world-in))));
}

/* ---------- 9 · Gallery ---------- */
.gallery {
  background: #fff;
  overflow: hidden;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 48px;
  align-items: end;
}

.gallery-heading .section-title {
  max-width: none;
}

.gallery-heading .section-lede {
  margin: 0 0 8px;
}

.rail-hint {
  display: none;
  width: 100%;
  max-width: var(--content-max);
  margin: 36px auto 0;
  padding-inline: 20px;
  color: var(--ink-2);
  font-size: 0.78rem;
  font-weight: 650;
  text-align: right;
}

.rail-hint span {
  margin-left: 6px;
}

.device-rail {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: clamp(66px, 8vw, 96px) auto 0;
  padding: 24px max(28px, calc((100vw - var(--content-max)) / 2)) 48px;
  gap: clamp(22px, 3vw, 40px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--hairline-strong) transparent;
}

.device-rail:focus-visible {
  outline-offset: -4px;
}

.rail-item {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.rail-device {
  --device-width: 300px;
  transition: transform 0.45s cubic-bezier(0.22, 0.72, 0, 1), box-shadow 0.45s ease;
}

.rail-item:nth-child(odd) {
  padding-top: 0;
}

.rail-item:nth-child(n) .rail-device { transform: none; }

@media (hover: hover) and (pointer: fine) {
  .rail-item:hover .rail-device {
    transform: translateY(-8px) rotate(0);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.07),
      0 0 0 1px rgba(0, 0, 0, 0.88),
      0 38px 92px rgba(11, 11, 15, 0.27),
      0 10px 26px rgba(11, 11, 15, 0.15);
  }
}

.rail-item figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-2);
  font-size: 0.9rem;
  font-weight: 680;
}

.rail-item figcaption span {
  color: var(--ink-2);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

/* ---------- 7 · Premium overview ---------- */
.premium {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(118px, 15vw, 190px);
  background: #0b0b0f;
}

.premium::before,
.premium::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: min(760px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.premium::before {
  top: -42%;
  right: -22%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 68%);
}

.premium::after {
  bottom: -54%;
  left: -28%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 70%);
}

.premium-heading .section-title {
  max-width: 11ch;
}

.premium-heading .section-lede {
  max-width: 52ch;
}

.premium-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 20px;
  align-items: stretch;
  margin-top: clamp(58px, 8vw, 94px);
}

.premium-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 660px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(34px, 4.6vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
}

.premium-card::before {
  content: '';
  position: absolute;
  inset: 0 12% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  pointer-events: none;
}

.premium-card-gold {
  background: linear-gradient(145deg, #1a1a1f, #111115 72%);
  color: #f5f5f7;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.premium-card-platin {
  border-color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(145deg, #ffffff, #e7e7eb 72%, #d8d8de);
  color: #0b0b0f;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
}

.premium-card-platin::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.96), transparent);
}

.premium-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.premium-monogram {
  display: grid;
  width: 50px;
  height: 50px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5f7;
  font-size: 1rem;
  font-weight: 780;
  letter-spacing: -0.02em;
}

.premium-card-platin .premium-monogram {
  border-color: #0b0b0f;
  background: #0b0b0f;
  color: #f5f5f7;
}

.premium-plan-label {
  color: #98989f;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.premium-card-header h3 {
  margin-top: 3px;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1;
}

.premium-card-badge {
  margin-left: auto;
  padding: 8px 12px;
  border: 1px solid rgba(11, 11, 15, 0.16);
  border-radius: var(--radius-pill);
  color: var(--ink-2);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.premium-card-promise {
  margin-top: clamp(38px, 5vw, 58px);
  font-size: clamp(2.8rem, 4.7vw, 4.8rem);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.premium-card-copy {
  max-width: 39ch;
  margin-top: 24px;
  color: #aaaab1;
  font-size: 1rem;
  line-height: 1.55;
}

.premium-card-platin .premium-card-copy {
  color: var(--ink-2);
}

.premium-features {
  margin-top: auto;
  padding-top: clamp(36px, 5vw, 52px);
  list-style: none;
}

.premium-features li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.premium-card-platin .premium-features li {
  border-top-color: rgba(11, 11, 15, 0.12);
}

.premium-check {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #f5f5f7;
}

.premium-check::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #0b0b0f;
  border-bottom: 2px solid #0b0b0f;
  transform: rotate(45deg);
}

.premium-card-platin .premium-check {
  background: #0b0b0f;
}

.premium-card-platin .premium-check::after {
  border-color: #f5f5f7;
}

.premium-features strong,
.premium-features small {
  display: block;
}

.premium-features strong {
  font-size: 0.96rem;
  font-weight: 690;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.premium-features small {
  margin-top: 3px;
  color: #929299;
  font-size: 0.78rem;
  line-height: 1.45;
}

.premium-card-platin .premium-features small {
  color: var(--ink-2);
}

/* ---------- 8 · EU hosting ---------- */
.eu-hosting {
  position: relative;
  overflow: hidden;
  background: #f0f1f3;
}

.eu-hosting::before {
  content: '';
  position: absolute;
  top: -38%;
  left: 42%;
  width: min(880px, 86vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
}

.eu-hosting-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: stretch;
  overflow: visible;
}

.eu-hosting-panel::before {
  content: '';
  position: absolute;
  inset: 0 12% auto;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98), transparent);
}

.eu-hosting-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.eu-hosting-copy .section-title {
  max-width: 9ch;
}

.eu-hosting-copy .section-lede {
  max-width: 52ch;
}

.eu-hosting-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: clamp(48px, 7vw, 76px);
  list-style: none;
}

.eu-hosting-facts li {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(11, 11, 15, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.eu-hosting-facts span,
.eu-hosting-facts strong,
.eu-hosting-facts small {
  display: block;
}

.eu-hosting-facts span {
  color: #8d8d94;
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.eu-hosting-facts strong {
  margin-top: 20px;
  font-size: 0.88rem;
  font-weight: 720;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.eu-hosting-facts small {
  margin-top: 6px;
  color: var(--ink-2);
  font-size: 0.72rem;
  line-height: 1.4;
}

@media (hover: hover) {
  .eu-hosting-facts li:hover {
    border-color: rgba(11, 11, 15, 0.16);
    box-shadow: 0 14px 34px rgba(11, 11, 15, 0.08);
    transform: translateY(-4px);
  }
}

.eu-hosting-visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 490px;
  place-items: center;
}

.eu-hosting-orbit {
  position: relative;
  display: grid;
  width: min(430px, 100%);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(11, 11, 15, 0.13);
  border-radius: 50%;
  background:
    linear-gradient(rgba(11, 11, 15, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 11, 15, 0.045) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(226, 228, 232, 0.78));
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow:
    inset 0 0 0 28px rgba(255, 255, 255, 0.34),
    0 32px 80px rgba(11, 11, 15, 0.12);
}

.eu-hosting-orbit::before,
.eu-hosting-orbit::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(11, 11, 15, 0.11);
  border-radius: 50%;
}

.eu-hosting-orbit::before {
  inset: 14%;
}

.eu-hosting-orbit::after {
  inset: 29%;
}

.eu-hosting-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 46%;
  aspect-ratio: 1;
  place-content: center;
  border-radius: 50%;
  background: #0b0b0f;
  color: #f5f5f7;
  text-align: center;
  box-shadow: 0 24px 54px rgba(11, 11, 15, 0.3);
}

.eu-hosting-core strong,
.eu-hosting-core small {
  display: block;
}

.eu-hosting-core strong {
  font-size: clamp(4.4rem, 7vw, 6.6rem);
  font-weight: 780;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.eu-hosting-core small {
  margin-top: 18px;
  color: #a9a9b0;
  font-size: 0.64rem;
  font-weight: 740;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eu-hosting-node {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 3px solid #f7f7f8;
  border-radius: 50%;
  background: #0b0b0f;
  box-shadow: 0 5px 16px rgba(11, 11, 15, 0.22);
  animation: eu-node-pulse 3.8s ease-in-out infinite;
}

.eu-hosting-node-1 {
  top: 12%;
  left: 57%;
}

.eu-hosting-node-2 {
  top: 42%;
  right: 5%;
  animation-delay: -0.9s;
}

.eu-hosting-node-3 {
  bottom: 13%;
  left: 28%;
  animation-delay: -1.8s;
}

.eu-hosting-node-4 {
  top: 31%;
  left: 8%;
  animation-delay: -2.7s;
}

@keyframes eu-node-pulse {
  0%,
  100% {
    transform: scale(0.86);
  }
  50% {
    transform: scale(1.2);
  }
}

.eu-hosting-route {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 4;
  display: grid;
  width: min(340px, 84%);
  grid-template-columns: auto minmax(30px, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-inline: auto;
  padding: 12px 16px;
  border: 1px solid rgba(11, 11, 15, 0.1);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(11, 11, 15, 0.1);
  color: var(--ink-2);
  font-size: 0.7rem;
  font-weight: 690;
  backdrop-filter: blur(18px);
}

.eu-hosting-route i {
  height: 1px;
  background: linear-gradient(90deg, rgba(11, 11, 15, 0.18), rgba(11, 11, 15, 0.68), rgba(11, 11, 15, 0.18));
}

/* ---------- 10 · FAQ ---------- */
.faq {
  background: var(--bg);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(48px, 9vw, 128px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-heading .section-title {
  max-width: 8ch;
  font-size: clamp(3rem, 5.4vw, 5rem);
}

.faq-heading .section-lede {
  font-size: 0.95rem;
}

.faq-heading a,
.faq-answer a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.faq-item {
  border-top: 1px solid var(--hairline);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--hairline);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  font-weight: 680;
  letter-spacing: -0.015em;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: none;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  color: var(--ink-2);
  font-size: 1.25rem;
  font-weight: 450;
  line-height: 1;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  background: var(--surface);
}

.faq-answer {
  max-width: 60ch;
  padding: 0 64px 30px 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* ---------- 11 · Closing ---------- */
.closing {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding-block: clamp(120px, 16vw, 210px);
  text-align: center;
}

.closing-quiet {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 62% 64% at 50% 50%, rgba(11, 11, 15, 0.3) 12%, #0b0b0f 76%);
}

.closing-inner {
  position: relative;
}

.closing h2 {
  max-width: 12ch;
  margin: 22px auto 0;
  color: #f5f5f7;
  font-size: clamp(3.7rem, 8vw, 8rem);
  font-weight: 790;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.closing-inner > p:not(.eyebrow) {
  margin-top: 34px;
  color: #aaaab1;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.closing-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  padding: 13px 21px;
  border-radius: var(--radius-pill);
  background: #f5f5f7;
  color: #0b0b0f;
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.closing-link:hover {
  transform: translateY(-2px);
  background: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-inner {
    grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
  }

  .hero-device-main {
    --device-width: min(360px, 34vw);
  }

  .hero-device-back {
    --device-width: min(270px, 26vw);
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .privacy-points article {
    min-height: 0;
  }

  .privacy-points h3 {
    margin-top: 16px;
  }
}

@media (max-width: 900px) {
  .section-title {
    font-size: clamp(3rem, 9vw, 5rem);
  }

  .hero {
    min-height: 0;
    padding-top: 84px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-sub {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-proof {
    justify-content: center;
  }

  .hero-showcase {
    width: min(620px, 100%);
    min-height: 660px;
    margin-inline: auto;
  }

  .hero-device-main {
    --device-width: min(350px, 56vw);
    right: 8%;
  }

  .hero-device-back {
    --device-width: min(270px, 42vw);
    left: 4%;
  }

  .scrolly,
  .scrolly-world {
    height: auto;
    --p: 1 !important;
  }

  .scrolly-stage {
    position: relative;
    min-height: auto;
    padding-block: clamp(104px, 16vw, 150px);
  }

  .discovery-grid,
  .world-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .discovery-copy,
  .world-copy,
  .privacy-copy {
    text-align: center;
  }

  .discovery-copy .section-title,
  .world-copy .section-title,
  .privacy-copy .section-title,
  .discovery-copy .section-lede,
  .world-copy .section-lede,
  .privacy-copy .section-lede {
    margin-inline: auto;
  }

  .feature-pills,
  .route {
    justify-content: center;
    margin-inline: auto;
  }

  .filter-scene,
  .world-visual,
  .privacy-visual {
    min-height: 590px;
  }

  .privacy-visual {
    min-height: 700px;
  }

  .filter-device,
  .world-device {
    --device-width: min(350px, 60vw);
  }

  .privacy-device {
    --device-width: min(270px, 42vw);
  }

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

  .privacy-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .privacy-points article {
    text-align: left;
  }

  .privacy-visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .protection-grid {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .protection-card {
    min-height: 0;
  }

  .protection-card h3 {
    max-width: none;
    margin-top: 48px;
  }

  .protection-tag {
    margin-top: 38px;
  }

  .gallery-heading,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .premium-grid {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .premium-card {
    min-height: 0;
  }

  .eu-hosting-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .eu-hosting-copy .section-title,
  .eu-hosting-copy .section-lede {
    margin-inline: auto;
    text-align: center;
  }

  .eu-hosting-copy > .eyebrow {
    text-align: center;
  }

  .eu-hosting-facts {
    margin-top: 0;
  }

  .eu-hosting-visual {
    min-height: 470px;
  }

  .gallery-heading .section-lede {
    margin-top: 20px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .section {
    padding-block: 104px;
  }

  .hero-title {
    font-size: clamp(3.8rem, 18vw, 5.4rem);
  }

  .hero-showcase {
    min-height: 700px;
  }

  .hero-device-main {
    --device-width: min(320px, 82vw);
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }

  html.js:not(.rm) .hero-device-main.revealed {
    animation: none;
    transform: translateX(50%);
  }

  .hero-device-back {
    display: none;
  }

  .hero-proof li + li::before {
    margin-right: 2px;
  }

  .filter-scene,
  .world-visual,
  .privacy-visual {
    min-height: 620px;
  }

  .filter-device,
  .world-device {
    --device-width: min(330px, 82vw);
  }

  .filter-chip {
    padding: 8px 11px;
    font-size: 0.7rem;
  }

  .chip-online { left: 0; }
  .chip-tribe { right: 0; }
  .chip-position { left: 0; }
  .chip-photo { right: 0; }

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

  .product-card,
  .product-card-wide {
    min-height: 0;
    grid-column: auto;
    display: flex;
    flex-direction: column;
  }

  .product-card:not(.product-card-wide) .product-copy,
  .product-card-wide .product-copy {
    align-self: stretch;
    padding-bottom: 0;
  }

  .card-device-wrap,
  .card-device-wrap-wide {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    margin-top: clamp(24px, 4vw, 32px);
    padding: 0 24px max(56px, calc(env(safe-area-inset-bottom) + 32px));
    transform: none;
  }

  .card-device-wrap-wide .device-card {
    --device-width: 300px;
    transform: none;
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .privacy-points article {
    min-height: 0;
  }

  .privacy-visual {
    min-height: 720px;
  }

  .privacy-device {
    --device-width: min(245px, 39vw);
  }

  .privacy-orbit-one {
    width: 100%;
  }

  .protection-card {
    border-radius: 28px;
  }

  .rail-hint {
    display: block;
  }

  .device-rail {
    max-width: 100vw;
    margin-top: 24px;
    padding-inline: 32px;
    scroll-padding-inline: 32px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rail-item {
    padding-top: 0 !important;
    scroll-snap-align: center;
  }

  .rail-device {
    --device-width: min(300px, 78vw);
  }

  .rail-item:nth-child(n) .rail-device {
    transform: none;
  }

  .premium-card {
    border-radius: 34px;
  }

  .eu-hosting-facts {
    grid-template-columns: 1fr;
  }

  .eu-hosting-facts li {
    padding: 22px;
  }

  .eu-hosting-facts strong {
    margin-top: 14px;
  }

  .eu-hosting-visual {
    min-height: 400px;
  }

  .eu-hosting-orbit {
    width: min(360px, 100%);
  }

  .faq-answer {
    padding-right: 0;
  }

  .closing {
    min-height: 74svh;
  }

  .closing h2 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }
}

@media (max-width: 480px) {
  .hero-device-main {
    --device-width: min(314px, 82vw);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-primary {
    width: 100%;
  }

  .hero-proof {
    gap: 7px 12px;
  }

  .hero-proof li + li::before {
    display: none;
  }

  .hero-showcase {
    min-height: 690px;
  }

  .filter-scene,
  .world-visual,
  .privacy-visual {
    min-height: 700px;
  }

  .filter-device,
  .world-device {
    --device-width: min(320px, 82vw);
  }

  .privacy-device {
    --device-width: min(255px, 68vw);
  }

  .privacy-visual {
    min-height: 0;
    padding-block: 32px;
  }

  .privacy-devices {
    flex-direction: column;
    gap: 40px;
  }

  .privacy-badges {
    max-width: 290px;
  }

  .chip-age { left: -6px; }
  .chip-distance { right: -10px; }
  .chip-online { left: -10px; }
  .chip-tribe { right: -8px; }
  .chip-position { left: -8px; }
  .chip-photo { right: -8px; }

  .privacy-badge {
    font-size: 0.72rem;
  }

  .protection-card {
    padding: 26px;
  }

  .protection-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .protection-card h3 {
    margin-top: 40px;
    font-size: 2.2rem;
  }

  .product-card,
  .product-card-wide {
    border-radius: 32px;
  }

  .product-copy {
    padding: 30px 30px 0;
  }

  .product-copy h3,
  .product-card:not(.product-card-wide) .product-copy h3 {
    font-size: 2.5rem;
  }

  .device-card,
  .card-device-wrap-wide .device-card {
    --device-width: min(286px, 76vw);
  }

  .premium-card {
    padding: 28px;
  }

  .premium-card-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .premium-card-badge {
    grid-column: 1 / -1;
    justify-self: start;
    margin: 6px 0 0;
  }

  .premium-card-promise {
    margin-top: 38px;
    font-size: 2.65rem;
  }

  .premium-features {
    padding-top: 32px;
  }

  .eu-hosting-facts {
    padding-top: 42px;
  }

  .eu-hosting-visual {
    min-height: 330px;
  }

  .eu-hosting-core strong {
    font-size: 4rem;
  }

  .eu-hosting-core small {
    margin-top: 12px;
    font-size: 0.56rem;
  }

  .eu-hosting-route {
    bottom: 4px;
    width: 92%;
    padding-inline: 13px;
  }

  .route {
    grid-template-columns: auto minmax(28px, 1fr) auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html body .scrolly {
    height: auto;
    --p: 1;
  }

  html body .scrolly-stage {
    position: relative;
    min-height: auto;
    padding-block: var(--section-pad);
  }
}

html.rm [data-reveal],
html:not(.js) [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

html.rm .hero-device-main,
html:not(.js) .hero-device-main {
  transform: rotate(0.5deg);
}

html.rm .hero-device-back,
html:not(.js) .hero-device-back {
  transform: rotate(-1.5deg);
}

@media (max-width: 720px) {
  html.rm .hero-device-main,
  html:not(.js) .hero-device-main {
    transform: translateX(50%);
  }
}
