/* Silicon Valley Art — studio site. Palette from the logo: orange / purple / yellow on black. */
:root {
  --bg: #07070a;
  --bg-2: #0f0f15;
  --panel: #14141c;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f2f0ec;
  --muted: #a7a5b3;
  --orange: #f58220;
  --yellow: #f9d423;
  --red: #ff4e50;
  --purple: #7b2a8e;
  --radius: 14px;
  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 0.4em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1.1; }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
a { color: var(--yellow); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
.muted { color: var(--muted); }
strong { color: var(--text); }

.brand-stripe { height: 5px; background: linear-gradient(90deg, var(--yellow), var(--orange) 45%, var(--red) 80%, var(--purple)); }

.site-header {
  display: flex; align-items: center; gap: 32px;
  max-width: 1180px; margin: 0 auto; padding: 18px 24px;
}
.logo img { width: 92px; height: auto; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { color: var(--muted); font-weight: 600; font-size: 0.95rem; }
.nav a:hover { color: var(--text); text-decoration: none; }

main { max-width: 1180px; margin: 0 auto; padding: 0 24px 60px; }

.hero {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center;
  padding: 56px 0 72px;
}
.eyebrow { color: var(--orange); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 40rem; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 0.98rem;
  border: 1px solid transparent; transition: transform .15s, box-shadow .15s;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: linear-gradient(90deg, var(--yellow), var(--orange)); color: #15100a; box-shadow: 0 8px 28px rgba(245, 130, 32, 0.25); }
.btn-ghost { border-color: rgba(255,255,255,0.18); color: var(--text); }
.btn:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.stats { list-style: none; margin: 36px 0 0; padding: 0; display: flex; gap: 36px; }
.stats strong { display: block; font-family: var(--font-display); font-size: 1.8rem; color: var(--yellow); line-height: 1; }
.stats span { color: var(--muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; }
.hero-art img { border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px var(--line); }

.section { padding: 56px 0; border-top: 1px solid var(--line); }
.section-head { max-width: 46rem; margin-bottom: 30px; }
.section-head p { color: var(--muted); }

.games { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 22px; }
.game {
  display: grid; grid-template-columns: 150px 1fr; gap: 22px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
}
.game-cover img { border-radius: 22px; width: 150px; height: 150px; object-fit: cover; }
.game-soon { opacity: 0.85; }
.game-soon .game-cover img { background: var(--bg-2); padding: 18px; }
.genre { color: var(--muted); font-size: 0.92rem; }
.tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 3px 10px; margin-bottom: 10px; }
.tag-live { color: #111; background: var(--yellow); border-color: transparent; }
.links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chip { font-size: 0.85rem; font-weight: 600; color: var(--text); background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; }
.chip:hover { border-color: var(--orange); text-decoration: none; }

.platform-card {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center;
  background: radial-gradient(120% 140% at 0% 0%, rgba(123, 42, 142, 0.35), transparent 60%), radial-gradient(90% 120% at 100% 100%, rgba(245, 130, 32, 0.25), transparent 60%), var(--panel);
  border: 1px solid var(--line); border-radius: 20px; padding: 40px;
}
.platform-card p { color: var(--muted); }
.facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.facts li { display: flex; align-items: baseline; gap: 14px; border-top: 1px solid var(--line); padding-top: 12px; color: var(--muted); }
.facts strong { font-family: var(--font-display); font-size: 2rem; color: var(--yellow); min-width: 3ch; }

.services { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.services article { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.services article p { flex: 1; }
.services article p { color: var(--muted); margin: 0; }
.services h3::before { content: ""; display: block; width: 36px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--yellow), var(--red)); margin-bottom: 14px; }

.company { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; }
.company p { color: var(--muted); }
.legal { display: grid; grid-template-columns: max-content 1fr; gap: 8px 22px; margin: 0; }
.legal dt { color: var(--muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; padding-top: 3px; }
.legal dd { margin: 0; }
.contact { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.contact p { margin: 0 0 8px; }

.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; text-align: center; padding: 26px 24px 40px; }
.site-footer p { margin: 0 0 6px; }

@media (max-width: 900px) {
  .hero, .platform-card, .company { grid-template-columns: 1fr; }
  .nav { display: none; }
  .hero { padding: 32px 0 48px; }
}
@media (max-width: 520px) {
  .game { grid-template-columns: 1fr; }
  .game-cover img { width: 110px; height: 110px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
