button,input,select,textarea{font-family:inherit;font-size:inherit}table{border-collapse:collapse;width:100%}.announce-bar{background:#070604;color:var(--gold);text-align:center;padding:.625rem 1rem;font-size:.625rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid var(--white-line);position:relative}.announce-bar a{color:var(--gold);opacity:.8;text-decoration:underline;text-underline-offset:3px}.announce-bar__close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#c4a97080;cursor:pointer;padding:.25rem;line-height:1}.announce-bar__close svg{width:13px;height:13px;display:block}.site-header{position:sticky;top:0;z-index:100;background:#0a0804e6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--white-line);transition:border-color .3s}.site-header.scrolled{border-color:#c4a97026}.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:2rem}.header-logo{font-family:var(--font-serif);font-size:1.25rem;font-weight:300;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);text-decoration:none;flex-shrink:0;transition:opacity .2s}.header-logo:hover{opacity:.65}.header-logo-img{height:36px;width:auto}.header-logo span{color:var(--gold)}.header-nav{display:flex;align-items:center;gap:0}.header-nav-item{position:relative}.header-nav-link{display:block;padding:.5rem .9rem;font-size:.8125rem;font-weight:300;letter-spacing:.04em;color:#f0ebe08c;text-decoration:none;transition:color .2s}.header-nav-link:hover{color:var(--cream);opacity:1}.header-nav-link.active{color:var(--cream)}.header-nav-dropdown{display:none;position:absolute;top:calc(100% + 12px);left:0;min-width:190px;background:#141008;border:1px solid var(--white-line);border-radius:4px;list-style:none;padding:.5rem;margin:0;z-index:50}.header-nav-item:hover .header-nav-dropdown,.header-nav-item:focus-within .header-nav-dropdown{display:block}.header-nav-dropdown a{display:block;padding:.5rem .875rem;font-size:.875rem;font-weight:300;color:#f0ebe099;text-decoration:none;border-radius:2px;transition:background .15s,color .15s}.header-nav-dropdown a:hover{opacity:1;background:var(--gold-pale);color:var(--cream)}.header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:transparent;border:none;color:#f0ebe080;border-radius:2px;text-decoration:none;transition:color .2s,background .2s}.header-icon:hover{opacity:1;color:var(--cream);background:#ffffff0d}.header-icon svg{width:18px;height:18px}.header-portal{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);border-radius:20px;text-decoration:none;transition:background .2s,border-color .2s}.header-portal:hover{opacity:1;background:var(--gold-pale);border-color:#c4a97066}.header-portal svg{width:13px;height:13px}.header-toggle{display:none;align-items:center;justify-content:center;width:38px;height:38px;background:transparent;border:none;color:var(--cream);border-radius:2px}.header-toggle svg{width:22px;height:22px}@media(max-width:989px){.header-nav,.header-portal{display:none}.header-toggle{display:flex}}.mobile-drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.mobile-drawer.is-open{display:block}.mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0804bf}.mobile-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(300px,85vw);background:#100e09;display:flex;flex-direction:column;overflow-y:auto;border-right:1px solid var(--white-line);animation:slideIn .28s var(--ease-out) both}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.5rem;border-bottom:1px solid var(--white-line)}.mobile-drawer__close{background:transparent;border:none;color:#f0ebe080;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:2px;cursor:pointer}.mobile-drawer__close svg{width:20px;height:20px}.mobile-drawer__links{list-style:none;padding:.75rem 0;margin:0;flex:1}.mobile-drawer__link{display:block;padding:.875rem 1.5rem;font-size:1rem;font-weight:300;color:#f0ebe0b3;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.04);transition:color .15s}.mobile-drawer__link:hover{opacity:1;color:var(--cream)}.mobile-drawer__foot{padding:1.25rem 1.5rem;border-top:1px solid var(--white-line)}.hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--black)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a080480,#0a0804bf 60%,#0a0804f2)}.hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero__glow{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(ellipse,rgba(196,169,112,.07) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-55%);pointer-events:none}.hero__content{position:relative;z-index:1;padding:var(--section-h) var(--gutter)}.hero__tag{display:inline-block;font-size:.5625rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);padding:.375rem 1rem;border-radius:1px;margin-bottom:2rem;opacity:.9}.hero__title{font-family:var(--font-serif);font-size:clamp(3rem,7vw,6rem);font-weight:300;line-height:.98;letter-spacing:-.025em;color:var(--cream);margin-bottom:1.75rem}.hero__title em{font-style:italic;color:var(--gold);display:block}.hero__sub{font-size:clamp(.9375rem,1.5vw,1.0625rem);font-weight:200;color:var(--cream-dim);line-height:1.8;max-width:520px;margin:0 auto 2.75rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.hero__scroll{position:absolute;bottom:2.25rem;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.625rem}.hero__scroll-line{width:1px;height:44px;background:#c4a97059;animation:scrollPulse 2.4s ease-in-out infinite}.hero__scroll-text{font-size:.5rem;letter-spacing:.2em;text-transform:uppercase;color:#c4a97066}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:.85}}.statement-section{padding:var(--section-h) var(--gutter);text-align:center;background:var(--black)}.statement-text{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,3.25rem);font-weight:300;line-height:1.12;color:var(--cream);max-width:860px;margin:0 auto}.statement-text em{font-style:italic;color:var(--gold)}.product-split{display:grid;grid-template-columns:1fr 1fr}@media(max-width:749px){.product-split{grid-template-columns:1fr}}.product-panel{position:relative;min-height:560px;overflow:hidden;background:var(--black-card);display:flex;align-items:flex-end;cursor:pointer}.product-panel__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.product-panel:hover .product-panel__bg{transform:scale(1.05)}.product-panel__texture{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(135deg,rgba(196,169,112,.025) 0,rgba(196,169,112,.025) 1px,transparent 0,transparent 50%);background-size:18px 18px}.product-panel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,8,4,.92) 0%,rgba(10,8,4,.35) 55%,transparent 80%);transition:opacity .5s}.product-panel:hover .product-panel__overlay{opacity:.85}.product-panel__corner{position:absolute;top:2rem;right:2rem;width:36px;height:36px;border-top:1px solid var(--gold-border);border-right:1px solid var(--gold-border);transition:width .4s var(--ease),height .4s var(--ease)}.product-panel:hover .product-panel__corner{width:48px;height:48px}.product-panel__body{position:relative;z-index:1;padding:2.5rem;transform:translateY(4px);transition:transform .35s var(--ease)}.product-panel:hover .product-panel__body{transform:translateY(0)}.product-panel__eye{font-size:.5625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dim);display:block;margin-bottom:.625rem}.product-panel__name{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;color:var(--cream);line-height:1.1;margin-bottom:.875rem}.product-panel__desc{font-size:.875rem;font-weight:300;color:#f0ebe073;line-height:1.7;margin-bottom:1.25rem;max-width:300px}.product-panel__cta{font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.625rem;opacity:0;transform:translateY(4px);transition:opacity .35s var(--ease),transform .35s var(--ease)}.product-panel:hover .product-panel__cta{opacity:1;transform:translateY(0)}.product-panel__cta:after{content:"";width:24px;height:1px;background:var(--gold);transition:width .3s var(--ease)}.product-panel:hover .product-panel__cta:after{width:40px}.product-section{padding:var(--section-h) 0;background:var(--black-mid)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.section-title{margin:0}.section-link{font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold-border);padding-bottom:3px;white-space:nowrap;transition:border-color .2s}.section-link:hover{opacity:1;border-color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.product-grid{grid-template-columns:1fr}}.product-card{position:relative;overflow:hidden;background:var(--black-card);aspect-ratio:3/4;display:block;text-decoration:none;cursor:pointer}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;transition:transform .75s var(--ease)}.product-card:hover .product-card__img{transform:scale(1.07)}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(135deg,rgba(196,169,112,.04) 0,rgba(196,169,112,.04) 1px,transparent 0,transparent 50%);background-size:22px 22px}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,8,4,.9) 0%,rgba(10,8,4,.25) 50%,transparent 75%);transition:opacity .4s}.product-card:hover .product-card__overlay{opacity:.88}.product-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.75rem;transform:translateY(3px);transition:transform .35s var(--ease)}.product-card:hover .product-card__body{transform:translateY(0)}.product-card__type{font-size:.5rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dim);display:block;margin-bottom:.375rem}.product-card__name{font-family:var(--font-serif);font-size:1.4375rem;font-weight:300;color:var(--cream);line-height:1.15;margin-bottom:.75rem}.product-card__cta{font-size:.5rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.5rem;opacity:0;transform:translateY(3px);transition:opacity .3s,transform .3s}.product-card:hover .product-card__cta{opacity:1;transform:translateY(0)}.product-card__cta:after{content:"";width:20px;height:1px;background:var(--gold)}.product-card--wide{grid-column:span 2;aspect-ratio:16/9}@media(max-width:749px){.product-card--wide{grid-column:span 2;aspect-ratio:4/3}}@media(max-width:479px){.product-card--wide{grid-column:span 1;aspect-ratio:3/4}}.features-section{padding:var(--section-h) 0;background:var(--black)}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:749px){.features-grid{grid-template-columns:1fr;gap:3rem}}.features-intro-title{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:1.25rem}.features-intro-sub{font-size:.9375rem;font-weight:300;color:var(--cream-dim);line-height:1.8;margin:0}.feature-list{display:flex;flex-direction:column;gap:0}.feature-row{padding:1.625rem 0;border-bottom:1px solid var(--white-line);display:flex;gap:1.25rem;align-items:flex-start}.feature-row:first-child{border-top:1px solid var(--white-line)}.feature-num{font-family:var(--font-serif);font-size:2.5rem;font-weight:300;color:#c4a97038;line-height:1;flex-shrink:0;width:44px;padding-top:2px}.feature-title{font-size:.875rem;font-weight:500;color:var(--cream);margin-bottom:.35rem;letter-spacing:.02em;font-family:var(--font-sans)}.feature-desc{font-size:.8125rem;font-weight:300;color:#f0ebe06b;line-height:1.65;margin:0}.cta-band{padding:var(--section-h) var(--gutter);background:var(--gold);text-align:center}.cta-band__title{font-family:var(--font-serif);font-size:clamp(2.25rem,5vw,4rem);font-weight:300;color:var(--black);line-height:1.05;margin-bottom:1rem;letter-spacing:-.02em}.cta-band__sub{font-size:1rem;font-weight:300;color:#0a08048c;margin-bottom:2.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.testimonial-card{background:#ffffff08;border:1px solid var(--white-line);border-radius:4px;padding:2.25rem}.testimonial-card__quote{font-family:var(--font-serif);font-style:italic;font-size:1.125rem;font-weight:300;color:var(--cream);line-height:1.65;margin-bottom:1.75rem}.testimonial-card__quote:before{content:"\\201C";font-size:2rem;color:var(--gold-border);line-height:0;vertical-align:-.5rem;margin-right:.25rem}.testimonial-card__author{font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.testimonial-card__place{font-size:.6875rem;color:#c4a97073;margin-top:.25rem}.breadcrumbs{display:flex;align-items:center;gap:.375rem;list-style:none;padding:0 0 2.5rem;margin:0;font-size:.8125rem;color:#f0ebe04d;flex-wrap:wrap}.breadcrumbs li+li:before{content:"/";margin-right:.375rem;opacity:.3}.breadcrumbs a{color:#f0ebe066;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--cream);opacity:1}.breadcrumbs [aria-current]{color:#f0ebe0bf}.collection-page{padding:clamp(2rem,5vw,5rem) 0 var(--section-h)}.collection-sort{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:2px;background:transparent;font-size:.8125rem;color:var(--cream);cursor:pointer;-webkit-appearance:none;appearance:none}.product-page{padding:clamp(2rem,5vw,5rem) 0 var(--section-h)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}@media(max-width:989px){.product-layout{grid-template-columns:1fr;gap:2.5rem}}.product-gallery{position:sticky;top:calc(60px + 2rem)}.product-gallery__main{aspect-ratio:3/4;overflow:hidden;background:var(--black-card);border-radius:4px;margin-bottom:.5rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-gallery__main:hover img{transform:scale(1.04)}.product-gallery__thumbs{display:flex;gap:.375rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:60px;height:60px;overflow:hidden;border-radius:2px;border:1px solid transparent;cursor:pointer;background:var(--black-card);transition:border-color .2s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--gold)}.product-info__vendor{font-size:.5625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);opacity:.75;margin-bottom:.625rem}.product-info__title{font-size:clamp(2rem,3.5vw,2.75rem);margin-bottom:1.25rem}.product-info__desc{font-size:.9375rem;font-weight:300;color:var(--cream-dim);line-height:1.8;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--white-line)}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin-bottom:2rem}.trust-item{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem;background:#ffffff08;border:1px solid var(--white-line);border-radius:4px}.trust-item__icon{width:30px;height:30px;flex-shrink:0;background:var(--gold-pale);border-radius:2px;display:flex;align-items:center;justify-content:center;color:var(--gold)}.trust-item__icon svg{width:15px;height:15px}.trust-item__title{font-size:.75rem;font-weight:500;color:var(--cream);margin-bottom:2px;letter-spacing:.01em}.trust-item__desc{font-size:.6875rem;font-weight:300;color:#f0ebe061;line-height:1.45;margin:0}@media(max-width:479px){.trust-grid{grid-template-columns:1fr}}.pagination{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:4rem;list-style:none;padding:0}.pagination__item a,.pagination__item span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:2px;font-size:.875rem;font-weight:300;text-decoration:none;border:1px solid rgba(255,255,255,.1);color:#f0ebe08c;transition:background .2s,color .2s,border-color .2s}.pagination__item a:hover{opacity:1;background:var(--gold-pale);border-color:var(--gold-border);color:var(--cream)}.pagination__item--active span{background:var(--gold);color:var(--black);border-color:var(--gold)}.site-footer{background:#050403;color:#f0ebe080;padding:4.5rem 0 2rem;border-top:1px solid var(--white-line)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(auto-fit,minmax(140px,1fr));gap:3.5rem;margin-bottom:3.5rem}@media(max-width:749px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:479px){.footer-grid{grid-template-columns:1fr}}.footer-logo{font-family:var(--font-serif);font-size:1.125rem;font-weight:300;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);margin-bottom:.875rem}.footer-logo span{color:var(--gold)}.footer-desc{font-size:.875rem;font-weight:300;color:#f0ebe059;line-height:1.75;margin-bottom:1.5rem;max-width:260px}.footer-contact a{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:300;color:#f0ebe066;text-decoration:none;margin-bottom:.5rem;transition:color .2s}.footer-contact a:hover{color:var(--gold);opacity:1}.footer-contact svg{width:13px;height:13px;flex-shrink:0}.footer-portal-btn{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;padding:.5rem 1rem;font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);border-radius:20px;text-decoration:none;transition:background .2s}.footer-portal-btn:hover{opacity:1;background:var(--gold-pale)}.footer-portal-btn svg{width:12px;height:12px}.footer-col-title{font-size:.5rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#f0ebe040;margin-bottom:1.125rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;font-weight:300;color:#f0ebe066;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold);opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copy{font-size:.6875rem;color:#f0ebe040;margin:0}.footer-cardnet{display:inline-flex;align-items:center;gap:.375rem;font-size:.625rem;color:#f0ebe040;border:1px solid rgba(255,255,255,.07);padding:.3rem .75rem;border-radius:20px}.footer-cardnet svg{width:12px;height:12px}.cart-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--section-h) 1rem}.cart-page__icon{width:72px;height:72px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--gold)}.cart-page__icon svg{width:30px;height:30px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.article-card{display:block;text-decoration:none;color:var(--cream)}.article-card__img{aspect-ratio:16/9;overflow:hidden;background:var(--black-card);border-radius:4px;margin-bottom:1.375rem}.article-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.article-card:hover .article-card__img img{transform:scale(1.04)}.article-card__date{font-size:.6875rem;color:#f0ebe059;margin-bottom:.5rem;letter-spacing:.04em}.article-card__title{font-family:var(--font-serif);font-size:1.375rem;font-weight:300;line-height:1.2;margin-bottom:.625rem}.article-card__excerpt{font-size:.875rem;font-weight:300;color:var(--cream-dim);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.auth-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:var(--section-h) 1rem}.auth-card{background:var(--black-card);border:1px solid var(--white-line);border-radius:4px;padding:2.5rem 2rem;width:100%;max-width:400px}.auth-label{display:block;font-size:.6875rem;font-weight:500;letter-spacing:.08em;color:#f0ebe080;margin-bottom:.5rem;text-transform:uppercase}.js-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(0,0,.2,1),transform .75s cubic-bezier(0,0,.2,1)}.js-reveal.is-visible{opacity:1;transform:translateY(0)}.js-reveal-left{opacity:0;transform:translate(-32px);transition:opacity .75s cubic-bezier(0,0,.2,1),transform .75s cubic-bezier(0,0,.2,1)}.js-reveal-left.is-visible{opacity:1;transform:translate(0)}.js-reveal-right{opacity:0;transform:translate(32px);transition:opacity .75s cubic-bezier(0,0,.2,1),transform .75s cubic-bezier(0,0,.2,1)}.js-reveal-right.is-visible{opacity:1;transform:translate(0)}.js-reveal-scale{opacity:0;transform:scale(.95);transition:opacity .6s cubic-bezier(0,0,.2,1),transform .6s cubic-bezier(0,0,.2,1)}.js-reveal-scale.is-visible{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.js-reveal,.js-reveal-left,.js-reveal-right,.js-reveal-scale{opacity:1!important;transform:none!important;transition:none!important}}.text-display{font-family:var(--font-serif);font-size:clamp(3.5rem,8vw,7rem);font-weight:300;line-height:.95;letter-spacing:-.03em}.text-headline{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.05;letter-spacing:-.02em}.text-title{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300;line-height:1.1;letter-spacing:-.01em}.text-overline{font-family:var(--font-sans);font-size:.5625rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:.8}.text-body{font-size:.9375rem;font-weight:300;color:var(--cream-dim);line-height:1.8}.text-small{font-size:.8125rem;font-weight:300;color:#f0ebe073;line-height:1.65}.gold-text{background:linear-gradient(135deg,#c4a970,#e8d5a8,#c4a970);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;background:var(--white-line)}.stat-item{background:var(--black-card);padding:2.5rem 2rem;text-align:center}.stat-item__num{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1;color:var(--gold);display:block;margin-bottom:.5rem}.stat-item__label{font-size:.625rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:#f0ebe066}.testimonials-section{padding:var(--section-h) 0;background:#070604}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.testimonial-card{background:#ffffff08;border:1px solid var(--white-line);border-radius:4px;padding:2.25rem;transition:border-color .3s}.testimonial-card:hover{border-color:#c4a97033}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:1.25rem}.testimonial-card__star{color:var(--gold);font-size:.875rem}.testimonial-card__quote{font-family:var(--font-serif);font-style:italic;font-size:1.0625rem;font-weight:300;color:var(--cream);line-height:1.7;margin-bottom:1.75rem;position:relative;padding-left:1.25rem}.testimonial-card__quote:before{content:'"';position:absolute;left:0;top:-.25rem;font-size:2.5rem;color:#c4a97040;line-height:1;font-style:normal}.testimonial-card__author{display:flex;align-items:center;gap:.875rem}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--gold);color:var(--black);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:500;flex-shrink:0}.testimonial-card__name{font-size:.875rem;font-weight:500;color:var(--cream);margin:0 0 2px}.testimonial-card__role{font-size:.6875rem;color:#f0ebe066;margin:0}.faq-section{padding:var(--section-h) 0;background:var(--black)}.faq-list{max-width:760px;margin:3rem auto 0}.faq-item{border-bottom:1px solid var(--white-line)}.faq-item:first-child{border-top:1px solid var(--white-line)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;background:transparent;border:none;cursor:pointer;text-align:left}.faq-question__text{font-family:var(--font-serif);font-size:1.125rem;font-weight:300;color:var(--cream);line-height:1.3}.faq-question__icon{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#f0ebe080;transition:transform .3s,border-color .3s,color .3s}.faq-item.open .faq-question__icon{transform:rotate(45deg);border-color:var(--gold);color:var(--gold)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0,0,.2,1)}.faq-answer__inner{padding:0 0 1.5rem;font-size:.9375rem;font-weight:300;color:var(--cream-dim);line-height:1.8}.about-page{padding:clamp(3rem,6vw,6rem) 0 var(--section-h)}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-bottom:var(--section-h)}@media(max-width:749px){.about-hero{grid-template-columns:1fr;gap:2.5rem}}.about-hero__img{aspect-ratio:4/5;overflow:hidden;border-radius:4px;background:var(--black-card)}.about-hero__img img{width:100%;height:100%;object-fit:cover}.about-timeline{position:relative;padding-left:2rem;margin-top:2rem}.about-timeline:before{content:"";position:absolute;left:0;top:.5rem;bottom:0;width:1px;background:linear-gradient(to bottom,var(--gold),transparent)}.about-timeline-item{position:relative;padding-bottom:2rem}.about-timeline-item:before{content:"";position:absolute;left:-2.375rem;top:.4rem;width:8px;height:8px;border-radius:50%;background:var(--gold);border:2px solid var(--black)}.about-timeline-item__year{font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);opacity:.7;margin-bottom:.375rem}.about-timeline-item__text{font-size:.9375rem;font-weight:300;color:var(--cream-dim);line-height:1.7;margin:0}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;background:var(--white-line);margin-top:var(--section-h)}.about-value{background:var(--black-card);padding:2.5rem 2rem}.about-value__num{font-family:var(--font-serif);font-size:3rem;font-weight:300;color:#c4a9702e;line-height:1;margin-bottom:1rem}.about-value__title{font-size:.875rem;font-weight:500;color:var(--cream);margin-bottom:.5rem;letter-spacing:.02em}.about-value__desc{font-size:.8125rem;font-weight:300;color:#f0ebe073;line-height:1.7;margin:0}.contact-page{padding:clamp(3rem,6vw,6rem) 0 var(--section-h)}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}@media(max-width:749px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.contact-info-item__icon{width:40px;height:40px;border-radius:2px;background:var(--gold-pale);border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}.contact-info-item__icon svg{width:18px;height:18px}.contact-info-item__label{font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#f0ebe059;margin-bottom:.3rem}.contact-info-item__val{font-size:.9375rem;font-weight:300;color:var(--cream);text-decoration:none;transition:color .2s}.contact-info-item__val:hover{color:var(--gold);opacity:1}.contact-form-group{margin-bottom:1.125rem}.contact-form-label{display:block;font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#f0ebe066;margin-bottom:.5rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:479px){.contact-form-row{grid-template-columns:1fr}}.contact-success{background:#16a34a14;border:1px solid rgba(22,163,74,.2);border-radius:4px;padding:2rem;text-align:center;display:none}.contact-success.show{display:block}.contact-success h3{font-family:var(--font-serif);font-size:1.375rem;font-weight:300;color:var(--cream);margin-bottom:.5rem}.contact-success p{font-size:.875rem;color:#f0ebe080;margin:0}.legal-page{padding:clamp(3rem,6vw,6rem) 0 var(--section-h)}.legal-content{max-width:720px;margin:0 auto}.legal-content h2{font-family:var(--font-serif);font-size:1.375rem;font-weight:300;color:var(--cream);margin:2.5rem 0 .875rem;padding-top:2.5rem;border-top:1px solid var(--white-line)}.legal-content h2:first-child{border-top:none;margin-top:0;padding-top:0}.legal-content p,.legal-content li{font-size:.9375rem;font-weight:300;color:#f0ebe099;line-height:1.85;margin-bottom:.875rem}.legal-content ul{padding-left:1.5rem}.legal-content a{color:var(--gold)}.legal-toc{background:#ffffff08;border:1px solid var(--white-line);border-radius:4px;padding:1.5rem 2rem;margin-bottom:3rem}.legal-toc__title{font-size:.5625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#f0ebe059;margin-bottom:.875rem}.legal-toc ol{padding-left:1.25rem;margin:0}.legal-toc li{font-size:.875rem;font-weight:300;color:#f0ebe080;margin-bottom:.375rem}.legal-toc a{color:#f0ebe080;text-decoration:none;transition:color .2s}.legal-toc a:hover{color:var(--gold);opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-nav-link.active:after{content:"";position:absolute;bottom:-2px;left:.9rem;right:.9rem;height:1px;background:var(--gold);opacity:.6}.header-nav-link{position:relative}.footer-social{display:flex;gap:.625rem;margin-top:1.25rem}.footer-social-btn{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#f0ebe066;text-decoration:none;transition:border-color .2s,color .2s}.footer-social-btn:hover{opacity:1;border-color:var(--gold);color:var(--gold)}.footer-social-btn svg{width:15px;height:15px}.qf-step-indicator{display:flex;gap:0;margin-bottom:2rem}.qf-step{flex:1;height:2px;background:#ffffff14;transition:background .4s}.qf-step.done{background:var(--gold)}.qf-step.active{background:#c4a97066}.related-section{padding:var(--section-h) 0;background:var(--black-mid)}.product-card__img,.hero__bg{will-change:transform}.js-reveal{will-change:opacity,transform}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
