:root {
  color-scheme: dark;
  --bg: #030304;
  --bg-lift: #08080a;
  --panel: rgba(24, 24, 28, 0.62);
  --panel-deep: rgba(13, 13, 16, 0.82);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.23);
  --ink: #fbfbfd;
  --muted: rgba(251, 251, 253, 0.66);
  --dim: rgba(251, 251, 253, 0.44);
  --pink: #ef779f;
  --pink-soft: #ffacc8;
  --pink-deep: #bb426f;
  --green: #32d86f;
  --radius: 28px;
  --spring: cubic-bezier(0.22, 1, 0.36, 1);
  --lg-fill: rgba(255, 255, 255, 0.055);
  --lg-fill-strong: rgba(255, 255, 255, 0.092);
  --lg-edge: rgba(255, 255, 255, 0.24);
  --lg-edge-soft: rgba(255, 255, 255, 0.11);
  --lg-hi: rgba(255, 255, 255, 0.72);
  --lg-low: rgba(255, 255, 255, 0.10);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(239, 119, 159, 0.08), transparent 18%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-lift) 48%, var(--bg) 100%);
  text-rendering: optimizeLegibility;
}

body::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(239, 119, 159, 0.12), transparent 26%),
    radial-gradient(circle at 82% 22%, rgba(255, 172, 200, 0.10), transparent 24%),
    radial-gradient(circle at 50% 86%, rgba(239, 119, 159, 0.08), transparent 30%);
  filter: blur(22px);
  opacity: 0.84;
  animation: ambientDrift 18s ease-in-out infinite alternate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.34;
  mask-image: linear-gradient(180deg, #030304, transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(3, 3, 4, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: translateY(-180%);
  transition: transform 260ms var(--spring);
}

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

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

.site-shell {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.glass,
.trust-row span,
.hero-rhythm span,
.ritual-step,
.feature-lines span,
.settings-list p,
.watch-buttons button,
.watch-strip span,
.plus-grid article,
.demo-controls button,
.nav-store {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --glare-x: 18%;
  --glare-y: 0%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.024) 50%, rgba(255, 255, 255, 0.046)),
    rgba(255, 255, 255, 0.024);
  border: 1px solid var(--lg-edge);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 2px 10px rgba(255, 255, 255, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(255, 255, 255, 0.13),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px) saturate(1.55) brightness(1.08) contrast(1.02);
  -webkit-backdrop-filter: blur(16px) saturate(1.55) brightness(1.08) contrast(1.02);
}

.glass::before,
.trust-row span::before,
.hero-rhythm span::before,
.ritual-step::before,
.feature-lines span::before,
.settings-list p::before,
.watch-buttons button::before,
.watch-strip span::before,
.plus-grid article::before,
.demo-controls button::before,
.nav-store::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06) 18%, transparent 44%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 24% 72%, rgba(255, 255, 255, 0.08));
  opacity: 0.24;
  mix-blend-mode: screen;
  transition: opacity 280ms var(--spring), background-position 420ms var(--spring);
}

.glass::after,
.trust-row span::after,
.hero-rhythm span::after,
.ritual-step::after,
.feature-lines span::after,
.settings-list p::after,
.watch-buttons button::after,
.watch-strip span::after,
.plus-grid article::after,
.demo-controls button::after,
.nav-store::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 1px 1px 0 var(--lg-hi),
    inset -1px -1px 0 var(--lg-low),
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 0 14px rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.105) 48%, rgba(255, 255, 255, 0.0) 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 36% 68%, rgba(255, 255, 255, 0.06));
  opacity: 0.44;
  transform: none;
  transition: opacity 260ms var(--spring), box-shadow 260ms var(--spring);
}

.glass:hover::after,
.trust-row span:hover::after,
.hero-rhythm span:hover::after,
.ritual-step:hover::after,
.feature-lines span:hover::after,
.settings-list p:hover::after,
.watch-buttons button:hover::after,
.watch-strip span:hover::after,
.plus-grid article:hover::after,
.demo-controls button:hover::after,
.nav-store:hover::after {
  opacity: 0.58;
}

