/*
Theme Name: Marleen Personal
Theme URI: https://www.marleen-wingert.de
Author: Marleen Wingert
Description: Minimalistisches, elegantes Portfolio-Theme für Marleen Wingert.
Version: 1.5.1
Text Domain: marleen-personal
*/

:root {
  --mw-ink: #302d2d;
  --mw-muted: #6f6969;
  --mw-cream: #fbf8f4;
  --mw-paper: #fffdfb;
  --mw-rose: #ead8d7;
  --mw-rose-deep: #c89996;
  --mw-sage: #dfe6dd;
  --mw-lilac: #e6e0ea;
  --mw-line: rgba(48, 45, 45, 0.13);
  --mw-shadow: 0 24px 70px rgba(70, 54, 52, 0.08);
  --mw-display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mw-sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--mw-ink);
  background: var(--mw-cream);
  font-family: var(--mw-sans);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mw-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.mw-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 244, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
}

.mw-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.mw-brand {
  text-decoration: none;
  font-family: var(--mw-display);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  letter-spacing: 0.02em;
}

.mw-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.mw-nav a {
  position: relative;
  text-decoration: none;
  color: var(--mw-muted);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mw-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--mw-rose-deep);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.mw-nav a:hover::after,
.mw-nav .current-menu-item a::after { transform: scaleX(1); }

.mw-main { overflow: hidden; }

.mw-hero {
  position: relative;
  min-height: clamp(690px, 80vh, 900px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #172a3d;
  color: #fff;
}

.mw-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: 38% 39%;
  transform: scale(1.015);
  animation: mw-hero-image-arrive 1.4s cubic-bezier(.2,.75,.25,1) both;
}

.mw-hero__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(23, 42, 61, .98) 0%,
      rgba(28, 45, 61, .96) 30%,
      rgba(31, 47, 61, .48) 47%,
      rgba(31, 45, 57, .08) 60%,
      rgba(22, 35, 49, 0) 72%),
    linear-gradient(0deg, rgba(12, 23, 34, .28), transparent 42%);
}

.mw-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: 105px 125px;
}

.mw-hero__content {
  width: min(32%, 430px);
  animation: mw-hero-copy-arrive 850ms 140ms cubic-bezier(.2,.75,.25,1) both;
}

