:root {
  --cream: #f7f2e4;
  --cream-text: #fbf7ec;
  --deep: #0e3a34;
  --deep-rgb: 14, 58, 52;
  --deep-soft: #144a42;
  --turquoise: #3f9d89;
  --turquoise-soft: #cfe9e0;
  --turquoise-angebote: #93aea5;
  --aktuelle: #51746d;
  --mustard: #e8ae3d;
  --mustard-deep: #b3791f;
  --mustard-panel: #edc97d;
  --sand-panel: #f3d9a4;
  --beige-panel: #e8d7b8;
  --ink: #17332d;
  --line-on-light: rgba(23, 51, 45, 0.16);
  --line-on-dark: rgba(251, 247, 236, 0.22);
  --display: "Segoe UI Semibold", "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
  --soft: Georgia, "Times New Roman", serif;
  --accent-serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Calibri, Verdana, Arial, sans-serif;
  --radius-lg: 30px;
  --radius-pill: 999px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.container {
  width: min(1100px, calc(100% - 56px));
  margin-inline: auto;
}
.narrow {
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
}

/* header */
.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: min(1100px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 18px;
  background: rgba(247, 242, 228, 0.82);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line-on-light);
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 30px rgba(var(--deep-rgb), 0.1);
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-nav {
  display: flex;
  gap: 6px;
  font-size: 16px;
}
.site-nav a {
  text-decoration: none;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  transition: background 0.2s ease;
}
.site-nav a:hover {
  background: rgba(var(--deep-rgb), 0.08);
}
.menu-toggle {
  display: none;
}

/* bands */
.band {
  padding-block: 120px;
  position: relative;
  overflow: hidden;
}
.band-dark {
  background: var(--deep);
  color: var(--cream-text);
}
.band-light {
  background: var(--cream);
  color: var(--ink);
}
.band-turquoise {
  background: var(--turquoise-soft);
  color: var(--ink);
}
.band-angebote {
  background: var(--turquoise-angebote);
  color: var(--ink);
}
.band-aktuelle {
  background: var(--aktuelle);
  color: var(--cream-text);
}
.aktuelle-caption {
  font-weight: 700;
  font-size: 1.3rem;
}
#aktuelle-text {
  white-space: pre-line;
}

/* hero */
.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: 80px 120px;
  will-change: opacity;
}
.hero-bg {
  position: absolute;
  inset: -30px;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(0.2) saturate(0.5) blur(0.8px);
  transform: scale(1.06);
}
.hero .container {
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--mustard);
  margin: 0 0 18px;
}
.hero-kicker {
  font-family: var(--soft);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: clamp(2.1rem, 3.6vw, 3.4rem);
  color: var(--cream-text);
  margin: 0 0 20px;
}
.hero-kicker::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--mustard);
  margin: 14px auto 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.01em;
  margin: 0;
}
h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  max-width: 850px;
  margin-inline: auto;
}
.hero-title-mustard {
  font-family: var(--accent-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: var(--cream-text);
}
.hero-intro {
  margin: 38px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  font-size: 15px;
}
.hero-intro span {
  padding: 8px 18px;
  border: 1px solid var(--mustard);
  border-radius: var(--radius-pill);
  color: var(--cream-text);
}
.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-on-dark);
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  animation: bob 2.2s ease-in-out infinite;
}
.scroll-down:hover {
  border-color: var(--mustard);
  color: var(--mustard);
}
@keyframes bob {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

/* chapter heading */
.chapter-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 60px;
}
.chapter-ring {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid currentColor;
  flex-shrink: 0;
  position: relative;
}
.chapter-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: var(--mustard);
}
.chapter-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

