.lp-section{--lp-ink: #2b2822;--lp-cream: #f7f3ea;--lp-gold: #c9a227;--lp-gold-deep: #8a6d1f;--lp-gold-bright: #f2c94c;--lp-line: #e5dcc9;--lp-line-strong: #d9cfb8;--lp-body: #57503f;--lp-muted: #6e675c;--lp-muted-on-dark: #b9b2a2;--lp-cream-on-dark: #d8d1c1;--lp-surface: #ffffff;--lp-on-surface: var(--lp-ink);--lp-accent: var(--lp-gold-deep);--lp-hairline: rgba(43, 40, 34, .14);--lp-hairline-strong: rgba(43, 40, 34, .24);--lp-serif: "Playfair Display", Georgia, "Times New Roman", serif;--section-padding-top: 104px;--section-padding-bottom: 104px;background:var(--lp-surface);color:var(--lp-on-surface)}.lp-section--dark{--lp-surface: var(--lp-ink);--lp-on-surface: var(--lp-cream);--lp-accent: var(--lp-gold-bright);--lp-body: var(--lp-cream-on-dark);--lp-muted: var(--lp-muted-on-dark);--lp-hairline: rgba(247, 243, 234, .12);--lp-hairline-strong: rgba(247, 243, 234, .2)}.lp-section--cream{--lp-surface: var(--lp-cream);--lp-on-surface: var(--lp-ink)}.lp-section--theme{--lp-surface: rgb(var(--color-background));--lp-on-surface: rgb(var(--color-foreground));--lp-body: rgba(var(--color-foreground), .78);--lp-muted: rgba(var(--color-foreground), .62);--lp-line: rgba(var(--color-foreground), .14);--lp-line-strong: rgba(var(--color-foreground), .22);--lp-hairline: rgba(var(--color-foreground), .14);--lp-hairline-strong: rgba(var(--color-foreground), .24)}.lp-section h1,.lp-section h2,.lp-section .lp-proof__quote{font-family:var(--lp-serif);font-weight:500;text-transform:none;letter-spacing:-.01em;color:inherit;text-wrap:balance}.lp-section em{font-style:italic}.lp-section :focus-visible{outline:2px solid var(--lp-accent);outline-offset:3px}:where(.lp-section) :where(p,h3,ol,ul,figure,blockquote){margin:0}:where(.lp-section) :where(ol,ul){padding:0;list-style:none}.lp-section h3{font-family:var(--font-body-family, inherit);text-transform:none;letter-spacing:normal;color:inherit;text-wrap:balance}.lp-hero__body,.lp-cta__body,.lp-tl__step-body,.lp-proof__more p,.lp-proof__attr{text-wrap:pretty}.lp-section img{outline:1px solid rgba(0,0,0,.08);outline-offset:-1px}.lp-visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.lp-hero{--lp-hero-inset: 48px;--lp-hero-mat: 255, 255, 255;position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,46fr) minmax(0,54fr);column-gap:40px;align-items:start;padding:var(--section-padding-top) var(--lp-hero-inset) var(--section-padding-bottom);border-bottom:1px solid var(--lp-line);background-color:var(--lp-line)}.lp-hero.lp-section--cream{--lp-hero-mat: 247, 243, 234}.lp-hero.lp-section--dark{--lp-hero-mat: 43, 40, 34}.lp-hero--fill{min-height:82vh}.lp-hero__tiles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.lp-hero__tile{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease;background-color:var(--lp-line);background-repeat:repeat;background-size:var(--lp-tile-size, 240px);background-position:left top}.lp-hero__tile--active,.lp-hero--product-mode .lp-hero__tile{opacity:1}.lp-hero__text{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;gap:24px;padding:48px;background:rgba(var(--lp-hero-mat),.97);box-shadow:0 0 0 1px #2b28220f,0 40px 90px -20px #2b282266,0 12px 28px -8px #2b282238}@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)){.lp-hero__text{background:rgba(var(--lp-hero-mat),.94);-webkit-backdrop-filter:blur(18px) saturate(.9);backdrop-filter:blur(18px) saturate(.9)}}.lp-hero__eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--lp-gold-deep)}.lp-hero__rule{width:28px;height:1px;background:var(--lp-gold)}.lp-hero__title{font-size:clamp(48px,5vw,76px);line-height:1;margin:0}.lp-hero__title em{display:block;color:var(--lp-gold-deep)}.lp-hero__body{font-size:17px;line-height:1.6;color:var(--lp-body);margin:0;max-width:440px}.lp-hero__picker{display:flex;flex-direction:column;gap:12px}.lp-hero__picker-label{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-muted)}.lp-hero__chips{display:flex;gap:12px;flex-wrap:wrap}.lp-hero__chip{display:block;width:56px;height:56px;border-radius:50%;border:3px solid rgba(43,40,34,.12);padding:0;cursor:pointer;background-color:var(--lp-line);background-size:180px;background-position:center;box-shadow:0 2px 8px #2b28222e;transition-property:transform,border-color;transition-duration:.15s;transition-timing-function:ease-out}.lp-hero__chip:hover{transform:scale(1.08)}.lp-hero__ctas{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px;margin-top:8px}.lp-hero__cta,.lp-hero__app{flex:1 1 auto;min-width:0}.lp-btn--dark{display:inline-flex;align-items:center;justify-content:center;min-height:54px;background:var(--lp-ink);color:var(--lp-cream);padding:0 30px;border:1px solid var(--lp-ink);border-radius:999px;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;line-height:1.2;white-space:nowrap;transition-property:background-color,border-color,color,transform;transition-duration:.15s;transition-timing-function:ease-out}.lp-btn--dark:hover{background:var(--lp-gold-deep);border-color:var(--lp-gold-deep);color:var(--lp-cream)}.lp-btn--dark:active{transform:scale(.985)}.lp-hero__app{display:flex}.lp-hero__app .pp-visualize{display:block;flex:1 1 auto;margin:0}.lp-hero__ctas .pp-visualize__cta,.lp-hero__ctas .pp-visualize .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:54px;margin:0;padding:0 26px;border:1px solid var(--lp-ink);border-radius:999px;background:transparent;color:var(--lp-ink);font-family:inherit;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.2;white-space:nowrap;cursor:pointer;transition-property:background-color,color,transform;transition-duration:.15s;transition-timing-function:ease-out}.lp-hero__ctas .pp-visualize__cta:hover{background:var(--lp-ink);color:var(--lp-cream)}.lp-hero__ctas .pp-visualize__cta:active{transform:scale(.985)}.lp-hero__ctas .pp-visualize__cta-icon{width:18px;height:18px;margin-top:-1px;opacity:.85}.lp-hero__ctas .pp-visualize__hint{display:none}.lp-hero__browse{flex-basis:100%;align-self:flex-start;width:fit-content;margin-top:6px;font-size:14px;font-weight:600;color:var(--lp-on-surface);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.lp-hero__wall{position:relative;z-index:1;display:grid;justify-items:center;align-self:start;width:100%;min-width:0}.lp-hero--fill .lp-hero__wall{align-self:stretch}.lp-hero>input.lp-hero__radio[type=radio]{position:absolute;width:1px;height:1px;margin:0;padding:0;border:0;-webkit-appearance:none;appearance:none;opacity:0;pointer-events:none;flex:none;clip:rect(0 0 0 0);clip-path:inset(50%)}.lp-hero>input.lp-hero__radio[type=radio]:after{display:none}.lp-hero__scenes{display:grid;justify-items:center;width:100%;padding:13px;box-sizing:border-box}.lp-hero__scene{grid-area:1 / 1;opacity:0;transition:opacity .35s ease;display:flex;align-items:flex-start;justify-content:center;max-width:100%}.lp-hero__scene img{flex:0 0 auto;width:auto;height:auto;max-width:100%;max-height:min(74vh,720px);object-fit:contain;display:block;background:#fff;padding:12px;outline:1px solid rgba(0,0,0,.08);outline-offset:-1px;box-shadow:0 0 0 12px #fff,0 0 0 13px #2b28221a,0 48px 90px -24px #2b282280,0 18px 36px -12px #2b28224d}@media(prefers-reduced-motion:reduce){.lp-hero__scene,.lp-hero__tile{transition:none}}.lp-hero__cta,.lp-hero__name{display:none}.lp-hero__cta-set,.lp-hero__name-set{display:contents}.lp-hero__pill{position:absolute;left:32px;bottom:32px;z-index:3;background:#f7f3eaf5;border-radius:999px;padding:11px 18px;font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--lp-ink);display:flex;align-items:center;gap:8px;font-variant-numeric:tabular-nums;box-shadow:0 0 0 1px #2b282214,0 14px 30px -10px #2b282266}.lp-hero__dot{width:8px;height:8px;border-radius:50%;background:var(--lp-gold);flex:0 0 auto}.lp-hero__radio:nth-of-type(1):checked~.lp-hero__wall .lp-hero__scene:nth-child(1){opacity:1}.lp-hero__radio:nth-of-type(1):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(1){opacity:1}.lp-hero__radio:nth-of-type(1):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(1){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(1):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(1){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(1):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(1){display:inline-flex}.lp-hero__radio:nth-of-type(1):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(1){display:inline}.lp-hero__radio:nth-of-type(2):checked~.lp-hero__wall .lp-hero__scene:nth-child(2){opacity:1}.lp-hero__radio:nth-of-type(2):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(2){opacity:1}.lp-hero__radio:nth-of-type(2):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(2){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(2):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(2){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(2):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(2){display:inline-flex}.lp-hero__radio:nth-of-type(2):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(2){display:inline}.lp-hero__radio:nth-of-type(3):checked~.lp-hero__wall .lp-hero__scene:nth-child(3){opacity:1}.lp-hero__radio:nth-of-type(3):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(3){opacity:1}.lp-hero__radio:nth-of-type(3):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(3){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(3):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(3){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(3):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(3){display:inline-flex}.lp-hero__radio:nth-of-type(3):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(3){display:inline}.lp-hero__radio:nth-of-type(4):checked~.lp-hero__wall .lp-hero__scene:nth-child(4){opacity:1}.lp-hero__radio:nth-of-type(4):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(4){opacity:1}.lp-hero__radio:nth-of-type(4):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(4){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(4):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(4){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(4):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(4){display:inline-flex}.lp-hero__radio:nth-of-type(4):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(4){display:inline}.lp-hero__radio:nth-of-type(5):checked~.lp-hero__wall .lp-hero__scene:nth-child(5){opacity:1}.lp-hero__radio:nth-of-type(5):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(5){opacity:1}.lp-hero__radio:nth-of-type(5):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(5){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(5):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(5){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(5):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(5){display:inline-flex}.lp-hero__radio:nth-of-type(5):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(5){display:inline}.lp-hero__radio:nth-of-type(6):checked~.lp-hero__wall .lp-hero__scene:nth-child(6){opacity:1}.lp-hero__radio:nth-of-type(6):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(6){opacity:1}.lp-hero__radio:nth-of-type(6):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(6){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(6):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(6){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(6):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(6){display:inline-flex}.lp-hero__radio:nth-of-type(6):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(6){display:inline}.lp-hero__radio:nth-of-type(7):checked~.lp-hero__wall .lp-hero__scene:nth-child(7){opacity:1}.lp-hero__radio:nth-of-type(7):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(7){opacity:1}.lp-hero__radio:nth-of-type(7):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(7){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(7):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(7){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(7):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(7){display:inline-flex}.lp-hero__radio:nth-of-type(7):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(7){display:inline}.lp-hero__radio:nth-of-type(8):checked~.lp-hero__wall .lp-hero__scene:nth-child(8){opacity:1}.lp-hero__radio:nth-of-type(8):checked~.lp-hero__tiles>.lp-hero__tile:nth-child(8){opacity:1}.lp-hero__radio:nth-of-type(8):checked~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(8){border-color:var(--lp-ink)}.lp-hero__radio:nth-of-type(8):focus-visible~.lp-hero__text .lp-hero__chips>.lp-hero__chip:nth-child(8){outline:2px solid var(--lp-accent);outline-offset:3px}.lp-hero__radio:nth-of-type(8):checked~.lp-hero__text .lp-hero__cta-set>.lp-hero__cta:nth-child(8){display:inline-flex}.lp-hero__radio:nth-of-type(8):checked~.lp-hero__wall .lp-hero__name-set>.lp-hero__name:nth-child(8){display:inline}.lp-hero--product-mode .lp-hero__picker,.lp-hero--product-mode .lp-hero__browse,.lp-hero__picker[hidden]{display:none!important}.lp-hero--product-mode .lp-hero__scene{opacity:1}.lp-hero--product-mode .lp-hero__cta{display:inline-flex}.lp-hero--product-mode .lp-hero__name{display:inline}@media(max-width:900px){.lp-hero,.lp-hero--fill{--lp-hero-inset: 16px;grid-template-columns:minmax(0,58fr) minmax(0,42fr);column-gap:12px;align-items:start;padding:24px var(--lp-hero-inset) 28px;min-height:0}.lp-hero__tile{background-size:calc(var(--lp-tile-size, 240px) * .7)}.lp-hero__text{padding:26px 22px 28px;gap:18px;box-shadow:0 0 0 1px #2b28220f,0 24px 50px -16px #2b282259}.lp-hero__cta,.lp-hero__app{flex-basis:100%}.lp-hero--fill .lp-hero__wall{height:auto;min-height:0}.lp-hero__scenes{padding:7px}.lp-hero__scene img{max-width:100%;max-height:70vh;padding:6px;box-shadow:0 0 0 6px #fff,0 0 0 7px #2b28221a,0 24px 48px -16px #2b282273}.lp-hero__title{font-size:clamp(32px,8.5vw,52px)}.lp-hero__body{font-size:16px}.lp-hero__pill{left:16px;bottom:16px;font-size:11px;padding:8px 12px}}@media(max-width:600px){.lp-hero,.lp-hero--fill{grid-template-columns:minmax(0,1fr);row-gap:20px}.lp-hero__text{grid-column:1;grid-row:1;padding:26px 22px 30px}.lp-hero__wall{grid-column:1;grid-row:2;aspect-ratio:4 / 5}.lp-hero--fill .lp-hero__wall{aspect-ratio:4 / 5}.lp-hero__scenes{padding:9px}.lp-hero__scene img{max-width:100%;max-height:70vh;padding:8px;box-shadow:0 0 0 8px #fff,0 0 0 9px #2b28221a,0 24px 48px -16px #2b282273}.lp-hero__body{max-width:none}.lp-hero__pill{top:auto;right:auto;left:20px;bottom:20px}}.lp-ticker{color:var(--lp-gold-bright);overflow:hidden;padding:14px 0;border-bottom:1px solid var(--lp-line)}.lp-ticker__track{display:flex;width:max-content;animation:lp-marquee var(--lp-ticker-duration, 28s) linear infinite;font-size:13px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;white-space:nowrap}.lp-ticker__track span{padding-right:48px}@keyframes lp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.lp-ticker__track{animation:none}}.lp-ba{max-width:1200px;margin:0 auto;padding:var(--section-padding-top) 48px var(--section-padding-bottom);display:grid;grid-template-columns:1fr 1.2fr;gap:72px;align-items:center}.lp-ba__text{display:flex;flex-direction:column;gap:20px}.lp-ba__eyebrow{font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--lp-gold-deep)}.lp-ba__title{font-size:52px;line-height:1.02;margin:0}.lp-ba__body{font-size:17px;line-height:1.65;color:var(--lp-body);margin:0}.lp-ba__stats{display:flex;gap:28px;margin-top:6px;flex-wrap:wrap}.lp-ba__stat{font-family:var(--lp-serif);font-size:40px;line-height:1;color:var(--lp-gold-deep)}.lp-ba__stat-label{font-size:13px;color:var(--lp-muted);margin-top:4px}.lp-ba__card{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 24px 60px #2b28222e;aspect-ratio:4 / 3}.lp-ba__before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#e9e2d3,#dfd7c5 60%,#d6cdb9)}.lp-ba__before-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.lp-ba__furniture{position:absolute;left:8%;bottom:0;width:10%;height:38%;background:#cbc1ac;border-radius:4px 4px 0 0;opacity:.5}.lp-ba__clip{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--lp-ba-split, 55%);overflow:hidden}.lp-ba__paper{position:absolute;top:0;right:0;bottom:0;left:0;width:52vw;max-width:660px;background-color:var(--lp-line);background-size:420px}.lp-ba__line{position:absolute;top:0;bottom:0;left:var(--lp-ba-split, 55%);width:2px;background:var(--lp-cream);box-shadow:0 0 12px #00000059}.lp-ba__handle{position:absolute;top:50%;left:var(--lp-ba-split, 55%);transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:var(--lp-cream);color:var(--lp-ink);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;box-shadow:0 4px 14px #0000004d;pointer-events:none}.lp-ba__range{-webkit-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;cursor:ew-resize;background:transparent}.lp-ba__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:64px;height:64px;border-radius:50%;background:transparent;cursor:ew-resize}.lp-ba__range::-moz-range-thumb{width:64px;height:64px;border:0;border-radius:50%;background:transparent;cursor:ew-resize}.lp-ba__tag{position:absolute;top:16px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 12px;border-radius:999px;pointer-events:none}.lp-ba__tag--after{left:16px;background:#2b2822bf;color:var(--lp-cream)}.lp-ba__tag--before{right:16px;background:#f7f3ead9;color:var(--lp-body)}@media(max-width:900px){.lp-ba{grid-template-columns:1fr;padding:64px 24px;gap:40px}.lp-ba__title{font-size:38px}}.lp-tl__inner{max-width:1200px;margin:0 auto;padding:var(--section-padding-top) 48px var(--section-padding-bottom)}.lp-tl__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:64px;flex-wrap:wrap}.lp-tl__title{font-size:clamp(38px,3.8vw,54px);line-height:1.06;margin:0;max-width:560px}.lp-tl__title em{color:var(--lp-gold-bright)}.lp-tl__link{color:var(--lp-gold-bright);font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:2px;text-decoration:none;white-space:nowrap}.lp-tl__grid{display:grid;grid-template-columns:repeat(var(--lp-tl-cols, 4),1fr);border-top:1px solid var(--lp-hairline-strong)}.lp-tl__step{padding:36px 28px 0;display:flex;flex-direction:column;gap:12px;border-right:1px solid var(--lp-hairline)}.lp-tl__step:first-child{padding-left:0}.lp-tl__step:last-child{border-right:none;padding-right:0}.lp-tl__time{font-family:var(--lp-serif);font-style:italic;font-size:20px;color:var(--lp-gold-bright);margin-top:-13px;background:var(--lp-surface);align-self:flex-start;padding-right:14px}.lp-tl__step-title{font-weight:700;font-size:18px;margin:0}.lp-tl__step-body{margin:0;font-size:14.5px;line-height:1.6;color:var(--lp-muted)}@media(max-width:900px){.lp-tl__inner{padding:64px 24px}.lp-tl__title{font-size:38px}.lp-tl__grid{grid-template-columns:1fr}.lp-tl__step,.lp-tl__step:first-child,.lp-tl__step:last-child{border-right:none;border-left:1px solid var(--lp-hairline);padding:28px 0 0 24px}}.lp-shop{padding:var(--section-padding-top) 0 var(--section-padding-bottom);border-bottom:1px solid var(--lp-line)}.lp-shop__head{max-width:1200px;margin:0 auto 48px;padding:0 48px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.lp-shop__title{font-size:52px;line-height:1.02;margin:0}.lp-shop__link{font-size:14px;font-weight:600;color:var(--lp-on-surface);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap}.lp-shop__row{display:flex;gap:20px;overflow-x:auto;padding:8px 48px 24px;scrollbar-width:none}.lp-shop__row::-webkit-scrollbar{display:none}.lp-shop__row>li{flex:0 0 280px}.lp-shop__card{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:var(--lp-on-surface)}.lp-shop__card:hover{opacity:.9}.lp-shop__tile{position:relative;height:340px;border-radius:8px;overflow:hidden;background:var(--lp-line);box-shadow:inset 0 0 0 1px #2b282214,0 10px 26px #2b28221a}.lp-shop__tile img{width:100%;height:100%;object-fit:cover;display:block}.lp-shop__peel{position:absolute;right:0;bottom:0;width:56px;height:56px;background:linear-gradient(315deg,#f7f3ea 50%,rgba(43,40,34,.22) 50%,rgba(43,40,34,.06) 58%,transparent 62%);border-radius:8px 0 0}.lp-shop__meta{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.lp-shop__name{font-size:15px;font-weight:700}.lp-shop__price{font-size:13px;color:var(--lp-muted);white-space:nowrap}.lp-shop__nudge{max-width:1200px;margin:0 auto;padding:24px 48px 0;display:flex;align-items:center;gap:16px;font-size:13.5px;color:var(--lp-body)}.lp-shop__nudge p{margin:0}.lp-shop__nudge a{color:var(--lp-gold-deep);font-weight:700;border-bottom:1px solid var(--lp-gold);padding-bottom:1px;text-decoration:none}.lp-shop__rule{flex:1;height:1px;background:var(--lp-line)}.lp-shop__empty{max-width:1200px;margin:0 auto;padding:0 48px;color:var(--lp-muted);font-size:15px}@media(max-width:900px){.lp-shop__head{padding:0 24px;margin-bottom:32px}.lp-shop__title{font-size:38px}.lp-shop__row{padding:8px 24px 24px}.lp-shop__nudge,.lp-shop__empty{padding-left:24px;padding-right:24px}}.lp-proof{max-width:1200px;margin:0 auto;padding:var(--section-padding-top) 48px var(--section-padding-bottom);display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.lp-proof__photos{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lp-proof__img{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:8px;display:block;box-shadow:0 24px 48px -24px #2b282259}.lp-proof__img--offset{margin-top:32px}.lp-proof__photos[hidden],.lp-proof__img[hidden]{display:none!important}.lp-proof--single .lp-proof__photos{grid-template-columns:1fr;max-width:440px}.lp-proof--no-photos{grid-template-columns:1fr;max-width:880px}.lp-proof__text{display:flex;flex-direction:column;gap:28px}.lp-proof__rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lp-proof__stars{color:var(--lp-gold);font-size:18px;letter-spacing:3px}.lp-proof__count{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-muted)}.lp-proof__quote{margin:0;font-size:clamp(26px,2.4vw,34px);line-height:1.28;font-style:italic;color:var(--lp-on-surface);text-wrap:pretty}.lp-proof__attr{font-size:14px;color:var(--lp-muted);margin-top:14px}.lp-proof__more{display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--lp-line);padding-top:24px}.lp-proof__more p{margin:0;font-size:15px;line-height:1.6;color:var(--lp-body)}.lp-proof__more span{color:var(--lp-muted)}@media(max-width:900px){.lp-proof{grid-template-columns:1fr;padding:64px 24px;gap:40px}.lp-proof__quote{font-size:26px}}.lp-faq{border-top:1px solid var(--lp-line)}.lp-faq__inner{max-width:1200px;margin:0 auto;padding:var(--section-padding-top) 48px var(--section-padding-bottom);display:grid;grid-template-columns:1fr 1.4fr;gap:72px;align-items:start}.lp-faq__intro{display:flex;flex-direction:column;gap:16px;position:sticky;top:96px}.lp-faq__title{font-size:48px;line-height:1.05;margin:0}.lp-faq__sub{font-size:16px;line-height:1.6;color:var(--lp-body);margin:0}.lp-faq__sub p{margin:0}.lp-faq__sub a{color:var(--lp-gold-deep);font-weight:600}.lp-faq__item{border-bottom:1px solid var(--lp-line-strong)}.lp-faq__q{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;font-size:17px;font-weight:700;cursor:pointer;list-style:none}.lp-faq__q::-webkit-details-marker{display:none}.lp-faq__icon:before{content:"+";font-size:24px;color:var(--lp-gold-deep);font-weight:400;line-height:1}.lp-faq__item[open] .lp-faq__icon:before{content:"\2212"}.lp-faq__a{margin:0;padding:0 40px 24px 4px;font-size:15px;line-height:1.65;color:var(--lp-body)}@media(max-width:900px){.lp-faq__inner{grid-template-columns:1fr;padding:64px 24px;gap:32px}.lp-faq__intro{position:static}.lp-faq__title{font-size:36px}}.lp-cta{position:relative;overflow:hidden}.lp-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--lp-ink);background-size:560px}.lp-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2b2822d1,#2b2822b3 50%,#2b2822d1)}.lp-cta__content{position:relative;max-width:760px;margin:0 auto;text-align:center;padding:var(--section-padding-top) 48px var(--section-padding-bottom);display:flex;flex-direction:column;align-items:center;gap:22px}.lp-cta__eyebrow{font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--lp-gold-bright)}.lp-cta__title{font-size:clamp(40px,4.4vw,62px);margin:0;line-height:1.04;color:var(--lp-cream)}.lp-cta__body{margin:0;font-size:17px;line-height:1.6;color:var(--lp-cream-on-dark);max-width:520px}.lp-cta__buttons{display:flex;gap:14px;margin-top:6px;flex-wrap:wrap;justify-content:center}.lp-cta__btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 34px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;line-height:1.2;white-space:nowrap;transition-property:background-color,border-color,color,transform;transition-duration:.15s;transition-timing-function:ease-out}.lp-cta__btn:active{transform:scale(.985)}.lp-cta__btn--gold{background:var(--lp-gold-bright);border-color:var(--lp-gold-bright);color:var(--lp-ink);font-weight:800}.lp-cta__btn--gold:hover{background:var(--lp-cream);color:var(--lp-ink)}.lp-cta__btn--outline{border-color:#f7f3ea99;color:var(--lp-cream)}.lp-cta__btn--outline:hover{background:#f7f3ea24;border-color:var(--lp-cream)}@media(max-width:900px){.lp-cta__content{padding:80px 24px}.lp-cta__title{font-size:40px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-lp.css.map */
