/* ===================================================================
   Aivelt Studio — stylesheet (rebuilt)
   One coherent pass: previous file had 18 stacked "final" revisions
   fighting each other with !important. This replaces all of them.
   =================================================================== */

:root {
  color-scheme: light;
  --ink: #11110f;
  --ink-soft: rgba(17, 17, 15, 0.72);
  --paper: #f7f6f1;
  --muted: #6c6a63;
  --lime: #c8ff42;
  --lime-deep: #6f8a1f;
  --blue: #b9d7ff;
  --lavender: #d7cbff;
  --navy: #0c0e12;
  --line: rgba(17, 17, 15, 0.14);
  --max: 1320px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);

  /* Liquid glass tokens, powered by per-surface live-DOM displacement maps. */
  --glass-dark-tint: rgba(255, 255, 255, 0.18);
  --glass-dark-border: rgba(255, 255, 255, 0.42);
  --glass-dark-shadow:
    0 22px 60px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  --glass-light-tint: rgba(255, 255, 255, 0.42);
  --glass-light-border: rgba(255, 255, 255, 0.78);
  --glass-light-shadow:
    0 26px 80px rgba(31, 42, 58, 0.12),
    0 0 24px rgba(31, 42, 58, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  --glass-shine:
    inset 1px 1px 0 rgba(255, 255, 255, 0.66),
    inset -1px -1px 0 rgba(255, 255, 255, 0.22);
  --glass-displacement: 36;
  --glass-depth: 0.82;
  --glass-curvature: 0.62;
  --glass-splay: 0.46;
  --glass-filter-blur: 0;
  --glass-chroma: 0.2;
  --glass-blur: 2px;
  --glass-saturation: 170%;
}

* {
  box-sizing: border-box;
}

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

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background: #050505;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

img {
  display: block;
}

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

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

h1, h2, h3 {
  font-weight: 400;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

em {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

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

.glass-filter-defs {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.logo,
.nav-pill,
.nav-download,
.language-menu,
.hero-kicker,
.hero-proof,
.app-showcase,
.voice-marquee article,
.final-cta > div:last-child,
.legal-pill,
.legal-card,
.legal-toc,
.legal-hero {
  --glass-tint: var(--glass-dark-tint);
  --glass-border: var(--glass-dark-border);
  --glass-shadow: var(--glass-dark-shadow);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    var(--glass-tint);
  box-shadow: var(--glass-shadow);
  transform: translateZ(0);
}

/* Aave Glass bends this element's actual SourceGraphic. Large panels remain
   material-only because WebKit has an unstable source-graphic ceiling. */
.aave-glass-ready {
  --glass-blur: 0px;
  --glass-saturation: 100%;
  filter: var(--aave-refraction-filter);
}

.app-showcase,
.voice-marquee article,
.legal-pill,
.legal-card,
.legal-toc,
.legal-hero,
.site-nav.on-light .logo,
.site-nav.on-light .nav-pill,
.site-nav.on-light .language-menu {
  --glass-tint: var(--glass-light-tint);
  --glass-border: var(--glass-light-border);
  --glass-shadow: var(--glass-light-shadow);
}

.app-showcase,
.voice-marquee article,
.final-cta > div:last-child,
.legal-card,
.legal-toc,
.legal-hero {
  --glass-displacement: 24;
}

.logo::before,
.nav-pill::before,
.nav-download::before,
.language-menu::before,
.hero-kicker::before,
.hero-proof::before,
.app-showcase::before,
.voice-marquee article::before,
.final-cta > div:last-child::before,
.legal-pill::before,
.legal-card::before,
.legal-toc::before,
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
  isolation: isolate;
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturation));
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturation));
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.3), transparent 46%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 44%);
  opacity: 0.72;
}

.logo::after,
.nav-pill::after,
.nav-download::after,
.language-menu::after,
.hero-kicker::after,
.hero-proof::after,
.app-showcase::after,
.voice-marquee article::after,
.final-cta > div:last-child::after,
.legal-pill::after,
.legal-card::after,
.legal-toc::after,
.legal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--glass-x, 58%) var(--glass-y, 14%), rgba(255, 255, 255, 0.62), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 46%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.14), transparent 42%);
  box-shadow: var(--glass-shine);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.logo > *,
