@font-face{font-family:"IBM Plex Sans Arabic";src:url("/fonts/ibm-plex-arabic-400.woff2") format("woff2");font-display:swap;font-weight:400}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("/fonts/ibm-plex-arabic-600.woff2") format("woff2");font-display:swap;font-weight:600}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("/fonts/ibm-plex-arabic-700.woff2") format("woff2");font-display:swap;font-weight:800}

:root{
  --black:#000;
  --white:#fff;
  --image:#eceff1;
  --soft:#f5f5f5;
  --line:#d3d7da;
  --muted:#767677;
  --success:#007d4c;
  --danger:#c4112f;
  --container:1600px;
  --gutter:clamp(16px,3vw,48px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;overflow-x:hidden;background:var(--white);color:var(--black);font-family:"IBM Plex Sans Arabic",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.is-locked{overflow:hidden}
button,input,textarea,summary{font:inherit}
button{color:inherit}
a{color:inherit}
img{display:block;max-width:100%}
[hidden]{display:none!important}
::selection{background:var(--black);color:var(--white)}
:focus-visible{outline:3px solid var(--black);outline-offset:3px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.skip-link{position:fixed;top:8px;right:12px;z-index:999;transform:translateY(-160%);padding:12px 18px;background:var(--black);color:var(--white);font-size:13px;font-weight:800;text-decoration:none}
.skip-link:focus{transform:none}

.delivery-bar{min-height:32px;display:flex;align-items:center;justify-content:center;padding:6px 16px;background:var(--black);color:var(--white);text-align:center;font-size:12px;font-weight:700}
.delivery-bar b{margin:0 9px;color:var(--white)}
.site-header{position:sticky;top:0;z-index:60;background:var(--white);border-bottom:1px solid var(--black)}
.header-inner{max-width:var(--container);height:72px;margin:auto;padding:0 var(--gutter);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;justify-self:start;text-decoration:none;direction:ltr}
.brand-mark{display:grid;place-items:center;width:46px;height:38px;background:var(--black);color:var(--white);font-size:16px;font-weight:800;letter-spacing:-1px}
.brand-name{display:grid;font-size:17px;font-weight:800;line-height:.9;letter-spacing:.4px}
.brand-name small{margin-top:7px;font-size:8px;font-weight:700;letter-spacing:3px}
.main-nav{height:100%;display:flex;align-items:center;gap:30px}
.main-nav a{height:100%;display:flex;align-items:center;position:relative;text-decoration:none;font-size:14px;font-weight:800}
.main-nav a:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--black);transform:scaleX(0);transition:transform .18s ease}
.main-nav a:hover:after,.main-nav a:focus-visible:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;justify-self:end;gap:2px}
.header-action{position:relative;min-height:46px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:var(--white);text-decoration:none;font-size:12px;font-weight:800;cursor:pointer}
.header-action:hover{text-decoration:underline;text-underline-offset:5px}
.header-action--primary{background:var(--black);color:var(--white)}
.cart-trigger svg{width:22px;height:22px}
.cart-count{min-width:20px;height:20px;padding:0 5px;display:inline-grid;place-items:center;border-radius:999px;background:var(--black);color:var(--white);font-size:10px;line-height:1}
.header-action--primary:focus-visible{outline-color:var(--black)}
.mobile-menu{display:none}