.glass:hover::before,
.trust-row span:hover::before,
.hero-rhythm span:hover::before,
.ritual-step:hover::before,
.feature-lines span:hover::before,
.settings-list p:hover::before,
.watch-buttons button:hover::before,
.watch-strip span:hover::before,
.plus-grid article:hover::before,
.demo-controls button:hover::before,
.nav-store:hover::before {
  opacity: 0.36;
}

.glass > *,
.trust-row span > *,
.hero-rhythm span > *,
.ritual-step > *,
.feature-lines span > *,
.settings-list p > *,
.watch-buttons button > *,
.watch-strip span > *,
.plus-grid article > *,
.demo-controls button > *,
.nav-store > * {
  position: relative;
  z-index: 2;
}

.site-nav {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1260px, calc(100% - 32px));
  min-height: 100px;
  padding: 10px 0;
  border-radius: 999px;
  transform: translateX(-50%);
}

.brand,
.nav-links,
.hero-actions,
.app-store-badge,
.trust-row,
.trust-carousel,
.hero-rhythm,
.watch-strip {
  display: flex;
  align-items: center;
}

.brand {
  position: relative;
  min-width: max-content;
  height: 96px;
  isolation: isolate;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  touch-action: manipulation;
}

.brand::after {
  content: "";
  position: absolute;
  inset: 18% 12% 14%;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 46% 52%, rgba(239, 119, 159, 0.12), rgba(239, 119, 159, 0.035) 44%, transparent 72%);
  opacity: 0.32;
  transform: scale3d(0.84, 0.7, 1);
  transform-origin: 48% 58%;
  animation: logoPressureHalo 6.8s var(--spring) infinite;
}

.brand img {
  width: 332px;
  height: 96px;
  object-fit: contain;
  object-position: left center;
  opacity: 0.96;
  filter: drop-shadow(0 10px 22px rgba(239, 119, 159, 0.16));
  transform-origin: 48% 58%;
  animation: logoPressureBreath 6.8s var(--spring) infinite;
  will-change: transform;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.nav-links {
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 660;
}

.nav-links a {
  position: relative;
  padding: 12px 4px;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 18px;
  height: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.35);
  transition: opacity 260ms var(--spring), transform 260ms var(--spring);
}

.nav-links a,
.nav-store,
.text-link,
.demo-controls button {
  transition:
    transform 360ms var(--spring),
    color 360ms var(--spring),
    border-color 360ms var(--spring),
    background 360ms var(--spring);
}

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

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.nav-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 740;
}

.nav-store:hover,
.demo-controls button:hover {
  transform: translateY(-2px);
}

.nav-store:active,
.demo-controls button:active {
  transform: translateY(0) scale(0.985);
}

.nav-store,
.demo-controls {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.036) 50%, rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.29);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.36),
    0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(255, 255, 255, 0.13),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.16);
}

.app-store-badge {
  width: min(100%, calc(var(--hero-action-height, 58px) * 2.9916));
  height: var(--hero-action-height, 58px);
  justify-content: center;
  border-radius: 8px;
}

.app-store-badge-hero {
  width: 100%;
}

.app-store-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-store-badge:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.78);
  outline-offset: 4px;
}

.trust-row span,
.hero-rhythm span,
.watch-strip span,
.watch-buttons button,
.demo-controls button {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.024) 52%, rgba(255, 255, 255, 0.040)),
    rgba(255, 255, 255, 0.024);
  border-color: rgba(255, 255, 255, 0.20);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset 0 -1px 0 rgba(255, 255, 255, 0.095),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(7px) saturate(1.65) brightness(1.06);
  -webkit-backdrop-filter: blur(7px) saturate(1.65) brightness(1.06);
}

.ritual-step,
.plus-grid article,
.settings-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.024) 56%, rgba(255, 255, 255, 0.044)),
    rgba(255, 255, 255, 0.025);
}

.hero {
  position: relative;
  min-height: 100dvh;
  padding: 0 clamp(16px, 4vw, 60px) 0;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.98) 0%, rgba(3, 3, 4, 0.72) 41%, rgba(3, 3, 4, 0.18) 78%),
    radial-gradient(ellipse at 78% 52%, rgba(239, 119, 159, 0.24), transparent 42%),
    linear-gradient(180deg, transparent 76%, var(--bg) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.74fr) minmax(520px, 1.26fr);
  align-items: center;
  gap: clamp(22px, 5vw, 82px);
  max-width: 1400px;
  min-height: calc(100dvh - 132px);
  margin: 0 auto;
  padding-top: 94px;
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--pink-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  text-wrap: balance;
}

