/* Mitchell Reports Investigations LLC — shared site styles */
:root {
  --navy-950: #0a1220;
  --navy-900: #0f1a2e;
  --navy-800: #16233d;
  --navy-700: #1e2f4d;
  --navy-600: #2a4066;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --gold-400: #d4a84b;
  --gold-500: #c4922e;
  --gold-600: #a67a1f;
  --white: #ffffff;
  --max: 68rem;
  --font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--slate-200);
  background: var(--navy-950);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-400); text-decoration: none; }
a:hover { color: var(--gold-500); }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; line-height: 1.25; color: var(--white); margin: 0 0 0.75rem; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 18, 32, 0.92);
  border-bottom: 1px solid rgba(42, 64, 102, 0.55);
  backdrop-filter: blur(10px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--white);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.brand:hover { color: var(--gold-400); }
.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.35rem;
  background: var(--gold-500);
  color: var(--navy-950);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.nav {
  display: none;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.9rem;
}
.nav a { color: var(--slate-300); }
.nav a:hover { color: var(--gold-400); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  padding: 0.65rem 1.15rem;
  border: 1px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  cursor: pointer;
}
.btn-gold {
  background: var(--gold-500);
  color: var(--navy-950);
}
.btn-gold:hover {
  background: var(--gold-400);
  color: var(--navy-950);
}
.btn-outline {
  background: transparent;
  border-color: var(--navy-600);
  color: var(--slate-200);
}
.btn-outline:hover {
  border-color: var(--gold-500);
  color: var(--gold-400);
}

/* Hero */
.hero {
  padding: 3.5rem 0 3rem;
  background:
    radial-gradient(ellipse at 15% 40%, rgba(36, 59, 102, 0.35) 0%, transparent 55%),
    linear-gradient(180deg, var(--navy-900) 0%, var(--navy-950) 100%);
}
.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 860px) {
  .hero-grid { grid-template-columns: 1.35fr 0.85fr; gap: 3rem; }
  .nav { display: flex; }
}
.eyebrow {
  color: var(--gold-400);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}
.lead {
  color: var(--slate-300);
  font-size: 1.08rem;
  max-width: 36rem;
  margin-bottom: 1.5rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.hero-photo {
  justify-self: center;
  position: relative;
  max-width: 16.5rem;
}
.hero-photo img {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid var(--navy-600);
  box-shadow: 0 20px 40px -16px rgba(0, 0, 0, 0.55);
  object-fit: cover;
  aspect-ratio: 4 / 5;
  object-position: top center;
}
.photo-caption {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: var(--slate-500);
  text-align: center;
}

/* Trust strip */
.trust-strip {
  border-block: 1px solid rgba(42, 64, 102, 0.5);
  background: rgba(22, 35, 61, 0.55);
  padding: 1.1rem 0;
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.75rem;
  font-size: 0.88rem;
  color: var(--slate-400);
}
.trust-list li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.trust-list strong { color: var(--slate-200); font-weight: 600; }
.dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold-500);
  flex-shrink: 0;
}

/* Sections */
.section { padding: 3.5rem 0; }
.section-alt {
  background: rgba(22, 35, 61, 0.35);
  border-block: 1px solid rgba(42, 64, 102, 0.4);
}
.section-head {
  max-width: 38rem;
  margin-bottom: 2rem;
}
.section-head p { color: var(--slate-400); margin: 0; }
.section h2 { font-size: clamp(1.55rem, 3vw, 2rem); }

/* Service cards */
.services {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 720px) {
  .services { grid-template-columns: 1fr 1fr; }
}
.card {
  background: rgba(15, 26, 46, 0.75);
  border: 1px solid var(--navy-700);
  border-radius: 0.85rem;
  padding: 1.5rem 1.4rem;
}
.card:hover { border-color: rgba(196, 146, 46, 0.35); }
.card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgba(196, 146, 46, 0.1);
  color: var(--gold-400);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}
.card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.card p { color: var(--slate-400); font-size: 0.95rem; margin-bottom: 0.85rem; }
.card ul { display: grid; gap: 0.4rem; }
.card li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--slate-300);
  font-size: 0.9rem;
}
.card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold-500);
}

