@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/onest-cyr-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/onest-cyr.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/onest-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/onest-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Martian Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/martian-mono-cyr-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Martian Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/martian-mono-cyr.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Martian Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/martian-mono-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Martian Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/martian-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light dark;
  --canvas: #F2F0EB;
  --plate: #FBFAF6;
  --plate-border: #E6E2D6;
  --ink: #161512;
  --muted: #8B8679;
  --hairline: #DEDACD;
  --signal-red: #C2331F;
  --photo-radius: 6px;
  --chip-radius: 10px;
  --card-radius: 12px;
  --button-radius: 14px;
  --contact-shadow: 0 1px 2px rgba(22, 21, 18, .05), 0 10px 26px rgba(22, 21, 18, .06);
  --body-font: "Onest", sans-serif;
  --mono-font: "Martian Mono", monospace;
  --page-width: 1180px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --canvas: #0C0C0D;
    --plate: #151517;
    --plate-border: #26262A;
    --ink: #EBE9E2;
    --muted: #7C7869;
    --hairline: #26262A;
    --signal-red: #D8402B;
  }
}

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

html {
  scroll-behavior: smooth;
  background: var(--canvas);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-underline-offset: .22em;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--chip-radius);
  background: var(--ink);
  color: var(--canvas);
  font-family: var(--mono-font);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.section-shell {
  width: min(calc(100% - 48px), var(--page-width));
  margin-inline: auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--canvas) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 58px;
}

.nav-mark {
  margin: 0;
  margin-right: auto;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.nav-mark a {
  color: var(--ink);
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 22px;
}

.nav-links a {
  font-family: var(--mono-font);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color .2s ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 9px 15px;
  border-radius: var(--button-radius);
  background: var(--ink);
  color: var(--canvas);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
  }
}

.page-section,
.hero {
  scroll-margin-top: 72px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  min-height: calc(100svh - 58px);
  padding-block: 64px;
}

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

.brand-eyebrow,
.availability,
.kicker,
.plate-count,
.step-number,
.wall-number,
.spec-line,
.section-rule,
.quiet-note,
.desire-line,
.copyright,
.trust-note {
  font-family: var(--mono-font);
}

.brand-eyebrow,
.kicker {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(9px, 1vw, 11px);
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.6;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 15ch;
  font-size: clamp(42px, 4.7vw, 68px);
}

h2 {
  font-size: clamp(40px, 5.3vw, 72px);
}

h3 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.hero-lede {
  max-width: 48ch;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.5;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 154px;
  min-height: 58px;
  padding: 9px 16px;
  border: 1px solid var(--ink);
  border-radius: var(--button-radius);
  background: var(--ink);
  color: var(--canvas);
  text-decoration: none;
  transition: transform .2s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
}

.store-badge svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: currentColor;
}

.store-badge span {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.06;
}

.store-badge small {
  font-family: var(--mono-font);
  font-size: 7px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.availability {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .08em;
}

.catalog-plate {
  margin: 0;
  padding: 11px;
  border: 1px solid var(--plate-border);
  border-radius: var(--card-radius);
  background: var(--plate);
  box-shadow: var(--contact-shadow);
}

.hero-plate {
  position: relative;
  transform: rotate(.5deg);
}

.illustration-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--photo-radius);
  background: var(--canvas);
  color: var(--ink);
}

.hero-art {
  min-height: clamp(330px, 40vw, 470px);
}

.object-drawing {
  width: 100%;
  height: 100%;
  color: var(--ink);
}

.camera-drawing {
  position: absolute;
  inset: 8% 5% 8%;
  width: 90%;
  height: 84%;
}

.object-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* oversize slightly so parallax drift never reveals the frame edge */
.hero-photo {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 110%;
}

.object-number {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 1;
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--muted);
}

.plate-index {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 8px;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.wall-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 20px 10px 9px;
}

