:root{--bg: #f6f7f4;--surface: #ffffff;--surface-rgb: 255, 255, 255;--surface-soft: #eef2ed;--surface-panel: #ffffff;--surface-gallery: #f8faf7;--ink: #16201e;--ink-rgb: 22, 32, 30;--muted: #5b6763;--accent: #b88a3d;--accent-rgb: 184, 138, 61;--accent-2: #245f58;--accent-2-rgb: 36, 95, 88;--accent-3: #8aa89c;--accent-3-rgb: 138, 168, 156;--line: rgba(var(--ink-rgb), .12);--line-strong: rgba(var(--ink-rgb), .2);--shadow: 0 18px 42px rgba(var(--ink-rgb), .08);--shadow-hover: 0 22px 52px rgba(var(--ink-rgb), .12);--chip-bg: rgba(var(--accent-2-rgb), .08);--card-media: #f4f6f2;--nav-hover: rgba(var(--accent-2-rgb), .08);--radius: 8px;--radius-sm: 6px;--max-width: 1680px;--page-padding: clamp(1rem, 4vw, 4rem)}body[data-theme=b-duck]{--bg: #fbf8ef;--surface-soft: #f6f1df;--accent: #d49c1f;--accent-rgb: 212, 156, 31;--accent-2: #22636b;--accent-2-rgb: 34, 99, 107;--accent-3: #c96c58;--accent-3-rgb: 201, 108, 88}body[data-theme=drinkware]{--bg: #f5f7f9;--surface-soft: #edf2f5;--accent: #aa8942;--accent-rgb: 170, 137, 66;--accent-2: #2c556c;--accent-2-rgb: 44, 85, 108;--accent-3: #93a2ad;--accent-3-rgb: 147, 162, 173}body[data-theme=serveware]{--bg: #f7f6f1;--surface-soft: #f0ece2;--accent: #b79a5e;--accent-rgb: 183, 154, 94;--accent-2: #40564f;--accent-2-rgb: 64, 86, 79;--accent-3: #8f9b93;--accent-3-rgb: 143, 155, 147}body[data-theme=kitchenware]{--bg: #f5f7f5;--surface-soft: #e9eeeb;--accent: #b78445;--accent-rgb: 183, 132, 69;--accent-2: #355d5c;--accent-2-rgb: 53, 93, 92;--accent-3: #8c9d96;--accent-3-rgb: 140, 157, 150}body[data-theme=outdoors]{--bg: #f3f7f1;--surface-soft: #e8f0e3;--accent: #527f5f;--accent-rgb: 82, 127, 95;--accent-2: #285d55;--accent-2-rgb: 40, 93, 85;--accent-3: #8fa794;--accent-3-rgb: 143, 167, 148}body[data-theme=massagers]{--bg: #f7f5f2;--surface-soft: #efebe6;--accent: #9f7d68;--accent-rgb: 159, 125, 104;--accent-2: #4f665d;--accent-2-rgb: 79, 102, 93;--accent-3: #25292a;--accent-3-rgb: 37, 41, 42}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg)}body{min-height:100vh;overflow-x:hidden;color:var(--ink);background:linear-gradient(180deg,rgba(var(--accent-2-rgb),.04),transparent 360px),repeating-linear-gradient(135deg,rgba(var(--ink-rgb),.025) 0,rgba(var(--ink-rgb),.025) 1px,transparent 1px,transparent 18px),var(--bg);font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.55}main{max-width:var(--max-width);margin:0 auto;padding:0 var(--page-padding) 6rem}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3{color:var(--ink);font-family:Space Grotesk,Segoe UI,sans-serif;font-weight:600;line-height:1.05;letter-spacing:0}h1{max-width:12ch;font-size:clamp(2.45rem,4.6vw,4.75rem)}h2{font-size:clamp(1.65rem,3vw,3.1rem)}h3{font-size:clamp(1.05rem,1.5vw,1.4rem)}p{color:var(--muted)}.eyebrow{margin-bottom:.55rem;color:var(--accent-2);font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.lead{max-width:54ch;margin:1rem 0 1.5rem;color:var(--ink);font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.65}.bg-orbit,.bg-grain{display:none}.site-header{position:sticky;top:0;z-index:20;width:100%;background:#f6f7f4eb;border-bottom:1px solid var(--line);box-shadow:0 1px rgba(var(--ink-rgb),.03);backdrop-filter:blur(18px)}.site-header-inner{width:100%;max-width:var(--max-width);margin:0 auto;padding:.9rem var(--page-padding);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.65rem;min-height:44px;color:var(--ink);font-size:1.12rem;font-weight:600}.brand img{width:34px;height:34px;border-radius:7px}.site-nav{display:flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.95rem;font-weight:500}.site-nav>a,.nav-trigger{min-height:40px;padding:.55rem .85rem;border-radius:var(--radius-sm)}.site-nav>a:hover,.site-nav>a:focus-visible,.nav-trigger:hover,.nav-trigger:focus-visible,.nav-dropdown:focus-within .nav-trigger{color:var(--ink);background:var(--nav-hover);outline:none}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-trigger{display:inline-flex;align-items:center;gap:.4rem;border:0;background:none;color:inherit;font:inherit;cursor:pointer}.nav-caret{width:0;height:0;margin-top:2px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}.nav-menu{position:absolute;top:calc(100% + .55rem);left:0;min-width:220px;padding:.45rem;display:grid;gap:.2rem;list-style:none;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);opacity:0;transform:translateY(-4px);pointer-events:none;visibility:hidden;transition:opacity .18s ease,transform .18s ease}.nav-dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:.7rem}.nav-dropdown:hover .nav-menu,.nav-dropdown:focus-within .nav-menu{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}.nav-menu a{display:block;padding:.6rem .75rem;border-radius:var(--radius-sm)}.nav-menu a:hover,.nav-menu a:focus-visible{color:var(--ink);background:var(--nav-hover);outline:none}.hero,.series-hero,.product-hero{margin-top:clamp(2.2rem,5vw,5rem);display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:clamp(2rem,5vw,5.5rem);align-items:center}.product-hero{align-items:start}.product-detail{margin-top:clamp(2rem,4vw,4rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);gap:clamp(1.5rem,4vw,4rem);align-items:start}.product-gallery-panel{min-width:0}.product-summary-panel{padding:clamp(1.25rem,2vw,1.75rem);border:1px solid var(--line);border-radius:var(--radius);background:rgba(var(--surface-rgb),.92);box-shadow:var(--shadow)}.product-summary-panel h1{max-width:100%;font-size:clamp(1.9rem,2.55vw,3.15rem)}.product-summary-panel .lead{margin:0;font-size:1.05rem}.product-summary-panel .meta-row{gap:.75rem}.product-summary-panel .spec-grid{grid-template-columns:1fr}.product-summary-panel .spec-item{min-height:auto;border-right:0}.product-summary-panel .spec-item:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.product-summary-panel .spec-item:last-child{border-bottom:0}.hero-text,.series-copy,.product-info{min-width:0;width:100%;max-width:680px}.series-copy,.product-info{display:grid;gap:1.1rem}.series-copy h1{text-wrap:balance}.series-copy .lead{margin:0}.hero-media,.series-media{min-width:0;width:100%;display:grid;place-items:center}.hero-media{padding:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.hero-badge{display:inline-flex;width:fit-content;margin-top:1rem;padding:.4rem .7rem;border-radius:var(--radius-sm);background:var(--ink);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.series-media img{width:100%;max-width:620px;max-height:520px;object-fit:contain}.series-media:not([data-series]) img{border-radius:var(--radius);box-shadow:var(--shadow)}.featured-media{width:min(100%,520px);justify-self:center;overflow:hidden;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.featured-media img{width:100%;height:auto;max-width:none;max-height:none;display:block;object-fit:contain;object-position:center;border-radius:inherit;box-shadow:none}.logo-media{width:min(100%,520px);justify-self:center;overflow:hidden;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.logo-media img{width:100%;height:auto;max-width:none;max-height:none;display:block;object-fit:contain;object-position:center;border-radius:inherit;box-shadow:none}.series-media[data-series] img,.series-card[data-series] .card-media img{width:var(--series-media-width, 480px);max-width:100%;max-height:var(--series-media-height, 320px);object-fit:contain}.button-row,.chip-row,.swatch-row,.meta-row,.card-meta,.gallery-label{display:flex;flex-wrap:wrap;align-items:center}.button-row{gap:.7rem;margin-top:.4rem}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.05rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-weight:600;transition:background .18s ease,border-color .18s ease,transform .18s ease}.button.primary{border-color:var(--accent-2);background:var(--accent-2);color:#fff}.button.ghost{background:transparent;color:var(--ink)}.button:hover,.button:focus-visible{transform:translateY(-1px);border-color:var(--accent-2);outline:none}.section{margin-top:clamp(3rem,6vw,6rem)}.section-head{margin-bottom:1.25rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);gap:1.5rem;align-items:end;padding-bottom:1rem;border-bottom:1px solid var(--line)}.section-head .muted{max-width:36ch;justify-self:end}.grid{display:grid;gap:1rem}.series-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:1.1rem;align-items:start}.card{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px rgba(var(--ink-rgb),.04);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.card:hover{transform:translateY(-2px);border-color:rgba(var(--accent-2-rgb),.32);box-shadow:var(--shadow-hover)}.card-link{display:grid;height:100%}.card-media{min-height:220px;padding:1rem;display:grid;place-items:center;background:var(--card-media);border-bottom:1px solid var(--line)}.product-card .card-media{aspect-ratio:4 / 3;min-height:0;padding:0;display:block;background:var(--card-media)}.product-card .card-link{display:block;height:auto}.card-carousel,.card-slides,.card-slide{height:100%}.card-carousel{position:relative;width:100%;overflow:hidden}.card-slides{display:flex;transform:translate(calc(var(--slide-index, 0) * -100%));transition:transform .32s ease}.card-slide{min-width:100%;display:grid;place-items:center;aspect-ratio:4 / 3;background:#f8faf7}.card-slide img{width:100%;height:100%;object-fit:contain}.card-arrow{position:absolute;top:50%;z-index:2;width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#ffffffd6;color:var(--ink);box-shadow:0 10px 22px rgba(var(--ink-rgb),.1);cursor:pointer;opacity:.92;pointer-events:auto;transform:translateY(-50%);transition:opacity .18s ease,background .18s ease}.card-arrow:hover,.card-arrow:focus-visible{background:#fff;outline:2px solid var(--accent-2);outline-offset:2px}.product-card:hover .card-arrow,.product-card:focus-within .card-arrow{opacity:1}.card-arrow.prev{left:.6rem}.card-arrow.next{right:.6rem}.card-body{padding:1.05rem;display:grid;gap:.75rem}.product-card .card-body{min-height:7.4rem;align-content:space-between}.product-card .card-body h3{display:-webkit-box;overflow:hidden;font-size:1.05rem;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-action{color:var(--accent-2);font-size:.8rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.product-card .card-meta{align-items:flex-end;justify-content:space-between;gap:.75rem}.product-card .card-link:focus-visible{outline:2px solid var(--accent-2);outline-offset:-4px}.price-row,.price-stack{display:grid;gap:.3rem}.price-line{display:inline-flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.price{color:var(--ink);font-size:1.05rem;font-weight:700;line-height:1}.price-note{display:inline-block;max-width:100%;padding:.18rem .48rem;border:1px solid rgba(var(--accent-2-rgb),.24);border-radius:var(--radius-sm);background:rgba(var(--accent-2-rgb),.08);color:var(--accent-2);font-size:.68rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.ghost,.muted{color:var(--muted)}.pill,.chip{display:inline-flex;align-items:center;min-height:30px;border-radius:var(--radius-sm);font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.pill{padding:.25rem .65rem;border:1px solid var(--line-strong);color:var(--ink)}.chip-row{gap:.45rem}.chip{padding:.25rem .65rem;background:var(--chip-bg);color:var(--accent-2)}.swatch-row{gap:.55rem}.swatch{width:28px;height:28px;border:1px solid var(--line-strong);border-radius:50%}.color-pill{gap:.45rem;padding-left:.3rem}.color-swatch{width:.82rem;height:.82rem;flex:0 0 .82rem;border:1px solid rgba(var(--ink-rgb),.22);border-radius:50%;background:var(--swatch-color)}.product-info>.muted{max-width:68ch}.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.spec-item{min-height:104px;padding:1rem;display:grid;gap:.5rem;align-content:start;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.spec-item:nth-last-child(-n+2){border-bottom:0}.spec-item--wide{grid-column:1 / -1}.spec-label,.spec-line-label{color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.spec-value,.spec-line-value{color:var(--ink);font-weight:600;line-height:1.45}.spec-lines{display:grid;gap:.4rem}.spec-line{display:grid;grid-template-columns:minmax(0,max-content) minmax(0,1fr);gap:.65rem;align-items:baseline}.spec-line--solo{grid-template-columns:minmax(0,1fr)}.spec-empty{color:var(--muted);font-weight:500}.spec-cap{text-transform:capitalize}.feature-list{list-style:none;display:grid;gap:.55rem}.feature-list li{position:relative;padding-left:1.25rem;color:var(--muted)}.feature-list li:before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--accent-2)}.contact-list{list-style:none;display:grid;gap:.75rem}.contact-item{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;color:var(--muted)}.contact-label{color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.contact-item a{color:var(--ink);font-weight:600;text-decoration:underline;text-underline-offset:.2em}.contact-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(var(--accent-2-rgb),.22);border-radius:50%;background:rgba(var(--accent-2-rgb),.08);color:var(--accent-2)}.contact-icon svg{width:19px;height:19px;stroke:currentColor;fill:none}.contact-icon svg *{stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gallery{display:grid;gap:2rem}.product-gallery{gap:1rem}.gallery-featured{min-height:clamp(420px,58vw,760px);padding:clamp(1rem,3vw,2rem);display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.gallery-featured .gallery-zoom{display:grid;place-items:center;width:100%;height:100%}.gallery-featured img{width:100%;max-height:700px;object-fit:contain}.gallery-group{display:grid;gap:.9rem}.gallery-label{gap:.65rem}.gallery-label .eyebrow{margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.9rem}.product-gallery .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,180px),1fr));gap:.85rem}.gallery-item{overflow:hidden;padding:.75rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-gallery)}.product-gallery .gallery-item{aspect-ratio:1 / 1;padding:.4rem}.gallery-zoom{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:zoom-in}.product-gallery .gallery-zoom{height:100%;display:grid;place-items:center}.gallery-zoom:focus-visible{outline:2px solid var(--accent-2);outline-offset:4px}.gallery-zoom img{width:100%;border-radius:var(--radius-sm);transition:transform .22s ease}.product-gallery .gallery-item img{width:100%;height:100%;object-fit:contain}.gallery-zoom:hover img,.gallery-zoom:focus-visible img{transform:scale(1.025)}.lightbox{position:fixed;inset:0;width:100%;max-width:none;height:100%;margin:0;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:center}.lightbox:not([open]){display:none}.lightbox::backdrop{background:rgba(var(--ink-rgb),.62);backdrop-filter:blur(6px)}.lightbox-close{position:absolute;top:1rem;right:1rem;z-index:1;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#ffffffe6;color:var(--ink);font-size:.9rem;font-weight:700;cursor:pointer}.lightbox-close:hover,.lightbox-close:focus-visible{outline:2px solid #fff;outline-offset:2px}.lightbox-canvas{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;cursor:grab;touch-action:none;transform-origin:center;transition:transform .2s ease;will-change:transform}.lightbox-canvas.is-dragging{cursor:grabbing;transition:none}.lightbox-image{max-width:92vw;max-height:80vh;user-select:none;-webkit-user-drag:none;pointer-events:none}.detail-panel{padding:clamp(1.25rem,3vw,2.5rem);display:grid;gap:1.5rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-panel)}.prose{display:grid;gap:1rem}.site-footer{max-width:var(--max-width);margin:5rem auto 2.5rem;padding:1.25rem var(--page-padding) 0;border-top:1px solid var(--line);color:var(--muted)}@media(hover:none){.card-arrow{opacity:1;pointer-events:auto}}@media(max-width:1080px){.hero,.series-hero,.product-hero,.product-detail{grid-template-columns:1fr}.product-summary-panel{position:static}h1{max-width:14ch}.series-media{justify-content:start}}@media(max-width:760px){main{padding-bottom:4rem}h1{max-width:100%;font-size:2.18rem;line-height:1.12}.hero,.series-hero,.product-hero,.product-detail,.section,.section-head,.grid{min-width:0;width:100%;max-width:100%}.hero-text,.series-copy,.product-info,.hero-media,.series-media,.lead{width:100%;max-width:22rem}.series-copy h1{max-width:22rem;text-wrap:wrap}.series-media img{max-width:22rem}.site-header-inner{align-items:flex-start;flex-direction:column;gap:.75rem}.site-nav{width:100%;flex-wrap:wrap}.site-nav>a,.nav-trigger{padding:.5rem .65rem}.nav-menu{left:50%;min-width:min(220px,calc(100vw - 2rem));transform:translate(-50%,-4px)}.nav-dropdown:hover .nav-menu,.nav-dropdown:focus-within .nav-menu{transform:translate(-50%)}.section-head{grid-template-columns:1fr}.section-head h2,.section-head .muted{width:100%;max-width:22rem;justify-self:start}.product-grid{grid-template-columns:1fr}.product-card .card-body{min-height:auto}.product-gallery-panel,.product-gallery{display:contents}.product-gallery{width:100%;max-width:22rem}.product-gallery-panel,.gallery-featured,.gallery-group,.gallery-grid{min-width:0;width:100%;max-width:22rem}.gallery-featured{order:1;min-height:22rem;padding:.75rem}.product-summary-panel{order:2}.gallery-group{order:3}.gallery-featured img{max-width:100%;height:auto}.product-gallery .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spec-grid{grid-template-columns:1fr}.spec-item{border-right:0}.spec-item:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.spec-item:last-child{border-bottom:0}.gallery-grid{grid-template-columns:1fr}.lightbox-close{top:.75rem;right:.75rem;width:36px;height:36px}.lightbox-image{max-width:94vw;max-height:75vh}}@media(max-width:360px){.hero-text,.series-copy,.product-info,.hero-media,.series-media,.lead,.series-copy h1,.section-head h2,.section-head .muted,.product-gallery,.product-gallery-panel,.gallery-featured,.gallery-group,.gallery-grid,.series-media img{max-width:18rem}}