.nav-pill > *,
.nav-download > *,
.language-menu > *,
.hero-kicker > *,
.hero-proof > *,
.app-showcase > *,
.voice-marquee article > *,
.final-cta > div:last-child > *,
.legal-pill > *,
.legal-card > *,
.legal-toc > *,
.legal-hero > * {
  position: relative;
  z-index: 3;
}

/* ---------------------------------------------------------------
   Scroll progress bar
   --------------------------------------------------------------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--lime) 18% 82%, transparent);
  filter: drop-shadow(0 0 10px rgba(200, 255, 66, 0.5));
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

/* ---------------------------------------------------------------
   Header / nav
   --------------------------------------------------------------- */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  width: 100%;
  padding: clamp(14px, 2.4vw, 22px) clamp(16px, 3vw, 36px) 0;
  color: #fff;
  pointer-events: none;
  transition: color 220ms ease;
}

.site-nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: clamp(92px, 11vw, 132px);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 5, 7, 0.54), rgba(4, 5, 7, 0.2) 58%, rgba(4, 5, 7, 0)),
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.12), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.08), transparent 34%);
  -webkit-backdrop-filter: blur(12px) saturate(128%);
  backdrop-filter: blur(12px) saturate(128%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 100%);
  opacity: 0.88;
}

.site-nav > * {
  pointer-events: auto;
}

.logo,
.nav-pill,
.nav-download,
.language-menu {
  color: inherit;
}

.logo {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: auto;
  height: 58px;
  min-width: 58px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
}

.logo-lens {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.logo-lens canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.logo img {
  position: relative;
  z-index: 3;
  width: 18px;
  height: 18px;
  filter: invert(1);
}

.logo span {
  position: relative;
  z-index: 3;
  font-size: 1.02rem;
  font-weight: 500;
  white-space: nowrap;
}

.nav-pill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  min-height: 54px;
  padding: 5px;
  border-radius: 999px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-pill::-webkit-scrollbar {
  display: none;
}

.nav-pill a {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.84rem;
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease;
}

.nav-pill a:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.nav-download {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.5) !important;
}

.language-picker {
  position: relative;
  flex: 0 0 auto;
}

.language-button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
  transition: background 180ms ease;
}

.language-button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.nav-chev {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.85;
}

.language-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 220;
  display: grid;
  gap: 2px;
  width: 230px;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border-radius: 18px;
  color: #fff;
}

.language-menu[hidden] {
  display: none;
}

.language-menu button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.84rem;
  text-align: left;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button[aria-current="true"] {
  background: rgba(255, 255, 255, 0.14);
}

/* Light-section variant of the header (switched by JS via .on-light) */
.site-nav.on-light {
  color: var(--ink);
}

.site-nav.on-light .logo,
.site-nav.on-light .nav-pill,
.site-nav.on-light .nav-download,
.site-nav.on-light .language-menu {
  color: var(--ink);
}

.site-nav.on-light .nav-download {
  --glass-tint: rgba(17, 17, 15, 0.7);
  --glass-border: rgba(255, 255, 255, 0.42);
  --glass-shadow: 0 18px 52px rgba(17, 17, 15, 0.2), 0 0 20px rgba(17, 17, 15, 0.08);
  color: #fff;
}

.site-nav.on-light .logo img {
  filter: none;
}

/* ---------------------------------------------------------------
   Hero
   --------------------------------------------------------------- */
.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  background: #2f5c8a;
  color: #fff;
  text-align: center;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: hero-image-in 1100ms var(--ease-out) both;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.05) 64%), rgba(0, 0, 0, 0.08);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(940px, calc(100% - 40px));
  padding-top: clamp(132px, 18vh, 188px);
  animation: hero-copy-in 900ms var(--ease-out) both;
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(26px); }
}

@keyframes hero-image-in {
  from { opacity: 0.35; transform: scale(1.08); }
}

.hero-kicker {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 999px;
  color: rgba(218, 255, 126, 0.96);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-kicker > * {
  position: relative;
  z-index: 3;
}

.hero-content h1 {
  margin-bottom: clamp(20px, 3vh, 30px);
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  line-height: 0.9;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
}

.hero-content > p {
  max-width: 620px;
  margin: 0 auto clamp(26px, 4vh, 36px);
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.6;
}

.white-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  transition: transform 220ms var(--ease-out);
}

.white-button > * {
  position: relative;
  z-index: 2;
}

.white-button:hover {
  transform: translateY(-3px);
}

