.home-hero{position:relative;min-height:82vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;background:radial-gradient(circle at center,#c5a05914,#0b0c0e 75%);overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1400px;height:100%;background:radial-gradient(ellipse at 50% 20%,rgba(197,160,89,.12) 0%,transparent 60%);pointer-events:none}.hero-content-wrapper{position:relative;z-index:2;max-width:860px;display:flex;flex-direction:column;align-items:center;gap:1.8rem}.hero-logo-emblem{width:140px;height:140px;border-radius:50%;border:2px solid var(--gold-primary);box-shadow:0 0 35px #c5a0594d;object-fit:cover;animation:logoPulse 6s ease-in-out infinite alternate}@keyframes logoPulse{0%{box-shadow:0 0 25px #c5a05940}to{box-shadow:0 0 45px #e5c15873}}.hero-studio-title{font-family:var(--font-brand);font-size:clamp(2.4rem,6vw,4.2rem);font-weight:800;letter-spacing:.1em;color:var(--text-dark-primary);line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.8)}.hero-baseline{font-family:var(--font-heading);font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:500;color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase}.hero-description{font-size:1.05rem;color:var(--text-dark-secondary);max-width:680px;line-height:1.7}.hero-actions{display:flex;gap:1.2rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.section-title-wrapper{text-align:center;margin-bottom:3.5rem}.section-tag{font-size:.8rem;font-weight:700;color:var(--gold-primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;display:block}.section-main-title{font-family:var(--font-brand);font-size:clamp(1.8rem,4vw,2.6rem);color:var(--text-dark-primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.product-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.product-icon-box{width:56px;height:56px;border-radius:var(--radius-sm);background:#c5a0591a;border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--gold-light)}.product-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--text-dark-primary);margin-top:.8rem}.product-subtitle{font-size:.85rem;color:var(--gold-primary);font-weight:600}.product-desc{font-size:.95rem;line-height:1.6;color:var(--text-dark-secondary)}.product-card-footer{padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.game-card-media{width:100%;height:180px;background:linear-gradient(135deg,#1a1b20,#0d0e11);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;border:1px solid rgba(197,160,89,.15);margin-bottom:1.2rem;position:relative;overflow:hidden}.game-card-media:after{content:"IN DEVELOPMENT";position:absolute;font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#c5a05980}.game-title{font-family:var(--font-brand);font-size:1.3rem;color:var(--text-dark-primary);margin-bottom:.4rem}.game-desc{font-size:.9rem;color:var(--text-dark-secondary)}
