:root {
  color-scheme: dark;
  --bg: #07090b;
  --bg-elevated: #0d1114;
  --panel: #11171b;
  --panel-strong: #171e23;
  --text: #f7f9fa;
  --muted: #a9b2b8;
  --soft: #77838a;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --accent: #65e6bd;
  --accent-2: #f1c45f;
  --accent-3: #96a6ff;
  --accent-ink: #06130f;
  --content: 1180px;
  --nav-height: 72px;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body.product-home {
  --accent: #4bd8f0;
  --accent-2: #ffc83d;
  --accent-3: #db69ee;
  --accent-ink: #031216;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--text);
  color: var(--bg);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
}

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

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

.site-nav {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--nav-height);
  border-bottom: 1px solid transparent;
  background: rgba(7, 9, 11, 0.54);
  backdrop-filter: blur(18px) saturate(130%);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-nav.is-scrolled {
  border-color: var(--line);
  background: rgba(7, 9, 11, 0.9);
}

.site-nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link,
.nav-links a,
.nav-store,
.language-switch button {
  text-decoration: none;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 520;
}

.brand-link img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.brand-link strong {
  color: var(--accent);
  font-weight: 800;
}

.nav-cluster,
.nav-links,
.language-switch {
  display: flex;
  align-items: center;
}

.nav-cluster {
  gap: 20px;
}

.nav-links {
  gap: 22px;
}

.nav-links a {
  color: #c3cbd0;
  font-size: 13px;
  font-weight: 700;
  transition: color 160ms ease;
}

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

.language-switch {
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.language-switch button {
  min-width: 36px;
  min-height: 32px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--soft);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.language-switch button:hover,
.language-switch button[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.nav-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 7px;
  background: var(--text);
  color: var(--bg);
  font-size: 12px;
  font-weight: 850;
}

.product-hero {
  position: relative;
  min-height: 780px;
  padding: calc(var(--nav-height) + 92px) 0 74px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: clip;
  border-bottom: 1px solid var(--line);
}

.product-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background: #07090b;
}

.product-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 0 auto;
  width: 47%;
  border-left: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
  background: color-mix(in srgb, var(--accent) 4%, #090c0f);
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: 58%;
  max-width: 690px;
}

.app-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  color: #dfe5e8;
  font-size: 13px;
  font-weight: 800;
}

.app-identity img {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.app-identity span {
  min-width: 0;
  line-height: 1.35;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 76px;
  font-weight: 710;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-promise {
  max-width: 650px;
  margin-bottom: 20px;
  color: #eef2f4;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.24;
}

.hero-description {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions,
.final-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-trust {
  margin: 18px 0 0;
  color: #aeb8bd;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.primary-action,
.secondary-action {
  min-height: 50px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.primary-action {
  background: var(--accent);
  color: var(--accent-ink);
}

.secondary-action {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-2px);
}

.secondary-action:hover {
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
  background: rgba(255, 255, 255, 0.06);
}

.hero-facts {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  list-style: none;
}

.hero-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c1c9ce;
  font-size: 12px;
  font-weight: 700;
}

.hero-facts li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--accent) 70%, transparent);
}

.hero-media {
  position: absolute;
  z-index: 1;
  inset: 105px max(28px, calc((100vw - var(--content)) / 2)) auto auto;
  width: min(43vw, 520px);
  min-height: 660px;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  transition: transform 220ms ease-out;
}

.phone-stage {
  position: absolute;
  inset: 0;
  perspective: 1200px;
}

.phone-device {
  position: absolute;
  width: 288px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 42px;
  background: #080a0c;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.58);
  overflow: hidden;
}

.phone-device img {
  width: 100%;
  border-radius: 34px;
}

.phone-device.primary {
  z-index: 2;
  right: 12px;
  top: 0;
  transform: rotate(2deg);
}

.phone-device.secondary {
  z-index: 1;
  left: 0;
  top: 108px;
  transform: rotate(-7deg) scale(0.91);
  opacity: 0.72;
  filter: saturate(0.8) brightness(0.8);
}

