@keyframes hint {
  0% {
    transform: scaleY(0);
    transform-origin: top
  }

  50% {
    transform: scaleY(1);
    transform-origin: top
  }

  51% {
    transform-origin: bottom
  }

  to {
    transform: scaleY(0);
    transform-origin: bottom
  }
}

@keyframes fllogo-in {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(.92)
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

@keyframes fllogo-float {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-9px)
  }
}

@keyframes fllogo-glow {

  0%,
  to {
    opacity: .6;
    transform: scale(.96)
  }

  50% {
    opacity: 1;
    transform: scale(1.06)
  }
}

@keyframes fllogo-spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes mqSheen {
  0% {
    background-position: 200%0
  }

  to {
    background-position: -60%0
  }
}

@keyframes mqGlow {
  0% {
    background-position: 200% 0
  }

  1.7% {
    background-position: 50% 0
  }

  6.6% {
    background-position: 50% 0
  }

  8.33% {
    background-position: -60% 0
  }

  to {
    background-position: -60% 0
  }
}

@keyframes mqDot {

  0%,
  to {
    opacity: .45;
    box-shadow: 0 0 0 transparent
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 10px rgba(242, 194, 0, .75)
  }
}

@keyframes fl-sweep {
  0% {
    transform: translateX(-130%)
  }

  30%,
  to {
    transform: translateX(130%)
  }
}

@keyframes fl-sweep-rtl {
  0% {
    transform: translateX(130%)
  }

  30%,
  to {
    transform: translateX(-130%)
  }
}

@keyframes flshield-glow {

  0%,
  to {
    filter: drop-shadow(0 0 6px rgba(242, 194, 0, .35))
  }

  50% {
    filter: drop-shadow(0 0 22px rgba(242, 194, 0, .75)) drop-shadow(0 0 60px rgba(242, 194, 0, .35))
  }
}

@keyframes drop {
  0% {
    transform: scaleY(0);
    transform-origin: top
  }

  45% {
    transform: scaleY(1);
    transform-origin: top
  }

  55% {
    transform: scaleY(1);
    transform-origin: bottom
  }

  to {
    transform: scaleY(0);
    transform-origin: bottom
  }
}

:root {
  --bg: #0B0D0F;
  --panel: #12151A;
  --raised: #191E24;
  --line: #242A32;
  --gold: #F2C200;
  --text: #EDEFF1;
  --muted: #98A1AB;
  --faint: #5A636E;
  --wa: #25D366;
  --disp: 'Bebas Neue', 'Tajawal', sans-serif;
  --body: 'Barlow', 'Tajawal', system-ui, sans-serif;
  --cond: 'Barlow Condensed', 'Tajawal', sans-serif
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent
}

html {
  color-scheme: dark
}

section[id] {
  scroll-margin-top: 74px
}

html.lenis,
html.lenis body {
  height: auto
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

[dir=rtl],
[dir=rtl] body {
  font-family: "Tajawal", var(--body)
}

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

a,
button {
  color: inherit
}

a {
  text-decoration: none
}

button {
  font: inherit;
  background: 0 0;
  border: 0;
  cursor: pointer
}

::selection {
  background: var(--gold);
  color: #0b0d0f
}

.wrap {
  width: min(1200px, 92vw);
  margin-inline: auto
}

.chapter-no,
.eyebrow {
  font-family: var(--cond);
  text-transform: uppercase
}

.eyebrow {
  font-weight: 600;
  letter-spacing: .28em;
  font-size: 13px;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 14px
}

.eyebrow::before,
.nav-links a::after {
  content: "";
  height: 1px;
  background: var(--gold)
}

.eyebrow::before {
  width: 34px;
  flex: none
}

[dir=rtl] .eyebrow {
  letter-spacing: .12em
}

.chapter-no {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--faint)
}

h2.sec-title {
  font-family: var(--disp);
  font-weight: 400;
  letter-spacing: .01em;
  font-size: clamp(44px, 7vw, 84px);
  line-height: .96;
  margin: 14px 0 16px
}

[dir=rtl] h2.sec-title {
  font-family: "Tajawal";
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(34px, 6vw, 64px);
  letter-spacing: 0
}

.sec-sub {
  color: var(--muted);
  max-width: 56ch;
  font-size: 17px
}

section.chap {
  padding: clamp(90px, 12vw, 150px)0;
  position: relative
}

.sec-head {
  margin-bottom: clamp(40px, 6vw, 72px)
}

header#nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  transition: background .4s, border-color .4s;
  border-bottom: 1px solid transparent
}

header#nav.scrolled {
  background: rgba(11, 13, 15, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: var(--line)
}

.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  width: min(1320px, 94vw);
  margin-inline: auto;
  gap: 18px
}

.nav-logo img {
  height: 44px;
  width: auto
}

.nav-links {
  display: flex;
  gap: 26px;
  font-family: var(--cond);
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--muted)
}

[dir=rtl] .nav-links {
  letter-spacing: .04em
}

.nav-links a {
  position: relative;
  padding: 6px 0;
  transition: color .3s
}

.nav-links a::after {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: right .35s cubic-bezier(.65, 0, .35, 1)
}

.nav-links a:hover {
  color: var(--text)
}

.nav-links a:hover::after {
  right: 0
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px
}

