:root{--color-bg: #ffffff;--color-fg: rgb(0 0 0 / .85);--color-fg-strong: #000000;--color-fg-soft: rgb(0 0 0 / .55);--color-border: rgb(0 0 0 / .15);--color-overlay: rgb(18 18 18 / .4);--font-family: Helvetica, Arial, sans-serif;--font-weight-body: 400;--font-weight-bold: 700;--max-width: 1280px;--gutter: 24px;--gutter-lg: 48px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);font-weight:var(--font-weight-body);color:var(--color-fg);background:var(--color-bg);line-height:1.6;letter-spacing:.01em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:opacity .15s ease}a:hover{opacity:.7}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:1.25;letter-spacing:-.01em;color:var(--color-fg-strong)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}h4{font-size:1.125rem}p{margin-bottom:1em}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-block;padding:14px 28px;font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:.95rem;letter-spacing:.02em;text-transform:lowercase;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn:hover{opacity:1;background:var(--color-fg-strong);color:var(--color-bg)}.btn-primary{background:var(--color-fg-strong);color:var(--color-bg);border-color:var(--color-fg-strong)}.btn-primary:hover{background:transparent;color:var(--color-fg-strong)}.btn-light{border-color:#fff;color:#fff}.btn-light:hover{background:#fff;color:var(--color-fg-strong)}.hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;justify-content:center;padding:80px var(--gutter);overflow:hidden;background:#111}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#12121200 30%,#12121299);z-index:2}.hero__content{position:relative;z-index:3;text-align:center;color:#fff;max-width:720px}.hero__tagline{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:var(--font-weight-bold);margin-bottom:32px;letter-spacing:-.01em}.section{padding:80px 0}.section--tight{padding:48px 0}.section__title{text-align:center;margin-bottom:48px;text-transform:lowercase}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--gutter)}.product-card{display:block;text-decoration:none;color:inherit}.product-card__media{aspect-ratio:1;background:#f2f2f2;overflow:hidden;margin-bottom:16px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.04);opacity:1}.product-card:hover{opacity:1}.product-card__title{font-size:.95rem;font-weight:var(--font-weight-bold);text-transform:lowercase;margin-bottom:4px}.product-card__price{font-size:.9rem;color:var(--color-fg-soft)}.product{display:grid;grid-template-columns:1fr 1fr;gap:var(--gutter-lg);padding:48px 0}@media(max-width:768px){.product{grid-template-columns:1fr}}.product__media{aspect-ratio:1;background:#f2f2f2;overflow:hidden}.product__media img{width:100%;height:100%;object-fit:cover}.product__info{padding:24px 0}.product__title{font-size:2rem;margin-bottom:16px;text-transform:lowercase}.product__price{font-size:1.5rem;font-weight:var(--font-weight-bold);margin-bottom:24px}.product__description{font-size:1rem;line-height:1.7;margin-bottom:32px;white-space:pre-wrap}.product__variants{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.variant-pill{padding:10px 18px;border:1px solid var(--color-border);cursor:pointer;font-size:.9rem;font-weight:var(--font-weight-bold);background:var(--color-bg);color:var(--color-fg);transition:all .15s ease;text-transform:lowercase}.variant-pill[aria-pressed=true]{background:var(--color-fg-strong);color:var(--color-bg);border-color:var(--color-fg-strong)}.prose{max-width:720px;margin:0 auto;font-size:1.05rem;line-height:1.8}.prose h1{margin-bottom:32px;text-transform:lowercase}.prose h2{margin-top:48px;margin-bottom:16px;text-transform:lowercase}.prose p{margin-bottom:1.4em}.prose ul,.prose ol{margin-bottom:1.4em;padding-left:1.5em}.prose li{margin-bottom:.4em}.faq{max-width:720px;margin:0 auto}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item summary{padding:24px 0;font-weight:var(--font-weight-bold);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";font-size:1.5rem;font-weight:var(--font-weight-body);margin-left:16px;transition:transform .2s ease}.faq__item[open] summary:after{content:"−"}.faq__answer{padding:0 0 24px;color:var(--color-fg);line-height:1.7}.header{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:24px}.header__logo{display:flex;align-items:center;gap:10px;font-weight:var(--font-weight-bold);font-size:1.1rem;text-transform:lowercase}.header__logo img{height:32px;width:auto}.header__nav{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.header__nav a{font-size:.9rem;font-weight:var(--font-weight-bold);text-transform:lowercase;letter-spacing:.02em}.header__menu-toggle{display:none;background:none;border:0;font-size:1.5rem;cursor:pointer;padding:4px 8px}@media(max-width:860px){.header__nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-bg);flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--color-border);padding:16px 0}.header__nav[data-open=true]{display:flex}.header__nav a{padding:14px 24px;border-top:1px solid var(--color-border)}.header__menu-toggle{display:block}}.footer{border-top:1px solid var(--color-border);padding:48px 0 32px;margin-top:80px;text-align:center;font-size:.85rem;color:var(--color-fg-soft)}.footer__nav{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.footer__nav a{font-weight:var(--font-weight-bold);text-transform:lowercase}.footer__brand{margin-top:16px;font-weight:var(--font-weight-bold);text-transform:lowercase}.form{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.form input,.form textarea{width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-fg);border-radius:0}.form textarea{resize:vertical;min-height:160px}.form input:focus,.form textarea:focus{outline:none;border-color:var(--color-fg-strong)}.newsletter{background:#111;color:#fff;padding:64px var(--gutter);text-align:center}.newsletter h2{color:#fff;margin-bottom:24px;font-size:clamp(1.25rem,3vw,1.75rem)}.newsletter__form{display:flex;gap:8px;max-width:480px;margin:0 auto}.newsletter__form input{flex:1;padding:14px 16px;border:1px solid #fff;background:transparent;color:#fff;font-family:inherit}.newsletter__form input::placeholder{color:#fff9}@media(max-width:560px){.newsletter__form{flex-direction:column}}.embed-wrapper{max-width:960px;margin:0 auto;padding:0 var(--gutter)}.embed-wrapper iframe{width:100%;border:none;display:block;min-height:950px}
