/* ============================================
   Lingobox — Redesign Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400&family=Work+Sans:wght@400;500;600&display=swap');

:root {
  --cream: #FFFFFF;
  --field-bg: #F7F4EF;
  --panel: #FFFFFF;
  --ink: #2B241F;
  --ink-soft: #5B534C;
  --plum: #7C1D4B;
  --plum-soft: #A8447C;
  --plum-tint: #F3E4EC;
  --sage: #7C9484;
  --line: #E6DDD1;
  --radius: 4px;

  /* section background bands — dark (left) to light (right) */
  --band-grey-dark: #E9E4DB;
  --band-grey-light: #FAF8F4;
  --band-plum-dark: var(--plum);
  --band-plum-light: var(--plum-soft);
  --band-plum-deep: #5A1538;
}

* { box-sizing: border-box; }

html, body, div, span, h1, h2, h3, h4, p, a, ul, li, form, label, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ul { list-style: none; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Work Sans', arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 6%;
}

h1, h2, h3 {
  font-family: 'Newsreader', georgia, serif;
  font-weight: 500;
  color: var(--ink);
}

/* ---------- Hero ---------- */

.hero {
  padding: 64px 0 56px;
  text-align: center;
  background: linear-gradient(90deg, var(--band-grey-dark) 0%, var(--band-grey-light) 100%);
}

.hero__logo {
  max-width: 220px;
  width: 60%;
  height: auto;
  margin: 0 0 28px;
  display: block;
}

.hero__name {
  font-family: 'Newsreader', georgia, serif;
  font-style: italic;
  font-size: 1.15em;
  color: var(--plum);
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.hero__tagline {
  font-size: clamp(1.8em, 4vw, 2.6em);
  line-height: 1.2;
  max-width: 14em;
  margin: 0 auto 20px;
}

.hero__quote {
  max-width: 34em;
  margin: 0 auto;
  font-size: 1.05em;
  color: var(--ink-soft);
}

/* signature waveform divider — echoes voice / speech */
.waveform {
  display: block;
  margin: 40px auto 0;
  width: 180px;
  height: 28px;
}

.waveform rect {
  fill: var(--plum-soft);
}

/* ---------- Bio (two-column) ---------- */

.bio {
  padding: 40px 0 72px;
  background: linear-gradient(90deg, var(--band-plum-dark) 0%, var(--band-plum-light) 100%);
}

/* on the plum band, flip every inherited/inline text color to light */
.bio__text,
.bio__text p,
.bio__text span,
.bio__text strong,
.bio__text em {
  color: #FFFFFF !important;
}

.bio__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}

.bio__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  background-color: var(--plum-tint);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.bio__eyebrow {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: 14px;
}

.bio__text {
  font-family: 'Newsreader', georgia, serif;
  font-size: 1.35em;
  line-height: 1.55;
  color: var(--ink);
}

.bio__text p + p {
  margin-top: 1em;
}

/* ---------- Angebot (services) ---------- */

.angebot {
  padding: 24px 0 72px;
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, var(--band-grey-dark) 0%, var(--band-grey-light) 100%);
}

.angebot__title {
  text-align: center;
  font-size: 1.9em;
  padding-top: 64px;
  margin-bottom: 48px;
}

.angebot__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.service {
  padding: 8px 4px 0;
}

.service__index {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--plum-soft);
  margin-bottom: 22px;
}

.service h3 {
  font-size: 1.25em;
  line-height: 1.35;
  margin-bottom: 12px;
}

.service p {
  color: var(--ink-soft);
  font-size: 0.98em;
}

/* ---------- Contact ---------- */

.kontakt {
  padding: 24px 0 72px;
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, var(--band-plum-dark) 0%, var(--band-plum-light) 100%);
}

.kontakt__title {
  text-align: center;
  font-size: 1.9em;
  padding-top: 64px;
  margin-bottom: 40px;
}

/* on the plum band, flip every inherited/inline text color to light */
.kontakt__title,
.kontakt__title p,
.kontakt__title span,
.kontakt__title strong {
  color: #FFFFFF !important;
}

.kontakt__card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius);
  padding: 44px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.kontakt__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  font-size: 0.82em;
  font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 13px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.98em;
  color: var(--ink);
  background: var(--field-bg);
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid var(--plum-soft);
  outline-offset: 1px;
  background: #fff;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.kontakt__submit {
  display: inline-block;
  background: var(--plum);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 13px 30px;
  font-size: 0.95em;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.kontakt__submit:hover {
  background: var(--plum-soft);
}

.kontakt__note {
  margin-top: 16px;
  font-size: 0.85em;
  color: var(--ink-soft);
  display: none;
}

.kontakt__note.is-visible {
  display: block;
}

/* ---------- Footer / contact details ---------- */

.footer {
  padding: 56px 0 40px;
  text-align: center;
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, var(--band-plum-deep) 0%, var(--band-plum-dark) 100%);
}

.footer__practice {
  color: #FFFFFF;
  margin-bottom: 6px;
}

.footer__links {
  color: var(--plum-tint);
  font-size: 0.95em;
}

.footer__links a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--plum-tint);
}

.footer__links a:hover {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}

.footer__sep {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.4);
}

/* ---------- Imprint toggle ---------- */

.imprint-toggle {
  display: block;
  text-align: center;
  margin-top: 26px;
  font-size: 0.82em;
  color: var(--plum-tint);
  text-decoration: underline;
  cursor: pointer;
}

.imprint-toggle:hover {
  color: #FFFFFF;
}

#imprint {
  padding: 40px 0 80px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
}

#imprint h2 {
  font-size: 1.4em;
  margin: 40px 0 12px;
}

#imprint h2:first-child { margin-top: 0; }

#imprint h3 {
  font-size: 1.05em;
  margin: 22px 0 8px;
}

#imprint h4 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95em;
  margin: 16px 0 6px;
}

#imprint p, #imprint li {
  color: var(--ink-soft);
  font-size: 0.92em;
  margin-bottom: 10px;
}

#imprint ul {
  margin: 10px 0 16px 20px;
  list-style: disc;
}

/* ---------- Responsive ---------- */

@media (max-width: 760px) {
  .bio__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bio__photo {
    max-width: 340px;
    margin: 0 auto;
  }

  .bio__text { font-size: 1.15em; }

  .angebot__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .kontakt__row {
    grid-template-columns: 1fr;
  }

  .kontakt__card {
    padding: 30px 24px;
  }

  .hero { padding: 48px 0 40px; }
}