.floating-note {
  position: absolute;
  z-index: 4;
  min-width: 180px;
  padding: 13px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(13, 17, 20, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.floating-note strong,
.floating-note small {
  display: block;
}

.floating-note strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.floating-note small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.floating-note.note-one {
  left: -54px;
  top: 52px;
  border-left: 2px solid var(--accent);
}

.floating-note.note-two {
  right: -36px;
  bottom: 104px;
  border-left: 2px solid var(--accent-2);
}

.floating-note .live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: live-pulse 2.4s ease-in-out infinite;
}

.tablet-stage {
  position: absolute;
  inset: 58px -250px auto auto;
  width: min(72vw, 980px);
  transform: rotate(-2deg) translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  transform-origin: center;
  transition: transform 220ms ease-out;
}

.tablet-device {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 26px;
  background: #050607;
  box-shadow: 0 44px 90px rgba(0, 0, 0, 0.58);
}

.tablet-device img {
  width: 100%;
  border-radius: 18px;
}

.product-home .hero-copy {
  width: 47%;
  max-width: 560px;
}

.product-home .hero-media {
  inset: 105px 0 auto auto;
  width: 60vw;
}

.product-home .hero-description {
  max-width: 520px;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #0a0d0f;
}

.trust-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.trust-item {
  min-height: 44px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 1px solid var(--line);
}

.trust-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-mark {
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.trust-item span {
  color: var(--soft);
  font-size: 11px;
}

.section {
  padding: 112px 0;
  border-bottom: 1px solid var(--line);
}

.section-soft {
  background: #0a0e11;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.split-copy h2,
.final-cta h2 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.split-copy > p,
.final-cta > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.moment-card {
  position: relative;
  min-height: 360px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  overflow: hidden;
}

.moment-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--card-accent, var(--accent));
  transform: scaleX(0.15);
  transform-origin: left;
  transition: transform 260ms ease;
}

.moment-card:hover::after {
  transform: scaleX(1);
}

.moment-number {
  display: block;
  margin-bottom: 64px;
  color: var(--card-accent, var(--accent));
  font-size: 12px;
  font-weight: 900;
}

.moment-card h3 {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.2;
}

.moment-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.moment-card:nth-child(2) {
  --card-accent: var(--accent-2);
}

.moment-card:nth-child(3) {
  --card-accent: var(--accent-3);
}

.showcase-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: 72px;
}

.showcase-split.reverse {
  grid-template-columns: minmax(440px, 1.18fr) minmax(0, 0.82fr);
}

.showcase-split.reverse .split-copy {
  order: 2;
}

.showcase-split.reverse .visual-composition {
  order: 1;
}

.split-copy {
  max-width: 530px;
}

.insight-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.insight-list li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.insight-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.insight-list span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.insight-list strong,
.insight-list small {
  display: block;
}

.insight-list strong {
  margin-bottom: 5px;
  font-size: 15px;
}

.insight-list small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.visual-composition {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.visual-composition::before {
  content: "";
  position: absolute;
  inset: 8% 5% 4%;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 2%, transparent);
}

.home-visual {
  min-height: 480px;
}

.home-visual::before {
  inset: 12% 0;
}

.visual-phone {
  position: absolute;
  width: 292px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 39px;
  background: #07090b;
  box-shadow: 0 38px 72px rgba(0, 0, 0, 0.54);
  overflow: hidden;
}

.visual-phone img {
  border-radius: 32px;
}

.visual-phone.front {
  z-index: 2;
  right: 10%;
  top: 0;
}

.visual-phone.back {
  z-index: 1;
  left: 5%;
  bottom: 0;
  opacity: 0.74;
  transform: scale(0.91) rotate(-5deg);
}

.visual-tablet {
  width: 100%;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 23px;
  background: #050607;
  box-shadow: 0 38px 76px rgba(0, 0, 0, 0.58);
}

.visual-tablet img {
  border-radius: 15px;
}

.crop-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.crop-card {
  min-height: 160px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.crop-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 13px;
}

.crop-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.screen-shot {
  margin: 0;
  min-width: 0;
}

.screen-frame {
  position: relative;
  aspect-ratio: 9 / 15.8;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #090b0d;
  overflow: hidden;
}

.screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1);
}

.screen-shot:hover img {
  transform: scale(1.025);
}

.screen-shot figcaption {
  padding: 14px 2px 0;
  color: #cbd2d6;
  font-size: 13px;
  font-weight: 750;
}

.screen-shot figcaption small {
  display: block;
  margin-top: 4px;
  color: var(--soft);
  font-size: 11px;
  font-weight: 600;
}

