/* ══════════════════════════════════════════════════════════
   SANDIIX × IZOROYAL – Partnerseite
   Statischer Port der früheren Next.js-Route /izoroyal.
   Eigenes Stylesheet: die Seite nutzt das helle IZOROYAL-
   Layout und nicht das dunkle Design-System aus style.css.
   ══════════════════════════════════════════════════════════ */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-vf.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}

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

html, body {
  overflow-x: clip;
}

body {
  font-family: "Archivo", "Segoe UI", system-ui, sans-serif;
  background-color: rgb(243, 243, 243);
}

img, svg, video { display: block; max-width: 100%; }

#website-wrapper {
  --accent-color: #0e7f95;
  --accent-deep: #0a5c6e;
  --accent-soft: #e6f1f4;
  --text-color: rgb(100, 100, 100);

  padding: 0 12%;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden; /* hält die angeschnittenen Farbflächen in der Seite */
  background-color: rgb(243, 243, 243);
}

@media screen and (max-width: 1500px) {
  #website-wrapper {
    padding: 0 5%;
  }
}

@media screen and (max-width: 900px) {
  #website-wrapper {
    padding: 0 1rem;
  }
}

/* ── Kopf- und Fußfläche ─────────────────────────────────── */

#head-gradient {
  top: 0;
  left: 0;
  width: 100%;
  height: 28rem;
  z-index: 1;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
  background-color: white;
}

#bottom-gradient {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  z-index: 1;
  position: absolute;
  clip-path: polygon(100% 24%, 100% 100%, 0 100%, 0 0);
  background-color: var(--accent-color);
}

/* ── Kopfband ────────────────────────────────────────────── */

#top-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 2px;
  width: 150%;
  margin-left: -20%;
  height: 3.2rem;
  background-color: var(--accent-color);
  z-index: 2;
}

#top-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.1rem;
  width: 76%;
  text-align: center;
  z-index: 2;
  color: white;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 2px;
}

@media screen and (max-width: 1500px) {
  #top-text { width: 90%; }
}

@media screen and (max-width: 900px) {
  #top-text { width: calc(100% - 2rem); }
}

@media screen and (max-width: 400px) {
  #top-text { font-size: 1rem; }
}

@media screen and (max-width: 350px) {
  #top-text { letter-spacing: 0; }
}

/* ── Titel ───────────────────────────────────────────────── */

#head-wrapper {
  margin-top: 9rem;
  margin-bottom: 9rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 850px) {
  #head-wrapper { margin-top: 6rem; }
}

@media screen and (max-width: 700px) {
  #head-wrapper { margin-top: 5rem; }
}

@media screen and (max-width: 400px) {
  #head-wrapper {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
}

#head-wrapper > img {
  width: 70%;
}

#head-text {
  margin-top: 7rem;
  font-size: 3.6rem;
  font-weight: 150;
  line-height: 160%;
  width: 80%;
  color: var(--text-color);
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #head-text {
    font-size: 2.8rem;
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  #head-text {
    margin-top: 6rem;
    font-size: 2.2rem;
    width: 80%;
  }
}

@media screen and (max-width: 400px) {
  #head-text {
    margin-top: 4rem;
    margin-bottom: 7rem;
    font-size: 1.4rem;
  }
}

#head-text::after {
  content: '';
  display: block;
  width: 7rem;
  height: 9px;
  background-color: var(--accent-color);
  position: absolute;
  left: calc(50% - 3.5rem);
  bottom: -3rem;
  z-index: 2;
}

@media screen and (max-width: 400px) {
  #head-text::after {
    width: 4rem;
    height: 7px;
    left: calc(50% - 2rem);
  }
}

.aqua-text {
  color: var(--accent-color);
  font-weight: 800;
}

/* ── Zwischenüberschriften ───────────────────────────────── */