/* intro */
.pull-quote {
  font-family: var(--accent-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.3;
  margin: 0 0 24px;
}
.pull-quote strong {
  color: var(--mustard-deep);
  font-weight: 600;
}
.pull-author {
  font-family: var(--accent-serif);
  font-style: italic;
  color: var(--turquoise);
  margin-bottom: 60px;
}
.prose {
  text-align: left;
}
.prose p {
  margin: 0 0 24px;
}
.prose-lead {
  margin-bottom: 70px;
}
.panel-row-note {
  margin-top: 50px;
}

/* ueber mich */
.about-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: start;
}
.portrait-frame {
  position: relative;
}
.portrait {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
  object-position: center 25%;
  border-radius: var(--radius-lg);
  border: 6px solid var(--cream);
  box-shadow: 0 20px 45px rgba(var(--deep-rgb), 0.18);
}
.stepper {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--line-on-light);
  margin-left: 6px;
}
.stepper li {
  position: relative;
  padding: 0 0 26px 26px;
}
.stepper li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mustard-deep);
}
.stepper time {
  display: block;
  font-weight: 700;
  color: var(--turquoise);
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.stepper p {
  margin: 0;
}
.stances {
  margin-top: 100px;
}
.stances .pull-quote {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.stances .pull-author {
  text-align: center;
  margin-bottom: 50px;
}

/* angebote */
.panel-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.panel {
  padding: 34px 32px;
  border-radius: var(--radius-lg);
  color: var(--deep);
  box-shadow: 0 16px 34px rgba(var(--deep-rgb), 0.12);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.panel:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 22px 42px rgba(var(--deep-rgb), 0.2);
}
.panel h4 {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}
.panel p {
  margin: 0;
}
.panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel ul + p {
  margin-top: 18px;
}
.panel li {
  padding: 12px 0;
  border-top: 1px solid rgba(var(--deep-rgb), 0.15);
}
.panel li:first-child {
  border-top: none;
  padding-top: 0;
}
.panel-link {
  display: inline-flex;
  gap: 6px;
  margin-top: 6px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.panel-details summary.panel-link {
  cursor: pointer;
  list-style: none;
}
.panel-details summary.panel-link::-webkit-details-marker {
  display: none;
}
.panel-more {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(var(--deep-rgb), 0.15);
}
.panel-more p {
  margin-bottom: 14px;
}
.panel-more p:last-child {
  margin-bottom: 0;
}
.panel-more-heading {
  font-weight: 700;
}
.price-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-top: 1px solid rgba(var(--deep-rgb), 0.15);
}
.price-list li:first-child {
  border-top: none;
  padding-top: 0;
}
.price-list li span:last-child {
  white-space: nowrap;
}
.panel-more .bullet-list,
.panel-more .step-list {
  margin: 0 0 14px;
  padding-left: 20px;
}
.panel-more .bullet-list li,
.panel-more .step-list li {
  border-top: none;
  padding: 4px 0;
}
.panel-more .bullet-list {
  list-style: disc;
}
.panel-more .step-list {
  list-style: decimal;
}
.panel-sand {
  background: var(--sand-panel);
}
.panel-beige {
  background: var(--beige-panel);
}
.panel-mustard {
  background: var(--mustard-panel);
}
.panel-cream {
  background: var(--mustard-panel);
}

/* kontaktdaten */
.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 50px;
}
.contact-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  border-radius: var(--radius-pill);
  background: var(--deep-soft);
  border: 1px solid var(--line-on-dark);
  text-decoration: none;
  color: var(--cream-text);
  font-weight: 500;
  transition: background 0.25s ease;
}
.contact-pill:hover {
  background: var(--turquoise);
}
.contact-pill .pill-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mustard);
  color: var(--deep);
  font-size: 16px;
  flex-shrink: 0;
}
/* footer */
.site-footer {
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  background: var(--cream);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-brand .brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 9px;
}
.site-footer nav {
  display: flex;
  gap: 24px;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--mustard-deep);
}

