:root{--bg:#000000;--surface:#0f0f0f;--surface-soft:#171717;--surface-muted:#101010;--line:rgba(255,255,255,0.12);--line-strong:rgba(255,255,255,0.22);--text:#ffffff;--text-soft:rgba(255,255,255,0.74);--text-muted:rgba(255,255,255,0.56);--max-width:1300px;--radius-sm:2px;--radius-md:10px;--radius-lg:18px;--font-latin:'Space Grotesk',sans-serif;--font-arabic:'IBM Plex Sans Arabic',sans-serif}*,*::before,*::after{box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text-soft);font-family:var(--font-latin);font-size:1.6rem;line-height:1.6}html.js body{animation:page-enter 360ms ease both}html.js.page-is-leaving body{opacity:0;transform:translateY(10px);transition:opacity 240ms ease,transform 240ms ease;pointer-events:none}@keyframes page-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}html[dir="rtl"] body{font-family:var(--font-arabic)}body.product-page{overflow-x:hidden}html.js [data-reveal]{opacity:0;transform:translateY(28px);transition:opacity 720ms ease,transform 720ms cubic-bezier(0.22,1,0.36,1);will-change:opacity,transform}html.js [data-reveal].is-visible{opacity:1;transform:translateY(0)}html.js [data-reveal-media]{opacity:0;transform:translateY(42px);transition:opacity 820ms ease,transform 820ms cubic-bezier(0.22,1,0.36,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}html.js [data-reveal-copy]{opacity:0;transform:translateY(16px);transition:opacity 620ms ease,transform 620ms cubic-bezier(0.22,1,0.36,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}html.js [data-reveal-stagger]{opacity:0;transform:translateY(18px);transition:opacity 560ms ease,transform 560ms cubic-bezier(0.22,1,0.36,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}html.js [data-reveal].is-visible [data-reveal-media],html.js [data-reveal].is-visible [data-reveal-copy],html.js [data-reveal].is-visible [data-reveal-stagger]{opacity:1;transform:translateY(0)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{width:min(var(--max-width),calc(100vw - 32px));margin-inline:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.card-surface{box-shadow:0 20px 48px rgba(0,0,0,0.24)}.announcement-bar{border-bottom:1px solid rgba(255,255,255,0.08);background:#050505}.announcement-bar__inner{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-muted);font-size:1.3rem;letter-spacing:0.08em;text-transform:uppercase}.announcement-bar__inner a{color:var(--text)}.site-header{position:sticky;top:0;z-index:20;background:rgba(0,0,0,0.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.08);transition:background-color 180ms ease,backdrop-filter 180ms ease,border-color 180ms ease}.header-bar{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:min-height 180ms ease,gap 180ms ease,padding 180ms ease}.brand{display:inline-flex;align-items:center;color:var(--text);font-size:2rem;font-weight:800;letter-spacing:0.24em;text-transform:uppercase}.brand img{width:138px;max-width:100%;height:auto;display:block;transition:width 180ms ease,transform 180ms ease}.main-nav{display:flex;align-items:center;justify-content:center;flex:1 1 auto;gap:24px;flex-wrap:wrap}.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px}.mobile-menu-toggle{display:none;position:relative;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:14px;background:rgba(8,8,8,0.92);color:var(--text);align-items:center;justify-content:center;cursor:pointer;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,0.04);transition:border-color 180ms ease,background-color 180ms ease,transform 180ms ease}.mobile-menu-toggle span{position:absolute;width:16px;height:1.5px;display:block;border-radius:999px;background:currentColor;transition:transform 180ms ease,opacity 180ms ease,width 180ms ease}.mobile-menu-toggle span:nth-child(1){transform:translateY(-5px)}.mobile-menu-toggle span:nth-child(2){width:10px}.mobile-menu-toggle span:nth-child(3){transform:translateY(5px)}.mobile-menu-panel{display:none}.locale-switcher{display:inline-flex;align-items:center;border:1px solid var(--line);background:#050505;border-radius:999px;overflow:hidden}.locale-switcher a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;color:var(--text-muted);font-size:1.35rem;font-weight:600;letter-spacing:0.01em;text-transform:none;transition:color 180ms ease,background-color 180ms ease}.locale-switcher__link--en{font-family:var(--font-latin)}.locale-switcher__link--ar{font-family:var(--font-arabic)}.locale-switcher a.is-active{background:var(--text);color:#000000}.main-nav a,.cart-link{font-family:var(--font-latin);color:var(--text-muted);font-size:1.35rem;font-weight:500;letter-spacing:0.08em;text-transform:none;transition:color 180ms ease}.main-nav a:hover,.main-nav .is-active,.cart-link:hover{color:var(--text)}.cart-link{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#050505}.locale-switcher a,.cart-link,.cart-badge,.main-nav a{transition:min-height 180ms ease,padding 180ms ease,font-size 180ms ease,gap 180ms ease,min-width 180ms ease,height 180ms ease}.cart-badge{min-width:28px;height:28px;display:inline-grid;place-items:center;background:var(--text);color:#000000;font-size:1.3rem;font-weight:700;border-radius:999px}.cart-link.is-bouncing{animation:cart-link-bounce 420ms ease}.cart-badge.is-updating{animation:cart-badge-pop 420ms cubic-bezier(0.22,1,0.36,1)}@keyframes cart-link-bounce{0%,100%{transform:translateY(0)}32%{transform:translateY(-4px)}58%{transform:translateY(1px)}}@keyframes cart-badge-pop{0%{transform:scale(1)}35%{transform:scale(1.18)}65%{transform:scale(0.94)}100%{transform:scale(1)}}body.has-mobile-menu-open{overflow:hidden}.flash-stack{display:grid;gap:10px;padding-top:18px}.flash{padding:14px 16px;border:1px solid var(--line);background:var(--surface);color:var(--text-soft)}.flash-success,.flash-error{border-color:rgba(255,255,255,0.24)}.home-banner{position:relative;min-height:calc(100vh - 118px);display:grid;place-items:center;overflow:hidden;background:#020202}.home-banner::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.18),rgba(0,0,0,0.38)),linear-gradient(90deg,rgba(0,0,0,0.14),rgba(0,0,0,0.05),rgba(0,0,0,0.14))}.home-banner picture,.home-banner img{position:absolute;inset:0;width:100%;height:100%}.home-banner picture{display:block}.home-banner img{object-fit:cover;object-position:center 12%}.home-banner__overlay{position:relative;z-index:1;text-align:center;padding:28px 24px}.home-banner__overlay--cta{width:100%;min-height:calc(100vh - 118px);display:flex;align-items:flex-end;justify-content:center;padding:24px 24px 68px}.eyebrow{margin:0 0 16px;color:rgba(255,255,255,0.72);font-size:1.2rem;letter-spacing:0.32em;text-transform:uppercase}.home-banner__overlay h1,.page-heading h1,.product-details h1,.section-head h2,.editorial-strip h3,.empty-state h1,.empty-state h2,.success-panel h1{margin:0;color:var(--text);font-size:clamp(4.6rem,10vw,9.6rem);line-height:0.92;font-weight:700;letter-spacing:-0.04em}.home-banner__overlay p:last-of-type,.page-heading p,.lead,.editorial-strip p,.empty-state p,.product-card__body p,.footer-grid p,.summary-product small,.success-panel p{color:var(--text-soft)}.home-banner__overlay p:last-of-type{max-width:560px;margin:22px auto 0;font-size:2rem}.home-banner__cta,.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid var(--text);border-radius:var(--radius-sm);transition:opacity 180ms ease,transform 180ms ease;cursor:pointer;text-transform:uppercase;letter-spacing:0.12em;font-size:1.3rem}.home-banner__cta{margin-top:36px;background:rgba(0,0,0,0.18);backdrop-filter:blur(6px);color:var(--text);font-size:1.8rem;font-weight:700;letter-spacing:0.16em}.button{background:var(--text);color:#000000}.button.is-loading,.product-card__quick-button.is-loading{opacity:0.72;cursor:wait}.button.is-added,.product-card__quick-button.is-added{background:#ffffff;color:#000000;border-color:#ffffff}.button-secondary{background:transparent;color:var(--text)}.home-banner__cta:hover,.button:hover,.button-secondary:hover{opacity:0.86;transform:translateY(-1px)}.page-stack,.product-layout,.cart-layout,.checkout-layout{padding-top:38px;padding-bottom:52px}.section-head{margin-top:48px;margin-bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:20px}.section-head--tight{margin-top:30px}.section-head h2{font-size:clamp(3rem,5vw,5.4rem)}.text-link{color:var(--text);font-size:1.4rem;letter-spacing:0.12em;text-transform:uppercase}.text-link:hover{opacity:0.82}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:var(--surface);border:1px solid var(--line);overflow:hidden}.product-card__media{position:relative}.product-card__image{position:relative;display:block;aspect-ratio:0.78 / 1;overflow:hidden;background:#111111}.product-card__image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.04) 18%,rgba(0,0,0,0.46) 100%);opacity:0;transition:opacity 300ms ease;pointer-events:none}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 420ms cubic-bezier(0.22,1,0.36,1)}.product-card__image picture{display:block;width:100%;height:100%}.product-card:hover .product-card__image img,.product-card:focus-within .product-card__image img{transform:scale(1.045)}.product-card:hover .product-card__image::after,.product-card:focus-within .product-card__image::after,.product-card.is-touch-hover .product-card__image::after{opacity:1}.product-card__badge{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;min-height:26px;padding:0 10px;background:rgba(0,0,0,0.76);color:var(--text);font-size:1.1rem;letter-spacing:0.14em;text-transform:uppercase}.product-card__hover{position:absolute;inset-inline:16px;bottom:16px;z-index:2;display:flex;justify-content:center;opacity:0;transform:translateY(12px);transition:opacity 280ms ease,transform 280ms ease;pointer-events:none}.product-card:hover .product-card__hover,.product-card:focus-within .product-card__hover,.product-card.is-touch-hover .product-card__hover{opacity:1;transform:translateY(0);pointer-events:auto}.product-card__quick-form{width:100%}.product-card__quick-button,.product-card__hover-note{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid rgba(255,255,255,0.22);background:rgba(9,9,9,0.88);backdrop-filter:blur(8px);color:var(--text);font-size:1.2rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase}.product-card__quick-button{gap:8px;cursor:pointer;transition:background-color 180ms ease,border-color 180ms ease,transform 180ms ease}.product-card__quick-icon{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.product-card__quick-label{display:inline-block}.product-card__quick-button.is-added::after{content:'\2713';display:none;font-size:1.6rem;line-height:1}.product-card__hover-note{color:rgba(255,255,255,0.9)}.product-card__body{display:grid;gap:10px;padding:16px}.product-card__meta,.price-stack small,.price-block small,.footer-list a,.summary-line span,.cart-item__content p,.order-card p,.metric-note,.field label,.table-head span,.section-kicker span,.summary-note{color:var(--text-muted)}.product-card__meta{display:flex;justify-content:space-between;gap:10px;font-size:1.2rem;letter-spacing:0.12em;text-transform:uppercase}.product-card__body h3{margin:0;color:var(--text);font-size:2rem;line-height:1.08;font-weight:700}.product-card__body h3 a:hover{opacity:0.82}.product-card__body p{margin:0;font-size:1.5rem}.product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:12px}.price-stack strong,.price-block strong,.summary-line strong,.summary-product strong{color:var(--text);font-size:2rem;font-weight:700}.price-stack small,.price-block small{display:block;margin-top:4px;font-size:1.3rem;text-decoration:line-through}.editorial-strip{margin-top:32px;margin-bottom:18px;padding:24px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:20px}.editorial-strip h3{font-size:clamp(2.8rem,5vw,4.4rem);max-width:500px}.page-heading{display:grid;gap:10px;padding:8px 0 24px}.page-heading h1{font-size:clamp(3.8rem,8vw,7.8rem)}.filters-card,.buy-box,.details-card,.summary-card,.cart-table,.checkout-form,.admin-login,.admin-toolbar,.order-card,.order-box,.empty-state,.success-panel{background:var(--surface);border:1px solid var(--line)}.filters-card{display:flex;align-items:end;gap:16px;flex-wrap:wrap;padding:18px}.field,.checkout-form,.summary-card,.buy-box,.details-card,.admin-login form,.order-box{display:grid;gap:10px}.field input,.field textarea,.field select,.cart-item__controls input,.status-form select{width:100%;padding:14px 16px;background:#050505;color:var(--text);border:1px solid var(--line-strong);border-radius:0}.field textarea{min-height:120px;resize:vertical}.empty-state{padding:54px 24px;text-align:center}.empty-state p{max-width:520px;margin:14px auto 24px}.product-layout{display:grid;grid-template-columns:minmax(0,58%) minmax(0,42%);gap:22px}.product-media,.product-details{min-width:0;background:var(--surface);border:1px solid var(--line)}.product-media{overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-media picture{display:contents}.product-media--gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:1px;background:var(--line)}.product-media--gallery img{height:auto;aspect-ratio:0.64 / 1}.product-details{padding:24px}.product-details h2,.summary-card h2,.admin-login h2,.order-box h3,.site-footer h3,.site-footer h4,.order-card__head h2,.success-panel h1{margin:0;color:var(--text)}.lead{margin:0;font-size:1.7rem}.price-block{display:flex;align-items:end;gap:16px}.color-picker{margin:0;padding:0;border:0}.color-picker legend{margin-bottom:10px;color:var(--text);font-size:1.2rem;letter-spacing:0.12em;text-transform:uppercase}.color-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.color-option{display:grid;gap:8px;padding:8px;border:1px solid var(--line-strong);background:#080808;color:var(--text-soft);text-align:center;transition:border-color 0.2s ease,color 0.2s ease}.color-option:hover,.color-option.is-selected{border-color:var(--text);color:var(--text)}.color-option.is-selected{box-shadow:inset 0 0 0 1px var(--text)}.color-option img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.color-option span,.product-card__colors{font-size:1.15rem;letter-spacing:0.08em;text-transform:uppercase}.product-card__colors{margin-top:-4px;color:var(--text-soft)}.size-grid__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.size-grid__label{margin:0;color:var(--text);text-transform:uppercase;letter-spacing:0.12em;font-size:1.2rem}.size-guide-link{border:0;padding:0;background:transparent;color:var(--text-soft);font-size:1.2rem;letter-spacing:0.08em;text-decoration:underline;text-decoration-color:var(--line-strong);text-underline-offset:0.28em;cursor:pointer;transition:color 0.2s ease}.size-guide-link:hover{color:var(--text)}.size-grid{margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.size-option{display:grid;gap:6px;padding:12px;border:1px solid var(--line-strong);background:#080808;cursor:pointer}.size-option input{display:none}.size-option:has(input:checked){border-color:var(--text);box-shadow:inset 0 0 0 1px var(--text)}.size-option.is-disabled{opacity:0.42;cursor:not-allowed}.inline-fields{display:flex;align-items:end;gap:14px;flex-wrap:wrap}.inline-fields>*{min-width:0}.product-trust{display:flex;flex-wrap:wrap;gap:10px 22px;padding-top:4px;color:var(--text-muted)}.product-trust__item{display:inline-flex;align-items:center;gap:8px;font-size:1.3rem;line-height:1.4}.product-trust__item svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.has-modal-open{overflow:hidden}.size-guide-modal[hidden]{display:none}.size-guide-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;overflow:auto;padding:56px 18px 24px;background:rgba(0,0,0,0.78)}.size-guide-modal__dialog{position:relative;width:min(92vw,620px)}.size-guide-modal__frame{display:flex;justify-content:center}.size-guide-modal__image{width:auto;max-width:100%;height:auto;max-height:calc(100vh - 92px);object-fit:contain}.size-guide-modal__close{position:fixed;top:16px;right:16px;width:48px;height:48px;border:1px solid rgba(255,255,255,0.18);background:rgba(10,10,10,0.92);color:var(--text);display:grid;place-items:center;cursor:pointer;z-index:61}.size-guide-modal__close span{display:block;font-size:3rem;line-height:1}.quantity-box{display:inline-flex;align-items:center;border:1px solid var(--line-strong);background:#080808}.quantity-box button{width:44px;height:44px;border:0;background:transparent;color:var(--text);cursor:pointer}.quantity-box input{width:66px;border:0;background:transparent;color:var(--text);text-align:center}.detail-list,.footer-list{margin:0;padding:0;list-style:none}.detail-list li,.footer-list li{padding:4px 0}.detail-list li::before{content:'\2022';display:inline-block;margin-right:10px;color:var(--text)}.footer-list a:hover{color:var(--text)}.cart-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,0.85fr);gap:22px}.checkout-layout{max-width:920px;margin:0 auto}.cart-table,.checkout-form,.summary-card,.admin-login,.admin-toolbar,.order-card{padding:20px}.cart-table{display:grid;gap:18px}.table-head,.cart-actions,.hero-actions,.summary-line,.summary-product,.admin-toolbar,.order-card__head,.order-columns,.status-form,.section-kicker{display:flex;gap:14px}.table-head,.cart-actions,.section-kicker,.summary-line,.summary-product,.admin-toolbar,.order-card__head{justify-content:space-between;align-items:center}.table-head{padding-bottom:14px;border-bottom:1px solid var(--line)}.table-head span,.section-kicker span,.metric-tile span,.status-badge,.summary-note{font-size:1.2rem;letter-spacing:0.14em;text-transform:uppercase}.table-head span:last-child{text-align:right}.cart-item{display:grid;grid-template-columns:170px 1fr;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.cart-item:last-of-type{border-bottom:0;padding-bottom:0}.cart-item img{width:100%;aspect-ratio:0.82 / 1;object-fit:cover}.cart-item__content{display:flex;justify-content:space-between;gap:14px}.cart-item__content h2{margin:0 0 8px;color:var(--text);font-size:2.3rem;line-height:1.06}.cart-item__content h2 a:hover{opacity:0.82}.cart-item__controls{display:flex;align-items:end;gap:14px;flex-wrap:wrap}.cart-item__controls label{min-width:130px;display:grid;gap:8px}.cart-item__controls strong{color:var(--text);font-size:1.9rem}.cart-actions,.hero-actions{flex-wrap:wrap}.cart-actions{padding-top:18px;border-top:1px solid var(--line)}.summary-card{align-self:start}.summary-line--total{padding-top:14px;border-top:1px solid var(--line)}.summary-product{padding:10px 0;border-bottom:1px solid var(--line);align-items:start}.summary-product span{color:var(--text-soft)}.summary-product strong{font-size:1.5rem}.summary-note{margin:6px 0 0;padding-top:14px;border-top:1px solid var(--line);line-height:1.7}.danger-link{border:0;background:transparent;color:var(--text);text-transform:uppercase;letter-spacing:0.12em;padding:0}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checkout-sheet{padding:28px;gap:24px}.checkout-hero,.checkout-block__head,.checkout-summary-item,.checkout-submit-bar{display:flex;justify-content:space-between;gap:16px}.checkout-hero{padding-top:0}.checkout-hero{align-items:end;padding-bottom:22px;border-bottom:1px solid var(--line)}.checkout-hero h2,.checkout-block__head h3,.checkout-payment-card strong,.checkout-submit-copy strong{margin:0;color:var(--text)}.checkout-hero h2{font-size:clamp(3.2rem,6vw,5.2rem);line-height:0.98;max-width:620px}.checkout-hero p:last-child,.checkout-payment-card p,.checkout-submit-copy p{margin:10px 0 0;color:var(--text-soft)}.checkout-block{display:grid;gap:16px}.checkout-block + .checkout-block{padding-top:22px;border-top:1px solid var(--line)}.checkout-block__head{align-items:end}.checkout-block__head span,.checkout-submit-copy span,.checkout-summary-copy span{color:var(--text-muted);font-size:1.2rem;letter-spacing:0.14em;text-transform:uppercase}.checkout-block__head h3{margin-top:4px;font-size:2.4rem;line-height:1.08}.checkout-summary-list,.checkout-totals{display:grid;gap:12px}.checkout-summary-item{align-items:start;padding:14px 0;border-bottom:1px solid var(--line)}.checkout-summary-item:last-child{padding-bottom:0;border-bottom:0}.checkout-summary-copy strong,.checkout-summary-price{color:var(--text)}.checkout-summary-copy strong{display:block;font-size:1.8rem}.checkout-summary-copy span{display:block;margin-top:6px}.checkout-summary-price{white-space:nowrap;font-size:1.7rem}.checkout-totals,.checkout-payment-card,.checkout-submit-bar{padding:18px;border:1px solid var(--line);background:#050505}.checkout-payment-card strong{display:block;font-size:2rem}.checkout-submit-bar{align-items:center;flex-wrap:wrap}.checkout-submit-copy strong{display:block;font-size:clamp(2.8rem,5vw,4rem);line-height:1}.checkout-submit-bar .button{min-width:220px}.section-kicker{padding-bottom:12px;margin-bottom:2px;border-bottom:1px solid var(--line)}.admin-metrics{margin-bottom:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.metric-tile{padding:18px 20px;background:var(--surface);border:1px solid var(--line);display:grid;gap:10px}.metric-tile span{color:var(--text-muted)}.metric-tile strong{color:var(--text);font-size:clamp(2.8rem,4vw,4.2rem);line-height:1}.admin-toolbar div{display:grid;gap:4px}.admin-toolbar strong{color:var(--text);font-size:2.4rem}.admin-toolbar span{color:var(--text-muted)}.admin-toolbar .admin-toolbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.button-danger{border-color:rgba(199,80,80,0.8);background:rgba(199,80,80,0.16);color:#ffd7d7}.order-select{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--text-muted);font-size:1.3rem}.order-select input{width:18px;height:18px}.erp-sync-note{display:inline-flex;margin-top:10px;padding:3px 8px;border:1px solid rgba(158,197,211,0.5);color:#d0ebf4;font-size:1.2rem}.erp-sync-note--pending{border-color:rgba(215,192,155,0.55);color:#f2dec0}.order-card__head{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--line)}.order-card__status{display:flex;flex-direction:column;align-items:end;gap:12px}.orders-stack{display:grid;gap:18px}.status-form{align-items:center;flex-wrap:wrap}.status-form select{min-width:180px}.status-badge{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.06);color:var(--text)}.status-badge--new{background:#ffffff;color:#000000}.status-badge--confirmed{border-color:rgba(215,192,155,0.55);background:rgba(215,192,155,0.12);color:#f2dec0}.status-badge--shipped{border-color:rgba(158,197,211,0.5);background:rgba(158,197,211,0.12);color:#d0ebf4}.status-badge--delivered{border-color:rgba(184,210,176,0.5);background:rgba(184,210,176,0.12);color:#d8edd1}.status-badge--cancelled{border-color:rgba(199,143,143,0.5);background:rgba(199,143,143,0.12);color:#f0c9c9}.order-columns{align-items:start}.order-columns>*{flex:1 1 0}.order-box{padding:18px}.field-hint{margin:8px 0 0;color:var(--text-muted);font-size:1.3rem}.admin-products-panel{display:grid;gap:18px}.admin-section-head,.admin-product-editor__head,.admin-form-actions{display:flex;align-items:start;justify-content:space-between;gap:16px}.admin-section-head h2,.admin-product-editor__head h3{margin:0;color:var(--text)}.admin-section-head p,.admin-product-editor__intro{margin:8px 0 0;color:var(--text-soft)}.admin-section-stats{display:flex;flex-wrap:wrap;gap:12px}.admin-section-stats span{padding:10px 14px;border:1px solid var(--line);background:rgba(255,255,255,0.03);color:var(--text-soft)}.admin-section-stats strong{color:var(--text)}.admin-product-list,.admin-product-form{display:grid;gap:16px}.admin-product-editor{display:grid;gap:18px}.admin-sizes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-size-field{display:grid;gap:8px}.admin-size-field span{color:var(--text-muted);font-size:1.3rem;letter-spacing:0.08em}.toggle-check{display:inline-flex;align-items:center;gap:10px;color:var(--text)}.toggle-check input{width:18px;height:18px}.admin-form-actions{justify-content:flex-end}.success-panel{max-width:820px;margin:0 auto;padding:56px 28px;text-align:center}.success-panel h1{font-size:clamp(3.4rem,7vw,6rem);line-height:0.96}.success-panel p{max-width:560px;margin:14px auto 0}.policy-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.policy-layout--single{max-width:960px;margin:0 auto;grid-template-columns:1fr}.policy-card{padding:24px;background:var(--surface);border:1px solid var(--line);display:grid;gap:18px}.policy-copy{display:grid;gap:16px}.policy-copy h2,.policy-subtitle,.policy-point{margin:0}.policy-copy h2{color:var(--text);font-size:clamp(2.8rem,5vw,4.2rem);line-height:1}.policy-subtitle{color:var(--text-muted);font-size:1.3rem;letter-spacing:0.14em;text-transform:uppercase}.policy-points{display:grid;border-top:1px solid var(--line)}.policy-point{padding:16px 0;color:var(--text-soft);border-bottom:1px solid var(--line)}.policy-copy--rtl{text-align:right}.contact-block{display:grid;gap:14px}.contact-item{display:grid;gap:10px;padding:16px 0;border-top:1px solid var(--line)}.contact-label{color:var(--text);font-size:1.8rem;font-weight:700}.contact-values{display:grid;gap:8px}.contact-link,.contact-text,.contact-note{color:var(--text-soft)}.contact-link{transition:color 180ms ease,opacity 180ms ease}.contact-link:hover{color:var(--text);opacity:1}.contact-text,.contact-note{margin:0}.contact-note{padding-top:16px;border-top:1px solid var(--line)}html[dir="rtl"] .header-bar,html[dir="rtl"] .main-nav,html[dir="rtl"] .header-tools,html[dir="rtl"] .cart-link{direction:rtl}html[dir="rtl"] .cart-link{flex-direction:row-reverse}html[dir="rtl"] .detail-list li::before{margin-right:0;margin-left:10px}html[dir="rtl"] .main-nav a,html[dir="rtl"] .cart-link,html[dir="rtl"] .text-link,html[dir="rtl"] .button,html[dir="rtl"] .button-secondary,html[dir="rtl"] .home-banner__cta,html[dir="rtl"] .eyebrow,html[dir="rtl"] .policy-subtitle,html[dir="rtl"] .locale-switcher a,html[dir="rtl"] .table-head span,html[dir="rtl"] .section-kicker span,html[dir="rtl"] .status-badge,html[dir="rtl"] .summary-note,html[dir="rtl"] .product-card__meta,html[dir="rtl"] .field label,html[dir="rtl"] .metric-tile span,html[dir="rtl"] .size-grid__label,html[dir="rtl"] .size-guide-link,html[dir="rtl"] .product-card__quick-button,html[dir="rtl"] .product-card__hover-note,html[dir="rtl"] .checkout-block__head span,html[dir="rtl"] .checkout-submit-copy span,html[dir="rtl"] .checkout-summary-copy span{letter-spacing:0}html[dir="rtl"] .size-guide-modal__close{right:auto;left:16px}html[dir="rtl"] .main-nav a,html[dir="rtl"] .cart-link{font-family:var(--font-arabic);text-transform:none}.notification-stack{margin-top:24px;display:grid;gap:10px;justify-items:center}.notification-pill{margin:0;padding:10px 14px;border:1px solid var(--line);background:#080808;color:var(--text-soft);font-size:1.4rem}.notification-pill--sent{border-color:rgba(184,210,176,0.42);color:#d8edd1}.notification-pill--pending{border-color:rgba(215,192,155,0.36);color:#f2dec0}.notification-pill--whatsapp{border-color:rgba(163,225,190,0.36);color:#d7f5e3}.hero-actions{justify-content:center;margin-top:28px}.whatsapp-note{margin-top:18px;color:var(--text-muted);font-size:1.4rem}.site-footer{margin-top:56px;border-top:1px solid rgba(255,255,255,0.08);background:#000000}.footer-grid{padding:32px 0 40px;display:grid;grid-template-columns:1.2fr 0.8fr 0.8fr;gap:18px}.footer-panel{padding:42px 0 58px;display:grid;gap:34px;text-align:center}.footer-links-block,.footer-newsletter,.footer-social{display:grid;gap:18px;justify-items:center}.footer-quick-links{display:flex;align-items:center;justify-content:center;gap:20px 28px;flex-wrap:wrap}.footer-quick-links a,.footer-newsletter p{color:var(--text-soft)}.footer-quick-links a{font-size:1.6rem;transition:color 180ms ease,opacity 180ms ease}.footer-quick-links a:hover{color:var(--text);opacity:1}.footer-newsletter h3{margin:0;color:var(--text);font-size:clamp(3rem,4vw,4.6rem);line-height:1.06}.footer-newsletter p{max-width:620px;margin:0}.footer-signup{width:min(100%,520px);display:flex;align-items:center;border:1px solid var(--line-strong);background:#050505}.footer-signup input{flex:1 1 auto;min-width:0;min-height:58px;padding:0 20px;border:0;background:transparent;color:var(--text);outline:none}.footer-signup input::placeholder{color:var(--text-muted)}.footer-signup button{width:68px;min-height:58px;border:0;background:transparent;color:var(--text);cursor:pointer}.footer-signup button svg{width:22px;height:22px}.footer-signup button svg path{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.footer-social-list{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.social-icon{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:999px;background:#050505;color:var(--text);transition:transform 220ms ease,border-color 220ms ease,opacity 220ms ease,box-shadow 220ms ease,background-color 220ms ease}.social-icon svg{width:19px;height:19px;display:block;transition:transform 220ms ease}.social-icon:hover{transform:translateY(-3px) scale(1.06);border-color:rgba(255,255,255,0.34);background-color:#0b0b0b;box-shadow:0 10px 24px rgba(0,0,0,0.28)}.social-icon:hover svg{transform:scale(1.08)}.social-icon.is-disabled{opacity:0.92;cursor:default}code{padding:2px 6px;background:#0b0b0b;border:1px solid var(--line)}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-layout,.cart-layout,.editorial-strip,.footer-grid,.admin-metrics,.policy-layout{grid-template-columns:1fr}}@media (max-width:780px){.site-header.is-compact{background:rgba(0,0,0,0.94);backdrop-filter:blur(16px)}.header-bar{min-height:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:'brand tools' 'nav nav';align-items:center;gap:14px 16px;padding:16px 0}.brand{grid-area:brand;justify-self:start}.header-tools{grid-area:tools;justify-self:end;flex-wrap:nowrap}.main-nav{grid-area:nav;width:100%;justify-content:center;gap:12px 20px;padding-top:4px}.home-banner__overlay h1,.page-heading h1,.product-details h1,.success-panel h1{font-size:clamp(3.6rem,12vw,6rem)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand img{width:114px}.size-grid,.field-grid{grid-template-columns:1fr 1fr}.checkout-hero,.checkout-block__head,.checkout-summary-item,.checkout-submit-bar{display:grid}.cart-item,.cart-item__content,.cart-item__controls,.cart-actions,.section-head,.filters-card,.admin-section-head,.admin-product-editor__head,.order-card__head,.status-form,.order-columns,.section-kicker{display:grid}.table-head{display:none}.order-card__status{align-items:start;justify-items:start}.home-banner img{object-fit:cover;object-position:62% 12%}}@media (hover:hover) and (pointer:fine){.product-card__quick-button:hover{background:rgba(255,255,255,0.96);border-color:rgba(255,255,255,0.96);color:#000000;transform:translateY(-1px)}}@media (max-width:780px){.mobile-menu-toggle{order:-1;justify-self:start}.announcement-bar__inner,.header-bar,.header-tools{text-align:center}.announcement-bar__inner,.header-bar,.cart-link,.header-tools{justify-content:center}.header-bar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:'menu brand tools';justify-items:stretch;gap:10px 12px;padding:14px 0 12px}.mobile-menu-toggle{grid-area:menu}.brand{grid-area:brand;justify-self:start;align-self:center}.brand img{width:112px}.header-tools{grid-area:tools;width:auto;justify-self:end;flex-wrap:nowrap;gap:8px}.main-nav,.locale-switcher{display:none}.mobile-menu-toggle{display:inline-flex}.main-nav a,.cart-link,.locale-switcher a{font-size:1.25rem}.locale-switcher a{min-height:40px;padding:0 14px}.cart-link{min-height:40px;padding:0 12px;gap:8px}.cart-badge{min-width:30px;height:30px;font-size:1.25rem}.mobile-menu-panel{position:absolute;top:calc(100% - 4px);left:16px;right:16px;width:auto;margin:0;padding:10px;border:1px solid rgba(255,255,255,0.1);border-radius:22px;background:rgba(7,7,7,0.97);backdrop-filter:blur(16px);box-shadow:0 24px 50px rgba(0,0,0,0.42)}.mobile-menu-panel[hidden]{display:none}.mobile-menu-nav,.mobile-menu-locale{display:grid;gap:4px}.mobile-menu-locale{grid-template-columns:1fr 1fr;margin-top:8px;padding-top:10px;border-top:1px solid var(--line)}.mobile-menu-nav a,.mobile-menu-locale a{min-height:42px;display:inline-flex;align-items:center;justify-content:flex-start;padding:0 16px;border:0;border-radius:14px;background:transparent;color:var(--text-muted);font-size:1.28rem;font-weight:500;text-align:start;transition:color 180ms ease,background-color 180ms ease,transform 180ms ease}.mobile-menu-nav .is-active,.mobile-menu-locale .is-active{color:var(--text);background:rgba(255,255,255,0.06)}.mobile-menu-nav a:hover,.mobile-menu-locale a:hover{color:var(--text);background:rgba(255,255,255,0.04)}.site-header.is-mobile-menu-open .mobile-menu-panel{display:block}.site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1){transform:rotate(45deg)}.site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}.site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3){transform:rotate(-45deg)}.site-header.is-mobile-menu-open .mobile-menu-toggle{border-color:rgba(255,255,255,0.2);background:rgba(255,255,255,0.05)}.site-header.is-compact .header-bar{gap:7px;padding:10px 0 8px}.site-header.is-compact .brand img{width:92px}.site-header.is-compact .header-tools{gap:6px}.site-header.is-compact .cart-link{font-size:1.15rem}.site-header.is-compact .cart-link,.site-header.is-compact .mobile-menu-toggle{min-height:36px}.site-header.is-compact .cart-link{padding:0 10px;gap:7px}.site-header.is-compact .cart-badge{min-width:26px;height:26px;font-size:1.1rem}.site-header.is-compact .mobile-menu-toggle{width:36px;height:36px;border-radius:12px}.site-header.is-compact .mobile-menu-panel{top:calc(100% - 2px);padding:9px}.product-grid,.size-grid,.field-grid,.admin-sizes-grid{grid-template-columns:1fr}.product-card__hover{right:12px;left:auto;bottom:12px;opacity:1;transform:translateY(0);pointer-events:auto}.product-card__quick-form{width:auto}.product-card__quick-button{width:46px;min-width:46px;min-height:46px;height:46px;padding:0;border-radius:999px;justify-content:center;gap:0;box-shadow:0 10px 24px rgba(0,0,0,0.28);animation:product-card-mobile-pop 280ms ease;-webkit-tap-highlight-color:transparent}.product-card__quick-button:hover,.product-card__quick-button:active,.product-card__quick-button:focus-visible{background:rgba(9,9,9,0.88);border-color:rgba(255,255,255,0.22);color:var(--text);transform:none;outline:none}.product-card__quick-button.is-loading,.product-card__quick-button.is-added{background:rgba(9,9,9,0.88);border-color:rgba(255,255,255,0.22);color:var(--text)}.product-card__quick-icon{width:17px;height:17px;flex-basis:17px}.product-card__quick-label{display:none}.product-card__quick-button.is-added .product-card__quick-icon{display:none}.product-card__quick-button.is-added::after{display:block}.product-card__hover-note{width:auto;min-height:38px;padding:0 12px;font-size:1.05rem;border-radius:999px;letter-spacing:0.08em}.product-layout{gap:16px}.product-details{padding:20px}.size-grid__head{align-items:start;flex-direction:column}.size-guide-link{align-self:flex-start}.product-trust{display:grid;grid-template-columns:1fr;gap:10px}.inline-fields{align-items:stretch;flex-direction:column;gap:12px}.inline-fields .field,.inline-fields .button{width:100%}.quantity-box{display:grid;grid-template-columns:44px 1fr 44px;width:100%}.quantity-box input{width:100%;min-width:0}.size-guide-modal{padding:64px 12px 18px}.size-guide-modal__dialog{width:min(100%,460px)}.size-guide-modal__image{max-height:calc(100vh - 96px)}.size-guide-modal__close{top:12px;right:12px;width:46px;height:46px}.checkout-sheet{padding:20px}.checkout-submit-bar .button{width:100%;min-width:0}.cart-item{grid-template-columns:1fr}.home-banner{min-height:72vh}.footer-signup{width:100%}.footer-quick-links{gap:16px 20px}}@media (max-width:768px){.home-banner img{object-position:85% center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}html.js body,html.js.page-is-leaving body{animation:none;opacity:1;transform:none;transition:none}html.js [data-reveal],html.js [data-reveal-media],html.js [data-reveal-copy],html.js [data-reveal-stagger]{opacity:1;transform:none;transition:none}}@keyframes product-card-mobile-pop{from{opacity:0;transform:translateY(8px) scale(0.94)}to{opacity:1;transform:translateY(0) scale(1)}}
