:root {
  --noir-deep: #110e0c;
  --noir: #191512;
  --noir-raised: #221c17;
  --ivory: #f5f0e8;
  --paper: #fffdf9;
  --champagne: #f3e7cf;
  --gold: #b89b5e;
  --gold-glow: #e0c08a;
  --gold-deep: #7a6030;
  --ink: #141210;
  --ink-soft: rgba(20, 18, 16, 0.72);
  --ink-muted: rgba(20, 18, 16, 0.56);
  --on-noir: #f7f1e6;
  --on-noir-soft: rgba(247, 241, 230, 0.76);
  --on-noir-muted: rgba(247, 241, 230, 0.54);

  --accent-dark: linear-gradient(100deg, #fff3da 0%, #e7c58a 32%, #bf9656 58%, #f3dfb4 82%, #e7c58a 100%);
  --accent-light: linear-gradient(100deg, #5a421f 0%, #9b7437 34%, #6f5428 60%, #b48d4c 84%, #9b7437 100%);
  --accent-gradient: var(--accent-dark);

  --glass: linear-gradient(160deg, rgba(247, 241, 230, 0.08), rgba(247, 241, 230, 0.02) 62%);
  --glass-edge: inset 0 1px 0 rgba(255, 244, 220, 0.1), inset 0 0 0 1px rgba(255, 244, 220, 0.045);
  --depth-1: 0 1px 2px rgba(0, 0, 0, 0.25), 0 14px 30px -14px rgba(0, 0, 0, 0.6);
  --depth-2: 0 2px 6px rgba(0, 0, 0, 0.22), 0 30px 60px -26px rgba(0, 0, 0, 0.7), 0 70px 120px -50px rgba(0, 0, 0, 0.55);
  --depth-light: 0 2px 6px rgba(90, 64, 24, 0.07), 0 24px 50px -24px rgba(90, 64, 24, 0.3), 0 60px 110px -50px rgba(90, 64, 24, 0.32);

  --font-display: "Noto Serif Display", "Didot", "Bodoni 72", Georgia, serif;
  --font-body: "Jost", "Futura", "Avenir Next", system-ui, sans-serif;
  --tracking-label: 0.18em;
  --leading-display: 1.02;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-sweep: cubic-bezier(0.65, 0, 0.25, 1);
  --shell: 1240px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --header-h: 72px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --blend-h: clamp(9rem, 20vw, 16rem);
}

html[lang="ar"] {
  --font-display: "Amiri", "Noto Serif Display", Georgia, serif;
  --font-body: "IBM Plex Sans Arabic", "Jost", system-ui, sans-serif;
  --tracking-label: 0;
  --leading-display: 1.3;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  background: var(--noir);
}

body {
  margin: 0;
  background: var(--noir);
  color: var(--on-noir);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

button {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold-glow);
  outline-offset: 3px;
  border-radius: 6px;
}

.on-light {
  --accent-gradient: var(--accent-light);
}

.on-light :focus-visible {
  outline-color: var(--gold-deep);
}

.shell {
  position: relative;
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip {
  position: absolute;
  inset-inline-start: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--gold-glow);
  color: var(--noir);
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
}

.skip:focus {
  top: 1rem;
}

.sheen {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 24%) var(--my, 12%), rgba(255, 240, 210, 0.26), transparent 46%);
  mix-blend-mode: soft-light;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  justify-self: start;
  padding: 0.45rem 0.95rem 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(224, 192, 138, 0.09);
  box-shadow: inset 0 0 0 1px rgba(224, 192, 138, 0.16), 0 10px 30px -12px rgba(224, 192, 138, 0.25);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--gold-glow);
}

.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px 2px rgba(224, 192, 138, 0.65);
}

.on-light .eyebrow {
  background: rgba(122, 96, 48, 0.08);
  box-shadow: inset 0 0 0 1px rgba(122, 96, 48, 0.16), 0 10px 30px -14px rgba(122, 96, 48, 0.3);
  color: var(--gold-deep);
}

.on-light .eyebrow::before {
  box-shadow: 0 0 10px 1px rgba(184, 155, 94, 0.55);
}

html[lang="ar"] .eyebrow {
  font-size: 0.85rem;
}

.display,
.hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: var(--leading-display);
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.display {
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.tone-dark .display,
.hero-title,
.cta .display {
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

html[lang="ar"] .display,
html[lang="ar"] .hero-title {
  font-weight: 400;
  letter-spacing: 0;
}

.display em,
.hero-title em {
  font-style: italic;
  filter: drop-shadow(0 14px 30px rgba(224, 192, 138, 0.18));
}

.on-light .display em {
  filter: drop-shadow(0 12px 24px rgba(122, 96, 48, 0.16));
}

html[lang="ar"] .display em,
html[lang="ar"] .hero-title em {
  font-style: normal;
}

.word {
  display: inline-block;
  perspective: 700px;
}

.word-inner {
  display: inline-block;
}

em .word-inner {
  padding: 0 0.1em 0.16em;
  margin: 0 -0.1em -0.16em;
  background-image: var(--accent-gradient);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  animation: accent-shimmer 10s ease-in-out infinite alternate;
}

@keyframes accent-shimmer {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

.lead {
  font-size: clamp(1.0625rem, 1.4vw, 1.1875rem);
  line-height: 1.7;
  max-width: 38rem;
  color: var(--on-noir-soft);
  text-wrap: pretty;
}

.on-light .lead {
  color: var(--ink-soft);
}

.ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%);
}

.ambient span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--glow) 0%, transparent 68%);
  animation: ambient-drift 24s ease-in-out infinite alternate;
}