.intersection-headline {
  margin-top: 7rem;
  margin-bottom: 8rem;
  font-size: 3.5rem;
  font-weight: 150;
  line-height: 140%;
  width: 100%;
  color: var(--text-color);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .intersection-headline {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 800px) {
  .intersection-headline {
    margin-top: 5rem;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 400px) {
  .intersection-headline {
    margin-top: 5rem;
    margin-bottom: 7rem;
    font-size: 1.5rem;
  }
}

.intersection-headline::after {
  content: '';
  display: block;
  width: 7rem;
  height: 9px;
  background-color: var(--accent-color);
  position: absolute;
  left: calc(50% - 3.5rem);
  bottom: -2rem;
  z-index: 2;
}

@media screen and (max-width: 400px) {
  .intersection-headline::after {
    width: 4rem;
    height: 7px;
    left: calc(50% - 2rem);
  }
}

/* ── Video-Raster ────────────────────────────────────────── */

#video-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: .4rem;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  #video-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.video-container {
  z-index: 2;
  position: relative;
  background-color: #000;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-container > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container > .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.525);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: visibility .2s, opacity .2s;
}

.video-container > .play-button > svg {
  width: 54%;
  height: 54%;
  fill: currentColor;
  transition: width .2s, height .2s;
}

.video-container > .play-button:hover > svg {
  width: 75%;
  height: 75%;
}

@media screen and (max-width: 600px) {
  .video-container > .play-button { width: 2.7rem; height: 2.7rem; }
}

@media screen and (max-width: 400px) {
  .video-container > .play-button { width: 2.4rem; height: 2.4rem; }
}

/* Läuft das Video, verschwindet der Button (kommt bei Pause/Ende zurück) */
.video-container.is-playing > .play-button {
  opacity: 0;
  visibility: hidden;
  transition: visibility .2s, opacity .2s;
}

/* Nur auf Geräten mit echtem Hover (Desktop) beim Drüberfahren wieder einblenden –
   auf Touch-Geräten bleibt das laufende Video komplett frei von Bedienelementen */
@media (hover: hover) {
  .video-container.is-playing:hover > .play-button {
    visibility: visible;
    opacity: 1;
  }
}

/* ── Produkte ────────────────────────────────────────────── */

#products-wrapper {
  position: relative;
}

#products-bg {
  width: 140%;
  height: 46rem;
  position: absolute;
  top: 3rem;
  left: -17rem;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  clip-path: polygon(0 13%, 100% 0, 100% 86%, 0% 100%);
  opacity: .8;
  filter: grayscale(100%);
  max-width: none;
}

@media screen and (max-width: 1100px) {
  #products-bg { height: 35rem; top: 2rem; left: -10rem; }
}

@media screen and (max-width: 750px) {
  #products-bg { height: 30rem; top: 2rem; left: -5rem; }
}

@media screen and (max-width: 550px) {
  #products-bg { height: 21rem; top: 1rem; left: -5rem; }
}

@media screen and (max-width: 370px) {
  #products-bg { height: 15rem; top: 1rem; left: -1rem; }
}

#products {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 750px) {
  #products { gap: .3rem; }
}

#products > img {
  width: 23rem;
}

@media screen and (max-width: 1100px) {
  #products > img { width: 18rem; }
}

@media screen and (max-width: 750px) {
  #products > img { width: 15rem; }
}

@media screen and (max-width: 550px) {
  #products > img { width: 10rem; }
}

@media screen and (max-width: 370px) {
  #products > img { width: 7rem; }
}

/* ── Kontakt ─────────────────────────────────────────────── */

#contact-info-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 200;
  z-index: 2;
}

.info-block {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--text-color);
}

.info-block > svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: var(--accent-color);
  flex-shrink: 0;
}

.info-link {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}

.info-link > a {
  color: var(--text-color);
  text-decoration: none;
}

.info-link > svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: var(--accent-color);
  flex-shrink: 0;
}

.info-link:hover a,
.info-link:hover svg {
  color: var(--accent-color);
  fill: var(--accent-color);
}

@media screen and (max-width: 400px) {
  .info-block,
  .info-link a { font-size: 1.2rem; }
}

@media screen and (max-width: 350px) {
  .info-block > svg,
  .info-link > svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* ── Footer ──────────────────────────────────────────────── */

#page-footer {
  left: 0;
  margin-top: 9rem;
  margin-bottom: 2rem;
  bottom: 0;
  height: 15rem;
  position: relative;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 500px) {
  #page-footer { margin-top: 8rem; }
}

@media screen and (max-width: 350px) {
  #page-footer {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 300px) {
  #page-footer { margin-top: 7rem; }
}

#footer-logo > img {
  width: 16rem;
}