.btn,
.lang-btn {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 13px;
  border-radius: 999px
}

.lang-btn {
  letter-spacing: .1em;
  border: 1px solid var(--line);
  padding: 8px 14px;
  color: var(--muted);
  transition: color .3s, border-color .3s
}

.lang-btn:hover {
  color: var(--gold);
  border-color: var(--gold)
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 24px;
  transition: transform .3s, background .3s, color .3s, border-color .3s;
  will-change: transform
}

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

.btn-gold {
  background: var(--gold);
  color: #0b0d0f
}

.btn-gold:hover {
  background: #ffd427
}

.btn-line {
  border: 1px solid var(--line);
  color: var(--text)
}

.btn-line:hover {
  border-color: var(--gold);
  color: var(--gold)
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 96
}

.burger span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: var(--text);
  transition: transform .35s, opacity .3s
}

.burger span:nth-child(1) {
  top: 16px
}

.burger span:nth-child(2) {
  top: 22px
}

.burger span:nth-child(3) {
  top: 28px
}

.burger.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg)
}

.burger.open span:nth-child(2) {
  opacity: 0
}

.burger.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}

#mnav {
  position: fixed;
  inset: 0;
  z-index: 94;
  background: rgba(11, 13, 15, .97);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8vw;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s
}

#mnav.open {
  opacity: 1;
  pointer-events: auto
}

#mnav a {
  font-family: var(--disp);
  font-size: clamp(38px, 9vw, 56px);
  line-height: 1.15;
  color: var(--muted);
  transition: color .3s
}

[dir=rtl] #mnav a {
  font-family: "Tajawal";
  font-weight: 800;
  font-size: clamp(28px, 7vw, 44px)
}

#mnav a:hover {
  color: var(--gold)
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center
}

.nav-item>a {
  padding-inline-end: 16px
}

.nav-item>a::before {
  content: "";
  position: absolute;
  inset-inline-end: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-inline-end: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s
}

.nav-item:hover>a::before {
  transform: translateY(-40%) rotate(225deg)
}

.nav-drop {
  position: absolute;
  top: calc(100% + 16px);
  inset-inline-start: -20px;
  min-width: 250px;
  background: rgba(15, 18, 21, .97);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s cubic-bezier(.65, 0, .35, 1), visibility .3s;
  z-index: 99
}

.nav-drop::after,
.nav-drop::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px
}

.nav-drop::after {
  top: 0;
  height: 2px;
  background: var(--gold)
}

.nav-item:focus-within .nav-drop,
.nav-item:hover .nav-drop {
  opacity: 1;
  visibility: visible;
  transform: none
}

.nav-drop a {
  display: block;
  padding: 11px 20px;
  font-size: 12.5px;
  letter-spacing: .12em;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  transition: color .3s, background .3s, padding .3s
}

.nav-drop a:last-child {
  border-bottom: 0
}

.nav-drop a::after {
  display: none
}

.nav-drop a:hover {
  color: var(--gold);
  background: rgba(255, 255, 255, .04);
  padding-inline-start: 26px
}

#mnav .mnav-sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 2px 0 10px;
  margin-inline-start: 6px;
  border-inline-start: 1px solid var(--line)
}

#mnav .mnav-sub a {
  font-family: var(--cond);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--faint);
  padding-inline-start: 18px
}

[dir=rtl] #mnav .mnav-sub a {
  font-family: "Tajawal";
  letter-spacing: .02em
}

#mnav .mnav-sub a:hover {
  color: var(--gold)
}

#hero,
#marques {
  overflow: hidden;
  position: relative
}

#hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end
}

.hero-media {
  position: absolute;
  inset: 0;
  will-change: transform
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.5) saturate(.85)
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 13, 15, .96)0, rgba(11, 13, 15, .35) 45%, rgba(11, 13, 15, .55) 100%)
}

.hero-badge img,
.hero-in {
  position: relative;
  z-index: 2
}

.hero-in {
  padding: 100px 0 clamp(40px, 6vh, 80px);
  width: min(1200px, 92vw);
  margin-inline: auto
}

.hero-tag {
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--gold);
  margin-bottom: 22px
}

[dir=rtl] .hero-tag {
  letter-spacing: .1em
}

h1.hero-title {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(64px, 12.5vw, 168px);
  line-height: .9;
  letter-spacing: .005em
}

[dir=rtl] h1.hero-title {
  line-height: 1.12;
  font-size: clamp(44px, 9vw, 110px)
}

.hero-title .hl {
  display: block;
  overflow: hidden
}

.hero-title .hl>span {
  display: block;
  will-change: transform
}

.hero-title .gold {
  color: var(--gold)
}

.hero-sub {
  max-width: 52ch;
  color: var(--muted);
  margin: 26px 0 34px;
  font-size: 17px
}

.hero-ctas,
.hero-stats {
  display: flex;
  flex-wrap: wrap
}

.hero-ctas {
  gap: 14px
}

.hero-stats {
  gap: clamp(28px, 5vw, 64px);
  margin-top: clamp(36px, 5vh, 58px);
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 26px
}

.hstat .v,
.svc h3 {
  font-family: var(--disp);
  line-height: 1
}

.hstat .v {
  font-size: clamp(30px, 4vw, 44px);
  color: var(--gold)
}

