:root {
  --mc-black: #070707;
  --mc-charcoal: #111111;
  --mc-gold: #c9a45c;
  --mc-gold-soft: #ead8a9;
  --mc-cream: #f7f2e8;
  --mc-muted: #beb7ab;
  --mc-white: #ffffff;
  --mc-border: rgba(201, 164, 92, 0.24);
  --mc-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--mc-black);
  color: var(--mc-cream);
  line-height: 1.65;
}

h1, h2, h3, h4, .brand-serif {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  letter-spacing: -0.035em;
}

p { color: rgba(247, 242, 232, 0.78); }
a { color: inherit; }

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 9999;
  background: var(--mc-gold);
  color: #050505;
  padding: .75rem 1rem;
  border-radius: 999px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.mc-navbar {
  background: rgba(7, 7, 7, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201, 164, 92, 0.18);
}
.navbar-brand img { width: 210px; max-width: 72vw; }
.navbar-toggler { border-color: rgba(201, 164, 92, 0.4); }
.navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(201, 164, 92, .28); }
.nav-link {
  color: rgba(247, 242, 232, 0.78) !important;
  font-weight: 700;
  letter-spacing: .01em;
}
.nav-link:hover, .nav-link.active { color: var(--mc-gold) !important; }

.btn-gold {
  --bs-btn-color: #050505;
  --bs-btn-bg: var(--mc-gold);
  --bs-btn-border-color: var(--mc-gold);
  --bs-btn-hover-color: #050505;
  --bs-btn-hover-bg: #e0bd72;
  --bs-btn-hover-border-color: #e0bd72;
  --bs-btn-focus-shadow-rgb: 201,164,92;
  font-weight: 800;
  border-radius: 999px;
  padding: .9rem 1.35rem;
}
.btn-outline-cream {
  --bs-btn-color: var(--mc-cream);
  --bs-btn-border-color: rgba(247, 242, 232, 0.48);
  --bs-btn-hover-color: #050505;
  --bs-btn-hover-bg: var(--mc-cream);
  --bs-btn-hover-border-color: var(--mc-cream);
  font-weight: 800;
  border-radius: 999px;
  padding: .9rem 1.35rem;
}

.badge-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(201, 164, 92, .35);
  color: var(--mc-gold-soft);
  background: rgba(201, 164, 92, .08);
  border-radius: 999px;
  padding: .5rem .85rem;
  font-size: .74rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .15em;
}
.badge-eyebrow::before {
  content: '';
  width: .5rem;
  height: .5rem;
  background: var(--mc-gold);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(201, 164, 92, .7);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 9rem 0 5rem;
  background:
    radial-gradient(circle at 82% 22%, rgba(201,164,92,.22), transparent 28rem),
    linear-gradient(135deg, rgba(7,7,7,1), rgba(17,17,17,.95) 45%, rgba(7,7,7,1));
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto -18% -36% 42%;
  height: 36rem;
  background: radial-gradient(circle, rgba(201, 164, 92, .18), transparent 65%);
  pointer-events: none;
}
.hero-title {
  font-size: clamp(3.1rem, 8vw, 7.8rem);
  line-height: .88;
  max-width: 950px;
}
.text-gold { color: var(--mc-gold); }
.hero-copy { font-size: clamp(1.07rem, 2vw, 1.35rem); max-width: 690px; }

.hero-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, rgba(247,242,232,.10), rgba(247,242,232,.035));
  border: 1px solid var(--mc-border);
  border-radius: 2rem;
  padding: 1.25rem;
  box-shadow: var(--mc-shadow);
}
.portrait-panel {
  min-height: 520px;
  border-radius: 1.55rem;
  background:
    linear-gradient(160deg, rgba(7,7,7,.15), rgba(7,7,7,.82)),
    url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1200&q=80') center/cover;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  overflow: hidden;
}
.stat-strip {
  background: rgba(7,7,7,.82);
  border: 1px solid rgba(201,164,92,.35);
  border-radius: 1.25rem;
  padding: 1rem;
  backdrop-filter: blur(10px);
}
.stat-number { font-family: 'Playfair Display', serif; color: var(--mc-gold); font-size: 2rem; line-height: 1; }

