:root{--bg:#ffdede;--panel:#ffe8ba;--text:#231a1a;--muted:#5e5a65;--accent:#000;--radius-xl:48px}*,:before,:after{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-manrope),"Manrope",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.site-header{z-index:10;-webkit-backdrop-filter:saturate(1.2)blur(8px);backdrop-filter:saturate(1.2)blur(8px);background:color-mix(in oklab,var(--bg)90%,transparent);border-bottom:1px solid rgba(0,0,0,.06);position:-webkit-sticky;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;min-height:64px;display:flex}.brand{letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:.6rem;font-weight:800;display:flex}.brand-dot{color:#fff;background:var(--accent);border-radius:999px;place-items:center;height:24px;width:24px;font-size:.72rem;font-weight:800;display:grid}.nav-list{color:#000;gap:2rem;font-size:.95rem;display:none}.nav-list a{color:#000;transition:color .2s}.nav-list a:hover{color:var(--text)}.cta{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;transition:opacity .2s,transform 60ms;display:inline-flex;box-shadow:0 8px 20px rgba(0,0,0,.15)}.cta:active{transform:translateY(1px)}@media (min-width:768px){.nav-list{display:flex}}.hero{padding-top:96px;padding-bottom:56px;position:relative;overflow:hidden}.hero:before{content:"";background:var(--panel);border-radius:var(--radius-xl);z-index:-1;width:min(1200px,90vw);margin-left:auto;margin-right:auto;position:absolute;top:40%;bottom:3%;left:0;right:0}.hero-grid{grid-template-columns:1fr;align-items:start;gap:48px;display:grid}@media (min-width:1024px){.hero-grid{grid-template-columns:7fr 5fr;gap:64px}}.h1{text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:max(50px,min(10vw,100px));font-weight:800;line-height:.9}.escape{font-family:var(--font-playfair),"Playfair Display",ui-serif,Georgia,serif;text-transform:none;font-style:italic;font-weight:400;display:block}.logo-title{font-family:var(--font-playfair),"Playfair Display",ui-serif,Georgia,serif;text-transform:none;font-size:1.2rem;font-weight:600;display:block}.intro{color:#000;max-width:48ch;margin:1.25rem 0 0;font-size:1.15rem;line-height:1.65}.h1+.intro{margin-top:max(200px,min(2.5vw,28px))!important}.cta-row{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.availability{color:#000;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;font-size:1.15rem;display:flex}.store-badges{gap:.6rem;display:flex}.badge{color:#fff;background:#000;border-radius:.7rem;align-items:center;gap:.6rem;padding:.5rem .7rem;transition:transform 60ms,opacity .2s;display:flex;box-shadow:0 8px 18px rgba(0,0,0,.18)}.badge:active{transform:translateY(1px)}.badge .sub{opacity:.8;font-size:.63rem;line-height:1;display:block}.badge .title{font-size:.85rem;font-weight:700;line-height:1.1;display:block}.phone{filter:drop-shadow(0 20px 40px rgba(0,0,0,.25));width:min(420px,90vw);margin-left:auto;margin-right:auto;transition:transform .25s cubic-bezier(.16,1,.3,1)}.phone:hover{transform:translateY(-6px)}.cookie-banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:rgba(255,255,255,.95);border-top:1px solid rgba(0,0,0,.1);justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.cookie-content{flex:1;max-width:60%}.cookie-text{color:var(--text);margin:0;font-size:.9rem;line-height:1.4}.cookie-text-mobile{color:var(--text);margin:0;font-size:.9rem;line-height:1.4;display:none}.cookie-link{color:var(--accent);font-weight:600;text-decoration:underline}.cookie-link:hover{color:var(--text)}.cookie-actions{align-items:center;gap:.75rem;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.cookie-btn-primary{background:var(--accent);color:#fff}.cookie-btn-primary:hover{background:#333;transform:translateY(-1px)}.cookie-btn-secondary{color:var(--muted);background:0 0;border:1px solid rgba(0,0,0,.2)}.cookie-btn-secondary:hover{color:var(--text);background:rgba(0,0,0,.05)}.cookie-close{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:.5rem;padding:.25rem;transition:color .2s}.cookie-close:hover{color:var(--text);background:rgba(0,0,0,.05)}@media (max-width:768px){.cookie-banner{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.cookie-content{max-width:100%}.cookie-text{display:none}.cookie-text-mobile{display:block}.cookie-actions{flex-wrap:wrap;justify-content:center}.cookie-btn{flex:1;min-width:120px}.cookie-close{position:absolute;top:.75rem;right:.75rem}}.site-footer{background:var(--bg);border-top:1px solid rgba(0,0,0,.06);padding:2rem 0}.footer-links{justify-content:center;gap:2rem;font-size:.9rem;display:flex}.footer-links a{color:var(--muted);transition:color .2s}.footer-links a:hover{color:var(--text)}.legal-page{min-height:70vh;padding:4rem 0}.legal-page h1{text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:800}.legal-content{max-width:800px;margin:0 auto;font-size:1rem;line-height:1.7}.legal-content h2{color:var(--text);margin:2rem 0 1rem;font-size:1.5rem;font-weight:700}.legal-content h3{color:var(--text);margin:1.5rem 0 .75rem;font-size:1.2rem;font-weight:600}.legal-content p{color:var(--text);margin:1rem 0}.legal-content ul,.legal-content ol{color:var(--text);margin:1rem 0;padding-left:2rem}.legal-content li{margin:.5rem 0}:focus-visible{outline-offset:3px;border-radius:10px;outline:2px solid #6b5aed}
@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_ddc7b75c-module__r0zdpG__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_ddc7b75c-module__r0zdpG__variable{--font-manrope:"Manrope","Manrope Fallback"}
@font-face{font-family:Playfair Display;font-style:italic;font-weight:400;font-display:swap;src:url(../media/35161b7740c25d33-s.c0314740.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:italic;font-weight:400;font-display:swap;src:url(../media/391e53907fa6d8ec-s.1942ea8f.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:italic;font-weight:400;font-display:swap;src:url(../media/ae8872c8a32e309c-s.bd3beac6.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:italic;font-weight:400;font-display:swap;src:url(../media/70e3db2de7f94926-s.p.347f98aa.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;font-style:italic;font-weight:700;font-display:swap;src:url(../media/35161b7740c25d33-s.c0314740.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:italic;font-weight:700;font-display:swap;src:url(../media/391e53907fa6d8ec-s.1942ea8f.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:italic;font-weight:700;font-display:swap;src:url(../media/ae8872c8a32e309c-s.bd3beac6.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:italic;font-weight:700;font-display:swap;src:url(../media/70e3db2de7f94926-s.p.347f98aa.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;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.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;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.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;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.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;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.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;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.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:700;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.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:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.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:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.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_29702527-module__Nb6_Oq__className{font-family:Playfair Display,Playfair Display Fallback}.playfair_display_29702527-module__Nb6_Oq__variable{--font-playfair:"Playfair Display","Playfair Display Fallback"}