.ambient span:nth-child(1) {
  --glow: rgba(224, 192, 138, 0.2);
  width: 56rem;
  height: 56rem;
  inset-inline-end: -16rem;
  top: -18rem;
}

.ambient span:nth-child(2) {
  --glow: rgba(201, 138, 138, 0.12);
  width: 42rem;
  height: 42rem;
  inset-inline-start: -16rem;
  bottom: -20rem;
  animation-duration: 30s;
}

.ambient span:nth-child(3) {
  --glow: rgba(106, 144, 153, 0.1);
  width: 30rem;
  height: 30rem;
  inset-inline-start: 38%;
  top: 28%;
  animation-duration: 36s;
}

.ambient--soft span:nth-child(1) {
  --glow: rgba(224, 192, 138, 0.1);
  top: 20%;
}

@keyframes ambient-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-4rem, 3rem, 0) scale(1.15);
  }
}

.section {
  position: relative;
  padding-block: clamp(5.5rem, 11vw, 9.5rem);
  isolation: isolate;
}

.tone-dark {
  --blend-to: var(--noir);
  background: var(--noir);
  color: var(--on-noir);
}

.tone-light {
  --blend-to: var(--ivory);
  background: var(--ivory);
  color: var(--ink);
}

.tone-champagne {
  --blend-to: var(--champagne);
  background: var(--champagne);
  color: var(--ink);
}

.blend {
  padding-top: calc(var(--blend-h) + clamp(1.5rem, 3vw, 3rem));
}

.blend::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: var(--blend-h);
  pointer-events: none;
  background: linear-gradient(to bottom, var(--blend-from), var(--blend-to));
  background: linear-gradient(
    to bottom,
    var(--blend-from) 0%,
    color-mix(in oklab, var(--blend-from) 95%, var(--blend-to)) 10%,
    color-mix(in oklab, var(--blend-from) 83%, var(--blend-to)) 22%,
    color-mix(in oklab, var(--blend-from) 65%, var(--blend-to)) 36%,
    color-mix(in oklab, var(--blend-from) 45%, var(--blend-to)) 50%,
    color-mix(in oklab, var(--blend-from) 26%, var(--blend-to)) 64%,
    color-mix(in oklab, var(--blend-from) 11%, var(--blend-to)) 78%,
    color-mix(in oklab, var(--blend-from) 3%, var(--blend-to)) 90%,
    var(--blend-to) 100%
  );
}

.tone-dark + .tone-dark,
.hero + .section {
  padding-top: clamp(1.5rem, 4vw, 3.5rem);
}

#how,
#faq {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

#places {
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

#baby {
  --blend-h: clamp(5rem, 11vw, 9rem);
}

.privacy-grid .display,
.faq-grid .display,
.baby-copy .display {
  font-size: clamp(2.5rem, 4.4vw, 4.2rem);
}

.section-head {
  display: grid;
  gap: 1.5rem;
  justify-items: start;
  max-width: 52rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease), color 0.35s var(--ease);
}

.btn svg {
  width: 16px;
  height: 16px;
}

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

.btn:active {
  transform: translateY(0);
}

.btn--gold {
  background: linear-gradient(180deg, #f0d9ae, #d6b279);
  color: var(--noir);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 12px 26px -12px rgba(224, 192, 138, 0.6);
}

.btn--gold:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 18px 34px -12px rgba(224, 192, 138, 0.75);
}

.btn--ghost {
  background: var(--glass);
  color: var(--on-noir);
  box-shadow: var(--glass-edge), var(--depth-1);
}

.btn--ghost:hover {
  background: linear-gradient(160deg, rgba(224, 192, 138, 0.16), rgba(247, 241, 230, 0.04) 70%);
}

.on-light .btn--ghost {
  background: linear-gradient(160deg, #fffdf9, #f7efe1);
  color: var(--ink);
  box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(90, 64, 24, 0.08), 0 12px 26px -14px rgba(90, 64, 24, 0.35);
}

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  color: var(--on-noir);
  transition: background-color 0.5s var(--ease), box-shadow 0.5s var(--ease);
}

.site-header.is-solid {
  background: rgba(17, 14, 12, 0.78);
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  flex-shrink: 0;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.7);
}

.brand span {
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.header-nav {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  margin-inline: auto;
  font-size: 0.875rem;
}

.header-nav a {
  color: var(--on-noir-soft);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s var(--ease), text-shadow 0.3s var(--ease);
}

.header-nav a:hover {
  color: var(--on-noir);
  text-shadow: 0 0 18px rgba(224, 192, 138, 0.55);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-inline-start: auto;
}

.header-nav + .header-tools {
  margin-inline-start: 0;
}

.header-tools .btn {
  min-height: 2.5rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.875rem;
}

.lang {
  position: relative;
}

.lang summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--glass);
  box-shadow: var(--glass-edge);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-noir-soft);
  cursor: pointer;
  list-style: none;
  transition: color 0.3s var(--ease), background-color 0.3s var(--ease);
}

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