.orbit-border-button {
  --metal-ring: 2.5px;
  overflow: visible;
  border: 0;
  background:
    linear-gradient(180deg, rgba(34, 34, 34, 0.98), rgba(12, 12, 12, 0.98));
  color: #f8f8f8;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 26px rgba(128, 184, 255, 0.18);
}

.white-button::after {
  content: "";
  position: absolute;
  inset: -40% -70%;
  z-index: -1;
  background: linear-gradient(110deg, transparent 38%, rgba(0, 0, 0, 0.08) 50%, transparent 62%);
  opacity: 0;
  transform: translateX(-36%) rotate(8deg);
  transition: opacity 220ms ease, transform 620ms var(--ease-premium);
}

.white-button:hover::after {
  opacity: 1;
  transform: translateX(36%) rotate(8deg);
}

.orbit-border-button.white-button::after {
  display: none;
}

.orbit-border-button .metal-fx-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  filter:
    drop-shadow(0 0 8px rgba(170, 232, 255, 0.35))
    drop-shadow(0 0 12px rgba(247, 136, 141, 0.22));
  opacity: 0;
  transition: opacity 260ms ease;
}

.orbit-border-button.metal-fx-ready .metal-fx-canvas {
  opacity: 1;
}

.orbit-border-button.metal-fx-fallback {
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 0 24px rgba(170, 232, 255, 0.16);
}

.hero-proof {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(680px, 100%);
  margin: clamp(36px, 5vh, 54px) auto 0;
  overflow: hidden;
  border-radius: 20px;
}

.hero-proof > span {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 3px;
  padding: 18px 16px;
}

.hero-proof > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-proof strong {
  font-family: "Instrument Serif", serif;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.hero-proof small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
}

/* ---------------------------------------------------------------
   Shared section scaffolding
   --------------------------------------------------------------- */
.eyebrow {
  margin-bottom: 16px;
  color: #76746d;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.on-dark .eyebrow,
.studio-stage-copy .eyebrow,
.privacy-banner .eyebrow,
.final-cta .eyebrow {
  color: rgba(218, 255, 126, 0.95);
}

.studio-story,
.apps,
.feature-cards,
.privacy-section,
.voices,
.faq {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.75), transparent 26%),
    radial-gradient(circle at 90% 22%, rgba(187, 214, 255, 0.5), transparent 32%),
    linear-gradient(180deg, #edf4f9, #eaf0f6);
}

.studio-intro,
.apps-heading,
.section-intro,
.faq-title {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.studio-intro h2,
.apps-heading h2,
.section-intro h2,
.privacy-banner h2,
.faq h2,
.final-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.94;
}

.studio-intro > p:last-child,
.apps-heading > p:last-child {
  max-width: 600px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ---------------------------------------------------------------
   Studio story
   --------------------------------------------------------------- */
.studio-story {
  padding: clamp(120px, 14vw, 170px) 24px clamp(90px, 10vw, 130px);
}

.studio-intro {
  margin-bottom: clamp(60px, 9vw, 100px);
}

.studio-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(420px, 1.3fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  width: min(1320px, 100%);
  min-height: 640px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle at 82% -10%, rgba(80, 130, 255, 0.32), transparent 55%), var(--navy);
  color: #fff;
  box-shadow: 0 45px 120px rgba(15, 22, 32, 0.3);
  --stage-progress: 0;
}

.studio-stage-copy {
  position: relative;
  z-index: 2;
  max-width: 460px;
}

.studio-stage-copy h3 {
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  line-height: 0.94;
}

.studio-stage-copy > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
  line-height: 1.7;
}

.studio-screens {
  position: relative;
  z-index: 1;
  height: 560px;
  perspective: 1200px;
}

.studio-screen {
  position: absolute;
  top: 50%;
  width: min(40%, 280px);
  margin: 0;
  transition: transform 700ms var(--ease-out);
}

.studio-screen img {
  width: 100%;
  aspect-ratio: 392 / 696;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 28px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.42), 0 0 0 7px rgba(255, 255, 255, 0.08);
}

.studio-screen figcaption {
  display: table;
  margin: 18px auto 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
}

.studio-screen-photos {
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) translateY(calc((1 - var(--stage-progress)) * 22px)) rotate(calc(-4deg + var(--stage-progress) * 3deg));
}

.studio-screen-wallpapers {
  left: 4%;
  z-index: 2;
  transform: translateY(calc(-48% + (1 - var(--stage-progress)) * -16px)) rotateY(10deg) rotate(calc(-5deg + var(--stage-progress) * 2deg)) scale(0.88);
}

