@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Syne:wght@600;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background-color: #0a0a0c;
  color: #e2e8f0;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.6;
  padding-bottom: 90px;
}

.simple-switcher {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: rgba(14, 14, 18, 0.95); backdrop-filter: blur(16px);
  border: 1px solid rgba(245, 158, 11, 0.35); border-radius: 40px;
  padding: 8px 16px; display: flex; align-items: center; gap: 8px;
  z-index: 9999; max-width: 95vw; overflow-x: auto; box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}
.simple-switcher span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #f59e0b; font-weight: 600; white-space: nowrap; }
.simple-switcher a { color: #94a3b8; text-decoration: none; font-size: 12px; padding: 4px 10px; border-radius: 20px; white-space: nowrap; transition: 0.2s; }
.simple-switcher a:hover, .simple-switcher a.active { background: #f59e0b; color: #000; font-weight: 600; }

.vinyl-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 6%; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.vinyl-logo { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; color: #f59e0b; text-decoration: none; letter-spacing: 2px; }
.vinyl-logo span { font-size: 10px; color: #64748b; margin-left: 8px; font-family: 'Space Grotesk', sans-serif; }
.vinyl-menu { display: flex; gap: 28px; list-style: none; }
.vinyl-menu a { color: #94a3b8; text-decoration: none; font-size: 13px; transition: 0.2s; }
.vinyl-menu a:hover { color: #f59e0b; }

.btn-amber-glow {
  background: #f59e0b; color: #000; font-family: 'Syne', sans-serif;
  font-weight: 700; padding: 12px 24px; border-radius: 4px;
  text-decoration: none; font-size: 13px; border: none; cursor: pointer; transition: 0.3s;
}
.btn-amber-glow:hover { background: #fbbf24; transform: translateY(-1px); box-shadow: 0 0 20px rgba(245, 158, 11, 0.4); }
.btn-vinyl-ghost {
  border: 1px solid rgba(245, 158, 11, 0.35); color: #f59e0b; padding: 12px 24px;
  border-radius: 4px; text-decoration: none; font-size: 13px; transition: 0.3s;
}
.btn-vinyl-ghost:hover { background: rgba(245, 158, 11, 0.1); }

.vinyl-hero {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
  padding: 60px 6% 80px; max-width: 1400px; margin: 0 auto;
}
.vinyl-badge { font-size: 11px; letter-spacing: 2px; color: #f59e0b; font-weight: 700; text-transform: uppercase; }
.vinyl-hero h1 { font-family: 'Syne', sans-serif; font-size: 50px; line-height: 1.12; margin: 16px 0 20px; color: #fff; font-weight: 800; }
.vinyl-hero h1 em { font-style: normal; color: #f59e0b; }
.vinyl-hero p { font-size: 16px; color: #94a3b8; max-width: 520px; margin-bottom: 32px; }
.vinyl-hero-actions { display: flex; gap: 16px; }
.vinyl-hero-right img {
  width: 100%; height: 500px; object-fit: cover; border-radius: 10px;
  border: 1px solid rgba(245, 158, 11, 0.25); box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.platter-section { padding: 80px 6%; max-width: 1400px; margin: 0 auto; }
.platter-head span { font-size: 11px; letter-spacing: 3px; color: #f59e0b; text-transform: uppercase; }
.platter-head h2 { font-family: 'Syne', sans-serif; font-size: 36px; color: #fff; margin: 8px 0 36px; font-weight: 700; }
.platter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.platter-tile {
  background: #111116; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px;
  padding: 28px; transition: 0.3s;
}
.platter-tile.featured { border-color: #f59e0b; background: #181720; }
.platter-tile:hover { transform: translateY(-4px); border-color: #f59e0b; }
.p-spec { font-size: 10px; letter-spacing: 1.5px; color: #f59e0b; font-weight: 700; }
.platter-tile h4 { font-family: 'Syne', sans-serif; font-size: 18px; color: #fff; margin: 12px 0 10px; }
.platter-tile p { font-size: 13px; color: #94a3b8; }

.tonearm-section { padding: 40px 6% 100px; max-width: 1300px; margin: 0 auto; }
.tonearm-box {
  background: #111116; border: 1px solid rgba(245, 158, 11, 0.3); border-radius: 12px;
  padding: 44px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.ta-head span { font-size: 11px; letter-spacing: 3px; color: #f59e0b; text-transform: uppercase; }
.ta-head h2 { font-family: 'Syne', sans-serif; font-size: 34px; color: #fff; margin: 8px 0 10px; font-weight: 700; }
.ta-head p { font-size: 14px; color: #94a3b8; margin-bottom: 32px; }

.ta-controls { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; margin-bottom: 36px; }
.tc-col label { display: block; font-size: 13px; color: #e2e8f0; margin-bottom: 12px; font-weight: 600; }
.v-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.vp-btn {
  background: #191922; border: 1px solid rgba(255, 255, 255, 0.12); color: #94a3b8;
  padding: 8px 16px; border-radius: 4px; font-size: 12px; cursor: pointer; transition: 0.2s;
}
.vp-btn.active, .vp-btn:hover { background: #f59e0b; color: #000; font-weight: 700; border-color: #f59e0b; }

.ta-readout {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #07070a;
  border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 8px; padding: 24px; margin-bottom: 36px;
}
.tar-cell { text-align: center; }
.tar-lbl { font-size: 10px; letter-spacing: 1px; color: #64748b; display: block; margin-bottom: 6px; }
.tar-val { font-family: 'Syne', sans-serif; font-size: 20px; color: #fff; font-weight: 700; display: block; }
.tar-val.amber { color: #f59e0b; }
.tar-sub { font-size: 11px; color: #94a3b8; margin-top: 4px; display: block; }

.ta-foot { text-align: center; }
.vinyl-footer { text-align: center; padding: 40px 6%; border-top: 1px solid rgba(255, 255, 255, 0.08); color: #64748b; font-size: 13px; }

@media (max-width: 900px) {
  .vinyl-hero { grid-template-columns: 1fr; }
  .platter-grid { grid-template-columns: 1fr 1fr; }
  .ta-controls { grid-template-columns: 1fr; }
  .ta-readout { grid-template-columns: 1fr 1fr; }
}