@media screen and (max-width: 350px) {
  #footer-logo > img { width: 100%; }
}

#footer-links {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 1;
  gap: 1.5rem;
}

#footer-links > a {
  color: white;
  transition: color .2s ease-in-out;
  font-size: 1.1rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

#footer-links > a:hover {
  color: #131313;
}

/* ══════════════════════════════════════════════════════════
   Inhaltsbausteine der Partner-Seite
   (Anker-Navi, Feature-Reihen, Kennzahlen, Produkt-Blöcke)
   ══════════════════════════════════════════════════════════ */

/* ── Anker-Navigation ────────────────────────────────────── */

.anchor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  position: relative;
  z-index: 2;
}

.anchor-row > a {
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-color);
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: 2rem;
  padding: .55rem 1.15rem;
  transition: background-color .2s, color .2s, border-color .2s;
}

.anchor-row > a:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.anchor-row + .intersection-headline { margin-top: 5rem; }

/* ── Fließtext-Bausteine ─────────────────────────────────── */

.section-intro {
  max-width: 68ch;
  margin: -3rem auto 5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7;
  color: var(--text-color);
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-block;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: .9rem;
}

.disclaimer {
  max-width: 70ch;
  margin: 0 auto;
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-color);
  position: relative;
  z-index: 2;
}

/* ── Feature-Reihe: Video links, Text rechts (alternierend) ─ */

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  position: relative;
  z-index: 2;
}

.feature-row--flip .feature-row__media { order: 2; }

@media screen and (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; gap: 1.8rem; }
  .feature-row--flip .feature-row__media { order: 0; }
}

.feature-row__body h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 300;
  line-height: 1.3;
  color: #2a2a2a;
  margin-bottom: 1.1rem;
}

.feature-row__body p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.feature-row__body p.lead { font-size: 1.16rem; }
.feature-row__body strong { font-weight: 600; color: #2a2a2a; }

/* ── Fakten-Chips unter einer Feature-Reihe ──────────────── */

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.4rem;
}

.fact {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
  border-left: 3px solid var(--accent-color);
  padding: .7rem 1.05rem;
  font-size: .78rem;
  font-weight: 300;
  color: var(--text-color);
}

.fact > b {
  font-size: 1.05rem;
  font-weight: 600;
  color: #2a2a2a;
}

/* ── Kennzahlen ──────────────────────────────────────────── */

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 900px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 460px) { .stat-grid { grid-template-columns: 1fr; } }

.stat {
  background-color: #fff;
  padding: 1.6rem 1.4rem;
  border-top: 4px solid var(--accent-color);
}

.stat > b {
  display: block;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.1;
  color: var(--accent-color);
  margin-bottom: .5rem;
}

.stat > span {
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-color);
}

/* ── Vision / Mission / Verantwortung ────────────────────── */

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) { .why-grid { grid-template-columns: 1fr; } }

.why-card {
  background-color: #fff;
  padding: 2rem 1.9rem;
  border-left: 4px solid var(--accent-color);
}

.why-card p {
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-color);
}

.why-card strong { font-weight: 600; color: #2a2a2a; }

.slogan {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(2.2rem, 5vw, 3.4rem) 1.5rem;
  text-align: center;
  background-color: var(--accent-color);
  color: #fff;
  font-size: clamp(1.15rem, 3vw, 2.3rem);
  font-weight: 200;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

/* ── Produkt-Blöcke ──────────────────────────────────────── */

/* Abstand, damit die angeschnittene Graufläche hinter den
   Produktbildern nicht in den ersten Produktblock läuft. */
#products-wrapper { margin-bottom: clamp(7rem, 14vw, 15rem); }

.product {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
  position: relative;
  z-index: 2;
}

.product--flip .product__media { order: 2; }

@media screen and (max-width: 950px) {
  .product { grid-template-columns: 1fr; gap: 1.8rem; }
  .product--flip .product__media { order: 0; }
}

.product__body { min-width: 0; }

.product__body h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  font-weight: 300;
  line-height: 1.3;
  color: #2a2a2a;
  margin-bottom: 1rem;
}

.product__body > p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-color);
  margin-bottom: 1.7rem;
}