.studio-screen-kids {
  right: 4%;
  z-index: 2;
  transform: translateY(calc(-48% + (1 - var(--stage-progress)) * 16px)) rotateY(-10deg) rotate(calc(5deg - var(--stage-progress) * 2deg)) scale(0.88);
}

.studio-stage:hover .studio-screen-photos {
  transform: translate(-50%, -52%) scale(1.02);
}

.studio-stage:hover .studio-screen-wallpapers {
  transform: translateY(-50%) translateX(8px) rotateY(5deg) rotate(-3deg) scale(0.91);
}

.studio-stage:hover .studio-screen-kids {
  transform: translateY(-50%) translateX(-8px) rotateY(-5deg) rotate(3deg) scale(0.91);
}

.studio-strip {
  display: grid;
  grid-template-columns: 0.4fr 1.1fr 0.4fr;
  gap: 40px;
  align-items: center;
  width: min(1140px, 100%);
  margin: clamp(50px, 8vw, 76px) auto 0;
  padding: 30px 0;
  border-top: 1px solid rgba(18, 24, 32, 0.14);
  border-bottom: 1px solid rgba(18, 24, 32, 0.14);
}

.studio-strip > div {
  display: grid;
  gap: 6px;
}

.studio-strip > div:last-child {
  text-align: right;
}

.studio-strip strong {
  font-family: "Instrument Serif", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.studio-strip span {
  color: #696d75;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.studio-strip p {
  margin: 0;
  color: #5c606a;
  line-height: 1.65;
  text-align: center;
}

/* ---------------------------------------------------------------
   Apps showcase
   --------------------------------------------------------------- */
.apps {
  padding: 0 24px clamp(100px, 11vw, 140px);
}

.apps-heading {
  padding-top: clamp(120px, 14vw, 160px);
  margin-bottom: clamp(50px, 7vw, 80px);
}

.app-showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(420px, 1.38fr);
  align-items: stretch;
  width: min(1320px, 100%);
  min-height: 560px;
  margin: 0 auto clamp(28px, 4vw, 40px);
  overflow: hidden;
  border-radius: 28px;
}

.showcase-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  padding: clamp(40px, 5vw, 64px);
}

.app-icon {
  width: 64px;
  margin-bottom: 24px;
  border-radius: 22%;
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.16);
}

.showcase-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 3.6vw, 3.8rem);
  line-height: 0.96;
}

.showcase-copy > p:not(.eyebrow) {
  max-width: 36ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.showcase-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
}

.showcase-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 560px;
  --showcase-progress: 0;
}

.showcase-photos .showcase-visual { background: #15171d; }
.showcase-wallpapers .showcase-visual { background: #ef5650; }
.showcase-kids .showcase-visual { background: #f5c93e; }

.showcase-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 24% 76%, rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.14));
}

.vault-ring,
.play-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.vault-ring { border-color: rgba(145, 164, 255, 0.26); }
.ring-one { width: 64%; aspect-ratio: 1; }
.ring-two { width: 96%; aspect-ratio: 1; }

.play-shape { border-color: rgba(17, 17, 15, 0.2); }
.shape-a { top: 10%; left: 9%; width: 130px; aspect-ratio: 1; border-radius: 50%; }
.shape-b { right: 8%; bottom: 11%; width: 160px; aspect-ratio: 1; transform: rotate(20deg); }
.shape-c { top: 14%; right: 13%; width: 80px; height: 160px; border-radius: 999px; transform: rotate(30deg); }

.phone-shell,
.studio-device {
  aspect-ratio: 392 / 696;
}

.phone-shell {
  position: relative;
  z-index: 3;
  width: min(30%, 230px);
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 700ms var(--ease-out);
}

.phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  background: #0a0a0a;
}

.phone-main {
  transform: translateY(calc((0.5 - var(--showcase-progress)) * 38px));
}

.phone-side {
  position: absolute;
  z-index: 2;
  width: min(24%, 190px);
  opacity: 0.82;
}

.phone-left {
  left: 9%;
  transform: translateY(calc((0.5 - var(--showcase-progress)) * 90px)) rotate(-8deg) scale(0.92);
}

.phone-right {
  right: 9%;
  transform: translateY(calc((var(--showcase-progress) - 0.5) * 90px)) rotate(8deg) scale(0.92);
}

