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

:root {
  --klein: #002FA7;
  --klein-dark: #001F6E;
  --klein-mid: #1A47C0;
  --copper: #B5651D;
  --copper-light: #D4873A;
  --copper-pale: #F5E9DC;
  --off-white: #F8F7F4;
  --charcoal: #1C1C1C;
  --mid-gray: #6B6B6B;
  --light-gray: #E8E6E1;
  --white: #FFFFFF;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --max-width: 1200px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--charcoal); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

/* ── NAV ── */
#site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--light-gray); padding: 0 2rem; }
.nav-inner { max-width: var(--max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 80px; }
.site-branding a { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--klein); line-height: 1.2; display: block; }
.site-branding .tagline { display: block; font-size: 0.65rem; font-family: var(--font-body); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid-gray); }
.site-branding .custom-logo { max-height: 52px; width: auto; }
.site-branding .custom-logo-link { display: flex; align-items: center; }
#primary-menu { display: flex; gap: 2rem; list-style: none; font-size: 0.875rem; font-weight: 500; }
#primary-menu a { color: var(--mid-gray); transition: color 0.2s; }
#primary-menu a:hover { color: var(--charcoal); }
.nav-right { display: flex; align-items: center; gap: 1.25rem; }
.nav-phone { font-size: 0.875rem; font-weight: 600; color: var(--charcoal); }
.nav-cta { background: var(--copper); color: var(--white); padding: 0.6rem 1.4rem; border-radius: 3px; font-size: 0.875rem; font-weight: 600; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--copper-light); color: var(--white); }

/* ── SHARED ── */
.mnc-section { padding: 5rem 2rem; }
.section-inner { max-width: var(--max-width); margin: 0 auto; }
.section-eyebrow { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--copper); margin-bottom: 0.75rem; display: block; }
.section-title { font-family: var(--font-display); font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 700; line-height: 1.15; color: var(--charcoal); margin-bottom: 1.25rem; }

.btn-primary { background: var(--copper); color: var(--white); padding: 1rem 2rem; border-radius: 3px; font-weight: 600; font-size: 0.9375rem; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-primary:hover { background: var(--copper-light); transform: translateY(-1px); color: var(--white); }
.btn-ghost { color: rgba(255,255,255,0.8); padding: 1rem 1.5rem; font-size: 0.9375rem; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.3); transition: color 0.2s; }
.btn-ghost:hover { color: var(--white); border-color: var(--white); }
.btn-outline { display: inline-block; border: 1.5px solid var(--white); color: var(--white); padding: 0.9rem 2rem; border-radius: 3px; font-weight: 600; font-size: 0.9375rem; transition: background 0.2s, color 0.2s; }
.btn-outline:hover { background: var(--white); color: var(--klein); }
.btn-copper-outline { display: inline-block; border: 1.5px solid var(--copper-light); color: var(--copper-light); padding: 0.9rem 2rem; border-radius: 3px; font-weight: 600; font-size: 0.9375rem; transition: background 0.2s, color 0.2s; }
.btn-copper-outline:hover { background: var(--copper); border-color: var(--copper); color: var(--white); }