.product__body strong { font-weight: 600; color: #2a2a2a; }

.meta { margin-bottom: 1.9rem; }

.meta dt {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: .35rem;
}

.meta dd {
  font-size: .97rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 1.05rem;
}

.spec {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.spec caption {
  text-align: left;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent-color);
  padding-bottom: .7rem;
}

.spec th,
.spec td {
  text-align: left;
  padding: .7rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  font-size: .93rem;
}

.spec th { font-weight: 300; color: var(--text-color); width: 54%; }
.spec td { font-weight: 500; color: #2a2a2a; }
.spec tr:last-child th,
.spec tr:last-child td { border-bottom: 0; }

@media screen and (max-width: 420px) {
  .spec th, .spec td { padding: .6rem .7rem; font-size: .86rem; }
}

/* ── Verarbeitungs-Checkliste ────────────────────────────── */

.check {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-top: 1.2rem;
  list-style: none;
}

.check > li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-color);
}

.check > li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: 700;
}

/* ── Einsatzbereiche ─────────────────────────────────────── */

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 850px) { .area-grid { grid-template-columns: 1fr; } }

.area { background-color: #fff; padding: 2rem 1.8rem; }

.area h4 {
  font-size: 1.12rem;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 1.1rem;
  padding-bottom: .8rem;
  border-bottom: 2px solid var(--accent-color);
}

.area ul { display: flex; flex-direction: column; gap: .55rem; list-style: none; }

.area li {
  position: relative;
  padding-left: 1.1rem;
  font-size: .97rem;
  font-weight: 300;
  color: var(--text-color);
}

.area li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  background-color: var(--accent-color);
}

/* ── Qualität & Standards ────────────────────────────────── */

.cert-row {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  position: relative;
  z-index: 2;
}

.cert-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-top: .3rem;
}

.cert-chips > span {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .45rem 1rem;
}

/* ══════════════════════════════════════════════════════════
   COVER – fertiges Partner-Artwork (weisser Rohbau,
   SANDIIX | IZOROYAL). Bricht bewusst aus der Polsterung
   von #website-wrapper aus; der Wrapper clippt den Rest.
   ══════════════════════════════════════════════════════════ */

.cover {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  background: #ffffff;
}

.cover__frame {
  position: relative;
  width: 100%;
}

/* Randlos ueber die volle Breite. Wird das 3:2-Artwork hoeher als der
   Viewport, wird nur oben/unten beschnitten (Logos bleiben mittig im Bild),
   nie seitlich. */
.cover__art {
  display: block;
  width: 100%;
  height: min(100svh, 66.667vw);
  object-fit: cover;
  object-position: center;
}

/* Weiche Kante nach unten in den Seitengrund */
.cover::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(243, 243, 243));
}

.cover__scroll {
  position: relative;
  z-index: 2;
  margin: clamp(1.6rem, 3.5vw, 2.6rem) 0 0;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 50%;
  color: rgb(95, 95, 98);
  text-decoration: none;
  transition: background-color .2s, color .2s, border-color .2s;
}

.cover__scroll > svg { width: 1.1rem; height: 1.1rem; }

.cover__scroll:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.cover + .anchor-row { margin-top: clamp(2rem, 5vw, 3.2rem); }

/* ── Mobil-Cover: Artwork-Elemente als HTML gestapelt ─────────
   Unter 760px waere das 3:2-Artwork auf dem Handy nur noch ~250-500px
   hoch und die Logos schrumpfen auf Briefmarkengroesse. Deshalb hier derselbe
   Aufbau (Partner von / SANDIIX | IZOROYAL / Slogan) in echter
   Typografie auf dem retuschierten Rohbau-Foto. */
.cover__stack { display: none; }