.showcase-visual:hover .phone-left {
  opacity: 1;
  transform: translateY(-6px) rotate(-4deg) scale(0.96);
}

.showcase-visual:hover .phone-right {
  opacity: 1;
  transform: translateY(-6px) rotate(4deg) scale(0.96);
}

.showcase-visual:hover .phone-main {
  transform: translateY(-12px) scale(1.02);
}

.visual-word {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.16);
  font-size: clamp(4.5rem, 11vw, 11rem);
  font-weight: 600;
  line-height: 0.8;
  transform: rotate(-7deg);
  overflow-wrap: anywhere;
  pointer-events: none;
}

.showcase-photos .visual-word { color: rgba(149, 170, 255, 0.16); transform: rotate(6deg); }
.showcase-kids .visual-word { color: rgba(17, 17, 15, 0.12); }

/* ---------------------------------------------------------------
   Feature card carousel
   --------------------------------------------------------------- */
.feature-cards {
  overflow: hidden;
  padding-bottom: clamp(70px, 9vw, 110px);
}

.section-intro {
  position: relative;
  padding-top: clamp(110px, 13vw, 150px);
  margin-bottom: clamp(50px, 7vw, 70px);
}

.carousel-controls {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 30px;
}

.carousel-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(17, 17, 15, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  font: inherit;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

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

.carousel-button:active,
.white-button:active,
.language-button:active,
.nav-pill a:active {
  transform: translateY(0) scale(0.97);
}

.card-track {
  display: flex;
  gap: 18px;
  width: 100%;
  overflow-x: auto;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2)) 30px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.card-track::-webkit-scrollbar {
  display: none;
}

.feature-card {
  --shine-x: 50%;
  --shine-y: 22%;
  --card-tilt-x: 0deg;
  --card-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  flex: 0 0 min(78vw, 420px);
  width: min(78vw, 420px);
  height: 540px;
  padding: 32px;
  overflow: hidden;
  border-radius: 24px;
  scroll-snap-align: center;
  color: #f8f8f3;
  background: #05060a;
  transform: perspective(900px) rotateX(var(--card-tilt-y)) rotateY(var(--card-tilt-x));
  transform-style: preserve-3d;
  transition: transform 420ms var(--ease-premium), box-shadow 420ms var(--ease-premium);
}

.feature-card > span {
  position: relative;
  z-index: 2;
  font-size: 0.76rem;
  font-weight: 600;
}

.feature-card h3 {
  position: relative;
  z-index: 2;
  margin: 38px 0 14px;
  font-size: 2.4rem;
}

.feature-card > p {
  position: relative;
  z-index: 2;
  max-width: 28ch;
  line-height: 1.6;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255, 255, 255, 0.32), transparent 22%),
    linear-gradient(115deg, transparent 16%, rgba(255, 255, 255, 0.14) 45%, transparent 62%);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.feature-card:hover {
  box-shadow: 0 38px 110px rgba(24, 30, 38, 0.26);
}

.feature-card:hover::after {
  opacity: 0.7;
}

.feature-card-image,
.privacy-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.02);
  transition: transform 800ms var(--ease-premium);
  pointer-events: none;
}

.feature-card:hover .feature-card-image,
.feature-card:hover .privacy-card-image {
  transform: scale(1.06);
}

.card-focus,
.card-native,
.card-care {
  color: var(--ink);
}

.card-focus > p,
.card-native > p,
.card-care > p {
  color: rgba(17, 17, 15, 0.7);
}

.card-privacy > p {
  color: rgba(248, 250, 245, 0.82);
}

.card-focus::before {
  background: linear-gradient(180deg, rgba(251, 250, 235, 0.95) 0%, rgba(235, 246, 178, 0.74) 33%, rgba(238, 247, 188, 0.04) 68%);
}

.card-native::before {
  background: linear-gradient(180deg, rgba(243, 249, 255, 0.96) 0%, rgba(215, 234, 252, 0.74) 33%, rgba(225, 240, 255, 0.04) 68%);
}

.card-care::before {
  background: linear-gradient(180deg, rgba(255, 239, 229, 0.96) 0%, rgba(255, 198, 186, 0.78) 33%, rgba(255, 208, 194, 0.04) 68%);
}

