@font-face {
  font-family: "Wird Kufi";
  src: url("NotoKufiArabic-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #f5f1e8;
  --muted: #a7b8b3;
  --teal: #62ddc4;
  --teal-deep: #0b5b54;
  --gold: #d5ad5b;
  --surface: #092321;
  --surface-2: #0d2d2a;
  --line: rgba(151, 231, 214, 0.16);
  --ease-wird: cubic-bezier(.4, 0, .2, 1);
  --shell: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: #061817;
  color: var(--ink);
  font-family: "Wird Kufi", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

html[lang="en"] body,
html[lang="id"] body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

html[lang="en"] .gallery-tabs button,
html[lang="id"] .gallery-tabs button {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

html[dir="ltr"] .hero h1,
html[dir="ltr"] .story-intro h2,
html[dir="ltr"] .preview-heading h2,
html[dir="ltr"] .story-copy h2,
html[dir="ltr"] .sada-copy h2,
html[dir="ltr"] .tasbeeh-copy h2,
html[dir="ltr"] .highlights-heading h2,
html[dir="ltr"] .final-cta h2 {
  letter-spacing: -.032em;
  word-spacing: .08em;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.motion-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: #c3cfcc;
  font-family: inherit;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.motion-button:hover,
.motion-button[aria-pressed="true"] {
  border-color: rgba(98, 221, 196, .32);
  background: rgba(98, 221, 196, .1);
  color: var(--teal);
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #061817;
  transform: translateY(-160%);
}

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

.landing-nav {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  padding: max(10px, env(safe-area-inset-top)) 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 18, 17, 0.7);
  -webkit-backdrop-filter: saturate(130%) blur(22px);
  backdrop-filter: saturate(130%) blur(22px);
}

.nav-shell,
.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

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

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-inline-end: auto;
  font-size: 1rem;
  font-weight: 750;
}

.nav-brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #c3cfcc;
  font-size: .8rem;
}

.nav-links a,
.text-link,
.landing-footer a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.text-link:hover,
.landing-footer a:hover {
  color: var(--teal);
}

.nav-cta {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #08211f;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.language-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  direction: ltr;
  font: 650 .68rem/1 system-ui, -apple-system, sans-serif;
}

.language-menu a,
.language-menu span {
  min-width: 28px;
  min-height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #9fb0ac;
}

.language-menu span[aria-current="page"] {
  background: rgba(98, 221, 196, .16);
  color: var(--teal);
}

.language-menu a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  align-items: center;
  gap: clamp(28px, 6vw, 100px);
  width: var(--shell);
  margin-inline: auto;
  padding: 132px 0 64px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 80vw;
  height: 80vw;
  max-width: 980px;
  max-height: 980px;
  inset-block-start: -44%;
  inset-inline-end: -30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62, 187, 163, .21), rgba(6, 24, 23, 0) 69%);
  filter: blur(18px);
}

.hero-aura {
  position: absolute;
  z-index: -1;
  inset-inline-start: 58%;
  inset-block-start: 48%;
  width: min(45vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 31%, rgba(128, 255, 225, .72), transparent 10%),
    radial-gradient(circle at 40% 42%, rgba(18, 121, 112, .82), transparent 34%),
    radial-gradient(circle at 62% 60%, rgba(57, 29, 155, .72), transparent 42%),
    #020d16;
  opacity: .52;
  filter: blur(10px) saturate(125%);
  transform: translate(-50%, -50%) scale(.92);
  animation: aura-breathe 9s var(--ease-wird) infinite alternate;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 660px;
}

.hero-wordmark {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 800;
  letter-spacing: .03em;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7.1rem);
  font-weight: 820;
  line-height: 1.1;
  letter-spacing: -.065em;
}

.hero-kicker {
  margin: 18px 0 0;
  color: var(--gold);
  font-size: clamp(1.35rem, 2.8vw, 2.55rem);
  font-weight: 720;
}

.hero-summary {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.32rem);
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 196px;
  padding: 10px 22px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: var(--ink);
  color: #071918;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
  direction: ltr;
  transition: transform 200ms var(--ease-wird), box-shadow 200ms ease;
}

.store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
}

.store-icon {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 2.05rem;
  line-height: 1;
}

