:root{--background:#F4EBDD;--beige:#FAF4EA;--surface:#EDE1D0;--ink:#3F2E22;--sage:#8C9873;--foreground:#3F2E22;--muted-foreground:#7A6455;--border:#E3D5C2;--accent:#C2703D;--font-serif:"Cormorant Garamond", ui-serif, Georgia, serif;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11"}h1,h2,h3,h4,.font-serif{font-family:var(--font-serif);letter-spacing:-.01em;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}.mv-container{max-width:1400px;margin:0 auto;padding:0 24px}@media(min-width:768px){.mv-container{padding:0 40px}}.mv-eyebrow{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.28em;color:var(--accent);margin:0 0 16px}.mv-h2{font-family:var(--font-serif);font-size:36px;line-height:1.05}@media(min-width:768px){.mv-h2{font-size:60px}}.mv-italic{font-style:italic}.mv-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;transition:all .5s}.mv-btn-dark{background:var(--ink);color:#fff}.mv-btn-dark:hover{background:var(--accent)}.mv-btn-outline{border:1px solid rgba(255,255,255,.7);color:#fff}.mv-btn-outline:hover{background:#fff;color:var(--ink)}.mv-link{display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid var(--ink);padding-bottom:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.22em}.mv-link:hover{color:var(--accent)}.mv-section{padding:96px 0}@media(min-width:768px){.mv-section{padding:128px 0}}.mv-bg-beige{background:var(--beige)}.mv-bg-ink{background:var(--ink);color:#fff}.mv-announcement{background:var(--ink);color:#fff;padding:10px 0;font-size:10px;text-transform:uppercase;letter-spacing:.28em;font-weight:500;overflow:hidden}.mv-marquee{display:flex;gap:64px;white-space:nowrap;width:200%;animation:mv-marquee 40s linear infinite}@keyframes mv-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.mv-header{position:sticky;top:0;z-index:50;transition:all .5s;background:transparent}.mv-header.is-scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(236,232,225,.6)}.mv-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:20px 24px}@media(min-width:768px){.mv-header-inner{padding:20px 40px}}.mv-nav{display:none;gap:32px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em}@media(min-width:768px){.mv-nav{display:flex}}.mv-nav a:hover{color:var(--accent)}.mv-logo{text-align:center;font-family:var(--font-serif);font-style:italic;font-size:24px}@media(min-width:768px){.mv-logo{font-size:26px}}.mv-actions{display:flex;justify-content:flex-end;gap:20px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em}.mv-actions .desk{display:none}@media(min-width:768px){.mv-actions .desk{display:inline}}.mv-hero{position:relative;height:92vh;min-height:640px;overflow:hidden}.mv-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover}.mv-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#0000000d,#0006)}.mv-hero-body{position:relative;z-index:1;max-width:1400px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 24px 96px}@media(min-width:768px){.mv-hero-body{padding:0 40px 128px}}.mv-hero h1{font-family:var(--font-serif);color:#fff;font-size:48px;line-height:.95}@media(min-width:768px){.mv-hero h1{font-size:96px}}@media(min-width:1024px){.mv-hero h1{font-size:104px}}.mv-hero p.lead{color:#ffffffd9;max-width:420px;font-size:16px;line-height:1.6;margin:32px 0 0}.mv-hero .eyebrow{color:#ffffffd9;font-size:11px;text-transform:uppercase;letter-spacing:.32em;font-weight:500;margin:0 0 24px}.mv-hero .cta{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px}@keyframes mv-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mv-fade-up{animation:mv-fadeUp .9s cubic-bezier(.19,1,.22,1) both}.mv-grid{display:grid;gap:24px}.mv-grid-3{grid-template-columns:1fr}@media(min-width:768px){.mv-grid-3{grid-template-columns:repeat(3,1fr);gap:32px}}.mv-cat-card{display:block}.mv-cat-img{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:16px;background:var(--surface)}.mv-cat-img img{height:100%;width:100%;object-fit:cover;transition:transform 1.2s ease-out}.mv-cat-card:hover .mv-cat-img img{transform:scale(1.05)}.mv-cat-meta{margin-top:20px;display:flex;justify-content:space-between;align-items:baseline}.mv-cat-meta h3{font-family:var(--font-serif);font-size:24px}@media(min-width:768px){.mv-cat-meta h3{font-size:28px}}.mv-cat-meta span{font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground)}.mv-features{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px 0}.mv-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 24px}@media(min-width:768px){.mv-features-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.mv-features-grid{grid-template-columns:repeat(6,1fr)}}.mv-feature{display:flex;flex-direction:column;align-items:center;text-align:center}.mv-feature svg{color:var(--accent);margin-bottom:16px}.mv-feature h4{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;margin:0 0 4px}.mv-feature p{font-size:11px;color:var(--muted-foreground);margin:0}.mv-products{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 16px}@media(min-width:768px){.mv-products{grid-template-columns:repeat(4,1fr);gap:48px 24px}}.mv-product-img{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:var(--beige)}.mv-product-img img{height:100%;width:100%;object-fit:cover;transition:transform .9s ease-out}.mv-product:hover .mv-product-img img{transform:scale(1.04)}.mv-badge{position:absolute;left:12px;top:12px;background:#fff;color:var(--ink);padding:4px 12px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;z-index:1}.mv-badge.sale{background:var(--ink);color:#fff}.mv-quick-add{position:absolute;left:12px;right:12px;bottom:12px;transform:translateY(16px);opacity:0;transition:all .5s}.mv-product:hover .mv-quick-add{transform:translateY(0);opacity:1}.mv-quick-add button{width:100%;background:var(--ink);color:#fff;padding:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;transition:background .3s}.mv-quick-add button:hover{background:var(--accent)}.mv-product-meta{margin-top:16px;display:flex;justify-content:space-between;gap:12px}.mv-product-meta h3{font-size:14px;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mv-product-meta .price{font-size:14px}.mv-stars{display:inline-flex;gap:2px;color:var(--accent);margin-top:4px}.mv-split{display:grid;grid-template-columns:1fr}@media(min-width:768px){.mv-split{grid-template-columns:1fr 1fr}}.mv-split-img{position:relative;min-height:520px}@media(min-width:768px){.mv-split-img{min-height:720px}}.mv-split-img img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover}.mv-split-text{display:flex;flex-direction:column;justify-content:center;padding:80px 24px}@media(min-width:768px){.mv-split-text{padding:128px 80px}}.mv-split-text h2{font-family:var(--font-serif);font-size:36px;line-height:1.05;margin-bottom:32px}@media(min-width:768px){.mv-split-text h2{font-size:60px}}.mv-split-text p{color:var(--muted-foreground);line-height:1.7;margin:0 0 24px;font-size:16px}.mv-slider{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 24px 24px;scrollbar-width:none}.mv-slider::-webkit-scrollbar{display:none}@media(min-width:768px){.mv-slider{padding:0 40px 24px}}.mv-slide{min-width:75%;scroll-snap-align:start;background:var(--beige);border-radius:16px;overflow:hidden}@media(min-width:768px){.mv-slide{min-width:38%}}.mv-slide-img{aspect-ratio:5/4;overflow:hidden}.mv-slide-img img{height:100%;width:100%;object-fit:cover;transition:transform 1s}.mv-slide:hover .mv-slide-img img{transform:scale(1.05)}.mv-slide-meta{padding:32px;display:flex;justify-content:space-between;align-items:baseline}.mv-slide-meta h3{font-family:var(--font-serif);font-size:24px}.mv-rooms{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.mv-rooms{grid-template-columns:repeat(4,1fr);gap:24px}}.mv-room{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:12px;display:block}.mv-room img{height:100%;width:100%;object-fit:cover;transition:transform 1.2s}.mv-room:hover img{transform:scale(1.05)}.mv-room:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(43,43,43,.7),transparent 60%)}.mv-room-label{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;align-items:flex-end;padding:24px;z-index:1;color:#fff}.mv-room-label h3{font-family:var(--font-serif);font-size:24px;color:#fff}@media(min-width:768px){.mv-room-label h3{font-size:30px}}.mv-cards-2{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.mv-cards-2{grid-template-columns:1fr 1fr}}.mv-cards-3{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.mv-cards-3{grid-template-columns:repeat(3,1fr)}}.mv-card-img{aspect-ratio:16/10;overflow:hidden;border-radius:16px;background:var(--beige);margin-bottom:24px}.mv-card-img img{height:100%;width:100%;object-fit:cover;transition:transform 1.2s}.mv-card:hover .mv-card-img img{transform:scale(1.05)}.mv-card-title{font-family:var(--font-serif);font-size:28px;margin:0 0 12px;line-height:1.15}@media(min-width:768px){.mv-card-title{font-size:36px}}.mv-card-meta{font-size:11px;text-transform:uppercase;letter-spacing:.22em;color:var(--muted-foreground);margin:0}.mv-ambience{position:relative;overflow:hidden;background:var(--ink);color:#fff}.mv-ambience>img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover;opacity:.45}.mv-ambience-inner{position:relative;max-width:1400px;margin:0 auto;padding:112px 24px}@media(min-width:768px){.mv-ambience-inner{padding:160px 40px}}.mv-ambience h2{font-family:var(--font-serif);font-size:48px;line-height:1.05;margin-bottom:32px;max-width:600px}@media(min-width:768px){.mv-ambience h2{font-size:72px}}.mv-ambience p{color:#fffc;max-width:520px;line-height:1.7;margin:0 0 40px}.mv-ambience .mv-btn{background:#fff;color:var(--ink)}.mv-ambience .mv-btn:hover{background:var(--accent);color:#fff}.mv-hotspot-wrap{position:relative;overflow:hidden;border-radius:16px}.mv-hotspot-wrap>img{width:100%;display:block}.mv-hotspot{position:absolute;transform:translate(-50%,-50%)}.mv-hotspot button{display:grid;place-items:center;height:32px;width:32px;border-radius:50%;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 0 0 1px #ffffffb3;transition:transform .3s}.mv-hotspot button:hover{transform:scale(1.1)}.mv-hotspot button i{display:block;height:8px;width:8px;border-radius:50%;background:var(--ink)}.mv-hotspot-card{position:absolute;left:32px;top:0;transform:translateY(-50%);width:180px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 20px 40px #00000026;opacity:0;pointer-events:none;transition:opacity .3s}.mv-hotspot:hover .mv-hotspot-card{opacity:1}.mv-hotspot-card small{font-size:10px;text-transform:uppercase;letter-spacing:.22em;color:var(--muted-foreground)}.mv-hotspot-card h4{font-family:var(--font-serif);font-size:18px;margin:4px 0}.mv-reviews{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.mv-reviews{grid-template-columns:repeat(3,1fr)}}.mv-review{background:var(--beige);border-radius:16px;padding:40px;display:flex;flex-direction:column;justify-content:space-between}.mv-review .mv-stars{margin-bottom:24px}.mv-review blockquote{font-family:var(--font-serif);font-style:italic;font-size:22px;line-height:1.35;margin:0}.mv-review figcaption{margin-top:32px;font-size:11px;text-transform:uppercase;letter-spacing:.22em;color:var(--muted-foreground)}.mv-ig{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:768px){.mv-ig{grid-template-columns:repeat(6,1fr);gap:16px}}.mv-ig a{position:relative;display:block;overflow:hidden;border-radius:8px;aspect-ratio:1/1}.mv-ig a.tall{aspect-ratio:3/5;grid-row:span 2}.mv-ig img{height:100%;width:100%;object-fit:cover;transition:transform .7s}.mv-ig a:hover img{transform:scale(1.1)}.mv-newsletter{max-width:640px;margin:0 auto;text-align:center;padding:0 24px}.mv-newsletter h2{font-family:var(--font-serif);font-style:italic;font-size:36px;margin:0 0 16px}@media(min-width:768px){.mv-newsletter h2{font-size:48px}}.mv-newsletter p{color:var(--muted-foreground);font-size:14px;line-height:1.7;margin:0 0 40px}.mv-newsletter form{display:flex;flex-direction:column;gap:12px}@media(min-width:640px){.mv-newsletter form{flex-direction:row}}.mv-newsletter input{flex:1;border:1px solid var(--border);background:#fff;padding:16px 20px;font-size:14px;outline:none;font-family:inherit}.mv-newsletter input:focus{border-color:var(--accent)}.mv-newsletter button{background:var(--ink);color:#fff;padding:16px 32px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;transition:background .3s}.mv-newsletter button:hover{background:var(--accent)}.mv-footer{background:var(--ink);color:#fff}.mv-footer-inner{max-width:1400px;margin:0 auto;padding:80px 24px}@media(min-width:768px){.mv-footer-inner{padding:80px 40px}}.mv-footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media(min-width:768px){.mv-footer-grid{grid-template-columns:repeat(5,1fr)}}.mv-footer-brand{grid-column:span 2}.mv-footer-brand .logo{font-family:var(--font-serif);font-style:italic;font-size:30px}.mv-footer-brand p{max-width:320px;color:#fff9;font-size:14px;line-height:1.7;margin:24px 0}.mv-footer-brand .socials{display:flex;gap:16px;margin-top:24px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:#ffffffb3}.mv-footer-brand .socials a:hover{color:#fff}.mv-footer h5{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:var(--accent);margin:0 0 24px}.mv-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;font-size:14px;color:#ffffffb3}.mv-footer ul a:hover{color:#fff}.mv-footer-bottom{margin-top:64px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:16px;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:.22em;color:#fff6}@media(min-width:768px){.mv-footer-bottom{flex-direction:row;align-items:center}}.mv-footer-bottom .links{display:flex;gap:32px}.mv-footer-bottom a:hover{color:#fff}.mv-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:24px;flex-wrap:wrap}.mv-section-head.center{justify-content:center;text-align:center;flex-direction:column;align-items:center}@media(max-width:767px){.mv-section{padding:64px 0}.mv-container{padding:0 20px}.mv-section-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px}.mv-section-head.center{align-items:center}.mv-h2{font-size:30px}.mv-hero{height:88vh;min-height:540px;margin-top:-68px}.mv-hero h1{font-size:40px;line-height:1}.mv-hero .cta{flex-direction:column;align-items:stretch}.mv-hero .cta .mv-btn{justify-content:center}.mv-btn{padding:14px 24px}.mv-announcement{font-size:9px;letter-spacing:.2em}.mv-split-text{padding:56px 20px}.mv-split-text h2{font-size:30px}.mv-slide{min-width:80%}.mv-slide-meta{padding:20px}.mv-review{padding:24px}.mv-review blockquote{font-size:19px}.mv-ambience h2{font-size:36px}.mv-ambience-inner{padding:80px 20px}.mv-room-label{padding:16px}.mv-room-label h3{font-size:20px}.mv-card-title{font-size:24px}.mv-hotspot-card{display:none}.mv-footer-inner{padding:64px 20px}.mv-nav-mobile{display:block}img{height:auto}}.mv-burger{display:none;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em}.mv-mobile-nav{display:flex;flex-direction:column;gap:16px;padding:20px;border-top:1px solid var(--border);background:var(--background);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em}.mv-mobile-nav[hidden]{display:none}@media(max-width:767px){.mv-burger{display:block}.mv-header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:16px 20px}.mv-logo{font-size:20px}.mv-actions{gap:12px}}@media(min-width:768px){.mv-mobile-nav{display:none}}.mv-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}@media(min-width:768px){.mv-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:50px 28px}}@media(min-width:1200px){.mv-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:60px 32px}}.mv-product{display:flex;flex-direction:column;height:100%}.mv-product-img{position:relative;overflow:hidden;border-radius:18px;background:#f6f6f6;aspect-ratio:1/1}.mv-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;display:block}.mv-product:hover .mv-product-img img{transform:scale(1.06)}.mv-product-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-top:18px}.mv-product-meta>div{flex:1;min-width:0}.mv-product-meta h3{font-size:17px;font-weight:500;line-height:1.4;margin:0 0 8px;white-space:normal;overflow:visible}.price{white-space:nowrap;font-size:17px;font-weight:600;color:#2b2b2b}.mv-stars{display:flex;align-items:center;flex-wrap:wrap;gap:2px;margin-top:6px}.mv-stars span{font-size:11px!important}.mv-quick-add{position:absolute;left:15px;right:15px;bottom:15px;opacity:0;transform:translateY(15px);transition:.35s}.mv-product:hover .mv-quick-add{opacity:1;transform:translateY(0)}.mv-quick-add button{width:100%;padding:14px;border-radius:8px;background:#2b2b2b;color:#fff;font-size:11px;letter-spacing:.18em;transition:.3s}.mv-quick-add button:hover{background:#8aa88a}@media(max-width:767px){.mv-products{gap:24px 12px}.mv-product-meta{flex-direction:column;gap:8px}.mv-product-meta h3,.price{font-size:15px}.mv-quick-add{opacity:1;transform:none;position:static;margin-top:10px}.mv-product-img{margin-bottom:12px}}.product-grid{gap:32px}.grid__item{width:100%}.card-wrapper{height:100%}.card{height:100%;border:none;background:transparent}.card__inner{border-radius:18px;overflow:hidden}.card__media img{transition:.6s}.card:hover .card__media img{transform:scale(1.05)}.card__content{padding-top:18px}.card__heading{font-family:Cormorant Garamond,serif;font-size:20px;line-height:1.3}.price{font-size:17px;font-weight:600}@media(max-width:749px){.product-grid{gap:18px}.card__heading{font-size:16px}.price{font-size:15px}}.slider-buttons{display:flex!important;justify-content:center;align-items:center;gap:20px;margin-top:30px}.slider-button{display:flex!important;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #ddd;border-radius:50%;background:#fff;opacity:1!important;visibility:visible!important;cursor:pointer}.slider-button .svg-wrapper{width:18px;height:18px}.slider-button svg{width:18px;height:18px;fill:#2b2b2b}.mv-hero p{margin:0!important}.mv-ambience p{line-height:1}
/*# sourceMappingURL=/cdn/shop/t/1/assets/theme.css.map */
