@font-face {
  font-family: 'Maytra';
  src: url('fonts/Maytra-PureOrient-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MinionPro';
  src: url('fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: 'MinionPro', 'Georgia', serif;
  min-height: 100vh;
}

.page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url('assets/PureOrient_Uebergangsseite_Background.jpg') center bottom / cover no-repeat;
  background-color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding: 60px 30px 50px;
  text-align: center;
}

/* Logo */
.logo img {
  width: 234px;
  height: auto;
  margin-bottom: 50px;
}

/* Headline SVG */
.headline {
  margin-bottom: 55px;
}

.headline img {
  width: 420px;
  max-width: 100%;
  height: auto;
}

/* Subtitle */
.subtitle {
  font-family: 'MinionPro', 'Georgia', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 8px;
}

/* "Zur Perfektion gebracht" script image */
.perfektion {
  margin-bottom: 30px;
}

.perfektion img {
  width: 320px;
  max-width: 80%;
  height: auto;
}

/* Body text */
.bodytext {
  font-family: 'MinionPro', 'Georgia', serif;
  font-size: 13px;
  line-height: 1.8;
  color: #d4d4d4;
  max-width: 520px;
  margin-bottom: 50px;
}

/* Contact block */
.contact {
  font-family: 'MinionPro', 'Georgia', serif;
  font-size: 14px;
  line-height: 1.7;
  color: #b0b0b0;
  margin-bottom: 30px;
}

.contact .company {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 2px;
}

.contact a {
  color: #c9a84c;
  text-decoration: none;
}

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

/* Impressum link */
.impressum-link {
  font-family: 'MinionPro', 'Georgia', serif;
  font-size: 12px;
  color: #b0b0b0;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.impressum-link:hover {
  color: #c9a84c;
}

/* Social / Instagram */
.social {
  margin-bottom: 10px;
}

.social a img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.social a:hover img {
  opacity: 1;
}

/* Impressum page */
.impressum-title {
  font-family: 'MinionPro', 'Georgia', serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 35px;
}

.impressum-content {
  font-family: 'MinionPro', 'Georgia', serif;
  font-size: 13px;
  line-height: 1.8;
  color: #d4d4d4;
  margin-bottom: 40px;
}

.impressum-content a {
  color: #c9a84c;
  text-decoration: none;
}

.impressum-content a:hover {
  text-decoration: underline;
}

.section-label {
  color: #999;
  margin-bottom: 8px;
}

.back-link {
  font-family: 'MinionPro', 'Georgia', serif;
  font-size: 13px;
  color: #b0b0b0;
  text-decoration: none;
}

.back-link:hover {
  color: #c9a84c;
}

/* Responsive */
@media (max-width: 600px) {
  .content {
    padding: 40px 20px 40px;
  }

  .logo img {
    width: 182px;
    margin-bottom: 35px;
  }

  .headline img {
    width: 300px;
  }

  .subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .perfektion img {
    width: 240px;
  }

  .bodytext {
    font-size: 12px;
    line-height: 1.7;
  }
}