.card-privacy::before {
  background: linear-gradient(180deg, rgba(31, 36, 30, 0.96) 0%, rgba(27, 31, 27, 0.9) 27%, rgba(13, 15, 14, 0.6) 44%, rgba(4, 5, 5, 0.04) 64%);
}

/* ---------------------------------------------------------------
   Privacy banner
   --------------------------------------------------------------- */
.privacy-section {
  padding: clamp(50px, 7vw, 90px) 24px clamp(110px, 14vw, 160px);
}

.privacy-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 90px);
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle at 18% 16%, rgba(200, 255, 66, 0.14), transparent 32%), var(--navy);
  color: var(--paper);
  box-shadow: 0 35px 100px rgba(8, 10, 14, 0.32);
}

.privacy-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 460px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.studio-device {
  position: absolute;
  width: 38%;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.studio-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.studio-device-left { left: 5%; transform: rotate(-7deg) translateY(10px); }
.studio-device-main { z-index: 2; width: 42%; transform: translateY(-8px); }
.studio-device-right { right: 5%; transform: rotate(7deg) translateY(10px); }

.studio-badge {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.studio-badge img {
  width: 42%;
  filter: invert(1);
}

.privacy-banner > div:last-child {
  max-width: 600px;
}

.privacy-banner > div:last-child > p {
  color: rgba(247, 246, 241, 0.72);
  font-size: 1.04rem;
  line-height: 1.7;
}

.studio-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 246, 241, 0.18);
}

.studio-facts div {
  display: grid;
  gap: 7px;
}

.studio-facts strong {
  color: var(--lime);
  font-family: "Instrument Serif", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
}

.studio-facts span {
  color: rgba(247, 246, 241, 0.6);
  font-size: 0.68rem;
  line-height: 1.4;
  text-transform: uppercase;
}

/* ---------------------------------------------------------------
   Voices marquee
   --------------------------------------------------------------- */
.voices {
  overflow: hidden;
  padding-bottom: clamp(100px, 12vw, 140px);
}

.voice-marquee {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee 64s linear infinite;
}

.voice-marquee article {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(78vw, 420px);
  min-height: 270px;
  padding: 30px;
  border-radius: 20px;
  transition: transform 300ms var(--ease-out);
}

.voice-marquee article:hover {
  transform: translateY(-6px);
}

.voice-index {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(18, 24, 32, 0.14);
  border-radius: 999px;
  color: rgba(18, 24, 32, 0.58);
  font-size: 0.66rem;
  font-weight: 600;
}

.voice-marquee article p {
  margin: 20px 0 auto;
  font-family: "Instrument Serif", serif;
  font-size: 1.95rem;
  line-height: 1.1;
}

.voice-marquee article span {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---------------------------------------------------------------
   FAQ
   --------------------------------------------------------------- */
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  width: 100%;
  padding: clamp(110px, 13vw, 160px) max(24px, calc((100vw - 1180px) / 2));
  text-align: left;
}

.faq-title {
  width: auto;
  margin: 0;
  text-align: left;
}

.faq h2 {
  color: var(--ink);
}

.faq-list {
  border-top: 1px solid rgba(17, 17, 15, 0.18);
}

.faq details {
  border-bottom: 1px solid rgba(17, 17, 15, 0.18);
}

.faq summary {
  position: relative;
  padding: 26px 44px 26px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 500;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  font-size: 1.3rem;
  transition: transform 250ms var(--ease-out);
}

.faq details[open] summary::after {
  content: "\2212";
  transform: rotate(180deg);
}

.faq details p {
  max-width: 640px;
  padding: 0 44px 26px 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ---------------------------------------------------------------
   Final CTA
   --------------------------------------------------------------- */
.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 80svh;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.final-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.final-cta > div:last-child {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 2;
  width: min(820px, calc(100% - 40px));
  padding: clamp(32px, 5vw, 60px);
  border-radius: 24px;
}

.final-cta > div:last-child > * {
  position: relative;
  z-index: 3;
}

.final-cta h2 {
  margin-bottom: 18px;
}

.final-cta p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
}

/* ---------------------------------------------------------------
   Footer
   --------------------------------------------------------------- */
footer {
  display: grid;
  grid-template-columns: 1fr 180px 180px;
  gap: 50px;
  padding: clamp(60px, 8vw, 90px) clamp(24px, 4vw, 42px) 40px;
  background: #050505;
  color: #fff;
}

.footer-brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 1.8rem;
}

.footer-brand img {
  width: 36px;
  filter: invert(1);
}