h1 {
  max-width: min(1120px, 100%);
  font-size: clamp(58px, 7.4vw, 108px);
  font-weight: 820;
  line-height: 0.92;
}

h1 span {
  display: block;
  white-space: nowrap;
}

.hero-title-line {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 22px);
}

.inline-cushion {
  display: inline-grid;
  place-items: center;
  width: clamp(78px, 9vw, 138px);
  height: clamp(42px, 4.9vw, 70px);
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%),
    rgba(239, 119, 159, 0.20);
  box-shadow:
    0 18px 42px rgba(239, 119, 159, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transform: translateY(0.04em);
}

.inline-cushion img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 68% 46%;
  filter: saturate(1.12) contrast(1.05);
  animation: inlinePressure 5.8s var(--spring) infinite;
}

h2 {
  font-size: clamp(40px, 5vw, 78px);
  font-weight: 780;
  line-height: 0.94;
}

h3 {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 740;
  line-height: 1.04;
}

.hero-lede,
.product-copy > p,
.watch-copy > p,
.plus-lead > p {
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.34;
}

.hero-lede {
  max-width: 590px;
  margin: 26px 0 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 20%;
  z-index: -1;
  width: 66%;
  height: 38%;
  border-radius: 50%;
  background: rgba(239, 119, 159, 0.14);
  filter: blur(92px);
  opacity: 0.42;
}

.hero-actions {
  --hero-action-height: 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 620px;
  max-width: calc(100vw - 32px);
  margin-top: 30px;
  align-items: center;
}

.text-link {
  color: var(--muted);
  font-size: 15px;
  font-weight: 690;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 610px;
  margin-top: 24px;
  color: var(--muted);
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.trust-row span {
  display: grid;
  grid-template-columns: 6px 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: 2px;
  align-content: center;
  min-height: 56px;
  min-width: 0;
  padding: 9px 11px;
  border-radius: 17px;
}

.trust-row strong,
.trust-row small {
  display: block;
}

.trust-row strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12.25px;
  font-weight: 590;
  line-height: 1.12;
  letter-spacing: 0;
}

.trust-row small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}

.trust-row i,
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(50, 216, 111, 0.30);
}

.trust-row i {
  grid-row: 1 / span 2;
  align-self: center;
}

.trust-carousel {
  container-type: inline-size;
  width: 100%;
  height: var(--hero-action-height);
  border-radius: 18px;
  color: var(--muted);
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.trust-slide {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 7px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 12px;
  row-gap: 3px;
  padding: 9px 20px;
  opacity: 0;
  transform: translateY(9px) scale(0.985);
  animation: trustRotate 9.6s var(--spring) infinite;
}

.trust-slide-two {
  animation-delay: 3.2s;
}

.trust-slide-three {
  animation-delay: 6.4s;
}

.trust-slide strong,
.trust-slide small {
  display: block;
}

.trust-slide strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 7.6cqw, 27px);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.trust-slide small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.54);
  font-size: clamp(9px, 3.5cqw, 12.5px);
  font-weight: 560;
  line-height: 1.16;
  white-space: nowrap;
}

.trust-slide i {
  grid-row: 1 / span 2;
  align-self: center;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(50, 216, 111, 0.30);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-render {
  position: absolute;
  top: 50%;
  right: min(-8vw, -96px);
  width: min(980px, 68vw);
  max-width: none;
  transform: translateY(-48%);
  filter: drop-shadow(0 46px 96px rgba(2, 2, 3, 0.64));
  animation: objectFloat 7s var(--spring) infinite alternate;
  will-change: transform, opacity, filter;
}

.hero-glass {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  min-width: 106px;
  padding: 10px 12px;
  border-radius: 17px;
  color: var(--pink-soft);
}

.hero-glass span {
  color: rgba(255, 172, 200, 0.72);
  font-size: 10px;
  font-weight: 720;
}

.hero-glass strong {
  color: rgba(255, 228, 238, 0.96);
  font-size: 17px;
  font-weight: 760;
}

.pressure-chip {
  left: 22%;
  bottom: 31%;
}

.release-chip {
  right: 31%;
  top: 83%;
}

.hero-rhythm {
  justify-content: center;
  gap: clamp(10px, 2vw, 18px);
  max-width: 980px;
  margin: -46px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 680;
}

.hero-rhythm span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 10px 17px 10px 13px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028) 58%, rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.026);
  border-color: rgba(255, 255, 255, 0.26);
}