.wall-number {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wall-label strong {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.spec-line {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: var(--muted);
  font-size: clamp(8px, .9vw, 10px);
  letter-spacing: .03em;
  white-space: nowrap;
}

.confidence {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  width: 14px;
  height: 10px;
}

.confidence b {
  display: block;
  width: 3px;
  background: var(--ink);
}

.confidence b:nth-child(1) { height: 4px; }
.confidence b:nth-child(2) { height: 7px; }
.confidence b:nth-child(3) { height: 10px; }

.page-section {
  border-top: 1px solid var(--hairline);
  padding-block: clamp(88px, 11vw, 156px);
}

.section-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(54px, 7vw, 92px);
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-rule::after {
  width: 100%;
  height: 1px;
  background: var(--hairline);
  content: "";
}

.section-rule span {
  flex: 0 0 auto;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 84px);
}

.section-intro p,
.section-copy > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.55;
}

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

.loop-card,
.mode-card {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 18px;
  border: 1px solid var(--plate-border);
  border-radius: var(--card-radius);
  background: var(--plate);
  box-shadow: var(--contact-shadow);
}

.loop-card svg {
  width: 100%;
  height: 130px;
  margin-bottom: auto;
  padding: 22px;
  border: 1px solid var(--hairline);
  border-radius: var(--photo-radius);
  background: var(--canvas);
}

.plate-count,
.step-number {
  margin-top: 18px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.loop-card h3,
.mode-card h3 {
  margin-top: 7px;
  font-size: 27px;
}

.loop-card p,
.mode-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(52px, 10vw, 148px);
  align-items: center;
}

.section-copy .kicker {
  margin-bottom: 20px;
}

.section-copy h2 {
  margin-bottom: 28px;
}

.fact-list {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
  list-style: none;
}

.fact-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.fact-list span {
  color: var(--ink);
  font-weight: 600;
  text-align: left;
}

.capture-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.flow-step {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 330px;
  padding: 14px;
  border: 1px solid var(--plate-border);
  border-radius: var(--card-radius);
  background: var(--plate);
  box-shadow: var(--contact-shadow);
}

.flow-step .step-number {
  margin: 0 0 14px;
}

.flow-step > svg {
  width: 100%;
  margin: auto;
}

.flow-arrow {
  color: var(--muted);
  font-family: var(--mono-font);
}

.mini-label {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 18px 4px;
}

.mini-label span,
.mini-label small,
.flow-save small {
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 8px;
  letter-spacing: .04em;
}

.mini-label span {
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mini-label strong {
  margin: 13px 0 7px;
  font-size: 25px;
  letter-spacing: -.03em;
  line-height: 1;
}

.flow-save {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flow-save .step-number {
  align-self: stretch;
  text-align: left;
}

.save-mark {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: auto 0 16px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--canvas);
  font-size: 26px;
}

.flow-save strong {
  font-size: 25px;
}

.flow-save small {
  margin: 7px 0 auto;
}

.lens-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(52px, 10vw, 148px);
  align-items: center;
}

.lens-list {
  border-top: 1px solid var(--hairline);
}

.lens-list article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--hairline);
}

.lens-glyph {
  font-family: var(--mono-font);
  font-size: 18px;
}

.lens-list h3 {
  font-size: 25px;
}

.lens-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .04em;
}

.worked-plate .illustration-frame {
  height: 400px;
}

.worked-plate .object-drawing {
  padding: 34px;
}

.worked-photo {
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
  height: 108%;
}

.worked-label {
  padding-bottom: 12px;
}

.lens-result {
  display: grid;
  grid-template-columns: 110px 1fr;
  width: 100%;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--hairline);
  font-family: var(--mono-font);
  font-size: 9px;
  font-weight: 600;
}

.lens-result:first-of-type {
  margin-top: 15px;
}

.lens-result em {
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
}

.money-layout {
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
}

.money-rows {
  margin-top: 38px;
  border-top: 1px solid var(--hairline);
}

.money-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .04em;
}

.money-rows span {
  color: var(--muted);
}

.money-rows strong {
  text-align: right;
}

