@layer base{._content_1hxhe_2{max-width:20rem;padding:var(--spacing-2) var(--spacing-3);background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);font-size:.875rem;line-height:1.4;box-shadow:var(--shadow-md);font-family:var(--font-family-base);border:1px solid var(--border);z-index:var(--z-overlay);overflow-wrap:break-word;word-break:keep-all;animation-duration:var(--animation-duration-normal);animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}._content_1hxhe_2[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_1hxhe_1}@keyframes _slideUpAndFade_1hxhe_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideDownAndFade_1hxhe_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_1hxhe_1{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes _slideRightAndFade_1hxhe_1{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}}@layer base{._toaster_uhdob_2{--viewport-padding: var(--spacing-4);--toast-width: 360px;--toast-border-radius: var(--radius);--toast-font-family: var(--font-family-base);--toast-animation-duration: var(--animation-duration-normal)}._toast_uhdob_2{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-4);background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);width:var(--toast-width);position:relative;animation:_slideIn_uhdob_1 var(--toast-animation-duration) cubic-bezier(.16,1,.3,1);transition:transform .2s ease,opacity .2s ease}._toast_uhdob_2:focus{outline:none;box-shadow:var(--shadow-focus)}._toast_uhdob_2:hover{transform:translateY(-2px)}._content_uhdob_35{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1);min-width:0}._title_uhdob_43{font-weight:600;font-size:1rem;color:var(--card-foreground);line-height:1.4}._description_uhdob_50{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}._icon_uhdob_56{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--primary)}._actionButton_uhdob_66{padding:var(--spacing-2) var(--spacing-3);background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;margin-left:var(--spacing-2);white-space:nowrap}._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,black)}._actionButton_uhdob_66:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,black)}._cancelButton_uhdob_93{padding:var(--spacing-2) var(--spacing-3);background-color:var(--muted);color:var(--muted-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;white-space:nowrap}._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,white)}._cancelButton_uhdob_93:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 75%,white)}._closeButton_uhdob_119{position:absolute;top:var(--spacing-2);right:var(--spacing-2);display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);background-color:transparent;color:var(--muted-foreground);border:none;cursor:pointer;opacity:.7;transition:opacity var(--animation-duration-fast) ease,background-color var(--animation-duration-fast) ease}._closeButton_uhdob_119:hover{opacity:1;background-color:var(--muted)}._closeButton_uhdob_119:focus-visible{outline:none;box-shadow:var(--shadow-focus);opacity:1}.dark ._toast_uhdob_2{border-color:var(--border)}.dark ._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,white)}.dark ._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,white)}.dark ._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,black)}.dark ._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 70%,black)}@keyframes _slideIn_uhdob_1{0%{transform:translate(calc(100% + var(--viewport-padding)));opacity:0}to{transform:translate(0);opacity:1}}}@layer base{._overlay_15pol_2{position:fixed;inset:0;z-index:var(--z-overlay);background-color:color-mix(in srgb,black 50%,transparent);backdrop-filter:blur(2px);animation:_overlayShow_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._content_15pol_12{position:fixed;z-index:var(--z-overlay);display:flex;flex-direction:column;background-color:var(--popup);color:var(--popup-foreground);box-shadow:var(--shadow-lg);transition:transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);overflow-y:auto}._top_15pol_25{top:0;left:0;right:0;height:80vh;max-height:500px;border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);animation:_slideDownAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._bottom_15pol_37{bottom:0;left:0;right:0;height:80vh;max-height:500px;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);animation:_slideUpAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._left_15pol_49{top:0;left:0;bottom:0;width:100%;max-width:400px;border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);animation:_slideRightAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._right_15pol_61{top:0;right:0;bottom:0;width:100%;max-width:400px;border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md);animation:_slideLeftAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._close_15pol_73{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);background-color:var(--muted);color:var(--muted-foreground);border:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,transform var(--animation-duration-fast) ease}._close_15pol_73:hover{background-color:var(--muted-foreground);color:var(--muted);transform:scale(1.05)}._close_15pol_73:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._closeIcon_15pol_103{width:1rem;height:1rem}._header_15pol_108{display:flex;flex-direction:column;gap:var(--spacing-2);padding:var(--spacing-6);padding-right:var(--spacing-12);border-bottom:1px solid var(--border)}._footer_15pol_117{display:flex;flex-direction:column;gap:var(--spacing-3);margin-top:auto;padding:var(--spacing-6);border-top:1px solid var(--border)}._title_15pol_126{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:600;color:var(--popup-foreground)}._description_15pol_133{font-size:.875rem;color:var(--muted-foreground);line-height:1.5}@keyframes _overlayShow_15pol_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpAndFade_15pol_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slideDownAndFade_15pol_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes _slideLeftAndFade_15pol_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideRightAndFade_15pol_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(max-width:640px){._left_15pol_49,._right_15pol_61{max-width:100%}}}._drawerOverlay_106do_11{z-index:1100!important}._drawerContent_106do_15{background-color:#f8f7f4!important;color:#1c1916!important;font-family:var(--font-family-base);border-left:1px solid #E8E4DC;display:flex;flex-direction:column;padding:0!important;box-shadow:none!important;z-index:1100!important}._header_106do_27{padding:2rem 2rem 1.5rem;border-bottom:1px solid #E8E4DC!important;display:flex;flex-direction:column;gap:.25rem!important}._title_106do_35{font-family:var(--font-family-heading)!important;font-size:1.75rem!important;font-weight:400!important;color:#1c1916!important;margin:0;line-height:1.2}._description_106do_44{font-family:var(--font-family-base);font-size:.875rem!important;color:#5c5650!important;margin:0}._body_106do_51{flex:1;overflow-y:auto;padding:0 2rem;display:flex;flex-direction:column}._itemList_106do_59{display:flex;flex-direction:column}._emptyState_106do_65{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;padding:4rem 0}._emptyIconWrapper_106do_76{width:48px;height:48px;border-radius:50%;background-color:#e8e4dc;display:flex;align-items:center;justify-content:center;color:#5c5650}._emptyIcon_106do_76{width:24px;height:24px;stroke-width:1.5}._emptyText_106do_93{font-size:1.125rem;color:#5c5650;margin:0}._continueBtn_106do_99{background:transparent;border:1px solid #1C1916;color:#1c1916;padding:.75rem 1.5rem;font-family:var(--font-family-base);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:0}._continueBtn_106do_99:hover{background-color:#1c1916;color:#fff}._cartItem_106do_118{display:flex;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #E8E4DC;transition:opacity .2s ease}._itemUpdating_106do_126{opacity:.5;pointer-events:none}._itemImageWrapper_106do_131{width:64px;height:64px;flex-shrink:0;background-color:#e8e4dc;overflow:hidden}._itemImage_106do_131{width:100%;height:100%;object-fit:cover}._itemImagePlaceholder_106do_145{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9c968e}._placeholderIcon_106do_154{width:20px;height:20px}._itemDetails_106do_159{flex:1;display:flex;flex-direction:column;justify-content:space-between}._itemHeader_106do_166{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._itemTitleGroup_106do_173{display:flex;flex-direction:column;gap:.125rem}._itemTitle_106do_173{font-family:var(--font-family-base);font-size:.875rem;font-weight:500;color:#1c1916;margin:0;line-height:1.4}._itemVariant_106do_188{font-size:.75rem;color:#5c5650;margin:0}._itemPrice_106do_194{font-family:var(--font-family-heading);font-size:1rem;color:#1c1916;white-space:nowrap}._itemActions_106do_201{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}._quantityControls_106do_208{display:flex;align-items:center;border:1px solid #E8E4DC;height:28px}._qtyBtn_106do_215{background:transparent;border:none;width:28px;height:100%;display:flex;align-items:center;justify-content:center;color:#5c5650;cursor:pointer;padding:0;transition:color .2s ease,background-color .2s ease}._qtyBtn_106do_215:hover:not(:disabled){color:#1c1916;background-color:#00000008}._qtyBtn_106do_215:disabled{opacity:.5;cursor:not-allowed}._qtyIcon_106do_239{width:12px;height:12px}._qtyValue_106do_244{font-size:.75rem;font-weight:500;color:#1c1916;min-width:20px;text-align:center;user-select:none}._removeBtn_106do_253{background:transparent;border:none;font-family:var(--font-family-base);font-size:.75rem;color:#9c968e;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:0;transition:color .2s ease}._removeBtn_106do_253:hover:not(:disabled){color:#1c1916}._footer_106do_271{padding:1.5rem 2rem 2rem;background-color:#f8f7f4;border-top:1px solid #E8E4DC!important;display:flex;flex-direction:column;gap:.5rem}._subtotalRow_106do_280{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.25rem}._subtotalLabel_106do_287{font-size:.875rem;color:#1c1916;font-weight:500}._subtotalValue_106do_293{font-family:var(--font-family-heading);font-size:1.5rem;color:#1c1916;line-height:1}._shippingNote_106do_300{font-size:.75rem;color:#9c968e;margin:0 0 1rem}._checkoutBtn_106do_306{width:100%;background-color:#1c1916;color:#fff;border:none;padding:1rem;font-family:var(--font-family-base);font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;border-radius:0}._checkoutBtn_106do_306:hover:not(:disabled){background-color:#5c5650}._checkoutBtn_106do_306:disabled{background-color:#e8e4dc;color:#9c968e;cursor:not-allowed}._guaranteeText_106do_330{font-size:.75rem;color:#9c968e;text-align:center;margin:.5rem 0 0}._section_1kcb5_1{background-color:var(--off-white);padding:6rem 2rem;display:flex;justify-content:center}._container_1kcb5_8{max-width:800px;width:100%;text-align:left}._fadeUp_1kcb5_14{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}._fadeUp_1kcb5_14._inView_1kcb5_21{opacity:1;transform:translateY(0)}._h2_1kcb5_26{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:0 0 1.5rem;font-weight:400;letter-spacing:-.01em;color:var(--ink)}._h2_1kcb5_26 em{font-family:var(--font-serif);color:var(--accent);font-style:italic;font-weight:400}._bodyText_1kcb5_43{font-size:1.125rem;color:var(--ink-mid);font-weight:300;margin:0 0 1.5rem;line-height:1.6}._citationsGrid_1kcb5_51{display:flex;flex-direction:column;gap:2rem;margin:3rem 0}._citationCard_1kcb5_58{padding-left:1.5rem;border-left:2px solid var(--accent)}._citationLink_1kcb5_63{color:var(--accent);font-weight:500;text-decoration:none;font-size:1.125rem;display:block;margin-bottom:.25rem;transition:color .2s ease}._citationLink_1kcb5_63:hover{color:var(--ink)}._citationQuote_1kcb5_77{color:var(--ink-mid);font-size:1.0625rem;font-weight:300;line-height:1.5;display:block}._closingLine_1kcb5_85{font-family:var(--font-serif);font-size:2rem;color:var(--accent);text-align:center;margin-top:4rem;font-weight:400}@media(max-width:768px){._section_1kcb5_1{padding:4rem 1.5rem}._citationsGrid_1kcb5_51{gap:1.5rem;margin:2rem 0}._closingLine_1kcb5_85{font-size:1.5rem;margin-top:3rem}}._fadeUp_1bn65_1{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}._fadeUp_1bn65_1._inView_1bn65_8{opacity:1;transform:translateY(0)}._container_1q0t5_4{--ink: #1C1916;--ink-mid: #5C5650;--ink-soft: #9C968E;--off-white: #F8F7F4;--cream: #FAF7F2;--white: #FFFFFF;--surface: #F2EFE9;--border: #E8E4DC;--accent: #8B7355;--accent-light: #C4A97D;--font-serif: "DM Serif Display", serif;--font-sans: "DM Sans", sans-serif;font-family:var(--font-sans);color:var(--ink);background-color:var(--off-white);line-height:1.5;-webkit-font-smoothing:antialiased}._container_1q0t5_4 em{font-family:var(--font-serif);color:var(--accent);font-style:italic;font-weight:400}._h1_1q0t5_38{font-family:var(--font-serif);font-size:clamp(3rem,6vw,5rem);line-height:1.1;margin:0 0 1rem;font-weight:400;letter-spacing:-.02em}._h2_1q0t5_47{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:0 0 1.5rem;font-weight:400;letter-spacing:-.01em}._h2White_1q0t5_56{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:0 0 1.5rem;font-weight:400;color:var(--white);letter-spacing:-.01em}._h3_1q0t5_66{font-family:var(--font-sans);font-size:1.25rem;font-weight:500;margin:0 0 .5rem}._bodyText_1q0t5_73{font-size:1.125rem;color:var(--ink-mid);font-weight:300;margin:0 0 2rem;max-width:500px}._bodyTextWhite_1q0t5_81{font-size:1.125rem;color:#ffffffb3;font-weight:300;margin:0 0 2rem;max-width:500px}._sectionLabel_1q0t5_89{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);margin-bottom:1rem;font-weight:500}._sectionLabelWhite_1q0t5_98{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-light);margin-bottom:1rem;font-weight:500}._section_1q0t5_89{padding:6rem 2rem;max-width:1400px;margin:0 auto}._btnPrimary_1q0t5_116{display:inline-flex;align-items:center;justify-content:center;background-color:var(--ink);color:var(--white);padding:1rem 2rem;text-decoration:none;font-weight:500;transition:background-color .2s ease;border:1px solid var(--ink);cursor:pointer}._btnPrimary_1q0t5_116:hover{background-color:var(--ink-mid)}._btnGhost_1q0t5_133{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:var(--ink);padding:1rem 2rem;text-decoration:none;font-weight:500;border:1px solid var(--border);transition:border-color .2s ease}._btnGhost_1q0t5_133:hover{border-color:var(--ink)}._btnOutlineWhite_1q0t5_149{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:var(--white);padding:1rem 2rem;text-decoration:none;font-weight:500;border:1px solid var(--white);transition:background-color .2s ease,color .2s ease}._btnOutlineWhite_1q0t5_149:hover{background-color:var(--white);color:var(--ink)}._nav_1q0t5_169{position:fixed;top:0;left:0;right:0;height:80px;background:#f8f7f4d9;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:1000;display:flex;align-items:center}._navInner_1q0t5_183{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}._navLogo_1q0t5_193{height:120px;width:auto;display:block;object-fit:contain;clip-path:inset(22% 21% 32% 17%);margin:-26px 0}._navLinks_1q0t5_202{display:flex;gap:2.5rem}._navLink_1q0t5_202{text-decoration:none;color:var(--ink-mid);font-size:.9375rem;transition:color .2s}._navLink_1q0t5_202:hover{color:var(--ink)}._navRight_1q0t5_217{display:flex;align-items:center;gap:1rem}._navButton_1q0t5_223{background-color:var(--ink);color:var(--white);padding:.625rem 1.25rem;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s}._navButton_1q0t5_223:hover{background-color:var(--ink-mid)}._cartButtonWrapper_1q0t5_236{position:relative;display:flex;align-items:center}._cartButton_1q0t5_236{background:transparent;border:none;cursor:pointer;color:var(--ink);padding:.5rem;transition:color .2s;display:flex;align-items:center;justify-content:center}._cartButton_1q0t5_236:hover{color:var(--accent)}._cartBadge_1q0t5_257{position:absolute;top:-4px;right:-4px;background-color:var(--accent);color:var(--white);font-size:.625rem;font-weight:600;min-width:16px;height:16px;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 4px}._hero_1q0t5_277{padding-top:80px;min-height:100vh;display:grid;grid-template-columns:45% 55%;max-width:1400px;margin:0 auto}._heroLeft_1q0t5_286{padding:6rem 4rem 6rem 2rem;display:flex;flex-direction:column;justify-content:center}._tagline_1q0t5_293{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:1.5rem;font-weight:500}._heroSubtext_1q0t5_302{font-size:1.25rem;color:var(--ink-mid);font-weight:300;margin-bottom:3rem;max-width:400px}._heroCtas_1q0t5_310{display:flex;gap:1rem;margin-bottom:4rem}._heroStats_1q0t5_316{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.05em}._statDot_1q0t5_326{color:var(--border)}._heroRight_1q0t5_330{position:relative;background-color:var(--cream);display:flex;align-items:center;justify-content:center;padding:4rem}._heroImage_1q0t5_339{width:100%;max-width:600px;object-fit:contain;animation:_float_1q0t5_1 7s ease-in-out infinite alternate}@keyframes _float_1q0t5_1{0%{transform:translateY(0)}to{transform:translateY(-20px)}}._heroPriceChip_1q0t5_351{position:absolute;bottom:3rem;right:3rem;background-color:var(--white);padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border:1px solid var(--border);box-shadow:none}._marquee_1q0t5_366{background-color:var(--ink);color:var(--accent-light);overflow:hidden;padding:1.5rem 0;display:flex;white-space:nowrap}._marqueeContent_1q0t5_375{display:inline-flex;animation:_marqueeScroll_1q0t5_1 25s linear infinite}._marqueeText_1q0t5_380{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;padding-right:2rem}@keyframes _marqueeScroll_1q0t5_1{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}._materialSection_1q0t5_395{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}._fullBleedImage_1q0t5_402{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;display:block}._propertyList_1q0t5_410{margin-top:3rem;border-top:1px solid var(--border)}._propertyRow_1q0t5_415{display:flex;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--border);font-size:.9375rem}._propKey_1q0t5_423{color:var(--ink-soft)}._propVal_1q0t5_427{color:var(--ink);font-weight:500}._carouselSection_1q0t5_435{background-color:var(--ink);padding:6rem 0;color:var(--white)}._carouselViewport_1q0t5_441{overflow:hidden;max-width:1400px;margin:0 auto}._carouselContainer_1q0t5_447{display:flex}._carouselSlide_1q0t5_451{flex:0 0 100%;min-width:0;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;padding:0 2rem}._slideLeft_1q0t5_461 img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top}._slideRight_1q0t5_468{padding-right:2rem}._pullQuote_1q0t5_472{margin:3rem 0 0;padding-left:1.5rem;border-left:2px solid var(--accent);font-family:var(--font-serif);font-size:1.25rem;color:var(--accent-light);font-style:italic;line-height:1.4}._carouselControls_1q0t5_483{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem}._carouselBtn_1q0t5_491{background:transparent;border:1px solid var(--ink-mid);color:var(--white);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._carouselBtn_1q0t5_491:hover{border-color:var(--white)}._carouselDots_1q0t5_507{display:flex;gap:.75rem}._dot_1q0t5_512{width:8px;height:8px;border-radius:0;background-color:var(--ink-mid);border:none;cursor:pointer;transition:background-color .2s}._dotActive_1q0t5_522{background-color:var(--accent-light)}._useCasesSection_1q0t5_529{background-color:var(--off-white)}._centerHeader_1q0t5_533{text-align:center;margin-bottom:5rem}._useCasesGrid_1q0t5_538{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._useCaseCard_1q0t5_544{background:transparent}._useCaseImgWrapper_1q0t5_548{overflow:hidden;margin-bottom:1.5rem}._useCaseImgWrapper_1q0t5_548 img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .5s ease}._useCaseCard_1q0t5_544:hover ._useCaseImgWrapper_1q0t5_548 img{transform:scale(1.03)}._useCaseLabel_1q0t5_564{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);margin-bottom:.5rem}._useCaseBody_1q0t5_572{font-size:.9375rem;color:var(--ink-mid);font-weight:300;line-height:1.6}._earlyBuyStrip_1q0t5_582{background-color:var(--ink)}._earlyBuyInner_1q0t5_586{padding:3rem 2rem;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}._earlyBuyLeft_1q0t5_595{color:var(--white)}._earlyBuyTitle_1q0t5_599{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:.25rem}._earlyBuyPrice_1q0t5_605{color:var(--ink-soft);font-size:.875rem}._adjustabilitySection_1q0t5_613{display:grid}._adjustabilitySection_1q0t5_613 ._fullBleedImage_1q0t5_402{aspect-ratio:auto;object-fit:contain}._adjustabilitySection_1q0t5_613{grid-template-columns:1fr 1fr;gap:6rem;align-items:center}._pillContainer_1q0t5_626{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}._anglePill_1q0t5_633{border:1px solid var(--border);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;color:var(--ink-mid);background-color:var(--white)}._anglePill_1q0t5_633 strong{color:var(--ink);font-weight:500;margin-right:.25rem}._specsSection_1q0t5_651{display:flex;flex-direction:column;align-items:center;background-color:var(--cream);max-width:none;padding:5rem 2rem}._specsSection_1q0t5_651 ._centerHeader_1q0t5_533{margin-bottom:3rem;text-align:center}._specsGrid_1q0t5_665{display:grid;grid-template-columns:1fr 1fr;gap:2rem 4rem;max-width:1000px;width:100%}._specGroup_1q0t5_673{margin-bottom:0;padding-bottom:0}._specGroup_1q0t5_673:last-child{margin-bottom:0;padding-bottom:0}._specTitle_1q0t5_682{font-size:1.125rem;font-weight:500;margin-bottom:1rem}._specDetail_1q0t5_688{font-size:.9375rem;color:var(--ink-mid);margin-bottom:.5rem;font-weight:300}._reviewsSection_1q0t5_698{background-color:var(--surface);max-width:none;padding:8rem 2rem}._reviewsHeader_1q0t5_704{text-align:center;margin-bottom:4rem}._reviewStats_1q0t5_709{display:inline-flex;align-items:center;gap:.75rem;color:var(--accent);font-weight:500;font-size:.9375rem}._stars_1q0t5_718{display:flex;gap:.25rem}._reviewsGrid_1q0t5_723{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}._reviewCard_1q0t5_731{background-color:var(--white);padding:3rem 2rem;border:1px solid var(--border);position:relative}._quoteMark_1q0t5_738{font-family:var(--font-serif);font-size:4rem;color:var(--surface);line-height:1;position:absolute;top:1.5rem;left:1.5rem}._reviewText_1q0t5_748{position:relative;z-index:1;font-size:1.0625rem;line-height:1.6;color:var(--ink);margin-bottom:2rem;font-weight:300}._reviewAuthor_1q0t5_758{font-size:.875rem;color:var(--ink-soft);font-weight:500}._buySection_1q0t5_767{background-color:var(--ink);padding:8rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem}._buyLeft_1q0t5_775{max-width:500px;margin-left:auto;padding-top:2rem}._buyRight_1q0t5_781{max-width:500px;margin-right:auto}._buyBox_1q0t5_786{background-color:#26231f;padding:3rem;border:1px solid #36322d}._dynamicPrice_1q0t5_792{font-family:var(--font-serif);font-size:3rem;color:var(--white);margin-bottom:2rem;line-height:1}._radioGroup_1q0t5_800{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}._radioOption_1q0t5_807{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;background:transparent;border:1px solid #4a453f;color:var(--white);cursor:pointer;text-align:left;transition:all .2s}._radioOption_1q0t5_807:hover{border-color:var(--accent-light)}._radioSelected_1q0t5_825{border-color:var(--accent);background-color:#8b73551a}._radioInfo_1q0t5_830{display:flex;flex-direction:column;gap:.25rem}._radioNameWrapper_1q0t5_836{display:flex;align-items:center;gap:.75rem}._radioName_1q0t5_836{font-weight:500;font-size:1rem}._badgePopular_1q0t5_847{background-color:var(--accent);color:var(--white);font-size:.625rem;text-transform:uppercase;padding:.25rem .5rem;letter-spacing:.05em}._radioDims_1q0t5_856{font-size:.875rem;color:var(--ink-soft)}._radioPrice_1q0t5_861{font-weight:500}._perksList_1q0t5_865{list-style:none;padding:0;margin:0 0 2.5rem}._perksList_1q0t5_865 li{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;font-size:.875rem;margin-bottom:.75rem}._perkIcon_1q0t5_880{color:var(--accent-light)}._btnAddToCart_1q0t5_884{display:block;width:100%;text-align:center;background-color:var(--accent);color:var(--white);padding:1.25rem;text-decoration:none;font-weight:500;font-size:1.125rem;transition:background-color .2s;border:none;cursor:pointer;margin-bottom:1rem}._btnAddToCart_1q0t5_884:hover{background-color:#7a654a}._secureText_1q0t5_904{text-align:center;font-size:.75rem;color:var(--ink-soft)}._footer_1q0t5_913{background-color:#151310;border-top:1px solid #26231f;padding:3rem 2rem}._footerInner_1q0t5_919{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._footerLogo_1q0t5_927{height:120px;width:auto;display:block;object-fit:contain;clip-path:inset(22% 20% 33% 20%);margin:-26px 0}._footerLinks_1q0t5_936{display:flex;gap:2rem}._footerLink_1q0t5_936{color:var(--ink-soft);text-decoration:none;font-size:.875rem;transition:color .2s}._footerLink_1q0t5_936:hover{color:var(--white)}._footerCopy_1q0t5_952{color:var(--ink-soft);font-size:.875rem}@media(max-width:992px){._hero_1q0t5_277{grid-template-columns:1fr;padding-top:80px}._heroRight_1q0t5_330{order:-1;padding:2rem;min-height:400px}._heroLeft_1q0t5_286{padding:.5rem 2rem}._materialSection_1q0t5_395,._adjustabilitySection_1q0t5_613{grid-template-columns:1fr;gap:3rem}._propertyRow_1q0t5_415{flex-direction:column;gap:.25rem}._adjustabilitySection_1q0t5_613 ._fullBleedImage_1q0t5_402{aspect-ratio:auto;object-fit:contain}._adjLeft_1q0t5_992{order:2}._carouselViewport_1q0t5_441,._carouselSlide_1q0t5_451{padding:0}._slideRight_1q0t5_468,._carouselControls_1q0t5_483{padding:0 2rem}._carouselSlide_1q0t5_451{grid-template-columns:1fr;gap:3rem}._specsLeft_1q0t5_1017,._specsRight_1q0t5_1017,._buyLeft_1q0t5_775,._buyRight_1q0t5_781{margin:0;max-width:100%;min-width:0}._buySection_1q0t5_767{grid-template-columns:1fr;padding:2rem 1.5rem}._buyBox_1q0t5_786,._footer_1q0t5_913{padding:1.5rem}._slideLeft_1q0t5_461{overflow:hidden}}@media(max-width:480px){._materialSection_1q0t5_395,._adjustabilitySection_1q0t5_613{gap:1.5rem}._specGroup_1q0t5_673{margin-bottom:0;padding-bottom:0}._buySection_1q0t5_767{gap:2rem}}@media(max-width:768px){._navLinks_1q0t5_202{display:none}._heroCtas_1q0t5_310{flex-direction:column}._heroStats_1q0t5_316{flex-wrap:nowrap;justify-content:center}._useCasesGrid_1q0t5_538,._reviewsGrid_1q0t5_723,._specsGrid_1q0t5_665{grid-template-columns:1fr}._specsGrid_1q0t5_665{gap:1rem}._earlyBuyInner_1q0t5_586{flex-direction:column;gap:1.5rem;text-align:center}._btnOutlineWhite_1q0t5_149{width:100%}._footerInner_1q0t5_919{flex-direction:column;gap:2rem;text-align:center}._section_1q0t5_89{padding:4rem 1.5rem}._section_1q0t5_89._adjustabilitySection_1q0t5_613,._section_1q0t5_89._specsSection_1q0t5_651{padding:2.5rem 1.5rem}}._container_jt7mc_1{display:flex;flex-direction:column;gap:2rem}._h1_jt7mc_7{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:var(--white, #FFFFFF);margin:0 0 1rem;line-height:1.1;letter-spacing:-.01em}._h2_jt7mc_17{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--white, #FFFFFF);margin:2rem 0 .5rem;line-height:1.2}._body_jt7mc_26{font-family:var(--font-sans, "DM Sans", sans-serif);font-size:1.125rem;color:var(--ink-soft, #9C968E);line-height:1.6;font-weight:300;margin:0}._link_jt7mc_35{color:var(--accent-light, #C4A97D);text-decoration:none;transition:color .2s ease}._link_jt7mc_35:hover{color:var(--accent, #8B7355)}._addressBlock_jt7mc_45{font-family:var(--font-sans, "DM Sans", sans-serif);font-size:1.125rem;color:var(--ink-mid, #5C5650);line-height:1.6;font-weight:300;margin:0;white-space:pre-wrap}._layout_10x96_1{--ink: #1C1916;--ink-mid: #5C5650;--ink-soft: #9C968E;--off-white: #F8F7F4;--cream: #FAF7F2;--white: #FFFFFF;--surface: #F2EFE9;--border: #E8E4DC;--accent: #8B7355;--accent-light: #C4A97D;--font-serif: "DM Serif Display", serif;--font-sans: "DM Sans", sans-serif;font-family:var(--font-sans);background-color:var(--ink);color:var(--white);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}._main_10x96_25{flex:1;padding:10rem 2rem 6rem;max-width:800px;width:100%;margin:0 auto}._nav_10x96_34{position:fixed;top:0;left:0;right:0;height:80px;background:#1c1916d9;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;display:flex;align-items:center}._navInner_10x96_48{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}._navLogo_10x96_58{height:120px;width:auto;display:block;object-fit:contain;clip-path:inset(22% 21% 32% 17%);margin:-26px 0;filter:brightness(0) invert(1)}._navRight_10x96_68{display:flex;align-items:center}._navLink_10x96_73{color:var(--white);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s}._navLink_10x96_73:hover{color:var(--accent-light)}._footer_10x96_86{background-color:#151310;border-top:1px solid #26231f;padding:3rem 2rem;margin-top:auto}._footerInner_10x96_93{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._footerLogo_10x96_101{height:120px;width:auto;display:block;object-fit:contain;clip-path:inset(22% 20% 33% 20%);margin:-26px 0}._footerLinks_10x96_110{display:flex;gap:2rem}._footerLink_10x96_110{color:var(--ink-soft);text-decoration:none;font-size:.875rem;transition:color .2s}._footerLink_10x96_110:hover{color:var(--white)}._footerCopy_10x96_126{color:var(--ink-soft);font-size:.875rem}@media(max-width:768px){._main_10x96_25{padding:8rem 1.5rem 4rem}._footerInner_10x96_93{flex-direction:column;gap:2rem;text-align:center}}._container_vkzh2_1{display:flex;flex-direction:column;gap:1.5rem}._h1_vkzh2_7{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:var(--white, #FFFFFF);margin:0 0 .5rem;line-height:1.1;letter-spacing:-.01em}._h2_vkzh2_17{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--white, #FFFFFF);margin:1.5rem 0 .5rem;line-height:1.2}._body_vkzh2_26{font-family:var(--font-sans, "DM Sans", sans-serif);font-size:1.125rem;color:var(--ink-soft, #9C968E);line-height:1.6;font-weight:300;margin:0}._link_vkzh2_35{color:var(--accent-light, #C4A97D);text-decoration:none;transition:color .2s ease}._link_vkzh2_35:hover{color:var(--accent, #8B7355)}._container_13fdg_1{display:flex;flex-direction:column;gap:2rem}._h1_13fdg_7{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:var(--white, #FFFFFF);margin:0 0 1rem;line-height:1.1;letter-spacing:-.01em}._h1_13fdg_7 em{font-style:italic;color:var(--accent-light, #C4A97D)}._h2_13fdg_22{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--white, #FFFFFF);margin:2rem 0 1rem;line-height:1.2}._body_13fdg_31{font-family:var(--font-sans, "DM Sans", sans-serif);font-size:1.125rem;color:var(--ink-soft, #9C968E);line-height:1.6;font-weight:300;margin:0}._link_13fdg_40{color:var(--accent-light, #C4A97D);text-decoration:none;transition:color .2s ease}._link_13fdg_40:hover{color:var(--accent, #8B7355)}._list_13fdg_50{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._listItem_13fdg_59{font-family:var(--font-sans, "DM Sans", sans-serif);font-size:1.125rem;color:var(--ink-soft, #9C968E);font-weight:300;position:relative;padding-left:1.5rem}._listItem_13fdg_59:before{content:"•";color:var(--accent, #8B7355);position:absolute;left:0;top:0}._container_ei8od_1{display:flex;flex-direction:column;gap:2rem}._h1_ei8od_7{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:var(--white, #FFFFFF);margin:0 0 1rem;line-height:1.1;letter-spacing:-.01em}._h2_ei8od_17{font-family:var(--font-serif, "DM Serif Display", serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--white, #FFFFFF);margin:2rem 0 .5rem;line-height:1.2}._body_ei8od_26{font-family:var(--font-sans, "DM Sans", sans-serif);font-size:1.125rem;color:var(--ink-soft, #9C968E);line-height:1.6;font-weight:300;margin:0}._link_ei8od_35{color:var(--accent-light, #C4A97D);text-decoration:none;transition:color .2s ease}._link_ei8od_35:hover{color:var(--accent, #8B7355)}:root{--z-overlay: 400;--z-spotlight: 1000;--z-critical: 2000;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-7: 1.75rem;--spacing-8: 2rem;--spacing-9: 2.25rem;--spacing-10: 2.5rem;--spacing-11: 2.75rem;--spacing-12: 3rem;--spacing-13: 3.25rem;--spacing-14: 3.5rem;--spacing-15: 3.75rem;--spacing-16: 4rem;--spacing-17: 4.25rem;--spacing-18: 4.5rem;--spacing-19: 4.75rem;--spacing-20: 5rem}:root{--background: hsl(45 20% 96%);--foreground: hsl(30 11% 10%);--surface: hsl(40 21% 93%);--surface-foreground: hsl(30 11% 10%);--sidebar: hsl(38 33% 96%);--sidebar-foreground: hsl(30 11% 10%);--card: hsl(0 0% 100%);--card-foreground: hsl(30 11% 10%);--popup: hsl(0 0% 100%);--popup-foreground: hsl(30 11% 10%);--primary: hsl(30 11% 10%);--primary-foreground: hsl(0 0% 100%);--secondary: hsl(40 21% 93%);--secondary-foreground: hsl(30 11% 10%);--accent: hsl(33 24% 44%);--accent-foreground: hsl(0 0% 100%);--muted: hsl(38 33% 96%);--muted-foreground: hsl(30 7% 34%);--border: hsl(40 18% 89%);--input: hsl(40 18% 89%);--ring: hsl(33 24% 44%);--success: hsl(140 20% 40%);--success-foreground: hsl(0 0% 100%);--error: hsl(0 60% 50%);--error-foreground: hsl(0 0% 100%);--warning: hsl(35 80% 50%);--warning-foreground: hsl(0 0% 100%);--info: hsl(210 40% 50%);--info-foreground: hsl(0 0% 100%);--info-hover: hsl(210 40% 40%);--info-active: hsl(210 40% 30%);--font-family-base: "DM Sans", sans-serif;--font-family-heading: "DM Serif Display", serif;--font-family-monospace: monospace;--font-family-cursive: cursive;--shadow: 0 0 0 0 transparent;--shadow-md: 0 0 0 0 transparent;--shadow-lg: 0 0 0 0 transparent;--shadow-focus: 0 0 0 2px hsl(45 20% 96%), 0 0 0 4px hsl(33 24% 44%);--radius-sm: 0px;--radius: 0px;--radius-md: 0px;--radius-lg: 0px;--radius-full: 9999px;--animation-duration-fast: .2s;--animation-duration-normal: .5s;--animation-duration-slow: 1.2s;--animation-float: 7s;--chart-color-1: hsl(33 24% 44%);--chart-color-2: hsl(37 38% 63%);--chart-color-3: hsl(30 7% 34%);--chart-color-4: hsl(34 7% 58%);--chart-color-5: hsl(40 18% 89%)}.dark{--background: hsl(30 11% 10%);--foreground: hsl(45 20% 96%);--surface: hsl(30 9% 15%);--surface-foreground: hsl(45 20% 96%);--sidebar: hsl(30 9% 13%);--sidebar-foreground: hsl(45 20% 96%);--card: hsl(30 9% 15%);--card-foreground: hsl(45 20% 96%);--popup: hsl(30 9% 15%);--popup-foreground: hsl(45 20% 96%);--primary: hsl(45 20% 96%);--primary-foreground: hsl(30 11% 10%);--secondary: hsl(30 9% 18%);--secondary-foreground: hsl(45 20% 96%);--accent: hsl(37 38% 63%);--accent-foreground: hsl(30 11% 10%);--muted: hsl(30 9% 18%);--muted-foreground: hsl(34 7% 58%);--border: hsl(30 7% 25%);--input: hsl(30 7% 25%);--ring: hsl(37 38% 63%)}@layer base{ul{list-style-type:none;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family-base)}*{box-sizing:border-box;padding:0;margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}th,td{display:table-cell!important}}.rbc-month-view{overflow:visible!important}