.hero-rhythm span b {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--pink-soft);
  font-size: 10px;
  font-weight: 840;
}

.hero-rhythm > b {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
}

.brand-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 34px;
  overflow: hidden;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.28);
  font-size: clamp(17px, 1.55vw, 24px);
  font-weight: 760;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.78;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.marquee-track {
  display: flex;
  flex: 0 0 auto;
  gap: 34px;
  min-width: max-content;
  animation: marqueeSlide 34s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
}

.marquee-track span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 172, 200, 0.58);
}

.section {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(76px, 11vw, 148px) clamp(16px, 4vw, 44px);
}

.section-watermark {
  position: absolute;
  top: clamp(46px, 7vw, 82px);
  right: clamp(10px, 4vw, 34px);
  z-index: -1;
  width: min(430px, 54vw);
  opacity: 0.035;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  transform: rotate(-4deg);
}

.section-kicker {
  max-width: 820px;
}

.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  grid-auto-flow: dense;
}

.ritual-step {
  container-type: inline-size;
  display: grid;
  grid-template-rows: auto 86px auto;
  align-content: start;
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
}

.ritual-step:hover,
.plus-grid article:hover {
  transform: translateY(-4px);
}

.ritual-step span,
.plus-grid span {
  color: var(--pink-soft);
  font-size: clamp(11px, 0.8vw, 13px);
  font-weight: 820;
  letter-spacing: 0.02em;
}

.ritual-step h3 {
  align-self: end;
  max-width: 12ch;
  min-height: 76px;
  margin: clamp(30px, 3.6vw, 52px) 0 0;
  font-size: clamp(30px, 2.6vw, 38px);
  line-height: 0.98;
}

.ritual-step p,
.plus-grid p,
.feature-lines span,
.settings-list p,
.footer-note {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.ritual-step p {
  max-width: 24ch;
  margin: 12px 0 0;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.28;
}

.product,
.watch {
  display: grid;
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
}

.product {
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
}

.product-copy > p,
.watch-copy > p {
  max-width: 570px;
  margin: 24px 0 0;
}

.feature-lines {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin-top: 30px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.feature-lines span {
  display: grid;
  grid-template-columns: 38px auto;
  column-gap: 14px;
  row-gap: 3px;
  align-items: center;
  padding: 15px 16px;
  border-radius: 18px;
  transition: transform 280ms var(--spring), color 280ms var(--spring), border-color 280ms var(--spring);
}

.feature-lines span:hover {
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.36);
}

.feature-lines i {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.feature-lines b {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.05;
}

.feature-lines em {
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.25;
}

.product-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 360px));
  justify-content: center;
  align-items: start;
  gap: clamp(18px, 4vw, 44px);
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 8% -6% auto;
  z-index: -1;
  height: 56%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(239, 119, 159, 0.18), rgba(239, 119, 159, 0.045) 46%, transparent 72%);
  filter: blur(38px);
}

.phone-demo,
.settings-phone-wrap {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.iphone-frame {
  width: min(100%, 360px);
  justify-self: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 52px;
  background: linear-gradient(135deg, #1c1c20, #050506 48%, #18181b);
  box-shadow: 0 34px 96px rgba(2, 2, 3, 0.56);
}

.phone-screen {
  position: relative;
  aspect-ratio: 393 / 852;
  overflow: hidden;
  border-radius: 42px;
  background: #050506;
}

.phone-screen::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 4;
  width: 34%;
  height: 30px;
  border-radius: 999px;
  background: #030304;
  transform: translateX(-50%);
}

.phone-status {
  position: absolute;
  top: 22px;
  left: 26px;
  right: 26px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 730;
}

.settings-dot {
  position: absolute;
  top: 82px;
  right: 22px;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.11);
}

.settings-dot::before,
.settings-dot::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
}

.settings-dot::after {
  inset: 18px;
  border-width: 3px;
}

