@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --bg: #0f1115;
  --bg-2: #171a21;
  --panel: #1d212b;
  --panel-2: #252a36;
  --panel-3: #101319;
  --text: #f4f6fb;
  --muted: #aab2c6;
  --line: rgba(255, 255, 255, 0.08);
  --accent: #e0a96d;
  --accent-2: #8cb4ff;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(140, 180, 255, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(224, 169, 109, 0.14), transparent 28%),
    linear-gradient(180deg, #171b24 0%, #0f1115 42%, #0a0c10 100%) !important;
  color: var(--text) !important;
  font-family: 'Sora', Arial, sans-serif !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 22px
    );
  opacity: 0.65;
}

h1,
h2 {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -0.03em;
  color: var(--text);
}

p,
li,
a,
input,
select,
textarea,
button {
  font-family: 'Sora', Arial, sans-serif !important;
}

a {
  color: inherit;
  transition: transform 0.24s ease, color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

header {
  width: min(calc(100% - 32px), var(--container));
  margin: 22px auto 0;
  padding: 18px 26px !important;
  position: sticky;
  top: 14px;
  z-index: 40;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(18, 21, 28, 0.82) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.logo img {
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.site-header nav {
  gap: 10px;
}

nav a,
.site-header nav a {
  margin-left: 0 !important;
  padding: 10px clamp(11px, 1vw, 16px);
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--text) !important;
  font-size: clamp(13px, 0.92vw, 14px) !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  white-space: nowrap;
}

nav a:hover,
nav a:focus-visible {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

nav a.nav-instagram,
.instagram-link {
  background: linear-gradient(135deg, rgba(224, 169, 109, 0.22), rgba(140, 180, 255, 0.18)) !important;
  border-color: rgba(255, 255, 255, 0.09) !important;
}

.hero,
.albums-section,
.angebot-section,
.contact-section,
.about-section,
.gallery-section,
.datenschutz-section,
.impressum-section,
footer {
  width: min(calc(100% - 32px), var(--container));
  margin-left: auto;
  margin-right: auto;
}

.hero {
  min-height: calc(100vh - 155px);
  margin-top: 24px;
  margin-bottom: 40px;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(29, 33, 43, 0.98), rgba(16, 19, 25, 0.98));
  box-shadow: var(--shadow);
}

.left,
.right {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.left {
  position: relative;
  align-items: flex-start !important;
  text-align: left !important;
  padding: 78px 64px !important;
  background:
    radial-gradient(circle at top left, rgba(224, 169, 109, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(37, 42, 54, 0.96) 0%, rgba(19, 22, 29, 0.98) 100%) !important;
}

.left::before {
  content: none;
  position: absolute;
  top: 34px;
  left: 64px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.45);
}

.left::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(140, 180, 255, 0.14), transparent 68%);
  pointer-events: none;
}

.left img {
  width: min(340px, 78%) !important;
  margin-bottom: 28px !important;
}

.left p {
  max-width: 31rem;
  margin-bottom: 30px !important;
  color: var(--muted);
  font-size: 18px !important;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.right {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #151922 0%, #0d1016 100%) !important;
}

.right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(224, 169, 109, 0.14), transparent 22%),
    radial-gradient(circle at 15% 80%, rgba(140, 180, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.slide {
  background: transparent !important;
}

.slide img {
  padding: 30px;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.26));
}

.slider-btn,
.close,
.prev,
.next {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(22, 26, 35, 0.78) !important;
  color: var(--text) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.slider-dots {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 17, 23, 0.72) !important;
  backdrop-filter: blur(10px);
}

.slider-dot {
  background: rgba(255, 255, 255, 0.2) !important;
}

.slider-dot.active {
  background: var(--accent) !important;
}

.albums-section,
.angebot-section,
.contact-section,
.about-section,
.gallery-section,
.datenschutz-section,
.impressum-section {
  padding: 72px 0 24px !important;
}

.albums-section h1,
.angebot-header h1,
.contact-section h1,
.about-text h1,
.gallery-section h1,
.datenschutz-box h1,
.impressum-box h1 {
  font-size: clamp(3.1rem, 5.8vw, 5.4rem) !important;
  line-height: 0.96;
  margin-bottom: 16px !important;
}

.about-text h1 {
  font-size: clamp(2.7rem, 4.8vw, 4.4rem) !important;
}

.albums-section > p,
.angebot-header p,
.contact-section p.intro,
.gallery-section > p {
  max-width: 46rem;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  color: var(--muted) !important;
  line-height: 1.8;
}

.albums-grid,
.angebot-grid,
.contact-wrapper,
.gallery-grid {
  margin-top: 34px;
}

.albums-grid,
.angebot-grid {
  gap: 24px !important;
}

.album-card,
.angebot-card,
.contact-box,
.form-box,
.about-container,
.impressum-box,
.datenschutz-box {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(34, 39, 51, 0.96), rgba(19, 23, 31, 0.98)) !important;
  box-shadow: var(--shadow);
}

.album-card {
  border-radius: 28px !important;
  overflow: hidden;
}