.store-button span:last-child {
  display: grid;
  text-align: left;
}

.store-button small {
  font-size: .66rem;
  line-height: 1.2;
}

.store-button strong {
  font: 650 1.22rem/1.1 system-ui, -apple-system, sans-serif;
}

.text-link {
  color: #dce8e5;
  font-size: .92rem;
  font-weight: 650;
}

.hero-product {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(32vw, 390px);
  min-width: 300px;
  padding: 10px;
  border: 1px solid rgba(154, 236, 218, .21);
  border-radius: 48px;
  background: linear-gradient(155deg, rgba(49, 114, 105, .24), rgba(0, 0, 0, .22));
  box-shadow: 0 42px 100px rgba(0, 0, 0, .48), inset 0 0 0 1px rgba(255, 255, 255, .04);
  transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
}

.hero-product img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 39px;
}

.product-glow {
  position: absolute;
  z-index: -1;
  inset: 12% -15% 6%;
  border-radius: 50%;
  background: rgba(72, 218, 188, .2);
  filter: blur(55px);
}

.story-intro {
  min-height: 78svh;
  display: grid;
  align-content: center;
  padding-block: 120px;
}

.section-label {
  margin: 0 0 15px;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 780;
}

.story-intro h2,
.preview-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 6.5rem);
  line-height: 1.22;
  letter-spacing: -.055em;
}

.story-intro > p:last-child,
.preview-heading > p:last-child {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.3rem);
  line-height: 1.95;
}

.preview-strip {
  min-height: 68svh;
  display: grid;
  align-items: center;
  padding-block: 100px;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 30%, rgba(75, 47, 166, .17), transparent 34%),
    linear-gradient(180deg, #071e1d, #061817);
}

.day-story {
  position: relative;
  padding-bottom: 80px;
}

.day-story::before {
  content: "";
  position: absolute;
  inset: 4% 0 8%;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 20%, rgba(28, 117, 105, .14), transparent 26%),
    radial-gradient(circle at 84% 70%, rgba(63, 42, 155, .12), transparent 30%);
}

.story-chapter {
  min-height: min(920px, 96svh);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 440px);
  align-items: center;
  gap: clamp(48px, 10vw, 150px);
  padding-block: 80px;
}

.story-chapter-reverse {
  grid-template-columns: minmax(280px, 440px) minmax(0, .9fr);
}

.story-chapter-reverse .story-copy {
  order: 2;
}

.story-chapter-reverse .story-visual {
  order: 1;
}

.story-copy {
  max-width: 660px;
}

.story-time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--teal);
  font-size: .9rem;
  font-weight: 740;
}

.story-time span {
  font-size: .55rem;
}

.story-copy h2,
.sada-copy h2,
.tasbeeh-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 5.5rem);
  line-height: 1.24;
  letter-spacing: -.055em;
}

.story-copy > p:last-child,
.sada-copy > p:last-child,
.tasbeeh-copy > p:last-child,
.final-cta > p:not(.section-label):not(.availability) {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  line-height: 1.95;
}

.story-visual {
  position: relative;
  margin: 0;
  justify-self: center;
  width: min(100%, 420px);
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(137, 226, 207, .18);
  border-radius: 44px;
  background: rgba(10, 43, 40, .72);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .34);
}

.story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.story-visual img {
  display: block;
  width: 100%;
  height: min(76svh, 780px);
  border-radius: 35px;
  object-fit: cover;
  object-position: center top;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 900ms var(--ease-wird), transform 700ms var(--ease-wird);
}

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

.sada-scroll {
  --orb-progress: 0;
  --orb-state: 0;
  --orb-shrink: 0;
  --orb-content: 0;
  position: relative;
  min-height: 210svh;
  background:
    radial-gradient(circle at 68% 45%, rgba(55, 37, 155, .18), transparent 28%),
    linear-gradient(180deg, #061817 0%, #040d18 36%, #071c1b 100%);
}

.sada-stage {
  position: sticky;
  inset-block-start: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 520px);
  align-items: center;
  gap: clamp(32px, 7vw, 100px);
  width: var(--shell);
  margin-inline: auto;
  padding: 120px 0 60px;
  overflow: hidden;
}

