@font-face {
  font-family: "Vazirmatn Variable";
  src: url("../fonts/vazirmatn-arabic-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+200C-200F, U+25CC, U+FB50-FDFF, U+FE70-FEFF;
}

:root {
  --ink: #080706;
  --charcoal: #181513;
  --ivory: #e8d8c0;
  --muted: rgba(232, 216, 192, .58);
  --drumskin: #8b7566;
  --bronze: #a67c52;
  --bronze-light: #c3a27e;
  --clay: #9c6956;
  --oxblood: #4b2420;
  --deep-brown: #220e0a;
  --gold: var(--bronze);
  --gold-light: var(--bronze-light);
  --wine: var(--oxblood);
  --line: rgba(195, 162, 126, .28);
  --ease-out: cubic-bezier(.16, .84, .28, 1);
}

* { box-sizing: border-box; }
::selection { color: #100b08; background: var(--clay); }
::-moz-selection { color: #100b08; background: var(--clay); }
html { min-width: 320px; background: var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--ink);
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
[lang="fa"], [dir="rtl"] { font-family: "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif; }

.landing {
  --pointer-x: 0;
  --pointer-y: 0;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: max(680px, 100svh);
  overflow: hidden;
  background: #060606;
}

.portrait-stage { position: absolute; inset: 0; z-index: -4; overflow: hidden; }
.hero-media {
  position: absolute;
  inset: -2.5%;
  transform: translate3d(calc(var(--pointer-x) * -8px), calc(var(--pointer-y) * -6px), 0);
  transition: transform .42s var(--ease-out);
  will-change: transform;
  animation: stage-arrive 1.7s var(--ease-out) both;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
  filter: saturate(.86) contrast(1.08) brightness(.72);
  transform: scale(1.025);
  animation: portrait-breathe 30s 1.6s ease-in-out infinite alternate;
  will-change: transform;
}
.image-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #060606 0%, rgba(6,6,6,.97) 23%, rgba(6,6,6,.72) 43%, rgba(6,6,6,.09) 71%, rgba(6,6,6,.31) 100%),
    linear-gradient(180deg, rgba(5,5,5,.38), transparent 29%, transparent 70%, rgba(5,5,5,.8));
}
.grain {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.daf-echo {
  position: absolute;
  z-index: 2;
  right: 12.5vw;
  top: 50%;
  width: min(34vw, 530px);
  aspect-ratio: 1;
  border: 1px solid rgba(195,162,126,.18);
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(calc(var(--pointer-x) * 4px), calc(-50% + var(--pointer-y) * 3px), 0);
}
.daf-echo::before,
.daf-echo::after { content: ""; position: absolute; border-radius: inherit; }
.daf-echo::before { inset: 6px; border: 1px dashed rgba(195,162,126,.1); }
.daf-echo::after { inset: 50%; width: 4px; height: 4px; margin: -2px; background: var(--gold-light); box-shadow: 0 0 22px var(--gold); }
.echo-one { animation: echo-pulse 7.2s 1.5s ease-out infinite; }
.echo-two { animation: echo-pulse 7.2s 3.9s ease-out infinite; }
.echo-three { animation: echo-pulse 7.2s 6.3s ease-out infinite; }

.edge-mark { position: absolute; z-index: 4; color: rgba(195,162,126,.34); font-size: 8px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.edge-mark-side { top: 50%; right: 18px; writing-mode: vertical-rl; transform: translateY(-50%); }

/* The shop arrives as a small suspended daf, keeping it distinct from the main CTA. */
.store-pendant {
  position: absolute;
  z-index: 7;
  top: 0;
  right: clamp(76px, 8.6vw, 142px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 104px;
  color: var(--gold-light);
  animation: pendant-drop 1.25s .7s var(--ease-out) both;
}
.pendant-swing {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform-origin: 50% 0;
  will-change: transform;
  animation: pendant-sway 6.4s 2.05s ease-in-out infinite;
}
.pendant-thread {
  position: relative;
  width: 1px;
  height: clamp(22px, 5.3vh, 52px);
  background: linear-gradient(180deg, rgba(195,162,126,.08), rgba(195,162,126,.68));
}
.pendant-thread::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 12px rgba(195,162,126,.7);
  transform: translateX(-50%);
}
.pendant-disc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(195,162,126,.46);
  border-radius: 50%;
  background: rgba(9,8,7,.66);
  box-shadow: 0 14px 34px rgba(0,0,0,.3), inset 0 0 22px rgba(166,124,82,.04);
  backdrop-filter: blur(13px) saturate(125%);
  -webkit-backdrop-filter: blur(13px) saturate(125%);
  transition: color .32s ease, background .32s ease, transform .4s var(--ease-out), border-color .32s ease;
}
.pendant-disc svg { width: 20px; height: 20px; }
.shopping-icon { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pendant-word-cycle {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 15px;
  overflow: hidden;
}
.pendant-word-cycle strong {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}
.pendant-word-store {
  opacity: 1;
  transform: translateY(0);
  animation: pendant-word-store 10s 2.4s ease-in-out infinite both;
}
.pendant-word-daf {
  opacity: 0;
  transform: translateY(8px);
  animation: pendant-word-daf 10s 2.4s ease-in-out infinite both;
}
.pendant-rim {
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(195,162,126,.22);
  border-radius: inherit;
  transition: transform .7s var(--ease-out);
}
.store-pendant:hover .pendant-disc,
.store-pendant:focus-visible .pendant-disc { color: #1b1208; border-color: var(--gold-light); background: var(--gold-light); transform: translateY(3px) scale(1.06); }
.store-pendant:hover .pendant-rim,
.store-pendant:focus-visible .pendant-rim { border-color: rgba(27,18,8,.32); transform: rotate(90deg); }
.store-pendant:focus-visible { outline: 1px solid var(--gold-light); outline-offset: 5px; border-radius: 999px; }
.store-pendant:active .pendant-disc { transform: translateY(4px) scale(.96); transition-duration: .1s; }

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: clamp(28px, 6vw, 108px);
  width: min(600px, 46vw);
  transform: translateY(-51%);
}
.identity { position: relative; }
.official-mark { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold-light); font-size: 9px; font-weight: 720; letter-spacing: .28em; text-transform: uppercase; animation: fade-up .8s .2s both; }
.official-mark i { display: block; width: 28px; height: 1px; background: var(--gold); transform-origin: left; animation: line-grow 1s .25s both; }
.identity h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(68px, 7.15vw, 118px); font-weight: 400; line-height: .72; letter-spacing: -.065em; text-transform: uppercase; text-shadow: 0 10px 42px rgba(0,0,0,.35); }
.identity h1 span { display: block; width: fit-content; transform-origin: left bottom; animation: title-reveal 1.15s var(--ease-out) both; }
.identity h1 span:nth-child(2) { margin-left: .42em; color: transparent; -webkit-text-stroke: 1px rgba(232,216,192,.88); animation-delay: .12s; }
.roles { display: flex; align-items: center; gap: 12px; margin: 26px 0 0 2px; color: rgba(232,216,192,.7); font-family: Georgia, "Times New Roman", serif; font-size: 13px; letter-spacing: .035em; animation: fade-up .8s .7s both; }
.roles i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.control-deck { margin-top: clamp(30px, 4.2vh, 46px); animation: fade-up .9s .82s both; }
.language-orbit { position: relative; display: flex; align-items: center; gap: clamp(13px, 1.5vw, 20px); width: fit-content; }
.language-orbit::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 34px;
  right: 34px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(166,124,82,.42) 18%, rgba(166,124,82,.42) 82%, transparent);
}
.language-orbit a {
  --index: 0;
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(94px, 7.2vw, 112px);
  height: clamp(94px, 7.2vw, 112px);
  border-radius: 50%;
  color: var(--ivory);
  background: radial-gradient(circle at 48% 40%, rgba(34,26,18,.74), rgba(9,8,7,.68) 68%);
  box-shadow: inset 0 0 26px rgba(166,124,82,.045), 0 14px 36px rgba(0,0,0,.18);
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
  transition: color .35s ease, background .35s ease, transform .42s var(--ease-out), box-shadow .35s ease;
  animation: beat-arrive .75s calc(.94s + var(--index) * .09s) both;
}
.orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(195,162,126,.52);
  border-radius: inherit;
  transition: transform .65s var(--ease-out), border-color .3s ease;
}
.orbit-ring::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 13px rgba(195,162,126,.84);
}
.orbit-ring::after { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(195,162,126,.17); border-radius: inherit; }
.orbit-zills { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; transition: transform .6s var(--ease-out); }
.orbit-zills i { position: absolute; width: 8px; height: 3px; border: 1px solid rgba(195,162,126,.36); border-radius: 50%; background: rgba(195,162,126,.08); }
.orbit-zills i:nth-child(1) { left: 8%; top: 30%; transform: rotate(72deg); }
.orbit-zills i:nth-child(2) { right: 7%; top: 34%; transform: rotate(-68deg); }
.orbit-zills i:nth-child(3) { left: 50%; bottom: 2%; transform: translateX(-50%); }
.language-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 100%; height: 100%; padding-top: 2px; text-align: center; line-height: 1; }
.language-label { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.42vw, 22px); font-weight: 600; line-height: 1.05; }
.language-orbit a[lang="fa"] .language-label { font-family: "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif; font-weight: 630; }
.language-code { display: block; color: rgba(195,162,126,.62); font-family: Inter, ui-sans-serif, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .19em; line-height: 1; text-indent: .19em; }
.language-orbit a:hover,
.language-orbit a:focus-visible { color: #181006; background: var(--gold-light); box-shadow: 0 18px 48px rgba(166,124,82,.2); outline: none; transform: translateY(-7px) scale(1.035); }
.language-orbit a:hover .orbit-ring,
.language-orbit a:focus-visible .orbit-ring { border-color: var(--gold-light); transform: rotate(88deg) scale(1.08); }
.language-orbit a:hover .orbit-zills,
.language-orbit a:focus-visible .orbit-zills { transform: rotate(-18deg); }
.language-orbit a:hover .orbit-zills i,
.language-orbit a:focus-visible .orbit-zills i { border-color: rgba(24,16,6,.36); }
.language-orbit a:hover .language-code,
.language-orbit a:focus-visible .language-code { color: rgba(24,16,6,.64); }

.action-cluster { width: min(100%, 370px); margin-top: 23px; }
.primary-action {
  position: relative;
  isolation: isolate;
  direction: rtl;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 70px;
  padding: 10px 12px 10px 15px;
  overflow: hidden;
  border: 1px solid rgba(166,124,82,.58);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 50%, rgba(195,162,126,.14), transparent 25%),
    linear-gradient(112deg, rgba(75,36,32,.96), rgba(34,14,10,.98));
  box-shadow: 0 18px 48px rgba(21,9,7,.38), inset 0 1px rgba(255,255,255,.06), inset 0 0 38px rgba(7,4,5,.18);
  text-align: center;
  transition: transform .4s var(--ease-out), border-color .3s ease, box-shadow .35s ease, background .35s ease;
}
.primary-action::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5px;
  border: 1px solid rgba(195,162,126,.2);
  border-radius: 13px;
  background: radial-gradient(circle at 82% 48%, rgba(255,232,190,.1), transparent 17%);
  transition: border-color .35s ease, transform .45s var(--ease-out);
}
.primary-action::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 88% 50%, rgba(255,229,184,.25), transparent 9%, rgba(195,162,126,.08) 17%, transparent 31%);
  animation: membrane-glow 8.8s 2.8s ease-out infinite;
}
.action-copy { position: relative; z-index: 2; min-width: 0; text-align: right; }
.action-copy-desktop { display: flex; flex-direction: column; align-items: flex-start; }
.action-copy strong { font-size: 16px; font-weight: 740; line-height: 1.25; white-space: nowrap; }
.action-copy small { margin-bottom: 3px; color: rgba(232,216,192,.62); font-size: 8.5px; font-weight: 530; line-height: 1.2; white-space: nowrap; }
.action-copy-mobile { display: none; }
.action-daf {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(195,162,126,.66);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(195,162,126,.06);
}
.action-daf::before,
.action-daf::after,
.action-daf i { content: ""; position: absolute; border-radius: 50%; }
.action-daf::before { inset: 6px; border: 1px dashed rgba(195,162,126,.38); animation: action-rim 8s linear infinite; }
.action-daf::after { inset: 50%; width: 5px; height: 5px; margin: -2.5px; background: var(--gold-light); box-shadow: 0 0 12px rgba(195,162,126,.72); }
.action-daf i { inset: 9px; border: 1px solid rgba(195,162,126,.16); animation: action-beat 4.8s 1.6s ease-out infinite; }
.primary-action:hover,
.primary-action:focus-visible {
  border-color: var(--gold-light);
  background: radial-gradient(circle at 82% 48%, rgba(195,162,126,.2), transparent 27%), linear-gradient(112deg, rgba(99,55,44,.98), rgba(44,23,18,.99));
  box-shadow: 0 24px 60px rgba(24,10,7,.48), 0 0 0 1px rgba(195,162,126,.12), inset 0 1px rgba(255,255,255,.08);
  outline: none;
  transform: translateY(-3px);
}
.primary-action:hover::before,
.primary-action:focus-visible::before { border-color: rgba(195,162,126,.5); box-shadow: inset 0 0 24px rgba(195,162,126,.08); }
.primary-action:hover .action-daf::before,
.primary-action:focus-visible .action-daf::before { animation-duration: 2.8s; }
.primary-action:active,
.language-orbit a:active { transform: scale(.97); transition-duration: .1s; }

