html{overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable;-webkit-text-size-adjust:100%;text-size-adjust:100%}:root{--bg: #ffffff;--bg-soft: #f0eee6;--text: #1f1a17;--muted: #6f675f;--line: #d2c9bb;--accent: #2f4f3f;--header-height: 72px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);min-height:100vh;min-height:100dvh;overflow-x:hidden;padding-top:var(--header-height);display:flex;flex-direction:column}body.shell-no-chrome{padding-top:0!important;min-height:100dvh}main{width:100%;flex:1 0 auto}img{-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none}picture{display:block}body.menu-open{overflow:hidden}h1,h2,h3,.logo{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.grain{position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:radial-gradient(rgba(0,0,0,.07) .55px,transparent .55px);background-size:3px 3px}.site-header{position:fixed!important;top:0;left:0;right:0;height:var(--header-height);width:100%;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;border:1px solid rgba(255,255,255,.34);border-radius:0;backdrop-filter:blur(9px) saturate(118%);-webkit-backdrop-filter:blur(9px) saturate(118%);background:#ffffff8f;box-shadow:0 4px 12px #1f1a170d}.logo{letter-spacing:.12rem;font-size:1.05rem;color:inherit;text-decoration:none}.main-nav{display:flex;gap:1.5rem;align-items:center}.mobile-menu-head,.mobile-plus{display:none}.main-nav a{color:var(--text);text-decoration:none;font-size:.85rem;line-height:1;text-transform:uppercase;letter-spacing:.06rem}.main-nav .nav-trigger{border:0;background:transparent;color:var(--text);cursor:pointer;font-family:inherit;-webkit-appearance:none;appearance:none}.main-nav>a,.main-nav>.nav-item>.nav-trigger{display:inline-flex;align-items:center;font:400 .85rem/1.1 Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:.06rem!important;vertical-align:middle;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,font-weight .18s ease}.main-nav>a:hover,.main-nav>.nav-item>.nav-trigger:hover{color:var(--accent);background:#2f4f3f14}.main-nav>a.active,.main-nav>.nav-item>.nav-trigger.active{font-weight:600!important;color:var(--accent)}.main-nav>a[aria-current=page],.main-nav>.nav-item>.nav-trigger[aria-current=page]{font-weight:600!important}.nav-item{position:relative}.nav-trigger{display:inline-flex;align-items:center;gap:0;position:relative;padding-right:.72rem}.nav-trigger>span{line-height:inherit}.caret{position:absolute;right:0;top:50%;width:.56rem;height:.38rem;font-size:0;opacity:.82;line-height:0;transform:translateY(-50%) rotate(var(--caret-rot, 0deg));transition:transform .2s ease}.caret:before{content:"";display:block;width:0;height:0;border-left:.28rem solid transparent;border-right:.28rem solid transparent;border-top:.3rem solid currentColor}.has-submenu:hover .caret,.has-submenu:focus-within .caret{--caret-rot: 180deg}.submenu{list-style:none;position:absolute;top:calc(100% + 1.9rem);left:50%;min-width:220px;max-width:min(92vw,320px);max-height:min(68vh,520px);overflow-y:auto;padding:.45rem 0;border:1px solid rgba(31,26,23,.12);border-radius:14px;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 12px 24px #1f1a1729;opacity:0;visibility:hidden;transform:translate(-50%,6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:20}.submenu li a{display:block;padding:.42rem .8rem;text-transform:none;letter-spacing:.01rem;font-size:.82rem;font-weight:400;transition:color .18s ease,background-color .18s ease,font-weight .18s ease}.submenu .submenu-group-title{padding:.42rem .8rem;font-size:.82rem;text-transform:none;letter-spacing:.01rem;font-weight:600;color:#1f1a17a8;cursor:default}.submenu .submenu-child-link{font-weight:400;padding-left:1.55rem}.submenu .submenu-main-link{font-weight:400;padding-left:.8rem;font-size:.82rem;letter-spacing:.01rem;color:#1f1a17a8}.submenu li a:hover{color:var(--accent);background:#2f4f3f14}.submenu li a.active{font-weight:600;color:var(--accent)}.has-submenu:hover .submenu,.has-submenu:focus-within .submenu{opacity:1;visibility:visible;transform:translate(-50%)}.menu-btn{display:none;border:0;border-radius:0;background:none;color:var(--text);-webkit-text-fill-color:var(--text);appearance:none;-webkit-appearance:none;padding:0;min-width:42px;min-height:42px;width:42px;height:42px;text-align:center;font-size:.78rem;text-transform:uppercase;align-items:center;justify-content:center;line-height:1}.menu-btn-icon{position:relative;display:block;width:20px;height:2px;border-radius:999px;background:currentColor;transition:background-color .22s ease}.menu-btn-icon:before,.menu-btn-icon:after{content:"";position:absolute;left:0;width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .22s ease,top .22s ease}.menu-btn-icon:before{top:-6px}.menu-btn-icon:after{top:6px}.menu-btn.is-open .menu-btn-icon{background:transparent}.menu-btn.is-open .menu-btn-icon:before{top:0;transform:rotate(45deg)}.menu-btn.is-open .menu-btn-icon:after{top:0;transform:rotate(-45deg)}@media(min-width:861px){.main-nav>.nav-item{display:inline-flex;align-items:center}.main-nav>a,.main-nav>.nav-item>.nav-trigger{line-height:1;min-height:1rem}}main{width:min(1200px,92vw);margin:0 auto}.home-main{width:100%;margin:0}.home-hero{position:relative;width:100%;max-width:none;height:calc(100vh - var(--header-height));height:calc(100svh - var(--header-height));min-height:420px;overflow:hidden;background:#0f0f0f}.home-hero-poster{position:absolute;inset:0;z-index:0}.home-hero-poster img{width:100%;height:100%;object-fit:cover;display:block}.home-hero:after{content:"";position:absolute;inset:0;z-index:2;background:#00000042}.home-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:1;transition:none;pointer-events:none;-webkit-user-select:none;user-select:none}.home-hero-video::-webkit-media-controls{display:none!important}.home-hero-video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.home-hero-video.is-ready{opacity:1}.home-hero-content .nowrap{white-space:nowrap}.home-hero-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;width:min(90vw,940px)}.home-hero-content h1{font-size:clamp(2.08rem,2.86vw,2.74rem);font-weight:300;line-height:1.18;letter-spacing:.045em;margin:0;text-align:center;width:100%;max-width:none;text-transform:uppercase}.home-hero-content h2{font-size:clamp(1.28rem,1.62vw,1.62rem);font-weight:100;line-height:1.42;letter-spacing:.065em;margin:.42rem 0 0;text-align:center;width:100%;max-width:none;white-space:nowrap}.home-hero .hero-tagline-bottom{position:absolute;left:50%;bottom:2.2rem;transform:translate(-50%);z-index:3;font-size:13px;font-weight:400;letter-spacing:.18em;text-transform:lowercase;opacity:.92;color:#fff;white-space:nowrap}.home-entry-section{--entry-edge-gap: clamp(8px, 1.05vw, 16px);--entry-col-gap: clamp(10px, 1.15vw, 18px);width:100%;margin:0;padding:var(--entry-edge-gap);scroll-margin-top:var(--header-height)}.home-entry-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--entry-col-gap);justify-items:center}.home-entry-card{width:100%;display:flex;flex-direction:column;align-items:stretch;text-decoration:none;color:inherit}.home-entry-media{position:relative;inline-size:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f2f2ef}.home-entry-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .75s cubic-bezier(.2,.65,.2,1)}.home-entry-card:hover .home-entry-media img,.home-entry-card:focus-visible .home-entry-media img{transform:scale(1.06)}.home-entry-overlay{position:absolute;left:50%;bottom:clamp(14px,2.2vh,24px);transform:translate(-50%);font-size:clamp(.78rem,.86vw,.95rem);font-weight:300;letter-spacing:.075em;line-height:1.1;text-transform:uppercase;text-align:center;color:#fff;white-space:nowrap;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.45)}.home-entry-card:hover .home-entry-overlay,.home-entry-card:focus-visible .home-entry-overlay{text-decoration:underline;text-underline-offset:.16em;text-decoration-thickness:1px}.catalog-section{width:min(1400px,92vw);margin:0 auto;padding:2.8rem 0 4.2rem}.catalog-head{border-top:0;padding-top:.62rem;display:grid;grid-template-columns:260px minmax(0,860px);gap:1.35rem}.catalog-kicker{font-size:1.5rem;line-height:1.15}.catalog-intro{font-size:clamp(.98rem,1.45vw,1.45rem);line-height:1.26;max-width:26ch}.catalog-viewport{--catalog-slides-per-view: 3.5;--catalog-slide-gap: 26px;--catalog-slide-width: calc( (100% - ((var(--catalog-slides-per-view) - 1) * var(--catalog-slide-gap))) / var(--catalog-slides-per-view) );margin-top:1.45rem;margin-left:calc(260px + 1.35rem);width:calc(100% - (260px + 1.35rem));overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:pan-y;position:relative}.catalog-viewport:after{content:none}.catalog-track{display:flex;gap:0;will-change:transform}.catalog-carousel-controls{margin-top:.95rem;margin-left:calc(260px + 1.35rem);width:calc(100% - (260px + 1.35rem));padding-right:2.2rem;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.catalog-nav-btn{border:0;background:transparent;color:var(--text);font:500 1.95rem/1 Helvetica Neue,Helvetica,Arial,sans-serif;width:2.2rem;height:2.2rem;cursor:pointer;opacity:.8;transition:opacity .2s ease,color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}.catalog-nav-btn:hover{color:var(--accent);opacity:1}.catalog-nav-btn.swiper-button-disabled{color:#b5aea4;opacity:.7;cursor:default;pointer-events:none}.catalog-nav-btn:active{transform:translateY(1px)}.catalog-card{min-width:0;width:var(--catalog-slide-width);flex:0 0 var(--catalog-slide-width)}.catalog-viewport.swiper-initialized .catalog-card{flex-basis:auto}@media(max-width:1199px)and (min-width:980px){.catalog-viewport{--catalog-slides-per-view: 3.1;--catalog-slide-gap: 24px}}@media(max-width:979px)and (min-width:640px){.catalog-viewport{--catalog-slides-per-view: 2;--catalog-slide-gap: 20px}}@media(max-width:639px){.catalog-viewport{--catalog-slides-per-view: 1.3;--catalog-slide-gap: 18px}}.catalog-image-link{display:block;overflow:hidden}.catalog-image-link picture{width:100%}.catalog-card img{width:100%;aspect-ratio:3 / 4;height:auto;object-fit:cover;display:block;-webkit-user-drag:none;transform:scale(1);transform-origin:center;transition:transform .32s ease}.catalog-card:hover .catalog-image-link img{transform:scale(1.06)}.catalog-card h3{margin-top:.26rem;font-size:clamp(1.12rem,1.4vw,1.7rem);font-weight:400;line-height:1.14}.catalog-title-link{color:var(--text);text-decoration:none;transition:color .2s ease}.catalog-title-link:hover,.catalog-card:hover .catalog-title-link{color:var(--accent)}.catalog-track.is-dragging{cursor:grabbing;transition:none}.catalog-marquee{width:100%;margin:0 auto;padding:1.25rem 0 1.55rem}.catalog-marquee-viewport{width:100%;overflow:hidden;border-top:0;border-bottom:0;padding:.65rem 0}.catalog-marquee-track{display:flex;width:max-content;animation:catalogMarquee 30s linear infinite}.catalog-marquee-track a{display:inline-block;white-space:nowrap;margin-right:3.5rem;color:var(--text);text-decoration:none;font-size:clamp(1.35rem,3.2vw,3.6rem);line-height:1.02;transition:color .2s ease,opacity .2s ease}.catalog-marquee-track a:hover,.catalog-marquee-track:hover a{color:var(--accent)}@keyframes catalogMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-33.333%,0,0)}}.about-factory{width:min(1220px,calc(100vw - 90px));margin:0 auto;padding:6.4rem 0 6rem;display:grid;grid-template-columns:minmax(0,620px) clamp(2.8rem,5.2vw,5.6rem) minmax(0,480px);gap:0;justify-content:center;align-items:start}.about-factory-media{width:min(100%,620px);aspect-ratio:.7142857143;overflow:hidden;justify-self:center}.about-factory-media picture{width:100%;height:100%}.about-factory-media img{width:100%;max-width:none;height:100%;display:block;margin:0 auto;object-fit:cover;object-position:center}.about-factory-copy{align-self:start;padding-top:0;padding-bottom:0;padding-top:.9rem}.about-factory-gap{width:100%;min-height:1px}.about-factory-side{width:min(100%,480px);display:grid;gap:1.5rem;align-content:start;max-width:none;text-align:left;justify-self:center;align-self:center}.about-kicker{font-size:.92rem;letter-spacing:.04rem;text-transform:uppercase;margin-bottom:.8rem;color:#1f1a17b8}.about-factory-copy h2{font-size:clamp(1.14rem,1.28vw,1.28rem);line-height:1.2;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.66rem;max-width:none;white-space:normal}.about-factory-copy h3{font-size:clamp(.76rem,.84vw,.88rem);line-height:1.32;font-weight:500;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.8rem;max-width:34ch}.about-factory-copy p{font-size:clamp(.9rem,.96vw,.98rem);line-height:1.45;margin-bottom:.58rem;max-width:42ch;color:#1f1a17e6}.about-factory-reference{width:100%;display:grid;gap:.72rem;align-content:start}.magnolia-reference-copy{width:100%;display:grid;gap:.56rem;justify-items:start;text-align:left}.magnolia-reference-copy p{margin:0;font-size:clamp(.88rem,.92vw,.98rem);line-height:1.58;white-space:normal;width:100%;max-width:42ch;text-wrap:pretty;color:#1f1a17db}.magnolia-reference-copy .magnolia-reference-lead{margin:0;font-size:clamp(.9rem,1.02vw,1.02rem);line-height:1.2;font-weight:500;letter-spacing:.05em;font-style:normal;color:#1f1a17eb;text-wrap:balance}.magnolia-reference-media{margin:0;width:min(90%,405px);display:grid;gap:.45rem;justify-items:start;padding:0;background:transparent}.magnolia-reference-video{width:100%;max-height:none;height:auto;aspect-ratio:auto;display:block;object-fit:contain;background:transparent;filter:grayscale(100%)}.magnolia-reference-caption{font-size:.68rem;line-height:1.35;letter-spacing:.045em;color:#1f1a17ad;text-transform:uppercase}.exw-terms{width:min(1400px,92vw);margin:0 auto;padding:.8rem 0 4.2rem}.exw-terms-panel{width:100%;margin:0 auto;padding:clamp(1.4rem,2.4vw,2.2rem) clamp(1.2rem,2vw,2rem);border:1px solid rgba(31,26,23,.16);border-radius:18px;background:#ffffffbd}.exw-terms-panel h2{margin:0 0 .7rem;font-size:clamp(1.15rem,1.55vw,1.72rem);line-height:1.2;font-weight:500;letter-spacing:.02em}.exw-terms-panel p{margin:0 0 .55rem;max-width:78ch;font-size:clamp(.96rem,1.05vw,1.05rem);line-height:1.58;color:#1f1a17db}.exw-terms-panel h3{margin:1.1rem 0 .45rem;font-size:clamp(.9rem,1vw,1rem);line-height:1.3;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:#1f1a17eb}.exw-terms-points{margin:.9rem 0 0;padding-left:1.2rem;display:grid;gap:.45rem}.exw-terms-points li{font-size:clamp(.95rem,1.04vw,1.02rem);line-height:1.45;color:#1f1a17e6}.exw-terms-note{margin:0}.quality-workforce{width:min(1400px,92vw);margin:0 auto;padding:4.8rem 0 5.1rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2.6vw,3.6rem);align-items:start}.qw-card{display:flex;flex-direction:column;gap:1rem}.qw-media{aspect-ratio:16 / 9;overflow:hidden;border-radius:18px}.qw-media picture{width:100%;height:100%;display:block}.qw-media img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.qw-card p{font-size:clamp(1rem,1.15vw,1.2rem);line-height:1.45;max-width:52ch}.faq-section{width:min(1100px,92vw);margin:0 auto;padding:5.2rem 0}.faq-section h2{text-align:center;font-size:clamp(2rem,3.4vw,3.8rem);margin-bottom:1.8rem}.faq-item{border-bottom:1px solid rgba(31,26,23,.35);padding:.25rem 0}.faq-item>summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:34px 1fr;gap:.7rem;align-items:center;padding:.95rem 0;font-size:clamp(1.05rem,1.5vw,1.9rem)}.faq-item>summary::-webkit-details-marker{display:none}.faq-icon{color:#1f1a1780;font-size:1.2rem;line-height:1}.faq-icon:before{content:"+"}.faq-item[open] .faq-icon:before{content:"−"}.faq-item p{padding:0 0 1rem 2.6rem;color:#1f1a17b8;line-height:1.48;font-size:clamp(.96rem,1.2vw,1.3rem);max-width:86ch}.blank-main{min-height:calc(100vh - 84px)}.blank-page{padding:5rem 0;border-bottom:1px solid var(--line)}.blank-page h1{font-size:clamp(2.4rem,6vw,4.6rem);line-height:1}.collection-main{width:min(1360px,92vw);margin:0 auto;padding:2.6rem 0 4.2rem}.collection-hero{border-bottom:1px solid var(--line);padding-bottom:1.1rem}.collection-hero .kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.08rem;color:var(--muted);margin-bottom:.55rem}.collection-hero h1{font-size:clamp(2rem,4.2vw,3.8rem);line-height:1.02}.collection-hero-note{margin-top:.6rem;font-size:1.08rem;line-height:1.45;color:var(--muted)}.collection-toolbar-local{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 0 1.35rem}.collection-toolbar-buttons-local{display:inline-flex;gap:.5rem;align-items:center}.collection-toolbar-btn-local{border:1px solid rgba(31,26,23,.24);background:#ffffff75;color:var(--text);font-size:.72rem;letter-spacing:.05rem;text-transform:uppercase;padding:.42rem .72rem;cursor:default}.collection-toolbar-btn-local:hover{background:#2f4f3f14}.collection-toolbar-count-local{font-size:.82rem;text-transform:uppercase;letter-spacing:.04rem;color:var(--muted)}.collection-toolbar-count-local strong{color:var(--text);font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-toolbar-local{align-items:center;justify-content:space-between}.search-form-local{display:flex;gap:.6rem;width:min(720px,100%)}.search-form-local input[type=search]{flex:1 1 auto;min-height:2.2rem;border:1px solid var(--line);border-radius:999px;background:#ffffff9e;color:var(--text);padding:0 .95rem;font-size:.9rem}.search-result-card-local{text-decoration:none;color:inherit;border-radius:0}.search-result-card-local:focus-visible{outline:2px solid rgba(47,79,63,.6);outline-offset:2px}.search-result-card-local .product-info-local h2{min-height:2.42em}.search-result-page-local{margin-top:.2rem;font-size:.75rem;line-height:1.25;color:#1f1a17ad;text-transform:uppercase;letter-spacing:.04rem}.search-result-media-fallback-local{position:absolute;inset:0;display:grid;place-items:center;font-size:.78rem;letter-spacing:.04rem;text-transform:uppercase;color:#1f1a179e;background:linear-gradient(135deg,#dfd7caeb,#e5dfd5db)}.search-empty-card-local{grid-column:1 / -1;width:min(100%,420px);margin:0 auto}.search-empty-media-local{display:none}.search-empty-hint-local{margin-top:.2rem;font-size:.86rem;line-height:1.5;color:var(--muted)}@media(max-width:860px){.search-form-local{width:100%}}.product-grid-local{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.55rem 1.2rem;margin-top:1.2rem}@media(min-width:901px){.product-category-local.medium-branch-buds .product-grid-local{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-grid-local .size-group-break{grid-column:1 / -1;height:0;margin:.2rem 0 .55rem;pointer-events:none}.product-category-local{margin-top:1.8rem}.product-category-local+.product-category-local{border-top:1px solid var(--line);padding-top:1.8rem}.category-head-local{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.category-head-local h2{font-size:clamp(1.05rem,1.8vw,1.45rem);font-weight:600;letter-spacing:.02em}.category-head-local .category-toggle-local{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none;border:0;margin:0;padding:0;background:transparent;color:inherit;font:inherit;text-align:left}.category-head-local .category-toggle-local:after{content:"";width:.44rem;height:.44rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);transform-origin:center;transition:transform .22s ease}.product-category-local.is-collapsed .category-head-local .category-toggle-local:after{transform:rotate(-45deg) translateY(1px)}.product-category-local.is-collapsed .product-grid-local{display:none}.category-head-local p{font-size:.72rem;text-transform:uppercase;letter-spacing:.06rem;color:var(--muted)}.product-card-local{display:flex;flex-direction:column;gap:.65rem;min-height:100%}.product-card-local.quote-target-card-local,.product-card-local.card-locate-focus-local{outline:2px solid rgba(47,79,63,.5);outline-offset:2px;box-shadow:0 0 0 4px #2f4f3f29;transition:outline-color .25s ease,box-shadow .25s ease}.product-media-local{position:relative;aspect-ratio:275 / 356;overflow:hidden;background:#dfd7ca}.product-media-tags-local{position:absolute;left:.42rem;right:.42rem;bottom:.42rem;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:.28rem;pointer-events:none}.product-media-badges-local{position:absolute;left:.48rem;top:.48rem;z-index:5;display:flex;flex-wrap:wrap;align-items:flex-start;gap:.24rem;pointer-events:none}.product-media-local img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .34s ease,transform .34s ease}.card-locator-copy{position:absolute;left:.5rem;top:.5rem;bottom:auto;z-index:4;height:1.55rem;padding:0 .55rem;border:0;border-radius:999px;background:#f3efe7b8;backdrop-filter:blur(8px) saturate(116%);-webkit-backdrop-filter:blur(8px) saturate(116%);color:#1f1a17f2;font-size:.64rem;letter-spacing:.03rem;text-transform:uppercase;font-weight:600;cursor:pointer;box-shadow:0 8px 18px #0000001f}.locator-toast{position:fixed;left:50%;bottom:1.1rem;transform:translate(-50%) translateY(12px);z-index:3200;padding:.42rem .72rem;border-radius:.5rem;background:#181613d9;color:#f6f2ea;font-size:.74rem;letter-spacing:.02rem;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.locator-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.product-media-local .primary{opacity:1}.product-media-local .secondary{opacity:0;pointer-events:none}.product-media-local .gallery-extra{display:none!important}.product-card-local:hover .product-media-local.has-secondary .primary{opacity:0;transform:scale(1.04)}.product-card-local:hover .product-media-local.has-secondary .secondary{opacity:1;transform:scale(1.04);pointer-events:auto}.product-media-local.has-secondary:before{position:absolute;backdrop-filter:blur(8px) saturate(116%);-webkit-backdrop-filter:blur(8px) saturate(116%);color:#1f1a17f2;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;box-shadow:0 8px 18px #0000001f}.product-media-local.has-secondary:before{content:attr(data-gallery-count) " photos";top:.5rem;right:.5rem;min-height:1.55rem;padding:0 .55rem;border-radius:999px;background:#f3efe79e;font-size:.68rem;letter-spacing:.03rem;text-transform:uppercase;font-weight:600;line-height:1}.product-media-local.has-secondary:after{content:none!important;display:none!important}.lightbox-overlay{position:fixed;inset:0;z-index:2500;background:#0e0d0ceb;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2.3vw,2rem) clamp(.85rem,2vw,1.6rem);opacity:0;visibility:hidden;transition:opacity .2s ease;overscroll-behavior:contain}.lightbox-overlay.is-open{opacity:1;visibility:visible}.lightbox-stage{--lightbox-nav-size: 2.75rem;--lightbox-nav-gap: .85rem;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;width:min(calc(100vw - 1.6rem),1600px);min-height:calc(100vh - 3.2rem);padding:0 calc(var(--lightbox-nav-size) + var(--lightbox-nav-gap)) 5.25rem;box-sizing:border-box}.lightbox-frame{position:relative;display:inline-block;margin:0;line-height:0;overflow:visible}.lightbox-image{width:auto;height:auto;max-width:min(calc(100vw - (var(--lightbox-nav-size) * 2) - (var(--lightbox-nav-gap) * 2) - 1.8rem),1500px);max-height:min(86vh,calc(100vh - 13rem));object-fit:contain;box-shadow:0 22px 50px #00000059;cursor:zoom-in;transform-origin:center center;transform:translate(0) scale(1);image-rendering:auto;user-select:none;-webkit-user-select:none;touch-action:none}.lightbox-image.is-zoomed{cursor:grab}.lightbox-image.is-panning{cursor:grabbing}.lightbox-close{position:absolute;top:.8rem;right:.8rem;width:2.2rem;height:2.2rem;padding:0;border:none;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;color:#fffffff5;line-height:0;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0;z-index:4}.lightbox-nav{position:absolute;top:50%;width:var(--lightbox-nav-size);height:var(--lightbox-nav-size);padding:0;border:none;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;color:#fffffff5;box-shadow:none;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5}.lightbox-nav svg,.lightbox-close svg{width:1rem;height:1rem;display:block;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 2px 8px rgba(0,0,0,.45))}.lightbox-close svg{width:.92rem;height:.92rem}.lightbox-prev{left:.35rem;transform:translateY(-50%)}.lightbox-next{right:.35rem;transform:translateY(-50%)}.lightbox-counter{position:absolute;left:50%;bottom:calc(4.9rem + env(safe-area-inset-bottom));transform:translate(-50%);z-index:4;color:#ffffffeb;font-size:.82rem;letter-spacing:.04rem;text-transform:uppercase;text-align:center;white-space:nowrap;line-height:1}.lightbox-thumbs{position:absolute;left:50%;bottom:calc(1.15rem + env(safe-area-inset-bottom));transform:translate(-50%);z-index:4;width:min(calc(100vw - 1.6rem),900px);overflow-x:auto;overflow-y:hidden;padding:.08rem .04rem .18rem;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scroll-snap-type:x proximity}.lightbox-thumbs-track{display:flex;align-items:center;justify-content:center;gap:.42rem;width:fit-content;min-width:max-content;margin-inline:auto}.lightbox-thumbs.is-scrollable .lightbox-thumbs-track{justify-content:flex-start;margin-inline:0}.lightbox-thumb{width:3.35rem;height:3.35rem;flex:0 0 auto;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:.46rem;background:#f3efe733;overflow:hidden;cursor:pointer;opacity:.76;transition:opacity .16s ease,border-color .16s ease,transform .16s ease;scroll-snap-align:center}.lightbox-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lightbox-thumb.is-active{opacity:1;border-color:#f6f2eaf2;transform:translateY(-1px)}.lightbox-nav.is-hidden,.lightbox-counter.is-hidden,.lightbox-thumbs.is-hidden{display:none}html.lightbox-open,body.lightbox-open{overflow:hidden;overscroll-behavior:none;touch-action:none}@media(max-width:680px){.lightbox-overlay{padding:.55rem max(.55rem,env(safe-area-inset-right)) .95rem max(.55rem,env(safe-area-inset-left))}.lightbox-stage{--lightbox-nav-size: 2.2rem;--lightbox-nav-gap: .22rem;width:calc(100vw - .9rem);min-height:calc(100vh - 1.5rem);padding:0 calc(var(--lightbox-nav-size) + .2rem) 4.55rem}.lightbox-nav:not(.is-hidden){display:flex!important}.lightbox-close{top:.45rem;right:.45rem}.lightbox-image{max-width:calc(100vw - (var(--lightbox-nav-size) * 2) - (var(--lightbox-nav-gap) * 2) - 2.2rem);max-height:calc(100vh - 9.4rem)}.lightbox-counter{font-size:.84rem;letter-spacing:.038rem;bottom:calc(4.2rem + env(safe-area-inset-bottom))}.lightbox-thumbs{width:min(calc(100vw - 1.1rem),680px);padding-bottom:.12rem;bottom:calc(.78rem + env(safe-area-inset-bottom))}.lightbox-thumbs-track{gap:.34rem}.lightbox-thumb{width:2.9rem;height:2.9rem}}.product-info-local{padding:0 .12rem .3rem;text-align:center}.product-info-local h2{font-size:.96rem;line-height:1.24;font-weight:500;margin-bottom:.3rem;min-height:2.38em}.tag-sync-compare-title-box-local{margin:-.02rem 0 .34rem;border:1px dashed rgba(31,26,23,.2);border-radius:8px;background:#ffffffdb;padding:.32rem .4rem .3rem;text-align:left}.tag-sync-compare-title-state-local{margin:0 0 .14rem;font-size:.62rem;line-height:1.2;font-weight:600}.tag-sync-compare-title-state-local.is-diff{color:#9a2b2b}.tag-sync-compare-title-line-local{margin:.06rem 0;font-size:.62rem;line-height:1.28;word-break:break-word}.tag-sync-compare-title-line-local.is-local{color:#1f1a17}.tag-sync-compare-title-line-local.is-db{color:#1d5e47}.product-card-local .product-info-local>.product-meta-local,.product-card-local .product-info-local>.product-tags-local{display:none}.product-tags-local{display:flex;flex-wrap:wrap;gap:.36rem;justify-content:flex-start;align-content:flex-start;margin:.02rem auto .3rem;min-height:1.5rem;width:fit-content;max-width:100%;overflow:visible}.product-tag-local{display:inline-flex;align-items:center;min-height:1.34rem;max-width:100%;padding:0 .46rem;border-radius:999px;border:1px solid rgba(31,26,23,.14);background:#ffffff7a;color:#1f1a17c7;font-size:.62rem;line-height:1;letter-spacing:.038rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-media-tags-local .product-meta-local,.product-media-tags-local .product-meta-local.product-meta-tags-local,.product-media-tags-local .product-tags-local{margin:0;width:auto;max-width:100%;min-height:0;gap:.3rem}.product-media-tags-local .product-tag-local{background:#f3efe7e0;border-color:#1f1a1738;color:#1f1a17eb;backdrop-filter:blur(4px) saturate(112%);-webkit-backdrop-filter:blur(4px) saturate(112%);font-size:.6rem}.product-tag-new-hidden-local{display:none!important}.product-media-new-badge-local,.product-tag-local.product-tag-new-local{border-color:#1f1a1738;background:#2f4f3feb;color:#f6f2ea;font-weight:700;letter-spacing:.048rem;text-transform:uppercase}.product-tag-source-local{border-color:#1f1a1733;background:#1f1a17db;color:#fff9f1f5}.new-products-empty-local{grid-column:1 / -1}.new-products-empty-local .product-info-local{padding:1.1rem 1.2rem 1.2rem}.product-card-local.is-runtime-supabase-tags-local .product-media-tags-local .product-tag-local{color:#1f1a17eb}.product-meta-local{font-size:.84rem;color:var(--muted);font-weight:500}.product-meta-local.product-meta-tags-local{display:flex;flex-wrap:wrap;gap:.36rem;justify-content:flex-start;align-items:flex-start;align-content:flex-start;margin:.02rem auto .1rem;width:fit-content;max-width:100%;min-height:1.5rem;overflow:visible}body.tag-editor-editing-mode .product-media-tags-local{pointer-events:auto}.tag-editor-hidden-local{display:none!important}.tag-editing-wrap-local{pointer-events:auto}.tag-editing-overlay-local{pointer-events:auto;padding-bottom:2.05rem}.product-tag-edit-open-local{position:absolute;right:0;bottom:0;z-index:7;border:1px solid rgba(31,26,23,.24);border-radius:999px;background:#f3efe7e6;color:#1f1a17eb;font-size:.62rem;letter-spacing:.034rem;padding:.34rem .62rem;cursor:pointer;backdrop-filter:blur(4px) saturate(112%);-webkit-backdrop-filter:blur(4px) saturate(112%);box-shadow:0 4px 10px #11161324}.product-tag-editable-local{position:relative;padding-right:1.1rem;cursor:pointer}.product-tag-remove-local{position:absolute;top:-.32rem;right:-.18rem;width:.86rem;height:.86rem;border:1px solid rgba(31,26,23,.3);border-radius:999px;background:#ffffffeb;color:#1f1a17e0;font-size:.62rem;line-height:1;cursor:pointer;padding:0}.product-tag-add-local{border-style:dashed;border-color:#1f1a1766;background:#f3efe7d1;cursor:pointer}.product-tag-internal-price-local{border-color:#2d5c498c;background:#335f4e29;color:#153f2ff5;font-weight:600}.tag-save-pending-local .product-media-local{opacity:.82}.tag-editor-shell-local{position:fixed;right:.9rem;top:5.3rem;z-index:4600;display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.tag-editor-fab-local{border:0;border-radius:999px;padding:.55rem .9rem;background:#335f4e;color:#fff;font-size:.74rem;letter-spacing:.03rem;cursor:pointer;box-shadow:0 8px 18px #0000002e}.tag-editor-panel-local{width:min(92vw,300px);max-height:min(72vh,520px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom;scrollbar-width:none;-ms-overflow-style:none;border:1px solid rgba(31,26,23,.16);border-radius:10px;background:#fff;padding:.7rem;box-shadow:0 12px 26px #00000029}.tag-editor-panel-local::-webkit-scrollbar{width:0;height:0;display:none}.tag-editor-panel-local h3{margin:0;font-size:.92rem}.tag-editor-status-local{margin:.35rem 0 .55rem;font-size:.72rem;color:#1f1a17c2}.tag-editor-status-local.is-error{color:#9a2b2b}.tag-editor-login-local,.tag-editor-actions-local{display:flex;gap:.4rem}.tag-editor-panel-local[hidden],.tag-editor-login-local[hidden],.tag-editor-logged-local[hidden],.tag-editor-sync-tools-local[hidden],.tag-editor-sync-pending-list-local[hidden]{display:none!important}.tag-editor-login-local{flex-direction:column}.tag-editor-email-local,.tag-editor-password-local{border:1px solid rgba(31,26,23,.18);background:#fff;color:var(--text);font:inherit;font-size:16px;border-radius:6px;padding:.42rem .5rem}.tag-editor-login-btn-local,.tag-editor-price-preview-btn-local,.tag-editor-toggle-btn-local,.tag-editor-logout-btn-local,.tag-editor-detect-sync-btn-local,.tag-editor-compare-sync-btn-local,.tag-editor-sync-pending-btn-local,.tag-editor-local-sync-btn-local,.tag-editor-copy-sync-cmd-btn-local{border:1px solid rgba(31,26,23,.22);border-radius:6px;background:#ffffffd6;color:var(--text);font-size:16px;padding:.4rem .58rem;cursor:pointer}.tag-editor-toggle-btn-local.is-active,.tag-editor-price-preview-btn-local.is-active{background:#335f4e;color:#fff;border-color:#335f4e}.tag-editor-user-local{margin:0 0 .45rem;font-size:.72rem;color:#1f1a17d1}.tag-editor-sync-tools-local{margin-top:.5rem;border-top:1px dashed rgba(31,26,23,.18);padding-top:.5rem}.tag-editor-sync-target-local{margin:0 0 .4rem;font-size:.7rem;color:#1f1a17bd;line-height:1.4;word-break:break-all}.tag-editor-sync-pending-summary-local{margin:0 0 .42rem;font-size:.7rem;color:#1f1a17bd;line-height:1.45}.tag-editor-sync-actions-local{flex-direction:column}.tag-editor-sync-pending-list-local{margin:.45rem 0;border:1px solid rgba(31,26,23,.14);border-radius:7px;background:#ffffffa8;padding:.42rem .5rem}.tag-editor-sync-pending-title-local{margin:0 0 .28rem;font-size:.69rem;color:#1f1a17bd}.tag-editor-sync-pending-items-local{margin:0;padding-left:1rem;max-height:144px;overflow:auto}.tag-editor-sync-pending-item-local{font-size:.68rem;line-height:1.35;color:#1f1a17d6;margin:.12rem 0}.tag-editor-sync-pending-item-btn-local{width:100%;border:1px solid rgba(31,26,23,.16);border-radius:6px;background:#ffffffd6;color:#1f1a17e6;font:inherit;font-size:.68rem;line-height:1.35;text-align:left;padding:.26rem .34rem;cursor:pointer}.tag-editor-sync-pending-item-btn-local:hover{border-color:#335f4e8c;background:#335f4e1f}.tag-editor-sync-compare-local{margin-top:.28rem;border-left:2px solid rgba(31,26,23,.16);padding-left:.4rem}.tag-editor-sync-compare-line-local{margin:.08rem 0;font-size:.66rem;line-height:1.35;word-break:break-word}.tag-editor-sync-compare-line-local.is-local{color:#1f1a17}.tag-editor-sync-compare-line-local.is-db{color:#1d5e47}.tag-editor-sync-compare-state-local{margin:.08rem 0;font-size:.66rem;line-height:1.3;font-weight:600}.tag-editor-sync-compare-state-local.is-diff{color:#9a2b2b}.tag-editor-sync-compare-state-local.is-same{color:#2f6d4c}.product-card-local.tag-sync-pending-card-local{outline:2px solid rgba(51,95,78,.55);outline-offset:2px}.tag-sync-compare-overlay-local{margin-top:.34rem;border:1px dashed rgba(31,26,23,.2);border-radius:8px;background:#ffffffdb;padding:.34rem .34rem .28rem;display:grid;gap:.28rem}.tag-sync-compare-state-local{margin:0;font-size:.62rem;line-height:1.25;font-weight:600}.tag-sync-compare-state-local.is-diff{color:#9a2b2b}.tag-sync-compare-state-local.is-same{color:#2f6d4c}.tag-sync-compare-row-local{display:grid;gap:.18rem}.tag-sync-compare-label-local{font-size:.64rem;line-height:1.2;font-weight:600}.tag-sync-compare-row-local.is-local .tag-sync-compare-label-local{color:#1f1a17}.tag-sync-compare-row-local.is-db .tag-sync-compare-label-local{color:#1d5e47}.tag-sync-compare-chips-local{display:flex;flex-wrap:wrap;gap:.16rem}.tag-sync-compare-chip-local{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(31,26,23,.26);background:#ffffffe6;font-size:.62rem;line-height:1.15;letter-spacing:.01rem;padding:.16rem .34rem}.tag-sync-compare-chip-local.is-local{color:#1f1a17;border-color:#1f1a174d}.tag-sync-compare-chip-local.is-db{color:#1d5e47;border-color:#1d5e4780;background:#2a76561a}.tag-sync-compare-chip-local.is-empty{opacity:.72}@keyframes pending-card-pulse-local{0%{box-shadow:0 0 #335f4e6b}to{box-shadow:0 0 0 14px #335f4e00}}.product-card-local.tag-sync-pending-focus-local{animation:pending-card-pulse-local 1.15s ease-out 1}.tag-editor-modal-local{position:fixed;inset:0;z-index:5200;background:#0000005c;display:flex;align-items:center;justify-content:center;padding:1rem}.tag-editor-modal-local[hidden]{display:none!important}.tag-editor-modal-dialog-local{width:min(92vw,720px);max-height:min(86vh,860px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:1px solid rgba(31,26,23,.18);border-radius:10px;padding:.85rem;box-shadow:0 16px 34px #0000002e}.tag-editor-modal-dialog-local::-webkit-scrollbar{width:0;height:0;display:none}.tag-editor-modal-title-local{margin:0 0 .4rem;font-size:.95rem;line-height:1.35}.tag-editor-modal-product-local{margin:0 0 .5rem;font-size:.88rem;font-weight:600;color:#1f1a17e0}.tag-editor-modal-tip-local{margin:0 0 .55rem;font-size:.72rem;color:#1f1a17bf}.tag-editor-modal-grid-local{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .7rem}.tag-editor-modal-grid-local label,.tag-editor-custom-wrap-local{display:flex;flex-direction:column;gap:.28rem;font-size:.72rem;color:#1f1a17c7}.tag-editor-field-span-local{grid-column:1 / -1}.tag-editor-field-local,.tag-editor-custom-local{width:100%;border:1px solid rgba(31,26,23,.2);background:#fff;border-radius:7px;padding:.5rem .58rem;font:inherit;font-size:16px;color:var(--text)}.tag-editor-field-local[readonly]{background:#f5f2ebeb;color:#1f1a17b3}.tag-editor-custom-wrap-local{margin-top:.6rem}.tag-editor-custom-local{min-height:86px;resize:vertical;line-height:1.45}.tag-editor-modal-actions-local{display:flex;justify-content:flex-end;gap:.44rem;margin-top:.62rem}.tag-editor-modal-cancel-local,.tag-editor-modal-save-local{border:1px solid rgba(31,26,23,.22);border-radius:7px;background:#ffffffe0;color:var(--text);font-size:16px;padding:.42rem .72rem;cursor:pointer}.tag-editor-panel-local,.tag-editor-modal-dialog-local{font-size:16px}.tag-editor-panel-local :is(h3,p,span,label,input,textarea,button),.tag-editor-modal-dialog-local :is(h3,p,span,label,input,textarea,button){font-size:16px}.tag-editor-modal-save-local{background:#335f4e;color:#fff;border-color:#335f4e}@media(max-width:520px){.tag-editor-shell-local{right:.45rem;top:4.6rem}.tag-editor-fab-local{padding:.5rem .78rem;font-size:.7rem}.tag-editor-panel-local{width:min(94vw,280px);padding:.62rem}.tag-editor-modal-grid-local{grid-template-columns:1fr}}@media(max-width:1200px){.product-grid-local{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.product-grid-local{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.product-grid-local{grid-template-columns:1fr}.category-head-local{flex-direction:column;align-items:flex-start;gap:.32rem}.product-media-local.has-secondary:before{font-size:.6rem}.product-media-local.has-secondary:before{right:.35rem;top:.35rem;min-height:1.35rem;padding:0 .45rem}}.yulan-collection-page .collection-main{width:min(1720px,96vw)}.yulan-collection-page .product-category-local{margin-top:2rem}.yulan-collection-page .product-grid-local{gap:1.05rem .9rem;margin-top:.9rem}.yulan-collection-page .product-media-local{aspect-ratio:2 / 3}.yulan-collection-page .product-info-local h2{font-size:1rem}@media(max-width:1400px){.yulan-collection-page .collection-main{width:min(1460px,95vw)}}@media(max-width:1100px){.yulan-collection-page .product-grid-local{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.yulan-collection-page .product-grid-local{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.yulan-collection-page .product-grid-local{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem .55rem}.yulan-collection-page .product-info-local{padding:0 .05rem .18rem}.yulan-collection-page .product-info-local h2{font-size:.8rem;line-height:1.28;min-height:2.65em;margin-bottom:.22rem}.yulan-collection-page .product-tags-local{gap:.28rem;margin:.04rem 0 .26rem}.yulan-collection-page .product-tag-local{min-height:1.24rem;padding:0 .38rem;font-size:.56rem;letter-spacing:.032rem}.yulan-collection-page .product-meta-local{font-size:.74rem}.yulan-collection-page .product-meta-local.product-meta-tags-local{gap:.28rem}}.contact-main{width:min(1260px,92vw);margin:0 auto;padding:4rem 0 5rem}.contact-section{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,520px);gap:clamp(1.5rem,4vw,4rem);border-top:1px solid var(--line);padding-top:1.4rem}.contact-copy h1{font-size:clamp(2rem,3.6vw,3.2rem);line-height:1;margin-bottom:1rem}.contact-copy h2{font-size:clamp(1rem,1.3vw,1.2rem);margin-top:1.4rem;margin-bottom:.65rem}.contact-copy p{font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.6;margin-bottom:.7rem;max-width:60ch}.contact-form{display:grid;gap:.55rem;align-content:start}.contact-form label{font-size:.86rem;color:#1f1a17cc}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(31,26,23,.24);background:#ffffff70;color:var(--text);font:inherit;padding:.62rem .72rem;border-radius:6px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#2f4f3fb3}.contact-form button{margin-top:.35rem;border:1px solid rgba(31,26,23,.28);background:#2f4f3feb;color:#f5f3ee;padding:.7rem 1rem;text-transform:uppercase;letter-spacing:.04rem;font-size:.82rem;cursor:pointer}.contact-form button:hover{background:#2f4f3f}.support-main{width:100%}.support-hero{position:relative;width:100%;height:clamp(260px,28vw,430px);overflow:hidden}.support-hero img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.86)}.support-hero h1{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#f3efe7;font-size:clamp(2rem,3.2vw,3.25rem);font-weight:400;letter-spacing:.18rem}.support-contact{width:min(820px,92vw);margin:0 auto;padding:3.6rem 0 5rem;text-align:center}.support-kicker{font-size:.78rem;letter-spacing:.08rem;margin-bottom:.95rem}.support-contact h2{font-size:clamp(1.9rem,2.6vw,2.7rem);letter-spacing:.06rem;font-weight:500;margin-bottom:1.35rem}.support-intro{max-width:74ch;margin:0 auto;font-size:clamp(.95rem,1.05vw,1.02rem);line-height:1.8}.support-form{margin-top:2rem;text-align:left}.support-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.86rem}.support-form input,.support-form select,.support-form textarea{width:100%;border:1px solid rgba(31,26,23,.2);border-radius:0;background:#f3efe7a6;color:var(--text);font:inherit;font-size:.96rem;padding:.78rem;outline:none}.support-form input:focus,.support-form select:focus,.support-form textarea:focus{border-color:#2f4f3f99}.support-form .field-full{grid-column:1 / -1}.support-form button{margin-top:1rem;border:1px solid rgba(31,26,23,.25);background:#2f4f3ff0;color:#f4f1e8;padding:.74rem 1.4rem;font-size:.82rem;letter-spacing:.06rem;text-transform:uppercase;cursor:pointer}.support-form button:hover{background:#2f4f3f}.support-contact-meta{margin-top:1.8rem;padding-top:1rem;border-top:1px solid rgba(31,26,23,.2)}.support-contact-meta p{font-size:.9rem;line-height:1.65;margin-bottom:.14rem}.contact-split-main{width:min(1240px,88vw);margin:0 auto;padding:2.4rem 0 4.2rem}.contact-split{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(380px,1fr);gap:clamp(1.3rem,3vw,3.2rem);align-items:start}.contact-split-media{max-height:760px}.contact-split-media img{width:100%;height:auto;max-height:760px;object-fit:cover;display:block}.contact-split-right{display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem;padding:1.6rem 0 1.2rem 1rem}.contact-split-copy{text-align:left;max-width:58ch}.contact-split-copy p{font-size:clamp(.95rem,1.05vw,1.02rem);line-height:1.65;margin-bottom:.75rem}.contact-split-copy .contact-detail-first{margin-top:1.3rem}.contact-split-copy a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.contact-split-form{margin-top:1rem}.site-footer{width:100%;margin:auto 0 0;padding:2rem 0 1.1rem;border-top:0;background:#000;color:#fff}.footer-layout{width:min(1200px,92vw);margin:0 auto;display:grid;grid-template-columns:42% 58%;gap:1.6rem}.footer-left{border-top:0;padding-top:0}.footer-left h3{font-size:clamp(1.25rem,2.1vw,2rem);font-weight:500;line-height:1.2}.footer-brand-link{color:inherit;text-decoration:none}.footer-brand-link:hover{opacity:.88}.footer-right{display:flex;flex-direction:column;gap:1.4rem}.footer-row{border-top:0;padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:.95rem}.footer-contact p,.footer-address p,.footer-contact a,.footer-links-left a,.footer-links-left span,.footer-links-right a,.footer-subcats a{color:#fff;text-decoration:none;font-size:.82rem;line-height:1.32}.footer-contact p{margin:0}.footer-contact a{display:inline-flex;align-items:center;min-height:24px;padding:4px 0}.footer-contact a:hover,.footer-links-left a:hover,.footer-links-right a:hover,.footer-subcats a:hover{color:#ffffffc7}.footer-contact{display:flex;flex-direction:column;gap:.34rem}.footer-ig{margin-top:.6rem}.footer-links-left,.footer-links-right{display:flex;flex-direction:column;align-items:flex-start;gap:.16rem}.footer-subcats{display:flex;flex-direction:column;gap:.13rem;padding-top:.08rem}.footer-subcats a{padding-left:.45rem}.footer-subcat-title{display:block;padding-left:.45rem;margin-top:.18rem;font-size:.82rem;line-height:1.32;color:#fff}.footer-bottom{width:min(1200px,92vw);margin:2rem auto 0;border-top:0;padding-top:0}.footer-bottom p{color:#fff;font-size:.82rem;opacity:.9}@media(max-width:860px){:root{--header-height: 68px}.footer-layout{grid-template-columns:1fr}.footer-row{grid-template-columns:1fr;gap:.6rem}.site-header{position:fixed!important;top:0;left:0;right:0;padding-right:3.8rem;background:#fff9;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:130}.logo{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header:before{content:"";position:absolute;inset:0;pointer-events:none;backdrop-filter:blur(9px) saturate(118%);-webkit-backdrop-filter:blur(9px) saturate(118%)}.site-header>*{position:relative;z-index:1}.main-nav{display:flex;position:fixed;inset:0;padding:5.25rem .75rem 1.1rem;background:#fff;border:0;border-radius:0;backdrop-filter:blur(6px) saturate(108%);-webkit-backdrop-filter:blur(6px) saturate(108%);flex-direction:column;gap:0;align-items:flex-start;overflow-y:auto;transform:translate(100%);transition:transform .34s ease,visibility 0s linear .34s;visibility:hidden;pointer-events:none;z-index:120}.main-nav.open{transform:translate(0);transition:transform .34s ease,visibility 0s linear 0s;visibility:visible;pointer-events:auto}.menu-btn{display:inline-flex;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);min-width:42px;min-height:42px;width:42px;height:42px;padding:0;border:0;background:none;border-radius:0;z-index:140}.cards{grid-template-columns:1fr}.collection-main{width:94vw;padding:2.1rem 0 3rem}.collection-hero-note{font-size:1rem;line-height:1.45}.collection-toolbar-local{flex-direction:column;align-items:flex-start;gap:.55rem;padding:.85rem 0 1rem}.collection-toolbar-buttons-local{display:flex;width:100%}.collection-toolbar-btn-local{flex:1 1 auto;min-width:0;padding:.46rem .62rem}.collection-toolbar-count-local{font-size:.76rem}.product-grid-local{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.product-info-local{padding:0 .1rem .2rem}.product-info-local h2{font-size:.91rem}.product-meta-local{font-size:.79rem}.home-hero{width:100%}.home-hero-content h1{font-size:clamp(1.62rem,6.4vw,1.96rem);line-height:1.18;text-align:left;width:100%;max-width:none}.home-hero-content{align-items:flex-start;text-align:left}.home-hero-content .nowrap{white-space:normal}.home-hero-content h2{font-size:clamp(1.12rem,4.4vw,1.3rem);line-height:1.36;letter-spacing:.04em;white-space:normal;text-align:left;width:100%;max-width:none}.home-hero .hero-tagline-bottom{font-size:13px;padding:5px;bottom:1.5rem}.home-entry-section{--entry-edge-gap: 10px;--entry-col-gap: 10px;width:100%;padding:var(--entry-edge-gap)}.home-entry-grid{grid-template-columns:1fr;gap:var(--entry-col-gap)}.home-entry-card{width:100%}.home-entry-media{inline-size:100%}.home-entry-overlay{bottom:clamp(12px,2.4vh,18px);font-size:clamp(.72rem,2.85vw,.88rem);letter-spacing:.07em}.catalog-section{width:94vw;padding:2rem 0 2.8rem}.catalog-head{grid-template-columns:1fr;gap:.5rem}.catalog-kicker{font-size:1.12rem}.catalog-intro{max-width:100%;font-size:.95rem;line-height:1.25}.catalog-viewport{margin-left:0;width:100%}.catalog-viewport:after{content:none}.catalog-track{gap:0;grid-auto-columns:minmax(200px,72vw)}.catalog-carousel-controls{margin-left:0;width:100%;margin-top:.7rem;padding-right:1.8rem}.catalog-nav-btn{font-size:1.55rem;width:1.95rem;height:1.95rem}.catalog-marquee{padding:.95rem 0 1.15rem}.catalog-marquee-track a{margin-right:2rem;font-size:clamp(1rem,5.2vw,1.55rem)}.about-factory{width:100%;grid-template-columns:1fr;gap:.95rem;padding:2.8rem 0 2.4rem}.contact-main{width:94vw;padding:2.6rem 0 3rem}.contact-section{grid-template-columns:1fr;gap:1.2rem;padding-top:1rem}.support-hero{height:clamp(220px,62vw,340px)}.support-hero h1{letter-spacing:.12rem}.support-contact{width:94vw;padding:2.3rem 0 3.2rem}.support-kicker{margin-bottom:.75rem}.support-contact h2{margin-bottom:.95rem}.support-intro{font-size:.95rem;line-height:1.7}.support-form-grid{grid-template-columns:1fr;gap:.7rem}.support-form .field-full{grid-column:auto}.support-form button{width:100%}.contact-split-main{width:94vw;padding:2.2rem 0 3rem}.contact-split{grid-template-columns:1fr;gap:1rem}.contact-split-media,.contact-split-right{min-height:0}.contact-split-media{height:auto;max-height:none;overflow:hidden}.contact-split-right{padding:.4rem 0 .2rem}.contact-split-media img{height:auto;max-height:none}.about-factory-media{display:flex;justify-content:center;width:100%;aspect-ratio:.8333333333}.about-factory-media img{width:min(88vw,420px);max-width:420px}.about-factory-copy{padding-top:0;width:min(88vw,420px);margin:0 auto;padding-top:.72rem}.about-factory-gap{display:none}.about-factory-side{width:min(88vw,520px);margin:0 auto;gap:.9rem;max-width:none}.about-factory-copy h2{font-size:clamp(1.5rem,6.2vw,1.92rem);margin-bottom:.45rem;white-space:normal;max-width:none}.about-factory-copy h3{font-size:clamp(.76rem,3.1vw,.88rem);line-height:1.32;margin-bottom:.62rem;letter-spacing:.03em;max-width:none}.about-factory-copy p{font-size:.96rem;margin-bottom:.56rem;max-width:none}.magnolia-reference-copy{width:100%}.magnolia-reference-copy p{font-size:.92rem;line-height:1.52;white-space:normal;width:100%;max-width:none;text-wrap:pretty;color:#1f1a17e0}.magnolia-reference-copy .magnolia-reference-lead{margin-top:.1rem;font-size:clamp(1.28rem,5.4vw,1.62rem);line-height:1.2;font-weight:500;letter-spacing:.05em}.magnolia-reference-media{width:min(74vw,260px);gap:.45rem;padding:0}.magnolia-reference-video{max-height:none;height:auto;aspect-ratio:auto}.magnolia-reference-caption{font-size:.68rem;letter-spacing:.02em}.exw-terms{width:100%;padding:.6rem 0 2.4rem}.exw-terms-panel{width:min(88vw,520px);padding:1rem .95rem 1.05rem;border-radius:14px}.exw-terms-panel h2{font-size:clamp(1.05rem,5.1vw,1.36rem);margin-bottom:.55rem}.exw-terms-panel p{font-size:.94rem;line-height:1.55;margin-bottom:.5rem;max-width:none}.exw-terms-panel h3{font-size:.85rem;line-height:1.3;margin:.9rem 0 .4rem;letter-spacing:.02em}.exw-terms-points{margin-top:.72rem;padding-left:1.05rem;gap:.36rem}.exw-terms-points li{font-size:.93rem;line-height:1.42}.quality-workforce{width:100%;grid-template-columns:1fr;gap:1.35rem;padding:2.8rem 0 3.1rem}.qw-card{gap:.8rem;width:min(88vw,420px);margin:0 auto}.qw-card p{font-size:1rem;max-width:none}.faq-section{width:94vw;padding:3.2rem 0 3rem}.faq-section h2{margin-bottom:1rem;font-size:clamp(1.65rem,8vw,2.2rem)}.faq-item>summary{grid-template-columns:24px 1fr;gap:.5rem;font-size:1.35rem;padding:.8rem 0}.faq-item p{padding-left:1.8rem;font-size:1.03rem}.catalog-card h3{font-size:1.25rem}.story{grid-template-columns:1fr}.nav-item{width:100%}.nav-trigger{width:100%;justify-content:space-between}.mobile-menu-head{display:none}.mobile-brand{font-family:inherit;font-size:1.9rem;letter-spacing:.08rem;color:inherit;text-decoration:none}.mobile-close{border:1px solid var(--line);background:transparent;color:var(--text);padding:.45rem 1rem;text-transform:uppercase;font-size:.78rem;letter-spacing:.05rem}.main-nav>a,.main-nav>.nav-item>.nav-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.85rem .2rem;border-top:1px solid rgba(31,26,23,.2);font-size:1.9rem;text-transform:none;letter-spacing:0}.main-nav>a:hover,.main-nav>.nav-item>.nav-trigger:hover{background:#2f4f3f0f}.main-nav>a:last-of-type{border-bottom:1px solid rgba(31,26,23,.2)}.submenu{position:static;display:none;opacity:1;visibility:visible;transform:none;top:auto;left:auto;width:100%;min-width:0;max-width:none;max-height:none;overflow:visible;border:0;border-radius:0;padding:.1rem 0;margin:.1rem 0 .35rem;background:transparent;box-shadow:none}.has-submenu:hover .submenu,.has-submenu:focus-within .submenu,.has-submenu.open .submenu{opacity:1;visibility:visible;transform:none}.submenu li{width:100%}.submenu li a{padding:.65rem .2rem;border-top:1px solid rgba(31,26,23,.2);font-size:1.4rem;text-transform:none;letter-spacing:0}.submenu .submenu-group-title{padding:.65rem .2rem;border-top:1px solid rgba(31,26,23,.2);font-size:1.4rem;font-weight:600;letter-spacing:0}.submenu .submenu-child-link{padding-left:1.2rem;font-size:1.22rem;font-weight:400}.submenu .submenu-main-link{padding-left:.2rem;font-size:1.4rem;font-weight:400;letter-spacing:0}.submenu li a:hover{background:#2f4f3f0f}.has-submenu.open .submenu{display:block}.caret{display:none}.mobile-plus{display:inline-block;font-size:1.35rem;line-height:1}}.quote-add-btn{margin-top:.56rem;border:1px solid rgba(31,26,23,.22);background:#2f4f3feb;color:#f6f2ea;width:100%;padding:.5rem .62rem;border-radius:6px;font-size:.72rem;letter-spacing:.04rem;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.quote-add-btn:hover{background:#2f4f3f}.quote-add-btn-label{display:inline-flex;align-items:center;gap:.35rem}.quote-add-btn-label--added{display:none}.quote-add-btn-icon{width:.95rem;height:.95rem;display:inline-flex;align-items:center;justify-content:center}.quote-add-btn-icon svg{width:100%;height:100%;display:block}.quote-add-btn.is-added{background:#1f1a17f2;border-color:#1f1a1759}.quote-add-btn.is-added:hover{background:#1f1a17}.quote-add-btn.is-added .quote-add-btn-label--default{display:none}.quote-add-btn.is-added .quote-add-btn-label--added{display:inline-flex}.quote-add-btn-added-text{text-transform:none;letter-spacing:.01em}.quote-add-btn-count{display:none;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:999px;background:#fff3;color:#f6f2ea;font-size:.72rem;line-height:1.1rem;text-align:center}.quote-add-btn.is-added .quote-add-btn-count{display:inline-block}.quote-widget{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:calc(1rem + env(safe-area-inset-bottom));z-index:3300}.quote-screen-dim{position:fixed;inset:0;z-index:3250;background:#0f0c0a61;opacity:0;pointer-events:none;transition:opacity .2s ease}.quote-screen-dim.is-visible{opacity:1;pointer-events:auto}body.quote-drawer-open{overflow:hidden;overscroll-behavior:none}.quote-widget-toggle{border:none;border-radius:50%;background:#fff;color:#1f1a17;width:3rem;height:3rem;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:0;cursor:pointer;border:1px solid rgba(31,26,23,.18);box-shadow:0 10px 24px #00000029;position:relative}.quote-widget-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.quote-widget-count{width:100%;height:100%;padding:0;border-radius:0;background:transparent;color:#1f1a17;font-size:1rem;line-height:1;font-weight:500;display:flex;align-items:center;justify-content:center;text-align:center}.quote-drawer{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:calc(4.65rem + env(safe-area-inset-bottom));width:min(420px,calc(100vw - max(1.2rem,env(safe-area-inset-left)) - max(1.2rem,env(safe-area-inset-right))));max-height:min(86vh,740px);max-height:min(86dvh,740px);padding:.9rem .9rem calc(.9rem + env(safe-area-inset-bottom));border:1px solid rgba(31,26,23,.16);border-radius:12px;background:#fff;box-shadow:0 18px 38px #0003;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom;scrollbar-width:none;-ms-overflow-style:none;display:none}.quote-drawer::-webkit-scrollbar{width:0;height:0;display:none}.quote-widget.is-open .quote-drawer{display:block}.quote-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.quote-drawer-head h3{font-size:1.42rem}.quote-drawer-close{border:1px solid rgba(31,26,23,.22);border-radius:6px;background:transparent;color:var(--text);cursor:pointer;padding:.24rem .5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.04rem}.quote-drawer-sub{margin-top:.35rem;font-size:1.02rem;color:var(--muted)}.quote-drawer-tip{margin-top:.34rem;font-size:.98rem;line-height:1.45;color:#c1272d}.quote-items-wrap{margin-top:.68rem}.quote-empty{font-size:.94rem;color:var(--muted);padding:.55rem 0}.quote-items{list-style:none;margin:0;padding:0;display:grid;gap:.58rem}.quote-scroll-bottom-btn{position:fixed;left:50vw;top:50vh;transform:translate(-50%) translateY(9px);z-index:3325;border:1px solid rgba(47,79,63,.95);border-radius:999px;background:#2f4f3ff5;color:#f6f2ea;box-shadow:0 10px 22px #0000003d;padding:.36rem .8rem;font-size:.75rem;font-weight:600;letter-spacing:.025rem;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease,background-color .18s ease,box-shadow .18s ease}.quote-scroll-bottom-btn.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.quote-scroll-bottom-btn:hover{background:#2f4f3f;box-shadow:0 12px 26px #00000047}.quote-item{display:grid;grid-template-columns:56px 1fr;gap:.58rem;padding:.45rem;border:1px solid rgba(31,26,23,.12);border-radius:8px;background:#ffffff85}.quote-item-thumb{width:56px;height:72px;object-fit:cover;border-radius:5px;background:#d8d0c2}.quote-item-thumb-link{display:inline-block}.quote-item-name{font-size:.98rem;font-weight:600;line-height:1.3}.quote-item-name-link{color:var(--text);text-decoration:none}.quote-item-name-link:hover{text-decoration:underline}.quote-item-meta{margin-top:.16rem;font-size:.84rem;color:var(--muted);line-height:1.35}.quote-item-controls{margin-top:.35rem;display:inline-flex;align-items:center;gap:.28rem}.quote-item-controls button{border:1px solid rgba(31,26,23,.22);background:#fff;color:var(--text);min-width:1.5rem;height:1.5rem;border-radius:4px;line-height:1;font-size:.88rem;cursor:pointer}.quote-item-controls .quote-item-remove{padding:0 .45rem;min-width:auto;font-size:.78rem;letter-spacing:.02rem;text-transform:uppercase}.quote-item-qty{min-width:1.2rem;text-align:center;font-size:.9rem}.quote-actions-top{margin-top:.72rem;display:flex;align-items:center;gap:.5rem}.quote-actions-top button{border:1px solid rgba(31,26,23,.22);background:transparent;color:var(--text);border-radius:6px;padding:.4rem .55rem;font-size:.8rem;letter-spacing:.04rem;text-transform:uppercase;cursor:pointer}.quote-form{margin-top:.75rem;display:grid;gap:.45rem}.quote-form label{display:grid;gap:.22rem;font-size:.86rem;color:#1f1a17d6}.quote-form input,.quote-form textarea{border:1px solid rgba(31,26,23,.22);border-radius:6px;background:#ffffffbf;color:var(--text);font:inherit;font-size:16px;padding:.5rem .58rem;outline:none}.quote-form input:focus,.quote-form textarea:focus{border-color:#2f4f3fb3}.quote-submit-btn{margin-top:.2rem;border:none;border-radius:6px;background:#2f4f3ff0;color:#f6f2ea;padding:.62rem .75rem;font-size:.9rem;letter-spacing:.04rem;text-transform:uppercase;cursor:pointer}.quote-submit-btn:disabled{opacity:.65;cursor:wait}.quote-status{min-height:1.05rem;font-size:.84rem;color:var(--muted)}.quote-status[data-type=success]{color:#1f6b43}.quote-status[data-type=error]{color:#9f2f2f}.quote-status[data-type=warning]{color:#8a5a08}.quote-toast{position:fixed;left:50%;bottom:4.6rem;transform:translate(-50%) translateY(8px);z-index:3320;background:#181613db;color:#f6f2ea;border-radius:6px;padding:.4rem .65rem;font-size:.74rem;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.quote-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:760px){.quote-widget{right:max(.75rem,env(safe-area-inset-right));bottom:calc(.75rem + env(safe-area-inset-bottom))}.quote-drawer{right:max(.55rem,env(safe-area-inset-right));left:max(.55rem,env(safe-area-inset-left));top:calc(var(--header-height) + env(safe-area-inset-top) + .45rem);bottom:calc(4.25rem + env(safe-area-inset-bottom));width:auto;max-height:none}.quote-widget.is-empty .quote-drawer,.quote-drawer.is-empty,.quote-widget.is-compact .quote-drawer,.quote-drawer.is-compact{top:auto;height:auto;max-height:min(86vh,740px);max-height:min(86dvh,740px)}.quote-drawer-head{position:sticky;top:-.9rem;z-index:4;margin:-.9rem -.9rem 0;padding:.9rem .9rem .5rem;background:#fff}.quote-drawer-close{position:absolute;right:.9rem;top:.9rem}.quote-drawer-head h3{padding-right:4.8rem}.quote-widget-label{display:none}}
