:root{--black:#111;--white:#fff;--line:#ddd;--muted:#737373}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:.01em}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:1rem}a{color:inherit;text-decoration:none}img,svg{display:block;width:100%}.hero{position:relative;min-height:100svh;color:#fff;overflow:hidden}.hero__media,.hero__shade{position:absolute;inset:0}.hero__image{height:100%;object-fit:cover}.hero__placeholder{background:#d9d6d0}.hero__shade{background:rgba(0,0,0,var(--overlay))}.hero__content{position:absolute;z-index:1;left:clamp(24px,6.8vw,104px);bottom:clamp(40px,12vh,120px);max-width:650px}.hero--center .hero__content{left:50%;top:50%;bottom:auto;text-align:center;transform:translate(-50%,-50%)}.hero__eyebrow{margin:0 0 12px;font-size:clamp(12px,1.2vw,16px);color:#fff}.hero h1{margin:0 0 28px;font-size:clamp(38px,5.2vw,76px);line-height:.95;letter-spacing:-.045em}.button{display:inline-flex;min-width:140px;justify-content:center;padding:16px 25px;font-weight:700}.button--glass{border:1px solid rgba(255,255,255,.65);background:rgba(15,15,15,.38);backdrop-filter:blur(6px)}.button--dark{width:100%;border:0;background:#111;color:#fff;margin-top:25px;cursor:pointer}.collection-showcase{padding:64px 0 0}.section-heading{display:flex;align-items:center;justify-content:space-between;padding:0 25px 22px}.section-heading h2{margin:0;font-size:16px}.section-heading a{border-bottom:1px solid}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{border-top:1px solid var(--line);border-right:1px solid var(--line)}.product-card__media{aspect-ratio:3/4;background:#f3f3f1;overflow:hidden}.product-card__media img,.product-card__media svg{height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__details{display:flex;justify-content:space-between;gap:16px;padding:16px;min-height:80px}.product-card__details h3,.product-card__details p{margin:0 0 5px;font-size:11px}.product-card__details p{color:var(--muted)}.product-card__details span{white-space:nowrap}.page-shell{padding:80px 0}.page-title{padding:0 24px 55px}.page-title p{color:var(--muted)}.page-title h1{font-size:clamp(38px,6vw,80px);margin:0;letter-spacing:-.05em}.product-page{display:grid;grid-template-columns:2fr 1fr;gap:40px;padding:40px}.product-page__gallery{display:grid;grid-template-columns:1fr 1fr;gap:2px}.product-page__info{position:sticky;top:40px;align-self:start;padding:20px}.product-page__info h1{font-size:28px;margin:8px 0 15px}.product-page__price{font-size:14px;margin-bottom:30px}@media(max-width:749px){.hero{min-height:82svh}.hero__content{left:24px;right:24px;bottom:42px}.hero h1{font-size:42px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__details{padding:12px;display:block}.product-card__details span{display:block;margin-top:8px}.product-page{display:block;padding:0}.product-page__gallery{grid-template-columns:1fr}.product-page__info{position:static;padding:24px}}
