/*
Theme Name: MB&amp;P Partners v08
Theme URI: https://manolobeelke.com
Author: Manolo Beelke & Partners
Description: The version 8 WordPress conversion of the Manolo Beelke & Partners website.
Version: 8.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: Proprietary
Text Domain: mbp-partners-v08
*/

:root {
  --mbp-navy-950: #04131f;
  --mbp-navy-900: #071b2e;
  --mbp-navy-800: #0b2a40;
  --mbp-teal: #237f89;
  --mbp-teal-light: #9ed6d7;
  --mbp-gold: #d9b36c;
  --mbp-mist: #edf3f4;
  --mbp-mist-light: #f5f8f7;
  --mbp-ink: #102635;
  --mbp-white: #ffffff;
  --mbp-line: rgba(7, 27, 46, .14);
  --mbp-shadow: 0 22px 60px rgba(4, 19, 31, .14);
  --mbp-radius: 2px;
  --mbp-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mbp-mist-light);
  color: var(--mbp-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--mbp-teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--mbp-navy-800); }
img, video { display: block; max-width: 100%; }
.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;
}
.screen-reader-text:focus {
  clip: auto; width: auto; height: auto; margin: 0; padding: .75rem 1rem;
  background: white; color: var(--mbp-ink); z-index: 100000;
}

.mbp-site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(4, 19, 31, .96);
  border-bottom: 1px solid rgba(158, 214, 215, .18);
  backdrop-filter: blur(12px);
}
.mbp-header-inner {
  max-width: var(--mbp-container); margin: 0 auto; min-height: 82px; padding: 0 24px;
  display: flex; align-items: center; gap: 26px;
}
.mbp-logo { display: inline-flex; align-items: center; margin-right: auto; }
.mbp-logo img { width: 278px; height: auto; max-height: 62px; object-fit: contain; object-position: left center; }
.mbp-menu { display: flex; align-items: center; gap: 22px; list-style: none; padding: 0; margin: 0; }
.mbp-menu a { color: rgba(255,255,255,.88); text-decoration: none; font-size: .86rem; letter-spacing: .035em; }
.mbp-menu a:hover, .mbp-menu .current-menu-item > a { color: var(--mbp-teal-light); }
.mbp-header-cta {
  display: inline-flex; align-items: center; justify-content: center; padding: 11px 16px;
  background: var(--mbp-gold); color: var(--mbp-navy-950); text-decoration: none;
  font-weight: 700; font-size: .82rem; letter-spacing: .02em;
}
.mbp-header-cta:hover { background: #e8c783; color: var(--mbp-navy-950); }
.mbp-menu-toggle { display: none; background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); padding: 8px 10px; }

.mbp-hero {
  position: relative; min-height: min(760px, 78vh); overflow: hidden;
  display: grid; align-items: end; color: white; background: var(--mbp-navy-950);
}
.mbp-hero-media, .mbp-hero-media img, .mbp-hero-media video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.mbp-hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(4,19,31,.94) 0%, rgba(4,19,31,.72) 46%, rgba(4,19,31,.28) 100%),
              linear-gradient(0deg, rgba(4,19,31,.88), transparent 58%);
}
.mbp-hero-content {
  position: relative; z-index: 2; max-width: var(--mbp-container); width: 100%; margin: 0 auto;
  padding: clamp(96px, 14vw, 170px) 24px clamp(64px, 8vw, 105px);
}
.mbp-hero-copy { max-width: 780px; }
.mbp-kicker {
  margin: 0 0 15px; color: var(--mbp-teal); font-size: .77rem; font-weight: 800;
  letter-spacing: .13em; line-height: 1.35; text-transform: uppercase;
}
.mbp-hero .mbp-kicker { color: var(--mbp-teal-light); }
.mbp-hero h1 {
  margin: 0; max-width: 930px; color: white; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 6vw, 5.8rem); font-weight: 700; line-height: .98; letter-spacing: -.035em;
}
.mbp-hero-intro {
  max-width: 780px; margin: 26px 0 0; color: rgba(255,255,255,.88);
  font-size: clamp(1.02rem, 1.7vw, 1.28rem); line-height: 1.55;
}
.mbp-hero-note {
  margin: 22px 0 0; color: var(--mbp-gold); font-family: Georgia, serif;
  font-size: 1.05rem; font-style: italic;
}
.mbp-hero-actions, .wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mbp-button, .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 12px 19px;
  border: 1px solid var(--mbp-gold); border-radius: 0; background: var(--mbp-gold);
  color: var(--mbp-navy-950); font-weight: 800; font-size: .86rem; line-height: 1.2; text-decoration: none;
}
.mbp-button-secondary, .is-style-outline .wp-block-button__link {
  background: transparent; border-color: currentColor; color: var(--mbp-teal);
}
.mbp-hero .mbp-button-secondary { color: white; border-color: rgba(255,255,255,.7); }
.mbp-button:hover, .wp-block-button__link:hover { transform: translateY(-1px); color: var(--mbp-navy-950); background: #e8c783; }

.mbp-page-main { overflow: hidden; }
.mbp-page-main > .wp-block-group { max-width: none; }
.mbp-section {
  padding: clamp(64px, 8vw, 112px) max(24px, calc((100vw - var(--mbp-container)) / 2));
  border-bottom: 1px solid var(--mbp-line);
}
.mbp-section > * { max-width: var(--mbp-container); margin-left: auto; margin-right: auto; }
.mbp-section-title, .mbp-final-title {
  max-width: 900px; margin: 0 0 24px; color: var(--mbp-navy-950);
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.65rem);
  line-height: 1.08; letter-spacing: -.028em;
}
.mbp-section-text { max-width: 820px; margin: 0 0 24px; font-size: 1.05rem; color: #304755; }
.mbp-section-links { margin-top: 28px; }
.mbp-list { max-width: 840px; margin: 20px 0 0; padding-left: 1.25rem; }
.mbp-list li { margin: 9px 0; padding-left: .3rem; }
.mbp-tone-tint { background: var(--mbp-mist); }
.mbp-tone-dark { background: var(--mbp-navy-900); color: rgba(255,255,255,.88); }
.mbp-tone-dark .mbp-section-title, .mbp-tone-dark .mbp-card-title, .mbp-tone-dark .mbp-section-text { color: white; }
.mbp-tone-dark .mbp-kicker { color: var(--mbp-teal-light); }
.mbp-tone-gold { background: var(--mbp-gold); }
.mbp-tone-gold .mbp-kicker { color: var(--mbp-navy-800); }

.mbp-split { align-items: stretch; gap: clamp(32px, 5vw, 76px); margin: 0; }
.mbp-split-copy { align-self: center; }
.mbp-split-visual { min-height: 520px; }
.mbp-section-media { height: 100%; margin: 0; background: var(--mbp-navy-950); overflow: hidden; box-shadow: var(--mbp-shadow); }
.mbp-section-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }

.mbp-card-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px;
  margin-top: 42px;
}
.mbp-card {
  position: relative; overflow: hidden; min-width: 0; padding: 0 0 26px;
  background: white; border: 1px solid var(--mbp-line); box-shadow: 0 13px 35px rgba(4,19,31,.08);
}
.mbp-card > :not(.mbp-card-media) { margin-left: 24px; margin-right: 24px; }
.mbp-card-media { width: 100%; height: 310px; margin: 0 0 24px; background: var(--mbp-navy-950); overflow: hidden; }
.mbp-card-media img { width: 100%; height: 100%; object-fit: cover; }
.mbp-card-media img[src*="honeycomb"] { filter: brightness(1.38) saturate(1.08); }
.mbp-card-kicker { margin-top: 0; color: var(--mbp-teal); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mbp-card-title { margin-top: 8px; margin-bottom: 12px; color: var(--mbp-navy-950); font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.2; }
.mbp-card-title a { color: inherit; text-decoration: none; }
.mbp-card-text { color: #425864; font-size: .94rem; line-height: 1.55; }
.mbp-card-link { margin-top: 18px; font-size: .84rem; font-weight: 800; }
.mbp-card-link a { text-decoration: none; }
.mbp-tone-dark .mbp-card { background: var(--mbp-navy-800); border-color: rgba(255,255,255,.14); }
.mbp-tone-dark .mbp-card-text { color: rgba(255,255,255,.76); }

.mbp-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: rgba(4,19,31,.16); }
.mbp-stat { padding: 36px; background: rgba(255,255,255,.9); }
.mbp-stat-value { margin: 0; color: var(--mbp-teal); font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; }
.mbp-stat-label { margin: 12px 0 0; color: var(--mbp-navy-950); font-weight: 800; }
.mbp-stat-detail { margin: 12px 0 0; color: #50636d; font-size: .9rem; }

.mbp-quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 36px; }
.mbp-quote { margin: 0; padding: 30px; border: 1px solid var(--mbp-line); background: white; }
.mbp-quote p { margin: 0; color: var(--mbp-navy-900); font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.45; }
.mbp-quote cite { display: block; margin-top: 22px; color: var(--mbp-teal); font-size: .86rem; font-style: normal; font-weight: 800; }
.mbp-quote cite span { color: #61737c; font-weight: 400; }

.mbp-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }
.mbp-resource { padding: 0 0 26px; background: white; border: 1px solid var(--mbp-line); }
.mbp-resource > :not(.mbp-resource-cover) { margin-left: 22px; margin-right: 22px; }
.mbp-resource-cover { height: 330px; margin: 0 0 22px; overflow: hidden; background: var(--mbp-navy-950); }
.mbp-resource-cover img { width: 100%; height: 100%; object-fit: cover; }
.mbp-resource-title { font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.25; color: var(--mbp-navy-950); }
.mbp-resource-meta { color: var(--mbp-teal); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.mbp-resource-text { color: #50636d; font-size: .9rem; }
.mbp-resource-link { font-weight: 800; font-size: .85rem; }

.mbp-final-cta {
  max-width: none !important; padding: clamp(68px, 9vw, 126px) max(24px, calc((100vw - var(--mbp-container)) / 2));
  background: var(--mbp-navy-950); color: white;
}
.mbp-final-cta > * { max-width: 850px; }
.mbp-final-cta .mbp-kicker { color: var(--mbp-teal-light); }
.mbp-final-title { color: white; }
.mbp-final-text { color: rgba(255,255,255,.78); font-size: 1.08rem; }

.mbp-site-footer { background: #020d15; color: rgba(255,255,255,.68); }
.mbp-footer-inner {
  max-width: var(--mbp-container); margin: 0 auto; padding: 58px 24px 30px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 42px;
}
.mbp-footer-brand > p { max-width: 390px; }
.mbp-footer-logo-frame {
  width: 208px; height: 176px; margin: 0 0 22px; padding: 12px;
  overflow: hidden; background: rgba(255,255,255,.96);
}
.mbp-footer-logo {
  width: 184px; height: 184px; max-width: none; object-fit: cover; object-position: center top;
}
.mbp-footer-title { margin: 0 0 12px; color: white; font-family: Georgia, serif; font-size: 1.1rem; }
.mbp-footer-links { list-style: none; padding: 0; margin: 0; }
.mbp-footer-links li { margin: 7px 0; }
.mbp-footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .86rem; }
.mbp-footer-bottom {
  max-width: var(--mbp-container); margin: 0 auto; padding: 22px 24px 32px;
  border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem;
  display: flex; justify-content: space-between; gap: 20px;
}

.mbp-basic-page { max-width: 900px; margin: 0 auto; padding: 80px 24px; }
.mbp-basic-page h1, .mbp-basic-page h2 { font-family: Georgia, serif; color: var(--mbp-navy-950); }

@media (max-width: 980px) {
  .mbp-menu-toggle { display: inline-flex; }
  .mbp-primary-nav {
    display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 22px 24px;
    background: var(--mbp-navy-950); border-top: 1px solid rgba(255,255,255,.14);
  }
  .mbp-primary-nav.is-open { display: block; }
  .mbp-menu { align-items: flex-start; flex-direction: column; gap: 14px; }
  .mbp-header-cta { display: none; }
  .mbp-card-grid, .mbp-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .mbp-header-inner { min-height: 72px; }
  .mbp-logo img { width: 220px; max-height: 52px; }
  .mbp-primary-nav { top: 72px; }
  .mbp-hero { min-height: 680px; }
  .mbp-hero-media::after { background: linear-gradient(0deg, rgba(4,19,31,.96), rgba(4,19,31,.48)); }
  .mbp-hero-content { padding-bottom: 60px; }
  .mbp-section { padding-top: 64px; padding-bottom: 64px; }
  .mbp-split { display: flex; flex-direction: column; }
  .mbp-split-visual, .mbp-section-media img { min-height: 420px; }
  .mbp-card-grid, .mbp-stat-grid, .mbp-quote-grid, .mbp-resource-grid { grid-template-columns: 1fr; }
  .mbp-card-media { height: 390px; }
  .mbp-footer-inner { grid-template-columns: 1fr; }
  .mbp-footer-bottom { flex-direction: column; }
}

/* Native Elementor repair system. */
.elementor .mbp-equal-card,
.elementor .mbp-mandate-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.elementor .mbp-card-link-widget,
.elementor .mbp-mandate-link {
  margin-top: auto;
}
.elementor .mbp-fixed-card-image img,
.elementor .mbp-mandate-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}
.elementor .mbp-fixed-section-image img {
  width: 100%;
  min-height: 500px;
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}
.elementor .mbp-seven-grid,
.elementor .mbp-mandate-grid {
  align-items: stretch;
}
.elementor .mbp-mandate-card .elementor-widget-text-editor,
.elementor .mbp-mandate-copy {
  flex: 1 1 auto;
}
.elementor .mbp-testimonial-track {
  overflow: hidden;
}
.elementor .mbp-testimonial-card {
  display: none;
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  height: 100%;
}
.elementor .mbp-testimonial-card.is-visible {
  display: flex;
}
.elementor .mbp-testimonial-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.elementor .mbp-testimonial-controls {
  margin-top: 6px;
}
.elementor .mbp-native-hero .elementor-background-video-container video {
  object-fit: cover;
}
@media (max-width: 1024px) {
  .elementor .mbp-testimonial-card { flex-basis: calc((100% - 20px) / 2); }
  .elementor .mbp-fixed-card-image img,
  .elementor .mbp-mandate-image img { height: 230px; }
}
@media (max-width: 767px) {
  .elementor .mbp-testimonial-card { flex-basis: 100%; }
  .elementor .mbp-fixed-card-image img,
  .elementor .mbp-mandate-image img { height: 250px; }
  .elementor .mbp-fixed-section-image img { min-height: 360px; max-height: 480px; }
}