.cushion-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cushion-screen img {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 172%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: 50% 68%;
  transition: opacity 620ms var(--spring), transform 760ms var(--spring), filter 760ms var(--spring);
}

.cushion-full {
  opacity: 0;
  filter: saturate(1.05);
}

.product-stage[data-demo-state="ready"] .cushion-main {
  opacity: 0.16;
  transform: translate(-50%, -50%) scale(1.035);
}

.product-stage[data-demo-state="ready"] .cushion-full {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.02);
}

.product-stage[data-demo-state="released"] .cushion-main {
  opacity: 1;
  transform: translate(-50%, -47%) scale(0.96, 0.86);
}

.product-stage[data-demo-state="released"] .cushion-full {
  opacity: 0;
  transform: translate(-50%, -45%) scale(0.9, 0.72);
}

.phone-bottom {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 30px;
  z-index: 6;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.state-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 760;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.phone-bottom strong {
  max-width: 270px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.2;
}

.settings-panel {
  align-self: end;
  min-width: 0;
  padding: 18px;
  border-radius: 26px;
}

.settings-iphone {
  width: min(100%, 360px);
  margin-top: 0;
  border-radius: 52px;
  opacity: 1;
}

.settings-iphone .phone-screen {
  border-radius: 42px;
  background: #050506;
}

.settings-screen::before {
  display: none;
}

.settings-real-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intelligence-line {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.35;
  text-align: center;
}

.apple-intelligence {
  display: inline-block;
  color: transparent;
  font-weight: 820;
  background:
    linear-gradient(90deg, #4cc9ff, #8b5cf6, #ff5fb7, #ffb86b, #63e6be, #4cc9ff);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: intelligenceShimmer 5.2s linear infinite;
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.panel-head img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(239, 119, 159, 0.22));
}

.panel-head span,
.settings-list span {
  display: block;
  color: var(--dim);
  font-size: 12px;
  font-weight: 700;
}

.panel-head strong {
  display: block;
  margin-top: 2px;
  font-size: 22px;
}

.settings-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.settings-list p {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 13px 14px;
}

.settings-list b {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

.demo-controls {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  transform: none;
}

.demo-controls button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 13px;
  font-weight: 760;
}

.demo-controls button:first-child {
  background: #f3f3f7;
  color: #111114;
}

.watch {
  grid-template-columns: minmax(270px, 0.72fr) minmax(320px, 1fr);
  max-width: 1080px;
}

.watch-device {
  justify-self: center;
}

.watch-case {
  width: min(70vw, 278px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 62px;
  background: linear-gradient(135deg, #18181c, #050506 52%, #242429);
  box-shadow: 0 36px 96px rgba(2, 2, 3, 0.58);
}

.watch-screen {
  position: relative;
  aspect-ratio: 0.78;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  justify-items: center;
  overflow: hidden;
  padding: 28px 20px 26px;
  border-radius: 50px;
  background:
    radial-gradient(circle at 50% 34%, rgba(239, 119, 159, 0.14), transparent 34%),
    #030304;
}

.watch-time {
  justify-self: end;
  color: rgba(255, 255, 255, 0.94);
  font-size: 19px;
  font-weight: 760;
}

.watch-screen img {
  width: 112px;
  align-self: center;
  filter: drop-shadow(0 16px 34px rgba(239, 119, 159, 0.22));
  transition: transform 460ms var(--spring);
}

.is-releasing .watch-screen img,
.watch-screen:active img {
  transform: scaleY(0.9);
}

.watch-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.watch-buttons button {
  min-width: 82px;
  min-height: 38px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 15px;
  font-weight: 780;
}

.watch-screen strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 25px;
  line-height: 1.08;
  text-align: center;
}

.watch-strip {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.watch-strip span {
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 720;
}

.plus {
  max-width: 1180px;
}

.plus-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 6vw, 72px);
  padding: clamp(26px, 5vw, 58px);
  border-radius: 34px;
}

.plus-lead > p {
  max-width: 390px;
  margin: 22px 0 0;
}

.plus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  grid-auto-flow: dense;
}

.plus-grid article {
  container-type: inline-size;
  min-height: 186px;
  padding: clamp(18px, 5.2cqw, 30px);
  transition: transform 320ms var(--spring), border-color 320ms var(--spring), background 320ms var(--spring);
}

