@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-semiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Allura";
  src: url("assets/fonts/Allura-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --wine: #3d1e1e;
  --wine-bright: #702323;
  --blue: #8995a7;
  --rose: #dfd3d3;
  --cream: #f8f2ec;
  --stone: #d9d0cb;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --script: "Allura", cursive;
}

* { box-sizing: border-box; }

html { background: var(--cream); }

body {
  margin: 0;
  color: var(--wine);
  background: var(--cream);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.38;
}

a { color: inherit; text-underline-offset: .2em; }

.holding-page {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(40px, 6vw, 90px) 24px 72px;
  isolation: isolate;
}

.holding-content {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  text-align: center;
}

.brand-logo {
  width: clamp(220px, 27vw, 360px);
  height: auto;
  margin: 0 auto clamp(46px, 6vh, 78px);
}

.main-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
}

.main-title em {
  display: inline-block;
  margin-inline: .05em;
  color: var(--wine-bright);
  font-family: var(--script);
  font-size: 1.35em;
  font-style: normal;
  font-weight: 400;
}

.status {
  margin: clamp(38px, 5vh, 58px) 0 0;
  color: #6f6260;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.leitgedanke {
  width: min(760px, 100%);
  margin: clamp(45px, 6vh, 72px) auto 0;
  padding: 0;
  border: 0;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.16;
}

.leitgedanke p { margin: .08em 0; }

.leitgedanke em {
  color: var(--wine-bright);
  font-family: var(--script);
  font-size: 1.34em;
  font-style: normal;
  white-space: nowrap;
}

.contact {
  margin-top: clamp(54px, 7vh, 88px);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .075em;
}

.contact-line {
  display: block;
  width: 1px;
  height: 64px;
  margin: 0 auto 22px;
  background: #b9aaa4;
}

.contact p { margin: 0 0 9px; color: #756c69; }

.contact a {
  font-size: 14px;
  text-decoration: none;
}

.contact a:hover,
.contact a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible { text-decoration: underline; }

.atmosphere {
  position: absolute;
  z-index: -1;
  border-radius: 44% 56% 62% 38% / 53% 39% 61% 47%;
  filter: blur(2px);
  opacity: .52;
}

.atmosphere--cool {
  width: min(58vw, 820px);
  aspect-ratio: 1.15;
  left: -19vw;
  top: 9%;
  background: radial-gradient(circle at 68% 48%, rgba(255,255,255,.76), rgba(137,149,167,.24) 58%, transparent 72%);
  transform: rotate(-14deg);
}

.atmosphere--warm {
  width: min(55vw, 780px);
  aspect-ratio: 1.05;
  right: -18vw;
  bottom: 4%;
  background: radial-gradient(circle at 35% 45%, rgba(223,211,211,.66), rgba(130,85,56,.14) 58%, transparent 73%);
  transform: rotate(17deg);
}

.site-footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  color: #756c69;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer a { text-decoration: none; }

/* Gemeinsame Seite für Impressum und Datenschutz */
.legal-page { background: #f6eee8; }

.legal-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 116px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.back-link {
  justify-self: start;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-logo { width: 138px; }

.legal-shell {
  position: relative;
  overflow: hidden;
  padding: 40px 24px 110px;
}

.legal-atmosphere {
  position: absolute;
  width: 840px;
  height: 720px;
  right: -420px;
  top: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(137,149,167,.22), transparent 68%);
}

.legal-content {
  position: relative;
  width: min(820px, 100%);
  margin: 0 auto;
}

.legal-content section { scroll-margin-top: 30px; }

.legal-content h1 {
  margin: 0 0 52px;
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 300;
  line-height: 1;
}

.legal-content h2 {
  margin: 2.2em 0 .55em;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.1;
}

.legal-content p,
.legal-content address {
  margin: 0 0 1.2em;
  font-style: normal;
}

.legal-content hr {
  width: 100%;
  height: 1px;
  margin: 100px 0;
  border: 0;
  background: #cfc0b9;
}

.eyebrow {
  margin-bottom: 22px !important;
  color: #756c69;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.legal-note { margin-top: 3em !important; color: #756c69; font-size: 16px; }
.site-footer--legal { background: #f6eee8; }

@media (max-width: 700px) {
  body { font-size: 18px; }

  .holding-page {
    min-height: calc(100svh - 68px);
    padding-top: 42px;
  }

  .brand-logo { width: min(250px, 76vw); margin-bottom: 50px; }

  .main-title {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.04;
  }

  .main-title span:last-child { margin-top: .08em; }
  .main-title em { display: block; margin: -.05em 0 -.12em; }

  .status { font-size: 10px; line-height: 1.5; }

  .leitgedanke {
    font-size: clamp(25px, 7.6vw, 34px);
    line-height: 1.2;
  }

  .leitgedanke em { display: inline; white-space: normal; }
  .atmosphere--cool { width: 110vw; left: -67vw; top: 21%; }
  .atmosphere--warm { width: 105vw; right: -64vw; bottom: 7%; }

  .legal-header {
    width: calc(100% - 36px);
    min-height: 92px;
    grid-template-columns: 1fr auto;
  }

  .legal-logo { width: 110px; }
  .legal-shell { padding: 30px 22px 80px; }
  .legal-content h1 { margin-bottom: 38px; }
  .legal-content hr { margin: 70px 0; }

  .site-footer { flex-wrap: wrap; min-height: 68px; }
}

@media (prefers-reduced-motion: no-preference) {
  .holding-content { animation: appear .9s ease-out both; }

  @keyframes appear {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
