* {
  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: SPM × Fashion Weeks (Dark Edition)
   ========================================= */

.fashionweeks-section.dark {
  background: #000000;
  color: #ffffff;
  padding: 200px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Subtiler metallischer Schimmer */
.fashionweeks-section.dark::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.3;
  pointer-events: none;
}

/* Wrapper */
.fashionweeks-wrapper {
  max-width: 950px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Headline */
.fashionweeks-wrapper h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 45px;
  color: #ffffff;
}

/* Subline */
.fashionweeks-subline {
  font-weight: 300;
  font-size: 1.2rem;
  color: #cccccc;
  opacity: 0.9;
  letter-spacing: 0.05em;
  margin-bottom: 55px;
}

/* Text */
.fashionweeks-text {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #e6e6e6;
  letter-spacing: 0.01em;
  max-width: 800px;
  margin: 0 auto;
}

/* 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: 992px) {
  .fashionweeks-section.dark {
    padding: 140px 20px;
  }

  .fashionweeks-wrapper h2 {
    font-size: 2rem;
    margin-bottom: 35px;
  }

  .fashionweeks-subline {
    font-size: 1.05rem;
    margin-bottom: 40px;
  }

  .fashionweeks-text {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .fashionweeks-section.dark {
    padding: 100px 20px;
  }

  .fashionweeks-wrapper h2 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .fashionweeks-subline {
    font-size: 1rem;
  }

  .fashionweeks-text {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

/* =========================================
   SECTION: DIE IDEE HINTER DEM AUFTRITT
   ========================================= */

.spm-idea-section {
  background: #000000;
  color: #ffffff;
  padding: 180px 40px;
  position: relative;
  overflow: hidden;
}

/* Metallischer Glanz */
.spm-idea-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.25;
  pointer-events: none;
}

/* Layout */
.spm-idea-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Bildseite */
.spm-idea-image {
  overflow: hidden;
  position: relative;
}

.spm-idea-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  filter: brightness(0.95) contrast(1.1);
  transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.spm-idea-image img:hover {
  transform: scale(1.04);
  filter: brightness(1.15) contrast(1.2);
}

/* Textseite */
.spm-idea-content {
  padding-right: 20px;
}

.spm-idea-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}

.spm-idea-intro {
  font-weight: 400;
  color: #bbbbbb;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.spm-idea-content p {
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #e6e6e6;
  margin-bottom: 25px;
}

.spm-idea-content blockquote {
  font-style: italic;
  font-size: 1.3rem;
  color: #ffffff;
  opacity: 0.85;
  margin-top: 30px;
  border-left: 2px solid #ffffff33;
  padding-left: 20px;
  letter-spacing: 0.03em;
}

/* 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 Layout */
@media (max-width: 992px) {
  .spm-idea-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .spm-idea-image img {
    height: 400px;
  }

  .spm-idea-content {
    padding-right: 0;
  }

  .spm-idea-content h2 {
    font-size: 1.8rem;
  }

  .spm-idea-content p,
  .spm-idea-intro {
    font-size: 1rem;
  }

  .spm-idea-content blockquote {
    font-size: 1.1rem;
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .spm-idea-section {
    padding: 100px 20px;
  }

  .spm-idea-image img {
    height: 320px;
  }
}

/* =========================================
   SECTION: LONDON FASHION WEEK – THE GENESIS
   ========================================= */

.lfw-genesis-section {
  background: #ffffff;
  color: #0a0a0a;
  padding: 180px 40px;
  position: relative;
  overflow: hidden;
}

/* Lichtstruktur */
.lfw-genesis-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(0,0,0,0.03) 50%, transparent 75%);
  animation: shimmer 22s infinite linear;
  opacity: 0.2;
  pointer-events: none;
}

/* Layout */
.lfw-genesis-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Textseite */
.lfw-genesis-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}

.lfw-genesis-intro {
  font-weight: 400;
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.lfw-genesis-content p {
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #222;
  margin-bottom: 25px;
}

.lfw-genesis-content blockquote {
  font-style: italic;
  font-size: 1.3rem;
  color: #111;
  margin-top: 30px;
  border-left: 2px solid #00000022;
  padding-left: 20px;
  letter-spacing: 0.03em;
}

/* Bildseite */
.lfw-genesis-images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.lfw-genesis-images img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: brightness(1.05) contrast(1.05);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.lfw-genesis-images 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%); }
}

/* Responsive */
@media (max-width: 992px) {
  .lfw-genesis-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lfw-genesis-images {
    flex-direction: row;
    justify-content: center;
  }

  .lfw-genesis-images img {
    width: 48%;
    height: 280px;
  }

  .lfw-genesis-content h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }

  .lfw-genesis-content p,
  .lfw-genesis-intro {
    font-size: 1rem;
  }

  .lfw-genesis-content blockquote {
    font-size: 1.1rem;
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .lfw-genesis-section {
    padding: 100px 20px;
  }

  .lfw-genesis-images {
    flex-direction: column;
    gap: 20px;
  }

  .lfw-genesis-images img {
    width: 100%;
    height: 240px;
  }
}

