:root{--pink: #c6206a;--black: #0f0b0d;--gold: #c7a45a;--cream: #fffaf8;--blush: #f9e7e8;--white: #ffffff;--border: rgba(15, 11, 13, .14);--serif: Georgia, "Times New Roman", serif;--sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--page: 1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);background:var(--cream);font-family:var(--sans);line-height:1.6}img{display:block;width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:-.02em;line-height:1.05}.page-width{width:min(100% - 40px,var(--page));margin-inline:auto}.section-space{padding:96px 0}.narrow-page{max-width:900px}.center{text-align:center}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);z-index:100;background:var(--white);padding:10px 16px}.skip-link:focus{transform:translateY(0)}.announcement{min-height:34px;display:grid;place-items:center;padding:7px 20px;background:var(--pink);color:var(--white);font-size:12px;font-weight:700;letter-spacing:.17em;text-align:center}.site-header{position:relative;z-index:20;background:#fffffffa;border-bottom:1px solid var(--border)}.header-inner{min-height:98px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}.brand{grid-column:2}.brand-logo{width:172px;height:74px;object-fit:contain;mix-blend-mode:multiply}.desktop-nav{grid-column:1;grid-row:1;display:flex;gap:28px;align-items:center;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:var(--pink);transition:right .2s ease}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{right:0}.header-actions{justify-self:end;display:flex;gap:8px}.icon-button{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;position:relative}.icon-button svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:2px;right:1px;min-width:17px;height:17px;border-radius:20px;display:grid;place-items:center;background:var(--pink);color:#fff;font-size:10px}.menu-toggle{display:none}.mobile-menu{padding:8px 20px 24px;background:var(--white);border-top:1px solid var(--border)}.mobile-menu a{display:block;padding:13px 0;border-bottom:1px solid var(--border);text-transform:uppercase;font-size:13px;letter-spacing:.12em}.hero{position:relative;min-height:clamp(590px,42vw,800px);display:grid;align-items:center;overflow:hidden;background:var(--blush)}.hero-media,.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(255,246,246,.98) 0%,rgba(255,246,246,.84) 27%,rgba(255,246,246,.08) 52%,transparent 70%)}.hero-content{position:relative;z-index:2;display:flex}.hero-content.position-center{justify-content:center;text-align:center}.hero-copy{width:min(570px,48%);padding:64px 0}.eyebrow{margin-bottom:18px;color:var(--pink);font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.hero h1{margin-bottom:22px;font-size:clamp(54px,5.6vw,88px);text-transform:uppercase}.hero-subtitle{margin-bottom:34px;font-family:var(--serif);font-size:clamp(20px,2vw,28px)}.color-light .hero-copy{color:var(--white)}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:14px 28px;border:1px solid var(--black);border-radius:0;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;transition:background .2s,color .2s,transform .2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--black);color:var(--white)}.button-dark:hover{background:var(--pink);border-color:var(--pink)}.button-outline{background:transparent;color:var(--black)}.button-outline:hover{background:var(--black);color:var(--white)}.button-light{background:var(--white);color:var(--black);border-color:var(--white)}.button-light:hover{background:var(--pink);color:var(--white);border-color:var(--pink)}.button-wide{width:100%}.luxury-marquee{overflow:hidden;padding:20px 0;background:var(--black);color:var(--white)}.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.marquee-track span{padding-right:4rem;font-size:12px;font-weight:700;letter-spacing:.17em;white-space:nowrap}.marquee-track b{margin:0 2rem;color:var(--gold)}@keyframes marquee{to{transform:translate(-50%)}}.section-heading{max-width:720px;margin:0 auto 48px;text-align:center}.section-heading h1,.section-heading h2{margin-bottom:18px;font-size:clamp(42px,5vw,66px)}.section-heading>p:last-child{color:#625a5e}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-bottom:44px}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{overflow:hidden;background:var(--white);border:1px solid rgba(198,32,106,.12)}.product-card-image{display:block;aspect-ratio:1 / 1.08;overflow:hidden;background:#f8f7f7}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.025)}.product-card-info{padding:24px;text-align:center}.product-card-info h2,.product-card-info h3{margin-bottom:8px;font-size:26px;text-transform:uppercase}.price{margin:0;color:var(--pink);font-weight:700}.brand-story{background:var(--blush)}.story-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:clamp(42px,7vw,100px)}.story-image-wrap{position:relative;min-height:580px;overflow:hidden;background:#fff}.story-image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.story-monogram{position:absolute;right:24px;bottom:14px;color:#c6206ae0;font-family:var(--serif);font-size:88px;line-height:1}.story-copy h2{margin-bottom:24px;font-size:clamp(46px,5vw,72px)}.story-copy .rte{max-width:570px;font-size:17px}.text-link{display:inline-block;margin-top:20px;padding-bottom:5px;border-bottom:1px solid var(--black);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.editorial-banner{background:linear-gradient(135deg,#fffaf8,#f9e7e8);overflow:hidden}.editorial-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:stretch;min-height:650px}.editorial-image{min-height:650px;overflow:hidden}.editorial-image img{width:100%;height:100%;object-fit:cover}.editorial-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(44px,7vw,100px);background:var(--white)}.editorial-copy h2{margin-bottom:24px;font-size:clamp(46px,5vw,72px)}.editorial-copy .rte{margin-bottom:26px;font-size:17px}.editorial-reverse .editorial-image{order:2}.editorial-reverse .editorial-copy{order:1}.photo-props{background:#100b0e;color:var(--white)}.photo-props .section-heading>p:last-child{color:#ffffffad}.props-heading{max-width:780px}.props-grid{display:grid;grid-template-columns:.92fr 1.16fr .92fr;gap:18px;align-items:stretch}.prop-card{position:relative;min-height:590px;overflow:hidden;background:#24171d}.prop-card-2{min-height:680px;margin-top:-42px}.prop-image{position:absolute;top:0;right:0;bottom:0;left:0}.prop-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 42%,rgba(10,5,8,.88) 100%)}.prop-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.prop-card:hover .prop-image img{transform:scale(1.035)}.prop-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px}.prop-overlay p{margin-bottom:8px;color:#f6c3d6;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.prop-overlay h3{margin-bottom:14px;font-size:clamp(28px,2.4vw,40px)}.prop-overlay a{display:inline-block;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.7);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.testimonials{background:#fffaf8}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial{margin:0;padding:40px;border:1px solid rgba(198,32,106,.18);background:var(--white)}.testimonial:nth-child(2){background:var(--blush)}.stars{margin-bottom:20px;color:var(--gold);letter-spacing:.14em}.testimonial blockquote{margin:0 0 24px;font-family:var(--serif);font-size:23px;line-height:1.45}.testimonial figcaption{color:var(--pink);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.sitewide-editorial{position:relative;min-height:clamp(500px,42vw,720px);overflow:hidden;background:var(--black);color:var(--white)}.sitewide-image,.sitewide-shade{position:absolute;top:0;right:0;bottom:0;left:0}.sitewide-image img{width:100%;height:100%;object-fit:cover;object-position:center}.sitewide-shade{background:linear-gradient(90deg,rgba(13,8,11,.94) 0%,rgba(13,8,11,.72) 34%,rgba(13,8,11,.08) 66%,transparent 100%)}.sitewide-copy{position:relative;z-index:2;min-height:inherit;display:flex;align-items:center}.sitewide-copy>div{max-width:540px;padding:70px 0}.sitewide-copy h2{margin-bottom:20px;font-size:clamp(48px,5vw,76px)}.sitewide-copy p:not(.eyebrow){margin-bottom:28px;font-size:17px}.feature-strip{padding:66px 0;background:var(--black);color:var(--white)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.feature{text-align:center;padding:0 28px}.feature+.feature{border-left:1px solid rgba(255,255,255,.2)}.feature-mark{display:block;margin-bottom:12px;color:var(--gold);font-size:24px}.feature h3{margin-bottom:10px;font-size:26px}.feature p{margin:0;color:#ffffffb8;font-size:14px}.newsletter{background:var(--cream);text-align:center}.newsletter-inner{max-width:780px}.newsletter h2{margin-bottom:18px;font-size:clamp(44px,5vw,68px)}.newsletter-form{display:grid;grid-template-columns:1fr auto;max-width:620px;margin:30px auto 0}.newsletter-form input{min-width:0;min-height:52px;border:1px solid var(--black);border-right:0;background:#fff;padding:12px 16px;border-radius:0}.form-message{grid-column:1 / -1;margin-top:14px}.site-footer{padding:72px 0 24px;background:#0d0a0c;color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:70px}.footer-grid h2{margin-bottom:16px;color:var(--gold);font-family:var(--sans);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.footer-brand{display:inline-block;margin-bottom:14px;color:var(--pink);font-family:var(--serif);font-size:40px}.footer-grid nav a{display:block;margin:8px 0}.footer-grid p{color:#ffffffad}.footer-bottom{margin-top:54px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff8c;font-size:12px}.product-page-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(40px,6vw,90px);align-items:start}.product-gallery{display:grid;gap:16px}.product-details{position:sticky;top:30px}.product-details h1{font-size:clamp(42px,5vw,68px)}.product-price{color:var(--pink);font-size:22px;font-weight:700}.product-form{display:grid;gap:12px;margin-top:28px}.product-form label{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-form select,.product-form input{min-height:50px;border:1px solid var(--border);background:#fff;padding:10px 14px;border-radius:0}.product-editorial{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(36px,6vw,86px);margin-top:100px;padding:54px;background:var(--blush)}.product-editorial img{width:100%;height:520px;object-fit:cover;object-position:center top}.product-editorial h2{font-size:clamp(38px,4vw,60px)}.collection-hero{position:relative;min-height:540px;display:grid;align-items:end;overflow:hidden;background:var(--black);color:#fff}.collection-hero>img,.collection-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-hero-shade{background:linear-gradient(90deg,#0a0508e6,#0a050852 54%,#0a05081a)}.collection-hero-copy{position:relative;z-index:2;padding-top:80px;padding-bottom:70px}.collection-hero-copy h1{max-width:760px;margin-bottom:20px;font-size:clamp(58px,7vw,98px)}.collection-hero-copy .rte{max-width:580px}.cart-item{display:grid;grid-template-columns:130px 1fr;gap:22px;margin:20px 0;padding-bottom:20px;border-bottom:1px solid var(--border)}.cart-total{font-size:22px;font-weight:700}.search-form{display:grid;grid-template-columns:1fr auto;max-width:720px;margin:0 auto 54px}.search-form input{min-width:0;min-height:52px;padding:12px 16px;border:1px solid var(--black);border-right:0;border-radius:0}@media(max-width:989px){.desktop-nav{display:none}.menu-toggle{display:grid;justify-self:start}.menu-toggle span:not(.visually-hidden){width:22px;height:1px;background:currentColor;margin:2px 0}.header-inner{grid-template-columns:1fr auto 1fr;min-height:78px}.brand-logo{width:138px;height:60px}.hero{min-height:640px}.hero-copy{width:52%}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-grid{grid-template-columns:1fr 1fr}.editorial-copy{padding:50px}.props-grid{grid-template-columns:1fr 1fr}.prop-card-2{margin-top:0}.prop-card-3{grid-column:1 / -1;min-height:520px}}@media(max-width:749px){.page-width{width:min(100% - 28px,var(--page))}.section-space{padding:68px 0}.announcement{font-size:10px}.header-actions .icon-button:first-child{display:none}.hero{display:block;min-height:0;background:#fae8e9}.hero-media{position:relative;height:58vw;min-height:290px}.hero-image{object-position:68% center}.hero-shade{display:none}.hero-content{display:block;width:100%;padding:0 20px;text-align:center}.hero-copy{width:100%;padding:40px 0 48px}.hero h1{font-size:clamp(42px,13vw,62px)}.hero-subtitle{font-size:20px}.product-grid,.collection-grid{grid-template-columns:1fr;gap:18px}.story-grid,.product-page-grid{grid-template-columns:1fr}.story-image-wrap{min-height:480px}.editorial-grid{grid-template-columns:1fr;min-height:0}.editorial-image{min-height:410px}.editorial-copy{padding:44px 28px}.editorial-reverse .editorial-image,.editorial-reverse .editorial-copy{order:initial}.props-grid{grid-template-columns:1fr}.prop-card,.prop-card-2,.prop-card-3{grid-column:auto;min-height:520px;margin-top:0}.testimonial-grid{grid-template-columns:1fr}.testimonial{padding:30px}.sitewide-editorial{display:flex;flex-direction:column;min-height:0;background:#160d12}.sitewide-image{position:relative;height:70vw;min-height:330px}.sitewide-image img{object-position:66% center}.sitewide-shade{display:none}.sitewide-copy{min-height:0;text-align:center}.sitewide-copy>div{padding:48px 0 56px}.feature-grid{grid-template-columns:1fr;gap:34px}.feature+.feature{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding-top:34px}.newsletter-form{grid-template-columns:1fr;gap:10px}.newsletter-form input{border-right:1px solid var(--black)}.search-form{grid-template-columns:1fr;gap:10px}.search-form input{border-right:1px solid var(--black)}.footer-grid{grid-template-columns:1fr;gap:36px}.product-details{position:static}.product-editorial{grid-template-columns:1fr;margin-top:70px;padding:20px 20px 40px;text-align:center}.product-editorial img{height:118vw;max-height:620px}.collection-hero{min-height:520px}.collection-hero>img{object-position:54% center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.marquee-track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
