:root {
  --ivory: #fcfbf8;
  --ivory-2: #f4f1e8;
  --ivory-3: #ebe4d4;
  --paper: #fffdf8;
  --ink: #221d14;
  --ink-2: #6a6150;
  --ink-3: #837b6b;
  --graphite: #1b1a1f;
  --graphite-2: #211f26;
  --graphite-3: #2d2931;
  --gold: #be9148;
  --gold-light: #dcbe7c;
  --gold-pale: #f4ebd7;
  --gold-deep: #8e6a24;
  --rose: #d98788;
  --cyan: #70cce7;
  --line: rgba(34, 29, 20, 0.14);
  --line-light: rgba(255, 255, 255, 0.13);
  --shadow: 0 28px 90px rgba(44, 34, 15, 0.12);
  --display: "Fraunces", Georgia, serif;
  --body: "Plus Jakarta Sans", sans-serif;
  --display-ar: "Reem Kufi", serif;
  --body-ar: "Tajawal", sans-serif;
  --max: 1320px;
  --header-h: 88px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

html[dir="rtl"] body {
  font-family: var(--body-ar);
}

body.menu-open,
body.intro-playing {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

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

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

button {
  color: inherit;
}

::selection {
  color: var(--graphite);
  background: var(--gold-light);
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.cursor-glow {
  position: fixed;
  z-index: 1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(220, 190, 124, 0.12), transparent 68%);
  transition: opacity 0.3s ease;
}

body:hover .cursor-glow {
  opacity: 1;
}

/* Opening sequence */
.intro {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #f2ecdf;
  background:
    radial-gradient(circle at 50% 42%, rgba(213, 178, 106, 0.15), transparent 30%),
    var(--graphite);
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.intro.is-finished {
  opacity: 0;
  visibility: hidden;
}

.intro__grain {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
}

.intro__orbit {
  position: absolute;
  width: min(64vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(220, 190, 124, 0.18);
  border-radius: 50%;
  animation: intro-orbit 2.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.intro__orbit::after {
  content: "";
  position: absolute;
  top: 13%;
  right: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 24px var(--gold);
}

.intro__orbit--two {
  width: min(48vw, 540px);
  opacity: 0.55;
  animation-delay: 0.08s;
  animation-direction: reverse;
}

.intro__mark {
  position: absolute;
  top: calc(50% - 152px);
  width: 86px;
  opacity: 0;
  transform: translateY(16px) scale(0.86);
  animation: intro-mark 0.8s 0.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro__eyebrow {
  position: absolute;
  top: calc(50% - 49px);
  margin: 0;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-copy 0.7s 0.55s ease forwards;
}

.intro__word {
  position: relative;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(68px, 10vw, 148px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.8;
  opacity: 0;
  transform: translateY(24px);
  animation: intro-copy 0.8s 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro__word span {
  color: var(--gold);
}

.intro__line {
  position: absolute;
  top: calc(50% + 88px);
  width: min(260px, 45vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.intro__line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--gold-light);
  animation: intro-line 1.5s 0.25s ease forwards;
}

@keyframes intro-orbit {
  from { transform: rotate(-70deg) scale(0.82); opacity: 0; }
  to { transform: rotate(115deg) scale(1); opacity: 1; }
}

@keyframes intro-mark {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes intro-copy {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes intro-line {
  0% { width: 0; }
  70% { width: 100%; }
  100% { width: 100%; opacity: 0.35; }
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  height: var(--header-h);
  padding: 0 max(26px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: height 0.35s ease, background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(252, 251, 248, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(18px) saturate(1.3);
}

.site-header.on-dark:not(.is-scrolled) {
  color: #f2ecdf;
}

.brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

html[dir="rtl"] .brand {
  font-family: var(--display);
}

.brand img {
  width: 41px;
  height: 41px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(95, 66, 18, 0.18));
  transition: transform 0.35s ease;
}

.brand:hover img {
  transform: rotate(-7deg) translateY(-2px);
}

.brand__dot {
  color: var(--gold);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(17px, 1.55vw, 25px);
}

.main-nav a {
  position: relative;
  padding: 9px 0;
  color: currentColor;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.66;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--gold);
  transition: transform 0.25s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  opacity: 1;
}

.main-nav a.is-active::after,
.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.language-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-color: color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 99px;
}

.language-toggle button {
  padding: 2px 3px;
  border: 0;
  color: inherit;
  background: none;
  font-size: 9px;
  font-weight: 700;
  opacity: 0.42;
  cursor: pointer;
}

.language-toggle button[aria-pressed="true"] {
  opacity: 1;
}

.language-toggle span {
  width: 1px;
  height: 10px;
  background: currentColor;
  opacity: 0.16;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 0.25s ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

/* Shared layout and type */
main {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 56px), var(--max));
  margin-inline: auto;
}

.container--narrow {
  width: min(calc(100% - 56px), 980px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 130px 0;
}

.section--tight {
  padding: 82px 0;
}

.section--dark {
  overflow: hidden;
  color: #f2ecdf;
  background: var(--graphite);
}

.section--paper {
  background: var(--paper);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section--dark .section-kicker,
.subhero--dark .section-kicker {
  color: var(--gold-light);
}

.section-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
.display {
  margin-top: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] .display {
  font-family: var(--display-ar);
  letter-spacing: 0;
  line-height: 1.35;
}

h1 {
  font-size: clamp(54px, 6.8vw, 110px);
}

h2 {
  font-size: clamp(42px, 5vw, 76px);
}

h3 {
  font-size: clamp(24px, 2.6vw, 38px);
}

.lede {
  max-width: 720px;
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.75;
}

.section--dark .lede,
.subhero--dark .lede {
  color: #b3aa97;
}

.gold-text {
  color: var(--gold);
  font-style: italic;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.25s ease;
}

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

.button:hover svg {
  transform: translateX(4px);
}

html[dir="rtl"] .button:hover svg {
  transform: translateX(-4px) rotate(180deg);
}

.button--gold {
  color: #2e230c;
  background: linear-gradient(180deg, #dfc27f, #be9148);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 32px rgba(148, 103, 30, 0.22), inset 0 1px rgba(255, 255, 255, 0.4);
}

.button--gold:hover {
  box-shadow: 0 20px 38px rgba(148, 103, 30, 0.28), inset 0 1px rgba(255, 255, 255, 0.4);
}

.button--ghost {
  color: inherit;
  border-color: currentColor;
  background: transparent;
}

.button--soft {
  color: var(--gold-deep);
  border-color: rgba(190, 145, 72, 0.32);
  background: var(--gold-pale);
}

.button--mini {
  min-height: 40px;
  padding-inline: 15px;
  border-radius: 11px;
  font-size: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal--delay-1 { transition-delay: 0.08s; }
.reveal--delay-2 { transition-delay: 0.16s; }
.reveal--delay-3 { transition-delay: 0.24s; }

.eyebrow-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(220, 190, 124, 0.34);
  border-radius: 99px;
  color: var(--gold-light);
  background: rgba(213, 178, 106, 0.06);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-chip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8ed09a;
  box-shadow: 0 0 0 4px rgba(142, 208, 154, 0.09);
}

/* Home hero */
.hero {
  position: relative;
  min-height: min(930px, 100svh);
  overflow: hidden;
  color: #f2ecdf;
  background:
    radial-gradient(circle at 71% 44%, rgba(213, 178, 106, 0.17), transparent 26%),
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.05), transparent 19%),
    var(--graphite);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(45deg, transparent 48%, rgba(213, 178, 106, 0.16) 49%, rgba(213, 178, 106, 0.16) 50%, transparent 51%),
    linear-gradient(-45deg, transparent 48%, rgba(213, 178, 106, 0.1) 49%, rgba(213, 178, 106, 0.1) 50%, transparent 51%);
  background-position: 0 0, 40px 0;
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent, #000 60%, transparent);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  min-height: min(930px, 100svh);
  padding-top: var(--header-h);
}

.hero__copy {
  padding: 64px 0 68px;
}

.hero h1 {
  max-width: 760px;
  margin: 24px 0 26px;
  font-size: clamp(64px, 7.4vw, 118px);
}

.hero h1 span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
}

.hero__copy > p {
  max-width: 650px;
  margin: 0;
  color: #b9b0a1;
  font-size: clamp(16px, 1.4vw, 20px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero__micro {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 34px;
  color: #9f9686;
  font-size: 10px;
  font-weight: 600;
}

.hero__micro span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__micro span::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid var(--gold-light);
  transform: rotate(45deg);
}

.hero__art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 680px;
}

.hero__orbit {
  position: absolute;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(213, 178, 106, 0.22);
  border-radius: 50%;
  animation: slow-orbit 24s linear infinite;
}

.hero__orbit::before,
.hero__orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 20px rgba(220, 190, 124, 0.8);
}

.hero__orbit::before { top: 10%; left: 19%; }
.hero__orbit::after { right: 3%; bottom: 30%; }

@keyframes slow-orbit { to { transform: rotate(360deg); } }

.envelope-stage {
  position: relative;
  width: min(40vw, 520px);
  aspect-ratio: 1 / 0.78;
  perspective: 1200px;
  filter: drop-shadow(0 44px 70px rgba(0, 0, 0, 0.37));
  transform: rotate(2deg);
}

.envelope {
  position: absolute;
  inset: 16% 2% 0;
  overflow: visible;
  border: 1px solid rgba(255, 244, 209, 0.38);
  border-radius: 15px;
  background: linear-gradient(135deg, #f6e8c7, #bf8c3f 82%);
}

.envelope__letter {
  position: absolute;
  z-index: 2;
  right: 9%;
  bottom: 8%;
  left: 9%;
  height: 92%;
  padding: 29px 27px;
  color: var(--ink);
  border: 1px solid rgba(190, 145, 72, 0.26);
  border-radius: 13px 13px 5px 5px;
  background:
    linear-gradient(rgba(190, 145, 72, 0.06) 1px, transparent 1px),
    #fffdf7;
  background-size: 100% 25px;
  box-shadow: 0 12px 32px rgba(65, 38, 5, 0.16);
  transform: translateY(-35%);
  animation: letter-breathe 4s ease-in-out infinite;
}

.envelope__letter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.envelope__letter small {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.envelope__letter strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 500;
  line-height: 1.12;
}

html[dir="rtl"] .envelope__letter strong {
  font-family: var(--display-ar);
}

.envelope__letter p {
  margin: 15px 0 0;
  color: var(--ink-2);
  font-size: 10px;
}

.envelope__letter img {
  position: absolute;
  right: 16px;
  bottom: 6px;
  width: 80px;
  filter: drop-shadow(0 8px 12px rgba(95, 66, 18, 0.14));
}

html[dir="rtl"] .envelope__letter img {
  right: auto;
  left: 16px;
}

.envelope__front {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
}

.envelope__front::before,
.envelope__front::after {
  content: "";
  position: absolute;
  bottom: -35%;
  width: 74%;
  height: 110%;
  background: linear-gradient(155deg, #f1dca7, #c39245);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.envelope__front::before {
  left: -19%;
  transform: rotate(30deg);
}

.envelope__front::after {
  right: -19%;
  transform: rotate(-30deg);
}

.envelope__flap {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 75%;
  clip-path: polygon(0 0, 50% 75%, 100% 0);
  transform-origin: top;
  background: linear-gradient(180deg, #ffe8af, #c79344);
  animation: flap-open 1.2s 1.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes flap-open {
  from { transform: rotateX(0deg); z-index: 5; }
  to { transform: rotateX(178deg); z-index: 1; }
}

@keyframes letter-breathe {
  0%, 100% { transform: translateY(-35%); }
  50% { transform: translateY(-39%); }
}

.hero__floating-note {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  color: #d8cfbf;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  background: rgba(33, 31, 38, 0.74);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  font-size: 9px;
  font-weight: 600;
  animation: float-note 4.6s ease-in-out infinite;
}

.hero__floating-note i {
  width: 8px;
  height: 8px;
  border: 2px solid var(--gold-light);
  border-radius: 50%;
}

.hero__floating-note--one { top: 20%; right: 0; }
.hero__floating-note--two { bottom: 16%; left: 2%; animation-delay: -2.1s; }

@keyframes float-note {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-11px); }
}

.hero__scroll {
  position: absolute;
  z-index: 4;
  bottom: 27px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #837b6b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll::before {
  content: "";
  width: 1px;
  height: 31px;
  background: linear-gradient(var(--gold), transparent);
}

/* Home sections */
.trust-bar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-stat {
  padding: 32px 26px;
  border-right: 1px solid var(--line);
}

html[dir="rtl"] .trust-stat {
  border-right: 0;
  border-left: 1px solid var(--line);
}

.trust-stat:last-child {
  border-inline-end: 0;
}

.trust-stat strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  color: var(--gold-deep);
}

.trust-stat span {
  color: var(--ink-3);
  font-size: 10px;
  font-weight: 600;
}

.statement-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 110px;
  align-items: start;
}

.statement-grid h2 {
  max-width: 850px;
  margin-bottom: 28px;
}

.statement-aside {
  padding-top: 12px;
}

.statement-aside__line {
  width: 1px;
  height: 86px;
  margin-bottom: 22px;
  background: linear-gradient(var(--gold), transparent);
}

.statement-aside p {
  max-width: 250px;
  margin: 0;
  color: var(--ink-3);
  font-size: 11px;
  line-height: 1.8;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

html[dir="rtl"] .value-grid {
  border-right: 1px solid var(--line);
  border-left: 0;
}

.value-card {
  position: relative;
  min-height: 330px;
  padding: 38px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.28);
  transition: color 0.4s ease, background 0.4s ease;
}

.value-card:hover {
  color: #f2ecdf;
  background: var(--graphite);
}

.value-card__index {
  display: block;
  margin-bottom: 62px;
  color: var(--gold-deep);
  font-family: var(--display);
  font-size: 14px;
}

.value-card h3 {
  margin-bottom: 16px;
  font-size: 31px;
}

.value-card p {
  max-width: 300px;
  margin: 0;
  color: var(--ink-3);
  font-size: 12px;
  transition: color 0.4s ease;
}

.value-card:hover p {
  color: #b3aa97;
}

.value-card__icon {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 120px;
  opacity: 0;
  transform: rotate(8deg) translateY(20px);
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

html[dir="rtl"] .value-card__icon {
  right: auto;
  left: -18px;
}

.value-card:hover .value-card__icon {
  opacity: 1;
  transform: rotate(0) translateY(0);
}

.showcase {
  overflow: hidden;
}

.showcase::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  opacity: 0.25;
  background: radial-gradient(circle at 100% 50%, rgba(213, 178, 106, 0.42), transparent 60%);
}

.showcase__grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
  align-items: center;
}

.showcase__copy h2 {
  margin-bottom: 26px;
}

.showcase__copy .lede {
  font-size: 17px;
}

.showcase__list {
  display: grid;
  gap: 18px;
  margin: 38px 0 0;
}

.showcase__list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
}

.showcase__list b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  color: var(--gold-light);
  border: 1px solid rgba(220, 190, 124, 0.34);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 500;
}

.showcase__list strong {
  display: block;
  margin-bottom: 4px;
  color: #f2ecdf;
  font-size: 12px;
}

.showcase__list p {
  margin: 0;
  color: #9c937f;
  font-size: 10px;
}

.phones {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 310px));
  justify-content: center;
  gap: 24px;
  min-height: 690px;
}

.phone-shot {
  position: relative;
  overflow: hidden;
  border: 8px solid #111015;
  border-radius: 42px;
  background: var(--ivory);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.phone-shot::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 82px;
  height: 22px;
  border-radius: 20px;
  background: #111015;
  transform: translateX(-50%);
}

.phone-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.phone-shot--one {
  height: 640px;
  transform: translateY(30px) rotate(-4deg);
}

.phone-shot--two {
  height: 640px;
  transform: translateY(-20px) rotate(4deg);
}

.marquee {
  overflow: hidden;
  color: #2e230c;
  border-block: 1px solid rgba(46, 35, 12, 0.22);
  background: linear-gradient(90deg, #c49850, #e5c987, #bf9148);
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee__group {
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 16px 19px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.marquee__group span::after {
  content: "✦";
  margin-inline-start: 38px;
  font-size: 8px;
}

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

html[dir="rtl"] .marquee__track { animation-direction: reverse; }

.majlis-teaser {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 40%, rgba(190, 145, 72, 0.15), transparent 28%),
    var(--ivory-2);
}

.majlis-teaser__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

.majlis-teaser__copy h2 {
  margin-bottom: 25px;
}

.majlis-teaser__copy .button {
  margin-top: 32px;
}

.majlis-seal {
  position: relative;
  min-height: 540px;
}

.majlis-seal__arch {
  position: absolute;
  inset: 0 8% 0;
  overflow: hidden;
  border: 1px solid rgba(190, 145, 72, 0.34);
  border-radius: 48% 48% 22px 22px / 34% 34% 22px 22px;
  background:
    linear-gradient(transparent, rgba(190, 145, 72, 0.08)),
    var(--paper);
  box-shadow: var(--shadow);
}

.majlis-seal__arch::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(190, 145, 72, 0.13);
  border-radius: inherit;
}

.majlis-seal__mascot {
  position: absolute;
  z-index: 2;
  top: 54px;
  left: 50%;
  width: 190px;
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 30px rgba(93, 59, 7, 0.18));
}

.majlis-seal__card {
  position: absolute;
  z-index: 3;
  right: 15%;
  bottom: 48px;
  left: 15%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 20px 50px rgba(58, 42, 14, 0.12);
  backdrop-filter: blur(16px);
}

.majlis-seal__card small {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.majlis-seal__card strong {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
}

.majlis-seal__steps {
  display: flex;
  gap: 7px;
  margin-top: 19px;
}

.majlis-seal__steps i {
  flex: 1;
  height: 4px;
  border-radius: 5px;
  background: var(--gold-pale);
}

.majlis-seal__steps i:first-child,
.majlis-seal__steps i:nth-child(2) {
  background: var(--gold);
}

.home-cta {
  overflow: hidden;
  text-align: center;
}

.home-cta::before,
.home-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(28vw, 360px);
  height: min(28vw, 360px);
  border: 1px solid rgba(213, 178, 106, 0.16);
  border-radius: 50%;
}

.home-cta::before { left: -9%; }
.home-cta::after { right: -9%; }

.home-cta h2 {
  max-width: 880px;
  margin: 0 auto 28px;
}

.home-cta p {
  max-width: 580px;
  margin: 0 auto;
  color: #b3aa97;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 182px;
  padding: 12px 18px;
  color: var(--ink);
  border: 1px solid rgba(220, 190, 124, 0.28);
  border-radius: 14px;
  background: #f7f2e8;
  text-align: left;
  transition: transform 0.25s ease, background 0.25s ease;
}

.store-button:hover {
  transform: translateY(-3px);
  background: #fffaf0;
}

.store-button svg {
  width: 26px;
  height: 26px;
  fill: var(--ink);
}

.store-button small,
.store-button strong {
  display: block;
  line-height: 1.25;
}

.store-button small {
  color: var(--ink-3);
  font-size: 8px;
}

.store-button strong {
  font-size: 12px;
}

/* Interior page heroes */
.subhero {
  position: relative;
  min-height: 700px;
  padding: 190px 0 100px;
  overflow: hidden;
}

.subhero--dark {
  color: #f2ecdf;
  background: var(--graphite);
}

.subhero--dark::after {
  content: "";
  position: absolute;
  top: -24%;
  right: -9%;
  width: min(60vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(213, 178, 106, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(213, 178, 106, 0.025), 0 0 0 160px rgba(213, 178, 106, 0.015);
}

.subhero--light {
  background:
    radial-gradient(circle at 86% 35%, rgba(190, 145, 72, 0.14), transparent 25%),
    var(--ivory);
}

.subhero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}

.subhero h1 {
  max-width: 900px;
  margin: 18px 0 28px;
}

.subhero__copy .lede {
  max-width: 650px;
}

.subhero__art {
  position: relative;
  min-height: 400px;
}

.subhero__mascot {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(30vw, 330px);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 35px 45px rgba(83, 51, 5, 0.24));
}

.subhero__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(35vw, 470px);
  aspect-ratio: 1;
  border: 1px solid rgba(190, 145, 72, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.subhero__halo::before,
.subhero__halo::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(190, 145, 72, 0.16);
  border-radius: 50%;
}

.subhero__halo::before { inset: 28px; }
.subhero__halo::after { inset: 70px; }

.subhero__note {
  position: absolute;
  z-index: 3;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  font-size: 9px;
  font-weight: 700;
}

.subhero--dark .subhero__note {
  color: #d9cfbe;
  border-color: var(--line-light);
  background: rgba(33, 31, 38, 0.8);
}

.subhero__note--top { top: 16%; right: 2%; }
.subhero__note--bottom { bottom: 15%; left: 0; }

.page-intro-line {
  padding: 31px 0;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  text-align: center;
  font-family: var(--display);
  font-size: clamp(20px, 2.3vw, 33px);
}

/* Experience page */
.experience-switcher {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.experience-tabs {
  position: sticky;
  top: 110px;
  display: grid;
  border-top: 1px solid var(--line);
}

.experience-tab {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 12px;
  align-items: center;
  padding: 24px 2px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: start;
  cursor: pointer;
}

.experience-tab b {
  color: var(--gold-deep);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 500;
}

.experience-tab strong {
  display: block;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
}

.experience-tab small {
  display: block;
  margin-top: 4px;
  color: var(--ink-3);
  font-size: 9px;
}

.experience-tab i {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.experience-tab i::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--gold);
  transform: scale(0);
  transition: transform 0.25s ease;
}

.experience-tab.is-active i::before {
  transform: scale(1);
}

.experience-panel {
  position: relative;
  min-height: 780px;
}

.experience-panel__frame {
  position: relative;
  width: min(100%, 550px);
  margin: 0 auto;
  padding: 52px 74px;
  border-radius: 48% 48% 22px 22px / 20% 20% 22px 22px;
  background: var(--ivory-2);
}

.experience-panel__frame::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(190, 145, 72, 0.18);
  border-radius: inherit;
}

.experience-phone {
  position: relative;
  z-index: 2;
  height: 676px;
  overflow: hidden;
  border: 8px solid #17151a;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 38px 70px rgba(53, 39, 15, 0.19);
}

.experience-phone::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 50%;
  width: 78px;
  height: 20px;
  border-radius: 99px;
  background: #17151a;
  transform: translateX(-50%);
}