.mw-hero__name {
  position: absolute;
  right: clamp(22px, 4vw, 72px);
  bottom: 24px;
  z-index: 2;
  color: rgba(255,255,255,.72);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.mw-kicker {
  margin: 0 0 22px;
  color: var(--mw-rose-deep);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mw-hero .mw-kicker { color: #e9cfce; }

h1, h2, h3 {
  margin-top: 0;
  font-family: var(--mw-display);
  font-weight: 450;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.4rem, 8vw, 7.25rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}

.mw-lead {
  max-width: 680px;
  margin: 0 0 38px;
  color: var(--mw-muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.mw-hero .mw-lead { color: rgba(255,255,255,.78); }

.mw-role-placeholder {
  display: grid;
  gap: 2px;
  max-width: 630px;
  margin: -12px 0 32px;
  padding-left: 16px;
  border-left: 2px solid var(--mw-rose-deep);
  color: var(--mw-muted);
  font-size: .92rem;
}

.mw-hero .mw-role-placeholder {
  border-left-color: #dfb8b7;
  color: rgba(255,255,255,.72);
}

.mw-role-placeholder span {
  color: var(--mw-ink);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mw-hero .mw-role-placeholder span { color: #fff; }

.mw-quickfacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
  color: var(--mw-muted);
  font-size: .75rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.mw-hero .mw-quickfacts { color: rgba(255,255,255,.7); }

.mw-quickfacts span::before {
  content: "·";
  margin-right: 10px;
  color: var(--mw-rose-deep);
}

.mw-hero .mw-quickfacts span::before { color: #e2bdbc; }

.mw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 26px;
  border: 1px solid var(--mw-ink);
  border-radius: 999px;
  background: var(--mw-ink);
  color: #fff;
  text-decoration: none;
  font-size: 0.84rem;
  letter-spacing: 0.07em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.mw-button:hover { transform: translateY(-2px); }
.mw-button--soft { background: transparent; color: var(--mw-ink); }
.mw-button--soft:hover { background: var(--mw-paper); }
.mw-hero .mw-button {
  border-color: #fff;
  background: #fff;
  color: #243544;
}
.mw-hero .mw-button:hover { background: #f3e5e2; }
.mw-hero .mw-button--soft {
  border-color: rgba(255,255,255,.66);
  background: rgba(255,255,255,.06);
  color: #fff;
  backdrop-filter: blur(8px);
}
.mw-hero .mw-button--soft:hover { background: rgba(255,255,255,.14); }

.mw-hero h1 {
  max-width: 430px;
  margin-bottom: 0;
  font-size: clamp(3rem, 4.8vw, 5.3rem);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
  text-shadow: 0 3px 35px rgba(5, 16, 26, .18);
}

.mw-section--paper .mw-copy > .mw-lead {
  margin-bottom: 26px;
  color: var(--mw-ink);
}

.mw-section--paper .mw-copy > .mw-role-placeholder {
  margin-top: 28px;
}

.mw-section--paper .mw-copy > .mw-actions {
  margin-bottom: 0;
}

.mw-section--paper .mw-copy > .mw-quickfacts {
  margin: 26px 0 22px;
}
.mw-button--disabled {
  border-color: rgba(48,45,45,.25);
  background: transparent;
  color: var(--mw-muted);
  cursor: default;
}

.mw-portrait {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  isolation: isolate;
  animation: mw-portrait-arrive 900ms cubic-bezier(.2,.75,.25,1) both;
}

.mw-portrait__aura {
  position: absolute;
  inset: -9% -12% 5% 9%;
  z-index: -2;
  border-radius: 50% 50% 42% 58%;
  background: linear-gradient(145deg, var(--mw-lilac), var(--mw-rose) 52%, var(--mw-sage));
  filter: saturate(.85);
  animation: mw-aura-drift 8s ease-in-out infinite alternate;
}

.mw-portrait__line {
  position: absolute;
  inset: -5% 6% 4% -8%;
  z-index: -1;
  border: 1px solid rgba(120, 91, 94, .35);
  border-radius: 50%;
  transform: rotate(-8deg);
  animation: mw-line-drift 10s ease-in-out infinite alternate;
}

.mw-portrait__frame {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 8px solid rgba(255, 253, 251, .78);
  border-radius: 48% 48% 18px 18px;
  background: var(--mw-lilac);
  box-shadow: 0 32px 90px rgba(43, 47, 60, .2);
}

.mw-portrait__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255,255,255,.2), transparent 35% 75%, rgba(234,216,215,.16));
  pointer-events: none;
}

.mw-portrait__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.025);
  transition: transform 900ms cubic-bezier(.2,.75,.25,1), filter 500ms ease;
}

.mw-portrait:hover .mw-portrait__image {
  transform: scale(1.065);
  filter: saturate(1.04);
}

.mw-portrait__caption {
  position: absolute;
  right: -26px;
  bottom: 34px;
  display: grid;
  min-width: 210px;
  padding: 15px 20px 14px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 4px;
  background: rgba(255, 253, 251, .88);
  box-shadow: 0 18px 45px rgba(48,45,45,.13);
  backdrop-filter: blur(14px);
  animation: mw-caption-arrive 850ms 450ms cubic-bezier(.2,.75,.25,1) both;
}

.mw-portrait__caption span {
  font-family: var(--mw-display);
  font-weight: 500;
  font-size: 1.16rem;
  line-height: 1.25;
}

.mw-portrait__caption small {
  color: var(--mw-muted);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@keyframes mw-hero-image-arrive {
  from { opacity: 0; transform: scale(1.07); }
  to { opacity: 1; transform: scale(1.015); }
}

@keyframes mw-hero-copy-arrive {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes mw-aura-drift {
  from { transform: translate3d(-4px, 2px, 0) rotate(-2deg); }
  to { transform: translate3d(8px, -8px, 0) rotate(2deg); }
}

@keyframes mw-line-drift {
  from { transform: rotate(-8deg) scale(.985); }
  to { transform: rotate(-4deg) scale(1.02); }
}

.mw-section { padding-block: 125px; }
.mw-section--paper { background: var(--mw-paper); }
.mw-section--rose { background: var(--mw-rose); }
.mw-section--sage { background: var(--mw-sage); }

.mw-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: start;
}

.mw-split > * { min-width: 0; }
.mw-split h2 {
  max-width: 560px;
  font-size: clamp(2.35rem, 4.2vw, 4.15rem);
  overflow-wrap: break-word;
}

.mw-copy { max-width: 680px; }
.mw-copy p:first-child { margin-top: 0; }
.mw-copy p { color: var(--mw-muted); }

.mw-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 55px;
}

.mw-card {
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--mw-line);
  border-radius: 6px;
  background: rgba(255, 253, 251, 0.68);
}

.mw-card__number {
  display: block;
  margin-bottom: 52px;
  color: var(--mw-rose-deep);
  font-family: var(--mw-display);
  font-size: 1.1rem;
}

.mw-card p { margin-bottom: 0; color: var(--mw-muted); }

.mw-placeholder {
  display: block;
  margin-top: 24px;
  color: #967a78;
  font-size: .7rem;
  letter-spacing: .04em;
}

.mw-section-link {
  margin: 35px 0 0;
  text-align: right;
}

.mw-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 55px;
}

.mw-section-heading h2 { margin-bottom: 0; }
.mw-section-heading > a { white-space: nowrap; }

.mw-timeline {
  border-top: 1px solid rgba(48,45,45,.2);
}

.mw-timeline article {
  display: grid;
  grid-template-columns: minmax(130px, .35fr) 1fr;
  gap: 35px;
  padding-block: 32px;
  border-bottom: 1px solid rgba(48,45,45,.16);
}

.mw-timeline time {
  color: var(--mw-muted);
  font-size: .75rem;
  letter-spacing: .08em;
}

.mw-timeline h3 { margin-bottom: 5px; }
.mw-timeline p { margin: 0 0 9px; color: var(--mw-muted); }
.mw-timeline strong { font-size: .88rem; font-weight: 500; }

.mw-proof {
  max-width: 940px;
  text-align: center;
}

.mw-proof blockquote {
  margin: 20px 0 28px;
  font-size: clamp(1.65rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.025em;
}

.mw-proof__author {
  color: var(--mw-muted);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mw-final-cta { align-items: center; }

@media (max-width: 1080px) {
  .mw-hero__content { width: min(35%, 370px); }
  .mw-hero h1 { font-size: clamp(2.8rem, 4.6vw, 4.3rem); }
  .mw-split {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 44px;
  }
  .mw-split h2 { font-size: clamp(2.25rem, 4vw, 3.25rem); }
}

.mw-quote {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mw-quote p {
  margin: 0;
  font-family: var(--mw-display);
  font-weight: 450;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.mw-page {
  min-height: 65vh;
  padding-block: 100px 130px;
}

.mw-page__header {
  max-width: 850px;
  margin-bottom: 65px;
}

.mw-page__content {
  max-width: 780px;
  font-size: 1.08rem;
}

.mw-page__content > *:first-child { margin-top: 0; }
.mw-page__content h2 { margin-top: 75px; font-size: clamp(2rem, 4vw, 3.5rem); }
.mw-page__content h3 { margin-top: 45px; }
.mw-page__content p { color: var(--mw-muted); }
.mw-page__content li { margin-bottom: 10px; color: var(--mw-muted); }

.mw-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-block: 38px 55px;
}

.mw-detail-card {
  padding: 28px;
  border: 1px solid var(--mw-line);
  background: var(--mw-paper);
}

.mw-detail-card h3 { margin-top: 0; }
.mw-detail-card p:last-child { margin-bottom: 0; }

.mw-fact-list {
  padding: 0;
  margin: 38px 0;
  list-style: none;
  border-top: 1px solid var(--mw-line);
}

.mw-fact-list li {
  display: grid;
  grid-template-columns: minmax(130px, .4fr) 1fr;
  gap: 28px;
  padding-block: 20px;
  border-bottom: 1px solid var(--mw-line);
}

.mw-fact-list strong { color: var(--mw-ink); font-weight: 500; }

.mw-content-placeholder {
  padding: 18px 20px;
  border-left: 3px solid var(--mw-rose-deep);
  background: rgba(234,216,215,.28);
  color: #806c6b !important;
  font-size: .87rem;
}

.mw-footer {
  padding-block: 70px 42px;
  background: var(--mw-ink);
  color: rgba(255,255,255,.82);
}

.mw-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  padding-bottom: 56px;
}

.mw-footer__title {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: var(--mw-display);
  font-weight: 450;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.08;
}

.mw-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.55);
  font-size: .78rem;
  letter-spacing: .05em;
}

.mw-footer__links { display: flex; gap: 24px; }
.mw-footer a { text-decoration: none; }
.mw-footer .mw-button--soft {
  border-color: rgba(255,255,255,.72);
  color: #fff;
}
.mw-footer .mw-button--soft:hover {
  background: rgba(255,255,255,.08);
}

@media (max-width: 850px) {
  .mw-shell { width: min(100% - 32px, 680px); }
  .mw-header__inner {
    min-height: 72px;
    flex-wrap: wrap;
    gap: 6px;
    padding-block: 14px 10px;
  }
  .mw-nav {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .mw-nav::-webkit-scrollbar { display: none; }
  .mw-nav ul {
    width: max-content;
    gap: 20px;
    padding-bottom: 4px;
  }
  .mw-nav a { font-size: .7rem; }
  .mw-hero {
    min-height: 820px;
    align-items: flex-end;
  }
  .mw-hero__image {
    width: 100%;
    height: 58%;
    object-position: 50% 31%;
    transform: scale(1);
  }
  .mw-hero__gradient {
    background:
      linear-gradient(0deg,
        rgba(23, 42, 61, 1) 0%,
        rgba(23, 42, 61, 1) 43%,
        rgba(23, 42, 61, .82) 55%,
        rgba(23, 42, 61, .08) 75%);
  }
  .mw-hero__inner {
    align-items: flex-end;
    padding-block: 310px 72px;
  }
  .mw-hero__content { width: 100%; }
  .mw-hero h1 { font-size: clamp(2.7rem, 13vw, 4.7rem); }
  .mw-hero__name { display: none; }
  .mw-portrait { width: min(100%, 470px); justify-self: center; }
  .mw-portrait__caption { right: -8px; bottom: 24px; }
  .mw-split { grid-template-columns: 1fr; gap: 30px; }
  .mw-grid { grid-template-columns: 1fr; }
  .mw-card { min-height: auto; }
  .mw-card__number { margin-bottom: 30px; }
  .mw-section-heading { align-items: flex-start; flex-direction: column; }
  .mw-timeline article { grid-template-columns: 1fr; gap: 8px; }
  .mw-section { padding-block: 85px; }
  .mw-footer__top, .mw-footer__bottom { align-items: flex-start; flex-direction: column; }
  .mw-detail-grid { grid-template-columns: 1fr; }
  .mw-fact-list li { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
  .mw-portrait,
  .mw-portrait__aura,
  .mw-portrait__line,
  .mw-portrait__caption,
  .mw-hero__image,
  .mw-hero__content { animation: none !important; }
}
