*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#111;--surface2:#181818;--border:#ffffff0f;--border-hover:#ffffff24;--text:#e8e4dc;--text-muted:#7a7570;--text-sub:#4a4540;--gold:#c9a96e;--gold-dim:#7a5e34;--gold-glow:#c9a96e14;--red:#8b1a1a;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", Arial, sans-serif}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);font-family:var(--font-body);font-weight:300;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#0a0a0af2,#0000);justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--gold);font-family:var(--font-display);letter-spacing:.12em;align-items:center;gap:.7rem;font-size:1.5rem;font-weight:600;display:inline-flex}.nav-logo img{object-fit:contain;filter:drop-shadow(0 10px 18px #0000008c);width:42px;height:42px}.nav-logo span{color:var(--text-muted);font-style:italic;font-weight:300}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;font-size:.8rem;transition:color .3s}.nav-links a:hover{color:var(--gold)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:6rem 5% 4rem;display:flex;position:relative;overflow:hidden}.hero-bg,.hero-lines{z-index:0;position:absolute;inset:0}.hero-bg{background:radial-gradient(60% 40% at 50% 60%,#8b1a1a1f 0%,#0000 70%),radial-gradient(40% 60% at 20% 20%,#c9a96e0a 0%,#0000 60%)}.hero-lines{background-image:repeating-linear-gradient(0deg,#0000,#0000 80px,#ffffff05 80px 81px),repeating-linear-gradient(90deg,#0000,#0000 80px,#ffffff05 80px 81px)}.hero-mark{z-index:1;opacity:.94;filter:drop-shadow(0 28px 42px #000000ad);width:min(210px,48vw);margin-bottom:1.4rem;position:relative}.hero-eyebrow{z-index:1;color:var(--gold);letter-spacing:.35em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.72rem;display:flex;position:relative}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:linear-gradient(to right, transparent, var(--gold-dim));width:50px;height:1px;display:block}.hero-eyebrow:after{background:linear-gradient(to left, transparent, var(--gold-dim))}.hero-title{z-index:1;color:var(--text);font-family:var(--font-display);letter-spacing:0;margin-bottom:.3rem;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:300;line-height:.95;position:relative}.hero-title em{color:var(--gold);font-style:italic;display:block}.hero-title span{letter-spacing:.08em;font-weight:600}.hero-divider{z-index:1;background:linear-gradient(to bottom, var(--gold-dim), transparent);width:1px;height:60px;margin:2.5rem auto;position:relative}.hero-sub{z-index:1;max-width:520px;color:var(--text-muted);margin:0 auto 3rem;font-size:1rem;font-weight:300;line-height:1.8;position:relative}.hero-cta-group{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}.btn-primary,.btn-ghost{min-height:48px;font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:.78rem;transition:border-color .3s,color .3s,background .3s,transform .2s;display:inline-flex}.btn-primary{background:var(--gold);color:#0a0a0a;font-weight:500}.btn-primary:hover{background:#e0be87;transform:translateY(-1px)}.btn-ghost{border:1px solid var(--border-hover);color:var(--text-muted);font-weight:400}.btn-ghost:hover{border-color:var(--gold-dim);color:var(--gold)}.hero-scroll{z-index:1;color:var(--text-sub);letter-spacing:.25em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.68rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom, var(--text-sub), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}section{padding:7rem 5%}.section-label{color:var(--gold);letter-spacing:.35em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.68rem;display:flex}.section-label:after{content:"";background:var(--gold-dim);flex:1;max-width:60px;height:1px;display:block}.section-title{color:var(--text);font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.2}.section-title em{color:var(--gold);font-style:italic}.products-section{background:var(--bg);padding-top:5rem}.products-header{grid-template-columns:1fr auto;align-items:end;gap:2rem;max-width:1100px;margin:0 auto 3.5rem;display:grid}.products-grid{border:1px solid var(--border);background:var(--border);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1px;max-width:1100px;margin-inline:auto;display:grid}.product-card{background:var(--surface);padding:2.5rem 2rem;transition:background .4s;display:block;position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;background:var(--gold-glow);transition:opacity .4s;position:absolute;inset:0}.product-card:hover{background:var(--surface2)}.product-card:hover:before{opacity:1}.product-card-accent{background:var(--gold);width:2px;height:0;transition:height .4s;position:absolute;top:0;left:0}.product-card:hover .product-card-accent{height:100%}.product-tag{color:var(--gold);letter-spacing:.3em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:.65rem;display:flex}.product-tag:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:4px;height:4px}.product-name{color:var(--text);font-family:var(--font-display);margin-bottom:.8rem;font-size:1.7rem;font-weight:600;line-height:1.1}.product-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.88rem;line-height:1.7}.product-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-price{color:var(--gold);font-family:var(--font-display);font-size:1.25rem;font-weight:300}.product-price small{color:var(--text-sub);font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;font-size:.65rem;display:block}.product-arrow{border:1px solid var(--border);width:36px;height:36px;color:var(--text-sub);flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:border-color .3s,color .3s,transform .3s;display:flex}.product-card:hover .product-arrow{border-color:var(--gold-dim);color:var(--gold);transform:translate(2px,-2px)}.product-card.featured{border-top:2px solid var(--gold);background:var(--surface2)}.featured-badge{background:var(--gold);color:#0a0a0a;letter-spacing:.3em;text-transform:uppercase;padding:.25rem .7rem;font-size:.6rem;position:absolute;top:1.5rem;right:1.5rem}.about-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1100px;margin-inline:auto;display:grid}.about-box{border:1px solid var(--border);padding:3rem;position:relative}.about-box:before{content:"";background:linear-gradient(to right, transparent, var(--gold-dim), transparent);height:2px;position:absolute;top:-1px;left:2rem;right:2rem}.about-stat{border-bottom:1px solid var(--border);flex-direction:column;margin-bottom:2rem;padding-bottom:2rem;display:flex}.about-stat:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.about-stat-num{color:var(--gold);font-family:var(--font-display);font-size:3rem;font-weight:300;line-height:1}.about-stat-label{color:var(--text-sub);letter-spacing:.2em;text-transform:uppercase;margin-top:.25rem;font-size:.75rem}.about-text p{color:var(--text-muted);margin-bottom:1.2rem;font-size:.95rem;line-height:1.9}.about-quote{border-left:2px solid var(--gold-dim);color:var(--text);font-family:var(--font-display);margin-bottom:2rem;padding-left:1.5rem;font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.4}.discord-section{text-align:center;position:relative;overflow:hidden}.discord-bg{background:radial-gradient(70% 70%,#8b1a1a1a 0%,#0000 70%);position:absolute;inset:0}.discord-inner{z-index:1;max-width:620px;margin-inline:auto;position:relative}.discord-mark{opacity:.9;width:112px;margin:0 auto 2rem}.discord-inner p{color:var(--text-muted);margin-bottom:2.5rem;font-size:.9rem;line-height:1.8}.footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:3rem 5%;display:flex}.footer .nav-logo{font-size:1.1rem}.footer-copy{color:var(--text-sub);letter-spacing:.1em;font-size:.75rem}.footer-tagline{color:var(--text-sub);font-family:var(--font-display);font-size:.9rem;font-style:italic}.reveal{animation:.8s both revealUp}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.3s}.reveal-delay-4{animation-delay:.4s}@keyframes revealUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav{padding:1.2rem 5%}.nav-links{display:none}.hero{padding-top:7rem}.hero-mark{width:min(150px,46vw)}.hero-title{font-size:clamp(3rem,15vw,5rem)}.hero-eyebrow{letter-spacing:.22em;gap:.7rem}.hero-eyebrow:before,.hero-eyebrow:after{width:24px}.hero-cta-group,.products-header,.about-inner{grid-template-columns:1fr}.hero-cta-group{align-items:stretch}.btn-primary,.btn-ghost{width:100%}section{padding:5rem 5%}.products-grid{grid-template-columns:1fr}.about-inner{gap:3rem}.footer{flex-direction:column;align-items:flex-start}}
