/*
Theme Name: LawsonMD Crimson & Slate
Theme URI: https://matthewlawsonmd.com/
Author: Matthew Lawson, MD
Description: Crimson and slate color edition of the modern LawsonMD professional theme.
Version: 1.9.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: lawsonmd-refresh
*/

:root {
  --navy-950: #081b29;
  --navy-900: #0d2638;
  --navy-800: #153b53;
  --teal-700: #126c69;
  --teal-600: #16827d;
  --teal-100: #dcefed;
  --gold-500: #76571f;
  --ink: #17232c;
  --muted: #5b6972;
  --line: #dce3e6;
  --paper: #ffffff;
  --warm: #f6f4ef;
  --mist: #f0f5f6;
  --shadow: 0 18px 50px rgba(8, 27, 41, 0.12);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal-700); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--navy-800); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid #f0bd59;
  outline-offset: 3px;
}
h1, h2, h3, h4 {
  margin: 0 0 0.65em;
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.55rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); }
p { margin: 0 0 1.2em; }
ul, ol { margin: 0 0 1.3em; padding-left: 1.25em; }
blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--teal-600);
  background: var(--mist);
  color: var(--navy-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section--warm { background: var(--warm); }
.section--mist { background: var(--mist); }
.section--dark { color: #dfe9ed; background: var(--navy-950); }
.section--dark h2, .section--dark h3 { color: #fff; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--teal-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 2px; background: currentColor; content: ""; }
.section--dark .eyebrow { color: #73c6c1; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.32rem); line-height: 1.65; }
.section--dark .lede { color: #c9d8de; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 0.7rem 1rem;
  transform: translateY(-160%);
  color: #fff;
  background: var(--navy-950);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(13, 38, 56, 0.1);
  background: rgba(255, 255, 255, 0.96);
}
.header-inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.9rem; color: var(--navy-950); text-decoration: none; }
.brand-mark {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.19rem; font-weight: 700; }
.brand-title { margin-top: 0.36rem; color: var(--muted); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.primary-menu, .footer-menu { display: flex; margin: 0; padding: 0; align-items: center; gap: 1.55rem; list-style: none; }
.primary-menu a { color: var(--navy-900); font-size: 0.89rem; font-weight: 700; text-decoration: none; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--teal-700); }
.menu-toggle {
  display: none;
  border: 0;
  padding: 0.6rem;
  color: var(--navy-950);
  background: transparent;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; }

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0.75rem 1.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: var(--teal-700);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-2px); color: #fff; background: var(--navy-800); box-shadow: 0 10px 25px rgba(8, 27, 41, 0.16); }
.button--outline { border-color: rgba(13, 38, 56, 0.3); color: var(--navy-900); background: transparent; }
.button--outline:hover { color: #fff; border-color: var(--navy-800); }
.button--light { color: var(--navy-950); background: #fff; }
.button--light:hover { color: #fff; background: var(--teal-600); }
.text-link { font-weight: 800; text-decoration: none; }
.text-link::after { margin-left: 0.35rem; content: "\2192"; }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.25rem) 0; background: linear-gradient(125deg, #f7f5f0 0%, #edf5f5 100%); }
.hero::before {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -280px;
  right: -130px;
  border: 1px solid rgba(18, 108, 105, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(18, 108, 105, 0.035), 0 0 0 152px rgba(18, 108, 105, 0.025);
  content: "";
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.7fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero h1 { max-width: 790px; }
.hero h1 em { color: var(--teal-700); font-style: normal; }
.hero-copy .lede { margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hero-portrait { position: relative; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 190px 190px var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow); background: #dfe7e6; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.portrait-badge {
  position: absolute;
  right: -18px;
  bottom: 38px;
  max-width: 210px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: var(--radius-sm);
  color: #fff;
  background: rgba(13,38,56,.94);
  box-shadow: 0 12px 30px rgba(8, 27, 41, 0.25);
  font-size: 0.83rem;
  line-height: 1.45;
}
.portrait-badge strong { display: block; margin-bottom: 0.18rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }

.expertise-bar { position: relative; z-index: 2; margin-top: -1px; color: #fff; background: var(--navy-950); }
.expertise-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.expertise-item { padding: 1.5rem clamp(1rem, 3vw, 2.2rem); border-right: 1px solid rgba(255,255,255,.13); }
.expertise-item:last-child { border-right: 0; }
.expertise-item strong { display: block; margin-bottom: 0.25rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.expertise-item span { color: #b8cbd2; font-size: 0.85rem; }

.split { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.split__aside { position: sticky; top: 2rem; }
.credential-list { display: grid; margin-top: 2rem; gap: 1rem; }
.credential { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 0.85rem; }
.credential__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--teal-700); background: var(--teal-100); font-weight: 800; }
.credential strong { display: block; color: var(--navy-950); }
.credential span { color: var(--muted); font-size: 0.9rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 10px 35px rgba(8, 27, 41, 0.055);
}
.card::before { position: absolute; width: 72px; height: 4px; top: 0; left: 0; background: var(--teal-600); content: ""; }
.card-number { display: block; margin-bottom: 2.5rem; color: var(--gold-500); font-family: Georgia, "Times New Roman", serif; font-size: 0.92rem; font-weight: 700; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card ul { color: var(--muted); font-size: 0.92rem; }

.research-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow); }
.research-panel__copy { padding: clamp(2.2rem, 5vw, 4.5rem); color: #d6e1e5; }
.research-panel__copy h2 { color: #fff; }
.research-panel__copy .eyebrow { color: #74c9c3; }
.research-panel__visual { position: relative; min-height: 420px; background: linear-gradient(140deg, #14736f, #0d2638); }
.research-panel__visual::before, .research-panel__visual::after { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.research-panel__visual::before { width: 330px; height: 330px; top: 45px; left: 70px; }
.research-panel__visual::after { width: 170px; height: 170px; right: 55px; bottom: 42px; }
.research-line { position: absolute; width: 70%; height: 2px; top: 50%; left: 15%; transform: rotate(-24deg); background: rgba(255,255,255,.55); }

.cta { display: flex; padding: clamp(2rem, 5vw, 4.5rem); align-items: center; justify-content: space-between; gap: 2rem; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(115deg, var(--teal-700), var(--navy-900)); }
.cta h2 { max-width: 700px; margin-bottom: 0.25rem; color: #fff; }
.cta p { margin: 0; color: #d4e8e8; }

.page-hero { padding: clamp(3.8rem, 7vw, 6.5rem) 0; color: #fff; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.page-hero .eyebrow { color: #75c9c4; }
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.breadcrumbs { margin-bottom: 1rem; color: #b8cbd2; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.breadcrumbs a { color: #fff; text-decoration: none; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: clamp(3rem, 7vw, 6rem); }
.entry-content { min-width: 0; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.7em; font-size: clamp(1.75rem, 3vw, 2.35rem); }
.entry-content h3 { margin-top: 1.5em; }
.entry-content img { margin: 2rem auto; border-radius: var(--radius-sm); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 0.75rem; border: 1px solid var(--line); text-align: left; }
.content-section { margin-bottom: 3.25rem; }
.content-section:last-child { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.8rem 0; }
.feature-box { padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.feature-box h3 { margin-bottom: 0.35rem; font-size: 1.2rem; }
.feature-box p, .feature-box li { color: var(--muted); font-size: 0.92rem; }
.feature-box p:last-child, .feature-box ul:last-child { margin-bottom: 0; }
.callout { margin: 2rem 0; padding: 1.4rem 1.5rem; border-radius: var(--radius-sm); background: var(--mist); }
.callout strong { color: var(--navy-950); }
.profile-photo { overflow: hidden; margin-bottom: 1.5rem; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.profile-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 22%; }
.article-list { display: grid; gap: 1rem; }
.article-item { padding: 1.25rem; border-left: 4px solid var(--teal-600); background: var(--warm); }
.article-item h3 { margin-bottom: 0.25rem; font-size: 1.18rem; }
.article-item p { margin-bottom: 0; color: var(--muted); font-size: 0.92rem; }
.sidebar-card { position: sticky; top: 2rem; padding: 1.4rem; border-radius: var(--radius-md); background: var(--warm); }
.sidebar-card h3 { font-size: 1.3rem; }
.sidebar-card p { color: var(--muted); font-size: 0.9rem; }
.reviews-intro { max-width: 820px; margin-bottom: 2.5rem; }
.review-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.review-spotlight__copy { padding: clamp(2rem, 5vw, 4.25rem); }
.review-spotlight__copy h2 { max-width: 650px; }
.review-spotlight__copy p { max-width: 680px; color: var(--muted); }
.review-spotlight__rating {
  display: flex;
  padding: clamp(2rem, 5vw, 4rem);
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(145deg, var(--teal-600), var(--navy-900));
}
.review-score { display: block; margin-bottom: 0.15rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5rem); font-weight: 700; line-height: 1; }
.review-score-label { display: block; margin-bottom: 0.65rem; color: #f7e8ec; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.review-stars { display: block; color: #ffd56a; font-size: 1.55rem; letter-spacing: 0.12em; line-height: 1; }
.review-count { margin: 0.85rem 0 0; color: #f4e9ec; font-size: 0.88rem; }
.review-platform-mark { display: grid; width: 78px; height: 78px; margin: 0 auto 1rem; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.1); font-family: Georgia, "Times New Roman", serif; font-size: 2.15rem; font-weight: 700; }
.review-platform-label { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; }
.review-platform-subtext { margin: 0.35rem 0 0; color: #f4e9ec; font-size: 0.88rem; }
.review-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.review-directory { display: flex; min-height: 185px; padding: 1.5rem; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.review-directory h3 { margin-bottom: 0.45rem; font-size: 1.25rem; }
.review-directory p { color: var(--muted); font-size: 0.9rem; }
.review-directory .text-link { margin-top: auto; }
.review-disclosure { margin-top: 2rem; color: var(--muted); font-size: 0.82rem; }
.contact-grid { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); align-items: stretch; gap: 1.25rem; margin-top: 2.5rem; }
.office-card { padding: clamp(1.6rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--warm); }
.contact-practice-mark { display: flex; width: min(230px, 100%); margin: 0.25rem 0 1.6rem; padding: 0.9rem 1.1rem; align-items: center; justify-content: center; border-radius: var(--radius-sm); background: var(--navy-950); box-shadow: 0 8px 22px rgba(8, 27, 41, 0.12); }
.contact-practice-mark img { width: 150px; max-height: 105px; object-fit: contain; }
.contact-practice-mark:hover { background: var(--navy-800); }
.office-card address { margin-bottom: 1.5rem; color: var(--muted); font-style: normal; }
.office-card__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.map-card { overflow: hidden; min-height: 430px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--mist); box-shadow: 0 10px 35px rgba(8, 27, 41, 0.055); }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 430px; border: 0; }
.post-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.post-card { display: flex; min-height: 260px; padding: 1.7rem; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.post-card__meta { margin-bottom: 1.2rem; color: var(--teal-700); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.post-card h2 { font-size: 1.5rem; }
.post-card p { color: var(--muted); font-size: 0.92rem; }
.post-card .text-link { margin-top: auto; }
.pagination { margin-top: 3rem; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.pagination a, .pagination span { display: grid; min-width: 42px; min-height: 42px; padding: 0.4rem; place-items: center; border-radius: 50%; text-decoration: none; }
.pagination .current { color: #fff; background: var(--teal-700); }

.site-footer { color: #bdccd2; background: var(--navy-950); }
.footer-main { display: grid; padding: 4rem 0 3rem; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 3rem; }
.site-footer .brand { color: #fff; }
.site-footer .brand-title { color: #9bb1ba; }
.footer-about { max-width: 430px; margin-top: 1.2rem; font-size: 0.9rem; }
.footer-practice-mark { display: inline-flex; margin-top: 0.45rem; padding: 0.3rem; border-radius: var(--radius-sm); }
.footer-practice-mark img { width: 145px; max-height: 112px; object-fit: contain; opacity: 0.94; }
.footer-practice-mark:hover img { opacity: 1; }
.footer-heading { margin-bottom: 1rem; color: #fff; font-family: inherit; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 0.55rem; }
.footer-links a { color: #d8e3e7; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding: 1.25rem 0 2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: 0.78rem; }
.footer-bottom__inner { display: flex; justify-content: space-between; gap: 2rem; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.alignwide { width: min(1100px, 100vw - 40px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 92px 0 0; display: none; padding: 2rem; background: #fff; }
  .site-nav.is-open { display: block; }
  .primary-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-menu li { border-bottom: 1px solid var(--line); }
  .primary-menu a { display: block; padding: 1rem 0; font-size: 1rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-portrait { width: min(520px, 90%); margin-inline: auto; }
  .expertise-list { grid-template-columns: 1fr; }
  .expertise-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .split, .research-panel, .content-layout, .review-spotlight, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .split__aside, .sidebar-card { position: static; }
  .card-grid { grid-template-columns: 1fr; }
  .review-directory-grid { grid-template-columns: 1fr; }
  .research-panel__visual { min-height: 300px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .brand-title { display: none; }
  .header-inner { min-height: 78px; }
  .site-nav { inset-block-start: 78px; }
  .hero { padding-top: 3rem; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .portrait-badge { right: -7px; bottom: 20px; }
  .research-panel__visual { min-height: 240px; }
  .cta { align-items: flex-start; flex-direction: column; }
  .post-list { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-bottom__inner { flex-direction: column; gap: 0.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Crimson & Slate palette edition */
:root {
  --navy-950: #21151a;
  --navy-900: #352029;
  --navy-800: #542f3d;
  --teal-700: #86253a;
  --teal-600: #a43249;
  --teal-100: #f3dfe4;
  --gold-500: #744f2a;
  --ink: #2a2225;
  --muted: #6d6065;
  --line: #e2dadd;
  --warm: #f7f3f3;
  --mist: #f4edef;
}
.hero { background: linear-gradient(125deg, #f8f4f3 0%, #f2e8eb 100%); }
.hero::before { border-color: rgba(164, 50, 73, 0.22); box-shadow: 0 0 0 76px rgba(164,50,73,.04), 0 0 0 152px rgba(53,32,41,.025); }
.portrait-frame { background: #eadfe2; }
.section--dark .eyebrow, .research-panel__copy .eyebrow, .page-hero .eyebrow { color: #f0a9b7; }
.research-panel__visual { background: linear-gradient(140deg, #a43249, #352029); }
.expertise-item span { color: #d7c8ce; }
.section--dark .lede { color: #e0d4d8; }
.site-footer { color: #d2c4c9; }
.footer-links a { color: #e4dce0; }