[dir=rtl] .hstat .v,
[dir=rtl] .svc h3,
[dir=rtl] h1.hero-title {
  font-family: "Tajawal";
  font-weight: 800
}

.hstat .l,
.scroll-hint {
  font-family: var(--cond);
  text-transform: uppercase
}

.hstat .l {
  font-weight: 500;
  letter-spacing: .16em;
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px
}

.scroll-hint {
  position: absolute;
  bottom: 26px;
  inset-inline-end: 4vw;
  z-index: 3;
  letter-spacing: .3em;
  font-size: 11px;
  color: var(--faint);
  writing-mode: vertical-rl;
  gap: 12px
}

.scroll-hint::after {
  width: 1px;
  height: 52px;
  animation: hint 1.8s cubic-bezier(.65, 0, .35, 1) infinite
}

.hero-badge,
.mq-track span,
.scroll-hint {
  display: flex;
  align-items: center
}

.hero-badge {
  position: relative;
  z-index: 3;
  width: fit-content;
  margin: 0 auto clamp(16px, 3vh, 32px);
  justify-content: center;
  pointer-events: none
}

.hero-badge img {
  height: clamp(96px, 14vh, 160px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 40px rgba(242, 194, 0, .34));
  animation: fllogo-in 1s cubic-bezier(.16, .84, .34, 1) .25s both, fllogo-float 6s ease-in-out 1.3s infinite;
  will-change: transform
}

.hero-badge .glow {
  position: absolute;
  z-index: 0;
  width: clamp(210px, 32vh, 330px);
  height: clamp(210px, 32vh, 330px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 194, 0, .3)0, rgba(242, 194, 0, .1) 40%, transparent 68%);
  filter: blur(6px);
  animation: fllogo-glow 5s ease-in-out infinite
}

.hero-badge .ring {
  position: absolute;
  z-index: 1;
  width: clamp(165px, 26vh, 258px);
  height: clamp(165px, 26vh, 258px);
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(242, 194, 0, .55) 70deg, rgba(230, 51, 41, .5) 140deg, transparent 200deg, transparent 360deg);
  -webkit-mask: radial-gradient(circle, transparent 60%, #000 61%, #000 63%, transparent 64%);
  mask: radial-gradient(circle, transparent 60%, #000 61%, #000 63%, transparent 64%);
  opacity: .7;
  animation: fllogo-spin 14s linear infinite
}

@media (max-width:640px) {
  .hero-badge {
    margin-bottom: 14px
  }

  .hero-badge img {
    height: 88px
  }

  .hero-badge .glow {
    width: 190px;
    height: 190px
  }

  .hero-badge .ring {
    width: 150px;
    height: 150px
  }
}

@media (max-height:700px) {
  .hero-badge img {
    height: 80px
  }

  .hero-badge .glow {
    width: 170px;
    height: 170px
  }

  .hero-badge .ring {
    width: 135px;
    height: 135px
  }
}

@media (prefers-reduced-motion:reduce) {

  .hero-badge .glow,
  .hero-badge .ring,
  .hero-badge img {
    animation: none;
    opacity: 1
  }
}

#marques {
  border-block: 1px solid var(--line);
  padding: 22px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%)
}

.mq-track {
  display: flex;
  gap: 64px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden
}

.mq-track span {
  font-family: var(--disp);
  font-size: 26px;
  letter-spacing: .06em;
  color: var(--faint);
  white-space: nowrap;
  gap: 64px
}

@supports ((-webkit-background-clip:text) or (background-clip:text)) {
  .mq-track span {
    color: transparent;
    background: linear-gradient(100deg, var(--faint) 0%, var(--faint) 38%, var(--gold) 47%, #ffe98a 50%, var(--gold) 53%, var(--faint) 62%, var(--faint) 100%);
    background-size: 260% 100%;
    background-position: 200%0;
    -webkit-background-clip: text;
    background-clip: text;
    animation: mqGlow 6s linear infinite
  }
}

.mq-track span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex: none;
  animation: mqDot 2.6s ease-in-out infinite;
  animation-delay: inherit
}

@media (prefers-reduced-motion:reduce) {
  .mq-track span {
    animation: none;
    color: var(--faint);
    background: 0 0
  }

  .mq-track span::after {
    animation: none
  }
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line)
}

.svc {
  background: var(--bg);
  padding: 34px 30px 30px;
  position: relative;
  overflow: hidden;
  transition: background .4s
}

#marques,
.svc:hover {
  background: var(--panel)
}

.svc .n {
  font-family: var(--cond);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .28em;
  color: var(--faint)
}

.svc h3 {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: .02em;
  margin: 44px 0 10px
}

[dir=rtl] .svc h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3
}

.svc p {
  font-size: 15px;
  margin-bottom: 18px
}

.svc ul {
  list-style: none;
  display: grid;
  gap: 7px;
  margin-bottom: 20px
}

.svc .req,
.svc li {
  font-family: var(--cond);
  align-items: center
}

.svc li,
.svc p {
  color: var(--muted)
}

.svc li {
  font-weight: 500;
  letter-spacing: .08em;
  font-size: 14px;
  display: flex;
  gap: 10px
}