.plus-grid h3 {
  max-width: 12ch;
  margin-top: clamp(18px, 8cqw, 34px);
  font-size: clamp(23px, 8.2cqw, 34px);
  line-height: 0.98;
}

.plus-grid p {
  max-width: 25ch;
  margin: clamp(9px, 3.4cqw, 14px) 0 0;
  font-size: clamp(13.5px, 4.2cqw, 16px);
  line-height: 1.34;
}

.mastered-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 28px;
  margin-top: clamp(14px, 4cqw, 20px);
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.download {
  min-height: 72dvh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}

.download::before {
  content: "";
  position: absolute;
  inset: 14% 12%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(239, 119, 159, 0.20), rgba(239, 119, 159, 0.05) 38%, transparent 70%);
  filter: blur(42px);
}

.download-inner {
  display: grid;
  justify-items: center;
  max-width: 760px;
}

.download-inner > img {
  width: 96px;
  height: 96px;
  margin-bottom: 30px;
  border-radius: 22px;
  box-shadow: 0 26px 58px rgba(239, 119, 159, 0.22);
}

.download h2 {
  max-width: 720px;
}

.app-store-badge-large {
  --hero-action-height: 64px;
  margin-top: 30px;
}

.footer-note {
  margin: 34px 0 0;
  color: var(--dim);
  font-size: 12px;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  color: rgba(251, 251, 253, 0.7);
  font-size: 13px;
  font-weight: 650;
}

.footer-links a {
  position: relative;
  padding: 5px 0;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
  transform: scaleX(0.6);
  transition: opacity 240ms var(--spring), transform 240ms var(--spring);
}

.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.trademark-note {
  max-width: 520px;
  margin: 16px auto 0;
  color: rgba(251, 251, 253, 0.34);
  font-size: 11px;
  line-height: 1.45;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 780ms var(--spring), transform 780ms var(--spring);
}

.hero .reveal,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes objectFloat {
  from {
    transform: translateY(-48%) scale(0.992);
  }
  to {
    transform: translateY(-50.5%) scale(1.006);
  }
}

@keyframes logoPressureBreath {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0deg);
  }
  38% {
    transform: translate3d(0, -1px, 0) scale3d(1.018, 0.988, 1) rotate(-0.18deg);
  }
  58% {
    transform: translate3d(0, 0.5px, 0) scale3d(0.996, 1.012, 1) rotate(0.12deg);
  }
}

@keyframes logoPressureHalo {
  0%,
  100% {
    opacity: 0.24;
    transform: scale3d(0.78, 0.64, 1);
  }
  42% {
    opacity: 0.46;
    transform: scale3d(0.96, 0.82, 1);
  }
  62% {
    opacity: 0.3;
    transform: scale3d(0.86, 0.7, 1);
  }
}

@keyframes intelligenceShimmer {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 260% 50%;
  }
}

@keyframes trustRotate {
  0%,
  30% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  36%,
  100% {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }
}

@keyframes ambientDrift {
  from {
    transform: translate3d(-1.5%, -1%, 0) rotate(-1deg) scale(1);
  }
  to {
    transform: translate3d(1.5%, 1%, 0) rotate(1deg) scale(1.04);
  }
}

@keyframes inlinePressure {
  0%,
  100% {
    transform: scale3d(1, 0.94, 1) translateY(1%);
  }
  48% {
    transform: scale3d(1.06, 1.02, 1) translateY(-1%);
  }
  64% {
    transform: scale3d(0.98, 0.9, 1) translateY(2%);
  }
}

