/* Product-media system: preserve complete UI screenshots and keep icon language consistent. */
.nav-icon {
  width: 17px;
  height: 17px;
  flex: none;
}
.language-button {
  border-radius: 999px;
}
.language-button:hover {
  background: #202024;
  color: var(--paper);
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}
.download-icon {
  width: 18px;
  height: 18px;
  flex: none;
}
.nav-download-icon {
  width: 14px;
  height: 14px;
}
.android-download {
  min-height: 58px;
  padding-inline: 27px;
  box-shadow: 0 12px 35px rgba(215, 255, 94, 0.16);
  font-size: 15px;
}
.disabled-cta {
  cursor: default;
  user-select: none;
}
.disabled-cta:hover {
  transform: none;
}
.text-action {
  align-self: center;
  padding: 10px 4px;
  color: #a5a5ab;
  border-bottom: 1px solid #4a4a50;
  font-size: 12px;
}
.android-note {
  margin-top: 12px;
  color: #77777e;
  font: 10px/1.4 monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.intent-section {
  border-block: 1px solid var(--line);
  background: linear-gradient(145deg, #111214, #09090b 58%);
}
.intent-section > .shell {
  padding-block: 112px;
}
.intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.intent-card {
  min-height: 300px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(19, 19, 22, .78);
}
.intent-card:hover {
  border-color: rgba(215, 255, 94, .48);
}
.intent-icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid #3b3b42;
  border-radius: 50%;
  color: var(--acid);
}
.intent-card h3 {
  margin: 43px 0 11px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.intent-card p {
  margin: 0 0 18px;
  color: #94949c;
  font-size: 13px;
}
.intent-card a {
  color: var(--acid);
  font-size: 12px;
  font-weight: 750;
}
.intent-footnote {
  max-width: 850px;
  margin: 34px 0 0;
  color: #77777f;
  font-size: 13px;
}
.blog-preview .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.blog-preview .blog-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
}
.blog-number { color: #626269; font: 11px/1 monospace; }
.blog-meta { color: var(--acid); font: 700 10px/1.4 monospace; letter-spacing: .08em; text-transform: uppercase; }
.blog-preview h3 { margin: 13px 0 10px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.blog-preview p { margin: 0 0 19px; color: #8e8e95; font-size: 13px; }
.article-link { color: var(--acid); font-size: 12px; font-weight: 750; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; cursor: pointer; font-size: 18px; font-weight: 750; }
.faq-list p { max-width: 760px; margin: -7px 0 25px; color: var(--muted); }
.hero {
  min-height: 900px;
}
.hero-art {
  min-height: 700px;
  overflow: visible;
}
.hero-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.hero-device {
  position: relative;
  width: min(390px, 92%);
  aspect-ratio: 9/16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background: #111;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.55);
}
.hero-device picture,
.hero-device img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-device img {
  object-fit: contain;
}
.rings {
  width: 560px;
}
.platform-pills {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.platform-pills span,
.platform-badge,
.privacy-device-label,
.review-platforms span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 8, 10, 0.86);
  color: #f1f1f3;
  font: 700 10px/1 monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.platform-pills span {
  padding: 9px 12px;
}
.feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.card:nth-child(n) {
  grid-column: auto;
  min-height: 310px;
  padding: 24px;
}
.card:first-child h3,
.card h3 {
  margin: 48px 0 10px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.02em;
}
.card-top,
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ui-icon {
  width: 36px;
  height: 36px;
  padding: 7px;
  border: 1px solid #3b3b42;
  border-radius: 11px;
  color: var(--acid);
}
.moments-section {
  width: min(1360px, calc(100% - 48px));
}
.scene-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
  align-items: start;
}
.scene,
.scene:first-child {
  display: flex;
  height: auto;
  min-width: 0;
  grid-row: auto;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  background: #121215;
}
.scene-media {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  background: #101014;
}
.scene picture,
.scene img,
.scene-media picture,
.scene-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.scene img,
.scene-media img {
  object-fit: contain;
  transition: none;
}
.scene:hover img {
  transform: none;
}
.scene:after {
  display: none;
}
.scene-copy {
  position: static;
  min-height: 148px;
  padding: 18px 18px 21px;
  border-top: 1px solid var(--line);
  background: #121215;
}
.scene-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.platform-badge {
  padding: 6px 8px;
  color: #cfcfd4;
  background: #202024;
}
.scene h3,
.scene:first-child h3 {
  max-width: none;
  margin: 13px 0 0;
  font-family: inherit;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.privacy-grid {
  grid-template-columns: 1fr 0.72fr;
  min-height: 680px;
  padding: 70px 0;
}
.privacy-visual {
  position: relative;
  justify-self: center;
  width: min(360px, 100%);
  overflow: visible;
  text-align: center;
}
.privacy-visual picture {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border: 2px solid rgba(17, 20, 7, 0.42);
  border-radius: 34px;
  background: #111;
  box-shadow: 20px 22px rgba(17, 20, 7, 0.14);
}
.privacy-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.privacy-device-label {
  position: static;
  margin-top: 18px;
  padding: 8px 10px;
}
.step-top {
  min-height: 40px;
}
.step-icon {
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 1px solid #34343a;
  border-radius: 50%;
  color: var(--acid);
}
.step h3 {
  margin-top: 42px;
}
.review-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.review-platforms span {
  padding: 9px 12px;
}
.mini-icon {
  width: 15px;
  height: 15px;
  color: var(--acid);
}
.reveal,
.reveal.visible {
  opacity: 1;
  transform: none;
}
.scene.fallback .scene-media:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #17364f, #78a8bb);
}
@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .card:nth-child(n) {
    grid-column: auto;
  }
  .scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 680px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card:last-child {
    grid-column: span 2;
  }
  .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .privacy-grid {
    grid-template-columns: 1fr 1fr;
  }
  .privacy-visual {
    order: 0;
  }
  .moments-section {
    width: min(calc(100% - 32px), 760px);
  }
  .blog-preview .blog-grid {
    grid-template-columns: 1fr;
  }
  .intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .hero-art {
    min-height: 610px;
    transform: none;
    margin: 12px 0 0;
  }
  .hero-device {
    width: min(330px, 94%);
    border-radius: 27px;
  }
  .rings {
    width: 390px;
  }
  .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .card:nth-child(n),
  .card:last-child {
    grid-column: auto;
    min-height: 230px;
    margin: 0;
  }
  .card:first-child {
    min-height: 230px;
  }
  .card:first-child h3,
  .card h3 {
    margin-top: 30px;
    font-size: 21px;
  }
  .moments-section {
    width: calc(100% - 30px);
  }
  .scene-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .scene,
  .scene:first-child {
    width: min(350px, 100%);
    height: auto;
    margin: 0 auto;
  }
  .scene-copy {
    min-height: 125px;
  }
  .scene h3,
  .scene:first-child h3 {
    font-size: 20px;
  }
  .privacy-grid {
    grid-template-columns: 1fr;
    padding: 65px 0;
  }
  .privacy-visual {
    order: 0;
    width: min(330px, 94%);
    margin-top: 20px;
  }
  .steps {
    display: grid;
  }
  .step h3 {
    margin-top: 28px;
  }
  .review-platforms {
    margin-bottom: 12px;
  }
  .android-note {
    text-align: center;
  }
  .intent-section > .shell {
    padding-block: 80px;
  }
  .intent-grid {
    grid-template-columns: 1fr;
  }
  .intent-card {
    min-height: 260px;
  }
}

.analytics-consent {
  position: fixed;
  z-index: 80;
  inset-inline: 24px;
  bottom: 24px;
  width: min(760px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  background: rgba(19,19,22,.98);
  box-shadow: 0 24px 80px rgba(0,0,0,.52);
  backdrop-filter: blur(20px);
}
.analytics-consent-copy h2 { margin: 0 0 7px; font-family: inherit; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.analytics-consent-copy p { max-width: 520px; margin: 0 0 7px; color: #a9a9b0; font-size: 13px; line-height: 1.55; }
.analytics-consent-copy a { color: var(--acid); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent-actions { display: flex; gap: 8px; }
.analytics-consent-actions button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #3a3a40;
  border-radius: 999px;
  color: var(--paper);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 750;
}
.analytics-consent-actions .analytics-consent-accept { border-color: var(--acid); color: #111407; background: var(--acid); }
.analytics-consent-actions button:focus-visible, .analytics-settings:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.analytics-settings { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font: inherit; }
.analytics-settings:hover { color: var(--acid); }
.policy-footer .analytics-settings { display: block; margin-top: 12px; color: var(--acid); }

@media (max-width: 680px) {
  .analytics-consent {
    inset-inline: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    border-radius: 20px;
  }
  .analytics-consent-actions { width: 100%; }
  .analytics-consent-actions button { flex: 1; }
}

/* 2026 global product refresh — editorial camera utility */
:root {
  --ink: #070708;
  --panel: #111113;
  --panel-2: #17171a;
  --paper: #f4f1e9;
  --muted: #a4a4aa;
  --line: rgba(255,255,255,.13);
  --acid: #dfff68;
  --acid-soft: #efffc2;
  --radius: 26px;
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", "PingFang SC", "Noto Sans Arabic", sans-serif;
}
html { scroll-padding-top: 96px; }
body { background: var(--ink); font-family: var(--body); }
h1, h2 { font-family: var(--display); text-wrap: balance; }
.shell { width: min(1240px, calc(100% - 64px)); }
.scroll-progress { position: fixed; z-index: 90; top: 0; inset-inline: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--acid); pointer-events: none; }
body[dir=rtl] .scroll-progress { transform-origin: right; }

.nav {
  position: fixed;
  z-index: 50;
  inset: auto;
  top: 16px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  height: 64px;
  padding: 0 14px 0 18px;
  border: 1px solid transparent;
  border-radius: 19px;
  transition: width .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.nav.scrolled, .nav.nav-open { border-color: rgba(255,255,255,.14); background: rgba(15,15,17,.84); box-shadow: 0 18px 60px rgba(0,0,0,.28); backdrop-filter: blur(22px) saturate(140%); }
.nav .brand { font-size: 14px; }
.nav .brand-mark { width: 29px; height: 29px; }
.nav-links { gap: 22px; font-size: 12px; }
.nav-links > a { position: relative; color: #c7c7cc; }
.nav-links > a:after { content: ""; position: absolute; inset-inline: 0; bottom: -7px; height: 1px; transform: scaleX(0); background: var(--acid); transition: transform .2s ease; }
.nav-links > a:hover:after, .nav-links > a[aria-current=location]:after { transform: scaleX(1); }
.nav-cta { min-height: 39px; display: inline-flex; align-items: center; gap: 7px; padding-inline: 15px; }
.nav-menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; }
.nav-menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.hero {
  min-height: min(960px, 100svh);
  border-bottom: 0;
  background:
    radial-gradient(circle at 73% 45%, rgba(223,255,104,.11), transparent 29%),
    radial-gradient(circle at 15% 80%, rgba(58,70,255,.08), transparent 30%),
    var(--ink);
}
.hero:before { opacity: .1; background-size: 96px 96px; mask-image: linear-gradient(90deg,#000,transparent 82%); }
.hero-grid { grid-template-columns: minmax(0,1.03fr) minmax(420px,.78fr); gap: clamp(50px,7vw,108px); min-height: min(960px,100svh); padding: 118px 0 64px; }
.hero-copy { align-self: center; padding-bottom: 20px; }
.eyebrow, .kicker { letter-spacing: .16em; }
.hero h1 { max-width: 740px; margin: 27px 0 24px; font-size: clamp(63px,6.5vw,102px); line-height: .91; letter-spacing: -.065em; }
.hero h1 em { font-weight: 400; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .11em; }
.lead { max-width: 610px; color: #aaaab0; font-size: clamp(16px,1.25vw,19px); line-height: 1.65; }
.actions { margin-top: 34px; align-items: center; }
.button { min-height: 52px; padding-inline: 22px; border-color: rgba(255,255,255,.18); }
.secondary-action { background: rgba(255,255,255,.045); }
.android-note { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: #6f6f76; font: 10px/1.4 "SFMono-Regular",Consolas,monospace; letter-spacing: .08em; text-transform: uppercase; }
.android-note i { width: 6px; height: 6px; border-radius: 50%; background: #f6b648; box-shadow: 0 0 14px rgba(246,182,72,.7); }
.proof { margin-top: 28px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); }
.proof span { color: #888890; }
.hero-art { min-height: 690px; align-self: end; isolation: isolate; }
.hero-orbit { position: absolute; inset: 9% -15% -8%; z-index: -1; border: 1px solid rgba(223,255,104,.19); border-radius: 50%; transform: rotate(-11deg); }
.hero-orbit:before, .hero-orbit:after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.hero-orbit:before { inset: 12%; }.hero-orbit:after { inset: 27%; }
.hero-stack { width: min(440px,90%); }
.hero-device { width: 100%; border-radius: 44px; box-shadow: 0 42px 100px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.13); }
.hero-device picture,
.layout-device picture,
.privacy-visual picture { display: block; width: 100%; }
.hero-device img,
.layout-device img,
.privacy-visual img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; }
.platform-pills { inset-inline: auto 14px; top: 14px; bottom: auto; flex-direction: column; align-items: flex-end; }
.platform-pills span { background: rgba(8,8,9,.72); backdrop-filter: blur(12px); }
.hero-caption { position: absolute; inset-inline-start: 0; bottom: 88px; z-index: 3; display: grid; gap: 5px; min-width: 170px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(12,12,14,.8); backdrop-filter: blur(18px); }
.hero-caption span { color: var(--acid); font: 10px/1 monospace; }.hero-caption strong { font-size: 13px; }

.trust-rail { border-block: 1px solid var(--line); background: #0b0b0c; }
.trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.trust-grid article { display: grid; grid-template-columns: auto 1fr; gap: 15px; min-height: 136px; padding: 27px 26px; border-inline-end: 1px solid var(--line); }
.trust-grid article:first-child { border-inline-start: 1px solid var(--line); }
.trust-grid article > span { color: #595960; font: 10px/1.4 monospace; }
.trust-grid strong { display: block; margin-bottom: 6px; font-size: 14px; }.trust-grid p { margin: 0; color: #74747b; font-size: 11px; line-height: 1.5; }

.layout-lab { padding: 132px 0; color: #101012; background: var(--paper); overflow: hidden; }
.layout-lab-grid { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(460px,1.18fr); gap: clamp(64px,9vw,150px); align-items: center; }
.layout-lab .kicker { color: #566129; }
.layout-lab h2 { max-width: 560px; margin: 23px 0 22px; font-size: clamp(48px,5vw,76px); line-height: .98; letter-spacing: -.055em; }
.layout-lab-copy > p { max-width: 510px; margin: 0; color: #646268; font-size: 16px; }
.layout-tabs { display: grid; margin-top: 40px; border-top: 1px solid rgba(16,16,18,.2); }
.layout-tabs button { display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 62px; padding: 0; border: 0; border-bottom: 1px solid rgba(16,16,18,.18); color: #6b696d; background: transparent; cursor: pointer; text-align: start; font: 700 14px/1.2 var(--body); transition: color .2s ease, padding .2s ease; }
.layout-tabs button span { font: 10px/1 monospace; }.layout-tabs button[aria-selected=true] { padding-inline-start: 10px; color: #111; }.layout-tabs button[aria-selected=true] span { color: #65752c; }
.layout-tabs button:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.layout-lab-notes { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 26px; color: #77747a; font-size: 11px; }
.layout-lab-notes span { display: inline-flex; align-items: center; gap: 7px; }.layout-lab-notes .mini-icon { width: 16px; }
.layout-stage { position: relative; min-height: 720px; display: grid; place-items: center; border-radius: 42px; background: #0e0e10; box-shadow: 0 42px 100px rgba(31,27,18,.22); overflow: hidden; }
.layout-stage:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%,rgba(223,255,104,.15),transparent 35%), linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: auto,72px 72px,72px 72px; opacity: .45; }
.layout-panel { position: relative; z-index: 1; width: 100%; height: 100%; margin: 0; display: grid; place-items: center; animation: layoutIn .45s cubic-bezier(.2,.7,.2,1); }
.layout-panel[hidden] { display: none; }
@keyframes layoutIn { from { opacity:0; transform:translateY(18px) scale(.985) } to { opacity:1; transform:none } }
.layout-device { width: min(395px,64%); margin-top: -74px; border-radius: 36px; overflow: hidden; box-shadow: 0 32px 70px rgba(0,0,0,.58); }
.layout-device img { width: 100%; }
.layout-panel figcaption { position: absolute; inset-inline: 30px; bottom: 25px; display: flex; justify-content: space-between; align-items: end; gap: 30px; color: #f4f1e9; }
.layout-panel figcaption > div { display: grid; gap: 4px; }.layout-panel figcaption span { color: var(--acid); font: 9px/1.2 monospace; letter-spacing: .1em; }.layout-panel figcaption strong { font-size: 16px; }.layout-panel figcaption p { max-width: 250px; margin: 0; color: #888890; text-align: end; font-size: 11px; }
.layout-stage-index { position: absolute; z-index: 2; top: 25px; inset-inline: 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: #7b7b82; font: 10px/1 monospace; }.layout-stage-index i { height: 1px; background: rgba(255,255,255,.13); }.layout-stage-index span:first-child { color: var(--acid); }

.section { padding-block: 132px; }
.section-head { margin-bottom: 66px; align-items: end; }
.section-head h2 { max-width: 790px; font-size: clamp(49px,5vw,74px); line-height: .98; letter-spacing: -.05em; }
.section-copy { max-width: 420px; font-size: 15px; }
.product-section { padding-bottom: 108px; }
.feature-grid { gap: 12px; }
.card { border-radius: 22px; background: #111113; }
.card:first-child { background: var(--acid); color: #111407; }
.card:first-child p, .card:first-child .card-num { color: rgba(17,20,7,.62); }
.card h3 { max-width: 360px; }

.moments-section { width: min(1320px,calc(100% - 64px)); }
.scene-grid { display: flex; gap: 15px; overflow-x: auto; overflow-y: hidden; grid-auto-rows: unset; padding-bottom: 24px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #343439 transparent; }
.scene, .scene:first-child { flex: 0 0 min(620px,48vw); width: auto; height: auto; min-height: 0; grid-row: auto; border-radius: 28px; scroll-snap-align: start; background: #101012; }
.scene:first-child { flex-basis: min(680px,53vw); }
.scene-media { position: relative; height: auto; aspect-ratio: 8 / 5; flex: none; overflow: hidden; background: transparent; }
.scene-media picture { position: static; display: block; width: 100%; aspect-ratio: 8 / 5; overflow: hidden; }
.scene-media img { position: static; display: block; width: 100%; height: 100%; aspect-ratio: 8 / 5; object-fit: cover; }
.scene:after { display: none; }
.scene-copy { position: static; min-height: 138px; padding: 22px 22px 24px; background: #121214; }
.scene h3, .scene:first-child h3 { margin: 13px 0 0; font: 400 22px/1.12 var(--display); letter-spacing: -.025em; }
.scene-meta { position: static; }

.privacy-band { color: #111407; background: var(--acid); border: 0; }
.privacy-grid { min-height: 760px; grid-template-columns: 1fr minmax(360px,.7fr); gap: 90px; padding: 110px 0; }
.privacy-band .kicker { color: #4e5d19; }.privacy-band h2 { max-width: 710px; font-size: clamp(55px,5.5vw,84px); line-height: .95; letter-spacing: -.055em; }
.privacy-list { margin-top: 38px; }.privacy-list li { border-color: rgba(17,20,7,.2); color: #2f3419; }
.privacy-list .check { border-color: rgba(17,20,7,.28); color: #111407; }
.privacy-link { margin-top: 28px; color: #111407; }
.privacy-visual { width: min(430px,100%); border-radius: 38px; box-shadow: 0 32px 80px rgba(56,68,8,.25); }
.privacy-device-label { color: #111407; background: var(--paper); }

.steps { border-color: var(--line); }
.step { padding: 10px 34px 50px; }.step:first-child { padding-inline-start: 0; }.step:last-child { padding-inline-end: 0; }
.step-top { align-items: center; }.step h3 { font: 400 30px/1 var(--display); letter-spacing: -.035em; }

.intent-section { padding-block: 0; background: #0d0d0f; }
.intent-section > .shell { padding-block: 120px; }
.intent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; border-top: 1px solid var(--line); }
.intent-card { min-height: 270px; padding: 34px 34px 38px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.intent-card:nth-child(odd) { padding-inline-end: 50px; border-inline-end: 1px solid var(--line); }.intent-card:nth-child(even) { padding-inline-start: 50px; }
.intent-card:hover { border-color: var(--line); background: transparent; transform: none; }
.intent-card h3 { font: 400 29px/1.08 var(--display); }
.intent-card p { max-width: 500px; }

.blog-preview .blog-grid { gap: 12px; }
.blog-preview .blog-card { min-height: 420px; padding: 30px; border-radius: 24px; background: #111113; transition: transform .25s ease, border-color .25s ease; }
.blog-preview .blog-card:hover { transform: translateY(-5px); }
.blog-preview h3 { font: 400 clamp(26px,2.2vw,35px)/1.05 var(--display); }

.faq-section { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(480px,1.28fr); gap: 90px; align-items: start; }
.faq-section .section-head { position: sticky; top: 112px; display: block; margin: 0; }
.faq-section .section-head h2 { margin-bottom: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-color: var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; font-size: 16px; cursor: pointer; }
.faq-list summary:after { content: "+"; position: absolute; inset-inline-end: 8px; top: 22px; color: var(--acid); font: 22px/1 var(--body); transition: transform .2s ease; }.faq-list details[open] summary:after { transform: rotate(45deg); }
.faq-list p { padding: 0 52px 26px 0; }

.review-card { padding: 54px; border-radius: 30px; background: var(--paper); color: #111; }
.review-card .kicker { color: #627029; }.review-card .section-copy { color: #656369; }.review-card .meta-row { border-color: rgba(17,17,17,.15); }.review-card .meta-row span { color: #77747a; }
.review-platforms span { border-color: rgba(17,17,17,.16); }
.footer { padding-top: 60px; }

@media (max-width: 1020px) {
  .shell { width: min(100% - 40px, 860px); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 148px 0 72px; }
  .hero-copy { max-width: 760px; text-align: start; }
  .eyebrow, .actions, .proof { justify-content: flex-start; }
  .lead { margin: 0; }
  .hero-art { min-height: 720px; }
  .hero-device { width: min(440px,88%); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article:nth-child(2) { border-inline-end: 0; }.trust-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .layout-lab-grid { grid-template-columns: 1fr; gap: 70px; }
  .layout-lab-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; }.layout-lab-copy .kicker, .layout-lab-copy h2 { grid-column: 1/-1; }.layout-tabs { margin-top: 20px; }.layout-lab-notes { align-content: start; }
  .layout-stage { min-height: 700px; }
  .privacy-grid { grid-template-columns: 1fr 360px; gap: 40px; }
  .faq-section { grid-template-columns: 1fr; gap: 50px; }.faq-section .section-head { position: static; }
}

@media (max-width: 920px) {
  .nav-menu-button { display: block; margin-inline-start: auto; }
  .nav.nav-open .nav-menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  .nav.nav-open .nav-menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-links { position: absolute; top: 70px; inset-inline: 0; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(14,14,16,.97); box-shadow: 0 26px 70px rgba(0,0,0,.5); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .nav.nav-open .nav-links { opacity: 1; transform: none; pointer-events: auto; }
  .nav-links > a { display: block!important; padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-links > a:after { display: none; }
  .nav-links .language { padding: 6px 2px; }
  .nav-links .nav-cta { margin-top: 7px; justify-content: center; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 30px); }
  .nav { top: 10px; height: 58px; padding-inline: 14px 8px; }
  .nav-menu-button { display: block; margin-inline-start: auto; }
  .nav.nav-open .nav-menu-button span:first-child { transform: translateY(3px) rotate(45deg); }.nav.nav-open .nav-menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-links { position: absolute; top: 66px; inset-inline: 0; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(14,14,16,.97); box-shadow: 0 26px 70px rgba(0,0,0,.5); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .nav.nav-open .nav-links { opacity: 1; transform: none; pointer-events: auto; }
  .nav-links > a { display: block!important; padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-links > a:after { display: none; }.nav-links .language { padding: 6px 2px; }.nav-links .nav-cta { margin-top: 7px; justify-content: center; }
  .hero-grid { gap: 28px; padding-top: 120px; }.hero h1 { font-size: clamp(54px,16vw,76px); }.hero-copy { padding-bottom: 0; }.lead { font-size: 15px; }.actions { align-items: stretch; }.actions .button { width: 100%; }.android-note { justify-content: center; }.proof { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; }
  .hero-art { min-height: 610px; margin: 0; transform: none; }.hero-stack { width: min(360px,92%); }.hero-device { width: 100%; border-radius: 31px; }.hero-caption { inset-inline-start: 0; bottom: 65px; }.platform-pills { right: 8px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid article, .trust-grid article:first-child { min-height: 112px; border-inline: 1px solid var(--line); border-top: 1px solid var(--line); }.trust-grid article:first-child { border-top: 0; }
  .layout-lab { padding: 88px 0; }.layout-lab-grid { gap: 46px; }.layout-lab-copy { display: block; }.layout-lab h2 { font-size: clamp(45px,13vw,64px); }.layout-tabs { margin-top: 30px; }.layout-lab-notes { margin-top: 22px; }.layout-stage { min-height: 610px; border-radius: 28px; }.layout-device { width: min(320px,77%); margin-top: -58px; border-radius: 28px; }.layout-panel figcaption { inset-inline: 20px; bottom: 20px; display: block; }.layout-panel figcaption p { margin-top: 7px; text-align: start; }.layout-stage-index { inset-inline: 20px; top: 20px; }
  .section { padding-block: 88px; }.section-head { align-items: start; gap: 24px; margin-bottom: 42px; }.section-head h2 { font-size: clamp(44px,12vw,61px); }.section-copy { font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; }.card:nth-child(n), .card:first-child, .card:last-child { grid-column: auto; min-height: 220px; }.card:first-child h3, .card h3 { font-size: 25px; }
  .moments-section { width: calc(100% - 30px); }.scene, .scene:first-child { flex-basis: 88vw; width: 88vw; }.scene-copy { min-height: 122px; }.scene h3, .scene:first-child h3 { font-size: 22px; }
  .privacy-grid { grid-template-columns: 1fr; min-height: auto; padding: 85px 0; }.privacy-band h2 { font-size: clamp(49px,13vw,67px); }.privacy-visual { order: 0; width: min(350px,94%); margin-inline: auto; }
  .steps { grid-template-columns: 1fr; }.step, .step:first-child, .step:last-child { padding: 28px 0; border-inline: 0; border-bottom: 1px solid var(--line); }
  .intent-section > .shell { padding-block: 88px; }.intent-grid { grid-template-columns: 1fr; }.intent-card, .intent-card:nth-child(odd), .intent-card:nth-child(even) { min-height: 0; padding: 28px 0 34px; border-inline: 0; }.intent-card h3 { font-size: 27px; }
  .blog-preview .blog-card { min-height: 330px; }.faq-section { display: block; }.faq-section .section-head { margin-bottom: 42px; }.faq-list summary { font-size: 15px; }.review-card { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .layout-panel { animation: none; }
}