.scroll-hint::after,
.svc li::before,
.svc::after {
  content: "";
  background: var(--gold)
}

.svc li::before {
  width: 14px;
  height: 1px;
  flex: none
}

.svc .req {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  gap: 8px
}

.svc .req svg {
  transition: transform .3s
}

.svc .req:hover svg {
  transform: translateX(4px)
}

[dir=rtl] .gal-arrows button svg,
[dir=rtl] .svc .req svg {
  transform: scaleX(-1)
}

[dir=rtl] .svc .req:hover svg {
  transform: scaleX(-1) translateX(4px)
}

.svc::after {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 100%;
  width: 2px;
  transition: bottom .5s cubic-bezier(.65, 0, .35, 1)
}

.svc:hover::after {
  bottom: 0
}

#gallery {
  padding-block: clamp(90px, 12vw, 150px)0
}

#gal-pin {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  overscroll-behavior-x: contain
}

#gal-pin::-webkit-scrollbar {
  display: none
}

.gal-track {
  display: flex;
  gap: clamp(16px, 2vw, 28px);
  padding: 0 6vw clamp(70px, 9vw, 120px);
  width: max-content;
  will-change: transform;
  align-items: flex-end
}

.gcard {
  flex: none;
  width: clamp(260px, 30vw, 420px);
  cursor: pointer;
  position: relative
}

.gcard:nth-child(even) {
  margin-bottom: clamp(24px, 4vw, 64px)
}

.gcard img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3.1;
  object-fit: cover;
  filter: saturate(.9);
  transition: filter .4s, transform .6s cubic-bezier(.65, 0, .35, 1)
}

.gcard:hover img {
  filter: saturate(1.05);
  transform: scale(1.03)
}

.gcard figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  content-visibility: auto;
  contain-intrinsic-size: 1px 300px;
  position: relative;
  transition: border-color .4s, box-shadow .5s
}

.gcard figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  font-family: var(--cond);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--muted)
}

.gcard figcaption em,
.gdivider span {
  text-transform: uppercase;
  color: var(--gold)
}

.gcard figcaption em {
  font-style: normal;
  letter-spacing: .2em;
  font-size: 11px
}

#lightbox,
.gdivider {
  align-items: center;
  justify-content: center
}

.gdivider {
  flex: none;
  align-self: stretch;
  padding: 0 clamp(6px, 1vw, 14px)
}

.gdivider span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: .34em;
  font-size: 12px;
  border-inline-start: 1px solid var(--line);
  padding-inline-start: 14px;
  white-space: nowrap
}

[dir=rtl] .gdivider span {
  letter-spacing: .14em
}

@media (max-width:640px) {
  .gdivider span {
    font-size: 11px
  }
}

#lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(8, 9, 11, .94);
  display: none;
  padding: 5vw;
  cursor: zoom-out
}

#lightbox.open,
.gdivider {
  display: flex
}

#lightbox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border: 1px solid var(--line)
}

#lightbox .cap {
  position: absolute;
  bottom: 4vh;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--cond);
  letter-spacing: .14em;
  color: var(--muted);
  font-size: 14px
}

#faq,
#why {
  background: var(--panel);
  border-block: 1px solid var(--line)
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 56px)
}

.wcard .v {
  font-family: var(--disp);
  font-size: clamp(52px, 7vw, 92px);
  line-height: .9;
  color: var(--text)
}

.wcard .v i {
  font-style: normal
}

.wcard .u {
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gold);
  margin: 10px 0 12px
}

.qa button,
.wcard h3 {
  font-size: 17px;
  font-weight: 600
}

.wcard h3 {
  margin-bottom: 8px
}

.fld label,
.wcard p {
  color: var(--muted);
  font-size: 14.5px
}

#process .proc {
  grid-template-columns: 1fr;
  max-width: 820px;
  margin-inline: auto
}

.proc-line {
  position: absolute;
  inset-inline-start: 29px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--line)
}

.proc-line i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gold);
  transform-origin: top;
  will-change: transform
}

#process .proc,
.pstep {
  display: grid;
  position: relative
}

.pstep {
  grid-template-columns: 60px 1fr;
  gap: clamp(20px, 4vw, 44px);
  padding: clamp(30px, 4.5vw, 54px)0
}

.pstep .num,
.pstep h3 {
  font-family: var(--disp);
  font-size: 34px;
  line-height: 1
}

.pstep .num {
  color: var(--faint);
  align-self: start;
  text-align: center;
  padding-block: 8px;
  position: relative;
  z-index: 2
}

#process .pstep .num,
.pstep .num {
  background: var(--bg)
}

.pstep h3 {
  font-weight: 400;
  letter-spacing: .02em;
  margin-bottom: 8px
}

[dir=rtl] .pstep h3 {
  font-family: "Tajawal";
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3
}

.pstep p,
.qa .ans p {
  color: var(--muted);
  max-width: 52ch
}

.pstep.lit .num,
.qa button:hover,
.wcard .v i {
  color: var(--gold)
}

.faq-list {
  max-width: 820px;
  margin-inline: auto
}

.qa {
  border-bottom: 1px solid var(--line)
}

.qa button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 4px;
  text-align: start;
  transition: color .3s
}

.qa .pm {
  flex: none;
  width: 14px;
  height: 14px;
  position: relative
}