@media screen and (max-width: 759px) {
  .cover__frame {
    aspect-ratio: 4 / 5;
    max-height: 640px;
    overflow: hidden;
    background: #f4f4f4;
  }
  .cover__art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
  }
  .cover__stack {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(.9rem, 3.2vw, 1.3rem);
    padding: 10% 8%;
    text-align: center;
  }

  .cover__kicker {
    display: flex;
    align-items: center;
    gap: .8rem;
    font-size: clamp(.68rem, 2.9vw, .82rem);
    font-weight: 600;
    letter-spacing: .28em;
    text-indent: .28em;
    text-transform: uppercase;
    color: #3a3f44;
    white-space: nowrap;
  }
  .cover__kicker::before,
  .cover__kicker::after {
    content: '';
    width: clamp(2.4rem, 12vw, 4rem);
    height: 1px;
    background: rgba(40, 45, 50, .55);
  }
  .cover__kicker::after { margin-left: -.28em; }

  .cover__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cover__brand--sx > img {
    width: min(72vw, 300px);
    height: auto;
    display: block;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .18));
  }
  .cover__sxclaim {
    position: relative;
    margin-top: .45rem;
    padding-bottom: .55rem;
    width: min(72vw, 300px);
    font-size: clamp(.6rem, 2.5vw, .72rem);
    font-weight: 600;
    letter-spacing: .5em;
    text-indent: .5em;
    text-transform: uppercase;
    color: #2b2f33;
  }
  /* blauer Lichtstrich wie im Original-Logo */
  .cover__sxclaim::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(36, 150, 230, 0), #2d9ef0 40%, #2d9ef0 60%, rgba(36, 150, 230, 0));
    box-shadow: 0 0 10px rgba(45, 158, 240, .75);
  }

  .cover__divider {
    width: min(40vw, 180px);
    height: 1px;
    background: rgba(40, 45, 50, .35);
  }

  .cover__brand--izo > img {
    width: min(62vw, 260px);
    height: auto;
    display: block;
  }
  .cover__izo1 {
    margin-top: .55rem;
    font-size: clamp(.72rem, 3.1vw, .88rem);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #00634c;
  }
  .cover__izo2 {
    margin-top: .15rem;
    font-size: clamp(.6rem, 2.55vw, .72rem);
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4b5156;
  }

  .cover__slogan {
    margin-top: .3rem;
    font-size: clamp(.72rem, 3.1vw, .86rem);
    font-weight: 500;
    letter-spacing: .26em;
    text-indent: .26em;
    text-transform: uppercase;
    color: #2b2f33;
    white-space: nowrap;
  }
  .cover__slogan > b { font-weight: 700; color: #00634c; }

  .cover::after { height: 9%; }
}

/* ══════════════════════════════════════════════════════════
   Partner-Baender (Fotos ueber die volle Breite)
   ══════════════════════════════════════════════════════════ */

.band {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
  z-index: 2;
  background: #101214;
}

/* Fotos randlos ueber die volle Breite, immer im Original-Seitenverhaeltnis
   (3:2) – nie angeschnitten, keine Raender. */
.band__img {
  display: block;
  width: 100%;
  height: auto;
}

.band__caption {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.1rem, 2.5vw, 1.6rem) clamp(1.2rem, 5vw, 3rem) clamp(1.4rem, 3vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .5rem 1.4rem;
  color: #d7dde1;
}

.band__caption > strong {
  font-size: clamp(.95rem, 2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: .04em;
  color: #ffffff;
}

.band__caption > span {
  font-size: clamp(.85rem, 1.7vw, .98rem);
  font-weight: 300;
  line-height: 1.55;
  color: #a9b1b7;
}

/* ══════════════════════════════════════════════════════════
   Plakat-Block (hochformatiges Motiv neben Text)
   ══════════════════════════════════════════════════════════ */

.poster {
  display: grid;
  grid-template-columns: minmax(0, 420px) 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  margin-top: clamp(3rem, 6vw, 5rem);
  position: relative;
  z-index: 2;
}

.poster__img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .55);
}

.poster__body h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 300;
  line-height: 1.3;
  color: #2a2a2a;
  margin-bottom: 1.1rem;
}

.poster__body p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.poster__body strong { font-weight: 600; color: #2a2a2a; }

@media screen and (max-width: 850px) {
  .poster { grid-template-columns: 1fr; gap: 1.8rem; }
  .poster__img { max-width: 420px; margin: 0 auto; }
}

/* ══════════════════════════════════════════════════════════
   FUSSZEILE im Stil der SANDIIX-Visitenkarte
   Dunkle, fein gebuerstete Metallflaeche als Kontrast zum
   hellen Seitenkoerper. Ohne Portrait, ohne QR-Code.
   ══════════════════════════════════════════════════════════ */

.vcard {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-top: clamp(4rem, 8vw, 7.5rem);
  padding: clamp(2.6rem, 6vw, 4.6rem) clamp(1.2rem, 6vw, 5rem) 0;
  color: #e7eaec;
  overflow: hidden;
  z-index: 2;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 3px),
    radial-gradient(130% 150% at 20% -10%, #40444a 0%, #22262a 40%, #0e1012 100%);
}

/* Feine Lichtkante oben – wie der Metallrand der Karte */
.vcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .38) 18%, rgba(255, 255, 255, .38) 82%, rgba(255, 255, 255, 0));
}