/* =========================================
   SECTION: PARIS FASHION WEEK – THE CONTINUATION
   ========================================= */

.pfw-continuation-section {
  background: #ffffff;
  color: #0a0a0a;
  padding: 180px 40px;
  position: relative;
  overflow: hidden;
}

/* Subtiler Lichtschimmer */
.pfw-continuation-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(0,0,0,0.03) 50%, transparent 75%);
  animation: shimmer 22s infinite linear;
  opacity: 0.2;
  pointer-events: none;
}

/* Layout */
.pfw-continuation-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Bildseite (links) */
.pfw-continuation-images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pfw-continuation-images img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  filter: brightness(1.05) contrast(1.05);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.pfw-continuation-images img:hover {
  transform: scale(1.03);
  filter: brightness(1.2) contrast(1.15);
}

/* Textseite (rechts) */
.pfw-continuation-content {
  padding-left: 20px;
}

.pfw-continuation-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}

.pfw-continuation-intro {
  font-weight: 400;
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.pfw-continuation-content p {
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #222;
  margin-bottom: 25px;
}

.pfw-continuation-content blockquote {
  font-style: italic;
  font-size: 1.3rem;
  color: #111;
  margin-top: 30px;
  border-left: 2px solid #00000022;
  padding-left: 20px;
  letter-spacing: 0.03em;
}

/* 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: 992px) {
  .pfw-continuation-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pfw-continuation-images {
    flex-direction: row;
    justify-content: center;
  }

  .pfw-continuation-images img {
    width: 48%;
    height: 280px;
  }

  .pfw-continuation-content {
    padding-left: 0;
  }

  .pfw-continuation-content h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }

  .pfw-continuation-content p,
  .pfw-continuation-intro {
    font-size: 1rem;
  }

  .pfw-continuation-content blockquote {
    font-size: 1.1rem;
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .pfw-continuation-section {
    padding: 100px 20px;
  }

  .pfw-continuation-images {
    flex-direction: column;
    gap: 20px;
  }

  .pfw-continuation-images img {
    width: 100%;
    height: 240px;
  }
}

/* =========================================
   SECTION: BEDEUTUNG & KULTURELLE DIMENSION
   ========================================= */

.spm-meaning-section {
  background: #000000;
  color: #ffffff;
  padding: 180px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Subtiler metallischer Glanz */
.spm-meaning-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.3;
  pointer-events: none;
}

/* Wrapper */
.spm-meaning-wrapper {
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

/* Headline */
.spm-meaning-wrapper h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}

/* Intro */
.spm-meaning-intro {
  font-weight: 400;
  font-size: 1.15rem;
  color: #cccccc;
  opacity: 0.9;
  margin-bottom: 35px;
}

/* Text */
.spm-meaning-wrapper p {
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #e6e6e6;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
}

/* Zitat */
.spm-meaning-wrapper blockquote {
  font-style: italic;
  font-size: 1.4rem;
  color: #ffffff;
  opacity: 0.9;
  margin-top: 60px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
}

.spm-meaning-wrapper blockquote::before {
  content: "“";
  position: absolute;
  left: -10px;
  top: -20px;
  font-size: 3rem;
  opacity: 0.2;
}

/* 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: 992px) {
  .spm-meaning-section {
    padding: 140px 20px;
  }

  .spm-meaning-wrapper h2 {
    font-size: 1.9rem;
    margin-bottom: 35px;
  }

  .spm-meaning-intro {
    font-size: 1rem;
  }

  .spm-meaning-wrapper p {
    font-size: 1rem;
  }

  .spm-meaning-wrapper blockquote {
    font-size: 1.2rem;
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .spm-meaning-section {
    padding: 100px 20px;
  }

  .spm-meaning-wrapper h2 {
    font-size: 1.6rem;
  }

  .spm-meaning-wrapper blockquote {
    font-size: 1.1rem;
  }
}


/* === SPM Medienpartner Section === */
.spm-media-partners {
  background-color: #fff;
  color: #000;
  padding: 8rem 6%;
  text-align: center;
}
.spm-media-partners h2 {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.spm-media-partners p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 4rem auto;
}
.spm-media-partners .media-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.spm-media-partners .media-logos a img {
  max-height: 120px;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.spm-media-partners .media-logos a img:hover {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(100%);
}
.spm-media-partners .media-cta-button {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.spm-media-partners .media-cta-button:hover {
  background-color: #000;
  color: #fff;
}
/* === RESPONSIVE === */
@media (max-width: 900px) {
  .spm-media-partners h2 {
    font-size: 2.2rem;
  }

  .spm-media-partners .media-logos a img {
    max-height: 50px;
  }
}
