.notfound{text-align:center;max-width:38rem;margin-inline:auto}.notfound__display{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-block:1.5rem 2rem}.notfound__digit{font-size:clamp(6rem,20vw,11rem);font-weight:700;line-height:1;color:var(--color-background);-webkit-text-stroke:2.5px var(--color-foreground);paint-order:stroke fill}@supports not (-webkit-text-stroke: 2px black){.notfound__digit{color:var(--color-foreground)}}.notfound__hex{width:clamp(4.5rem,14vw,8rem);height:auto}.notfound__title{font-size:clamp(1.5rem,3vw,2.25rem);margin-block:0 .75rem}.notfound__text{color:var(--color-foreground-muted);margin-block:0 2rem}.notfound__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.about-studio__grid{display:grid;gap:2rem;align-items:center}@media(min-width:750px){.about-studio__grid{grid-template-columns:1.1fr .9fr;gap:3.5rem}.about-studio__grid--no-image{grid-template-columns:1fr;max-width:44rem}}.about-studio__heading{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-block:0 1rem}.about-studio__body{line-height:1.65;color:var(--color-foreground-muted)}.about-studio__body p{margin-block:0 1rem}.about-studio__media img{border-radius:var(--style-border-radius-cards);width:100%;height:auto}.announcement-bar{text-align:center;font-size:.85rem;font-weight:600;letter-spacing:.04em}.announcement-bar--sage{background-color:var(--color-accent);color:var(--color-accent-foreground)}.announcement-bar--charcoal{background-color:var(--color-foreground);color:var(--color-background)}.announcement-bar__inner{display:block;padding:.55rem 1rem;margin:0;color:inherit;text-decoration:none}a.announcement-bar__inner:hover{text-decoration:underline}@media(max-width:480px){.announcement-bar{font-size:.75rem}}.article{max-width:44rem;margin-inline:auto}.article__header{margin-block-end:1.5rem}.article__title{font-size:clamp(2rem,4vw,2.75rem);margin-block:.5rem 0}.article__image{width:100%;height:auto;border-radius:var(--style-border-radius-cards);margin-block-end:1.75rem;background-color:var(--color-surface)}.article__content{line-height:1.7}.article__content img{border-radius:var(--style-border-radius-cards)}.article__comments{margin-block-start:3rem;border-top:2px solid var(--color-foreground);padding-block-start:1.5rem}.article__comments-title{font-size:1.4rem;margin-block:0 1.25rem}.article__comment{border-bottom:1px solid var(--color-border);padding-block:1rem}.article__comment p{margin-block:.25rem 0}.article__form{margin-block-start:2rem;display:grid;gap:1rem}.article__form h3{margin:0}.article__form-row{display:grid;gap:1rem}@media(min-width:650px){.article__form-row{grid-template-columns:1fr 1fr}}.article__form-field{display:flex;flex-direction:column;gap:.35rem}.article__form-field label{font-weight:600;font-size:.9rem}.article__form-field input,.article__form-field textarea{padding:.75rem .9rem;border:1px solid var(--color-border);background-color:var(--color-background);font:inherit}.article__form .btn{justify-self:start}.blog-page__title{font-size:clamp(2rem,4vw,2.75rem);margin-block:0 2rem}.blog-page__empty{color:var(--color-foreground-muted)}.blog-page__list{display:grid;gap:0;max-width:46rem}.blog-entry{display:grid;gap:1.25rem;padding-block:1.75rem;border-top:2px solid var(--color-foreground);text-decoration:none}@media(min-width:650px){.blog-entry:has(.blog-entry__image){grid-template-columns:14rem 1fr;align-items:start}}.blog-entry__image{width:100%;height:auto;border-radius:var(--style-border-radius-cards);background-color:var(--color-surface)}.blog-entry__title{font-size:1.4rem;margin-block:.35rem .5rem}.blog-entry__excerpt{color:var(--color-foreground-muted);margin:0}.blog-page__pagination{margin-block-start:2rem;text-align:center}.buyer-guides h2{font-size:clamp(1.7rem,3vw,2.6rem);margin:10px 0}.buyer-guides>p{color:var(--color-foreground-muted)}.buyer-guides__grid{display:grid;gap:24px;margin-top:24px;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.buyer-guides__card{border:1px solid #26241f20;border-radius:18px;overflow:hidden;color:inherit;text-decoration:none;background:#ffffff60}.buyer-guides__card img{width:100%;aspect-ratio:16/9;object-fit:cover}.buyer-guides__card h3{font-size:19px;line-height:1.35;padding:18px}.cart-drawer{position:fixed;inset:0 0 0 auto;height:100dvh;max-height:none;width:min(26rem,92vw);margin:0;padding:0;border:none;background-color:var(--color-background);color:var(--color-foreground);transform:translate(100%);transition:transform .3s ease,display .3s allow-discrete,overlay .3s allow-discrete}.cart-drawer[open]{transform:none}@starting-style{.cart-drawer[open]{transform:translate(100%)}}.cart-drawer::backdrop{background-color:#26241f66;transition:opacity .3s ease,display .3s allow-discrete,overlay .3s allow-discrete;opacity:1}@starting-style{.cart-drawer[open]::backdrop{opacity:0}}@media(prefers-reduced-motion:reduce){.cart-drawer,.cart-drawer::backdrop{transition:none}}.cart-drawer__panel{display:flex;flex-direction:column;height:100%}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{font-size:1.1rem;margin:0}.cart-drawer__close{background:none;border:none;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--color-foreground);padding:.25rem .5rem}.cart-drawer__empty{padding:2.5rem 1.25rem;text-align:center;display:grid;gap:1.25rem;justify-items:center;color:var(--color-foreground-muted)}.cart-drawer__shipping{padding:.9rem 1.25rem;background-color:var(--color-surface);font-size:.9rem}.cart-drawer__shipping p{margin-block:0 .5rem}.cart-drawer__progress{height:6px;border-radius:3px;background-color:var(--color-border);overflow:hidden}.cart-drawer__progress-fill{height:100%;background-color:var(--color-accent);transition:width .3s ease}.cart-drawer__items{flex:1;overflow-y:auto;padding:0 1.25rem}.cart-drawer__item{display:grid;grid-template-columns:3.25rem 1fr auto;gap:.75rem;align-items:start;padding-block:1rem;border-bottom:1px solid var(--color-border)}.cart-drawer__image{width:3.25rem;height:3.25rem;object-fit:cover;border-radius:var(--style-border-radius-inputs);background-color:var(--color-surface)}.cart-drawer__item-title{font-weight:600;font-size:.9rem;line-height:1.3;margin:0}.cart-drawer__item-variant{color:var(--color-foreground-muted);font-size:.85rem;margin-block:.1rem 0}.cart-drawer__item-price{font-weight:600;font-size:.95rem;margin:0}.cart-drawer__qty{display:flex;align-items:center;gap:.4rem;margin-block-start:.5rem}.cart-drawer__qty button{background:none;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);width:1.7rem;height:1.7rem;cursor:pointer;color:var(--color-foreground);display:grid;place-items:center}.cart-drawer__qty span{min-width:1.4rem;text-align:center;font-size:.95rem}.cart-drawer__remove{border:none!important;width:auto!important;font-size:.8rem;color:var(--color-foreground-muted)!important;text-decoration:underline;margin-inline-start:.4rem}.cart-drawer__footer{padding:1.1rem 1.25rem;border-top:1px solid var(--color-border);display:grid;gap:.75rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700}.cart-drawer__view-cart{text-align:center;font-size:.9rem;color:var(--color-foreground-muted)}.cart-addons{margin-block-start:2.5rem}.cart-addons__heading{font-size:1.15rem;margin-block:0 1.25rem}.cart-addons__list{list-style:none;margin:0;padding:0;display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.cart-addons__item{display:flex;align-items:center;gap:.8rem;padding:.7rem .9rem}.cart-addons__link{display:flex;align-items:center;gap:.8rem;flex:1 1 auto;min-width:0;text-decoration:none;color:inherit}.cart-addons__img{width:3.4rem;height:3.4rem;object-fit:cover;border-radius:10px;flex:0 0 auto}.cart-addons__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cart-addons__name{font-size:.88rem;font-weight:600;line-height:1.25}.cart-addons__price{font-family:var(--font-mono);font-size:.8rem;color:var(--color-foreground-muted)}.cart-addons__form{margin:0;flex:0 0 auto}.cart-addons__add{padding:.5rem .95rem;font-size:.72rem}.cart-page__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-block:0 1.5rem}.cart-page__empty{text-align:center;padding-block:3rem;display:grid;gap:1.25rem;justify-items:center;color:var(--color-foreground-muted)}.cart-page__shipping-bar{background-color:var(--color-surface);border-radius:var(--style-border-radius-cards);padding:1rem 1.25rem;margin-block-end:1.5rem}.cart-page__shipping-bar p{margin-block:0 .6rem}.cart-page__oversize-note{font-family:var(--font-mono);font-size:.72rem;line-height:1.5;letter-spacing:.02em;color:var(--color-foreground-muted);margin-block:.7rem 0!important}.cart-page__progress{height:8px;border-radius:4px;background-color:var(--color-border);overflow:hidden}.cart-page__progress-fill{height:100%;background-color:var(--color-accent);border-radius:4px;transition:width .3s ease}.cart-page__form{display:grid;gap:2rem;align-items:start}@media(min-width:900px){.cart-page__form{grid-template-columns:1fr 20rem}}.cart-item{display:grid;grid-template-columns:5rem 1fr auto auto;gap:1rem;align-items:center;padding-block:1.25rem;border-bottom:1px solid var(--color-border)}.cart-item:first-child{border-top:1px solid var(--color-border)}.cart-item__media img{border-radius:var(--style-border-radius-inputs);background-color:var(--color-surface);width:5rem;height:5rem;object-fit:cover}.cart-item__title{font-weight:600;text-decoration:none}.cart-item__variant{color:var(--color-foreground-muted);font-size:.9rem;margin-block:.15rem 0}.cart-item__price{font-size:.9rem;color:var(--color-foreground-muted);margin-block:.15rem 0}.cart-item__remove{font-size:.85rem;color:var(--color-foreground-muted)}.cart-item__quantity input{width:4.5rem;padding:.5rem .6rem;border:1px solid var(--color-border);background-color:var(--color-background);text-align:center}.cart-item__total{font-weight:600;margin:0;min-width:4.5rem;text-align:right}.cart-page__summary{background-color:var(--color-surface);border-radius:var(--style-border-radius-cards);padding:1.5rem;display:grid;gap:.9rem;position:sticky;top:1rem}.cart-page__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.15rem}.cart-page__note{font-size:.85rem;color:var(--color-foreground-muted);margin:0}.cart-page__note-box summary{cursor:pointer;font-size:.9rem;font-weight:600}.cart-page__note-box textarea{width:100%;margin-block-start:.6rem;padding:.6rem .75rem;border:1px solid var(--color-border);background-color:var(--color-background);font:inherit}.cart-page__note-hint{font-size:.8rem;color:var(--color-foreground-muted);margin-block:.35rem 0}.cart-page__update{border:1px solid var(--color-foreground);background:none;color:var(--color-foreground)}@media(max-width:600px){.cart-item{grid-template-columns:4rem 1fr auto}.cart-item__total{grid-column:3}.cart-item__media img{width:4rem;height:4rem}}.category-tiles.section-pad{position:relative;z-index:5;margin-block-start:0;padding-block:2rem 2.5rem}.category-tiles__heading{font-size:clamp(1.6rem,3vw,2.25rem);margin-block:1.25rem 1.5rem}.category-tiles__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:750px){.category-tiles__grid--2{grid-template-columns:repeat(2,1fr)}.category-tiles__grid--3{grid-template-columns:repeat(3,1fr)}.category-tiles__grid--4{grid-template-columns:repeat(4,1fr)}}.category-tile{position:relative;display:flex;align-items:flex-end;aspect-ratio:4 / 3;min-height:0;padding:1.25rem;border:1px solid var(--color-foreground);border-radius:var(--style-border-radius-cards);background-color:var(--color-surface);overflow:hidden;text-decoration:none;transition:transform .25s ease}.category-tile:hover{transform:translateY(-4px)}.category-tile__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-tile:hover .category-tile__image{transform:scale(1.04)}.category-tile__label{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;background-color:var(--color-background);color:var(--color-foreground);padding:.5rem .9rem;border-radius:var(--style-border-radius-inputs)}.category-tile__arrow{color:var(--color-accent-text);transition:transform .2s ease}.category-tile:hover .category-tile__arrow{transform:translate(3px)}@media(prefers-reduced-motion:reduce){.category-tile:hover,.category-tile:hover .category-tile__image,.category-tile:hover .category-tile__arrow{transform:none}}.collection-page__header{margin-block-end:2rem;max-width:44rem}.collection-page__header h1{font-size:clamp(2rem,4vw,2.75rem);margin-block:0 .75rem}.collection-page__description{color:var(--color-foreground-muted)}.collection-page__empty{padding-block:3rem;text-align:center;color:var(--color-foreground-muted)}.collection-page__pagination{margin-block-start:2.5rem;text-align:center}.collection-page__pagination a,.collection-page__pagination span{padding:.35rem .65rem}.collection-page__details{max-width:52rem;margin-top:32px;line-height:1.6;color:var(--color-foreground-muted)}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%;text-decoration:none}.collection-card__image{border-radius:var(--style-border-radius-cards);background-color:var(--color-surface)}.collection-card__content p:first-child{font-weight:600;margin-block:.75rem .25rem}.collection-card__content p+p{color:var(--color-foreground-muted);margin-block:0}.custom-callout{position:relative;background-color:var(--color-accent);color:var(--color-accent-foreground);overflow:hidden}.custom-callout__inner{position:relative;z-index:1;width:var(--content-width);margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.custom-callout__heading{margin-block:0 .5rem;font-size:clamp(1.5rem,3vw,2rem)}.custom-callout__text{margin:0;max-width:40rem;opacity:.9}.custom-callout__btn{background-color:var(--color-accent-foreground);color:var(--color-foreground)}.order-form__inner{max-width:44rem;min-width:0}.order-form__heading{font-size:clamp(1.6rem,3vw,2.25rem);margin-block:0 .75rem}.order-form__text{color:var(--color-foreground-muted);margin-block:0 2rem}.order-form__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.1rem}@media(min-width:750px){.order-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-form__field--full{grid-column:1 / -1}}.order-form__field{display:flex;flex-direction:column;min-width:0;gap:.35rem}.order-form__field label{font-weight:600;font-size:.95rem}.order-form__optional{font-weight:400;color:var(--color-foreground-muted)}.order-form__field input,.order-form__field select,.order-form__field textarea{width:100%;max-width:100%;padding:.75rem .9rem;border:1px solid var(--color-border);background-color:var(--color-background);color:var(--color-foreground)}.order-form__hint{font-size:.85rem;color:var(--color-foreground-muted);margin:0}.order-form__submit{margin-block-start:1.5rem}.order-form__success{background-color:var(--color-surface);border-left:4px solid var(--color-accent);border-radius:var(--style-border-radius-inputs);padding:1rem 1.25rem;font-weight:600}.order-form__error{color:#a64c3c}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-collection__header{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:.5rem 1rem;margin-block-end:1.75rem}.featured-collection__heading{font-size:clamp(1.6rem,3vw,2.25rem);margin:0}.featured-collection__view-all{font-weight:600;color:var(--color-accent-text);white-space:nowrap}.site-footer{background-color:var(--color-surface);margin-block-start:var(--section-spacing)}.site-footer__stripe{height:7px;background:repeating-linear-gradient(-45deg,var(--color-accent) 0 14px,var(--color-foreground) 14px 28px)}.site-footer__inner{width:var(--content-width);margin-inline:auto}.site-footer__grid{display:grid;gap:2rem;padding-block-end:2rem;border-bottom:1px solid var(--color-border)}@media(min-width:750px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.site-footer__name{font-weight:700;font-size:1.15rem;margin-block:0 .5rem}.site-footer__blurb{color:var(--color-foreground-muted);max-width:24rem;margin-block:0 .75rem}.site-footer__email{font-weight:600;color:var(--color-accent-text)}.site-footer__col-heading{font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;margin-block:0 .75rem}.site-footer__links,.site-footer__social{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.site-footer__links a,.site-footer__social a{text-decoration:none;color:var(--color-foreground)}.site-footer__links a:hover,.site-footer__social a:hover{color:var(--color-accent-text)}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block-start:1.5rem}.site-footer__shipping{font-size:.9rem;color:var(--color-foreground-muted);margin-block:0 .25rem}.site-footer__copyright{font-size:.9rem;margin:0}.site-footer__payment{display:flex;gap:.5rem}.shopify-section:has(>.site-header){position:sticky;top:0;z-index:150}.site-header.site-header{position:relative;width:min(1440px,calc(100% - 24px));min-height:64px;height:auto;margin:10px auto;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:22px}.site-header a{color:inherit;text-decoration:none}.site-header .header__logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:750;white-space:nowrap}.header__logo svg{width:30px;height:30px;flex:0 0 30px}.site-header .header__menu{display:flex;align-items:center;gap:16px}.header__menu a{font-size:13px;font-weight:650;min-height:44px;display:flex;align-items:center}.site-header .header__icons{display:flex;align-items:center;gap:2px}.header__icons>a,.header__icons summary{width:44px;height:44px;display:grid;place-items:center;position:relative;cursor:pointer;border-radius:10px}.header__icons svg{width:24px;height:24px}.header__icons sup{position:absolute;top:0;right:0;background:var(--color-accent);border-radius:20px;padding:1px 5px;font-size:11px}.header__icons sup[hidden]{display:none}.header__icons summary{list-style:none}.header__icons summary::-webkit-details-marker{display:none}.header__icons summary:hover,.header__icons>a:hover{background:var(--color-surface)}.header__search,.header__mobile{position:static}.site-header .header__search-form{position:absolute;inset:calc(100% + 8px) 0 auto auto;width:min(430px,100%);padding:10px;display:flex;align-items:center;gap:8px;background:#faf7f0;border:1px solid var(--color-border);border-radius:16px;box-shadow:0 12px 24px #26241f22;z-index:5}.header__search:not([open]) .header__search-form,.header__mobile:not([open]) .header__mobile-panel{display:none}.header__search-form input[type=search]{min-width:0;flex:1;width:100%;min-height:44px;font-size:16px;padding:8px 10px;border:1px solid var(--color-border)}.header__search-go{flex:0 0 44px;min-height:44px;border:0;border-radius:9px;background:var(--color-accent);color:var(--color-foreground);font-size:20px;cursor:pointer}.header__mobile{display:none}.header__mobile-panel{position:absolute;inset:calc(100% + 8px) 0 auto;padding:12px;background:#faf7f0;border:1px solid var(--color-border);border-radius:16px;box-shadow:0 12px 24px #26241f22;max-height:calc(100svh - 165px);overflow-y:auto}.header__mobile-panel a{display:flex;align-items:center;min-height:48px;padding:10px 12px;font-weight:600;border-radius:8px}.header__mobile-panel a:hover,.header__mobile-panel a[aria-current=page]{background:var(--color-surface)}.site-header :focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}@media(max-width:1099px){.site-header.site-header{padding:6px 10px;min-height:58px;gap:4px}.site-header .header__menu,.site-header .header__account{display:none}.header__mobile{display:block}.site-header .header__logo{font-size:15px;gap:6px}.header__logo svg{width:26px;height:26px;flex-basis:26px}}@media(prefers-reduced-motion:reduce){.shopify-section:has(>.site-header){transition:none;transform:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.shop-hero{background:linear-gradient(145deg,#f2e5d3,#faf5ee)}.shop-hero__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;max-width:1440px;width:calc(100% - 40px);margin:auto;padding:28px 0 36px}.shop-hero__copy{align-self:center;padding-block:6px;min-width:0}.shop-hero h1{font-size:clamp(2.25rem,4.8vw,5rem);line-height:1.02;letter-spacing:-.025em;max-width:11ch;margin:12px 0 18px}.shop-hero__intro{max-width:36rem;font-size:1.05rem;line-height:1.5;color:var(--color-foreground-muted)}.shop-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0 14px}.shop-hero__actions .btn{min-height:48px;padding-inline:20px;font-size:12px}.shop-hero__custom{display:inline-flex;align-items:center;min-height:44px;font-size:15px;font-weight:650;text-underline-offset:4px}.shop-hero__signature{margin-top:18px;color:var(--color-foreground-muted)}.shop-hero__media{min-width:0;display:block;position:relative;text-decoration:none;color:inherit}.shop-hero__media img{width:100%;aspect-ratio:1.1;object-fit:cover;border-radius:22px}.shop-hero__product{display:flex;flex-direction:column;gap:5px;margin-top:10px;font-size:14px}.shop-hero__product strong{font-size:13px}@media(min-width:750px){.shop-hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(24px,4vw,64px);padding-block:32px 44px}}@media(max-width:749px){.shop-hero__media img{aspect-ratio:1.5}.shop-hero h1{max-width:15ch}.shop-hero__signature{display:none}}.builder{position:relative;background-color:var(--color-surface);overflow:hidden}.builder__inner{width:var(--content-width);margin-inline:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.builder__title{font-size:clamp(1.6rem,3vw,2.4rem);margin-block:0 .5rem}.builder__hint{color:var(--color-foreground-muted);max-width:34rem;margin-block:0 1.75rem}.builder__app{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.builder__palette{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.builder__swatch{width:2.3rem;height:2rem;border:2px solid transparent;border-radius:0;cursor:pointer;clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%);padding:0;filter:drop-shadow(1.5px 0 0 rgba(38,36,31,.7)) drop-shadow(-1.5px 0 0 rgba(38,36,31,.7)) drop-shadow(0 1.5px 0 rgba(38,36,31,.7)) drop-shadow(0 -1.5px 0 rgba(38,36,31,.7))}.builder__swatch-wrap:has([aria-pressed=true]){outline:2px solid var(--color-foreground);outline-offset:1px}.builder__swatch-wrap{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.04em;text-transform:uppercase;color:var(--color-foreground-muted);background-color:var(--color-plywood, #E3D3BB);border-radius:5px;padding:5px 6px}.builder__stage{width:min(52rem,94vw)}.builder__scene{position:relative;width:100%;aspect-ratio:16 / 9;border:1px solid var(--color-foreground);border-radius:var(--style-border-radius-cards);overflow:hidden;background:radial-gradient(120% 140% at 50% 0%,#f6ecdd,#f0e4d3 60%,#e3d3bb)}.builder__scene canvas{display:block;width:100%;height:100%;touch-action:pan-y}.builder__scene:before{content:"// LOADING THE WALL";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;color:var(--color-foreground-muted);pointer-events:none}.builder__scene.is-ready:before{content:none}.builder__note{margin:-.5rem 0 0;color:var(--color-foreground-muted);font-size:.65rem}.builder__grid[hidden]{display:none}.builder__grid{display:flex;justify-content:center;padding:1.25rem .5rem;background-color:var(--color-background);border:1px solid var(--color-foreground);border-radius:var(--style-border-radius-cards)}.builder__col{display:flex;flex-direction:column;gap:5px}.builder__col+.builder__col{margin-left:-14px}.builder__col--offset{margin-top:30px}.builder__cell{width:58px;height:51px;border:none;padding:0;cursor:pointer;background-color:var(--color-surface);clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%);transition:transform .12s ease;position:relative}.builder__cell:hover{transform:scale(1.06)}.builder__cell.is-filled:after{content:"";position:absolute;top:25%;right:28%;bottom:25%;left:28%;border-radius:50%;background-color:#ffffff59}.builder__summary{display:flex;flex-direction:column;align-items:center;gap:.6rem}.builder__sets{font-family:var(--font-mono);font-size:.8rem;color:var(--color-foreground-muted);margin:0;min-height:1.2em}@media(max-width:600px){.builder__scene{aspect-ratio:4 / 3}.builder__cell{width:44px;height:39px}.builder__col--offset{margin-top:23px}.builder__col+.builder__col{margin-left:-11px}}.newsletter__inner{max-width:34rem;margin-inline:auto;text-align:center}.newsletter__heading{margin-block:0 .5rem;font-size:clamp(1.5rem,3vw,2rem)}.newsletter__text{color:var(--color-foreground-muted);margin-block:0 1.5rem}.newsletter__fields{display:flex;gap:.6rem}.newsletter__fields input{flex:1;min-width:0;padding:.85rem 1rem;border:1px solid var(--color-border);background-color:var(--color-background)}.newsletter__success{background-color:var(--color-surface);border-left:4px solid var(--color-accent);border-radius:var(--style-border-radius-inputs);padding:1rem 1.25rem;text-align:left}.newsletter__success p:first-child{font-weight:700;margin-block:0 .35rem}.newsletter__success p{margin:0}.newsletter__code{display:inline-block;background-color:var(--color-accent);color:var(--color-accent-foreground);font-weight:700;letter-spacing:.06em;padding:.1rem .5rem;border-radius:var(--style-border-radius-inputs)}.newsletter__error{color:#a64c3c;margin-block-start:.75rem}@media(max-width:500px){.newsletter__fields{flex-direction:column}}.page-shell{max-width:48rem}.page-shell h1{margin-block:0 1.25rem}.page-body{line-height:1.65}.password-page{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:32rem;margin-inline:auto}.password-page__mark{width:5rem;height:5rem;margin-block-end:1.5rem}.password-page__title{font-size:clamp(1.75rem,4vw,2.5rem);margin-block:.5rem .75rem}.password-page__message{color:var(--color-foreground-muted);margin-block:0 2rem}.password-page__form{display:flex;gap:.6rem;width:100%;max-width:24rem}.password-page__form input{flex:1;min-width:0;padding:.85rem 1rem;border:1px solid var(--color-border);background-color:var(--color-background)}@media(max-width:450px){.password-page__form{flex-direction:column}}.spotlight{position:relative;background-color:var(--color-surface)}.spotlight__rotator{position:relative}.spotlight__panel{display:none}.spotlight__panel.is-active{display:block}.spotlight__inner{width:var(--content-width);margin-inline:auto;display:grid;gap:2rem;align-items:center}@media(min-width:750px){.spotlight__inner{grid-template-columns:1fr 1fr;gap:3.5rem}}.spotlight__media{position:relative;aspect-ratio:1;border:1px solid var(--color-foreground);border-radius:var(--style-border-radius-cards);overflow:hidden;background-color:var(--color-background)}.spotlight__img,.spotlight__placeholder svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .6s ease}.spotlight__img.is-active{opacity:1}.spotlight__placeholder svg{opacity:1}.spotlight__dots{position:absolute;left:0;right:0;bottom:.75rem;display:flex;justify-content:center;gap:.4rem;z-index:1}.spotlight__dot{width:10px;height:10px;padding:0;border-radius:50%;background-color:var(--color-background);border:1px solid var(--color-foreground);opacity:.55;cursor:pointer;transition:opacity .2s ease,background-color .2s ease,transform .2s ease}.spotlight__dot:hover{opacity:.85;transform:scale(1.2)}.spotlight__dot.is-active{background-color:var(--color-accent);border-color:var(--color-accent);opacity:1}.spotlight__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0 0 .15rem;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--color-foreground);background-color:var(--color-background);border:1px solid var(--color-foreground);border-radius:50%;opacity:0;transition:opacity .2s ease,background-color .2s ease,transform .15s ease}.spotlight__media:hover .spotlight__arrow,.spotlight__arrow:focus-visible{opacity:.92}.spotlight__arrow:hover{background-color:var(--color-accent);color:var(--color-accent-foreground);border-color:var(--color-accent)}.spotlight__arrow--prev{left:.75rem}.spotlight__arrow--next{right:.75rem}@media(max-width:749px){.spotlight__arrow{opacity:.92}}.spotlight__heading{font-size:clamp(1.8rem,4vw,2.8rem);margin-block:.25rem .75rem}.spotlight__product{font-size:1.1rem;margin:0 0 .25rem}.spotlight__price{font-family:var(--font-mono);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.spotlight__blurb{color:var(--color-foreground-muted);max-width:32rem;margin:0 0 1.5rem}.spotlight__btn{align-self:start}.print-reveal{position:relative;height:150vh;background-color:var(--color-foreground);color:var(--color-background)}.print-reveal__cta{margin-block-start:1.4rem;align-self:center}.print-reveal__sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.print-reveal__header{text-align:center;position:relative;z-index:1}.print-reveal__title{font-size:clamp(1.75rem,4vw,3rem);margin:0}.print-reveal__caption{max-width:42rem;margin:.55rem auto 0;color:var(--color-background);opacity:.78}.print-reveal__stage{position:relative;z-index:1;width:min(52rem,88vw);aspect-ratio:16 / 9;max-height:50vh}.print-reveal__clip{width:100%;height:100%;overflow:hidden;border:1px solid rgba(250,245,238,.18);border-radius:12px;background:#11100e;box-shadow:0 18px 44px #00000057}.print-reveal__video{display:block;width:100%;height:100%;object-fit:cover;background:#11100e}.print-reveal__footage-label{position:absolute;top:.75rem;right:.75rem;z-index:2;padding:.35rem .55rem;border:1px solid rgba(250,245,238,.35);border-radius:3px;background:#26241fd6;color:var(--color-background);font-size:.72rem;letter-spacing:.08em}.print-reveal__video-toggle{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.35rem .55rem;border:1px solid rgba(250,245,238,.35);border-radius:3px;background:#26241fd6;color:var(--color-background);font:inherit;font-size:.72rem;letter-spacing:.08em;cursor:pointer}.print-reveal__video-toggle:hover,.print-reveal__video-toggle:focus-visible{border-color:var(--color-accent);color:var(--color-accent)}.print-reveal__gantry{position:absolute;left:-6%;right:-6%;top:0;height:5px;background-color:#4a4842;border-radius:2px;box-shadow:0 1px #00000080;opacity:0}.print-reveal__gantry:before,.print-reveal__gantry:after{content:"";position:absolute;top:-5px;width:10px;height:15px;background-color:#35332e;border-radius:2px}.print-reveal__gantry:before{left:-8px}.print-reveal__gantry:after{right:-8px}.print-reveal__carriage{position:absolute;top:-8px;left:50%;width:26px;height:14px;margin-left:-13px;background-color:#55524b;border-radius:2px}.print-reveal__carriage:after{content:"";position:absolute;left:50%;top:100%;width:10px;height:8px;margin-left:-5px;background-color:var(--color-accent);clip-path:polygon(0 0,100% 0,65% 100%,35% 100%);box-shadow:0 0 10px var(--color-accent)}.print-reveal__plate{position:absolute;left:6%;right:6%;bottom:-14px;height:12px;background-color:#3a3833;border-radius:3px;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 14px);box-shadow:0 2px #262420}.print-reveal__progress-ui{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:min(30rem,78vw)}.print-reveal__bar{width:100%;height:14px;background-color:#35332e;border:1px solid #4a4842;border-radius:3px;overflow:hidden}.print-reveal__bar-fill{width:0%;height:100%;background-color:#2fbf5f;background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.14) 0 8px,transparent 8px 16px)}.print-reveal__readout{color:var(--color-background);opacity:.75;font-size:.85rem;margin:0}.print-reveal__exit{position:absolute;bottom:0;left:0;right:0;height:7px;background:repeating-linear-gradient(-45deg,var(--color-accent) 0 14px,var(--color-background) 14px 28px)}@media(max-width:749px){.print-reveal{height:150vh}.print-reveal__stage{width:min(92vw,38rem);max-height:42vh}.print-reveal__footage-label,.print-reveal__video-toggle{font-size:.64rem}}@media(prefers-reduced-motion:reduce){.print-reveal{height:auto}.print-reveal__sticky{position:static;height:auto;padding-block:4rem}.print-reveal__gantry{display:none}}.process-steps{background-color:var(--color-surface)}.process-steps__inner{width:var(--content-width);margin-inline:auto}.process-steps__heading{font-size:clamp(1.6rem,3vw,2.25rem);margin-block:0 2rem}.process-steps__list{list-style:none;padding:0;margin-block:0 2rem;display:grid;gap:1.75rem;max-width:44rem}.process-steps__step{display:flex;gap:1.25rem;align-items:flex-start}.process-steps__number{flex-shrink:0;display:grid;place-items:center;width:3rem;height:2.6rem;background-color:var(--color-accent);color:var(--color-accent-foreground);font-weight:700;clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%)}.process-steps__step h3{margin-block:0 .35rem;font-size:1.1rem}.process-steps__step p{margin:0;color:var(--color-foreground-muted)}.product-story{display:grid;gap:28px;min-width:0}.product-story__heading h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:10px 0 16px;max-width:18ch}.product-story__heading>p{line-height:1.55;color:var(--color-foreground-muted);max-width:34rem}.product-story__progress{height:3px;width:120px;background:#26241f18;margin-top:24px;overflow:hidden}.product-story__progress span{display:block;height:100%;width:100%;background:var(--color-accent);transform:scaleX(0);transform-origin:left}.product-story__steps{display:grid;gap:36px;min-width:0}.story-step{min-width:0;background:#ffffff7a;border:1px solid #26241f20;border-radius:20px;overflow:hidden}.story-step__media{display:block;background:var(--color-surface);min-width:0}.story-step__media img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:contain}.story-step__text{padding:20px}.story-step__text h3{font-size:clamp(1.15rem,2vw,1.45rem);margin:6px 0 10px}.story-step__text p{line-height:1.5;color:var(--color-foreground-muted)}.story-step__text a{margin-top:14px;display:inline-flex;min-height:44px;align-items:center;font-weight:600;text-underline-offset:4px}.story-step__text .btn{font-size:12px}.product-story__capacities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.capacity-card .story-step__media img{aspect-ratio:1}.capacity-card .story-step__text{padding:14px}.capacity-card .story-step__text h3{font-size:17px}.capacity-card .story-step__text a{font-size:13px}.capacity-card__price{font-weight:700}.story-step__media--video{position:relative}.story-step__media video{width:100%;aspect-ratio:16 / 9;object-fit:contain;background:#26241f}.story-video-toggle{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:10px;background:var(--color-accent);color:var(--color-foreground);border:0;font:inherit;font-weight:650;cursor:pointer}.product-story .story-step{transition:opacity .24s ease,transform .28s ease,border-color .18s ease}.product-story[data-motion-ready] .story-step{transform:translateY(10px)}.product-story[data-motion-ready] .story-step.is-seen{transform:none}.product-story .story-step.is-current{border-color:#c947135c}@media(min-width:750px){.product-story{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:40px;align-items:start}.product-story__heading{position:sticky;top:120px}}@media(max-width:749px){.product-story__steps{grid-template-columns:minmax(0,1fr);gap:20px}.product-story__heading h2{max-width:22ch}.story-step__media img{aspect-ratio:1.6}}@media(prefers-reduced-motion:reduce){.product-story__heading{position:static}.product-story .story-step{transform:none!important;transition:none}.product-story__progress{display:none}}.product{display:grid;gap:2rem;min-width:0}.product__gallery,.product__info,.product__stage,.product__slides{min-width:0;max-width:100%}@media(min-width:750px){.product{grid-template-columns:1.2fr 1fr;gap:3.5rem;align-items:start}.product__gallery{position:sticky;top:clamp(5.5rem,8vw,7rem);align-self:start}}.product__image-placeholder svg{width:100%;height:auto;border-radius:var(--style-border-radius-cards);background-color:var(--color-surface)}.product__stage{position:relative}.product__slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;border-radius:var(--style-border-radius-cards);scrollbar-width:none;cursor:grab;touch-action:pan-x pan-y pinch-zoom}.product__slides::-webkit-scrollbar{display:none}.product__slides.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.product__slide{flex:0 0 100%;scroll-snap-align:center;aspect-ratio:4 / 3}.product__slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:var(--style-border-radius-cards);background-color:var(--color-surface);pointer-events:none;-webkit-user-select:none;user-select:none}.product__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.6rem;height:2.6rem;display:grid;place-items:center;padding:0 0 .2rem;font-size:1.6rem;line-height:1;color:var(--color-foreground);background-color:var(--color-background);border:1px solid var(--color-foreground);border-radius:50%;cursor:pointer;box-shadow:2px 2px 0 var(--color-foreground);transition:opacity .15s ease,background-color .15s ease}.product__nav:hover{background-color:var(--color-surface)}.product__nav[disabled]{opacity:0;pointer-events:none}.product__nav--prev{left:.7rem}.product__nav--next{right:.7rem}.product__dots{position:absolute;left:0;right:0;bottom:.75rem;display:flex;justify-content:center;gap:.4rem;pointer-events:none}.product__dot{width:7px;height:7px;border-radius:50%;background-color:var(--color-background);border:1px solid var(--color-foreground);opacity:.55;transition:opacity .15s ease,background-color .15s ease}.product__dot.is-active{background-color:var(--color-accent);border-color:var(--color-accent);opacity:1}.product__video{width:100%;height:100%;object-fit:contain;display:block;border-radius:var(--style-border-radius-cards);background-color:var(--color-foreground)}.product__thumb--video{position:relative}.product__thumb--video:after{content:"\25b6";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:1.1rem;color:#fff;background:#26241f59;pointer-events:none}.product__thumbs{display:flex;gap:.6rem;margin-block-start:.75rem;flex-wrap:wrap}@media(max-width:749px){.product__thumbs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-block-end:.4rem}.product__thumb{scroll-snap-align:start}}.product__thumb{padding:0;border:2px solid transparent;border-radius:var(--style-border-radius-inputs);overflow:hidden;cursor:pointer;background:none;width:72px;height:72px;flex:0 0 72px}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__thumb.is-active{border-color:var(--color-accent)}.product__3d{margin-block-start:1rem;border:1px solid var(--color-border);border-radius:var(--style-border-radius-cards);background-color:var(--color-surface);padding:.75rem .9rem 0}.product__3d-model{width:100%;height:22rem;background:transparent}.product__3d-swatches{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding-block:.4rem .25rem}.product__3d-swatch-cell{display:inline-flex;border-radius:5px;background-color:#e3d3bb;padding:4px 5px;outline:2px solid transparent;outline-offset:1px;transition:outline-color .12s ease}.product__3d-swatch-cell:has([aria-pressed=true]){outline-color:var(--color-foreground)}.product__3d-swatch{width:2.1rem;height:1.85rem;border:none;padding:0;cursor:pointer;clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%);filter:drop-shadow(1px 0 0 rgba(38,36,31,.55)) drop-shadow(-1px 0 0 rgba(38,36,31,.55)) drop-shadow(0 1px 0 rgba(38,36,31,.55)) drop-shadow(0 -1px 0 rgba(38,36,31,.55));transition:transform .12s ease}.product__3d-swatch:hover{transform:scale(1.1)}.product__3d-label{text-align:center;margin:0;padding-block-end:.6rem;color:var(--color-foreground-muted)}.product__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-block:0 .5rem}.product__price{font-size:1.35rem;font-weight:600;margin-block:0 1rem}.product__production-note{display:flex;align-items:center;gap:.5rem;background-color:var(--color-surface);border-radius:var(--style-border-radius-inputs);padding:.6rem .9rem;font-size:.95rem;margin-block:0 1.5rem}.product__hex{flex-shrink:0;width:14px;height:12px;background-color:var(--color-accent);clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%)}.product__form{display:flex;flex-direction:column;gap:.5rem;margin-block-end:1.5rem}.product__form label{font-size:.9rem;font-weight:600}.product__native-variant{display:flex;flex-direction:column;gap:.5rem}.product[data-enhanced=true] .product__native-variant{display:none}.product__variant-picker{display:none;margin:0 0 .5rem;padding:0;border:0}.product[data-enhanced=true] .product__variant-picker{display:block}.product__variant-picker legend{width:100%;margin-block-end:.65rem;padding:0;font-size:.9rem;font-weight:600}.product__variant-picker legend span{color:var(--color-accent-text)}.product__variant-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.product__variant-picker--colour .product__variant-choices{grid-template-columns:repeat(3,minmax(0,1fr))}.product__variant-choice{min-width:0;min-height:3.15rem;display:flex;align-items:center;justify-content:flex-start;gap:.55rem;padding:.55rem .65rem;color:var(--color-foreground);background-color:var(--color-background);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.product__variant-choice:hover:not(:disabled){border-color:var(--color-foreground);transform:translateY(-1px)}.product__variant-choice[aria-checked=true]{border-color:var(--color-foreground);box-shadow:3px 3px 0 var(--color-accent)}.product__variant-choice:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.product__variant-choice:disabled{opacity:.45;cursor:not-allowed}.product__variant-choice-label{min-width:0;font-size:.85rem;font-weight:650;line-height:1.15}.product__variant-choice-status{margin-inline-start:auto;font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase}.product__variant-swatch-tile{flex:0 0 auto;display:inline-flex;padding:4px;border-radius:4px;background-color:#e3d3bb}.product__variant-swatch{width:1.65rem;height:1.45rem;background-color:var(--variant-swatch);clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%);filter:drop-shadow(1px 0 0 rgba(38,36,31,.55)) drop-shadow(-1px 0 0 rgba(38,36,31,.55)) drop-shadow(0 1px 0 rgba(38,36,31,.55)) drop-shadow(0 -1px 0 rgba(38,36,31,.55))}@media(max-width:420px){.product__variant-picker--colour .product__variant-choices{grid-template-columns:repeat(2,minmax(0,1fr))}}.product__form select,.product__form input[type=number],.product__form input[type=text]{padding:.75rem .9rem;border:1px solid var(--color-border);background-color:var(--color-background)}.product__form select,.product__form input[type=number]{max-width:12rem}.product__form input[type=text]{width:100%;max-width:30rem}.product__field-hint{margin:-.1rem 0 .4rem;color:var(--color-foreground-muted);font-size:.85rem}.product__add-btn{margin-block-start:.75rem}.product__add-btn:disabled{opacity:.5;cursor:not-allowed}.product__custom-note{border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--style-border-radius-inputs);padding:1rem 1.25rem;margin-block-end:1.5rem}.product__custom-note p{margin-block:0 .5rem}.product__custom-note a{color:var(--color-accent-text);font-weight:600}.product__description{color:var(--color-foreground-muted);line-height:1.6}.product__specs{margin-block-start:1.75rem;border:1px solid var(--color-border);border-radius:var(--style-border-radius-cards);overflow:hidden}.product__specs-heading{font-size:.8rem;letter-spacing:.12em;margin:0;padding:.7rem 1rem;background-color:var(--color-surface);border-bottom:1px solid var(--color-border)}.product__specs table{width:100%;border-collapse:collapse;font-size:.9rem}.product__specs th,.product__specs td{text-align:left;padding:.55rem 1rem;border-bottom:1px solid var(--color-border)}.product__specs tr:last-child th,.product__specs tr:last-child td{border-bottom:none}.product__specs th{width:34%;font-family:var(--font-mono);font-weight:600;color:var(--color-foreground-muted);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.product__specs td{font-family:var(--font-mono);font-size:.85rem}.product__gallery-count{margin-top:12px;font-variant-numeric:tabular-nums;font-size:13px;color:var(--color-foreground-muted)}.product__shipping-guidance{background:#f0e4d380;padding:12px 14px;border-radius:12px;margin:10px 0 18px;font-size:13px;line-height:1.5}.product__shipping-guidance p+p{margin-top:5px}.product__example-note{font-size:12px;line-height:1.5;color:var(--color-foreground-muted);margin:12px 0}.product__guide{margin-block:24px;padding:18px;background:var(--color-surface);border-radius:12px}.product__guide h2{font-size:15px;margin-bottom:10px}.product__nav{width:44px;height:44px}@media(max-width:1099px){.product__gallery{position:static}}@media(prefers-reduced-motion:reduce){.product__slides{scroll-behavior:auto}}.ribbon{overflow:hidden;padding-block:.85rem}.ribbon--charcoal{background-color:var(--color-foreground);color:var(--color-background)}.ribbon--sage{background-color:var(--color-accent);color:var(--color-accent-foreground)}.ribbon--surface{background-color:var(--color-surface);color:var(--color-foreground)}.ribbon__track{display:flex;width:max-content;animation:ribbon-scroll 30s linear infinite}.ribbon__group{display:flex;align-items:center;gap:1.75rem;padding-inline-end:1.75rem}.ribbon__item{font-family:var(--font-mono);font-weight:600;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.ribbon__hex{flex-shrink:0;width:12px;height:10px;background-color:currentColor;opacity:.55;clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%)}@keyframes ribbon-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ribbon__track{animation:none}}.search-page__title{font-size:clamp(2rem,4vw,2.75rem);margin-block:0 1.5rem}.search-page__form{display:flex;gap:.75rem;max-width:34rem;margin-block-end:2.5rem}.search-page__form input{flex:1;min-width:0;padding:.85rem 1rem;border:1px solid var(--color-border);background-color:var(--color-background)}.search-page__status{margin-block:0 1.5rem}.search-page__empty{color:var(--color-foreground-muted)}.search-page__result{display:flex;flex-direction:column;justify-content:center;gap:.4rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--style-border-radius-cards);text-decoration:none;background-color:var(--color-surface)}.search-page__result-title{font-weight:600;margin:0}.search-page__pagination{margin-block-start:2.5rem;text-align:center}@media(max-width:500px){.search-page__form{flex-direction:column}}.why-section{position:relative;background-color:var(--color-surface)}.why-section__inner{width:var(--content-width);margin-inline:auto}.why-section__heading{font-size:clamp(1.6rem,3vw,2.25rem);margin-block:0 2rem}.why-section__grid{display:grid;gap:1.5rem}@media(min-width:750px){.why-section__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.why-section__item{position:relative;border-top:2px solid var(--color-foreground);padding-block-start:.9rem}.why-section__num{position:absolute;top:.9rem;right:0;font-size:.8rem;font-weight:700;letter-spacing:.1em;color:var(--color-foreground-muted)}.why-section__item h3{margin-block:0 .5rem;font-size:1.15rem;text-transform:uppercase;letter-spacing:.03em}.why-section__item h3:before{content:"";display:block;width:25px;height:22px;margin-block-end:.75rem;background-color:var(--color-accent);clip-path:polygon(100% 50%,75% 100%,25% 100%,0% 50%,25% 0%,75% 0%)}.why-section__item p{color:var(--color-foreground-muted);margin:0}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