/* legal pages */
.legal {
  min-height: calc(100vh - 200px);
  padding-block: 100px;
}
.legal .eyebrow {
  color: var(--mustard-deep);
}
.legal h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  margin: 20px 0 34px;
  text-align: left;
}
.legal p {
  max-width: 640px;
}
.legal-text h2 {
  font-size: 1.3rem;
  margin: 40px 0 14px;
}
.legal-text ul {
  max-width: 640px;
  padding-left: 22px;
  margin: 0 0 16px;
}
.legal-text li {
  margin-bottom: 6px;
}
.back-link {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

/* reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .about-layout,
  .panel-row {
    grid-template-columns: 1fr;
  }
  .portrait-frame {
    max-width: 360px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 760px) {
  .container {
    width: min(100% - 40px, 540px);
  }
  .site-header {
    border-radius: 24px;
  }
  .menu-toggle {
    display: block;
    border: 0;
    background: none;
    color: var(--ink);
    padding: 8px;
  }
  .menu-icon {
    display: grid;
    gap: 5px;
  }
  .menu-icon i {
    display: block;
    width: 22px;
    height: 1px;
    background: currentColor;
  }
  .site-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: grid;
    gap: 2px;
    padding: 10px;
    background: var(--cream);
    border: 1px solid var(--line-on-light);
    border-radius: 20px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }
  .site-nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .band {
    padding-block: 80px;
  }
  .hero {
    padding-block: 140px 90px;
  }
  .chapter-head {
    margin-bottom: 40px;
  }
  .stances {
    margin-top: 70px;
  }
  .contact-pill {
    width: 100%;
    justify-content: flex-start;
  }
  .site-footer {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}
/* auth / admin pages */
.auth-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--deep);
  color: var(--cream-text);
  font-family: var(--sans);
  padding: 40px 20px;
}
.auth-card {
  width: 100%;
  max-width: 420px;
  background: var(--deep-soft);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}
.auth-card-wide {
  max-width: 560px;
}
.auth-card h1 {
  font-size: 1.6rem;
  margin: 0 0 8px;
}
.auth-subtitle {
  opacity: 0.75;
  margin: 0 0 30px;
  font-size: 15px;
}
.auth-footer-link {
  margin: 24px 0 0;
}
.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
.admin-topbar h1 {
  margin: 0;
}
.field {
  margin-bottom: 20px;
}
.field label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  opacity: 0.8;
}
.field input,
.field textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--line-on-dark);
  background: rgba(251, 247, 236, 0.06);
  color: var(--cream-text);
  font: inherit;
}
.field textarea {
  min-height: 140px;
  resize: vertical;
}
.field-hint {
  margin: 8px 0 0;
  font-size: 12px;
  opacity: 0.65;
}
.editor-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.editor-btn {
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid var(--line-on-dark);
  background: rgba(251, 247, 236, 0.06);
  color: var(--cream-text);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.editor-btn:hover {
  background: rgba(251, 247, 236, 0.14);
}
.field input:focus,
.field textarea:focus {
  outline: 2px solid var(--mustard);
  outline-offset: 1px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--mustard);
  color: var(--deep);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn:hover {
  background: var(--mustard-deep);
  color: var(--cream-text);
}
.btn-secondary {
  background: transparent;
  border: 1px solid var(--line-on-dark);
  color: var(--cream-text);
  padding: 10px 20px;
  font-size: 14px;
}
.btn-secondary:hover {
  background: rgba(251, 247, 236, 0.08);
  color: var(--cream-text);
}
.form-message {
  margin: 16px 0 0;
  font-size: 14px;
  min-height: 1.4em;
}
.form-message.error {
  color: #ff9d9d;
}
.form-message.success {
  color: #a8e6b8;
}

@media (min-width: 1200px) {
  .auth-card-wide {
    max-width: 820px;
    padding: 56px 64px;
  }
  .auth-card-wide h1 {
    font-size: 2rem;
  }
  .auth-card-wide .auth-subtitle {
    font-size: 17px;
  }
  .auth-card-wide .field input,
  .auth-card-wide .field textarea {
    padding: 16px 20px;
    font-size: 17px;
  }
  .auth-card-wide .field textarea {
    min-height: 260px;
  }
  .auth-card-wide .editor-btn {
    padding: 9px 18px;
    font-size: 14px;
  }
  .auth-card-wide .btn {
    padding: 15px 32px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .panel:hover {
    transform: none;
  }
  .scroll-down {
    animation: none;
  }
}
