*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,select{font:inherit}.page-width{width:min(1180px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:99;background:#fff;padding:10px}.announcement{padding:8px 16px;text-align:center;color:#fff;background:var(--brand-dark);font-size:.86rem}.site-header{border-bottom:1px solid #e3e7ea;background:#fff}.header-main{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:24px;padding-block:18px}.brand{font-size:1.3rem;font-weight:750;letter-spacing:.03em}.brand img{width:auto}.search-form{display:flex;border:1px solid #cfd6db;border-radius:10px;overflow:hidden}.search-form input{width:100%;border:0;padding:12px 14px;outline:none}.search-form button{border:0;padding:0 18px;color:#fff;background:var(--brand);cursor:pointer}.header-actions{display:flex;gap:14px;align-items:center}.cart-pill{display:inline-grid;place-items:center;min-width:21px;height:21px;margin-left:4px;border-radius:20px;color:#fff;background:var(--brand);font-size:.75rem}.nav{display:flex;gap:22px;align-items:center;padding:0 0 16px;overflow:auto;white-space:nowrap}.nav a{font-size:.93rem}.nav a:hover{color:var(--brand)}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding-block:34px}.hero-copy,.service-card{border-radius:22px;padding:42px}.hero-copy{display:flex;min-height:380px;flex-direction:column;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--brand-dark),var(--brand))}.eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.15em;opacity:.78}.hero h1{max-width:720px;margin:14px 0;font-size:clamp(2.1rem,5vw,4.2rem);line-height:1.03}.hero p{max-width:620px;margin:0 0 24px;font-size:1.08rem;opacity:.85}.service-card{display:flex;flex-direction:column;justify-content:center;background:var(--surface)}.service-card h2{margin:.4rem 0;font-size:2rem;line-height:1.1}.service-card p{color:var(--muted)}.button{display:inline-flex;justify-content:center;align-items:center;width:max-content;border:1px solid transparent;border-radius:9px;padding:11px 17px;font-weight:650;cursor:pointer}.button-primary{color:#fff;background:var(--brand)}.hero-copy .button-primary{color:var(--brand-dark);background:#fff}.button-outline{border-color:#cfd6db;background:transparent}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-block:16px 38px}.trust-item{padding:18px 0;border-top:1px solid #e3e7ea}.trust-item strong,.trust-item span{display:block}.trust-item span{margin-top:3px;color:var(--muted);font-size:.88rem}.section{padding-block:36px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head h2{margin:0;font-size:2rem}.section-head p{margin:4px 0 0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{border:1px solid #e3e7ea;border-radius:14px;overflow:hidden;background:#fff}.product-card__media{display:grid;place-items:center;aspect-ratio:1/1;background:var(--surface)}.product-card__media img{width:100%;height:100%;object-fit:contain}.placeholder{color:var(--muted)}.product-card__body{padding:16px}.product-card h3{min-height:3em;margin:0 0 10px;font-size:1rem}.price{font-weight:750}.compare-price{margin-left:6px;color:var(--muted);font-size:.86rem;text-decoration:line-through}.product-card .button{width:100%;margin-top:14px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection-card{min-height:170px;padding:24px;border-radius:16px;background:var(--surface)}.collection-card h3{margin:0}.collection-card p{color:var(--muted)}.main-product{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding-block:48px}.product-gallery{background:var(--surface);border-radius:16px;overflow:hidden}.product-gallery img{width:100%;aspect-ratio:1/1;object-fit:contain}.product-info h1{margin-top:0;font-size:2.4rem;line-height:1.1}.product-form{display:grid;gap:14px;margin-top:24px}.product-form select,.quantity{width:100%;padding:12px;border:1px solid #cfd6db;border-radius:9px}.rte{color:var(--muted)}.collection-header,.page-header{padding:46px 0 22px}.collection-header h1,.page-header h1{margin:0;font-size:2.5rem}.cart{padding-block:48px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid #e3e7ea}.cart-item img{width:90px;height:90px;object-fit:contain;background:var(--surface)}.cart-summary{display:flex;justify-content:flex-end;padding-top:24px}.footer{margin-top:54px;padding:42px 0;color:#fff;background:var(--brand-dark)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.footer h2,.footer h3{margin-top:0}.footer p,.footer a{opacity:.8}.footer a{display:block;margin:8px 0}.empty-state{padding:60px 0;text-align:center;color:var(--muted)}@media(max-width:840px){.header-main{grid-template-columns:1fr auto}.search-form{grid-column:1/-1;grid-row:2}.hero{grid-template-columns:1fr}.hero-copy{min-height:320px}.trust-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.collection-grid{grid-template-columns:1fr}.main-product{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.page-width{width:min(100% - 22px,1180px)}.header-actions .account{display:none}.nav{gap:16px}.hero-copy,.service-card{padding:26px}.product-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.cart-item{grid-template-columns:70px 1fr}.cart-item>div:last-child{grid-column:2}}