.product-home .landscape-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.product-home .landscape-gallery .screen-frame {
  aspect-ratio: 1800 / 828;
  border-radius: 14px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.product-home .landscape-gallery .screen-shot:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 9px);
  justify-self: center;
}

.value-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
}

.value-panel {
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.value-panel.featured {
  border-color: color-mix(in srgb, var(--accent) 38%, transparent);
  background: var(--panel-strong);
}

.value-panel h3 {
  margin-bottom: 14px;
  font-size: 27px;
}

.value-panel > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.plain-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 11px 0;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--line);
  color: #d6dcdf;
  font-size: 13px;
  line-height: 1.5;
}

.plain-list li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 900;
}

.privacy-band {
  position: relative;
  overflow: hidden;
}

.privacy-band::before {
  content: none;
}

.privacy-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 72px;
}

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

.privacy-point {
  min-height: 146px;
  padding: 20px;
  border-left: 2px solid var(--point-color, var(--accent));
  background: rgba(255, 255, 255, 0.025);
}

.privacy-point:nth-child(2) {
  --point-color: var(--accent-2);
}

.privacy-point:nth-child(3) {
  --point-color: var(--accent-3);
}

.privacy-point strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.privacy-point p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.final-cta {
  position: relative;
  padding: 104px 0 116px;
  text-align: center;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 520px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.final-cta .app-icon-large {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.44);
}

.final-cta h2 {
  max-width: 760px;
  margin-inline: auto;
}

.final-cta > p {
  max-width: 650px;
  margin: 0 auto 28px;
}

.final-actions {
  justify-content: center;
}

.site-footer {
  padding: 30px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 11px;
}

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

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong {
  color: #dce2e5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a {
  color: #aeb7bc;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--text);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms ease, transform 640ms cubic-bezier(.2,.75,.2,1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-delay="1"] {
  transition-delay: 90ms;
}

[data-reveal-delay="2"] {
  transition-delay: 180ms;
}

[data-reveal-delay="3"] {
  transition-delay: 270ms;
}

@keyframes live-pulse {
  0%, 100% { opacity: 0.45; box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 35%, transparent); }
  50% { opacity: 1; box-shadow: 0 0 0 7px transparent; }
}

/* Studio homepage */
.studio-home {
  --accent: #73dfc2;
  --accent-2: #48c6e8;
  --accent-3: #f1bf4a;
}

.studio-home .site-nav {
  background: rgba(7, 9, 11, 0.88);
}

.studio-brand img {
  width: 32px;
  height: 32px;
}

.studio-hero {
  min-height: 860px;
  padding: calc(var(--nav-height) + 90px) 0 86px;
  border-bottom: 1px solid var(--line);
  background: #07090b;
  overflow: hidden;
}

.studio-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 70px;
}

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

.studio-hero-copy h1 {
  max-width: 760px;
  margin: 20px 0 26px;
  font-size: clamp(52px, 5.2vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.studio-lead {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.studio-facts {
  margin-top: 25px;
}

.studio-hero-media {
  position: relative;
  min-height: 650px;
}

.studio-tablet-preview,
.studio-phone-preview,
.studio-phone-single,
.studio-tablet-single {
  background: #050607;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.52);
  overflow: hidden;
}

.studio-tablet-preview {
  position: absolute;
  top: 66px;
  left: 4%;
  width: 106%;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 24px;
  transform: rotate(-1.5deg);
}

.studio-tablet-preview img,
.studio-tablet-single img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.studio-phone-preview {
  position: absolute;
  right: -2%;
  bottom: -8px;
  width: 190px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 31px;
  transform: rotate(3deg);
}

.studio-phone-preview img,
.studio-phone-single img {
  display: block;
  width: 100%;
  border-radius: 24px;
}

.studio-product-tag {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px 9px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(12, 15, 17, 0.95);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  color: #f4f6f6;
  font-size: 12px;
  font-weight: 800;
}

.studio-product-tag img {
  border-radius: 7px;
}

.studio-preview-label {
  display: none;
}

.tag-home {
  top: 20px;
  right: 1%;
}

.tag-migraine {
  right: 155px;
  bottom: 20px;
}

.studio-apps .section-heading {
  margin-bottom: 58px;
}

.studio-product {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 690px;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a0d0f;
  overflow: hidden;
}

.studio-product + .studio-product {
  margin-top: 32px;
}

.studio-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 78px);
}

.studio-app-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.studio-app-title img {
  border-radius: 13px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36);
}

