@font-face{
  font-family:"Dana";
  src:local("Dana"),local("Dana Regular"),local("DanaFaNum"),local("Dana Medium");
  font-display:swap;
}

:root{
  --bg:#070605;
  --bg-2:#0d0a08;
  --panel:#0e0b09;
  --gold:#d6a25c;
  --gold-soft:#f1d7a6;
  --gold-deep:#815a2f;
  --ivory:#f8f0e3;
  --muted:#b6aa9b;
  --line:rgba(230,183,112,.30);
  --line-strong:rgba(241,202,137,.60);
  --shadow:0 24px 80px rgba(0,0,0,.52);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  color:var(--ivory);
  background:
    radial-gradient(circle at 86% 3%, rgba(129,90,47,.16), transparent 28rem),
    radial-gradient(circle at 8% 24%, rgba(93,23,33,.11), transparent 25rem),
    linear-gradient(180deg,#080706 0%,#050404 100%);
  font-family:"Dana","Vazirmatn","IRANSansX","Segoe UI",Tahoma,Arial,sans-serif;
  min-height:100vh;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.noise{
  position:fixed;inset:0;pointer-events:none;z-index:100;
  opacity:.08;mix-blend-mode:soft-light;
  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='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
}

.topbar{
  width:min(1240px,calc(100% - 40px));min-height:88px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  border-bottom:1px solid var(--line);position:relative;z-index:10;padding:12px 0;
}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-logo{width:64px;height:auto;flex:none;filter:drop-shadow(0 6px 18px rgba(214,162,92,.18))}
.brand-text{display:grid;gap:4px;line-height:1;min-width:0}
.brand-fa{font-size:25px;font-weight:700;color:var(--gold-soft);letter-spacing:-.4px}
.brand-en{font-family:Georgia,"Times New Roman",serif;font-size:10px;letter-spacing:3.7px;color:#d9c4a1;direction:ltr}
.preview-link{display:flex;align-items:center;gap:11px;font-size:13px;color:#d7c7b4;border:1px solid var(--line);padding:11px 16px;border-radius:999px;transition:.25s ease;flex:none}
.preview-link svg,.cta svg{width:18px;height:18px;transform:rotate(180deg)}
.preview-link:hover{border-color:var(--line-strong);color:var(--gold-soft);background:rgba(214,162,92,.06)}

.hero{
  width:min(1240px,calc(100% - 40px));min-height:690px;margin:0 auto;
  display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:70px;
  position:relative;padding:62px 0 72px;
}
.hero::after{content:"";position:absolute;inset:auto 7% 0 7%;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}
.hero-glow{position:absolute;width:560px;height:560px;right:-180px;top:-40px;border-radius:50%;background:radial-gradient(circle,rgba(214,162,92,.12),transparent 68%);filter:blur(12px);pointer-events:none}
.hero-orbit{position:absolute;border:1px solid rgba(214,162,92,.09);border-radius:50%;pointer-events:none}
.orbit-a{width:540px;height:540px;right:-210px;top:22px}
.orbit-b{width:410px;height:410px;right:-145px;top:86px}
.hero-copy{position:relative;z-index:2;text-align:right}
.hero-logo-wrap{
  width:clamp(190px,36vw,330px);
  margin:0 0 24px auto;
  padding:16px;
  border:1px solid rgba(241,202,137,.18);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(214,162,92,.02));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03), 0 20px 60px rgba(0,0,0,.26);
}
.hero-logo{width:100%;height:auto}
.eyebrow{font-family:Georgia,"Times New Roman",serif;direction:ltr;letter-spacing:4px;font-size:10px;color:#c9ae87;margin:0 0 14px}
.hero h1,.section-heading h2,.closing h2,.floor-card h2{font-family:"Dana","Vazirmatn","IRANSansX",Tahoma,sans-serif}
.hero h1{margin:0;font-weight:800;font-size:clamp(52px,5.6vw,82px);letter-spacing:-1.5px;line-height:1.1;color:#f3d6a5;text-shadow:0 2px 24px rgba(214,162,92,.10)}
.hero-sub{margin:13px 0 0;color:#e1c394;font-size:24px;font-weight:600}
.divider{display:flex;align-items:center;gap:14px;width:228px;max-width:100%;margin:22px 0}
.divider i{height:1px;flex:1;background:linear-gradient(90deg,transparent,var(--line-strong),transparent)}
.divider b{font-size:8px}
.hero-lead{font-size:19px;line-height:2;color:#d8d0c5;margin:0 0 16px}
.hero-lead strong{color:var(--gold-soft);font-weight:700}
.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}
.hero-meta span{padding:8px 12px;border:1px solid rgba(241,202,137,.22);border-radius:999px;background:rgba(214,162,92,.04);font-size:12px;color:#ccb58f;direction:ltr}
.cta{width:max-content;display:flex;align-items:center;gap:38px;border:1px solid var(--line-strong);padding:14px 19px 14px 16px;border-radius:10px;color:#f0dbc0;font-size:14px;background:linear-gradient(180deg,rgba(214,162,92,.07),rgba(214,162,92,.015));box-shadow:0 10px 30px rgba(0,0,0,.28);transition:.25s ease}
.cta:hover{transform:translateY(-2px);border-color:#e5ba77;background:rgba(214,162,92,.10)}
.coming{font-size:12px;color:#887a6b;margin:16px 2px 0;line-height:1.8}

.hero-art{display:grid;grid-template-columns:1fr 1fr;gap:16px;perspective:1200px;position:relative;z-index:2}
.floor-card{height:470px;padding:34px 28px;border:1px solid var(--line);border-radius:var(--radius);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate;box-shadow:var(--shadow);transition:.35s ease}
.floor-card:hover{transform:translateY(-5px);border-color:rgba(241,202,137,.52)}
.floor-card::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.48)),radial-gradient(circle at 70% 18%,rgba(214,162,92,.18),transparent 24rem),linear-gradient(150deg,#15100c,#060504 66%)}
.floor-card::after{content:"";position:absolute;inset:0;z-index:-1;opacity:.62}
.fashion-card::after{background:radial-gradient(ellipse at 28% 80%,rgba(91,13,31,.60),transparent 35%),linear-gradient(112deg,transparent 42%,rgba(214,162,92,.05) 43%,transparent 44%)}
.jewelry-card::after{background:radial-gradient(circle at 58% 66%,rgba(224,171,95,.18),transparent 28%),linear-gradient(66deg,transparent 54%,rgba(214,162,92,.06) 55%,transparent 56%)}
.floor-no{position:absolute;top:26px;left:26px;font-family:Georgia,serif;font-size:58px;color:rgba(214,162,92,.11);direction:ltr;line-height:1}
.floor-kicker{font-family:Georgia,serif;font-size:9px;letter-spacing:2.6px;color:#a88a63;direction:ltr;margin-bottom:8px}
.floor-card h2{margin:0 0 10px;font-size:28px;font-weight:700;color:#f1d3a2}
.floor-card p{margin:0;font-size:13px;line-height:1.9;color:#bfb4a7}

.signature-strip{width:min(1240px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.signature-strip>div{padding:24px 16px;display:grid;grid-template-columns:38px 1fr;column-gap:12px;align-items:center;position:relative}
.signature-strip>div:not(:last-child)::after{content:"";position:absolute;left:0;top:19px;bottom:19px;width:1px;background:var(--line)}
.signature-strip .icon{grid-row:1/3;font-size:26px;color:var(--gold-soft);line-height:1;text-align:center}
.signature-strip b{font-size:13px;color:#dfc69e;font-weight:700}
.signature-strip small{font-size:10px;color:#81786e;margin-top:5px}

.preview-section{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:110px 0 120px}
.section-heading{max-width:720px;margin:0 auto 54px;text-align:center}
.section-heading h2{font-size:clamp(34px,4.8vw,58px);font-weight:800;margin:4px 0 17px;color:#f1d6aa;letter-spacing:-1px}
.section-heading>p:last-child{margin:0 auto;max-width:650px;color:#a99e92;line-height:2;font-size:14px}
.showcase{position:relative;padding:0 90px 80px 0;direction:ltr}
.desktop-frame{margin:0;border:1px solid rgba(234,194,130,.40);border-radius:18px;overflow:hidden;background:#060504;box-shadow:0 38px 120px rgba(0,0,0,.70),0 0 0 8px rgba(255,255,255,.014)}
.browser-bar{height:40px;display:flex;align-items:center;gap:7px;padding:0 13px;background:#0e0d0c;border-bottom:1px solid rgba(255,255,255,.055)}
.browser-bar span{width:8px;height:8px;border-radius:50%;background:#6e5a42}
.browser-bar div{height:22px;display:grid;place-items:center;margin-left:15px;flex:1;border-radius:6px;background:#11100f;color:#8b7a65;font-size:10px;letter-spacing:.3px}
.desktop-frame img{width:100%;height:auto}
.phone-frame{position:absolute;width:225px;right:0;bottom:0;margin:0;border:6px solid #161412;border-radius:34px;overflow:hidden;background:#050505;box-shadow:0 32px 90px rgba(0,0,0,.75),0 0 0 1px rgba(239,199,131,.25)}
.phone-frame::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.06);border-radius:27px;pointer-events:none}
.phone-notch{position:absolute;z-index:2;top:8px;left:50%;transform:translateX(-50%);width:72px;height:18px;border-radius:0 0 12px 12px;background:#050505;opacity:.92}
.phone-frame img{width:100%;height:auto}

.closing{width:min(920px,calc(100% - 40px));margin:0 auto 110px;padding:72px 45px;border:1px solid var(--line);border-radius:30px;text-align:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% -40%,rgba(214,162,92,.16),transparent 42%),linear-gradient(180deg,#0e0b09,#080706);box-shadow:0 30px 90px rgba(0,0,0,.48)}
.closing::before,.closing::after{content:"";position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent,var(--line),transparent)}
.closing::before{left:8%}.closing::after{right:8%}
.closing-logo{width:92px;height:auto;margin:0 auto 18px;filter:drop-shadow(0 12px 24px rgba(214,162,92,.12))}
.closing h2{font-weight:800;font-size:35px;margin:6px 0 15px;color:#f0d4a8}
.closing>p:not(.eyebrow){color:#9c9185;line-height:2;margin:0 auto 22px;max-width:620px;font-size:14px}
.back-top{display:inline-block;color:#cba66f;font-size:12px;border-bottom:1px solid rgba(203,166,111,.35);padding-bottom:4px}

footer{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:34px 0 42px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:#6f665d;gap:20px}
.footer-brand{display:grid;gap:3px}.footer-brand b{font-size:19px;font-weight:700;color:#c9a878}.footer-brand span{font-family:Georgia,serif;direction:ltr;font-size:8px;letter-spacing:3px}
footer p{font-family:Georgia,serif;direction:ltr;font-size:10px;letter-spacing:.7px}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width:980px){
  .hero{grid-template-columns:1fr;gap:46px;padding-top:46px}
  .hero-copy{text-align:center;display:flex;flex-direction:column;align-items:center}
  .hero-logo-wrap{margin:0 auto 24px}
  .hero-art{width:min(720px,100%);margin:0 auto}
  .floor-card{height:360px}
  .signature-strip{grid-template-columns:1fr 1fr}
  .signature-strip>div:nth-child(2)::after{display:none}
  .signature-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .showcase{padding:0 64px 60px 0}
  .phone-frame{width:180px}
  .hero-meta{justify-content:center}
}

@media (max-width:680px){
  :root{--radius:17px}
  .topbar{width:calc(100% - 28px);padding:10px 0;min-height:74px}
  .brand{gap:10px}
  .brand-logo{width:46px}
  .brand-fa{font-size:18px}.brand-en{font-size:7px;letter-spacing:2.6px}
  .preview-link{width:40px;height:40px;padding:0;display:grid;place-items:center;border-radius:50%}.preview-link span{display:none}.preview-link svg{width:17px}
  .hero{width:calc(100% - 28px);padding:42px 0 54px;min-height:auto}
  .hero-logo-wrap{width:min(250px,82vw);padding:12px;border-radius:22px}
  .eyebrow{font-size:8px;letter-spacing:3px}
  .hero h1{font-size:46px;letter-spacing:-1px}
  .hero-sub{font-size:19px}
  .divider{width:190px;margin:20px 0}
  .hero-lead{font-size:16px;line-height:1.95}
  .hero-meta span{font-size:11px;padding:7px 10px}
  .cta{font-size:13px;gap:27px}
  .hero-art{grid-template-columns:1fr;gap:12px}
  .floor-card{height:235px;padding:25px 22px}
  .floor-card h2{font-size:22px}.floor-no{font-size:42px;top:20px;left:20px}
  .signature-strip{width:calc(100% - 28px)}
  .signature-strip>div{padding:18px 9px;grid-template-columns:30px 1fr;column-gap:8px}
  .signature-strip .icon{font-size:21px}.signature-strip b{font-size:11px}.signature-strip small{font-size:8px;line-height:1.6}
  .preview-section{width:calc(100% - 28px);padding:84px 0 92px}
  .section-heading{margin-bottom:35px}.section-heading h2{font-size:34px}.section-heading>p:last-child{font-size:12px;line-height:1.9}
  .showcase{padding:0;direction:rtl}
  .desktop-frame{display:none}
  .phone-frame{position:relative;width:min(390px,100%);right:auto;bottom:auto;margin:0 auto;border-width:5px;border-radius:35px}
  .phone-notch{display:none}
  .closing{width:calc(100% - 28px);margin-bottom:70px;padding:52px 22px;border-radius:22px}
  .closing-logo{width:72px}
  .closing h2{font-size:28px;line-height:1.5}.closing>p:not(.eyebrow){font-size:12px}
  footer{width:calc(100% - 28px);padding:28px 0 35px;display:grid;gap:18px;text-align:center;justify-items:center}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}
