/* ==========================================================================
   Murchison Consulting Group — bookmcg.com
   Shared stylesheet · Brand Guidelines v1.0
   Palette: Charcoal / Dusty Mauve / Warm Gray  ·  Type: Palatino Linotype + Georgia
   ========================================================================== */

:root {
  --charcoal: #2C2C2E;      /* primary — text, headlines, dominant M */
  --charcoal-2: #3A3A3D;
  --charcoal-3: #1E1E20;
  --mauve: #A88B95;         /* signature accent — use sparingly */
  --mauve-deep: #8E6F79;    /* accent on light backgrounds where more contrast helps */
  --mauve-light: #C7ADB5;   /* accent on charcoal backgrounds */
  --warm-gray: #8E8E93;     /* secondary text, descriptors */
  --light-gray: #E5E5EA;    /* backgrounds / tints only — never text */
  --tint: #F5F3F4;          /* very soft section tint */
  --white: #FFFFFF;
  --rule: #E5E5EA;

  --serif: "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", P052, Georgia, serif;
  --serif-alt: Georgia, "Times New Roman", serif;

  --shadow: 0 22px 55px rgba(44, 44, 46, 0.16);
  --shadow-sm: 0 8px 24px rgba(44, 44, 46, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--serif);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.wrap-narrow { max-width: 800px; margin: 0 auto; padding: 0 28px; }

/* Eyebrow / label — Georgia, letter-spaced caps */
.eyebrow {
  font-family: var(--serif-alt);
  font-size: 11px; letter-spacing: 0.28em; font-weight: 700;
  text-transform: uppercase; color: var(--mauve-deep);
}

/* ---------- Header ---------- */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 22px; padding-bottom: 22px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 150px; height: auto; display: block; }
.header-cta {
  font-family: var(--serif);
  font-size: 15px; font-weight: 700; color: var(--white);
  background: var(--charcoal); text-decoration: none;
  padding: 12px 22px; border-radius: 3px; white-space: nowrap;
  transition: background 0.18s, transform 0.18s;
}
.header-cta:hover { background: var(--mauve-deep); transform: translateY(-1px); }

/* ---------- Hero (homepage) ---------- */
.hero { padding: 64px 0 44px; }
.hero .wrap {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center;
}
.hero h1 {
  font-size: 52px; line-height: 1.1; color: var(--charcoal);
  margin: 14px 0 20px; font-weight: 700; letter-spacing: -0.01em;
}
.hero p.lede {
  font-size: 20px; color: var(--charcoal); max-width: 540px; line-height: 1.55; margin: 0;
}
.hero .tagline {
  font-family: var(--serif-alt); font-style: italic;
  font-size: 18px; color: var(--warm-gray); margin: 22px 0 0;
  padding-left: 16px; border-left: 3px solid var(--mauve);
}
.hero-photo {
  position: relative; border-radius: 6px; overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--rule);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background: var(--mauve);
}
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 30px; }
  .hero-photo { max-height: 380px; }
}

/* ---------- Doors ---------- */
.doors-section { padding: 26px 0 92px; }
.doors-heading { text-align: center; margin-bottom: 42px; }
.doors-heading .eyebrow { color: var(--warm-gray); }
.doors-heading h2 {
  font-size: 30px; color: var(--charcoal); font-weight: 700; margin: 10px 0 0;
}
.doors {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  perspective: 1700px;
}
@media (max-width: 940px) { .doors { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .doors { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; } }

.door {
  position: relative; display: flex; flex-direction: column;
  text-decoration: none;
  background: linear-gradient(158deg, #3A3A3D 0%, #2C2C2E 58%, #1E1E20 100%);
  border-radius: 6px 6px 4px 4px;
  padding: 32px 24px 28px; min-height: 360px;
  color: var(--white);
  box-shadow: var(--shadow-sm);
  transform-style: preserve-3d; transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
  overflow: hidden; border: 1px solid rgba(255,255,255,0.05);
}
.door::before {
  content: ""; position: absolute; inset: 15px 15px 60px 15px;
  border: 1.5px solid rgba(168, 139, 149, 0.30); border-radius: 4px;
  pointer-events: none;
}
.door::after {
  content: ""; position: absolute; right: 21px; top: 50%; transform: translateY(-50%);
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--mauve);
  box-shadow: 0 0 0 4px rgba(168, 139, 149, 0.22), 0 2px 6px rgba(0,0,0,0.35);
  transition: transform 0.3s;
}
.door:hover, .door:focus-visible {
  transform: rotateY(-18deg) translateZ(10px);
  box-shadow: var(--shadow); outline: none;
}
.door:hover::after { transform: translateY(-50%) scale(1.18); }

.door-number {
  font-family: var(--serif-alt);
  font-size: 11px; letter-spacing: 0.26em; font-weight: 700;
  color: var(--mauve-light); margin-bottom: 18px;
}
.door-icon { margin-bottom: 16px; color: rgba(255,255,255,0.92); }
.door h3 {
  font-family: var(--serif); font-size: 21px; font-weight: 700;
  line-height: 1.2; margin: 0 0 10px; color: var(--white);
}
.door p {
  font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.80); margin: 0;
}
.door .open-link {
  margin-top: auto; padding-top: 20px;
  font-family: var(--serif-alt);
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mauve-light);
  display: inline-flex; align-items: center; gap: 7px;
}
.door:hover .open-link .arr { transform: translateX(4px); }
.open-link .arr { transition: transform 0.25s; }

