*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:var(--font-body-weight);font-style:var(--font-body-style);font-size:var(--font-body-size);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);overflow-x:hidden}body.drawer-open,body.mobile-menu-open{overflow:hidden}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer;-webkit-appearance:none}input,select,textarea{font:inherit;color:inherit}ul,ol{list-style:none}hr{border:none;border-top:1px solid var(--color-border)}.skip-link{position:absolute;top:-100%;left:16px;z-index:9999;padding:12px 20px;background:var(--color-accent);color:var(--color-accent-text);font-size:14px;border-radius:var(--radius);transition:top .2s}.skip-link:focus{top:16px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--page-width);margin-left:auto;margin-right:auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);line-height:1.1;letter-spacing:-.02em}.rte h2,.rte h3,.rte h4{margin-top:1.5em;margin-bottom:.5em}.rte p{margin-bottom:1em}.rte ul,.rte ol{margin-bottom:1em;padding-left:1.5em}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte a{text-decoration:underline;text-underline-offset:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;line-height:1;border-radius:var(--radius);transition:background var(--transition),color var(--transition),border-color var(--transition),opacity var(--transition),transform .15s ease;cursor:pointer;white-space:nowrap;-webkit-appearance:none}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-accent);color:var(--color-accent-text);border:1px solid var(--color-accent)}.btn--primary:hover{opacity:.85}.btn--primary:disabled,.btn--primary[disabled]{opacity:.4;cursor:not-allowed}.btn--outline{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn--outline:hover{border-color:var(--color-text)}.btn--full{width:100%}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0000008c;opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.overlay.is-visible{opacity:1;visibility:visible}.header{--announcement-height: 0px;position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header--has-announcement{--announcement-height: 36px}@media(min-width:750px){.header--has-announcement{--announcement-height: 40px}}.header__announcement{position:relative;display:flex;align-items:center;height:var(--announcement-height);overflow:hidden;background:var(--header-announcement-bg, var(--color-accent));color:var(--header-announcement-color, var(--color-accent-text));border-bottom:1px solid var(--color-border)}.header__announcement-track{display:flex;width:max-content;min-width:100%;will-change:transform;animation:headerAnnouncementScroll var(--header-announcement-speed, 18s) linear infinite}.header__announcement-content{display:flex;align-items:center;flex-shrink:0}.header__announcement-item{display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0;padding-left:32px;font-size:11px;font-weight:700;line-height:1;letter-spacing:.14em;text-transform:uppercase}.header__announcement-item:after{content:"\2022";margin-left:32px;opacity:.65}.header__announcement:hover .header__announcement-track{animation-play-state:paused}.header__main{min-height:var(--header-height)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:var(--header-height)}.header__logo{display:inline-flex;align-items:center;justify-self:start;flex-shrink:0}.header__logo-img{display:block;height:auto;flex-shrink:0}.header__nav{display:none;align-items:center;justify-self:center;gap:32px}.header__actions{justify-self:end}@media(min-width:750px){.header__nav{display:flex}.header__announcement-item{font-size:12px}}@media(max-width:749px){.header__inner{grid-template-columns:auto 1fr auto;gap:16px}.header-search-form{flex-direction:column;align-items:stretch}.header-search-form__submit{width:100%;min-width:0}.header__announcement-item{padding-left:24px;letter-spacing:.12em}.header__announcement-item:after{margin-left:24px}}.header__nav-link{font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;position:relative;padding:4px 0}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-text);transition:width var(--transition)}.header__nav-link:hover:after,.header__nav-link.is-active:after{width:100%}.header__actions{display:flex;align-items:center;gap:16px}.header__search-btn,.header__cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:4px;border-radius:999px;transition:background var(--transition),border-color var(--transition)}.header__search-btn:hover,.header__cart-btn:hover{background:var(--color-surface)}.header__search-panel{display:none;border-top:1px solid var(--color-border);background:var(--color-bg)}.header__search-panel.is-open{display:block}.header-search-form{display:flex;align-items:center;gap:12px;padding:16px 0}.header-search-form__input{width:100%;min-width:0;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg)}.header-search-form__input:focus{outline:none;border-color:var(--color-text)}.header-search-form__submit{min-width:132px}.header__cart-count{position:absolute;top:-4px;right:-8px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:var(--color-accent-text);font-size:10px;font-weight:600;line-height:1;border-radius:999px;padding:0 5px}.header__cart-count:empty,.header__cart-count[data-cart-count="0"]{display:none}.header__menu-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0}.header__mobile-search{padding:20px 24px 8px;border-bottom:1px solid var(--color-border)}.header-search-form--mobile{padding:0}@media(min-width:750px){.header__menu-btn{display:none}}.header__menu-icon{display:flex;flex-direction:column;gap:5px;width:20px}.header__menu-icon span{display:block;height:1.5px;background:var(--color-text);border-radius:1px;transition:transform var(--transition),opacity var(--transition)}.header__menu-btn.is-active .header__menu-icon span:first-child{transform:translateY(3.25px) rotate(45deg)}.header__menu-btn.is-active .header__menu-icon span:last-child{transform:translateY(-3.25px) rotate(-45deg)}.header__mobile-nav{display:none;position:absolute;top:calc(var(--header-height) + var(--announcement-height));left:0;right:0;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:24px var(--page-gutter) calc(32px + env(safe-area-inset-bottom,0px));z-index:99;max-height:calc(100dvh - (var(--header-height) + var(--announcement-height)));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.header__mobile-nav.is-open{display:block}@media(min-width:750px){.header__mobile-nav{display:none!important}}.header__mobile-link{display:block;font-size:15px;font-weight:500;letter-spacing:.02em;padding:12px 0;border-bottom:1px solid var(--color-border)}.header__mobile-group{border-bottom:1px solid var(--color-border)}.header__mobile-group[open]{padding-bottom:8px}.header__mobile-link--summary{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:0;list-style:none;cursor:pointer}.header__mobile-link--summary::-webkit-details-marker{display:none}.header__mobile-chevron{width:18px;height:18px;flex:0 0 18px;transition:transform var(--transition)}.header__mobile-group[open] .header__mobile-chevron{transform:rotate(180deg)}.header__mobile-subnav{display:grid;gap:0;padding:0 0 4px 14px}.header__mobile-sublink{display:block;padding:10px 0;font-size:14px;color:var(--color-text-muted);border-top:1px solid var(--color-border)}.header__mobile-sublink--all{font-weight:600;color:var(--color-text)}@keyframes headerAnnouncementScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-brand{position:relative;overflow:hidden;padding:80px 0 60px;text-align:center;background:var(--color-bg)}.hero-brand--has-banner{color:var(--hero-brand-text, #ffffff)}@media(min-width:750px){.hero-brand{padding:120px 0 80px}}@media(min-width:1200px){.hero-brand{padding:160px 0 100px}}.hero-brand__media,.hero-brand__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-brand__media{z-index:0}.hero-brand__banner-image{width:100%;height:100%;object-fit:cover}.hero-brand__overlay{z-index:1;background:rgba(0,0,0,var(--hero-banner-overlay, .35))}.hero-brand__inner,.hero-brand__rule{position:relative;z-index:2}.hero-brand__eyebrow{margin-bottom:18px;font-size:13px;letter-spacing:.24em;text-transform:uppercase;color:inherit;opacity:.86}.hero-brand__heading{font-size:clamp(56px,14vw,180px);line-height:.9;letter-spacing:-.03em;margin-bottom:24px;text-transform:uppercase;font-family:"Press Start 2P",cursive;letter-spacing:.04em;line-height:1;font-size:clamp(28px,8vw,100px)}.hero-brand__sub{font-size:clamp(16px,2vw,20px);color:color-mix(in srgb,currentColor 78%,transparent);max-width:560px;margin:0 auto 40px;line-height:1.5}.hero-brand:not(.hero-brand--has-banner) .hero-brand__sub{color:var(--color-text-muted)}.hero-brand__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.hero-brand--has-banner .btn--outline{border-color:currentColor}.hero-brand__rule{margin-top:60px}.hero-brand--has-banner .hero-brand__rule hr{border-color:#ffffff52}@media(min-width:750px){.hero-brand__rule{margin-top:80px}}.features-strip{padding:60px 0}@media(min-width:750px){.features-strip{padding:80px 0}}.features-strip__heading{font-size:clamp(28px,4vw,48px);margin-bottom:48px;letter-spacing:-.02em}.features-strip__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:750px){.features-strip__grid{grid-template-columns:repeat(3,1fr);gap:40px}}.features-strip__item{padding-top:24px;border-top:1px solid var(--color-border)}.features-strip__title{font-size:18px;margin-bottom:8px;letter-spacing:-.01em}.features-strip__desc{font-size:14px;color:var(--color-text-muted);line-height:1.6}.cta-split{padding:60px 0 80px}@media(min-width:750px){.cta-split{padding:80px 0 120px}}.cta-split__inner{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:750px){.cta-split__inner{grid-template-columns:1fr 1fr;gap:60px}}.cta-split__heading{font-size:clamp(28px,4vw,48px);margin-bottom:16px;letter-spacing:-.02em}.cta-split__body{color:var(--color-text-muted);margin-bottom:32px;line-height:1.6;max-width:440px}.cta-split__visual{aspect-ratio:4 / 3;border-radius:var(--radius);overflow:hidden;background:var(--color-surface)}.cta-split__visual img{width:100%;height:100%;object-fit:cover}.cta-split__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:var(--color-border)}.product-main{padding:40px 0 80px}@media(min-width:750px){.product-main{padding:60px 0 120px}}.product-main__inner{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:900px){.product-main__inner{grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}}@media(min-width:1200px){.product-main__inner{gap:80px}}.product-gallery{position:relative}.product-gallery__track{position:relative;overflow:hidden;border-radius:clamp(18px,2vw,24px);background:var(--color-surface);aspect-ratio:1 / 1}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease;display:flex;align-items:center;justify-content:center;pointer-events:none}.product-gallery__slide.is-active{opacity:1;z-index:1;pointer-events:auto}.product-gallery__img,.product-gallery__video{width:100%;height:100%;object-fit:contain}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;transition:background var(--transition),border-color var(--transition)}.product-gallery__arrow:hover{border-color:var(--color-text)}.product-gallery__arrow--prev{left:12px}.product-gallery__arrow--next{right:12px}.product-gallery__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.product-gallery__status{display:inline-flex;align-items:center;gap:6px;color:var(--color-text-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.product-gallery__expand{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-gallery__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:60px;height:60px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;transition:border-color var(--transition);background:var(--color-surface)}.product-gallery__thumb.is-active{border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:14px;color:var(--color-text-muted)}.product-gallery__dots{display:flex;gap:8px;justify-content:center;margin-top:16px}@media(min-width:900px){.product-gallery__dots{display:none}}.product-gallery__dot{width:8px;height:8px;border-radius:999px;background:var(--color-border);transition:background var(--transition)}.product-gallery__dot.is-active{background:var(--color-text)}.product-gallery__empty{aspect-ratio:1 / 1;background:var(--color-surface);border-radius:clamp(18px,2vw,24px);display:flex;align-items:center;justify-content:center}.product-gallery__placeholder{width:60%;opacity:.3}.product-main__info{position:relative}@media(min-width:900px){.product-main__info-inner{position:sticky;top:calc(var(--header-height) + 32px)}}.product-main__title{font-family:"Cormorant Garamond",var(--font-heading);font-size:clamp(40px,6vw,68px);font-weight:600;line-height:.94;margin-bottom:16px;letter-spacing:-.05em;text-wrap:balance}.product-main__title-trust{margin-bottom:18px}.product-main__title-trust-line{margin:0 0 8px;color:var(--color-text);font-size:12px;font-weight:700;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.product-main__title-trust-text{margin:0;max-width:48ch;color:var(--color-text-muted);font-size:14px;line-height:1.7}.product-main__price{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:18px;font-size:20px}.product-main__current-price{display:inline-flex;align-items:center;min-height:54px;padding:12px 18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(180deg,#e8e6e31f,#e8e6e30d);box-shadow:0 14px 34px #0000002e;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1;letter-spacing:-.03em}.product-main__price-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 12px;border-radius:999px;background:var(--color-accent);color:var(--color-accent-text);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-main__price--on-sale .product-main__current-price{background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent) 24%,rgba(255,255,255,.06)),#e8e6e314);border-color:color-mix(in srgb,var(--color-accent) 42%,rgba(255,255,255,.12))}.product-main__trust-inline{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.product-main__trust-inline span{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 14px;border:1px solid var(--color-border);border-radius:999px;background:linear-gradient(180deg,#ffffff0b,#ffffff05);color:var(--color-text-muted);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-main__trust-inline span:before{content:"\2713";width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:var(--color-text);font-size:11px;font-weight:700;flex-shrink:0}.product-main__compare-price{color:var(--color-text-muted);font-size:16px;text-decoration-thickness:1px}.product-main__desc{margin-bottom:32px;color:var(--color-text-muted);line-height:1.7;font-size:15px}.product-main__desc p:last-child{margin-bottom:0}.product-main__option{margin-bottom:20px}.product-main__option-label{display:block;font-size:13px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;margin-bottom:8px}.product-main__select{width:100%;padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);font-size:15px;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;transition:border-color var(--transition)}.product-main__select:focus{outline:none;border-color:var(--color-text)}.product-main__actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.product-main__purchase-note{margin-top:16px;padding:18px 20px;border:1px solid var(--color-border);border-radius:calc(var(--radius) + 10px);background:linear-gradient(180deg,#ffffff0a,#ffffff04);color:var(--color-text-muted);font-size:14px;line-height:1.7}.product-main__purchase-note p:last-child{margin-bottom:0}.product-main__trust-panel{margin-top:28px;padding:28px;border:1px solid var(--color-border);border-radius:24px;background:radial-gradient(circle at top right,rgba(232,230,227,.08),transparent 34%),linear-gradient(180deg,#ffffff0a,#ffffff04);box-shadow:0 18px 40px #0000002e}.product-main__trust-kicker{margin-bottom:10px;color:var(--color-text-muted);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-main__trust-heading{font-family:"Cormorant Garamond",var(--font-heading);font-size:clamp(30px,5vw,44px);font-weight:600;line-height:.98;letter-spacing:-.04em;margin-bottom:14px}.product-main__trust-intro{max-width:44ch;margin-bottom:20px;color:var(--color-text-muted);font-size:14px;line-height:1.7}.product-main__trust-intro p:last-child{margin-bottom:0}.product-main__trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-main__trust-item{display:flex;flex-direction:column;gap:10px;align-items:flex-start;padding:16px 14px;min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(min-width:750px){.product-main__trust-grid{gap:16px}.product-main__trust-item{padding:18px}}.product-main__trust-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-bg);border:1px solid var(--color-border);font-size:14px;font-weight:700}.product-main__trust-item h3{font-size:14px;line-height:1.35;margin-bottom:4px}.product-main__trust-item p{color:var(--color-text-muted);font-size:12px;line-height:1.55}@media(min-width:750px){.product-main__trust-item h3{font-size:15px}.product-main__trust-item p{font-size:14px}}.product-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:none}.product-gallery-modal.is-open{display:block}.product-gallery-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1}.product-gallery-modal__dialog{position:relative;z-index:1;width:min(1120px,calc(100vw - 32px));max-height:calc(100vh - 32px);margin:16px auto;padding:56px 20px 20px;background:var(--color-bg);border-radius:calc(var(--radius) + 6px);overflow:auto}.product-gallery-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--color-border);background:var(--color-bg);font-size:28px;line-height:1}.product-gallery--modal .product-gallery__track{aspect-ratio:16 / 10}body.gallery-modal-open{overflow:hidden}.product-features{padding:60px 0;border-top:1px solid var(--color-border)}@media(min-width:750px){.product-features{padding:80px 0}}.product-features__heading{font-size:clamp(28px,4vw,48px);margin-bottom:48px;letter-spacing:-.02em}.product-features__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:750px){.product-features__grid{grid-template-columns:repeat(2,1fr);gap:40px}}.product-features__item{padding:24px 0;border-top:1px solid var(--color-border)}.product-features__number{display:block;font-size:12px;color:var(--color-text-muted);letter-spacing:.06em;margin-bottom:12px}.product-features__title{font-size:18px;margin-bottom:8px}.product-features__desc{font-size:14px;color:var(--color-text-muted);line-height:1.6}.faq{padding:60px 0 80px;border-top:1px solid var(--color-border)}@media(min-width:750px){.faq{padding:80px 0 120px}}.faq__panel{position:relative;overflow:hidden;padding:28px 22px;border:1px solid var(--color-border);border-radius:28px;background:radial-gradient(circle at top left,rgba(232,230,227,.07),transparent 26%),linear-gradient(180deg,#ffffff0a,#ffffff04)}@media(min-width:750px){.faq__panel{padding:42px}}.faq__header{margin-bottom:28px}.faq__heading{font-family:"Cormorant Garamond",var(--font-heading);font-size:clamp(36px,6vw,60px);font-weight:600;line-height:.95;margin-bottom:12px;letter-spacing:-.04em}.faq__subheading{max-width:54ch;color:var(--color-text-muted);font-size:15px;line-height:1.7}.faq__list{max-width:860px}.faq__item{margin-bottom:14px;padding:0 20px;border:1px solid var(--color-border);border-radius:20px;background:#00000029}.faq__item:last-child{margin-bottom:0}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;font-size:16px;font-weight:500;cursor:pointer;list-style:none;-webkit-appearance:none}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{display:none;content:""}.faq__icon{flex-shrink:0;width:34px;height:34px;padding:9px;border:1px solid var(--color-border);border-radius:999px;background:#ffffff08;transition:transform var(--transition),background var(--transition),border-color var(--transition)}.faq__item[open] .faq__icon{transform:rotate(180deg);background:#e8e6e314;border-color:#e8e6e32e}.faq__answer{padding-bottom:22px;color:var(--color-text-muted);font-size:15px;line-height:1.7}.showcase-hero{padding:80px 0 60px}@media(min-width:750px){.showcase-hero{padding:120px 0 80px}}.showcase-hero__heading{font-size:clamp(40px,10vw,100px);letter-spacing:-.03em;margin-bottom:16px}.showcase-hero__sub{font-size:clamp(16px,2vw,20px);color:var(--color-text-muted);max-width:500px;line-height:1.5}.showcase-grid{padding:0 0 80px}@media(min-width:750px){.showcase-grid{padding:0 0 120px}}.showcase-grid__items{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:750px){.showcase-grid__items{grid-template-columns:repeat(2,1fr);gap:24px}}.showcase-grid__img-wrap{aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--radius);background:var(--color-surface)}.showcase-grid__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.showcase-grid__item:hover .showcase-grid__img{transform:scale(1.03)}.showcase-grid__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.showcase-grid__placeholder-svg{width:60%;opacity:.2}.showcase-grid__caption{margin-top:12px}.showcase-grid__title{font-size:16px;margin-bottom:4px}.showcase-grid__text{font-size:14px;color:var(--color-text-muted)}.cart-template{padding:40px 0 80px}@media(min-width:750px){.cart-template{padding:60px 0 120px}}.cart-template__heading{font-size:clamp(28px,4vw,48px);margin-bottom:40px;letter-spacing:-.02em}.cart-template__layout{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:900px){.cart-template__layout{grid-template-columns:1fr 340px;gap:60px;align-items:start}}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;padding:24px 0;border-bottom:1px solid var(--color-border);align-items:start}@media(min-width:750px){.cart-item{grid-template-columns:100px 1fr auto;gap:20px}}.cart-item__media{border-radius:var(--radius);overflow:hidden;background:var(--color-surface)}.cart-item__media img{width:100%;aspect-ratio:1;object-fit:cover}.cart-item__title{font-weight:500;font-size:15px;display:block;margin-bottom:4px}.cart-item__variant{font-size:13px;color:var(--color-text-muted);margin-bottom:8px}.cart-item__price{font-size:15px;font-weight:500}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius)}.cart-item__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background var(--transition)}.cart-item__qty-btn:hover{background:var(--color-surface)}.cart-item__qty-input{width:40px;text-align:center;border:none;background:transparent;font-size:14px;-moz-appearance:textfield}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{font-size:12px;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:3px;transition:color var(--transition)}.cart-item__remove:hover{color:var(--color-text)}.cart-template__summary-inner{padding:24px;background:var(--color-surface);border-radius:var(--radius)}@media(min-width:900px){.cart-template__summary-inner{position:sticky;top:calc(var(--header-height) + 32px)}}.cart-template__subtotal{display:flex;justify-content:space-between;font-size:18px;font-weight:500;margin-bottom:8px}.cart-template__note{font-size:13px;color:var(--color-text-muted);margin-bottom:24px}.cart-template__continue{display:block;text-align:center;margin-top:12px;font-size:13px;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:3px}.cart-template__empty{text-align:center;padding:80px 0}.cart-template__empty p{color:var(--color-text-muted);margin-bottom:24px;font-size:18px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:200;width:100%;max-width:420px;background:var(--color-bg);transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000059}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border);flex-shrink:0}.cart-drawer__title{font-size:18px;letter-spacing:-.01em}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px;-webkit-overflow-scrolling:touch}.cart-drawer__items{display:flex;flex-direction:column}.cart-drawer-item{display:grid;grid-template-columns:64px 1fr;gap:12px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-drawer-item__media{border-radius:var(--radius);overflow:hidden;background:var(--color-surface)}.cart-drawer-item__media img{width:100%;aspect-ratio:1;object-fit:cover}.cart-drawer-item__title{font-weight:500;font-size:14px;display:block;margin-bottom:2px}.cart-drawer-item__variant{font-size:12px;color:var(--color-text-muted);margin-bottom:4px}.cart-drawer-item__price{font-size:14px;font-weight:500;margin-bottom:10px}.cart-drawer-item__controls{display:flex;align-items:center;gap:12px}.cart-drawer-item__qty{display:flex;align-items:center;gap:0;border:1px solid var(--color-border);border-radius:var(--radius)}.cart-drawer-item__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px}.cart-drawer-item__qty-val{width:28px;text-align:center;font-size:13px}.cart-drawer-item__remove{font-size:11px;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:2px}.cart-drawer__empty{text-align:center;padding:60px 0}.cart-drawer__empty.is-hidden{display:none}.cart-drawer__empty p{color:var(--color-text-muted);margin-bottom:20px;font-size:15px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--color-border);flex-shrink:0}.cart-drawer__footer.is-hidden{display:none}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:500;margin-bottom:4px}.cart-drawer__note{font-size:12px;color:var(--color-text-muted);margin-bottom:16px}.footer{border-top:1px solid var(--color-border);padding:60px 0 40px}@media(min-width:750px){.footer{padding:80px 0 40px}}.footer__top{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:48px}@media(min-width:990px){.footer__top--horizontal{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:start;gap:48px}}.footer__content{display:grid;gap:28px}.footer__utility-row{display:flex;flex-wrap:wrap;gap:24px 36px;align-items:flex-start}.footer__group{min-width:160px;flex:0 1 auto}.footer__group--text{max-width:280px}.footer__brand-link{display:inline-flex;align-items:center;margin-bottom:14px}.footer__logo-img{display:block;height:auto;max-width:100%}.footer__brand-text{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:18px;letter-spacing:.03em;display:block;margin-bottom:12px}.footer__tagline{font-size:14px;color:var(--color-text-muted);max-width:300px;line-height:1.5}.footer__links-heading{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:12px}.footer__inline-links{display:flex;flex-wrap:wrap;gap:8px 18px}.footer__stacked-links{display:flex;flex-direction:column;gap:10px}.footer__link{display:inline-flex;align-items:center;font-size:14px;line-height:1.4;transition:color var(--transition)}.footer__link:hover{color:var(--color-text-muted)}.footer__link--service{font-weight:500}.footer__richtext{font-size:14px;line-height:1.6;color:var(--color-text-muted)}.footer__richtext p{margin:0}.footer__newsletter-wrap{display:grid;gap:14px;padding:20px;border:1px solid var(--color-border);border-radius:var(--radius);background:#ffffff08}@media(min-width:990px){.footer__richtext{font-size:14px;line-height:1.6;color:var(--color-text-muted)}.footer__richtext p{margin:0}.footer__newsletter-wrap{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:center;gap:20px}}.footer__newsletter-text{font-size:14px;line-height:1.5;color:var(--color-text-muted)}.footer__newsletter-form{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:750px){.footer__newsletter-form{grid-template-columns:minmax(0,1fr) auto;align-items:center}}.footer__newsletter-input{width:100%;min-height:50px;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);transition:border-color var(--transition),box-shadow var(--transition)}.footer__newsletter-input:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 1px var(--color-text)}.footer__newsletter-button{min-height:50px;padding-left:24px;padding-right:24px}.footer__newsletter-status{grid-column:1 / -1;font-size:13px;line-height:1.5;border-radius:var(--radius);padding:12px 14px}.footer__newsletter-status--success{background:#e8e6e30f}.footer__newsletter-status--error{border:1px solid rgba(232,230,227,.12);background:#e8e6e30a}.footer__newsletter-status .errors,.footer__newsletter-status ul{margin:0;padding-left:18px}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;padding-top:24px;border-top:1px solid var(--color-border)}.footer__copy,.footer__powered{font-size:12px;color:var(--color-text-muted)}.page-main{padding:60px 0 80px}@media(min-width:750px){.page-main{padding:80px 0 120px}}.page-main__heading{font-size:clamp(28px,4vw,48px);margin-bottom:32px;letter-spacing:-.02em}.page-main__content{max-width:720px}.page-404{padding:120px 0;text-align:center}.page-404__heading{font-size:clamp(60px,12vw,160px);line-height:1;margin-bottom:16px}.page-404__text{color:var(--color-text-muted);margin-bottom:32px;font-size:18px}[data-animate-item]{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}[data-animate-item].is-visible{opacity:1;transform:translateY(0)}[data-animate] [data-animate-item]:nth-child(2){transition-delay:.08s}[data-animate] [data-animate-item]:nth-child(3){transition-delay:.16s}[data-animate] [data-animate-item]:nth-child(4){transition-delay:.24s}[data-animate] [data-animate-item]:nth-child(5){transition-delay:.32s}[data-animate] [data-animate-item]:nth-child(6){transition-delay:.4s}.cart-drawer__notification{position:fixed;bottom:24px;right:24px;z-index:300;background:var(--color-accent);color:var(--color-accent-text);padding:12px 20px;border-radius:var(--radius);font-size:14px;font-weight:500;opacity:0;transform:translateY(10px);transition:opacity var(--transition),transform var(--transition);pointer-events:none}.cart-drawer__notification.is-visible{opacity:1;transform:translateY(0)}.is-hidden{display:none!important}@media(max-width:749px){.hide-mobile{display:none!important}}@media(min-width:750px){.hide-desktop{display:none!important}}.contact-section{padding:60px 0 90px}@media(min-width:750px){.contact-section{padding:80px 0 120px}}.contact-section__intro{max-width:760px;margin-bottom:40px}.contact-section__eyebrow{margin-bottom:12px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.contact-section__heading{font-size:clamp(32px,5vw,64px);margin-bottom:16px}.contact-section__body{max-width:640px;color:var(--color-text-muted)}.contact-section__layout{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:990px){.contact-section__layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:32px;align-items:start}}.contact-section__form-card,.contact-section__details{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:24px}@media(min-width:750px){.contact-section__form-card,.contact-section__details{padding:32px}}.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form__grid{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:750px){.contact-form__grid{grid-template-columns:1fr 1fr}}.contact-form__field{display:flex;flex-direction:column;gap:8px}.contact-form__field label{font-size:14px;font-weight:500}.contact-form__field input,.contact-form__field textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:14px 16px;transition:border-color var(--transition),box-shadow var(--transition)}.contact-form__field textarea{resize:vertical;min-height:180px}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 1px var(--color-text)}.contact-form__status{border-radius:var(--radius);padding:14px 16px;font-size:14px}.contact-form__status--success{background:#e8e6e30f}.contact-form__status--error{border:1px solid rgba(232,230,227,.12);background:#e8e6e30a}.contact-form__status--error ul{list-style:disc;padding-left:18px}.contact-section__details-heading{font-size:clamp(24px,3vw,36px);margin-bottom:12px}.contact-section__details-body{color:var(--color-text-muted);margin-bottom:24px}.contact-section__details-list{display:flex;flex-direction:column;gap:20px}.contact-section__detail-label{margin-bottom:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.contact-section__detail a{text-decoration:underline;text-underline-offset:3px}.catalog-page{padding:60px 0 90px}@media(min-width:750px){.catalog-page{padding:80px 0 120px}}.catalog-page__intro{margin-bottom:36px}.catalog-page__eyebrow,.showcase-grid__eyebrow,.instagram-showcase__eyebrow{margin-bottom:12px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.catalog-page__intro-row{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:990px){.catalog-page__intro-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px}}.catalog-page__heading{font-size:clamp(36px,6vw,72px);line-height:.95;margin-bottom:16px}.catalog-page__body{max-width:720px;color:var(--color-text-muted)}.catalog-page__meta{display:flex;flex-direction:column;gap:16px}.catalog-page__count,.catalog-pagination__status,.instagram-card__date,.instagram-card__handle,.showcase-grid__meta,.catalog-card__vendor{color:var(--color-text-muted);font-size:13px;letter-spacing:.04em;text-transform:uppercase}.catalog-page__count{display:inline-flex;flex-wrap:wrap;gap:8px}.catalog-page__count span{color:var(--color-text);font-weight:700}.catalog-page__sort-wrap{display:flex;flex-direction:column;gap:8px}.catalog-page__sort-label{font-size:13px;font-weight:500}.catalog-page__sort,.contact-form__select{min-width:180px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:14px 16px}.catalog-page__tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.catalog-page__tag{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;border:1px solid var(--color-border);font-size:13px;color:var(--color-text-muted)}.catalog-page__tag.is-active,.catalog-page__tag:hover{color:var(--color-accent-text);background:var(--color-accent);border-color:var(--color-accent)}.catalog-page__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:750px){.catalog-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.catalog-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.catalog-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.catalog-card__media{display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-bg);border-radius:clamp(18px,2vw,24px)}.catalog-card__img{width:100%;height:100%;object-fit:cover;border-radius:inherit;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.catalog-card:hover .catalog-card__img{transform:scale(1.03)}.catalog-card__placeholder,.instagram-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.catalog-card__placeholder-svg,.instagram-card__placeholder-svg{width:56%;opacity:.18}.catalog-card__content{display:flex;flex-direction:column;gap:14px;padding:20px;flex:1}.catalog-card__top-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.catalog-card__title{font-size:22px;line-height:1.1}.catalog-card__price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.catalog-card__price{font-size:15px;font-weight:500}.catalog-card__price--current{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(180deg,#e8e6e31f,#e8e6e30d);box-shadow:0 10px 24px #0000001f;font-size:19px;font-weight:700;line-height:1;letter-spacing:-.02em}.catalog-card__price-badge{display:inline-flex;align-items:center;justify-content:center;align-self:flex-end;min-height:24px;padding:4px 10px;border-radius:999px;background:var(--color-accent);color:var(--color-accent-text);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.catalog-card__price-wrap--on-sale .catalog-card__price--current{background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent) 20%,rgba(255,255,255,.06)),#e8e6e314);border-color:color-mix(in srgb,var(--color-accent) 40%,rgba(255,255,255,.12))}.catalog-card__price--compare{text-decoration:line-through;color:var(--color-text-muted);font-size:13px}.catalog-card__text{color:var(--color-text-muted)}.catalog-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.catalog-card__badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#e8e6e314;font-size:12px}.catalog-card__badge--muted{color:var(--color-text-muted)}.catalog-card__link,.showcase-grid__link,.instagram-card__link,.contact-method-card__link{text-decoration:underline;text-underline-offset:3px}.catalog-pagination,.catalog-page__browse-all{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:36px}.catalog-pagination__link{text-decoration:underline;text-underline-offset:3px}.catalog-page__empty{max-width:560px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:32px}.catalog-page__empty h2{margin-bottom:12px;font-size:clamp(28px,4vw,42px)}.catalog-page__empty p{color:var(--color-text-muted);margin-bottom:24px}.showcase-grid,.instagram-showcase{padding:0 0 80px}@media(min-width:750px){.showcase-grid,.instagram-showcase{padding:0 0 120px}}.showcase-grid__header,.instagram-showcase__header{max-width:760px;margin-bottom:28px}.showcase-grid__section-heading,.instagram-showcase__heading{font-size:clamp(28px,4vw,48px);margin-bottom:12px}.showcase-grid__section-body,.instagram-showcase__body{color:var(--color-text-muted)}@media(min-width:1200px){.showcase-grid__items{grid-template-columns:repeat(3,1fr)}}.showcase-grid__caption{display:flex;flex-direction:column;gap:10px}.showcase-grid__caption-top{display:flex;flex-direction:column;gap:6px}.instagram-showcase__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:750px){.instagram-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.instagram-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.instagram-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.instagram-card__media-wrap{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-bg)}.instagram-card__media-link{display:block;width:100%;height:100%}.instagram-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.instagram-card:hover .instagram-card__img{transform:scale(1.03)}.instagram-card__content{display:flex;flex-direction:column;gap:12px;padding:18px}.instagram-card__top-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.instagram-card__handle,.instagram-card__date{margin:0}.instagram-card__caption{color:var(--color-text-muted)}.contact-form__select-wrap{position:relative}.contact-form__disclaimer{font-size:13px;color:var(--color-text-muted)}.contact-form__button{align-self:flex-start}.contact-section__methods{display:grid;gap:14px;margin-top:28px}.contact-method-card{padding:18px;border:1px solid var(--color-border);border-radius:var(--radius);background:#ffffff0a}.contact-method-card__label{margin-bottom:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.contact-method-card__value{margin-bottom:10px;font-size:18px}.product-showcase{padding:40px 0 60px}@media(min-width:750px){.product-showcase{padding:20px 0 80px}}.product-showcase__header{display:grid;gap:24px;align-items:end;margin-bottom:32px}@media(min-width:990px){.product-showcase__header{grid-template-columns:minmax(0,1fr) auto}}.product-showcase__eyebrow{color:var(--color-text-muted);font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.product-showcase__heading{font-size:clamp(32px,5vw,64px);line-height:.96;margin-bottom:14px}.product-showcase__body{max-width:680px;color:var(--color-text-muted)}.product-showcase__controls{display:flex;align-items:center;gap:12px}.product-showcase__nav{width:48px;height:48px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,opacity .2s ease}.product-showcase__nav:hover:not([disabled]){transform:translateY(-1px);border-color:var(--color-text)}.product-showcase__nav[disabled]{opacity:.4;cursor:not-allowed}.product-showcase__slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,84vw);gap:24px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:6px}.product-showcase__slider::-webkit-scrollbar{display:none}@media(min-width:750px){.product-showcase__slider{grid-auto-columns:minmax(320px,42vw)}}@media(min-width:1200px){.product-showcase__slider{grid-auto-columns:minmax(320px,calc((100% - 48px) / 3))}}.product-showcase__slide{scroll-snap-align:start;height:100%}.product-showcase__footer{display:flex;justify-content:center;margin-top:32px}.product-showcase__empty,.product-showcase__editor-note{margin-top:8px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.product-showcase__editor-note{color:var(--color-text-muted)}.hero-brand--has-banner .hero-brand__actions .btn{border-radius:999px;padding-inline:28px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-brand--has-banner .hero-brand__actions .btn--primary{background:#e8e6e3;color:#0f0f0f;border-color:#e8e6e3;box-shadow:0 10px 30px #00000059}.hero-brand--has-banner .hero-brand__actions .btn--primary:hover{opacity:1;background:#d4d2cf;border-color:#d4d2cf}.hero-brand--has-banner .hero-brand__actions .btn--outline{color:#e8e6e3;background:#e8e6e31a;border-color:#e8e6e347}.hero-brand--has-banner .hero-brand__actions .btn--outline:hover{color:#e8e6e3;background:#e8e6e32e;border-color:#e8e6e373}.testimonials-showcase{padding:40px 0 60px}@media(min-width:750px){.testimonials-showcase{padding:20px 0 80px}}.testimonials-showcase__header{display:grid;gap:24px;align-items:end;margin-bottom:32px}@media(min-width:990px){.testimonials-showcase__header{grid-template-columns:minmax(0,1fr) auto}}.testimonials-showcase__eyebrow{color:var(--color-text-muted);font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.testimonials-showcase__heading{font-size:clamp(32px,5vw,64px);line-height:.96;margin-bottom:14px}.testimonials-showcase__body{max-width:680px;color:var(--color-text-muted)}.testimonials-showcase__note{margin-top:16px;display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#e8e6e30f;color:var(--color-text-muted);font-size:12px;letter-spacing:.03em}.testimonials-showcase__controls{display:flex;align-items:center;gap:12px}.testimonials-showcase__nav{width:48px;height:48px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,opacity .2s ease}.testimonials-showcase__nav:hover:not([disabled]){transform:translateY(-1px);border-color:var(--color-text)}.testimonials-showcase__nav[disabled]{opacity:.4;cursor:not-allowed}.testimonials-showcase__slider-wrap{max-width:900px;margin:0 auto}.testimonials-showcase__slider{display:flex;gap:24px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:6px}.testimonials-showcase__slider::-webkit-scrollbar{display:none}.testimonials-showcase__slide{flex:0 0 100%;scroll-snap-align:start;height:100%}.testimonials-showcase__pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:18px}.testimonials-showcase__pill{width:36px;height:8px;border-radius:999px;background:#e8e6e329;border:1px solid transparent;transition:background .2s ease,transform .2s ease,border-color .2s ease}.testimonials-showcase__pill:hover{transform:translateY(-1px)}.testimonials-showcase__pill.is-active,.testimonials-showcase__pill[aria-current=true]{background:var(--color-text);border-color:#e8e6e373}.testimonials-showcase__footer{display:flex;justify-content:center;margin-top:32px}.testimonials-showcase__empty,.testimonials-showcase__editor-note{margin-top:8px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.testimonials-showcase__editor-note{color:var(--color-text-muted)}.testimonial-card{display:flex;flex-direction:column;gap:28px;min-height:100%;padding:28px;border:1px solid var(--color-border);border-radius:calc(var(--radius) + 6px);background:radial-gradient(circle at top right,rgba(232,230,227,.03),transparent 34%),var(--color-surface)}.testimonial-card__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.testimonial-card__mark{font-size:58px;line-height:.8;letter-spacing:-.06em}.testimonial-card__tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.testimonial-card__tag{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#e8e6e314;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.testimonial-card__tag--soft{background:#e8e6e30a}.testimonial-card__quote{margin:0;font-size:clamp(20px,2.2vw,28px);line-height:1.38;letter-spacing:-.02em}.testimonial-card__footer{margin-top:auto;display:flex;align-items:center;gap:16px}.testimonial-card__avatar{width:52px;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#e8e6e3;color:#0f0f0f;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.testimonial-card__author{display:grid;gap:4px}.testimonial-card__name{font-size:18px;line-height:1.1}.testimonial-card__role,.testimonial-card__company{color:var(--color-text-muted);font-size:14px}.search-page{padding:48px 0 80px}.search-page__intro{max-width:780px;margin-bottom:32px}.search-page__body{max-width:52ch;color:var(--color-text-muted);font-size:15px;line-height:1.7}.search-page__eyebrow{margin-bottom:14px;color:var(--color-text-muted);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.search-page__heading{font-size:clamp(32px,5vw,60px);line-height:.98;margin-bottom:20px}.search-page__form{display:flex;gap:12px}.search-page__input{width:100%;min-width:0;padding:16px 18px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg)}.search-page__input:focus{outline:none;border-color:var(--color-text)}.search-page__submit{min-width:140px}.search-page__meta{margin-bottom:24px;color:var(--color-text-muted)}.search-page__empty{padding:36px 0 8px}.search-page__empty h2{margin-bottom:10px;font-size:28px}.search-page__empty p{color:var(--color-text-muted)}@media(max-width:749px){.search-page__form{flex-direction:column}.search-page__submit{width:100%;min-width:0}.product-gallery__toolbar{align-items:flex-start;flex-direction:column}.product-gallery-modal__dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px);margin:8px auto;padding:52px 12px 12px}}.header__mobile-subnav-empty{padding:10px 0 2px;font-size:13px;color:var(--color-text-muted)}.catalog-card__text{display:none!important}.catalog-card__title,.catalog-card__title a,.product-main__title{font-family:"Space Grotesk",var(--font-heading);font-weight:700;letter-spacing:-.04em}.catalog-card__title{text-wrap:balance}.product-main__title{text-wrap:balance;line-height:.98}@supports not (background: color-mix(in srgb,white 50%,black)){.product-main__price--on-sale .product-main__current-price,.catalog-card__price-wrap--on-sale .catalog-card__price--current{border-color:#ffffff2e}}.showcase-hero__heading,.showcase-grid__section-heading,.showcase-grid__title,.showcase-grid__meta,.showcase-grid__link,.instagram-showcase__heading,.instagram-showcase__eyebrow,.showcase-grid__eyebrow{font-family:"Space Grotesk",var(--font-heading)}.showcase-hero__heading,.showcase-grid__section-heading,.showcase-grid__title,.instagram-showcase__heading{font-weight:700;letter-spacing:-.04em}.showcase-grid__meta,.showcase-grid__link,.instagram-showcase__eyebrow,.showcase-grid__eyebrow{font-weight:700;letter-spacing:.08em}
/*# sourceMappingURL=/cdn/shop/t/133/assets/theme.css.map */