.experience-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  animation: panel-enter 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes panel-enter {
  from { opacity: 0; transform: translateY(22px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.experience-caption {
  position: absolute;
  z-index: 3;
  right: -36px;
  bottom: 54px;
  width: 245px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.experience-caption b {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-deep);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
}

.experience-caption p {
  margin: 0;
  color: var(--ink-2);
  font-size: 10px;
}

.feature-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 65px;
}

.feature-tile {
  position: relative;
  grid-column: span 4;
  min-height: 300px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--paper);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-tile:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.feature-tile--wide { grid-column: span 8; }
.feature-tile--dark { color: #f2ecdf; background: var(--graphite); }
.feature-tile--gold { background: linear-gradient(145deg, #f3e6c6, #d7b56c); }

.feature-tile__icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 58px;
  color: var(--gold-deep);
  border: 1px solid rgba(190, 145, 72, 0.35);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 16px;
}

.feature-tile--dark .feature-tile__icon {
  color: var(--gold-light);
  border-color: rgba(220, 190, 124, 0.3);
}

.feature-tile h3 {
  margin-bottom: 13px;
  font-size: 28px;
}

.feature-tile p {
  max-width: 480px;
  margin: 0;
  color: var(--ink-3);
  font-size: 11px;
}

.feature-tile--dark p { color: #9c937f; }

.feature-tile img {
  position: absolute;
  right: 18px;
  bottom: -6px;
  width: 120px;
  filter: drop-shadow(0 16px 18px rgba(83, 51, 5, 0.16));
}

html[dir="rtl"] .feature-tile img {
  right: auto;
  left: 18px;
}

.rooms-principle {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}

.rooms-number {
  position: relative;
  font-family: var(--display);
  font-size: clamp(180px, 26vw, 380px);
  font-weight: 500;
  line-height: 0.72;
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 190, 124, 0.45);
}

.rooms-number::after {
  content: "rooms";
  position: absolute;
  right: 10%;
  bottom: -28px;
  color: var(--gold-light);
  -webkit-text-stroke: 0;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rooms-principle h2 {
  margin-bottom: 28px;
}

/* Family Majlis page */
.family-hero-card {
  position: relative;
  width: min(100%, 470px);
  margin: 0 auto;
  padding: 34px;
  color: var(--ink);
  border: 1px solid rgba(220, 190, 124, 0.32);
  border-radius: 25px;
  background: linear-gradient(145deg, #fffdf7, #f1e6cd);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.25);
  transform: rotate(2deg);
}

.family-hero-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.family-hero-card__top img {
  width: 80px;
}

.family-hero-card__top small,
.family-hero-card__top strong {
  display: block;
}

.family-hero-card__top small {
  color: var(--gold-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.family-hero-card__top strong {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
}

.family-code {
  margin: 23px 0;
  padding: 17px;
  border: 1px solid rgba(190, 145, 72, 0.3);
  border-radius: 14px;
  background: rgba(244, 235, 215, 0.75);
  text-align: center;
  font-family: var(--display);
  font-size: 27px;
  letter-spacing: 0.22em;
  color: var(--gold-deep);
}

.family-hero-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 10px;
}

.consent-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  border-top: 1px solid var(--line);
}

.consent-step {
  position: relative;
  min-height: 350px;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
}

.consent-step:last-child { border-right: 0; }
html[dir="rtl"] .consent-step { border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .consent-step:last-child { border-left: 0; }

.consent-step b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 64px;
  color: var(--gold-deep);
  border: 1px solid rgba(190, 145, 72, 0.35);
  border-radius: 50%;
  font-family: var(--display);
  font-weight: 500;
}

.consent-step h3 {
  margin-bottom: 13px;
  font-size: 27px;
}

.consent-step p {
  margin: 0;
  color: var(--ink-3);
  font-size: 11px;
}

.consent-step::after {
  content: "";
  position: absolute;
  top: 49px;
  right: -5px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.consent-step:last-child::after { display: none; }

.permission-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: start;
}

.permission-copy {
  position: sticky;
  top: 110px;
}

.permission-copy h2 { margin-bottom: 24px; }

.permission-stack {
  display: grid;
  gap: 13px;
}

.permission-card {
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: 18px;
  background: var(--graphite-2);
}

.permission-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.permission-card h3 {
  margin: 0;
  font-size: 25px;
}

.permission-card span {
  padding: 5px 8px;
  color: var(--gold-light);
  border: 1px solid rgba(220, 190, 124, 0.25);
  border-radius: 99px;
  font-size: 8px;
  font-weight: 700;
}

.permission-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.permission-card li {
  display: flex;
  gap: 11px;
  color: #a89e8d;
  font-size: 10px;
}

.permission-card li::before {
  content: "✓";
  color: var(--gold-light);
}

.majlis-room {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.room-visual {
  position: relative;
  min-height: 570px;
  border: 1px solid var(--line);
  border-radius: 260px 260px 28px 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.room-visual__ring {
  position: absolute;
  inset: 60px 70px 100px;
  border: 1px solid rgba(190, 145, 72, 0.22);
  border-radius: 50%;
}

.room-person {
  position: absolute;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  padding: 8px;
  border: 1px solid rgba(190, 145, 72, 0.35);
  border-radius: 50%;
  background: var(--ivory);
  box-shadow: 0 15px 28px rgba(60, 44, 17, 0.12);
}

.room-person img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.room-person--one { top: 75px; left: 50%; transform: translateX(-50%); }
.room-person--two { top: 220px; left: 54px; }
.room-person--three { top: 220px; right: 54px; }

.room-message {
  position: absolute;
  right: 70px;
  bottom: 55px;
  left: 70px;
  padding: 18px;
  color: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ivory-2);
  font-family: var(--display);
  font-size: 15px;
  text-align: center;
}

/* Safety */
.safety-hero-shield {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: 0.92;
  margin: auto;
  clip-path: polygon(50% 0, 91% 16%, 88% 70%, 50% 100%, 12% 70%, 9% 16%);
  background: linear-gradient(145deg, #e7ce91, #a7772e);
  filter: drop-shadow(0 36px 60px rgba(0, 0, 0, 0.28));
}

.safety-hero-shield::before {
  content: "";
  position: absolute;
  inset: 6px;
  clip-path: inherit;
  background: var(--graphite-2);
}

.safety-hero-shield img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 64px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.promise-card {
  min-height: 340px;
  padding: 38px;
  background: var(--graphite);
}

.promise-card b {
  display: block;
  margin-bottom: 80px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
}

.promise-card h3 {
  margin-bottom: 14px;
  font-size: 31px;
}

.promise-card p {
  margin: 0;
  color: #9c937f;
  font-size: 11px;
}

.privacy-demo {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}

.privacy-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 220px 220px 22px 22px;
  background: linear-gradient(160deg, #f2e7dd, #e1c8ca);
  box-shadow: var(--shadow);
}

.privacy-card__blur {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(68, 46, 34, 0.48) 0 12%, transparent 13%),
    radial-gradient(ellipse at 50% 70%, rgba(91, 64, 52, 0.47) 0 27%, transparent 28%);
  filter: blur(34px);
  transform: scale(1.2);
}

.privacy-card__avatar {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 175px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 20px 28px rgba(58, 42, 15, 0.18));
}

.privacy-card__label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 20px;
  color: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  background: rgba(255, 253, 248, 0.75);
  backdrop-filter: blur(16px);
  font-size: 10px;
}

.privacy-card__label strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 500;
}

.safety-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.safety-list li {
  display: grid;
  grid-template-columns: 37px 1fr;
  gap: 14px;
  list-style: none;
}

.safety-list b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--gold-deep);
  border: 1px solid rgba(190, 145, 72, 0.34);
  border-radius: 50%;
  font-size: 10px;
}

.safety-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}

.safety-list p {
  margin: 0;
  color: var(--ink-3);
  font-size: 10px;
}

.policy-ledger {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 18px;
  margin-top: 54px;
}

.policy-entry {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 28px 31px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  isolation: isolate;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.policy-entry::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.08;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.policy-entry:hover {
  z-index: 2;
  transform: translateY(-7px);
  border-color: rgba(190, 145, 72, 0.42);
  box-shadow: 0 28px 70px rgba(45, 33, 12, 0.14);
}

.policy-entry:hover::before { transform: scale(1.15); }

.policy-entry--privacy {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
  min-height: 518px;
  color: #f6f0e3;
  background:
    radial-gradient(circle at 92% 16%, rgba(220, 190, 124, 0.16), transparent 32%),
    var(--graphite);
}

.policy-entry--privacy::before { top: 76px; right: -112px; }
.policy-entry--community { grid-column: 6 / -1; grid-row: 1; }
.policy-entry--community::before { right: -60px; bottom: -160px; }
.policy-entry--deletion {
  grid-column: 6 / -1;
  grid-row: 2;
  background: linear-gradient(118deg, #f5ead1, #fffaf0);
}
.policy-entry--deletion::before { right: 18%; bottom: -190px; }

.policy-entry__top {
  position: absolute;
  z-index: 3;
  top: 27px;
  right: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.policy-entry__top span,
.policy-entry__copy small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.policy-entry__top span { opacity: 0.72; }

.policy-entry__top i {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.58;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.policy-entry__top svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.policy-entry:hover .policy-entry__top i { transform: translate(4px, -4px); opacity: 1; }
html[dir="rtl"] .policy-entry__top svg { transform: scaleX(-1); }

.policy-entry > img {
  position: absolute;
  z-index: -1;
  object-fit: contain;
  pointer-events: none;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.policy-entry--privacy > img { top: 85px; right: 19px; width: 190px; opacity: 0.92; }
.policy-entry--community > img { right: 36px; bottom: -27px; width: 168px; opacity: 0.87; }
.policy-entry--deletion > img { right: 48px; bottom: -33px; width: 158px; opacity: 0.9; }
.policy-entry:hover > img { transform: translateY(-7px) rotate(-2deg) scale(1.04); }
html[dir="rtl"] .policy-entry > img { right: auto; left: 28px; }

.policy-entry__copy {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  width: min(100%, 470px);
  padding-right: 150px;
}

.policy-entry--privacy .policy-entry__copy { padding-right: 0; }
.policy-entry__copy small { display: block; margin-bottom: 8px; color: var(--gold-deep); }
.policy-entry--privacy .policy-entry__copy small { color: var(--gold-light); }
.policy-entry__copy h3 { margin: 0 0 9px; font-size: clamp(27px, 2.4vw, 40px); line-height: 1.05; }
.policy-entry--privacy .policy-entry__copy h3 { font-size: clamp(40px, 4.2vw, 61px); }
.policy-entry__copy p { max-width: 390px; margin: 0; color: var(--ink-3); font-size: 10px; }
.policy-entry--privacy .policy-entry__copy p { max-width: 330px; color: #9e9688; }
html[dir="rtl"] .policy-entry__copy { padding-right: 0; padding-left: 150px; }
html[dir="rtl"] .policy-entry--privacy .policy-entry__copy { padding-left: 0; }

/* Company */
.company-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}

.company-mark__orbit {
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(220, 190, 124, 0.17);
  border-radius: 50%;
  animation: company-orbit 14s linear infinite;
}

.company-mark__orbit::before {
  content: "";
  position: absolute;
  top: 17%;
  right: 5%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 24px rgba(220, 190, 124, 0.7);
}

.company-mark__logo {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 246px;
  height: 246px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35), 0 0 0 12px rgba(255, 255, 255, 0.025);
}

.company-mark__logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 27px; }

@keyframes company-orbit { to { transform: rotate(360deg); } }

.company-mark p {
  position: absolute;
  bottom: 28px;
  margin: 0;
  color: #a69d8c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.origin-story {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 110px;
}

.origin-story__aside {
  position: sticky;
  top: 110px;
}

.origin-story__aside img {
  width: 130px;
  margin-bottom: 24px;
}

.origin-story__aside p {
  max-width: 270px;
  color: var(--ink-3);
  font-size: 10px;
}

.origin-story__copy h2 {
  margin-bottom: 36px;
}

.origin-story__copy > p {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--ink-2);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.75;
}

.refusal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 68px;
  border: 1px solid var(--line);
}

.refusal-column {
  padding: 39px;
}

.refusal-column + .refusal-column {
  border-inline-start: 1px solid var(--line);
  background: var(--paper);
}

.refusal-column small {
  display: block;
  margin-bottom: 34px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.refusal-column ul {
  display: grid;
  gap: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.refusal-column li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--display);
  font-size: 22px;
}

.refusal-column li::before {
  content: "×";
  color: var(--ink-3);
  font-family: var(--body);
  font-size: 17px;
}

.refusal-column + .refusal-column li::before {
  content: "✓";
  color: var(--gold-deep);
}

.principle-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
  border-top: 1px solid var(--line-light);
}

.principle {
  min-height: 300px;
  padding: 32px;
  border-right: 1px solid var(--line-light);
}

.principle:last-child { border-right: 0; }
.principle b { color: var(--gold-light); font-family: var(--display); font-weight: 500; }
.principle h3 { margin: 70px 0 14px; font-size: 28px; }
.principle p { margin: 0; color: #9c937f; font-size: 10px; }

.company-cta__actions,
.careers-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* Careers */
.careers-hero { overflow: hidden; }

.careers-hero__actions span {
  color: #8f8779;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.careers-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
}

.careers-mark__ring {
  position: absolute;
  width: min(37vw, 465px);
  aspect-ratio: 1;
  border: 1px solid rgba(220, 190, 124, 0.18);
  border-radius: 50%;
  animation: career-ring 17s linear infinite;
}

.careers-mark__ring::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 12%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 20px rgba(220, 190, 124, 0.8);
}

.careers-mark__ring--two { width: min(28vw, 350px); opacity: 0.55; animation-direction: reverse; animation-duration: 11s; }

@keyframes career-ring { to { transform: rotate(360deg); } }

.careers-mark__card {
  position: relative;
  z-index: 2;
  width: 285px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(15px);
  transform: rotate(3deg);
}

.careers-mark__card small {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.careers-mark__card img { width: 100%; padding: 10px; border-radius: 18px; background: #fff; }
.careers-mark__card strong { display: block; margin-top: 18px; font-family: var(--display); font-size: 24px; font-weight: 500; }

.careers-mark__note {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 15%;
  padding: 13px 17px;
  color: var(--ink);
  border-radius: 99px;
  background: var(--gold-light);
  box-shadow: var(--shadow);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.career-manifesto {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: start;
}

#introduce { scroll-margin-top: 72px; }

.career-manifesto__copy { position: sticky; top: 110px; }
.career-manifesto__copy h2 { margin-bottom: 24px; }

.career-facts { border-top: 1px solid var(--line); }

.career-fact {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.career-fact b {
  color: var(--gold-deep);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
}

.career-fact h3 { margin: 0 0 8px; font-size: 28px; }
.career-fact p { max-width: 560px; margin: 0; color: var(--ink-3); font-size: 11px; }

.career-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 55px;
}

.career-section-head h2 { margin-bottom: 0; }
.career-section-head > p { max-width: 390px; margin: 0 0 8px; color: var(--ink-3); font-size: 10px; }

.discipline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.discipline-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.discipline-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.discipline-card--build { color: #f5efe1; background: var(--graphite); }
.discipline-card--trust { background: var(--gold-pale); }
.discipline-card > span { font-size: 8px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.68; }
.discipline-card__symbol { display: grid; place-items: center; width: 74px; height: 74px; margin: auto; color: var(--gold-deep); border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 29px; }
.discipline-card--build .discipline-card__symbol { color: var(--gold-light); }
.discipline-card h3 { margin: 0 0 10px; font-size: 31px; }
.discipline-card p { margin: 0; color: var(--ink-3); font-size: 10px; }
.discipline-card--build p { color: #9e9688; }

.career-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.career-principle { min-height: 285px; padding: 28px; border-inline-end: 1px solid var(--line-light); }
.career-principle:last-child { border-inline-end: 0; }
.career-principle b { color: var(--gold-light); font-family: var(--display); font-weight: 500; }
.career-principle h3 { margin: 65px 0 12px; font-size: 25px; }
.career-principle p { margin: 0; color: #9c937f; font-size: 9px; }

.career-invite__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 95px;
  align-items: center;
  padding: 58px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: 0 25px 90px rgba(38, 28, 10, 0.07);
}

.career-invite__visual {
  position: relative;
  padding: 38px;
  border-radius: 28px;
  background: var(--graphite);
  transform: rotate(-2.5deg);
}

.career-invite__visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(220, 190, 124, 0.18);
  border-radius: 20px;
}

.career-invite__visual img { position: relative; z-index: 1; padding: 10px; border-radius: 18px; background: #fff; }
.career-invite__visual span { position: relative; z-index: 1; display: block; margin-top: 22px; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-align: center; text-transform: uppercase; }
.career-invite__grid h2 { margin-bottom: 22px; }
.career-invite__grid .button { margin-top: 20px; }
.career-invite__email { display: block; margin-top: 17px; color: var(--ink-3); font-size: 8px; letter-spacing: 0.06em; }

/* Support */
.support-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
  align-items: start;
}

.support-aside {
  position: sticky;
  top: 110px;
}

.support-aside h2 { margin-bottom: 24px; }

.support-card {
  margin-top: 28px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.support-card img {
  width: 82px;
  margin-bottom: 16px;
}

.support-card strong {
  display: block;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 500;
}

.support-card a {
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 27px 0;
  border: 0;
  background: transparent;
  text-align: start;
  cursor: pointer;
}

.faq-question span:first-child {
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
}

.faq-question i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-question i::before,
.faq-question i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.faq-question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-question i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 690px;
  margin: 0;
  padding: 0 0 27px;
  color: var(--ink-2);
  font-size: 12px;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field--full { grid-column: 1 / -1; }

.field label {
  color: var(--ink-2);
  font-size: 9px;
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 15px 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: none;
  background: var(--paper);
  font-size: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(190, 145, 72, 0.1);
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink-3);
  font-size: 9px;
}

.contact-form .button {
  width: max-content;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.field--trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.form-note a {
  color: var(--gold-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-hub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 56px;
}

.legal-link {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  transition: transform 0.25s ease, background 0.25s ease;
}

.legal-link:hover {
  transform: translateY(-4px);
  background: var(--gold-pale);
}

.legal-link b {
  display: block;
  margin-bottom: 30px;
  color: var(--gold-deep);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 500;
}

.legal-link strong {
  font-size: 11px;
}

/* Official documents */
.legal-hero {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  padding: 170px 0 90px;
  color: #f4eee2;
  background:
    radial-gradient(circle at 79% 28%, rgba(205, 160, 79, 0.19), transparent 27%),
    linear-gradient(125deg, #151419 0%, #211f23 68%, #17161b 100%);
}

.legal-hero::after {
  position: absolute;
  right: -13vw;
  bottom: -36vw;
  width: 66vw;
  height: 66vw;
  border: 1px solid rgba(221, 185, 111, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(221, 185, 111, 0.025), 0 0 0 172px rgba(221, 185, 111, 0.018);
  content: "";
}

.legal-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: 90px;
}

.legal-hero h1 {
  max-width: 820px;
  margin: 12px 0 20px;
  font-size: clamp(62px, 8vw, 118px);
  line-height: 0.91;
  letter-spacing: -0.055em;
}

.legal-hero .lede {
  max-width: 680px;
  color: #aba294;
}

.legal-hero__seal {
  display: grid;
  justify-items: center;
  min-height: 310px;
  padding: 24px 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 150px 150px 24px 24px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.2);
  text-align: center;
  backdrop-filter: blur(12px);
}

.legal-hero__seal span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-hero__seal img {
  width: 142px;
  height: 142px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
}

.legal-hero__seal strong {
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
}

html[dir="rtl"] .legal-hero__seal strong { font-family: var(--display-ar); }

.legal-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 790px);
  justify-content: space-between;
  gap: 90px;
}

.legal-aside {
  position: sticky;
  top: calc(var(--header-h) + 34px);
  align-self: start;
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.legal-aside > span {
  margin-bottom: 16px;
  color: var(--gold-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-aside a {
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--ink-2);
  font-size: 10px;
  font-weight: 600;
  transition: color 0.2s ease, background 0.2s ease;
}

.legal-aside a:hover,
.legal-aside a.is-active {
  color: var(--ink);
  background: var(--gold-pale);
}

.legal-aside p {
  margin: 20px 12px 4px;
  color: var(--ink-3);
  font-size: 8px;
  line-height: 1.7;
}

.legal-document {
  min-width: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.85;
}

.legal-document > p:first-child {
  margin-top: 0;
  color: var(--gold-deep);
  font-size: 11px;
  letter-spacing: 0.025em;
}

.legal-document h1,
.legal-document h2 {
  margin: 58px 0 17px;
  padding-top: 26px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.legal-document h3,
.legal-document h4 {
  margin: 35px 0 10px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.legal-document p { margin: 0 0 17px; }
.legal-document ul,
.legal-document ol { margin: 8px 0 26px; padding-left: 24px; }
.legal-document li { margin: 7px 0; padding-left: 5px; }
.legal-document a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }

.legal-document__help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  padding: 27px 30px;
  color: var(--ink);
  border: 1px solid rgba(176, 128, 54, 0.25);
  border-radius: 17px;
  background: var(--gold-pale);
}

.legal-document__help strong { font-family: var(--display); font-size: 19px; font-weight: 500; }

/* Footer */
.site-footer {
  position: relative;
  z-index: 2;
  color: #f2ecdf;
  background: #151419;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.55fr);
  gap: 70px;
  padding: 86px 0 72px;
}

.footer-brand .brand {
  margin-bottom: 24px;
  font-size: 34px;
}

.footer-brand p {
  max-width: 390px;
  margin: 0;
  color: #8f8779;
  font-size: 11px;
}

.footer-dds {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  color: #9d9587;
}

.footer-dds img { width: 42px; height: 42px; padding: 3px; border-radius: 10px; background: #fff; object-fit: contain; }
.footer-dds small,
.footer-dds strong { display: block; }
.footer-dds small { font-size: 7px; letter-spacing: 0.11em; text-transform: uppercase; }
.footer-dds strong { color: #c8bfaf; font-size: 9px; }

.footer-column h4 {
  margin: 0 0 20px;
  color: var(--gold-light);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: max-content;
  margin-bottom: 10px;
  color: #a39a89;
  font-size: 10px;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #f2ecdf;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  color: #746d61;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 8px;
}

.footer-bottom__links {
  display: flex;
  gap: 18px;
}

.route-wipe {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: var(--graphite);
  transform: scaleY(0);
  transform-origin: bottom;
}

.route-wipe.is-wiping {
  animation: route-wipe 0.62s cubic-bezier(0.77, 0, 0.18, 1) both;
}

@keyframes route-wipe {
  0% { transform: scaleY(0); transform-origin: bottom; }
  48% { transform: scaleY(1); transform-origin: bottom; }
  52% { transform: scaleY(1); transform-origin: top; }
  100% { transform: scaleY(0); transform-origin: top; }
}

.toast {
  position: fixed;
  z-index: 130;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 14px 18px;
  color: #f2ecdf;
  border: 1px solid rgba(220, 190, 124, 0.24);
  border-radius: 13px;
  background: var(--graphite-2);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  font-size: 10px;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.noscript {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  color: #f2ecdf;
  background: var(--graphite);
  text-align: center;
}

/* Responsive */
@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 180px 1fr 180px;
  }

  .main-nav { gap: 19px; }
  .main-nav a { font-size: 10px; }
  .header-download { display: none; }

  .hero__inner,
  .subhero__grid {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .experience-caption { right: 0; }
  .feature-tile { grid-column: span 6; }
  .feature-tile--wide { grid-column: span 12; }
}

@media (max-width: 900px) {
  :root { --header-h: 74px; }

  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 22px;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: grid;
    place-content: center;
    gap: 4px;
    padding: 100px 28px 40px;
    color: #f2ecdf;
    background: var(--graphite);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 8px 0;
    font-family: var(--display);
    font-size: clamp(34px, 8vw, 54px);
    font-weight: 500;
    opacity: 0.55;
  }

  html[dir="rtl"] .main-nav a { font-family: var(--display-ar); }

  .header-actions { grid-column: 2; }
  .menu-button { display: block; }
  .site-header.on-dark:not(.is-scrolled) .menu-button { border-color: rgba(255,255,255,.18); }

  .container,
  .container--narrow { width: min(calc(100% - 40px), var(--max)); }
  .section { padding: 96px 0; }

  .hero { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding-top: 120px; }
  .hero__copy { padding-bottom: 12px; }
  .hero__art { min-height: 620px; }
  .hero__orbit { width: min(80vw, 560px); }
  .envelope-stage { width: min(72vw, 500px); }
  .hero__scroll { display: none; }

  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-stat:nth-child(2) { border-right: 0; }
  .trust-stat:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }

  .statement-grid,
  .showcase__grid,
  .majlis-teaser__grid,
  .rooms-principle,
  .permission-grid,
  .majlis-room,
  .privacy-demo,
  .origin-story,
  .support-grid,
  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .statement-aside__line { height: 46px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 260px; }
  .value-card__index { margin-bottom: 40px; }
  .phones { min-height: 600px; grid-template-columns: repeat(2, minmax(0, 260px)); }
  .phone-shot--one,
  .phone-shot--two { height: 560px; }

  .subhero { min-height: auto; padding-top: 150px; }
  .subhero__grid { grid-template-columns: 1fr; }
  .subhero__art { min-height: 450px; }
  .subhero__mascot { width: min(52vw, 300px); }
  .subhero__halo { width: min(68vw, 450px); }

  .experience-switcher { grid-template-columns: 1fr; gap: 50px; }
  .experience-tabs { position: static; grid-template-columns: repeat(2, 1fr); }
  .experience-tab:nth-child(odd) { border-right: 1px solid var(--line); }
  .experience-panel__frame { padding-inline: 58px; }

  .consent-flow { grid-template-columns: repeat(2, 1fr); }
  .consent-step:nth-child(2) { border-right: 0; }
  .consent-step:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .permission-copy,
  .origin-story__aside,
  .support-aside { position: static; }

  .policy-ledger { grid-template-columns: 1fr; grid-template-rows: none; }
  .policy-entry--privacy,
  .policy-entry--community,
  .policy-entry--deletion { grid-column: 1; grid-row: auto; min-height: 300px; }
  .policy-entry--privacy { min-height: 410px; }
  .policy-entry--privacy > img { width: 170px; }
  .career-manifesto,
  .career-invite__grid { grid-template-columns: 1fr; gap: 55px; }
  .career-manifesto__copy { position: static; }
  .discipline-grid { grid-template-columns: 1fr; }
  .discipline-card { min-height: 330px; }
  .career-principles { grid-template-columns: repeat(2, 1fr); }
  .career-principle:nth-child(2) { border-inline-end: 0; }
  .career-principle:nth-child(-n + 2) { border-bottom: 1px solid var(--line-light); }
  .footer-main { grid-template-columns: 1.4fr 0.6fr 0.6fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-hub { grid-template-columns: repeat(2, 1fr); }
  .legal-hero__grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-hero__seal { max-width: 410px; }
  .legal-layout { grid-template-columns: 1fr; gap: 50px; }
  .legal-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-aside > span,
  .legal-aside p { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .site-header { padding-inline: 16px; }
  .brand { font-size: 22px; }
  .brand img { width: 36px; height: 36px; }
  .language-toggle { display: none; }

  .container,
  .container--narrow { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 76px 0; }

  h1 { font-size: clamp(47px, 15vw, 70px); }
  h2 { font-size: clamp(38px, 12vw, 56px); }
  .lede { font-size: 16px; }

  .hero__inner { padding-top: 100px; }
  .hero h1 { font-size: clamp(55px, 18vw, 78px); }
  .hero__copy > p { font-size: 15px; }
  .hero__art { min-height: 450px; }
  .envelope-stage { width: 91vw; }
  .envelope__letter { padding: 22px; }
  .envelope__letter p { max-width: 70%; }
  .hero__floating-note--one { top: 8%; right: 0; }
  .hero__floating-note--two { bottom: 4%; left: 0; }

  .trust-stat { padding: 24px 16px; }
  .trust-stat strong { font-size: 22px; }
  .statement-grid { gap: 32px; }
  .value-grid { margin-top: 48px; }
  .value-card { padding: 28px; }

  .showcase__grid { gap: 45px; }
  .phones { min-height: 500px; gap: 8px; }
  .phone-shot { border-width: 5px; border-radius: 27px; }
  .phone-shot::before { width: 54px; height: 15px; top: 5px; }
  .phone-shot--one,
  .phone-shot--two { height: 465px; }

  .majlis-seal { min-height: 470px; }
  .majlis-seal__mascot { width: 160px; }
  .majlis-seal__card { right: 9%; left: 9%; padding: 20px; }

  .subhero { padding-top: 125px; padding-bottom: 70px; }
  .subhero__art { min-height: 360px; }
  .subhero__note { font-size: 8px; }

  .experience-tabs { grid-template-columns: 1fr; }
  .experience-tab:nth-child(odd) { border-right: 0; }
  .experience-panel { min-height: 690px; }
  .experience-panel__frame { padding: 38px 30px; border-radius: 180px 180px 24px 24px; }
  .experience-phone { height: 590px; border-width: 6px; border-radius: 31px; }
  .experience-caption { right: 10px; bottom: 24px; width: 220px; }

  .feature-mosaic { display: grid; grid-template-columns: 1fr; }
  .feature-tile,
  .feature-tile--wide { grid-column: 1; }

  .rooms-number { font-size: 210px; }
  .rooms-number::after { right: 17%; }

  .family-hero-card { padding: 25px; }
  .consent-flow { grid-template-columns: 1fr; }
  .consent-step { min-height: 275px; border-right: 0; border-bottom: 1px solid var(--line); }
  .consent-step::after { display: none; }
  .consent-step b { margin-bottom: 44px; }

  .room-visual { min-height: 480px; }
  .room-visual__ring { inset: 55px 40px 100px; }
  .room-person { width: 62px; height: 62px; }
  .room-person--two { left: 26px; }
  .room-person--three { right: 26px; }
  .room-message { right: 26px; left: 26px; }

  .promise-grid { grid-template-columns: 1fr; }
  .promise-card { min-height: 280px; padding: 30px; }
  .promise-card b { margin-bottom: 54px; }
  .privacy-card { min-height: 510px; }

  .policy-ledger { gap: 12px; margin-top: 38px; }
  .policy-entry { min-height: 260px; padding: 25px; border-radius: 20px; }
  .policy-entry--privacy { min-height: 355px; }
  .policy-entry__top { top: 23px; right: 24px; left: 24px; }
  .policy-entry--privacy > img { top: 72px; right: 8px; width: 142px; }
  .policy-entry--community > img,
  .policy-entry--deletion > img { right: 10px; width: 128px; opacity: 0.68; }
  .policy-entry__copy { padding-right: 96px; }
  .policy-entry--privacy .policy-entry__copy { padding-right: 0; }
  .policy-entry__copy h3 { font-size: 31px; }
  .policy-entry--privacy .policy-entry__copy h3 { font-size: 43px; }
  .policy-entry__copy p { font-size: 9px; }
  html[dir="rtl"] .policy-entry__copy { padding-right: 0; padding-left: 96px; }
  html[dir="rtl"] .policy-entry--privacy .policy-entry__copy { padding-left: 0; }

  .refusal-grid,
  .principle-row { grid-template-columns: 1fr; }
  .refusal-column + .refusal-column { border-inline-start: 0; border-top: 1px solid var(--line); }
  .principle { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .principle h3 { margin-top: 48px; }

  .careers-mark { min-height: 390px; }
  .careers-mark__ring { width: 345px; }
  .careers-mark__ring--two { width: 270px; }
  .careers-mark__card { width: 235px; }
  .careers-mark__note { right: 0; bottom: 8%; }
  .career-section-head { align-items: start; flex-direction: column; gap: 18px; }
  .career-fact { grid-template-columns: 44px 1fr; gap: 14px; }
  .career-fact h3 { font-size: 24px; }
  .career-principles { grid-template-columns: 1fr; }
  .career-principle { min-height: 230px; border-inline-end: 0; border-bottom: 1px solid var(--line-light); }
  .career-principle:nth-child(2) { border-bottom: 1px solid var(--line-light); }
  .career-principle:last-child { border-bottom: 0; }
  .career-principle h3 { margin-top: 48px; }
  .career-invite__grid { padding: 28px; border-radius: 23px; }
  .career-invite__visual { padding: 28px; }

  .contact-form { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-note { grid-column: auto; }
  .legal-hub { grid-template-columns: 1fr; }
  .legal-hero { min-height: 0; padding: 125px 0 70px; }
  .legal-hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .legal-hero__seal { min-height: 270px; }
  .legal-aside { grid-template-columns: 1fr; padding: 16px; }
  .legal-aside > span,
  .legal-aside p { grid-column: 1; }
  .legal-document { font-size: 13px; }
  .legal-document h1,
  .legal-document h2 { margin-top: 46px; font-size: 32px; }
  .legal-document__help { align-items: flex-start; flex-direction: column; padding: 23px; }

  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 26px; padding-top: 70px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom__links { flex-wrap: wrap; }

  .toast { right: 15px; bottom: 15px; left: 15px; max-width: none; }

  /* A phone-first, pocket-editorial experience */
  :root { --header-h: 80px; }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    font-size: 16px;
  }

  .site-header,
  .site-header.is-scrolled {
    inset: 10px 10px auto;
    height: 58px;
    padding: 7px 7px 7px 12px;
    color: var(--ink);
    border: 1px solid rgba(190, 145, 72, 0.2);
    border-radius: 19px;
    background: rgba(252, 251, 248, 0.97);
    box-shadow: 0 12px 34px rgba(24, 21, 17, 0.12);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header.on-dark:not(.is-scrolled) { color: var(--ink); }
  .site-header .brand { gap: 7px; font-size: 21px; }
  .site-header .brand img { width: 34px; height: 34px; }
  .header-actions { gap: 6px; }

  .language-toggle {
    display: flex;
    gap: 4px;
    min-height: 38px;
    padding: 4px 7px;
    background: rgba(255, 255, 255, 0.48);
  }

  .language-toggle button {
    min-width: 24px;
    min-height: 28px;
    padding: 0 4px;
    font-size: 11px;
  }

  .language-toggle span { height: 14px; }

  .menu-button {
    position: relative;
    z-index: 4;
    width: 40px;
    height: 40px;
    border-color: rgba(30, 27, 22, 0.14) !important;
    background: rgba(255, 255, 255, 0.58);
  }

  .main-nav {
    inset: -10px;
    place-content: start stretch;
    gap: 0;
    padding: 96px 24px calc(104px + env(safe-area-inset-bottom));
    overflow-y: auto;
    counter-reset: mobile-nav;
    background:
      radial-gradient(circle at 88% 7%, rgba(213, 178, 106, 0.16), transparent 28%),
      var(--graphite);
  }

  .main-nav::before {
    content: "Explore Mersal";
    margin-bottom: 20px;
    color: var(--gold-light);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
  }

  html[dir="rtl"] .main-nav::before { content: "استكشف مرسال"; }

  .main-nav a {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: clamp(27px, 8vw, 38px);
    line-height: 1.02;
    opacity: 0.72;
    counter-increment: mobile-nav;
  }

  html[dir="rtl"] .main-nav a {
    padding: 4px 0 11px;
    line-height: 1.24;
  }

  html[dir="rtl"] .main-nav a:last-child {
    padding-bottom: 17px;
    border-bottom-color: transparent;
  }

  .main-nav a::before {
    content: "0" counter(mobile-nav);
    color: var(--gold-light);
    font-family: var(--body);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .main-nav a::after { display: none; }
  .main-nav a.is-active { color: var(--gold-light); opacity: 1; }

  .header-download {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 5;
    display: inline-flex;
    width: auto;
    min-height: 56px;
    padding-inline: 22px;
    border-radius: 18px;
    font-size: 13px;
    box-shadow: 0 18px 45px rgba(93, 60, 11, 0.34), inset 0 1px rgba(255, 255, 255, 0.45);
    animation: mobile-dock-in 0.6s 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .header-download svg { display: block; }

  body.menu-open .site-header,
  body.menu-open .site-header .brand,
  body.menu-open .site-header .language-toggle,
  body.menu-open .site-header .language-toggle button,
  body.menu-open .site-header .menu-button {
    color: #f2ecdf !important;
    transition: none !important;
  }
  body.menu-open .site-header .language-toggle,
  body.menu-open .site-header .menu-button {
    border-color: rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.09);
  }
  body.menu-open .header-download {
    opacity: 0;
    pointer-events: none;
    transform: translateY(24px);
    animation: none;
  }

  @keyframes mobile-dock-in {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .container,
  .container--narrow { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 68px 0; }
  .section--tight { padding: 56px 0; }

  h1 { font-size: clamp(47px, 14vw, 64px); line-height: 0.9; }
  h2 { font-size: clamp(39px, 11vw, 50px); line-height: 0.94; }
  h3 { line-height: 1; }
  .lede { font-size: 16px; line-height: 1.65; }
  .section-kicker { margin-bottom: 16px; font-size: 9px; letter-spacing: 0.16em; }
  .section-kicker::before { width: 25px; }

  .button { min-height: 54px; padding-inline: 20px; border-radius: 15px; font-size: 13px; }
  .eyebrow-chip { max-width: 100%; padding: 8px 11px; font-size: 8px; line-height: 1.45; }

  .hero { min-height: 0; }
  .hero__inner { min-height: 0; padding-top: 84px; }
  .hero__copy { padding: 42px 0 14px; }
  .hero h1 { margin: 20px 0 22px; font-size: clamp(51px, 16vw, 66px); }
  .hero__copy > p { font-size: 16px; line-height: 1.65; }
  .hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
  .hero__actions .button { width: 100%; }
  .hero__micro { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin-top: 25px; font-size: 10px; }
  .hero__art { min-height: 370px; margin: 0 0 20px; }
  .hero__orbit { width: min(92vw, 390px); }
  .envelope-stage { width: min(calc(100vw - 22px), 390px); }
  .envelope__letter { padding: 21px; }
  .envelope__letter p { max-width: 68%; font-size: 9px; }
  .hero__floating-note { padding: 9px 11px; font-size: 8px; }
  .hero__floating-note--one { top: 5%; right: 0; }
  .hero__floating-note--two { bottom: 1%; left: 0; }

  .trust-stat { min-height: 94px; padding: 22px 15px; }
  .trust-stat strong { font-size: 25px; }
  .trust-stat span { font-size: 11px; line-height: 1.35; }
  .statement-grid { gap: 23px; }
  .statement-aside { padding-top: 0; }
  .statement-aside__line { display: none; }
  .statement-aside p { max-width: none; font-size: 14px; line-height: 1.7; }

  .value-grid,
  .feature-mosaic,
  .consent-flow,
  .promise-grid,
  .discipline-grid,
  .principle-row,
  .career-principles {
    display: flex;
    gap: 12px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 18px;
    overflow-x: auto;
    border: 0;
    background: transparent;
    scroll-padding-inline: 16px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .value-grid::-webkit-scrollbar,
  .feature-mosaic::-webkit-scrollbar,
  .consent-flow::-webkit-scrollbar,
  .promise-grid::-webkit-scrollbar,
  .discipline-grid::-webkit-scrollbar,
  .principle-row::-webkit-scrollbar,
  .career-principles::-webkit-scrollbar { display: none; }

  .value-card,
  .feature-tile,
  .consent-step,
  .promise-card,
  .discipline-card,
  .principle,
  .career-principle {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: center;
  }

  .value-grid { margin-top: 38px; }
  .value-card { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
  .value-card__index { margin-bottom: 42px; }
  .value-card__icon { opacity: 0.16; transform: rotate(0) translateY(0); }
  .value-card h3 { font-size: 32px; }

  .showcase__grid { gap: 32px; }
  .showcase__list { gap: 16px; margin-top: 28px; }
  .showcase__list span { font-size: 13px; }
  .phones { min-height: 455px; gap: 7px; }
  .phone-shot--one,
  .phone-shot--two { height: 425px; }

  .store-buttons { display: grid; grid-template-columns: 1fr; width: 100%; gap: 10px; margin-top: 27px; }
  .store-button { width: 100%; min-width: 0; min-height: 61px; padding: 13px 18px; border-radius: 16px; }
  .store-button small { font-size: 9px; }
  .store-button strong { font-size: 14px; }

  .subhero { padding: 108px 0 54px; }
  .subhero__grid { gap: 22px; }
  .subhero h1 { margin: 16px 0 22px; font-size: clamp(49px, 14vw, 64px); }
  .subhero__copy .lede { font-size: 16px; }
  .subhero__art { min-height: 305px; }
  .subhero__mascot { width: min(49vw, 205px); }
  .subhero__halo { width: min(70vw, 290px); }
  .subhero__note { padding: 9px 11px; font-size: 9px; }

  .experience-switcher { gap: 28px; }
  .experience-tabs {
    display: flex;
    gap: 9px;
    margin-inline: -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    border: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .experience-tabs::-webkit-scrollbar { display: none; }
  .experience-tab {
    flex: 0 0 min(78vw, 310px);
    min-height: 104px;
    padding: 18px;
    border: 1px solid var(--line) !important;
    border-radius: 17px;
    scroll-snap-align: center;
  }
  .experience-panel { min-height: 585px; }
  .experience-panel__frame { padding: 31px 24px; border-radius: 150px 150px 22px 22px; }
  .experience-phone { height: 510px; }
  .experience-caption { right: 8px; bottom: 18px; width: min(225px, 72vw); padding: 15px; }

  .feature-mosaic { margin-top: 38px; }
  .feature-tile,
  .feature-tile--wide { min-height: 310px; padding: 27px; }
  .feature-tile__icon { margin-bottom: 48px; }
  .feature-tile h3 { font-size: 31px; }

  .consent-flow { margin-top: 38px; }
  .consent-step { min-height: 290px; padding: 27px; border: 1px solid var(--line) !important; border-radius: 20px; }
  .consent-step b { margin-bottom: 45px; }
  .consent-step h3 { font-size: 30px; }

  .promise-grid { margin-top: 38px; }
  .promise-card { min-height: 310px; padding: 30px; border: 1px solid var(--line-light); border-radius: 20px; }
  .promise-card b { margin-bottom: 55px; }
  .promise-card h3 { font-size: 31px; }

  .discipline-grid { margin-top: 0; }
  .discipline-card { min-height: 380px; }
  .principle-row,
  .career-principles { margin-top: 38px; }
  .principle,
  .career-principle { min-height: 260px; padding: 28px; border: 1px solid var(--line-light); border-radius: 20px; }
  .principle h3,
  .career-principle h3 { margin: 50px 0 13px; font-size: 29px; }

  .value-card p,
  .feature-tile p,
  .consent-step p,
  .promise-card p,
  .discipline-card p,
  .principle p,
  .career-principle p,
  .permission-card li,
  .family-hero-card p,
  .experience-caption p,
  .privacy-card__label,
  .career-section-head > p {
    font-size: 13px;
    line-height: 1.65;
  }

  .permission-card { padding: 24px; }
  .permission-card span { font-size: 9px; }
  .privacy-card { min-height: 465px; }
  .privacy-card__label { right: 20px; bottom: 20px; left: 20px; padding: 17px; }

  .policy-entry__copy p { font-size: 11px; line-height: 1.55; }
  .policy-entry__copy h3 { font-size: 32px; }
  .policy-entry--privacy .policy-entry__copy h3 { font-size: 42px; }

  .company-cta__actions,
  .careers-hero__actions { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 10px; }
  .company-cta__actions .button,
  .careers-hero__actions .button { width: 100%; }
  .careers-hero__actions span { font-size: 10px; line-height: 1.5; text-align: center; }
  .careers-mark { min-height: 330px; }
  .careers-mark__ring { width: 315px; }
  .careers-mark__ring--two { width: 245px; }
  .career-section-head { margin-bottom: 34px; }

  .faq-question { min-height: 67px; padding: 19px 0; }
  .faq-question span:first-child { font-size: 21px; line-height: 1.15; }
  .faq-answer p { font-size: 14px; line-height: 1.7; }
  .field { gap: 8px; }
  .field label { font-size: 11px; }
  .field input,
  .field textarea,
  .field select { min-height: 52px; padding: 14px 15px; font-size: 16px; }
  .contact-form .button { width: 100%; }

  .legal-document { font-size: 15px; line-height: 1.72; }
  .legal-document h1,
  .legal-document h2 { margin-top: 42px; font-size: 31px; }

  .footer-main { gap: 38px 24px; padding: 64px 0 52px; }
  .footer-brand .brand { font-size: 29px; }
  .footer-brand p { font-size: 13px; line-height: 1.65; }
  .footer-dds small { font-size: 8px; }
  .footer-dds strong { font-size: 11px; }
  .footer-column h4 { margin-bottom: 16px; font-size: 10px; }
  .footer-column a { margin-bottom: 12px; font-size: 13px; }
  .footer-bottom { padding: 22px 0 30px; font-size: 10px; line-height: 1.6; }

  @media (hover: none) {
    .value-card:hover { color: var(--ink); background: rgba(255, 255, 255, 0.28); }
    .value-card:hover p { color: var(--ink-3); }
    .button:hover,
    .store-button:hover,
    .feature-tile:hover,
    .discipline-card:hover { transform: none; }
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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