/* ---------- Trust strip ---------- */
.trust { background: var(--tint); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 30px 0; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 16px 34px; align-items: center; justify-content: center; font-size: 16px; color: var(--charcoal); }
.trust .item { display: inline-flex; align-items: center; gap: 10px; }
.trust .check { color: var(--mauve-deep); font-weight: 700; font-size: 18px; }

/* ---------- Service pages ---------- */
.service-hero { padding: 52px 0 8px; }
.breadcrumb { font-family: var(--serif-alt); font-size: 13px; color: var(--warm-gray); margin-bottom: 22px; }
.breadcrumb a { color: var(--mauve-deep); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.service-hero h1 { font-size: 44px; line-height: 1.12; color: var(--charcoal); margin: 12px 0 18px; font-weight: 700; letter-spacing: -0.01em; }
.service-hero .lede { font-size: 19px; color: var(--charcoal); max-width: 680px; line-height: 1.55; }

.section { padding: 22px 0; }
.section h2 {
  font-family: var(--serif-alt);
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mauve-deep); font-weight: 700; margin: 32px 0 16px;
}
.section > .wrap-narrow > p, .section p.body { font-size: 17.5px; color: var(--charcoal); margin: 0 0 16px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 10px; }
@media (max-width: 640px) { .feature-grid { grid-template-columns: 1fr; } }
.feature { background: var(--white); border: 1px solid var(--rule); border-left: 3px solid var(--mauve); border-radius: 4px; padding: 24px; }
.feature h3 { font-family: var(--serif); font-size: 18px; color: var(--charcoal); margin: 0 0 8px; font-weight: 700; }
.feature p { font-size: 15px; color: var(--warm-gray); margin: 0; line-height: 1.5; }

.check-list { list-style: none; padding: 0; margin: 8px 0 0; }
.check-list li { position: relative; padding-left: 32px; margin-bottom: 13px; font-size: 16.5px; color: var(--charcoal); }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 2px;
  color: var(--white); background: var(--mauve-deep);
  width: 21px; height: 21px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}

/* ---------- Principal (Jennifer) block ---------- */
.principal { display: flex; align-items: center; gap: 22px; background: var(--tint); border: 1px solid var(--rule); border-radius: 6px; padding: 22px 24px; margin-top: 40px; }
.principal img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; object-position: center 22%; flex-shrink: 0; border: 2px solid var(--mauve); }
.principal .who-label { font-family: var(--serif-alt); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--warm-gray); margin: 0 0 4px; }
.principal .who-name { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--charcoal); margin: 0 0 4px; }
.principal .who-note { font-size: 14.5px; color: var(--warm-gray); margin: 0; line-height: 1.45; }
@media (max-width: 520px) { .principal { flex-direction: column; text-align: center; } }

/* ---------- CTA card ---------- */
.cta-card {
  background: linear-gradient(158deg, #3A3A3D 0%, #2C2C2E 62%, #1E1E20 100%);
  color: var(--white); border-radius: 8px; padding: 46px 38px; text-align: center;
  margin: 30px 0 22px; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.cta-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--mauve); }
