:root {
  --ink: #030812;
  --navy: #08182d;
  --navy-2: #0c2546;
  --gold: #d3aa4c;
  --gold-light: #f0d77f;
  --white: #f7f9fc;
  --muted: #9aa8ba;
  --line: rgba(255,255,255,.11);
  --panel: rgba(9,22,40,.9);
  --shadow: 0 28px 80px rgba(0,0,0,.38);
  --container: 1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink)}
body{margin:0;min-width:320px;overflow-x:hidden;color:var(--white);background:radial-gradient(circle at 75% 4%,rgba(26,90,164,.19),transparent 32rem),var(--ink);font-family:Manrope,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
body.light-product{color:#172132;background:#f6f7f9}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{color:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip{position:fixed;z-index:1000;top:10px;left:10px;transform:translateY(-150%);padding:10px 14px;border-radius:8px;color:#111;background:var(--gold-light);font-weight:900}.skip:focus{transform:none}
.shop-header{position:sticky;z-index:80;top:0;border-bottom:1px solid var(--line);background:rgba(3,8,18,.91);backdrop-filter:blur(18px)}
.shop-nav{display:grid;min-height:82px;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.shop-brand{display:flex;width:fit-content;align-items:center;gap:12px}.shop-brand img{width:54px;height:68px;object-fit:contain}.shop-brand span{display:grid;line-height:1.1}.shop-brand strong{font-size:.95rem}.shop-brand small{color:var(--gold);font-size:.54rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.shop-links{display:flex;align-items:center;gap:30px;color:#c8d1dd;font-size:.78rem;font-weight:800}.shop-links a:hover{color:var(--gold-light)}
.shop-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.icon-button{position:relative;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.03);cursor:pointer}.icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-count{position:absolute;top:-5px;right:-3px;display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:20px;color:#111;background:var(--gold-light);font-size:.62rem;font-weight:900}.menu-button{display:none}
.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;padding:12px 22px;border:1px solid transparent;border-radius:10px;cursor:pointer;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button-gold{color:#101218;background:linear-gradient(135deg,var(--gold-light),var(--gold) 60%,#a87a23);box-shadow:0 14px 34px rgba(211,170,76,.22)}.button-outline{border-color:rgba(211,170,76,.45);color:var(--gold-light);background:rgba(211,170,76,.03)}.button-dark{color:#fff;background:#071526}.button-wide{width:100%}.button:disabled{cursor:wait;opacity:.55;transform:none}
.shop-hero{position:relative;min-height:660px;overflow:hidden;padding:110px 0 90px;background:linear-gradient(90deg,rgba(3,8,18,.98),rgba(3,8,18,.76) 56%,rgba(3,8,18,.35)),radial-gradient(circle at 74% 40%,rgba(28,94,172,.27),transparent 28rem)}.shop-hero:before{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:62px 62px;content:"";mask-image:linear-gradient(#000,transparent 90%)}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.86fr) minmax(440px,1.14fr);align-items:center;gap:70px}.eyebrow{margin:0 0 18px;color:var(--gold-light);font-size:.7rem;font-weight:900;letter-spacing:.23em;text-transform:uppercase}.shop-hero h1{margin:0;max-width:620px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(3.4rem,6vw,6.6rem);font-weight:700;letter-spacing:-.05em;line-height:.93}.shop-hero h1 span{display:block;color:var(--gold)}.hero-copy>p:not(.eyebrow){max-width:580px;margin:25px 0 0;color:#aebac9;font-size:1rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero-product{position:relative}.hero-product:before{position:absolute;inset:10% 4%;border-radius:50%;background:rgba(24,92,177,.25);filter:blur(60px);content:""}.hero-product img{position:relative;width:100%;border:1px solid rgba(240,215,127,.2);border-radius:26px;box-shadow:var(--shadow);transform:perspective(900px) rotateY(-4deg) rotateX(2deg)}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(8,19,34,.88)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;min-height:112px;align-items:center;gap:15px;padding:22px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid rgba(211,170,76,.28);border-radius:50%;color:var(--gold-light)}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:.78rem}.trust-item small{margin-top:2px;color:var(--muted);font-size:.64rem}
.shop-section{padding:105px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.section-heading h2{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.5rem,5vw,4.7rem);line-height:1}.section-heading h2 span{color:var(--gold)}.section-heading p{max-width:560px;margin:0;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:260px;overflow:hidden;padding:28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(14,43,80,.88),rgba(5,12,23,.95));box-shadow:0 20px 50px rgba(0,0,0,.18);transition:transform .2s,border-color .2s}.category-card:hover{transform:translateY(-5px);border-color:rgba(211,170,76,.35)}.category-card:after{position:absolute;right:-45px;bottom:-70px;width:210px;height:210px;border:1px solid rgba(211,170,76,.16);border-radius:50%;content:""}.category-card span{color:var(--gold);font-size:.64rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.category-card h3{margin:75px 0 8px;font-family:"Playfair Display",Georgia,serif;font-size:1.7rem}.category-card p{margin:0;color:var(--muted);font-size:.8rem}
.catalog-section{background:#f6f7f9;color:#172132}.catalog-section .eyebrow{color:#9c701c}.catalog-section .section-heading p{color:#647085}.catalog-tools{display:grid;grid-template-columns:1fr 220px 220px;gap:12px;margin-bottom:30px}.catalog-tools input,.catalog-tools select,.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #d8dde5;border-radius:10px;color:#1a2433;background:#fff;outline:0}.catalog-tools input,.catalog-tools select{height:50px;padding:0 15px}.catalog-tools input:focus,.catalog-tools select:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#a47b2b;box-shadow:0 0 0 3px rgba(211,170,76,.12)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{display:flex;overflow:hidden;flex-direction:column;border:1px solid #e0e4e9;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(21,34,52,.08);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-6px);box-shadow:0 25px 60px rgba(21,34,52,.14)}.product-image{position:relative;display:block;flex:0 0 auto;aspect-ratio:4/3;overflow:hidden;background:#091425}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{position:absolute;top:13px;left:13px;padding:6px 9px;border-radius:999px;color:#15120a;background:var(--gold-light);font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-body{display:flex;flex:1;flex-direction:column;padding:20px}.product-category{color:#987126;font-size:.6rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.product-body h3{margin:8px 0 8px;font-size:1.05rem}.product-body p{min-height:48px;margin:0;color:#677286;font-size:.76rem}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.product-price{font-size:1.15rem;font-weight:900}.old-price{margin-left:5px;color:#9aa2ad;font-size:.75rem;text-decoration:line-through}.stock{font-size:.64rem;font-weight:800}.stock.in{color:#277d52}.stock.out{color:#b33a3a}.product-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto;padding-top:17px}.product-actions.has-secondary{grid-template-columns:minmax(0,1fr) auto}.product-actions .button{min-height:47px;padding:10px 14px}.quick-add{width:100%;border:0}.quick-add svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.quick-add.is-added{color:#fff;background:#277d52;box-shadow:0 14px 30px rgba(39,125,82,.2)}.product-details-link{display:inline-flex;min-height:47px;align-items:center;justify-content:center;gap:2px;padding:10px 12px;border:1px solid #d8dde5;border-radius:10px;color:#526074;background:#fff;font-size:.68rem;font-weight:900;text-transform:uppercase;transition:border-color .18s,color .18s}.product-details-link:hover{border-color:#a77d29;color:#7c5818}.product-details-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.empty-state{grid-column:1/-1;padding:60px;border:1px dashed #cdd4dd;border-radius:16px;text-align:center;color:#637083}
.custom-cta{position:relative;overflow:hidden;padding:90px 0;background:linear-gradient(120deg,#07172c,#0b2b53 65%,#081629)}.custom-cta:after{position:absolute;top:-170px;right:-70px;width:450px;height:450px;border:1px solid rgba(240,215,127,.18);border-radius:50%;content:""}.custom-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px}.custom-grid h2{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.7rem,5vw,4.8rem);line-height:.98}.custom-grid p{max-width:670px;margin:20px 0 0;color:#b6c1cf}
.shop-footer{padding:55px 0 24px;border-top:1px solid var(--line);background:#02060d}.footer-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding-bottom:38px}.footer-main img{width:60px;height:76px;object-fit:contain}.footer-links{display:flex;gap:26px;color:#a9b5c4;font-size:.7rem;font-weight:800}.footer-contact{display:grid;justify-items:end;color:#c5ced9;font-size:.72rem}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);color:#617084;font-size:.62rem}.footer-bottom p{margin:0}
.page-hero{padding:62px 0 50px;color:#fff;background:linear-gradient(120deg,#04101f,#0b2b51)}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:#a9b5c5;font-size:.7rem}.breadcrumb span{color:#647489}.page-hero h1{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.5rem,5vw,4.6rem)}
.product-page{padding:58px 0 95px}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:65px}.gallery-main{position:relative;overflow:hidden;aspect-ratio:4/3;border:1px solid #dfe3e8;border-radius:16px;background:#071526}.gallery-main img,.gallery-main video{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.gallery-thumb{overflow:hidden;aspect-ratio:1;border:2px solid transparent;border-radius:9px;background:#071526;cursor:pointer}.gallery-thumb.active{border-color:#b4872e}.gallery-thumb img,.gallery-thumb video{width:100%;height:100%;object-fit:cover}.detail-panel{position:sticky;top:105px;align-self:start}.detail-label{color:#987126;font-size:.64rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.detail-panel h1{margin:10px 0 12px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1}.rating{color:#bd8b28;font-size:.75rem}.detail-price{display:flex;align-items:baseline;gap:10px;margin:20px 0;font-size:1.7rem;font-weight:900}.detail-price s{color:#9ba4b0;font-size:1rem}.detail-summary{color:#697588}.benefits{display:grid;gap:8px;margin:22px 0;padding:0;list-style:none}.benefits li:before{margin-right:9px;color:#a77d29;content:"✓"}.detail-stock{display:flex;align-items:center;gap:8px;margin:18px 0;font-size:.75rem;font-weight:800}.stock-dot{width:8px;height:8px;border-radius:50%;background:#2c9865}.detail-options{display:grid;gap:14px;margin:25px 0}.option-row label,.quantity-row label{display:block;margin-bottom:6px;color:#536074;font-size:.68rem;font-weight:800}.option-row select{width:100%;height:48px;padding:0 13px;border:1px solid #d8dde4;border-radius:9px;background:#fff}.quantity-row{display:flex;align-items:end;gap:14px}.quantity-control{display:grid;width:138px;height:48px;grid-template-columns:42px 1fr 42px;border:1px solid #d8dde4;border-radius:9px;background:#fff}.quantity-control button{border:0;background:transparent;cursor:pointer}.quantity-control input{width:100%;border:0;text-align:center}.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.purchase-actions .button{min-height:54px}.custom-link{display:block;margin-top:11px;text-align:center}.share-row{display:flex;align-items:center;justify-content:space-between;margin-top:23px;padding-top:18px;border-top:1px solid #e1e5ea;color:#677386;font-size:.68rem}.tabs{margin-top:70px;border-top:1px solid #dfe3e8}.tab-buttons{display:flex;gap:28px;border-bottom:1px solid #dfe3e8}.tab-buttons button{padding:18px 0;border:0;border-bottom:2px solid transparent;background:none;color:#6b7583;cursor:pointer;font-size:.74rem;font-weight:900}.tab-buttons button.active{border-color:#a97d27;color:#1b2634}.tab-panel{padding:30px 0;color:#657184}.tab-panel h3{color:#1a2432}.related{padding:80px 0;background:#edf0f3}
.content-page{padding:70px 0 105px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:55px}.panel{padding:30px;border:1px solid #e0e4e9;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(21,34,52,.07)}.panel h2{margin:0 0 22px;font-family:"Playfair Display",Georgia,serif;font-size:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-field{display:block;color:#475468;font-size:.7rem;font-weight:800}.form-field.full{grid-column:1/-1}.form-field input,.form-field select{height:49px;margin-top:7px;padding:0 13px}.form-field textarea{min-height:130px;margin-top:7px;padding:13px;resize:vertical}.form-status{display:none;margin-top:16px;padding:12px 14px;border-radius:9px;font-size:.72rem;font-weight:800}.form-status.show{display:block}.form-status.success{color:#1b6742;background:#e7f6ef}.form-status.error{color:#9f2c2c;background:#fcecec}.cart-list{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:15px;align-items:center;padding:13px;border:1px solid #e1e5e9;border-radius:12px}.cart-item img{width:92px;height:76px;border-radius:8px;object-fit:cover;background:#071526}.cart-item h3{margin:0;font-size:.9rem}.cart-item p{margin:4px 0 0;color:#737e8e;font-size:.66rem}.cart-item-actions{display:flex;align-items:center;gap:10px;margin-top:8px}.cart-item-actions input{width:56px;height:34px;border:1px solid #d8dde4;border-radius:7px;text-align:center}.text-button{padding:0;border:0;color:#a43838;background:none;cursor:pointer;font-size:.66rem;font-weight:800}.summary{position:sticky;top:105px;align-self:start}.summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e3e6ea;color:#667284;font-size:.78rem}.summary-row.total{padding-top:18px;border:0;color:#172132;font-size:1.1rem;font-weight:900}.secure-note{margin:14px 0 0;color:#7a8492;font-size:.65rem;text-align:center}
.order-state{text-align:center}.state-icon{display:grid;width:82px;height:82px;margin:0 auto 22px;place-items:center;border-radius:50%;color:#fff;background:#2c8d62;font-size:2rem}.order-state h1{font-family:"Playfair Display",Georgia,serif;font-size:3rem}.order-state>p{max-width:620px;margin-inline:auto;color:#6c7787}.order-details{max-width:760px;margin:38px auto 0;text-align:left}.order-line{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #e2e6ea}.loading{padding:50px;text-align:center;color:var(--muted)}
.mobile-menu{display:none}
@media(max-width:960px){.shop-nav{grid-template-columns:1fr auto}.shop-links{display:none}.menu-button{display:grid}.mobile-menu{position:fixed;z-index:70;top:82px;right:0;left:0;display:grid;gap:3px;padding:22px;border-bottom:1px solid var(--line);background:rgba(3,8,18,.98)}.mobile-menu[hidden]{display:none}.mobile-menu a{padding:13px;border-bottom:1px solid var(--line);font-family:"Playfair Display",Georgia,serif;font-size:1.25rem}.hero-grid,.product-layout,.content-grid{grid-template-columns:1fr}.hero-grid{gap:45px}.hero-product{max-width:700px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.detail-panel,.summary{position:static}.custom-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-links{grid-column:1/-1;grid-row:2}.product-layout{gap:40px}}
@media(max-width:680px){.container{width:min(calc(100% - 28px),var(--container))}.shop-nav{min-height:72px}.shop-brand img{width:45px;height:58px}.shop-brand span{display:none}.mobile-menu{top:72px}.shop-hero{min-height:auto;padding:80px 0 65px}.shop-hero h1{font-size:clamp(3rem,15vw,4.8rem)}.hero-buttons{display:grid}.hero-buttons .button{width:100%}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{min-height:92px;padding:13px}.trust-item:nth-child(even){border-right:0}.trust-icon{display:none}.shop-section{padding:78px 0}.section-heading{display:block}.section-heading p{margin-top:15px}.category-grid,.product-grid{grid-template-columns:1fr}.catalog-tools{grid-template-columns:1fr}.product-grid{gap:17px}.custom-cta{padding:70px 0}.footer-main{grid-template-columns:1fr}.footer-main img{width:58px;height:74px}.footer-links{grid-column:auto;grid-row:auto;flex-wrap:wrap}.footer-contact{justify-items:start}.footer-bottom{display:grid;gap:6px}.product-page{padding-top:30px}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.purchase-actions{grid-template-columns:1fr}.content-page{padding-top:35px}.panel{padding:22px 18px}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}.cart-item{grid-template-columns:72px 1fr}.cart-item img{width:72px;height:66px}.cart-item>strong{grid-column:2}.page-hero{padding:40px 0}.order-state h1{font-size:2.4rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
