/*
Theme Name: MP Capital & Advisory
Theme URI: https://mp-ca.ch
Author: MP Capital & Advisory GmbH
Author URI: https://mp-ca.ch
Description: Official website theme for MP Capital & Advisory GmbH, Wollerau, Switzerland.
Version: 1.0.0
License: Private
Text Domain: mpca
*/

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #0B1F3A;
  --gold:      #B8974A;
  --gold-light:#D4B87A;
  --cream:     #F7F4EF;
  --text:      #1A1A1A;
  --muted:     #5A5A5A;
  --border:    rgba(184,151,74,0.25);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  background: var(--cream);
  font-size: 15px;
  line-height: 1.7;
}

.serif { font-family: 'Cormorant Garamond', serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* =============================================
   NAVIGATION
   ============================================= */
.site-header {
  background: var(--navy);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-logo img {
  height: 52px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
}

.main-nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li { list-style: none; }

.main-nav a {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.current-menu-item { color: var(--gold-light); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: rgba(255,255,255,0.7);
}

.mobile-menu {
  display: none;
  background: var(--navy);
  border-top: 1px solid rgba(184,151,74,0.2);
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  padding: 1rem 2rem 1.5rem;
  z-index: 99;
}

.mobile-menu.open { display: block; }

.mobile-menu a {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.6rem 0;
  border-bottom: 0.5px solid rgba(184,151,74,0.1);
}

.mobile-menu a:last-child { border-bottom: none; }

/* =============================================
   HERO
   ============================================= */
.hero-section {
  background: var(--navy);
  padding: 5rem 2rem 4.5rem;
  position: relative;
  background-image: url('assets/images/hero-bg.jpg');
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(11,31,58,0.92) 55%, rgba(11,31,58,0.65) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 1rem;
}

.hero-rule {
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 1.25rem;
}

.hero-section h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 1.25rem;
}

.hero-section h1 em {
  font-style: italic;
  color: var(--gold-light);
}

.hero-quote-attr {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 300;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.hero-sub {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  max-width: 540px;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.hero-sub-2 { margin-bottom: 2rem; }

.hero-cta {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  padding: 0.7rem 2rem;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.25s;
}

.hero-cta:hover {
  background: var(--gold);
  color: var(--navy);
}

/* =============================================
   SECTIONS — SHARED
   ============================================= */
.site-section { padding: 4.5rem 2rem; }
.section-inner { max-width: 980px; margin: 0 auto; }

.section-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1rem;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.section-rule {
  width: 28px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 2rem;
}

/* =============================================
   ABOUT
   ============================================= */
.about-section { background: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4rem;
  align-items: start;
}

.about-text p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 1rem;
}

.about-text p:last-child { margin-bottom: 0; }

.about-bio {
  background: var(--navy);
  overflow: hidden;
}

.bio-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
}

.bio-info { padding: 1.5rem; }

.bio-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.2rem;
}

.bio-title {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.9rem;
}

.bio-detail {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0.75rem;
}

.bio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1rem;
}

.bio-tag {
  border: 0.5px solid rgba(184,151,74,0.35);
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  padding: 3px 9px;
  letter-spacing: 0.04em;
}

/* =============================================
   SERVICES
   ============================================= */
.services-section { background: var(--navy); }
.services-section .section-title { color: #fff; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(184,151,74,0.15);
}

.service-card {
  background: var(--navy);
  padding: 1.75rem;
  transition: background 0.2s;
}

.service-card:hover { background: rgba(255,255,255,0.03); }

.service-num {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 0.6rem;
}

.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.6rem;
}

.service-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
  font-weight: 300;
}

/* =============================================
   EXPERTISE
   ============================================= */
.expertise-section { background: #fff; }

.expertise-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.exp-block { margin-bottom: 1.5rem; }

.exp-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.exp-title::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.exp-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
}

/* =============================================
   DISCLAIMER
   ============================================= */
.disclaimer-section {
  background: var(--cream);
  border-top: 1px solid var(--border);
  padding: 3rem 2rem;
}

.disclaimer-box {
  border: 0.5px solid var(--border);
  padding: 2rem;
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
}

.disclaimer-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.65rem;
}

.disclaimer-box p {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.95;
  font-weight: 300;
}

/* =============================================
   CONTACT
   ============================================= */
.contact-section { background: var(--cream); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-intro {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.contact-dot {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 9px;
  flex-shrink: 0;
}

.contact-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.1rem;
}

.contact-val { font-size: 14px; color: var(--navy); }
.contact-val a { color: var(--navy); transition: color 0.2s; }
.contact-val a:hover { color: var(--gold); }

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  border: 0.5px solid #ccc;
  border-radius: 0;
  padding: 0.65rem 0.9rem;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  margin-bottom: 0.85rem;
  background: #fff;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--gold); }

.contact-form textarea { height: 110px; resize: vertical; }

.contact-form button,
.contact-form input[type="submit"] {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
}

.contact-form button:hover,
.contact-form input[type="submit"]:hover { background: var(--gold); }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--navy);
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(184,151,74,0.15);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-logo img { height: 44px; width: auto; opacity: 0.7; }

.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
}

/* =============================================
   RESPONSIVE — TABLET
   ============================================= */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .bio-photo { aspect-ratio: 4/3; object-position: center 20%; }
  .expertise-cols { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
}

/* =============================================
   RESPONSIVE — MOBILE
   ============================================= */
@media (max-width: 600px) {
  .site-header { padding: 0 1.25rem; }
  .main-nav { display: none !important; }
  .nav-toggle { display: flex; }

  .hero-section { padding: 3.5rem 1.25rem 3rem; }
  .hero-section h1 { font-size: 2.2rem; }
  .hero-sub { font-size: 13px; }

  .site-section { padding: 3.5rem 1.25rem; }
  .section-title { font-size: 1.75rem; }

  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 1.5rem; }
  .expertise-cols { grid-template-columns: 1fr; }

  .disclaimer-section { padding: 2.5rem 1.25rem; }
  .disclaimer-box { padding: 1.5rem; }

  .site-footer {
    padding: 1.5rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
