:root {
  --site-bg: #f6f0e7;
  --site-surface: rgba(255, 255, 255, 0.78);
  --site-surface-strong: #ffffff;
  --site-ink: #1d1915;
  --site-muted: #6b6258;
  --site-accent: #c59a73;
  --site-accent-2: #6f8e7c;
  --site-border: rgba(197, 154, 115, 0.18);
  --site-shadow: 0 24px 60px rgba(56, 39, 21, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 82px;
  color: var(--site-ink);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.95),
      transparent 30%
    ),
    radial-gradient(
      circle at right top,
      rgba(197, 154, 115, 0.15),
      transparent 35%
    ),
    linear-gradient(180deg, #fffdf9 0%, var(--site-bg) 100%);
  font-family: "Manrope", sans-serif;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
.navbar-brand,
.block-heading h2,
.clean-hero h2,
.footer-clean h3,
.impressum-hero h1 {
  font-family: "Cormorant Garamond", serif !important;
}

a {
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

a:hover {
  text-decoration: none;
}

.navbar {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(56, 39, 21, 0.08);
  border-bottom: 1px solid rgba(197, 154, 115, 0.12);
}

.navbar.fixed-top {
  top: 12px;
  left: 12px;
  right: 12px;
  border-radius: 22px;
}

.navbar .container {
  min-height: 68px;
}

.navbar-brand.logo {
  color: var(--site-ink);
  letter-spacing: 0.02em;
  font-size: 1.08rem;
  font-weight: 700 !important;
}

.navbar-toggler {
  border: 1px solid rgba(197, 154, 115, 0.28);
  box-shadow: none !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 154, 115, 0.18);
}

.nav-link {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-link.active,
.nav-link:hover {
  color: var(--site-accent-2) !important;
}

.page {
  position: relative;
}

.clean-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-heading {
  margin-bottom: 2rem;
}

.block-heading h2,
.impressum-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -0.03em;
  color: var(--site-ink);
}

.block-heading p,
.clean-hero p,
.impressum-hero p,
.impressum-card p,
.impressum-card li {
  color: var(--site-muted);
  line-height: 1.75;
}

.clean-hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin: 1rem auto 0;
  min-height: 70vh;
  box-shadow: var(--site-shadow);
  background-size: cover !important;
  background-position: center !important;
  animation: heroRise 0.9s ease both;
}

.clean-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(9, 25, 32, 0.64),
    rgba(15, 118, 110, 0.16) 40%,
    rgba(247, 236, 224, 0.3)
  );
}

.clean-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -25% 40%;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(197, 154, 115, 0.3),
    transparent 70%
  );
  filter: blur(24px);
}

.clean-hero .text {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 1.5rem;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  box-shadow: 0 18px 44px rgba(9, 25, 32, 0.18);
}

.clean-hero h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
  margin-bottom: 1rem;
}

.clean-hero p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.hero-actions .btn {
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(9, 25, 32, 0.18);
  min-width: 170px;
}

.clean-card,
.clean-pricing-item,
.contact-clean form,
.impressum-card {
  background: var(--site-surface-strong);
  border: 1px solid var(--site-border);
  border-radius: 24px;
  box-shadow: var(--site-shadow);
}

.clean-card,
.clean-pricing-item {
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.clean-card:hover,
.clean-pricing-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(56, 39, 21, 0.16);
}

.clean-card img,
.clean-pricing-item img {
  object-fit: cover;
}

.clean-pricing .row {
  row-gap: 1.25rem;
}

.clean-pricing .clean-pricing-item {
  height: 100%;
}

.card-img-top {
  aspect-ratio: 1 / 1;
}

.clean-card .card-body,
.clean-pricing-item {
  padding: 1rem;
}

.about-us .col-sm-6,
.about-us .col-lg-4 {
  display: flex;
}

.about-us .row,
.clean-block .row.g-4 {
  row-gap: 1.25rem;
}

.clean-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.clean-card .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.clean-card .card-title,
.clean-pricing-item .heading h3 {
  font-size: 1.45rem;
}

.footer-clean {
  max-width: 1200px;
  margin: 3rem auto 1.5rem;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.78) !important;
  border-top: 1px solid var(--site-border);
  border-radius: 30px;
  box-shadow: var(--site-shadow);
}

.footer-clean h3 {
  color: var(--site-ink);
  font-size: 1.35rem;
}

.footer-clean ul a {
  color: var(--site-muted);
}

.footer-clean .item.social {
  text-align: right;
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-left: 0.65rem;
  margin-top: 1rem;
  color: #ffffff;
  background: #1877f2;
  opacity: 0.95;
}

.footer-clean .item.social > a i {
  display: block;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #ffffff;
}

.footer-clean .item.social > a .icon.ion-social-facebook::before {
  content: "FB";
  font-size: 0.8rem;
}

.footer-clean .item.social > a .icon.ion-social-whatsapp-outline::before {
  content: "WA";
  font-size: 0.72rem;
}

.footer-clean .item.social > a .icon.ion-social-instagram::before,
.footer-clean .item.social > a .icon.ion-social-instagram-outline::before {
  content: "IG";
  font-size: 0.72rem;
}

.footer-clean .item.social > a:nth-child(1) {
  background: #1877f2;
}

.footer-clean .item.social > a:nth-child(2) {
  background: #0d6efd;
}

.footer-clean .item.social > a:nth-child(3) {
  background: linear-gradient(135deg, #f58529, #e1306c);
}

.footer-clean .item.social > a:hover {
  transform: translateY(-3px) scale(1.05);
  color: #ffffff;
  box-shadow: 0 14px 25px rgba(56, 39, 21, 0.14);
}

.footer-clean .copyright {
  color: var(--site-muted);
}

.impressum-page {
  padding-top: 0.5rem;
}

.impressum-hero {
  padding: 2rem 0 1rem;
}

.impressum-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: var(--site-accent-2);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.impressum-card {
  padding: clamp(1.5rem, 3vw, 3rem);
}

.impressum-card h3 {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.impressum-card .lead-copy {
  font-size: 1.05rem;
  color: var(--site-muted);
  margin-bottom: 1.5rem;
}

.impressum-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.impressum-list li {
  padding: 0.45rem 0;
}

.impressum-list strong {
  color: var(--site-ink);
}

.impressum-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.impressum-actions .btn {
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 74px;
  }

  .navbar.fixed-top {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }

  .navbar .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(56, 39, 21, 0.1);
  }

  .footer-clean .item,
  .footer-clean .item.social {
    text-align: center;
  }

  .clean-hero {
    min-height: 56vh;
    border-radius: 0 0 28px 28px;
  }
}

@media (max-width: 767px) {
  .about-us .row,
  .clean-block .row.g-4,
  .clean-pricing .row {
    row-gap: 1rem;
  }

  .clean-pricing .clean-pricing-item {
    padding: 1.1rem;
  }

  .clean-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .clean-hero .text {
    padding: 3.25rem 1rem;
  }

  .footer-clean {
    border-radius: 24px;
    margin: 1.5rem 0.75rem;
  }

  .footer-clean .item.social > a {
    margin-top: 0.75rem;
  }

  .navbar .navbar-brand {
    max-width: 12rem;
    line-height: 1.1;
    white-space: normal;
  }

  .impressum-actions {
    flex-direction: column;
  }

  .impressum-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