.lang summary:hover,
.lang[open] summary {
  color: var(--on-noir);
}

.lang svg {
  width: 16px;
  height: 16px;
}

.lang-menu {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 0.6rem);
  min-width: 12rem;
  padding: 0.45rem;
  border-radius: 18px;
  background: rgba(34, 28, 23, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--glass-edge), 0 30px 70px -20px rgba(0, 0, 0, 0.75);
}

.lang-menu a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  font-size: 0.9375rem;
  text-decoration: none;
  color: var(--on-noir-soft);
}

.lang-menu a:hover {
  background: rgba(247, 241, 230, 0.07);
  color: var(--on-noir);
}

.lang-menu a[aria-current="page"] {
  color: var(--gold-glow);
  background: rgba(224, 192, 138, 0.08);
}

.lang-menu small {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem));
  padding-bottom: clamp(4.5rem, 9vw, 7.5rem);
  background: var(--noir);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.hero-copy {
  display: grid;
  gap: 1.75rem;
  align-content: center;
  justify-items: start;
}

.hero-title {
  font-size: clamp(2.6rem, 4vw, 3.8rem);
}

.hero-title .line {
  display: block;
}

.hero-note {
  font-size: 0.875rem;
  color: var(--on-noir-muted);
}

.stores {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.store {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 11.5rem;
  padding: 0.7rem 1.35rem 0.7rem 1.05rem;
  border-radius: 18px;
  background: var(--glass);
  box-shadow: var(--glass-edge), var(--depth-1);
  color: var(--on-noir);
  text-decoration: none;
  line-height: 1.15;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background-color 0.35s var(--ease);
}

a.store:hover {
  transform: translateY(-3px);
  box-shadow: var(--glass-edge), var(--depth-2);
}

.store svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.store span {
  display: grid;
}

.store small {
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: var(--on-noir-soft);
}

.store strong {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.store.is-soon small {
  color: var(--gold-glow);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

html[lang="ar"] .store.is-soon small {
  letter-spacing: 0;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 1.75rem;
  perspective: 1800px;
  padding-inline-start: clamp(0rem, 5vw, 4rem);
}

.hero-stage {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(calc(4deg + var(--rx, 0deg))) rotateY(calc(-9deg + var(--ry, 0deg)));
  transition: transform 1.4s var(--ease);
  animation: stage-float 10s ease-in-out infinite;
}

html[dir="rtl"] .hero-stage {
  transform: rotateX(calc(4deg + var(--rx, 0deg))) rotateY(calc(9deg + var(--ry, 0deg)));
}

.is-tilting {
  transition-duration: 0.35s !important;
}

@keyframes stage-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset-inline: 10%;
  bottom: -3.5rem;
  height: 3rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6), transparent 70%);
  filter: blur(10px);
  transform: translateZ(-60px);
  pointer-events: none;
}

.stage-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-lg);
  background: var(--noir-raised);
  box-shadow:
    0 0 0 1px rgba(255, 244, 220, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 40px 80px -30px rgba(0, 0, 0, 0.85),
    0 90px 160px -60px rgba(0, 0, 0, 0.75),
    0 0 140px -30px rgba(224, 192, 138, 0.22);
}

.stage-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(to top, rgba(17, 14, 12, 0.78) 0%, rgba(17, 14, 12, 0.2) 36%, rgba(17, 14, 12, 0) 55%);
  pointer-events: none;
}

.stage-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  visibility: hidden;
}

.stage-shot.is-previous {
  visibility: visible;
  z-index: 1;
}

.stage-shot.is-active {
  visibility: visible;
  z-index: 2;
  animation: stage-drift 9s var(--ease) both;
}

.stage-shot.is-entering {
  animation: stage-reveal 1.5s var(--ease-sweep) both, stage-drift 9s var(--ease) both;
}

html[dir="rtl"] .stage-shot.is-entering {
  animation-name: stage-reveal-rtl, stage-drift;
}

.stage-sweep {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

.stage-sweep::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 236, 190, 0), #ffe6b8 30%, #ffe6b8 70%, rgba(255, 236, 190, 0));
  box-shadow: 0 0 24px 8px rgba(224, 192, 138, 0.5);
}

.stage-sweep::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 100%;
  width: 36%;
  background: linear-gradient(to right, rgba(255, 236, 190, 0), rgba(255, 236, 190, 0.2));
}

html[dir="rtl"] .stage-sweep::after {
  background: linear-gradient(to left, rgba(255, 236, 190, 0), rgba(255, 236, 190, 0.2));
}

.stage-sweep.is-running {
  animation: stage-sweep 1.5s var(--ease-sweep) both;
}

html[dir="rtl"] .stage-sweep.is-running {
  animation-name: stage-sweep-rtl;
}