/* About */
.about-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 800px) {
  .about-grid { grid-template-columns: 1.2fr 0.8fr; gap: 2.5rem; }
}
.about-copy p { color: var(--slate-300); }
.about-aside {
  background: var(--navy-900);
  border: 1px solid var(--navy-700);
  border-radius: 0.85rem;
  padding: 1.35rem 1.25rem;
}
.about-aside h3 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
}
.about-aside dl { margin: 0; display: grid; gap: 0.75rem; }
.about-aside dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--slate-500);
  margin-bottom: 0.15rem;
}
.about-aside dd { margin: 0; color: var(--slate-200); font-size: 0.95rem; }

/* Testimonials */
.testimonials {
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .testimonials { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .testimonials { grid-template-columns: 1fr 1fr 1fr; }
}
.testimonial {
  background: rgba(15, 26, 46, 0.75);
  border: 1px solid var(--navy-700);
  border-radius: 0.85rem;
  padding: 1.25rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.testimonial:last-child {
  /* allow 5th card to span nicely on 2-col */
}
@media (min-width: 720px) and (max-width: 999px) {
  .testimonial:last-child { grid-column: 1 / -1; max-width: 36rem; justify-self: center; width: 100%; }
}
.quote {
  color: var(--slate-300);
  font-size: 0.92rem;
  font-style: italic;
  margin: 0;
  flex: 1;
}
.cite {
  font-style: normal;
  font-size: 0.82rem;
}
.cite strong {
  display: block;
  color: var(--gold-400);
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.15rem;
}
.cite span { color: var(--slate-500); }

/* Media */
.media-box {
  background: rgba(15, 26, 46, 0.75);
  border: 1px solid var(--navy-700);
  border-radius: 0.85rem;
  padding: 1.5rem 1.4rem;
  max-width: 48rem;
}
.media-box p { color: var(--slate-300); margin-bottom: 0.75rem; }
.media-box p:last-child { margin-bottom: 0; }
.media-note {
  font-size: 0.85rem;
  color: var(--slate-500) !important;
}

/* Book teaser */
.book-teaser {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  background: rgba(15, 26, 46, 0.75);
  border: 1px solid var(--navy-700);
  border-radius: 0.85rem;
  padding: 1.5rem;
}
@media (min-width: 640px) {
  .book-teaser { grid-template-columns: auto 1fr; gap: 1.75rem; }
}
.book-teaser img {
  width: 7.5rem;
  border-radius: 0.25rem 0.4rem 0.4rem 0.25rem;
  border: 1px solid var(--navy-600);
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.5);
  justify-self: center;
}
.book-teaser p { color: var(--slate-400); margin-bottom: 1rem; }

/* Contact */
.contact-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 720px) {
  .contact-grid { grid-template-columns: 1.1fr 0.9fr; }
}
.contact-card {
  background: rgba(15, 26, 46, 0.75);
  border: 1px solid var(--navy-700);
  border-radius: 0.85rem;
  padding: 1.5rem 1.4rem;
}
.contact-card h3 {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
.contact-lines { display: grid; gap: 0.85rem; }
.contact-lines dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--slate-500);
  margin-bottom: 0.15rem;
}
.contact-lines dd { margin: 0; color: var(--slate-200); }
.contact-lines a { color: var(--slate-100); }
.contact-lines a:hover { color: var(--gold-400); }
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(42, 64, 102, 0.55);
  padding: 2rem 0 2.5rem;
  font-size: 0.85rem;
  color: var(--slate-500);
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 800px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
  }
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  justify-content: center;
}
.footer-nav a { color: var(--slate-400); }
.footer-nav a:hover { color: var(--gold-400); }
.footer-note { max-width: 22rem; font-size: 0.78rem; line-height: 1.5; }

/* Mobile nav toggle (simple links in header CTA) */
.header-cta { display: flex; align-items: center; gap: 0.5rem; }
@media (max-width: 859px) {
  .header-cta .btn { padding: 0.5rem 0.85rem; font-size: 0.82rem; }
}