.hero{max-width:var(--container);margin:0 auto}
.hero-inner{min-height:630px;display:grid;grid-template-columns:.78fr 1.22fr;background:var(--image)}
.hero-copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,5vw,82px);background:var(--black);color:var(--white)}
.eyebrow{margin:0 0 18px;font-size:12px;font-weight:800;letter-spacing:1.6px;direction:ltr;text-align:right}
.hero h1{max-width:620px;margin:0;font-size:clamp(54px,6.4vw,98px);font-weight:800;line-height:.96;letter-spacing:-4px}
.hero-text{max-width:520px;margin:24px 0 0;color:#e4e4e4;font-size:17px;line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.button{min-height:52px;padding:0 23px;border:1px solid var(--black);display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--black);color:var(--white);text-decoration:none;font-size:14px;font-weight:800;cursor:pointer;transition:background-color .18s ease,color .18s ease}
.button:hover{background:#292929}
.button--white{border-color:var(--white);background:var(--white);color:var(--black)}
.button--white:hover{background:#e8e8e8}
.button--outline-light{border-color:var(--white);background:transparent;color:var(--white)}
.button--outline-light:hover{background:var(--white);color:var(--black)}
.hero-visual{position:relative;display:grid;place-items:center;overflow:hidden;background:var(--image)}
.hero-visual:before{content:"BLUE STORE";position:absolute;right:3%;bottom:-1.5%;color:rgba(0,0,0,.055);font-family:Arial,sans-serif;font-size:clamp(86px,13vw,210px);font-weight:900;line-height:.82;letter-spacing:-10px;direction:ltr;white-space:nowrap}
.hero-visual img{position:relative;z-index:2;width:min(96%,880px);height:92%;object-fit:contain;transition:transform .2s ease}
.hero:hover .hero-visual img{transform:scale(1.015)}

.catalog{max-width:var(--container);margin:auto;padding:clamp(56px,7vw,100px) var(--gutter)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.section-kicker{margin:0 0 8px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.7px}
.section-head h2{margin:0;font-size:clamp(34px,4vw,58px);font-weight:800;line-height:1.03;letter-spacing:-2px}
.section-head p{max-width:470px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.catalog-count{flex:0 0 auto;display:flex;align-items:baseline;gap:7px;color:var(--muted);font-size:13px}
.catalog-count strong{color:var(--black);font-size:28px;font-weight:800;direction:ltr}
.catalog-tools{position:sticky;top:73px;z-index:40;margin-bottom:28px;padding:12px 0;border-top:1px solid var(--black);border-bottom:1px solid var(--black);background:rgba(255,255,255,.98)}
.catalog-tools-main{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:10px}
.search-box{position:relative;display:flex;align-items:center;min-width:0}
.search-box svg{position:absolute;right:15px;width:20px;height:20px;color:var(--black)}
.search-box input{width:100%;height:52px;padding:0 48px 0 15px;border:1px solid var(--line);background:var(--soft);color:var(--black);outline:0;font-size:14px}
.search-box input:focus{border-color:var(--black);border-width:2px}
.category-tabs{height:52px;display:flex;overflow-x:auto;border:1px solid var(--line);scrollbar-width:none}
.category-tabs::-webkit-scrollbar{display:none}
.filter-chip{flex:0 0 auto;min-width:78px;padding:0 15px;border:0;border-left:1px solid var(--line);background:var(--white);font-size:13px;font-weight:800;cursor:pointer}
.filter-chip:last-child{border-left:0}
.filter-chip:hover,.filter-chip.is-active{background:var(--black);color:var(--white)}
.size-filter{position:relative;min-width:150px}
.size-filter summary{height:52px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--black);background:var(--white);font-size:13px;font-weight:800;cursor:pointer;list-style:none}
.size-filter summary::-webkit-details-marker{display:none}
.size-filter summary:after{content:"+";font-size:20px;font-weight:400;line-height:1}
.size-filter[open] summary{background:var(--black);color:var(--white)}
.size-filter[open] summary:after{content:"−"}
.size-filter-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:45;width:420px;padding:16px;border:1px solid var(--black);background:var(--white)}
.size-options{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}
.size-chip{min-height:46px;border:1px solid var(--line);background:var(--white);font-size:13px;font-weight:700;cursor:pointer}
.size-chip:hover,.size-chip.is-active{border-color:var(--black);background:var(--black);color:var(--white)}
.filter-clear{width:100%;min-height:44px;margin-top:8px;border:1px solid var(--black);background:var(--white);font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}

.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-card{min-width:0;padding:0;display:flex;flex-direction:column;border:0;background:var(--white);cursor:pointer;text-align:right}
.product-card__media{position:relative;display:block;aspect-ratio:1/1.08;overflow:hidden;background:var(--image)}
.product-card__media img{width:100%;height:100%;padding:4%;object-fit:contain;transition:transform .18s ease}
.product-card:hover .product-card__media img{transform:scale(1.02)}
.product-card__num{display:none}
.product-card__quick{position:absolute;right:0;bottom:0;min-width:104px;min-height:44px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;background:var(--black);color:var(--white);font-size:12px;font-weight:800}
.product-card__body{display:block;padding:14px 0 24px}
.product-card__brand{display:block;margin-bottom:5px;overflow:hidden;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.8px;white-space:nowrap;text-overflow:ellipsis;direction:ltr;text-align:right}
.product-card__title{min-height:2.9em;font-size:15px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:9px}
.product-card__color{min-width:0;overflow:hidden;color:var(--muted);font-size:12px;white-space:nowrap;text-overflow:ellipsis}
.product-card__price{flex:0 0 auto;font-size:16px;font-weight:800;direction:ltr}
.product-card__price small{font-size:11px;font-weight:700}
.product-card__sizes{display:block;margin-top:7px;color:var(--muted);font-size:12px;direction:ltr;text-align:right}
.catalog-empty{padding:70px 20px;text-align:center;border-top:1px solid var(--black);border-bottom:1px solid var(--black);background:var(--soft)}
.catalog-empty strong{display:block;font-size:24px;font-weight:800}
.catalog-empty p{margin:7px 0 0;color:var(--muted);font-size:14px}
.load-more{display:flex;justify-content:center;margin-top:28px}
.load-more .button{min-width:220px}

.section{max-width:var(--container);margin:auto;padding:0 var(--gutter) clamp(72px,8vw,120px)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.category-card{display:flex;flex-direction:column;background:var(--white);text-decoration:none;cursor:pointer}
.category-card img{width:100%;aspect-ratio:4/4.7;object-fit:contain;padding:4%;background:var(--image);transition:transform .18s ease}
.category-card:hover img{transform:scale(1.015)}
.category-card-copy{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;border-bottom:1px solid var(--black)}
.category-card-copy span{display:grid;gap:3px}
.category-card-copy strong{font-size:20px;font-weight:800}
.category-card-copy small{color:var(--muted);font-size:12px}
.category-card-copy b{font-size:24px;font-weight:400}

.trust-section{border-top:1px solid var(--black);background:var(--soft);color:var(--black)}
.trust-inner{max-width:var(--container);margin:auto;padding:clamp(58px,7vw,94px) var(--gutter)}
.trust-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}
.trust-head h2{margin:0;font-size:clamp(36px,4vw,58px);font-weight:800;line-height:1.02;letter-spacing:-2px}
.trust-head p{max-width:470px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--black);border-bottom:1px solid var(--black)}
.trust-card{min-height:190px;padding:24px;border-left:1px solid var(--black)}
.trust-card:last-child{border-left:0}
.trust-card span{display:block;font-size:14px;font-weight:800}
.trust-card h3{margin:34px 0 8px;font-size:20px;font-weight:800}
.trust-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}

.footer{background:var(--black);color:var(--white)}
.footer-inner{max-width:var(--container);margin:auto;padding:48px var(--gutter) calc(30px + env(safe-area-inset-bottom))}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-copy strong{display:block;font-size:25px;font-weight:800;letter-spacing:.3px;direction:ltr;text-align:right}
.footer-copy p{margin:8px 0 0;color:#bcbcbc;font-size:13px}
.footer-links{display:flex;flex-wrap:wrap;gap:22px}
.footer-links a{text-decoration:underline;text-underline-offset:4px;font-size:13px;font-weight:700}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:32px;padding-top:20px;border-top:1px solid #4b4b4b;color:#bcbcbc;font-size:11px}
.mobile-bar{display:none!important}

.product-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.product-modal.is-open{opacity:1;visibility:visible}
.modal-shell{position:relative;width:min(1100px,100%);max-height:calc(100svh - 40px);overflow:hidden;display:grid;grid-template-columns:1.25fr .75fr;background:var(--white);transform:translateY(10px);transition:transform .18s ease}
.product-modal.is-open .modal-shell{transform:none}
.modal-close{position:absolute;top:12px;left:12px;z-index:5;width:46px;height:46px;border:1px solid var(--black);background:var(--white);font-size:25px;line-height:1;cursor:pointer}
.modal-media{position:relative;min-height:660px;overflow:hidden;background:var(--image)}
.modal-media:before{display:none}
.modal-media img{position:absolute;inset:3%;width:94%;height:94%;object-fit:contain}
.modal-content{overflow-y:auto;padding:clamp(30px,4vw,54px)}
.modal-brand{display:block;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:1px;direction:ltr;text-align:right}
.modal-title{margin:8px 0 0;font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.15;letter-spacing:-1px}
.modal-color{margin:8px 0 0;color:var(--muted);font-size:14px}
.modal-price{display:block;margin-top:17px;font-size:24px;font-weight:800;direction:ltr;text-align:right}
.modal-price small{font-size:12px;font-weight:700}
.modal-divider{height:1px;margin:22px 0;background:var(--line)}
.field-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:14px;font-weight:800}
.field-label small{color:var(--muted);font-size:12px;font-weight:600}
.modal-sizes{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}
.modal-size{min-height:48px;border:1px solid var(--line);background:var(--white);font-size:13px;font-weight:800;cursor:pointer}
.modal-size:hover,.modal-size.is-selected{border-color:var(--black);background:var(--black);color:var(--white)}
.modal-sizes.needs-size{outline:3px solid var(--danger);outline-offset:3px}
.quantity{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:8px 10px;border:1px solid var(--line);background:var(--white)}
.quantity>span{font-size:14px;font-weight:800}
.quantity__control{display:flex;align-items:center;gap:14px;direction:ltr}
.quantity__control button{width:44px;height:44px;border:1px solid var(--black);background:var(--white);cursor:pointer;font-size:18px}
.quantity__control b{min-width:20px;text-align:center;font-size:15px}
.modal-includes{margin:16px 0 0;padding:13px;border-right:3px solid var(--black);background:var(--soft);color:var(--muted);font-size:12px;line-height:1.65}
.modal-add{width:100%;min-height:56px;margin-top:16px;border:1px solid var(--black);background:var(--black);color:var(--white);font-size:14px;font-weight:800;cursor:pointer}
.modal-add:hover{background:#292929}
.modal-cart-note{margin:10px 0 0;text-align:center;color:var(--muted);font-size:12px;line-height:1.6}

.cart-overlay{position:fixed;inset:0;z-index:104;background:rgba(0,0,0,.62);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.cart-overlay.is-open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;top:0;bottom:0;left:0;z-index:105;width:min(460px,100vw);display:flex;flex-direction:column;background:var(--white);transform:translateX(-105%);visibility:hidden;transition:transform .2s ease,visibility .2s ease}
.cart-drawer.is-open{transform:none;visibility:visible}
.cart-head,.checkout-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--black);background:var(--black);color:var(--white)}
.cart-head small,.checkout-head small{display:block;margin-bottom:3px;color:#bcbcbc;font-size:11px;font-weight:800;letter-spacing:1px}
.cart-head h2,.checkout-head h2{margin:0;font-size:27px;font-weight:800;line-height:1.15}
.cart-head button,.checkout-head button{width:46px;height:46px;flex:0 0 auto;border:1px solid var(--white);background:var(--black);color:var(--white);font-size:25px;cursor:pointer}
.cart-head button:focus-visible,.checkout-head button:focus-visible{outline-color:var(--white)}
.cart-body{flex:1;min-height:0;overflow-y:auto;padding:18px}
.cart-empty{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.cart-empty>span{display:grid;place-items:center;width:70px;height:70px;margin-bottom:20px;border:2px solid var(--black);font-size:26px}
.cart-empty strong{font-size:23px;font-weight:800}
.cart-empty p{margin:7px 0 0;color:var(--muted);font-size:13px}
.cart-list{display:grid;gap:0;border-top:1px solid var(--line)}
.cart-item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;padding:14px 0;border-bottom:1px solid var(--line);background:var(--white)}
.cart-item>img{width:112px;height:125px;object-fit:contain;background:var(--image)}
.cart-item__content{min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:2px 0}
.cart-item__content>strong{max-width:100%;overflow:hidden;font-size:14px;white-space:nowrap;text-overflow:ellipsis}
.cart-item__content>span{margin-top:5px;color:var(--muted);font-size:12px}
.cart-item__bottom{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}
.cart-item__bottom>b{font-size:14px;font-weight:800;direction:ltr}
.cart-qty{display:flex;align-items:center;direction:ltr;border:1px solid var(--black);background:var(--white)}
.cart-qty button{width:44px;height:44px;border:0;background:var(--white);cursor:pointer;font-size:16px}
.cart-qty span{min-width:26px;text-align:center;font-size:12px;font-weight:800}
.cart-remove{min-height:32px;margin-top:4px;padding:0;border:0;background:transparent;color:var(--danger);font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.cart-footer{flex:0 0 auto;padding:18px 20px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--black);background:var(--white)}
.cart-total-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:9px;color:var(--muted);font-size:13px}
.cart-total-row b{color:var(--black);direction:ltr}
.cart-discount,.cart-discount b{color:var(--success)}
.cart-grand{margin:14px 0 16px;padding-top:14px;border-top:1px solid var(--black);color:var(--black);font-size:16px;font-weight:800}
.cart-grand b{font-size:24px}
.cart-checkout{width:100%;min-height:56px;border:1px solid var(--black);background:var(--black);color:var(--white);font-size:14px;font-weight:800;cursor:pointer}
.cart-checkout:hover{background:#292929}
.cart-checkout:disabled{border-color:var(--line);background:var(--line);color:var(--muted);cursor:not-allowed}
.continue-shopping{width:100%;min-height:46px;margin-top:5px;border:0;background:transparent;color:var(--black);font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer}

.checkout-modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.checkout-modal.is-open{opacity:1;visibility:visible}
.checkout-box{width:min(720px,100%);max-height:calc(100svh - 40px);overflow:hidden;display:flex;flex-direction:column;background:var(--white);transform:translateY(10px);transition:transform .18s ease}
.checkout-modal.is-open .checkout-box{transform:none}
.checkout-body{min-height:0;overflow-y:auto;padding:22px 24px calc(24px + env(safe-area-inset-bottom))}
.checkout-summary{display:grid;gap:0;max-height:190px;overflow-y:auto;border-top:1px solid var(--black);border-bottom:1px solid var(--black);background:var(--white)}
.checkout-summary-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}
.checkout-summary-item:last-child{border-bottom:0}
.checkout-summary-item span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.checkout-summary-item b{flex:0 0 auto;direction:ltr}
.checkout-discount-note{margin:10px 0 0;padding:10px 12px;border-right:3px solid var(--success);background:#edf7f2;color:var(--success);font-size:12px;font-weight:700}
.checkout-grand{display:flex;align-items:center;justify-content:space-between;margin:14px 0;padding:14px 0;border-bottom:1px solid var(--black);font-size:15px;font-weight:800}
.checkout-grand b{font-size:24px;direction:ltr}
.order-form{display:grid;gap:12px}
.order-form label{display:grid;gap:6px;color:var(--black);font-size:12px;font-weight:800}
.order-form input,.order-form textarea{width:100%;min-height:52px;padding:13px 14px;border:1px solid var(--line);background:var(--white);color:var(--black);outline:0;font-size:14px}
.order-form textarea{min-height:86px;resize:vertical}
.order-form input:focus,.order-form textarea:focus{border-color:var(--black);border-width:2px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-error{margin:0;padding:11px 12px;border-right:3px solid var(--danger);background:#fff0f2;color:var(--danger);font-size:12px;line-height:1.6}
.order-submit{width:100%;min-height:56px;margin-top:2px;border:1px solid var(--black);background:var(--black);color:var(--white);font-size:14px;font-weight:800;cursor:pointer}
.order-submit:hover{background:#292929}
.order-submit:disabled{opacity:.55;cursor:wait}
.order-note{margin:0;text-align:center;color:var(--muted);font-size:11px;line-height:1.6}
.order-success{min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.success-mark{display:grid;place-items:center;width:68px;height:68px;border:2px solid var(--success);color:var(--success);font-size:30px}
.order-success h3{margin:22px 0 6px;font-size:30px;font-weight:800}
.order-success p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.order-number{display:inline-flex;margin:18px 0;padding:10px 14px;border:1px dashed var(--black);font-size:16px;direction:ltr}
.success-actions{display:flex;flex-wrap:wrap;gap:8px;width:100%}
.success-actions .button{flex:1;min-width:170px}
.success-actions .button--outline{background:var(--white);color:var(--black)}
.toast{position:fixed;right:50%;bottom:28px;z-index:130;transform:translate(50%,12px);max-width:calc(100vw - 28px);padding:13px 18px;background:var(--black);color:var(--white);font-size:13px;font-weight:700;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.toast.is-visible{opacity:1;visibility:visible;transform:translate(50%,0)}

@media(max-width:1180px){
  .header-inner{gap:16px}
  .main-nav{gap:18px}
  .main-nav a{font-size:12px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hero-inner{min-height:560px}
}

@media(max-width:760px){
  :root{--gutter:14px}
  .delivery-bar{min-height:30px;font-size:10px}
  .header-inner{position:relative;height:58px;grid-template-columns:44px 1fr auto;gap:7px;padding-inline:10px}
  .mobile-menu{display:block;justify-self:start}
  .mobile-menu>summary{width:44px;height:44px;display:grid;place-items:center;border:0;background:var(--white);font-size:0;cursor:pointer;list-style:none}
  .mobile-menu>summary::-webkit-details-marker{display:none}
  .mobile-menu>summary:before{content:"☰";font-size:22px}
  .mobile-menu[open]>summary:before{content:"×";font-size:28px}
  .mobile-menu-panel{position:absolute;top:58px;right:0;left:0;z-index:70;display:grid;border-top:1px solid var(--black);border-bottom:1px solid var(--black);background:var(--white)}
  .mobile-menu-panel a{min-height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);text-decoration:none;font-size:15px;font-weight:800}
  .mobile-menu-panel a:after{content:"←"}
  .brand{justify-self:center;gap:0}
  .brand-mark{display:none}
  .brand-name{font-size:16px;letter-spacing:.1px;white-space:nowrap}
  .brand-name small{font-size:7px;letter-spacing:2.4px;text-align:center}
  .main-nav{display:none}
  .header-action:not(.cart-trigger){display:none}
  .cart-trigger{width:48px;min-height:48px;padding:0;gap:1px}
  .cart-trigger>span{display:none}
  .cart-trigger .cart-count{position:absolute;top:2px;left:0}
  .hero-inner{min-height:0;grid-template-columns:1fr}
  .hero-visual{min-height:58vw;order:-1}
  .hero-visual:before{right:2%;bottom:0;font-size:25vw;letter-spacing:-6px}
  .hero-visual img{width:98%;height:96%}
  .hero-copy{padding:30px 20px 34px}
  .eyebrow{margin-bottom:12px;font-size:10px}
  .hero h1{font-size:clamp(43px,13.5vw,60px);letter-spacing:-2.8px}
  .hero-text{margin-top:17px;font-size:14px}
  .hero-actions{margin-top:22px}
  .hero-actions .button{flex:1;min-width:130px;padding:0 14px;font-size:12px}
  .catalog{padding-top:48px;padding-bottom:68px}
  .section-head{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:20px}
  .section-head h2{font-size:34px;letter-spacing:-1.2px}
  .section-head>p{grid-column:1/-1;font-size:13px}
  .catalog-count{align-self:end;justify-self:end}
  .catalog-count strong{font-size:24px}
  .catalog-tools{position:static;margin-bottom:18px;padding:9px 0}
  .catalog-tools-main{grid-template-columns:1fr}
  .search-box input{height:50px;font-size:16px}
  .category-tabs{height:48px}
  .filter-chip{min-width:82px;font-size:12px}
  .size-filter{width:100%}
  .size-filter summary{height:48px}
  .size-filter-panel{position:static;width:100%;margin-top:7px}
  .size-options{grid-template-columns:repeat(6,1fr)}
  .size-chip{min-height:44px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .product-card__media{aspect-ratio:1/1.14}
  .product-card__quick{right:0;bottom:0;min-width:100%;min-height:44px;font-size:11px}
  .product-card__body{padding:11px 0 20px}
  .product-card__brand{font-size:10px}
  .product-card__title{font-size:13px}
  .product-card__color,.product-card__sizes{font-size:11px}
  .product-card__price{font-size:14px}
  .section{padding-bottom:72px}
  .category-grid{grid-template-columns:1fr;gap:22px}
  .category-card img{aspect-ratio:4/3.1}
  .category-card-copy{min-height:74px;padding:13px 0}
  .category-card-copy strong{font-size:18px}
  .trust-inner{padding-top:54px;padding-bottom:62px}
  .trust-head{display:grid;gap:12px}
  .trust-head h2{font-size:38px}
  .trust-head p{font-size:13px}
  .trust-grid{grid-template-columns:1fr}
  .trust-card{min-height:145px;border-left:0;border-bottom:1px solid var(--black)}
  .trust-card:last-child{border-bottom:0}
  .trust-card h3{margin-top:22px}
  .footer-main{display:grid;gap:24px}
  .footer-links{gap:16px}
  .footer-bottom{display:grid;gap:7px}
  .product-modal{padding:0;align-items:end}
  .modal-shell{width:100%;max-height:96svh;grid-template-columns:1fr;overflow-y:auto}
  .modal-media{min-height:42svh}
  .modal-content{overflow:visible;padding:24px 16px calc(24px + env(safe-area-inset-bottom))}
  .modal-close{position:fixed;top:calc(4svh + 10px + env(safe-area-inset-top));left:10px;width:46px;height:46px}
  .modal-sizes{grid-template-columns:repeat(6,1fr);gap:5px}
  .modal-size{min-height:46px}
  .cart-drawer{width:100%}
  .cart-head{padding:15px 16px calc(15px + env(safe-area-inset-top))}
  .cart-body{padding:12px 14px}
  .cart-item{grid-template-columns:100px minmax(0,1fr)}
  .cart-item>img{width:100px;height:118px}
  .cart-footer{padding-inline:14px}
  .checkout-modal{padding:0;align-items:end}
  .checkout-box{width:100%;max-height:96svh}
  .checkout-head{padding:15px 16px}
  .checkout-body{padding:16px 14px calc(20px + env(safe-area-inset-bottom))}
  .form-grid{grid-template-columns:1fr}
  .order-form input,.order-form textarea{font-size:16px}
  .order-success{min-height:340px}
  .toast{bottom:18px}
}

@media(max-width:390px){
  .hero-actions{display:grid}
  .hero-actions .button{width:100%}
  .modal-sizes,.size-options{grid-template-columns:repeat(5,1fr)}
  .cart-item{grid-template-columns:88px minmax(0,1fr)}
  .cart-item>img{width:88px;height:108px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* MAISON / v166 ---------------------------------------------------------- */
:root{
  --black:#11100e;
  --white:#fbfaf7;
  --paper:#f2eee8;
  --accent:#9b8774;
  --image:#e8e2da;
  --soft:#ece7e0;
  --line:#cfc5ba;
  --muted:#6e665f;
  --container:1760px;
}

body{background:var(--paper);font-weight:400}
:focus-visible{outline-color:var(--black)}
::selection{background:var(--accent);color:var(--white)}
.delivery-bar{min-height:28px;padding-block:4px;background:var(--black);font-size:11px;font-weight:600;letter-spacing:0}
.delivery-bar b{color:var(--accent)}
.site-header{background:rgba(242,238,232,.97);border-color:var(--line);backdrop-filter:blur(12px)}
.header-inner{height:62px;grid-template-columns:1fr auto 1fr;gap:24px}
.brand{gap:0}
.brand-mark{display:none}
.brand-name{font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:400;line-height:.82;letter-spacing:1px}
.brand-name small{margin-top:9px;font-family:Arial,sans-serif;font-size:7px;font-weight:400;letter-spacing:4.4px;text-align:center}
.main-nav{gap:34px}
.main-nav a{font-size:13px;font-weight:600}
.main-nav a:after{height:1px;background:var(--black)}
.header-action{min-height:44px;font-weight:700}
.cart-trigger{min-width:112px;padding:0 16px;border:1px solid var(--black);background:var(--black);color:var(--white)}
.cart-trigger:hover{background:#2a2521;color:var(--white);text-decoration:none}
.cart-trigger.has-items{background:var(--black);color:var(--white)}
.cart-trigger svg{width:20px;height:20px}
.cart-count{min-width:22px;height:22px;border-radius:0;background:var(--paper);color:var(--black);font-size:11px}

.hero{position:relative;max-width:var(--container);height:auto;margin:0 auto;overflow:hidden;display:grid;grid-template-rows:auto auto;background:var(--black);isolation:isolate}
.hero-inner{display:contents}
.hero-media{position:relative;inset:auto;z-index:0;height:clamp(440px,47vw,640px);overflow:hidden;background:var(--black)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;animation:hero-media-in .7s cubic-bezier(.2,.7,.2,1) both}
.hero-copy{position:relative;right:auto;bottom:auto;width:100%;padding:clamp(24px,3vw,40px) var(--gutter);border:0;border-top:1px solid #3a342f;background:var(--black);color:var(--white);box-shadow:none;display:flex;align-items:center;justify-content:space-between;gap:34px;animation:hero-copy-in .52s .08s ease-out both}
.hero-message{min-width:0}
.eyebrow{width:max-content;margin:0 0 8px;padding:0;border:0;color:var(--accent);font-family:Arial,sans-serif;font-size:10px;font-weight:600;letter-spacing:2.4px}
.hero h1{max-width:none;margin:0;font-size:clamp(32px,4vw,58px);font-weight:600;line-height:1;letter-spacing:0}
.hero-text{max-width:620px;margin:10px 0 0;color:#cfc7be;font-size:13px;font-weight:400;line-height:1.6}
.hero-actions{flex:0 0 auto;margin-top:0}
.hero-actions .button{min-height:54px;padding-inline:28px;border:1px solid var(--paper);background:var(--paper);color:var(--black);font-size:13px;font-weight:700}
.hero-actions .button:hover{background:transparent;color:var(--white)}
.button--white{background:var(--white);color:var(--black)}
.button--white:hover{background:var(--black);color:var(--white)}
.hero-product{display:none}

.proof-strip{max-width:var(--container);min-height:68px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}
.proof-strip span{display:flex;align-items:center;justify-content:center;gap:6px;padding:13px 18px;border-left:1px solid var(--line);font-size:12px;color:var(--muted);white-space:nowrap}
.proof-strip b{color:var(--black);font-weight:700}
.brand-gateway{max-width:var(--container);margin:0 auto;padding:clamp(58px,6vw,88px) var(--gutter) clamp(64px,7vw,100px);border-bottom:1px solid var(--line);background:var(--paper);scroll-margin-top:82px}
.brand-gateway__head{margin-bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:32px}
.brand-gateway__head h2{margin:0;font-size:clamp(38px,4.5vw,66px);font-weight:700;line-height:1}
.brand-gateway__head>p{max-width:430px;margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.brand-card{min-width:0;min-height:320px;display:grid;grid-template-rows:1fr auto;overflow:hidden;border:1px solid var(--line);background:var(--white);color:var(--black);text-decoration:none;box-shadow:0 20px 48px -46px rgba(17,16,14,.65);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.brand-card__visual{position:relative;min-height:252px;display:grid;grid-template-rows:74px minmax(178px,1fr);background:linear-gradient(145deg,#fdfcf9,#f0ebe4)}
.brand-card__logo{padding:15px 22px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(207,197,186,.72)}
.brand-card__logo img{width:auto;height:auto;max-width:64%;max-height:47px;object-fit:contain;filter:grayscale(1) contrast(1.12);transition:transform .25s ease,filter .25s ease}
.brand-card--on-running .brand-card__logo img{max-width:31px;max-height:52px}
.brand-card__shoe{min-height:178px;padding:9px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--image)}
.brand-card__shoe img{width:100%;height:100%;max-height:190px;object-fit:contain;filter:saturate(.92) contrast(1.02);transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.brand-card__popular{position:absolute;top:86px;right:10px;z-index:2;padding:6px 9px;background:rgba(17,16,14,.9);color:var(--white);font-size:9px;font-weight:700;line-height:1;backdrop-filter:blur(5px)}
.brand-card__meta{min-width:0;min-height:62px;padding:12px 14px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;column-gap:10px;border-top:1px solid var(--line)}
.brand-card__meta b{min-width:0;overflow:hidden;font-family:Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.35;white-space:nowrap;text-overflow:ellipsis;direction:ltr;text-align:right}
.brand-card__meta small{color:var(--muted);font-size:10px;line-height:1.35}
.brand-card__meta i{grid-column:2;grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);font-style:normal;font-size:15px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.brand-card:hover,.brand-card:focus-visible{border-color:var(--black);box-shadow:0 28px 58px -44px rgba(17,16,14,.8);transform:translateY(-3px)}
.brand-card:hover .brand-card__logo img,.brand-card:focus-visible .brand-card__logo img{filter:grayscale(1) contrast(1.3);transform:scale(1.04)}
.brand-card:hover .brand-card__shoe img,.brand-card:focus-visible .brand-card__shoe img{transform:scale(1.035)}
.brand-card:hover .brand-card__meta i,.brand-card:focus-visible .brand-card__meta i{border-color:var(--black);background:var(--black);color:var(--white)}
.category-rail{max-width:var(--container);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper)}
.category-rail a{min-height:94px;padding:0 22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line);border-left:1px solid var(--line);color:var(--black);text-decoration:none;transition:background-color .18s ease,color .18s ease}
.category-rail a:first-child{border-right:1px solid var(--line)}
.category-rail span{color:var(--muted);font-family:Arial,sans-serif;font-size:10px}
.category-rail b{font-size:20px;font-weight:700}
.category-rail i{font-style:normal;font-size:20px}
.category-rail a:hover,.category-rail a:focus-visible{background:var(--black);color:var(--white)}
.category-rail a:hover span,.category-rail a:focus-visible span{color:var(--accent)}

.catalog{padding:clamp(54px,6vw,92px) var(--gutter) clamp(70px,8vw,118px)}
.catalog--home{padding-top:clamp(46px,5vw,78px)}
.brand-context{min-height:118px;margin-bottom:28px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--line);background:var(--white)}
.brand-context[hidden]{display:none}
.brand-context__back{min-height:44px;display:inline-flex;align-items:center;color:var(--black);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.brand-context__logo{min-width:220px;min-height:76px;display:flex;align-items:center;justify-content:center}
.brand-context__logo img{width:auto;height:auto;max-width:260px;max-height:72px;object-fit:contain;filter:grayscale(1) contrast(1.15)}
.section-head{align-items:end;margin-bottom:30px}
.section-kicker{width:max-content;margin-bottom:10px;padding:0;color:var(--accent);font-family:Arial,sans-serif;font-size:10px;font-weight:600;letter-spacing:2px}
.section-head h2{font-size:clamp(38px,4.5vw,66px);font-weight:700;line-height:1;letter-spacing:0}
.section-link{min-height:44px;display:inline-flex;align-items:center;color:var(--black);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.catalog-count strong{font-size:30px;font-weight:700}
.catalog-tools{position:static;z-index:auto;margin-bottom:28px;padding:0;border:0;background:transparent}
.catalog-tools-main{grid-template-columns:minmax(260px,1fr) auto auto;gap:8px}
.search-box input{height:52px;border-color:var(--line);background:var(--white);font-weight:400}
.search-box input:focus{border-color:var(--black)}
.category-tabs{height:52px;border-color:var(--line);background:var(--white)}
.filter-chip{min-width:80px;border-color:var(--line);font-weight:600}
.filter-chip:hover,.filter-chip.is-active{background:var(--black);color:var(--white)}
.size-filter summary{border-color:var(--black);font-weight:700}
.size-filter[open] summary{background:var(--black)}
.size-filter-panel{border-color:var(--black)}
.size-chip{font-weight:600}
.size-chip:hover,.size-chip.is-active{background:var(--black);border-color:var(--black);color:var(--white)}

.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px}
.product-card{height:100%;overflow:hidden;border:1px solid var(--line);background:var(--white);font-weight:400;box-shadow:0 18px 40px -42px rgba(17,16,14,.7);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;animation:product-in .38s ease-out both}
.product-card:nth-child(2){animation-delay:40ms}
.product-card:nth-child(3){animation-delay:80ms}
.product-card:nth-child(4){animation-delay:120ms}
.product-card:nth-child(5){animation-delay:160ms}
.product-card:nth-child(6){animation-delay:200ms}
.product-card__media{aspect-ratio:1;overflow:hidden;border-bottom:1px solid var(--line);background:var(--image)}
.product-card__media img{padding:4%;object-fit:contain;transition:transform .28s cubic-bezier(.2,.7,.2,1)}
.product-card:hover,.product-card:focus-visible{border-color:var(--black);box-shadow:0 30px 58px -42px rgba(17,16,14,.75);transform:translateY(-3px)}
.product-card:hover .product-card__media img,.product-card:focus-visible .product-card__media img{transform:scale(1.035)}
.product-card__quick,.product-card__sizes{display:none}
.product-card__body{flex:1;padding:15px 16px 16px;display:flex;flex-direction:column}
.product-card__brand{margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.75px}
.product-card__title{min-height:2.9em;font-size:15px;font-weight:650;line-height:1.45}
.product-card__meta{margin-top:auto;padding-top:12px;align-items:baseline}
.product-card__color{font-size:12px}
.product-card__price{font-size:18px;font-weight:700}
.product-card__action{min-height:44px;margin:14px -16px -16px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-top:0;background:var(--black);color:var(--white);font-size:12px;font-weight:700}
.product-card__action i{font-style:normal;font-size:16px}
.catalog-all{width:min(360px,100%);min-height:54px;margin:22px auto 0;padding:0 22px;display:flex;align-items:center;justify-content:space-between;background:var(--black);color:var(--white);text-decoration:none;font-size:14px;font-weight:700}
.catalog-all:hover{background:#2a2521;color:var(--white)}

.footer{background:var(--black)}
.footer-copy strong{font-family:Arial,sans-serif;font-size:28px;font-weight:900;letter-spacing:-1px}
.footer-copy p{color:#c8c4b8}
.footer-bottom{border-color:#4b4a42;color:#c8c4b8}

.modal-shell,.checkout-box,.cart-drawer{background:var(--paper)}
.modal-media,.cart-item>img{background:var(--image)}
.modal-brand{width:max-content;padding:0;color:var(--accent);font-weight:700}
.modal-title{font-weight:700;letter-spacing:0}
.modal-add,.cart-checkout,.order-submit{border-color:var(--black);background:var(--black);color:var(--white);font-weight:700}
.modal-add:hover,.cart-checkout:hover,.order-submit:hover{background:#2a2521;color:var(--white)}
.modal-size{font-weight:600}
.modal-size:hover,.modal-size.is-selected{border-color:var(--black);background:var(--black);color:var(--white)}
.modal-cart-note{font-size:11px}
.cart-head,.checkout-head{background:var(--black);color:var(--white)}
.cart-head h2,.checkout-head h2{font-weight:700}
.cart-head small,.checkout-head small{color:#cfc7be;font-weight:600}
.cart-head button,.checkout-head button{border-color:var(--paper);background:transparent;color:var(--white)}
.cart-head button:focus-visible,.checkout-head button:focus-visible{outline-color:var(--paper)}
.cart-empty strong{font-weight:700}
.cart-remove{min-height:44px;font-weight:600}
.notes-details{border:1px solid var(--line);background:var(--white)}
.notes-details summary{min-height:48px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:12px;font-weight:700}
.notes-details summary::-webkit-details-marker{display:none}
.notes-details summary:after{content:"+";font-size:18px}
.notes-details[open] summary:after{content:"−"}
.notes-details label{padding:0 12px 12px}
.order-success:focus{outline:0}

@keyframes hero-media-in{from{opacity:.72;transform:scale(1.035) translateY(8px)}to{opacity:1;transform:none}}
@keyframes hero-copy-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes product-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

@media(max-width:1180px){
  .hero{height:auto}
  .hero-media{height:clamp(430px,52vw,610px)}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:760px){
  :root{--gutter:12px}
  .delivery-bar{min-height:27px;font-size:10px}
  .header-inner{height:58px;grid-template-columns:44px 1fr 92px;padding-inline:8px;gap:5px}
  .brand-name{font-size:16px;letter-spacing:-.5px}
  .brand-name small{margin-top:7px;font-size:6px;letter-spacing:3.2px}
  .mobile-menu-panel{top:58px}
  body[data-home="true"] .mobile-menu{visibility:hidden}
  .header-action:not(.cart-trigger){display:none}
  .cart-trigger{width:92px;min-width:92px;min-height:44px;padding:0 10px;gap:6px}
  .cart-trigger>span{display:inline;font-size:12px}
  .cart-trigger svg{width:18px;height:18px}
  .cart-trigger .cart-count{position:static;min-width:19px;height:19px;padding:0 4px;background:var(--white);color:var(--black)}
  .hero{height:auto;min-height:0;display:flex;flex-direction:column}
  .hero-media{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:1200/630;order:1}
  .hero-media img{object-fit:contain;object-position:center}
  .hero-copy{position:relative;right:auto;bottom:auto;width:100%;order:2;padding:22px 16px 24px;border-width:1px 0 0;background:var(--black);box-shadow:none;flex-direction:column;align-items:flex-start;gap:18px}
  .eyebrow{margin-bottom:7px;font-size:9px}
  .hero h1{font-size:clamp(34px,10vw,44px);line-height:1;letter-spacing:0}
  .hero-text{max-width:340px;margin-top:13px;font-size:12px;line-height:1.55}
  .hero-actions{width:100%;margin-top:0}
  .hero-actions .button{width:auto;min-height:49px;padding-inline:18px;font-size:12px}
  .hero-product{display:none}
  .proof-strip{min-height:62px;overflow:visible;grid-template-columns:repeat(3,1fr)}
  .proof-strip span{padding:8px 5px;flex-direction:column;gap:1px;text-align:center;white-space:normal;font-size:9px;line-height:1.35}
  .proof-strip b{font-size:11px}
  .brand-gateway{padding:38px 10px 48px;scroll-margin-top:68px}
  .brand-gateway__head{margin-bottom:18px;display:block}
  .brand-gateway__head h2{font-size:36px}
  .brand-gateway__head>p{max-width:330px;margin-top:9px;font-size:11px;line-height:1.65}
  .brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .brand-card{min-height:232px}
  .brand-card:last-child{grid-column:1/-1}
  .brand-card__visual{min-height:180px;grid-template-rows:56px 124px}
  .brand-card__logo{padding:10px 8px}
  .brand-card__logo img{max-width:75%;max-height:34px}
  .brand-card--on-running .brand-card__logo img{max-width:24px;max-height:40px}
  .brand-card__shoe{min-height:124px;padding:6px}
  .brand-card__shoe img{max-height:128px}
  .brand-card__popular{top:64px;right:7px;padding:5px 7px;font-size:8px}
  .brand-card:last-child .brand-card__visual{grid-template-rows:56px 148px}
  .brand-card:last-child .brand-card__shoe img{max-height:152px}
  .brand-card__meta{min-height:51px;padding:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}
  .brand-card__meta b{width:100%;font-size:9.5px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .brand-card__meta small{font-size:8.5px}
  .brand-card__meta i{display:none}
  .category-rail{padding-inline:0;grid-template-columns:repeat(3,1fr)}
  .category-rail a{min-height:66px;padding:0 10px;grid-template-columns:1fr auto;gap:5px;text-align:center}
  .category-rail a:first-child{border-right:0}
  .category-rail span{display:none}
  .category-rail b{font-size:14px}
  .category-rail i{font-size:14px}
  .catalog,.catalog--home{padding-top:38px;padding-bottom:70px}
  .brand-context{min-height:96px;margin-bottom:18px;padding:12px 13px;gap:12px}
  .brand-context__back{font-size:10px}
  .brand-context__logo{min-width:140px;min-height:60px}
  .brand-context__logo img{max-width:150px;max-height:54px}
  .section-head{display:flex;align-items:end;gap:12px;margin-bottom:18px}
  .section-head h2{font-size:36px;letter-spacing:0}
  .section-link{min-height:38px;font-size:11px}
  .catalog-count{display:flex}
  .catalog-tools{margin-bottom:16px}
  .catalog-tools-main{grid-template-columns:1fr auto;gap:7px}
  .search-box{grid-column:1/-1}
  .category-tabs{grid-column:1/-1;order:3}
  .size-filter{width:auto;min-width:128px;grid-column:2;grid-row:1}
  .search-box input{height:48px;padding-left:140px;font-size:16px}
  .size-filter summary{height:48px;padding-inline:13px}
  .size-filter-panel{position:absolute;left:0;width:min(360px,calc(100vw - 24px));margin-top:7px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card__media{aspect-ratio:1}
  .product-card__body{padding:10px}
  .product-card__brand{font-size:9px}
  .product-card__title{min-height:2.8em;font-size:13px;line-height:1.4}
  .product-card__meta{padding-top:8px}
  .product-card__color{font-size:10px}
  .product-card__price{font-size:15px}
  .product-card__action{min-height:40px;margin:10px -10px -10px;padding:0 10px;font-size:10.5px}
  .catalog-all{margin-top:14px}
  .modal-media{min-height:32svh;max-height:300px}
  .modal-content{padding:20px 14px calc(18px + env(safe-area-inset-bottom))}
  .modal-title{font-size:28px}
  .modal-divider{margin:16px 0}
  .modal-add{position:sticky;bottom:0;z-index:2;margin-top:14px;box-shadow:0 -8px 0 var(--paper)}
  .cart-head{padding-top:calc(15px + env(safe-area-inset-top))}
  .footer-inner{padding-top:38px}
}

@media(max-width:390px){
  .hero-actions{display:flex}
  .hero h1{font-size:45px}
  .section-head h2{font-size:32px}
  .section-link{display:none}
}

@media(prefers-reduced-motion:reduce){
  .hero-media img,.hero-copy,.product-card{animation:none!important}
}

/* v169 — clean after-sales flow connected to the existing returns dashboard */
.service-page-body{background:var(--paper)}
.service-header-inner{display:flex;justify-content:space-between}
.service-back{min-height:44px;display:inline-flex;align-items:center;font-size:12px;font-weight:700;text-underline-offset:5px}
.service-page{max-width:1180px;margin:auto;padding:clamp(50px,7vw,96px) var(--gutter) clamp(72px,8vw,118px);display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);align-items:start;gap:clamp(34px,6vw,88px)}
.service-intro{position:sticky;top:105px}
.service-intro h1{max-width:560px;margin:0;font-size:clamp(44px,5.8vw,78px);font-weight:700;line-height:.98;letter-spacing:-1.6px}
.service-intro>p:not(.section-kicker){max-width:510px;margin:22px 0 0;color:var(--muted);font-size:15px;line-height:1.8}
.service-policy{margin-top:30px;padding:20px;border:1px solid var(--line);background:var(--white)}
.service-policy b,.service-policy span{display:block}
.service-policy b{font-size:14px}
.service-policy span{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.8}
.service-form-page{padding:26px;border:1px solid var(--black);background:var(--white);box-shadow:0 26px 60px -56px rgba(17,16,14,.8)}
.service-form-head{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--black)}
.service-form-head>span{width:48px;height:48px;display:grid;place-items:center;background:var(--black);color:var(--white);font-family:Arial,sans-serif;font-size:12px;font-weight:700}
.service-form-head h2{margin:0;font-size:27px;line-height:1.1}
.service-form-head p{margin:4px 0 0;color:var(--muted);font-size:11px}
.service-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 12px}
.service-form-grid label{min-width:0;display:grid;gap:7px;font-size:12px;font-weight:700}
.service-form-grid label>span{color:var(--muted);font-size:10px;font-weight:400}
.service-form-grid input,.service-form-grid select,.service-form-grid textarea{width:100%;min-height:50px;padding:11px 12px;border:1px solid var(--line);border-radius:0;background:var(--paper);color:var(--black);outline:0;font-size:16px}
.service-form-grid textarea{min-height:112px;resize:vertical;line-height:1.6}
.service-form-grid :is(input,select,textarea):focus{border-color:var(--black);box-shadow:0 0 0 1px var(--black)}
.service-form-grid [aria-invalid="true"]{border-color:var(--danger);box-shadow:0 0 0 1px var(--danger)}
.service-wide{grid-column:1/-1}
.service-checks,.service-legal{margin-top:18px;padding:16px;border:1px solid var(--line);background:var(--paper)}
.service-checks label,.service-legal label{min-height:36px;display:flex;align-items:flex-start;gap:9px;color:var(--black);font-size:12px;line-height:1.65;cursor:pointer}
.service-checks input,.service-legal input{width:18px;height:18px;margin:2px 0 0;flex:0 0 auto;accent-color:var(--black)}
.service-legal{border-color:var(--black);background:var(--white)}
.service-legal p{margin:7px 27px 0;color:var(--muted);font-size:10px;line-height:1.7}
.service-form-error{margin-top:14px}
.service-submit{width:100%;margin-top:16px}
.service-success-page{grid-column:1/-1;max-width:720px;margin:auto;padding:clamp(42px,6vw,72px);border:1px solid var(--black);background:var(--white);text-align:center}
.service-success-page>span{width:64px;height:64px;margin:0 auto 22px;display:grid;place-items:center;border:1px solid var(--black);background:var(--black);color:var(--white);font-size:28px}
.service-success-page h2{margin:0;font-size:clamp(34px,5vw,58px);line-height:1}
.service-success-page>p:not(.section-kicker){margin:17px 0 0;color:var(--muted)}
.service-success-page>strong{display:block;margin:20px 0;padding:14px;border:1px solid var(--line);background:var(--paper);font-size:21px;letter-spacing:.8px}
.service-success-page>div{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}

@media(max-width:900px){
  .service-page{grid-template-columns:1fr;gap:28px}
  .service-intro{position:static}
  .service-intro h1{max-width:680px}
}

@media(max-width:600px){
  .service-header-inner{height:58px;padding-inline:12px}
  .service-page{padding-top:36px}
  .service-intro h1{font-size:42px;letter-spacing:-.5px}
  .service-intro>p:not(.section-kicker){font-size:13px}
  .service-form-page{padding:17px 12px}
  .service-form-grid{grid-template-columns:1fr}
  .service-wide{grid-column:auto}
  .service-form-head h2{font-size:23px}
  .service-success-page{padding:36px 18px}
  .service-success-page>div .button{width:100%}
}
