/*
Theme CSS: Moment Management fuer Enfold/Avia Layout Builder
Assets liegen relativ zu dieser Datei unter ../img und ../icons.
Lokale Fonts bitte als WOFF2 in /fonts ablegen; Dateinamen siehe README.
*/

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --mm-dark: #0F181F;
  --mm-blue: #273748;
  --mm-gold: #B89048;
  --mm-sand: #DCCCB3;
  --mm-offwhite: #F4F3F1;
  --mm-gray: #5D6163;
  --mm-max: 1180px;
  --mm-serif: "Cormorant Garamond", Georgia, serif;
  --mm-sans: "Inter", Arial, sans-serif;
}

#top .mm-alb-section,
#top .mm-alb-section p,
#top .mm-alb-section li,
#top .mm-alb-section a,
#top .mm-alb-section .avia_textblock {
  font-family: var(--mm-sans);
}

#top .mm-alb-section h1,
#top .mm-alb-section h2 {
  font-family: var(--mm-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0;
}

#top .mm-alb-section h3 {
  font-family: var(--mm-sans);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.16;
  margin: 0;
}

#top .mm-alb-section .container {
  max-width: var(--mm-max);
}

#top .mm-alb-section .content,
#top .mm-alb-section .entry-content-wrapper {
  padding: 0;
}

#top .mm-kicker {
  margin: 0 0 10px;
  color: var(--mm-gold);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#top .mm-gold-line {
  width: 46px;
  height: 2px;
  background: var(--mm-gold);
  margin: 16px 0 22px;
}

#top .mm-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  margin: 0 12px 12px 0;
  border: 1px solid var(--mm-gold);
  text-decoration: none !important;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

#top .mm-btn:hover {
  transform: translateY(-1px);
}

#top .mm-btn-primary {
  background: var(--mm-gold);
  color: #fff !important;
}

#top .mm-btn-secondary {
  background: rgba(244, 243, 241, .72);
  color: var(--mm-gold) !important;
}

/* HERO */
#top #mm-hero-section {
  min-height: 640px;
  display: flex;
  align-items: center;
  background-color: var(--mm-offwhite);
  background-image:
    linear-gradient(90deg, rgba(244,243,241,1) 0%, rgba(244,243,241,.94) 33%, rgba(244,243,241,.34) 57%, rgba(15,24,31,.28) 100%),
    url('../img/mm-hero-bg-desktop.webp');
  background-size: cover;
  background-position: center right;
}

#top #mm-hero-section .container {
  width: min(var(--mm-max), calc(100% - 80px));
}

#top .mm-hero-copy-col {
  width: min(560px, 48%) !important;
  margin: 0 !important;
  padding: 88px 0 !important;
}

#top .mm-hero-copy h1 {
  max-width: 560px;
  color: var(--mm-dark);
  font-size: clamp(48px, 5.2vw, 78px);
}

#top .mm-hero-copy .mm-kicker {
  font-family: var(--mm-serif);
  font-size: clamp(26px, 2.1vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

#top .mm-lead {
  max-width: 460px;
  margin: 0 0 18px;
  color: var(--mm-dark);
  font-size: 16px;
  line-height: 1.55;
}

#top .mm-actions {
  margin-top: 30px;
}

/* WHY SPLIT */
#top #mm-why-section {
  background: #fff;
}

#top #mm-why-section .container {
  max-width: none;
  width: 100%;
}

#top .mm-why-image-col {
  min-height: 380px;
  background-image: url('../img/mm-chess-strategy.webp');
  background-size: cover;
  background-position: center;
}

#top .mm-why-copy-col {
  min-height: 380px;
  background: var(--mm-offwhite) !important;
}

#top .mm-why-copy h2 {
  color: var(--mm-dark);
  font-size: clamp(36px, 3vw, 52px);
}

#top .mm-why-copy p {
  max-width: 480px;
  margin: 0 0 18px;
  color: var(--mm-dark);
  line-height: 1.55;
}

/* SECTION TITLE */
#top .mm-section-title {
  padding: 54px 0 28px;
  text-align: center;
}

#top .mm-section-title h2 {
  font-family: var(--mm-sans);
  color: var(--mm-dark);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

#top .mm-section-title .mm-gold-line {
  margin: 12px auto 0;
}

/* CARDS */
#top #mm-situations-section {
  background: var(--mm-offwhite);
}

#top #mm-situations-section .container {
  width: min(var(--mm-max), calc(100% - 80px));
}

#top .mm-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  margin-bottom: 8px !important;
  color: #fff;
  background-color: var(--mm-dark) !important;
  background-size: cover;
  background-position: center;
}

#top .mm-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(15,24,31,.20), rgba(15,24,31,.96));
}

#top .mm-card .avia_textblock {
  position: relative;
  z-index: 1;
}

#top .mm-card-integration {
  background-image: url('../img/mm-situation-integration-bg.webp') !important;
}

#top .mm-card-new-role {
  background-image: url('../img/mm-situation-new-responsibility-bg.webp') !important;
}

#top .mm-card-crisis {
  background-image: url('../img/mm-situation-crisis-bg.webp') !important;
}