.qa .pm::after,
.qa .pm::before {
  content: "";
  position: absolute;
  background: var(--gold);
  transition: transform .35s cubic-bezier(.65, 0, .35, 1)
}

.qa .pm::before {
  left: 0;
  right: 0;
  top: 6px;
  height: 2px
}

.qa .pm::after {
  top: 0;
  bottom: 0;
  left: 6px;
  width: 2px
}

.proc-line i,
.qa.open .pm::after {
  transform: scaleY(0)
}

.qa .ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.65, 0, .35, 1)
}

.qa .ans p {
  padding: 0 4px 26px;
  max-width: 66ch
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start
}

form#book {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

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

.fld.full {
  grid-column: 1/-1
}

.fld label {
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px
}

.fld input,
.fld select,
.fld textarea {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 13px 14px;
  font: inherit;
  font-size: 15px;
  border-radius: 4px;
  width: 100%;
  transition: border-color .3s
}

.fld textarea {
  min-height: 110px;
  resize: vertical
}

.fld input:focus,
.fld select:focus,
.fld textarea:focus {
  border-color: var(--gold)
}

.fld input:focus-visible,
.fld select:focus-visible,
.fld textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-color: var(--gold)
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px
}

.fld select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2398A1AB' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center
}

[dir=rtl] .fld select {
  background-position: left 14px center
}

.form-note {
  grid-column: 1/-1;
  color: var(--faint);
  font-size: 13.5px
}

.btn-wa {
  background: var(--wa);
  color: #062b16;
  justify-content: center;
  grid-column: 1/-1;
  padding: 16px
}

.btn-wa:hover {
  background: #3ae07c
}

.cinfo {
  display: grid;
  gap: 22px
}

.cline,
.foot {
  align-items: flex-start
}

.cline {
  display: flex;
  gap: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 20px
}

.cline .ic {
  color: var(--gold);
  flex: none;
  margin-top: 2px
}

.cline b {
  display: block;
  font-size: 15.5px
}

.cline small,
.foot .about {
  color: var(--muted);
  font-size: 13.5px
}

.cline a.map,
.foot h4 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold)
}

footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 110px;
  background: var(--bg);
  padding-bottom: calc(110px + env(safe-area-inset-bottom, 0))
}

.foot {
  gap: 36px;
  justify-content: space-between
}

.foot .about {
  max-width: 36ch;
  font-size: 14.5px
}

.foot .about img {
  height: 48px;
  width: auto;
  margin-bottom: 16px
}

.foot,
.foot .cols,
.legal {
  display: flex;
  flex-wrap: wrap
}

.foot .cols {
  gap: clamp(32px, 6vw, 80px)
}

.foot h4 {
  letter-spacing: .22em;
  margin-bottom: 14px
}

.foot ul,
.socials a {
  display: grid;
  color: var(--muted)
}

.foot ul {
  list-style: none;
  gap: 9px;
  font-size: 14.5px
}

.bhero-sub b,
.foot ul a:hover {
  color: var(--text)
}

.legal {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 16px;
  color: var(--faint);
  font-size: 13px
}

#wafloat,
.socials {
  display: flex;
  gap: 10px
}

.socials {
  margin-top: 16px
}

.socials a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  transition: color .3s, border-color .3s
}

#wafloat {
  position: fixed;
  bottom: 22px;
  inset-inline-end: 22px;
  z-index: 80;
  align-items: center;
  background: var(--wa);
  color: #062b16;
  padding: 14px 20px;
  border-radius: 999px;
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 8px 30px rgba(37, 211, 102, .35);
  transition: transform .3s;
  will-change: transform
}

#wafloat:hover {
  transform: translateY(-3px)
}

@media (hover:none),
(pointer:coarse) {

  .fld input,
  .fld select,
  .fld textarea {
    font-size: 16px
  }

  .hero-badge .glow {
    filter: none;
    opacity: .55
  }

  header#nav.scrolled {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
  }

  #gal-pin {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none
  }

  #gal-pin::-webkit-scrollbar {
    display: none
  }

  .gcard {
    scroll-snap-align: start
  }

  #wafloat {
    box-shadow: 0 4px 16px rgba(37, 211, 102, .3)
  }

  .hero-badge img {
    filter: drop-shadow(0 8px 20px rgba(242, 194, 0, .3))
  }
}

#wafloat {
  bottom: calc(22px + env(safe-area-inset-bottom, 0));
  inset-inline-end: calc(22px + env(safe-area-inset-right, 0))
}

#mnav {
  padding-top: env(safe-area-inset-top, 0)
}

@media (max-width:640px) {
  #wafloat {
    bottom: calc(16px + env(safe-area-inset-bottom, 0));
    inset-inline-end: calc(14px + env(safe-area-inset-right, 0));
    padding: 13px 16px
  }
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 95;
  pointer-events: none
}

#flbar i,
#progress i {
  display: block;
  height: 100%;
  transform: scaleX(0)
}

#progress i {
  background: var(--gold);
  transform-origin: left;
  will-change: transform
}

[dir=rtl] #progress i {
  transform-origin: right
}

#chapRail {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 16px;
  z-index: 85;
  display: grid;
  gap: 13px
}

