@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308,
    U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308,
    U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-italic-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308,
    U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Parisienne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/parisienne-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308,
    U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Parisienne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/parisienne-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --cream: oklch(0.972 0.008 60);
  --sand: oklch(0.936 0.016 55);
  --mauve: oklch(0.56 0.06 357);
  --mauve-deep: oklch(0.37 0.05 355);
  --mauve-soft: oklch(0.84 0.03 350);
  --background: oklch(0.977 0.008 65);
  --foreground: oklch(0.29 0.04 356);
  --card: oklch(1 0 0);
  --primary: oklch(0.5 0.07 357);
  --primary-foreground: oklch(0.985 0.006 60);
  --muted-foreground: oklch(0.44 0.035 356);
  --border: oklch(0.88 0.02 40);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--mauve);
  outline-offset: 3px;
  border-radius: 2px;
}

.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;
}

.link {
  color: var(--mauve-deep);
  background-image: linear-gradient(var(--mauve), var(--mauve));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.35s ease;
}

.link:hover {
  background-size: 100% 1px;
}

/* ---------- Kopfzeile ---------- */

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 50;
  padding: 0.75rem 0.75rem 0;
}

.header-veil {
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 7.5rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: linear-gradient(
    to bottom,
    var(--background) 42%,
    color-mix(in oklab, var(--background) 70%, transparent) 70%,
    transparent
  );
}

.header-veil.is-visible {
  opacity: 1;
}

.nav-pill {
  position: relative;
  margin: 0 auto;
  max-width: 72rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  transition: all 0.5s ease;
}

.nav-pill.is-scrolled {
  background: color-mix(in oklab, white 62%, transparent);
  backdrop-filter: blur(18px) saturate(135%);
  border-color: color-mix(in oklab, white 70%, transparent);
  box-shadow: 0 18px 50px -28px color-mix(in oklab, var(--mauve-deep) 45%, transparent);
}

.logo-link {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo {
  font-family: "Parisienne", "Cormorant Garamond", cursive;
  font-size: 1.75rem;
  color: var(--mauve-deep);
}

.logo-sub {
  margin-top: 0.15rem;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.nav-link {
  font-size: 0.9rem;
  color: color-mix(in oklab, var(--foreground) 85%, transparent);
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--mauve-deep);
}

.btn-call {
  border-radius: 9999px;
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  box-shadow: 0 10px 30px -14px var(--mauve-deep);
  transition: transform 0.2s ease;
}

.btn-call:hover {
  transform: translateY(-2px);
}

/* Burger-Menü für schmale Bildschirme — per Default versteckt, ersetzt die
   Textlinks unterhalb von 768px (siehe Media Queries weiter unten). */
.burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 9999px;
  background: none;
  padding: 0;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 1.4rem;
  height: 1px;
  background: var(--foreground);
  transition: transform 0.2s ease;
}

.burger[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.burger[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-nav {
  position: relative;
  margin: 0.5rem auto 0;
  max-width: 72rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: color-mix(in oklab, white 62%, transparent);
  backdrop-filter: blur(18px) saturate(135%);
  border: 1px solid color-mix(in oklab, white 70%, transparent);
  box-shadow: 0 18px 50px -28px color-mix(in oklab, var(--mauve-deep) 45%, transparent);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-link {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  color: var(--mauve-deep);
}

.mobile-call {
  margin-top: 0.5rem;
  border-radius: 9999px;
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 0.75rem 1.25rem;
  text-align: center;
  font-size: 0.95rem;
}

@media (max-width: 767px) {
  .nav-links {
    display: none;
  }

  .burger {
    display: flex;
  }
}

@media (min-width: 768px) {
  .burger {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }
}

/* ---------- Inhalt ---------- */

main {
  max-width: 46rem;
  margin: 0 auto;
  padding: 9rem 1.5rem 6rem;
}

.notice {
  text-align: center;
  padding-bottom: 3rem;
}

.notice h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  color: var(--mauve-deep);
}

.notice p {
  margin-top: 0.75rem;
  color: var(--muted-foreground);
}

.contact-card {
  background: var(--sand);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 2.25rem 2rem;
  text-align: center;
}

.contact-card h2 {
  font-size: 1.5rem;
  color: var(--mauve-deep);
}

.contact-card .phone {
  margin-top: 1rem;
}

.contact-card .phone a {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--mauve-deep);
}

.contact-card .phone a:hover {
  text-decoration: underline;
}

.hours {
  margin: 1.5rem auto;
  border-collapse: collapse;
}

.hours th,
.hours td {
  padding: 0.25rem 0.75rem;
  font-weight: 400;
  text-align: left;
}

.hours th {
  color: var(--muted-foreground);
}

address {
  font-style: normal;
}

.contact-card address {
  color: var(--muted-foreground);
}

/* Rechtstexte im Stil der Haupt-Seite (Impressum/Datenschutz) */

.legal-page h1 {
  font-size: 2.5rem;
  color: var(--mauve-deep);
}

.legal-page article {
  margin-top: 2.5rem;
  color: var(--muted-foreground);
}

.legal-page section,
.legal-page .legal-block {
  margin-bottom: 2.5rem;
}

.legal-page h2 {
  font-size: 1.5rem;
  color: var(--foreground);
  margin-bottom: 0.75rem;
}

.legal-page h3 {
  font-size: 1.25rem;
  color: var(--foreground);
  margin-bottom: 0.75rem;
}

.legal-page a {
  color: var(--mauve-deep);
  background-image: linear-gradient(var(--mauve), var(--mauve));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.35s ease;
  word-break: break-word;
}

.legal-page a:hover {
  background-size: 100% 1px;
}

/* ---------- Fusszeile ---------- */

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  background: color-mix(in oklab, var(--mauve-deep) 95%, transparent);
  color: var(--cream);
}

.site-footer .blob {
  position: absolute;
  left: -6rem;
  top: -6rem;
  height: 20rem;
  width: 20rem;
  border-radius: 9999px;
  background: color-mix(in oklab, var(--mauve) 50%, transparent);
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .footer-inner {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}

.footer-logo {
  font-family: "Parisienne", "Cormorant Garamond", cursive;
  font-size: 2.25rem;
  margin: 0;
}

.footer-logo-sub {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--cream) 85%, transparent);
}

.footer-tagline {
  margin-top: 1.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  color: color-mix(in oklab, var(--cream) 90%, transparent);
}

.footer-heading {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--cream) 85%, transparent);
}

.footer-address {
  font-size: 0.9rem;
  line-height: 1.7;
  color: color-mix(in oklab, var(--cream) 85%, transparent);
}

.footer-address a:hover {
  color: var(--cream);
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.footer-nav a {
  color: color-mix(in oklab, var(--cream) 85%, transparent);
}

.footer-nav a:hover {
  color: var(--cream);
}

.footer-bottom {
  position: relative;
  border-top: 1px solid color-mix(in oklab, var(--cream) 15%, transparent);
  padding: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: color-mix(in oklab, var(--cream) 85%, transparent);
}
