@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&display=swap");:root{--bg-color:#f4f4f4;--text-primary:#1a1a1a;--text-secondary:#666;--accent:#d32f2f;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Cairo,sans-serif;background-color:var(--bg-color);color:var(--text-primary);direction:rtl}a{color:inherit;text-decoration:none}button{font-family:Cairo,sans-serif;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.section{padding:6rem 0}.hover-scale{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.03)}.hover-button{transition:all .3s cubic-bezier(.4,0,.2,1)}.hover-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.hover-link{transition:color .2s ease}.hover-link:hover{color:var(--accent)}.flex-stack{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.flex-stack{flex-direction:row;align-items:center}.flex-stack.reverse{flex-direction:row-reverse}}.grid-cols-auto{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.grid-cols-auto{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-cols-auto{grid-template-columns:repeat(4,1fr)}}.btn-primary{padding:1rem 2rem;background-color:#111;color:#fff;font-size:1rem;font-weight:700;letter-spacing:1px;border-radius:4px;width:100%;text-align:center;display:inline-block;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}@media (min-width:768px){.btn-primary{width:auto;padding:1.2rem 4rem}}.btn-primary.light{background-color:#fff;color:#111}.container{padding:0 1.25rem}@media (min-width:768px){.container{padding:0 2rem}.hero-inner{flex-direction:row!important;padding:3rem 2rem!important}.hero-text{text-align:right!important;flex:1 1}}.product-layout{flex-direction:column-reverse!important}@media (max-width:767px){.product-layout{flex-direction:column!important}.product-img-col{width:100%;min-height:430px!important;overflow:visible}}@media (min-width:768px){.product-layout{flex-direction:row-reverse!important;align-items:center}}.product-shirt-stage{width:min(100%,470px);height:min(104vw,430px);min-height:360px;position:relative;display:block;background:transparent;border:0;padding:0;cursor:pointer;isolation:isolate}@media (max-width:767px){.product-shirt-stage{width:min(90vw,520px);max-width:none;height:min(94vw,540px);min-height:0;margin-inline:auto}.product-shirt{max-width:92%;max-height:96%}}.product-shirt-stage:after{content:"";position:absolute;left:50%;bottom:8%;width:58%;height:9%;border-radius:50%;background:rgba(0,0,0,.16);filter:blur(18px);transform:translateX(-50%);z-index:-1}.product-shirt{position:absolute;top:50%;left:50%;width:auto;height:auto;max-width:92%;max-height:96%;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 18px 34px rgba(0,0,0,.18));transition:transform .65s cubic-bezier(.2,.7,.25,1),opacity .65s ease,filter .65s ease}.product-shirt-stage.showing-front .product-shirt-front{z-index:2;opacity:1;filter:drop-shadow(0 20px 34px rgba(0,0,0,.2));transform:translate(-38%,-50%) scale(1.08) rotateY(-7deg) rotate(1.5deg)}.product-shirt-stage.showing-front .product-shirt-back{transform:translate(-70%,-47%) scale(.94) rotateY(18deg) rotate(-4deg)}.product-shirt-stage.showing-back .product-shirt-front,.product-shirt-stage.showing-front .product-shirt-back{z-index:1;opacity:.8;filter:blur(1.8px) saturate(.95) brightness(.94) drop-shadow(0 14px 26px rgba(0,0,0,.18))}.product-shirt-stage.showing-back .product-shirt-front{transform:translate(-28%,-47%) scale(.94) rotateY(-18deg) rotate(4deg)}.product-shirt-stage.showing-back .product-shirt-back{z-index:2;opacity:1;filter:drop-shadow(0 20px 34px rgba(0,0,0,.2));transform:translate(-62%,-50%) scale(1.08) rotateY(7deg) rotate(-1.5deg)}.product-purchase-meta{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:.75rem 0;margin-bottom:.45rem}.product-meta-label{font-size:.6rem;color:#999;letter-spacing:1px;margin-bottom:.25rem}.size-pill{padding:.25rem .55rem;font-size:.75rem;font-weight:600;border:1px solid #ddd;border-radius:3px;background-color:#fff;color:#666}.size-pill.active{border-color:#111;background-color:#111;color:#fff}.color-choice-row{display:flex;gap:.4rem;flex-wrap:wrap}.color-choice{min-height:30px;padding:.24rem .52rem;border:1px solid #ddd;border-radius:3px;background-color:#fff;color:#555;display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700}.color-choice span{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.18);flex:0 0 auto}.color-choice.active{border-color:#111;color:#111;box-shadow:inset 0 0 0 1px #111}.qty-control{display:flex;align-items:center;gap:.5rem}.qty-control button{width:28px;height:28px;border:1px solid #ddd;border-radius:3px;background-color:#fff;color:#333;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.qty-control span{min-width:20px;text-align:center;font-size:.9rem;font-weight:700}.stock-note{color:#d32f2f;font-size:.78rem;font-weight:700;display:flex;align-items:center;gap:.35rem;margin:0 0 .8rem}.stock-note span{width:5px;height:5px;border-radius:50%;background-color:#d32f2f;display:inline-block}.product-action-row{display:flex;gap:.5rem}.product-detail-layout{max-width:1000px;margin:0 auto;padding:1.5rem;display:flex;gap:3rem;flex-wrap:wrap;align-items:flex-start}.product-detail-visual{flex:1 1 400px;min-height:430px;padding:0;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.product-detail-stage{width:min(100%,560px);height:430px}.product-buy-button,.product-try-button{flex:1 1;min-height:42px;padding:.6rem;border-radius:4px;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;text-align:center;text-decoration:none;transition:color .25s ease,background-color .25s ease,border-color .25s ease,transform .25s ease}.product-buy-button{background-color:#111;color:#fff}.product-try-button{border:1px solid #ddd;background-color:transparent;color:#111}.product-buy-button:hover,.product-try-button:hover{transform:translateY(-1px)}.product-try-button:hover{border-color:#111;background-color:#fff}.try-button-hover{display:none;font-size:.72rem;font-weight:600}.product-try-button:hover .try-button-default{display:none}.product-try-button:hover .try-button-hover{display:inline}.try-scroll-cue{width:-moz-fit-content;width:fit-content;margin-top:.8rem;color:#666;display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .25s ease,transform .25s ease}.try-scroll-cue:hover{color:#111;transform:translateY(2px)}.virtual-fitting-section{max-width:1000px;margin:1rem auto 3rem;padding:1.5rem;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr);grid-gap:2rem;gap:2rem;align-items:center}.virtual-fitting-product{min-height:430px;display:flex;align-items:center;justify-content:center;overflow:visible}.virtual-fitting-panel{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;padding:1.25rem;text-align:right}.virtual-fitting-panel h2{color:#111;font-size:1.45rem;line-height:1.2;margin:0 0 .8rem}.virtual-fitting-panel>p{color:#666;font-size:.9rem;line-height:1.75;margin:0 0 1rem}.fitting-notes{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:.8rem 0;margin-bottom:1rem;display:grid;grid-gap:.45rem;gap:.45rem}.fitting-notes p{color:#555;font-size:.82rem;line-height:1.6;margin:0}.photo-side-toggle{display:grid;grid-template-columns:1fr 1fr;grid-gap:.45rem;gap:.45rem;margin-bottom:.75rem}.photo-side-toggle button{min-height:38px;border:1px solid #ddd;border-radius:4px;background-color:#fff;color:#555;font-size:.82rem;font-weight:700}.photo-side-toggle button.active{border-color:#111;background-color:#111;color:#fff}.fitting-upload{min-height:46px;border:1px dashed #bbb;border-radius:4px;background-color:#fafafa;color:#111;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.88rem;font-weight:800;cursor:pointer}.fitting-upload input{display:none}@media (max-width:520px){.product-purchase-meta{align-items:flex-start}.product-action-row{flex-direction:column}.photo-side-toggle{grid-template-columns:1fr}}@media (max-width:767px){.product-detail-layout{padding:1rem 1.25rem 1.5rem;gap:1.5rem}.product-detail-visual{flex-basis:100%;min-height:auto;padding:0}.product-detail-stage{width:min(90vw,520px);height:min(94vw,540px)}.virtual-fitting-section{grid-template-columns:1fr;padding:1.25rem;gap:1.25rem}.virtual-fitting-product{min-height:390px}}@media (min-width:920px){.product-layout{max-width:1120px!important}.product-img-col{flex-basis:54%!important}.product-info-col{flex-basis:40%!important}.product-shirt-stage{width:min(100%,620px);height:430px}.product-shirt{max-width:72%;max-height:100%}.product-shirt-stage.showing-front .product-shirt-front{transform:translate(-42%,-50%) scale(1.08) rotateY(-7deg) rotate(1.5deg)}.product-shirt-stage.showing-front .product-shirt-back{opacity:.88;filter:blur(1.25px) saturate(.98) brightness(.95) drop-shadow(0 16px 28px rgba(0,0,0,.18));transform:translate(-78%,-47%) scale(.96) rotateY(18deg) rotate(-4deg)}.product-shirt-stage.showing-back .product-shirt-front{opacity:.88;filter:blur(1.25px) saturate(.98) brightness(.95) drop-shadow(0 16px 28px rgba(0,0,0,.18));transform:translate(-22%,-47%) scale(.96) rotateY(-18deg) rotate(4deg)}.product-shirt-stage.showing-back .product-shirt-back{transform:translate(-58%,-50%) scale(1.08) rotateY(7deg) rotate(-1.5deg)}}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;direction:ltr}.nav-logo{height:60px;width:auto}.nav-desktop-links{display:flex;direction:rtl;gap:2.5rem;align-items:center}.nav-burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:6px;padding:8px}@media (max-width:767px){.nav-desktop-links{display:none!important}.nav-burger{display:flex!important}.nav-logo{height:54px}}@media (min-width:768px){.nav-logo{height:49px}.nav-container{justify-content:center;position:relative}.nav-container>a{position:absolute;left:1.5rem}}.hero-wrap{--hero-bg-x:50%;--hero-bg-y:50%;--hero-scene-x:0px;--hero-scene-y:0px;min-height:auto;position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column;background-color:#111;isolation:isolate}.hero-wrap:before{content:"";position:absolute;inset:-4%;z-index:0;background-image:url(/images/_A_high-end_website_hero_section_202605011940.jpeg);background-size:112%;background-position:var(--hero-bg-x) var(--hero-bg-y);transition:background-position .18s ease-out;will-change:background-position}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.24),rgba(0,0,0,.58));z-index:1}.hero-body{position:relative;z-index:2;flex:0 0 auto;padding:clamp(68px,7svh,80px) 1rem 1.15rem}.hero-body,.hero-left{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.hero-left{width:100%;gap:0;transform:translate3d(var(--hero-scene-x),var(--hero-scene-y),0);transition:transform .16s ease-out;will-change:transform}.hero-shirts{width:clamp(370px,min(102vw,66svh),560px);min-width:0;aspect-ratio:.9;position:relative}.hero-shirt-stage{position:absolute;inset:0;animation:shirtStageIn .65s ease both}.hero-shirt-stage:after{content:"";position:absolute;left:50%;bottom:6%;width:58%;height:10%;border-radius:50%;background:rgba(0,0,0,.38);filter:blur(18px);transform:translateX(-50%);z-index:0}.hero-shirt-stage img{position:absolute;left:50%;top:50%;width:auto;height:auto;max-width:92%;max-height:96%;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.hero-shirt-main{z-index:2;filter:drop-shadow(0 24px 36px rgba(0,0,0,.72));animation:shirtMainSwap .7s cubic-bezier(.2,.7,.25,1) both}.hero-shirt-ghost{z-index:1;opacity:1;filter:blur(1.55px) saturate(.98) brightness(.92) drop-shadow(0 18px 28px rgba(0,0,0,.64));animation:shirtGhostSwap .7s cubic-bezier(.2,.7,.25,1) both}.hero-shirt-stage.showing-front .hero-shirt-main{transform:translate(-38%,-50%) scale(1.08) rotateY(-7deg) rotate(1.5deg)}.hero-shirt-stage.showing-front .hero-shirt-ghost{transform:translate(-70%,-47%) scale(.94) rotateY(18deg) rotate(-4deg)}.hero-shirt-stage.showing-back .hero-shirt-main{transform:translate(-62%,-50%) scale(1.08) rotateY(7deg) rotate(-1.5deg)}.hero-shirt-stage.showing-back .hero-shirt-ghost{transform:translate(-28%,-47%) scale(.94) rotateY(-18deg) rotate(4deg)}.hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;width:100%;padding:0 1rem;margin-top:0}.hero-headline{font-size:clamp(2.25rem,9.5vw,4.45rem);font-weight:800;line-height:1.05;margin:0;text-align:center;text-shadow:0 3px 14px rgba(0,0,0,.65)}.hero-description{color:#eee;font-size:clamp(.88rem,1.45vw,1.1rem);line-height:1.6;margin:0;text-align:center;max-width:34rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-cta{display:inline-block;background-color:#fff;color:#111;padding:.75rem 2.35rem;font-weight:800;font-size:1rem;border-radius:4px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.25)}.hero-dots{position:relative;z-index:2;display:flex;justify-content:center;gap:6px;margin:0 auto .8rem}.hero-dot{height:8px;width:8px;border-radius:4px;border:none;background-color:hsla(0,0%,100%,.34);cursor:pointer;padding:0;transition:width .35s ease,background-color .35s ease}.hero-dot.active{width:24px;background-color:#fff}@keyframes shirtStageIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shirtMainSwap{0%{opacity:0}to{opacity:1}}@keyframes shirtGhostSwap{0%{opacity:0}to{opacity:1}}@media (max-width:420px){.hero-body{padding-top:clamp(64px,7.5svh,72px)}.hero-shirts{width:clamp(360px,min(104vw,66svh),460px)}.hero-description{max-width:21rem}}@media (min-width:768px){.hero-wrap:before{background-size:108%}.hero-body{flex-direction:row-reverse;align-items:center;gap:4%;padding:54px 5% .15rem}.hero-body,.hero-left{justify-content:center}.hero-left{flex:1 1 54%;transform:translate3d(calc(var(--hero-scene-x) - 24px),var(--hero-scene-y),0)}.hero-shirts{width:min(41.8vw,594px);aspect-ratio:1}.hero-shirt-stage img{max-width:84%;max-height:90%}.hero-text{flex:1 1 46%;align-items:flex-start;text-align:right;direction:rtl;padding:0;margin-top:0}.hero-headline{font-size:clamp(4rem,6vw,7.35rem);text-align:right;width:100%;line-height:.95}.hero-description{text-align:right;width:100%;max-width:650px}.hero-dots{margin-top:-.55rem;margin-bottom:.7rem}}@media (prefers-reduced-motion:reduce){.hero-cta,.hero-dot,.hero-left,.hero-shirt-ghost,.hero-shirt-main,.hero-shirt-stage,.hero-wrap:before,.product-shirt{animation:none!important;transition:none!important}}.footer-link{color:#888;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}.footer-link:hover{color:#fff!important}