*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--fc-white);color:var(--fc-ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.fc-container{width:min(var(--fc-container),calc(100% - 40px));margin:auto}.fc-announcement{background:var(--fc-burgundy-dark);color:#fff;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.fc-announcement__inner{min-height:36px;display:flex;align-items:center;justify-content:center;gap:20px}.fc-announcement a{color:var(--fc-gold)}.fc-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #eee}.fc-header__inner{min-height:76px;display:flex;align-items:center;gap:35px}.fc-logo{font-weight:900;letter-spacing:.17em;font-size:18px;color:var(--fc-burgundy)}.fc-nav{display:flex;gap:26px;margin-left:auto}.fc-nav a{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.fc-nav a:hover,.fc-link:hover{color:var(--fc-burgundy)}.fc-actions{display:flex;gap:15px;margin-left:10px}.fc-icon{border:0;background:none;cursor:pointer;color:var(--fc-ink);font-size:12px}.fc-mobile-toggle{display:none;border:0;background:none;font-size:20px}.fc-search{display:none;padding:15px 20px;border-top:1px solid #eee}.fc-search.is-open{display:block}.fc-search form{max-width:800px;margin:auto}.fc-search input{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:999px}.fc-hero{height:min(760px,calc(100vh - 112px));min-height:560px;position:relative;background:var(--fc-burgundy-dark);overflow:hidden}.fc-hero__slides,.fc-hero__slide{height:100%}.fc-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease}.fc-hero__slide.is-active{opacity:1;visibility:visible}.fc-cover{width:100%;height:100%;object-fit:cover;display:block}.fc-hero__media{position:absolute;inset:0}.fc-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,3,10,.88) 0%,rgba(30,3,10,.48) 42%,rgba(30,3,10,.12) 75%),linear-gradient(0deg,rgba(30,3,10,.38),transparent 50%)}.fc-hero__content{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;max-width:var(--fc-container);color:#fff;padding-right:45%}.fc-kicker{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--fc-gold);display:block;margin-bottom:14px}.fc-hero h1,.fc-section h2,.fc-story h2,.fc-newsletter h2,.fc-product-info h1,.fc-collection-head h1,.fc-page h1{font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.03;letter-spacing:-.035em}.fc-hero h1{font-size:clamp(48px,6vw,92px);margin:0 0 22px}.fc-hero p{font-size:17px;line-height:1.65;max-width:600px;color:#f4e9e7;margin:0 0 30px}.fc-btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;transition:.2s}.fc-btn:hover{transform:translateY(-1px)}.fc-btn--light{background:#fff;color:var(--fc-burgundy-dark)}.fc-btn--dark{background:var(--fc-ink);color:#fff}.fc-btn--burgundy{background:var(--fc-burgundy);color:#fff}.fc-btn--wide{width:100%}.fc-hero__dots{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:4;display:flex;gap:8px}.fc-hero__dots button{width:42px;height:3px;border:0;background:rgba(255,255,255,.4);cursor:pointer}.fc-hero__dots button.is-active{background:#fff}.fc-section{padding:95px 0}.fc-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.fc-section-head h2{font-size:clamp(38px,4vw,58px);margin:0}.fc-section-head--center{justify-content:center;text-align:center}.fc-link{font-size:11px;text-transform:uppercase;letter-spacing:.13em;border-bottom:1px solid currentColor;padding-bottom:5px}.fc-categories{padding:90px 0 35px}.fc-marquee{overflow:hidden;padding:8px 0 30px}.fc-marquee__track{display:flex;width:max-content;gap:16px;animation:fc-marquee 28s linear infinite}.fc-marquee:hover .fc-marquee__track{animation-play-state:paused}.fc-category{width:220px;height:120px;border-radius:999px;overflow:hidden;position:relative;flex:0 0 auto;background:var(--fc-burgundy-dark);border:3px solid #fff;box-shadow:0 8px 25px rgba(45,10,20,.12)}.fc-category__img{width:100%;height:100%;object-fit:cover;opacity:.75}.fc-category span{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;text-align:center;background:linear-gradient(90deg,rgba(54,11,23,.5),rgba(54,11,23,.1))}@keyframes fc-marquee{to{transform:translateX(-50%)}}.fc-grid{display:grid;gap:22px}.fc-grid--products{grid-template-columns:repeat(4,1fr)}.fc-product-card{background:#fff;border:1px solid #eee;overflow:hidden;border-radius:var(--fc-radius);transition:.25s}.fc-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(40,10,20,.10)}.fc-product-card__image{display:block;aspect-ratio:1/1.08;background:var(--fc-cream);position:relative;overflow:hidden}.fc-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.fc-product-card:hover .fc-product-card__image img{transform:scale(1.04)}.fc-sale{position:absolute;left:14px;top:14px;background:var(--fc-burgundy);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;letter-spacing:.14em}.fc-sale--inline{position:static;display:inline-flex;margin-bottom:15px}.fc-product-card__body{padding:18px}.fc-stars{font-size:12px;letter-spacing:.06em;color:var(--fc-gold);margin-bottom:8px}.fc-stars small{color:var(--fc-muted);letter-spacing:0;margin-left:5px}.fc-product-card__title{font-size:15px;font-weight:700;display:block;margin-bottom:10px}.fc-price{display:flex;gap:9px;align-items:center;margin-bottom:15px}.fc-price span{font-weight:800}.fc-price del{color:#999;font-size:12px}.fc-story{display:grid;grid-template-columns:1.1fr .9fr;background:var(--fc-cream);margin:75px auto;max-width:1500px}.fc-story--reverse{grid-template-columns:.9fr 1.1fr}.fc-story--reverse .fc-story__media{order:2}.fc-story__media{min-height:600px}.fc-story__content{padding:clamp(40px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.fc-story h2{font-size:clamp(40px,5vw,68px);margin:0 0 22px}.fc-story p{line-height:1.8;color:var(--fc-muted);max-width:540px;margin-bottom:28px}.fc-benefits{background:var(--fc-burgundy-dark);color:#fff;padding:60px 0}.fc-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.fc-benefit{padding:12px 10px}.fc-benefit__icon{font-size:28px;color:var(--fc-gold);margin-bottom:16px}.fc-benefit h3{font-family:Georgia,serif;font-size:22px;font-weight:500;margin:0 0 9px}.fc-benefit p{font-size:13px;color:#d8c9cb;line-height:1.6;margin:0}.fc-testimonials{padding:100px 0;background:#fff}.fc-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.fc-review{border:1px solid #eee;padding:30px;border-radius:var(--fc-radius);background:var(--fc-cream)}.fc-review p{font-family:Georgia,serif;font-size:22px;line-height:1.45;margin:20px 0 25px}.fc-review strong{display:block}.fc-review span{font-size:11px;color:var(--fc-muted);display:block;margin-top:5px}.fc-newsletter{background:var(--fc-burgundy);color:#fff;padding:75px 0}.fc-newsletter__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.fc-newsletter h2{font-size:clamp(38px,4vw,58px);margin:0 0 14px}.fc-newsletter p{color:#eadde0;line-height:1.7}.fc-newsletter__form{display:flex;gap:10px}.fc-newsletter__form input{flex:1;min-width:0;border:0;padding:16px 18px;border-radius:999px}.fc-footer{background:var(--fc-burgundy-dark);color:#fff;padding:70px 0 25px}.fc-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:45px}.fc-logo--footer{color:#fff;display:block;margin-bottom:18px}.fc-footer p{max-width:390px;color:#cdbfc2;line-height:1.7}.fc-footer h4{margin:0 0 17px;color:var(--fc-gold);font-size:11px;letter-spacing:.16em;text-transform:uppercase}.fc-footer__grid a:not(.fc-logo){display:block;font-size:13px;color:#e6dcde;margin:0 0 11px}.fc-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:#a9969a;font-size:11px}.fc-product-page{padding:65px 0 100px}.fc-product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.fc-product-main-image{aspect-ratio:1/1;background:var(--fc-cream);overflow:hidden;border-radius:var(--fc-radius)}.fc-product-info{padding-top:25px}.fc-product-info h1{font-size:clamp(42px,5vw,72px);margin:0 0 16px}.fc-price--large{font-size:28px;margin:12px 0 20px}.fc-product-note{color:var(--fc-muted);line-height:1.6}.fc-product-form{margin-top:28px}.fc-product-form label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin:14px 0;color:var(--fc-muted)}.fc-product-form select,.fc-product-form input{width:100%;padding:13px 14px;border:1px solid #ddd;border-radius:10px;background:#fff;margin-top:7px}.fc-accordions{margin-top:30px;border-top:1px solid #ddd}.fc-accordions details{border-bottom:1px solid #ddd;padding:18px 0}.fc-accordions summary{cursor:pointer;font-weight:700}.fc-accordions details div{padding-top:13px;color:var(--fc-muted);line-height:1.7}.fc-thumbs{display:flex;gap:10px;margin-top:10px;overflow:auto}.fc-thumbs img{width:80px;height:80px;object-fit:cover;border-radius:8px}.fc-collection-head{text-align:center;padding:45px 0 55px}.fc-collection-head h1,.fc-page h1{font-size:clamp(46px,6vw,82px);margin:0 0 20px}.fc-collection-head .rte,.fc-page .rte{max-width:750px;margin:auto;color:var(--fc-muted);line-height:1.8}.fc-cart-row{display:flex;gap:20px;border-bottom:1px solid #eee;padding:20px 0}.fc-cart-row img{width:110px;height:110px;object-fit:cover;border-radius:10px}.fc-cart-row input{width:70px;padding:8px}.fc-cart-total{display:flex;justify-content:space-between;padding:25px 0;font-size:20px}.fc-cart-drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.fc-cart-drawer.is-open{pointer-events:auto}.fc-cart-drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:.3s}.fc-cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(430px,92vw);background:#fff;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column}.fc-cart-drawer.is-open .fc-cart-drawer__backdrop{opacity:1}.fc-cart-drawer.is-open .fc-cart-drawer__panel{transform:none}.fc-cart-drawer__head{padding:22px;border-bottom:1px solid #eee;display:flex;justify-content:space-between}.fc-cart-drawer__head button{border:0;background:none;font-size:25px;cursor:pointer}.fc-cart-drawer__items{padding:20px;flex:1;overflow:auto}.fc-cart-drawer__foot{padding:20px;border-top:1px solid #eee}.fc-cart-drawer__foot>div{display:flex;justify-content:space-between;margin-bottom:16px}.fc-cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #eee}.fc-cart-item img{width:70px;height:70px;object-fit:cover;border-radius:8px}.fc-cart-item p{margin:5px 0;color:var(--fc-muted);font-size:12px}.fc-cart-item button{border:0;background:none;color:var(--fc-burgundy);padding:0;cursor:pointer;font-size:11px}@media(max-width:1050px){.fc-nav{gap:14px}.fc-nav a{font-size:10px}.fc-grid--products{grid-template-columns:repeat(2,1fr)}.fc-benefits__grid{grid-template-columns:repeat(2,1fr)}.fc-story,.fc-story--reverse{grid-template-columns:1fr}.fc-story--reverse .fc-story__media{order:0}.fc-story__media{min-height:420px}.fc-product-layout{grid-template-columns:1fr;gap:35px}.fc-product-info{padding-top:0}}@media(max-width:760px){.fc-container{width:min(var(--fc-container),calc(100% - 28px))}.fc-announcement__inner{font-size:9px;text-align:center;min-height:34px}.fc-header__inner{min-height:64px;justify-content:space-between}.fc-mobile-toggle{display:block}.fc-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #eee;padding:18px 20px;flex-direction:column}.fc-nav.is-open{display:flex}.fc-actions{margin-left:0}.fc-logo{font-size:15px}.fc-hero{min-height:650px;height:calc(100vh - 98px)}.fc-hero__content{padding-right:0;justify-content:flex-end;padding-bottom:80px}.fc-hero h1{font-size:48px}.fc-hero p{font-size:14px}.fc-section{padding:65px 0}.fc-categories{padding:65px 0 20px}.fc-section-head{align-items:start;gap:20px}.fc-section-head h2{font-size:39px}.fc-grid--products{grid-template-columns:1fr 1fr;gap:10px}.fc-product-card__body{padding:12px}.fc-product-card__title{font-size:13px}.fc-price{font-size:13px}.fc-product-card .fc-btn{width:100%;padding:0 10px}.fc-category{width:185px;height:100px}.fc-story__media{min-height:360px}.fc-benefits__grid,.fc-reviews,.fc-newsletter__inner,.fc-footer__grid{grid-template-columns:1fr}.fc-review p{font-size:20px}.fc-newsletter__form{flex-direction:column}.fc-footer__grid{gap:30px}.fc-footer__bottom{flex-direction:column;gap:10px}.fc-product-info h1{font-size:45px}}
.fc-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}.fc-product-card__actions .fc-add-form{margin:0}.fc-btn--outline{background:#fff;color:var(--fc-burgundy);border-color:var(--fc-burgundy)}.fc-btn--outline:hover{background:var(--fc-burgundy);color:#fff}.fc-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.fc-product-actions .fc-btn{width:100%}.fc-buy-now{margin-top:10px}.fc-buy-now .shopify-payment-button__button{border-radius:999px!important;min-height:48px!important}.fc-thumbs{display:flex;gap:10px;margin-top:10px;overflow:auto}.fc-thumbs img{width:84px;height:84px;object-fit:cover;border-radius:8px;border:1px solid #eee;flex:0 0 auto}@media(max-width:760px){.fc-product-card__actions,.fc-product-actions{grid-template-columns:1fr}.fc-product-card__actions .fc-btn{min-height:44px;font-size:10px}}
