:root{--color-primary:#d4540a;--color-primary-lt:#e8956d;--color-accent:#e8a020;--color-accent-lt:#f5d080;--color-fuchsia:#c2185b;--color-teal:#1a7a8c;--color-blush:#fbf0eb;--color-ivory:#fdfaf5;--color-cream:#f5eee3;--color-charcoal:#1c1c1c;--color-mid:#5a4a3a;--color-light-text:#8a7a6a;--font-display:"Playfair Display", Georgia, serif;--font-elegant:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.76, 0, .24, 1);--container-max:1340px;--gap:clamp(1rem, 3vw, 2rem);--section-pad:clamp(4rem, 8vw, 8rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-ivory);color:var(--color-charcoal);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.display-xl{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(3.5rem,9vw,9rem);font-weight:900;line-height:1}.display-lg{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,6rem);font-weight:700;line-height:1.05}.display-md{font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);font-weight:700;line-height:1.1}.body-lg{font-family:var(--font-body);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:300;line-height:1.8}.label{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;font-size:.75rem;font-weight:600}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.5rem,5vw,4rem)}.section{padding-block:var(--section-pad)}.btn-primary{background:var(--color-primary);color:#fff;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;transition:background .35s var(--ease-out-expo), transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo);border-radius:999px;align-items:center;gap:.6rem;padding:.9rem 2.4rem;font-size:.85rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:var(--color-accent);transform-origin:100%;transition:transform .45s var(--ease-out-expo);z-index:0;position:absolute;inset:0;transform:scaleX(0)}.btn-primary:hover:before{transform-origin:0;transform:scaleX(1)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #d4540a59}.btn-primary span{z-index:1;position:relative}.btn-outline{color:var(--color-charcoal);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;border:1.5px solid var(--color-charcoal);transition:all .35s var(--ease-out-expo);background:0 0;border-radius:999px;align-items:center;gap:.6rem;padding:.85rem 2.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.btn-outline:hover{background:var(--color-charcoal);color:#fff;transform:translateY(-2px)}.reveal{opacity:0;transition:opacity .9s var(--ease-out-expo), transform .9s var(--ease-out-expo);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transition:opacity .7s var(--ease-out-expo), transform .7s var(--ease-out-expo);transform:translateY(30px)}.reveal-stagger.visible>:first-child{opacity:1;transition-delay:50ms;transform:none}.reveal-stagger.visible>:nth-child(2){opacity:1;transition-delay:.15s;transform:none}.reveal-stagger.visible>:nth-child(3){opacity:1;transition-delay:.25s;transform:none}.reveal-stagger.visible>:nth-child(4){opacity:1;transition-delay:.35s;transform:none}.reveal-stagger.visible>:nth-child(5){opacity:1;transition-delay:.45s;transform:none}.reveal-stagger.visible>:nth-child(6){opacity:1;transition-delay:.55s;transform:none}.tag{background:var(--color-accent-lt);color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;border-radius:999px;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-cream)}::-webkit-scrollbar-thumb{background:var(--color-primary-lt);border-radius:999px}::selection{background:var(--color-accent-lt);color:var(--color-charcoal)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal,.reveal-stagger>*{opacity:1;transform:none}}
[data-theme=current]{--theme-bg:#fdfaf5;--theme-bg-alt:#f7f3ea;--theme-surface:#fff;--theme-text:#2c2c2c;--theme-text-mid:#555;--theme-text-muted:#888;--theme-border:#00000014;--theme-accent:#e8956d;--theme-accent-light:#f5c842;--theme-cta-bg:#2c2c2c;--theme-cta-text:#fff;--theme-tag-bg:#e8956d1a;--theme-tag-text:#e8956d;--theme-font-display:"Playfair Display", serif;--theme-font-body:"Inter", system-ui, sans-serif;--theme-nav-case:none;--theme-nav-spacing:normal;--theme-nav-weight:500;--theme-nav-size:.9rem;--theme-hero-bg:#fdfaf5;--theme-img-radius:40px 0 0 40px;--theme-card-radius:14px}[data-theme=moda]{--theme-bg:#f8f5ee;--theme-bg-alt:#f0ebe1;--theme-surface:#fff;--theme-text:#1a1410;--theme-text-mid:#5c4a36;--theme-text-muted:#9c8878;--theme-border:#00000014;--theme-accent:#8b6f47;--theme-accent-light:#d4a96a;--theme-cta-bg:#1a1410;--theme-cta-text:#fff;--theme-tag-bg:#ede4d5;--theme-tag-text:#8b6f47;--theme-font-display:"Playfair Display", "Times New Roman", serif;--theme-font-body:"Inter", system-ui, sans-serif;--theme-nav-case:uppercase;--theme-nav-spacing:.18em;--theme-nav-weight:400;--theme-nav-size:.72rem;--theme-hero-bg:#f8f5ee;--theme-img-radius:0px;--theme-card-radius:2px;--theme-accent2:#c2945a}[data-theme=nap]{--theme-bg:#fff;--theme-bg-alt:#f7f7f7;--theme-surface:#fff;--theme-text:#000;--theme-text-mid:#333;--theme-text-muted:#888;--theme-border:#0000001a;--theme-accent:#000;--theme-accent-light:#555;--theme-cta-bg:#000;--theme-cta-text:#fff;--theme-tag-bg:#f0f0f0;--theme-tag-text:#000;--theme-font-display:"Playfair Display", "Times New Roman", serif;--theme-font-body:"Inter", system-ui, sans-serif;--theme-nav-case:uppercase;--theme-nav-spacing:.22em;--theme-nav-weight:300;--theme-nav-size:.72rem;--theme-hero-bg:#fff;--theme-img-radius:0px;--theme-card-radius:0px;--theme-accent2:#555}[data-theme=current],[data-theme=moda],[data-theme=nap]{--color-ivory:var(--theme-bg);--color-cream:var(--theme-bg-alt);--color-charcoal:var(--theme-text);--color-mid:var(--theme-text-mid);--color-light-text:var(--theme-text-muted)}[data-theme=current] body{background:#fdfaf5}[data-theme=moda] body{background:#f8f5ee}[data-theme=nap] body{background:#fff}[data-theme=current] .navbar-scrolled-bg{background:#fdfaf5f2!important}[data-theme=moda] .navbar-scrolled-bg{background:#f8f5eef2!important}[data-theme=nap] .navbar-scrolled-bg{border-bottom:1px solid #e8e8e8;background:#fffffff7!important}[data-theme=current] .tag{background:var(--theme-tag-bg);color:var(--theme-tag-text);letter-spacing:.05em;border-radius:999px;padding:.4rem .8rem}[data-theme=moda] .tag{background:var(--theme-tag-bg);color:var(--theme-tag-text);letter-spacing:.18em;border-radius:2px}[data-theme=nap] .tag{color:#fff;letter-spacing:.22em;background:#000;border-radius:0}[data-theme=current] .btn-primary{background:#e8956d;border-radius:999px}[data-theme=current] .btn-primary:before{background:#d37a50}[data-theme=moda] .btn-primary{background:#1a1410;border-radius:2px}[data-theme=moda] .btn-primary:before{background:#8b6f47}[data-theme=nap] .btn-primary{letter-spacing:.18em;background:#000;border-radius:0}[data-theme=nap] .btn-primary:before{background:#333}[data-theme=current] .btn-outline{color:#e8956d;border-color:#e8956d;border-radius:999px}[data-theme=current] .btn-outline:hover{color:#fff;background:#e8956d}[data-theme=moda] .btn-outline{color:#1a1410;border-color:#1a1410;border-radius:2px}[data-theme=nap] .btn-outline{color:#000;letter-spacing:.18em;border-color:#000;border-radius:0}[data-theme=nap] .btn-outline:hover{color:#fff;background:#000}[data-theme=current]{--theme-accent:#e8956d}[data-theme=moda]{--theme-accent:#8b6f47}[data-theme=nap]{--theme-accent:#000}[data-theme=current] section:nth-of-type(2n){background:#f7f3ea}[data-theme=moda] section:nth-of-type(2n){background:#f0ebe1}[data-theme=nap] section:nth-of-type(2n){background:#f7f7f7}[data-theme=nap]::-webkit-scrollbar-thumb{background:#999}[data-theme=nap] *{border-radius:0!important}[data-theme=current] *,[data-theme=moda] *{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}html,body{transition:background .4s}
.CartDrawer-module__sfpqaa__overlay{-webkit-backdrop-filter:blur(4px);z-index:10000;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__sfpqaa__overlay.CartDrawer-module__sfpqaa__open{opacity:1;pointer-events:auto}.CartDrawer-module__sfpqaa__drawer{z-index:10001;background:#fff;flex-direction:column;width:100%;max-width:450px;height:100vh;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.CartDrawer-module__sfpqaa__drawer.CartDrawer-module__sfpqaa__open{transform:translate(0)}.CartDrawer-module__sfpqaa__header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:2rem;display:flex}.CartDrawer-module__sfpqaa__header h2{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400}.CartDrawer-module__sfpqaa__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.2rem}.CartDrawer-module__sfpqaa__timerBanner{color:#8c4b2e;background-color:#fdf5f0;border-bottom:1px solid #f2e2d9;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-size:.8rem;display:flex}.CartDrawer-module__sfpqaa__timerBanner strong{font-variant-numeric:tabular-nums;font-weight:600}.CartDrawer-module__sfpqaa__timerIcon{font-size:1rem}.CartDrawer-module__sfpqaa__body{flex:1;padding:2rem;overflow-y:auto}.CartDrawer-module__sfpqaa__emptyState{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;font-family:Inter,sans-serif;display:flex}.CartDrawer-module__sfpqaa__continueBtn{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#000;border:none;padding:1rem 2rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;transition:background .3s}.CartDrawer-module__sfpqaa__continueBtn:hover{background:#333}.CartDrawer-module__sfpqaa__itemsList{flex-direction:column;gap:2rem;display:flex}.CartDrawer-module__sfpqaa__cartItem{gap:1.5rem;display:flex}.CartDrawer-module__sfpqaa__itemImg{background:#f8f8f8;flex-shrink:0;width:90px;height:120px;position:relative}.CartDrawer-module__sfpqaa__img{object-fit:cover}.CartDrawer-module__sfpqaa__itemInfo{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartDrawer-module__sfpqaa__itemTop{justify-content:space-between;gap:1rem;display:flex}.CartDrawer-module__sfpqaa__itemTop h4{margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400}.CartDrawer-module__sfpqaa__itemSize{color:#666;font-family:Inter,sans-serif;font-size:.85rem}.CartDrawer-module__sfpqaa__itemPrice{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500}.CartDrawer-module__sfpqaa__itemBottom{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__sfpqaa__qtyControl{border:1px solid #eaeaea;align-items:center;gap:1rem;padding:.3rem .5rem;display:flex}.CartDrawer-module__sfpqaa__qtyControl button{cursor:pointer;color:#666;background:0 0;border:none;padding:0 .5rem;font-size:1.2rem}.CartDrawer-module__sfpqaa__qtyControl span{text-align:center;min-width:1rem;font-family:Inter,sans-serif;font-size:.9rem}.CartDrawer-module__sfpqaa__removeBtn{color:#666;cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:.8rem;text-decoration:underline}.CartDrawer-module__sfpqaa__footer{background:#fdfaf5;border-top:1px solid #eaeaea;padding:2rem}.CartDrawer-module__sfpqaa__subtotal{justify-content:space-between;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.CartDrawer-module__sfpqaa__taxesInfo{color:#666;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.8rem}.CartDrawer-module__sfpqaa__checkoutBtn{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.1em;background:#000;width:100%;padding:1.2rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s;display:block}.CartDrawer-module__sfpqaa__checkoutBtn:hover{background:#333}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_3f24b74f-module__88bVeq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_3f24b74f-module__88bVeq__variable{--font-playfair:"Playfair Display", "Playfair Display Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_bace89c4-module__09p2wq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_bace89c4-module__09p2wq__variable{--font-inter:"Inter", "Inter Fallback"}
