@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;1,500&family=Work+Sans:wght@400;500;600&display=swap";:root{--fc-espresso:#1b120c;--fc-espresso-2:#2a1b12;--fc-espresso-3:#120c08;--fc-cream:#f7f1e6;--fc-cream-dim:#e7d9c4;--fc-blush:#d9b9a0;--fc-gold:#a9773f;--fc-gold-dark:#8a5f2f;--fc-text-dark:#241811;--fc-serif:"Playfair Display", Georgia, serif;--fc-sans:"Work Sans", "Helvetica Neue", Arial, sans-serif}.fc-section,.fc-section *{box-sizing:border-box}.fc-section img{display:block;max-width:100%}.fc-topbar{background:var(--fc-espresso-3);color:var(--fc-cream-dim);font-family:var(--fc-sans);font-size:12px;letter-spacing:.03em;padding:9px 32px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px}.fc-topbar a{color:inherit;text-decoration:none}.fc-topbar a:hover{color:var(--fc-blush)}.fc-header{background:var(--fc-espresso);display:flex;align-items:center;justify-content:space-between;padding:18px 32px;gap:24px;flex-wrap:wrap;border-bottom:1px solid rgba(247,241,230,.08)}.fc-logo{font-family:var(--fc-serif);font-weight:700;color:var(--fc-logo-text-color, var(--fc-cream));font-size:16px;letter-spacing:.05em;text-transform:uppercase;line-height:1.25;text-decoration:none}.fc-logo span{display:block;font-family:var(--fc-sans);font-size:9px;letter-spacing:.28em;color:var(--fc-logo-subtext-color, var(--fc-blush));font-weight:500;text-transform:uppercase;margin-top:2px}.fc-nav{display:flex;gap:30px;list-style:none;margin:0;padding:0;font-family:var(--fc-sans);font-size:13px}.fc-nav a{color:var(--fc-cream-dim);text-decoration:none;transition:color .2s ease}.fc-nav a:hover,.fc-nav a.is-active{color:var(--fc-blush)}.fc-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fc-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(247,241,230,.35);border-radius:2px;color:var(--fc-cream);text-decoration:none;transition:border-color .2s ease}.fc-cart-link:hover{border-color:var(--fc-cream)}.fc-cart-link svg{width:17px;height:17px}.fc-cart-count{position:absolute;top:-7px;right:-7px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--fc-gold);color:var(--fc-cream);font-family:var(--fc-sans);font-size:10px;font-weight:600;line-height:16px;text-align:center}.fc-btn{font-family:var(--fc-sans);font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;padding:13px 20px;border-radius:2px;border:1px solid transparent;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.fc-btn--ghost{color:var(--fc-cream);border-color:#f7f1e659;background:transparent}.fc-btn--ghost:hover{border-color:var(--fc-cream)}.fc-btn--solid{background:var(--fc-gold);color:var(--fc-cream)}.fc-btn--solid:hover{background:var(--fc-gold-dark)}.fc-nav-toggle{display:none}@media(max-width:900px){.fc-nav{display:none}}@media(max-width:860px){.fc-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 20px;gap:10px}.fc-logo{grid-column:2;text-align:center}.fc-header-actions{grid-column:3;justify-self:end}}.fc-hero{position:relative;min-height:var(--fc-hero-height, 560px);display:flex;align-items:var(--fc-hero-align, center);justify-content:center;text-align:center;overflow:hidden;padding:100px 24px;background:var(--fc-espresso-3)}.fc-hero__photo{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:var(--fc-hero-focal-x, 50%) var(--fc-hero-focal-y, 15%)}@media(max-width:860px){.fc-hero{min-height:var(--fc-hero-height-mobile, 460px)}.fc-hero__photo{background-position:var(--fc-hero-focal-x-mobile, 50%) var(--fc-hero-focal-y-mobile, 20%)}}.fc-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.6;mix-blend-mode:soft-light}.fc-hero__pattern svg{width:100%;height:100%}.fc-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--fc-espresso-3);opacity:var(--fc-hero-overlay, .35)}.fc-hero__content{position:relative;z-index:2;max-width:760px}.fc-hero__eyebrow{font-family:var(--fc-sans);text-transform:uppercase;letter-spacing:.3em;font-size:11px;color:var(--fc-blush);margin-bottom:18px}.fc-hero h1{font-family:var(--fc-serif);font-weight:700;color:var(--fc-cream);font-size:clamp(46px,9vw,100px);line-height:1;margin:0}.fc-hero p{font-family:var(--fc-sans);color:var(--fc-cream-dim);font-size:16px;letter-spacing:.04em;margin:20px 0 0}.fc-hero__actions{margin-top:28px;display:flex;justify-content:center}.fc-hero__button{font-family:var(--fc-sans);font-size:var(--fc-hero-button-font-size, 11px);letter-spacing:.12em;text-transform:uppercase;font-weight:600;line-height:1;padding:var(--fc-hero-button-padding-y, 15px) var(--fc-hero-button-padding-x, 26px);border-radius:var(--fc-hero-button-radius, 2px);border:1px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.fc-hero__button--solid{background:var(--fc-hero-button-bg, var(--fc-gold));color:var(--fc-hero-button-text, var(--fc-cream))}.fc-hero__button--solid:hover{opacity:.88}.fc-hero__button--outline{background:transparent;border-color:var(--fc-hero-button-bg, var(--fc-cream));color:var(--fc-hero-button-text, var(--fc-cream))}.fc-hero__button--outline:hover{background:var(--fc-hero-button-bg, var(--fc-cream));color:var(--fc-hero-button-text-hover, var(--fc-espresso))}.fc-divider{background:var(--fc-cream);padding:36px 32px 0;overflow:hidden}.fc-divider__inner{max-width:1200px;margin:0 auto}.fc-divider svg{width:190px;height:auto;color:var(--fc-blush);display:block}.fc-divider--right svg{margin-left:auto;transform:scaleX(-1)}.fc-story{background:var(--fc-cream);padding:20px 32px 110px}.fc-story__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.fc-story--reverse .fc-story__grid{direction:rtl}.fc-story--reverse .fc-story__grid>*{direction:ltr}.fc-story__eyebrow{font-family:var(--fc-sans);text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:var(--fc-gold-dark);font-weight:600}.fc-story h2{font-family:var(--fc-serif);font-size:clamp(28px,4vw,44px);color:var(--fc-text-dark);margin:14px 0 18px;line-height:1.15}.fc-story p{font-family:var(--fc-sans);color:#4d4038;line-height:1.75;font-size:15px;margin:0 0 30px}.fc-story__image{aspect-ratio:4/5;border-radius:2px;background-size:cover;background-position:center;background-color:var(--fc-espresso-2);position:relative;overflow:hidden}.fc-story__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 1px #0000000f}@media(max-width:860px){.fc-story__grid{grid-template-columns:1fr;gap:36px}.fc-story--reverse .fc-story__grid{direction:ltr}}.fc-cta{display:grid;grid-template-columns:1.1fr 1fr;min-height:380px}.fc-cta__image{background-size:cover;background-position:center;background-color:var(--fc-espresso-2)}.fc-cta__box{background:var(--fc-espresso-3);color:var(--fc-cream);display:flex;flex-direction:column;justify-content:center;padding:60px 64px}.fc-cta h2{font-family:var(--fc-serif);font-size:clamp(28px,3.4vw,42px);margin:0 0 16px}.fc-cta p{font-family:var(--fc-sans);color:var(--fc-cream-dim);line-height:1.75;margin:0 0 30px;max-width:420px;font-size:15px}@media(max-width:860px){.fc-cta{grid-template-columns:1fr}.fc-cta__image{min-height:260px}.fc-cta__box{padding:44px 28px}}.fc-trust{background:var(--fc-cream);border-top:1px solid rgba(36,24,17,.08)}.fc-trust__inner{max-width:1200px;margin:0 auto;padding:22px 32px;display:flex;justify-content:center;gap:44px;flex-wrap:wrap;font-family:var(--fc-sans);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#6b5c4f}.fc-trust__item{display:flex;align-items:center;gap:8px}.fc-trust__item svg{width:15px;height:15px;color:var(--fc-gold-dark);flex-shrink:0}.fc-products{background:var(--fc-cream);padding:80px 32px}.fc-products__head{max-width:1200px;margin:0 auto 44px;text-align:center}.fc-products__eyebrow{font-family:var(--fc-sans);text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:var(--fc-gold-dark);font-weight:600}.fc-products__head h2{font-family:var(--fc-serif);font-size:clamp(28px,4vw,42px);color:var(--fc-text-dark);margin:14px 0 12px}.fc-products__head p{font-family:var(--fc-sans);color:#5c4d40;font-size:15px;max-width:520px;margin:0 auto}.fc-products__tabs-wrap{position:relative;max-width:1200px;margin:0 auto 40px;display:flex;align-items:center;gap:10px}.fc-products__tabs{flex:1 1 auto;min-width:0;display:flex;flex-wrap:nowrap;gap:0 28px;border-bottom:1px solid rgba(36,24,17,.12);overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;justify-content:safe center}.fc-products__tabs::-webkit-scrollbar{display:none}.fc-products__tabs-wrap .fc-tabs__arrow{display:none;flex:0 0 auto;width:32px;height:32px}.fc-products__tabs-wrap .fc-tabs__arrow svg{width:16px;height:16px}.fc-products__tabs-wrap.is-scrollable .fc-tabs__arrow{display:inline-flex}.fc-tab{-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;flex:0 0 auto;white-space:nowrap;scroll-snap-align:center;font-family:var(--fc-sans);font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#6b5c4f;padding:12px 2px;margin-bottom:-1px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.fc-tab:hover{color:var(--fc-text-dark)}.fc-tab[aria-selected=true]{color:var(--fc-gold-dark);border-bottom-color:var(--fc-gold)}.fc-tab:focus-visible{outline:2px solid var(--fc-gold);outline-offset:2px}.fc-products__carousel{display:block;max-width:1200px;margin:0 auto}.fc-products__carousel-nav{display:none;justify-content:flex-end;gap:8px;margin:0 0 16px}.fc-products__carousel.is-scrollable .fc-products__carousel-nav{display:flex}.fc-carousel__btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(36,24,17,.18);border-radius:50%;background:#fff;cursor:pointer;color:var(--fc-text-dark);transition:border-color .2s ease,color .2s ease,opacity .2s ease}.fc-carousel__btn svg{width:18px;height:18px}.fc-carousel__btn:hover:not([disabled]){border-color:var(--fc-gold);color:var(--fc-gold-dark)}.fc-carousel__btn[disabled]{opacity:.35;cursor:default}.fc-carousel__btn:focus-visible{outline:2px solid var(--fc-gold);outline-offset:2px}.fc-products__track{display:flex;gap:32px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.fc-products__track::-webkit-scrollbar{display:none}.fc-products__track>.fc-card{flex:0 0 260px;scroll-snap-align:start}.fc-products__track:focus-visible{outline:2px solid var(--fc-gold);outline-offset:6px}@media(min-width:861px){.fc-products__track>.fc-card{flex-basis:280px}}.fc-products__panel[hidden]{display:none}.fc-products__panel:focus-visible{outline:2px solid var(--fc-gold);outline-offset:6px}.fc-products__empty{font-family:var(--fc-sans);color:#6b5c4f;text-align:center;grid-column:1/-1;flex:1 1 100%}@media(max-width:860px){.fc-products__tabs{gap:0 18px}.fc-tab{font-size:11px;letter-spacing:.12em}.fc-products__tabs-wrap.is-scrollable .fc-tabs__arrow{display:none}.fc-products__tabs-wrap:before,.fc-products__tabs-wrap:after{content:"";position:absolute;top:0;bottom:1px;width:40px;z-index:1;pointer-events:none;opacity:0;transition:opacity .2s ease}.fc-products__tabs-wrap:before{left:0;background:linear-gradient(to right,var(--fc-cream) 20%,rgba(247,241,230,0))}.fc-products__tabs-wrap:after{right:0;background:linear-gradient(to left,var(--fc-cream) 20%,rgba(247,241,230,0))}.fc-products__tabs-wrap.is-overflow-start:before{opacity:1}.fc-products__tabs-wrap.is-overflow-end:after{opacity:1}}.fc-products__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:32px}.fc-card{display:flex;flex-direction:column}.fc-card__image-wrap{position:relative;aspect-ratio:1/1;background:var(--fc-cream-dim);overflow:hidden;border-radius:4px;margin-bottom:16px;border:1px solid rgba(36,24,17,.08);box-shadow:0 2px 6px #24181112;padding:26px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.fc-card__image-wrap img{width:100%;height:100%;object-fit:contain;object-position:center}.fc-card__badge{position:absolute;top:12px;left:12px;background:var(--fc-espresso-3);color:var(--fc-cream);font-family:var(--fc-sans);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:2px}.fc-card__title{font-family:var(--fc-serif);font-size:19px;color:var(--fc-text-dark);margin:0 0 6px;line-height:1.3}.fc-card__title a{color:inherit;text-decoration:none}.fc-card__title a:hover{color:var(--fc-gold-dark)}.fc-card--linked{position:relative}.fc-card--linked .fc-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.fc-card--linked:hover .fc-card__title{color:var(--fc-gold-dark)}.fc-card--linked:hover .fc-card__image-wrap{border-color:#2418112e;box-shadow:0 6px 14px #2418111f}.fc-card--linked .fc-card__image-wrap{transition:border-color .2s ease,box-shadow .2s ease}.fc-card--linked:has(.fc-card__title a:focus-visible){outline:2px solid var(--fc-gold);outline-offset:6px}.fc-card--linked .fc-card__title a:focus-visible{outline:none}.fc-card__desc{font-family:var(--fc-sans);font-size:13px;color:#6b5c4f;line-height:1.6;margin:0 0 14px;flex-grow:1}.fc-card__price{font-family:var(--fc-sans);font-size:15px;font-weight:600;color:var(--fc-text-dark);margin-bottom:14px}.fc-card__price s{color:#a5988c;font-weight:400;margin-right:6px}.fc-card form{display:flex;gap:8px;flex-wrap:wrap}.fc-card select{flex:1;min-width:110px;font-family:var(--fc-sans);font-size:13px;padding:11px 12px;border:1px solid rgba(36,24,17,.18);border-radius:2px;background:#fff;color:var(--fc-text-dark)}.fc-card__add{flex:1;min-width:120px;font-family:var(--fc-sans);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;padding:12px 16px;border:none;border-radius:2px;cursor:pointer;background:var(--fc-gold);color:#fff;transition:background .2s ease}.fc-card__add:hover{background:var(--fc-gold-dark)}.fc-card__add[disabled]{background:#c9beb2;cursor:not-allowed}.fc-card__badge--sub{background:var(--fc-gold)}.fc-card select.fc-plan-select{width:100%;margin-bottom:8px}.fc-products__footer{text-align:center;margin-top:48px}.fc-subscribe{background:var(--fc-cream);padding:20px 32px 90px}.fc-subscribe__box{position:relative;max-width:1100px;margin:0 auto;background:var(--fc-espresso);color:var(--fc-cream);border-radius:6px;padding:64px 40px;text-align:center;overflow:hidden}.fc-subscribe--full{padding:0}.fc-subscribe--full .fc-subscribe__box{max-width:none;border-radius:0;padding-inline:32px}.fc-subscribe__ring{position:absolute;width:420px;height:420px;border:1px solid rgba(217,185,160,.18);border-radius:50%;top:-210px;right:-140px;pointer-events:none}.fc-subscribe__eyebrow{position:relative;z-index:1;font-family:var(--fc-sans);text-transform:uppercase;letter-spacing:.3em;font-size:11px;color:var(--fc-blush)}.fc-subscribe__box h2{position:relative;z-index:1;font-family:var(--fc-serif);font-size:clamp(30px,4vw,46px);margin:16px 0}.fc-subscribe__box>p{position:relative;z-index:1;font-family:var(--fc-sans);color:var(--fc-cream-dim);max-width:560px;margin:0 auto 44px;font-size:15px;line-height:1.75}.fc-subscribe__grid{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:28px 36px;max-width:840px;margin:0 auto 44px;text-align:left}.fc-subscribe__item{display:flex;gap:12px;align-items:flex-start;flex:0 1 244px}.fc-subscribe__item svg{width:19px;height:19px;color:var(--fc-blush);flex-shrink:0;margin-top:2px}.fc-subscribe__item span{font-family:var(--fc-sans);font-size:13px;color:var(--fc-cream-dim);line-height:1.65}.fc-subscribe__box .fc-btn{position:relative;z-index:1;color:#fff}.fc-footer{position:relative;background:var(--fc-espresso-3);color:var(--fc-cream-dim);padding:100px 32px 40px;overflow:hidden}.fc-footer__fern{position:absolute;top:-40px;left:-30px;width:340px;opacity:.06;color:var(--fc-cream);pointer-events:none}.fc-footer__fern--two{left:auto;right:-60px;top:auto;bottom:-60px;transform:scaleX(-1)}.fc-footer__grid{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px}.fc-footer h3{font-family:var(--fc-serif);color:var(--fc-cream);font-size:22px;margin:0 0 14px}.fc-footer h4{font-family:var(--fc-sans);color:var(--fc-cream);font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px}.fc-footer p{font-family:var(--fc-sans);font-size:13px;line-height:1.85;margin:0 0 18px;max-width:340px}.fc-footer ul{list-style:none;margin:0;padding:0}.fc-footer li{margin-bottom:10px}.fc-footer a{font-family:var(--fc-sans);font-size:13px;color:var(--fc-cream-dim);text-decoration:none}.fc-footer a:hover{color:var(--fc-blush)}.fc-newsletter{display:flex;max-width:360px}.fc-newsletter input{flex:1;min-width:0;background:transparent;border:1px solid rgba(247,241,230,.3);border-right:none;padding:12px 14px;color:var(--fc-cream);font-family:var(--fc-sans);font-size:13px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-newsletter input::placeholder{color:#f7f1e680}.fc-newsletter button{background:var(--fc-gold);border:none;color:var(--fc-cream);padding:0 18px;font-family:var(--fc-sans);font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.fc-newsletter button:hover{background:var(--fc-gold-dark)}.fc-footer__bottom{position:relative;z-index:1;border-top:1px solid rgba(247,241,230,.1);margin-top:64px;padding-top:22px;text-align:center;font-family:var(--fc-sans);font-size:11px;letter-spacing:.08em;color:#f7f1e680}@media(max-width:860px){.fc-footer__grid{grid-template-columns:1fr;gap:36px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/foundation-theme.css.map */
