:root{--navy:#0b2d5c;--blue:#1d66b3;--yellow:#ffd51f;--ink:#10233d;--muted:#62748a;--line:#dbe4ef;--soft:#f7f9fc;--white:#fff;--shadow:0 10px 28px rgba(20,54,95,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:var(--navy);color:#fff;font-size:12px;letter-spacing:.06em;padding:9px 0}.topbar .shell{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-main{height:82px;display:flex;align-items:center;gap:28px}.brand img{width:230px;max-width:28vw;height:54px;object-fit:contain;display:block}.nav{margin-left:auto;display:flex;gap:24px;align-items:center;font-weight:700;font-size:14px}.nav a:hover{color:var(--blue)}.search-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;color:var(--navy);cursor:pointer}.hero{background:#eef7ff;border-bottom:1px solid var(--line)}.hero img{display:block;width:100%;max-height:540px;object-fit:cover}.category-strip{background:#fff;border-bottom:1px solid var(--line)}.category-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;padding:20px 0}.cat-link{text-align:center;font-weight:800;font-size:13px;color:var(--navy)}.cat-icon{width:78px;height:78px;border-radius:50%;border:1px solid var(--line);background:#fff;box-shadow:0 5px 16px rgba(20,54,95,.07);margin:0 auto 8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cat-icon img{width:100%;height:100%;object-fit:cover}.section{padding:64px 0}.section.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:26px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.14em;color:#5d7290;text-transform:uppercase;margin:0 0 8px}.section h2{font-size:clamp(30px,4vw,48px);line-height:1;margin:0;color:var(--navy)}.section-head p{max-width:560px;color:var(--muted);line-height:1.7;margin:0}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 24px}.filter{padding:10px 16px;border-radius:999px;border:1px solid #cbd8e7;background:#fff;color:var(--navy);font-weight:800;font-size:13px;cursor:pointer}.filter.active{background:var(--navy);color:#fff;border-color:var(--navy)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product-media{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-copy{padding:16px}.product-category{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6c819c}.product-card h3{font-size:18px;margin:5px 0 7px;color:var(--navy)}.product-card p{font-size:13px;line-height:1.5;color:var(--muted);margin:0 0 14px;min-height:39px}.price{font-size:22px;font-weight:900;color:var(--navy)}.old-price{font-size:13px;color:#8898aa;text-decoration:line-through;margin-left:8px}.empty{padding:34px;border:1px dashed #bdcbe0;border-radius:16px;color:var(--muted);text-align:center;grid-column:1/-1;background:#fff}.sales-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.sale-panel{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.sale-banner{height:170px;background:linear-gradient(135deg,#0d3f80,#2a7ace);position:relative;display:flex;align-items:end;padding:22px;color:#fff;overflow:hidden}.sale-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sale-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(7,34,70,.72))}.sale-banner-copy{position:relative;z-index:2}.sale-banner h3{font-size:27px;margin:0 0 4px}.sale-banner p{margin:0;opacity:.9}.sale-products{padding:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mini-product{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:9px}.mini-product img{width:58px;height:58px;object-fit:cover;border-radius:9px;background:#f8fafc}.mini-product strong{display:block;font-size:13px;color:var(--navy)}.mini-product span{font-weight:900;font-size:13px}.cta{background:linear-gradient(135deg,#0a2c5c,#124e98);color:#fff;border-radius:24px;padding:38px;display:flex;justify-content:space-between;gap:28px;align-items:center}.cta h2{color:#fff;font-size:38px}.cta p{margin:10px 0 0;color:#d9e9ff}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;padding:13px 18px;font-weight:900;cursor:pointer}.btn-yellow{background:var(--yellow);color:#092859}.footer{background:#071f42;color:#fff;padding:38px 0 24px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.footer img{width:230px;height:54px;object-fit:contain}.footer p,.footer a{color:#c8d5e6;font-size:13px;line-height:1.8}.footer a{display:block}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#91a6c2;font-size:12px}.page-hero{background:#eef5fb;padding:48px 0}.page-hero h1{font-size:46px;color:var(--navy);margin:0 0 10px}.page-hero p{color:var(--muted);margin:0}.admin-body{background:#f3f6fa}.admin-wrap{width:min(1240px,calc(100% - 32px));margin:28px auto}.admin-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:24px;margin-bottom:20px}.admin-header{display:flex;justify-content:space-between;gap:20px;align-items:center}.admin-header h1{margin:0;color:var(--navy)}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.tab{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}.tab.active{background:var(--navy);color:#fff}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#4d6178}.field input,.field textarea,.field select{border:1px solid #cbd8e7;border-radius:10px;padding:11px;background:#fff}.field textarea{min-height:90px;resize:vertical}.sale-checks{display:flex;gap:13px;flex-wrap:wrap}.admin-products{display:grid;gap:10px}.admin-product{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:10px}.admin-product img{width:70px;height:70px;object-fit:cover;border-radius:9px;background:#f8fafc}.admin-product h4{margin:0 0 4px}.admin-product p{margin:0;color:var(--muted);font-size:12px}.danger{background:#fff0f0;color:#a52121;border:1px solid #f2c3c3}.login-box{width:min(440px,calc(100% - 32px));margin:80px auto}.notice{background:#fff7dc;border:1px solid #f1da83;color:#735d00;border-radius:10px;padding:11px 13px;font-size:13px;margin:12px 0}.hidden{display:none!important}@media(max-width:900px){.nav{display:none}.brand img{max-width:55vw}.category-row{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.sales-grid,.admin-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.hero img{min-height:260px;object-fit:cover}}@media(max-width:560px){.products-grid{grid-template-columns:1fr}.category-row{grid-template-columns:repeat(2,1fr)}.sale-products{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.cta{align-items:flex-start;flex-direction:column}.header-main{height:72px}.brand img{width:190px}.section{padding:48px 0}}
.price-in-store{font-size:15px;letter-spacing:.01em}.sale-empty-link{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:62px;border:1px solid var(--line);border-radius:12px;font-weight:900;color:var(--navy);background:#f8fbff}.sale-banner{display:flex}.sale-banner:hover img{transform:scale(1.015)}.sale-banner img{transition:transform .25s ease}

/* Mobile layout fixes - v8.1 */
@media(max-width:560px){
  .shell{width:min(100% - 24px,1180px)}
  .topbar{font-size:10px;padding:7px 0}
  .topbar .shell{gap:5px;flex-direction:column}
  .header-main{height:68px;gap:10px}
  .brand{min-width:0;flex:1}
  .brand img{width:100%;max-width:210px;height:auto;max-height:42px;object-fit:contain;object-position:left center}
  .search-btn{flex:0 0 auto;padding:8px 11px;font-size:12px;line-height:1.1}
  .hero img{width:100%;height:auto;min-height:0;max-height:none;object-fit:contain;object-position:center;display:block}
  .category-row{grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 0}
  .cat-icon{width:64px;height:64px;margin-bottom:6px}
  .cat-link{font-size:11px}
  .section{padding:40px 0}
  .section-head{gap:14px;margin-bottom:20px}
  .section h2{font-size:30px}
  .section-head p{font-size:13px;line-height:1.55}
  .filters{gap:6px;margin-bottom:18px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}
  .filters::-webkit-scrollbar{display:none}
  .filter{white-space:nowrap;padding:8px 12px;font-size:11px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card{border-radius:13px}
  .product-copy{padding:10px}
  .product-category{font-size:9px;letter-spacing:.05em}
  .product-card h3{font-size:14px;line-height:1.2;margin:4px 0 5px}
  .product-card p{font-size:11px;line-height:1.35;min-height:45px;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .price{font-size:16px}
  .price-in-store{font-size:12px}
  .old-price{font-size:10px;margin-left:4px}
  .sales-grid{grid-template-columns:1fr;gap:14px}
  .sale-banner{height:auto;aspect-ratio:16/9;padding:14px}
  .sale-banner h3{font-size:20px}
  .sale-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}
  .mini-product{padding:7px;gap:7px;min-width:0}
  .mini-product img{width:46px;height:46px}
  .mini-product strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mini-product span{font-size:11px}
  .cta{padding:24px;border-radius:18px}
  .cta h2{font-size:28px}
}