@keyframes marqueeSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 34px));
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .product,
  .watch,
  .plus-card {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 106px;
  }

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

  .hero-visual {
    min-height: 470px;
  }

  .hero-render {
    right: 50%;
    width: min(900px, 102vw);
    transform: translate(50%, -50%);
  }

  .pressure-chip {
    left: 6%;
    bottom: 16%;
  }

  .release-chip {
    right: auto;
    left: 11%;
    top: 74%;
  }

  .hero-glass {
    display: none;
  }

  .product-stage {
    max-width: 760px;
    margin: 0 auto;
  }

  .iphone-frame {
    justify-self: center;
  }

  .settings-panel {
    align-self: center;
  }

  .watch {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  html,
  body,
  .site-shell {
    max-width: 100vw;
    overflow-x: clip;
  }

  body::before {
    background-size: 48px 48px;
    opacity: 0.22;
  }

  .site-nav {
    top: max(10px, env(safe-area-inset-top));
    width: calc(100% - 20px);
    min-height: 68px;
    padding: 6px 0;
  }

  .brand {
    height: 66px;
  }

  .brand img {
    width: 204px;
    height: 66px;
  }

  .nav-links {
    display: none;
  }

  .nav-store {
    min-height: 46px;
    padding: 0 18px;
    font-size: 13.5px;
  }

  .hero {
    min-height: auto;
    padding: 0 16px 8px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(3, 3, 4, 0.78), rgba(3, 3, 4, 0.08) 54%, var(--bg) 100%),
      radial-gradient(ellipse at 50% 58%, rgba(239, 119, 159, 0.22), transparent 42%);
  }

  .hero-grid {
    gap: 10px;
    padding-top: calc(88px + env(safe-area-inset-top));
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(38px, 11.2vw, 50px);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(31px, 8.8vw, 42px);
    line-height: 0.96;
  }

  .hero-lede,
  .product-copy > p,
  .watch-copy > p,
  .plus-lead > p {
    font-size: 16.5px;
    line-height: 1.38;
  }

  .hero-lede {
    margin-top: 16px;
  }

  .hero-actions {
    --hero-action-height: 54px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: none;
    margin-top: 16px;
  }

  .text-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 16px;
  }

  .trust-carousel {
    width: 100%;
    height: var(--hero-action-height);
    margin-top: 0;
    border-radius: 15px;
  }

  .trust-slide {
    grid-template-columns: 6px 1fr;
    padding: 8px 12px;
    column-gap: 8px;
  }

  .trust-slide strong {
    font-size: clamp(14px, 9.5cqw, 18px);
    line-height: 1;
    white-space: nowrap;
  }

  .trust-slide small {
    font-size: clamp(8px, 5.2cqw, 9.8px);
  }

  .trust-slide i {
    width: 6px;
    height: 6px;
  }

  .trust-row span {
    min-width: 0;
    min-height: 58px;
    grid-template-columns: 6px 1fr;
    column-gap: 7px;
    padding: 8px 7px;
    border-radius: 16px;
  }

  .trust-row span:last-child {
    grid-column: auto;
  }

  .trust-row strong {
    font-size: 10.6px;
    line-height: 1.02;
  }

  .trust-row small {
    font-size: 9px;
    line-height: 1.08;
  }

  .trust-row i {
    width: 6px;
    height: 6px;
  }

  .hero-visual {
    min-height: clamp(218px, 58vw, 258px);
    margin-top: -2px;
  }

  .hero-render {
    top: 0;
    right: 50%;
    width: min(470px, 102vw);
    transform: translateX(50%);
    animation: none;
  }

  .hero-glass {
    display: none;
  }

  .hero-rhythm {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 0;
    text-align: center;
  }

  .hero-rhythm > b {
    display: none;
  }

  .hero-rhythm span {
    width: 100%;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .brand-marquee {
    display: none;
  }

  .section {
    padding: 44px 16px 48px;
  }

  .ritual-grid,
  .plus-grid,
  .product-stage {
    grid-template-columns: 1fr;
  }

  .ritual-grid {
    gap: 12px;
    margin-top: 20px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .ritual-step {
    grid-template-rows: auto auto auto;
    min-height: 112px;
    padding: 16px;
    border-radius: 22px;
  }

  .ritual-step h3 {
    min-height: auto;
    margin-top: 14px;
    font-size: 25px;
  }

  .ritual-step p {
    margin-top: 8px;
    font-size: clamp(14px, 4.2cqw, 16px);
  }

  .product {
    gap: 22px;
  }

  .product-copy > p,
  .watch-copy > p {
    margin-top: 18px;
  }

  .feature-lines {
    margin-top: 18px;
    border-radius: 20px;
  }

  .feature-lines span {
    grid-template-columns: 34px auto;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .feature-lines i {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 15px;
  }

  .feature-lines b {
    font-size: 14px;
  }

  .feature-lines em {
    font-size: 13px;
  }

  .product-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
    width: min(100%, 390px);
    max-width: 390px;
    padding-bottom: 0;
  }

  .phone-demo,
  .settings-phone-wrap {
    gap: 10px;
    min-width: 0;
  }

  .iphone-frame {
    width: 100%;
    max-width: 178px;
    padding: 6px;
    border-radius: 32px;
  }

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

  .phone-screen::before {
    top: 8px;
    height: 18px;
  }

  .phone-status {
    top: 13px;
    left: 14px;
    right: 14px;
    font-size: 9px;
  }

  .settings-dot {
    top: 44px;
    right: 10px;
    width: 28px;
    height: 28px;
  }

  .settings-dot::before {
    inset: 8px;
    border-width: 1.5px;
  }

  .settings-dot::after {
    inset: 13px;
    border-width: 2px;
  }

  .phone-bottom {
    left: 10px;
    right: 10px;
    bottom: 14px;
    gap: 7px;
  }

  .state-pill {
    min-height: 26px;
    padding: 0 12px;
    font-size: 11px;
  }

  .phone-bottom strong {
    max-width: 140px;
    font-size: 11px;
  }

  .settings-panel {
    width: min(94vw, 326px);
    justify-self: center;
    margin-top: -16px;
  }

  .settings-iphone {
    width: 100%;
    max-width: 178px;
    margin-top: 0;
    border-radius: 32px;
  }

  .settings-iphone .phone-screen {
    border-radius: 26px;
  }

  .intelligence-line {
    max-width: 178px;
    font-size: 11.5px;
    line-height: 1.24;
  }

  .demo-controls {
    bottom: auto;
    width: 100%;
    max-width: 178px;
    justify-content: center;
    gap: 5px;
    padding: 5px;
  }

  .demo-controls button {
    flex: 1;
    min-height: 32px;
    padding: 0 8px;
    font-size: 11px;
  }

  .watch {
    gap: 22px;
  }

  .watch-device {
    order: 2;
  }

  .watch-copy {
    order: 1;
  }

  .watch-case {
    width: min(58vw, 210px);
    border-radius: 56px;
  }

  .watch-screen {
    border-radius: 44px;
    padding: 24px 18px 22px;
  }

  .watch-screen img {
    width: 98px;
  }

  .watch-screen strong {
    font-size: 22px;
  }

  .watch-strip {
    gap: 8px;
    margin-top: 22px;
  }

  .plus-card {
    padding: 16px;
    border-radius: 26px;
  }

  .plus-grid {
    border-radius: 20px;
  }

  .plus-grid article {
    min-height: auto;
    padding: 18px;
  }

  .plus-grid h3 {
    margin-top: clamp(16px, 8cqw, 24px);
    font-size: clamp(22px, 8.5cqw, 28px);
  }

  .plus-grid p {
    font-size: clamp(13.5px, 4cqw, 15px);
  }

  .download {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .download-inner > img {
    width: 78px;
    height: 78px;
    margin-bottom: 24px;
  }

  .glass::before,
  .trust-row span::before,
  .hero-rhythm span::before,
  .ritual-step::before,
  .feature-lines span::before,
  .settings-list p::before,
  .watch-buttons button::before,
  .watch-strip span::before,
  .plus-grid article::before,
  .demo-controls button::before,
  .nav-store::before {
    opacity: 0.26;
  }
}

@media (max-width: 390px) {
  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .trust-carousel {
    width: 100%;
    min-height: 54px;
    margin-top: 0;
  }

  .text-link {
    justify-content: center;
  }

  .hero-visual {
    min-height: clamp(214px, 58vw, 250px);
  }

  .section {
    padding-inline: 14px;
  }

  .product-stage {
    gap: 10px;
  }

  .iphone-frame,
  .settings-iphone,
  .demo-controls,
  .intelligence-line {
    max-width: 174px;
  }
}

@media (max-width: 340px) {
  .brand img {
    width: 168px;
  }

  .nav-store {
    min-height: 42px;
    padding: 0 13px;
    font-size: 12.5px;
  }

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

  .iphone-frame,
  .settings-iphone,
  .demo-controls,
  .intelligence-line {
    max-width: 150px;
  }

  .phone-bottom strong {
    font-size: 10px;
  }

  .demo-controls button {
    min-height: 30px;
    padding: 0 6px;
    font-size: 10px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
