:root{--burgundy:#5A1821;--burgundy-2:#751F2B;--ink:#1B1012;--gold:#C9A24A;--champagne:#D9C08A;--ivory:#F6F0E6;--cream:#EDE3D4;--white:#FFFFFF;--charcoal:#292326;--muted:#756A66;--line:rgba(201,162,74,.22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--charcoal);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:#f6f0e6fa;color:var(--ink);box-shadow:0 1px #5a182114}.announcement{padding:8px;text-align:center;background:var(--burgundy);color:var(--champagne);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.nav-wrap{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 30px}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}.brand img{height:64px;width:auto;max-width:110px;object-fit:contain}.brand span,.desktop-nav a,.eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.brand span{color:var(--burgundy)}.desktop-nav{display:flex;gap:25px}.desktop-nav a{color:var(--ink);opacity:.9}.desktop-nav a:hover,.nav-actions a:hover{color:var(--gold)}.nav-actions{display:flex;gap:17px;align-items:center}.nav-actions button{border:0;background:none;color:inherit;font-size:20px;cursor:pointer}.mobile-menu-btn{display:none;border:0;background:none;color:var(--ink);font-size:22px}.search-bar{display:none;padding:12px 30px;border-top:1px solid var(--line)}.search-bar.open{display:block}.search-bar input{width:100%;background:none;border:0;border-bottom:1px solid rgba(234,216,183,.4);padding:9px;color:var(--ivory);outline:0}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ink);padding:25px;flex-direction:column;gap:25px}.mobile-menu.open{display:flex}.mobile-menu button{align-self:flex-end;background:none;border:0;color:var(--ivory);font-size:32px}.mobile-menu a{font-size:30px;font-family:Georgia,serif;color:var(--ivory)}.hero{position:relative;min-height:78vh;display:flex;align-items:center;overflow:hidden;background:var(--ink);color:var(--ivory)}.hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:70% center;opacity:.78}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(27,16,18,.98) 0%,rgba(27,16,18,.78) 42%,transparent 100%),linear-gradient(0deg,rgba(27,16,18,.88),transparent 55%)}.hero-content{position:relative;z-index:1;max-width:1400px;width:100%;margin:auto;padding:90px 30px}.gold{color:var(--gold)}.hero h1{font: 6.5rem/.88 Georgia,serif;margin:25px 0}.hero h1 em,.intro h2 em{color:var(--champagne);font-style:italic}.hero p{max-width:430px;line-height:1.7;color:#f6f0e6c7}.hero-buttons{display:flex;gap:14px;margin-top:35px}.btn{display:inline-block;padding:15px 28px;border:1px solid var(--gold);font-size:11px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.btn-gold{background:linear-gradient(135deg,var(--champagne),var(--gold));color:var(--ink)}.btn-outline{color:var(--champagne);border-color:#f6f0e659;background:transparent}.btn-outline.dark{color:var(--ink);border-color:var(--ink)}.section{max-width:1400px;margin:auto;padding:90px 30px}.intro{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.intro-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.intro-copy h2,.section-head h2,.newsletter h2{font: 3.5rem/1 Georgia,serif;margin:20px 0}.intro-copy p{max-width:500px;color:var(--muted);line-height:1.8}.text-link{display:inline-block;margin-top:20px;border-bottom:1px solid var(--gold);padding-bottom:5px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.centered{text-align:center;justify-content:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-image{position:relative;display:block;background:var(--cream);overflow:hidden}.product-image img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.03)}.sale-badge{position:absolute;top:12px;left:12px;background:var(--burgundy);color:var(--ivory);padding:7px 10px;font-size:10px;text-transform:uppercase}.product-info{padding:15px 0}.product-info h3{margin:0 0 8px;font: 20px Georgia,serif}.product-info p{margin:0 0 10px;color:var(--muted);font-size:13px;min-height:32px}.product-info strong{font-size:13px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-grid a{position:relative;overflow:hidden;background:var(--ink);color:var(--ivory)}.category-grid img{width:100%;aspect-ratio:3/4;object-fit:cover;opacity:.8;transition:.5s}.category-grid a:hover img{transform:scale(1.04);opacity:.65}.category-grid span{position:absolute;left:22px;bottom:42px;font: 28px Georgia,serif}.category-grid small{position:absolute;left:22px;bottom:20px;font-size:11px;color:var(--champagne)}.why{background:var(--ink);color:var(--ivory);max-width:none;padding-left:max(30px,calc((100% - 1340px)/2));padding-right:max(30px,calc((100% - 1340px)/2))}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.why-grid b{font-size:28px;color:var(--gold)}.why-grid h3{font: 22px Georgia,serif}.why-grid p{color:#f6f0e6a6;line-height:1.6;font-size:14px}.newsletter{text-align:center;background:var(--cream)}.newsletter p{color:var(--muted)}.newsletter-form{max-width:550px;margin:25px auto 0;display:flex}.newsletter-form input,.search-form input,.product-form select,.product-form input{flex:1;padding:14px;border:1px solid rgba(201,162,74,.22);background:#fff;outline:none}.site-footer{background:var(--ink);color:var(--ivory)}.footer-grid{max-width:1400px;margin:auto;padding:70px 30px;display:grid;grid-template-columns:1.4fr 1fr 1.3fr 1fr;gap:50px}.footer-logo{height:42px;width:auto}.site-footer h3{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.site-footer a{display:block;margin:12px 0;color:#f6f0e6c7;font-size:13px}.muted{color:#f6f0e68c;line-height:1.7;max-width:320px;font-size:13px}.socials{display:flex;gap:20px}.copyright{border-top:1px solid var(--line);padding:22px 30px;color:#f6f0e666;font-size:11px;max-width:1400px;margin:auto}.product-page .product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.product-gallery{display:grid;gap:15px}.main-product-image{width:100%;max-height:750px;object-fit:cover}.product-copy{padding-top:25px}.product-copy h1,.collection-page h1,.page-content h1,.cart-page h1,.search-page h1{font: 4rem/1 Georgia,serif;margin:18px 0}.price{font-size:18px;margin-bottom:25px}.description,.rte{color:var(--muted);line-height:1.8}.product-form{display:flex;flex-direction:column;gap:10px;margin:30px 0}.product-form select,.product-form input{flex:none;width:100%}.add-btn{width:100%;margin-top:10px}.details-box{border-top:1px solid rgba(201,162,74,.22);padding-top:25px}.collection-desc{max-width:650px;color:var(--muted);line-height:1.6}.page-content,.cart-page,.search-page{min-height:55vh}.rte{max-width:800px}.cart-row{display:grid;grid-template-columns:100px 1fr 100px;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(201,162,74,.22)}.cart-row img{width:100px;aspect-ratio:1;object-fit:cover}.cart-total{text-align:right;padding:25px 0;font-size:18px}.search-form{display:flex;max-width:700px;margin-bottom:45px}@media(max-width:1000px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.product-grid,.category-grid,.why-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:5rem}.intro,.product-page .product-detail{gap:35px}}@media(max-width:650px){.nav-wrap{padding:12px 16px}.brand span{display:none}.brand img{height:54px;max-width:100px}.hero{min-height:75vh}.hero-content{padding:70px 20px}.hero h1{font-size:4rem}.section{padding:65px 18px}.intro,.product-page .product-detail{grid-template-columns:1fr}.product-grid,.category-grid,.why-grid,.footer-grid{grid-template-columns:1fr 1fr;gap:14px}.section-head h2,.intro-copy h2,.newsletter h2{font-size:2.5rem}.product-copy h1,.collection-page h1,.page-content h1,.cart-page h1,.search-page h1{font-size:3rem}.newsletter-form{display:block}.newsletter-form input{width:100%;margin-bottom:10px}.newsletter-form .btn{width:100%}.cart-row{grid-template-columns:70px 1fr 70px}.cart-row img{width:70px}.footer-grid{grid-template-columns:1fr}.hero-overlay{background:linear-gradient(90deg,#1b1012f0,#17120f8c)}}.featured{background:#e3d4c0;color:var(--ink);max-width:none;padding-left:max(30px,calc((100% - 1340px)/2));padding-right:max(30px,calc((100% - 1340px)/2))}.featured .section-head h2,.featured .section-head a,.featured .product-info h3,.featured .product-info strong{color:var(--ink)}.featured .product-info p{color:#5f514a}.featured .product-image{background:#d1bfa7;border:1px solid rgba(90,24,33,.14)}.featured .text-link{color:var(--burgundy)}.brand img{height:64px}.footer-logo{height:58px}@media(max-width:650px){.brand img,.footer-logo{height:52px}}.brand img{display:block;object-fit:contain;object-position:center;flex:0 0 auto}@media(max-width:650px){.brand img{height:54px;max-width:100px}}:root{--shadow-soft:0 18px 45px rgba(27,16,18,.08);--shadow-card:0 12px 34px rgba(27,16,18,.1);--ease:cubic-bezier(.22,.61,.36,1)}body{font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5;letter-spacing:.005em;overflow-x:hidden}button,input,select{font:inherit}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.site-header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:box-shadow .25s ease,background .25s ease}.nav-wrap{min-height:92px;padding:12px 30px}.brand{gap:10px}.brand img{height:70px;max-width:122px}.desktop-nav{gap:28px}.desktop-nav a{position:relative;padding:10px 0;transition:color .25s ease}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:3px;width:100%;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:right;transition:transform .3s var(--ease)}.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}.nav-actions{gap:14px}.nav-actions a,.nav-actions button{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;transition:background .25s ease,color .25s ease,transform .25s ease}.nav-actions a:hover,.nav-actions button:hover{background:#c9a24a1f;transform:translateY(-1px)}.announcement{font-size:10px;padding:9px 12px;letter-spacing:.16em}.hero{min-height:min(82vh,820px)}.hero-content{padding:110px 30px}.hero h1{font-size:clamp(4rem,7vw,7rem);letter-spacing:-.035em;max-width:760px}.hero p{font-size:16px;max-width:480px}.btn{min-height:48px;padding:14px 28px;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s var(--ease),box-shadow .25s ease,background .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1b101224}.section{padding:105px 30px}.section-head{margin-bottom:42px}.section-head h2,.intro-copy h2,.newsletter h2{font-size:clamp(2.7rem,4vw,4rem);letter-spacing:-.025em}.eyebrow{font-weight:600;font-size:10px;letter-spacing:.18em}.intro{gap:10%}.intro-image{overflow:hidden;box-shadow:var(--shadow-soft)}.intro-image img{transition:transform .8s var(--ease)}.intro-image:hover img{transform:scale(1.025)}.intro-copy p{font-size:15px}.text-link{transition:color .2s ease,border-color .2s ease;position:relative}.text-link:hover{color:var(--burgundy-2);border-color:var(--burgundy-2)}.featured{padding-top:100px;padding-bottom:100px}.product-grid{gap:30px}.product-card{min-width:0}.product-image{box-shadow:0 5px 18px #1b10120d}.product-image img{transition:transform .65s var(--ease),filter .4s ease}.product-card:hover .product-image img{transform:scale(1.045)}.product-info{padding:18px 2px}.product-info h3{font-size:21px;letter-spacing:-.01em}.product-info p{font-size:12px}.product-info strong{letter-spacing:.03em}.category-grid{gap:20px}.category-grid a{box-shadow:var(--shadow-card)}.category-grid img{transition:transform .7s var(--ease),opacity .5s ease}.category-grid a:hover img{transform:scale(1.06);opacity:.68}.category-grid span{font-size:30px;letter-spacing:-.02em}.why{padding-top:95px;padding-bottom:95px}.why-grid{gap:45px}.why-grid>div{transition:transform .3s var(--ease)}.why-grid>div:hover{transform:translateY(-5px)}.why-grid b{font-size:26px}.newsletter{padding-top:90px;padding-bottom:90px}.newsletter h2{margin-top:16px}.newsletter-form{box-shadow:var(--shadow-soft)}.newsletter-form input,.newsletter-form .btn{min-height:50px}.site-footer{padding-top:5px}.footer-grid{padding-top:78px;padding-bottom:55px}.footer-logo{height:64px;max-width:150px;object-fit:contain}.site-footer a{transition:color .2s ease,transform .2s ease}.site-footer a:hover{color:var(--champagne);transform:translate(2px)}.mobile-menu{z-index:100;padding:24px 22px 40px;overflow-y:auto}.mobile-menu a{font-size:clamp(2rem,9vw,3rem);line-height:1.05}.mobile-menu button{width:44px;height:44px}.mobile-menu.open a{animation:menuIn .45s var(--ease) both}.mobile-menu.open a:nth-of-type(2){animation-delay:.04s}.mobile-menu.open a:nth-of-type(3){animation-delay:.08s}.mobile-menu.open a:nth-of-type(4){animation-delay:.12s}.mobile-menu.open a:nth-of-type(5){animation-delay:.16s}.mobile-menu.open a:nth-of-type(6){animation-delay:.2s}.mobile-menu.open a:nth-of-type(7){animation-delay:.24s}@keyframes menuIn{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:none}}.reveal-enabled .hero-content,.reveal-enabled .intro-image,.reveal-enabled .intro-copy,.reveal-enabled .product-card,.reveal-enabled .category-grid a,.reveal-enabled .why-grid>div,.reveal-enabled .newsletter>*{opacity:0;transform:translateY(22px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal-enabled .is-visible{opacity:1!important;transform:none!important}.reveal-enabled .product-card:nth-child(2),.reveal-enabled .category-grid a:nth-child(2),.reveal-enabled .why-grid>div:nth-child(2){transition-delay:.07s}.reveal-enabled .product-card:nth-child(3),.reveal-enabled .category-grid a:nth-child(3),.reveal-enabled .why-grid>div:nth-child(3){transition-delay:.14s}.reveal-enabled .product-card:nth-child(4),.reveal-enabled .category-grid a:nth-child(4),.reveal-enabled .why-grid>div:nth-child(4){transition-delay:.21s}@media(max-width:1000px){.nav-wrap{min-height:84px}.brand img{height:62px;max-width:112px}.desktop-nav{gap:18px}.hero{min-height:72vh}.hero-content{padding:90px 28px}.hero h1{font-size:clamp(4rem,9vw,5.5rem)}.section{padding:85px 28px}.product-grid{gap:20px}.category-grid{gap:16px}}@media(max-width:650px){.announcement{font-size:9px;letter-spacing:.12em;line-height:1.4;padding:8px 10px}.nav-wrap{display:grid;grid-template-columns:44px 1fr 100px;align-items:center;gap:8px;padding:8px 14px;min-height:76px}.mobile-menu-btn{width:42px;height:42px;font-size:0;display:grid;place-items:center}.mobile-menu-btn:before{content:"\2630";font-size:21px}.brand{justify-self:center}.brand img{height:62px;max-width:112px}.brand span{display:none}.nav-actions{justify-self:end;gap:4px}.nav-actions a,.nav-actions button{width:34px;height:34px;font-size:18px}.hero{min-height:78svh}.hero>img{object-position:64% center;opacity:.72}.hero-overlay{background:linear-gradient(90deg,#1b1012f5,#1b10129e),linear-gradient(0deg,rgba(27,16,18,.86),transparent 60%)}.hero-content{padding:76px 20px 64px}.hero h1{font-size:clamp(3.25rem,15vw,4.5rem);line-height:.9;margin:18px 0 22px}.hero p{font-size:14px;line-height:1.7;max-width:330px}.hero-buttons{flex-direction:column;gap:10px;margin-top:28px;max-width:290px}.btn{width:100%;min-height:50px}.section{padding:72px 18px}.section-head{margin-bottom:28px}.section-head h2,.intro-copy h2,.newsletter h2{font-size:clamp(2.35rem,11vw,3rem);line-height:.98}.section-head .text-link{margin-top:8px}.intro{gap:34px}.intro-image img{aspect-ratio:4/5}.intro-copy p{font-size:14px;line-height:1.75}.featured{padding-top:70px;padding-bottom:72px}.product-grid{grid-template-columns:1fr 1fr;gap:20px 12px}.product-image img{aspect-ratio:4/5}.product-info{padding:13px 1px}.product-info h3{font-size:16px;line-height:1.2}.product-info p{font-size:11px;min-height:0;line-height:1.45}.product-info strong{font-size:12px}.category-grid{grid-template-columns:1fr 1fr;gap:12px}.category-grid span{left:14px;bottom:34px;font-size:22px}.category-grid small{left:14px;bottom:14px;font-size:9px;right:8px;line-height:1.2}.category-grid img{aspect-ratio:3/4}.why{padding-top:72px;padding-bottom:72px}.why-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.why-grid h3{font-size:18px}.why-grid p{font-size:12px;line-height:1.55}.why-grid b{font-size:22px}.newsletter{padding-top:70px;padding-bottom:70px}.newsletter-form{box-shadow:none}.newsletter-form input{margin-bottom:9px}.footer-grid{padding:58px 18px 38px;gap:32px}.footer-logo{height:60px}.copyright{padding:20px 18px;font-size:10px}.product-page .product-detail{gap:25px}.product-copy{padding-top:5px}.product-copy h1,.collection-page h1,.page-content h1,.cart-page h1,.search-page h1{font-size:2.7rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-header,.btn,.nav-actions a,.nav-actions button,.desktop-nav a:after,.intro-image img,.product-image img,.category-grid img,.why-grid>div,.site-footer a{transition:none}.mobile-menu.open a{animation:none}.reveal-enabled .hero-content,.reveal-enabled .intro-image,.reveal-enabled .intro-copy,.reveal-enabled .product-card,.reveal-enabled .category-grid a,.reveal-enabled .why-grid>div,.reveal-enabled .newsletter>*{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
