*,*:before,*:after{box-sizing:border-box}:root{--line:rgba(27,28,26,.12);--line-strong:rgba(27,28,26,.2);--soft:#f7f7f2;--header-h:68px}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.55;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.drawer-open{overflow:hidden}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}::selection{background:var(--accent);color:var(--ink)}.skip-link{position:absolute;left:-9999px;top:8px;z-index:999;background:#fff;padding:10px 14px;border:1px solid var(--ink)}.skip-link:focus{left:8px}.page-width{width:min(calc(100% - 48px),var(--page-width));margin-inline:auto}.main-content{min-height:55vh;overflow:hidden}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-offset:3px}h1,h2,h3,.h1,.h2,.h3{margin:0;font-weight:500;line-height:1;letter-spacing:-.035em}h1,.h1{font-size:clamp(44px,6vw,84px)}h2,.h2{font-size:clamp(36px,4.4vw,62px)}h3,.h3{font-size:clamp(22px,2.4vw,32px)}.eyebrow,.lq3-kicker{margin:0 0 14px;font-size:10px;line-height:1.2;letter-spacing:.17em;text-transform:uppercase;font-weight:600}.button,.add-button{-webkit-appearance:none;appearance:none;border:1px solid var(--ink);background:var(--ink);color:#fff;min-height:52px;padding:0 22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:500;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}.button:hover,.add-button:hover{background:var(--accent);border-color:var(--accent);color:var(--ink);transform:translateY(-1px)}.button--outline{background:transparent;color:var(--ink)}.button--outline:hover{background:var(--ink);border-color:var(--ink);color:#fff}.text-link,.lq3-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .2s ease}.text-link:hover,.lq3-link:hover{opacity:.55}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.icon-button{width:38px;height:38px;border:0;background:transparent;border-radius:8px;display:grid;place-items:center;padding:0;transition:background .2s ease}.icon-button:hover{background:#0000000b}[data-reveal]{opacity:0;transform:translateY(14px);filter:blur(4px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1),filter .65s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay,0ms)}[data-reveal].is-visible,.no-js [data-reveal]{opacity:1;transform:none;filter:none}.announcement{height:28px;display:flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;padding:0 16px;text-align:center;font-size:9px;line-height:1;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;overflow:hidden}.site-header{position:sticky;top:0;z-index:60;background:#ffffffeb;border-bottom:1px solid var(--line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.header-inner{height:var(--header-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.header-nav{display:flex;align-items:center;gap:26px;font-size:12px}.header-nav a{position:relative;padding:5px 0}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:currentColor;transition:right .22s ease}.header-nav a:hover:after{right:0}.header-logo{display:flex;align-items:center;justify-content:center}.header-logo img{width:auto;max-width:min(var(--logo-w,165px),38vw);max-height:30px;height:auto}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:2px}.mobile-toggle{display:none;justify-self:start}.cart-link{position:relative}.cart-count{position:absolute;right:0;top:0;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;background:var(--accent);border-radius:999px;font-size:8px;font-weight:600}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden;transition:visibility .35s ease}.mobile-drawer.is-open{pointer-events:auto;visibility:visible}.mobile-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#14141242;opacity:0;transition:opacity .35s ease}.mobile-drawer.is-open .mobile-drawer__backdrop{opacity:1}.mobile-drawer__panel{position:absolute;inset:0 0 0 auto;width:min(90vw,420px);height:100%;background:#fff;transform:translate(100%);transition:transform .42s cubic-bezier(.22,.72,.18,1);padding:18px 20px 22px;display:flex;flex-direction:column;box-shadow:-30px 0 80px #0000000f}.mobile-drawer.is-open .mobile-drawer__panel{transform:none}.mobile-drawer__head{height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.mobile-drawer__head img{width:118px;height:auto}.mobile-drawer__nav{display:flex;flex-direction:column;padding:20px 0}.mobile-drawer__nav a{padding:14px 0;border-bottom:1px solid var(--line);font-size:27px;line-height:1.05;letter-spacing:-.03em;font-weight:400}.mobile-drawer__meta{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#1b1c1a80}.lq3-hero{background:#fff;border-bottom:1px solid var(--line)}.lq3-hero__grid{display:grid;grid-template-columns:.88fr 1.12fr;min-height:clamp(620px,78svh,820px)}.lq3-hero__copy{background:var(--cream);padding:clamp(68px,7vw,110px) clamp(32px,6vw,96px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.lq3-hero__copy h1{font-size:clamp(54px,5.8vw,86px);line-height:.96;letter-spacing:-.047em;font-weight:500;max-width:8.5ch}.lq3-hero__lead{max-width:510px;margin:26px 0 30px;font-size:clamp(15px,1.25vw,18px);line-height:1.6;color:#1b1c1a9e}.lq3-hero__actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.lq3-btn{min-height:50px;padding:0 22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:500;transition:transform .22s ease,background .22s ease,color .22s ease}.lq3-btn:hover{transform:translateY(-1px)}.lq3-btn--dark{background:var(--ink);color:#fff}.lq3-btn--dark:hover{background:#111}.lq3-hero__meta{width:100%;margin-top:auto;padding-top:42px;display:flex;gap:24px;flex-wrap:wrap;font-size:9px;line-height:1.3;letter-spacing:.12em;text-transform:uppercase;color:#1b1c1a7a}.lq3-hero__visual{position:relative;overflow:hidden;isolation:isolate;background:var(--accent);min-height:580px}.lq3-hero__circle{position:absolute;border-radius:50%;z-index:-1}.lq3-hero__circle--a{width:58%;aspect-ratio:1;left:-18%;top:-13%;background:#ffffff85}.lq3-hero__circle--b{width:67%;aspect-ratio:1;right:-24%;bottom:-20%;background:#f1f0e8b8}.lq3-hero__circle--c{width:25%;aspect-ratio:1;right:8%;top:9%;border:1px solid rgba(27,28,26,.22)}.lq3-hero__product{position:absolute;object-fit:contain;filter:drop-shadow(0 26px 24px rgba(28,28,24,.13));will-change:transform;animation:lq3Float 7s ease-in-out infinite}.lq3-hero__product--one{height:83%;width:auto;left:21%;bottom:-4%;transform:rotate(-2.2deg)}.lq3-hero__product--two{height:66%;width:auto;right:10%;bottom:7%;transform:rotate(3deg);animation-delay:-2.4s}@keyframes lq3Float{0%,to{translate:0 0}50%{translate:0 -7px}}.lq3-hero__badge{position:absolute;right:6%;top:7%;width:84px;height:84px;border:1px solid rgba(27,28,26,.32);border-radius:50%;display:grid;place-items:center;text-align:center;font-size:7px;line-height:1.4;text-transform:uppercase;letter-spacing:.16em}.lq3-hero__caption{position:absolute;left:20px;bottom:16px;font-size:8px;letter-spacing:.14em;text-transform:uppercase}.lq3-products{padding:clamp(68px,7vw,104px) 0;background:#fff}.lq3-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px}.lq3-section-head h2{font-size:clamp(34px,3.8vw,54px);line-height:1;letter-spacing:-.035em;font-weight:500}.lq3-products__rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.lq3-card{min-width:0}.lq3-card__link{display:block}.lq3-card__media{position:relative;aspect-ratio:4/5;background:var(--soft);border:1px solid rgba(27,28,26,.05);border-radius:10px;overflow:hidden}.lq3-card__image{width:100%;height:100%;object-fit:contain;padding:7%;transition:transform .45s cubic-bezier(.2,.75,.2,1)}.lq3-card__image--asset{padding:8%}.lq3-card:hover .lq3-card__image{transform:scale(1.025)}.lq3-card__plus{position:absolute;right:10px;bottom:10px;width:30px;height:30px;border:1px solid rgba(27,28,26,.18);border-radius:8px;display:grid;place-items:center;background:#ffffffe6;color:var(--ink);box-shadow:0 3px 12px #1b1c1a0d;transition:background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.lq3-card__plus svg{width:13px;height:13px;display:block;transition:transform .22s ease}.lq3-card:hover .lq3-card__plus{background:var(--accent);border-color:#1b1c1a38;transform:translateY(-2px);box-shadow:0 7px 18px #1b1c1a17}.lq3-card:hover .lq3-card__plus svg{transform:translate(1px,-1px)}.lq3-card__info{display:flex;justify-content:space-between;gap:12px;padding:12px 1px 0}.lq3-card__info p{margin:0 0 4px;font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:#1b1c1a7a}.lq3-card__info h3{margin:0;font-size:14px;line-height:1.25;letter-spacing:-.015em;font-weight:500}.lq3-card__info>span{padding-top:14px;font-size:12px;line-height:1.2;color:#1b1c1a8c;white-space:nowrap}.lq3-quiet{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.lq3-quiet__inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(44px,7vw,110px);padding-top:clamp(72px,8vw,116px);padding-bottom:clamp(72px,8vw,116px);align-items:end}.lq3-quiet__mark{display:none}.lq3-quiet__copy h2{font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.04em;font-weight:500;max-width:9ch}.lq3-quiet__copy>p:last-child{max-width:540px;margin:24px 0 0;font-size:16px;line-height:1.65;color:#1b1c1a99}.lq3-quiet__points{border-top:1px solid var(--line-strong)}.lq3-quiet__points>div{display:grid;grid-template-columns:38px 140px 1fr;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid var(--line-strong)}.lq3-quiet__points span{padding-top:1px;font-size:9px;letter-spacing:.12em;color:#1b1c1a66}.lq3-quiet__points strong{font-size:13px;font-weight:500}.lq3-quiet__points p{margin:0;font-size:12px;line-height:1.5;color:#1b1c1a8a}.lq4-product{background:#fff;padding:32px 0 clamp(78px,8vw,124px)}.lq4-product__back{display:inline-flex;margin-bottom:24px;font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#1b1c1a80;transition:color .2s ease}.lq4-product__back:hover{color:var(--ink)}.lq4-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(38px,6vw,86px);align-items:start}.lq4-product__gallery{min-width:0;position:sticky;top:calc(var(--header-h) + 24px)}.lq4-product__stage{position:relative;aspect-ratio:1.03;background:var(--cream);border:1px solid rgba(27,28,26,.05);border-radius:12px;overflow:hidden;isolation:isolate}.lq4-product__stage:before{content:"";position:absolute;width:62%;aspect-ratio:1;border-radius:50%;left:-20%;top:-17%;background:#e0f89b94;z-index:-1}.lq4-product__stage:after{content:"";position:absolute;width:56%;aspect-ratio:1;border-radius:50%;right:-20%;bottom:-22%;background:#fffc;z-index:-1}.lq4-product__image{position:absolute;top:5%;right:9%;bottom:4%;left:9%;width:82%;height:91%;object-fit:contain!important;filter:drop-shadow(0 24px 22px rgba(0,0,0,.105));transition:opacity .22s ease,transform .38s ease}.lq4-product__stage.is-switching .lq4-product__image{opacity:.4;transform:scale(.992)}.lq4-product__stage-note{position:absolute;left:16px;bottom:14px;font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:#1b1c1a8c}.lq4-product__thumbs{display:flex;gap:8px;margin-top:8px;overflow-x:auto;scrollbar-width:none}.lq4-product__thumbs::-webkit-scrollbar{display:none}.lq4-product__thumbs .product-thumb{flex:0 0 68px;width:68px;height:68px;padding:0;border:1px solid transparent;border-radius:8px;background:var(--soft);overflow:hidden}.lq4-product__thumbs .product-thumb.is-active{border-color:#1b1c1acc}.lq4-product__thumbs .product-thumb img{width:100%;height:100%;object-fit:cover}.lq4-product__info{padding-top:14px}.lq4-product__info h1{font-size:clamp(48px,4.8vw,72px);line-height:.98;letter-spacing:-.04em;font-weight:500;max-width:9ch}.lq4-product__price{margin:18px 0 22px;font-size:18px;font-weight:400}.lq4-product__description{padding-top:22px;border-top:1px solid var(--line);max-width:580px;font-size:15px;line-height:1.7;color:#1b1c1a9e}.lq4-product__meta{display:flex;flex-wrap:wrap;gap:0;margin:20px 0 26px;color:#1b1c1a8c;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.lq4-product__meta span{display:flex;align-items:center}.lq4-product__meta span+span:before{content:"\b7";margin:0 9px;color:#1b1c1a59}.lq4-product__form{margin:0 0 28px}.field-label{display:block;margin:0 0 7px;font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#1b1c1a94}.select{width:100%;height:50px;border:1px solid var(--line-strong);background:#fff;border-radius:8px;padding:0 14px;outline:none;margin-bottom:10px}.lq4-product__buy{display:grid;grid-template-columns:112px 1fr;gap:9px}.lq4-qty{height:54px;border:1px solid var(--line-strong);border-radius:8px;display:grid;grid-template-columns:34px 1fr 34px;background:#fff;overflow:hidden}.lq4-qty button{border:0;background:transparent;font-size:18px;line-height:1;color:#1b1c1abf}.lq4-qty button:hover{background:var(--soft)}.lq4-qty input{width:100%;min-width:0;border:0;outline:0;text-align:center;background:transparent;-moz-appearance:textfield}.lq4-qty input::-webkit-outer-spin-button,.lq4-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lq4-product__buy .add-button{min-height:54px;border-radius:8px}.lq4-product__note{margin:11px 0 0;font-size:11px;color:#1b1c1a7a}.lq4-accordion{margin-top:24px;border-top:1px solid var(--line)}.lq4-accordion details{border-bottom:1px solid var(--line)}.lq4-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;cursor:pointer;font-size:13px;font-weight:500}.lq4-accordion summary::-webkit-details-marker{display:none}.lq4-accordion summary i{font-style:normal;font-size:18px;font-weight:300;line-height:1;transition:transform .25s ease}.lq4-accordion details[open] summary i{transform:rotate(45deg)}.lq4-accordion__content{padding:0 0 20px;max-width:560px;font-size:13px;line-height:1.7;color:#1b1c1a99;animation:lq4Details .25s ease both}.lq4-accordion__content span{display:block;margin-bottom:4px}@keyframes lq4Details{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.collection-hero{padding:clamp(54px,7vw,92px) 0 34px;background:var(--cream);border-bottom:1px solid var(--line)}.collection-hero__top{display:flex;justify-content:space-between;align-items:flex-end;gap:36px}.collection-hero__top h1{font-size:clamp(48px,6vw,80px)}.collection-hero__top .rte{max-width:540px;color:#1b1c1a94}.collection-grid,.search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:34px 0 90px}.product-card__media{position:relative;aspect-ratio:4/5;background:var(--soft);border:1px solid rgba(27,28,26,.05);border-radius:10px;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:6%;transition:transform .42s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{position:absolute;left:9px;top:9px;padding:6px 8px;background:var(--ink);color:#fff;border-radius:5px;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.product-card__info{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:11px 1px 0}.product-card__title{font-size:14px;font-weight:500}.product-card__price{font-size:12px;color:#1b1c1a8f;white-space:nowrap}.pagination{text-align:center;padding:0 0 80px}.pagination a,.pagination span{padding:8px}.page-main{padding:clamp(58px,8vw,110px) 0}.page-main__inner{max-width:900px}.page-main__inner h1{margin-bottom:34px}.page-main__inner .rte{font-size:16px;line-height:1.75;color:#1b1c1aa8}.search-form{display:flex;gap:8px;max-width:620px;margin:30px 0 22px}.search-form input{flex:1;min-width:0;height:52px;border:1px solid var(--line-strong);border-radius:8px;padding:0 14px;background:#fff}.search-form .button{border-radius:8px}.empty-state{max-width:650px;padding:80px 0}.empty-state h2{margin-bottom:14px}.empty-state p{color:#1b1c1a99;margin-bottom:24px}.cart-page{padding:clamp(48px,7vw,90px) 0 100px}.cart-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:38px}.cart-head h1{font-size:clamp(56px,7vw,90px)}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) 90px 100px 70px;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item__image{width:96px;height:116px;border-radius:8px;background:var(--soft);overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item__title{font-size:16px;font-weight:500}.cart-item__variant{margin-top:4px;font-size:12px;color:#1b1c1a80}.cart-item__quantity input{width:72px;height:42px;border:1px solid var(--line-strong);border-radius:8px;text-align:center;background:#fff}.cart-item__price{font-size:13px}.cart-summary{max-width:420px;margin:28px 0 0 auto}.cart-summary__row{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line);margin-bottom:14px}.cart-summary .button{width:100%}.lq3-footer{background:#fff;border-top:1px solid var(--line);padding:44px 0 20px}.lq3-footer__main{display:grid;grid-template-columns:1.15fr 1fr;gap:56px;align-items:start}.lq3-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.lq3-footer__brand img{width:148px;height:auto}.lq3-footer__brand span{font-size:12px;color:#1b1c1a80}.lq3-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.lq3-footer__nav>div{display:flex;flex-direction:column;gap:7px}.lq3-footer__nav p{margin:0 0 5px;font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:#1b1c1a6b}.lq3-footer__nav a,.lq3-footer__nav span{font-size:12px}.lq3-footer__nav a:hover{opacity:.55}.lq3-footer__bottom{margin-top:38px;padding-top:16px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:#1b1c1a6b}@media(max-width:1180px){.lq3-products__rail,.collection-grid,.search-grid{grid-template-columns:repeat(3,1fr)}.lq4-product__grid{gap:42px}.lq3-hero__product--one{left:16%}.lq3-hero__product--two{right:7%}}@media(max-width:989px){:root{--header-h:62px}.page-width{width:min(calc(100% - 32px),var(--page-width))}.header-nav{display:none}.mobile-toggle{display:grid}.search-action{display:none}.header-inner{height:var(--header-h)}.lq3-hero__grid{grid-template-columns:1fr;min-height:0}.lq3-hero__copy{min-height:430px;padding:58px 28px 34px}.lq3-hero__copy h1{font-size:clamp(52px,10vw,76px);max-width:8.5ch}.lq3-hero__meta{margin-top:42px}.lq3-hero__visual{min-height:570px}.lq3-hero__product--one{height:79%;left:20%}.lq3-hero__product--two{height:62%;right:10%}.lq3-quiet__inner{grid-template-columns:1fr;gap:42px}.lq3-quiet__points{max-width:760px}.lq4-product__grid{grid-template-columns:1fr;gap:30px}.lq4-product__gallery{position:static}.lq4-product__stage{aspect-ratio:1.12}.lq4-product__info{padding-top:2px}.lq4-product__info h1{max-width:none}.lq3-footer__main{grid-template-columns:1fr;gap:34px}}@media(max-width:749px){:root{--header-h:56px}body{font-size:14px}.page-width{width:min(calc(100% - 28px),var(--page-width))}.announcement{height:24px;font-size:7px;letter-spacing:.13em;padding:0 10px}.header-inner{gap:8px}.header-logo img{max-height:23px;max-width:116px}.icon-button{width:36px;height:36px}.header-actions{gap:0}.mobile-drawer__panel{width:100%;padding:14px 16px 20px}.mobile-drawer__head img{width:108px}.mobile-drawer__nav{padding-top:16px}.mobile-drawer__nav a{font-size:25px;padding:13px 0}.lq3-hero__copy{min-height:0;padding:46px 18px 32px}.lq3-kicker{font-size:9px;margin-bottom:12px}.lq3-hero__copy h1{font-size:46px;line-height:.97;letter-spacing:-.042em;max-width:8.2ch}.lq3-hero__lead{font-size:14px;line-height:1.55;margin:21px 0 24px;max-width:440px}.lq3-hero__actions{gap:16px}.lq3-btn{min-height:46px;padding:0 18px;border-radius:8px;font-size:12px}.lq3-link{font-size:11px}.lq3-hero__meta{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin-top:34px;padding-top:0}.lq3-hero__visual{min-height:430px}.lq3-hero__product--one{height:76%;left:14%;bottom:-4%}.lq3-hero__product--two{height:59%;right:4%;bottom:8%}.lq3-hero__badge{width:66px;height:66px;right:12px;top:12px;font-size:6px}.lq3-hero__caption{left:12px;bottom:10px;font-size:6px}.lq3-products{padding:58px 0 64px}.lq3-section-head{align-items:flex-start;margin-bottom:22px}.lq3-section-head h2{font-size:34px;max-width:9ch}.lq3-products__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 9px}.lq3-card__media{border-radius:8px}.lq3-card__image{padding:7%}.lq3-card__plus{width:28px;height:28px;right:8px;bottom:8px;border-radius:7px}.lq3-card__info{display:block;padding-top:9px}.lq3-card__info p{font-size:7px}.lq3-card__info h3{font-size:13px}.lq3-card__info>span{display:block;margin-left:0;padding:5px 0 0;text-align:right;font-size:11px}.lq3-quiet__inner{padding-top:62px;padding-bottom:62px;gap:34px}.lq3-quiet__copy h2{font-size:44px;max-width:8ch}.lq3-quiet__copy>p:last-child{font-size:14px;line-height:1.6;margin-top:20px}.lq3-quiet__points>div{grid-template-columns:30px 1fr;gap:8px 10px;padding:16px 0}.lq3-quiet__points p{grid-column:2}.lq3-quiet__points strong{font-size:12px}.lq3-quiet__points p{font-size:11px}.lq4-product{padding-top:18px;padding-bottom:74px}.lq4-product__back{margin-bottom:14px;font-size:8px}.lq4-product__grid{gap:22px}.lq4-product__stage{aspect-ratio:1;border-radius:9px}.lq4-product__image{top:4%;right:8%;bottom:3%;left:8%;width:84%;height:93%}.lq4-product__stage-note{font-size:6px;left:10px;bottom:9px}.lq4-product__thumbs{gap:6px;margin-top:6px}.lq4-product__thumbs .product-thumb{flex-basis:56px;width:56px;height:56px;border-radius:6px}.lq4-product__info h1{font-size:40px;line-height:1}.lq4-product__price{font-size:16px;margin:13px 0 17px}.lq4-product__description{padding-top:17px;font-size:14px;line-height:1.6}.lq4-product__meta{margin:16px 0 22px;font-size:8px}.lq4-product__buy{grid-template-columns:100px 1fr}.lq4-qty,.lq4-product__buy .add-button{height:52px;min-height:52px}.lq4-product__note{font-size:10px}.lq4-accordion{margin-top:20px}.lq4-accordion summary{padding:17px 0;font-size:13px}.lq4-accordion__content{font-size:12px;line-height:1.65;padding-bottom:18px}.collection-hero{padding:46px 0 28px}.collection-hero__top{display:block}.collection-hero__top h1{font-size:46px}.collection-hero__top .rte{margin-top:18px}.collection-grid,.search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 9px;padding:26px 0 64px}.product-card__media{border-radius:8px}.product-card__info{display:block;padding-top:9px}.product-card__title{font-size:13px}.product-card__price{display:block;margin-top:4px;font-size:11px}.page-main{padding:52px 0 72px}.page-main__inner h1{margin-bottom:24px}.search-form{display:grid;grid-template-columns:1fr auto}.search-form input{height:48px}.search-form .button{min-height:48px;padding:0 16px}.cart-head{align-items:flex-start}.cart-item{grid-template-columns:74px 1fr auto;gap:12px;padding:14px 0}.cart-item__image{width:74px;height:90px}.cart-item__quantity{grid-column:2}.cart-item__price{grid-column:3;grid-row:1;align-self:start}.cart-item__remove{grid-column:3;grid-row:2}.cart-item__quantity input{height:38px;width:64px}.cart-summary{max-width:none}.lq3-footer{padding:38px 0 18px}.lq3-footer__brand img{width:132px}.lq3-footer__brand span{font-size:11px}.lq3-footer__nav{grid-template-columns:1fr 1fr;gap:28px 22px}.lq3-footer__nav>div:last-child{grid-column:1/-1}.lq3-footer__bottom{margin-top:30px;display:block}.lq3-footer__bottom span{display:block;margin-top:5px}}@media(max-width:390px){.lq3-hero__copy h1{font-size:42px}.lq3-hero__visual{min-height:395px}.lq3-hero__product--one{left:10%}.lq3-hero__product--two{right:2%}.lq4-product__buy{grid-template-columns:92px 1fr}.lq3-products__rail{gap:16px 8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{transition:none;opacity:1;transform:none;filter:none}.lq3-hero__product{animation:none}.lq3-card__image,.lq3-card__plus,.button,.add-button{transition:none}}:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.header-nav a[aria-current=page]:after{right:0}.cart-count.is-empty{display:none}.lq3-hero__circle--c,.lq3-hero__badge{display:none!important}.lq5-product{background:#fff;padding:26px 0 clamp(86px,9vw,132px)}.lq5-product__back{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;font-size:9px;line-height:1;letter-spacing:.13em;text-transform:uppercase;color:#1b1c1a80;transition:color .2s ease,transform .2s ease}.lq5-product__back:before{content:"\2190";font-size:12px;letter-spacing:0}.lq5-product__back:hover{color:var(--ink);transform:translate(-2px)}.lq5-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(44px,6vw,92px);align-items:start}.lq5-product__gallery{min-width:0;position:sticky;top:calc(var(--header-h) + 22px)}.lq5-product__stage{position:relative;aspect-ratio:1.04;background:linear-gradient(145deg,var(--cream),#f8f8f3 70%);border:1px solid rgba(27,28,26,.06);border-radius:14px;overflow:hidden;isolation:isolate}.lq5-product__stage:before{content:"";position:absolute;width:50%;aspect-ratio:1;border-radius:50%;left:-21%;top:-19%;background:#e0f89b9e;filter:blur(.1px);z-index:-1}.lq5-product__stage:after{content:"";position:absolute;width:48%;aspect-ratio:1;border-radius:50%;right:-20%;bottom:-22%;background:#ffffffdb;z-index:-1}.lq5-product__image{position:absolute;top:4%;right:8%;bottom:3%;left:8%;width:84%;height:93%;object-fit:contain!important;filter:drop-shadow(0 25px 24px rgba(0,0,0,.1));transition:opacity .26s ease,transform .5s cubic-bezier(.2,.75,.2,1),filter .4s ease}.lq5-product__stage:hover .lq5-product__image{transform:scale(1.012);filter:drop-shadow(0 28px 27px rgba(0,0,0,.12))}.lq5-product__stage.is-switching .lq5-product__image{opacity:.22;transform:scale(.985);filter:blur(3px)}.lq5-product__stage-note{position:absolute;left:16px;bottom:14px;font-size:7px;line-height:1;letter-spacing:.14em;text-transform:uppercase;color:#1b1c1a7a}.lq5-product__thumbs{display:flex;gap:8px;margin-top:9px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.lq5-product__thumbs::-webkit-scrollbar{display:none}.lq5-product__thumbs .product-thumb{flex:0 0 70px;width:70px;height:70px;padding:0;border:1px solid transparent;border-radius:9px;background:var(--soft);overflow:hidden;transition:border-color .2s ease,opacity .2s ease}.lq5-product__thumbs .product-thumb:hover{opacity:.75}.lq5-product__thumbs .product-thumb.is-active{border-color:#1b1c1ab8;opacity:1}.lq5-product__thumbs .product-thumb img{width:100%;height:100%;object-fit:cover}.lq5-product__info{padding-top:10px;max-width:610px}.lq5-product__heading{padding-bottom:23px;border-bottom:1px solid var(--line)}.lq5-product__heading .lq3-kicker{margin-bottom:12px;color:#1b1c1a85}.lq5-product__info h1{font-size:clamp(46px,4.55vw,70px);line-height:.98;letter-spacing:-.042em;font-weight:500;max-width:10ch}.lq5-product__price{margin-top:18px;font-size:17px;line-height:1.2;font-weight:500}.lq5-product__description{max-width:570px;padding-top:22px;font-size:15px;line-height:1.72;color:#1b1c1aa1}.lq5-product__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:19px 0 25px}.lq5-product__meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(27,28,26,.11);border-radius:999px;background:#fff;font-size:8px;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:#1b1c1a8f}.lq5-product__form{margin:0}.lq5-product__form .field-label{margin-bottom:8px}.lq5-product__form .select{height:52px;margin-bottom:10px;border-radius:9px;transition:border-color .2s ease,box-shadow .2s ease}.lq5-product__form .select:focus{border-color:#1b1c1a7a;box-shadow:0 0 0 3px #e0f89b6b}.lq5-product__buy{display:grid;grid-template-columns:112px minmax(0,1fr);gap:9px}.lq5-qty{height:56px;border:1px solid var(--line-strong);border-radius:9px;display:grid;grid-template-columns:36px 1fr 36px;background:#fff;overflow:hidden;transition:border-color .2s ease}.lq5-qty:focus-within{border-color:#1b1c1a75}.lq5-qty button{border:0;background:transparent;font-size:18px;line-height:1;color:#1b1c1ab8;transition:background .18s ease}.lq5-qty button:hover{background:var(--soft)}.lq5-qty input{width:100%;min-width:0;border:0;outline:0;text-align:center;background:transparent;-moz-appearance:textfield}.lq5-qty input::-webkit-outer-spin-button,.lq5-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lq5-product__buy .add-button{min-height:56px;border-radius:9px;position:relative;overflow:hidden;transition:background .24s ease,color .24s ease,border-color .24s ease,transform .24s ease}.lq5-product__buy .add-button.is-loading{pointer-events:none;opacity:.82}.lq5-product__buy .add-button.is-added{background:var(--accent);border-color:var(--accent);color:var(--ink)}.lq5-product__note{min-height:18px;margin:10px 0 0;font-size:10px;line-height:1.5;color:#1b1c1a7a;transition:color .2s ease}.lq5-details{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.lq5-details__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}.lq5-details__head>span{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.lq5-details__head small{font-size:10px;font-weight:400;color:#1b1c1a70}.lq5-accordion__item{margin-top:8px;border:1px solid rgba(27,28,26,.12);border-radius:10px;background:#fff;overflow:hidden;transition:background .34s ease,border-color .34s ease,box-shadow .34s ease}.lq5-accordion__item:first-of-type{margin-top:0}.lq5-accordion__item.is-open{background:#f7fbe9;background:color-mix(in srgb,var(--accent) 23%,#fff);border-color:#1b1c1a26;box-shadow:0 5px 18px #1b1c1a09}.lq5-accordion__trigger{width:100%;min-height:56px;border:0;background:transparent;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;font-size:13px;line-height:1.2;font-weight:550}.lq5-accordion__trigger i{position:relative;display:block;width:16px;height:16px;flex:0 0 16px}.lq5-accordion__trigger i:before,.lq5-accordion__trigger i:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .35s cubic-bezier(.2,.75,.2,1),opacity .25s ease}.lq5-accordion__trigger i:after{transform:translate(-50%,-50%) rotate(90deg)}.lq5-accordion__item.is-open .lq5-accordion__trigger i:after{transform:translate(-50%,-50%) rotate(0);opacity:0}.lq5-accordion__panel{display:grid;grid-template-rows:0fr;opacity:.3;transition:grid-template-rows .42s cubic-bezier(.22,.72,.18,1),opacity .3s ease}.lq5-accordion__inner{overflow:hidden}.lq5-accordion__item.is-open .lq5-accordion__panel{grid-template-rows:1fr;opacity:1}.lq5-accordion__content{padding:0 16px 17px;font-size:12.5px;line-height:1.7;color:#1b1c1a9e;opacity:0;transform:translateY(-6px);transition:opacity .3s ease .03s,transform .38s cubic-bezier(.22,.72,.18,1) .03s}.lq5-accordion__item.is-open .lq5-accordion__content{opacity:1;transform:none}.lq5-ingredient-list{display:flex;flex-wrap:wrap;gap:6px}.lq5-ingredient-list span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(27,28,26,.1);border-radius:999px;background:#ffffffa8;font-size:11px;line-height:1.2;color:#1b1c1ab3}.lq5-step-list{display:grid;gap:10px}.lq5-step-list span{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start}.lq5-step-list b{font-size:9px;line-height:1.8;letter-spacing:.08em;color:#1b1c1a5c;font-weight:600}.lq5-copy-list{display:grid;gap:6px}.lq5-copy-list span{display:block}.lq-toast{position:fixed;left:50%;bottom:24px;z-index:150;transform:translate(-50%,16px);opacity:0;pointer-events:none;background:var(--ink);color:#fff;border-radius:8px;padding:11px 16px;font-size:11px;line-height:1;letter-spacing:.03em;box-shadow:0 14px 38px #0000002e;transition:opacity .28s ease,transform .34s cubic-bezier(.22,.72,.18,1)}.lq-toast.is-visible{opacity:1;transform:translate(-50%)}@media(max-width:1180px){.lq5-product__grid{gap:44px}}@media(max-width:989px){.lq5-product{padding-top:22px}.lq5-product__grid{grid-template-columns:1fr;gap:30px}.lq5-product__gallery{position:static}.lq5-product__stage{aspect-ratio:1.08}.lq5-product__info{max-width:720px;padding-top:0}.lq5-product__info h1{max-width:none}}@media(max-width:749px){.lq3-hero{border-bottom:1px solid var(--line);background:var(--cream)}.lq3-hero__grid{position:relative;display:block;min-height:780px;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,var(--accent) 0%,var(--accent) 48%,var(--cream) 48%,var(--cream) 100%)}.lq3-hero__copy{position:relative;z-index:3;min-height:780px;padding:406px 18px 40px;background:transparent;display:flex;flex-direction:column;justify-content:flex-start}.lq3-hero__copy h1{font-size:clamp(41px,11.4vw,50px);line-height:.97;letter-spacing:-.043em;max-width:8.8ch}.lq3-hero__lead{max-width:390px;margin:18px 0 22px;font-size:13.5px;line-height:1.58;color:#1b1c1aa1}.lq3-hero__actions{gap:16px}.lq3-hero__meta{display:none}.lq3-hero__visual{position:absolute;left:0;right:0;top:0;height:390px;z-index:1;min-height:0;background:transparent;overflow:hidden;pointer-events:none}.lq3-hero__visual:after{content:"";position:absolute;left:0;right:0;bottom:0;height:58px;background:linear-gradient(180deg,#f1f0e800,#f1f0e8fa);z-index:4;pointer-events:none}.lq3-hero__circle--a{width:67%;left:-30%;top:-14%;background:#ffffff6b}.lq3-hero__circle--b{width:76%;right:-38%;bottom:-38%;background:#f1f0e88f}.lq3-hero__product{z-index:2;filter:drop-shadow(0 19px 18px rgba(28,28,24,.11));animation-duration:8s}.lq3-hero__product--one{height:92%;left:17%;bottom:-9%;transform:rotate(-1.4deg)}.lq3-hero__product--two{height:70%;right:7%;bottom:8%;transform:rotate(2deg)}.lq3-hero__caption{z-index:5;left:14px;bottom:13px;font-size:5.5px;letter-spacing:.12em;color:#1b1c1a8c}.lq5-product{padding:16px 0 72px}.lq5-product__back{margin-bottom:13px;font-size:7.5px}.lq5-product__grid{gap:23px}.lq5-product__stage{aspect-ratio:1.02;border-radius:10px}.lq5-product__image{top:4%;right:7%;bottom:3%;left:7%;width:86%;height:93%}.lq5-product__stage-note{left:10px;bottom:9px;font-size:5.5px}.lq5-product__thumbs{gap:6px;margin-top:6px}.lq5-product__thumbs .product-thumb{flex-basis:58px;width:58px;height:58px;border-radius:7px}.lq5-product__heading{padding-bottom:18px}.lq5-product__heading .lq3-kicker{font-size:8px;margin-bottom:10px}.lq5-product__info h1{font-size:clamp(38px,11vw,46px);line-height:.98;letter-spacing:-.04em}.lq5-product__price{margin-top:13px;font-size:15px}.lq5-product__description{padding-top:17px;font-size:13.5px;line-height:1.65}.lq5-product__meta{margin:15px 0 20px;gap:6px}.lq5-product__meta span{min-height:25px;padding:0 8px;font-size:6.8px}.lq5-product__buy{grid-template-columns:98px minmax(0,1fr);gap:7px}.lq5-qty,.lq5-product__buy .add-button{height:52px;min-height:52px;border-radius:8px}.lq5-qty{grid-template-columns:32px 1fr 32px}.lq5-product__note{margin-top:8px;font-size:9px}.lq5-details{margin-top:23px;padding-top:20px}.lq5-details__head{align-items:flex-start;margin-bottom:10px}.lq5-details__head>span{font-size:9px}.lq5-details__head small{max-width:145px;text-align:right;font-size:8.5px;line-height:1.35}.lq5-accordion__item{margin-top:7px;border-radius:9px}.lq5-accordion__trigger{min-height:52px;padding:0 14px;font-size:12px}.lq5-accordion__content{padding:0 14px 15px;font-size:11.5px;line-height:1.65}.lq5-ingredient-list{gap:5px}.lq5-ingredient-list span{min-height:27px;padding:0 8px;font-size:9.5px}.lq-toast{bottom:16px;padding:10px 14px;font-size:10px}}@media(max-width:390px){.lq3-hero__grid,.lq3-hero__copy{min-height:755px}.lq3-hero__copy{padding:388px 16px 34px}.lq3-hero__visual{height:372px}.lq3-hero__product--one{height:91%;left:12%}.lq3-hero__product--two{height:68%;right:2%}.lq5-product__buy{grid-template-columns:92px 1fr}}@media(prefers-reduced-motion:reduce){.lq5-product__image,.lq5-accordion__panel,.lq5-accordion__content,.lq5-accordion__trigger i:before,.lq5-accordion__trigger i:after,.lq-toast{transition:none!important}}.lq3-card__info>span{margin-left:auto;padding-left:16px;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.product-card__price,.lq-card__price{margin-left:auto;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.lq5-product__price,.cart-item__price,.cart-summary__row span:last-child{font-variant-numeric:tabular-nums}.site-header{position:sticky!important;top:0!important;z-index:90;transition:background .28s ease,box-shadow .28s ease,border-color .28s ease;isolation:isolate}.site-header.is-scrolled{background:#fffffff5;border-color:#1b1c1a1a;box-shadow:0 8px 26px #1616120e}.mobile-drawer{z-index:130}.mobile-drawer__backdrop{background:#12121061;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-drawer__panel{inset:0 auto 0 0;width:min(86vw,370px);transform:translate(-102%);padding:18px 20px 22px;border-right:1px solid rgba(27,28,26,.12);box-shadow:30px 0 80px #00000014}.mobile-drawer.is-open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__head{height:auto;min-height:62px;padding:4px 0 14px;border-bottom:1px solid var(--line)}.mobile-drawer__brand{display:flex;flex-direction:column;gap:8px}.mobile-drawer__brand>span{font-size:7px;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:#1b1c1a73}.mobile-drawer__brand img{width:118px;height:auto}.mobile-drawer__close{align-self:flex-start;margin-top:-2px}.mobile-drawer__nav{padding:25px 0 8px;gap:0}.mobile-drawer__nav a{min-height:61px;padding:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:30px minmax(0,1fr) 24px;align-items:center;gap:8px;font-size:21px;line-height:1;letter-spacing:-.025em;transition:padding-left .22s ease,color .22s ease}.mobile-drawer__nav a:first-child{border-top:1px solid var(--line)}.mobile-drawer__nav a:hover,.mobile-drawer__nav a[aria-current=page]{padding-left:5px}.mobile-drawer__index{font-size:7px;letter-spacing:.1em;color:#1b1c1a61}.mobile-drawer__arrow{justify-self:end;font-size:14px;color:#1b1c1a75;transition:transform .22s ease}.mobile-drawer__nav a:hover .mobile-drawer__arrow{transform:translate(2px,-2px)}.mobile-drawer__footer{margin-top:auto;padding-top:22px}.mobile-drawer__shop{height:48px;border-radius:8px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:12px;font-weight:500}.mobile-drawer__shop span{font-size:15px}.mobile-drawer__meta{margin-top:18px;padding-top:0;border-top:0;display:flex;justify-content:space-between;gap:12px;font-size:6.5px;letter-spacing:.13em;color:#1b1c1a6e}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;pointer-events:none;visibility:hidden;transition:visibility .34s ease}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#12121057;opacity:0;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;inset:0 0 0 auto;width:min(92vw,460px);background:#fff;transform:translate(102%);transition:transform .4s cubic-bezier(.22,.72,.18,1);box-shadow:-32px 0 80px #00000014;display:grid;grid-template-rows:auto minmax(0,1fr) auto;outline:none}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{min-height:92px;padding:20px 22px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.cart-drawer__eyebrow{margin:0 0 6px;font-size:7px;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:#1b1c1a73}.cart-drawer__head h2{font-size:25px;line-height:1;letter-spacing:-.035em;font-weight:500}.cart-drawer__head h2 span{font-size:12px;vertical-align:2px;color:#1b1c1a7a;font-weight:400;letter-spacing:0}.cart-drawer__close{flex:0 0 auto}.cart-drawer__body{position:relative;min-height:0;overflow:auto;padding:0 22px;overscroll-behavior:contain}.cart-drawer__items{display:flex;flex-direction:column}.cart-drawer__item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:15px;padding:18px 0;border-bottom:1px solid var(--line);transition:opacity .2s ease}.cart-drawer.is-updating .cart-drawer__item{opacity:.52;pointer-events:none}.cart-drawer__image{width:92px;height:114px;background:var(--soft);border-radius:9px;overflow:hidden;display:grid;place-items:center}.cart-drawer__image img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-drawer__item-main{min-width:0;display:flex;flex-direction:column}.cart-drawer__item-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.cart-drawer__title{font-size:13px;line-height:1.35;font-weight:500;overflow:hidden;text-overflow:ellipsis}.cart-drawer__price{font-size:11px;line-height:1.4;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.cart-drawer__variant{margin:5px 0 0;font-size:9px;color:#1b1c1a7a}.cart-drawer__item-actions{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-drawer__qty{height:34px;display:grid;grid-template-columns:32px 30px 32px;align-items:center;border:1px solid var(--line-strong);border-radius:7px;overflow:hidden}.cart-drawer__qty button{width:32px;height:32px;padding:0;border:0;background:transparent;font-size:14px;display:grid;place-items:center;transition:background .18s ease}.cart-drawer__qty button:hover{background:var(--cream)}.cart-drawer__qty span{text-align:center;font-size:10px;font-variant-numeric:tabular-nums}.cart-drawer__remove{border:0;background:transparent;padding:5px 0;font-size:9px;color:#1b1c1a80;text-decoration:underline;text-underline-offset:3px}.cart-drawer__empty{height:100%;min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:44px 2px}.cart-drawer__empty-mark{font-family:Georgia,Times New Roman,serif;font-size:64px;line-height:1;color:var(--accent);margin-bottom:24px}.cart-drawer__empty h3{font-size:30px;letter-spacing:-.04em;margin-bottom:11px}.cart-drawer__empty p{max-width:300px;margin:0 0 24px;color:#1b1c1a8f;font-size:12px;line-height:1.6}.cart-drawer__empty .button{min-height:48px;font-size:11px}.cart-drawer__footer{padding:17px 22px 20px;border-top:1px solid var(--line);background:#fffffff7}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:5px;font-size:12px}.cart-drawer__subtotal strong{font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}.cart-drawer__footer>p{margin:0 0 13px;font-size:8px;color:#1b1c1a75}.cart-drawer__checkout{min-height:45px;border:1px solid var(--ink);border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 15px;font-size:11px;font-weight:500;margin-top:7px;transition:background .2s ease,color .2s ease,transform .2s ease}.cart-drawer__checkout:hover{transform:translateY(-1px)}.cart-drawer__checkout--primary{background:var(--ink);color:#fff;justify-content:space-between}.cart-drawer__checkout--primary:hover{background:var(--accent);border-color:var(--accent);color:var(--ink)}.cart-drawer.is-loading .cart-drawer__body:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--accent);animation:lq-cart-load .8s ease-in-out infinite alternate;z-index:2}@keyframes lq-cart-load{0%{transform:scaleX(.15);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@media(max-width:749px){.site-header{top:0!important}.mobile-drawer__panel{width:min(88vw,350px);padding:16px 18px 20px}.mobile-drawer__head{min-height:58px;padding-bottom:12px}.mobile-drawer__brand img{width:108px}.mobile-drawer__nav{padding-top:20px}.mobile-drawer__nav a{min-height:58px;font-size:20px;grid-template-columns:28px minmax(0,1fr) 20px}.cart-drawer__panel{width:100%}.cart-drawer__head{min-height:76px;padding:14px 16px 13px}.cart-drawer__head h2{font-size:22px}.cart-drawer__body{padding:0 16px}.cart-drawer__item{grid-template-columns:82px minmax(0,1fr);gap:13px;padding:14px 0}.cart-drawer__image{width:82px;height:102px;border-radius:8px}.cart-drawer__footer{padding:13px 16px calc(15px + env(safe-area-inset-bottom))}.cart-drawer__checkout{min-height:43px}.cart-drawer__empty{min-height:360px}}@media(prefers-reduced-motion:reduce){.site-header,.mobile-drawer__panel,.mobile-drawer__backdrop,.cart-drawer,.cart-drawer__panel,.cart-drawer__backdrop,.cart-drawer__item,.cart-drawer__checkout{transition:none!important}}#shopify-section-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:120!important}#shopify-section-header .site-header{position:relative!important;top:auto!important;z-index:1;transform:translateZ(0)}#shopify-section-header .site-header.is-scrolled{background:#fffffff6;box-shadow:0 8px 28px #1616120f}.lq8-hero{position:relative;background:var(--cream);border-bottom:1px solid var(--line);overflow:clip}.lq8-hero__shell{position:relative;width:min(calc(100% - 64px),1240px);margin-inline:auto;padding:28px 0 46px;display:grid;grid-template-columns:minmax(340px,1fr) minmax(0,2fr);align-items:center;min-height:0}.lq8-hero__media{position:relative;z-index:1;grid-column:2;grid-row:1;width:100%;margin:0;aspect-ratio:3000 / 2530;border-radius:15px;overflow:hidden;background:#e9e9e3;box-shadow:0 18px 46px #1b1c1a11;isolation:isolate}.lq8-hero__media picture{display:block;width:100%;height:100%}.lq8-hero__image{width:100%;height:100%;object-fit:cover;object-position:var(--lq8-pos-desktop,50% 50%);transform:none;transition:opacity .32s ease}.lq8-hero:hover .lq8-hero__image.is-loaded{transform:none}.lq8-hero__placeholder{width:100%;height:100%;position:relative;display:grid;place-items:center;background:linear-gradient(135deg,#e7f7b6,#f4f2e8 58%,#ebe7df);color:#1b1c1a6b;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.lq8-hero__placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.14}.lq8-hero__placeholder span{position:relative;z-index:1}.lq8-hero__card{position:relative;z-index:3;grid-column:1;grid-row:1;align-self:center;justify-self:start;left:auto;top:auto;transform:none;width:calc(100% + 52px);max-width:472px;min-height:458px;padding:48px 54px;border-radius:24px;background:linear-gradient(145deg,#dffd82,#eff2b8 31%,#f6dfd8 69%,#dffb87);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-shadow:0 18px 44px #191a170e}.lq8-hero__eyebrow{margin:0 0 15px;font-size:8px;line-height:1;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#1b1c1a8c}.lq8-hero__card h1{max-width:8.4ch;font-size:clamp(46px,4.25vw,62px);line-height:1.02;letter-spacing:-.043em;font-weight:500}.lq8-hero__copy{max-width:315px;margin:25px 0 29px;font-size:clamp(13px,1vw,16px);line-height:1.62;color:#1b1c1aa3}.lq8-hero__button{min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);border-radius:10px;background:var(--ink);color:#fff;font-size:12px;font-weight:500;transition:transform .22s ease,background .22s ease,color .22s ease}.lq8-hero__button:hover{background:#111;transform:translateY(-1px)}@media(max-width:1100px)and (min-width:750px){.lq8-hero__shell{width:min(calc(100% - 48px),1080px);grid-template-columns:minmax(300px,.9fr) minmax(0,1.75fr);padding:25px 0 40px}.lq8-hero__card{width:calc(100% + 42px);max-width:420px;min-height:410px;padding:40px 42px;border-radius:21px}.lq8-hero__card h1{font-size:clamp(40px,5vw,52px)}.lq8-hero__copy{margin:21px 0 25px;font-size:13.5px}}@media(max-width:749px){.lq8-hero{background:var(--cream)}.lq8-hero__shell{min-height:0;display:block;width:min(calc(100% - 28px),var(--page-width));padding:18px 0 42px}.lq8-hero__media{width:100%;margin:0;aspect-ratio:3000 / 2530;border-radius:15px;box-shadow:none}.lq8-hero__image{object-position:var(--lq8-pos-mobile,50% 50%);transform:none}.lq8-hero__card{display:flex;position:relative;left:auto;top:auto;transform:none;width:calc(100% - 34px);max-width:none;min-height:0;margin:-44px auto 0;padding:34px 30px 33px;border-radius:20px;box-shadow:0 16px 34px #191a170d}.lq8-hero__eyebrow{margin-bottom:13px;font-size:7px}.lq8-hero__card h1{max-width:8.5ch;font-size:clamp(39px,10.8vw,49px);line-height:1}.lq8-hero__copy{max-width:330px;margin:20px 0 25px;font-size:13.5px;line-height:1.6}.lq8-hero__button{min-height:49px;padding:0 20px;font-size:12px;border-radius:9px}}@media(max-width:390px){.lq8-hero__shell{width:min(calc(100% - 22px),var(--page-width));padding-top:13px;padding-bottom:35px}.lq8-hero__media{border-radius:13px}.lq8-hero__card{width:calc(100% - 24px);margin-top:-36px;padding:29px 24px 28px;border-radius:18px}.lq8-hero__card h1{font-size:clamp(36px,10.8vw,43px)}.lq8-hero__copy{margin:18px 0 22px;font-size:13px}}.js .lq-smooth-image,.js .lq-gallery-image{opacity:0}.js .lq-smooth-image.is-loaded,.js .lq-gallery-image.is-loaded{opacity:1}.lq-smooth-image{transition:opacity .3s ease,transform .45s cubic-bezier(.2,.75,.2,1)}.lq-gallery-image{transition:opacity .28s ease,transform .5s cubic-bezier(.2,.75,.2,1),filter .4s ease}.lq5-product__stage.is-switching .lq-gallery-image.is-loaded{opacity:.2}.lq3-card__media,.product-card__media,.lq-card__media{background:var(--soft)}.lq3-card__image,.product-card__media img,.lq-card__img{object-position:center}.cart-drawer__image{width:96px;height:120px;padding:8px;background:var(--soft);border:1px solid rgba(27,28,26,.045);border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-drawer__image .cart-drawer__product-image,.cart-drawer__image img{width:auto!important;height:auto!important;max-width:82%!important;max-height:94%!important;object-fit:contain!important;object-position:center!important;padding:0!important;margin:auto!important}.cart-drawer__item{grid-template-columns:96px minmax(0,1fr)}.lq3-footer__nav a{width:max-content;max-width:100%}.lq3-footer__nav a span{display:inline-block;margin-left:3px;font-size:10px;transition:transform .2s ease}.lq3-footer__nav a:hover span{transform:translate(2px,-2px)}@media(max-width:989px){.lq8-hero__shell{min-height:600px}.lq8-hero__media{width:75%;aspect-ratio:1.08}.lq8-hero__card{width:45%;min-height:430px;padding:38px}.lq8-hero__card h1{font-size:clamp(44px,5.8vw,58px)}}@media(max-width:749px){.lq8-hero{background:var(--cream)}.lq8-hero__shell{min-height:0;display:block;width:min(calc(100% - 28px),var(--page-width));padding-top:20px;padding-bottom:44px}.lq8-hero__media{width:100%;margin:0;aspect-ratio:1.08;border-radius:15px;box-shadow:none}.lq8-hero__image{object-position:var(--lq8-pos-mobile,50% 50%);transform:none}.lq8-hero:hover .lq8-hero__image.is-loaded{transform:none}.lq8-hero__card{position:relative;left:auto;top:auto;transform:none;width:calc(100% - 34px);min-height:0;margin:-44px auto 0;padding:35px 30px 34px;border-radius:20px;box-shadow:0 18px 36px #191a170e}.lq8-hero__eyebrow{margin-bottom:16px;font-size:7.5px}.lq8-hero__card h1{max-width:8.2ch;font-size:clamp(40px,11.3vw,51px);line-height:.99}.lq8-hero__copy{margin:20px 0 25px;font-size:13.5px;line-height:1.62}.lq8-hero__button{min-height:50px;padding:0 18px;font-size:12px;border-radius:9px}.cart-drawer__item{grid-template-columns:82px minmax(0,1fr);gap:13px}.cart-drawer__image{width:82px;height:104px;padding:7px;border-radius:8px}.cart-drawer__image .cart-drawer__product-image,.cart-drawer__image img{max-width:82%!important;max-height:94%!important}}@media(max-width:390px){.lq8-hero__shell{width:min(calc(100% - 22px),var(--page-width));padding-top:14px}.lq8-hero__media{border-radius:13px}.lq8-hero__card{width:calc(100% - 24px);margin-top:-36px;padding:30px 25px 29px;border-radius:18px}.lq8-hero__card h1{font-size:clamp(37px,11.2vw,44px)}}@media(prefers-reduced-motion:reduce){.lq8-hero__image,.lq8-hero__button,.lq8-hero__button span,.lq-smooth-image,.lq-gallery-image{transition:none!important}}.header-nav{gap:7px;padding:3px;border:1px solid rgba(27,28,26,.075);border-radius:999px;background:#f7f7f2b8}.header-nav a{min-height:30px;padding:0 13px;display:flex;align-items:center;border-radius:999px;font-size:10px;line-height:1;letter-spacing:.035em;font-weight:500;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.header-nav a:after{display:none!important}.header-nav a:hover{background:#fff;box-shadow:0 1px 5px #1b1c1a0e}.header-nav a[aria-current=page]{background:var(--accent);color:var(--ink);box-shadow:none}.header-actions .icon-button,.mobile-toggle{width:36px;height:36px;border-radius:999px;transition:background .2s ease,transform .2s ease}.header-actions .icon-button:hover,.mobile-toggle:hover{background:var(--cream);transform:none}.header-actions .icon{width:18px;height:18px;stroke-width:1.45}.icon--bag{stroke-width:1.35!important}.cart-count{right:-1px;top:-1px;min-width:15px;height:15px;padding:0 3px;border:2px solid #fff;font-size:7px;line-height:1}.mobile-drawer__panel{width:min(90vw,370px);padding:17px 18px 20px;background:#fffffffb}.mobile-drawer__head{min-height:60px;padding:2px 1px 14px}.mobile-drawer__brand{gap:7px}.mobile-drawer__brand>span{font-size:6.5px;letter-spacing:.17em}.mobile-drawer__brand img{width:112px}.mobile-drawer__close{width:34px!important;height:34px!important;border:1px solid var(--line);border-radius:999px}.mobile-drawer__nav{padding:19px 0 8px;gap:6px}.mobile-drawer__nav a{min-height:54px;padding:0 14px!important;border:0!important;border-radius:10px;display:grid;grid-template-columns:minmax(0,1fr) 22px;gap:10px;align-items:center;font-size:18px;line-height:1;letter-spacing:-.018em;font-weight:450;background:transparent;transition:background .2s ease,color .2s ease,transform .2s ease}.mobile-drawer__nav a:hover{background:var(--cream);transform:translate(2px)}.mobile-drawer__nav a[aria-current=page]{background:#e0f89b8c}.mobile-drawer__label{min-width:0}.mobile-drawer__index{display:none!important}.mobile-drawer__arrow{width:22px;height:22px;display:grid;place-items:center;justify-self:end;color:#1b1c1a6b}.mobile-drawer__arrow .icon{width:14px;height:14px;stroke-width:1.35}.mobile-drawer__nav a:hover .mobile-drawer__arrow{transform:translate(1px)}.mobile-drawer__shop{height:46px;border-radius:10px;padding:0 14px;font-size:11px;letter-spacing:.01em}.mobile-drawer__meta{font-size:6px;opacity:.9}.lq3-card__plus{width:auto!important;height:27px!important;min-width:0;padding:0 10px;border:1px solid rgba(27,28,26,.13);border-radius:999px!important;display:flex!important;align-items:center;justify-content:center;background:#ffffffe6;color:#1b1c1ab8;box-shadow:none!important;font-size:7.5px;line-height:1;letter-spacing:.09em;text-transform:uppercase;font-weight:600}.lq3-card:hover .lq3-card__plus{background:var(--ink)!important;border-color:var(--ink)!important;color:#fff;transform:none!important;box-shadow:none!important}.lq3-footer__social{min-width:0}.lq3-footer__social-links{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.lq3-footer__social-links a{width:auto!important;min-height:31px;padding:0 10px 0 11px;border:1px solid var(--line);border-radius:999px;display:inline-flex!important;align-items:center;gap:6px;background:#fff;opacity:1!important;font-size:10px!important;line-height:1!important;letter-spacing:0;white-space:nowrap;transition:background .2s ease,border-color .2s ease,transform .2s ease!important}.lq3-footer__social-links a span{font-size:10px!important;margin:0!important}.lq3-footer__social-links a .icon--external{width:11px!important;height:11px!important;stroke-width:1.35;flex:0 0 auto;transition:transform .2s ease}.lq3-footer__social-links a:hover{background:var(--cream);border-color:#1b1c1a2e;transform:translateY(-1px)}.lq3-footer__social-links a:hover .icon--external{transform:translate(1px,-1px)}@media(max-width:989px){.header-nav{display:none}}@media(max-width:749px){.mobile-drawer__panel{width:min(92vw,360px);padding:15px 15px calc(18px + env(safe-area-inset-bottom))}.mobile-drawer__nav{padding-top:17px}.mobile-drawer__nav a{min-height:52px;padding:0 12px!important;font-size:18px}.lq3-footer__nav{grid-template-columns:1fr 1fr;gap:26px 18px}.lq3-footer__nav>div:last-child{grid-column:1/-1}.lq3-footer__social-links{gap:6px}.lq3-footer__social-links a{min-height:30px;padding-inline:10px;font-size:9.5px!important}.lq3-footer__social-links a span{font-size:9.5px!important}.lq3-card__plus{right:8px!important;bottom:8px!important;height:25px!important;padding:0 8px;font-size:7px}}@media(prefers-reduced-motion:reduce){.header-nav a,.header-actions .icon-button,.mobile-toggle,.mobile-drawer__nav a,.lq3-footer__social-links a,.lq3-footer__social-links a .icon--external{transition:none!important}}#shopify-section-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:150!important}.lq11-header{position:relative!important;top:auto!important;min-height:66px;background:#fffffff6!important;border-bottom:1px solid rgba(37,38,37,.09)!important;box-shadow:none!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.lq11-header.is-scrolled{background:#fffffff0!important;border-color:#2526251f!important;box-shadow:0 8px 24px #1919160b!important}.lq11-header__inner{height:66px!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:24px!important}.lq11-header__nav{display:flex!important;align-items:center!important;gap:28px!important;width:auto!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.lq11-header__nav a{min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:12px!important;line-height:1!important;letter-spacing:-.005em!important;font-weight:450!important;color:#252625b3!important;transition:color .18s ease,opacity .18s ease!important}.lq11-header__nav a:before,.lq11-header__nav a:after{display:none!important}.lq11-header__nav a:hover{color:var(--ink)!important;background:transparent!important;box-shadow:none!important}.lq11-header__nav a[aria-current=page]{color:var(--ink)!important;background:transparent!important;box-shadow:none!important;font-weight:550!important}.lq11-header__logo{justify-self:center!important;line-height:0}.lq11-header__logo img{width:clamp(126px,var(--logo-w,142px),154px)!important;max-width:none!important;max-height:31px!important;object-fit:contain}.lq11-header__actions{justify-self:end!important}.lq11-header__bag{min-height:36px;display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;padding:0 2px 0 12px;border:0;background:transparent;color:var(--ink);font-size:11px;line-height:1;letter-spacing:.01em;font-weight:500;transition:opacity .18s ease}.lq11-header__bag:hover{opacity:.55}.lq11-header__bag-label{display:inline-block}.lq11-header__bag-count{position:static!important;min-width:19px!important;width:auto!important;height:19px!important;padding:0 5px!important;display:grid!important;place-items:center!important;border:0!important;border-radius:999px!important;background:var(--accent)!important;color:var(--ink)!important;font-size:8px!important;font-weight:650!important;line-height:1!important}.lq11-header__bag-count.is-empty{display:none!important}.lq11-header__menu{display:none;width:auto!important;height:36px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;justify-self:start;font-size:11px;line-height:1;letter-spacing:.01em;font-weight:500}.lq11-header__menu:hover{background:transparent!important;opacity:.55}.lq11-menu{z-index:170!important}.lq11-menu .mobile-drawer__backdrop{background:#14141240!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.lq11-menu__panel{inset:0 auto 0 0!important;width:min(88vw,390px)!important;padding:0 24px 24px!important;background:#fff!important;border:0!important;border-right:1px solid rgba(37,38,37,.1)!important;box-shadow:32px 0 90px #13131014!important}.lq11-menu__head{min-height:76px!important;height:76px!important;padding:0!important;border-bottom:1px solid rgba(37,38,37,.1)!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.lq11-menu__logo{display:flex;align-items:center;line-height:0}.lq11-menu__logo img{width:118px!important;height:auto!important}.lq11-menu__close{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:8px 0 8px 12px;font-size:10px;line-height:1;letter-spacing:.02em;color:#25262594}.lq11-menu__close:hover{color:var(--ink)}.lq11-menu__nav{padding:28px 0 10px!important;gap:0!important;display:flex!important;flex-direction:column!important}.lq11-menu__nav a{min-height:0!important;padding:15px 0!important;display:block!important;border:0!important;border-bottom:1px solid rgba(37,38,37,.1)!important;border-radius:0!important;background:transparent!important;transform:none!important;font-size:28px!important;line-height:1.05!important;letter-spacing:-.035em!important;font-weight:450!important;color:var(--ink)!important;transition:opacity .18s ease,padding-left .18s ease!important}.lq11-menu__nav a:first-child{border-top:1px solid rgba(37,38,37,.1)!important}.lq11-menu__nav a:hover{background:transparent!important;padding-left:4px!important;opacity:.58!important}.lq11-menu__nav a[aria-current=page]{background:transparent!important;color:var(--ink)!important;opacity:1!important}.lq11-menu__footer{margin-top:auto!important;padding-top:24px!important}.lq11-menu__shop{min-height:48px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:#fff;font-size:11px;font-weight:500}.lq11-menu__shop:hover{background:var(--accent);border-color:var(--accent);color:var(--ink)}.lq11-menu__meta{margin-top:16px;display:flex;justify-content:space-between;gap:12px;font-size:7px;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;color:#2526256b}@media(max-width:749px){:root{--header-h:58px}.page-width{width:min(calc(100% - 32px),var(--page-width))}.lq11-header{min-height:58px}.lq11-header__inner{height:58px!important;grid-template-columns:1fr auto 1fr!important;gap:10px!important}.lq11-header__nav{display:none!important}.lq11-header__menu{display:inline-flex!important;align-items:center!important}.lq11-header__logo img{width:108px!important;max-height:27px!important}.lq11-header__bag{min-height:34px;padding:0!important;gap:5px;font-size:10px}.lq11-header__bag-count{min-width:17px!important;height:17px!important;padding:0 4px!important;font-size:7px!important}}@media(min-width:750px)and (max-width:990px){.lq11-header__nav{gap:20px!important}.lq11-header__nav a{font-size:11px!important}.lq11-header__logo img{width:126px!important}}.cart-drawer{z-index:500!important}.cart-drawer__backdrop{z-index:0}.cart-drawer__panel{z-index:1}.cart-drawer__head{position:relative;z-index:3;min-height:88px;background:#fff}.cart-drawer__close{border:1px solid rgba(37,38,37,.12);border-radius:999px;background:#fff}.cart-drawer__close:hover{background:var(--cream)}.cart-drawer__head h2{margin:0}.cart-drawer__body{background:#fff}.cart-drawer__footer{position:relative;z-index:2}.lq12-page-kicker{margin:0 0 18px;font-size:8px;line-height:1.2;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:#2526257a}.lq12-contact{background:var(--cream);padding:clamp(64px,7vw,108px) 0 clamp(78px,8vw,128px)}.lq12-contact__shell{max-width:1240px}.lq12-contact__intro{max-width:780px;margin-bottom:clamp(50px,6vw,82px)}.lq12-contact__intro h1{max-width:8ch;font-size:clamp(54px,7vw,96px);line-height:.92;letter-spacing:-.055em}.lq12-contact__intro>p:last-child{max-width:630px;margin:28px 0 0;font-size:clamp(15px,1.25vw,18px);line-height:1.65;color:#25262594}.lq12-contact__grid{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.55fr);gap:clamp(44px,7vw,108px);align-items:start}.lq12-contact__details{position:sticky;top:110px;border-top:1px solid rgba(37,38,37,.15)}.lq12-contact__detail{padding:18px 0;border-bottom:1px solid rgba(37,38,37,.15)}.lq12-contact__detail>span{display:block;margin-bottom:6px;font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:#2526256b}.lq12-contact__detail a,.lq12-contact__detail p{margin:0;font-size:13px;line-height:1.5}.lq12-contact__detail a{display:inline-block;border-bottom:1px solid currentColor}.lq12-contact__note{display:grid;grid-template-columns:9px 1fr;gap:10px;margin-top:24px;align-items:start}.lq12-contact__note-dot{width:7px;height:7px;margin-top:7px;border-radius:50%;background:var(--accent);border:1px solid rgba(37,38,37,.18)}.lq12-contact__note p{margin:0;font-size:10px;line-height:1.55;color:#25262580}.lq12-contact__form-wrap{background:#fff;border:1px solid rgba(37,38,37,.1);border-radius:14px;padding:clamp(24px,3.5vw,46px);box-shadow:0 18px 50px #1d1e1b0b}.lq12-contact__form{display:grid;gap:24px}.lq12-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lq12-field{display:block}.lq12-field>span{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:9px;line-height:1.2;font-weight:500}.lq12-field em{font-style:normal;font-size:7px;letter-spacing:.08em;text-transform:uppercase;color:#25262566}.lq12-field input,.lq12-field textarea{width:100%;border:1px solid rgba(37,38,37,.16);border-radius:9px;background:#fff;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.lq12-field input{height:52px;padding:0 14px}.lq12-field textarea{min-height:160px;padding:14px;resize:vertical;line-height:1.55}.lq12-field input::placeholder,.lq12-field textarea::placeholder{color:#25262557}.lq12-field input:focus,.lq12-field textarea:focus{border-color:#25262580;box-shadow:0 0 0 3px #e0f89b61;background:#fff}.lq12-contact__submit{height:54px;border:1px solid var(--ink);border-radius:9px;background:var(--ink);color:#fff;padding:0 17px;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:500;transition:background .2s ease,color .2s ease,border-color .2s ease}.lq12-contact__submit:hover{background:var(--accent);border-color:var(--accent);color:var(--ink)}.lq12-form-status{border-radius:8px;padding:14px 15px;font-size:11px;line-height:1.55}.lq12-form-status strong,.lq12-form-status span{display:block}.lq12-form-status--success{background:#e0f89b75;border:1px solid rgba(99,120,49,.18)}.lq12-form-status--error{background:#fff7f5;border:1px solid rgba(148,67,51,.18)}.lq12-form-status ul{margin:7px 0 0;padding-left:18px}.lq12-legal{background:#fff;padding:clamp(64px,7vw,106px) 0 clamp(78px,8vw,128px)}.lq12-legal__shell{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.5fr);gap:clamp(48px,7vw,118px);align-items:start;max-width:1240px}.lq12-legal__aside{position:sticky;top:106px}.lq12-legal__aside h1{font-size:clamp(52px,6vw,84px);line-height:.94;letter-spacing:-.052em;max-width:7ch}.lq12-legal__lead{max-width:380px;margin:25px 0 0;font-size:14px;line-height:1.65;color:#25262591}.lq12-legal__updated{margin:28px 0 0;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#25262566}.lq12-legal__content{border-top:1px solid rgba(37,38,37,.14)}.lq12-legal__block{display:grid;grid-template-columns:42px minmax(0,1fr);gap:18px;padding:27px 0 30px;border-bottom:1px solid rgba(37,38,37,.14)}.lq12-legal__index{padding-top:4px;font-size:7px;letter-spacing:.12em;color:#2526255c}.lq12-legal__block h2{font-size:21px;line-height:1.1;letter-spacing:-.028em;margin:0 0 13px}.lq12-legal__block .rte{max-width:720px;font-size:13px;line-height:1.75;color:#2526259e}.lq12-legal__block .rte p{margin:0 0 13px}.lq12-legal__block .rte p:last-child{margin-bottom:0}.lq12-legal__notice{margin-top:28px;padding:18px 20px;border-radius:9px;background:var(--cream);display:grid;grid-template-columns:76px 1fr;gap:16px}.lq12-legal__notice>span{font-size:7px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.lq12-legal__notice p{margin:0;font-size:10px;line-height:1.6;color:#25262587}@media(max-width:749px){.cart-drawer__head{min-height:72px!important;padding:12px 16px!important}.cart-drawer__head h2{font-size:21px!important}.cart-drawer__eyebrow{margin-bottom:5px}.cart-drawer__close{width:34px;height:34px}.lq12-contact{padding:48px 0 76px}.lq12-contact__intro{margin-bottom:38px}.lq12-contact__intro h1{font-size:52px;max-width:8ch}.lq12-contact__intro>p:last-child{margin-top:20px;font-size:14px}.lq12-contact__grid{grid-template-columns:1fr;gap:30px}.lq12-contact__details{position:static;display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.lq12-contact__detail:nth-child(3),.lq12-contact__note{grid-column:1/-1}.lq12-contact__form-wrap{padding:20px 16px;border-radius:10px}.lq12-field-grid{grid-template-columns:1fr;gap:24px}.lq12-contact__form{gap:22px}.lq12-legal{padding:48px 0 78px}.lq12-legal__shell{grid-template-columns:1fr;gap:42px}.lq12-legal__aside{position:static}.lq12-legal__aside h1{font-size:50px;max-width:9ch}.lq12-legal__lead{margin-top:18px;font-size:13px}.lq12-legal__updated{margin-top:22px}.lq12-legal__block{grid-template-columns:30px minmax(0,1fr);gap:10px;padding:22px 0 24px}.lq12-legal__block h2{font-size:18px;margin-bottom:10px}.lq12-legal__block .rte{font-size:12px;line-height:1.7}.lq12-legal__notice{grid-template-columns:1fr;gap:7px;padding:16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