/* ── HERO ── */
.mnc-hero { background: var(--klein); color: var(--white); padding: 0 2rem; overflow: hidden; min-height: 620px; display: flex; align-items: stretch; }
.hero-inner { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 4rem; align-items: flex-end; width: 100%; padding: 5rem 0 0; }
.hero-text { padding-bottom: 5rem; }
.hero-eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--copper-light); margin-bottom: 1.5rem; display: block; }
.mnc-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 900; line-height: 1.08; margin-bottom: 1.5rem; color: var(--white); }
.mnc-hero h1 em { font-style: italic; color: var(--copper-light); }
.hero-sub { font-size: 1rem; color: rgba(255,255,255,0.7); max-width: 480px; margin-bottom: 2rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-photo-wrap { align-self: flex-end; }
.hero-photo-wrap img { width: 100%; display: block; border-radius: 3px 3px 0 0; }
.hero-proof { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.12); display: flex; gap: 3rem; flex-wrap: wrap; }
.proof-number { font-family: var(--font-display); font-size: 1.75rem; font-weight: 900; color: var(--copper-light); line-height: 1; }
.proof-label { font-size: 0.75rem; color: rgba(255,255,255,0.5); letter-spacing: 0.05em; margin-top: 0.3rem; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--charcoal); padding: 0 2rem; }
.trust-bar-inner { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; align-items: stretch; }
.trust-divider { background: rgba(255,255,255,0.08); width: 1px; margin: 1.5rem 0; }
.trust-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.75rem 2rem; }
.trust-item-icon { color: var(--copper-light); flex-shrink: 0; margin-top: 2px; }
.trust-item-body { display: flex; flex-direction: column; gap: 0.3rem; }
.trust-item-body strong { font-size: 0.9rem; font-weight: 600; color: var(--white); line-height: 1.2; }
.trust-item-body span { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* ── ABOUT ── */
.about-section { background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 340px 1fr; gap: 5rem; align-items: center; }
.about-photo { position: relative; }
.about-photo img { border-radius: 3px; width: 100%; }
.about-photo-caption { position: absolute; bottom: 0; left: 0; right: 0; background: var(--klein); color: var(--white); padding: 1rem 1.25rem; border-radius: 0 0 3px 3px; }
.about-photo-caption strong { display: block; font-size: 0.9375rem; font-weight: 600; }
.about-photo-caption span { font-size: 0.75rem; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; text-transform: uppercase; }
.about-text p { font-size: 1.0625rem; color: #444; line-height: 1.8; margin-bottom: 1.25rem; }
.about-creds { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.75rem; }
.cred-item { display: flex; gap: 0.75rem; align-items: center; font-size: 0.9rem; color: #444; }
.cred-dot { width: 8px; height: 8px; min-width: 8px; background: var(--copper); border-radius: 50%; }

/* ── PRACTICE AREAS ── */
.practice-section { background: var(--white); }
.practice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: var(--light-gray); border: 1px solid var(--light-gray); border-radius: 4px; overflow: hidden; margin-top: 2.5rem; }
.practice-card { background: var(--white); padding: 2rem 1.5rem; transition: background 0.2s; }
.practice-card:hover { background: var(--off-white); }
.practice-icon { width: 44px; height: 44px; background: var(--copper-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 1.25rem; }
.practice-card h3 { font-size: 0.9375rem; font-weight: 600; color: var(--charcoal); line-height: 1.3; }

/* ── STEPS ── */
.steps-section { background: var(--klein); color: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 3.5rem; }
.step { padding: 2.5rem 2rem; position: relative; }
.step-num { font-family: var(--font-display); font-size: 3.5rem; font-weight: 900; color: rgba(255,255,255,0.08); line-height: 1; margin-bottom: 1rem; }
.step h3 { font-size: 1.0625rem; font-weight: 600; margin-bottom: 0.6rem; color: var(--white); }
.step p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.7; }
.step-divider { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 50%; background: rgba(255,255,255,0.1); }
.steps-cta { margin-top: 3.5rem; text-align: center; }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--charcoal); color: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.testimonial-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 2rem; }
.testimonial-stars { color: var(--copper-light); font-size: 0.9rem; margin-bottom: 1rem; letter-spacing: 0.1em; }
.testimonial-text { font-size: 1rem; line-height: 1.75; color: rgba(255,255,255,0.85); margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { font-size: 0.8125rem; font-weight: 600; color: var(--copper-light); letter-spacing: 0.08em; text-transform: uppercase; }

/* ── TRADEMARK BANNER ── */
.tm-banner { background: var(--copper-pale); padding: 3rem 2rem; }
.tm-banner-inner { max-width: var(--max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.tm-banner-text h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--charcoal); margin-bottom: 0.4rem; }
.tm-banner-text p { font-size: 0.9rem; color: var(--mid-gray); line-height: 1.6; }
.tm-banner .btn-outline { border-color: var(--copper); color: var(--copper); white-space: nowrap; }
.tm-banner .btn-outline:hover { background: var(--copper); color: var(--white); }

/* ── FAQ ── */
.faq-section { background: var(--off-white); }
.faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: 5rem; align-items: start; }
.faq-sidebar { position: sticky; top: 96px; }
.faq-sidebar h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
.faq-sidebar p { font-size: 0.9rem; color: var(--mid-gray); line-height: 1.7; margin-bottom: 1.5rem; }
.faq-sidebar a { display: inline-block; background: var(--copper); color: var(--white); padding: 0.8rem 1.5rem; border-radius: 3px; font-size: 0.875rem; font-weight: 600; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--light-gray); }
.faq-item:first-child { border-top: 1px solid var(--light-gray); }
.faq-q { font-size: 0.9375rem; font-weight: 600; color: var(--charcoal); padding: 1.25rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: none; border: none; width: 100%; text-align: left; font-family: var(--font-body); }
.faq-q::after { content: '+'; font-size: 1.25rem; color: var(--copper); font-weight: 400; min-width: 20px; text-align: center; transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { font-size: 0.9rem; color: #555; line-height: 1.75; padding-bottom: 1.25rem; display: none; }
.faq-item.open .faq-a { display: block; }

/* ── CTA ── */
.cta-section { background: var(--klein); color: var(--white); padding: 5rem 2rem; }
.cta-sub { font-size: 1rem; color: rgba(255,255,255,0.65); max-width: 500px; margin: 0 auto 2.5rem; line-height: 1.75; }
.cta-note { margin-top: 1.25rem; font-size: 0.8rem; color: rgba(255,255,255,0.4); letter-spacing: 0.05em; }

/* ── CONTACT ── */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 400px; gap: 5rem; align-items: start; }
.form-group { margin-bottom: 1.25rem; }
label { display: block; font-size: 0.8125rem; font-weight: 600; color: var(--mid-gray); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.4rem; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--light-gray); border-radius: 3px; font-family: var(--font-body); font-size: 0.9375rem; color: var(--charcoal); background: var(--white); transition: border-color 0.2s; appearance: none; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--klein); }
textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; background: var(--klein); color: var(--white); border: none; padding: 1rem; border-radius: 3px; font-family: var(--font-body); font-size: 0.9375rem; font-weight: 600; cursor: pointer; transition: background 0.2s; margin-top: 0.5rem; }
.form-submit:hover { background: var(--klein-mid); }
.response-note { text-align: center; margin-top: 0.75rem; font-size: 0.8rem; color: var(--mid-gray); }
.contact-info-panel { background: var(--off-white); padding: 2.5rem; border-radius: 4px; }
.contact-info-panel h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; }
.contact-detail { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 1.25rem; }
.contact-detail-icon { width: 36px; height: 36px; min-width: 36px; background: var(--copper-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.contact-detail-text strong { display: block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mid-gray); margin-bottom: 0.1rem; }
.contact-detail-text span, .contact-detail-text a { font-size: 0.9rem; color: var(--charcoal); }
.contact-detail-text a { color: var(--klein); }
.contact-crosslink { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--light-gray); font-size: 0.875rem; color: var(--mid-gray); line-height: 1.7; }
.contact-crosslink a { color: var(--klein); font-weight: 600; }