#chapRail a {
  width: 22px;
  height: 2px;
  background: var(--line);
  transition: background .3s, width .3s;
  justify-self: end
}

[dir=rtl] #chapRail a {
  justify-self: start
}

#chapRail a.on {
  background: var(--gold);
  width: 34px
}

@media (max-width:1180px) {
  #chapRail {
    display: none
  }
}

@media (hover:hover) and (pointer:fine) {

  #lightbox,
  .gcard,
  a,
  body,
  button {
    cursor: none
  }

  #cur,
  #curDot {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    will-change: transform;
    border-radius: 50%
  }

  #curDot {
    z-index: 1003;
    width: 6px;
    height: 6px;
    background: var(--gold);
    margin: -3px 0 0-3px
  }

  #cur {
    z-index: 1002;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(242, 194, 0, .5);
    margin: -17px 0 0-17px;
    display: grid;
    place-items: center;
    transition: width .25s, height .25s, margin .25s, background .3s, border-color .3s
  }

  #cur span {
    font-family: var(--cond);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #0b0d0f;
    opacity: 0;
    transition: opacity .2s
  }

  #cur.link,
  #cur.view {
    border-color: var(--gold)
  }

  #cur.link {
    width: 52px;
    height: 52px;
    margin: -26px 0 0-26px;
    background: rgba(242, 194, 0, .1)
  }

  #cur.view {
    width: 66px;
    height: 66px;
    margin: -33px 0 0-33px;
    background: var(--gold)
  }

  #cur.view span {
    opacity: 1
  }

  #wafloat,
  .btn,
  .lang-btn {
    transition-property: background, color, border-color, box-shadow
  }
}

@media (hover:none),
(pointer:coarse) {

  #cur,
  #curDot {
    display: none
  }
}

.gal-track,
.svc {
  transform-style: preserve-3d
}

.nav-logo::after,
.svc::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none
}

.svc::before {
  z-index: 0;
  opacity: 0;
  transition: opacity .35s;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(242, 194, 0, .09), transparent 65%)
}

.svc:hover::before {
  opacity: 1
}

#gal-pin {
  perspective: 1100px
}

.gcard,
h2.sec-title .ch {
  will-change: transform
}

@media (hover:hover) and (pointer:fine) {
  #gal-pin {
    cursor: grab
  }

  #gal-pin.dragging {
    cursor: grabbing
  }
}

.gal-arrows {
  display: flex;
  gap: 10px;
  margin-top: 24px
}

#lightbox .nav,
.gal-arrows button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--muted);
  transition: color .3s, border-color .3s
}

h2.sec-title .ch {
  display: inline-block
}

#lightbox .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  color: var(--text);
  background: rgba(11, 13, 15, .65);
  cursor: pointer;
  transition: border-color .3s, color .3s;
  z-index: 2
}

#lightbox .nav:hover,
.gal-arrows button:hover,
.socials a:hover {
  border-color: var(--gold);
  color: var(--gold)
}

#lbPrev {
  left: 16px
}

#lbNext {
  right: 16px
}

#lightbox .count {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--cond);
  letter-spacing: .24em;
  font-size: 12px;
  color: var(--muted)
}

@media (max-width:640px) {
  #lightbox .nav {
    width: 42px;
    height: 42px
  }

  #lbPrev {
    left: 8px
  }

  #lbNext {
    right: 8px
  }
}

.js .rv {
  opacity: 0;
  transform: translateY(36px);
  will-change: transform, opacity
}

@media (max-width:980px) {

  .svc-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .contact-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width:860px) {

  .nav-cta .btn,
  .nav-links {
    display: none
  }

  .burger {
    display: block
  }
}

@media (max-width:640px) {

  .svc-grid,
  form#book {
    grid-template-columns: 1fr
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px
  }

  .gal-track {
    padding-bottom: 60px
  }

  .gcard {
    width: 78vw
  }

  .pstep {
    grid-template-columns: 48px 1fr;
    gap: 16px
  }

  .proc-line {
    inset-inline-start: 23px
  }

  .scroll-hint {
    display: none
  }
}

@media (prefers-reduced-motion:reduce) {
  .js .rv {
    opacity: 1;
    transform: none
  }

  * {
    animation-duration: .001s !important;
    transition-duration: .001s !important
  }
}

#flbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 120;
  pointer-events: none
}

#flbar i {
  transform-origin: 0 50%;
  background: linear-gradient(90deg, #f2c200, #ffd427 55%, #fff2a8);
  box-shadow: 0 0 14px rgba(242, 194, 0, .75)
}

[dir=rtl] #flbar i {
  transform-origin: 100% 50%
}

.fl-logo {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .65)) drop-shadow(0 0 1px rgba(255, 255, 255, .35));
  transition: transform .45s cubic-bezier(.16, .84, .34, 1), filter .4s;
  will-change: transform
}

.nav-logo {
  position: relative;
  display: inline-block;
  overflow: hidden
}

.nav-logo:hover .fl-logo {
  transform: scale(1.05);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .65)) drop-shadow(0 0 8px rgba(255, 255, 255, .28))
}

