/* Vocal Architects — Platzhalter 2026
   Tokens aus dem alten Auftritt: Josefin Sans / Crimson Text, Schwarz #1d1d1d, Kupfer #e59572 */

@font-face { font-family: "Josefin Sans"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/josefin-sans-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Josefin Sans"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/josefin-sans-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Josefin Sans"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/josefin-sans-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Crimson Text"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/crimson-text-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Crimson Text"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/crimson-text-latin-600-normal.woff2") format("woff2"); }

:root {
  --black: #1d1d1d;
  --ink: #000000;
  --copper: #e59572;
  --copper-deep: #c97a56;
  --grey: #7a7a7a;
  --line: #e6e6e6;
  --white: #ffffff;
  --sans: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Crimson Text", Georgia, "Times New Roman", serif;
  --max: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
}

a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }

.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* Kopf ---------------------------------------------------------------- */
.site-head { border-bottom: 1px solid var(--line); }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-left: 0; }
.wordmark {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 36px 14px;
}
.wordmark span { display: block; }
.head-links { display: flex; gap: 28px; font-family: var(--sans); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: 0.02em; }
.head-links a { text-decoration: none; padding-top: 3px; }
.head-links a:hover { color: var(--copper); }

/* Hinweisband --------------------------------------------------------- */
.notice-band {
  background: var(--copper);
  color: var(--black);
  text-align: center;
  padding: 9px var(--gutter) 7px;
}
.notice-band p {
  margin: 0;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Hero ---------------------------------------------------------------- */
.hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 80px);
  padding-top: clamp(32px, 6vw, 72px);
  padding-bottom: clamp(32px, 6vw, 72px);
}
.hero-figure { margin: 0; }
.hero-figure img { display: block; width: min(100%, 520px); height: auto; margin: 0 auto; }
.hero-text { text-align: right; }
.hero h1 {
  margin: 0;
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(52px, 7.6vw, 100px);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hero h1 .accent { color: var(--copper); white-space: nowrap; }
.hero .sub {
  margin: 28px 0 0;
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--copper);
}
.hero .cta { margin-top: 28px; }

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--black);
  color: var(--white);
  padding: 15px 28px 12px;
  border: 2px solid var(--black);
}
.btn:hover { background: var(--copper); border-color: var(--copper); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { color: var(--white); }

/* Bandzeile ---------------------------------------------------------- */
.band {
  background: var(--black);
  color: var(--white);
  text-align: center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(18px, 2.6vw, 30px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 34px var(--gutter) 30px;
}
.band small { display: block; margin-top: 10px; font-family: var(--serif); font-size: 18px; letter-spacing: 0; text-transform: none; font-weight: 400; color: var(--copper); }

/* Preise -------------------------------------------------------------- */
.prices .wrap { padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(40px, 6vw, 72px); }
.section-title {
  margin: 0;
  text-align: center;
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.group-title {
  margin: clamp(36px, 5vw, 56px) 0 22px;
  text-align: center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper);
}
.cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}
.card {
  border: 1px solid var(--black);
  display: flex;
  flex-direction: column;
  background: var(--white);
}
.card-head {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: 20px 16px 16px;
}
.card-head h4 {
  margin: 0;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.card-head .dur { display: block; margin-top: 4px; font-family: var(--sans); font-weight: 700; font-size: 14px; letter-spacing: 0.06em; color: var(--copper); }
.card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.price {
  margin: 0 0 14px;
  text-align: center;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.price sup { font-size: 24px; vertical-align: 0.9em; margin-right: 4px; font-weight: 600; }
.features { list-style: none; margin: 0 0 20px; padding: 0; flex: 1; }
.features li {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 0 8px 26px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.features li:last-child { border-bottom: 0; }
.features li::before {
  content: "";
  position: absolute; left: 2px; top: 13px;
  width: 9px; height: 5px;
  border-left: 2.5px solid var(--black);
  border-bottom: 2.5px solid var(--black);
  transform: rotate(-45deg);
}
.card .btn { align-self: center; font-size: 13px; padding: 12px 22px 9px; }
.card .fine { margin: 14px 0 0; text-align: center; font-family: var(--sans); font-size: 13px; color: var(--grey); }

/* Kontakt ------------------------------------------------------------- */
.contact { border-top: 1px solid var(--line); }
.contact .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 88px);
}
.contact h2 {
  margin: 0 0 18px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact h2 .accent { color: var(--copper); }
.contact p { margin: 0 0 16px; max-width: 40ch; }
.contact .lead { font-size: 22px; }
.contact-list { list-style: none; margin: 22px 0 0; padding: 0; font-family: var(--sans); font-size: 18px; line-height: 1.35; }
.contact-list li { display: grid; grid-template-columns: 8.5em 1fr; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: 1px solid var(--line); }
.contact-list .k { font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; font-size: 14px; padding-top: 3px; color: var(--grey); }
.contact-list a { text-decoration: none; font-weight: 600; }
.contact-list a:hover { color: var(--copper); }
.address { font-family: var(--sans); font-size: 18px; line-height: 1.45; }
.address strong { display: block; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.social { list-style: none; margin: 26px 0 0; padding: 0; display: flex; gap: 12px; }
.social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--black); color: var(--white);
}
.social a:hover { background: var(--copper); }
.social svg { width: 20px; height: 20px; fill: currentColor; }

/* Fuß ----------------------------------------------------------------- */
.site-foot { background: var(--black); color: var(--white); }
.site-foot .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; padding-top: 22px; padding-bottom: 18px; font-family: var(--sans); font-size: 15px; letter-spacing: 0.04em; }
.site-foot a { text-decoration: none; }
.site-foot a:hover { color: var(--copper); }
.site-foot nav a + a::before { content: "|"; margin: 0 12px; color: var(--grey); }

/* Rechtsseiten -------------------------------------------------------- */
.legal .wrap { padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(48px, 7vw, 96px); max-width: 780px; }
.legal h1 { font-family: var(--sans); font-weight: 700; font-size: clamp(34px, 5vw, 56px); letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 32px; }
.legal h2 { font-family: var(--sans); font-weight: 700; font-size: 22px; letter-spacing: 0.04em; margin: 40px 0 12px; }
.legal h3 { font-family: var(--sans); font-weight: 600; font-size: 18px; margin: 28px 0 8px; }
.legal p, .legal li { font-size: 19px; }
.legal p { margin: 0 0 14px; }
.legal ul { padding-left: 22px; }
.legal .meta { color: var(--grey); font-family: var(--sans); font-size: 15px; }
.legal address { font-style: normal; }

/* Responsiv ----------------------------------------------------------- */
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero-text { text-align: center; }
  .hero-figure img { width: min(78%, 380px); }
  .contact .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 18px; }
  .site-head .wrap { flex-wrap: wrap; }
  .wordmark { font-size: 18px; padding: 14px 22px 11px; }
  .head-links { gap: 18px; font-size: 15px; padding: 10px 0 12px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .contact-list li { grid-template-columns: 1fr; gap: 2px; }
}
