@import url('/css/fonts.css');.hero-sequence{position:relative;height:500vh;overflow-anchor:none}.hero-section{position:sticky;top:0;min-height:100svh;min-height:100vh;display:flex;align-items:center;direction:ltr;overflow:hidden;background:#000}.hero-img{position:absolute;top:0;bottom:0;right:0;width:78%;height:100%;object-fit:contain;object-position:right center}.hero-video{position:absolute;top:0;bottom:0;right:0;width:78%;height:100%;object-fit:contain;object-position:right center;opacity:0;pointer-events:none}.hero-scrim{position:absolute;inset:0;background:linear-gradient( 90deg,rgba(6,7,10,0.97) 0%,rgba(6,7,10,0.88) 26%,rgba(6,7,10,0.50) 50%,rgba(6,7,10,0.08) 72%,rgba(6,7,10,0.00) 100% )}.hero-content{position:relative;z-index:2;direction:rtl;width:100%;max-width:640px;padding:0 5vw 0 14vw;text-align:right}.hero-title-en{display:block;font-family:'Montserrat',sans-serif;font-weight:800;font-size:clamp(2rem,4.4vw,3.4rem);letter-spacing:0.01em;white-space:nowrap;color:#E8E3D8;margin:0;opacity:0;transform:translateY(10px);animation:heroFadeUp 0.8s cubic-bezier(0.16,0.8,0.3,1) 0.15s forwards}.hero-title-fa{display:block;font-family:'Vazirmatn',Tahoma,sans-serif;font-weight:700;font-size:clamp(0.95rem,1.8vw,1.3rem);line-height:1.4;white-space:nowrap;color:#E8E3D8;margin:0 0 24px;opacity:0;transform:translateY(14px);animation:heroFadeUp 0.9s cubic-bezier(0.16,0.8,0.3,1) 0.3s forwards}.hero-tagline{display:block;font-family:'Vazirmatn',Tahoma,sans-serif;font-size:clamp(0.875rem,1.3vw,1rem);line-height:1.9;color:#9A9486;max-width:420px;margin:0 0 38px;opacity:0;transform:translateY(14px);animation:heroFadeUp 0.9s cubic-bezier(0.16,0.8,0.3,1) 0.45s forwards}.hero-cta{display:inline-block;font-family:'Vazirmatn',Tahoma,sans-serif;font-size:0.9375rem;font-weight:500;color:#0A0C12;background:#D9B36C;padding:14px 32px;border-radius:2px;text-decoration:none;letter-spacing:0.02em;transition:background 0.2s,transform 0.2s;opacity:0;transform:translateY(14px);animation:heroFadeUp 0.9s cubic-bezier(0.16,0.8,0.3,1) 0.6s forwards}.hero-cta:hover{background:#F2DCAE;transform:translateY(-2px)}.hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2}.scroll-line{display:block;width:1px;height:52px;background:linear-gradient(to bottom,rgba(217,179,108,0.6),transparent);transform-origin:top;animation:scrollPulse 2.2s ease-in-out infinite}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.hero-sequence{height:auto}.hero-section{position:relative;align-items:flex-end;padding-bottom:64px;direction:ltr}.hero-video{display:none}.hero-img{width:100%;object-position:center top}.hero-scrim{background:linear-gradient( 180deg,rgba(6,7,10,0.30) 0%,rgba(6,7,10,0.55) 40%,rgba(6,7,10,0.96) 72%,rgba(6,7,10,0.98) 100% )}.hero-content{max-width:100%;padding:0 6vw;align-self:flex-end;margin-top:auto}.hero-title-fa{white-space:normal;font-size:clamp(1rem,4.2vw,1.4rem)}}@media (prefers-reduced-motion:reduce){.hero-title-en,.hero-title-fa,.hero-tagline,.hero-cta{animation:none !important;opacity:1 !important;transform:none !important}}