/* vermittlung.jobs – Übergangsseite (dunkles Navy & Gold). Nur externes CSS, CSP-tauglich.
   Schrift-Regel (Nutzer, 15.09.2026): Serifen (Cinzel/Marcellus) NUR für Name und Slogan, Monogramm als SVG –
   alles andere in einer modernen, schlichten Sans (Manrope).
   Farb-Regel (Nutzer, 15.09.2026): Haupt-Hintergrund exakt #00022E ("Dark Navy Blue").
   Schärfe: keine CSS-Filter (blur/drop-shadow) auf Logo, Name oder deren Eltern – iOS Safari zeichnet
   Verlaufsschrift (background-clip:text) unter Filtern unscharf oder gar nicht. */

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("../fonts/cinzel-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("../fonts/cinzel-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Marcellus";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/marcellus-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Dunkles Navy, Basis #00022E (Nutzerwunsch 15.09.2026, _quelle/kunde/farben-referenz.json) */
  --navy-975: #000118;
  --navy-950: #000123;
  --navy-900: #00022e;
  --navy-800: #030a45;
  --navy-700: #0a1660;
  --navy-600: #16267f;
  --gold-600: #b98860;
  --gold-500: #dcaa78;
  --gold-400: #efc08f;
  --gold-300: #f8dbaf;
  --gold-200: #fcecc2;
  --ivory: #f7f1e6;
  --text-auf-navy: #f3ece0;
  --text-auf-navy-gedaempft: #c9c0b1;
  --fokus-ring: #f8dbaf;
  --goldfolie-verlauf: linear-gradient(115deg, #b98860 0%, #dcaa78 18%, #f8dbaf 34%, #fcecc2 40%, #dcaa78 55%, #a97a52 70%, #efc08f 86%, #f8dbaf 100%);
  --schrift-marke: "Cinzel", "Marcellus", "Trajan Pro", "Times New Roman", Georgia, serif;
  --schrift-slogan: "Marcellus", "Cinzel", Optima, Candara, Georgia, serif;
  --schrift: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --kurve: cubic-bezier(.2, .7, .2, 1);
  --rand: clamp(10px, 2.2vw, 22px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; background: var(--navy-900); }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--navy-900);
  color: var(--text-auf-navy);
  font-family: var(--schrift);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Hintergrund: dunkles Navy mit leichtem Satin-Schimmer ---------- */
/* Satin-Hintergrund mit Goldbändern (_quelle/marke/wellen): Standbild per wellen.css, WebGL darüber.
   Der Body ist durchsichtig, damit die fixierte Fläche (z-index -1) über dem Navy von <html> liegt. */
body { background: transparent; }
.grund {
  position: fixed;
  inset: 0;
  z-index: -1;
}
/* Zusätzliche Abdunklung: der Inhaltsblock (Logo bis Knöpfe) ist höher als der gemessene Textblock der Vignette */
.grund-abdunklung {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse min(42rem, 72%) min(36rem, 66%) at 50% 47%, rgba(0, 1, 24, .74) 0%, rgba(0, 1, 24, .58) 55%, rgba(0, 1, 24, 0) 100%),
    linear-gradient(0deg, rgba(0, 1, 24, .86) 0%, rgba(0, 1, 24, .6) 11%, rgba(0, 1, 24, 0) 24%);
}
@media (max-width: 767px) {
  .grund-abdunklung {
    background:
      radial-gradient(ellipse 125% 62% at 50% 46%, rgba(0, 1, 24, .72) 0%, rgba(0, 1, 24, .52) 60%, rgba(0, 1, 24, 0) 100%),
      linear-gradient(0deg, rgba(0, 1, 24, .88) 0%, rgba(0, 1, 24, .62) 14%, rgba(0, 1, 24, 0) 28%);
  }
}

/* ---------- Inhalt ---------- */
.karte {
  flex: 1;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(56px, 10vh, 100px) clamp(30px, 7vw, 56px) clamp(20px, 4vh, 36px);
}
.karte > * { animation: auftauchen 1s var(--kurve) both; }
.karte > :nth-child(1) { animation-delay: .2s; }
.karte > :nth-child(2) { animation-delay: .5s; }
.karte > :nth-child(3) { animation-delay: .62s; }
.karte > :nth-child(4) { animation-delay: .75s; }
.karte > :nth-child(5) { animation-delay: .9s; }
.karte > :nth-child(6) { animation-delay: 1.05s; }
.karte > :nth-child(7) { animation-delay: 1.2s; }

.name,
.gold {
  background-image: var(--goldfolie-verlauf);
  background-size: 260% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: glanz 7s ease-in-out infinite;
}

/* Marke: Monogramm als Vektorgrafik (gestochen scharf), Name und Slogan in Serifen */
.monogramm {
  display: block;
  width: clamp(168px, 30vw, 230px);
  height: auto;
  margin: 0 auto;
  animation-name: auftauchen-monogramm;
  animation-duration: 1.2s;
}

