:root{--black: #000000;--ink: #111111;--muted: #6b6b6b;--line: #e6e6e6;--bg: #ffffff;--bg-soft: #f6f6f4;--accent: #000000;--sale: #c0392b;--radius: 4px;--maxw: 1200px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.site{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.btn{display:inline-block;padding:14px 34px;border:1px solid var(--black);border-radius:var(--radius);font-size:14px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .15s ease}.btn--light{background:#fff;color:#000}.btn--light:hover,.btn--dark{background:#000;color:#fff}.btn--dark:hover{background:#333}.header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--line)}.header__bar{display:flex;align-items:center;gap:24px;height:64px}.header__logo{font-weight:800;font-size:20px;letter-spacing:.02em;text-transform:uppercase}.header__nav{display:flex;gap:22px;margin-left:12px}.header__link{font-size:14px;color:#222;padding:6px 0;border-bottom:2px solid transparent}.header__link:hover,.header__link.is-active{border-bottom-color:#000}.header__actions{margin-left:auto;display:flex;align-items:center;gap:16px}.header__icon{font-size:18px}.header__burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:4px}.header__burger span{width:22px;height:2px;background:#000;display:block}.hero{position:relative;background:var(--bg-soft)}.hero__media{--hero-h: min(74vh, 640px);position:relative;height:var(--hero-h);overflow:hidden;background:var(--black)}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:max(100vw,calc(var(--hero-h) * 16 / 9));height:max(var(--hero-h),56.25vw);border:0;pointer-events:none}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#fffffff0,#ffffffc7 34%,#ffffff47 64%,#fff0 88%)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:18px}.hero__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:13px;color:#333;margin:0}.hero__title{font-size:clamp(32px,5vw,60px);line-height:1.05;margin:0;max-width:12ch;font-weight:800}.parts__note{color:var(--muted);font-size:14px;margin:-14px 0 22px}.parts{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.parts__row{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:13px 2px;border-bottom:1px solid var(--line)}.parts__row:hover{background:var(--bg-soft)}.parts__name{font-size:15px;line-height:1.35}.parts__price{font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap;font-size:15px}.section__title{font-size:clamp(24px,3vw,34px);font-weight:800;margin:0}.section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px}.section__link{font-size:14px;color:var(--muted)}.section__count{color:var(--muted);font-size:14px}.brand{padding:72px 24px 24px;text-align:center}.brand__blurb{max-width:62ch;margin:18px auto 0;color:#333;font-size:18px}.collection{padding:56px 24px 80px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{display:block}.card__media{position:relative;background:var(--bg-soft);border-radius:var(--radius);aspect-ratio:1 / 1;overflow:hidden}.card__media img{width:100%;height:100%;object-fit:contain;padding:8%;transition:transform .3s ease}.card:hover .card__media img{transform:scale(1.04)}.card__flag{position:absolute;top:12px;left:12px;background:var(--sale);color:#fff;font-size:12px;padding:4px 10px;border-radius:2px}.card__body{padding:14px 4px}.card__title{font-size:17px;margin:0 0 6px;font-weight:600}.card__price{display:flex;gap:10px;align-items:baseline}.card__compare{color:var(--muted);text-decoration:line-through;font-size:14px}.card__now{font-weight:700}.product{padding:48px 24px 96px}.product__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px}.product__brand{text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--muted);margin:0 0 8px}.product__title{font-size:clamp(28px,4vw,42px);font-weight:800;margin:0 0 18px}.product__price{display:flex;align-items:baseline;gap:14px;margin-bottom:24px}.product__compare{color:var(--muted);text-decoration:line-through}.product__now{font-size:26px;font-weight:700}.product__save{background:#000;color:#fff;font-size:12px;padding:4px 10px;border-radius:2px}.product__add{width:100%;margin-bottom:28px}.product__desc{color:#333;font-size:17px}.product__block{border-top:1px solid var(--line);padding-top:22px;margin-top:22px}.product__h2{font-size:15px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px}.product__list{margin:0;padding-left:18px;color:#333}.product__list li{margin-bottom:8px}.product__resources{list-style:none;margin:0;padding:0}.product__resources li{padding:10px 0;border-bottom:1px solid var(--line);font-size:15px;color:#333}.specs{margin:0}.specs__row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.specs__row dt{color:var(--muted)}.specs__row dd{margin:0;font-weight:600}.product-missing{padding:120px 24px;text-align:center}.viewer{position:sticky;top:88px}.viewer__stage{position:relative;background:var(--bg-soft);border-radius:var(--radius);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.viewer__image{width:100%;height:100%;object-fit:contain;padding:6%}.viewer__badge{position:absolute;bottom:10px;right:10px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#999;background:#fff;padding:3px 8px;border-radius:2px;border:1px solid var(--line)}.viewer__thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.viewer__thumb{width:68px;height:68px;padding:4px;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer}.viewer__thumb.is-active{border-color:#000}.viewer__thumb img{width:100%;height:100%;object-fit:contain}.info{padding:56px 24px 96px;max-width:900px}.info__title{font-size:clamp(28px,4vw,40px);font-weight:800;margin:0 0 32px}.info__cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}.info__card{background:var(--bg-soft);border-radius:var(--radius);padding:24px}.info__h2{font-size:15px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 12px}.info__list{margin:0;padding-left:18px;color:#333}.info__list li{margin-bottom:8px}.info__prose p{color:#333;font-size:17px;margin:0 0 28px}.footer{background:#000;color:#ddd;margin-top:auto}.footer__inner{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:40px;padding:64px 24px 40px}.footer__brand{font-size:20px;color:#fff;margin:0 0 12px;text-transform:uppercase}.footer__cta{margin:0 0 12px}.footer__social{color:#bbb;font-size:14px}.footer__heading{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px}.footer__links{list-style:none;margin:0;padding:0}.footer__links li{margin-bottom:10px}.footer__links a{color:#bbb;font-size:14px}.footer__links a:hover{color:#fff}.footer__legal{display:flex;justify-content:space-between;border-top:1px solid #222;padding-top:20px;padding-bottom:28px;color:#777;font-size:13px}.newsletter__title{color:#fff;font-size:18px;margin:0 0 8px}.newsletter__body{color:#bbb;font-size:14px;margin:0 0 16px;max-width:40ch}.newsletter__form{display:flex;gap:10px;max-width:420px}.newsletter__form input{flex:1;padding:12px 14px;border:1px solid #333;background:#111;color:#fff;border-radius:var(--radius)}.newsletter__form button{padding:12px 20px;background:#fff;color:#000;border:0;border-radius:var(--radius);cursor:pointer;font-weight:600}.newsletter__thanks{color:#8fce8f}@media (max-width: 900px){.header__nav{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid var(--line);padding:8px 24px}.header__nav.is-open,.header__burger{display:flex}.grid{grid-template-columns:repeat(2,1fr)}.product__grid{grid-template-columns:1fr;gap:32px}.viewer{position:static}.info__cols{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr;gap:32px}.hero__scrim{background:linear-gradient(180deg,#ffffff6b,#ffffffd1 52%,#fffffff0)}}@media (max-width: 560px){.grid{grid-template-columns:1fr}.header__actions .header__link{display:none}}