@keyframes stage-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes stage-reveal-rtl {
  from {
    clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes stage-sweep {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes stage-sweep-rtl {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes stage-drift {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

.stage-tag {
  position: absolute;
  top: 1.1rem;
  inset-inline-end: 1.1rem;
  z-index: 7;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 14, 12, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 220, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-noir);
}

html[lang="ar"] .stage-tag {
  letter-spacing: 0;
  font-size: 0.8125rem;
}

.stage-print {
  position: absolute;
  z-index: 8;
  inset-inline-start: -9%;
  top: 9%;
  width: clamp(6.5rem, 11vw, 9.25rem);
  padding: 0.45rem 0.45rem 0;
  border-radius: 12px;
  background: linear-gradient(170deg, #fffdf9, #f3ebdd);
  color: var(--ink);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 30px 60px -18px rgba(0, 0, 0, 0.75);
  transform: translateZ(90px) rotate(-4deg);
}

html[dir="rtl"] .stage-print {
  transform: translateZ(90px) rotate(4deg);
}

.stage-print img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 8px;
}

.stage-print figcaption {
  padding: 0.5rem 0.1rem 0.55rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  text-align: center;
  line-height: 1.2;
  hyphens: auto;
}

html[lang="ar"] .stage-print figcaption {
  letter-spacing: 0;
  font-size: 0.75rem;
}

.stage-place {
  position: absolute;
  z-index: 8;
  inset-inline-start: -7%;
  inset-inline-end: 6%;
  bottom: 7%;
  pointer-events: none;
  transform: translateZ(130px);
}

.place-name,
.place-meta {
  display: grid;
}

.place-name > span,
.place-meta > span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(0.35em);
  transition: opacity 0.6s var(--ease), transform 0.9s var(--ease);
}

.place-name > span {
  align-self: end;
}

.place-name > span.is-active,
.place-meta > span.is-active {
  opacity: 1;
  transform: none;
  transition-delay: 0.45s;
}

.place-name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2.75rem, 5.4vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--on-noir);
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.3);
  overflow-wrap: anywhere;
}

html[lang="ar"] .place-name {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

.place-meta {
  margin-top: 0.75rem;
  padding-inline-start: 0.35rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--on-noir-soft);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.place-meta b {
  font-weight: 500;
  color: var(--gold-glow);
}

html[lang="ar"] .place-meta {
  letter-spacing: 0;
  font-size: 0.875rem;
}

.stage-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.stage-dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.stage-dot {
  position: relative;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: width 0.6s var(--ease);
}

.stage-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(247, 241, 230, 0.28);
  transition: width 0.6s var(--ease), background-color 0.4s var(--ease);
}

.stage-dot:hover::before {
  background: rgba(247, 241, 230, 0.6);
}

.stage-dot[aria-pressed="true"] {
  width: 3.25rem;
}

.stage-dot[aria-pressed="true"]::before {
  width: 2.5rem;
  background: rgba(247, 241, 230, 0.16);
}

.stage-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 8px;
  margin-top: -4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f0d9ae, #d6b279);
  box-shadow: 0 0 14px rgba(224, 192, 138, 0.6);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
}

html[dir="rtl"] .stage-dot::after {
  transform-origin: right center;
}

.stage-dot[aria-pressed="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero-visual.is-playing .stage-dot[aria-pressed="true"]::after {
  animation: stage-progress var(--stage-interval, 5600ms) linear both;
}

@keyframes stage-progress {
  from {
    transform: scaleX(0.08);
  }
  to {
    transform: scaleX(1);
  }
}

.icon-toggle {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: var(--glass);
  box-shadow: var(--glass-edge), var(--depth-1);
  color: var(--on-noir-soft);
  cursor: pointer;
  transition: color 0.3s var(--ease), transform 0.3s var(--ease);
}

.icon-toggle:hover {
  color: var(--on-noir);
  transform: translateY(-2px);
}

.icon-toggle svg {
  width: 14px;
  height: 14px;
}

.icon-toggle .icon-play,
.icon-toggle[data-state="paused"] .icon-pause {
  display: none;
}

.icon-toggle[data-state="paused"] .icon-play {
  display: block;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.step {
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: 0.75rem 0.75rem 2rem;
  border-radius: var(--radius-lg);
  background: var(--glass);
  box-shadow: var(--glass-edge), var(--depth-2);
}

.step-media {
  perspective: 1000px;
}

.step-media-inner {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-md);
  background: var(--noir-raised);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8);
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 1s var(--ease);
}

.step-media-inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  transition: transform 1.4s var(--ease);
}

.step:hover .step-media-inner > img {
  transform: scale(1.06);
}