.nav-logo::after {
  z-index: 2;
  background: linear-gradient(110deg, transparent 40%, rgba(255, 255, 255, .9) 50%, transparent 60%);
  -webkit-mask: url(assets/logo.webp)center/contain no-repeat;
  mask: url(assets/logo.webp)center/contain no-repeat;
  transform: translateX(-130%);
  animation: fl-sweep 5s cubic-bezier(.65, 0, .35, 1) 1.5s infinite
}

[dir=rtl] .nav-logo::after {
  animation-name: fl-sweep-rtl
}

@media (prefers-reduced-motion:reduce) {
  .nav-logo::after {
    animation: none
  }
}

#stage .hero-badge {
  position: absolute;
  top: clamp(84px, 11vh, 120px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 6;
  perspective: 900px
}

.hero-badge .tilt3d {
  display: block;
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
  z-index: 2
}

.js .hero-badge img {
  animation-delay: .5s, 1.5s
}

.gcard.p {
  width: clamp(206px, 21vw, 300px)
}

.gcard.p img {
  aspect-ratio: 3/4.2
}

.gcard .num,
.gcard figure::before {
  position: absolute;
  pointer-events: none
}

.gcard .num {
  top: 10px;
  inset-inline-start: 10px;
  z-index: 3;
  font-family: var(--cond);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .18em;
  color: #0b0d0f;
  background: var(--gold);
  padding: 3px 8px;
  border-radius: 3px;
  opacity: .92;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .35)
}

.gcard figure::before {
  content: "";
  inset: 0;
  z-index: 2;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .16) 50%, transparent 65%);
  transform: translateX(-130%) skewX(-6deg)
}

.gcard:hover figure::before {
  transform: translateX(130%) skewX(-6deg);
  transition: transform .95s cubic-bezier(.65, 0, .35, 1)
}

.gcard:hover figure {
  border-color: rgba(242, 194, 0, .6);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .5), 0 0 0 1px rgba(242, 194, 0, .22), 0 0 32px rgba(242, 194, 0, .12)
}

@media (prefers-reduced-motion:reduce) {
  .fl-logo {
    animation: none
  }
}

#bhero h1 {
  font-family: "Archivo", "Barlow", var(--body);
  font-weight: 800;
  text-transform: none;
  letter-spacing: -.015em;
  font-size: clamp(38px, 6.4vw, 94px);
  line-height: 1.04;
  max-width: 15ch
}

#bhero h1 em {
  -webkit-text-stroke: 0;
  color: var(--gold);
  font-style: normal
}

.hero-badge .flshield {
  display: block;
  height: clamp(84px, 12vh, 132px);
  width: auto;
  filter: drop-shadow(0 0 14px rgba(242, 194, 0, .55)) drop-shadow(0 0 40px rgba(242, 194, 0, .3));
  animation: fllogo-in 1s cubic-bezier(.16, .84, .34, 1) .4s both, fllogo-float 6s ease-in-out 1.4s infinite;
  will-change: transform, filter
}

.hero-badge .tilt3d {
  animation: flshield-glow 3.6s ease-in-out infinite
}

@media (max-width:640px) {
  .hero-badge .flshield {
    height: 72px
  }

  #stage .hero-badge {
    top: 80px
  }
}

@media (prefers-reduced-motion:reduce) {

  .hero-badge .flshield,
  .hero-badge .tilt3d {
    animation: none
  }
}

#stage {
  --hd: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --hm: 'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;
  height: 430vh;
  position: relative
}

.sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden
}

#bhero,
#cv,
.vig {
  position: absolute;
  inset: 0
}

#cv {
  width: 100%;
  height: 100%;
  display: block;
  will-change: transform
}

#bhero,
.vig {
  pointer-events: none
}

.vig {
  z-index: 2;
  background: radial-gradient(120% 90%at 50% 42%, transparent 42%, rgba(11, 13, 15, .55) 82%, rgba(11, 13, 15, .92) 100%), linear-gradient(180deg, rgba(11, 13, 15, .62)0, transparent 22%, transparent 70%, rgba(11, 13, 15, .85) 100%)
}

#bhero {
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 clamp(20px, 5vw, 72px) clamp(48px, 8vh, 84px);
  will-change: transform, opacity
}

.kicker,
h1 {
  text-transform: uppercase
}

.kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--hm);
  font-size: clamp(9px, 1vw, 11.5px);
  letter-spacing: .5em;
  color: var(--gold);
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(26px)
}

.kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--gold)
}

h1 {
  font-size: clamp(40px, 8.4vw, 118px);
  line-height: .96;
  font-weight: 600;
  letter-spacing: .01em;
  max-width: 12ch
}

h1 .ln {
  display: block;
  overflow: hidden
}

h1 .ln>span {
  display: block;
  transform: translateY(110%);
  opacity: 0
}

h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(237, 239, 241, .85)
}

.hero-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  margin-top: 34px
}

.bhero-sub,
.cta-wrap {
  opacity: 0;
  transform: translateY(26px)
}

.bhero-sub {
  max-width: 42ch;
  color: var(--muted);
  font-size: clamp(13px, 1.25vw, 15.5px);
  line-height: 1.75;
  font-weight: 300
}

.bhero-sub b {
  font-weight: 500
}

.cta-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  pointer-events: auto
}

.btn-ghost,
.btn-x {
  text-transform: uppercase;
  text-decoration: none
}

