:root {
  --land-ink: #f4efe6;
  --land-muted: #c9bba8;
  --land-copper: #d4a05a;
  --land-navy: #0c1622;
}
html.land { scroll-behavior: smooth; }
html.land, body.land {
  margin: 0;
  min-height: 100%;
  background: #070c12;
  color: var(--land-ink);
  font-family: "IBM Plex Sans", "IBM Plex Sans Arabic", sans-serif;
  overflow-x: hidden;
  cursor: none;
}
.land a, .land button { color: inherit; text-decoration: none; cursor: none; }
.land-progress {
  position: fixed; top: 0; inset-inline: 0; z-index: 40;
  height: 4px; width: 0;
  background: linear-gradient(90deg, #f0c07a, #d4a05a);
  box-shadow: 0 0 16px rgba(212, 160, 90, .85);
  transform-origin: left;
  transition: width .08s linear;
}
html[dir="rtl"] .land-progress { transform-origin: right; }
.land-grain {
  pointer-events: none; position: fixed; inset: 0; z-index: 30; opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.land-curtain {
  position: fixed; inset: 0; z-index: 50;
  display: grid; place-items: center;
  pointer-events: none;
}
.land-curtain-pane {
  position: absolute; top: 0; bottom: 0; width: 50%;
  background: #070c12;
}
.land-curtain-pane.is-left { left: 0; }
.land-curtain-pane.is-right { right: 0; }
.land-curtain.is-out .is-left { animation: land-split-l .85s cubic-bezier(.85,0,.15,1) forwards; }
.land-curtain.is-out .is-right { animation: land-split-r .85s cubic-bezier(.85,0,.15,1) forwards; }
.land-curtain-mid {
  position: relative; z-index: 2; text-align: center;
  transition: opacity .35s ease, transform .35s ease;
}
.land-curtain.is-out .land-curtain-mid { opacity: 0; transform: scale(1.12); }
.land-curtain .land-mark {
  width: 92px; height: 92px; font-size: 2.1rem; margin: 0 auto 0;
  animation: land-mark-in .55s cubic-bezier(.16,1.2,.3,1) both, land-ring 1.4s ease-out .2s both;
}
.land-curtain-name {
  margin: 16px 0 0;
  letter-spacing: .28em; text-transform: uppercase; font-size: .72rem;
  color: var(--land-copper);
  animation: land-kicker .7s ease .2s both;
}
.land-nav {
  position: fixed; inset-inline: 0; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px 36px;
  transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
  animation: land-nav-in .8s cubic-bezier(.16,1,.3,1) 1.15s both;
}
.land-nav.is-on {
  background: rgba(7, 12, 18, .82);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(212, 160, 90, .35);
}
.land-brand {
  display: flex; align-items: center; gap: 12px;
  font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: .72rem;
}
.land-mark {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; font-weight: 700; font-size: 1rem;
  background: linear-gradient(135deg, #e0a15a, #9a5a24); color: #fff;
}
.land-nav-mid { display: flex; gap: 22px; }
.land-nav-mid a {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--land-muted);
}
.land-nav-mid a:hover { color: #fff; }
.land-nav-end { display: flex; align-items: center; gap: 18px; }
.land-nav-end a { font-size: .82rem; color: var(--land-muted); }
.land-nav-end a:hover { color: #fff; }
.land-signin {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55); color: #fff !important;
  font-weight: 700; font-size: .82rem; letter-spacing: .04em;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.land-signin:hover { background: #fff; color: #0c1622 !important; transform: translateY(-2px) scale(1.03); }
.land-hero {
  position: relative; min-height: 100vh;
  display: grid; align-items: end;
  overflow: hidden;
}
.land-slides { position: absolute; inset: 0; }
.land-slide {
  position: absolute; inset: 0; opacity: 0;
  background-size: cover; background-position: center;
  background-color: #120e0a;
  transform: scale(1.12);
  transition: opacity .45s ease;
}
.land-slide.is-on {
  opacity: 1; z-index: 1;
  animation: land-ken 9s ease-in-out infinite alternate;
}
.land-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(180deg, rgba(7,12,18,.22) 0%, rgba(7,12,18,.12) 38%, rgba(7,12,18,.88) 100%),
    radial-gradient(800px 400px at 80% 20%, rgba(212,160,90,.22), transparent 55%);
}
.land-copies { position: relative; z-index: 4; padding: 0 8vw 12vh; max-width: 60rem; }
.land-hero-copy { display: none; max-width: 52rem; }
.land-hero-copy.is-on { display: block; }
.land-pre {
  color: var(--land-copper); letter-spacing: .22em; text-transform: uppercase;
  font-size: .72rem; font-weight: 700; margin: 0 0 14px;
}
.land-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif;
  font-weight: 500; font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: .92; letter-spacing: -0.03em;
}
.land-hero-copy.is-on .land-pre { animation: land-kicker .55s cubic-bezier(.16,1,.3,1) both; }
.land-hero-copy.is-on h1 { animation: none; }
.land-hero-copy.is-on p { animation: land-up .6s cubic-bezier(.16,1,.3,1) .16s both; }
.land-hero-copy.is-on .land-hero-actions { animation: land-up .6s cubic-bezier(.16,1,.3,1) .26s both; }
html[dir="rtl"] .land-hero-copy.is-on h1 { animation: none; }
.land-hero p {
  margin: 22px 0 0; max-width: 36rem;
  color: var(--land-muted); font-size: 1.08rem; line-height: 1.65;
}
.land-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.land-btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 26px; border-radius: 999px; font-weight: 700;
  background: linear-gradient(180deg, #fff 0%, #f3e6d3 100%);
  color: #0c1622;
  box-shadow: 0 10px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .16s ease, box-shadow .16s ease;
}
.land-btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.55), transparent 70%);
  transform: translateX(-120%);
}
.land-btn:hover::after { animation: land-shine .7s ease; }
.land-cta .land-btn {
  background: linear-gradient(180deg, #f0c07a, #c17a3a);
  color: #1a1208;
  box-shadow: 0 0 0 0 rgba(240,192,122,.45), 0 16px 40px rgba(193,122,58,.35);
}
.land-btn:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 18px 36px rgba(0,0,0,.35); }
.land-btn.ghost {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,.4);
}
.land-line {
  position: absolute; inset: 0; z-index: 3; pointer-events: none; width: 100%; height: 100%;
  overflow: visible;
}
.land-line path {
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
}
.land-line .glow {
  stroke: #f3c989; stroke-width: 10; opacity: .35;
  filter: blur(3px);
  animation: land-draw 1.35s cubic-bezier(.2,.8,.15,1) .15s forwards;
}
.land-line .core {
  stroke: #f0c07a; stroke-width: 3.4;
  filter: drop-shadow(0 0 10px rgba(240,192,122,.95));
  animation: land-draw 1.35s cubic-bezier(.2,.8,.15,1) .15s forwards;
}
.land-dots {
  position: absolute; z-index: 4; inset-inline: 8vw 8vw; bottom: 28px;
  display: flex; gap: 8px;
}
.land-dots button {
  width: 28px; height: 4px; border: 0; padding: 0; cursor: pointer;
  background: rgba(255,255,255,.28);
  transition: width .25s ease, background .25s ease;
}
.land-dots button.is-on {
  width: 52px;
  background: var(--land-copper);
  box-shadow: 0 0 12px rgba(212,160,90,.8);
}
.land-ticker {
  overflow: hidden; border-block: 1px solid rgba(212,160,90,.35);
  background: #0a1118; padding: 16px 0;
}
.land-ticker-track {
  display: flex; gap: 48px; width: max-content;
  letter-spacing: .08em; text-transform: uppercase;
  font-size: .78rem; color: #e0b36a; font-weight: 600;
  animation: land-marquee 60s linear infinite;
}
.land-ticker:hover .land-ticker-track { animation-play-state: paused; }
html[dir="rtl"] .land-ticker-track { animation-name: land-marquee-rtl; }
.land-section { padding: 88px 8vw; }
.land-section h2, .land-bleed h2, .land-cta h2 {
  font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 500; margin: 8px 0 0;
}
.land-cards {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 36px;
}
.land-card, .land-fact {
  position: relative; overflow: hidden; border-radius: 2px;
  color: #fff;
}
.land-card {
  min-height: 460px; display: flex; align-items: flex-end; padding: 28px;
}
.land-card img, .land-bleed img, .land-fact img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.08); transition: transform .55s cubic-bezier(.16,1,.3,1);
}
.land-card:hover img, .land-bleed:hover img, .land-fact:hover img { transform: scale(1.2); }
.land-card::after, .land-bleed::after, .land-fact::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(7,12,18,.9));
}
.land-card span, .land-card strong, .land-card em,
.land-fact b, .land-fact p { position: relative; z-index: 1; display: block; }
.land-card em, .land-sku em {
  margin-top: 10px; color: var(--land-copper); font-style: normal; font-weight: 700;
  letter-spacing: .08em;
}
.land-skus {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px;
}
.land-sku {
  padding: 22px 20px 24px; border-top: 1px solid rgba(212,160,90,.4);
  background: #0e1620;
}
.land-sku span {
  display: block; color: var(--land-copper); letter-spacing: .14em;
  text-transform: uppercase; font-size: .68rem; margin-bottom: 8px;
}
.land-sku b { display: block; font-size: 1.02rem; line-height: 1.4; font-weight: 600; }
.land-card span {
  letter-spacing: .16em; text-transform: uppercase; font-size: .7rem; color: var(--land-copper);
}
.land-card strong {
  font-size: 2.2rem; font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif;
  font-weight: 500; margin-top: 6px;
}
.land-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.land-fact {
  min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 24px 32px;
}
.land-fact b {
  font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif;
  font-size: 1.85rem; font-weight: 500; margin: 0 0 10px;
}
.land-fact p { margin: 0; color: var(--land-muted); line-height: 1.6; }
.land-bleed {
  position: relative; min-height: 82vh; display: grid; align-items: center;
  padding: 80px 8vw; overflow: hidden;
}
.land-bleed-copy { position: relative; z-index: 2; max-width: 34rem; }
.land-bleed-copy p { color: var(--land-muted); line-height: 1.7; }
.land-bleed.is-right .land-bleed-copy { margin-inline-start: auto; }
.land-cta {
  padding: 110px 8vw; text-align: center;
  background:
    radial-gradient(700px 280px at 50% 0%, rgba(212,160,90,.22), transparent 60%),
    #0c1622;
}
.land-cta p { color: var(--land-muted); max-width: 32rem; margin: 16px auto 28px; }
.land-cta .land-btn.is-in {
  animation: land-up .65s cubic-bezier(.16,1,.3,1) forwards, land-pulse 1.6s ease-in-out .7s infinite;
}
.land-foot {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 28px 8vw 36px; border-top: 1px solid rgba(255,255,255,.08);
  color: var(--land-muted); font-size: .82rem;
}
.land-reveal { opacity: 0; transform: translateY(90px) scale(.88) rotateX(12deg); }
.land-reveal.is-in { animation: land-up .85s cubic-bezier(.16,1,.3,1) forwards; }
.land-cards .land-reveal.is-in:nth-child(2),
.land-trio .land-reveal.is-in:nth-child(2) { animation-delay: .12s; }
.land-trio .land-reveal.is-in:nth-child(3) { animation-delay: .24s; }
@keyframes land-ken {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.28) translate3d(-6%, -4%, 0); }
}
@keyframes land-draw { to { stroke-dashoffset: 0; } }
@keyframes land-up {
  from { opacity: 0; transform: translateY(90px) scale(.88) rotateX(12deg); }
  to { opacity: 1; transform: none; }
}
@keyframes land-kicker {
  from { opacity: 0; letter-spacing: .5em; transform: translateY(18px); }
  to { opacity: 1; letter-spacing: .22em; transform: none; }
}
@keyframes land-title {
  from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(48px); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: none; }
}
@keyframes land-title-rtl {
  from { opacity: 0; clip-path: inset(0 0 0 100%); transform: translateY(48px); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: none; }
}
@keyframes land-curtain { to { transform: translateY(-104%); } }
@keyframes land-mark-in {
  from { opacity: 0; transform: scale(.7) rotate(-8deg); }
  to { opacity: 1; transform: none; }
}
@keyframes land-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes land-marquee-rtl { from { transform: translateX(0); } to { transform: translateX(50%); } }
.land-card, .land-fact, .land-sku {
  transform-style: preserve-3d;
  transition: transform .18s ease;
}
.land-card::before, .land-fact::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.22), transparent 62%);
  transform: translateX(-130%);
}
.land-card.is-in::before, .land-fact.is-in::before,
.land-card:hover::before, .land-fact:hover::before {
  animation: land-shine 1.15s ease;
}
.land-sku:hover { border-top-color: #f0c07a; background: #14202c; }
.land-hero h1 {
  text-shadow: 0 0 40px rgba(212,160,90,.18);
}
.land-spot {
  position: fixed; top: 0; left: 0; z-index: 25; pointer-events: none;
  width: 460px; height: 460px; margin: -230px 0 0 -230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,192,122,.2), transparent 68%);
  mix-blend-mode: screen;
  will-change: transform;
}
.land-dust { position: fixed; inset: 0; z-index: 26; pointer-events: none; }
.land-rays {
  position: absolute; inset: -30%; z-index: 2; pointer-events: none;
  background: repeating-conic-gradient(from 0deg, transparent 0 14deg, rgba(240,192,122,.045) 14deg 16deg);
  animation: land-spin 52s linear infinite;
  mix-blend-mode: screen;
}
.land-orb {
  position: absolute; z-index: 3; width: 14px; height: 14px; border-radius: 50%;
  background: #f3c989; box-shadow: 0 0 22px 10px rgba(240,192,122,.5);
  pointer-events: none;
  animation: land-orb 8s ease-in-out infinite;
}
@keyframes land-split-l { to { transform: translateX(-104%); } }
@keyframes land-split-r { to { transform: translateX(104%); } }
@keyframes land-nav-in {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: none; }
}
@keyframes land-ring {
  0% { box-shadow: 0 0 0 0 rgba(224,161,90,.55); }
  100% { box-shadow: 0 0 0 28px rgba(224,161,90,0); }
}
@keyframes land-shine {
  to { transform: translateX(130%); }
}
@keyframes land-spin { to { transform: rotate(360deg); } }
.land-cur {
  position: fixed; top: 0; left: 0; z-index: 60; pointer-events: none;
  width: 18px; height: 18px; margin: -9px 0 0 -9px;
  border: 1.5px solid #f0c07a; border-radius: 50%;
  box-shadow: 0 0 18px rgba(240,192,122,.55);
  transition: width .2s ease, height .2s ease, margin .2s ease, background .2s ease;
}
.land-cur i {
  position: absolute; inset: 5px; border-radius: 50%; background: #f0c07a;
}
body.is-hot .land-cur {
  width: 52px; height: 52px; margin: -26px 0 0 -26px;
  background: rgba(240,192,122,.12);
}
.land-bars::before, .land-bars::after {
  content: ""; position: fixed; left: 0; right: 0; z-index: 44; height: 22px;
  background: #05080c; pointer-events: none;
}
.land-bars::before { top: 0; }
.land-bars::after { bottom: 0; }
.land-vig {
  position: fixed; inset: 0; z-index: 27; pointer-events: none;
  box-shadow: inset 0 0 220px 50px rgba(0,0,0,.62);
  animation: land-vig 5s ease-in-out infinite alternate;
}
.land-word {
  display: inline-block;
  background: linear-gradient(100deg, #fff6e8 10%, #f0c07a 45%, #fff 80%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: land-word .8s cubic-bezier(.16,1,.3,1) both, land-gold 4.5s linear infinite;
  animation-delay: var(--d, 0s), 0.8s;
}
.land-orb-2 { animation-delay: -3.6s; width: 10px; height: 10px; opacity: .7; }
.land-card, .land-fact {
  box-shadow: 0 0 0 1px rgba(240,192,122,.12);
}
.land-card:hover, .land-fact:hover, .land-sku:hover {
  box-shadow: 0 18px 50px rgba(0,0,0,.35), 0 0 0 1px rgba(240,192,122,.45);
}
.land-signin {
  box-shadow: 0 0 0 0 rgba(255,255,255,.25);
  animation: land-pulse 2.2s ease-in-out 2s infinite;
}
.land-spot {
  width: 560px; height: 560px; margin: -280px 0 0 -280px;
  background: radial-gradient(circle, rgba(240,192,122,.32), transparent 70%);
}
@keyframes land-word {
  from { opacity: 0; transform: translateY(42px) rotateX(40deg); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes land-gold {
  to { background-position: 220% center; }
}
@keyframes land-vig {
  from { opacity: .72; }
  to { opacity: 1; }
}
@media (max-width: 900px) {
  .land-nav {
    padding: 12px 16px;
    padding-top: max(12px, env(safe-area-inset-top));
    gap: 10px;
  }
  .land-nav-mid { display: none; }
  .land-brand { min-width: 0; font-size: .62rem; letter-spacing: .08em; }
  .land-nav-end { gap: 8px; flex-shrink: 0; }
  .land-signin { padding: 8px 14px; white-space: nowrap; }
  .land-hero h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); line-height: 1.08; }
  .land-hero p { font-size: .98rem; }
  .land-cards, .land-trio, .land-skus { grid-template-columns: 1fr; }
  .land-card, .land-fact { min-height: 280px; }
  .land-copies { padding: 0 22px 90px; }
  .land-section, .land-bleed, .land-cta, .land-foot { padding-inline: 22px; }
  .land-spot, .land-dust, .land-rays, .land-cur, .land-bars { display: none; }
  html.land, body.land, .land a, .land button { cursor: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .land-slide, .land-slide.is-on, .land-line path, .land-reveal.is-in, .land-card img,
  .land-bleed img, .land-fact img, .land-curtain, .land-ticker-track,
  .land-hero-copy.is-on h1, .land-hero-copy.is-on .land-pre,
  .land-hero-copy.is-on p, .land-hero-copy.is-on .land-hero-actions,
  .land-cta .land-btn.is-in, .land-nav, .land-rays, .land-orb,
  .land-curtain .land-mark, .land-curtain-name, .land-card::before, .land-fact::before {
    animation: none !important; transition: none !important; transform: none !important; opacity: 1 !important;
  }
  .land-curtain, .land-spot, .land-dust, .land-rays, .land-orb, .land-cur, .land-bars, .land-vig { display: none !important; }
  html.land, body.land { cursor: auto; }
}