.step-media-inner--fan {
  background: radial-gradient(circle at 50% 38%, #3d3229, #1a1512 75%);
}

.fan-card {
  position: absolute;
  width: 48%;
  aspect-ratio: 3 / 4;
  padding: 0.35rem;
  border-radius: 12px;
  background: linear-gradient(170deg, #fffdf9, #efe6d6);
  box-shadow: 0 24px 44px -16px rgba(0, 0, 0, 0.75);
  transition: transform 1s var(--ease);
}

.fan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.fan-card:nth-child(1) {
  inset-inline-start: 7%;
  top: 22%;
  transform: rotate(-8deg);
}

.fan-card:nth-child(2) {
  inset-inline-start: 26%;
  top: 11%;
  z-index: 2;
}

.fan-card:nth-child(3) {
  inset-inline-end: 7%;
  top: 24%;
  transform: rotate(8deg);
}

.step:hover .fan-card:nth-child(1) {
  transform: rotate(-12deg) translateX(-7%);
}

.step:hover .fan-card:nth-child(2) {
  transform: translateY(-5%);
}

.step:hover .fan-card:nth-child(3) {
  transform: rotate(12deg) translateX(7%);
}

.step-label {
  position: absolute;
  inset-inline-start: 0.85rem;
  bottom: 0.85rem;
  z-index: 7;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(17, 14, 12, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 220, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--on-noir);
}

html[lang="ar"] .step-label {
  letter-spacing: 0;
  font-size: 0.8125rem;
}

.step-body {
  display: grid;
  gap: 0.55rem;
  padding-inline: 1rem;
}

.step-no {
  justify-self: start;
  padding-inline-end: 0.12em;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  background-image: var(--accent-dark);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[lang="ar"] .step-no {
  font-style: normal;
}

.step-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  line-height: 1.2;
}

.step-body p {
  color: var(--on-noir-soft);
  max-width: 34rem;
}

.section--looks {
  overflow: hidden;
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.looks-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.looks-head .section-head {
  margin-bottom: 0;
}

.wall {
  position: relative;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding-block: 2.5rem 6rem;
  perspective: 1800px;
  perspective-origin: 50% 20%;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 76%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 76%, transparent 100%);
}

.wall-plane {
  display: grid;
  gap: clamp(1.25rem, 2.2vw, 1.75rem);
  transform: rotateX(22deg) rotateZ(-5deg) scale(1.16);
  transform-origin: 50% 30%;
}

html[dir="rtl"] .wall-plane {
  transform: rotateX(22deg) rotateZ(5deg) scale(1.16);
}

.wall-track {
  display: flex;
  gap: clamp(1.25rem, 2.2vw, 1.75rem);
  width: max-content;
  animation: wall-scroll var(--wall-duration, 100s) linear infinite;
  animation-delay: var(--wall-delay, 0s);
}

.wall-row--reverse .wall-track {
  animation-direction: reverse;
}

html[dir="rtl"] .wall-track {
  animation-name: wall-scroll-rtl;
}

.wall.is-paused .wall-track {
  animation-play-state: paused;
}

@keyframes wall-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes wall-scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

.wall-card {
  display: grid;
  gap: 0.8rem;
  width: clamp(15rem, 25vw, 23rem);
}

.wall-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 18px;
  background: var(--noir-raised);
  box-shadow: 0 0 0 1px rgba(255, 244, 220, 0.05), 0 30px 50px -24px rgba(0, 0, 0, 0.9);
  transition: transform 0.8s var(--ease), box-shadow 0.8s var(--ease);
}

.wall-card:hover img {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 0 0 1px rgba(255, 244, 220, 0.08), 0 40px 70px -24px rgba(0, 0, 0, 0.95), 0 0 60px -20px rgba(224, 192, 138, 0.35);
}

.wall-card figcaption {
  display: grid;
  gap: 0.2rem;
  padding-inline: 0.25rem;
}

.wall-card strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.25;
}

.wall-card small {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--on-noir-muted);
  white-space: nowrap;
}

html[lang="ar"] .wall-card small {
  letter-spacing: 0;
  font-size: 0.8125rem;
}

.places {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.places-visual {
  position: sticky;
  top: calc(var(--header-h) + 2.5rem);
  padding: 1.5rem 2rem 2.5rem;
  perspective: 1600px;
}

.places-stack {
  position: relative;
  aspect-ratio: 3 / 4;
  transform-style: preserve-3d;
  transform: rotateX(calc(3deg + var(--rx, 0deg))) rotateY(calc(11deg + var(--ry, 0deg)));
  transition: transform 1.2s var(--ease);
}

html[dir="rtl"] .places-stack {
  transform: rotateX(calc(3deg + var(--rx, 0deg))) rotateY(calc(-11deg + var(--ry, 0deg)));
}

.stack-card {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--depth-light);
}

.stack-card--back {
  background: linear-gradient(165deg, #eadcc4, #dfcdb0);
  transform: translateZ(-100px) translate(-10%, 5%) rotate(-8deg);
}

.stack-card--mid {
  background: linear-gradient(165deg, #f7efe2, #ece0cc);
  transform: translateZ(-50px) translate(-5%, 2.5%) rotate(-4deg);
}

html[dir="rtl"] .stack-card--back {
  transform: translateZ(-100px) translate(10%, 5%) rotate(8deg);
}

html[dir="rtl"] .stack-card--mid {
  transform: translateZ(-50px) translate(5%, 2.5%) rotate(4deg);
}

.places-preview {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-lg);
  background: linear-gradient(170deg, #fffdf9, #f1e8d8);
  box-shadow: 0 2px 6px rgba(90, 64, 24, 0.12), 0 40px 80px -30px rgba(90, 64, 24, 0.5);
}

.places-preview img {
  position: absolute;
  inset: 0.6rem;
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 0.6rem);
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.8s var(--ease), transform 1.6s var(--ease);
}

.places-preview img.is-active {
  opacity: 1;
  transform: none;
}

.places-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1rem;
}

.place {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 20px;
  transition: background-color 0.5s var(--ease), box-shadow 0.5s var(--ease), transform 0.5s var(--ease);
}

.place.is-active {
  background: linear-gradient(160deg, #fffdf9, #fbf5ea);
  box-shadow: inset 0 1px 0 #fff, 0 2px 6px rgba(90, 64, 24, 0.06), 0 20px 40px -22px rgba(90, 64, 24, 0.4);
  transform: translateY(-2px);
}

.place img {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fffdf9, 0 10px 20px -8px rgba(90, 64, 24, 0.5);
  transition: transform 0.6s var(--ease);
}

.place div {
  display: grid;
  min-width: 0;
}

.place strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.15;
  transition: color 0.3s var(--ease);
}