.section-copy .quiet-note {
  margin-top: 18px;
  font-size: 9px;
  letter-spacing: .04em;
  line-height: 1.7;
}

/* --- subscriptions section: app screen in an iPhone frame --- */
.subs-layout {
  grid-template-columns: minmax(300px, 1fr) minmax(0, .82fr);
}

.phone-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-self: center;
}

.phone {
  position: relative;
  width: min(300px, 72vw);
  aspect-ratio: 1179 / 2556;
  padding: 11px;
  border-radius: 46px;
  background: #111113;
  box-shadow:
    0 2px 6px rgba(22, 21, 18, .12),
    0 34px 66px rgba(22, 21, 18, .18),
    inset 0 0 0 1.5px rgba(255, 255, 255, .06);
}

.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
  background: var(--canvas);
}

.phone-island {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 2;
  width: 33%;
  height: 27px;
  transform: translateX(-50%);
  border-radius: 15px;
  background: #08080a;
}

.phone-caption {
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (prefers-color-scheme: dark) {
  .phone {
    outline: 1px solid #2c2c30;
    box-shadow:
      0 2px 8px rgba(0, 0, 0, .5),
      0 34px 66px rgba(0, 0, 0, .55),
      inset 0 0 0 1.5px rgba(255, 255, 255, .08);
  }
}

.trial-plate {
  margin: 0;
}

.trial-flow {
  display: grid;
  grid-template-columns: minmax(160px, .8fr) auto minmax(240px, 1.2fr);
  gap: 18px;
  align-items: center;
}

.trial-phone,
.alarm-card {
  min-height: 390px;
  padding: 18px;
  border: 1px solid var(--plate-border);
  border-radius: var(--card-radius);
  background: var(--plate);
  box-shadow: var(--contact-shadow);
}

.trial-phone {
  display: flex;
  flex-direction: column;
}

.trial-caption,
.alarm-overline,
.alarm-time,
.alarm-detail,
.trial-plate figcaption {
  font-family: var(--mono-font);
}

.trial-caption,
.alarm-overline {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.trial-phone svg {
  width: 100%;
  height: 300px;
  margin: auto;
}

.trial-arrow {
  color: var(--muted);
  font-family: var(--mono-font);
}

.alarm-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.alarm-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  border: 1px solid var(--hairline);
  border-radius: var(--chip-radius);
  color: var(--signal-red);
}

.alarm-icon svg {
  width: 38px;
}

.alarm-card strong {
  margin-top: 12px;
  font-size: clamp(28px, 3.5vw, 45px);
  letter-spacing: -.035em;
  line-height: 1.03;
}

.alarm-time {
  margin-top: auto;
  color: var(--signal-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.alarm-detail {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
}

.trial-plate figcaption {
  margin-top: 13px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .04em;
  line-height: 1.7;
}

.trial-plate figcaption span {
  color: var(--ink);
}

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

.mode-card {
  min-height: 390px;
}

.mode-card svg {
  width: 100%;
  height: 220px;
  margin-bottom: auto;
  padding: 18px;
  border: 1px solid var(--hairline);
  border-radius: var(--photo-radius);
  background: var(--canvas);
}

.quiet-switch {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.quiet-switch > div {
  display: flex;
  flex-direction: column;
}

.quiet-switch span,
.quiet-switch small,
.quiet-switch p {
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .04em;
}

.quiet-switch > div > span,
.quiet-switch small,
.quiet-switch p {
  color: var(--muted);
}

.quiet-switch strong {
  font-size: 24px;
  letter-spacing: -.025em;
}

.quiet-switch p {
  margin: 0;
  line-height: 1.6;
  text-align: right;
}

.switch-visual {
  position: relative;
  width: 58px;
  height: 32px;
  border-radius: var(--chip-radius);
  background: var(--ink);
}

.switch-visual i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--canvas);
}

.share-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: clamp(52px, 9vw, 130px);
  align-items: center;
}

.section-copy .desire-line {
  margin-top: 22px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.7;
}

.desire-line strong {
  color: var(--ink);
}

.share-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.share-card {
  display: flex;
  min-width: 0;
  aspect-ratio: 9 / 16;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--plate-border);
  border-radius: var(--card-radius);
  background: var(--plate);
  box-shadow: var(--contact-shadow);
}

