/*
Theme Name: Airplay Signature Sound
Theme URI: https://airplay.studio/
Author: ChatGPT
Description: OnePage-Theme mit zwei Reitern, großem Logo-Hero (komplett sichtbar) und separaten Seiten für Impressum & AGB.
Version: 1.2
License: GNU General Public License v2 or later
Text Domain: airplay-onepage
*/
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #020312;
  color: #e8e8ec;
}
a { color: #8fd3ff; text-decoration: none; }
a:hover { text-decoration: underline; }
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
header.hero {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #182b55 0, #020312 60%);
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}
.hero-inner img.hero-logo {
  filter: drop-shadow(0 0 18px rgba(120,180,255,0.75));
  max-width: 420px;
  width: 70vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tabs-wrapper {
  background: #020312;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 14px 20px 4px;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tab-btn {
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #32405d;
  background: #050a1a;
  color: #d0d0e0;
  font-size: .85rem;
  cursor: pointer;
}
.tab-btn.active {
  background: #8fd3ff;
  color: #02040a;
  border-color: transparent;
}
main.site-main {
  padding-top: 10px;
}
.section {
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.03);
}
.section p {
  line-height: 1.6;
}
.section--alt {
  background: #050816;
}
.section--alt-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.two-col {
  display: grid;
  grid-template-columns: minmax(0,2fr) minmax(0,1.4fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr; }
  header.hero {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #182b55 0, #020312 60%);
  overflow: hidden;
}

  .hero-inner img.hero-logo {
  filter: drop-shadow(0 0 18px rgba(120,180,255,0.75)); max-width: 320px; width: 80vw; }
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 18px;
  margin-top: 16px;
}
.product-card {
  background: #080a1c;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.85);
}
.product-card h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1rem;
}
.product-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
.product-card .product-meta {
  font-size: .8rem;
  color: #9a9ab0;
  margin-bottom: 10px;
}
.small {
  font-size: .8rem;
  color: #9a9ab0;
}
.form-row {
  margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #22284a;
  background: #050918;
  color: #e8e8ec;
  font: inherit;
}
textarea { min-height: 110px; resize: vertical; }
.footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 18px 0 22px;
  text-align: center;
  font-size: .8rem;
  color: #8c8ca0;
}
.footer a { color: #c3e4ff; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.person-grid {
  display: grid;
  grid-template-columns: minmax(0,1.3fr) minmax(0,1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .person-grid { grid-template-columns: 1fr; }
}
.badge {
  display:inline-block;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid #3a3a5a;
  font-size:.7rem;
  margin-right:4px;
  margin-bottom:4px;
}
.page-wrap {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px 40px;
}
.page-wrap h1 {
  margin-bottom: 16px;
}
.page-wrap p {
  line-height: 1.6;
}


.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.25) 0, transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(160,200,255,0.35) 0, transparent 45%),
    radial-gradient(circle at 30% 80%, rgba(120,160,255,0.25) 0, transparent 50%);
  opacity: 0.4;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}


.references-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 16px;
}
.reference-block {
  background: #050816;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.8);
}
.reference-block h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: .95rem;
}
.reference-block ul {
  margin: 0;
  padding-left: 18px;
}


/* Typografie für statische Seiten (AGB, Impressum) */
.page-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.page-wrap h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.page-wrap h2 {
  font-size: 1.1rem;
  margin-top: 1.6rem;
  margin-bottom: 0.6rem;
  text-transform: none;
}
.page-wrap p,
.page-wrap ul,
.page-wrap li {
  font-size: 0.9rem;
  line-height: 1.6;
}
.page-wrap ul {
  padding-left: 1.4rem;
  margin-bottom: 0.8rem;
}
.page-wrap .small {
  font-size: 0.8rem;
}


/* Honeypot row (anti-spam) */
.form-row--hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

/* Language switch button */
.hero-lang-switch {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}

.hero-lang-switch__btn {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.7);
  background: rgba(0,0,0,0.4);
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
