/* Brand overrides — additive only, does not replace theme CSS */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Source+Sans+3:wght@400;600;700&display=swap");

body { font-family: "Source Sans 3", sans-serif; }
h1, h2, h3, .page__title { font-family: "Cormorant Garamond", Georgia, serif; }
.masthead__inner-wrap,
.greedy-nav a {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.site-nav--static {
  flex-wrap: wrap;
  row-gap: 0.35rem;
  height: auto;
  min-height: 2.75em;
}
.site-nav--static .visible-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
  flex: 1 1 auto;
  gap: 0.15rem 0.35rem;
}
.site-nav--static .visible-links a {
  position: relative;
  white-space: nowrap;
}
.greedy-nav .site-title {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.greedy-nav .site-mark {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}
.greedy-nav .site-mark img {
  height: 2.1em;
  width: auto;
  display: block;
}
.greedy-nav .visible-links a,
.greedy-nav .hidden-links a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.greedy-nav a {
  margin: 0 0.65rem;
}
.site-subtitle { color: #3d6b59; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; }
.site-subtitle:empty { display: none; }
.btn.btn--primary,
.btn.btn--primary:visited {
  background-color: #2f5e4e;
  border-color: #2f5e4e;
  color: #fff;
}
.btn.btn--primary:hover,
.btn.btn--primary:focus {
  background-color: #1f4035;
  border-color: #1f4035;
  color: #fff;
}
a:not(.btn):hover { color: #1f4035; }
.site-disclaimer-bar {
  margin-top: 2.5rem;
  padding: 0.85rem 1rem;
  background: #f5f3ef;
  border-top: 1px solid #e3ddd3;
  border-bottom: 1px solid #e3ddd3;
}
.site-disclaimer-bar .site-disclaimer {
  margin: 0 auto;
  padding: 0;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #8a9690;
  text-align: center;
  max-width: 42rem;
}
.page__footer { margin-top: 0; }
.page__footer footer {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
}
.site-footer {
  width: 100%;
}
.site-footer__brand {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e3ddd3;
}
.site-footer__name {
  margin: 0 0 0.4rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.site-footer__name a {
  color: #1a2820;
  text-decoration: none;
}
.site-footer__name a:hover {
  color: #2f5e4e;
}
.site-footer__tagline {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #5c6b62;
}
.site-footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3.5rem;
  max-width: 40rem;
  margin: 0 auto;
}
.site-footer__block {
  text-align: center;
  min-width: 7.5rem;
}
.site-footer__heading {
  margin: 0 0 0.75rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a9690;
  text-align: center;
}
.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__list li + li {
  margin-top: 0.45rem;
}
.site-footer__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #3d4f46;
  text-decoration: none;
}
.site-footer__list a i {
  color: #2f5e4e;
  font-size: 0.8125rem;
  width: 1rem;
  text-align: center;
  flex-shrink: 0;
}
.site-footer__list a:hover,
.site-footer__list a:hover i {
  color: #1f4035;
}
.page__footer-copyright {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e3ddd3;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.6875rem;
  color: #8a9690;
  line-height: 1.5;
}
.page__footer-copyright a {
  color: #5c6b62;
  text-decoration: none;
}
.page__footer-copyright a:hover {
  color: #1f4035;
}
.page__footer-copyright-tagline {
  color: #8a9690;
}
@media (max-width: 640px) {
  .site-nav--static {
    justify-content: center;
  }
  .site-nav--static .site-title {
    flex: 1 1 100%;
    justify-content: center;
  }
  .site-nav--static .visible-links {
    flex: 1 1 100%;
    justify-content: center;
  }
  .site-footer__grid {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.everyday-topics { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin: 1.5rem 0; }
.everyday-topic { padding: 1.25rem; background: #f5f3ef; border-radius: 8px; border: 1px solid #e3ddd3; }
.everyday-topic h3 { margin-top: 0; font-size: 1.15rem; }
.everyday-topic p { margin-bottom: 0.35rem; font-size: 0.95rem; color: #5c6b62; }
.everyday-topic em { font-size: 0.85rem; color: #3d6b59; }

.everyday-topic-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}
.everyday-topic-list li { margin: 0; }
.everyday-topic-list a {
  display: block;
  padding: 0.85rem 1rem;
  background: #f5f3ef;
  border: 1px solid #e3ddd3;
  border-radius: 8px;
  color: #2f5e4e;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.everyday-topic-list a:hover {
  background: #eef4f0;
  color: #1f4035;
}
.feature__item .archive__item-teaser { display: none; }
.feature__item .archive__item {
  border-top: 3px solid #2f5e4e;
  padding-top: 0.5rem;
}
.layout--splash .page__hero--overlay {
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
}
.layout--splash .page__hero--overlay .wrapper {
  max-width: 40rem;
  margin: 0 auto;
  padding: 4rem 1.5rem 4.5rem;
  text-align: center;
}
.layout--splash .page__hero--overlay .page__title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 0;
}
.layout--splash .page__hero--overlay .page__title-line {
  white-space: nowrap;
}
.layout--splash .page__hero--overlay .page__lead {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 1.25rem auto 0;
  max-width: 32rem;
}
.splash-intro {
  position: relative;
  z-index: 2;
  margin-top: -2.75rem;
  padding: 0 1.25rem 3.25rem;
}
.splash-intro__panel {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem 2.25rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(26, 40, 32, 0.1);
  border-top: 3px solid #2f5e4e;
  text-align: left;
}
.splash-intro__lead {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a2820;
  margin: 0 0 1.35rem;
}
.splash-intro__focus {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: #3d4f46;
  margin: 0 0 1.35rem;
  padding-left: 1.1rem;
  border-left: 2px solid #c8ddd2;
}
.splash-intro__outcome {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
  color: #5c6b62;
  margin: 0;
  padding-top: 1.15rem;
  border-top: 1px solid #ebe6df;
}
.splash-intro__panel p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #5c6b62;
  margin: 0 0 1rem;
}
.splash-intro__panel p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .splash-intro {
    margin-top: -2rem;
    padding: 0 1rem 2.5rem;
  }
  .splash-intro__panel {
    padding: 1.5rem 1.35rem;
  }
}
.layout--splash .page__hero--overlay .wrapper > p:has(.btn) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.25rem;
}
.layout--splash .page__hero--overlay .btn--light-outline {
  background: #fff;
  color: #1a3d32;
  border: none;
  border-radius: 999px;
  padding: 0.8em 1.6em;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.layout--splash .page__hero--overlay .btn--light-outline:hover {
  background: #f0f5f2;
  color: #1a3d32;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.layout--splash .page__hero--overlay .btn--light-outline + .btn--light-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.layout--splash .page__hero--overlay .btn--light-outline + .btn--light-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.layout--splash .initial-content,
.layout--splash .search-content {
  flex: 0 0 auto;
  background: linear-gradient(to bottom, #eef2ef 0%, #faf9f7 12rem, #faf9f7 100%);
}

.layout--splash .site-disclaimer-bar {
  margin-top: 0;
  border-top: none;
  background: #faf9f7;
}
.layout--splash #main {
  display: none;
}

.contact-pro {
  margin: 1.25rem 0 2rem;
  padding: 1.75rem 1.5rem;
  background: #f5f3ef;
  border: 1px solid #e3ddd3;
  border-top: 3px solid #2f5e4e;
  border-radius: 10px;
}
.contact-pro__lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #3d4144;
}
.contact-pro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.contact-pro__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75em 1.35em;
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.contact-pro__btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
.contact-pro__btn--linkedin {
  background: #2f5e4e;
  color: #fff;
  box-shadow: 0 2px 10px rgba(47, 94, 78, 0.25);
}
.contact-pro__btn--linkedin:hover {
  background: #1f4035;
  color: #fff;
  box-shadow: 0 4px 16px rgba(47, 94, 78, 0.3);
}
.contact-pro__btn--calendly {
  background: #fff;
  color: #2f5e4e;
  border: 1.5px solid #2f5e4e;
}
.contact-pro__btn--calendly:hover {
  background: #eef4f0;
  color: #1f4035;
}
.contact-pro__note {
  margin: 1.15rem 0 0;
  font-size: 0.9rem;
  color: #5c6b62;
}
.contact-email {
  margin: 1.75rem 0 0;
  font-size: 0.9375rem;
  color: #5c6b62;
}
.contact-email__intro {
  margin: 0 0 0.85rem;
}
.contact-email__reveal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65em 1.25em;
  border: 1.5px solid #2f5e4e;
  border-radius: 999px;
  background: #fff;
  color: #2f5e4e;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.contact-email__reveal:hover {
  background: #eef4f0;
  color: #1f4035;
  transform: translateY(-1px);
}
.contact-email__reveal:focus-visible {
  outline: 2px solid #2f5e4e;
  outline-offset: 2px;
}
.contact-email__address {
  margin: 0;
}
.contact-email__link {
  font-weight: 600;
  word-break: break-all;
}
.contact-email__fallback {
  margin: 0.85rem 0 0;
  font-weight: 600;
}
