:root{font-family:Tahoma,Arial,sans-serif;color:#171717;background:#f8f8f6;font-synthesis:none;text-rendering:optimizeLegibility;--black: #171717;--red: #d71920;--blue: #2456a6;--paper: #f8f8f6;--line: #deded9;--muted: #747474}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper)}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{width:min(1320px,calc(100% - 48px));margin:0 auto}.site-header{min-height:82px;display:flex;align-items:center;gap:38px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:9px;font-size:24px;font-weight:950;letter-spacing:-1.5px;white-space:nowrap}.brand-mark{width:31px;height:31px;display:grid;place-items:center;border-radius:9px 3px;background:var(--red);color:#fff;font-size:17px;font-weight:900}.site-header nav{display:flex;align-items:center;gap:28px;flex:1}.site-header nav a{position:relative;font-size:14px;color:#555;transition:color .2s ease}.site-header nav a:hover,.site-header nav a.active{color:var(--black)}.site-header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--red)}.header-actions{display:flex;align-items:center;gap:8px}.header-actions button{position:relative;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:transparent;font-size:17px}.header-actions button:hover{background:#fff}.cart-count{position:absolute;top:-4px;right:-2px;width:15px;height:15px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:9px}.search-bar{display:flex;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.search-bar input{flex:1;min-width:0;border:1px solid var(--line);border-radius:12px;padding:13px 16px;background:#fff;outline:none}.search-bar input:focus{border-color:var(--black)}.search-bar button{border:0;border-radius:12px;padding:0 18px;background:var(--black);color:#fff}.hero{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding:70px 0 90px}.hero-copy{max-width:650px}.eyebrow{margin:0 0 14px;font-size:11px;font-weight:900;letter-spacing:2px;color:var(--red)}.hero h1{margin:0;font-size:clamp(48px,7vw,88px);line-height:1.03;letter-spacing:-4px}.hero h1 span{color:var(--blue)}.hero-text{max-width:540px;margin:25px 0 0;color:var(--muted);font-size:16px;line-height:2}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 25px;border-radius:4px;background:var(--black);color:#fff;font-weight:800;transition:transform .2s ease,background .2s ease}.primary-button:hover{transform:translateY(-2px);background:var(--red)}.text-button{font-weight:800;font-size:14px}.hero-art{position:relative;min-height:460px;overflow:hidden;border-radius:3px;background:#e8e7e2}.hero-circle{position:absolute;width:380px;height:380px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:#fff}.hero-card{position:absolute;display:grid;place-items:center;width:190px;height:270px;border:1px solid rgba(23,23,23,.18);background:#ffffffc7;font-size:13px;font-weight:900;letter-spacing:2px;box-shadow:0 20px 50px #00000014}.hero-card-one{top:75px;right:75px;transform:rotate(8deg)}.hero-card-two{bottom:58px;left:65px;transform:rotate(-9deg);background:var(--blue);color:#fff}.hero-symbol{position:absolute;inset:0;display:grid;place-items:center;font-size:130px;font-weight:950;color:var(--red);opacity:.9;transform:rotate(-8deg)}.section{padding:65px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-heading h2{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-1.5px}.section-link,.section-note{color:var(--muted);font-size:13px}.section-link{font-weight:800;color:var(--black)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-card{position:relative;min-height:245px;display:flex;flex-direction:column;justify-content:space-between;padding:22px;overflow:hidden;border:1px solid var(--line);background:#fff;transition:transform .2s ease,box-shadow .2s ease}.category-card:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;left:-50px;top:45px;background:#eee}.category-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #00000014}.category-card.women:before{background:#f4dfe0}.category-card.men:before{background:#dfe7f3}.category-card.tshirt:before{background:#e9e9e6}.category-card.pants:before{background:#e4e2df}.category-card.underwear:before{background:#f1e6d7}.category-number,.category-arrow,.category-card h3,.category-card p{position:relative;z-index:1}.category-number{font-size:11px;color:var(--muted)}.category-card h3{margin:0 0 7px;font-size:21px}.category-card p{margin:0;color:var(--muted);font-size:12px}.category-arrow{align-self:end;font-size:20px}.products-section{border-top:1px solid var(--line)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--line)}.product-image{position:relative;height:360px;overflow:hidden;background:#ecebe7}.product-placeholder{height:100%;display:grid;place-items:center;font-size:15px;color:#777}.product-placeholder span{padding:65px 40px;border:1px dashed #aaa;border-radius:50%}.product-badge{position:absolute;top:13px;right:13px;z-index:2;padding:5px 8px;background:var(--black);color:#fff;font-size:9px;font-weight:900}.product-info{padding:17px}.product-category{margin:0 0 7px;color:var(--muted);font-size:11px}.product-info h3{margin:0;font-size:16px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:17px}.product-bottom strong{font-size:12px}.color-picker{display:flex;gap:6px}.color-dot{width:18px;height:18px;border:1px solid #bbb;border-radius:50%;padding:0}.color-dot.active{outline:2px solid var(--black);outline-offset:2px}.brand-strip{margin:20px 0 70px;padding:42px 25px;background:var(--black);color:#fff;text-align:center}.brand-strip p{margin:0 0 10px;color:#bcbcbc;font-size:10px;letter-spacing:3px}.brand-strip strong{font-size:clamp(22px,4vw,38px)}.site-footer{display:grid;grid-template-columns:1fr auto auto;gap:40px;align-items:end;padding:35px 0 45px;border-top:1px solid var(--line)}.footer-brand{font-size:24px;font-weight:950}.site-footer p{margin:7px 0 0;color:var(--muted);font-size:12px}.footer-links{display:flex;gap:20px;font-size:12px}.site-footer small{color:var(--muted);font-size:10px}@media(max-width:950px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{min-height:390px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1fr}}@media(max-width:700px){.app-shell{width:min(100% - 24px,1320px)}.site-header{min-height:72px;flex-wrap:wrap;gap:14px;padding:12px 0}.site-header nav{order:3;width:100%;overflow-x:auto;gap:22px;padding-bottom:5px}.site-header nav a{white-space:nowrap}.site-header nav a.active:after{bottom:-5px}.hero{min-height:auto;padding:50px 0 60px}.hero h1{letter-spacing:-2px}.hero-art{min-height:320px}.hero-card{width:135px;height:200px}.hero-card-one{right:35px}.hero-card-two{left:35px}.hero-circle{width:280px;height:280px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:190px;padding:17px}.product-image{height:280px}.section{padding:48px 0}.section-heading{align-items:start;flex-direction:column}.footer-links{flex-wrap:wrap}}@media(max-width:430px){.header-actions button{width:34px;height:34px}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.product-image{height:235px}.product-info{padding:12px}.product-info h3{font-size:14px}.product-bottom{align-items:flex-start;flex-direction:column}}