.album-card img {
  height: 310px !important;
  padding: 18px 18px 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    #181c25 !important;
}

.album-card h2,
.angebot-card h2,
.contact-box h2,
.form-box h2 {
  font-size: 2rem !important;
}

.album-card h2 {
  padding: 22px 24px 30px !important;
  font-size: 1.8rem !important;
  line-height: 1.25;
  overflow: visible;
  text-wrap: balance;
}

.album-card:hover,
.angebot-card:hover,
.gallery-grid img:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 30px 54px rgba(0, 0, 0, 0.34) !important;
}

.angebot-header {
  max-width: 760px !important;
  margin: 0 auto 12px !important;
  text-align: center !important;
}

.angebot-card {
  border-radius: 28px !important;
  padding: 30px !important;
}

.angebot-card p,
.angebot-card li,
.contact-box p,
.about-text p,
.gallery-section p,
.datenschutz-box p,
.impressum-box p,
.datenschutz-box li {
  color: var(--muted) !important;
  line-height: 1.8 !important;
}

.angebot-card ul {
  margin: 18px 0 22px !important;
  padding-left: 0;
}

.btn,
.back-btn,
.album-next-btn,
button[type='submit'] {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  padding: 14px 24px !important;
  background: linear-gradient(135deg, var(--accent), #c9854f) !important;
  color: #101216 !important;
  box-shadow: 0 18px 34px rgba(201, 133, 79, 0.22) !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
}

.btn:hover,
.back-btn:hover,
.album-next-btn:hover,
button[type='submit']:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(201, 133, 79, 0.28) !important;
}

.btn.btn-secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

.btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.back-btn {
  margin-bottom: 28px !important;
}

.gallery-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.album-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.contact-wrapper {
  gap: 24px !important;
}

.contact-box,
.form-box {
  border-radius: 30px !important;
}

input,
select,
textarea {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 16px !important;
  box-shadow: none;
}

select option {
  background: #161a22;
  color: var(--text);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(224, 169, 109, 0.5) !important;
  box-shadow: 0 0 0 4px rgba(224, 169, 109, 0.12);
}

.about-container {
  border-radius: 34px !important;
  padding: 20px !important;
  gap: 28px !important;
  align-items: stretch !important;
}

.about-image {
  flex: 0 0 320px;
  max-width: 320px;
  margin: 0 auto;
}

.about-image img {
  width: 100% !important;
  max-width: 320px !important;
  height: auto !important;
  min-height: 0;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #1f2430, #151922);
  box-shadow: none;
  object-fit: contain !important;
}

.about-text {
  padding: 26px 18px 26px 6px;
}

.gallery-grid {
  gap: 20px !important;
}

.gallery-grid img {
  border: 1px solid var(--line);
  border-radius: 24px !important;
  box-shadow: var(--shadow) !important;
  background: #171b24 !important;
}

.lightbox {
  backdrop-filter: blur(8px);
}

.lightbox img {
  background: #141821;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
}

footer {
  margin-top: 36px;
  margin-bottom: 24px;
  padding: 26px !important;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(29, 33, 43, 0.96), rgba(16, 19, 25, 0.98)) !important;
  box-shadow: var(--shadow);
}

footer p,
footer a {
  color: var(--muted) !important;
}

.socials {
  margin-top: 16px !important;
}

.instagram-link {
  padding: 12px 18px;
  border-radius: 999px;
}

.footer-easteregg-trigger {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 900px) {
  header {
    width: min(calc(100% - 20px), var(--container));
    top: 10px;
    padding: 14px 16px !important;
    border-radius: 28px;
  }

  .hero,
  .albums-section,
  .angebot-section,
  .contact-section,
  .about-section,
  .gallery-section,
  .datenschutz-section,
  .impressum-section,
  footer {
    width: min(calc(100% - 20px), var(--container));
  }

  .hero {
    border-radius: 30px;
  }

  .left {
    padding: 56px 24px 34px !important;
    align-items: center !important;
    text-align: center !important;
  }

  .left::before {
    left: 24px;
    top: 22px;
  }

  .left img {
    width: min(260px, 72vw) !important;
  }

  .left p,
  .albums-section > p,
  .angebot-header p,
  .contact-section p.intro,
  .gallery-section > p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-actions {
    width: 100%;
    justify-content: center;
  }

  .albums-section,
  .angebot-section,
  .contact-section,
  .about-section,
  .gallery-section,
  .datenschutz-section,
  .impressum-section {
    padding: 38px 0 16px !important;
  }

  .angebot-header,
  .about-text,
  .contact-section h1,
  .gallery-section h1,
  .albums-section h1 {
    text-align: center !important;
  }

  .about-image {
    flex-basis: auto;
    max-width: 220px;
  }

  .about-image img {
    max-width: 220px !important;
  }

  .about-container,
  .album-card,
  .angebot-card,
  .contact-box,
  .form-box,
  .impressum-box,
  .datenschutz-box,
  footer {
    border-radius: 24px !important;
  }

  .album-card img {
    height: 240px !important;
  }

  .gallery-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .back-btn,
  .album-next-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
  }
}
