:root{--clr-bg: #0a0a0a;--clr-surface: #141414;--clr-surface-2: #1c1c1c;--clr-surface-3: #252525;--clr-text: #f5f0e8;--clr-text-muted: #8a8070;--clr-text-dim: #444;--clr-gold: #c9a84c;--clr-gold-light: #e0c570;--clr-gold-dark: #a07828;--clr-green: #3a6b32;--clr-border: rgba(201, 168, 76, .14);--clr-border-subtle: rgba(255, 255, 255, .06);--ff-heading: "Playfair Display", Georgia, serif;--ff-body: "Inter", system-ui, -apple-system, sans-serif;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semi: 600;--fw-bold: 700;--max-w: 1280px;--max-w-narrow: 760px;--gutter: clamp(1rem, 4vw, 2rem);--header-h: 80px;--announce-h: 40px;--radius: 4px;--radius-lg: 10px;--transition: .25s ease;--transition-slow: .5s ease;--z-header: 100;--z-mobile: 200;--z-cart: 300}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--clr-bg);color:var(--clr-text);font-family:var(--ff-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--ff-heading);font-weight:var(--fw-semi);line-height:1.2;color:var(--clr-text)}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:var(--max-w-narrow)}.section{padding-block:clamp(4rem,8vw,8rem)}.section--sm{padding-block:clamp(2.5rem,5vw,4rem)}.section__header{margin-bottom:clamp(2.5rem,5vw,4rem)}.section__label{margin-bottom:.75rem}.section__heading{font-size:clamp(2rem,4vw,3rem);max-width:20ch}.section__subheading{margin-top:1rem;font-size:1.0625rem;color:var(--clr-text-muted);max-width:55ch;line-height:1.75}.label{display:inline-block;font-family:var(--ff-body);font-size:.72rem;font-weight:var(--fw-semi);letter-spacing:.18em;text-transform:uppercase;color:var(--clr-gold)}.text-muted{color:var(--clr-text-muted)}.text-gold{color:var(--clr-gold)}.text-center{text-align:center}.skip-link{position:absolute;top:-100%;left:1rem;z-index:999;padding:.5rem 1rem;background:var(--clr-gold);color:var(--clr-bg);border-radius:var(--radius);font-weight:var(--fw-semi)}.skip-link:focus{top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;font-family:var(--ff-body);font-size:.8125rem;font-weight:var(--fw-semi);letter-spacing:.09em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;white-space:nowrap;border:1px solid transparent}.btn--accent{background:var(--clr-gold);color:#0a0a0a;border-color:var(--clr-gold)}.btn--accent:hover{background:var(--clr-gold-light);border-color:var(--clr-gold-light)}.btn--outline{background:transparent;color:var(--clr-text);border-color:#ffffff4d}.btn--outline:hover{background:#ffffff0f;border-color:#ffffff8c}.btn--dark{background:var(--clr-surface-2);color:var(--clr-text);border-color:var(--clr-border)}.btn--dark:hover{background:var(--clr-surface-3);border-color:var(--clr-gold)}.btn--full{width:100%}.announcement-bar{background:var(--clr-surface);border-bottom:1px solid var(--clr-border-subtle);height:var(--announce-h);display:flex;align-items:center;justify-content:center;padding-inline:var(--gutter);text-align:center}.announcement-bar__text,.announcement-bar__link{font-size:.78rem;font-weight:var(--fw-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--clr-gold)}.announcement-bar__link:hover{color:var(--clr-gold-light)}.header{position:relative;z-index:var(--z-header);background:#0a0a0af5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--clr-border-subtle);height:var(--header-h);transition:background var(--transition),box-shadow var(--transition)}.header--sticky{position:sticky;top:0}.header--scrolled{background:#080808fc;box-shadow:0 4px 40px #0009}.header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{flex-shrink:0}.header__logo-image{height:72px;width:auto}.header__logo-text{font-family:var(--ff-heading);font-size:1.35rem;font-weight:var(--fw-bold);letter-spacing:.02em}.header__nav{display:none}@media(min-width:1024px){.header__nav{display:flex}}.header__nav-list{display:flex;align-items:center;gap:clamp(1.25rem,2.5vw,2rem)}.header__nav-link{font-size:.78rem;font-weight:var(--fw-medium);letter-spacing:.12em;text-transform:uppercase;color:#f5f0e8a6;transition:color var(--transition);position:relative;padding-bottom:3px}.header__nav-link:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background:var(--clr-gold);transition:width var(--transition)}.header__nav-link:hover{color:var(--clr-text)}.header__nav-link:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart{position:relative;display:flex;align-items:center;color:#f5f0e8a6;transition:color var(--transition)}.header__cart:hover{color:var(--clr-text)}.header__cart-count{position:absolute;top:-8px;right:-8px;background:var(--clr-gold);color:var(--clr-bg);border-radius:50%;width:18px;height:18px;font-size:.62rem;font-weight:var(--fw-bold);display:flex;align-items:center;justify-content:center}.header__cart-count[data-empty],.header__cta{display:none}@media(min-width:768px){.header__cta{display:inline-flex}}.header__hamburger{display:flex;flex-direction:column;gap:5px;padding:6px}.header__hamburger span{display:block;width:22px;height:1.5px;background:#f5f0e8bf;transition:all var(--transition)}@media(min-width:1024px){.header__hamburger{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-mobile);pointer-events:none;visibility:hidden}.mobile-nav.is-open{pointer-events:all;visibility:visible}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000c7;opacity:0;transition:opacity var(--transition-slow)}.mobile-nav.is-open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:0;bottom:0;width:min(320px,90vw);background:var(--clr-surface);border-left:1px solid var(--clr-border);transform:translate(100%);transition:transform var(--transition-slow);overflow-y:auto;display:flex;flex-direction:column}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--clr-border-subtle);flex-shrink:0}.mobile-nav__logo{font-family:var(--ff-heading);font-size:1.2rem;font-weight:var(--fw-bold)}.mobile-nav__close{font-size:1.5rem;color:var(--clr-text-muted);transition:color var(--transition)}.mobile-nav__close:hover{color:var(--clr-text)}.mobile-nav__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.mobile-nav__list{margin-bottom:2rem}.mobile-nav__list li+li{border-top:1px solid var(--clr-border-subtle)}.mobile-nav__link{display:block;padding:.9rem 0;font-size:1rem;font-weight:var(--fw-medium);letter-spacing:.04em;color:#f5f0e8b3;transition:color var(--transition)}.mobile-nav__link:hover{color:var(--clr-gold)}.mobile-nav__cta{margin-top:auto}.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,#000000de,#0009 45%,#00000061)}.hero__content{position:relative;z-index:1;padding-block:6rem;max-width:750px}.hero__label{margin-bottom:1.25rem}.hero__heading{font-size:clamp(2.5rem,6vw,5.5rem);font-weight:var(--fw-bold);line-height:1.06;letter-spacing:-.02em;margin-bottom:1.5rem}.hero__heading em{font-style:italic;color:var(--clr-gold)}.hero__subheading{font-size:clamp(1rem,2vw,1.2rem);color:#f5f0e8b3;max-width:52ch;line-height:1.75;margin-bottom:2.5rem;font-weight:var(--fw-light)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff59;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;animation:heroScroll 2.2s ease-in-out infinite}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(201,168,76,.5),transparent)}@keyframes heroScroll{0%,to{transform:translate(-50%) translateY(0);opacity:.6}50%{transform:translate(-50%) translateY(-7px);opacity:1}}.cards-grid__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1.5px;background:var(--clr-border);border:1px solid var(--clr-border);border-radius:var(--radius-lg);overflow:hidden}.card{background:var(--clr-surface);padding:clamp(2rem,5vw,3rem);display:flex;flex-direction:column;gap:1rem;transition:background var(--transition)}.card:hover{background:var(--clr-surface-2)}.card__icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;background:var(--clr-surface-3);border:1px solid var(--clr-border);border-radius:var(--radius);color:var(--clr-gold)}.card__icon svg{width:26px;height:26px}.card__heading{font-size:1.35rem}.card__body{font-size:.9375rem;color:var(--clr-text-muted);line-height:1.7;flex:1}.card__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:var(--fw-semi);letter-spacing:.1em;text-transform:uppercase;color:var(--clr-gold);margin-top:.5rem;transition:gap var(--transition)}.card__link:hover{gap:.7rem}.card__link svg{width:13px;height:13px}.split-feature{overflow:hidden}.split-feature__inner{display:grid;grid-template-columns:1fr;min-height:520px}@media(min-width:900px){.split-feature__inner{grid-template-columns:1fr 1fr}.split-feature--reverse .split-feature__image{order:2}.split-feature--reverse .split-feature__content{order:1}}.split-feature__image{position:relative;min-height:360px;overflow:hidden}@media(min-width:900px){.split-feature__image{min-height:unset}}.split-feature__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.split-feature:hover .split-feature__image img{transform:scale(1.04)}.split-feature__content{background:var(--clr-surface);padding:clamp(3rem,6vw,5rem) clamp(2rem,6vw,5rem);display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.split-feature__heading{font-size:clamp(1.75rem,3.5vw,2.5rem)}.split-feature__body{font-size:1rem;color:var(--clr-text-muted);line-height:1.8;max-width:50ch}.split-feature__body p+p{margin-top:.75rem}.split-feature__actions{display:flex;gap:1rem;flex-wrap:wrap}.locations__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(360px,100%),1fr));gap:1.5rem}.location-card{background:var(--clr-surface);border:1px solid var(--clr-border-subtle);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition)}.location-card:hover{border-color:var(--clr-gold)}.location-card__image{aspect-ratio:16/9;overflow:hidden}.location-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.location-card:hover .location-card__image img{transform:scale(1.04)}.location-card__body{padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.location-card__name{font-size:1.5rem}.location-card__address{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:var(--clr-text-muted);line-height:1.55}.location-card__address svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;color:var(--clr-gold)}.location-card__hours{border-top:1px solid var(--clr-border-subtle);padding-top:1.25rem}.hours-label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--clr-gold);font-weight:var(--fw-semi);margin-bottom:.75rem;display:block}.hours-table{width:100%;font-size:.85rem}.hours-table tr{display:flex;justify-content:space-between;padding:.2rem 0}.hours-table .day{color:var(--clr-text-muted)}.hours-table .time{color:var(--clr-text);font-weight:var(--fw-medium)}.hours-table .closed{color:var(--clr-text-dim)}.location-card__actions{display:flex;gap:.75rem;flex-wrap:wrap}.testimonials{background:var(--clr-surface)}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:1.5rem}.testimonial{background:var(--clr-surface-2);border:1px solid var(--clr-border-subtle);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.testimonial__stars{display:flex;gap:3px}.testimonial__stars svg{width:15px;height:15px;fill:var(--clr-gold);color:var(--clr-gold)}.testimonial__body{font-size:.9375rem;color:#f5f0e8c7;line-height:1.8;flex:1;font-style:italic}.testimonial__footer{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--clr-border-subtle)}.testimonial__avatar{width:36px;height:36px;border-radius:50%;background:var(--clr-surface-3);border:1px solid var(--clr-border);display:flex;align-items:center;justify-content:center;font-weight:var(--fw-semi);font-size:.78rem;color:var(--clr-gold);flex-shrink:0}.testimonial__name{font-weight:var(--fw-semi);font-size:.875rem}.testimonial__date{font-size:.72rem;color:var(--clr-text-muted);margin-top:.1rem}.cta-banner{background:linear-gradient(135deg,#0f0a02,#160f00 40%,#0a0a0a);border-top:1px solid var(--clr-border);border-bottom:1px solid var(--clr-border);position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 60%,rgba(201,168,76,.09) 0%,transparent 65%)}.cta-banner__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding-block:clamp(4rem,8vw,7rem)}.cta-banner__heading{font-size:clamp(1.75rem,4vw,3rem);max-width:22ch}.cta-banner__body{font-size:1.0625rem;color:var(--clr-text-muted);max-width:48ch;line-height:1.75}.cta-banner__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}@media(min-width:600px){.gallery__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.gallery__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.gallery__grid{grid-template-columns:repeat(6,1fr)}.gallery__item:nth-child(1),.gallery__item:nth-child(5){grid-column:span 2;grid-row:span 2}}.gallery__item{aspect-ratio:1;overflow:hidden;cursor:pointer;background:var(--clr-surface)}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery__item:hover img{transform:scale(1.07)}.rich-text{padding-block:clamp(4rem,8vw,7rem)}.rich-text__inner{max-width:var(--max-w-narrow);margin-inline:auto}.rich-text .label{margin-bottom:1rem}.page-content h1,.page-content h2,.page-content h3{font-family:var(--ff-heading);margin-bottom:.75rem;margin-top:2.5rem}.page-content h1:first-child,.page-content h2:first-child,.page-content h3:first-child{margin-top:0}.page-content h1{font-size:clamp(1.75rem,3.5vw,2.5rem)}.page-content h2{font-size:clamp(1.4rem,3vw,1.875rem)}.page-content h3{font-size:1.25rem}.page-content p{margin-bottom:1.1rem;color:var(--clr-text-muted);font-size:1.0625rem;line-height:1.8}.page-content a{color:var(--clr-gold);text-decoration:underline;text-underline-offset:2px}.page-content a:hover{color:var(--clr-gold-light)}.page-content ul,.page-content ol{margin:1rem 0 1rem 1.25rem;color:var(--clr-text-muted)}.page-content li{margin-bottom:.4rem;line-height:1.75}.product-card{display:flex;flex-direction:column;background:var(--clr-surface);border:1px solid var(--clr-border-subtle);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.product-card:hover{border-color:var(--clr-border);transform:translateY(-3px)}.product-card__media{aspect-ratio:4/3;overflow:hidden;background:var(--clr-surface-2)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.4rem}.product-card__title{font-size:1rem;font-weight:var(--fw-semi);font-family:var(--ff-heading)}.product-card__price{font-size:.9375rem;color:var(--clr-gold);font-weight:var(--fw-semi);margin-top:auto}.product-card__price s{color:var(--clr-text-muted);text-decoration:line-through}.product-card__cta{padding:.75rem 1.25rem;border-top:1px solid var(--clr-border-subtle)}.product-card__btn{width:100%;padding:.65rem 1rem}.collection-header{padding-block:clamp(3rem,6vw,5rem);border-bottom:1px solid var(--clr-border-subtle)}.collection-header__heading{font-size:clamp(2rem,4vw,3rem)}.collection-header__desc{margin-top:.75rem;font-size:1rem;color:var(--clr-text-muted);max-width:55ch;line-height:1.7}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.5rem;padding-block:clamp(3rem,6vw,5rem)}.collection-empty{text-align:center;padding-block:6rem;color:var(--clr-text-muted)}.main-product{padding-block:clamp(3rem,6vw,5rem)}.product-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.product-layout{grid-template-columns:1fr 1fr;gap:5rem}}.product-media__primary{aspect-ratio:4/3;background:var(--clr-surface);border-radius:var(--radius-lg);overflow:hidden}.product-media__primary img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info__vendor{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--clr-gold);font-weight:var(--fw-semi)}.product-info__title{font-size:clamp(1.75rem,3.5vw,2.25rem);line-height:1.15}.product-info__price{font-size:1.5rem;font-weight:var(--fw-semi);color:var(--clr-gold)}.product-info__description{font-size:.9375rem;color:var(--clr-text-muted);line-height:1.8}.product-form{display:flex;flex-direction:column;gap:1rem}.product-form label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-text-muted);font-weight:var(--fw-semi)}.product-form select{width:100%;padding:.7rem 1rem;background:var(--clr-surface-2);border:1px solid var(--clr-border);border-radius:var(--radius);color:var(--clr-text);font-family:var(--ff-body);font-size:.875rem}.product-form select:focus{outline:2px solid var(--clr-gold);outline-offset:2px}.quantity-input{display:inline-flex;align-items:center;border:1px solid var(--clr-border);border-radius:var(--radius);overflow:hidden}.quantity-input button{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--clr-text-muted);font-size:1.1rem;transition:color var(--transition),background var(--transition)}.quantity-input button:hover{color:var(--clr-text);background:var(--clr-surface-2)}.quantity-input input{width:50px;text-align:center;background:transparent;border:none;color:var(--clr-text);font-family:var(--ff-body);font-size:.9rem}.main-cart{padding-block:clamp(3rem,6vw,5rem)}.cart-header{margin-bottom:2.5rem}.cart-header__heading{font-size:clamp(1.75rem,3.5vw,2.5rem)}.cart-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.cart-layout{grid-template-columns:1fr 360px}}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.25rem;align-items:start;padding-block:1.5rem;border-bottom:1px solid var(--clr-border-subtle)}.cart-item__img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);background:var(--clr-surface-2)}.cart-item__title{font-size:.9375rem;font-weight:var(--fw-semi);margin-bottom:.25rem}.cart-item__variant{font-size:.8125rem;color:var(--clr-text-muted)}.cart-item__price{font-size:.9375rem;color:var(--clr-gold);font-weight:var(--fw-semi);margin-top:.25rem}.cart-item__remove{font-size:.75rem;color:var(--clr-text-muted);margin-top:.5rem;text-decoration:underline;text-underline-offset:2px}.cart-item__remove:hover{color:var(--clr-text)}.cart-summary{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1rem;align-self:start;position:sticky;top:calc(var(--header-h) + 1.5rem)}.cart-summary__heading{font-size:1.0625rem;padding-bottom:1rem;border-bottom:1px solid var(--clr-border-subtle)}.cart-summary__line{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--clr-text-muted)}.cart-summary__line--total{color:var(--clr-text);font-weight:var(--fw-semi);font-size:1.0625rem;padding-top:1rem;border-top:1px solid var(--clr-border-subtle)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-cart);pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:all;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;opacity:0;transition:opacity var(--transition-slow)}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(400px,92vw);background:var(--clr-surface);border-left:1px solid var(--clr-border);transform:translate(100%);transition:transform var(--transition-slow);display:flex;flex-direction:column;overflow:hidden}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--clr-border-subtle);flex-shrink:0}.cart-drawer__title{font-size:.9rem;font-weight:var(--fw-semi);letter-spacing:.08em;text-transform:uppercase}.cart-drawer__close{font-size:1.5rem;color:var(--clr-text-muted);transition:color var(--transition)}.cart-drawer__close:hover{color:var(--clr-text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.25rem;color:var(--clr-text-muted);text-align:center;padding:2rem;min-height:200px}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--clr-border-subtle);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:.9375rem;margin-bottom:.25rem}.cart-drawer__subtotal span:last-child{font-weight:var(--fw-semi);color:var(--clr-gold)}.footer{background:var(--clr-surface);border-top:1px solid var(--clr-border-subtle);padding-block:clamp(3rem,6vw,5rem)}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem}}.footer__logo{font-family:var(--ff-heading);font-size:1.35rem;font-weight:var(--fw-bold);margin-bottom:.875rem;display:block}.footer__tagline{font-size:.875rem;color:var(--clr-text-muted);line-height:1.65;max-width:26ch;margin-bottom:1.5rem}.footer__social{display:flex;gap:.6rem}.footer__social-link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--clr-surface-2);border:1px solid var(--clr-border-subtle);border-radius:var(--radius);color:var(--clr-text-muted);transition:all var(--transition)}.footer__social-link:hover{background:var(--clr-surface-3);border-color:var(--clr-gold);color:var(--clr-gold)}.footer__social-link svg{width:16px;height:16px}.footer__col-heading{font-size:.7rem;font-weight:var(--fw-semi);letter-spacing:.14em;text-transform:uppercase;color:var(--clr-gold);margin-bottom:1.25rem;display:block}.footer__nav{display:flex;flex-direction:column;gap:.6rem}.footer__nav-link{font-size:.875rem;color:var(--clr-text-muted);transition:color var(--transition)}.footer__nav-link:hover{color:var(--clr-text)}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:var(--clr-text-muted);line-height:1.55}.footer__contact-item svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;color:var(--clr-gold)}.footer__bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:clamp(1.5rem,3vw,2.5rem);margin-top:clamp(1.5rem,3vw,2.5rem);border-top:1px solid var(--clr-border-subtle)}@media(min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__copy{font-size:.78rem;color:var(--clr-text-dim)}.footer__legal{display:flex;gap:1.25rem}.footer__legal-link{font-size:.78rem;color:var(--clr-text-dim);transition:color var(--transition)}.footer__legal-link:hover{color:var(--clr-text-muted)}.error-404{min-height:65vh;display:flex;align-items:center;justify-content:center;text-align:center;padding-block:6rem}.error-404__inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.error-404__code{font-size:clamp(6rem,15vw,10rem);font-family:var(--ff-heading);font-weight:var(--fw-bold);color:var(--clr-surface-3);line-height:1}.error-404__heading{font-size:clamp(1.5rem,3vw,2rem)}.error-404__body{font-size:1rem;color:var(--clr-text-muted);max-width:40ch;line-height:1.7}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}[data-animate]{opacity:0}[data-animate].is-visible{animation:fadeInUp .65s ease forwards}[data-animate][data-delay="1"].is-visible{animation-delay:.1s}[data-animate][data-delay="2"].is-visible{animation-delay:.2s}[data-animate][data-delay="3"].is-visible{animation-delay:.3s}[data-animate][data-delay="4"].is-visible{animation-delay:.4s}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
