:root{--bg:#0b0b0b;--panel:#121212;--text:#f6ecdf;--muted:#b9a58a;--gold:#b9894e;--gold-2:#d8b07e;--border:#b9894e73;--header-h:4.3rem}*{box-sizing:border-box;margin:0;padding:0}html{direction:ltr;overflow-x:hidden}html,body{background:#090909;width:100%;max-width:100%}body{color:var(--text);font-family:var(--font-cairo), sans-serif;-webkit-font-smoothing:antialiased;direction:rtl;overflow-x:hidden}a{color:inherit;text-decoration:none}.frame{justify-content:center;width:100%;max-width:100%;padding:0;display:flex}.app{z-index:1;background:linear-gradient(#0b0b0b 0%,#080808 100%);border:0;width:100%;max-width:100%;min-height:100vh;position:relative}.app>section:not(.hero){z-index:1;position:relative}.topBar{width:100%;max-width:100%;min-height:var(--header-h);-webkit-backdrop-filter:blur(10px);z-index:100;box-sizing:border-box;background:#080808f0;border-bottom:1px solid #2a2015;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem 1rem;display:flex;position:fixed;top:0;left:0;right:0}.topBarSpacer{height:var(--header-h);flex-shrink:0;display:block}.topBarActions{align-items:center;gap:.45rem;display:flex}.menuToggle{cursor:pointer;background:#15120f;border:1px solid #b9894e73;border-radius:.55rem;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;width:2.35rem;height:2.35rem;padding:0;display:none}.menuToggle .bar{background:#e8ca9f;border-radius:2px;width:1.05rem;height:2px;transition:transform .25s,opacity .25s;display:block}.menuToggle .bar.open:first-child{transform:translateY(6px)rotate(45deg)}.menuToggle .bar.open:nth-child(2){opacity:0}.menuToggle .bar.open:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobileMenu{pointer-events:none}.mobileMenuOpen{pointer-events:auto}.menuOverlay{opacity:0;cursor:pointer;z-index:80;background:#000000b8;border:0;transition:opacity .28s;position:fixed;inset:0}.mobileMenuOpen .menuOverlay{opacity:1}.mobileMenuPanel{top:var(--header-h);width:min(300px,88vw);height:calc(100dvh - var(--header-h));z-index:90;background:linear-gradient(#16120e,#0a0a0a);border-inline-start:1px solid #b9894e59;flex-direction:column;gap:1rem;padding:1rem 1rem 1.25rem;transition:transform .3s;display:flex;position:fixed;right:0;transform:translate(100%);box-shadow:-12px 0 32px #00000073}.mobileMenuOpen .mobileMenuPanel{transform:translate(0)}.mobileMenuHead{border-bottom:1px solid #b9894e40;justify-content:space-between;align-items:center;padding-bottom:.65rem;display:flex}.mobileMenuHead strong{color:#f1cf9f;font-size:1.05rem}.menuClose{color:#e8ca9f;cursor:pointer;background:#1a1510;border:1px solid #b9894e59;border-radius:.45rem;width:2rem;height:2rem;font-size:1.35rem;line-height:1}.mobileMenuLinks{gap:.35rem;list-style:none;display:grid}.mobileMenuLinks a{color:#d5c4a8;border-radius:.55rem;padding:.7rem .75rem;font-size:1rem;transition:background .2s,color .2s;display:block}.mobileMenuLinks a:hover{color:#f1cf9f;background:#b9894e1f}.mobileMenuCta{text-align:center;color:#24170b;width:100%;font-family:inherit;font-weight:700;font-size:inherit;cursor:pointer;background:linear-gradient(#d8b07d,#a16f37);border:1px solid #9c7040;border-radius:.55rem;margin-top:auto;padding:.75rem 1rem;display:block}.menu{color:#d8c4a6;align-items:center;gap:1rem;display:flex}.menu a{font-size:.88rem;transition:color .2s}.menu a:hover{color:var(--gold-2)}.logo{color:var(--gold-2);font-size:clamp(1.2rem,2vw,2rem);font-weight:700;display:inline-block}.bookNow{color:#1f1308;font-family:inherit;font-weight:700;font-size:inherit;cursor:pointer;background:linear-gradient(#d9b07b,#9e6d34);border:1px solid #9a6e3d;border-radius:999px;padding:.45rem 1rem}.hero{z-index:1;isolation:isolate;background:0 0;min-height:clamp(300px,42vw,400px);padding-bottom:1.25rem;position:relative}.hero:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000000d,#00000038);position:absolute;inset:0}.heroShade{z-index:0;pointer-events:none;position:absolute;inset:0}.heroShade:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(270deg,#0909090f,#09090961 48%);position:absolute;inset:0}.heroShadeImg{object-fit:cover;object-position:center;z-index:0;pointer-events:none;width:100%;height:100vh;transition:opacity .25s;position:fixed;top:0;left:0}.heroContent{z-index:3;text-align:right;max-width:480px;margin-inline:1.1rem auto;padding-top:clamp(3rem,6vh,5rem);position:relative}.mini{color:#c8b395;margin-bottom:.6rem;font-size:.98rem}.heroContent h2{color:#f3d2a6;margin-bottom:.55rem;font-size:clamp(2.2rem,5.6vw,4.2rem);line-height:1.15}.heroContent p{color:#deceb9;max-width:370px;font-size:.98rem}.heroCta{color:#25180b;cursor:pointer;background:linear-gradient(#d8b07d,#a16f37);border:1px solid #9c7040;border-radius:.5rem;margin-top:1rem;padding:.7rem 1.15rem;font-weight:700;transition:transform .25s,box-shadow .25s}.heroCta:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 22px #b9894e47}.section{padding:1.35rem 2rem}.hero+.section{margin-top:0;padding-top:.65rem}.section h3{text-align:center;color:var(--gold-2);margin-bottom:.8rem;font-size:2rem;line-height:1.2}section.sectionLive{background:linear-gradient(#08080afa,#050507fc);border-color:#b9894e73;position:relative;overflow:hidden}.sectionBg{z-index:0;pointer-events:none;background:radial-gradient(90% 70% at 12% 8%,#d8b07d38,#0000 58%) 0 0/200% 200%,radial-gradient(75% 60% at 88% 92%,#b9894e2e,#0000 52%) 0 0/200% 200%,radial-gradient(55% 45%,#a06e3714,#0000 70%) 0 0/100% 100%,linear-gradient(160deg,#0c0b0a 0%,#08080a 45%,#0a0908 100%) 0 0/100% 100%;animation:16s ease-in-out infinite alternate sectionMesh;position:absolute;inset:0;overflow:hidden}.sectionBg:before{content:"";background:conic-gradient(from 210deg,#0000 0deg,#b9894e0f 55deg,#0000 110deg,#ecc48c0d 200deg,#0000 280deg);animation:28s linear infinite sectionRotate;position:absolute;inset:-40%}.sectionBg:after{content:"";background:linear-gradient(105deg,#0000 0%,#ecc48c0a 42%,#d8b07d24 50%,#ecc48c0a 58%,#0000 100%);width:55%;height:160%;animation:9s ease-in-out infinite sectionShimmer;position:absolute;top:-30%;left:-60%}.sectionOrb{filter:blur(52px);opacity:.7;border-radius:50%;animation:20s ease-in-out infinite orbDriftA;position:absolute}.sectionOrbB{background:radial-gradient(circle,#b9894e8c,#0000 68%);width:min(280px,42vw);height:min(280px,42vw);animation-name:orbDriftB;animation-duration:24s;animation-delay:-4s;top:55%;left:-8%}.sectionOrbC{background:radial-gradient(circle,#ecc48c66,#0000 70%);width:min(220px,34vw);height:min(220px,34vw);animation-name:orbDriftC;animation-duration:18s;animation-delay:-9s;bottom:-12%;right:18%}.sectionOrb:not(.sectionOrbB):not(.sectionOrbC){background:radial-gradient(circle,#d8b07d80,#0000 65%);width:min(320px,48vw);height:min(320px,48vw);top:-18%;right:-6%}.sectionContent{z-index:1;position:relative;transform:none}section.sectionLive,section.sectionLive[data-animate],section.sectionLive[data-reveal],.sectionLive .sectionContent>h3,.sectionLive .sectionContent>.sub,.sectionLive .sectionContent>.head,.sectionLive .sectionContent>.sectionHead{opacity:1;transform:none}@keyframes sectionMesh{0%{background-position:0 0,100% 100%,50%,0 0}to{background-position:100% 0,0 100%,48% 52%,0 0}}@keyframes sectionRotate{to{transform:rotate(360deg)}}@keyframes sectionShimmer{0%,to{opacity:.35;transform:translate(-10%)skew(-8deg)}45%{opacity:.85;transform:translate(220%)skew(-8deg)}}@keyframes orbDriftA{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-6%,8%)scale(1.12)}}@keyframes orbDriftB{0%,to{transform:translate(0)scale(1)}50%{transform:translate(10%,-6%)scale(1.08)}}@keyframes orbDriftC{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-8%,-5%)scale(.92)}}.sub{text-align:center;color:var(--muted);margin-bottom:.75rem;font-size:.95rem}.cards{gap:1rem;display:grid}.five{grid-template-columns:repeat(5,minmax(190px,1fr))}.four{grid-template-columns:repeat(4,minmax(220px,1fr))}.three{grid-template-columns:repeat(3,minmax(280px,1fr))}.teamGrid{grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr))}.card{border:1px solid var(--border);background:linear-gradient(#1a1410,#111);border-radius:.7rem;min-height:220px;padding:.9rem;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative}.card:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,#0000 0%,#ffffff0d 45%,#0000 65%);transition:transform .7s;position:absolute;inset:0;transform:translate(-115%)}.card:hover{border-color:#d8b07ecc;transform:translateY(-8px);box-shadow:0 14px 24px #00000059}.card:hover:after{transform:translate(115%)}.card span.top{color:#fff;white-space:nowrap;background:linear-gradient(#d5ae7d,#a9753b);border:1.5px solid #ffffff4d;border-radius:999px;margin-top:0;padding:.2rem .58rem;font-size:.72rem;font-weight:700;line-height:1.3;display:inline-block;position:absolute;top:.3rem;left:.3rem}.visual,.steam,.memberPhoto{border:1px solid #b9894e4d;border-radius:.5rem;width:100%;margin-bottom:.5rem}.visual{background:linear-gradient(140deg,#271b12,#100f0e 72%);height:145px}.visualImg{object-fit:cover;object-position:center;border:1px solid #b9894e4d;border-radius:.5rem;width:100%;height:145px;margin-bottom:.5rem;display:block}.visual1{background:radial-gradient(circle at 35% 15%,#efaf6a66,#0000 30%),linear-gradient(130deg,#382419,#111)}.visual2{background:radial-gradient(circle at 65% 22%,#efaf6a73,#0000 30%),linear-gradient(150deg,#2f2117,#111)}.visual3{background:radial-gradient(circle at 50% 18%,#efaf6a80,#0000 32%),linear-gradient(140deg,#3b281a,#111)}.visual4{background:radial-gradient(circle at 45% 20%,#efaf6a61,#0000 30%),linear-gradient(130deg,#2d1e14,#111)}.visual5{background:radial-gradient(circle at 55% 20%,#efaf6a73,#0000 33%),linear-gradient(135deg,#332317,#111)}.steam{background:linear-gradient(160deg,#332316,#101010 75%);height:195px}.steamImg{object-fit:cover;object-position:center;border:1px solid #b9894e4d;border-radius:.5rem;width:100%;height:195px;margin-bottom:.5rem;display:block}.steam1{background:radial-gradient(circle at 35% 20%,#f7c58b59,#0000 28%),linear-gradient(160deg,#3a2819,#111)}.steam2{background:radial-gradient(circle at 60% 22%,#f7c58b6b,#0000 30%),linear-gradient(160deg,#3b281a,#111)}.steam3{background:radial-gradient(circle at 70% 18%,#f7c58b85,#0000 31%),linear-gradient(160deg,#3e2a1c,#111)}.card strong{color:#f1d0a5;margin-bottom:.25rem;font-size:1.03rem;display:block}.card small{color:var(--muted);font-size:.9rem;line-height:1.5;display:block}.card span{color:#efbf81;margin-top:.55rem;font-size:1.02rem;font-weight:700;display:inline-block}.card.package{flex-direction:column;display:flex}.packageFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.65rem;display:flex}.packageFooter span{margin-top:0}.orderBtn{color:#24170b;cursor:pointer;white-space:nowrap;background:linear-gradient(#d8b07d,#a16f37);border:1px solid #9c7040;border-radius:.5rem;padding:.45rem .75rem;font-size:.82rem;font-weight:700;transition:transform .2s,filter .2s}.orderBtn:hover{filter:brightness(1.06);transform:translateY(-1px)}.bottomTools{border:1px solid var(--border);border-radius:.6rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:.8rem;display:grid;overflow:hidden}.bottomTools button{border:0;border-left:1px solid var(--border);color:#ceb896;cursor:pointer;background:#121212;padding:.7rem .45rem;font-size:.8rem;transition:background .2s,color .2s}.bottomTools button:hover{color:#e5c89f;background:#1b1612}.bottomTools button:last-child{border-left:0}.review{min-height:210px}.avatar{background:radial-gradient(circle at 40% 30%,#ebbe84,#4a3421 70%);border:1px solid #9e7648;border-radius:50%;width:42px;height:42px;margin-bottom:.45rem}.card.member{flex-direction:column;min-height:0;padding:0;display:flex;overflow:hidden}.card.member .memberPhoto,.card.member .memberPhotoImg{aspect-ratio:1;object-fit:cover;object-position:center center;border:none;border-bottom:1px solid #b9894e52;border-radius:0;flex-shrink:0;width:100%;height:auto;margin:0;display:block}.card.member .memberPhoto{background:linear-gradient(140deg,#281b11,#111 75%)}.card.member strong{margin-bottom:0;padding:.55rem .7rem .15rem}.card.member small{margin-top:0;padding:0 .7rem .65rem}.memberPhoto1{background:radial-gradient(circle at 50% 24%,#ecbe7e6b,#0000 30%),linear-gradient(140deg,#352317,#111)}.memberPhoto2{background:radial-gradient(circle at 50% 24%,#ecbe7e73,#0000 30%),linear-gradient(140deg,#2f2116,#111)}.memberPhoto3{background:radial-gradient(circle at 50% 24%,#ecbe7e66,#0000 30%),linear-gradient(140deg,#372518,#111)}.memberPhoto4{background:radial-gradient(circle at 50% 24%,#ecbe7e70,#0000 30%),linear-gradient(140deg,#302217,#111)}.memberPhoto5{background:radial-gradient(circle at 50% 24%,#ecbe7e78,#0000 30%),linear-gradient(140deg,#332417,#111)}.siteFooter.reveal{opacity:1;transform:none}.siteFooter{background:linear-gradient(165deg,#16120e 0%,#0c0c0c 48%,#090909 100%);border:1px solid #b9894e47;border-radius:1rem;margin:2rem 1rem 4rem;position:relative;overflow:hidden}.siteFooterGlow{pointer-events:none;background:radial-gradient(55% 80% at 100% 0,#b9894e24,#0000 55%),radial-gradient(40% 60% at 0 100%,#b9894e14,#0000 50%);position:absolute;inset:0}.siteFooterInner{padding:1.6rem 1.4rem 0;position:relative}.siteFooterGrid{grid-template-columns:1.35fr .9fr 1fr 1.15fr;gap:1.5rem;padding-bottom:1.4rem;display:grid}.siteFooterCol{flex-direction:column;gap:.65rem;display:flex}.siteFooterLogo{color:#f1cf9f;letter-spacing:.02em;width:fit-content;font-size:1.55rem;font-weight:800;text-decoration:none}.siteFooterLogo:hover{color:#ffe0b8}.siteFooterTagline{color:#b9a58a;max-width:26ch;margin:0;font-size:.92rem;line-height:1.75}.siteFooterHeading{color:#efce9e;border-bottom:1px solid #b9894e38;margin:0 0 .15rem;padding-bottom:.45rem;font-size:1rem;font-weight:700}.siteFooterLinks{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.siteFooterLinks a{color:#d5c4a8;font-size:.92rem;text-decoration:none;transition:color .2s,padding-inline-start .2s}.siteFooterLinks a:hover{color:#f1cf9f;padding-inline-start:.25rem}.siteFooterHours{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.siteFooterHours li{gap:.15rem;display:grid}.siteFooterHours span{color:#dbc4a1;font-size:.9rem;font-weight:600}.siteFooterHours em{color:#9a8a72;font-size:.86rem;font-style:normal}.siteFooterContact{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.siteFooterContact li{color:#d5c4a8;align-items:flex-start;gap:.55rem;font-size:.9rem;line-height:1.55;display:flex}.siteFooterContact a{color:#e8ca9f;text-decoration:none;transition:color .2s}.siteFooterContact a:hover{color:#f1cf9f}.siteFooterIcon{background:#b9894e14;border:1px solid #b9894e59;border-radius:.5rem;flex-shrink:0;place-items:center;width:2rem;height:2rem;display:grid}.siteFooterIcon svg{fill:#d8b07e;width:1rem;height:1rem}.siteFooterSocial{gap:.45rem;margin-top:.25rem;display:flex}.siteFooterSocial a{background:#1a1510e6;border:1px solid #b9894e66;border-radius:.55rem;place-items:center;width:2.35rem;height:2.35rem;transition:border-color .2s,background .2s,transform .2s;display:grid}.siteFooterSocial a:hover{background:#b9894e26;border-color:#d9b07abf;transform:translateY(-2px)}.siteFooterSocial svg{fill:#e8ca9f;width:1.1rem;height:1.1rem}.siteFooterCta{color:#24170b;background:linear-gradient(#d8b07d,#a16f37);border:1px solid #9c7040;border-radius:.55rem;width:fit-content;margin-top:.35rem;padding:.55rem 1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:filter .2s,transform .2s}.siteFooterCta:hover{filter:brightness(1.06);transform:translateY(-1px)}.siteFooterBar{border-top:1px solid #b9894e33;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 0;display:flex}.siteFooterBar p{color:#8a7a62;margin:0;font-size:.82rem}.siteFooterBarNote{color:#6f6354!important}.mobileNav{z-index:25;border-top:1px solid var(--border);background:#0c0c0cf5;grid-template-columns:repeat(4,minmax(0,1fr));display:none;position:sticky;bottom:0}.mobileNav a{text-align:center;color:#d7bf9b;padding:.8rem .25rem;font-size:.82rem}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(36px)}.in-view{opacity:1;transform:translateY(0)}.out-view-down{opacity:0;transform:translateY(44px)}.out-view-up{opacity:0;transform:translateY(-44px)}.section .card.reveal:first-child{transition-delay:80ms}.section .card.reveal:nth-child(2){transition-delay:.14s}.section .card.reveal:nth-child(3){transition-delay:.2s}.section .card.reveal:nth-child(4){transition-delay:.26s}.section .card.reveal:nth-child(5){transition-delay:.32s}@keyframes heroPulse{0%,to{filter:saturate()brightness()}50%{filter:saturate(1.08)brightness(1.04)}}@media (max-width:980px){.five{grid-template-columns:repeat(3,minmax(180px,1fr))}.menu{gap:.6rem}.menu a{font-size:.8rem}.three{grid-template-columns:repeat(2,minmax(220px,1fr))}.four,.siteFooterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1200px){.five{grid-template-columns:repeat(4,minmax(180px,1fr))}}@media (max-width:720px){:root{--header-h:3.65rem}.topBar{padding:.6rem .55rem}.bookNow{padding:.35rem .75rem;font-size:.72rem}.menu{display:none}.menuToggle{display:inline-flex}.logo{margin-inline:0 auto}.hero{padding-bottom:1rem}.heroContent{max-width:84%;padding-top:3rem}.section{padding:.85rem .45rem}.section h3{margin-bottom:.55rem;font-size:1.5rem}.five{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.five .card{flex-direction:column;gap:.2rem;min-height:0;padding:.5rem;display:flex}.five .card.member{gap:0;padding:0}.five .card.member .memberPhoto,.five .card.member .memberPhotoImg{aspect-ratio:1}.five .card.member strong{padding:.4rem .45rem .1rem}.five .card.member small{padding:0 .45rem .45rem}.teamGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.teamGrid .card.member{gap:0;padding:0}.teamGrid .card.member .memberPhoto,.teamGrid .card.member .memberPhotoImg{aspect-ratio:1}.teamGrid .card.member strong{padding:.4rem .45rem .1rem}.teamGrid .card.member small{padding:0 .45rem .45rem}.five .visual,.five .visualImg{aspect-ratio:5/4;width:100%;height:auto;min-height:0;margin-bottom:.3rem}.five .card strong{margin-bottom:0;font-size:.86rem;line-height:1.35}.five .card small{color:#a89880;font-size:.74rem;line-height:1.4}.five .card span{margin-top:.2rem;font-size:.8rem;display:block}.five .card span.top{color:#fff;border-width:1.5px;margin-top:0;padding:.16rem .5rem;font-size:.64rem;top:.22rem;left:.22rem}.three,.four,.siteFooterGrid{grid-template-columns:1fr}.siteFooterBar{flex-direction:column;align-items:flex-start}.bottomTools{grid-template-columns:repeat(2,minmax(0,1fr))}.mobileNav{display:none}}@media (prefers-reduced-motion:reduce){.reveal,.in-view,.out-view-up,.out-view-down,.card,.card:after,.hero,.heroCta,.bottomTools button{transition:none!important;animation:none!important;transform:none!important}.reveal{opacity:1}.sectionBg,.sectionBg:before,.sectionBg:after,.sectionOrb{animation:none!important}}
