.catalog-layout{margin-top:clamp(32px,4vw,54px);padding-top:clamp(28px,3vw,42px);border-top:1px solid var(--line);display:grid;grid-template-columns:232px minmax(0,1fr);gap:clamp(32px,4vw,72px);align-items:start}.catalog-filters-toggle,.catalog-filters-trigger{display:none}.catalog-filters{display:flex;flex-direction:column;position:sticky;top:96px}.catalog-filters h2{margin:0 0 16px;font-family:var(--font-label);font-size:10px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--ink)}.filter-block{padding:0 0 26px;margin-bottom:26px;border-bottom:1px solid var(--line)}.filter-block:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.filter-block h2+h2{margin-top:30px}.filter-categories{margin:0;padding:0;list-style:none;display:flex;flex-direction:column}.filter-categories a{position:relative;display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:7px 0;font-size:13px;line-height:1.45;color:var(--muted);transition:color .22s ease,padding-left .22s var(--ease)}.filter-categories a:before{position:absolute;left:-13px;top:50%;width:6px;height:1px;background:var(--accent);content:"";opacity:0;transition:opacity .22s ease}.filter-categories a:hover{color:var(--ink)}.filter-categories a.is-active{color:var(--ink);font-weight:500}.filter-categories a.is-active:before{opacity:1}.filter-categories small{flex:0 0 auto;color:var(--faint);font-family:var(--font-label);font-size:10px;letter-spacing:.06em;font-variant-numeric:tabular-nums}.filter-price{display:grid;grid-template-columns:1fr 1fr;gap:12px}.filter-price label{display:flex;flex-direction:column;gap:7px;font-family:var(--font-label);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--faint)}.filter-price input,.catalog-filters select{width:100%;height:42px;padding:0 2px;border:0;border-bottom:1px solid var(--line-strong);background:transparent;font:inherit;font-size:14px;color:var(--ink);outline:none;border-radius:0;transition:border-color .22s ease}.catalog-filters select{padding-right:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 9px) 19px,calc(100% - 4px) 19px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.filter-price input:focus,.catalog-filters select:focus{border-bottom-color:var(--brand)}.filter-apply{width:100%;height:48px;margin-top:26px;border:1px solid var(--brand);background:transparent;color:var(--ink);font-family:var(--font-label);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;transition:background-color .24s ease,color .24s ease}.filter-apply:hover{background:var(--brand);color:#fff}.filter-reset{display:inline-block;margin-top:14px;padding-bottom:2px;border-bottom:1px solid var(--line-strong);font-family:var(--font-label);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);transition:color .22s ease,border-color .22s ease}.filter-reset:hover{color:var(--ink);border-color:var(--brand)}.catalog-results{min-width:0}.catalog-page .catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(min-width:1500px){.catalog-page .catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:2000px){.catalog-page .catalog-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1150px){.catalog-page .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.catalog-page .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.catalog-resultbar{min-height:34px;margin-bottom:clamp(22px,3vw,34px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 20px}.catalog-count{font-family:var(--font-label);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--faint);font-variant-numeric:tabular-nums}.active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.filter-pill{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid var(--line-strong);color:var(--ink);font-family:var(--font-label);font-size:10px;letter-spacing:.12em;text-transform:uppercase;transition:background-color .22s ease,color .22s ease,border-color .22s ease}.filter-pill svg{flex:0 0 auto;opacity:.55;transition:opacity .22s ease}.filter-pill:hover{border-color:var(--brand);background:var(--brand);color:#fff}.filter-pill:hover svg{opacity:1}.filter-pill--clear{border-color:transparent;color:var(--faint);text-decoration:underline;text-underline-offset:3px}.filter-pill--clear:hover{background:transparent;color:var(--ink);border-color:transparent}.catalog-empty{padding:80px 0;border-top:1px solid var(--line);color:var(--muted);font-family:var(--font-display);font-size:26px;font-style:italic}.catalog-pagination{display:flex;flex-wrap:wrap;gap:6px;margin-top:clamp(48px,6vw,76px);padding-top:28px;border-top:1px solid var(--line)}.catalog-pagination a{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-family:var(--font-label);font-size:12px;letter-spacing:.04em;color:var(--faint);font-variant-numeric:tabular-nums;transition:color .22s ease,border-color .22s ease,background-color .22s ease}.catalog-pagination a:hover{border-color:var(--line-strong);color:var(--ink)}.catalog-pagination a.is-active{background:var(--brand);border-color:var(--brand);color:#fff}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr;gap:22px}.catalog-filters-trigger{min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;border:1px solid var(--line-strong);font-family:var(--font-label);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background-color .22s ease,color .22s ease}.catalog-filters-trigger:hover,.catalog-filters-toggle:checked~.catalog-filters-trigger{background:var(--brand);color:#fff}.catalog-filters{display:none;position:static;padding:20px 18px 24px;border:1px solid var(--line);background:var(--tint)}.catalog-filters-toggle:checked~.catalog-filters{display:flex}}@media(max-width:1050px){.filter-categories a{min-height:44px;align-items:center;padding:4px 0;font-size:14px}.filter-price input,.catalog-filters select{height:48px;font-size:16px}.catalog-filters select{background-position:calc(100% - 9px) 22px,calc(100% - 4px) 22px}.filter-apply{height:50px}.filter-reset{min-height:44px;display:inline-flex;align-items:center}.filter-pill{min-height:44px;padding:8px 13px;font-size:11px}.catalog-pagination a{min-width:44px;height:44px;border-color:var(--line);font-size:13px}}@media(max-width:520px){.catalog-resultbar{flex-direction:column;align-items:flex-start;gap:12px}.catalog-empty{font-size:21px;padding:54px 0}.catalog-pagination{justify-content:center;gap:8px;margin-top:40px}}.cart-drawer__overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;animation:cart-overlay-in .2s ease-out both}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#070c0b75;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer{position:relative;width:min(470px,100%);height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;color:var(--brand, #111817);box-shadow:-24px 0 70px #070c0b29;animation:cart-drawer-in .32s cubic-bezier(.2,.72,.2,1) both}.cart-drawer__header{min-height:112px;padding:27px 30px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(15,24,22,.1)}.cart-drawer__eyebrow{display:block;margin-bottom:7px;color:var(--faint, color-mix(in srgb, var(--brand, #111817) 42%, #fff));font-family:var(--font-label, Jost, Inter, sans-serif);font-size:9px;font-weight:400;letter-spacing:.22em;text-transform:uppercase}.cart-drawer__header h2{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-.035em;line-height:1}.cart-drawer__close{width:43px;height:43px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line, rgba(15, 24, 22, .13));border-radius:0;background:transparent;color:inherit;transition:background .18s ease,color .18s ease}.cart-drawer__close:hover{background:var(--brand, #111817);color:#fff}.cart-drawer__items{flex:1;min-height:0;margin:0;padding:8px 30px;overflow-y:auto;list-style:none;overscroll-behavior:contain}.cart-item{padding:22px 0;display:grid;grid-template-columns:98px minmax(0,1fr);gap:18px;border-bottom:1px solid rgba(15,24,22,.09)}.cart-item__image{aspect-ratio:.84;display:grid;overflow:hidden;place-items:center;background:var(--tint, color-mix(in srgb, var(--brand-soft, #eff7f4) 62%, white))}.cart-item__image img{width:100%;height:100%;padding:10px;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply}.cart-item__image>span{color:color-mix(in srgb,var(--brand, #111817) 18%,transparent);font-family:Cormorant Garamond,Georgia,serif;font-size:48px}.cart-item__content{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.cart-item__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cart-item__heading h3{margin:2px 0 0;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:-.005em}.cart-item__heading h3 a:hover{text-decoration:underline;text-underline-offset:3px}.cart-item__heading>button{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border:0;background:transparent;color:color-mix(in srgb,var(--brand, #111817) 42%,transparent)}.cart-item__heading>button:hover{color:#a23b36}.cart-item__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.cart-item__footer>strong{font-family:Cormorant Garamond,Georgia,serif;font-size:18px;font-weight:600;white-space:nowrap}.cart-item__quantity{height:34px;margin:0;padding:0;display:grid;grid-template-columns:32px 32px 32px;align-items:center;border:1px solid var(--line-strong, rgba(15, 24, 22, .2))}.cart-item__quantity button{height:32px;display:grid;place-items:center;border:0;background:transparent;color:inherit}.cart-item__quantity button:hover:not(:disabled){background:var(--brand-soft, #eff7f4)}.cart-item__quantity button:disabled{cursor:default;opacity:.35}.cart-item__quantity span{text-align:center;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:11px;font-weight:400;font-variant-numeric:tabular-nums}.cart-drawer__footer{position:sticky;bottom:0;z-index:2;flex:0 0 auto;padding:24px 30px 28px;border-top:1px solid var(--line, rgba(15, 24, 22, .1));background:color-mix(in srgb,var(--brand-soft, #eff7f4) 34%,white)}.cart-drawer__clear{margin:0 0 17px auto;padding:0;display:block;border:0;border-bottom:1px solid currentColor;background:transparent;color:color-mix(in srgb,var(--brand, #111817) 55%,transparent);font-family:var(--font-label, Jost, Inter, sans-serif);font-size:9px;font-weight:400;letter-spacing:.18em;text-transform:uppercase}.cart-drawer__summary{display:flex;align-items:baseline;justify-content:space-between;gap:20px}.cart-drawer__summary span{font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:400;letter-spacing:.2em;text-transform:uppercase}.cart-drawer__summary strong{font-family:Cormorant Garamond,Georgia,serif;font-size:30px;font-weight:600}.cart-drawer__footer>p{margin:8px 0 20px;color:color-mix(in srgb,var(--brand, #111817) 48%,transparent);font-size:10px;line-height:1.5}.cart-drawer__checkout,.cart-drawer__continue,.cart-drawer__empty>button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:12px;border:0;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.cart-drawer__checkout{background:var(--brand, #111817);color:#fff;transition:opacity .18s ease}.cart-drawer__checkout:hover:not(:disabled){opacity:.88}.cart-drawer__checkout:disabled{cursor:not-allowed;opacity:.46}.cart-drawer__continue{min-height:38px;margin-top:8px;background:transparent;color:inherit}.cart-drawer__empty{flex:1;padding:48px 36px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cart-drawer__empty>span{width:74px;height:74px;display:grid;place-items:center;border-radius:0;background:var(--tint, var(--brand-soft, #eff7f4));color:var(--brand, #111817)}.cart-drawer__empty h3{margin:25px 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:30px;font-weight:500}.cart-drawer__empty p{max-width:310px;margin:0 0 26px;color:color-mix(in srgb,var(--brand, #111817) 55%,transparent);font-size:12px;line-height:1.7}.cart-drawer__empty>button{width:auto;min-width:210px;padding:0 22px;background:var(--brand, #111817);color:#fff}.cart-drawer__status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.cart-drawer button:focus-visible,.cart-drawer a:focus-visible{outline:2px solid var(--accent, #5bc5ca);outline-offset:3px}@keyframes cart-overlay-in{0%{opacity:0}}@keyframes cart-drawer-in{0%{transform:translate(100%)}}@media(max-width:1050px){.cart-drawer__overlay{height:100dvh}.cart-item__quantity{height:44px;grid-template-columns:repeat(3,44px)}.cart-item__quantity button{height:44px}.cart-item__heading>button{width:44px;height:44px;margin:-8px -10px 0 0}.cart-drawer__clear{min-height:44px;display:inline-flex;align-items:center;margin-bottom:10px}}@media(max-width:560px){.cart-drawer{width:100%}.cart-drawer__header{min-height:84px;padding:18px 18px 16px}.cart-drawer__header h2{font-size:29px}.cart-drawer__items{padding-right:18px;padding-left:18px}.cart-item{padding:18px 0;grid-template-columns:78px minmax(0,1fr);gap:14px}.cart-item__heading h3{font-size:14px}.cart-drawer__footer{padding:14px 18px calc(16px + env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;-moz-column-gap:14px;column-gap:14px}.cart-drawer__summary{grid-area:1 / 1}.cart-drawer__clear{grid-area:1 / 2;margin:0;justify-self:end}.cart-drawer__footer>p,.cart-drawer__checkout,.cart-drawer__continue{grid-column:1 / -1}.cart-drawer__summary strong{font-size:26px}.cart-drawer__footer>p{margin:6px 0 14px;font-size:11px}.cart-drawer__checkout{min-height:54px}.cart-drawer__continue{min-height:44px}.cart-drawer__empty{padding:40px 24px}}@media(prefers-reduced-motion:reduce){.cart-drawer__overlay,.cart-drawer{animation:none}.cart-drawer__close,.cart-drawer__checkout{transition:none}}.hero-carousel{--hero-ink: var(--brand, #111817);--hero-soft: var(--brand-soft, #eff7f4);--hero-accent: var(--accent, #5bc5ca);--hero-height: clamp(440px, 58vh, 620px);position:relative;isolation:isolate;min-height:var(--hero-height);overflow:hidden;background:var(--hero-soft)}@media(min-width:761px){.hero-carousel{max-height:680px}}.hero-carousel__viewport{position:relative;min-height:var(--hero-height)}.hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:49% 51%;visibility:hidden;opacity:0;pointer-events:none;transform:translate(2.5%);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1),visibility 0s linear .85s}.hero-carousel__slide--active{position:relative;visibility:visible;opacity:1;pointer-events:auto;transform:translate(0);transition-delay:0s}.hero-carousel__copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(44px,4.4vw,78px) clamp(30px,6vw,96px);background:var(--tint, var(--hero-soft))}.hero-carousel__eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--faint, color-mix(in srgb, var(--hero-ink) 42%, #fff));font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:400;letter-spacing:.24em;text-transform:uppercase}.hero-carousel__eyebrow:before{width:28px;height:1px;background:var(--hero-accent);content:""}.hero-carousel h1{max-width:620px;margin:18px 0 16px;font-family:var(--font-display, "Cormorant Garamond", Georgia, serif);font-size:clamp(44px,3.6vw,68px);font-weight:500;letter-spacing:-.042em;line-height:.94;text-wrap:balance}.hero-carousel__copy>p{max-width:52ch;margin:0 0 30px;color:var(--muted, color-mix(in srgb, var(--hero-ink) 62%, #fff));font-size:15px;line-height:1.75}.hero-carousel__cta{display:inline-flex;align-items:center;gap:14px;padding:17px 28px;background:var(--hero-ink);color:#fff;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;transition:opacity .24s ease}.hero-carousel__cta:hover{opacity:.86}.hero-carousel__cta svg{transition:transform .26s cubic-bezier(.22,1,.36,1)}.hero-carousel__cta:hover svg{transform:translate(5px)}.hero-carousel__cta:focus-visible,.hero-carousel__controls button:focus-visible{outline:2px solid var(--hero-ink);outline-offset:4px}.hero-carousel__figure{position:relative;min-height:var(--hero-height);max-height:var(--hero-height);overflow:hidden;background:var(--hero-soft)}.hero-carousel__figure img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--hero-focus, 50% 30%);object-position:var(--hero-focus, 50% 30%);transform:scale(1.05);transition:transform 1.4s cubic-bezier(.22,1,.36,1)}.hero-carousel__slide--active .hero-carousel__figure img{transform:scale(1)}.hero-carousel__figure:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background:linear-gradient(to right,var(--tint, var(--hero-soft)) 0,rgb(255 255 255 / 0%) 10%)}.hero-carousel__art{position:relative;min-height:var(--hero-height);overflow:hidden;background:var(--hero-soft);border-left:1px solid rgb(255 255 255 / 55%)}.hero-carousel__art:before{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgb(255 255 255 / 26%) 1px,transparent 1px);background-size:100% 72px;content:"";-webkit-mask-image:linear-gradient(to bottom,transparent 4%,#000 60%);mask-image:linear-gradient(to bottom,transparent 4%,#000 60%)}.hero-carousel__orb{position:absolute;top:50%;left:50%;width:min(38vw,570px);aspect-ratio:1;border:1px solid rgb(255 255 255 / 85%);border-radius:50%;background:#ffffff75;transform:translate(-50%,-50%)}.hero-carousel__product-frame{position:absolute;z-index:2;display:grid;place-items:center;overflow:hidden;background:#fffffff7;box-shadow:0 20px 44px #26221c14;transition:transform .9s cubic-bezier(.22,1,.36,1)}.hero-carousel__product-frame img{width:100%;height:100%;padding:10%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 18px 16px rgb(35 30 20 / 10%));mix-blend-mode:multiply}.hero-carousel__product-frame--1{bottom:2%;left:19%;width:45%;height:77%;transform:rotate(-4deg) translateY(25px)}.hero-carousel__product-frame--2{top:17%;right:7%;width:40%;height:61%;transform:rotate(7deg) translateY(-18px)}.hero-carousel__slide--active .hero-carousel__product-frame--1{transform:rotate(-4deg) translateY(0)}.hero-carousel__slide--active .hero-carousel__product-frame--2{transform:rotate(7deg) translateY(0)}.hero-carousel__controls{position:absolute;z-index:5;right:clamp(24px,3vw,48px);bottom:26px;display:flex;align-items:center;gap:15px;padding:7px 9px;border:1px solid rgb(255 255 255 / 70%);border-radius:0;background:#ffffffd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-carousel__arrows{display:flex;gap:2px}.hero-carousel__controls button{display:grid;place-items:center;padding:0;border:0;background:transparent;color:var(--hero-ink)}.hero-carousel__arrows button{width:34px;height:34px;border-radius:0}.hero-carousel__arrows button:hover,.hero-carousel__pause:hover{background:var(--hero-soft)}.hero-carousel__dots{display:flex;gap:3px;align-items:center}.hero-carousel__dots button{width:24px;height:34px}.hero-carousel__dots span{display:block;width:5px;height:5px;border-radius:999px;background:color-mix(in srgb,var(--hero-ink) 25%,transparent);transition:width .25s ease,background-color .25s ease}.hero-carousel__dots button[aria-current=true] span{width:18px;background:var(--hero-ink)}.hero-carousel__pause{width:34px;height:34px;border-radius:0}.hero-carousel__progress{position:absolute;z-index:6;right:0;bottom:0;left:0;height:2px;background:var(--hero-ink);transform:scaleX(0);transform-origin:left;animation:hero-carousel-progress var(--hero-progress-duration) linear forwards}.hero-carousel__progress--paused{animation-play-state:paused}.hero-carousel__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes hero-carousel-progress{to{transform:scaleX(1)}}@media(min-width:1500px){.hero-carousel__slide{grid-template-columns:44% 56%}}@media(max-width:1050px){.hero-carousel{--hero-height: clamp(400px, 54vh, 520px)}.hero-carousel__arrows button,.hero-carousel__pause,.hero-carousel__dots button{width:44px;height:44px}.hero-carousel__slide{grid-template-columns:55% 45%}.hero-carousel__product-frame--1{left:8%;width:55%}.hero-carousel__product-frame--2{right:-4%;width:48%}}@media(max-width:760px){.hero-carousel{display:flex;flex-direction:column;min-height:auto}.hero-carousel__viewport{min-height:0}.hero-carousel__slide{grid-template-columns:1fr}.hero-carousel__copy{min-height:0;padding:34px 20px 36px}.hero-carousel h1{margin:14px 0;font-size:clamp(30px,9vw,40px);line-height:.98}.hero-carousel__copy>p{margin-bottom:22px;font-size:14px;line-height:1.6}.hero-carousel__cta{min-height:50px;padding:15px 24px}.hero-carousel__art{min-height:42vw;max-height:260px;border-top:1px solid rgb(255 255 255 / 55%);border-left:0}.hero-carousel__figure{min-height:42vw;max-height:260px;order:-1}.hero-carousel__figure:after{background:linear-gradient(to bottom,rgb(255 255 255 / 0%) 78%,var(--tint, var(--hero-soft)) 100%)}.hero-carousel__orb{width:82vw}.hero-carousel__product-frame--1{bottom:2%;left:12%;width:50%;height:78%}.hero-carousel__product-frame--2{top:13%;right:5%;width:43%;height:61%}.hero-carousel__controls{position:static;z-index:auto;flex:0 0 auto;justify-content:center;gap:4px;padding:5px 12px calc(5px + env(safe-area-inset-bottom));border:0;border-top:1px solid color-mix(in srgb,var(--hero-ink) 10%,transparent);background:var(--tint, var(--hero-soft));-webkit-backdrop-filter:none;backdrop-filter:none}.hero-carousel__arrows{gap:0}.hero-carousel__arrows button,.hero-carousel__pause{width:46px;height:46px}.hero-carousel__dots{gap:0;min-width:0}.hero-carousel__dots button{flex:0 1 44px;width:44px;min-width:32px;height:46px}}@media(max-width:560px){.hero-carousel__copy>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}}@media(max-width:400px){.hero-carousel__copy{padding:30px 16px 32px}.hero-carousel__controls{padding-inline:6px}}@media(prefers-reduced-motion:reduce){.hero-carousel__slide,.hero-carousel__product-frame,.hero-carousel__cta,.hero-carousel__dots span{scroll-behavior:auto;transition:none}.hero-carousel__figure img{transform:none;transition:none}.hero-carousel__progress{display:none;animation:none}}.product-carousel{--carousel-gap: clamp(12px, 1.3vw, 22px);--carousel-card-width: calc((100% - (4 * var(--carousel-gap))) / 5);--carousel-meta-height: 110px;padding:clamp(72px,9vw,132px) clamp(20px,6vw,90px);overflow:hidden;background:#fff}@media(min-width:761px){.product-carousel{width:var(--content-max, min(1560px, 92vw));margin-inline:auto;padding-inline:0}}@media(max-width:1320px){.product-carousel{--carousel-card-width: calc((100% - (3 * var(--carousel-gap))) / 4)}}.product-carousel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:clamp(34px,4vw,54px)}.product-carousel__eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--faint, color-mix(in srgb, var(--brand) 42%, #fff));font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:400;letter-spacing:.24em;text-transform:uppercase}.product-carousel__eyebrow:before{width:28px;height:1px;background:var(--accent);content:""}.product-carousel__header h2{max-width:720px;margin:12px 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(42px,4.4vw,66px);font-weight:500;letter-spacing:-.035em;line-height:.96}.product-carousel__header-actions,.product-carousel__controls,.product-carousel__all-link{display:flex;align-items:center}.product-carousel__header-actions{gap:clamp(18px,3vw,42px)}.product-carousel__all-link{gap:9px;padding:8px 0;border-bottom:1px solid currentColor;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.product-carousel__all-link svg{transition:transform .18s ease}.product-carousel__all-link:hover svg{transform:translate(3px)}.product-carousel__controls{gap:8px;min-width:0;margin:0;padding:0;border:0}.product-carousel__controls button{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line-strong, color-mix(in srgb, var(--brand) 22%, #fff));border-radius:0;background:#fff;color:var(--brand);transition:background .18s ease,color .18s ease,border-color .18s ease}.product-carousel__controls button:hover:not(:disabled){border-color:var(--brand);background:var(--brand);color:#fff}.product-carousel__controls button:disabled{cursor:default;opacity:.3}.product-carousel__track{position:relative;display:flex;gap:var(--carousel-gap);margin:0;padding:0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:0;scroll-snap-type:inline mandatory;list-style:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-carousel__track:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__item{min-width:0;flex:0 0 var(--carousel-card-width);scroll-snap-align:start;scroll-snap-stop:always}.product-carousel__card{position:relative;height:100%}.product-carousel__quick-add{position:absolute;right:14px;bottom:calc(var(--carousel-meta-height) + 14px);left:14px;min-height:44px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;background:var(--brand);color:#fff;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;opacity:0;transform:translateY(9px);transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1)}.product-carousel__card:hover .product-carousel__quick-add,.product-carousel__quick-add:focus-visible{opacity:1;transform:translateY(0)}.product-carousel__quick-add:disabled{cursor:not-allowed;opacity:.38}.product-carousel__image{position:relative;aspect-ratio:1;display:grid;overflow:hidden;place-items:center;background:var(--tint, #f5f4f1);isolation:isolate}.product-carousel__image:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;content:"";pointer-events:none;transition:border-color .26s ease}.product-carousel__image img{width:100%;height:100%;padding:clamp(14px,9%,32px);-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.product-carousel__card:hover .product-carousel__image img,.product-carousel__image:focus-visible img{transform:scale(1.055) translateY(-3px)}.product-carousel__card:hover .product-carousel__image:after{border-color:color-mix(in srgb,var(--brand) 16%,transparent)}.product-carousel__image:focus-visible,.product-carousel__meta a:focus-visible,.product-carousel__all-link:focus-visible,.product-carousel__controls button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.product-carousel__placeholder{color:color-mix(in srgb,var(--brand) 18%,transparent);font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(82px,10vw,150px);line-height:1}.product-carousel__badge,.product-carousel__availability{position:absolute;z-index:2;left:14px;padding:6px 10px;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.product-carousel__badge{top:0;left:0;background:var(--brand);color:#fff}.product-carousel__availability{right:0;bottom:0;left:0;padding:10px;border-top:1px solid var(--line-strong, color-mix(in srgb, var(--brand) 26%, #fff));background:#fffffff0;color:var(--muted, color-mix(in srgb, var(--brand) 62%, #fff));text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-carousel__card[data-unavailable] .product-carousel__image img{filter:grayscale(.6);opacity:.66}.product-carousel__card[data-unavailable]:hover .product-carousel__image img{transform:none}.product-carousel__meta{padding:15px 2px 0}.product-carousel__category{display:block;overflow:hidden;color:var(--faint, color-mix(in srgb, var(--brand) 42%, #fff));font-family:var(--font-label, Jost, Inter, sans-serif);font-size:9px;font-weight:400;letter-spacing:.2em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-carousel__meta h3{min-height:42px;margin:8px 0 10px;font-family:var(--font-display, "Cormorant Garamond", Georgia, serif);font-size:17px;font-weight:500;line-height:1.25;letter-spacing:-.015em}.product-carousel__meta h3 a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .22s ease}.product-carousel__meta h3 a:hover{background-size:100% 1px}.product-carousel__price-row{display:flex;align-items:baseline;gap:9px}.product-carousel__price-row strong{font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:600}.product-carousel__price-row del{color:color-mix(in srgb,var(--brand) 42%,transparent);font-size:11px}.product-carousel__status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}@media(max-width:1050px){.product-carousel{--carousel-card-width: calc((100% - (2 * var(--carousel-gap))) / 3)}}@media(max-width:760px){.product-carousel{--carousel-card-width: min(76vw, 310px);padding-block:56px;padding-right:0}.product-carousel__header{padding-right:20px;flex-wrap:wrap;align-items:flex-start;gap:18px}.product-carousel__header>div:first-child{flex:1 1 100%}.product-carousel__header-actions{flex:1 1 100%;justify-content:space-between;gap:12px}.product-carousel__all-link{min-height:44px;padding:0}.product-carousel__controls button{width:44px;height:44px}.product-carousel__track{padding-right:20px}.product-carousel__quick-add{position:static;width:100%;margin-top:14px;padding:0 8px;letter-spacing:.12em;opacity:1;transform:none}.product-carousel__availability{padding:9px 6px;letter-spacing:.1em}}@media(max-width:430px){.product-carousel{padding-block:48px}.product-carousel__header h2{font-size:34px}.product-carousel__all-link{font-size:10px;letter-spacing:.1em}.product-carousel__meta h3{font-size:16px;min-height:44px}.product-carousel__category{font-size:10px;letter-spacing:.14em}.product-carousel__quick-add{font-size:8.5px;letter-spacing:.08em;gap:7px}}@media(prefers-reduced-motion:reduce){.product-carousel__image img,.product-carousel__all-link svg,.product-carousel__controls button{transition:none}}.product-extras{--extras-gap: clamp(12px, 1.2vw, 20px);--extras-card: clamp(156px, 14vw, 208px);--extras-frame: clamp(190px, 16vw, 248px);--extras-ease: cubic-bezier(.22, 1, .36, 1);width:var(--content-max, min(1560px, 92vw));margin-inline:auto;padding-block:clamp(44px,5vw,78px);border-top:1px solid var(--line, color-mix(in srgb, #111817 13%, #fff));background:#fff}.product-page>.product-extras{grid-column:1 / -1}.product-extras__header{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(20px,3vw,48px);margin-bottom:clamp(24px,2.6vw,40px)}.product-extras__eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--faint, color-mix(in srgb, #111817 42%, #fff));font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:400;letter-spacing:.24em;text-transform:uppercase}.product-extras__eyebrow:before{width:24px;height:1px;background:var(--accent, #5bc5ca);content:""}.product-extras__header h2{max-width:640px;margin:10px 0 0;font-family:var(--font-display, "Cormorant Garamond", Georgia, serif);font-size:clamp(30px,2.9vw,44px);font-weight:500;letter-spacing:-.03em;line-height:1}.product-extras__lead{max-width:46ch;margin:12px 0 0;color:var(--muted, color-mix(in srgb, #111817 62%, #fff));font-family:var(--font-body, Inter, sans-serif);font-size:13px;line-height:1.65}.product-extras__header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:clamp(14px,2vw,30px)}.product-extras__controls{display:flex;gap:8px}.product-extras__controls button{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line-strong, color-mix(in srgb, #111817 26%, #fff));border-radius:0;background:#fff;color:var(--ink, #111817);transition:background .24s ease,color .24s ease,border-color .24s ease}.product-extras__controls button:hover:not(:disabled){border-color:var(--ink, #111817);background:var(--ink, #111817);color:#fff}.product-extras__controls button:disabled{cursor:default;opacity:.28}.product-extras__track{display:flex;gap:var(--extras-gap);margin:0;padding:0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;list-style:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-extras__track::-webkit-scrollbar{display:none}.product-extras__track:focus-visible{outline:2px solid var(--accent, #5bc5ca);outline-offset:6px}.product-extras__item{min-width:0;flex:0 0 var(--extras-card);scroll-snap-align:start;scroll-snap-stop:always}.product-extras__card{height:100%;display:flex;flex-direction:column}.product-extras__thumb{position:relative;aspect-ratio:1;display:grid;overflow:hidden;place-items:center;background:var(--tint, #f4f7f5)}.product-extras__thumb img{width:100%;height:100%;padding:clamp(10px,8%,24px);-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;transition:transform .24s var(--extras-ease)}.product-extras__card:hover .product-extras__thumb img{transform:scale(1.035)}.product-extras__placeholder{color:var(--faint, color-mix(in srgb, #111817 42%, #fff));font-family:var(--font-display, "Cormorant Garamond", Georgia, serif);font-size:44px;line-height:1}.product-extras__meta{display:flex;flex:1;flex-direction:column;gap:6px;padding:14px 0 0}.product-extras__category{color:var(--faint, color-mix(in srgb, #111817 42%, #fff));font-family:var(--font-label, Jost, Inter, sans-serif);font-size:9px;letter-spacing:.2em;text-transform:uppercase}.product-extras__meta h3{margin:0;font-family:var(--font-display, "Cormorant Garamond", Georgia, serif);font-size:19px;font-weight:500;letter-spacing:-.01em;line-height:1.2}.product-extras__meta h3 a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .24s var(--extras-ease)}.product-extras__card:hover .product-extras__meta h3 a,.product-extras__meta h3 a:focus-visible{background-size:100% 1px}.product-extras__price{margin:auto 0 0;padding-top:8px;display:flex;align-items:baseline;gap:8px;font-family:var(--font-body, Inter, sans-serif);font-size:13px}.product-extras__price strong{font-weight:500}.product-extras__price del{color:var(--faint, color-mix(in srgb, #111817 42%, #fff));font-size:11px}.product-extras--social{background:var(--tint, #f4f7f5);box-shadow:-100vw 0 0 var(--tint, #f4f7f5),100vw 0 0 var(--tint, #f4f7f5);padding-inline:0}.product-extras__profiles{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.product-extras__profiles a{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--line-strong, color-mix(in srgb, #111817 26%, #fff));background:#fff;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;letter-spacing:.16em;text-transform:uppercase;transition:background .24s ease,color .24s ease,border-color .24s ease}.product-extras__profiles a:hover{border-color:var(--ink, #111817);background:var(--ink, #111817);color:#fff}.product-extras__frame{min-width:0;flex:0 0 var(--extras-frame);scroll-snap-align:start;scroll-snap-stop:always}.product-extras__frame img{width:100%;aspect-ratio:4 / 5;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 40%;object-position:50% 40%;filter:saturate(.94);transition:transform .24s var(--extras-ease),filter .24s ease}.product-extras__frame:hover img{filter:saturate(1);transform:scale(1.015)}.product-extras--recent .product-extras__header h2{font-size:clamp(26px,2.3vw,36px)}@media(max-width:900px){.product-extras{--extras-card: calc((100% - var(--extras-gap) * 3) / 3.35);--extras-frame: calc((100% - var(--extras-gap) * 3) / 3.1);width:auto;margin-inline:var(--gutter, 18px)}.product-extras__header{flex-direction:column;align-items:flex-start;gap:20px}.product-extras__header-actions{justify-content:flex-start}}@media(max-width:560px){.product-extras{--extras-card: max(132px, calc((100% - var(--extras-gap) * 2) / 2.2));--extras-frame: max(150px, calc((100% - var(--extras-gap) * 2) / 1.75))}.product-extras__header{gap:16px;margin-bottom:20px}.product-extras__header h2{font-size:clamp(26px,8vw,34px)}.product-extras--recent .product-extras__header h2{font-size:clamp(24px,7.2vw,30px)}.product-extras__lead{max-width:none}.product-extras__meta h3{font-size:17px}.product-extras__track{padding-inline-end:6px}}@media(hover:none)and (pointer:coarse){.product-extras__controls{display:none}}@media(prefers-reduced-motion:reduce){.product-extras__thumb img,.product-extras__frame img,.product-extras__meta h3 a{transition:none}.product-extras__card:hover .product-extras__thumb img,.product-extras__frame:hover img{transform:none}}.product-specs{--specs-line: var(--line, color-mix(in srgb, #111817 13%, #fff));--specs-ink: var(--ink, #111817);--specs-muted: var(--muted, color-mix(in srgb, #111817 62%, #fff));--specs-accent: var(--accent, #5bc5ca);--specs-display: var(--font-display, "Cormorant Garamond", Georgia, serif);--specs-label: var(--font-label, Jost, Inter, ui-sans-serif, sans-serif);--specs-min-column: 260px;margin-top:clamp(30px,4vw,52px);border-top:1px solid var(--specs-line);padding-top:clamp(22px,2.6vw,34px);color:var(--specs-ink)}.product-specs__title{display:flex;align-items:center;gap:12px;margin:0 0 clamp(18px,2vw,26px);color:var(--specs-muted);font-family:var(--specs-label);font-size:10px;font-weight:400;letter-spacing:.24em;text-transform:uppercase}.product-specs__title:before{width:28px;height:1px;flex:none;background:var(--specs-accent);content:""}.product-specs__group+.product-specs__group{margin-top:clamp(22px,2.4vw,34px)}.product-specs__group-label{margin:0 0 12px;color:var(--specs-ink);font-family:var(--specs-display);font-size:clamp(20px,1.6vw,26px);font-weight:500;letter-spacing:-.01em;line-height:1.1}.product-specs__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--specs-min-column),100%),1fr));-moz-column-gap:clamp(28px,3vw,72px);column-gap:clamp(28px,3vw,72px);margin:0}.product-specs--single .product-specs__list{grid-template-columns:1fr}.product-specs__row{display:grid;grid-template-columns:minmax(96px,.8fr) minmax(0,1.2fr);align-items:baseline;gap:8px 18px;border-bottom:1px solid var(--specs-line);padding:11px 0;border-radius:0}.product-specs__row:last-child{border-bottom:0}.product-specs__name{margin:0;color:var(--specs-muted);font-family:var(--specs-label);font-size:10px;font-weight:400;letter-spacing:.16em;line-height:1.5;text-transform:uppercase}.product-specs__value{margin:0;color:var(--specs-ink);font-family:var(--specs-display);font-size:clamp(17px,1.15vw,20px);font-weight:500;letter-spacing:-.005em;line-height:1.35;text-wrap:pretty}@media(max-width:560px),(min-width:761px)and (max-width:900px){.product-specs__row{grid-template-columns:1fr;gap:4px;padding:12px 0}.product-specs__value{font-size:18px}}.search-drawer__overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#080e0d8c;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:search-overlay-in .24s ease both}.search-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:default}.search-drawer{--search-ink: var(--brand, #111817);--search-soft: var(--brand-soft, #eff7f4);--search-accent: var(--accent, #5bc5ca);width:min(760px,92vw);position:relative;min-height:100%;display:flex;flex-direction:column;overflow-y:auto;background:radial-gradient(circle at 90% 10%,color-mix(in srgb,var(--search-accent) 14%,transparent),transparent 30%),#fff;color:var(--search-ink);box-shadow:-24px 0 80px #030c0a33;animation:search-drawer-in .46s cubic-bezier(.22,1,.36,1) both}.search-drawer__topline{min-height:84px;padding:0 clamp(24px,5vw,60px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(17 24 23 / 10%)}.search-drawer__topline>span{font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:400;letter-spacing:.24em;text-transform:uppercase}.search-drawer__close{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgb(17 24 23 / 14%);border-radius:0;background:#fff;color:inherit;transition:color .18s ease,background-color .18s ease,transform .18s ease}.search-drawer__close:hover{background:var(--search-ink);color:#fff}.search-drawer__content{width:100%;max-width:640px;margin:0 auto;padding:clamp(54px,8vh,90px) clamp(24px,6vw,60px) 56px}.search-drawer__heading{max-width:590px}.search-drawer__eyebrow{display:inline-flex;align-items:center;gap:10px;color:color-mix(in srgb,var(--search-ink) 65%,transparent);font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:400;letter-spacing:.24em;text-transform:uppercase}.search-drawer__eyebrow:before{width:26px;height:1px;background:var(--search-accent);content:""}.search-drawer__heading h2{margin:18px 0 16px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(45px,5.2vw,66px);font-weight:500;letter-spacing:-.045em;line-height:.94;text-wrap:balance}.search-drawer__heading p{max-width:490px;margin:0;color:color-mix(in srgb,var(--search-ink) 62%,transparent);font-size:14px;line-height:1.7}.search-drawer__form{min-height:68px;margin-top:40px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;border-bottom:2px solid var(--search-ink)}.search-drawer__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-drawer__form input{min-width:0;height:66px;padding:0;border:0;outline:0;background:transparent;color:inherit;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(22px,2.6vw,30px)}.search-drawer__form input::-moz-placeholder{color:color-mix(in srgb,var(--search-ink) 35%,transparent);opacity:1}.search-drawer__form input::placeholder{color:color-mix(in srgb,var(--search-ink) 35%,transparent);opacity:1}.search-drawer__form input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-drawer__form button{min-height:42px;padding:0 17px;display:inline-flex;align-items:center;gap:9px;border:0;background:var(--search-ink);color:#fff;font-family:var(--font-label, Jost, Inter, sans-serif);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.search-drawer__popular{margin-top:52px}.search-drawer__popular>span{display:block;margin-bottom:14px;color:color-mix(in srgb,var(--search-ink) 52%,transparent);font-family:var(--font-label, Jost, Inter, sans-serif);font-size:9px;font-weight:400;letter-spacing:.22em;text-transform:uppercase}.search-drawer__popular nav{border-top:1px solid rgb(17 24 23 / 11%)}.search-drawer__popular a{min-height:51px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid rgb(17 24 23 / 11%);transition:padding .18s ease,background-color .18s ease}.search-drawer__popular a:hover{padding-inline:10px;background:var(--search-soft)}.search-drawer__popular small{color:color-mix(in srgb,var(--search-ink) 36%,transparent);font-size:9px}.search-drawer__popular a>span{font-size:14px;font-weight:450;letter-spacing:-.005em}.search-drawer__footer{margin-top:auto;padding:24px clamp(24px,5vw,60px);display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--search-soft);color:color-mix(in srgb,var(--search-ink) 70%,transparent);font-size:11px}.search-drawer__footer a{display:inline-flex;align-items:center;gap:8px;color:var(--search-ink);font-weight:700}.search-drawer a:focus-visible,.search-drawer button:focus-visible,.search-drawer input:focus-visible{outline:2px solid var(--search-accent);outline-offset:4px}@keyframes search-overlay-in{0%{opacity:0}}@keyframes search-drawer-in{0%{transform:translate(100%)}}@media(max-width:1050px){.search-drawer__overlay{height:100dvh}.search-drawer__close{width:44px;height:44px}.search-drawer__form button,.search-drawer__footer a{min-height:44px}}@media(max-width:620px){.search-drawer__overlay{background:#fff}.search-drawer{width:100%;box-shadow:none}.search-drawer__topline{min-height:68px;padding:0 18px}.search-drawer__content{padding:36px 18px 40px}.search-drawer__heading h2{font-size:clamp(34px,10vw,46px)}.search-drawer__heading p{font-size:14px}.search-drawer__form{min-height:60px;margin-top:30px;grid-template-columns:auto 1fr 48px;gap:11px}.search-drawer__form input{height:58px;font-size:20px}.search-drawer__form button{width:48px;min-height:48px;padding:0;justify-content:center}.search-drawer__form button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.search-drawer__popular{margin-top:38px}.search-drawer__popular a>span{font-size:15px}.search-drawer__footer{align-items:flex-start;flex-direction:column;gap:6px;padding:18px calc(18px + env(safe-area-inset-left)) calc(20px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.search-drawer__overlay,.search-drawer,.search-drawer__close,.search-drawer__popular a{animation:none;transition:none}}