.share-two {
  transform: translateY(-28px);
}

.share-number,
.share-card small {
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.share-card svg {
  width: 100%;
  margin: auto;
}

.share-card .object-photo {
  width: 100%;
  flex: 1;
  min-height: 0;
  margin: 8px 0;
  border-radius: var(--photo-radius);
  object-fit: cover;
}

.share-card strong {
  font-size: clamp(16px, 1.7vw, 23px);
  letter-spacing: -.03em;
  line-height: 1;
}

.share-card small {
  margin-top: 7px;
  line-height: 1.5;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.price-plate {
  display: flex;
  flex-direction: column;
  min-height: 530px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid var(--plate-border);
  border-radius: var(--card-radius);
  background: var(--plate);
  box-shadow: var(--contact-shadow);
}

.price-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
}

.price-head span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-head h3 {
  font-size: clamp(30px, 4vw, 48px);
}

.price-head > strong {
  font-size: clamp(35px, 5vw, 64px);
  letter-spacing: -.04em;
  line-height: .9;
}

.price-plate ul {
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
  list-style: none;
}

.price-plate li {
  padding: 13px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 14px;
}

.price-plate > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 9px;
}

.price-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 34px 0 40px;
}

.price-options > div {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--hairline);
  border-radius: var(--card-radius);
}

.price-options small,
.price-options span,
.price-options i {
  font-family: var(--mono-font);
  font-style: normal;
}

.price-options small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-options strong {
  margin-top: auto;
  font-size: 39px;
  letter-spacing: -.04em;
  line-height: 1;
}

.price-options span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.5;
}

