:root{--ink:#1e2f3f;--blue:#2b6cb0;--sky:#eaf5ff;--yellow:#ffd447;--red:#ef5b5b;--green:#65b87b;--paper:#fff;--soft:#f6f8fa;--line:#dfe6ec}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.skip-link,.visually-hidden{position:absolute;left:-9999px}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.header-inner{max-width:1180px;margin:auto;min-height:86px;padding:12px 24px;display:grid;grid-template-columns:180px 1fr auto;gap:28px;align-items:center}.header-logo img{width:170px}.primary-nav{display:flex;justify-content:center;gap:24px;font-weight:700}.primary-nav a:hover,.header-actions a:hover{color:var(--blue)}.header-actions{display:flex;gap:18px}.menu-toggle{display:none}.hero{max-width:1180px;margin:28px auto;min-height:470px;padding:64px;border-radius:34px;background:linear-gradient(135deg,#eaf5ff,#fff8d8);display:grid;grid-template-columns:1.25fr .75fr;overflow:hidden}.hero h1{font-size:clamp(44px,7vw,78px);line-height:.95;margin:12px 0 24px}.hero p{font-size:19px;line-height:1.6;max-width:620px}.eyebrow{font-weight:800;letter-spacing:.14em;font-size:13px!important;color:var(--blue)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--ink);border-radius:999px;padding:13px 23px;font-weight:800;cursor:pointer}.button.primary{background:var(--ink);color:#fff}.button.secondary{background:#fff}.hero-shapes{position:relative}.hero-shapes span{position:absolute;border-radius:42% 58% 65% 35%;display:block}.hero-shapes span:nth-child(1){width:230px;height:230px;background:var(--yellow);right:-10px;top:40px;transform:rotate(24deg)}.hero-shapes span:nth-child(2){width:140px;height:140px;background:var(--red);right:150px;top:210px}.hero-shapes span:nth-child(3){width:90px;height:90px;background:var(--green);right:10px;bottom:5px}.section{max-width:1180px;margin:auto;padding:72px 24px}.section.soft{max-width:none;background:var(--soft)}.section.soft>*{max-width:1180px;margin-left:auto;margin-right:auto}.section-heading{text-align:center;margin-bottom:36px}.section-heading h1,.section-heading h2{font-size:clamp(34px,5vw,54px);margin:8px 0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{min-height:180px;border-radius:24px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;font-weight:800;font-size:27px;transition:.2s transform}.category-card:hover{transform:translateY(-4px)}.category-card small{font-size:14px;margin-top:8px}.category-1{background:#ffd8d8}.category-2{background:#dff5e5}.category-3{background:#e2e8ff}.category-4{background:#fff0bf}.category-5{background:#dff5f3}.category-6{background:#f2dcff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.product-card-media{aspect-ratio:1;background:#f8fafc}.product-card-media img{width:100%;height:100%;object-fit:contain}.product-card-info{padding:18px}.product-card-info p{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#637282}.product-card-info h3{font-size:17px;line-height:1.35;min-height:46px}.center{text-align:center;margin-top:34px}.product-page{max-width:1180px;margin:auto;padding:54px 24px;display:grid;grid-template-columns:1.15fr .85fr;gap:56px}.product-hero{background:#f8fafc;border-radius:22px;overflow:hidden}.product-hero img{display:block;width:100%;aspect-ratio:1;object-fit:contain}.product-thumbs{display:flex;gap:10px;overflow:auto;margin-top:12px}.product-thumbs button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:4px;min-width:82px}.product-details h1{font-size:42px;line-height:1.08}.product-price{font-size:28px;font-weight:800}.compare-price{text-decoration:line-through;color:#667}.rte{line-height:1.7}.rte img{height:auto}.product-form{display:grid;gap:12px;margin-top:24px}.product-form select,.product-form input,.search-form input,.newsletter-form input{font:inherit;border:1px solid #aab8c4;border-radius:10px;padding:13px}.add-button{width:100%}.inventory-state{font-weight:700;color:#287a43}.content-page{max-width:850px;margin:auto;padding:64px 24px}.content-page h1{font-size:48px}.content-page h2{margin-top:34px}.search-form{display:flex;max-width:620px;margin:20px auto}.search-form input{flex:1}.cart-line{display:grid;grid-template-columns:120px 1fr auto;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:20px 0}.cart-total{text-align:right;font-size:24px;font-weight:800}.pagination{text-align:center;grid-column:1/-1;margin-top:30px}.site-footer{margin-top:60px}.footer-main{background:#eef1f3}.footer-grid{max-width:1180px;margin:auto;padding:56px 24px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.25fr;gap:42px}.footer-logo{display:flex;align-items:center;justify-content:center}.footer-logo img{width:190px}.footer-grid h2{font-size:18px}.footer-grid a{display:block;margin:12px 0}.newsletter-form{display:flex}.newsletter-form input{min-width:0;flex:1;border-radius:10px 0 0 10px}.newsletter-form button{width:48px;border:0;background:var(--ink);color:#fff;border-radius:0 10px 10px 0;font-size:22px}.footer-bottom{max-width:1180px;margin:auto;padding:22px 24px;background:#fff;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:24px;align-items:center}.payment-icons{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.payment-icons svg{width:38px}.footer-main+ .footer-bottom{max-width:none;padding-left:max(24px,calc((100% - 1132px)/2));padding-right:max(24px,calc((100% - 1132px)/2))}@media(max-width:900px){.header-inner{grid-template-columns:1fr auto auto}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;border-bottom:1px solid var(--line)}.primary-nav.open{display:flex}.header-actions a:first-child{display:none}.hero{margin:16px;min-height:420px;padding:38px 28px;grid-template-columns:1fr}.hero-shapes{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-logo{justify-content:flex-start}.footer-grid>div:nth-child(1){order:1}.footer-grid>div:nth-child(2){order:2}.footer-grid>div:nth-child(3){order:3}.footer-grid>div:nth-child(4){order:4}.footer-bottom{flex-direction:column-reverse;align-items:flex-start}.payment-icons{justify-content:flex-start}}@media(max-width:520px){.header-inner{padding:10px 16px;grid-template-columns:1fr auto}.header-logo img{width:145px}.header-actions{display:none}.hero h1{font-size:42px}.category-grid,.product-grid{grid-template-columns:1fr}.category-card{min-height:145px}.content-page h1{font-size:38px}.footer-grid{padding:42px 20px}.newsletter-form{width:100%}}