:root{--blue:#1646ff;--yellow:#ffd51f;--ink:#111936;--coral:#ff6b5e;--ice:#eef3ff;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;z-index:99;background:#fff;padding:12px}.page-width{max-width:1390px;margin:auto;padding-left:24px;padding-right:24px}.announcement{padding:11px 20px;background:var(--blue);color:#fff;text-align:center;font-size:13px;font-weight:800;letter-spacing:.13em}.site-header{height:104px;display:flex;align-items:center;gap:36px;position:relative;background:#fff;border-bottom:1px solid #e8ebf4}.header-inner{width:100%;display:flex;align-items:center;gap:36px}.brand{font-size:30px;line-height:.78;font-weight:950;letter-spacing:-.08em}.brand span{display:block;color:var(--blue)}.brand i{color:var(--yellow);font-style:normal}.main-nav{display:flex;justify-content:center;gap:38px;margin:auto}.main-nav a{font-size:14px;font-weight:850;text-transform:uppercase;padding:12px 0;position:relative}.main-nav a:after{content:"";position:absolute;left:0;bottom:2px;height:4px;width:0;background:var(--yellow);transition:.2s}.main-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center}.icon-button{width:46px;height:46px;border:0;background:#fff;font-size:24px;cursor:pointer}.cart-link{position:relative;font-size:23px;padding:10px}.cart-count{position:absolute;right:2px;top:2px;background:var(--blue);color:#fff;min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:10px}.menu-button{display:none}.search-panel{display:none;position:absolute;z-index:9;right:4vw;top:100%;width:min(480px,92vw);background:#fff;padding:24px;box-shadow:0 18px 50px #11193630;border-top:5px solid var(--yellow)}.search-panel[data-open]{display:block}.search-row{display:flex}.search-row input{min-width:0;flex:1;padding:14px;border:2px solid #d7ddec}.button,.search-row button{border:0;background:var(--blue);color:#fff;padding:14px 22px;font-weight:850;cursor:pointer}.button--yellow{background:var(--yellow);color:var(--ink)}.hero{display:grid;grid-template-columns:44% 56%;min-height:645px;background:var(--blue);overflow:hidden}.hero-copy{color:#fff;display:flex;flex-direction:column;justify-content:center;padding:72px clamp(32px,4.5vw,75px)}.eyebrow{text-transform:uppercase;font-size:13px;font-weight:850;letter-spacing:.16em}.hero h1{margin:10px 0 24px;font-size:clamp(50px,5.8vw,88px);line-height:.94;letter-spacing:-.065em}.hero-copy>p{font-size:clamp(17px,1.5vw,23px);line-height:1.45;max-width:540px}.hero-button{width:fit-content;min-width:280px;margin-top:18px;padding:21px 28px;background:var(--yellow);color:var(--ink);font-weight:900;text-transform:uppercase;display:flex;justify-content:space-between}.hero-art{min-height:645px;background:var(--yellow) center/cover no-repeat;position:relative}.hero-sticker{position:absolute;right:5%;top:12%;width:128px;height:128px;background:var(--yellow);border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:950;transform:rotate(8deg)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-54px;position:relative;z-index:2}.category-card{background:#fff;border:1px solid #e5e9f3;border-radius:22px;padding:25px;min-height:150px;display:flex;align-items:center;gap:18px;box-shadow:0 14px 35px #1820481b;transition:.25s}.category-card:hover{transform:translateY(-7px)}.category-icon{width:65px;height:65px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:26px}.category-card:nth-child(2) .category-icon{background:var(--yellow);color:var(--ink)}.category-card:nth-child(3) .category-icon{background:var(--coral)}.category-card strong,.category-card small{display:block}.category-card strong{text-transform:uppercase;font-size:18px}.category-card small{margin-top:6px;line-height:1.4}.section{padding-top:90px;padding-bottom:90px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section-heading h2{font-size:clamp(34px,4vw,58px);line-height:1;margin:8px 0 0;letter-spacing:-.04em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card-media{height:330px;border-radius:18px;background:var(--ice);overflow:hidden;position:relative}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.04)}.product-placeholder{height:100%;display:grid;place-items:center;font-size:70px}.product-badge{position:absolute;left:15px;top:15px;background:#fff;padding:8px 12px;border-radius:20px;font-size:11px;font-weight:850;text-transform:uppercase}.product-card-info{display:flex;justify-content:space-between;gap:12px;padding:16px 3px}.product-card h3{margin:0 0 6px;font-size:17px}.price{font-weight:800}.compare{color:#777;text-decoration:line-through;margin-left:7px}.collection-header,.page-main{padding-top:60px;padding-bottom:90px}.collection-header h1,.page-main h1{font-size:clamp(40px,6vw,72px);letter-spacing:-.05em}.pagination{text-align:center;margin-top:50px}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:60px;padding-bottom:90px}.product-media img{width:100%;border-radius:22px}.product-details h1{font-size:clamp(38px,5vw,64px);line-height:1;margin:10px 0 20px}.product-form{display:grid;gap:16px;margin-top:28px}.product-form select,.quantity{padding:14px;border:2px solid #d7ddec;border-radius:7px}.product-form .button{min-height:58px}.rte{line-height:1.7}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:18px 10px;border-bottom:1px solid #ddd}.cart-product{display:flex;gap:16px;align-items:center}.cart-product img{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-footer{text-align:right;padding-top:30px}.footer{background:var(--ink);color:#fff;padding:55px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer .brand span{color:var(--yellow)}.footer small{color:#bfc5d8}.empty-state{text-align:center;padding:100px 20px}.custom-liquid{padding:50px 0}
@media(max-width:1000px){.menu-button{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:24px;flex-direction:column;box-shadow:0 20px 30px #11193625}.main-nav[data-open]{display:flex}.hero{grid-template-columns:1fr}.hero-copy{min-height:500px}.hero-art{min-height:480px}.category-grid{grid-template-columns:1fr;max-width:700px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-main{grid-template-columns:1fr}.brand{margin-right:auto}.header-inner{gap:10px}}
@media(max-width:620px){.announcement{font-size:10px}.site-header{height:84px}.brand{font-size:20px}.hero-copy{padding:54px 24px 68px}.hero h1{font-size:52px}.hero-button{min-width:0;width:100%}.hero-art{min-height:390px}.category-grid{padding:0 14px}.product-grid{gap:12px}.product-card-media{height:210px}.section{padding-top:70px;padding-bottom:70px}.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.footer-inner{flex-direction:column;text-align:center}.cart-table thead{display:none}.cart-table tr,.cart-table td{display:block}.product-main{gap:30px}}
