* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

.vision-section {
  background-color: #fff;
  color: #000;
  padding: 8vh 8vw;
}
.vision-container {
  max-width: 800px;
}
.vision-container h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.vision-container p {
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 300;
}

.kontakt-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 8vw;
  margin-top: 100px;
  gap: 5vw;
  flex-wrap: wrap;
}
.kontakt-left {
  flex: 1;
  min-width: 300px;
}
.kontakt-left h2 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .kontakt-left h2 {
    font-size: 2.3rem;
  }
}
.kontakt-left p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  max-width: 500px;
}
.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.kontakt-form label {
  font-size: 0.9rem;
  font-weight: bold;
}
.kontakt-form input,
.kontakt-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #111;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  font-family: inherit;
  background: transparent;
  resize: none;
}
.datenschutz {
  font-size: 0.8rem;
}
.datenschutz a {
  text-decoration: underline;
  color: #111;
  font-weight: bold;
}
.submit-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.btn-line {
  width: 50px;
  height: 3px;
  background-color: #600;
  transition: width 0.3s ease;
}
.submit-cta:hover .btn-line {
  width: 60px;
}
.submit-button {
  padding: 0.6rem 1.5rem;
  font-size: 0.95rem;
  font-weight: bold;
  border: 1px solid #111;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.submit-button:hover {
  background-color: #111;
  color: #fff;
}
.kontakt-right {
  flex: 1;
  min-width: 300px;
}
.image-placeholder-kontakt {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #d3d3d3;
  background-image: url("Rh2.jpg");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}

.blog-section {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  padding: 5vh 8vw;
  flex-wrap: wrap;
}
.blog-left {
  flex: 1;
  min-width: 280px;
  margin-top: 50px;
}
.image-placeholder-blog {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #d3d3d3;
  background-image: url("AR.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.blog-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 50px;
}
.blog-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
  opacity: 0.8;
}
.blog-right h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.blog-right p {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 1.5rem;
}
.blog-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-form label {
  font-weight: bold;
}
.blog-form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: white;
  font-family: inherit;
}
.blog-form input::placeholder {
  color: #ccc;
}
.blog-button {
  margin-top: 1rem;
  padding: 0.6rem 1.5rem;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  cursor: pointer;
  align-self: flex-start;
  font-family: "Montserrat", sans-serif;
  transition: background 0.3s ease, color 0.3s ease;
}
.blog-button:hover {
  background-color: white;
  color: #723737;
}

.footer {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5vh 8vw;
  gap: 3rem;
  font-size: 1rem;
}
.footer-service {
  width: 1200px;
  margin-top: 50px;
}
.footer-social {
  margin-top: 50px;
  margin-right: -100px;
}
.footer-col {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-col a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color: #dddddd;
}
.footer-service p {
  margin: 0.2rem 0;
  font-size: 0.7rem;
}
.footer-address ul {
  list-style: none;
  margin-left: 1rem;
  padding: 0;
}
.footer-social .icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.footer-social img {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
@media (max-width: 1024px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 2rem;
  }

  .footer-service,
  .footer-social {
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
  }

  .footer-social .icons {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 4vh 5vw;
    font-size: 0.9rem;
  }

  .footer-col a {
    font-size: 0.95rem;
  }

  .footer-social img {
    width: 32px;
    height: 32px;
  }

  .footer-service p {
    font-size: 0.65rem;
    margin-bottom: 10px;
  }
}

/* =========================================
   SECTION: STIM × Christoph Maybach
   ========================================= */

.collab-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
/* Hintergrundvideo */
.collab-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6) contrast(1.05);
  z-index: 1;
}
/* Dunkles Overlay für Lesbarkeit */
.collab-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
/* Textcontainer */
.collab-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 40px 20px;
  animation: fadeIn 1.8s ease-out forwards;
}
/* Headline */
.collab-content h2 {
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  text-transform: none;
  text-transform: uppercase;
}
/* Subline */
.collab-subline {
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: 0.02em;
}
/* Text */
.collab-text {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #e6e6e6;
  letter-spacing: 0.01em;
}
/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
/* =========================================
   📱 MOBILE – COLLAB SECTION
   ========================================= */