/* ── FOOTER ── */
#site-footer { background: var(--charcoal); color: rgba(255,255,255,0.5); padding: 3rem 2rem; }
.footer-inner { max-width: var(--max-width); margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 3rem; }
.footer-logo { font-family: var(--font-display); font-weight: 700; color: var(--white); font-size: 1.1rem; }
.footer-tagline { font-size: 0.75rem; color: rgba(255,255,255,0.4); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.3rem; }
.footer-links { display: flex; gap: 4rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col strong { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 0.3rem; }
.footer-col a { font-size: 0.85rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-disclaimer { font-size: 0.725rem; color: rgba(255,255,255,0.25); max-width: var(--max-width); margin: 2rem auto 0; padding: 1.5rem 2rem 0; border-top: 1px solid rgba(255,255,255,0.06); line-height: 1.6; }
.footer-copyright { font-size: 0.725rem; color: rgba(255,255,255,0.2); max-width: var(--max-width); margin: 1rem auto 0; padding: 0 2rem; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-photo { max-width: 300px; }
  .faq-layout { grid-template-columns: 1fr; gap: 2rem; }
  .faq-sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-divider { display: none; }
  .footer-links { gap: 2rem; }
}
@media (max-width: 860px) {
  #primary-menu { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding: 4rem 0 0; }
  .hero-text { padding-bottom: 2rem; }
  .hero-photo-wrap { max-width: 260px; margin: 0 auto; }
  .trust-bar-inner { grid-template-columns: 1fr; }
  .trust-divider { display: none; }
  .trust-item { padding: 1.25rem 0; }
  .nav-phone { display: none; }
}
@media (max-width: 640px) {
  .steps-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .mnc-section { padding: 3.5rem 1.25rem; }
  #site-header { padding: 0 1.25rem; }
  .mnc-hero { padding: 0 1.25rem; }
  .trust-bar { padding: 0 1.25rem; }
  .tm-banner { padding: 2.5rem 1.25rem; }
  .hero-proof { gap: 1.75rem; }
}
