:root{--bg:#010204;--gold:#d9ad58;--gold2:#f5d795;--text:#f5f1e9;--muted:#aaa59c;--line:rgba(217,173,88,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}
.site-nav{position:fixed;z-index:40;top:max(14px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));display:flex;align-items:center;gap:22px;padding:10px 12px;border:1px solid rgba(217,173,88,.14);border-radius:18px;background:rgba(1,2,4,.36);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.desktop-nav{display:flex;gap:28px}.desktop-nav a{font-size:12px;letter-spacing:.18em;color:#f3dfad;opacity:.92}.desktop-nav a:hover{color:#fff2c9}
.nav-actions{display:flex;align-items:center;gap:10px}.lang-pill,.menu-button{border:1px solid rgba(217,173,88,.58);background:rgba(3,5,8,.66);color:var(--gold2);height:42px;min-width:48px;border-radius:14px}.lang-pill{padding:0 14px;cursor:pointer}.menu-button{display:none;width:46px;padding:0 12px;cursor:pointer}.menu-button span{display:block;height:2px;background:var(--gold2);margin:5px 0;border-radius:999px;transition:.25s}
.hero{position:relative;min-height:100svh;display:grid;place-items:center;background:#010204;overflow:hidden;padding:0}.hero::before{content:"";position:absolute;inset:-5%;background:linear-gradient(rgba(1,2,4,.58),rgba(1,2,4,.72)),url("assets/hero-approved.png?v=8") center/cover no-repeat;filter:blur(24px) saturate(.85);transform:scale(1.08);opacity:.55;pointer-events:none}.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 43%,transparent 35%,rgba(1,2,4,.22) 70%,rgba(1,2,4,.72) 100%);pointer-events:none}.hero-frame{position:relative;z-index:2;width:min(100%,920px);margin:auto;line-height:0;filter:drop-shadow(0 22px 54px rgba(0,0,0,.62))}.hero-art{display:block;width:100%;height:auto;max-height:100svh;object-fit:contain;object-position:center center}.enter-hotspot{position:absolute;left:27.7%;top:51.4%;width:44.8%;height:5.3%;border-radius:999px;z-index:4}.enter-hotspot:focus-visible{outline:2px solid var(--gold2);outline-offset:5px;box-shadow:0 0 28px rgba(245,215,149,.45)}.scroll-cue{position:absolute;z-index:5;left:50%;bottom:max(14px,env(safe-area-inset-bottom));transform:translateX(-50%);font-size:30px;color:var(--gold2);text-shadow:0 0 16px rgba(245,215,149,.35);animation:bob 1.9s ease-in-out infinite}@keyframes bob{50%{transform:translate(-50%,7px)}}
.section,.about,.contact{padding:96px 7vw 108px;text-align:center;background:linear-gradient(180deg,#020406,#07090d)}.eyebrow{color:var(--gold);letter-spacing:.32em;font-size:11px}.section h2,.journey h2,.about h2,.contact h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(32px,5vw,58px);margin:14px 0}.lead,.journey p,.about p,.contact p{max-width:700px;margin:0 auto;color:var(--muted);line-height:1.8}.cards{max-width:1120px;margin:52px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article{padding:34px 26px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008));min-height:230px}.cards span{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid var(--line);border-radius:50%;color:var(--gold2);font-size:22px}.cards h3{font-family:Georgia,serif;letter-spacing:.14em;color:var(--gold2)}.cards p{color:var(--muted);line-height:1.7}.journey{padding:90px 7vw;text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#030507}.about{background:#05070a}.contact{background:#020406}footer{padding:28px;text-align:center;color:#777;font-size:12px;background:#020406}
.mobile-menu{position:fixed;inset:0;z-index:90;pointer-events:none;visibility:hidden}.mobile-menu.open{pointer-events:auto;visibility:visible}.menu-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62);opacity:0;transition:.28s}.mobile-menu.open .menu-backdrop{opacity:1}.menu-panel{position:absolute;top:0;right:0;width:min(84vw,380px);height:100%;padding:calc(92px + env(safe-area-inset-top)) 30px 34px;background:linear-gradient(180deg,rgba(4,7,12,.985),rgba(1,2,4,.995));border-left:1px solid rgba(217,173,88,.24);box-shadow:-24px 0 80px rgba(0,0,0,.55);transform:translateX(100%);transition:.32s ease}.mobile-menu.open .menu-panel{transform:none}.menu-close{position:absolute;top:max(22px,env(safe-area-inset-top));right:24px;border:0;background:transparent;color:var(--gold2);font-size:36px;line-height:1;cursor:pointer}.menu-mark{font-family:Georgia,serif;font-size:64px;color:transparent;-webkit-text-stroke:1px rgba(217,173,88,.55);margin-bottom:36px}.menu-panel nav{display:flex;flex-direction:column}.menu-panel nav a{padding:19px 0;border-bottom:1px solid rgba(217,173,88,.14);font-family:Georgia,serif;font-size:24px;letter-spacing:.08em;color:#f5e5bd}.language-row{display:flex;gap:10px;margin-top:34px}.language-row button{border:1px solid rgba(217,173,88,.30);background:transparent;color:#c9bfa9;border-radius:999px;padding:9px 14px}.language-row button.active{border-color:rgba(217,173,88,.75);color:var(--gold2)}body.menu-open{overflow:hidden}
@media (min-width:1000px){.hero-frame{width:min(72vh,760px)}.hero-art{max-height:96vh}.scroll-cue{bottom:12px}}
@media (max-width:900px){.site-nav{top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));padding:8px 9px;background:rgba(1,2,4,.48)}.desktop-nav{display:none}.menu-button{display:block}.lang-pill{height:46px}.hero{min-height:auto;place-items:start center}.hero::before{opacity:.32;filter:blur(18px)}.hero-frame{width:100%;max-width:none}.hero-art{width:100%;height:auto;max-height:none;object-fit:contain}.enter-hotspot{left:26.5%;top:51.0%;width:47%;height:5.8%}.scroll-cue{display:none}.cards{grid-template-columns:1fr}.section,.about,.contact{padding:76px 22px 88px}.journey{padding:76px 22px}.section h2,.journey h2,.about h2,.contact h2{font-size:clamp(30px,9vw,46px)}}
@media (max-width:420px){.enter-hotspot{left:25%;width:50%;height:6.2%}.site-nav{gap:8px}.lang-pill{min-width:46px;padding:0 10px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scroll-cue{animation:none}.menu-panel,.menu-backdrop{transition:none}}

/* V9 multilingual refinements */
html[dir="rtl"] body{font-family:Tahoma,"Noto Sans Arabic",Arial,sans-serif}
html[dir="rtl"] .section,html[dir="rtl"] .journey,html[dir="rtl"] .about,html[dir="rtl"] .contact{direction:rtl}
html[dir="rtl"] .menu-panel{right:auto;left:0;border-left:0;border-right:1px solid rgba(217,173,88,.24);box-shadow:24px 0 80px rgba(0,0,0,.55);transform:translateX(-100%)}
html[dir="rtl"] .mobile-menu.open .menu-panel{transform:none}
html[dir="rtl"] .menu-close{right:auto;left:24px}
html[dir="rtl"] .menu-panel nav a{text-align:right;letter-spacing:0}
html[dir="rtl"] .language-row{direction:ltr;justify-content:flex-end}
html[dir="rtl"] .desktop-nav{direction:rtl}
html[dir="rtl"] .eyebrow{letter-spacing:.08em}
html[dir="rtl"] .cards article{direction:rtl}
html[dir="rtl"] .cards h3{letter-spacing:0}
@media(max-width:900px){html[dir="rtl"] .site-nav{right:auto;left:max(12px,env(safe-area-inset-left))}}

/* V10 — RTL and multilingual polish */
.menu-panel nav a{display:flex;align-items:center;justify-content:space-between;gap:18px}
.menu-panel nav a::after{content:'›';font-family:Arial,sans-serif;font-size:31px;line-height:1;color:var(--gold2);opacity:.92}
.language-row{padding-top:2px}
.language-row button{min-width:58px;min-height:42px;cursor:pointer;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}
.language-row button.active{box-shadow:0 0 18px rgba(217,173,88,.14)}

html[dir="rtl"] body{font-family:Tahoma,"Segoe UI",Arial,sans-serif;text-align:right}
html[dir="rtl"] .menu-panel{padding-left:34px;padding-right:34px}
html[dir="rtl"] .menu-mark{text-align:right;direction:ltr;unicode-bidi:isolate;font-family:Georgia,serif;color:rgba(217,173,88,.78);-webkit-text-stroke:0;text-shadow:0 0 20px rgba(217,173,88,.12)}
html[dir="rtl"] .menu-panel nav{direction:rtl}
html[dir="rtl"] .menu-panel nav a{direction:rtl;text-align:right;padding-inline:4px 0;font-family:Tahoma,"Segoe UI",Arial,sans-serif;font-weight:500;font-size:25px;line-height:1.65;letter-spacing:0}
html[dir="rtl"] .menu-panel nav a::after{content:'‹';order:-1;margin-inline-start:16px;margin-inline-end:auto}
html[dir="rtl"] .menu-panel nav a bdi{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:.02em;unicode-bidi:isolate}
html[dir="rtl"] .language-row{direction:ltr;justify-content:flex-start;margin-top:38px}
html[dir="rtl"] .language-row button{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
html[dir="rtl"] .section h2,html[dir="rtl"] .journey h2,html[dir="rtl"] .about h2,html[dir="rtl"] .contact h2{font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.5}
html[dir="rtl"] .lead,html[dir="rtl"] .journey p,html[dir="rtl"] .about p,html[dir="rtl"] .contact p{line-height:2}
html[dir="rtl"] .cards h3{font-family:Tahoma,"Segoe UI",Arial,sans-serif}
html[dir="rtl"] .cards p{line-height:2}

@media(max-width:420px){
  html[dir="rtl"] .menu-panel{width:min(88vw,380px);padding-left:24px;padding-right:24px}
  html[dir="rtl"] .menu-panel nav a{font-size:23px}
  html[dir="rtl"] .language-row{gap:8px}
  .language-row button{min-width:54px;padding:9px 12px}
}

/* V11 — mobile RTL layout and anchor polish */
.section,.journey,.about,.contact{scroll-margin-top:96px}
.menu-panel nav a{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;justify-content:initial}
.menu-panel nav a::after{content:none!important}
.menu-panel nav .menu-label{min-width:0}
.menu-panel nav .menu-arrow{font-family:Arial,sans-serif;font-size:31px;line-height:1;color:var(--gold2);opacity:.92}
html[dir="ltr"] .menu-panel nav .menu-label{text-align:left}
html[dir="rtl"] .menu-panel nav a{grid-template-columns:auto minmax(0,1fr);direction:rtl;padding-inline:0}
html[dir="rtl"] .menu-panel nav .menu-label{grid-column:2;text-align:right;justify-self:stretch;direction:rtl}
html[dir="rtl"] .menu-panel nav .menu-arrow{grid-column:1;grid-row:1;transform:scaleX(-1);justify-self:start}
html[dir="rtl"] .menu-panel nav .menu-label bdi{direction:ltr;unicode-bidi:isolate;display:inline-block;margin-inline-start:.18em}
html[dir="rtl"] .language-row{justify-content:flex-end}
@media(max-width:900px){
  .section,.journey,.about,.contact{scroll-margin-top:88px}
  html[dir="rtl"] .section,html[dir="rtl"] .journey,html[dir="rtl"] .about,html[dir="rtl"] .contact{padding-right:26px;padding-left:26px}
  html[dir="rtl"] .lead,html[dir="rtl"] .journey p,html[dir="rtl"] .about p,html[dir="rtl"] .contact p{max-width:34rem;margin-inline:auto;text-align:right}
  html[dir="rtl"] .cards article{text-align:right;padding-right:28px;padding-left:28px}
}


/* V12 — final Persian RTL menu correction
   Persian drawer opens from the RIGHT.
   Labels stay right-aligned; arrows sit on the LEFT and point left. */
html[dir="rtl"] .menu-panel{
  right:0;
  left:auto;
  border-left:1px solid rgba(217,173,88,.24);
  border-right:0;
  box-shadow:-24px 0 80px rgba(0,0,0,.55);
  transform:translateX(100%);
}
html[dir="rtl"] .mobile-menu.open .menu-panel{
  transform:translateX(0);
}
html[dir="rtl"] .menu-close{
  left:24px;
  right:auto;
}
html[dir="rtl"] .menu-panel nav a{
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  direction:ltr;
}
html[dir="rtl"] .menu-panel nav .menu-label{
  direction:rtl;
  text-align:right;
  flex:1 1 auto;
}
html[dir="rtl"] .menu-panel nav .menu-arrow{
  direction:ltr;
  flex:0 0 auto;
  transform:none;
}
html[dir="rtl"] .menu-panel nav .menu-arrow::before{
  content:"‹";
}
html[dir="rtl"] .menu-panel nav .menu-arrow{
  font-size:0;
}
html[dir="rtl"] .menu-panel nav .menu-arrow::before{
  font-size:31px;
  line-height:1;
  color:var(--gold2);
}


/* V13 PUBLIC TEASER FINAL — concise reveal-first lower sections */
.reveal-section{
  min-height:62vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:110px 7vw;
  position:relative;
  overflow:hidden;
}
.reveal-section::before{
  content:"";
  position:absolute;
  width:min(620px,70vw);
  height:min(620px,70vw);
  border-radius:50%;
  background:radial-gradient(circle, rgba(215,169,74,.075), rgba(11,27,49,.035) 38%, transparent 68%);
  filter:blur(24px);
  pointer-events:none;
}
.reveal-section > *{position:relative;z-index:1}
.reveal-section h2{max-width:900px;margin:0 auto 18px}
.reveal-section .lead{max-width:690px;margin:0 auto;color:var(--muted);line-height:1.85}
.reveal-link{
  display:inline-flex;
  margin-top:30px;
  padding:12px 18px;
  color:var(--gold-2);
  border-bottom:1px solid rgba(246,215,122,.44);
  font-size:12px;
  letter-spacing:.18em;
  transition:.25s ease;
}
.reveal-link:hover{
  color:#fff1bc;
  border-color:#fff1bc;
  transform:translateY(-2px);
}
.reveal-status{
  display:inline-block;
  margin-top:28px;
  color:rgba(246,215,122,.62);
  font-size:11px;
  letter-spacing:.22em;
}
html[dir="rtl"] .reveal-section{
  direction:rtl;
}
html[dir="rtl"] .reveal-link,
html[dir="rtl"] .reveal-status{
  letter-spacing:0;
  font-family:Tahoma,"Segoe UI",Arial,sans-serif;
}
html[dir="rtl"] .reveal-section .lead{
  line-height:2;
}
@media(max-width:700px){
  .reveal-section{
    min-height:56vh;
    padding:86px 24px;
  }
  .reveal-section h2{
    font-size:clamp(28px,9vw,42px);
  }
  .reveal-section .lead{
    font-size:15px;
  }
}


/* V14 — desktop landscape hero + reveal-one-only release */

/* Desktop gets a dedicated 16:9 composition made from the exact approved hero artwork. */
@media (min-width:1000px){
  .hero{
    min-height:100vh;
    width:100%;
    padding:0;
    display:block;
    background:#010204;
  }
  .hero::before{
    display:none;
  }
  .hero::after{
    background:linear-gradient(180deg,rgba(1,2,4,.02),rgba(1,2,4,.08) 70%,rgba(1,2,4,.42));
  }
  .hero-frame{
    width:100%;
    height:100vh;
    max-width:none;
    margin:0;
    filter:none;
    overflow:hidden;
  }
  .hero-frame picture{
    display:block;
    width:100%;
    height:100%;
  }
  .hero-art{
    width:100%;
    height:100%;
    max-height:none;
    object-fit:cover;
    object-position:center center;
  }
  /* Button coordinates on the desktop 16:9 asset */
  .enter-hotspot{
    left:41.4%;
    top:51.0%;
    width:17.3%;
    height:6.1%;
  }
  .scroll-cue{
    bottom:18px;
  }
}

/* Reveal #1 ends here. Future sections remain names in the menu, but their content is not shown yet. */
.locked-reveal{
  min-height:48vh;
  padding:92px 24px 110px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(217,173,88,.18);
  background:
    radial-gradient(circle at 50% 26%,rgba(217,173,88,.07),transparent 34%),
    linear-gradient(180deg,#020406,#010204);
}
.locked-symbol{
  color:var(--gold2);
  font-size:24px;
  margin-bottom:28px;
  text-shadow:0 0 18px rgba(245,215,149,.30);
}
.locked-reveal h2{
  margin:0;
  font-family:Georgia,serif;
  font-weight:400;
  font-size:clamp(30px,4.3vw,56px);
  color:var(--text);
}
.locked-reveal p{
  margin:18px 0 0;
  color:rgba(245,215,149,.66);
  font-size:14px;
  letter-spacing:.18em;
}
html[dir="rtl"] .locked-reveal{
  direction:rtl;
}
html[dir="rtl"] .locked-reveal h2,
html[dir="rtl"] .locked-reveal p{
  font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  letter-spacing:0;
}

/* Desktop nav still hints at future doors; all locked items lead only to the mystery ending. */
@media (min-width:1000px){
  .site-nav{
    top:18px;
    right:24px;
  }
}

/* Keep the already-approved mobile hero behavior unchanged. */
@media (max-width:999px){
  .hero-frame picture{
    display:block;
    width:100%;
  }
}


/* V15 — TRUE DESKTOP HERO
   Desktop and mobile are now two genuinely different layouts.
   Mobile keeps the approved portrait composition.
   Desktop uses a full-width cinematic landscape composition. */

.desktop-hero{display:none}
.mobile-hero{display:block}

@media (min-width:1000px){
  .hero{
    min-height:100vh;
    width:100%;
    display:block;
    position:relative;
    overflow:hidden;
    padding:0;
    background:#02050a;
  }

  .hero::before,
  .hero::after{
    display:none;
  }

  .mobile-hero{display:none}
  .desktop-hero{
    display:block;
    position:relative;
    width:100%;
    min-height:100vh;
    background:
      linear-gradient(180deg,rgba(1,2,5,.02),rgba(1,2,5,.12) 72%,rgba(1,2,5,.42)),
      url("assets/hero-desktop-full.jpg?v=15") center center / cover no-repeat;
  }

  .desktop-logo{
    position:absolute;
    top:18px;
    left:50%;
    transform:translateX(-50%);
    width:min(22vw,330px);
    height:auto;
    mix-blend-mode:screen;
    filter:drop-shadow(0 0 14px rgba(230,170,70,.20));
  }

  .desktop-copy{
    position:absolute;
    left:50%;
    top:48%;
    transform:translate(-50%,-50%);
    width:min(860px,68vw);
    text-align:center;
    color:#f6ecd5;
    text-shadow:0 2px 18px rgba(0,0,0,.75);
  }

  .desktop-kicker{
    margin:0 0 10px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(16px,1.25vw,24px);
    letter-spacing:.34em;
    color:#f3dda8;
  }

  .desktop-copy h1{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(54px,6.5vw,112px);
    line-height:.95;
    font-weight:400;
    letter-spacing:.035em;
    color:#e8bd63;
    text-shadow:
      0 0 10px rgba(238,190,95,.20),
      0 0 32px rgba(220,158,57,.10);
  }

  .desktop-tagline{
    margin:24px 0 0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(15px,1.35vw,24px);
    letter-spacing:.30em;
    color:#fff0c6;
  }

  .desktop-divider{
    display:flex;
    justify-content:center;
    margin:26px 0 18px;
  }
  .desktop-divider span{
    width:150px;
    height:1px;
    background:linear-gradient(90deg,transparent,#d9ad58,transparent);
    box-shadow:0 0 14px rgba(217,173,88,.35);
  }

  .desktop-subline{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(16px,1.25vw,22px);
    line-height:1.45;
    color:#f0e5cf;
  }

  .desktop-enter{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-width:300px;
    margin-top:28px;
    padding:15px 30px;
    border:1px solid rgba(238,193,101,.78);
    border-radius:999px;
    color:#f8e6b7;
    font-size:13px;
    letter-spacing:.23em;
    background:rgba(2,4,8,.34);
    box-shadow:
      inset 0 0 18px rgba(217,173,88,.05),
      0 0 22px rgba(217,173,88,.08);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    transition:.25s ease;
  }
  .desktop-enter:hover{
    transform:translateY(-2px);
    border-color:#f5d795;
    box-shadow:0 0 28px rgba(217,173,88,.16);
  }
  .desktop-enter span{
    font-size:22px;
    line-height:1;
  }

  .site-nav{
    top:18px;
    right:28px;
    left:auto;
    padding:8px 10px;
    border-color:rgba(217,173,88,.08);
    background:rgba(1,2,4,.18);
  }

  .scroll-cue{
    display:block;
    bottom:16px;
  }
}

/* Keep the exact approved mobile composition */
@media (max-width:999px){
  .desktop-hero{display:none}
  .mobile-hero{display:block}
  .hero{
    min-height:auto;
    display:block;
  }
  .mobile-hero .hero-frame{
    width:100%;
    max-width:none;
  }
  .mobile-hero .hero-art{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
  }
}


/* V16 — approved high-resolution desktop artwork
   Mobile remains unchanged. Desktop is a true full-screen 16:9 hero. */

.desktop-hero-v16{display:none}

@media (min-width:1000px){
  .site-nav{display:none !important;}

  .hero{
    min-height:100vh;
    width:100%;
    padding:0;
    overflow:hidden;
    background:#010204;
    position:relative;
  }

  .desktop-hero,
  .desktop-hero-v15,
  .mobile-hero{
    display:none !important;
  }

  .desktop-hero-v16{
    display:block;
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
    background:#010204;
  }

  .desktop-art-v16{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    user-select:none;
    -webkit-user-drag:none;
  }

  .desktop-hotspot{
    position:absolute;
    z-index:5;
    display:block;
    background:transparent;
    border:0;
    cursor:pointer;
  }

  /* Hotspots are positioned against the 16:9 approved artwork. */
  .desktop-nav-universe{left:66.1%; top:2.5%; width:7.5%; height:4.8%;}
  .desktop-nav-journey{left:73.5%; top:2.5%; width:7.0%; height:4.8%;}
  .desktop-nav-about{left:80.4%; top:2.5%; width:5.9%; height:4.8%;}
  .desktop-nav-contact{left:86.2%; top:2.5%; width:6.6%; height:4.8%;}
  .desktop-lang{left:92.8%; top:2.2%; width:4.2%; height:5.8%;}

  .desktop-enter-v16{
    left:39.4%;
    top:59.0%;
    width:20.5%;
    height:6.2%;
    border-radius:999px;
  }

  .scroll-cue{
    display:block;
    bottom:12px;
    z-index:6;
  }
}

@media (max-width:999px){
  .desktop-hero-v16{display:none !important;}
  .mobile-hero{display:block !important;}
}


/* V17 final desktop polish
   - Approved refined wide artwork
   - Mobile remains locked/unchanged
   - Desktop hotspot positions updated for V17 artwork */

@media (min-width:1000px){
  .desktop-nav-universe{left:65.5%; top:2.2%; width:6.6%; height:4.6%;}
  .desktop-nav-journey{left:72.3%; top:2.2%; width:6.7%; height:4.6%;}
  .desktop-nav-about{left:79.4%; top:2.2%; width:5.5%; height:4.6%;}
  .desktop-nav-contact{left:85.0%; top:2.2%; width:6.4%; height:4.6%;}
  .desktop-lang{left:92.7%; top:1.8%; width:4.4%; height:5.4%;}
  .desktop-enter-v16{
    left:38.6%;
    top:59.1%;
    width:22.6%;
    height:6.8%;
  }
}


/* V18 RELEASE FINAL
   Final safe desktop polish only:
   - keep desktop artwork unchanged
   - keep mobile fully unchanged
   - move top navigation inward so CONTACT + EN remain visible
   - give top logo area a little more breathing room via artwork positioning */

@media (min-width:1000px){
  .desktop-art-v16{
    object-position:center 52%;
  }

  /* Pull navigation safely inward from the browser edge */
  .desktop-nav-universe{left:62.8%; top:2.5%; width:7.0%; height:4.8%;}
  .desktop-nav-journey{left:70.0%; top:2.5%; width:7.0%; height:4.8%;}
  .desktop-nav-about{left:77.3%; top:2.5%; width:6.0%; height:4.8%;}
  .desktop-nav-contact{left:83.5%; top:2.5%; width:6.8%; height:4.8%;}
  .desktop-lang{left:91.0%; top:2.1%; width:4.6%; height:5.6%;}
}

/* Approved Teaser 01: isolated styling preserves the V18 layout. */
.home-teaser{
  padding:clamp(24px,5vw,72px) max(16px,env(safe-area-inset-right)) clamp(24px,5vw,72px) max(16px,env(safe-area-inset-left));
  background:var(--bg);
}
.home-teaser-video{
  display:block;
  width:100%;
  max-width:1120px;
  height:auto;
  max-height:85svh;
  margin-inline:auto;
  object-fit:contain;
  background:#000;
  border:1px solid var(--line);
  border-radius:12px;
  direction:ltr;
}
.home-teaser-video:focus-visible{
  outline:2px solid var(--gold2);
  outline-offset:4px;
}
/* 10X Reveal spacing fix */
.locked-reveal{
  margin-bottom:0 !important;
  padding-bottom:20px !important;
  min-height:0 !important;
}
main{
  min-height:0 !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

footer{
  margin-top:0 !important;
  padding-top:20px !important;
}
/* 10X Reveal top spacing fix */
.locked-reveal{
  padding-top:20px !important;
  margin-top:0 !important;
}
/* 10X Universe — Universe Intro */

.universe-intro{
  padding:70px 24px 80px;
  text-align:center;
  background:#010204;
  border-top:1px solid var(--line);
}

.universe-intro-inner{
  width:min(820px,100%);
  margin:0 auto;
}

.universe-intro h2{
  margin:0 0 28px;
  color:var(--gold2);
  font-size:clamp(28px,5vw,46px);
  line-height:1.15;
  letter-spacing:.08em;
  font-weight:500;
}

.universe-intro p{
  margin:0 auto;
  max-width:720px;
  color:var(--text);
  font-size:clamp(17px,2.5vw,21px);
  line-height:1.8;
}

.universe-intro .universe-paths{
  margin-top:30px;
  color:var(--gold);
  font-size:clamp(16px,2.3vw,19px);
  letter-spacing:.04em;
  line-height:1.9;
}