#top .mm-card-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#top .mm-icon-integration { background-image: url('../icons/icon-integration.svg'); }
#top .mm-icon-new-responsibility { background-image: url('../icons/icon-new-responsibility.svg'); }
#top .mm-icon-crisis { background-image: url('../icons/icon-crisis.svg'); }
#top .mm-icon-executive-sparring { background-image: url('../icons/icon-executive-sparring.svg'); }
#top .mm-icon-presence { background-image: url('../icons/icon-presence.svg'); }
#top .mm-icon-team-alignment { background-image: url('../icons/icon-team-alignment.svg'); }

#top .mm-card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

#top .mm-card-line {
  width: 38px;
  height: 2px;
  margin: 12px 0 15px;
  background: var(--mm-gold);
}

#top .mm-card p {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

#top .mm-card strong {
  font-weight: 800;
}

/* APPROACH */
#top #mm-approach-section {
  background: var(--mm-offwhite);
}

#top #mm-approach-section .container {
  width: min(var(--mm-max), calc(100% - 80px));
}

#top .mm-theses-col {
  padding-right: 42px !important;
  border-right: 1px solid rgba(15,24,31,.14);
}

#top .mm-work-col {
  padding-left: 42px !important;
}

#top .mm-theses h2,
#top .mm-work h2 {
  font-family: var(--mm-sans);
  color: var(--mm-dark);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
}

#top .mm-theses ol {
  margin: 22px 0 32px;
  padding: 0;
  list-style: none;
  counter-reset: mm;
}

#top .mm-theses li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin: 8px 0;
  color: var(--mm-dark);
  line-height: 1.48;
  counter-increment: mm;
}

#top .mm-theses li::before {
  content: counter(mm);
  color: var(--mm-gold);
  font-weight: 700;
}

#top .mm-work-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 22px;
  align-items: start;
  margin: 0 0 22px;
}

#top .mm-work-item .mm-work-icon {
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#top .mm-work-item h3 {
  margin: 0 0 5px;
  color: var(--mm-dark);
  font-size: 16px;
  text-transform: uppercase;
}

#top .mm-work-item p {
  margin: 0;
  color: var(--mm-dark);
  font-size: 14px;
  line-height: 1.52;
}

/* PROOF */
#top #mm-proof-section {
  background: #fff;
}

#top #mm-proof-section .container {
  max-width: none;
  width: 100%;
}

#top .mm-proof-left-col {
  min-height: 250px;
  background-color: var(--mm-dark) !important;
  background-image: linear-gradient(180deg, rgba(15,24,31,.92), rgba(15,24,31,.72)), url('../img/mm-experience-mountains-bg.webp');
  background-size: cover;
  background-position: center;
}

#top .mm-proof-left-text h2 {
  margin: 0;
  color: var(--mm-gold);
  font-size: 34px;
}

#top .mm-proof-left-text p {
  margin: 12px 0 0;
  color: #fff;
}

#top .mm-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

#top .mm-quote-mark {
  display: block;
  height: 28px;
  color: var(--mm-gold);
  font-family: var(--mm-serif);
  font-size: 56px;
  line-height: .55;
}

#top .mm-quote p {
  margin: 0 0 14px;
  color: var(--mm-dark);
  font-size: 14px;
  line-height: 1.5;
}

#top .mm-quote strong {
  font-size: 13px;
}

#top .mm-logo-strip-col {
  border-top: 1px solid rgba(15,24,31,.08);
}

#top .mm-logo-strip p {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
  padding: 0 6vw;
  color: var(--mm-gray);
  font-weight: 700;
  letter-spacing: .02em;
}

#top .mm-logo-strip a {
  color: var(--mm-dark);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

/* FINAL CTA */
#top #mm-final-cta-section {
  min-height: 220px;
  background-color: var(--mm-dark) !important;
  background-image: linear-gradient(90deg, rgba(15,24,31,.94) 0%, rgba(15,24,31,.86) 55%, rgba(15,24,31,.58) 100%), url('../img/mm-final-cta-meeting-bg.webp');
  background-size: cover;
  background-position: center right;
}

#top #mm-final-cta-section .container {
  width: min(var(--mm-max), calc(100% - 80px));
}

#top .mm-final-headline-col {
  border-right: 1px solid var(--mm-gold);
}

#top .mm-final-headline h2 {
  color: #fff;
  font-size: clamp(34px, 3.2vw, 50px);
}

#top .mm-final-copy p {
  margin: 0 0 18px;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 989px) {
  #top #mm-hero-section .container,
  #top #mm-situations-section .container,
  #top #mm-approach-section .container,
  #top #mm-final-cta-section .container {
    width: min(100% - 40px, var(--mm-max));
  }

  #top .mm-hero-copy-col {
    width: 100% !important;
    max-width: 620px;
    padding: 70px 0 !important;
  }

  #top .mm-why-copy-col {
    padding: 46px 40px !important;
  }

  #top .mm-card-icon {
    margin-bottom: 52px;
  }

  #top .mm-theses-col,
  #top .mm-work-col,
  #top .mm-final-headline-col {
    border-right: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #top .mm-quotes {
    grid-template-columns: 1fr;
  }

  #top .mm-logo-strip p {
    flex-wrap: wrap;
    justify-content: center;
    padding: 22px 24px;
  }
}