.price-options i {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 3px 7px;
  border: 1px solid var(--hairline);
  border-radius: var(--chip-radius);
  background: var(--plate);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-section {
  padding-block: clamp(70px, 8vw, 110px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.trust-strip span {
  display: grid;
  min-height: 118px;
  place-items: center;
  padding: 16px;
  border-right: 1px solid var(--hairline);
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .06em;
  line-height: 1.6;
  text-align: center;
}

.trust-strip span:last-child {
  border-right: 0;
}

.trust-note {
  max-width: 95ch;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .04em;
  line-height: 1.7;
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--hairline);
  padding-block: 64px 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 46px;
  align-items: end;
}

.site-footer .brand-eyebrow {
  margin-bottom: 13px;
}

.footer-line {
  margin: 0;
  font-size: clamp(27px, 3.6vw, 46px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.footer-stores {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a,
.copyright {
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .07em;
}

.copyright {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.og-page {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 70px;
  align-items: center;
  width: 1200px;
  min-width: 1200px;
  height: 630px;
  margin: 0;
  padding: 62px 72px;
  overflow: hidden;
  background: #F2F0EB;
  color: #161512;
}

.og-eyebrow {
  margin: 0 0 28px;
  color: #8B8679;
  font-family: var(--mono-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.og-page h1 {
  max-width: 650px;
  margin: 0;
  font-size: 76px;
  color: #161512;
}

.og-plate {
  padding: 10px;
  border: 1px solid #E6E2D6;
  border-radius: 12px;
  background: #FBFAF6;
  box-shadow: var(--contact-shadow);
}

.og-art {
  height: 390px;
  border: 1px solid #DEDACD;
  border-radius: 6px;
  background: #F2F0EB;
}

.og-art svg {
  width: 100%;
  height: 100%;
  color: #161512;
}

.og-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 8px 6px;
}

.og-label > span {
  color: #8B8679;
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.og-label strong {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.og-label small {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  color: #8B8679;
  font-family: var(--mono-font);
  font-size: 8px;
}

.og-confidence {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 9px;
}

.og-confidence i {
  display: block;
  width: 3px;
  background: #161512;
}

.og-confidence i:nth-child(1) { height: 3px; }
.og-confidence i:nth-child(2) { height: 6px; }
.og-confidence i:nth-child(3) { height: 9px; }

html.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(10px);
}

html.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .5s cubic-bezier(.18, .85, .3, 1) var(--rise-delay, 0ms), transform .5s cubic-bezier(.18, .85, .3, 1) var(--rise-delay, 0ms);
}

.legal-page {
  display: grid;
  min-height: 100svh;
  place-items: start center;
  padding: clamp(32px, 6vw, 72px) 0;
}

.legal-plate {
  width: min(calc(100% - 40px), 720px);
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid var(--plate-border);
  border-radius: var(--card-radius);
  background: var(--plate);
  box-shadow: var(--contact-shadow);
}

.legal-plate h1 {
  max-width: none;
  margin: 22px 0 10px;
  font-size: clamp(42px, 8vw, 74px);
}

.legal-plate .section-rule {
  margin-bottom: 28px;
}

.legal-plate .legal-meta {
  margin: 0 0 34px;
  font-family: var(--mono-font);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.legal-plate h2 {
  max-width: none;
  margin: 36px 0 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--ink);
}

.legal-plate p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.legal-plate ul {
  max-width: 58ch;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.legal-plate li {
  margin-bottom: 8px;
}

.legal-plate strong {
  color: var(--ink);
  font-weight: 700;
}

.legal-plate p a,
.legal-plate li a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-back {
  display: inline-block;
  margin-top: 40px;
  padding: 13px 18px;
  border-radius: var(--button-radius);
  background: var(--ink);
  color: var(--canvas);
  font-weight: 700;
  text-decoration: none;
}

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

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

  h1 {
    max-width: 12ch;
  }

  .hero-plate {
    width: min(100%, 760px);
    justify-self: end;
  }

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

  .split-layout,
  .lens-layout,
  .share-layout {
    grid-template-columns: 1fr;
  }

  .section-copy {
    max-width: 680px;
  }

  .capture-flow,
  .trial-flow {
    width: 100%;
  }

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

  .trust-strip span:nth-child(2n) {
    border-right: 0;
  }

  .trust-strip span:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--hairline);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .section-shell {
    width: min(calc(100% - 36px), var(--page-width));
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .capture-flow {
    grid-template-columns: 1fr;
  }

  .flow-step {
    min-height: 260px;
  }

  .flow-arrow,
  .trial-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .trial-flow {
    grid-template-columns: 1fr;
  }

  .trial-phone,
  .alarm-card {
    min-height: 340px;
  }

  .trial-phone svg {
    height: 250px;
  }

  .mode-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .quiet-switch {
    grid-template-columns: 1fr auto;
  }

  .quiet-switch p {
    grid-column: 1 / -1;
    text-align: left;
  }

  .share-cards {
    grid-template-columns: 1fr;
    padding: 28px 0 18px;
  }

  .share-card {
    width: min(100%, 320px);
    justify-self: center;
  }

  .share-two {
    transform: none;
  }

  .price-plate {
    min-height: 480px;
  }
}

@media (max-width: 520px) {
  .hero {
    padding-block: 48px 76px;
  }

  .hero-art {
    min-height: 330px;
  }

  .camera-drawing {
    inset: 17% 3% 15%;
    width: 94%;
    height: 68%;
  }

  .plate-index {
    flex-direction: column;
    gap: 2px;
  }

  .spec-line {
    font-size: 7.5px;
  }

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

  .loop-card {
    min-height: 270px;
  }

  .worked-plate .illustration-frame {
    height: 310px;
  }

  .worked-plate .object-drawing {
    padding: 16px;
  }

  .lens-result {
    grid-template-columns: 90px 1fr;
  }

  .price-options {
    grid-template-columns: 1fr;
  }

  .price-options > div {
    min-height: 130px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip span,
  .trust-strip span:nth-child(2n) {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .trust-strip span:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .footer-stores {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-stores .store-badge {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  html.motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