.section-padding { padding: 6.5rem 0; }
.section-cream {
  background: var(--mc-cream);
  color: #111;
}
.section-cream p, .section-cream .section-lead { color: rgba(17,17,17,.72); }
.section-lead { font-size: 1.1rem; max-width: 760px; }
.section-label {
  color: var(--mc-gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 900;
}

.service-card, .dark-card, .process-card, .testimonial-card {
  border: 1px solid var(--mc-border);
  border-radius: 1.6rem;
  background: linear-gradient(160deg, rgba(247,242,232,.08), rgba(247,242,232,.035));
  padding: 1.6rem;
  height: 100%;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.service-card:hover, .process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,164,92,.56);
  background: linear-gradient(160deg, rgba(247,242,232,.115), rgba(247,242,232,.045));
}
.service-icon {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border-radius: 1rem;
  color: #050505;
  background: var(--mc-gold);
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}

.cream-card {
  background: #fffaf0;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 1.7rem;
  padding: 1.7rem;
  box-shadow: 0 20px 50px rgba(17,17,17,.08);
  height: 100%;
}
.cream-card p, .cream-card li { color: rgba(17,17,17,.70); }

.step-number {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(201,164,92,.15);
  color: var(--mc-gold);
  border: 1px solid rgba(201,164,92,.32);
  font-weight: 900;
  margin-bottom: 1rem;
}

.about-image {
  min-height: 560px;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(7,7,7,.1), rgba(7,7,7,.84)),
    url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=1200&q=80') center/cover;
  border: 1px solid var(--mc-border);
  box-shadow: var(--mc-shadow);
}
.signature-card {
  margin-top: -6rem;
  margin-left: 2rem;
  max-width: 390px;
  background: rgba(7,7,7,.9);
  border: 1px solid var(--mc-border);
  border-radius: 1.4rem;
  padding: 1.4rem;
  position: relative;
}

.gold-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(201,164,92,.75), transparent);
}
.logo-cloud {
  color: rgba(247,242,232,.54);
  border-top: 1px solid rgba(201,164,92,.16);
  border-bottom: 1px solid rgba(201,164,92,.16);
}
.logo-pill {
  border: 1px solid rgba(247,242,232,.13);
  border-radius: 999px;
  padding: .65rem 1rem;
  font-weight: 800;
  font-size: .86rem;
  color: rgba(247,242,232,.70);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 90% 15%, rgba(201,164,92,.32), transparent 20rem),
    linear-gradient(135deg, #141414, #070707);
  border: 1px solid rgba(201,164,92,.35);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--mc-shadow);
}

.form-control, .form-select {
  background: rgba(255,255,255,.06);
  color: var(--mc-cream);
  border: 1px solid rgba(247,242,232,.18);
  border-radius: 1rem;
  padding: .9rem 1rem;
}
.form-control:focus, .form-select:focus {
  background: rgba(255,255,255,.08);
  color: var(--mc-cream);
  border-color: var(--mc-gold);
  box-shadow: 0 0 0 .2rem rgba(201,164,92,.18);
}
.form-control::placeholder { color: rgba(247,242,232,.48); }
.form-select option { color: #111; }

footer {
  border-top: 1px solid rgba(201,164,92,.16);
  background: #050505;
}
.footer-link { color: rgba(247,242,232,.62); text-decoration: none; }
.footer-link:hover { color: var(--mc-gold); }

.page-hero {
  padding: 10rem 0 5rem;
  background:
    radial-gradient(circle at 84% 26%, rgba(201,164,92,.20), transparent 24rem),
    linear-gradient(135deg, #080808, #141414);
  border-bottom: 1px solid rgba(201,164,92,.16);
}
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 6.2rem); line-height: .96; }
.list-check { list-style: none; padding-left: 0; margin-bottom: 0; }
.list-check li { position: relative; padding-left: 2rem; margin-bottom: .8rem; }
.list-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mc-gold);
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .hero { min-height: auto; padding-top: 8rem; }
  .portrait-panel, .about-image { min-height: 430px; }
  .signature-card { margin: -4rem 1rem 0; }
}
@media (max-width: 575.98px) {
  .section-padding { padding: 4.5rem 0; }
  .hero-title { font-size: clamp(3rem, 16vw, 4.6rem); }
  .btn-gold, .btn-outline-cream { width: 100%; }
  .service-card, .dark-card, .process-card, .testimonial-card, .cream-card { padding: 1.25rem; }
}