.place span {
  font-size: 0.8125rem;
  color: var(--ink-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.place.is-active strong {
  font-style: italic;
  color: var(--gold-deep);
}

html[lang="ar"] .place.is-active strong {
  font-style: normal;
}

.place.is-active img {
  transform: scale(1.1);
}

.baby-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.baby-visual {
  padding: 1rem 1.5rem 2rem;
  perspective: 1600px;
}

.baby-stack {
  position: relative;
  aspect-ratio: 1 / 0.98;
  transform-style: preserve-3d;
  transform: rotateX(calc(4deg + var(--rx, 0deg))) rotateY(calc(-9deg + var(--ry, 0deg)));
  transition: transform 1.2s var(--ease);
}

html[dir="rtl"] .baby-stack {
  transform: rotateX(calc(4deg + var(--rx, 0deg))) rotateY(calc(9deg + var(--ry, 0deg)));
}

.baby-card {
  position: absolute;
  display: grid;
  gap: 0.6rem;
  padding: 0.55rem 0.55rem 0.8rem;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(170deg, #fffdf9, #f5ecdd);
  box-shadow: var(--depth-light);
}

.baby-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 18px;
}

.baby-card figcaption {
  padding-inline: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

html[lang="ar"] .baby-card figcaption {
  letter-spacing: 0;
  font-size: 0.8125rem;
}

.baby-card--parents {
  width: 46%;
  inset-inline-start: 0;
  top: 17%;
  transform: translateZ(-50px) rotate(-5deg);
}

.baby-card--parents img {
  filter: saturate(0.85);
}

.baby-card--child {
  width: 60%;
  inset-inline-end: 0;
  top: 0;
  transform: translateZ(60px) rotate(2deg);
  box-shadow: 0 2px 6px rgba(90, 64, 24, 0.1), 0 40px 80px -30px rgba(90, 64, 24, 0.5), 0 0 90px -30px rgba(224, 192, 138, 0.5);
}

html[dir="rtl"] .baby-card--parents {
  transform: translateZ(-50px) rotate(5deg);
}

html[dir="rtl"] .baby-card--child {
  transform: translateZ(60px) rotate(-2deg);
}

.baby-join {
  position: absolute;
  z-index: 3;
  top: 44%;
  inset-inline-start: 38%;
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: linear-gradient(160deg, #fffdf9, #f1e5cf);
  color: var(--gold-deep);
  box-shadow: inset 0 1px 0 #fff, 0 16px 34px -12px rgba(90, 64, 24, 0.55);
  transform: translateZ(130px);
}

.baby-join svg {
  width: 18px;
  height: 18px;
}

html[dir="rtl"] .baby-join svg {
  transform: scaleX(-1);
}

.baby-copy {
  display: grid;
  gap: 1.75rem;
}

.baby-copy .section-head {
  margin-bottom: 0;
}

.chip-group {
  display: grid;
  gap: 0.75rem;
}

.chip-group h3 {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--gold-deep);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chips li {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(160deg, #fffdf9, #f8f0e2);
  box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(90, 64, 24, 0.08), 0 8px 18px -10px rgba(90, 64, 24, 0.35);
  font-size: 0.875rem;
  color: var(--ink);
}

.disclaimer {
  display: flex;
  gap: 0.7rem;
  padding: 0.95rem 1.15rem;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 28px -18px rgba(90, 64, 24, 0.4);
  font-size: 0.875rem;
  color: var(--ink-soft);
}

.disclaimer svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--gold-deep);
}

.privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.privacy-grid .section-head {
  position: sticky;
  top: calc(var(--header-h) + 2rem);
  margin-bottom: 0;
}

.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.fact {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border-radius: var(--radius-lg);
  background: var(--glass);
  box-shadow: var(--glass-edge), var(--depth-2);
  transition: translate 0.6s var(--ease), box-shadow 0.6s var(--ease);
}

.fact:nth-child(even) {
  margin-top: 2.5rem;
}

.fact:hover {
  translate: 0 -6px;
  box-shadow: var(--glass-edge), var(--depth-2), 0 0 80px -30px rgba(224, 192, 138, 0.35);
}

.fact dt {
  display: grid;
  gap: 1.1rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.2;
}

.fact-icon {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 15px;
  background: radial-gradient(circle at 30% 25%, rgba(224, 192, 138, 0.38), rgba(224, 192, 138, 0.08) 70%);
  box-shadow: inset 0 1px 0 rgba(255, 244, 220, 0.25), 0 12px 26px -12px rgba(224, 192, 138, 0.45);
  color: var(--gold-glow);
}

.fact-icon svg {
  width: 21px;
  height: 21px;
}

.fact dd {
  color: var(--on-noir-soft);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.faq-grid .section-head {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border-radius: 22px;
  background: var(--glass);
  box-shadow: var(--glass-edge), var(--depth-1);
  transition: background-color 0.5s var(--ease), box-shadow 0.5s var(--ease);
}

.faq-item[open] {
  background: linear-gradient(160deg, rgba(224, 192, 138, 0.13), rgba(247, 241, 230, 0.03) 70%);
  box-shadow: var(--glass-edge), var(--depth-2);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  border-radius: 22px;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: "";
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background:
    linear-gradient(var(--gold-glow), var(--gold-glow)) center / 0.75rem 1.5px no-repeat,
    linear-gradient(var(--gold-glow), var(--gold-glow)) center / 1.5px 0.75rem no-repeat,
    rgba(247, 241, 230, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 244, 220, 0.12);
  transition: transform 0.5s var(--ease);
}

.faq-item[open] summary::after {
  transform: rotate(135deg);
}

.faq-item p {
  max-width: 44rem;
  padding: 0 1.5rem 1.5rem;
  color: var(--on-noir-soft);
}

.cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem);
  background: var(--noir);
}

.cta-ambient {
  position: absolute;
  inset: -10%;
  z-index: -2;
}

.cta-ambient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(70px) saturate(1.25);
  opacity: 0.4;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    var(--noir) 0%,
    rgba(25, 21, 18, 0.82) 16%,
    rgba(25, 21, 18, 0.5) 38%,
    rgba(25, 21, 18, 0.5) 62%,
    rgba(25, 21, 18, 0.82) 84%,
    var(--noir) 100%
  );
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.cta-copy {
  display: grid;
  gap: 1.75rem;
  justify-items: start;
}

.cta .display {
  font-size: clamp(2.6rem, 5.4vw, 4.9rem);
}

.cta .lead {
  color: var(--on-noir);
}

.cta-media {
  perspective: 1800px;
  padding-block: 1rem 2rem;
}

.cta-frame {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-lg);
  background: var(--noir-raised);
  box-shadow:
    0 0 0 1px rgba(255, 244, 220, 0.08),
    0 40px 80px -30px rgba(0, 0, 0, 0.85),
    0 90px 160px -60px rgba(0, 0, 0, 0.7),
    0 0 160px -40px rgba(224, 192, 138, 0.35);
  transform: rotateX(calc(3deg + var(--rx, 0deg))) rotateY(calc(-11deg + var(--ry, 0deg)));
  transition: transform 1.2s var(--ease);
}

