:root{--bg:#0b0c0d;--bg-2:#111315;--card:#15181a;--text:#f5f3ee;--muted:#a8aaa6;--line:#2a2d2f;--gold:#d7b37a;--gold-2:#f0d2a1;--white:#fff;--danger:#ff6b6b;--max:1380px;--radius:20px;--shadow:0 18px 60px rgba(0,0,0,.25) }*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.page-width{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;z-index:999;background:#fff;color:#000;padding:10px 14px}.section{padding:72px 0}.section--tight{padding:30px 0}.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700}.section-title{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:.35rem 0 1rem}.section-copy{color:var(--muted);max-width:700px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:0 22px;border-radius:10px;font-weight:750;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn--primary{background:var(--gold);color:#111}.btn--primary:hover{background:var(--gold-2);transform:translateY(-1px)}.btn--secondary{border-color:#5a5d5f;background:transparent;color:#fff}.btn--secondary:hover{border-color:var(--gold);color:var(--gold)}.btn--full{width:100%}.badge{display:inline-flex;align-items:center;border:1px solid rgba(215,179,122,.45);color:var(--gold-2);background:#d7b37a14;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em}.muted{color:var(--muted)}.announcement{background:#090a0b;border-bottom:1px solid var(--line);font-size:.8rem;text-align:center;padding:9px 20px}.site-header{position:sticky;top:0;z-index:40;background:#0b0c0deb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:76px}.logo{font-weight:900;letter-spacing:-.03em;font-size:1.25rem;display:flex;align-items:center;gap:10px}.logo-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--gold),#8d6a3b);color:#111;font-size:.9rem}.nav{display:flex;justify-content:center;gap:30px}.nav a{font-size:.86rem;color:#e8e7e2}.nav a:hover{color:var(--gold)}.header-actions{display:flex;gap:10px;align-items:center}.icon-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center}.menu-toggle{display:none}.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:#0c0d0e}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#040506f2,#040506b8 42%,#0405062e 75%,#0405061a),linear-gradient(0deg,rgba(4,5,6,.75) 0%,transparent 36%)}.hero__content{position:relative;z-index:2;max-width:760px;padding:100px 0}.hero h1{font-size:clamp(3.2rem,7vw,7rem);line-height:.93;letter-spacing:-.055em;margin:18px 0 24px}.hero h1 span{color:var(--gold-2)}.hero p{font-size:1.12rem;color:#d2d1cd;max-width:590px}.hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero__specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden;max-width:650px;margin-top:58px}.hero__spec{background:#0a0b0cd1;padding:18px}.hero__spec strong{display:block;font-size:1.1rem}.hero__spec span{font-size:.78rem;color:var(--muted)}.trustbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0f1112}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:26px 22px;display:flex;gap:14px;align-items:center;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{width:42px;height:42px;border:1px solid rgba(215,179,122,.35);border-radius:12px;display:grid;place-items:center;color:var(--gold)}.trust-item strong{display:block;font-size:.9rem}.trust-item span{display:block;color:var(--muted);font-size:.78rem}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.collection-card{position:relative;min-height:420px;border-radius:var(--radius);overflow:hidden;background:var(--card);border:1px solid var(--line)}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:.4s ease}.collection-card:hover img{transform:scale(1.04)}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000eb,#0000000d 70%)}.collection-card__content{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.collection-card h3{margin:0 0 6px;font-size:1.35rem}.collection-card span{font-size:.85rem;color:#d5d5d2}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.product-card{border:1px solid var(--line);background:var(--card);border-radius:16px;overflow:hidden;position:relative}.product-card__media{aspect-ratio:1/1;background:#e8e8e6;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.035)}.product-card__body{padding:18px}.product-card__title{font-size:1rem;font-weight:700;margin:6px 0 10px}.price{display:flex;gap:8px;align-items:center}.price--sale{color:var(--gold-2);font-weight:800}.price--compare{text-decoration:line-through;color:#777}.product-card .badge{position:absolute;top:12px;left:12px;z-index:2;background:#101214}.rating{font-size:.78rem;color:#e7c47f;margin-top:8px}.feature-split{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--line);background:#0f1112;border-radius:24px;overflow:hidden}.feature-split__media{min-height:560px}.feature-split__media img{width:100%;height:100%;object-fit:cover}.feature-split__content{padding:70px;display:flex;flex-direction:column;justify-content:center}.feature-list{display:grid;gap:16px;margin:28px 0}.feature-list__item{display:flex;gap:12px;color:#d3d2ce}.feature-list__item b{color:var(--gold)}.stats{background:#f4f2ec;color:#101112}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{text-align:center;padding:30px 15px;border-right:1px solid #d8d5cf}.stat:last-child{border-right:0}.stat strong{font-size:2rem}.stat span{display:block;color:#676a69;font-size:.82rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.review-card{padding:26px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.stars{color:#e8be69;letter-spacing:.12em}.review-card p{color:#d3d2ce}.review-card small{color:var(--muted)}.newsletter{position:relative;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(135deg,#16191b,#0b0c0d)}.newsletter-inner{display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:center}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1;min-height:50px;border:1px solid #444;background:#0d0f10;color:#fff;border-radius:10px;padding:0 16px}.footer{background:#08090a;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:50px}.footer h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin:0 0 18px}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:10px 0}.footer a,.footer p{color:#aaa;font-size:.86rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px;margin-top:40px;color:#777;font-size:.78rem}.product-page{padding:50px 0 90px}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:54px}.product-gallery{display:grid;gap:14px}.product-main-media{background:#eee;border-radius:18px;overflow:hidden}.product-main-media img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-thumb{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#eee}.product-thumb img{aspect-ratio:1;object-fit:cover}.product-info{position:sticky;top:110px;height:max-content}.product-info h1{font-size:clamp(2.3rem,4vw,4rem);line-height:1.02;margin:10px 0}.product-price{font-size:1.4rem;font-weight:800;color:var(--gold-2);margin:16px 0}.product-description{color:#c2c2be}.variant-select,.qty-input{width:100%;min-height:50px;background:#111315;color:#fff;border:1px solid var(--line);border-radius:10px;padding:0 14px;margin-top:8px}.product-form-row{margin:18px 0}.product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.product-trust div{border:1px solid var(--line);border-radius:10px;padding:13px;color:#c7c7c4;font-size:.8rem}.page-hero{padding:70px 0 30px}.page-hero h1{font-size:clamp(2.5rem,5vw,5rem);margin:0}.pagination{display:flex;gap:8px;justify-content:center;margin-top:38px}.pagination a,.pagination span{min-width:40px;height:40px;border:1px solid var(--line);display:grid;place-items:center;border-radius:8px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:18px 10px;border-bottom:1px solid var(--line);text-align:left}.cart-line{display:flex;gap:14px;align-items:center}.cart-line img{width:90px;border-radius:10px;background:#eee}.cart-summary{max-width:450px;margin-left:auto;padding:28px;border:1px solid var(--line);border-radius:16px;margin-top:30px}.rte{color:#d1d0cc}.rte a{text-decoration:underline;color:var(--gold-2)}@media(max-width:990px){.nav{display:none}.menu-toggle{display:grid}.header-inner{grid-template-columns:auto 1fr auto}.logo{justify-self:center}.collection-grid,.product-grid,.trust-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.feature-split,.product-layout,.newsletter-inner{grid-template-columns:1fr}.feature-split__content{padding:44px}.feature-split__media{min-height:420px}.footer-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.product-info{position:static}.hero{min-height:650px}}@media(max-width:640px){.page-width{width:min(var(--max),calc(100% - 24px))}.section{padding:52px 0}.hero{min-height:620px}.hero__content{padding:74px 0}.hero h1{font-size:3.2rem}.hero__specs,.collection-grid,.product-grid{grid-template-columns:1fr}.collection-card{min-height:380px}.trust-grid,.stats-grid{grid-template-columns:1fr}.trust-item,.stat{border-right:0;border-bottom:1px solid var(--line)}.section-head{align-items:flex-start;flex-direction:column}.feature-split__content{padding:32px 24px}.footer-grid{grid-template-columns:1fr}.footer-bottom,.newsletter-form{flex-direction:column}.header-actions .icon-btn:first-child{display:none}.product-trust{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}}.hero__media img,.collection-card img,.product-card__media img,.feature-split__media img,.product-main-media img{image-rendering:auto;backface-visibility:hidden}.product-card__media,.product-card__title,.product-card__cta{position:relative;z-index:3}.product-card__cta{display:inline-flex;margin-top:14px;font-size:.75rem;font-weight:800;letter-spacing:.08em;color:var(--gold-2)}.product-card__cta:hover{text-decoration:underline}.product-thumb{padding:0;cursor:pointer;color:inherit}.product-thumb:hover{border-color:var(--gold)}.footer{border-top:1px solid var(--line);background:radial-gradient(circle at 15% 0%,rgba(215,179,122,.08),transparent 32%),#070809;padding:0 0 28px}.footer-trust-row{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);margin-bottom:58px}.footer-trust-row>div{padding:24px 28px;border-right:1px solid var(--line)}.footer-trust-row>div:last-child{border-right:0}.footer-trust-row strong{display:block;color:#f2efe8;font-size:.88rem}.footer-trust-row span{display:block;color:#858985;font-size:.75rem;margin-top:3px}.footer-grid--premium{grid-template-columns:1.5fr .75fr .9fr 1fr;gap:54px}.footer-logo{font-size:1.35rem;color:#fff!important}.footer-description{max-width:390px;margin:20px 0 24px!important;line-height:1.7}.footer-business{padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#ffffff05;max-width:430px}.footer-business p{margin:4px 0!important;line-height:1.55}.footer-business strong{color:#eee}.footer h4{margin-bottom:20px}.footer li{margin:12px 0}.footer a{transition:color .18s ease}.footer a:hover{color:var(--gold-2)}@media(max-width:990px){.footer-grid--premium{grid-template-columns:1fr 1fr}.footer-trust-row{grid-template-columns:1fr}.footer-trust-row>div{border-right:0;border-bottom:1px solid var(--line)}.footer-trust-row>div:last-child{border-bottom:0}}@media(max-width:640px){.footer-grid--premium{grid-template-columns:1fr}.footer-trust-row{margin-bottom:42px}.footer{padding-bottom:24px}}.content-page{max-width:1050px}.premium-page-copy{font-size:1rem;line-height:1.8}.premium-page-copy h2,.premium-page-copy h3{color:#f2efe8;margin-top:34px}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}.contact-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:28px}.contact-card label{display:block;font-size:.8rem;font-weight:700;margin:14px 0 7px;color:#ddd}.contact-card input,.contact-card textarea{width:100%;border:1px solid var(--line);background:#0d0f10;color:#fff;border-radius:10px;padding:13px 14px;font:inherit}.contact-card textarea{resize:vertical}.contact-card .btn{margin-top:18px}.form-success{padding:12px 14px;border:1px solid rgba(215,179,122,.4);border-radius:10px;color:var(--gold-2)}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:14px;background:var(--card);padding:0 20px}.faq-list summary{cursor:pointer;font-weight:750;padding:20px 0;color:#f1eee8}.faq-list details div{padding:0 0 20px;color:var(--muted);line-height:1.7}@media(max-width:800px){.contact-layout{grid-template-columns:1fr}}.nexus-footer{position:relative;display:block;width:100%;margin-top:0;background:linear-gradient(180deg,#0a0b0c,#050607);border-top:1px solid rgba(215,179,122,.28);color:#f5f3ee}.nexus-footer__assurance{background:#0d0f10;border-bottom:1px solid var(--line)}.nexus-footer__assurance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.nexus-assurance{min-height:104px;display:flex;align-items:center;gap:14px;padding:22px 26px;border-right:1px solid var(--line)}.nexus-assurance:last-child{border-right:0}.nexus-assurance__icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:1px solid rgba(215,179,122,.42);border-radius:12px;color:var(--gold-2);font-weight:900;font-size:1.05rem}.nexus-assurance strong{display:block;color:#fff;font-size:.88rem;letter-spacing:.01em}.nexus-assurance small{display:block;margin-top:4px;color:#8f938f;font-size:.74rem;line-height:1.4}.nexus-footer__main{display:grid;grid-template-columns:minmax(320px,1.6fr) repeat(3,minmax(145px,.7fr));gap:58px;padding-top:68px;padding-bottom:54px}.nexus-footer__logo{display:inline-flex;align-items:center;gap:11px;color:#fff;font-weight:900;font-size:1.45rem;letter-spacing:-.03em}.nexus-footer__copy{max-width:460px;margin:22px 0 26px;color:#a8aaa6!important;font-size:.93rem!important;line-height:1.75}.nexus-footer__legal-card{max-width:470px;padding:20px 22px;border:1px solid #292c2e;border-radius:14px;background:#ffffff06;box-shadow:0 18px 45px #00000024}.nexus-footer__legal-card>*{display:block}.nexus-footer__legal-label{margin-bottom:7px;color:#777d79;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.nexus-footer__legal-card strong{margin-bottom:8px;color:#f4f1e9;font-size:.9rem}.nexus-footer__legal-card address{margin:0 0 10px;color:#a8aaa6;font-size:.82rem;font-style:normal;line-height:1.65}.nexus-footer__legal-card a{width:max-content;max-width:100%;margin-top:5px;color:var(--gold-2);font-size:.79rem;overflow-wrap:anywhere}.nexus-footer__column h3{margin:3px 0 21px;color:#f7f4ed;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.nexus-footer__column ul{list-style:none;margin:0;padding:0}.nexus-footer__column li{margin:0 0 13px}.nexus-footer__column a{position:relative;color:#9ea19e;font-size:.84rem;transition:color .18s ease,padding-left .18s ease}.nexus-footer__column a:hover{padding-left:3px;color:var(--gold-2)}.nexus-footer__bottom{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #232628;padding-top:22px;padding-bottom:24px}.nexus-footer__bottom p{margin:0;color:#777c79!important;font-size:.73rem!important}.nexus-footer__registered{margin-top:6px!important;color:#5f6461!important}.nexus-footer__payments{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px}.nexus-payment-icon{width:38px;height:auto;max-height:25px;border-radius:4px}.nexus-footer__payment-text{color:#8c918d;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}@media(max-width:1050px){.nexus-footer__assurance-grid{grid-template-columns:repeat(2,1fr)}.nexus-assurance:nth-child(2){border-right:0}.nexus-assurance:nth-child(-n+2){border-bottom:1px solid var(--line)}.nexus-footer__main{grid-template-columns:1.4fr repeat(2,1fr)}.nexus-footer__column:last-child{grid-column:2/4}}@media(max-width:720px){.nexus-footer__assurance-grid{grid-template-columns:1fr}.nexus-assurance{min-height:86px;border-right:0!important;border-bottom:1px solid var(--line)}.nexus-assurance:last-child{border-bottom:0}.nexus-footer__main{grid-template-columns:1fr 1fr;gap:38px 28px;padding-top:48px}.nexus-footer__brand{grid-column:1/-1}.nexus-footer__column:last-child{grid-column:auto}.nexus-footer__bottom{align-items:flex-start;flex-direction:column}.nexus-footer__payments{justify-content:flex-start}}@media(max-width:480px){.nexus-footer__main{grid-template-columns:1fr}.nexus-footer__brand{grid-column:auto}.nexus-footer__legal-card{padding:18px}.nexus-footer__bottom{min-height:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