/* Diagonaler Lichtanschnitt links, wie auf der Visitenkarte */
.vcard__sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(104deg,
    rgba(255, 255, 255, .11) 0%,
    rgba(255, 255, 255, .05) 12%,
    rgba(255, 255, 255, .01) 24%,
    transparent 34%);
}

.vcard__inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.4rem, 6vw, 6rem);
  align-items: start;
}

/* ── Person ─────────────────────────────────────────────── */

.vcard__name {
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.1;
  background: linear-gradient(180deg, #ffffff 0%, #d3d8dc 45%, #9aa2a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vcard__role {
  margin-top: .5rem;
  font-size: clamp(.86rem, 1.7vw, 1.05rem);
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #a6adb3;
}

.vcard__contact {
  list-style: none;
  margin-top: clamp(1.6rem, 3.5vw, 2.6rem);
  display: flex;
  flex-direction: column;
}

.vcard__contact > li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: clamp(.7rem, 1.6vw, 1rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.vcard__contact > li:last-child { border-bottom: 0; }

.vcard__icon {
  flex-shrink: 0;
  width: 2.45rem;
  height: 2.45rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  color: #dfe4e8;
}

.vcard__icon > svg { width: 1.15rem; height: 1.15rem; }

.vcard__contact a {
  font-size: clamp(.92rem, 1.9vw, 1.12rem);
  font-weight: 400;
  letter-spacing: .04em;
  color: #e7eaec;
  text-decoration: none;
  word-break: break-word;
  transition: color .2s;
}

.vcard__contact a:hover { color: #ffffff; }

.vcard__contact > li:hover .vcard__icon {
  border-color: rgba(255, 255, 255, .7);
  color: #ffffff;
}

/* ── Firma ──────────────────────────────────────────────── */

.vcard__brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  margin-bottom: clamp(1.6rem, 3.5vw, 2.4rem);
}

.vcard__logo {
  width: clamp(190px, 24vw, 300px);
  height: auto;
  display: block;
}

.vcard__claim {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(9.5px, 1.18vw, 14.7px);
  font-weight: 600;
  letter-spacing: .5em;
  text-indent: .25em;
  text-transform: uppercase;
  color: #9aa2a8;
  white-space: nowrap;
}

.vcard__firm {
  font-size: clamp(1.02rem, 2.1vw, 1.3rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .55rem;
}

.vcard__addr {
  font-size: clamp(.9rem, 1.8vw, 1.05rem);
  font-weight: 300;
  line-height: 1.6;
  color: #c8cfd4;
  margin-bottom: 1.3rem;
}

.vcard__legal {
  font-size: clamp(.76rem, 1.5vw, .87rem);
  font-weight: 300;
  line-height: 1.65;
  color: #969ea4;
}

/* ── Schlusszeile ───────────────────────────────────────── */

.vcard__base {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: clamp(2.4rem, 5vw, 3.6rem) auto 0;
  padding: 1.4rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, .11);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.6rem;
  justify-content: space-between;
  font-size: .84rem;
  font-weight: 300;
  color: #8f979d;
}

.vcard__base a {
  color: #b9c1c7;
  text-decoration: none;
  transition: color .2s;
}

.vcard__base a:hover { color: #ffffff; }

/* ── Mobil ──────────────────────────────────────────────── */

@media screen and (max-width: 800px) {
  .vcard__inner { grid-template-columns: 1fr; gap: 2.6rem; }
  .vcard__brand { align-self: flex-start; }
}

@media screen and (max-width: 400px) {
  .vcard__icon { width: 2.1rem; height: 2.1rem; }
  .vcard__icon > svg { width: 1rem; height: 1rem; }
  .vcard__contact a { font-size: .88rem; }
  .vcard__base { justify-content: flex-start; }
}