.btn-x {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 19px 34px;
  font-size: 12px;
  letter-spacing: .3em;
  color: #0b0d0f;
  background: var(--gold);
  font-weight: 600;
  overflow: hidden;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow .45s ease;
  cursor: pointer;
  border: 0;
  font-family: var(--hd)
}

.btn-x svg {
  transition: transform .35s
}

.btn-x::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .55) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform .8s ease
}

.btn-x:hover {
  box-shadow: 0 0 46px rgba(242, 194, 0, .5), 0 0 90px rgba(242, 194, 0, .22)
}

.btn-x:hover::before {
  transform: translateX(120%)
}

.btn-x:hover svg {
  transform: translateY(4px)
}

.btn-ghost {
  font-family: var(--hm);
  font-size: 11px;
  letter-spacing: .24em;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
  transition: color .3s, border-color .3s
}

.btn-ghost:hover {
  color: var(--gold);
  border-color: var(--gold)
}

.anim-in .bhero-sub,
.anim-in .cta-wrap,
.anim-in .kicker,
.anim-in h1 .ln>span {
  opacity: 1;
  transform: none;
  transition: opacity 1.1s ease, transform 1.1s cubic-bezier(.19, 1, .22, 1)
}

.anim-in .kicker {
  transition-delay: .15s
}

.anim-in h1 .ln>span {
  transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), opacity .9s ease
}

.anim-in h1 .ln:nth-child(1)>span {
  transition-delay: .3s
}

.anim-in h1 .ln:nth-child(2)>span {
  transition-delay: .42s
}

.anim-in .bhero-sub {
  transition-delay: .62s
}

.anim-in .cta-wrap {
  transition-delay: .74s
}

.hint {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 1s ease 1.6s
}

#hud.on,
.anim-in~.hint,
.co.on,
.hint.on {
  opacity: 1
}

.hint span {
  font-family: var(--hm);
  font-size: 9px;
  letter-spacing: .4em;
  color: var(--faint);
  text-transform: uppercase;
  padding-left: .4em
}

.hint i {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: drop 2s ease-in-out infinite
}

#hud {
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s
}

.hud-prog,
.hud-tl {
  left: clamp(20px, 4.5vw, 64px)
}

#hud,
.hud-tl {
  position: absolute
}

.hud-tl {
  top: 96px;
  font-family: var(--hm);
  font-size: 10.5px;
  letter-spacing: .3em;
  color: var(--muted);
  text-transform: uppercase
}

.hud-tl b {
  color: var(--gold);
  font-weight: 500
}

.hud-prog {
  top: 120px;
  width: 150px;
  height: 1px;
  background: var(--line);
  margin-top: 8px
}

.hud-prog i {
  display: block;
  height: 100%;
  background: var(--gold);
  transform-origin: left;
  transform: scaleX(0)
}

.co,
.hud-br,
.hud-prog {
  position: absolute
}

.hud-br {
  bottom: 40px;
  right: clamp(20px, 4.5vw, 64px);
  text-align: right;
  font-family: var(--hm);
  font-size: 10.5px;
  letter-spacing: .24em;
  color: var(--faint);
  text-transform: uppercase;
  line-height: 2.1
}

.hud-br b {
  color: var(--text);
  font-weight: 400
}

.co {
  z-index: 4;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
  pointer-events: none
}

.co.on {
  transform: none
}

.co .nm,
.co .tag {
  text-transform: uppercase
}

.co .tag {
  font-family: var(--hm);
  font-size: 10px;
  letter-spacing: .32em;
  color: var(--gold);
  margin-bottom: 7px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .95), 0 0 14px rgba(242, 194, 0, .55)
}

.co .nm {
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 600;
  letter-spacing: .06em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .95), 0 3px 16px rgba(0, 0, 0, .85), 0 0 30px rgba(0, 0, 0, .6)
}

.co .ds {
  font-family: var(--hm);
  font-size: 10.5px;
  color: #dde3e9;
  letter-spacing: .12em;
  margin-top: 7px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .95), 0 2px 10px rgba(0, 0, 0, .8)
}

.co::after,
.co::before {
  content: "";
  position: absolute
}

.co::before {
  top: 6px;
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent)
}

.co::after {
  top: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(242, 194, 0, .95), 0 0 26px rgba(242, 194, 0, .45)
}

.co.l {
  text-align: left
}

.co.l::before {
  left: -64px;
  background: linear-gradient(270deg, var(--gold), transparent)
}

.co.l::after {
  left: -72px
}

.co.r {
  text-align: right
}

.co.r::before {
  right: -64px;
  background: linear-gradient(90deg, var(--gold), transparent)
}

.co.r::after {
  right: -72px
}

.gal-track {
  pointer-events: none
}

.gal-track .gcard {
  pointer-events: auto
}

@media (orientation:portrait) and (max-width:1080px) {
  .co {
    display: none
  }

  .hud-tl {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: calc(92px + env(safe-area-inset-top, 0px));
    letter-spacing: .26em
  }

  .hud-tl .hud-prog {
    left: calc(50% - 55px);
    width: 110px;
    top: 26px
  }

  .hud-br {
    left: 20px;
    right: 20px;
    text-align: center;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px))
  }

  #hudPhase {
    display: block;
    font-size: 15px;
    letter-spacing: .3em;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 6px
  }
}