.sada-copy.section-shell {
  width: auto;
  margin: 0;
}

.sada-visual {
  position: relative;
  min-height: min(76svh, 760px);
  display: grid;
  place-items: center;
}

.sada-orb-shell {
  position: absolute;
  z-index: 2;
  width: min(34vw, 390px);
  min-width: 250px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  opacity: calc(1 - var(--orb-content));
  transform: translateY(calc(var(--orb-shrink) * -84px)) scale(calc(1 - var(--orb-shrink) * .78));
  transform-origin: center;
  will-change: transform, opacity;
}

.sada-orb-shell::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 210, 190, .1), rgba(20, 75, 70, .04) 44%, transparent 72%);
  filter: blur(20px);
  opacity: calc(.52 + var(--orb-state) * .34);
  transform: scale(calc(.9 + var(--orb-state) * .16));
}

.sada-orb-canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 18px rgba(94, 226, 205, .24));
}

.sada-product {
  position: relative;
  z-index: 1;
  width: min(32vw, 360px, calc((100svh - 180px) * .4625));
  min-width: min(290px, calc((100svh - 180px) * .4625));
  aspect-ratio: 444 / 960;
  padding: 9px;
  border: 1px solid rgba(123, 231, 211, .2);
  border-radius: 42px;
  background: rgba(7, 28, 27, .72);
  box-shadow: 0 38px 100px rgba(0, 0, 0, .5);
  opacity: var(--orb-content);
  transform: translateY(calc((1 - var(--orb-content)) * 90px)) scale(calc(.88 + var(--orb-content) * .12));
}

.sada-product img,
.sada-product video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  object-fit: contain;
  object-position: top;
}

.tasbeeh-section {
  min-height: 115svh;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 480px);
  align-items: center;
  gap: clamp(38px, 9vw, 130px);
  padding-block: 130px;
}

.phone-gallery {
  justify-self: center;
  width: min(100%, 410px);
}

.phone-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 444 / 960;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 52px;
  background: #040807;
  box-shadow: 0 42px 110px rgba(0, 0, 0, .46);
}

.gallery-panels,
.gallery-panel {
  position: absolute;
  inset: 9px;
  margin: 0;
  overflow: hidden;
  border-radius: 42px;
}

.gallery-panel {
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms var(--ease-wird);
}

.gallery-panel.is-active {
  z-index: 2;
  opacity: 1;
}

.gallery-panel img,
.gallery-panel video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tabs {
  --tab-index: 0;
  position: relative;
  width: min(100%, 310px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 28px auto 0;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  direction: ltr;
}

.gallery-tabs button {
  position: relative;
  z-index: 2;
  min-height: 46px;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  color: #9db0ab;
  font: 700 .86rem/1.3 "Wird Kufi", system-ui, sans-serif;
  cursor: pointer;
}

.gallery-tabs button[aria-selected="true"] {
  color: #05201d;
}

.tab-indicator {
  position: absolute;
  z-index: 1;
  inset-block: 5px;
  inset-inline-start: 5px;
  width: calc(50% - 5px);
  border-radius: 999px;
  background: var(--teal);
  transform: translateX(calc(var(--tab-index) * 100%));
  transition: transform 280ms ease-out;
}

.day-story-closing {
  padding-top: 80px;
}

.highlights-section {
  padding: 130px 0;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #e8e5dc;
  color: #0b1c1a;
}

.highlights-section .section-label {
  color: #176b62;
}

.highlights-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
}

.highlights-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  line-height: 1.15;
  letter-spacing: -.055em;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 9px;
  direction: ltr;
}

.carousel-controls button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(5, 30, 27, .1);
  color: #0d2e2a;
  font: 750 1.25rem/1 system-ui, sans-serif;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.carousel-controls button:hover {
  background: rgba(5, 30, 27, .17);
  transform: scale(1.04);
}

.highlights-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(320px, 61vw, 660px);
  gap: 20px;
  width: 100%;
  padding-inline: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2));
  padding-bottom: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  direction: ltr;
}

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

.highlight-card {
  position: relative;
  min-height: clamp(470px, 66vw, 670px);
  overflow: hidden;
  scroll-snap-align: center;
  border-radius: 36px;
  background: #092522;
  color: var(--ink);
  isolation: isolate;
  box-shadow: 0 26px 55px rgba(12, 35, 31, .14);
}