.social-dock { position: absolute; z-index: 5; right: clamp(32px, 4.2vw, 70px); bottom: 42px; display: flex; align-items: center; gap: 8px; animation: fade-up .8s 1.18s both; }
.social-caption { margin-right: 8px; color: rgba(232,216,192,.38); font-size: 8px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.social-dock a { position: relative; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(195,162,126,.25); border-radius: 50%; background: rgba(7,7,6,.42); color: rgba(232,216,192,.76); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: color .28s ease, background .28s ease, transform .3s var(--ease-out), border-color .28s ease; }
.social-dock svg { width: 15px; height: 15px; fill: currentColor; }
.social-dock a span { position: absolute; right: 50%; bottom: 50px; padding: 6px 9px; border-radius: 999px; opacity: 0; background: rgba(8,7,6,.82); color: var(--ivory); font-size: 7px; letter-spacing: .08em; pointer-events: none; transform: translate(50%, 5px); transition: opacity .25s ease, transform .25s ease; }
.social-dock a:hover,
.social-dock a:focus-visible { color: #171007; border-color: var(--gold-light); background: var(--gold-light); outline: none; transform: translateY(-4px); }
.social-dock a:hover span { opacity: 1; transform: translate(50%, 0); }
.social-dock a:active { transform: scale(.94); transition-duration: .1s; }

.landing-footer { position: absolute; z-index: 4; left: clamp(28px, 6vw, 108px); bottom: 46px; display: flex; align-items: center; gap: 12px; color: rgba(232,216,192,.3); font-size: 8px; letter-spacing: .08em; animation: fade-up .8s 1.25s both; }
.landing-footer i { width: 28px; height: 1px; background: rgba(195,162,126,.3); }
.landing-footer a { transition: color .25s ease; }
.landing-footer a:hover { color: var(--gold-light); }

@keyframes stage-arrive { from { opacity: 0; transform: scale(1.05); } to { opacity: 1; transform: scale(1); } }
@keyframes portrait-breathe { 0% { transform: scale(1.025) translate3d(0,0,0); } 50% { transform: scale(1.052) translate3d(-.38%, .16%, 0); } 100% { transform: scale(1.034) translate3d(.22%, -.2%, 0); } }
@keyframes portrait-breathe-mobile { 0% { transform: scale(1.018) translate3d(0,0,0); } 50% { transform: scale(1.042) translate3d(-.25%, -.24%, 0); } 100% { transform: scale(1.029) translate3d(.2%, .16%, 0); } }
@keyframes title-reveal { from { opacity: 0; transform: translateY(105%) skewY(3deg); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: translateY(0) skewY(0); clip-path: inset(0); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes line-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes beat-arrive { from { opacity: 0; transform: scale(.72) translateY(16px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes echo-pulse { 0% { opacity: 0; scale: .88; } 18% { opacity: .64; } 72%, 100% { opacity: 0; scale: 1.18; } }
@keyframes pendant-drop { 0% { opacity: 0; transform: translateY(-145px) scale(.82); } 70% { opacity: 1; transform: translateY(7px) scale(1.02); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes pendant-sway {
  0%, 100% { transform: rotate(-4deg); }
  48% { transform: rotate(4.2deg); }
  72% { transform: rotate(1.35deg); }
}
@keyframes pendant-word-store {
  0%, 42% { opacity: 1; transform: translateY(0); }
  48%, 92% { opacity: 0; transform: translateY(-8px); }
  98%, 100% { opacity: 1; transform: translateY(0); }
}
@keyframes pendant-word-daf {
  0%, 42% { opacity: 0; transform: translateY(8px); }
  48%, 92% { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes action-label-register {
  0%, 42% { opacity: 1; transform: translateY(0); }
  48%, 92% { opacity: 0; transform: translateY(-8px); }
  98%, 100% { opacity: 1; transform: translateY(0); }
}
@keyframes action-label-formats {
  0%, 42% { opacity: 0; transform: translateY(8px); }
  48%, 92% { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes action-rim { to { transform: rotate(360deg); } }
@keyframes action-beat { 0%, 72%, 100% { opacity: .25; transform: scale(.74); } 79% { opacity: .8; transform: scale(1.08); } 87% { opacity: 0; transform: scale(1.38); } }
@keyframes membrane-glow {
  0%, 5%, 18%, 100% { opacity: 0; }
  8% { opacity: .95; }
  11% { opacity: .12; }
  13% { opacity: .48; }
}

/* Tablet: controls have explicit caps so they never inflate with the viewport. */
@media (max-width: 1100px) and (min-width: 701px) {
  .hero-copy { left: 42px; width: 54vw; transform: translateY(-49%); }
  .identity h1 { font-size: clamp(58px, 8.3vw, 84px); }
  .roles { margin-top: 21px; font-size: 11px; }
  .control-deck { margin-top: 29px; }
  .language-orbit { gap: 12px; }
  .language-orbit a { width: clamp(78px, 9vw, 94px); height: clamp(78px, 9vw, 94px); }
  .language-label { font-size: clamp(15px, 1.8vw, 18px); }
  .action-cluster { width: min(100%, 350px); margin-top: 18px; }
  .primary-action { min-height: 66px; }
  .action-copy strong { font-size: 15px; }
  .action-copy small { font-size: 8px; }
  .image-wash { background: linear-gradient(90deg, #060606 0%, rgba(6,6,6,.96) 29%, rgba(6,6,6,.56) 57%, rgba(6,6,6,.12) 78%), linear-gradient(180deg,rgba(5,5,5,.3),transparent 65%,rgba(5,5,5,.74)); }
  .daf-echo { right: 5vw; width: min(41vw, 420px); }
  .store-pendant { right: 34px; }
  .landing-footer { left: 42px; }
  .social-dock { right: 32px; }
}

@media (max-width: 700px) {
  .landing { min-height: max(760px, 100svh); }
  .hero-media { inset: -1.5%; transform: translate3d(0, calc(var(--pointer-y) * -3px), 0); }
  .hero-media img { object-position: 49% 45%; filter: saturate(.86) contrast(1.06) brightness(.79); animation-name: portrait-breathe-mobile; }
  .image-wash { background: linear-gradient(180deg, rgba(7,5,4,.6) 0%, rgba(7,5,4,.04) 27%, rgba(7,5,4,.02) 51%, rgba(7,6,5,.62) 69%, #070706 91%, #070706 100%), linear-gradient(90deg, rgba(6,5,4,.31), transparent 62%); }
  .daf-echo { top: 44%; right: -23vw; width: 94vw; opacity: .5; }
  .edge-mark-side { display: none; }

  .store-pendant { right: 12px; width: 84px; }
  .pendant-thread { height: max(17px, env(safe-area-inset-top)); }
  .pendant-disc { width: 70px; height: 70px; gap: 4px; }
  .pendant-disc svg { width: 18px; height: 18px; }
  .pendant-word-cycle { width: 56px; height: 13px; }
  .pendant-word-cycle strong { font-size: 10px; }

  .hero-copy { position: static; width: auto; transform: none; }
  .identity { position: absolute; z-index: 4; top: max(24px, env(safe-area-inset-top)); left: 20px; right: 98px; }
  .official-mark { margin-bottom: 11px; font-size: 7px; letter-spacing: .24em; }
  .official-mark i { width: 20px; }
  .identity h1 { font-size: clamp(42px, 12.8vw, 56px); line-height: .78; letter-spacing: -.06em; }
  .identity h1 span:nth-child(2) { margin-left: .28em; }
  .roles { gap: 8px; margin: 17px 0 0; font-size: 9px; }

  .control-deck { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; margin: 0; padding: 92px 18px calc(72px + env(safe-area-inset-bottom)); background: linear-gradient(180deg, transparent, rgba(7,7,6,.84) 27%, #070706 65%); animation-delay: .7s; }
  .language-orbit { justify-content: center; gap: 12px; width: min(100%, 312px); margin-inline: auto; }
  .language-orbit::before { left: 40px; right: 40px; }
  .language-orbit a { width: clamp(82px, calc((100% - 24px) / 3), 96px); height: clamp(82px, calc((100% - 24px) / 3), 96px); background: radial-gradient(circle at 48% 40%, rgba(34,26,18,.8), rgba(10,9,8,.76) 68%); }
  .language-label { font-size: clamp(16px, 4.7vw, 19px); }
  .language-code { font-size: 7px; }
  .orbit-zills i { width: 7px; }

  .action-cluster { width: min(100%, 312px); margin: 17px auto 0; }
  .primary-action { grid-template-columns: 43px minmax(0, 1fr); gap: 12px; min-height: 66px; padding: 9px 15px 9px 13px; border-radius: 17px; }
  .action-daf { width: 41px; height: 41px; }
  .action-copy-desktop { display: none; }
  .action-copy-mobile { position: relative; display: grid; align-items: center; height: 21px; overflow: hidden; }
  .action-copy-mobile strong { position: absolute; inset: 0; display: grid; align-items: center; font-size: 15px; }
  .action-label-register { opacity: 1; transform: translateY(0); animation: action-label-register 8s 2.8s ease-in-out infinite both; }
  .action-label-formats { opacity: 0; transform: translateY(8px); animation: action-label-formats 8s 2.8s ease-in-out infinite both; }

  .social-dock { right: auto; left: 18px; bottom: calc(20px + env(safe-area-inset-bottom)); gap: 7px; }
  .social-caption { display: none; }
  .social-dock a { width: 36px; height: 36px; }
  .social-dock a span { display: none; }
  .landing-footer { left: auto; right: 18px; bottom: calc(30px + env(safe-area-inset-bottom)); font-size: 7px; }
  .landing-footer i, .landing-footer a { display: none; }
}

@media (max-width: 370px) {
  .identity { left: 16px; }
  .identity h1 { font-size: 40px; }
  .control-deck { padding-inline: 13px; }
  .language-orbit, .action-cluster { width: 250px; }
  .language-orbit { gap: 8px; }
  .language-orbit a { width: 78px; height: 78px; }
  .language-label { font-size: 15px; }
  .primary-action { min-height: 64px; }
  .action-copy-mobile strong { font-size: 14px; }
}

/* Short portrait screens remain usable by becoming naturally scrollable. */
@media (max-width: 700px) and (max-height: 720px) and (orientation: portrait) {
  .landing { min-height: 720px; }
  .identity { top: max(18px, env(safe-area-inset-top)); }
  .roles { display: none; }
  .control-deck { padding-top: 62px; }
  .language-orbit a { width: 76px; height: 76px; }
  .language-label { font-size: 14px; }
  .action-cluster { margin-top: 12px; }
  .primary-action { min-height: 60px; }
  .action-copy-desktop { display: none; }
}

/* Landscape phones get a scrollable, composed canvas instead of a locked 100vh crop. */
@media (max-height: 600px) and (orientation: landscape) {
  .landing { min-height: 620px; }
  .hero-copy { top: 48%; left: 36px; width: min(510px, 60vw); transform: translateY(-48%); }
  .official-mark { margin-bottom: 10px; }
  .identity h1 { font-size: clamp(48px, 8.2vw, 78px); }
  .roles { margin-top: 17px; font-size: 10px; }
  .control-deck { margin-top: 22px; }
  .language-orbit a { width: 76px; height: 76px; }
  .language-label { font-size: 14px; }
  .action-cluster { width: 350px; margin-top: 13px; }
  .primary-action { min-height: 58px; }
  .action-copy strong { font-size: 12px; }
  .action-copy-desktop { display: flex; }
  .action-copy-mobile { display: none; }
  .store-pendant { right: 28px; }
  .social-dock { right: 28px; bottom: 24px; }
  .landing-footer { left: 36px; bottom: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-media, .hero-media img { transform: none !important; }
}
@media (prefers-reduced-transparency: reduce) {
  .language-orbit a, .pendant-disc, .social-dock a { background: rgba(8,7,6,.95); backdrop-filter: none; -webkit-backdrop-filter: none; }
}
@media (prefers-contrast: more) {
  .language-orbit a, .pendant-disc, .social-dock a { border-color: var(--gold-light); background: rgba(5,5,4,.97); }
}
