:root{color-scheme:light;--ink: #171717;--muted: #66615c;--line: #ded8d0;--paper: #faf8f3;--surface: #ffffff;--accent: #0f766e;--accent-strong: #0f3d3e;--signal: #eab308;--rose: #b91c1c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}main{min-height:70vh}.site-header,.site-footer,.section,.hero,.split-section{padding-inline:clamp(1rem,4vw,4rem)}.site-header{align-items:center;background:#faf8f3e6;border-bottom:1px solid var(--line);display:flex;gap:1.5rem;justify-content:space-between;min-height:72px;position:sticky;top:0;z-index:20}.brand{align-items:center;display:inline-flex;font-weight:800;gap:.65rem;letter-spacing:0;white-space:nowrap}.brand-mark{align-items:center;background:var(--ink);border-radius:50%;color:var(--surface);display:inline-flex;font-size:.8rem;height:2.35rem;justify-content:center;width:2.35rem}nav{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;justify-content:center}nav a,.bag-link{color:var(--muted);font-size:.95rem;font-weight:700}nav a:hover,.bag-link:hover{color:var(--ink)}.hero{display:grid;gap:clamp(1.5rem,4vw,4rem);grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);min-height:calc(100vh - 72px);padding-block:clamp(2rem,6vw,5rem) 2rem}.hero-copy{align-self:center;max-width:720px}.eyebrow{color:var(--accent);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-block:0}h1{font-size:clamp(3rem,9vw,7.6rem);letter-spacing:0;line-height:.88;margin-top:1rem}.lead{color:var(--muted);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.6;margin-top:1.5rem;max-width:56ch}.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{align-items:center;background:var(--ink);border:1px solid var(--ink);border-radius:999px;color:var(--surface);display:inline-flex;font-weight:800;min-height:44px;padding:.8rem 1.15rem}.button.secondary{background:transparent;color:var(--ink)}.hero-media{align-self:stretch;border-radius:8px;min-height:420px;overflow:hidden;position:relative}.hero-media img{height:100%;object-fit:cover;width:100%}.hero-badge{background:var(--signal);bottom:1rem;color:var(--ink);font-weight:900;padding:.8rem 1rem;position:absolute;right:1rem}.section{padding-block:clamp(2.5rem,7vw,5rem)}.section-header{align-items:end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.section-header h1,.section-header h2{font-size:clamp(2rem,4vw,4rem);line-height:1}.section-header p{color:var(--muted);line-height:1.6;max-width:52ch}.product-grid,.collection-grid,.content-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.product-card,.text-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-card img{aspect-ratio:1;object-fit:cover;width:100%}.product-card-copy,.product-card-meta{align-items:start;display:flex;gap:.75rem;justify-content:space-between;padding:1rem}.product-card-copy{padding-bottom:0}.product-card-copy p,.product-card-meta{color:var(--muted);font-size:.9rem}.product-card-copy h2{font-size:1.15rem;line-height:1.2;margin-top:.25rem}.product-card-copy span{background:#edf8f6;color:var(--accent-strong);font-size:.75rem;font-weight:900;padding:.35rem .5rem;white-space:nowrap}.text-card{min-height:220px;padding:1.25rem}.text-card h2,.text-card h3{font-size:1.35rem;line-height:1.15}.text-card p{color:var(--muted);line-height:1.55;margin-top:.9rem}.text-card strong{color:var(--rose)}.split-section{align-items:center;display:grid;gap:clamp(1.5rem,4vw,3rem);grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding-block:clamp(2rem,6vw,5rem)}.split-section img{aspect-ratio:4 / 3;border-radius:8px;object-fit:cover;width:100%}.detail-list{border-top:1px solid var(--line);display:grid;gap:0;margin-top:2rem}.detail-list div{border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding-block:1rem}.size-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.size-row span{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:4px;display:inline-flex;font-weight:800;height:44px;justify-content:center;width:58px}.site-footer{background:var(--ink);color:var(--surface);display:grid;gap:2rem;grid-template-columns:minmax(0,2fr) repeat(2,minmax(160px,1fr));padding-block:3rem}.site-footer p,.site-footer a{color:#d7d3ca}.site-footer p{line-height:1.6;margin-top:1rem;max-width:44ch}.site-footer h2{font-size:1rem;margin-bottom:1rem}.site-footer ul{display:grid;gap:.65rem;list-style:none;margin:0;padding:0}@media(max-width:900px){.site-header{align-items:flex-start;flex-direction:column;padding-block:1rem;position:static}nav{justify-content:flex-start}.hero,.split-section,.site-footer{grid-template-columns:1fr}.hero{min-height:auto}.product-grid,.collection-grid,.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.product-grid,.collection-grid,.content-grid{grid-template-columns:1fr}.section-header{align-items:start;flex-direction:column}}
