:root{--color-navy: #17233a;--color-navy-dark: #0f1828;--color-gold: #c9a84c;--color-gold-light: #e4cd7a;--color-bg: #f6f1e7;--color-surface: #ffffff;--color-text: #1c1c1c;--color-muted: #6b6458;--color-cream: #f6f1e7;--heading-scale: 1.1;--body-scale: 1;--font-heading: "Cormorant Garamond", "Times New Roman", serif;--font-body: "Jost", "Helvetica Neue", Arial, sans-serif;--page-width: 1180px;--header-height: 84px;--radius: 2px;--shadow: 0 10px 30px rgba(23, 35, 58, .08)}*,*:before,*:after{box-sizing:border-box}html{font-size:calc(16px * var(--body-scale));scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:400;line-height:1.65;letter-spacing:.01em;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.15;letter-spacing:.01em;margin:0 0 .6em;color:var(--color-navy)}h1{font-size:calc(2.4rem * var(--heading-scale))}h2{font-size:calc(1.85rem * var(--heading-scale))}h3{font-size:calc(1.35rem * var(--heading-scale))}p{margin:0 0 1em}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.skip-link{position:absolute;z-index:10000;left:1rem;top:-4rem;background:var(--color-gold);color:var(--color-navy);padding:.6rem 1rem}.skip-link:focus{top:1rem}:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.page-width{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 1.25rem}@media screen and (min-width:750px){.page-width{padding:0 2rem}}.main-content{min-height:50vh}.section{padding:3.5rem 0}@media screen and (min-width:750px){.section{padding:5rem 0}}.section__header{text-align:center;margin-bottom:2.5rem}.section__eyebrow{display:inline-block;margin-bottom:.75rem;color:var(--color-gold);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.section__title{margin-bottom:.5rem}.section__title:after{content:"";display:block;width:48px;height:1px;margin:.9rem auto 0;background:var(--color-gold)}.section__subtitle{max-width:36rem;margin:.75rem auto 0;color:var(--color-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.8rem;border:1px solid transparent;border-radius:var(--radius);font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn--primary{background:var(--color-gold);color:var(--color-navy);border-color:var(--color-gold)}.btn--primary:hover{background:var(--color-gold-light);border-color:var(--color-gold-light)}.btn--secondary{background:transparent;color:var(--color-cream);border-color:var(--color-gold)}.btn--secondary:hover{background:var(--color-gold);color:var(--color-navy)}.btn--navy{background:var(--color-navy);color:var(--color-cream);border-color:var(--color-navy)}.btn--navy:hover{background:var(--color-navy-dark)}.btn--full{width:100%}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.field label{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.field input,.field textarea,.field select{width:100%;min-height:48px;padding:.7rem .9rem;border:1px solid rgba(23,35,58,.18);border-radius:var(--radius);background:var(--color-surface)}.field textarea{min-height:140px;resize:vertical}.form-status{margin:.75rem 0;font-size:.95rem}.form-status--success{color:#2f6b3a}.form-status--error{color:#8a2a2a}.errors ul{padding-left:1.1rem;list-style:disc;color:#8a2a2a}.header{position:sticky;top:0;z-index:40;background:var(--color-navy);color:var(--color-cream);border-bottom:1px solid rgba(201,168,76,.25)}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);gap:1rem}.header__logo{display:flex;align-items:center}.header__logo img{width:auto;max-width:280px;object-fit:contain}.header__logo-text{font-family:var(--font-heading);font-size:1.8rem;color:var(--color-gold);letter-spacing:.02em}.header__nav{display:none;flex:1;justify-content:center}.header__nav-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.2rem 1.6rem}.header__nav-link{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-cream);padding:.35rem 0;border-bottom:1px solid transparent}.header__nav-link:hover,.header__nav-link.is-active{color:var(--color-gold);border-bottom-color:var(--color-gold)}.header__icons{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--color-cream)}.header__icon:hover{color:var(--color-gold)}.header__icon svg{width:21px;height:21px}.header__cart-count{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:var(--color-gold);color:var(--color-navy);font-size:.65rem;font-weight:600;line-height:16px;text-align:center}.header__menu-btn{display:inline-flex}@media screen and (min-width:990px){.header__nav{display:flex}.header__menu-btn{display:none}.header__logo img{max-width:280px}}.search-modal[hidden]{display:none}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f1828b8;display:flex;align-items:flex-start;justify-content:center;padding:12vh 1.25rem 2rem}.search-modal__panel{width:min(640px,100%);background:var(--color-surface);padding:1.5rem;border-radius:4px;border-top:2px solid var(--color-gold)}.search-modal__form{display:flex;gap:.6rem}.search-modal__form input{flex:1;min-height:48px;padding:.7rem .9rem;border:1px solid rgba(23,35,58,.18)}.search-modal__panel .header__icon{color:var(--color-navy)}.mobile-nav[hidden]{display:none}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:70;background:var(--color-navy-dark);color:var(--color-cream);padding:1.25rem 1.5rem 2rem;overflow:auto}.mobile-nav__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-nav__list{display:grid;gap:.4rem}.mobile-nav__link{display:block;padding:.85rem 0;border-bottom:1px solid rgba(201,168,76,.18);letter-spacing:.16em;text-transform:uppercase;font-size:.85rem}.mobile-nav__link:hover{color:var(--color-gold)}body.nav-open{overflow:hidden}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:var(--color-navy);color:var(--color-cream);text-align:center;overflow:hidden}.hero__media,.hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f18288c,#0f1828c7)}.hero__content{position:relative;z-index:1;max-width:760px;padding:5rem 1.25rem}.hero__title{color:var(--color-cream);font-size:clamp(2.4rem,6vw,4.4rem);font-weight:500;margin-bottom:1rem}.hero__text{color:#f6f1e7db;font-size:1.05rem;max-width:34rem;margin:0 auto 1.8rem}.hero--compact{min-height:48vh}.product-grid,.collection-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media screen and (min-width:750px){.product-grid,.collection-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media screen and (min-width:990px){.product-grid.columns-3,.collection-grid.columns-3{grid-template-columns:repeat(3,1fr)}.product-grid.columns-4,.collection-grid.columns-4{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--color-surface);border:1px solid rgba(23,35,58,.06);height:100%;display:flex;flex-direction:column}.product-card__media{position:relative;aspect-ratio:1 / 1;background:#ece6d8;overflow:hidden}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;top:.8rem;left:.8rem;background:var(--color-gold);color:var(--color-navy);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .55rem}.product-card__info{padding:1.1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-card__vendor{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.product-card__title{font-family:var(--font-heading);font-size:1.2rem;margin:0;color:var(--color-navy)}.product-card:hover .product-card__title{color:var(--color-gold)}.price{color:var(--color-gold);font-weight:500;letter-spacing:.04em}.price__compare{margin-left:.4rem;color:var(--color-muted);text-decoration:line-through;font-weight:400;font-size:.9em}.collection-card{position:relative;display:block;overflow:hidden;background:var(--color-navy);min-height:280px}.collection-card__media,.collection-card__media img,.collection-card__media svg{width:100%;height:320px;object-fit:cover}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f18280d,#0f1828b8)}.collection-card__title{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;margin:0;color:var(--color-cream);font-size:1.7rem}.collection-card:hover .collection-card__title{color:var(--color-gold-light)}.about__grid{display:grid;gap:2rem;align-items:center}@media screen and (min-width:750px){.about__grid{grid-template-columns:1fr 1fr;gap:4rem}.about__grid--image-right .about__media{order:2}}.about__media img,.about__media svg{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border:1px solid rgba(201,168,76,.35)}.about__media--logo{background:var(--color-navy);border:1px solid rgba(201,168,76,.35)}.about__media--logo img{aspect-ratio:auto;object-fit:contain;padding:2.4rem 1.6rem;border:0}.about__content .section__title:after{margin-left:0}.about__text{color:var(--color-muted);font-size:1.02rem}.newsletter{background:var(--color-navy);color:var(--color-cream)}.newsletter .section__title{color:var(--color-cream)}.newsletter .section__subtitle{color:#f6f1e7c7}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:520px;margin:1.75rem auto 0}@media screen and (min-width:750px){.newsletter__form{flex-direction:row}}.newsletter__form input[type=email]{flex:1;min-height:48px;padding:.75rem 1rem;border:1px solid rgba(201,168,76,.45);background:transparent;color:var(--color-cream)}.newsletter__form input::placeholder{color:#f6f1e78c}.newsletter__form{flex-wrap:wrap}.newsletter__form .form-status{width:100%;text-align:center;color:var(--color-gold-light)}.inline-form{display:flex;flex-direction:column;gap:.75rem;max-width:640px;margin:0 auto 2rem}.inline-form input{flex:1;min-height:48px;padding:.7rem .9rem;border:1px solid rgba(23,35,58,.18);background:var(--color-surface)}@media screen and (min-width:750px){.inline-form{flex-direction:row}}.product__gallery{display:grid;gap:.65rem}.password-page .field input,.gift-card-page input{background:var(--color-surface);color:var(--color-navy)}.footer{background:var(--color-navy-dark);color:#f6f1e7d1;padding-top:3.5rem}.footer__grid{display:grid;gap:2.5rem}@media screen and (min-width:750px){.footer__grid{grid-template-columns:1.3fr 1fr 1fr}}.footer__logo img{height:56px;width:auto;max-width:220px;object-fit:contain;margin-bottom:1rem}.footer__text{color:#f6f1e7b3;max-width:28rem}.footer__heading{color:var(--color-gold);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-family:var(--font-body);font-weight:500}.footer__links{display:grid;gap:.55rem}.footer__links a:hover,.footer__contact a:hover{color:var(--color-gold)}.footer__contact p{margin:0 0 .45rem}.social-icons{display:flex;gap:.7rem;margin-top:1.1rem}.social-icons a{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid rgba(201,168,76,.4);color:var(--color-gold)}.social-icons a:hover{background:var(--color-gold);color:var(--color-navy)}.social-icons svg{width:16px;height:16px}.footer__bottom{margin-top:2.5rem;padding:1.25rem 0;border-top:1px solid rgba(201,168,76,.18);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem}.payment-icons svg,.payment-icons img{height:24px;width:auto}.product{display:grid;gap:2rem}@media screen and (min-width:750px){.product{grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:start}}.product__gallery img,.product__gallery svg{width:100%;background:#ece6d8}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.6rem}.product__thumbs img{aspect-ratio:1;object-fit:cover;border:1px solid transparent}.product__thumbs a.is-active img,.product__thumbs a:hover img{border-color:var(--color-gold)}.product__title{font-size:calc(2rem * var(--heading-scale))}.product__price{font-size:1.25rem;margin:.6rem 0 1.2rem}.product__description{color:var(--color-muted);margin:1.4rem 0}.quantity{display:inline-flex;border:1px solid rgba(23,35,58,.18);margin:.4rem 0 1rem}.quantity button,.quantity input{width:44px;height:44px;text-align:center;border:0;background:var(--color-surface)}.quantity input{width:56px}.variant-select{margin:1rem 0}.collection-hero,.page-hero{background:var(--color-navy);color:var(--color-cream);padding:3.2rem 0;text-align:center}.collection-hero h1,.page-hero h1{color:var(--color-cream);margin-bottom:.4rem}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;color:var(--color-muted);font-size:.9rem}.article-card,.page-content,.account-card,.cart-page,.search-page{background:var(--color-surface);padding:1.5rem;border:1px solid rgba(23,35,58,.06)}.article-grid{display:grid;gap:1.5rem}@media screen and (min-width:750px){.article-grid{grid-template-columns:repeat(2,1fr)}.page-content,.account-card,.cart-page{padding:2.2rem}}.rte h2,.rte h3{margin-top:1.4rem}.rte a{color:var(--color-gold);text-decoration:underline}.rte ul{list-style:disc;padding-left:1.2rem;margin:0 0 1rem}.rte ol{list-style:decimal;padding-left:1.2rem;margin:0 0 1rem}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(23,35,58,.08)}.cart-item img,.cart-item svg{width:88px;height:88px;object-fit:cover;background:#ece6d8}.cart-item__title{font-family:var(--font-heading);font-size:1.15rem;margin:0 0 .25rem}.cart-item__meta{color:var(--color-muted);font-size:.9rem}.cart-item__remove{color:var(--color-muted);font-size:.8rem;margin-top:.4rem}.cart-item__remove:hover{color:var(--color-navy)}.cart-summary{margin-top:1.5rem;padding-top:1rem;display:grid;gap:.8rem;justify-items:stretch}.cart-summary__row{display:flex;justify-content:space-between;font-size:1.05rem}.empty-state{text-align:center;padding:3rem 1rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination a,.pagination span{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(23,35,58,.12)}.pagination .is-active{background:var(--color-navy);color:var(--color-cream);border-color:var(--color-navy)}.auth-page{max-width:460px;margin:0 auto}.auth-links{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.92rem}.order-table{width:100%;border-collapse:collapse}.order-table th,.order-table td{text-align:left;padding:.75rem .4rem;border-bottom:1px solid rgba(23,35,58,.08)}.gift-card-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-navy);color:var(--color-cream);padding:2rem 1rem;text-align:center}.gift-card-page__code{margin:1.2rem 0;padding:.8rem 1.2rem;border:1px dashed var(--color-gold);letter-spacing:.16em;font-size:1.2rem}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-navy);color:var(--color-cream);text-align:center;padding:2rem 1.25rem}.password-page img{height:72px;width:auto;margin:0 auto 1.5rem}.password-page h1{color:var(--color-cream)}@media screen and (max-width:749px){.order-table{display:block;overflow-x:auto}.header__logo img{max-width:170px}.hero{min-height:58vh}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