.footer-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-column h3 {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
}

.copyright {
  grid-column: 1 / -1;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

/* ---------------------------------------------------------------
   Legal pages (privacy / terms / contact) — shared shell
   --------------------------------------------------------------- */
.legal-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 8%, rgba(200, 255, 66, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(185, 215, 255, 0.42), transparent 32%),
    linear-gradient(180deg, #edf4f9, #f7f6f1);
  color: var(--ink);
}

.legal-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: flex;
  gap: 10px;
  width: min(760px, calc(100% - 28px));
  transform: translateX(-50%);
}

.legal-pill,
.legal-card,
.legal-toc,
.legal-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.legal-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: inherit;
}

.legal-pill:first-child {
  width: 48px;
  justify-content: center;
  padding: 0;
}

.legal-main {
  width: min(1050px, calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 80px;
}

.legal-hero {
  margin-bottom: 22px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 26px;
}

.legal-hero p {
  max-width: 68ch;
  color: rgba(17, 17, 15, 0.68);
}

.legal-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 22px;
}

.legal-toc a,
.legal-card a {
  color: var(--lime-deep);
  font-weight: 700;
  text-decoration: none;
}

.legal-card {
  padding: clamp(28px, 5vw, 58px);
  border-radius: 22px;
}

.legal-card h2 {
  margin-top: 34px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card h3 {
  margin: 28px 0 10px;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 700;
}

.legal-card p,
.legal-card li {
  color: rgba(17, 17, 15, 0.72);
  line-height: 1.72;
}

/* ---------------------------------------------------------------
   Scroll reveal + motion
   --------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  filter: blur(6px);
  transition:
    opacity 700ms var(--ease-premium),
    transform 700ms var(--ease-premium),
    filter 700ms var(--ease-premium);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.app-showcase.motion-active .phone-shell img {
  animation: screen-settle 760ms var(--ease-premium) both;
  animation-delay: var(--phone-delay, 0ms);
}

.app-showcase.motion-active .phone-left img { --phone-delay: 70ms; }
.app-showcase.motion-active .phone-main img { --phone-delay: 140ms; }
.app-showcase.motion-active .phone-right img { --phone-delay: 210ms; }

@keyframes screen-settle {
  from { opacity: 0; transform: translate3d(0, 16px, 0) scale(0.96); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

/* ---------------------------------------------------------------
   RTL
   --------------------------------------------------------------- */
[dir="rtl"] body,
[dir="rtl"] .site-nav,
[dir="rtl"] footer {
  direction: rtl;
}

[dir="rtl"] .studio-intro,
[dir="rtl"] .studio-stage-copy,
[dir="rtl"] .apps-heading,
[dir="rtl"] .showcase-copy,
[dir="rtl"] .section-intro,
[dir="rtl"] .privacy-banner > div:last-child,
[dir="rtl"] .faq-title,
[dir="rtl"] .faq-list,
[dir="rtl"] .final-cta > div:last-child {
  text-align: right;
}

[dir="rtl"] .faq summary {
  padding-right: 0;
  padding-left: 44px;
}

[dir="rtl"] .faq summary::after {
  right: auto;
  left: 4px;
}

[dir="rtl"] .faq details p {
  padding-right: 0;
  padding-left: 44px;
}

[dir="rtl"] .hero-proof > span + span {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 0;
}

/* ---------------------------------------------------------------
   Responsive
   --------------------------------------------------------------- */
@media (max-width: 1024px) {
  .app-showcase {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .showcase-visual {
    min-height: 460px;
  }

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

  .privacy-mark {
    min-height: 380px;
  }

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

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

  .legal-toc {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .site-nav {
    display: flex;
    grid-template-columns: none;
    justify-content: space-between;
    gap: 6px;
    padding: 10px 10px 0;
  }

  .logo {
    height: 46px;
    min-width: 46px;
    padding: 0;
  }

  .logo-lens {
    display: none;
  }

  .logo img {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
  }

  .logo span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .nav-pill {
    min-height: 46px;
    min-width: 0;
    flex: 0 0 auto;
    width: auto;
    justify-self: end;
    justify-content: flex-end;
    overflow: visible;
    padding: 4px;
  }

  .nav-pill > a:not(.nav-download) {
    display: none;
  }

  .nav-pill a,
  .language-button,
  .nav-download {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .nav-download {
    max-width: 44px;
    gap: 0;
  }

  .nav-download span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero-content {
    justify-self: start;
    width: min(100% - 44px, 330px);
    margin-left: 22px;
    padding-top: clamp(154px, 18svh, 178px);
    text-align: left;
  }

  .hero-content h1 {
    max-width: 320px;
    font-size: clamp(2.22rem, 8.6vw, 2.88rem);
    line-height: 0.94;
  }

  .hero-content > p {
    max-width: 286px;
    margin-right: 0;
    margin-left: 0;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .hero-image {
    object-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.22) 52%, rgba(0, 0, 0, 0.5)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 60%),
      rgba(0, 0, 0, 0.06);
  }

  .white-button {
    min-height: 50px;
    max-width: calc(100vw - 44px);
    padding: 0 22px;
    gap: 12px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    width: min(calc(100vw - 72px), 292px) !important;
    max-width: calc(100vw - 72px);
    margin-right: 0;
    margin-left: 0;
    border-radius: 17px;
    transform: none;
  }

  .hero-proof > span {
    padding: 15px 16px;
  }

  .hero-proof > span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  [dir="rtl"] .hero-proof > span + span {
    border-right: 0;
  }

  .studio-stage {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding: 36px 22px;
  }

  .studio-screens {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    height: auto;
    margin: 0;
    padding: 4px 0 8px;
    overflow: visible;
    perspective: none;
  }

  .studio-screens::-webkit-scrollbar {
    display: none;
  }

  .studio-screen,
  .studio-screen-photos,
  .studio-screen-wallpapers,
  .studio-screen-kids {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    width: 100%;
    transform: none !important;
  }

  .studio-screen img {
    border-radius: 20px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), 0 0 0 5px rgba(255, 255, 255, 0.07);
  }

  .studio-screen figcaption {
    max-width: 100%;
    padding: 7px 9px;
    font-size: 0.62rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .studio-strip {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .studio-strip p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  [dir="rtl"] .studio-strip p {
    text-align: right;
  }

  .showcase-copy {
    padding: 32px 24px;
  }

  .showcase-copy h3 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .showcase-visual {
    min-height: 380px;
    padding: 30px 16px;
  }

  .phone-shell {
    width: min(40%, 170px);
  }

  .phone-side {
    width: min(30%, 140px);
  }

  .feature-card {
    flex: 0 0 86vw;
    width: 86vw;
    height: auto;
    min-height: 460px;
  }

  .privacy-banner {
    padding: 30px 20px;
  }

  .studio-facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .studio-device {
    width: 32%;
  }

  .studio-device-main {
    width: 38%;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 26px;
  }
}

@media (max-width: 460px) {
  .site-nav {
    display: flex;
    grid-template-columns: none;
    justify-content: space-between;
    gap: 6px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .logo {
    height: 44px;
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .logo span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .logo-lens {
    display: none;
  }

  .nav-pill > a:not(.nav-download) {
    display: none;
  }

  .nav-pill {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    min-height: 44px;
    justify-self: end;
    justify-content: flex-end;
    overflow: visible;
  }

  .language-button,
  .nav-download {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.76rem;
  }

  .nav-download {
    max-width: 44px;
    gap: 0;
  }

  .nav-download span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero-content h1 {
    font-size: clamp(2.04rem, 8.4vw, 2.5rem);
    line-height: 0.95;
  }

  .hero-content {
    width: min(100% - 42px, 320px);
    margin-left: 21px;
    padding-top: clamp(148px, 18svh, 170px);
  }

  .hero-content > p {
    max-width: 280px;
  }

  .hero-kicker {
    margin-bottom: 18px;
  }

  .white-button {
    min-height: 48px;
    padding: 0 20px;
    font-size: 0.92rem;
  }

  .showcase-visual {
    display: grid;
    grid-template-columns: 0.7fr 1fr 0.7fr;
    align-items: center;
    gap: 8px;
  }

  .phone-shell,
  .phone-side {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    transform: none !important;
    opacity: 1;
  }

  .visual-word {
    font-size: clamp(2.6rem, 16vw, 4.5rem);
  }
}

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

  .voice-marquee {
    animation: none;
  }

  .reveal,
  .reveal.is-visible,
  .hero-content,
  .hero-image,
  .app-showcase.motion-active .phone-shell img,
  .feature-card,
  .orbit-border-button .metal-fx-canvas,
  .white-button::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }

}