html[dir="rtl"] .highlight-card {
  direction: rtl;
}

html[dir="ltr"] .highlight-card {
  direction: ltr;
}

.highlight-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .74));
}

.highlight-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.highlight-copy {
  position: absolute;
  inset-inline: 32px;
  inset-block-end: 32px;
}

.highlight-copy p {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: .88rem;
  font-weight: 800;
}

.highlight-copy h3 {
  max-width: 530px;
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1.42;
  letter-spacing: -.035em;
}

.highlight-teal::after { background: linear-gradient(180deg, transparent 20%, rgba(0, 25, 23, .88)); }
.highlight-night::after { background: linear-gradient(180deg, transparent 15%, rgba(4, 8, 28, .9)); }
.highlight-gold::after { background: linear-gradient(180deg, transparent 20%, rgba(45, 29, 7, .88)); }
.highlight-indigo::after { background: linear-gradient(180deg, transparent 17%, rgba(14, 9, 48, .9)); }
.highlight-blue::after { background: linear-gradient(180deg, transparent 16%, rgba(5, 27, 52, .9)); }

.highlight-plain {
  background:
    radial-gradient(circle at 65% 35%, rgba(102, 74, 223, .72), transparent 24%),
    radial-gradient(circle at 34% 58%, rgba(72, 220, 190, .46), transparent 29%),
    #061a20;
}

.highlight-plain::after {
  background: linear-gradient(180deg, transparent, rgba(1, 11, 16, .48));
}

.highlight-symbol {
  position: absolute;
  inset-block-start: 14%;
  inset-inline-start: 50%;
  font: 300 clamp(7rem, 18vw, 13rem)/1 system-ui, sans-serif;
  color: rgba(255, 255, 255, .66);
  transform: translateX(50%);
}

html[dir="ltr"] .highlight-symbol {
  transform: translateX(-50%);
}

.carousel-dots {
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 18px;
  direction: ltr;
}

.carousel-dots button {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.carousel-dots button::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(4, 35, 30, .25);
  transform: translate(-50%, -50%);
  transition: width 220ms ease, background 220ms ease;
}

.carousel-dots button[aria-current="true"]::before {
  width: 22px;
  background: #176b62;
}

.final-cta {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 120px;
  text-align: center;
}

.final-cta > img {
  width: 104px;
  height: 104px;
  margin-bottom: 28px;
  border-radius: 25px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
}

.final-cta > p:not(.section-label):not(.availability) {
  margin-inline: auto;
}

.final-cta .store-button {
  margin-top: 32px;
}

.availability {
  margin: 25px 0 0;
  color: #80938e;
  font-size: .78rem;
}

.landing-footer {
  padding: 34px 0 max(34px, env(safe-area-inset-bottom));
  color: #81938f;
  font-size: .78rem;
}

.footer-row,
.footer-row nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-row {
  justify-content: space-between;
}

.footer-row p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  animation: enter 900ms var(--ease-wird) forwards;
}

.reveal-1 { animation-delay: 90ms; }
.reveal-2 { animation-delay: 240ms; }
.reveal-3 { animation-delay: 390ms; }
.reveal-4 { animation-delay: 540ms; }
.reveal-5 { animation-delay: 690ms; }
.reveal-product { animation-delay: 430ms; }

