@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--color-popover:var(--background);--color-popover-foreground:var(--foreground);--color-muted-foreground:#6a645c;--color-border:#e6ded2;--font-sans:var(--font-sans);--color-primary:#ff5a1f;--color-primary-foreground:#ffffff;--color-accent:#f4ebe0;--color-accent-foreground:#141414;--color-input:#e6ded2;--color-ring:#141414;--radius-lg:1rem;--radius-md:0.75rem;--radius-sm:0.5rem}:root{--background:#f7f2ea;--foreground:#141414;--cream:#f7f2ea;--surface:#ffffff;--ink:#141414;--muted:#6a645c;--line:#e6ded2;--orange:#ff5a1f;--orange-dark:#e24d16;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-sans),ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:1.5}a,button{touch-action:manipulation}button{cursor:pointer;font:inherit;color:inherit}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--ink);outline-offset:3px}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}h1,h2,h3{margin:0;letter-spacing:-.045em;line-height:1.05}h2{font-size:clamp(2rem,4vw,3.25rem);font-weight:800}h3{font-size:1.5rem;font-weight:700}.muted{color:var(--muted);font-size:14px}.utility-bar{background:var(--surface);color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-align:center;padding:8px 16px}.site-header,.utility-bar{border-bottom:1px solid var(--line)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@media (min-width:901px){body:has(.hero) .site-header{position:fixed;left:0;right:0;background:rgba(255,255,255,.88)}}.header-bar{max-width:1280px;margin:0 auto;min-height:72px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand img{width:34px;height:34px;object-fit:contain}.brand span{font-size:15px;font-weight:600;letter-spacing:-.03em}.nav-desktop{display:flex;gap:28px;font-size:14px;font-weight:600}.nav-desktop a:hover{color:var(--orange)}.header-actions{display:flex;align-items:center;gap:8px}.account-trigger,.cart-trigger,.menu-trigger{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;background:transparent;border:0;font-size:14px;font-weight:600}.cart-trigger b{min-width:20px;height:20px;border-radius:999px;background:var(--orange);color:#fff;font-size:11px;display:grid;place-items:center}.menu-trigger,.nav-mobile{display:none}.nav-mobile{padding:8px 5% 20px;border-top:1px solid var(--line)}.nav-mobile a,.nav-mobile button{display:block;width:100%;text-align:left;padding:14px 0;background:transparent;border:0;border-bottom:1px solid var(--line);font-size:16px;font-weight:600}.hero{background:#120e0c}.hero-frame{position:relative;height:min(56.25vw,100dvh);overflow:hidden}.hero-frame,.hero-video{width:100%;background:#120e0c}.hero-video{position:absolute;inset:0;height:100%;object-fit:contain;object-position:center}.hero-overlay{position:absolute;inset:auto 0 0 0;padding:36px 5% 28px;background:linear-gradient(0deg,rgba(12,10,8,.62) 0,rgba(12,10,8,.18) 55%,rgba(12,10,8,0));color:#fff;pointer-events:none}.hero-copy{max-width:28rem;pointer-events:auto}.hero-kicker{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-copy h1{font-size:clamp(1.55rem,3vw,2.55rem);font-weight:800;text-transform:uppercase;text-shadow:0 1px 18px rgba(0,0,0,.35)}.hero-copy p{margin:10px 0 16px;max-width:26rem;font-size:14px;line-height:1.5;color:rgba(255,255,255,.9)}.btn,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border:0;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn:hover:not(:disabled),.button:hover:not(:disabled){transform:translateY(-1px)}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover:not(:disabled){background:var(--orange-dark)}.btn-secondary{background:transparent;color:var(--ink);border:1px solid var(--ink)}.button.dark,.dark{background:var(--ink);color:var(--cream)}.section{max-width:1280px;margin:0 auto;padding:88px 5%}.products{padding-top:64px}.section>.brand{margin-bottom:28px}.section-heading{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:36px}.section-note{margin:0;max-width:280px;color:var(--muted);font-size:14px}.product-grid{display:grid;grid-gap:24px;gap:24px}.product-card-featured{display:grid;grid-template-columns:1.2fr .8fr}.product-card,.product-card-featured{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:24px}.product-media{position:relative;display:grid;place-items:center;min-height:520px;padding:28px 20px 20px;background:#f4efe8;border:0}a.product-media{cursor:pointer}.product-media img{width:min(100%,560px);height:480px;object-fit:contain;transition:transform .45s ease}.product-media:hover img{transform:scale(1.03)}.badge{position:absolute;top:20px;left:20px;display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--ink);color:#fff;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.badge-video{left:auto;right:20px;background:var(--orange)}.product-body{display:flex;flex-direction:column;justify-content:center;padding:36px 36px 36px 8px}.product-body h3{margin:10px 0 12px;font-size:clamp(1.8rem,3vw,2.6rem)}.product-body p{margin:0;color:var(--muted)}.specs{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0;padding:0;list-style:none}.specs li{padding:8px 12px;border-radius:999px;background:var(--cream);font-size:12px;font-weight:700}.price{display:block;margin:8px 0 0;font-size:28px;font-weight:800;letter-spacing:-.04em;color:var(--ink)}.price span{margin-left:8px;font-size:12px;font-weight:600;color:var(--muted)}.stock{display:flex;align-items:center;gap:8px;margin:12px 0 0!important;font-size:13px!important}.stock-dot{width:8px;height:8px;border-radius:50%;background:#178747}.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.text-button,.text-link{display:inline-flex;align-items:center;margin-top:16px;padding:0;background:transparent;border:0;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:4px}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.category-strip a,.category-strip span{display:flex;align-items:baseline;justify-content:space-between;min-height:92px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--surface);font-size:18px;font-weight:700}.category-strip a:hover{border-color:var(--ink)}.category-strip small{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.value-prop{max-width:760px;margin:0 auto;padding:24px 5% 72px;text-align:center}.value-prop h2{margin:12px 0}.value-prop p{margin:0 auto;max-width:42rem;color:var(--muted);font-size:18px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin:0 0 48px}.steps article{padding:28px 0 0;border-top:1px solid var(--line)}.steps span{display:block;margin-bottom:18px;font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--muted)}.steps svg{color:var(--orange)}.steps h3{margin:16px 0 10px;font-size:22px}.steps p{margin:0;color:var(--muted)}details{border-top:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-size:16px;font-weight:700}details p{max-width:760px;margin:12px 0 0;color:var(--muted)}details a{text-decoration:underline;text-underline-offset:3px}.drops{text-align:left}.drops p:last-child{max-width:36rem;margin-top:14px;color:var(--muted);font-size:18px}.site-footer{background:var(--surface);border-top:1px solid var(--line);padding:48px 5%}.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:32px;gap:32px;align-items:start}.site-footer p{margin:12px 0 0;color:var(--muted)}.footer-grid nav,.footer-meta{display:grid;grid-gap:10px;gap:10px;font-size:14px;font-weight:600}.footer-meta{color:var(--muted);font-weight:500}.cart-root{position:fixed;inset:0;z-index:80}.cart-overlay{position:absolute;inset:0;border:0;padding:0;background:rgba(20,20,20,.34);cursor:pointer}.cart-sheet{position:absolute;top:0;right:0;bottom:0;z-index:1;display:flex;flex-direction:column;width:min(100vw,420px);max-width:420px;padding:20px 20px 24px;overflow-y:auto;background:var(--surface);color:var(--ink);border-left:1px solid var(--line);box-shadow:-18px 0 48px rgba(20,20,20,.16)}.cart-header{position:relative;padding-right:44px;margin-bottom:4px}.cart-header p{margin:6px 0 0;color:var(--muted);font-size:14px}.panel-title{font-size:24px;font-weight:800;letter-spacing:-.04em}.close{position:absolute;top:0;right:0;padding:8px;background:transparent;border:0}.empty-cart{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:36px 8px 16px}.empty-cart h3{font-size:28px}.cart-body{display:flex;flex-direction:column;flex:1 1;padding:8px 8px 16px}.cart-footer{margin-top:auto}.cart-item{display:flex;gap:16px;margin:20px 0 28px}.cart-item img{width:96px;height:132px;object-fit:contain;background:var(--cream);border-radius:16px}.cart-item h3{font-size:18px}.cart-item p{margin:6px 0;color:var(--muted);font-size:13px}.quantity{display:flex;align-items:center;gap:14px;margin:14px 0}.quantity button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface)}.cart-total{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid var(--line);font-size:16px}.checkout{width:100%;margin:20px 0 8px}.product-dialog{max-width:860px!important;width:min(860px,calc(100vw - 24px))!important;padding:28px!important;max-height:90vh;overflow:auto;background:#fff!important;z-index:60}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;margin-top:16px}.detail-grid img{width:100%;height:420px;object-fit:contain;background:#f4efe8;border-radius:20px}.detail-grid .badge{position:static;width:-moz-fit-content;width:fit-content}.detail-grid h3{margin:12px 0;font-size:26px}.detail-grid p{margin:12px 0;color:var(--muted)}.safety{background:#f7e7d2;color:var(--ink)!important;padding:12px 14px;border-radius:12px;font-size:14px}.pdp{max-width:1280px;margin:0 auto;padding:28px 5% 88px}.pdp-back{display:inline-flex;margin-bottom:24px;font-size:14px;font-weight:700;color:var(--muted)}.pdp-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:40px;gap:40px;align-items:start}.pdp-player{position:relative;display:inline-block;max-width:100%}.pdp-video{display:block;width:auto;max-width:100%;height:auto;max-height:min(80vh,920px);background:transparent}.pdp-play{position:absolute;inset:0;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.pdp-play span{padding:12px 18px;border-radius:999px;background:var(--orange);color:#fff;font-size:14px;font-weight:800}.pdp-still{margin:0 0 20px;padding:16px;background:#f4efe8;border-radius:20px}.pdp-still img{display:block;width:100%;max-height:280px;object-fit:contain}.pdp-still-hero{padding:28px}.pdp-still-hero img{max-height:560px}.pdp-still figcaption{margin-top:10px;color:var(--muted);font-size:13px;text-align:center}.pdp-buy{position:-webkit-sticky;position:sticky;top:96px}.pdp-buy h1{margin:8px 0;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.04em;line-height:1.05}.pdp-kicker{margin:0 0 16px;color:var(--muted);font-weight:600}.pdp-buy p{margin:0 0 12px;color:var(--muted)}.pdp-buy .price{margin:8px 0}.wordmark{display:inline-flex;align-items:center;gap:8px;font-size:22px;font-weight:700;letter-spacing:-.04em}.checkout-page{max-width:720px;min-height:70vh;display:flex;flex-direction:column;justify-content:center;gap:20px}.checkout-page form{display:grid;grid-gap:16px;gap:16px}.checkout-page fieldset{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;border:0}.checkout-page legend{font-weight:800;margin-bottom:12px}.checkout-page select.checkout-input{width:100%;border:1px solid var(--line);border-radius:10px;padding:0 12px}.checkout-page label{display:grid;grid-gap:6px;gap:6px;font-size:14px;font-weight:600}.checkout-input{height:44px!important;background:var(--surface)!important}.admin-page{max-width:1100px}@media (max-width:900px){.utility-bar{font-size:10px;letter-spacing:.08em;padding:6px 12px}.header-bar{min-height:60px}.nav-desktop{display:none}.menu-trigger{display:inline-flex}.nav-mobile{display:block}.cart-trigger span{display:none}.cart-sheet{width:100%;max-width:none;border-left:0}.detail-grid,.footer-grid,.pdp-layout,.product-card-featured,.steps{grid-template-columns:1fr}.pdp-buy{position:static}.category-strip{grid-template-columns:1fr 1fr}.category-strip a,.category-strip span{min-height:76px;padding:16px;font-size:15px}.hero-frame{height:auto;overflow:visible}.hero-video{position:static;width:100%;height:auto;aspect-ratio:16/9}.hero-overlay{position:static;padding:20px 5% 4px;background:var(--cream);color:var(--ink);pointer-events:auto}.hero-copy{max-width:none}.hero-copy h1{text-shadow:none}.hero-copy p{color:var(--muted);margin:8px 0 16px}.product-media{min-height:0;padding:20px 16px 8px}.product-media img{height:360px}.product-dialog{top:auto!important;left:0!important;right:0!important;bottom:0!important;translate:none!important;transform:none!important;width:100%!important;max-width:100%!important;max-height:92dvh!important;border-radius:20px 20px 0 0!important;padding:20px!important}.product-body{padding:20px 24px 28px}.products,.section{padding:40px 5%}.section-heading{display:block}.section-note{margin-top:12px;max-width:none}}@media (max-width:560px){.brand span{font-size:14px}.hero-copy h1{font-size:1.7rem}.product-media img{height:300px}.product-actions .btn,.product-actions .button{width:100%}.category-strip a,.category-strip span{min-height:64px;font-size:14px;padding:14px}.product-dialog{padding:20px!important}.detail-grid img{height:240px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important;animation:none!important}}