:root{
  --navy:#07152d;
  --blue:#1f4168;
  --orange:#ff6b1a;
  --yellow:#ffc107;
  --cream:#f7f2ea;
  --paper:#fffaf2;
  --muted:#627086;
  --border:#e5dfd4;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(7,21,45,.14);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,#ffe4c7 0,#f5f1ea 32%,#eeeae2 100%);color:var(--navy)}
a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;padding:12px 0;background:rgba(247,242,234,.74);backdrop-filter:blur(18px)}
.navbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(255,250,242,.86);border:1px solid rgba(255,255,255,.85);border-radius:999px;padding:10px 14px;box-shadow:0 12px 34px rgba(7,21,45,.08)}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#fff}.brand strong{display:block;font-size:15px}.brand span{display:block;color:var(--muted);font-size:12px}.nav-links{display:flex;align-items:center;gap:34px;font-weight:800;color:#58657b;font-size:14px}.nav-links a:hover{color:var(--orange)}.menu-toggle{display:none;border:0;background:var(--navy);color:#fff;width:44px;height:44px;border-radius:50%;font-size:22px}.cart-button{border:0;background:var(--navy);color:white;border-radius:999px;padding:13px 18px;display:flex;align-items:center;gap:10px;font-weight:900;font-size:16px;cursor:pointer}.cart-button b{display:grid;place-items:center;background:var(--yellow);color:var(--navy);min-width:25px;height:25px;border-radius:999px;font-size:13px}
.hero{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;padding:28px 0 28px}.hero-copy,.hero-image,.section,.cta{border-radius:var(--radius);background:rgba(255,250,242,.88);border:1px solid rgba(255,255,255,.85);box-shadow:var(--shadow)}.hero-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.hero-logo{width:118px;height:118px;object-fit:contain;margin-bottom:12px;background:white;border-radius:22px;padding:8px;box-shadow:0 12px 30px rgba(7,21,45,.10)}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--orange);font-weight:1000;font-size:12px;margin:0 0 10px}.hero h1{font-size:clamp(42px,5.2vw,82px);line-height:.92;margin:0 0 22px;letter-spacing:-.07em}.hero-text{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.btn{border:0;border-radius:999px;padding:14px 20px;font-weight:1000;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:8px}.btn-primary{background:var(--orange);color:white;box-shadow:0 16px 38px rgba(255,107,26,.28)}.btn-secondary{background:white;color:var(--navy);border:1px solid var(--border)}.btn-full{width:100%}.hero-image{position:relative;overflow:hidden;min-height:560px;background:#142c4d}.hero-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(1.05)}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,21,45,.05),rgba(7,21,45,.35))}.hero-badge{position:absolute;right:24px;bottom:24px;background:var(--yellow);z-index:2;border-radius:999px;padding:12px 18px;font-weight:1000;color:var(--navy)}
.section{padding:38px;margin:28px auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section h2,.cta h2{font-size:clamp(30px,4vw,48px);line-height:1;margin:0 0 12px;letter-spacing:-.04em}.section p,.cta p{color:var(--muted);margin:0;line-height:1.6}.store-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.store-card{border:1px solid var(--border);background:white;border-radius:22px;padding:18px;text-align:left;cursor:pointer;transition:.2s;min-height:130px}.store-card:hover,.store-card.active{transform:translateY(-3px);border-color:var(--orange);box-shadow:0 18px 45px rgba(7,21,45,.1)}.store-card strong{display:block;font-size:16px;margin-bottom:10px}.store-card span{display:inline-block;background:#eff3f7;color:var(--blue);font-size:12px;font-weight:900;border-radius:999px;padding:7px 10px}.catalog-head{align-items:flex-start}.filters{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.filters select,.search-box input{height:52px;border-radius:999px;border:1px solid #d7dce4;background:white;color:var(--navy);padding:0 18px;font-size:16px;outline:none}.filters select{min-width:210px}.search-box{margin-bottom:20px}.search-box input{width:100%}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:white;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(7,21,45,.07);display:flex;flex-direction:column;min-height:100%;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(7,21,45,.12)}.product-image{height:270px;position:relative;background:#eee;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.tag{position:absolute;left:16px;bottom:16px;background:rgba(7,21,45,.92);color:white;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:1000}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.meta{display:flex;justify-content:space-between;gap:8px;text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:#6f7889;font-weight:1000}.product-title{font-size:22px;line-height:1.15;margin:0}.product-desc{color:var(--muted);line-height:1.55;margin:0}.size-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}.size-row span{font-weight:900;color:var(--muted);font-size:14px}.size-btn{border:1px solid #d7dce4;background:#f7f8fa;border-radius:999px;padding:8px 11px;font-weight:900;cursor:pointer}.size-btn.active{background:var(--navy);color:white;border-color:var(--navy)}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.price{font-size:24px;font-weight:1000}.add-btn{background:var(--navy);color:white;border:0;border-radius:999px;padding:12px 16px;font-weight:1000;cursor:pointer}.empty-state{display:none;text-align:center;padding:40px;color:var(--muted);font-weight:800}.cta{margin:28px auto 70px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cart-drawer{position:fixed;inset:0;background:rgba(7,21,45,.45);z-index:100;opacity:0;pointer-events:none;transition:.2s}.cart-drawer.open{opacity:1;pointer-events:auto}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(430px,92vw);background:var(--paper);padding:22px;display:flex;flex-direction:column;box-shadow:-20px 0 70px rgba(0,0,0,.24);transform:translateX(100%);transition:.25s}.cart-drawer.open .cart-panel{transform:translateX(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:16px}.cart-header h3{font-size:32px;margin:0}.icon-button{width:42px;height:42px;border-radius:50%;border:0;background:var(--navy);color:#fff;font-size:25px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:14px 0}.cart-empty{text-align:center;color:var(--muted);padding:40px 8px}.cart-item{display:grid;grid-template-columns:70px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.cart-item img{width:70px;height:70px;border-radius:16px;object-fit:cover}.cart-item h4{margin:0 0 4px;font-size:15px}.cart-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.cart-controls{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:white;font-weight:1000;cursor:pointer}.remove{border:0;background:transparent;color:#d44225;font-weight:900;cursor:pointer}.cart-summary{border-top:1px solid var(--border);padding-top:16px;display:grid;gap:10px}.summary-row{display:flex;align-items:center;justify-content:space-between;font-size:18px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:var(--navy);color:#fff;padding:13px 18px;border-radius:999px;font-weight:900;opacity:0;pointer-events:none;transition:.2s;z-index:120}.toast.show{opacity:1;transform:translate(-50%,0)}
@media (max-width:1060px){.hero{grid-template-columns:1fr}.hero-image{min-height:420px}.store-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.container{width:min(100% - 28px,1180px)}.site-header{padding:8px 0}.navbar{border-radius:24px;flex-wrap:wrap;min-height:64px}.brand-logo{width:44px;height:44px}.brand strong{font-size:14px}.brand span{font-size:11px}.menu-toggle{display:block}.nav-links{display:none;flex-basis:100%;width:100%;padding:10px;gap:0;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links a{padding:14px 12px;border-top:1px solid var(--border)}.cart-button{padding:11px 14px;font-size:14px}.hero{padding-top:12px;gap:16px}.hero-copy{padding:28px 22px}.hero-logo{width:92px;height:92px}.hero h1{font-size:46px;letter-spacing:-.06em}.hero-text{font-size:15px}.hero-image{min-height:300px}.section,.cta{padding:24px;margin:18px auto}.section-head,.cta{display:block}.filters{justify-content:stretch;margin-top:18px}.filters select{width:100%;min-width:0}.store-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr}.product-image{height:300px}.cta .btn{margin-top:18px;width:100%}.cart-panel{width:100%}}
@media (max-width:430px){.brand div{display:none}.hero h1{font-size:39px}.store-grid{grid-template-columns:1fr}.product-image{height:260px}.product-bottom{align-items:stretch;flex-direction:column}.add-btn{width:100%}.price{font-size:22px}}