.studio-app-title .eyebrow {
  margin-bottom: 5px;
  font-size: 10px;
}

.studio-app-title h3 {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0;
}

.studio-product-promise {
  max-width: 530px;
  margin: 0 0 20px;
  color: #f1f4f4;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.12;
}

.studio-product-copy > p:not(.studio-product-promise) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.studio-feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.studio-feature-list li {
  position: relative;
  padding-left: 24px;
  color: #cbd2d4;
  font-size: 13px;
  line-height: 1.5;
}

.studio-feature-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--accent);
  border-radius: 50%;
}

.studio-product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
}

.text-action {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.text-action::after {
  content: "→";
  margin-left: 8px;
}

.text-action:hover {
  color: #fff;
}

.studio-product-visual {
  position: relative;
  min-height: 690px;
  border-left: 1px solid var(--line);
  background: #080a0c;
  overflow: hidden;
}

.migraine-product-visual::before,
.home-product-visual::before {
  content: "";
  position: absolute;
  inset: 12% 8%;
  border: 1px solid rgba(115, 223, 194, 0.17);
  transform: skewX(-8deg);
}

.home-product-visual::before {
  border-color: rgba(72, 198, 232, 0.2);
}

.studio-phone-single {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 50%;
  width: 280px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 39px;
  transform: translateX(-50%) rotate(1deg);
}

.product-homekit {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.product-homekit .studio-product-copy {
  order: 2;
}

.product-homekit .studio-product-visual {
  order: 1;
  border-right: 1px solid var(--line);
  border-left: 0;
}

.studio-tablet-single {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -11%;
  width: 118%;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  transform: translateY(-50%) rotate(-1deg);
}

.studio-note {
  padding: 96px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a0d0f;
}

.studio-note-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 90px;
  align-items: start;
}

.studio-note h2 {
  max-width: 650px;
  margin: 14px 0 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
}

.studio-note-grid > div:last-child p {
  margin: 8px 0 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.studio-mark-large {
  margin-bottom: 26px;
}

.studio-final {
  background: #07090b;
}

@media (max-width: 1040px) {
  h1 {
    font-size: 62px;
  }

  .hero-copy {
    width: 57%;
  }

  .hero-media {
    right: -36px;
    width: 47vw;
  }

  .phone-device {
    width: 252px;
  }

  .tablet-stage {
    right: -310px;
  }

  .showcase-split,
  .showcase-split.reverse {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .visual-phone {
    width: 255px;
  }
}

@media (max-width: 820px) {
  :root {
    --nav-height: 64px;
  }

  .shell {
    width: min(100% - 32px, var(--content));
  }

  .nav-links,
  .nav-store {
    display: none;
  }

  .product-hero {
    min-height: auto;
    padding: calc(var(--nav-height) + 58px) 0 0;
    display: block;
  }

  .product-hero::after {
    inset: 48% 0 0;
    width: 100%;
    border-top: 1px solid color-mix(in srgb, var(--accent) 20%, transparent);
    border-left: 0;
    clip-path: none;
  }

  .hero-copy,
  .product-home .hero-copy {
    width: 100%;
    max-width: 660px;
  }

  h1 {
    font-size: 56px;
  }

  .hero-promise {
    font-size: 22px;
  }

  .hero-media,
  .product-home .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 610px;
    margin-top: 48px;
  }

  .phone-stage {
    left: 50%;
    width: min(520px, 100%);
    transform: translateX(-50%);
  }

  .tablet-stage {
    inset: 72px -35% auto auto;
    width: 138%;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding-block: 16px;
  }

  .trust-item,
  .trust-item:first-child {
    min-height: 60px;
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-item:first-child {
    border-top: 0;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading h2,
  .split-copy h2,
  .final-cta h2 {
    font-size: 39px;
  }

  .moment-grid,
  .screen-gallery,
  .value-grid,
  .privacy-grid,
  .showcase-split,
  .showcase-split.reverse {
    grid-template-columns: 1fr;
  }

  .showcase-split,
  .showcase-split.reverse {
    display: block;
  }

  .moment-card {
    min-height: 260px;
  }

  .moment-number {
    margin-bottom: 44px;
  }

  .showcase-split,
  .showcase-split.reverse,
  .privacy-grid {
    gap: 52px;
  }

  .showcase-split.reverse .split-copy,
  .showcase-split.reverse .visual-composition {
    order: initial;
  }

  .visual-composition {
    min-height: 570px;
    margin-top: 48px;
    overflow: hidden;
  }

  .visual-phone.back {
    display: none;
  }

  .visual-phone.front {
    position: relative;
    inset: auto;
    margin-inline: auto;
  }

  .home-visual {
    min-height: 430px;
    overflow: visible;
  }

  .visual-tablet {
    width: 112%;
    margin-left: -6%;
  }

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

  .privacy-band::before {
    font-size: 100px;
  }
}

@media (max-width: 560px) {
  .site-nav-inner {
    gap: 10px;
  }

  .brand-link span {
    display: none;
  }

  .language-switch button {
    min-width: 32px;
    padding-inline: 7px;
  }

  .product-hero {
    padding-top: calc(var(--nav-height) + 40px);
  }

  .app-identity {
    margin-bottom: 19px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: 1.02;
  }

  .hero-promise {
    font-size: 20px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-actions,
  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

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

  .hero-media,
  .product-home .hero-media {
    min-height: 530px;
    margin-top: 38px;
  }

  .phone-stage {
    left: 50%;
    width: 360px;
  }

  .phone-device {
    width: 220px;
    border-radius: 34px;
  }

  .phone-device img {
    border-radius: 27px;
  }

  .phone-device.primary {
    right: 8px;
  }

  .phone-device.secondary {
    left: 5px;
    top: 96px;
  }

  .floating-note {
    min-width: 156px;
    padding: 11px 12px;
  }

  .floating-note.note-one {
    left: 4px;
    top: 34px;
  }

  .floating-note.note-two {
    right: 2px;
    bottom: 58px;
  }

  .tablet-stage {
    inset: 34px -72% auto auto;
    width: 190%;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .split-copy h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .moment-card,
  .value-panel {
    padding: 22px;
  }

  .screen-gallery {
    grid-template-columns: 1fr;
  }

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

  .product-home .landscape-gallery .screen-shot:last-child {
    grid-column: auto;
    width: 100%;
  }

  .screen-frame {
    aspect-ratio: 9 / 14.4;
  }

  .visual-composition {
    min-height: 680px;
  }

  .visual-phone {
    width: min(300px, calc(100% - 24px));
  }

  .visual-phone.front {
    right: 2%;
  }

  .visual-phone.back {
    left: 0;
  }

  .home-visual {
    min-height: 330px;
  }

  .privacy-band::before {
    display: none;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

/* On phones, product screens are content rather than decoration. */
@media (max-width: 560px) {
  .site-nav {
    position: absolute;
  }

  .studio-hero {
    padding-top: calc(var(--nav-height) + 42px);
  }

  .studio-hero-media {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(92px, 29%);
    align-items: center;
    gap: 12px;
    min-height: auto;
    margin-top: 34px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #0a0d0f;
  }

  .studio-tablet-preview,
  .studio-phone-preview {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 6px;
    border-radius: 12px;
    transform: none;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
  }

  .studio-phone-preview {
    align-self: center;
    border-radius: 20px;
  }

  .studio-tablet-preview img {
    border-radius: 8px;
  }

  .studio-phone-preview img {
    border-radius: 14px;
  }

  .studio-preview-label {
    display: block;
    padding: 3px 3px 8px;
    color: #dce3e5;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
  }

  .product-migraine .hero-media,
  .product-home .hero-media {
    min-height: auto;
    margin-top: 34px;
    padding-bottom: 34px;
  }

  .product-migraine .phone-stage {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 500px;
    transform: none;
  }

  .product-migraine .phone-device.primary {
    top: 0;
    right: auto;
    left: 50%;
    width: 220px;
    transform: translateX(-50%);
  }

  .product-migraine .phone-device.secondary,
  .product-migraine .floating-note.note-two {
    display: none;
  }

  .product-migraine .floating-note.note-one {
    top: 30px;
    left: 8px;
  }

  .product-home .tablet-stage {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .product-home .tablet-device {
    padding: 6px;
    border-radius: 16px;
  }

  .product-home .tablet-device img {
    border-radius: 11px;
  }

  .visual-composition {
    min-height: auto;
    margin-top: 32px;
    padding: 18px 0;
  }

  .visual-composition::before {
    inset: 0;
  }

  .visual-phone.front {
    right: auto;
    width: min(252px, calc(100% - 36px));
  }

  .home-visual {
    min-height: auto;
    padding: 12px 0;
  }

  .visual-tablet {
    width: 100%;
    margin-left: 0;
    padding: 6px;
    border-radius: 16px;
  }

  .visual-tablet img {
    border-radius: 10px;
  }

  .product-migraine .screen-gallery {
    display: flex;
    gap: 14px;
    margin-inline: -16px;
    padding: 0 16px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-migraine .screen-gallery::-webkit-scrollbar {
    display: none;
  }

  .product-migraine .screen-shot {
    flex: 0 0 min(74vw, 270px);
    scroll-snap-align: start;
  }

  .product-migraine .screen-frame {
    aspect-ratio: 1320 / 2868;
  }

  .product-migraine .screen-frame img {
    object-fit: contain;
  }

  .product-home .landscape-gallery .screen-frame {
    aspect-ratio: 1800 / 828;
  }

  .studio-product-visual {
    min-height: 520px;
  }

  .product-homekit .studio-product-visual {
    min-height: auto;
    padding: 28px 14px;
  }

  .studio-phone-single {
    transform: translateX(-50%);
  }

  .studio-tablet-single {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    padding: 6px;
    border-radius: 16px;
    transform: none;
  }

  .studio-tablet-single img {
    border-radius: 10px;
  }
}

/* Studio homepage: one clear introduction and two product stories. */
.studio-home-v3 {
  background: #07090b;
}

.studio-home-v3 .site-nav {
  background: rgba(7, 9, 11, 0.94);
}

.studio-v3-hero {
  padding: calc(var(--nav-height) + 76px) 0 84px;
}

.studio-v3-intro {
  max-width: 820px;
  margin-bottom: 52px;
}

.studio-v3-intro h1 {
  max-width: 780px;
  margin: 0 0 22px;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: 0.98;
}

.studio-v3-intro > p:last-child {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.studio-v3-app-jump {
  display: none;
}

.studio-v3-apps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.studio-v3-card {
  min-width: 0;
  min-height: 690px;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0b0e10;
  overflow: hidden;
}

.studio-v3-card-copy {
  position: relative;
  z-index: 2;
  padding: 36px 36px 32px;
}

.studio-v3-app-name {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.studio-v3-app-name img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.studio-v3-app-name span,
.studio-v3-app-name strong {
  display: block;
}

.studio-v3-app-name span {
  margin-bottom: 3px;
  color: var(--soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.studio-v3-app-name strong {
  color: #f3f6f7;
  font-size: 18px;
}

.studio-v3-card h2 {
  max-width: 480px;
  margin: 0 0 14px;
  color: #f5f7f8;
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.08;
}

.studio-v3-card-copy > p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.studio-v3-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 15px;
  margin-top: 26px;
}

.studio-v3-actions .primary-action {
  min-height: 44px;
  padding-inline: 18px;
}

.studio-v3-store-link {
  color: #b8c1c6;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.studio-v3-store-link:hover {
  color: #fff;
}

.studio-v3-card-media {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: start center;
  border-top: 1px solid var(--line);
  background: #080a0c;
  overflow: hidden;
}

.studio-v3-migraine .studio-v3-card-media {
  padding-top: 28px;
}

.studio-v3-migraine .studio-v3-card-media img {
  width: 205px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 31px 31px 0 0;
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.5);
}

.studio-v3-home .studio-v3-card-media {
  place-items: center;
  padding: 28px;
}

.studio-v3-home .studio-v3-card-media img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.48);
}

.studio-v3-migraine {
  border-top-color: rgba(115, 223, 194, 0.5);
}

.studio-v3-home {
  border-top-color: rgba(72, 198, 232, 0.5);
}

.studio-v3-values {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-v3-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.studio-v3-value-grid > div {
  padding: 34px 28px;
  border-left: 1px solid var(--line);
}

.studio-v3-value-grid > div:first-child {
  border-left: 0;
}

.studio-v3-value-grid strong,
.studio-v3-value-grid span {
  display: block;
}

.studio-v3-value-grid strong {
  margin-bottom: 7px;
  color: #eef2f3;
  font-size: 14px;
}

.studio-v3-value-grid span {
  color: var(--soft);
  font-size: 12px;
  line-height: 1.55;
}

.studio-v3-about {
  padding: 92px 0;
}

.studio-v3-about-inner {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  align-items: start;
}

.studio-v3-about h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.04;
}

.studio-v3-about-inner > div:last-child p {
  max-width: 520px;
  margin: 4px 0 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.studio-v3-maker-facts {
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.studio-v3-maker-facts span {
  color: #d5dcdf;
  font-size: 12px;
  font-weight: 750;
}

.studio-v3-maker-facts span::before {
  margin-right: 8px;
  color: var(--accent);
  content: "•";
}

@media (max-width: 820px) {
  .studio-v3-hero {
    padding-top: calc(var(--nav-height) + 54px);
  }

  .studio-v3-apps {
    grid-template-columns: 1fr;
  }

  .studio-v3-card {
    min-height: 640px;
  }

  .studio-v3-value-grid {
    grid-template-columns: 1fr;
  }

  .studio-v3-value-grid > div,
  .studio-v3-value-grid > div:first-child {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .studio-v3-value-grid > div:first-child {
    border-top: 0;
  }

  .studio-v3-about-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .studio-home-v3 .site-nav {
    position: absolute;
  }

  .studio-v3-hero {
    padding: calc(var(--nav-height) + 42px) 0 62px;
  }

  .studio-v3-intro {
    margin-bottom: 34px;
  }

  .studio-v3-intro h1 {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.01;
  }

  .studio-v3-intro > p:last-child {
    font-size: 15px;
  }

  .studio-v3-app-jump {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .studio-v3-app-jump a {
    color: #dfe5e8;
    font-size: 12px;
    font-weight: 750;
    text-underline-offset: 4px;
  }

  .studio-v3-apps {
    gap: 14px;
  }

  .studio-v3-card {
    min-height: auto;
  }

  .studio-v3-card-copy {
    padding: 24px 22px 26px;
  }

  .studio-v3-app-name {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .studio-v3-app-name img {
    width: 48px;
    height: 48px;
  }

  .studio-v3-app-name strong {
    font-size: 16px;
  }

  .studio-v3-card h2 {
    font-size: 29px;
  }

  .studio-v3-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-v3-actions .primary-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .studio-v3-store-link {
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 7px;
    text-align: center;
  }

  .studio-v3-home .studio-v3-store-link {
    grid-column: 1 / -1;
  }

  .studio-v3-card-media {
    min-height: 290px;
  }

  .studio-v3-migraine .studio-v3-card-media img {
    width: 188px;
  }

  .studio-v3-home .studio-v3-card-media {
    min-height: auto;
    padding: 22px 14px;
  }

  .studio-v3-about {
    padding: 68px 0;
  }

  .studio-v3-about h2 {
    font-size: 36px;
  }
}

/* Product pages use bands and clear reading order instead of stacked cards. */
.product-migraine,
.product-home {
  background: #07090b;
}

.product-migraine .trust-strip,
.product-home .trust-strip {
  display: none;
}

.product-migraine .hero-facts,
.product-home .hero-facts,
.product-migraine .floating-note,
.product-home .floating-note {
  display: none;
}

.product-migraine .app-identity img,
.product-home .app-identity img {
  display: none;
}

.product-migraine .section,
.product-home .section {
  padding: 76px 0;
}

.product-migraine .section-soft,
.product-home .section-soft {
  background: #0a0d0f;
}

.product-migraine .moment-grid,
.product-home .moment-grid {
  gap: 28px;
}

.product-migraine .moment-card,
.product-home .moment-card {
  min-height: auto;
  padding: 25px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.product-migraine .moment-number,
.product-home .moment-number {
  margin-bottom: 30px;
  color: var(--soft);
  font-size: 11px;
}

.product-migraine .crop-card,
.product-home .crop-card {
  min-height: auto;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.product-migraine .value-panel,
.product-home .value-panel {
  border-radius: 8px;
  background: #0d1114;
}

.product-migraine .section-heading,
.product-home .section-heading {
  margin-bottom: 44px;
}

.product-migraine .final-cta,
.product-home .final-cta {
  padding-block: 82px;
}

@media (max-width: 560px) {
  .product-migraine .product-hero,
  .product-home .product-hero {
    padding-bottom: 42px;
  }

  .product-migraine .phone-stage {
    min-height: 410px;
    overflow: hidden;
  }

  .product-migraine .phone-device.primary {
    width: 230px;
    height: 410px;
    border-bottom: 0;
    border-radius: 36px 36px 0 0;
  }

  .product-migraine .feature-shot {
    height: 430px;
    overflow: hidden;
  }

  .product-migraine .feature-shot .visual-phone.front {
    top: 18px;
    border-bottom: 0;
    border-radius: 35px 35px 0 0;
  }

  .product-migraine .app-identity,
  .product-home .app-identity {
    margin-bottom: 18px;
  }

  .product-migraine .app-identity img,
  .product-home .app-identity img {
    display: none;
  }

  .product-migraine .section,
  .product-home .section {
    padding: 58px 0;
  }

  .product-migraine .section-heading,
  .product-home .section-heading {
    margin-bottom: 30px;
  }

  .product-migraine .moment-grid,
  .product-home .moment-grid {
    gap: 24px;
  }

  .product-migraine .moment-card,
  .product-home .moment-card {
    padding-top: 20px;
  }

  .product-migraine .moment-number,
  .product-home .moment-number {
    margin-bottom: 16px;
  }

  .product-migraine .final-cta,
  .product-home .final-cta {
    padding-inline: 20px;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .studio-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    gap: 38px;
  }

  .studio-hero-media {
    min-height: 590px;
  }

  .studio-phone-preview {
    width: 165px;
  }

  .studio-product-copy {
    padding: 48px;
  }

  .studio-product-promise {
    font-size: 32px;
  }
}

@media (max-width: 820px) {
  .studio-hero {
    min-height: auto;
    padding: calc(var(--nav-height) + 64px) 0 58px;
  }

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

  .studio-hero-copy {
    max-width: 680px;
  }

  .studio-hero-media {
    width: 100%;
    min-height: 540px;
  }

  .studio-tablet-preview {
    left: 2%;
    width: 96%;
  }

  .studio-phone-preview {
    right: 4%;
  }

  .studio-product,
  .product-homekit {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-homekit .studio-product-copy,
  .product-homekit .studio-product-visual {
    order: initial;
  }

  .studio-product-visual,
  .product-homekit .studio-product-visual {
    min-height: 620px;
    border-top: 1px solid var(--line);
    border-right: 0;
    border-left: 0;
  }

  .studio-tablet-single {
    left: -4%;
    width: 108%;
  }

  .studio-note-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 560px) {
  .studio-hero {
    padding-top: calc(var(--nav-height) + 46px);
  }

  .studio-hero-copy h1 {
    font-size: 43px;
    line-height: 1.01;
  }

  .studio-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .studio-hero-media {
    min-height: 390px;
  }

  .studio-tablet-preview {
    top: 52px;
    left: 0;
    width: 111%;
  }

  .studio-phone-preview {
    right: 2%;
    bottom: -4px;
    width: 118px;
    border-radius: 22px;
  }

  .studio-phone-preview img {
    border-radius: 16px;
  }

  .studio-product-tag {
    display: none;
  }

  .studio-apps .section-heading {
    margin-bottom: 36px;
  }

  .studio-product-copy {
    padding: 28px 24px 34px;
  }

  .studio-app-title {
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .studio-app-title img {
    width: 50px;
    height: 50px;
  }

  .studio-app-title h3 {
    font-size: 22px;
  }

  .studio-product-promise {
    font-size: 28px;
  }

  .studio-product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .studio-product-actions .text-action {
    justify-content: center;
  }

  .studio-product-visual,
  .product-homekit .studio-product-visual {
    min-height: 500px;
  }

  .studio-phone-single {
    top: 32px;
    width: 230px;
    border-radius: 33px;
  }

  .studio-tablet-single {
    left: -28%;
    width: 156%;
  }

  .studio-note {
    padding: 72px 0;
  }

  .studio-note h2 {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .studio-hero {
    padding-top: calc(var(--nav-height) + 42px);
  }

  .studio-hero-media {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(92px, 29%);
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: auto;
    margin-top: 34px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #0a0d0f;
  }

  .studio-tablet-preview,
  .studio-phone-preview {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 6px;
    transform: none;
  }

  .studio-tablet-preview {
    border-radius: 12px;
  }

  .studio-phone-preview {
    border-radius: 20px;
  }

  .studio-product-visual {
    min-height: 520px;
  }

  .product-homekit .studio-product-visual {
    min-height: auto;
    padding: 28px 14px;
  }

  .studio-tablet-single {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    padding: 6px;
    border-radius: 16px;
    transform: none;
  }
}