.name {
  animation: auftauchen 1s var(--kurve) .5s both, glanz 7s ease-in-out 1.5s infinite;
  margin: 14px 0 0;
  font-family: var(--schrift-marke);
  font-weight: 600;
  font-size: clamp(15px, 2.6vw, 21px);
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.35;
}
.tagline {
  margin: 4px 0 0;
  font-family: var(--schrift-slogan);
  font-size: clamp(11.5px, 1.6vw, 13px);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold-400);
}

/* Website-Text: modern und schlicht */
.titel {
  margin: clamp(28px, 5vh, 42px) 0 0;
  font-family: var(--schrift);
  font-weight: 600;
  font-size: clamp(30px, 5.4vw, 50px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--ivory);
  text-wrap: balance;
}
.titel .gold { font-weight: 600; }

.text {
  margin: 16px 0 0;
  max-width: 36em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-auf-navy-gedaempft);
  text-wrap: balance;
}

/* ---------- Knöpfe ---------- */
.aktionen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(26px, 4.5vh, 36px);
}
.knopf {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: var(--schrift);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .005em;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: transform .35s var(--kurve), box-shadow .35s var(--kurve), color .35s var(--kurve), border-color .35s var(--kurve), background-position .8s var(--kurve);
}
.knopf .icon { flex: none; transition: transform .45s var(--kurve); }
.knopf:hover .icon, .knopf:focus-visible .icon { transform: rotate(-12deg) scale(1.1); }

.knopf-gold {
  color: var(--navy-975);
  background-image: var(--goldfolie-verlauf);
  background-size: 230% 100%;
  background-position: 0% 50%;
  box-shadow: 0 10px 28px -14px rgba(220, 170, 120, .7), inset 0 1px 0 rgba(252, 236, 194, .6);
}
.knopf-gold::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 250, 235, .55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  z-index: -1;
  transition: left .8s var(--kurve);
}
.knopf-gold:hover, .knopf-gold:focus-visible {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -14px rgba(220, 170, 120, .85), inset 0 1px 0 rgba(252, 236, 194, .7);
}
.knopf-gold:hover::after, .knopf-gold:focus-visible::after { left: 120%; }

.knopf-rahmen {
  color: var(--gold-300);
  border: 1px solid rgba(220, 170, 120, .65);
  background: rgba(0, 1, 35, .45);
}
.knopf-rahmen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(185, 136, 96, .22), rgba(248, 219, 175, .16));
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform .5s var(--kurve);
}
.knopf-rahmen:hover, .knopf-rahmen:focus-visible {
  color: var(--gold-200);
  border-color: var(--gold-300);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -18px rgba(220, 170, 120, .6);
}
.knopf-rahmen:hover::before, .knopf-rahmen:focus-visible::before { transform: scaleX(1); }

.knopf:focus-visible,
.fuss a:focus-visible {
  outline: 2px solid var(--fokus-ring);
  outline-offset: 4px;
}

.bald {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: clamp(28px, 5vh, 44px) 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-auf-navy-gedaempft);
}
.punkt {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-400);
}
.punkt::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--gold-400);
  animation: puls 2.2s ease-out infinite;
}

/* ---------- Fuß ---------- */
.fuss {
  position: relative;
  z-index: 3;
  padding: 0 clamp(30px, 6vw, 56px) calc(var(--rand) + 22px);
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-auf-navy-gedaempft);
  animation: auftauchen 1s 1.4s var(--kurve) both;
}
.fuss p { margin: 2px 0; overflow-wrap: anywhere; }
.fuss .klein { font-size: 12px; opacity: .8; }
.fuss a {
  color: var(--gold-300);
  text-decoration: none;
  background-image: linear-gradient(var(--gold-400), var(--gold-400));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .45s var(--kurve), color .3s;
}
.fuss a:hover, .fuss a:focus-visible { color: var(--gold-200); background-size: 100% 1px; }

/* ---------- Handy ---------- */
@media (max-width: 520px) {
  body { font-size: 15px; }
  .karte { padding-top: 48px; padding-bottom: 18px; }
  .monogramm { width: 164px; }
  .titel { margin-top: 24px; }
  .text { font-size: 15px; }
  .bald { margin-top: 24px; }
  .fuss { padding-bottom: calc(var(--rand) + 30px); font-size: 12.5px; }
  .fuss .klein { font-size: 11.5px; }
  .aktionen { flex-direction: column; align-items: stretch; width: 100%; max-width: 330px; }
  .knopf { width: 100%; }
}
@media (max-height: 700px) and (min-width: 700px) {
  .karte { padding-top: 44px; }
  .monogramm { width: 170px; }
}

/* ---------- Bewegung (nur opacity/transform – keine Filter) ---------- */
@keyframes auftauchen {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes auftauchen-monogramm {
  from { opacity: 0; transform: scale(.94); }
  to { opacity: 1; transform: none; }
}
@keyframes glanz {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes puls {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(3.2); opacity: 0; }
}
@keyframes schein {
  from { transform: translate(-6vmax, -3vmax) scale(1); }
  to { transform: translate(6vmax, 4vmax) scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
