:root{--bg:#f8f5ef;--paper:#fff;--ink:#171717;--muted:#746f68;--gold:#b8945e;--line:#e7dfd2;--dark:#111;--radius:18px;--shadow:0 14px 38px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}.container{width:min(1200px,calc(100% - 32px));margin:auto}.section{padding:76px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700;color:var(--gold)}h1,h2,h3{font-family:Georgia,Times New Roman,serif;line-height:1.08;margin:0 0 16px}h1{font-size:clamp(2.7rem,7vw,6rem)}h2{font-size:clamp(2rem,4vw,3.7rem)}h3{font-size:1.4rem}p{margin:0 0 16px}.muted{color:var(--muted)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid var(--dark);background:var(--dark);color:#fff;font-weight:700;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-1px);opacity:.92}.button--secondary{background:transparent;color:var(--dark)}.button--gold{background:var(--gold);border-color:var(--gold);color:#111}.grid{display:grid;gap:24px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:999}.announcement{background:#111;color:#fff;text-align:center;padding:9px 16px;font-size:.86rem}.header{position:sticky;top:0;z-index:50;background:#f8f5eff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:74px}.logo{font-family:Georgia,serif;font-size:1.45rem;letter-spacing:.12em}.nav{display:flex;gap:22px;justify-content:center;font-size:.94rem}.header__actions{display:flex;gap:14px;align-items:center}.mobile-toggle{display:none;background:none;border:0;font-size:1.3rem}.cart-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:50%;background:var(--gold);font-size:.75rem;margin-left:4px}.hero{position:relative;min-height:74vh;display:grid;align-items:end;overflow:hidden;background:#151515;color:#fff}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.68}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#0000002e 60%,#00000014)}.hero__content{position:relative;z-index:1;padding:90px 0;max-width:720px}.hero p{font-size:1.08rem;max-width:560px;color:#ffffffd6}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero .button--secondary{color:#fff;border-color:#fff}.feature-strip{background:#fff;border-bottom:1px solid var(--line)}.feature-strip__grid{grid-template-columns:repeat(4,1fr);padding:20px 0}.feature-item{text-align:center;font-size:.9rem}.feature-item strong{display:block}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section-head p{max-width:560px}.cards{grid-template-columns:repeat(4,1fr)}.card{background:var(--paper);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}.card__image{aspect-ratio:4/5;background:#eee;overflow:hidden}.card__image img{width:100%;height:100%;object-fit:cover;transition:.35s}.card:hover .card__image img{transform:scale(1.035)}.card__body{padding:18px}.price{font-weight:800}.compare{color:var(--muted);text-decoration:line-through;margin-left:6px}.badge{position:absolute;top:14px;left:14px;background:#111;color:#fff;padding:6px 10px;border-radius:999px;font-size:.72rem;z-index:1}.collection-card{min-height:380px;position:relative;border-radius:var(--radius);overflow:hidden;color:#fff}.collection-card img{position:absolute;width:100%;height:100%;object-fit:cover}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000a6,#0000000d)}.collection-card__content{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.collection-grid{grid-template-columns:repeat(3,1fr)}.story{grid-template-columns:1.05fr .95fr;align-items:center}.story__media img{border-radius:var(--radius);aspect-ratio:4/5;object-fit:cover}.story__copy{padding:40px}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.testimonial{background:#fff;padding:28px;border-radius:var(--radius);border:1px solid var(--line)}.stars{letter-spacing:.12em;color:var(--gold)}.newsletter{background:#171717;color:#fff;border-radius:26px;padding:48px}.newsletter__grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.newsletter form{display:flex;gap:10px}.input,select,textarea{width:100%;padding:14px 15px;border:1px solid #d7d0c4;border-radius:12px;background:#fff;font:inherit}.newsletter .input{border:0}.footer{background:#0e0e0e;color:#fff;padding:60px 0 28px}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.footer a{display:block;color:#d8d8d8;margin:8px 0}.footer__bottom{border-top:1px solid #2b2b2b;margin-top:40px;padding-top:20px;color:#aaa;font-size:.85rem;display:flex;justify-content:space-between;gap:20px}.page-title{padding:54px 0 26px}.prose{max-width:820px}.prose h2{font-size:2rem;margin-top:32px}.prose h3{margin-top:24px}.collection-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.collection-toolbar form{display:flex;gap:10px;align-items:center}.pagination{display:flex;justify-content:center;gap:8px;margin-top:32px}.pagination a,.pagination span{padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:#fff}.product{grid-template-columns:1.1fr .9fr;align-items:start}.product__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product__gallery img{width:100%;border-radius:14px;background:#eee}.product__details{position:sticky;top:100px;background:#fff;padding:32px;border-radius:var(--radius);box-shadow:var(--shadow)}.product__details .price{font-size:1.3rem}.product-form{display:grid;gap:14px;margin-top:24px}.quantity{width:100px}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;font-size:.9rem;color:var(--muted)}.accordion{border-top:1px solid var(--line);margin-top:24px}.accordion details{border-bottom:1px solid var(--line);padding:14px 0}.accordion summary{font-weight:700;cursor:pointer}.cart-page{grid-template-columns:1fr 380px}.cart-line{display:grid;grid-template-columns:90px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{border-radius:12px}.summary-box{background:#fff;padding:24px;border-radius:var(--radius);height:max-content}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:90;opacity:0;pointer-events:none;transition:.2s}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,100%);background:#fff;z-index:91;transform:translate(100%);transition:.25s;padding:24px;overflow:auto}.drawer.is-open{transform:none}.drawer-backdrop.is-open{opacity:1;pointer-events:auto}.drawer__head{display:flex;justify-content:space-between;align-items:center}.icon-button{background:none;border:0;font-size:1.5rem;cursor:pointer}.empty-state{text-align:center;padding:70px 0}.contact-grid{grid-template-columns:.8fr 1.2fr}.contact-card{background:#fff;padding:28px;border-radius:var(--radius)}@media(max-width:900px){.nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--bg);padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.nav.is-open{display:flex}.mobile-toggle{display:block}.header__inner{grid-template-columns:auto 1fr auto}.logo{text-align:center}.cards,.collection-grid,.testimonial-grid,.feature-strip__grid,.footer__grid{grid-template-columns:repeat(2,1fr)}.story,.product,.cart-page,.contact-grid,.newsletter__grid{grid-template-columns:1fr}.product__details{position:static}.newsletter form{flex-direction:column}}@media(max-width:600px){.section{padding:54px 0}.container{width:min(100% - 22px,1200px)}.cards,.collection-grid,.testimonial-grid,.feature-strip__grid,.footer__grid{grid-template-columns:1fr}.hero{min-height:68vh}.hero__content{padding:70px 0}.section-head{align-items:start;flex-direction:column}.product__gallery{grid-template-columns:1fr}.story__copy{padding:24px 4px}.newsletter{padding:28px}.footer__bottom{flex-direction:column}.header__actions a:not([href*=cart]){display:none}}:root{--cream:#f3efe7;--sand:#d8c7ad;--bronze:#9c754c;--charcoal:#151515;--soft-shadow:0 24px 70px rgba(33,25,18,.09)}body{background:#f7f4ee;letter-spacing:-.005em}.container{width:min(1320px,calc(100% - 48px))}.section{padding:104px 0}.eyebrow{font-size:.69rem;letter-spacing:.24em}.header{background:#f7f4eee0;border-bottom:1px solid rgba(20,20,20,.07)}.logo{font-size:1.3rem;letter-spacing:.18em}.nav{gap:28px;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:currentColor;transition:.25s}.button{min-height:52px;padding:0 26px;border-radius:2px;text-transform:uppercase;letter-spacing:.09em;font-size:.77rem}.button--ghost{background:#ffffff0d;border-color:#ffffffb3;color:#fff}.text-link{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px;display:inline-block}.hero-pro{position:relative;min-height:820px;background:#12110f;color:#fff;overflow:hidden}.hero-pro__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-pro__media>img{width:100%;height:100%;object-fit:cover;opacity:.64}.hero-pro__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b0a09f2,#0b0a09c2 41%,#0b0a0929 72%,#0b0a0940)}.hero-pro__grid{position:relative;z-index:2;min-height:820px;display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:80px;align-items:end;padding-top:100px;padding-bottom:72px}.hero-pro__content{max-width:760px}.hero-pro__eyebrow{color:#d9b783;margin-bottom:26px}.hero-pro h1{font-size:clamp(4rem,7.5vw,7.6rem);font-weight:400;max-width:780px;letter-spacing:-.045em}.hero-pro__lede{max-width:620px;color:#ffffffc7;font-size:1.18rem;line-height:1.75}.hero-pro__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-proof{display:flex;gap:0;margin-top:58px;border-top:1px solid rgba(255,255,255,.18);padding-top:24px}.hero-proof>div{padding-right:32px;margin-right:32px;border-right:1px solid rgba(255,255,255,.15)}.hero-proof>div:last-child{border-right:0}.hero-proof strong,.hero-proof span{display:block}.hero-proof strong{text-transform:uppercase;letter-spacing:.11em;font-size:.68rem}.hero-proof span{font-size:.8rem;color:#ffffff8f;margin-top:5px}.hero-pro__card{align-self:end;background:#f7f4eef0;color:#161514;padding:30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 28px 70px #00000047}.hero-pro__card-kicker{font-size:.65rem;letter-spacing:.22em;color:#7b654b;font-weight:800}.hero-pro__card h3{font-size:2rem;font-weight:400;margin-top:12px}.hero-pro__card p{font-size:.9rem;color:#665f57}.hero-pro__card a{font-size:.74rem;letter-spacing:.11em;text-transform:uppercase;font-weight:800}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 38%,#6c5237 0,#31251b 25%,#151311 58%,#0e0d0c)}.hero-art__orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.42}.hero-art__orb--one{width:520px;height:520px;right:90px;top:100px;background:radial-gradient(circle at 35% 35%,#d9b783,#684629 70%)}.hero-art__orb--two{width:360px;height:360px;right:-80px;bottom:-80px;background:#b99568;filter:blur(70px);opacity:.2}.hero-bottle{position:absolute;right:16%;top:20%;width:230px;height:420px;border:1px solid rgba(255,255,255,.38);background:linear-gradient(145deg,#d8af76a3,#472b17d1);box-shadow:0 40px 80px #00000073,inset 20px 0 30px #ffffff14;border-radius:9px}.hero-bottle__cap{position:absolute;width:98px;height:92px;background:#0c0c0c;left:66px;top:-92px;border:1px solid #333}.hero-bottle__label{position:absolute;left:32px;right:32px;top:160px;border:1px solid rgba(255,255,255,.7);padding:26px 10px;text-align:center;font-family:Georgia,serif;letter-spacing:.18em;font-size:.95rem}.feature-strip{background:#f0ebe2;border:0}.feature-strip__grid{padding:24px 0}.feature-item{position:relative}.feature-item:not(:last-child):after{content:"";position:absolute;right:0;top:8px;bottom:8px;width:1px;background:#d9d1c5}.feature-item strong{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.feature-item{color:#777066}.section-head--editorial{align-items:start}.section-head--editorial h2{max-width:760px;font-weight:400;letter-spacing:-.035em}.section-head--editorial p{padding-top:26px}.card{border-radius:0;box-shadow:none;background:transparent;overflow:visible}.card__image{border-radius:0;background:#eee9e0;position:relative}.card__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(20,20,20,.05);pointer-events:none}.card__body{padding:18px 2px}.card h3{font-size:1.32rem;font-weight:400;margin-bottom:7px}.product-card__meta{display:flex;justify-content:space-between;color:#8a8175;font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.product-notes{color:var(--muted);font-size:.82rem;min-height:1.3em}.card__hover-cta{position:absolute;left:16px;right:16px;bottom:16px;background:#121212eb;color:#fff;padding:13px;text-align:center;transform:translateY(8px);opacity:0;transition:.25s;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem}.card:hover .card__hover-cta{opacity:1;transform:none}.quick-add button{width:36px;height:36px;border-radius:50%;border:1px solid #1a1a1a;background:transparent;font-size:1.3rem;cursor:pointer;transition:.2s}.quick-add button:hover{background:#171717;color:#fff}.product-placeholder{height:100%;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,#d8c8b3,#f2e9dc)}.product-placeholder__bottle{width:38%;height:58%;background:linear-gradient(145deg,#bd9164,#795533);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;letter-spacing:.1em;border:1px solid rgba(0,0,0,.15);box-shadow:0 28px 40px #3427192e}.product-placeholder__cap{position:absolute;top:16%;width:17%;height:12%;background:#191919}.scent-finder{background:#ebe4d8}.scent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.scent-tile{background:#f8f4ed;min-height:570px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .35s}.scent-tile:hover{transform:translateY(-5px)}.scent-tile__index{position:absolute;right:22px;top:18px;font:italic 1.1rem Georgia,serif;color:#887867;z-index:2}.scent-tile__visual{height:320px;position:relative;overflow:hidden}.scent-tile__visual:before,.scent-tile__visual:after{content:"";position:absolute;border-radius:50%}.scent-tile__visual span{position:absolute;width:86px;height:168px;left:50%;top:86px;transform:translate(-50%);background:#f5eee1bd;border:1px solid rgba(0,0,0,.16);box-shadow:0 25px 45px #00000024}.scent-tile__visual span:before{content:"";position:absolute;left:27px;top:-38px;width:32px;height:38px;background:#161616}.scent-tile__visual--1{background:linear-gradient(145deg,#c9d0bb,#e7e4cc)}.scent-tile__visual--1:before{width:220px;height:220px;background:#f3e69b;left:-55px;top:-75px;opacity:.7}.scent-tile__visual--2{background:linear-gradient(145deg,#c89679,#ead2bb)}.scent-tile__visual--2:after{width:250px;height:250px;background:#8b5e43;right:-110px;bottom:-80px;opacity:.28}.scent-tile__visual--3{background:linear-gradient(145deg,#66574b,#b9a38e)}.scent-tile__visual--3:before{width:200px;height:200px;background:#191511;left:-80px;bottom:-70px;opacity:.3}.scent-tile__copy{padding:30px}.scent-tile__copy h3{font-size:2.3rem;font-weight:400}.scent-tile__copy p{color:#71685d;max-width:290px}.collection-card{border-radius:0;min-height:520px}.collection-card:after{background:linear-gradient(0deg,#000000c7,#00000005 65%)}.collection-card__content{left:30px;bottom:30px}.collection-card__content h3{font-size:2.5rem;font-weight:400}.story{gap:70px}.story__media img{border-radius:0}.story__copy{padding:60px 40px}.story__copy h2{font-weight:400;letter-spacing:-.03em}.editorial-note-wrap{padding-top:28px}.editorial-note{display:grid;grid-template-columns:150px 1fr 420px;background:#191817;color:#fff;min-height:430px;align-items:stretch;padding:0}.editorial-note__number{padding:44px;font:italic 1.2rem Georgia,serif;color:#bfa782}.editorial-note__copy{padding:72px 40px;max-width:680px}.editorial-note__copy h2{font-size:3.5rem;font-weight:400}.editorial-note__copy p{color:#c7c1b8;max-width:620px;font-size:1rem;line-height:1.8}.editorial-note__visual{position:relative;background:radial-gradient(circle at center,#84684d,#32271e 56%,#191817 74%);overflow:hidden}.editorial-mini-bottle{position:absolute;width:142px;height:270px;background:linear-gradient(145deg,#c59b68,#664523);left:50%;top:50%;transform:translate(-50%,-42%);box-shadow:0 45px 70px #00000080;border:1px solid rgba(255,255,255,.2)}.editorial-mini-bottle:before{content:"";position:absolute;width:54px;height:62px;background:#0c0c0c;left:44px;top:-62px}.editorial-mini-bottle span{position:absolute;left:20px;right:20px;top:105px;border:1px solid rgba(255,255,255,.6);height:68px}.newsletter{border-radius:0;background:#cbb08d;color:#191817;padding:70px}.newsletter .button{background:#171717}.footer{padding-top:78px}.footer__grid{gap:60px}.footer h3{font-weight:400}.product__details{border-radius:0;box-shadow:none;border:1px solid var(--line);padding:40px}.product__gallery img{border-radius:0}.contact-card,.summary-box{border-radius:0;box-shadow:none;border:1px solid var(--line)}@media(max-width:1000px){.hero-pro,.hero-pro__grid{min-height:760px}.hero-pro__grid{grid-template-columns:1fr}.hero-pro__card{display:none}.hero-bottle{right:8%;opacity:.55}.scent-grid{grid-template-columns:1fr 1fr}.editorial-note{grid-template-columns:100px 1fr}.editorial-note__visual{display:none}}@media(max-width:700px){.container{width:min(100% - 28px,1320px)}.section{padding:70px 0}.hero-pro{min-height:720px}.hero-pro__grid{min-height:720px;padding-bottom:42px}.hero-pro h1{font-size:3.7rem}.hero-pro__lede{font-size:1rem}.hero-proof{gap:15px;flex-wrap:wrap}.hero-proof>div{padding-right:15px;margin-right:0}.hero-bottle{right:-20%;top:23%;width:190px;height:350px;opacity:.45}.feature-item:not(:last-child):after{display:none}.scent-grid{grid-template-columns:1fr}.scent-tile{min-height:520px}.scent-tile__visual{height:280px}.editorial-note{display:block;min-height:auto}.editorial-note__number{padding:28px 28px 0}.editorial-note__copy{padding:30px 28px 48px}.editorial-note__copy h2{font-size:2.5rem}.newsletter{padding:38px 28px}.card__hover-cta{display:none}}.logo--image{display:flex;align-items:center;min-width:190px}.logo--image img{width:220px;max-height:58px;object-fit:contain;object-position:left center}.header__inner{min-height:82px}.brand-seal{display:inline-grid;place-items:center;width:76px;height:76px;border:1px solid rgba(184,148,94,.35);border-radius:50%;background:#ffffff08}.brand-seal img{width:58px;height:58px;object-fit:contain}.footer .logo--footer img{width:240px;max-height:90px;object-fit:contain;object-position:left center;margin-bottom:18px}.footer-brand-line{display:flex;align-items:flex-start;gap:18px}.header__actions a,.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--gold);transition:right .25s}.nav a:hover:after{right:0}.luxury-rule{height:1px;background:linear-gradient(90deg,transparent,rgba(184,148,94,.65),transparent)}@media(max-width:900px){.logo--image{min-width:0}.logo--image img{width:175px;max-height:48px}.header__inner{min-height:72px}}@media(max-width:520px){.logo--image img{width:145px}.header__actions>a:not([data-open-cart]){display:none}}:root{--v6-ink:#12110f;--v6-ivory:#f7f3ec;--v6-gold:#b28a57;--v6-line:rgba(18,17,15,.12);--v6-glow:0 40px 110px rgba(34,23,13,.14)}body{background:var(--v6-ivory)}.header{background:#f7f3ecc7;backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15)}.header__inner{min-height:88px}.header__actions{font-size:.74rem;text-transform:uppercase;letter-spacing:.11em}.cart-badge{background:transparent;border:1px solid rgba(18,17,15,.35);border-radius:999px;height:22px;min-width:22px}.hero-pro{min-height:890px;background:radial-gradient(circle at 77% 38%,#5f4933 0,#241c16 22%,#111 54%)}.hero-pro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#090807ed,#090807ad 42%,#09080733 70%,#0908071a)}.hero-pro:after{content:"ASKARI";position:absolute;right:-2vw;bottom:-8vw;z-index:1;font-family:Georgia,serif;font-size:clamp(9rem,20vw,22rem);letter-spacing:-.06em;color:#ffffff06;pointer-events:none}.hero-pro__grid{position:relative;z-index:3}.hero-pro__content{max-width:780px}.hero-pro h1{font-size:clamp(4.5rem,8.6vw,8.4rem);letter-spacing:-.055em;line-height:.89;max-width:860px;text-wrap:balance}.hero-pro__lede{font-size:1.12rem;line-height:1.8;max-width:610px}.brand-seal{width:86px;height:86px;background:#100e0c66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-pro__card{border:1px solid rgba(255,255,255,.24);background:#12100e61;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 80px #0003}.hero-pro__card:before{content:"CURATED IN DENVER";position:absolute;right:22px;top:22px;font-size:.58rem;letter-spacing:.2em;color:#ffffff8c}.hero-proof strong{letter-spacing:.13em}.hero-bottle{filter:drop-shadow(0 50px 50px rgba(0,0,0,.45))}.feature-strip{position:relative;z-index:5}.feature-strip__grid{padding:28px 0}.feature-item strong{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:5px}.feature-item{color:#746c62}.feature-item strong{color:#171512}.section-head{margin-bottom:42px}.section-head h2,.signature-edit__head h2{letter-spacing:-.04em}.section-head p{font-size:.96rem;line-height:1.75}.cards{gap:18px}.product-card{border-radius:0;background:transparent;box-shadow:none;border-top:1px solid var(--v6-line)}.product-card .card__image{aspect-ratio:4/5;border-radius:0;position:relative;background:#ebe4d8}.product-card .card__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 1px #12110f0a;pointer-events:none}.product-card .card__body{padding:18px 0 0}.product-card h3{font-size:1.38rem;font-weight:400;letter-spacing:-.02em}.product-card__meta{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase}.card__hover-cta{bottom:16px;left:16px;right:16px;border-radius:0;background:#f7f3eceb;color:#12110f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.69rem;letter-spacing:.12em;text-transform:uppercase}.quick-add button{width:40px;height:40px;border-radius:0;background:#171512;color:#fff;border:0;transition:.25s}.quick-add button:hover{background:var(--v6-gold);transform:rotate(90deg)}.signature-edit-section{padding-top:50px}.signature-edit__head{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end;margin-bottom:38px}.signature-edit__head p{max-width:540px;color:var(--muted);line-height:1.8}.signature-edit{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:350px 350px;gap:12px}.signature-panel{position:relative;overflow:hidden;background:#1a1714;color:#fff;min-height:0}.signature-panel--1{grid-row:1/3}.signature-panel--4{grid-column:2/4}.signature-panel img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.25,1)}.signature-panel:hover img{transform:scale(1.035)}.signature-panel__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000a 25%,#000000bd)}.signature-panel__art{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 54% 38%,#987654,#403027 35%,#181411 70%)}.signature-panel__art span{position:absolute;width:112px;height:230px;left:50%;top:50%;transform:translate(-50%,-50%);background:linear-gradient(145deg,#b98c56,#5d4027);border:1px solid rgba(255,255,255,.35);box-shadow:0 35px 70px #00000052}.signature-panel__art span:before{content:"";position:absolute;left:33px;right:33px;top:-45px;height:45px;background:#0f0e0d}.signature-panel__art i{position:absolute;width:290px;height:290px;border:1px solid rgba(207,172,121,.35);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.signature-panel__content{position:absolute;inset:auto 28px 28px 28px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:end}.signature-panel__number{font-family:Georgia,serif;font-size:1.5rem;color:#d5bd98}.signature-panel__kicker{font-size:.62rem;letter-spacing:.18em;color:#d5bd98}.signature-panel h3{font-size:2.05rem;font-weight:400;margin:5px 0 6px}.signature-panel p{font-size:.83rem;color:#ffffffb8;max-width:330px}.signature-panel__arrow{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.45);transition:.25s}.signature-panel:hover .signature-panel__arrow{background:#fff;color:#111}.collection-grid{gap:12px}.collection-card{min-height:540px;border-radius:0}.collection-card:after{background:linear-gradient(0deg,#000000bf,#0000000d 60%)}.collection-card__content{left:30px;right:30px;bottom:30px}.collection-card__content h2{font-size:2.8rem!important;font-weight:400}.collection-card img{transition:.7s}.collection-card:hover img{transform:scale(1.04)}.story{gap:0;background:#171512;color:#fff}.story__media img,.story__media>div{border-radius:0!important;height:100%;min-height:690px}.story__copy{padding:80px}.story__copy h2{font-size:clamp(3rem,5vw,5.5rem);letter-spacing:-.05em}.story__copy .muted{color:#c1bab0;line-height:1.9}.story__copy .button--secondary{border-color:#fff;color:#fff}.editorial-note{box-shadow:var(--v6-glow)}.newsletter{border-radius:0;background:linear-gradient(120deg,#1b1814,#0e0d0c);border:1px solid rgba(184,148,94,.28)}.footer{padding-top:82px}.footer__grid{gap:55px}.footer a{font-size:.9rem}.footer .logo--footer img{width:270px}.product{gap:46px}.product__gallery{gap:8px}.product__gallery img{background:#eee8dd}.product__details{top:112px;padding:46px;border:0;border-top:1px solid var(--v6-line);border-bottom:1px solid var(--v6-line);background:transparent}.product__details h1{letter-spacing:-.045em}.product__details .price{font-size:1.15rem;font-weight:600}.product-form select,.product-form .input{border-radius:0;background:transparent}.product-form>.button{width:100%;min-height:58px;background:#151412}.trust-list{border-top:1px solid var(--v6-line);padding-top:18px}.accordion summary{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.accordion details{padding:18px 0}@media(max-width:1000px){.signature-edit{grid-template-columns:1fr 1fr;grid-template-rows:520px 330px 330px}.signature-panel--1{grid-column:1/3;grid-row:auto}.signature-panel--4{grid-column:auto}.signature-edit__head{grid-template-columns:1fr;gap:18px}.story__copy{padding:55px}.hero-pro h1{font-size:clamp(4rem,11vw,6.7rem)}}@media(max-width:700px){.header__inner{min-height:76px}.hero-pro{min-height:790px}.hero-pro h1{font-size:clamp(3.8rem,17vw,5.4rem)}.signature-edit{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,460px)}.signature-panel--1,.signature-panel--4{grid-column:auto;grid-row:auto}.signature-panel__content{inset:auto 20px 22px 20px}.signature-panel h3{font-size:1.75rem}.story{display:block}.story__media img,.story__media>div{min-height:480px}.story__copy{padding:46px 26px}.cards{gap:32px 12px}.product__details{padding:30px 0}.container{width:min(100% - 24px,1320px)}}.product-notes--hero{font-family:Georgia,serif;font-size:1.05rem;color:#756758;font-style:italic;margin-top:-6px}.product-price-row{display:flex;align-items:center;gap:8px;margin:20px 0}.product-intro{line-height:1.8}.field-label{display:block;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:8px}.product-form__row{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:end}.product-concierge{margin-top:26px;padding:20px 0;border-top:1px solid var(--v6-line);border-bottom:1px solid var(--v6-line)}.product-concierge>span{font-size:.62rem;letter-spacing:.16em;font-weight:800}.product-concierge p{font-size:.85rem;color:var(--muted);margin:8px 0 0}.product-concierge a{border-bottom:1px solid currentColor}@media(max-width:520px){.product-form__row{grid-template-columns:1fr}.quantity{width:100%}}.header__inner{min-height:70px;gap:22px}.logo--image{min-width:158px}.logo--image img{width:174px;max-height:44px}.nav{gap:24px;font-size:.76rem}.header__actions{gap:12px;font-size:.69rem}.announcement{padding:7px 16px;font-size:.78rem;letter-spacing:.025em}.page-title{max-width:900px;margin-bottom:34px}.page-title h1{font-size:clamp(2.65rem,4.7vw,4.8rem);letter-spacing:-.045em;margin-bottom:12px}.collection-toolbar{margin-bottom:30px;padding:14px 0;border-top:1px solid var(--v6-line);border-bottom:1px solid var(--v6-line);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.collection-toolbar select{padding:9px 34px 9px 12px;border-radius:0;font-size:.82rem}.featured-product-grid,.collection-template .cards{align-items:start}.product-card .card__image{aspect-ratio:1/1.18}.product-card .card__body{padding-top:14px}.product-card h3{font-size:1.16rem;line-height:1.2;margin-bottom:5px}.product-card__meta{margin-bottom:7px;font-size:.58rem}.product-notes{font-size:.76rem;line-height:1.45}.product-card__footer{margin-top:10px}.product-card .price{font-size:.9rem;font-weight:650}.card__hover-cta{left:12px;right:12px;bottom:12px;padding:11px}.quick-add button{width:36px;height:36px}.featured-products-footer{display:flex;justify-content:flex-end;margin-top:30px}.empty-merchandising-state{padding:54px;border:1px solid var(--v6-line);background:#ffffff59;max-width:760px}.empty-merchandising-state h3{font-size:2rem;font-weight:400;margin-top:10px}.empty-merchandising-state p{color:var(--muted);max-width:570px}.collection-card__fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,#9c7955,#30241d 48%,#171411);overflow:hidden}.collection-card__fallback:before{content:"A";position:absolute;font-family:Georgia,serif;font-size:17rem;color:#ffffff0e;line-height:1}.collection-card__fallback span{font-family:Georgia,serif;font-size:1rem;letter-spacing:.35em;color:#fffc}@media(min-width:1180px){.collection-template .cards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.header__inner{min-height:66px}.logo--image img{width:154px;max-height:40px}.nav{top:66px}}@media(max-width:600px){.header__inner{min-height:62px;gap:10px}.logo--image img{width:132px;max-height:36px}.product-card .card__image{aspect-ratio:1/1.12}.product-card h3{font-size:1.08rem}.page-title h1{font-size:2.6rem}.empty-merchandising-state{padding:32px 22px}}.header{isolation:isolate}.header__inner{position:relative;display:grid;grid-template-columns:minmax(172px,220px) minmax(0,1fr) auto;min-height:68px;gap:20px}.logo--image{min-width:0;width:max-content}.logo--image img{display:block;width:168px;max-width:100%;max-height:42px;object-fit:contain;object-position:left center}.nav{gap:26px;font-size:.72rem;font-weight:650;letter-spacing:.105em;white-space:nowrap}.header__actions{gap:16px;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;white-space:nowrap}.header-action{display:inline-flex;align-items:center;gap:7px;min-height:40px}.header-action--search svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.header-action--cart{padding-left:14px;border-left:1px solid rgba(20,20,20,.12)}.cart-badge{min-width:18px;height:18px;font-size:.65rem;background:#181613;color:#fff}.mobile-toggle,.nav__mobile-head,.nav__mobile-meta,.mobile-nav-backdrop{display:none}.collection-template .cards,.featured-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}.product-card{min-width:0}.product-card .card__image{aspect-ratio:1/1.15;overflow:hidden}.product-card .card__body{padding-top:13px}.product-card h3{font-size:1.08rem;line-height:1.25;margin:0 0 5px}.product-card__meta{font-size:.55rem;margin-bottom:6px;gap:8px}.product-notes{font-size:.74rem;line-height:1.4;min-height:0}.product-card__footer{margin-top:9px;gap:8px}.product-card .price{font-size:.86rem}.quick-add button{width:34px;height:34px;font-size:1.1rem}.card__hover-cta{font-size:.63rem;padding:10px;left:10px;right:10px;bottom:10px}@media(max-width:1100px){.header__inner{grid-template-columns:minmax(150px,180px) 1fr auto;gap:14px}.logo--image img{width:150px;max-height:38px}.nav{gap:17px;font-size:.67rem;letter-spacing:.07em}.header__actions{gap:10px}.header-action--account{display:none}.collection-template .cards,.featured-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 16px}}@media(max-width:900px){body.nav-open{overflow:hidden}.header__inner{grid-template-columns:44px minmax(0,1fr) auto;min-height:62px;gap:8px}.mobile-toggle{display:grid;width:40px;height:40px;padding:10px 8px;border:0;background:transparent;align-content:center;gap:5px;cursor:pointer;z-index:53}.mobile-toggle span{display:block;height:1px;background:#171717;width:23px;transition:.25s}.mobile-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.logo--image{justify-self:center}.logo--image img{width:142px;max-height:36px;object-position:center}.header__actions{justify-self:end;gap:5px}.header-action--search{width:38px;justify-content:center}.header-action--search span,.header-action--account,.header-action--cart>span:first-child{display:none}.header-action--cart{border:0;padding-left:2px;min-width:34px;justify-content:center}.cart-badge{min-width:20px;height:20px}.nav{display:flex;position:fixed;top:0;left:0;bottom:0;width:min(88vw,390px);right:auto;background:#f7f4ee;padding:0 28px 34px;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;transform:translate(-102%);transition:transform .32s ease;z-index:55;border:0;box-shadow:20px 0 60px #0000001f;font-size:.94rem;letter-spacing:.08em}.nav.is-open{transform:translate(0)}.nav__mobile-head{display:flex;align-items:center;justify-content:space-between;height:72px;border-bottom:1px solid rgba(20,20,20,.12);font-family:Georgia,serif;font-size:1.25rem;letter-spacing:0;text-transform:none;margin-bottom:10px}.nav__close{border:0;background:transparent;font-size:2rem;font-weight:300;line-height:1;padding:8px;cursor:pointer}.nav>a{display:flex;align-items:center;min-height:55px;border-bottom:1px solid rgba(20,20,20,.08)}.nav>a:after{display:none}.nav__mobile-meta{display:grid;margin-top:26px;gap:14px;font-size:.68rem;color:#746f68}.nav__mobile-meta a{display:block}.mobile-nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#11100f6b;opacity:0;visibility:hidden;transition:.25s;z-index:54}.mobile-nav-backdrop.is-open{opacity:1;visibility:visible}.collection-template .cards,.featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}}@media(max-width:600px){.announcement{padding:6px 10px;font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__inner{min-height:58px}.logo--image img{width:124px;max-height:32px}.container{width:min(100% - 24px,1320px)}.collection-template .cards,.featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 10px}.product-card .card__image{aspect-ratio:1/1.18}.product-card .card__body{padding-top:10px}.product-card h3{font-size:.9rem;line-height:1.2}.product-card__meta{font-size:.49rem;letter-spacing:.1em;overflow:hidden}.product-card__meta span:last-child{display:none}.product-notes{font-size:.66rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-card .price{font-size:.78rem}.compare{display:none}.quick-add button{width:30px;height:30px;font-size:1rem}.card__hover-cta{display:none}.collection-toolbar{align-items:flex-start;gap:12px}}@media(max-width:380px){.logo--image img{width:110px}.collection-template .cards,.featured-product-grid{gap:22px 8px}.product-card h3{font-size:.84rem}}.collection-template{padding-top:42px}.collection-template .page-title{margin-bottom:22px;padding:24px 0 10px}.collection-template .page-title .eyebrow{font-size:.62rem;letter-spacing:.18em}.collection-template .page-title h1{font-size:clamp(2.3rem,4vw,4rem);margin-bottom:8px}.collection-template .collection-toolbar{margin-bottom:24px;padding:10px 0}.collection-template .cards,.featured-product-grid{gap:38px 20px}.product-card{border-top:0}.product-card .card__image{aspect-ratio:1/1.08;background:#fff;border:1px solid rgba(20,20,20,.07);display:block;overflow:hidden}.product-card .card__image img{width:100%;height:100%;object-fit:contain;padding:14px;transform:none}.product-card:hover .card__image img{transform:scale(1.015)}.product-card .card__body{padding:12px 1px 0}.product-card__meta{display:flex;justify-content:flex-start;align-items:center;gap:8px;margin:0 0 7px;color:#827a70;font-size:.54rem;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;min-height:12px}.product-card__meta span+span:before{content:"\b7";margin-right:8px;color:#b9afa2}.product-card__vendor,.product-card__type{max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__title-link{display:block}.product-card h3{font-size:1rem;line-height:1.3;font-weight:400;letter-spacing:-.018em;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-notes{margin:0 0 6px;font-size:.7rem;line-height:1.35;color:#81786e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px;min-height:32px}.product-card__pricing{display:flex;align-items:baseline;gap:6px;min-width:0}.product-card .price{font-size:.84rem;font-weight:650;letter-spacing:.01em}.product-card .compare{font-size:.7rem;margin-left:0}.quick-add button{width:30px;height:30px;font-size:1rem;border-radius:50%;background:#171512;color:#fff}.card__hover-cta{left:14px;right:14px;bottom:14px;padding:10px;font-size:.61rem}@media(min-width:1200px){.collection-template .cards,.featured-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 22px}}@media(max-width:1100px){.collection-template .cards,.featured-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 18px}}@media(max-width:760px){.collection-template{padding-top:24px}.collection-template .page-title{padding:18px 0 4px;margin-bottom:14px}.collection-template .page-title h1{font-size:2.25rem}.collection-template .collection-toolbar{font-size:.67rem;margin-bottom:18px;padding:8px 0}.collection-template .cards,.featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 10px}.product-card .card__image{aspect-ratio:1/1.04}.product-card .card__image img{padding:8px}.product-card .card__body{padding-top:9px}.product-card__meta{font-size:.46rem;gap:5px;margin-bottom:5px;letter-spacing:.1em}.product-card__meta span+span:before{margin-right:5px}.product-card h3{font-size:.82rem;line-height:1.25;min-height:2.5em;margin-bottom:4px}.product-notes{font-size:.61rem;margin-bottom:4px}.product-card .price{font-size:.75rem}.quick-add button{width:27px;height:27px;font-size:.9rem}.card__hover-cta{display:none}}@media(max-width:380px){.collection-template .cards,.featured-product-grid{gap:24px 8px}.product-card h3{font-size:.78rem}.product-card__meta{font-size:.43rem}.product-card .price{font-size:.72rem}}.home-hero{background:#12110f;color:#fff;overflow:hidden;position:relative}.home-hero__grid{min-height:700px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:56px;padding-top:78px;padding-bottom:78px}.home-hero__copy{max-width:760px}.home-hero__copy h1{font-family:var(--serif);font-size:clamp(54px,5.8vw,88px);line-height:.98;letter-spacing:-.035em;margin:18px 0 26px}.home-hero__copy>p{font-size:18px;line-height:1.7;color:#cbc5bd;max-width:680px}.home-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.home-hero__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border-top:1px solid rgba(255,255,255,.18);margin-top:58px;padding-top:24px}.home-hero__proof strong,.home-hero__proof span{display:block}.home-hero__proof strong{font-size:12px;text-transform:uppercase;letter-spacing:.14em}.home-hero__proof span{font-size:12px;color:#99938c;margin-top:7px;line-height:1.45}.home-hero__visual{min-height:540px;position:relative;display:grid;place-items:center}.home-hero__halo{position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,#7d6246 0,#403328 45%,#12110f00 72%)}.home-hero__mark{position:absolute;width:min(92%,520px);height:auto;opacity:.18;filter:saturate(.75)}.home-hero__bottle{position:relative;width:190px;height:360px;border:1px solid #c9a974;border-radius:9px;background:linear-gradient(155deg,#9a724c,#51351f 70%);box-shadow:0 30px 80px #00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--serif);letter-spacing:.12em}.home-hero__bottle:before{content:"";position:absolute;top:-58px;width:66px;height:58px;background:#0d0d0c;border:1px solid #40392f}.home-hero__bottle span{font-size:22px}.home-hero__bottle small{font:10px/1.3 var(--sans);letter-spacing:.32em;margin-top:8px}.home-trust{background:#f0ebe2;border-bottom:1px solid var(--line)}.home-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:25px;padding-bottom:25px}.home-trust__grid>div{padding:0 28px;border-right:1px solid #d7cfc3}.home-trust__grid>div:first-child{padding-left:0}.home-trust__grid>div:last-child{border-right:0}.home-trust strong,.home-trust span{display:block}.home-trust strong{font-size:12px;text-transform:uppercase;letter-spacing:.12em}.home-trust span{font-size:12px;color:var(--muted);margin-top:7px}.home-products__head{align-items:end}.home-product-grid{margin-top:36px}.home-empty{border:1px solid var(--line);padding:60px;text-align:center;background:#fff}.home-empty h3{font:34px/1.1 var(--serif);margin:10px 0}.home-empty p{color:var(--muted);max-width:620px;margin:0 auto 24px}.home-discovery{background:#ece5da}.home-discovery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.home-discovery__card{min-height:390px;padding:36px;display:flex;flex-direction:column;text-decoration:none;color:var(--ink);border:1px solid rgba(0,0,0,.05);transition:transform .25s ease,box-shadow .25s ease}.home-discovery__card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #1e18111a}.home-discovery__card span{font:16px var(--serif);opacity:.55}.home-discovery__card h3{font:44px/1 var(--serif);margin:95px 0 18px}.home-discovery__card p{font-size:14px;line-height:1.65;max-width:290px}.home-discovery__card b{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-top:auto}.home-discovery__card--light{background:#d8ddcd}.home-discovery__card--warm{background:#d7b49b}.home-discovery__card--dark{background:#51473e;color:#fff}.home-story__grid{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:80px;align-items:center}.home-story__art{min-height:570px;background:#201a17;display:grid;place-items:center;overflow:hidden}.home-story__art img{width:min(78%,460px);height:auto}.home-story__copy h2{font:clamp(42px,4vw,64px)/1.02 var(--serif);letter-spacing:-.025em;margin:15px 0 24px}.home-story__copy>p{color:var(--muted);line-height:1.75;max-width:630px}.home-story__contact{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:34px 0}.home-story__contact span{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.14em;color:var(--muted);margin-bottom:7px}.home-story__contact a{color:var(--ink);text-decoration:none;font-size:14px}.home-newsletter__inner{background:#181715;color:#fff;padding:52px 56px;display:grid;grid-template-columns:1fr minmax(360px,.75fr);gap:60px;align-items:center}.home-newsletter h2{font:40px/1.05 var(--serif);margin:8px 0}.home-newsletter p{color:#bdb7af}.home-newsletter form{display:grid;grid-template-columns:1fr auto;gap:8px}.home-newsletter .input{min-height:52px}.cards,.featured-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 22px}.card__image{aspect-ratio:4/5;min-height:0;background:#fff}.card__image img{width:100%;height:100%;object-fit:contain;padding:10px}.card__body{padding-top:13px}.product-card__meta{font-size:9px;letter-spacing:.15em;min-height:14px}.product-card__title-link h3{font-size:17px;line-height:1.22;margin:7px 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.product-notes{font-size:11px;line-height:1.45;margin:0 0 8px}.product-card__footer{margin-top:5px}.price{font-size:14px}.quick-add button{width:34px;height:34px}.header__inner{min-height:76px}.logo--image img{max-height:52px;width:auto}.nav{gap:30px}.nav>a,.header-action{font-size:11px;letter-spacing:.12em}.header__actions{gap:15px}@media(max-width:1100px){.home-hero__grid{grid-template-columns:1fr .72fr;gap:25px}.home-hero__copy h1{font-size:58px}.home-hero__visual{min-height:470px}.cards,.featured-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-story__grid{gap:45px}.nav{gap:20px}}@media(max-width:780px){.home-hero__grid{grid-template-columns:1fr;min-height:auto;padding-top:52px;padding-bottom:0;gap:35px}.home-hero__copy h1{font-size:clamp(44px,13vw,66px)}.home-hero__copy>p{font-size:15px}.home-hero__proof{grid-template-columns:1fr;gap:14px;margin-top:38px}.home-hero__visual{min-height:410px}.home-hero__halo{width:360px;height:360px}.home-hero__bottle{width:150px;height:285px}.home-hero__bottle:before{width:52px;height:44px;top:-44px}.home-trust__grid{grid-template-columns:1fr 1fr;gap:0}.home-trust__grid>div{padding:18px;border-bottom:1px solid #d7cfc3}.home-trust__grid>div:nth-child(2n){border-right:0}.home-discovery__grid{grid-template-columns:1fr}.home-discovery__card{min-height:300px}.home-discovery__card h3{margin-top:55px}.home-story__grid{grid-template-columns:1fr;gap:34px}.home-story__art{min-height:390px}.home-story__contact{grid-template-columns:1fr}.home-newsletter__inner{grid-template-columns:1fr;padding:36px 24px;gap:26px}.home-newsletter form{grid-template-columns:1fr}.cards,.featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.product-card__title-link h3{font-size:14px;min-height:35px}.card__image img{padding:6px}.header__inner{min-height:64px}.logo--image img{max-height:42px}.header__actions{gap:10px}.header-action span:not(.cart-badge){display:none}.home-products .section-head{display:block}.home-products .text-link{display:inline-block;margin-top:12px}}@media(max-width:420px){.container{padding-left:16px;padding-right:16px}.home-trust__grid{grid-template-columns:1fr}.home-trust__grid>div{border-right:0}.cards,.featured-product-grid{gap:22px 10px}.product-card__meta{font-size:8px}.product-card__title-link h3,.price{font-size:13px}.quick-add button{width:30px;height:30px}.home-hero__actions .button{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
