@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap";:root{--black: #0A0A08;--white: #FAFAF7;--cream: #F2EFE8;--warm-gray: #B8B2A7;--mid-gray: #6B6660;--dark-gray: #2A2825;--gold: #C9A96E;--gold-light: #DFC49A;--border: rgba(10,10,8,.12);--serif: "Cormorant Garamond", Georgia, serif;--sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--nav-h: 72px;--gutter: clamp(1.5rem, 4vw, 4rem);--ease: cubic-bezier(.16,1,.3,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{font-family:var(--sans);font-weight:300;color:var(--black);background:var(--white);overflow-x:hidden;line-height:1.6}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul{list-style:none}.announcement-bar{background:var(--black);color:var(--white);text-align:center;padding:.6rem 1rem;font-size:11px;letter-spacing:.2em;text-transform:uppercase}.site-header{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:100;display:flex;align-items:center;padding:0 var(--gutter);transition:background .36s,border-color .36s}.site-header.scrolled{background:#fafaf7f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.header-nav{display:flex;gap:2rem}.header-nav a{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9;transition:opacity .18s}.site-header.scrolled .header-nav a{color:var(--black)}.header-nav a:hover{opacity:.5}.site-logo{font-family:var(--serif);font-size:1.3rem;font-weight:300;letter-spacing:.28em;text-transform:uppercase;color:#ffffffeb;text-align:center;transition:color .36s}.site-header.scrolled .site-logo{color:var(--black)}.site-logo img{height:38px;width:auto}.header-actions{display:flex;gap:1.5rem;justify-content:flex-end}.header-actions a{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9;transition:opacity .18s}.site-header.scrolled .header-actions a{color:var(--black)}.header-actions a:hover{opacity:.5}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--dark-gray);background-size:cover;background-position:center 30%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0800 0% 50%,#0a0a0880);z-index:1}.hero-content{position:relative;z-index:2;padding:5rem var(--gutter);width:100%;max-width:1440px;margin:0 auto}.hero-content .eyebrow{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}.hero-content h1{font-family:var(--serif);font-size:clamp(3.5rem,8vw,7rem);font-weight:300;color:var(--white);line-height:.95;letter-spacing:-.02em;max-width:680px;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1.25rem;flex-wrap:wrap}.btn-primary,.btn-outline,.btn-ghost,.btn-gold{display:inline-flex;align-items:center;font-size:11px;letter-spacing:.2em;text-transform:uppercase;padding:.9rem 2rem;transition:all .28s;cursor:pointer;font-family:var(--sans);font-weight:400}.btn-primary{background:var(--white);color:var(--black)}.btn-primary:hover{background:var(--cream)}.btn-outline{border:1px solid rgba(255,255,255,.6);color:var(--white)}.btn-outline:hover{border-color:var(--white);background:#ffffff1a}.btn-ghost{border:1px solid var(--border);color:var(--black)}.btn-ghost:hover{background:var(--black);color:var(--white)}.btn-gold{background:var(--gold);color:var(--black)}.btn-gold:hover{background:var(--gold-light)}.featured-collection{padding:5rem 0}.container{max-width:1440px;margin:0 auto;padding:0 var(--gutter)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.section-header h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:300}.section-header a{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mid-gray);text-decoration:underline;text-underline-offset:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.product-card{background:var(--cream);overflow:hidden}.product-card a{display:block}.product-card-image{aspect-ratio:3/4;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-info{padding:1.1rem 1rem}.product-vendor{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--warm-gray);margin-bottom:.3rem}.product-title{font-family:var(--serif);font-size:1.05rem;font-weight:300;margin-bottom:.4rem;line-height:1.3}.product-price{font-size:.875rem}.editorial-split{display:grid;grid-template-columns:1fr 1fr;min-height:65vh}.editorial-panel{position:relative;overflow:hidden;display:flex;align-items:flex-end;cursor:pointer}.editorial-panel-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform 1.1s var(--ease)}.editorial-panel:hover .editorial-panel-bg{transform:scale(1.04)}.editorial-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,8,.8) 0%,rgba(10,10,8,.1) 60%,transparent 100%);z-index:1}.editorial-caption{position:relative;z-index:2;padding:3rem;width:100%}.editorial-label{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.75rem}.editorial-title{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2.25rem);color:var(--white);font-weight:300;margin-bottom:1.5rem;line-height:1.1}.info-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.info-item{padding:3rem 2rem;text-align:center;border-right:1px solid var(--border)}.info-item:last-child{border-right:none}.info-icon{font-size:1.4rem;margin-bottom:1rem;color:var(--gold);display:block}.info-title{font-family:var(--serif);font-size:1.2rem;margin-bottom:.4rem}.info-text{font-size:.875rem;color:var(--mid-gray);line-height:1.6}.collection-page{padding-top:var(--nav-h)}.collection-header{padding:4rem 0 3rem;border-bottom:1px solid var(--border);text-align:center;background:var(--cream)}.collection-header h1{font-family:var(--serif);font-size:clamp(2.5rem,6vw,5rem);font-weight:300}.product-page{padding-top:var(--nav-h);display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--nav-h))}.product-media{position:sticky;top:var(--nav-h);height:calc(100vh - var(--nav-h));overflow:hidden;background:var(--cream)}.product-media img{width:100%;height:100%;object-fit:cover}.product-info{padding:4rem}.product-info .vendor{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.product-info h1{font-family:var(--serif);font-size:clamp(2rem,3vw,3rem);font-weight:300;margin-bottom:.75rem}.product-info .price{font-family:var(--serif);font-size:1.5rem;margin-bottom:2rem}.product-info .description{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.875rem;line-height:1.8;color:var(--mid-gray)}.product-info form button{width:100%;justify-content:center;padding:1.2rem;margin-bottom:.875rem;display:flex}.cart-page{padding:calc(var(--nav-h) + 4rem) 0 5rem;min-height:60vh}.cart-page h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:3rem}.cart-item{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-total{text-align:right;padding-top:2rem}.cart-total p{font-family:var(--serif);font-size:1.5rem;margin-bottom:2rem}.showroom-page .showroom-hero{padding:calc(var(--nav-h) + 5rem) 0 5rem;background:var(--black);text-align:center}.showroom-hero .eyebrow{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:block}.showroom-hero h1{font-family:var(--serif);font-size:clamp(3rem,7vw,6rem);color:var(--white);font-weight:300;margin-bottom:1.25rem}.showroom-hero p{font-size:1.0625rem;color:var(--warm-gray);max-width:500px;margin:0 auto;font-weight:300;line-height:1.7}.booking-section{padding:5rem 0}.booking-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start;max-width:1440px;margin:0 auto;padding:0 var(--gutter)}.booking-summary{background:var(--cream);padding:2.25rem;position:sticky;top:calc(var(--nav-h) + 2rem)}.booking-summary h3{font-family:var(--serif);font-size:1.4rem;font-weight:300;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.summary-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;display:block}.summary-text{font-size:.875rem;color:var(--mid-gray);line-height:1.7}.site-footer{background:var(--black);padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.07)}.footer-inner{max-width:1440px;margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:2fr 1fr;gap:4rem}.footer-brand p{color:var(--warm-gray);font-size:.875rem;line-height:1.7;margin-top:.5rem}.footer-nav{display:flex;flex-direction:column;gap:.75rem;text-align:right}.footer-nav a{font-size:.875rem;color:var(--warm-gray);transition:color .18s}.footer-nav a:hover{color:var(--white)}.footer-copy{font-size:10px;color:var(--mid-gray);letter-spacing:.1em;margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07);text-align:center;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:var(--gutter);padding-right:var(--gutter)}.page-content{padding:calc(var(--nav-h) + 4rem) 0 5rem;max-width:800px}.page-content h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;margin-bottom:2rem}.error-404{padding:calc(var(--nav-h) + 6rem) 0 5rem;text-align:center;min-height:60vh}.error-404 h1{font-family:var(--serif);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;margin-bottom:1rem}.error-404 p{color:var(--mid-gray);margin-bottom:3rem}@media(max-width:768px){:root{--nav-h: 64px}.header-nav{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.editorial-split,.info-strip{grid-template-columns:1fr}.info-item{border-right:none;border-bottom:1px solid var(--border)}.product-page{grid-template-columns:1fr}.product-media{position:static;height:75vw}.booking-grid{grid-template-columns:1fr;gap:3rem}.booking-summary{position:static}.footer-inner{grid-template-columns:1fr}.footer-nav{text-align:left}.hero-buttons{flex-direction:column;align-items:flex-start}}.marquee-bar{background:var(--c-black, #0A0A08);padding:.75rem 0;overflow:hidden;display:flex;white-space:nowrap}.marquee-track{display:flex;gap:3.5rem;animation:marquee 24s linear infinite;white-space:nowrap;min-width:100%}.marquee-item{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#b8b2a7;display:inline-flex;align-items:center;gap:3.5rem;flex-shrink:0}.marquee-item:after{content:"\2726";color:#c9a96e;font-size:.45rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