@media (max-width: 768px) {
  .collab-section {
    height: auto;
    min-height: 100vh;
    padding: 100px 0;
  }

  .collab-content {
    max-width: 500px;
    padding: 30px 18px;
  }

  .collab-content h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }

  .collab-subline {
    font-size: 0.95rem;
    margin-bottom: 28px;
  }

  .collab-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

/* Extra kleiner Breakpoint (z.B. iPhone SE) */
@media (max-width: 430px) {
  .collab-section {
    padding: 90px 0;
  }

  .collab-content {
    max-width: 320px;
    padding: 24px 16px;
  }

  .collab-content h2 {
    font-size: 1.5rem;
    letter-spacing: 0.09em;
  }

  .collab-subline {
    font-size: 0.85rem;
    margin-bottom: 24px;
  }

  .collab-text {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}


/* =========================================
   SECTION: DIE INNOVATION (Bilder nebeneinander)
   ========================================= */

.innovation-section {
  background: #ffffff;
  color: #0a0a0a;
  padding: 160px 20px;
  position: relative;
  overflow: hidden;
}
/* Lichtspiel */
.innovation-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(0,0,0,0.03) 50%, transparent 75%);
  animation: shimmer 20s infinite linear;
  opacity: 0.25;
  pointer-events: none;
}
/* Container */
.innovation-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}
/* Textbereich */
.innovation-text {
  max-width: 850px;
  margin: 0 auto 100px auto;
}
.innovation-text h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.16em;
  margin-bottom: 50px;
}
.innovation-text p {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #222;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  transition: color 1s ease;
}
.innovation-text p:hover {
  color: #555;
}
.innovation-text strong {
  font-weight: 500;
  color: #000;
}
.innovation-text em {
  font-style: italic;
  color: #111;
}
/* Bildreihe unten */
.innovation-gallery {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-top: 60px;
}
/* Bild-Container ausrichten */
.innovation-images {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/* Bild deutlich kleiner machen (Desktop) */
.innovation-image {
  max-width: 460px;
  width: 100%;
}
.innovation-image img {
  width: 100%;
  height: auto;
  display: block;
}
.innovation-gallery img:hover {
  transform: scale(1.03);
  filter: brightness(1.2) contrast(1.15);
}
/* Animationen */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
/* =========================================
   📱 MOBILE – INNOVATION SECTION
   ========================================= */
@media (max-width: 768px) {

  .innovation-section {
    padding: 110px 20px;
  }

  .innovation-wrapper {
    max-width: 520px;
    text-align: center;
  }

  .innovation-text {
    max-width: 480px;
    margin: 0 auto 60px auto;
  }

  .innovation-text h2 {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    margin-bottom: 32px;
  }

  .innovation-text p {
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 18px;
  }

  /* Galerie untereinander statt nebeneinander */
  .innovation-gallery {
    flex-direction: column;
    gap: 22px;
    margin-top: 40px;
    align-items: center;
  }
  .innovation-gallery img {
    width: 80% !important;
    max-width: 60px !important;
    height: 180px !important;
  }
}

/* =========================================
   📱 EXTRA SMALL – iPhone SE / Android Mini
   ========================================= */
@media (max-width: 430px) {

  .innovation-section {
    padding: 90px 16px;
  }

  .innovation-text {
    max-width: 340px;
  }

  .innovation-text h2 {
    font-size: 1.45rem;
    margin-bottom: 26px;
  }

  .innovation-text p {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .innovation-gallery img {
    height: 200px;
    max-width: 300px;
  }
}



/* =========================================
   SECTION: SYMBOLIK & DESIGN
   ========================================= */

.symbol-section {
  background: #000000;
  color: #ffffff;
  padding: 160px 20px;
  position: relative;
  overflow: hidden;
}

/* Sanfte Lichtbewegung */
.symbol-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(0,0,0,0.03) 50%, transparent 75%);
  animation: shimmer 20s infinite linear;
  opacity: 0.2;
  pointer-events: none;
}