@keyframes enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aura-breathe {
  to {
    opacity: .68;
    transform: translate(-50%, -50%) scale(1.03) rotate(5deg);
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 126px;
  }

  .hero-copy {
    margin-inline: auto;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 5rem);
  }

  .hero-summary {
    margin-inline: auto;
  }

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

  .hero-aura {
    inset-inline-start: 50%;
    inset-block-start: 70%;
    width: 95vw;
  }

  .hero-product {
    width: min(78vw, 350px);
    min-width: 0;
    margin-top: 20px;
    transform: none;
    border-radius: 42px;
  }

  .hero-product img {
    border-radius: 34px;
  }

  .story-intro {
    min-height: 68svh;
    text-align: center;
  }

  .story-intro > p:last-child,
  .preview-heading > p:last-child {
    margin-inline: auto;
  }

  .preview-heading {
    text-align: center;
  }

  .language-menu {
    margin-inline-start: auto;
  }

  .story-chapter,
  .story-chapter-reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 100px;
    text-align: center;
  }

  .story-chapter-reverse .story-copy,
  .story-chapter-reverse .story-visual {
    order: initial;
  }

  .story-copy {
    margin-inline: auto;
  }

  .story-copy > p:last-child {
    margin-inline: auto;
  }

  .story-visual {
    width: min(76vw, 380px);
  }

  .story-visual img {
    height: auto;
  }

  .sada-scroll {
    min-height: 190svh;
  }

  .sada-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: stretch;
    gap: 12px;
    height: 100svh;
    text-align: center;
    padding: 92px 0 18px;
  }

  .sada-copy {
    position: relative;
    z-index: 5;
  }

  .sada-copy > p:last-child {
    margin-inline: auto;
  }

  .sada-visual {
    min-height: 0;
    height: 100%;
  }

  .sada-orb-shell {
    width: min(56vw, 340px);
    min-width: 230px;
  }

  .sada-product {
    width: min(48vw, 285px, calc((100svh - 300px) * .4625));
    min-width: min(245px, calc((100svh - 300px) * .4625));
  }

  .tasbeeh-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 120px;
    text-align: center;
  }

  .tasbeeh-copy > p:last-child {
    margin-inline: auto;
  }

  .phone-gallery {
    width: min(76vw, 390px);
  }

  .highlights-heading {
    align-items: center;
  }

  .highlight-card {
    min-height: 570px;
  }
}

@media (max-width: 480px) {
  .landing-nav {
    padding-bottom: 8px;
  }

  .nav-shell {
    gap: 12px;
  }

  .nav-brand span {
    display: none;
  }

  .language-menu a,
  .language-menu span {
    min-width: 24px;
    min-height: 24px;
    font-size: .62rem;
  }

  .nav-cta {
    padding-inline: 14px;
  }

  .hero {
    gap: 18px;
    padding-bottom: 56px;
  }

  .hero-kicker {
    font-size: 1.25rem;
  }

  .hero-summary {
    font-size: .92rem;
    line-height: 1.9;
  }

  .hero-actions {
    gap: 16px;
  }

  .store-button {
    min-width: 182px;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-copy h2,
  .sada-copy h2,
  .tasbeeh-copy h2,
  .final-cta h2 {
    font-size: clamp(2.05rem, 10.5vw, 3.2rem);
  }

  .story-visual,
  .phone-gallery {
    width: min(88vw, 360px);
  }

  .sada-stage {
    width: min(100% - 28px, 640px);
    padding-top: 86px;
  }

  .sada-copy h2 {
    font-size: clamp(1.9rem, 9.5vw, 3rem);
  }

  .sada-copy > p:last-child {
    font-size: .9rem;
    line-height: 1.72;
    margin-top: 14px;
  }

  .sada-orb-shell {
    width: min(68vw, 300px);
    min-width: 220px;
  }

  .sada-product {
    width: min(62vw, 270px, calc((100svh - 330px) * .4625));
    min-width: min(225px, calc((100svh - 330px) * .4625));
  }

  .highlights-section {
    padding-block: 96px;
  }

  .highlights-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .carousel-controls {
    align-self: flex-end;
  }

  .highlights-track {
    grid-auto-columns: min(84vw, 390px);
    padding-inline: 18px;
    scroll-padding-inline: 18px;
  }

  .highlight-card {
    min-height: 530px;
    border-radius: 28px;
  }

  .highlight-copy {
    inset-inline: 24px;
    inset-block-end: 26px;
  }

  .highlight-copy h3 {
    font-size: 1.55rem;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

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

  .sada-orb-shell {
    display: none;
  }

  .sada-product {
    opacity: 1;
    transform: none;
  }

  .motion-button {
    display: none;
  }
}

@media (scripting: none) {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .motion-button {
    display: none;
  }

  .sada-orb-shell {
    display: none;
  }

  .sada-product {
    opacity: 1;
    transform: none;
  }
}

body.showcase-paused .hero-aura {
  animation-play-state: paused;
}
