
:root{
  --bg:#0f172a;--card:#111827;--soft:#1f2937;--text:#f8fafc;
  --muted:#cbd5e1;--accent:#f59e0b;--accent2:#fb7185;--line:#334155;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f8fafc;color:#111827;line-height:1.6}
header{background:linear-gradient(135deg,var(--bg),#1e293b);color:white;padding:24px 20px 70px}
nav{max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{font-weight:800;font-size:1.2rem}
nav a{color:white;text-decoration:none;margin-left:18px}
.hero{max-width:960px;margin:70px auto 0;text-align:center}
.hero h1{font-size:clamp(2.2rem,6vw,4.6rem);margin:0 0 12px;line-height:1.05}
.hero .tag{font-size:1.35rem;color:#fde68a;margin-bottom:26px}
.hero p{max-width:760px;margin:0 auto 30px;color:#e2e8f0;font-size:1.08rem}
.btn{display:inline-block;background:var(--accent);color:#111827;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:800;border:0;cursor:pointer}
.btn.secondary{background:white;color:#111827;margin-left:8px}
section{padding:70px 20px}
.wrap{max-width:1120px;margin:auto}
h2{text-align:center;font-size:2.1rem;margin:0 0 12px}
.lead{text-align:center;max-width:760px;margin:0 auto 36px;color:#475569}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.card{background:white;border:1px solid #e2e8f0;border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.card h3{margin-top:0}
.price{font-size:2rem;font-weight:800;margin:10px 0}
.badge{display:inline-block;background:#fff7ed;color:#9a3412;padding:5px 10px;border-radius:999px;font-size:.85rem;font-weight:700}
.samples{background:#fff}
.sample audio{width:100%;margin-top:10px}
.steps{counter-reset:step}
.step{position:relative;padding-left:58px}
.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:var(--bg);color:white;display:grid;place-items:center;font-weight:800}
.order{background:#eef2ff}
form{max-width:780px;margin:0 auto;background:white;padding:28px;border-radius:18px;border:1px solid #e2e8f0}
label{display:block;font-weight:700;margin:14px 0 6px}
input,textarea,select{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:10px;font:inherit}
textarea{min-height:130px;resize:vertical}
.small{font-size:.9rem;color:#64748b}
footer{background:#0f172a;color:#cbd5e1;padding:32px 20px;text-align:center}
footer a{color:white}
.notice{background:#fff7ed;border:1px solid #fed7aa;padding:14px;border-radius:12px;margin-top:18px}
@media(max-width:700px){nav .links{display:none}.btn.secondary{margin:10px 0 0;display:inline-block}}


/* Schallplatten links und rechts in der blauen Kopfleiste */
.brand-with-records{
  display:flex;
  align-items:center;
  gap:12px;
}
.vinyl{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:50%;
  display:inline-block;
  background:
    radial-gradient(circle at center,
      #f59e0b 0 4px,
      #f8fafc 4px 6px,
      #111827 6px 11px,
      #334155 11px 12px,
      #111827 12px 17px,
      #334155 17px 18px,
      #111827 18px 100%);
  box-shadow:0 2px 8px rgba(0,0,0,.35);
}
@media(max-width:480px){
  .vinyl{width:32px;height:32px;flex-basis:32px}
  .brand-with-records{gap:8px}
}


/* Große Schallplatte links neben "Dein Leben. Dein Lied." */
.hero-title-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  margin-bottom:12px;
}
.hero-title-row h1{
  margin:0;
  text-align:left;
}
.hero-vinyl{
  width:150px;
  height:150px;
  flex:0 0 150px;
  border-radius:50%;
  display:inline-block;
  background:
    radial-gradient(circle at center,
      #f59e0b 0 10px,
      #f8fafc 10px 14px,
      #111827 14px 34px,
      #334155 34px 36px,
      #111827 36px 56px,
      #334155 56px 58px,
      #111827 58px 100%);
  box-shadow:0 8px 24px rgba(0,0,0,.4);
}
@media(max-width:700px){
  .hero-title-row{gap:16px}
  .hero-vinyl{width:90px;height:90px;flex-basis:90px}
}
@media(max-width:480px){
  .hero-title-row{flex-direction:column;gap:14px}
  .hero-title-row h1{text-align:center}
  .hero-vinyl{width:100px;height:100px;flex-basis:100px}
}


/* Zwei schwarze Schallplatten links und rechts vom Haupttitel */
.hero-title-row.two-records{
  position:relative;
  gap:48px;
}
.hero-title-row.two-records h1{
  text-align:center;
}
.black-record{
  width:160px;
  height:160px;
  flex:0 0 160px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,
      #050505 0 5px,
      #d1d5db 5px 8px,
      #111 8px 26px,
      #242424 26px 28px,
      #080808 28px 48px,
      #242424 48px 50px,
      #080808 50px 70px,
      #242424 70px 72px,
      #050505 72px 100%);
  box-shadow:0 10px 28px rgba(0,0,0,.5);
}
.left-record{transform:translateX(-34px);}
.right-record{transform:translateX(34px);}

@media(max-width:800px){
  .hero-title-row.two-records{gap:12px}
  .black-record{width:100px;height:100px;flex-basis:100px}
  .left-record{transform:translateX(-8px)}
  .right-record{transform:translateX(8px)}
}
@media(max-width:520px){
  .hero-title-row.two-records{display:grid;grid-template-columns:70px 1fr 70px;gap:6px}
  .black-record{width:70px;height:70px;flex-basis:70px}
  .left-record,.right-record{transform:none}
  .hero-title-row.two-records h1{text-align:center}
}