/* Container */
.symbol-wrapper {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Titel */
.symbol-wrapper h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.16em;
  margin-bottom: 70px;
}

/* Textkörper */
.symbol-content p {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
  transition: color 1s ease;
}

.symbol-content p:hover {
  color: #555;
}

.symbol-content strong {
  font-weight: 500;
  color: #ffffff;
}

/* Animationen */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Responsive */
@media (max-width: 768px) {
  .symbol-section {
    padding: 100px 20px;
  }

  .symbol-wrapper h2 {
    font-size: 1.7rem;
    margin-bottom: 50px;
  }

  .symbol-content p {
    font-size: 1rem;
  }
}

/* =========================================
   SECTION: 3 VIDEOS NEBENEINANDER
   ========================================= */

.video-triptych {
  background: #000000;
  color: #ffffff;
  padding: 160px 20px;
  position: relative;
  overflow: hidden;
}

/* Subtiler Schimmer für Tiefe */
.video-triptych::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,0.05) 50%, transparent 75%);
  animation: shimmer 22s infinite linear;
  opacity: 0.4;
  pointer-events: none;
}

/* Wrapper */
.video-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Headline */
.video-wrapper h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 0.15em;
  margin-bottom: 80px;
  color: #ffffff;
}

/* Video-Grid */
.video-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: nowrap;
}

/* Einzelne Videos */
.video-item {
  flex: 1;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}

.video-item video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  filter: brightness(0.95) contrast(1.1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.video-item:hover video {
  transform: scale(1.04);
  filter: brightness(1.2) contrast(1.15);
}

/* Animationen */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Responsive */
@media (max-width: 1200px) {
  .video-item video {
    height: 400px;
  }
}

@media (max-width: 992px) {
  .video-grid {
    flex-direction: column;
    gap: 25px;
  }

  .video-item video {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .video-triptych {
    padding: 100px 20px;
  }

  .video-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }

  .video-item video {
    height: 260px;
  }
}

/* =========================================
   SECTION: TECHNISCHE DATEN & ABSCHLUSS
   ========================================= */

/* --- Technische Daten --- */
.tech-section {
  background: #ffffff;
  color: #0a0a0a;
  padding: 160px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tech-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(0,0,0,0.03) 50%, transparent 75%);
  animation: shimmer 20s infinite linear;
  opacity: 0.25;
  pointer-events: none;
}

/* Container */
.tech-wrapper {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Titel */
.tech-wrapper h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  margin-bottom: 70px;
}

/* Datenbox */
.tech-box {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 50px;
  border-radius: 0;
  background: #fafafa;
  box-shadow: 0 0 60px rgba(0,0,0,0.03);
}

.tech-row {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 1.05rem;
  color: #222;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  letter-spacing: 0.01em;
}

.tech-row:last-child {
  border-bottom: none;
}

.tech-row span {
  font-weight: 500;
  color: #000;
}

/* --- Abschluss --- */
.closing-section {
  background: #0a0a0a;
  color: #ffffff;
  padding: 140px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.closing-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,0.05) 50%, transparent 75%);
  animation: shimmer 22s infinite linear;
  opacity: 0.4;
  pointer-events: none;
}

.closing-wrapper {
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 2s ease-out forwards;
}

.closing-wrapper blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.9;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* Animationen */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Responsive */
@media (max-width: 768px) {
  .tech-section {
    padding: 100px 20px;
  }

  .tech-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }

  .tech-box {
    padding: 30px;
  }

  .tech-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
  }

  .closing-section {
    padding: 100px 20px;
  }

  .closing-wrapper blockquote {
    font-size: 1.3rem;
  }
}