.cta-card .price-tag {
  display: inline-block; font-family: var(--serif-alt);
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--charcoal); background: var(--mauve);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 20px;
}
.cta-card h2 { font-family: var(--serif); font-size: 30px; color: var(--white); margin: 0 0 14px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.cta-card p { font-size: 17px; color: rgba(255,255,255,0.85); max-width: 560px; margin: 0 auto 28px; line-height: 1.6; }
.btn-book {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--serif); font-size: 17px; font-weight: 700;
  color: var(--charcoal); background: var(--white); text-decoration: none;
  padding: 17px 38px; border-radius: 4px; box-shadow: 0 10px 26px rgba(0,0,0,0.28);
  transition: transform 0.16s, box-shadow 0.16s, background 0.16s;
}
.btn-book:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.34); }
.btn-book .price { color: var(--mauve-deep); }
.cta-card .fine { font-family: var(--serif-alt); font-style: italic; font-size: 14px; color: rgba(255,255,255,0.72); margin: 20px 0 0; }

.back-link { font-family: var(--serif-alt); font-size: 15px; font-weight: 700; color: var(--mauve-deep); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.back-link:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); margin-top: 60px; }
.site-footer .wrap { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding-top: 34px; padding-bottom: 34px; }
.site-footer .foot-brand { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.site-footer .foot-brand img { height: 54px; width: auto; }
.site-footer .foot-tag { font-family: var(--serif-alt); font-style: italic; font-size: 13px; color: var(--warm-gray); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.site-footer a { font-family: var(--serif-alt); font-size: 13px; color: var(--light-gray); text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer .copy { font-family: var(--serif-alt); font-size: 12px; color: var(--warm-gray); width: 100%; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.10); margin-top: 4px; }

@media (max-width: 600px) {
  .hero h1 { font-size: 38px; }
  .hero p.lede { font-size: 17px; }
  .service-hero h1 { font-size: 32px; }
  .doors-heading h2 { font-size: 24px; }
  .cta-card { padding: 34px 22px; }
  .cta-card h2 { font-size: 24px; }
  .brand img { width: 128px; }
}

/* ==========================================================================
   Homepage sections + About + Legal (added in redesign v2)
   ========================================================================== */

/* Header nav */
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a.nav-link { font-family: var(--serif); font-size: 16px; color: var(--charcoal); text-decoration: none; }
.nav-links a.nav-link:hover { color: var(--mauve-deep); }
@media (max-width: 640px) { .nav-links a.nav-link { display: none; } }

/* Hero primary CTA (qualifying question button) */
.btn-hero {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 28px;
  font-family: var(--serif); font-size: 17px; font-weight: 700;
  color: var(--white); background: var(--charcoal); text-decoration: none;
  padding: 16px 30px; border-radius: 4px; box-shadow: var(--shadow-sm);
  transition: background 0.18s, transform 0.18s;
}
.btn-hero:hover { background: var(--mauve-deep); transform: translateY(-2px); }
.btn-hero .q { font-family: var(--serif-alt); font-style: italic; font-weight: 400; opacity: 0.85; }

/* Section intro (centered heading blocks on light) */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-head .eyebrow { color: var(--warm-gray); }
.section-head h2 { font-family: var(--serif); font-size: 32px; color: var(--charcoal); font-weight: 700; margin: 10px 0 12px; letter-spacing: -0.01em; }
.section-head p { font-size: 18px; color: var(--warm-gray); margin: 0; line-height: 1.55; }

.band { padding: 78px 0; }
.band.tint { background: var(--tint); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.band.charcoal { background: var(--charcoal); }

/* What we offer — overview grid */
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .offer-grid { grid-template-columns: 1fr; } }
.offer-item { background: var(--white); border: 1px solid var(--rule); border-top: 3px solid var(--mauve); border-radius: 5px; padding: 26px 22px; display: flex; flex-direction: column; }
.offer-item .oi-icon { color: var(--charcoal); margin-bottom: 14px; }
.offer-item h3 { font-family: var(--serif); font-size: 19px; color: var(--charcoal); margin: 0 0 8px; font-weight: 700; line-height: 1.2; }
.offer-item p { font-size: 14.5px; color: var(--warm-gray); margin: 0 0 16px; line-height: 1.5; flex: 1; }
.offer-item a.oi-link { font-family: var(--serif-alt); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mauve-deep); text-decoration: none; }
.offer-item a.oi-link:hover { text-decoration: underline; }

/* Why qualified — stats */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 6px; }
@media (max-width: 760px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; } }
.stat { text-align: center; }
.stat .num { font-family: var(--serif); font-size: 46px; font-weight: 700; color: var(--mauve-light); line-height: 1; }
.band.charcoal .stat .label { color: rgba(255,255,255,0.82); }
.stat .label { font-family: var(--serif-alt); font-size: 14.5px; color: var(--warm-gray); margin-top: 10px; line-height: 1.4; display: block; }
.band.charcoal .section-head h2 { color: var(--white); }
.band.charcoal .section-head p { color: rgba(255,255,255,0.78); }

