:root{--ink:#111;--paper:#f8f7f5;--muted:#706f6c;--line:#dedbd5;--accent:#a9a9a9;--max:1280px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.page-width{width:min(calc(100% - 40px),var(--max));margin:auto}.button{display:inline-block;background:var(--ink);color:#fff;padding:14px 22px;border:1px solid var(--ink);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem}.button--light{background:#fff;color:var(--ink)}.eyebrow{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.section{padding:70px 0}.section-title{font-size:clamp(1.8rem,4vw,3.2rem);margin:6px 0 28px}.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:flex;align-items:center;gap:24px;justify-content:space-between}.brand{font-weight:800;letter-spacing:.16em;font-size:1.2rem}.brand img{max-height:48px;width:auto}.nav{display:flex;gap:20px;align-items:center;font-size:.86rem}.nav a:hover{text-decoration:underline}.hero{min-height:520px;display:grid;place-items:center;text-align:center;background:#202020;color:#fff;background-size:cover;background-position:center}.hero__inner{padding:80px 20px;max-width:760px}.hero h1{font-size:clamp(2.6rem,7vw,5.8rem);line-height:.95;margin:10px 0 24px;letter-spacing:-.05em}.hero p{font-size:1.1rem;margin:0 auto 30px;max-width:520px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff}.card__image{aspect-ratio:3/4;background:#eee;overflow:hidden}.card__image img{width:100%;height:100%;object-fit:cover}.card__content{padding:14px}.card__title{font-weight:700;margin:0 0 4px}.card__price{margin:0;color:var(--muted)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection-tile{min-height:280px;background:#1b1b1b;color:#fff;display:flex;align-items:end;padding:24px;position:relative;overflow:hidden}.collection-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.64}.collection-tile span{position:relative;font-weight:800;font-size:1.55rem}.product{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;padding:60px 0}.product__media{background:#eee}.product__media img{width:100%;height:auto}.product__title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:8px 0}.product__price{font-size:1.25rem;font-weight:700}.product__form select{width:100%;padding:12px;margin:12px 0;border:1px solid var(--line);background:#fff}.product__form button{width:100%;margin-top:8px}.richtext{max-width:700px}.footer{background:#111;color:#fff;padding:48px 0}.footer-inner{display:flex;justify-content:space-between;gap:28px}.footer p{color:#bbb;max-width:430px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}@media(max-width:760px){.nav{gap:12px;font-size:.72rem}.grid{grid-template-columns:repeat(2,1fr)}.collection-grid{grid-template-columns:1fr}.product{grid-template-columns:1fr;gap:28px}.section{padding:45px 0}.hero{min-height:430px}.footer-inner{display:block}.header-inner{min-height:70px}.page-width{width:min(calc(100% - 28px),var(--max))}}
