@font-face {
  font-family: "Nuptial BT";
  src: url("Nuptial BT V2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #000;
  --panel: #060606;
  --text: #f8f8f8;
  --muted: #e2e2e2;
  --subtle: #666;
  --heading: #f2f2f2;
  --heading-tracking: 0.12em;
  --icon-size: 32px;
  --content-max-width: 1920px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
}

a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover {
  color: #fff;
}

.home {
  text-align: center;
}

.home .site {
  width: 100%;
  overflow-x: hidden;
}

.home .hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: clamp(120px, 82vh, 660px);
  padding: clamp(56px, 8vw, 84px) 20px clamp(92px, 10vw, 132px);
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.42) 56%, #000 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 62%, #000 100%),
    url("hero.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.home .hero-title,
.legal .site-name {
  font-family: "Nuptial BT", cursive;
  font-weight: 400;
  color: #fff;
}

.home .hero-title {
  margin: 0;
  font-size: clamp(4rem, 8.2vw, 7.2rem);
  line-height: 0.95;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
}

.home .social-links {
  margin-top: clamp(18px, 2.5vw, 26px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home .social-link {
  width: var(--icon-size);
  height: var(--icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 11px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  transition: transform 140ms ease, background 140ms ease, opacity 140ms ease;
}

.home .social-link:hover,
.home .social-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.95;
  outline: none;
}

.home .social-link svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home .info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(38px, 5vw, 56px) clamp(20px, 4.5vw, 56px) clamp(44px, 5vw, 100px);
  margin-top: clamp(-180px, -20vw, -80px);
  align-items: start;
  justify-items: center;
  position: relative;
  z-index: 2;
}

.home .info-col {
  max-width: 480px;
  width: 100%;
}

.home .info-col h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  letter-spacing: var(--heading-tracking);
  font-weight: 500;
  color: var(--heading);
}

.home .info-col p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.15vw, 2rem);
  line-height: 1.5;
}

.home .mobile-bottom-photo {
  display: none;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: bottom;
}

.home .site-frame {
  width: 100%;
  margin: 0 auto;
  max-width: var(--content-max-width);
  background: var(--bg);
}

.home .site-footer {
  padding: 20px 16px;
  text-align: center;
}

.home .site-footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home .site-footer a {
  font-size: 0.75rem;
  color: #444;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 120ms ease;
}

.home .site-footer a:hover {
  color: #888;
}

.font-credit {
  margin: 10px 0 0;
  font-size: 0.72rem;
  color: #4f4f4f;
  letter-spacing: 0.02em;
}

.font-credit a {
  color: #6a6a6a;
  text-decoration: none;
  border-bottom: 1px solid #2f2f2f;
}

.font-credit a:hover {
  color: #9a9a9a;
  border-bottom-color: #4a4a4a;
}

@media (max-width: 900px) {
  .home .hero-title {
    font-size: clamp(3.2rem, 13vw, 5.1rem);
  }

  .home .info {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 42px 18px 42px;
    margin-top: clamp(-400px, -30vw, -200px);
  }

  .home .info-col {
    max-width: 760px;
  }

  .home .info-col h2 {
    margin-bottom: 14px;
  }

  .home .info-col p {
    font-size: clamp(0.8rem, 4.5vw, 1.1rem);
    line-height: 1.42;
  }

  .home .col-wir {
    order: 1;
  }

  .home .col-termine {
    order: 2;
  }

  .home .col-kontakt {
    order: 3;
  }

  .home .mobile-bottom-photo {
    display: block;
  }
}

.legal {
  --muted: #ccc;
  --subtle: #666;
}

.legal .page {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(40px, 8vw, 80px) clamp(20px, 6vw, 48px) 60px;
  text-align: left;
}

.legal .site-name {
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  margin: 0 0 36px;
}

.legal h1 {
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text);
  margin: 0 0 28px;
  border-bottom: 1px solid #222;
  padding-bottom: 14px;
}

.legal h2 {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--subtle);
  margin: 28px 0 6px;
}

.legal p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.legal .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 48px;
}

.legal .font-credit {
  margin-top: 16px;
}

.legal .legal-link {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--subtle);
  text-decoration: none;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  transition: color 120ms ease, border-color 120ms ease;
}

.legal .legal-link:hover {
  color: var(--text);
  border-color: #666;
}

.legal .legal-link-home::before {
  content: "← ";
}

@media (max-width: 700px) {
  .legal .legal-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
