:root{--ivory: #F7F3EC;--ivory-dim: #F0E9DC;--ink: #3E362F;--rosewood: #8B4A44;--gold: #C9A66B;--sage: #8FA083;--hairline: #E4D9C8;--deep: #231F1C;--muted: #8A8074;--font-display: "Fraunces", serif;--font-body: "Work Sans", sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--ivory);color:var(--deep);font-family:var(--font-body);font-size:16px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display);font-weight:500;margin:0;color:var(--deep)}p{margin:0}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;background:var(--deep);color:var(--ivory);padding:.5rem 1rem;z-index:999}.eyebrow{display:inline-block;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rosewood);margin-bottom:.75rem}.btn{display:inline-block;padding:.85rem 1.75rem;border-radius:999px;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;text-align:center;transition:opacity .15s ease}.btn:hover{opacity:.85}.btn--dark{background:var(--deep);color:var(--ivory)}.btn--outline{background:transparent;color:var(--deep);border:1px solid var(--hairline)}.btn--light{background:var(--ivory);color:var(--deep)}.btn--full{width:100%}.btn[disabled]{opacity:.4;pointer-events:none}.video-hero{position:relative;width:100%;overflow:hidden;background:var(--ivory-dim)}.video-hero__media{aspect-ratio:4/5}.video-hero__media video,.video-hero__media img{width:100%;height:100%;object-fit:cover}.video-hero__overlay{position:absolute;left:0;right:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;color:var(--ivory)}.video-hero__overlay:before{content:"";position:absolute;top:-2rem;right:-1.5rem;bottom:-2rem;left:-1.5rem;z-index:-1;background:linear-gradient(to top,#231f1c8c,#231f1c00)}.video-hero__overlay .eyebrow{color:var(--ivory);opacity:.85}.video-hero__overlay h1{font-size:2.25rem;line-height:1.1;margin-bottom:1.25rem;color:var(--ivory)}.video-hero__overlay--center{top:50%;transform:translateY(-50%)}.video-hero__overlay--bottom{bottom:2.5rem}@media(min-width:900px){.video-hero__media{aspect-ratio:21/9}.video-hero__overlay h1{font-size:3.25rem}.video-hero__overlay--bottom{bottom:4rem}}.announcement-bar{background:var(--deep);color:var(--ivory);text-align:center;font-size:.78rem;letter-spacing:.04em;padding:.6rem 1rem}.site-header{position:sticky;top:0;z-index:30;background:var(--ivory);border-bottom:1px solid var(--hairline)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 2rem;gap:1rem}.site-header__logo{font-family:var(--font-display);font-size:1.5rem}.site-nav{display:none;gap:1.75rem}.site-nav__item{position:relative;padding:.9rem 0}.site-nav__link{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);padding-bottom:2px;border-bottom:1px solid transparent}.site-nav__link:hover{border-color:var(--rosewood)}.mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);background:var(--ivory);border:1px solid var(--hairline);padding:1.75rem;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease;z-index:20;box-shadow:0 12px 28px #231f1c14}.site-nav__item.has-dropdown:hover .mega-menu,.site-nav__item.has-dropdown:focus-within .mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.mega-menu__grid{display:grid;grid-template-columns:repeat(4,140px);gap:1.25rem}.mega-menu__tile-media{width:140px;height:140px;background:var(--ivory-dim);overflow:hidden}.mega-menu__tile-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mega-menu__tile:hover .mega-menu__tile-media img{transform:scale(1.05)}.mega-menu__tile span{display:block;margin-top:.6rem;font-size:.85rem;color:var(--ink)}.site-header__icons{display:flex;align-items:center;gap:1.1rem}.icon-btn{position:relative;color:var(--deep);display:inline-flex}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--rosewood);color:var(--ivory);font-size:.62rem;width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center}@media(min-width:900px){.site-nav{display:flex}}.hide-mobile{display:none}@media(min-width:900px){.hide-mobile{display:inline-flex}}.hero{display:grid;grid-template-columns:1fr}.hero__text{order:2;padding:3.5rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.hero__text h1{font-size:2.75rem;line-height:1.08;margin-bottom:1.25rem}.hero__text p{color:#6b6154;max-width:26rem;margin-bottom:1.75rem}.hero__media{order:1;background:var(--ivory-dim);aspect-ratio:4/3;overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover}@media(min-width:900px){.hero{grid-template-columns:1fr 1fr}.hero__text{order:1;padding:5rem}.hero__text h1{font-size:4rem}.hero__media{order:2;aspect-ratio:auto}}.collection-list{padding:4rem 1.5rem}.collection-list h2{font-size:1.9rem;margin-bottom:2rem}.collection-list__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.collection-tile__media{aspect-ratio:1;background:var(--ivory-dim);overflow:hidden}.collection-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-tile:hover .collection-tile__media img{transform:scale(1.05)}.collection-tile p{margin-top:.75rem;font-family:var(--font-display);font-size:1.05rem}@media(min-width:700px){.collection-list__grid{grid-template-columns:repeat(4,1fr)}}.featured-collection{padding:4rem 1.5rem}.featured-collection__heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:.5rem}.featured-collection__heading h2{font-size:1.9rem}.view-all{font-size:.78rem;letter-spacing:.1em;color:var(--rosewood)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem .75rem}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card__media{position:relative;display:block;aspect-ratio:1;background:var(--ivory-dim);overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__media:hover .product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2rem;color:var(--muted)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--rosewood);color:var(--ivory);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:999px}.product-card__info{padding-top:1rem}.product-card__info h3{font-size:1.05rem;font-weight:500}.product-card__price{margin-top:.35rem;font-size:.92rem;color:var(--deep)}.product-card__price--sale{color:var(--rosewood);margin-right:.5rem}.product-card__price--compare{color:var(--muted);text-decoration:line-through}.rich-text{padding:4.5rem 1.5rem;text-align:center;max-width:42rem;margin:0 auto}.rich-text__body{font-size:1.15rem;line-height:1.5;color:#6b6154}.rich-text--quote .rich-text__body{font-family:var(--font-display);font-style:italic;font-size:1.6rem;color:var(--deep)}.rich-text .btn{margin-top:1.5rem}.icon-row{padding:4rem 1.5rem;background:var(--ivory-dim)}.icon-row h2{text-align:center;font-size:1.9rem;margin-bottom:2.5rem}.icon-row__grid{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center;max-width:60rem;margin:0 auto}.icon-row__item h3{font-size:1.1rem;margin-bottom:.5rem}.icon-row__item p{color:var(--muted);font-size:.9rem}@media(min-width:700px){.icon-row__grid{grid-template-columns:repeat(4,1fr)}}.newsletter{padding:4rem 1.5rem;text-align:center}.newsletter h2{font-size:1.9rem;margin-bottom:.5rem}.newsletter p{color:var(--muted);margin-bottom:1.5rem}.newsletter__field{display:flex;max-width:24rem;margin:0 auto;border-bottom:1px solid var(--hairline)}.newsletter__field input{flex:1;background:transparent;border:none;padding:.6rem 0;font-family:var(--font-body);outline:none}.newsletter__field button{color:var(--rosewood);padding:0 .5rem}.form-success{margin-top:1rem;font-style:italic;font-family:var(--font-display)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:40}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:420px;background:var(--ivory);transform:translate(100%);transition:transform .3s ease;z-index:50;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--hairline)}.cart-drawer__header button{font-size:1.5rem;color:var(--deep)}.cart-drawer__empty{padding:2.5rem 1.5rem;color:var(--muted)}.cart-drawer__items{flex:1;overflow-y:auto;padding:0 1.5rem}.cart-drawer__item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--hairline)}.cart-drawer__item-image img{width:64px;height:64px;object-fit:cover;background:var(--ivory-dim)}.cart-drawer__item-top{display:flex;justify-content:space-between;gap:.5rem;font-family:var(--font-display)}.cart-drawer__item-variant{color:var(--muted);font-size:.8rem;margin-top:.25rem}.cart-drawer__item-qty{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-drawer__item-qty input{width:3rem;border:1px solid var(--hairline);border-radius:999px;padding:.25rem .5rem;text-align:center}.cart-drawer__remove{font-size:.78rem;color:var(--muted);text-decoration:underline}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--hairline);display:flex;flex-direction:column;gap:.75rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:.5rem}.product-page{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 1.5rem}.product-page__main-image{aspect-ratio:1;background:var(--ivory-dim);overflow:hidden}.product-page__main-image img{width:100%;height:100%;object-fit:cover}.product-page__thumbs{display:flex;gap:.6rem;margin-top:.75rem}.product-page__thumb{width:60px;height:60px;overflow:hidden;border:1px solid var(--hairline)}.product-page__price{font-family:var(--font-display);font-size:1.6rem;margin:.5rem 0 1.5rem}.product-page__option{margin-bottom:1rem}.product-page__option label,.product-page__qty label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.product-page__option select,.product-page__qty input{width:100%;padding:.65rem .75rem;border:1px solid var(--hairline);border-radius:4px;background:var(--ivory);font-family:var(--font-body)}.product-page__qty{max-width:6rem;margin-bottom:1.5rem}.product-page__description{margin-top:2rem;color:#6b6154;line-height:1.6}.product-page__note{margin-top:1.5rem;font-size:.8rem;color:var(--muted)}@media(min-width:900px){.product-page{grid-template-columns:1fr 1fr;padding:3.5rem}}.collection-page{padding:3rem 1.5rem}.collection-page__heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem}.collection-page__heading h1{font-size:2.25rem}.collection-page__heading p{color:var(--muted);font-size:.85rem}.collection-page__description{color:#6b6154;margin-bottom:2rem;max-width:40rem}.pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:1rem;margin-top:2rem;font-size:.85rem}.pagination .is-current{font-weight:600}.cart-page{padding:3rem 1.5rem;max-width:60rem;margin:0 auto}.cart-page h1{font-size:2.25rem;margin-bottom:2rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding-bottom:1rem;border-bottom:1px solid var(--hairline)}.cart-table td{padding:1.25rem 0;border-bottom:1px solid var(--hairline);vertical-align:middle}.cart-table__product{display:flex;gap:1rem;align-items:center}.cart-table__product img{width:70px;height:70px;object-fit:cover;background:var(--ivory-dim)}.cart-table input[type=number]{width:4rem;padding:.4rem;border:1px solid var(--hairline);border-radius:4px}.cart-page__footer{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;margin-top:2rem}.cart-page__subtotal{display:flex;gap:1rem;font-family:var(--font-display);font-size:1.3rem}.cart-page__actions{display:flex;gap:.75rem}.page-content{padding:3.5rem 1.5rem;max-width:48rem;margin:0 auto}.page-content--narrow{max-width:28rem}.page-content h1{font-size:2.25rem;margin-bottom:1.5rem}.page-content__body{color:#6b6154;line-height:1.7}.page-content label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:1rem 0 .35rem}.page-content input{width:100%;padding:.65rem .75rem;border:1px solid var(--hairline);border-radius:4px;background:var(--ivory)}.page-content button{margin-top:1.5rem}.contact-page{padding:3.5rem 1.5rem;max-width:40rem;margin:0 auto}.contact-page__intro{margin-bottom:2.5rem}.contact-page__intro h1{font-size:2.25rem;margin-bottom:.75rem}.contact-page__intro p{color:#6b6154;line-height:1.6}.contact-page__email{margin-top:.75rem}.contact-page__email a{color:var(--rosewood);text-decoration:underline}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__field{margin-bottom:1.25rem}.contact-form__field label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.contact-form__field input,.contact-form__field textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--hairline);border-radius:4px;background:var(--ivory);font-family:var(--font-body);font-size:.95rem}.contact-form__field textarea{resize:vertical}.contact-form .btn{margin-top:.5rem}.page-404{text-align:center;padding:6rem 1.5rem}.page-404 h1{font-size:2.5rem;margin-bottom:1rem}.page-404 p{color:var(--muted);margin-bottom:2rem}.about-page{padding:3.5rem 1.5rem;max-width:46rem;margin:0 auto}.about-page__hero{text-align:center;margin-bottom:3rem}.about-page__hero h1{font-size:2.5rem;line-height:1.15}.about-page__body p{color:#6b6154;line-height:1.75;margin-bottom:1.25rem}.about-page__values{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3.5rem;padding-top:3rem;border-top:1px solid var(--hairline)}@media(min-width:700px){.about-page__values{grid-template-columns:repeat(3,1fr)}}.about-page__value h3{font-size:1.05rem;margin-bottom:.5rem}.about-page__value p{color:var(--muted);font-size:.9rem;line-height:1.6}.search-page__form{display:flex;gap:.75rem;max-width:28rem;margin-bottom:2.5rem}.search-page__form input{flex:1;padding:.7rem .8rem;border:1px solid var(--hairline);border-radius:999px;background:var(--ivory);font-family:var(--font-body)}.search-page__empty{color:var(--muted)}.search-page__empty a{color:var(--rosewood);text-decoration:underline}.search-page__result h3{font-size:1.05rem}.search-page__result p{color:var(--muted);font-size:.85rem;margin-top:.4rem}.page-404__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.page-404__hint{font-size:.9rem}.page-404__hint a{color:var(--rosewood);text-decoration:underline}.mobile-nav{display:none;position:fixed;inset:var(--header-h, 60px) 0 0 0;background:var(--ivory);z-index:60;overflow-y:auto;flex-direction:column}.mobile-nav.is-open{display:flex}.mobile-nav__search{display:flex;align-items:center;gap:.75rem;margin:1.25rem 1.5rem .5rem;padding-bottom:.75rem;border-bottom:1px solid var(--deep);color:var(--deep)}.mobile-nav__search input{flex:1;border:none;background:transparent;font-family:var(--font-body);font-size:1.05rem;color:var(--deep);outline:none}.mobile-nav__primary{padding:.75rem 1.5rem 1.5rem}.mobile-nav__item{border:none}.mobile-nav__item summary,.mobile-nav__item--link{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;font-size:1.15rem;color:var(--deep);cursor:pointer;list-style:none;text-decoration:none}.mobile-nav__item summary::-webkit-details-marker{display:none}.mobile-nav__chev{color:var(--muted);font-size:.85rem;transition:transform .2s ease}.mobile-nav__item[open]>summary .mobile-nav__chev{transform:rotate(90deg)}.mobile-nav__sub{display:flex;flex-direction:column;padding:.25rem 0 .75rem 1rem}.mobile-nav__sub a{padding:.5rem 0;color:var(--muted);text-decoration:none;font-size:1rem}.mobile-nav__columns{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;padding:1rem 1.5rem 2rem}.mobile-nav__columns h4{font-size:1.05rem;font-weight:500;color:var(--deep);margin-bottom:.75rem}.mobile-nav__columns a{display:block;padding:.45rem 0;color:var(--muted);text-decoration:none;font-size:1rem}.mobile-nav__utility{margin-top:auto;background:#efebe3;padding:1.25rem 1.5rem 2.5rem;display:flex;flex-direction:column}.mobile-nav__utility a{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;color:var(--deep);text-decoration:none;font-size:1.05rem}.mobile-nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;color:var(--deep)}.mobile-nav-toggle span{display:block;width:22px;height:1.5px;background:currentColor;margin:5px 0}@media(max-width:899px){.mobile-nav-toggle{display:block}.site-nav,.hide-mobile{display:none}}.mobile-nav__utility{position:relative;z-index:61}.mobile-nav a,.mobile-nav summary{-webkit-tap-highlight-color:rgba(0,0,0,.06);touch-action:manipulation}.shipping-bar{padding:1rem 1.5rem 0}.cart-page .shipping-bar{padding:0 0 1.5rem;max-width:26rem}.shipping-bar__label{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.shipping-bar__label strong{color:var(--deep)}.shipping-bar__label--unlocked strong{color:var(--rosewood)}.shipping-bar__track{height:4px;background:var(--hairline);border-radius:999px;overflow:hidden}.shipping-bar__fill{height:100%;background:var(--rosewood);border-radius:999px;transition:width .4s ease}.product-page__stock,.product-card__stock{font-size:.8rem;color:var(--rosewood);margin-top:.35rem}.product-page__stock{margin:1rem 0 0;font-size:.85rem}.product-accordion{margin-top:2rem;border-top:1px solid var(--hairline)}.product-accordion details{border-bottom:1px solid var(--hairline)}.product-accordion summary{padding:1rem 0;cursor:pointer;font-size:.95rem;color:var(--deep);list-style:none;display:flex;justify-content:space-between;align-items:center}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";color:var(--muted);font-size:1.1rem}.product-accordion details[open] summary:after{content:"\2212"}.product-accordion__body{padding:0 0 1.25rem}.product-accordion__body p{font-size:.9rem;color:var(--muted);line-height:1.65;margin-bottom:.75rem}.related-products{padding:3rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.related-products h2{font-size:1.5rem;margin-bottom:1.5rem}.product-grid--related{grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:700px){.product-grid--related{grid-template-columns:repeat(4,1fr)}}.sticky-atc{position:fixed;left:0;right:0;bottom:0;background:var(--ivory);border-top:1px solid var(--hairline);padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));display:none;align-items:center;gap:1rem;z-index:45;transform:translateY(100%);transition:transform .25s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__info{flex:1;min-width:0;display:flex;flex-direction:column}.sticky-atc__title{font-size:.85rem;color:var(--deep);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.85rem;color:var(--muted)}.sticky-atc__btn{flex-shrink:0;padding:.7rem 1.4rem}@media(max-width:899px){.sticky-atc{display:flex}}.site-footer{background:var(--ivory);border-top:1px solid var(--hairline);padding:3.5rem 1.5rem 2rem}.site-footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem;max-width:1200px;margin:0 auto}.site-footer__grid>div:first-child{grid-column:1 / -1}@media(min-width:900px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}.site-footer__grid>div:first-child{grid-column:auto;padding-right:3rem}}.site-footer__logo{font-family:var(--font-display);font-size:1.6rem;color:var(--deep);display:block;margin-bottom:.75rem}.site-footer__grid p{font-size:.9rem;color:var(--muted);line-height:1.65;max-width:22rem}.site-footer__grid h4{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--rosewood);margin-bottom:1rem;font-weight:600}.site-footer__grid a{display:block;padding:.3rem 0;font-size:.92rem;color:var(--deep);text-decoration:none}.site-footer__grid a:hover{color:var(--rosewood)}.site-footer__acknowledgement{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--hairline);text-align:left;font-size:.8rem;line-height:1.75;color:var(--muted)}@media(min-width:900px){.site-footer__acknowledgement{max-width:1200px;padding-right:30%}}.product-page__main-image{perspective:900px;overflow:visible}.product-page__main-image img{transition:transform .25s ease;will-change:transform;border-radius:6px}.product-page__model{aspect-ratio:1}.product-page__model model-viewer,.product-page__model video,.product-page__model iframe{width:100%;height:100%;border-radius:6px}.product-page__thumb{position:relative}.product-page__thumb-badge{position:absolute;bottom:4px;right:4px;background:var(--deep);color:var(--ivory);font-size:.55rem;padding:2px 5px;border-radius:3px;letter-spacing:.05em}.product-page__guide-link{margin-top:1rem;font-size:.85rem}.product-page__guide-link a{color:var(--rosewood);text-decoration:underline;text-underline-offset:3px}.product-accordion__body a{color:var(--rosewood);text-decoration:underline}.page-content{max-width:44rem;margin:0 auto;padding:3rem 1.5rem 4rem}.page-content__body h2{font-size:1.6rem;margin:2rem 0 1rem}.page-content__body h3{font-size:1.15rem;margin:1.75rem 0 .6rem}.page-content__body p{color:#6b6154;line-height:1.75;margin-bottom:1rem}.page-content__body ul,.page-content__body ol{color:#6b6154;line-height:1.75;margin:0 0 1.25rem 1.25rem}.page-content__body li{margin-bottom:.4rem}.page-content__body a{color:var(--rosewood);text-decoration:underline;text-underline-offset:3px}.page-content__body table{width:100%;border-collapse:collapse;margin:1.25rem 0 1.75rem;font-size:.92rem}.page-content__body th{text-align:left;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--rosewood);font-weight:600;padding:.6rem .75rem;border-bottom:1px solid var(--deep)}.page-content__body td{padding:.75rem;color:#6b6154;border-bottom:1px solid var(--hairline);vertical-align:top;line-height:1.55}.page-content__body tr:nth-child(2n) td{background:#8b4a4408}@media(max-width:640px){.page-content__body table{font-size:.85rem}.page-content__body th,.page-content__body td{padding:.55rem .5rem}}.product-card__media{position:relative;display:block}.product-card__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;aspect-ratio:1;border-radius:4px;background:#fff}.product-card__carousel::-webkit-scrollbar{display:none}.product-card__slide{flex:0 0 100%;width:100%;scroll-snap-align:start;object-fit:cover;aspect-ratio:1}.product-card__dots{position:absolute;bottom:.6rem;left:0;right:0;display:flex;justify-content:center;gap:.35rem;pointer-events:none}.product-card__dot{width:6px;height:6px;border-radius:50%;background:#231f1c40;transition:background .2s}.product-card__dot.is-active{background:var(--deep)}.silver-ticker{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.45rem 1rem;background:var(--deep);color:var(--ivory);font-size:.74rem;letter-spacing:.04em}.silver-ticker__dot{width:6px;height:6px;border-radius:50%;background:#7fb069;animation:tickerPulse 2s infinite}@keyframes tickerPulse{0%,to{opacity:1}50%{opacity:.35}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);margin-bottom:1.5rem;flex-wrap:wrap}.collection-toolbar__left{display:flex;align-items:center;gap:.75rem}.collection-toolbar__filter{display:flex;align-items:center;gap:.45rem;background:none;border:none;font-family:var(--font-body);font-size:.95rem;color:var(--deep);cursor:pointer;padding:.25rem 0}.collection-toolbar__count{font-size:.85rem;color:var(--muted)}.collection-toolbar__views{display:flex;gap:.35rem}.view-toggle{background:none;border:none;padding:.3rem;cursor:pointer;color:var(--muted);border-bottom:2px solid transparent}.view-toggle.is-active{color:var(--deep);border-bottom-color:var(--deep)}.collection-toolbar__sort{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--deep)}.collection-toolbar__sort select{border:none;background:transparent;font-family:var(--font-body);font-size:.95rem;color:var(--deep);cursor:pointer;padding:.25rem 0}.product-grid--list{grid-template-columns:1fr!important}.product-grid--list .product-card{display:grid;grid-template-columns:140px 1fr;gap:1.25rem;align-items:center}@media(min-width:700px){.product-grid--list .product-card{grid-template-columns:200px 1fr}}.product-grid--list .product-card__info{padding-top:0}.filter-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;pointer-events:none}.filter-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#231f1c66;opacity:0;transition:opacity .25s}.filter-drawer__panel{position:absolute;top:0;bottom:0;left:0;width:min(360px,88vw);background:var(--ivory);transform:translate(-100%);transition:transform .28s ease;overflow-y:auto;padding:1.25rem 1.5rem 6rem}.filter-drawer.is-open{pointer-events:auto}.filter-drawer.is-open .filter-drawer__overlay{opacity:1}.filter-drawer.is-open .filter-drawer__panel{transform:translate(0)}.filter-drawer__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filter-drawer__head h3{font-size:1.25rem}.filter-drawer__close{background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--deep)}.filter-group{border-bottom:1px solid var(--hairline);padding:.35rem 0}.filter-group summary{padding:.6rem 0;font-size:.95rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary:after{content:"+";color:var(--muted)}.filter-group[open] summary:after{content:"\2212"}.filter-option{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;font-size:.9rem;color:var(--deep);cursor:pointer}.filter-option span{color:var(--muted);font-size:.8rem}.filter-option.is-disabled{opacity:.4}.filter-price{display:flex;align-items:center;gap:.5rem;padding:.5rem 0 .75rem}.filter-price input{width:100%;padding:.5rem .6rem;border:1px solid var(--hairline);border-radius:4px;background:#fff;font-family:var(--font-body)}.filter-drawer__actions{position:sticky;bottom:0;margin:1.5rem -1.5rem -6rem;padding:1rem 1.5rem 1.5rem;background:var(--ivory);border-top:1px solid var(--hairline);display:flex;gap:.75rem}.filter-drawer__actions .btn{flex:1;text-align:center}.whatsapp-chat{position:fixed;right:1.1rem;bottom:1.1rem;z-index:55;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #231f1c40;transition:transform .15s ease}.whatsapp-chat:hover{transform:scale(1.06)}@media(max-width:899px){body.template-product .whatsapp-chat{bottom:5.2rem}}.site-header{position:sticky;top:0;z-index:66;background:var(--ivory)}.mobile-nav__close{position:absolute;top:.6rem;right:1rem;background:none;border:none;font-size:2rem;line-height:1;color:var(--deep);cursor:pointer;z-index:2}.mobile-nav{padding-top:.5rem}.mobile-nav__search{margin-right:3.25rem}@media(max-width:899px){body:has(.sticky-atc) .whatsapp-chat{bottom:5.4rem}}.product-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-radius:6px;aspect-ratio:1;background:#fff}.product-gallery::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 100%;width:100%;object-fit:cover;scroll-snap-align:start}.product-page__thumb.is-active{outline:2px solid var(--deep);outline-offset:1px;border-radius:4px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,.site-footer__logo{font-feature-settings:"kern" 1,"liga" 1;letter-spacing:-.01em}.eyebrow,.collection-toolbar__count{letter-spacing:.14em}.btn{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;transition:background .35s cubic-bezier(.25,.46,.45,.94),color .35s,transform .2s}.btn:active{transform:scale(.985)}.product-page__price{font-family:var(--font-display);font-size:1.35rem}.will-reveal{opacity:0;transform:translateY(14px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.is-revealed{opacity:1;transform:none}@media(hover:hover){.product-card__carousel{overflow:hidden}.product-card__slide{transition:transform 1.1s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-card__slide{transform:scale(1.045)}.collection-list__item img{transition:transform 1.1s cubic-bezier(.23,1,.32,1)}.collection-list__item:hover img{transform:scale(1.045)}}.featured-collection,.collection-list,.rich-text,.icon-row{padding-top:4.5rem;padding-bottom:4.5rem}@media(min-width:900px){.featured-collection,.collection-list,.rich-text{padding-top:6rem;padding-bottom:6rem}}::selection{background:var(--rosewood);color:var(--ivory)}:focus-visible{outline:2px solid var(--rosewood);outline-offset:3px;border-radius:2px}a{transition:color .25s ease,opacity .25s ease}html{scroll-behavior:smooth}@media(min-width:900px){::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--ivory)}::-webkit-scrollbar-thumb{background:#d8d0c3;border-radius:999px;border:2px solid var(--ivory)}}.nl-popup{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--ivory);border-top:1px solid var(--hairline);box-shadow:0 -12px 40px #231f1c24;padding:2.25rem 1.5rem calc(2rem + env(safe-area-inset-bottom));transform:translateY(105%);transition:transform .5s cubic-bezier(.25,.46,.45,.94);text-align:center}.nl-popup.is-open{transform:translateY(0)}.nl-popup__close{position:absolute;top:.9rem;right:1.1rem;background:none;border:none;font-size:1.9rem;line-height:1;color:var(--deep);cursor:pointer}.nl-popup__heading{font-size:1.7rem;margin-bottom:.6rem}.nl-popup__sub{color:var(--muted);font-size:.95rem;margin-bottom:1.4rem}.nl-popup__form{max-width:26rem;margin:0 auto}.nl-popup__form input[type=email]{width:100%;padding:.8rem .9rem;border:1px solid var(--deep);border-radius:4px;background:#fff;font-family:var(--font-body);font-size:1rem;margin-bottom:.8rem}.nl-popup__btn{width:100%}.nl-popup__terms{font-size:.72rem;color:var(--muted);margin-top:.9rem;line-height:1.6}.nl-popup__success{font-size:1rem;color:var(--deep);padding:1rem 0}@media(min-width:700px){.nl-popup{left:auto;right:2rem;bottom:2rem;max-width:420px;border:1px solid var(--hairline);border-radius:8px}}.site-footer__bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--hairline);display:flex;flex-direction:column;gap:1rem;font-size:.78rem;color:var(--muted);align-items:center;text-align:center}.site-footer__copyright{display:flex;flex-direction:column;gap:.25rem}.site-footer__tagline{color:#a89c8b}.site-footer__bottom>div:last-child{display:flex;gap:.5rem 1.5rem;flex-wrap:wrap;justify-content:center}.site-footer__bottom a{color:var(--muted);text-decoration:none;margin:0}.site-footer__bottom a:hover{color:var(--deep)}@media(min-width:700px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.site-footer__copyright{flex-direction:row;gap:.75rem;align-items:baseline}.site-footer__copyright .site-footer__tagline:before{content:"\b7";margin-right:.75rem}}.trust-bar{display:flex;flex-wrap:wrap;gap:.4rem 1.25rem;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--hairline)}.trust-bar span{font-size:.74rem;color:var(--muted);letter-spacing:.03em;display:flex;align-items:center;gap:.4rem}.trust-bar span:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--gold)}.site-footer__payments{max-width:1200px;margin:2rem auto 0;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}@media(min-width:700px){.site-footer__payments{justify-content:flex-start}}.site-footer__payment-icon{height:22px;width:auto;opacity:.75}.site-footer__abn{font-size:.72rem;color:#a89c8b}.product-page__app-block{margin-top:1.5rem}.filter-pills{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none;padding:.25rem 0 1rem;align-items:center}.filter-pills::-webkit-scrollbar{display:none}.filter-pills__icon{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--deep);color:var(--ivory);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.filter-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;border:1px solid var(--hairline);border-radius:999px;background:transparent;font-family:var(--font-body);font-size:.9rem;color:var(--deep);cursor:pointer;white-space:nowrap;transition:border-color .25s;text-decoration:none}.filter-pill:hover,.filter-pill--sort{border-color:var(--deep)}.filter-pill--sort span{font-size:.7rem;color:var(--muted);letter-spacing:.06em}.filter-pill--sort select{border:none;background:transparent;font-family:var(--font-body);font-size:.9rem;color:var(--deep);cursor:pointer}.filter-pill--active{background:var(--deep);color:var(--ivory);border-color:var(--deep)}.filter-pill--active span{font-size:1rem}.promise{padding:4.5rem 1.5rem;max-width:1200px;margin:0 auto}.promise__head{text-align:center;max-width:34rem;margin:0 auto 2.5rem}.promise__head h2{font-size:1.8rem;margin-bottom:.6rem}.promise__head p{color:var(--muted)}.promise__cards{display:grid;grid-auto-flow:column;grid-auto-columns:78%;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem}.promise__cards::-webkit-scrollbar{display:none}@media(min-width:900px){.promise__cards{grid-auto-flow:row;grid-template-columns:repeat(4,1fr);overflow:visible}}.promise__card{background:#fdfbf7;border:1px solid var(--hairline);border-radius:8px;padding:2rem 1.5rem;text-align:center;scroll-snap-align:start}.promise__icon{display:inline-flex;color:var(--rosewood);margin-bottom:1rem}.promise__card h3{font-size:1.1rem;margin-bottom:.5rem}.promise__card p{font-size:.88rem;color:var(--muted);line-height:1.65}.shop-pills{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none;padding:1.1rem 1.5rem;max-width:1200px;margin:0 auto}.shop-pills::-webkit-scrollbar{display:none}.reg-mark{font-size:.45em;vertical-align:super;margin-left:1px;font-family:var(--font-body)}.blog-page{max-width:1100px;margin:0 auto;padding:3.5rem 1.5rem 4rem}.blog-page__head{text-align:center;margin-bottom:3rem}.blog-page__head h1{font-size:2.4rem;margin-bottom:.5rem}.blog-page__head p{color:var(--muted)}.blog-page__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:700px){.blog-page__grid{grid-template-columns:repeat(2,1fr)}}.blog-card{display:block;text-decoration:none;color:inherit;background:#fdfbf7;border:1px solid var(--hairline);border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #231f1c14}.blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.blog-card__body{padding:1.5rem}.blog-card__date{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.blog-card__body h2{font-size:1.3rem;margin:.5rem 0 .6rem;line-height:1.3}.blog-card__body p{color:var(--muted);font-size:.92rem;line-height:1.65;margin-bottom:.9rem}.blog-card__more{color:var(--rosewood);font-size:.85rem}.article-page{max-width:44rem;margin:0 auto;padding:3.5rem 1.5rem 4rem}.article-page__head{text-align:center;margin-bottom:2rem}.article-page__head h1{font-size:2.2rem;line-height:1.2;margin:.5rem 0}.article-page__meta{color:var(--muted);font-size:.85rem}.article-page__hero{width:100%;border-radius:8px;margin-bottom:2.5rem}.article-page__body h2{font-size:1.45rem;margin:2.25rem 0 .8rem}.article-page__body p,.article-page__body li{color:#57504a;line-height:1.8;font-size:1.02rem}.article-page__foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--hairline);flex-wrap:wrap}.article-page__foot a:first-child{color:var(--muted);text-decoration:none}.passport{margin-top:1.75rem;border:1px solid var(--hairline);border-radius:8px;background:#fdfbf7;overflow:hidden}.passport__head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--hairline)}.passport__head span:first-child{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--rosewood);font-weight:600}.passport__verified{font-size:.72rem;color:var(--muted);font-style:italic}.passport__rows{padding:.4rem 1.25rem .9rem}.passport__row{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid rgba(229,222,210,.6);font-size:.85rem}.passport__row:last-child{border-bottom:none}.passport__row>span{color:var(--muted);flex-shrink:0}.passport__row strong{font-weight:500;color:var(--deep);text-align:right}.passport__row strong a{color:var(--rosewood);text-decoration:underline;text-underline-offset:2px}.passport__row--chart{flex-direction:column;gap:.6rem}.passport__bars{display:flex;flex-direction:column;gap:.45rem}.passport__bar{display:grid;grid-template-columns:6.5rem 1fr 4.5rem;align-items:center;gap:.6rem}.passport__bar em{font-style:normal;font-size:.74rem;color:var(--muted)}.passport__bar i{display:block;height:8px;border-radius:999px;background:#d8d0c3}.passport__bar b{font-size:.74rem;color:var(--muted);font-weight:500;text-align:right}.passport__bar--us em,.passport__bar--us b{color:var(--deep);font-weight:600}.passport__bar--us i{background:linear-gradient(90deg,var(--gold),#B8934F)}.silver-ticker__slot{transition:opacity .35s ease}.product-card{position:relative}.wish-btn{position:absolute;top:.6rem;right:.6rem;z-index:2;width:34px;height:34px;border-radius:50%;border:none;background:#f7f3eceb;color:var(--deep);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,color .2s}.wish-btn:hover{transform:scale(1.1)}.wish-btn.is-saved{color:var(--rosewood)}.wish-btn.is-saved svg{fill:var(--rosewood)}.wish-header{position:relative}.wish-header__count{position:absolute;top:-4px;right:-6px;background:var(--rosewood);color:var(--ivory);font-size:.6rem;min-width:15px;height:15px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px}.wishlist-page{max-width:1100px;margin:0 auto;padding:3.5rem 1.5rem 4rem}.wishlist-page__empty{text-align:center;padding:3rem 0}.wishlist-page__empty p{color:var(--muted);margin-bottom:1.5rem}.silver-ticker[hidden],.wish-header__count[hidden],.nl-popup[hidden]{display:none!important}html,body{max-width:100%;overflow-x:hidden}.shopify-section,.announcement-bar,.site-header,.silver-ticker{width:100%}.product-page__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding:.75rem 0;flex-wrap:nowrap}.product-page__thumb{flex:0 0 64px}.product-page__main-image{height:auto!important}.product-gallery{aspect-ratio:1 / 1!important;height:auto!important}.product-gallery__slide{object-fit:contain!important;background:#fff;aspect-ratio:auto;height:100%}.product-page__gallery,.product-page__main-image{min-width:0;max-width:100%;overflow:hidden}.product-gallery{width:100%;max-width:100%;min-width:0}.product-gallery__slide{min-width:0;max-width:100%;flex:0 0 100%;width:100%}.product-page__thumbs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;max-width:100%;min-width:0;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-page__thumbs::-webkit-scrollbar{display:none}.product-page__thumb{flex:0 0 64px!important}
/*# sourceMappingURL=/cdn/shop/t/71/assets/theme.css.map */
