.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:#faf9f6eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:.5px solid var(--border);transition:background .4s,border-color .4s}.site-header--dark{background:#0a0a0aeb;border-bottom-color:var(--border-light)}.site-header__nav{display:flex;gap:36px}.site-header__nav a{font-family:var(--sans);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;opacity:.65;transition:opacity .2s}.site-header__nav a:hover{opacity:1}.site-header--dark .site-header__nav a{color:var(--white)}.site-header__logo{display:flex;flex-direction:column;align-items:center;line-height:1;position:absolute;left:50%;transform:translate(-50%)}.site-header__logo-mark{font-family:var(--serif);font-size:22px;font-weight:600;letter-spacing:.05em}.site-header--dark .site-header__logo-mark{color:var(--white)}.site-header__logo-sub{font-family:var(--sans);font-size:7px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.5;margin-top:3px}.site-header--dark .site-header__logo-sub{color:var(--white)}.site-header__actions{display:flex;align-items:center;gap:24px}.site-header__actions a{font-family:var(--sans);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;opacity:.65;transition:opacity .2s}.site-header__actions a:hover{opacity:1}.site-header--dark .site-header__actions a{color:var(--white)}.cart-count{font-family:var(--sans);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;opacity:.65;cursor:pointer;background:none;border:none;transition:opacity .2s}.cart-count:hover{opacity:1}.site-header--dark .cart-count{color:var(--white)}.hero{height:100vh;min-height:640px;position:relative;display:flex;align-items:center;justify-content:center;background:var(--black);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(201,169,110,.12) 0%,transparent 60%),radial-gradient(ellipse 50% 70% at 20% 80%,rgba(139,26,47,.14) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 50% 20%,rgba(232,131,58,.08) 0%,transparent 50%)}.hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.35;transition:opacity .8s}.hero__content{position:relative;text-align:center;padding:0 24px;animation:fadeUp 1.4s ease both}.hero__eyebrow{margin-bottom:24px;animation:fadeUp 1.4s .2s ease both}.hero__title{font-family:var(--serif);font-size:clamp(52px,8vw,96px);font-weight:300;color:var(--white);line-height:.95;letter-spacing:-.01em;margin-bottom:16px;animation:fadeUp 1.4s .3s ease both}.hero__title em{font-style:italic;color:var(--gold)}.hero__subtitle{font-family:var(--sans);font-size:9px;font-weight:400;letter-spacing:.35em;text-transform:uppercase;color:#faf9f666;margin-bottom:56px;animation:fadeUp 1.4s .45s ease both}.hero__cta{animation:fadeUp 1.4s .6s ease both}.hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;animation:fadeUp 1.4s 1s ease both}.hero__scroll-label{font-family:var(--sans);font-size:8px;letter-spacing:.25em;text-transform:uppercase;color:#faf9f64d}.hero__scroll-line{width:.5px;height:40px;background:linear-gradient(to bottom,rgba(201,169,110,.7),transparent);animation:scrollPulse 2.2s ease-in-out infinite}.statement{padding:var(--sp-xl) var(--sp-lg);max-width:880px;margin:0 auto;text-align:center}.statement__rule{margin:0 auto var(--sp-lg)}.statement__text{font-family:var(--serif);font-size:clamp(22px,3.5vw,38px);font-weight:300;line-height:1.45;letter-spacing:.01em}.statement__text em{font-style:italic;color:var(--gold)}.statement__byline{margin-top:32px;font-family:var(--sans);font-size:9px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);opacity:.6}.collection-header{display:flex;align-items:baseline;justify-content:space-between;padding:0 48px;margin-bottom:32px}.collection-header__link{font-family:var(--sans);font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;border-bottom:.5px solid var(--black);padding-bottom:2px;transition:color .2s,border-color .2s}.collection-header__link:hover{color:var(--gold);border-color:var(--gold)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr)}.product-card{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer;display:block;text-decoration:none}.product-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__bg{transform:scale(1.04)}.product-card__bg--citrus{background:radial-gradient(ellipse 80% 60% at 60% 30%,#f5c27a,#e8833a 45%,#c45c20)}.product-card__bg--oud{background:radial-gradient(ellipse 70% 60% at 40% 40%,#3d0f1e,#1a0a14,#0a0408)}.product-card__bg--magnolia{background:radial-gradient(ellipse 80% 70% at 50% 40%,#f5d5de,#e8a3b8 40%,#c47088)}.product-card__bg--vanilla{background:radial-gradient(ellipse 80% 60% at 50% 35%,#f5e0b0,#d4a055 45%,#8b5e1a)}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.08) 50%,transparent 100%);transition:opacity .4s}.product-card:hover .product-card__overlay{opacity:.55}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__medallion{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);width:120px;height:120px;border-radius:50%;border:.5px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;transition:all .5s ease}.product-card:hover .product-card__medallion{width:140px;height:140px;border-color:#ffffff73}.product-card__medallion-inner{width:80px;height:80px;border-radius:50%;border:.5px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}.product-card__initial{font-family:var(--serif);font-size:32px;font-weight:300;font-style:italic;color:#ffffffe6}.product-card__info{position:absolute;bottom:0;left:0;right:0;padding:28px 24px}.product-card__number{font-family:var(--sans);font-size:8px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#fff6;margin-bottom:6px}.product-card__name{font-family:var(--serif);font-size:26px;font-weight:300;color:#fff;line-height:1.1;margin-bottom:8px}.product-card__notes{font-family:var(--sans);font-size:9px;font-weight:300;letter-spacing:.1em;color:#ffffff80;margin-bottom:18px}.product-card__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:8px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;border-bottom:.5px solid rgba(255,255,255,.35);padding-bottom:2px;opacity:0;transform:translateY(6px);transition:opacity .3s .05s,transform .3s .05s}.product-card:hover .product-card__cta{opacity:1;transform:translateY(0)}.discovery-band{background:var(--black);padding:var(--sp-xl) 48px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.discovery-band__title{font-family:var(--serif);font-size:clamp(32px,4vw,54px);font-weight:300;color:var(--white);line-height:1.15;margin:20px 0}.discovery-band__title em{font-style:italic;color:var(--gold)}.discovery-band__body{font-family:var(--sans);font-size:12px;font-weight:300;line-height:1.8;color:var(--muted-light);max-width:380px;margin-bottom:36px}.discovery-swatches{display:grid;grid-template-columns:1fr 1fr;gap:12px}.discovery-swatch{aspect-ratio:1;border-radius:4px;display:flex;align-items:flex-end;padding:16px;position:relative;overflow:hidden;cursor:pointer;transition:transform .3s}.discovery-swatch:hover{transform:scale(1.02)}.discovery-swatch--citrus{background:linear-gradient(135deg,#f5c27a,#c45c20)}.discovery-swatch--oud{background:linear-gradient(135deg,#3d0f1e,#0a0408)}.discovery-swatch--magnolia{background:linear-gradient(135deg,#f5d5de,#c47088)}.discovery-swatch--vanilla{background:linear-gradient(135deg,#f5e0b0,#8b5e1a)}.discovery-swatch__name{font-family:var(--serif);font-size:15px;font-weight:300;font-style:italic;color:#ffffffe6}.brand-promise{padding:var(--sp-xl) 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:48px;border-top:.5px solid var(--border)}.promise-item__number{font-family:var(--serif);font-size:52px;font-weight:300;font-style:italic;color:#0a0a0a12;line-height:1;margin-bottom:16px}.promise-item__title{font-family:var(--serif);font-size:20px;font-weight:400;margin-bottom:12px}.promise-item__body{font-family:var(--sans);font-size:11px;font-weight:300;line-height:1.85;color:var(--muted)}.journal-section{padding:0 48px var(--sp-xl)}.journal-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;margin-top:40px}.journal-card{cursor:pointer}.journal-card__image{overflow:hidden;border-radius:2px}.journal-card__image-inner{width:100%;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.journal-card:hover .journal-card__image-inner{transform:scale(1.04)}.journal-card__image-inner--tall{aspect-ratio:16/10}.journal-card__image-inner--short{aspect-ratio:4/3}.journal-card__image-inner--citrus{background:linear-gradient(160deg,#f5c27a,#e8833a 40%,#3d1a08)}.journal-card__image-inner--oud{background:linear-gradient(160deg,#3d0f1e,#0a0408)}.journal-card__image-inner--magnolia{background:linear-gradient(160deg,#f5d5de,#c47088 60%,#8b3d55)}.journal-card__body{padding:18px 0 0}.journal-card__tag{font-family:var(--sans);font-size:8px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.journal-card__title{font-family:var(--serif);font-size:clamp(16px,1.8vw,22px);font-weight:400;line-height:1.3;margin-bottom:10px}.journal-card__title em{font-style:italic}.journal-card__excerpt{font-family:var(--sans);font-size:11px;font-weight:300;line-height:1.75;color:var(--muted)}.product-page{padding-top:72px;min-height:100vh}.product-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 72px)}.product-hero__gallery{position:relative;overflow:hidden}.product-hero__gallery-bg{position:absolute;top:0;right:0;bottom:0;left:0}.product-hero__gallery-bg--citrus{background:radial-gradient(ellipse 90% 80% at 50% 40%,#f5c27a,#e8833a,#c45c20 80%,#3d1a08)}.product-hero__gallery-bg--oud{background:radial-gradient(ellipse 80% 70% at 40% 40%,#3d0f1e,#1a0a14,#0a0408)}.product-hero__gallery-bg--magnolia{background:radial-gradient(ellipse 90% 80% at 50% 40%,#f5d5de,#e8a3b8 40%,#c47088)}.product-hero__gallery-bg--vanilla{background:radial-gradient(ellipse 90% 80% at 50% 40%,#f5e0b0,#d4a055 45%,#8b5e1a)}.product-hero__gallery img{position:relative;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.product-hero__info{display:flex;flex-direction:column;justify-content:center;padding:80px 64px}.product-hero__number{font-family:var(--sans);font-size:9px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.product-hero__title{font-family:var(--serif);font-size:clamp(42px,5vw,72px);font-weight:300;line-height:1;margin-bottom:8px}.product-hero__subtitle{font-family:var(--sans);font-size:9px;font-weight:400;letter-spacing:.2em;color:var(--muted);text-transform:uppercase;margin-bottom:32px}.product-notes{display:flex;flex-direction:column;gap:16px;margin-bottom:40px;padding:28px 0;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.product-notes__row{display:flex;align-items:baseline;gap:16px}.product-notes__label{font-family:var(--sans);font-size:8px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);min-width:60px}.product-notes__value{font-family:var(--serif);font-size:15px;font-weight:400}.product-price{font-family:var(--serif);font-size:28px;font-weight:300;margin-bottom:28px}.product-form__variants{display:flex;gap:10px;margin-bottom:24px}.variant-btn{font-family:var(--sans);font-size:9px;font-weight:500;letter-spacing:.14em;padding:10px 20px;border:.5px solid var(--border);background:transparent;cursor:pointer;transition:all .2s}.variant-btn:hover,.variant-btn.active{border-color:var(--black);background:var(--black);color:var(--white)}.product-form__add{width:100%;margin-bottom:16px}.product-form__wishlist{width:100%;background:transparent;border:.5px solid var(--border);color:var(--black);padding:15px;font-family:var(--sans);font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:all .2s}.product-form__wishlist:hover{border-color:var(--gold);color:var(--gold)}.site-footer{background:var(--black);color:var(--white);padding:72px 48px 40px}.site-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:.5px solid var(--border-light)}.site-footer__brand-name{font-family:var(--serif);font-size:28px;font-weight:300;font-style:italic;margin-bottom:4px}.site-footer__brand-sub{font-family:var(--sans);font-size:8px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.site-footer__tagline{font-family:var(--sans);font-size:11px;font-weight:300;line-height:1.75;color:var(--muted-light);max-width:240px;margin-bottom:28px}.site-footer__social{display:flex;gap:20px}.site-footer__social a{font-family:var(--sans);font-size:8px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#faf9f659;transition:color .2s}.site-footer__social a:hover{color:var(--gold)}.site-footer__col h4{font-family:var(--sans);font-size:8px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#faf9f647;margin-bottom:20px}.site-footer__col ul{display:flex;flex-direction:column;gap:12px}.site-footer__col a{font-family:var(--sans);font-size:11px;font-weight:300;color:#faf9f68c;transition:color .2s}.site-footer__col a:hover{color:var(--white)}.site-footer__newsletter-input{width:100%;background:transparent;border:none;border-bottom:.5px solid rgba(250,249,246,.2);padding:10px 0;font-family:var(--sans);font-size:11px;font-weight:300;color:var(--white);outline:none;margin-bottom:14px}.site-footer__newsletter-input::placeholder{color:#faf9f647;letter-spacing:.06em}.site-footer__newsletter-btn{width:100%;background:transparent;border:.5px solid var(--gold);color:var(--gold);padding:11px 24px;font-family:var(--sans);font-size:8px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:all .3s}.site-footer__newsletter-btn:hover{background:var(--gold);color:var(--black)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px}.site-footer__copy{font-family:var(--sans);font-size:9px;font-weight:300;letter-spacing:.1em;color:#faf9f633}.site-footer__policies{display:flex;gap:24px}.site-footer__policies a{font-family:var(--sans);font-size:9px;font-weight:300;color:#faf9f633;transition:color .2s}.site-footer__policies a:hover{color:#faf9f680}.product-hero__deco-circle{position:absolute;border-radius:50%;border:.5px solid rgba(255,255,255,.2);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.product-hero__deco-circle--1{width:300px;height:300px}.product-hero__deco-circle--2{width:480px;height:480px;opacity:.5}.product-hero__gallery-img{position:relative;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.product-hero__desc{font-family:var(--sans);font-size:12px;font-weight:300;line-height:1.9;color:var(--muted);max-width:420px;margin-bottom:32px}.product-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.product-badge{font-family:var(--sans);font-size:8px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);border:.5px solid var(--border);padding:6px 12px}.product-mood{padding:80px 48px;text-align:center}.product-mood--citrus{background:linear-gradient(135deg,#fff8ee,#fdecd5)}.product-mood--oud{background:var(--oud-bg)}.product-mood--magnolia{background:linear-gradient(135deg,#fdf0f3,#fae0e7)}.product-mood--vanilla{background:linear-gradient(135deg,#fdf5e6,#faeac8)}.product-mood__quote{font-family:var(--serif);font-size:clamp(20px,3vw,34px);font-weight:300;font-style:italic;line-height:1.4;max-width:700px;margin:0 auto 16px}.product-mood--oud .product-mood__quote{color:var(--white)}.product-mood__attr{font-family:var(--sans);font-size:9px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.journal-grid{grid-template-columns:1fr 1fr}.journal-grid .journal-card:first-child{grid-column:1 / -1}.discovery-band{grid-template-columns:1fr;gap:48px}.brand-promise{grid-template-columns:1fr 1fr}.product-hero{grid-template-columns:1fr}.product-hero__gallery{min-height:50vw}.site-footer__top{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:768px){.site-header{padding:0 24px}.site-header__nav{display:none}.products-grid{grid-template-columns:1fr 1fr}.brand-promise{grid-template-columns:1fr;gap:36px}.journal-grid{grid-template-columns:1fr}.collection-header,.journal-section,.brand-promise,.statement{padding-left:24px;padding-right:24px}.discovery-band{padding:56px 24px}.site-footer{padding:48px 24px 28px}.site-footer__top{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
