.home-page{overflow-x:clip}.home-hero{--hero-pad-x:clamp(16px,4vw,48px);position:relative;overflow:hidden;min-height:clamp(460px,68vh,720px);background:#f3f3f3;color:#0a0a0a}.home-hero-bg{position:absolute;inset:0;background:url(/background.png) 50%/cover no-repeat;opacity:1;pointer-events:none;animation:hero-bg-in 1.1s ease-out both}.home-hero-inner{position:relative;z-index:1;min-height:inherit;padding:clamp(24px,4vh,48px) var(--hero-pad-x) 0}.home-hero-copy,.home-hero-inner{display:flex;flex-direction:column}.home-hero-copy{align-items:center;text-align:center;max-width:920px;margin:0 auto;flex:1 1 auto}.home-hero-brand{margin:0 0 clamp(10px,1.6vh,16px);font-size:clamp(42px,7vw,72px);font-weight:700;font-style:italic;letter-spacing:-.04em;line-height:1;animation:hero-fade-up .75s cubic-bezier(.22,1,.36,1) both}.home-hero-brand,.home-hero-title{font-family:var(--font-display),sans-serif;color:#0a0a0a}.home-hero-title{margin:0 0 clamp(22px,3.5vh,34px);font-size:clamp(22px,3.2vw,36px);font-weight:500;letter-spacing:-.02em;line-height:1.2;animation:hero-fade-up .75s cubic-bezier(.22,1,.36,1) .12s both}.home-hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 12px;list-style:none;margin:0;padding:0;max-width:720px}.home-hero-tags li{animation:hero-fade-up .65s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.22s + var(--i, 0)*.05s)}.home-hero-tags a{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:hsla(0,0%,100%,.72);border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px rgba(0,0,0,.04);color:#1a1a1a;font-family:ui-monospace,Cascadia Code,Segoe UI Mono,Menlo,monospace;font-size:clamp(12px,1.35vw,14px);font-weight:500;letter-spacing:.01em;white-space:nowrap;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.home-hero-tags a:hover{background:#0a0a0a;color:#fff;border-color:#0a0a0a;transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.home-hero-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;grid-gap:clamp(4px,1.2vw,16px);gap:clamp(4px,1.2vw,16px);width:min(1600px,100%);margin:clamp(16px,3vh,28px) auto 0;padding:0;pointer-events:none}.home-hero-product{display:flex;justify-content:center;transform:translateY(28%);animation:hero-product-in .9s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.45s + var(--i, 0)*.1s)}.home-hero-product img{width:100%;max-width:clamp(220px,34vw,520px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.14));animation:hero-float 5.5s ease-in-out calc(.9s + var(--i, 0)*.35s) infinite}.home-hero-product:first-child img{max-width:clamp(200px,32vw,490px)}.home-hero-product:nth-child(2) img{max-width:clamp(230px,36vw,540px)}.home-hero-product:nth-child(3) img{max-width:clamp(190px,30vw,470px)}.home-hero-product:nth-child(4) img{max-width:clamp(210px,33vw,510px)}@keyframes hero-bg-in{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:none}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes hero-product-in{0%{opacity:0;transform:translateY(52%)}to{opacity:1;transform:translateY(28%)}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features{border-bottom:1px solid var(--line);background:#fff}.features-inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;padding:0}.feature{display:flex;gap:14px;align-items:flex-start;padding:28px 20px;border-right:1px solid var(--line);transition:background .3s ease}.feature:last-child{border-right:0}.feature:hover{background:var(--bg-alt)}.feature svg{flex:none;color:#000;margin-top:2px}.feature h3{margin:0 0 4px;font-family:var(--font-display),sans-serif;font-size:15px;font-weight:600;letter-spacing:.01em}.feature p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.section-eyebrow{display:block;margin-bottom:8px;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.section-head-split{align-items:flex-end}.section-link{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid;padding-bottom:2px;transition:opacity .2s ease}.section-link:hover{opacity:.55}.home-page .section{padding:56px 0 20px}.home-page .section h2{font-size:clamp(28px,3.5vw,40px);letter-spacing:-.02em}.section-trending{padding-bottom:48px}.category-row{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:18px 14px;gap:18px 14px}.category-reveal{height:100%}.category-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.category-card:hover .category-media img{transform:scale(1.06);filter:grayscale(0)}.category-card:hover .category-name{letter-spacing:.04em}.category-media{display:block;width:100%;max-width:132px;aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--bg-alt);border:1px solid var(--line)}.category-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .55s cubic-bezier(.22,1,.36,1),filter .4s ease}.category-name{display:block;font-size:13px;font-weight:500;letter-spacing:.02em;transition:letter-spacing .3s ease}.home-featured{margin:48px 0;padding:48px 0;background:#0a0a0a;color:#fff}.home-featured-grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:36px;gap:36px;align-items:center}.home-featured-media{position:relative;overflow:hidden;background:#141414;min-height:460px}.home-featured-media img{width:100%;height:100%;min-height:460px;object-fit:cover;filter:grayscale(1) contrast(1.08);transition:transform .8s cubic-bezier(.22,1,.36,1)}.home-featured-media:hover img{transform:scale(1.04)}.home-featured-caption{position:absolute;left:0;right:0;bottom:0;padding:28px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75))}.home-featured-caption .section-eyebrow{color:hsla(0,0%,100%,.55)}.home-featured-caption p{margin:0;font-family:var(--font-display),sans-serif;font-size:22px;font-weight:500;max-width:18ch}.home-featured-carousel .section-head{margin-bottom:22px}.home-featured-carousel h2{color:#fff;font-size:clamp(26px,3vw,36px)}.home-featured-carousel .section-eyebrow{color:hsla(0,0%,100%,.5)}.home-featured-carousel .product-card .price,.home-featured-carousel .product-card h3{color:#fff}.home-featured-carousel .product-media{background:#1a1a1a}.home-featured-carousel .carousel-arrow{background:transparent;border-color:hsla(0,0%,100%,.28);color:#fff}.home-featured-carousel .carousel-arrow:not(:disabled):hover{border-color:#fff;color:#fff}@media(max-width:1100px){.category-row{grid-template-columns:repeat(4,1fr)}.features-inner{grid-template-columns:1fr 1fr}.feature{border-bottom:1px solid var(--line)}.feature:nth-child(2n){border-right:0}.home-featured-grid{grid-template-columns:1fr}.home-featured-media,.home-featured-media img{min-height:320px}}@media(max-width:800px){.home-hero{min-height:clamp(380px,54vh,480px)}.home-hero-inner{padding-top:22px}.home-hero-tags{gap:8px}.home-hero-tags a{padding:8px 14px;font-size:12px}.home-hero-products{gap:2px;margin-top:20px;width:100%}.home-hero-product{transform:translateY(32%)}.home-hero-product img{animation:none;max-width:clamp(130px,28vw,200px)}.home-hero-product:first-child img{max-width:clamp(120px,26vw,190px)}.home-hero-product:nth-child(2) img{max-width:clamp(135px,30vw,210px)}.home-hero-product:nth-child(3) img{max-width:clamp(115px,25vw,180px)}.home-hero-product:nth-child(4) img{max-width:clamp(125px,27vw,195px)}@keyframes hero-product-in{0%{opacity:0;transform:translateY(56%)}to{opacity:1;transform:translateY(32%)}}.features-inner{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--line);padding:22px 4px}.category-row{grid-template-columns:repeat(3,1fr);gap:20px 10px}.category-media{max-width:96px}.category-name{font-size:12px}.home-page .section{padding:40px 0 12px}.home-featured{margin:28px 0;padding:32px 0}.section-head-split{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:520px){.home-hero{min-height:400px}.home-hero-title{max-width:16ch}.home-hero-products{width:calc(100% + 12px);margin-left:-6px;margin-right:-6px}.home-hero-product img{filter:drop-shadow(0 10px 16px rgba(0,0,0,.12));max-width:none;width:108%}.home-hero-product:first-child img,.home-hero-product:nth-child(2) img,.home-hero-product:nth-child(3) img,.home-hero-product:nth-child(4) img{max-width:none}}@media(prefers-reduced-motion:reduce){.home-hero-bg,.home-hero-brand,.home-hero-product,.home-hero-product img,.home-hero-tags li,.home-hero-title{animation:none!important;opacity:1;transform:none}.home-hero-product{transform:translateY(28%)}}