@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
.storefront{--bg:#111311;--surface:#1b1e1b;--text:#f5f5ee;--brand-muted:#a8ada4;--brand-accent:#e6fd65;--line:#343933}.storefront *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}.storefront{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}.storefront a{color:inherit;text-decoration:none}.storefront a:focus-visible{outline:3px solid var(--brand-accent);outline-offset:6px}.storefront header{height:108px;max-width:1440px;margin:auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line)}.storefront .brand{display:flex;align-items:center;gap:14px;font-size:18px;font-weight:800;line-height:1.05;letter-spacing:-.5px}.storefront .mark{font-family:Arial,sans-serif;font-size:52px;font-weight:900;letter-spacing:-5px;position:relative;padding-right:8px}.storefront .mark>span{position:absolute;font-size:12px;top:5px;right:-2px;letter-spacing:0}.storefront .brand>.mark{color:var(--brand-accent)}.storefront nav{display:flex;gap:35px;font-size:14px}.storefront nav a:hover,.storefront .text-link:hover{color:var(--brand-accent)}.storefront .header-contact{border-bottom:1px solid var(--brand-accent);padding:8px 0;font-size:14px}.storefront .header-contact span{margin-left:25px;color:var(--brand-accent);font-size:22px}.storefront .hero{max-width:1440px;min-height:610px;margin:auto;display:grid;grid-template-columns:1.02fr 1fr;padding:35px 5% 45px;gap:30px}.storefront .hero-copy{padding:48px 0 0;display:flex;flex-direction:column;align-items:flex-start}.storefront .eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;color:var(--brand-muted)}.storefront .tiny-cross{color:var(--brand-accent);font-size:20px;vertical-align:middle;margin-right:10px}.storefront h1{font-size:clamp(44px,4.4vw,66px);line-height:1.13;letter-spacing:-3px;font-weight:600;margin:24px 0}.storefront em{font-style:normal;color:var(--brand-accent)}.storefront .hero-copy>p{max-width:390px;color:var(--brand-muted);font-size:16px;margin:0 0 32px}.storefront .actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.storefront .button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:15px 22px;font-size:14px;font-weight:700;border-radius:4px}.storefront .primary{background:var(--brand-accent);color:#171b13}.storefront .button:hover{background:#f0ff9d}.storefront .button span{font-size:22px;line-height:1}.storefront .text-link{font-size:13px}.storefront .hero-bottom{display:flex;gap:19px;font-size:12px;letter-spacing:1.5px;margin-top:auto;padding-top:48px;width:100%;align-items:center}.storefront .edition{margin-left:auto;color:#858c81;font-size:11px}.storefront .hero-art{border-radius:8px;background:#242921;position:relative;min-height:520px;overflow:hidden}.storefront .art-index{position:absolute;z-index:2;top:25px;left:26px;font-size:11px;letter-spacing:1.8px;color:#e0e7db}.storefront .hero-art img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.storefront .hero-art:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.3),transparent 25%,transparent 65%,rgba(0,0,0,.6))}.storefront .art-caption{position:absolute;bottom:25px;left:26px;right:26px;z-index:2;display:flex;justify-content:space-between;align-items:center;font-size:12px}.storefront .art-caption strong{font-size:17px;font-weight:500}.storefront .art-caption a{width:42px;height:42px;border:1px solid #a6ad9e;border-radius:50%;display:grid;place-items:center;font-size:24px}.storefront .ticker{display:flex;justify-content:center;align-items:center;gap:45px;padding:19px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px;font-weight:700;letter-spacing:1.5px;overflow:hidden;white-space:nowrap}.storefront .ticker b{font-size:23px;color:var(--brand-accent)}.storefront .section{max-width:1440px;padding:95px 5%;margin:auto}.storefront .section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px;gap:30px}.storefront h2{font-size:clamp(35px,3.5vw,49px);font-weight:500;letter-spacing:-2px;line-height:1.18;margin:20px 0 0}.storefront .section-head p{color:var(--brand-muted);font-size:14px}.storefront .products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.storefront .product-image{aspect-ratio:1/1.1;overflow:hidden;background:#242722;border-radius:5px;position:relative}.storefront .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.storefront .product:hover img{transform:scale(1.035)}.storefront .product-image>span{position:absolute;top:16px;left:16px;background:#111311e6;padding:5px 10px;font-size:11px;letter-spacing:1px;border-radius:3px}.storefront .product-info{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:18px}.storefront .product h3{font-size:18px;font-weight:600;margin:0}.storefront .product p{font-size:13px;color:var(--brand-muted);margin:4px 0}.storefront .product .out{font-size:25px;color:var(--brand-accent)}.storefront .workshop{background:var(--surface);max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:12%;padding-left:max(5%,calc((100vw - 1296px)/2));padding-right:max(5%,calc((100vw - 1296px)/2))}.storefront .workshop-title p{max-width:350px;color:var(--brand-muted);margin:26px 0}.storefront .services{align-self:center}.storefront .services article{display:flex;gap:24px;padding:30px 0;border-bottom:1px solid #41463f}.storefront .services article:first-child{border-top:1px solid #41463f}.storefront .services article>span:first-child{font-size:12px;color:#909889;margin-top:5px}.storefront .services article>span:last-child{color:var(--brand-accent);font-size:24px;margin-left:auto}.storefront .services h3{font-size:24px;font-weight:500;letter-spacing:-.5px;margin:0 0 8px}.storefront .services p{font-size:14px;color:var(--brand-muted);margin:0;max-width:320px}.storefront .process h2{margin-bottom:45px}.storefront .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.storefront .steps article{border-top:1px solid var(--line);padding-top:24px}.storefront .steps span{color:var(--brand-accent);font-size:12px;letter-spacing:1px}.storefront .steps h3{font-size:23px;font-weight:500;margin:17px 0 12px}.storefront .steps p{font-size:14px;color:var(--brand-muted);max-width:340px}.storefront .contact{background:var(--brand-accent);color:#171b13;padding:55px 5% 28px}.storefront .contact>.eyebrow{color:#485133;max-width:1296px;margin:auto}.storefront .contact>a{display:flex;justify-content:space-between;align-items:center;font-size:clamp(42px,7.5vw,108px);line-height:1.25;letter-spacing:-4px;font-weight:500;padding:20px 0 40px;max-width:1296px;margin:auto}.storefront .contact>a>span{font-weight:400}.storefront .contact-bottom{border-top:1px solid #acbf49;padding-top:20px;display:flex;justify-content:space-between;font-size:13px;max-width:1296px;margin:auto}.storefront footer{padding:40px 5%;max-width:1440px;margin:auto;display:flex;align-items:center;gap:40px;font-size:12px;color:var(--brand-muted)}.storefront footer .brand{color:var(--text);margin-right:auto}.storefront footer .mark{font-size:40px}.storefront footer .brand>span:last-child{font-size:14px}@media(min-width:1550px){.storefront .hero{min-height:690px}.storefront .hero-art{min-height:580px}.storefront .hero-copy{padding-top:65px}}@media(max-width:900px){.storefront header{height:90px}.storefront nav{gap:18px}.storefront .hero{gap:20px}.storefront .hero-copy{padding-top:20px}.storefront h1{font-size:43px;letter-spacing:-2px}.storefront .hero-art{min-height:470px}.storefront .hero-bottom{gap:10px;font-size:10px}.storefront .edition{display:none}.storefront .ticker{gap:25px;justify-content:flex-start}.storefront .workshop{gap:7%}.storefront .products{gap:16px}.storefront .product h3{font-size:16px}.storefront .steps{gap:25px}.storefront footer{gap:20px}}@media(max-width:650px){.storefront header{height:86px;padding:0 6%}.storefront nav{display:none}.storefront .brand{font-size:16px}.storefront .mark{font-size:45px}.storefront .hero{padding:30px 6%;grid-template-columns:1fr;gap:28px}.storefront .hero-copy{padding-top:0}.storefront h1{font-size:47px;letter-spacing:-2.4px;margin:22px 0}.storefront .hero-copy>p{font-size:16px}.storefront .hero-art{min-height:410px}.storefront .hero-bottom{padding-top:32px;font-size:12px;gap:22px}.storefront .hero .eyebrow{font-size:10px;letter-spacing:1px}.storefront .actions{gap:20px}.storefront .ticker{font-size:11px;padding:14px 6%;gap:23px}.storefront .ticker b{font-size:20px}.storefront .section{padding:65px 6%}.storefront .section-head{display:block}.storefront .section-head p{margin-top:22px}.storefront h2{font-size:38px}.storefront .products{grid-template-columns:1fr;gap:30px}.storefront .product-image{aspect-ratio:1/1}.storefront .product h3{font-size:19px}.storefront .workshop{grid-template-columns:1fr;gap:35px}.storefront .workshop h2{font-size:43px}.storefront .services article{padding:25px 0}.storefront .steps{grid-template-columns:1fr;gap:25px}.storefront .steps h3{margin-top:12px}.storefront .steps p{max-width:none}.storefront .process h2{margin-bottom:30px}.storefront .contact{padding:40px 6% 25px}.storefront .contact>.eyebrow{font-size:10px}.storefront .contact>a{font-size:45px;letter-spacing:-2px;padding:20px 0 30px}.storefront .contact-bottom{font-size:12px}.storefront footer{padding:30px 6%;gap:22px;flex-wrap:wrap}.storefront footer .brand{width:55%}.storefront footer>span{margin-left:auto}.storefront footer>a:last-child{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.storefront *{transition:none!important}}

.storefront .brand-logo{width:54px;height:54px;border-radius:50%;object-fit:cover}.storefront .catalog-note{color:var(--brand-muted);font-size:13px;margin:25px 0 0}.storefront .catalog-note a{text-decoration:underline;text-underline-offset:4px}.storefront .hero-art img{object-position:center 46%}.storefront .products{grid-template-columns:repeat(3,1fr)}.storefront .hero-art{background:#e6e6e4}.storefront .art-index{color:#292d24}.storefront .hero-art:after{background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.6))}@media(max-width:650px){.storefront .products{grid-template-columns:1fr}.storefront .brand-logo{width:46px;height:46px}}

/* Product photo collections */
.storefront button{font:inherit}.storefront button:focus-visible{outline:3px solid var(--brand-accent);outline-offset:4px}.storefront .product-cover{display:block;width:100%;padding:0;border:0;color:var(--text);text-align:left;cursor:zoom-in}.storefront .product-cover .photo-count{top:auto;left:auto;bottom:14px;right:14px;font-size:12px}.storefront .product-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}.storefront .product-thumbnails button{padding:0;border:1px solid var(--line);background:var(--surface);border-radius:3px;overflow:hidden;aspect-ratio:1;cursor:zoom-in}.storefront .product-thumbnails img{width:100%;height:100%;object-fit:cover;display:block}.storefront .product-thumbnails button:hover{border-color:var(--brand-accent)}.storefront .product-source{display:inline-flex;gap:10px;align-items:center;font-size:14px;color:var(--brand-accent);margin-top:12px}.storefront .product-info h3{line-height:1.4}.storefront .gallery-is-open{overflow:hidden}.storefront .gallery{color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:0;width:min(960px,94vw);max-width:94vw;max-height:94dvh;overflow:auto}.storefront .gallery::backdrop{background:#000d;backdrop-filter:blur(6px)}.storefront .gallery-inner{padding:22px}.storefront .gallery-header{display:flex;gap:20px;justify-content:space-between;align-items:start;margin-bottom:16px}.storefront .gallery-header h2{font-size:23px;letter-spacing:-.5px;margin:0;line-height:1.4}.storefront .gallery-header p{color:var(--brand-muted);font-size:14px;margin:6px 0 0}.storefront .gallery button{cursor:pointer;color:var(--text)}.storefront .gallery-close{flex-shrink:0;width:42px;height:42px;border:1px solid var(--line);background:var(--surface);border-radius:50%;font-size:24px}.storefront .gallery-stage{position:relative;background:#e8e8e6;border-radius:5px;overflow:hidden}.storefront .gallery-stage>img{display:block;width:100%;height:min(58dvh,650px);object-fit:contain;touch-action:pan-y}.storefront .gallery-arrow{position:absolute;top:calc(50% - 22px);width:44px;height:44px;border:1px solid #70766a;border-radius:50%;background:#111311dd;font-size:26px}.storefront .gallery-arrow[hidden]{display:none}.storefront .gallery-arrow.prev{left:12px}.storefront .gallery-arrow.next{right:12px}.storefront .gallery-thumbnails{display:flex;gap:9px;overflow-x:auto;padding:14px 2px 8px}.storefront .gallery-thumbnails button{border:2px solid transparent;background:var(--surface);padding:0;border-radius:4px;flex-shrink:0;overflow:hidden}.storefront .gallery-thumbnails button[aria-current=true]{border-color:var(--brand-accent)}.storefront .gallery-thumbnails img{width:64px;height:64px;object-fit:cover;display:block}.storefront .gallery-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:10px;font-size:14px;color:var(--brand-muted)}.storefront .gallery-footer a{color:var(--brand-accent)}@media(min-width:1100px){.storefront .products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:651px) and (max-width:1099px){.storefront .products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.storefront .gallery-inner{padding:14px}.storefront .gallery-header h2{font-size:18px}.storefront .gallery-stage>img{height:52dvh}.storefront .gallery-footer{align-items:start}.storefront .gallery-close{width:36px;height:36px}.storefront .product-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}}
.storefront .video-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:65px}.storefront .video-source{display:block;font-size:14px;color:var(--brand-accent);padding-top:12px}.storefront .product-summary{font-size:14px;line-height:1.7;color:var(--brand-muted);margin-top:12px}.storefront .product h3 a:hover{color:var(--brand-accent)}.storefront .contact-bottom{gap:20px;flex-wrap:wrap}@media(max-width:900px){.storefront .video-products{grid-template-columns:1fr}.storefront .video-embed iframe{max-width:540px}.storefront .video-products .product{max-width:540px;width:100%;margin:auto}}

/* Collection redesign */
.storefront{--bg:#151715;--surface:#202420;--text:#fafbf5;--brand-muted:#b4bab0;--line:#393f37;min-height:100vh}
.storefront .top-note{background:#e6fd65;color:#242b16;text-align:center;padding:9px 20px;font-size:13px;font-weight:600;letter-spacing:.25px}
.storefront header{height:100px;max-width:1440px;border-bottom:0}.storefront .brand{font-size:23px;letter-spacing:-.8px;gap:12px}.storefront .brand small{display:block;font-size:12px;letter-spacing:1.55px;font-weight:500;color:#a9b19f;margin-top:8px}.storefront .brand-logo{width:48px;height:48px}.storefront nav{gap:30px}.storefront .header-contact{border:1px solid #68705e;border-radius:100px;padding:10px 20px}.storefront .header-contact span{margin-left:16px}
.storefront .hero{padding-top:22px;padding-bottom:60px;min-height:620px;grid-template-columns:1.08fr 1fr;gap:65px}.storefront .hero-copy{padding:25px 0 0}.storefront .hero-copy .eyebrow{color:#c3cdac;font-size:12px;letter-spacing:2px}.storefront h1{font-size:clamp(44px,5vw,72px);letter-spacing:-3.5px;line-height:1.08;font-weight:600;margin:24px 0}.storefront .hero-copy>p{max-width:390px;font-size:17px;line-height:1.7;margin-bottom:26px}.storefront .button{border-radius:100px;padding:16px 24px;font-size:14px}.storefront .text-link{font-size:14px}.storefront .hero-bottom{font-size:12px;letter-spacing:1.35px;color:#bbc5ad;padding-top:35px;gap:23px}.storefront .hero-art{min-height:520px;border-radius:24px;background:#e8e8e6;transform:rotate(2deg);margin:7px 4px 7px 0}.storefront .hero-art img{object-position:50% 42%}.storefront .hero-art:after{display:none}.storefront .art-index{font-size:12px;font-weight:700;line-height:1.6;letter-spacing:1.5px;color:#30372b;left:25px;top:25px}.storefront .hero-product-link{position:absolute;left:18px;right:18px;bottom:18px;padding:18px 20px;border-radius:14px;background:#fffffff2;color:#20251c;display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:700;gap:12px;backdrop-filter:blur(12px)}.storefront .hero-product-link small{display:block;font-size:13px;font-weight:400;color:#65705d;margin-top:5px}.storefront .hero-link-arrow{background:#e6fd65;border-radius:50%;width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;font-size:25px}.storefront .ticker{background:#242a20;border:0;gap:34px;padding:18px 20px;font-size:12px;color:#e1e8d8;letter-spacing:1.3px}.storefront .ticker b{font-size:18px}
.storefront .catalog-surface{background:#f3f4ef;color:#20251e;--brand-muted:#66705f;--line:#d9ddd3;--surface:#e7eadf;--brand-accent:#415528;--text:#20251e}.storefront .catalog-surface .section{padding-top:85px;padding-bottom:90px}.storefront .section-head{margin-bottom:50px}.storefront .section-head .eyebrow{font-size:12px;letter-spacing:1.7px;color:#68745e}.storefront .section-head h2{font-size:clamp(34px,3.5vw,49px);font-weight:600;line-height:1.2;letter-spacing:-2px;margin-top:16px}.storefront .section-head h2 span{color:#7a856e}.storefront .section-head>p{font-size:15px;line-height:1.75;max-width:340px}.storefront .collection-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 22px;border-top:1px solid #d2d8cb;padding-top:24px}.storefront .collection-heading h3{font-size:18px;font-weight:600;letter-spacing:-.4px;margin:0}.storefront .collection-heading>span{font-size:12px;letter-spacing:1.4px;white-space:nowrap;color:#697660}.storefront .video-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:65px}.storefront .reel-card{border:1px solid #dfe3d8;background:#fff;border-radius:18px;padding:9px;box-shadow:0 8px 28px #23301806;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.storefront .reel-card:hover{box-shadow:0 14px 35px #23301812;transform:translateY(-4px)}.storefront .reel-cover{display:block;width:100%;aspect-ratio:4/4.6;position:relative;background:#283024;border:0;border-radius:11px;overflow:hidden;cursor:pointer;color:#fff;text-align:left}.storefront .reel-cover>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .45s}.storefront .reel-cover-spinner>img{transform:scale(1.8)}.storefront .reel-cover:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0003,transparent 25%,transparent 60%,#0008)}.storefront .reel-label{position:absolute;z-index:1;top:16px;left:16px;border:1px solid #ffffff50;border-radius:100px;background:#1118;backdrop-filter:blur(8px);font-size:12px;letter-spacing:1.2px;font-weight:600;padding:6px 10px}.storefront .reel-watch{position:absolute;z-index:1;bottom:16px;left:16px;right:16px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.storefront .reel-watch>svg{margin-left:auto}.storefront .reel-play{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#e6fd65;color:#20251e}.storefront .reel-fallback-title{position:absolute;inset:30% 12% auto;font-size:28px;font-weight:600;line-height:1.2}.storefront .reel-info{padding:20px 14px 11px;flex:1;display:flex;flex-direction:column}.storefront .product-category{font-size:12px;text-transform:uppercase;letter-spacing:1.1px;color:#77816e;margin:0 0 8px}.storefront .reel-info h3{font-size:22px;font-weight:600;line-height:1.25;letter-spacing:-.7px;margin:0}.storefront .reel-info .product-summary{font-size:14px;line-height:1.7;color:#727969;margin:13px 0 22px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.storefront .card-actions{display:flex;align-items:center;gap:8px;margin-top:auto;border-top:1px solid #e8ebe2;padding-top:15px}.storefront .card-actions>a:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1;background:#eef2e7;border-radius:8px;padding:12px 14px;font-size:13px;font-weight:600}.storefront .card-actions>a:first-child:hover{background:#e6fd65}.storefront .order-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid #dce1d4;border-radius:8px;color:#405632}.storefront .order-icon:hover{background:#e6fd65}.storefront .photo-product{min-width:0}.storefront .photo-product .product-image{border-radius:14px;aspect-ratio:1/1.12}.storefront .photo-product .product-thumbnails{display:flex;gap:6px}.storefront .photo-product .product-thumbnails button{width:40px;height:40px;border-radius:6px;border-color:#dce1d4}.storefront .photo-product .product-info{margin-top:16px}.storefront .photo-product h3{font-size:16px;font-weight:600;line-height:1.45;letter-spacing:-.2px}.storefront .photo-product p{font-size:12px;margin-bottom:6px}.storefront .photo-product .product-source{font-size:13px;font-weight:600;margin-top:12px}.storefront .photo-count{background:#151715cc!important;color:#fff;border-radius:100px!important;font-size:12px!important;letter-spacing:0!important}.storefront .workshop{padding-top:90px;padding-bottom:90px}.storefront .workshop h2{font-weight:600}.storefront .steps p,.storefront .services p{font-size:15px}.storefront .contact{padding-top:65px;padding-bottom:35px}.storefront footer{font-size:13px}.storefront footer .brand{font-size:18px}
@media(min-width:1550px){.storefront .hero{min-height:650px}.storefront .hero-art{min-height:530px}.storefront .hero-copy{padding-top:30px}}
@media(max-width:1000px){.storefront .hero{gap:30px;min-height:560px}.storefront h1{font-size:52px}.storefront .hero-art{min-height:470px}.storefront nav{gap:18px}.storefront .brand{font-size:20px}.storefront .brand small{font-size:12px;letter-spacing:1px}.storefront .video-products{gap:15px}.storefront .reel-info{padding:17px 9px 8px}.storefront .reel-info h3{font-size:19px}.storefront .reel-watch{font-size:12px;left:12px;right:12px;gap:7px}.storefront .reel-cover{aspect-ratio:3/4}.storefront .hero-bottom{gap:16px;font-size:12px}.storefront .actions{gap:18px}}
@media(max-width:700px){.storefront header{height:88px;padding:0 6%}.storefront nav{display:none}.storefront .brand{font-size:19px}.storefront .brand-logo{width:42px;height:42px}.storefront .brand small{font-size:12px;letter-spacing:.8px}.storefront .header-contact{font-size:12px;padding:8px 13px}.storefront .header-contact span{margin-left:6px}.storefront .top-note{font-size:12px;padding:8px 12px}.storefront .hero{grid-template-columns:1fr;padding:22px 6% 38px;gap:32px}.storefront .hero-copy{padding-top:0}.storefront h1{font-size:clamp(42px,11vw,62px);letter-spacing:-2.5px;margin:22px 0}.storefront .hero-copy>p{font-size:16px;max-width:360px}.storefront .hero-copy .eyebrow{font-size:12px;letter-spacing:1.6px}.storefront .hero-bottom{font-size:12px;gap:25px;padding-top:26px}.storefront .hero-art{min-height:420px;max-height:none;transform:rotate(1deg);margin:0 3px;border-radius:20px}.storefront .hero-art img{object-position:50% 43%}.storefront .hero-product-link{padding:14px;font-size:15px;left:12px;right:12px;bottom:12px}.storefront .hero-product-link small{font-size:12px}.storefront .ticker{gap:25px;font-size:12px}.storefront .catalog-surface .section{padding:55px 6%}.storefront .section-head{margin-bottom:34px}.storefront .section-head h2{font-size:34px;letter-spacing:-1.5px}.storefront .section-head>p{font-size:14px;margin-top:18px}.storefront .collection-heading h3{font-size:15px}.storefront .collection-heading{gap:10px;margin-bottom:18px;padding-top:20px}.storefront .collection-heading>span{font-size:12px}.storefront .video-products{grid-template-columns:1fr;gap:24px;margin-bottom:42px}.storefront .reel-cover{aspect-ratio:4/4.1}.storefront .reel-info{padding:20px 14px 12px}.storefront .reel-info h3{font-size:23px}.storefront .reel-watch{font-size:13px;left:16px;right:16px}.storefront .reel-info .product-summary{font-size:14px;margin-bottom:20px}.storefront .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.storefront .photo-product h3{font-size:16px}.storefront .photo-product .product-info p{font-size:12px}.storefront .photo-product .product-thumbnails button{width:30px;height:30px}.storefront .photo-count{font-size:12px!important;padding:4px 7px!important;right:8px!important;bottom:8px!important}.storefront .workshop{padding:60px 6%;grid-template-columns:1fr}.storefront .contact>a{font-size:43px}.storefront footer .brand{width:100%}.storefront footer>a:last-child{margin-left:0}.storefront footer>span{margin-left:0}}
@media(prefers-reduced-motion:reduce){.storefront .reel-card:hover{transform:none}}
.storefront .detail-container{max-width:1240px;margin:auto;padding:35px 5% 85px}.storefront .back-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#65745a;margin-bottom:32px}.storefront .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.storefront .detail-media{min-width:0}.storefront .detail-media>.reel-cover{aspect-ratio:4/5;margin-top:16px;max-height:620px}.storefront .detail-media>.reel-cover:first-child{margin-top:0}.storefront .detail-media .product-image{aspect-ratio:4/5;border-radius:18px}.storefront .detail-media .product-thumbnails{display:flex;gap:8px}.storefront .detail-media .product-thumbnails button{width:65px;height:65px;border-radius:8px}.storefront .detail-copy{padding:28px 0}.storefront .detail-category{font-size:12px;text-transform:uppercase;letter-spacing:1.6px;color:#647953}.storefront .detail-copy h1{font-size:clamp(32px,3.4vw,49px);letter-spacing:-1.8px;line-height:1.14;margin:18px 0 25px;color:#20251e}.storefront .detail-description{font-size:16px;color:#63705b;line-height:1.85;white-space:pre-line}.storefront .detail-price{font-size:28px;margin-top:25px;font-weight:600}.storefront .detail-actions{display:flex;flex-direction:column;gap:12px;margin-top:30px}.storefront .detail-order{background:#202a19;color:#f4f9ed;padding:17px 20px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:15px;font-weight:600}.storefront .detail-order:hover{background:#3c522b}.storefront .detail-whatsapp{border:1px solid #cbd3c3;border-radius:10px;display:flex;gap:10px;align-items:center;justify-content:center;padding:15px 20px;font-size:14px}.storefront .detail-whatsapp:hover{background:#e6fd65}.storefront .detail-note{border-top:1px solid #d4dcce;padding-top:25px;margin-top:32px}.storefront .detail-note span{font-size:12px;letter-spacing:1.8px;color:#7c8972}.storefront .detail-note p{font-size:14px;line-height:1.7;max-width:300px;color:#63705b;margin-top:9px}.storefront .detail-source{display:inline-flex;align-items:center;gap:10px;font-size:13px;text-decoration:underline;text-underline-offset:4px;margin-top:20px;color:#455b34}.storefront .detail-extra{padding-top:45px;margin-top:40px;border-top:1px solid #d4dcce}.storefront .detail-extra h2{font-size:32px;letter-spacing:-1px}
@media(max-width:700px){.storefront .detail-container{padding:25px 6% 50px}.storefront .detail-grid{grid-template-columns:1fr;gap:25px}.storefront .detail-copy{padding:0}.storefront .detail-copy h1{font-size:35px;letter-spacing:-1.4px}.storefront .detail-media>.reel-cover{aspect-ratio:4/4.5}.storefront .detail-media .product-image{aspect-ratio:1}.storefront .detail-description{font-size:16px}.storefront .back-link{margin-bottom:24px}}

@media(max-width:700px){.storefront header{gap:12px}.storefront header .brand{font-size:18px;gap:8px}.storefront header .brand small{display:none}.storefront header .brand-logo{width:36px;height:36px}.storefront .header-contact{flex-shrink:0}.storefront .hero-bottom{gap:14px;flex-wrap:wrap}.storefront .hero-copy .eyebrow{letter-spacing:1px}.storefront .collection-heading h3{line-height:1.5}.storefront .section-head h2{font-size:clamp(29px,8.5vw,38px)}}