html[dir="rtl"] .cta-frame {
  transform: rotateX(calc(3deg + var(--rx, 0deg))) rotateY(calc(11deg + var(--ry, 0deg)));
}

.cta-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  padding-block: clamp(1rem, 3vw, 2rem) 2rem;
  background: var(--noir);
  color: var(--on-noir-soft);
  font-size: 0.9375rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  background: var(--glass);
  box-shadow: var(--glass-edge), var(--depth-2);
}

.footer-brand {
  display: grid;
  gap: 1.1rem;
  align-content: start;
  max-width: 22rem;
}

.site-footer h2 {
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--gold-glow);
}

.site-footer li + li {
  margin-top: 0.55rem;
}

.site-footer a {
  text-decoration: none;
  transition: color 0.3s var(--ease), text-shadow 0.3s var(--ease);
}

.site-footer a:hover {
  color: var(--on-noir);
  text-shadow: 0 0 16px rgba(224, 192, 138, 0.5);
}

.site-footer ul small {
  color: var(--on-noir-muted);
  font-size: 0.75rem;
}

.footer-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  margin-top: 1.5rem;
  padding-inline: clamp(1.75rem, 4vw, 3rem);
  font-size: 0.8125rem;
  color: var(--on-noir-muted);
}

.page-doc {
  background: var(--ivory);
  background: linear-gradient(
      to bottom,
      #191512 0,
      #191512 72px,
      color-mix(in oklab, #191512 72%, #f5f0e8) 150px,
      color-mix(in oklab, #191512 42%, #f5f0e8) 240px,
      color-mix(in oklab, #191512 18%, #f5f0e8) 330px,
      color-mix(in oklab, #191512 5%, #f5f0e8) 420px,
      #f5f0e8 520px
    )
    no-repeat,
    var(--ivory);
}

.page-doc .site-footer {
  background: linear-gradient(to bottom, var(--ivory), var(--noir) 14rem);
  padding-top: 16rem;
}

.doc {
  max-width: 56rem;
  padding-top: calc(var(--header-h) + clamp(2rem, 5vw, 3.5rem));
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.doc-card {
  padding: clamp(1.5rem, 5vw, 4rem);
  border-radius: var(--radius-lg);
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 1px 0 #fff, 0 2px 6px rgba(20, 16, 12, 0.08), 0 40px 90px -40px rgba(20, 16, 12, 0.45);
}

.doc-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.doc-tools .btn {
  min-height: 2.5rem;
  padding: 0.5rem 1.1rem;
  font-size: 0.875rem;
}

.doc h1 {
  margin-top: 1.25rem;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.6rem, 5.4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.doc .updated {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--ink-muted);
}

.doc h2 {
  margin-top: 3.25rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
  line-height: 1.2;
}

.doc h3 {
  margin-top: 2rem;
  font-size: 1.0625rem;
  font-weight: 600;
}

.doc p,
.doc li {
  color: var(--ink-soft);
}

.doc p {
  margin-top: 1rem;
}

.doc ul,
.doc ol {
  margin-top: 1rem;
  padding-inline-start: 1.25rem;
  list-style: disc;
}

.doc li + li {
  margin-top: 0.5rem;
}

.doc strong {
  color: var(--ink);
  font-weight: 600;
}

.doc-card a:not(.btn) {
  text-decoration-color: var(--gold);
  text-underline-offset: 0.25em;
}

.doc table {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9375rem;
}

.doc th,
.doc td {
  min-width: 10rem;
  padding: 0.85rem 1rem;
  text-align: start;
  vertical-align: top;
}

.doc th {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.doc tbody tr:nth-child(odd) td {
  background: rgba(122, 96, 48, 0.06);
}

.doc tbody tr:nth-child(odd) td:first-child {
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
}

.doc tbody tr:nth-child(odd) td:last-child {
  border-start-end-radius: 12px;
  border-end-end-radius: 12px;
}

.doc .callout {
  margin-top: 2rem;
  padding: 1.35rem 1.6rem;
  border-radius: 20px;
  background: linear-gradient(160deg, #f8eed9, #fbf6ec);
  box-shadow: inset 0 1px 0 #fff, 0 16px 34px -22px rgba(90, 64, 24, 0.45);
}

.doc .callout p {
  margin-top: 0;
}

.doc .callout p + p {
  margin-top: 0.75rem;
}

html.js [data-reveal]:not([data-words]) {
  opacity: 0;
  transform: perspective(1200px) translate3d(0, 48px, 0) rotateX(14deg);
  transform-origin: 50% 0;
  transition: opacity 1s var(--ease), transform 1.3s var(--ease);
  transition-delay: calc(var(--reveal-index, 0) * 90ms);
}

html.js [data-reveal].is-visible:not([data-words]) {
  opacity: 1;
  transform: none;
}

html.js [data-words] .word-inner {
  opacity: 0;
  transform: translate3d(0, 0.6em, 0) rotateX(-70deg);
  transform-origin: 50% 100%;
  filter: blur(10px);
  transition: opacity 0.9s var(--ease), transform 1.2s var(--ease), filter 1s var(--ease);
  transition-delay: calc(var(--i, 0) * 55ms + 80ms);
}

html.js [data-words].is-visible .word-inner {
  opacity: 1;
  transform: none;
  filter: none;
}

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .baby-grid,
  .privacy-grid,
  .faq-grid,
  .places,
  .cta-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual {
    padding-inline-start: 0;
    max-width: 34rem;
    width: 100%;
    margin-inline: auto;
  }

  .stage-print {
    top: 1rem;
    inset-inline-start: 1rem;
    width: clamp(6.5rem, 24vw, 8rem);
    transform: translateZ(70px) rotate(-3deg);
  }

  html[dir="rtl"] .stage-print {
    transform: translateZ(70px) rotate(3deg);
  }

  .stage-place {
    inset-inline-start: 1.25rem;
    bottom: 1.5rem;
  }

  .privacy-grid .section-head {
    position: static;
  }

  .places-visual {
    display: none;
  }

  .steps {
    grid-template-columns: minmax(0, 1fr);
    max-width: 36rem;
  }

  .step {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    align-items: center;
    padding-bottom: 0.75rem;
  }

  .step-body {
    padding-inline: 0.5rem;
  }

  .baby-visual {
    max-width: 34rem;
    width: 100%;
    margin-inline: auto;
  }

  .cta-media {
    max-width: 40rem;
  }
}

@media (max-width: 640px) {
  :root {
    --header-h: 64px;
  }

  .brand span {
    font-size: 1.1rem;
  }

  .header-tools .btn {
    display: none;
  }

  .places-list,
  .facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .fact:nth-child(even) {
    margin-top: 0;
  }

  .step {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 1.75rem;
  }

  .store {
    flex: 1 1 11rem;
  }

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

  .footer-note {
    padding-inline: 0.5rem;
  }

  .wall-plane {
    transform: rotateX(16deg) rotateZ(-5deg) scale(1.22);
  }

  html[dir="rtl"] .wall-plane {
    transform: rotateX(16deg) rotateZ(5deg) scale(1.22);
  }

  .wall-card {
    width: 13.5rem;
  }

  .hero-stage {
    transform: rotateX(calc(3deg + var(--rx, 0deg))) rotateY(calc(-6deg + var(--ry, 0deg)));
  }

  html[dir="rtl"] .hero-stage {
    transform: rotateX(calc(3deg + var(--rx, 0deg))) rotateY(calc(6deg + var(--ry, 0deg)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient span,
  .hero-stage,
  .stage-shot.is-active,
  .stage-shot.is-entering,
  .stage-sweep.is-running,
  .hero-visual.is-playing .stage-dot[aria-pressed="true"]::after,
  em .word-inner {
    animation: none;
  }

  .wall-track {
    animation: none;
  }

  .wall {
    -webkit-mask-image: none;
    mask-image: none;
    padding-block: 1rem;
  }

  .wall-plane,
  html[dir="rtl"] .wall-plane {
    transform: none;
  }

  .wall-row {
    overflow-x: auto;
  }

  .wall-track > li[aria-hidden="true"] {
    display: none;
  }

  html.js [data-reveal]:not([data-words]),
  html.js [data-words] .word-inner {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .place-name > span,
  .place-meta > span,
  .places-preview img,
  .fan-card,
  .step-media-inner,
  .step-media-inner > img,
  .wall-card img {
    transition: none;
  }
}