/* Credentials list under stats */
.creds { max-width: 820px; margin: 44px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 34px; }
@media (max-width: 620px) { .creds { grid-template-columns: 1fr; } }
.creds .cred { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: rgba(255,255,255,0.9); font-family: var(--serif); }
.creds .cred::before { content: "▪"; color: var(--mauve-light); margin-top: 1px; }

/* Testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .quote-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; } }
.quote-card { background: var(--white); border: 1px solid var(--rule); border-radius: 6px; padding: 30px 26px; position: relative; }
.quote-card::before { content: "\201C"; font-family: Georgia, serif; font-size: 64px; color: var(--mauve); line-height: 1; position: absolute; top: 12px; left: 18px; opacity: 0.5; }
.quote-card .q-text { font-size: 16.5px; color: var(--charcoal); line-height: 1.6; margin: 22px 0 18px; position: relative; }
.quote-card .q-by { font-family: var(--serif-alt); font-size: 14px; color: var(--warm-gray); }
.quote-card .q-by strong { color: var(--mauve-deep); font-weight: 700; font-style: normal; }

/* About page */
.about-hero { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 46px; align-items: center; padding: 56px 0 20px; }
@media (max-width: 780px) { .about-hero { grid-template-columns: 1fr; gap: 28px; } }
.about-hero .about-photo { border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--rule); position: relative; }
.about-hero .about-photo img { width: 100%; display: block; }
.about-hero .about-photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--mauve); }
.about-hero h1 { font-family: var(--serif); font-size: 42px; color: var(--charcoal); margin: 10px 0 16px; font-weight: 700; letter-spacing: -0.01em; }
.about-hero .lede { font-size: 19px; color: var(--charcoal); line-height: 1.55; margin: 0; }
.prose { max-width: 760px; margin: 0 auto; }
.prose p { font-size: 17.5px; color: var(--charcoal); line-height: 1.65; margin: 0 0 18px; }
.prose h2 { font-family: var(--serif); font-size: 26px; color: var(--charcoal); margin: 40px 0 14px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.prose .signature { font-family: var(--serif-alt); font-style: italic; font-size: 18px; color: var(--warm-gray); }

/* Legal pages */
.legal { max-width: 780px; margin: 0 auto; padding: 40px 0; }
.legal h1 { font-family: var(--serif); font-size: 38px; color: var(--charcoal); margin: 0 0 6px; font-weight: 700; }
.legal .updated { font-family: var(--serif-alt); font-style: italic; font-size: 14px; color: var(--warm-gray); margin: 0 0 30px; }
.legal h2 { font-family: var(--serif); font-size: 22px; color: var(--charcoal); margin: 34px 0 10px; font-weight: 700; }
.legal p, .legal li { font-size: 16.5px; color: var(--charcoal); line-height: 1.65; }
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--mauve-deep); }

/* Footer legal row */
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; width: 100%; padding-top: 14px; }
.footer-legal a { font-family: var(--serif-alt); font-size: 12.5px; color: var(--light-gray); text-decoration: none; }
.footer-legal a:hover { color: var(--white); text-decoration: underline; }

/* Door qualifier — "Choose this door if..." */
.door-qualifier {
  margin-top: 14px; padding-top: 13px;
  border-top: 1px solid rgba(199, 173, 181, 0.28);
  font-size: 13px; line-height: 1.45; color: rgba(255,255,255,0.74);
}
.dq-label {
  display: block; font-family: var(--serif-alt);
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mauve-light); font-weight: 700; margin-bottom: 5px;
}

/* The Four C's — door word, service name, definition */
.door h3 { font-size: 28px; margin: 0 0 5px; }
.door .door-sub {
  font-family: var(--serif-alt); font-size: 12.5px; letter-spacing: 0.03em;
  line-height: 1.35; color: var(--mauve-light); margin: 0 0 12px;
}
.door .door-def {
  font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.82); margin: 0;
}
@media (min-width: 541px) {
  .door h3 { min-height: 34px; }
  .door .door-sub { min-height: 34px; }
  .door .door-def { min-height: 88px; }
}
