/* Brand accent match: Bronco wrap colors PM2194 blue and PM3546 red. */
:root {
  --teal: #0085CA;
  --teal-bright: #0085CA;
  --teal-dark: #005F91;
  --red: #C8102E;
  --orange: #C8102E;
}

@media (min-width: 901px) {
  .services-hero-copy {
    padding-top: 150px;
  }
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  z-index: 1000 !important;
  min-height: 92px;
  gap: clamp(18px, 2.2vw, 28px);
  padding: 12px clamp(24px, 4.8vw, 72px);
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
}

.nav-menu {
  z-index: 1001;
}

.brand {
  gap: 14px;
  min-width: 286px;
  align-items: center;
}

.brand-mark {
  overflow: hidden;
  color: transparent !important;
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  background: transparent url("nutmeg-k9-logo-circle.png") center / contain no-repeat;
  border: 0 !important;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 12px 26px rgba(0, 0, 0, 0.34);
  text-indent: -999px;
  transform: translateY(18px);
}

.unified-footer .brand-mark {
  width: 68px;
  height: 68px;
  flex-basis: 68px;
}

.brand strong {
  color: var(--red);
  font-size: 38px;
  line-height: 0.88;
}

.brand small {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.015em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.45vw, 22px);
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.site-nav > a,
.site-nav .nav-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: #ffffff;
}

.nav-menu {
  border-color: color-mix(in srgb, var(--teal) 40%, transparent);
}

.nav-menu a {
  color: #ffffff;
}

.call-button {
  min-height: 46px;
  padding-inline: 22px;
}

/* Color discipline: white carries content, red is action/brand, blue is secondary accent. */
.site-header,
.site-header a {
  color: #ffffff;
}

.brand strong {
  color: var(--red);
}

.brand small {
  color: var(--teal);
}

.button.primary,
.call-button,
a.button.primary,
button.primary,
.cta-button,
.schedule-button {
  background-color: var(--red);
  border-color: var(--red);
}

.button.outline,
.call-button {
  background-color: rgba(255, 255, 255, 0.025);
}

.button,
.call-button,
.service-card,
.method-points article,
.when-list article,
.environment-grid article,
.recommendation-quote,
.goose-testimonial figure {
  box-shadow: none;
}

.site-footer h3,
.unified-footer h3 {
  color: #ffffff;
}

.site-footer a:hover,
.unified-footer a:hover {
  color: var(--teal);
}

.service-card h3,
.feature-section h2,
.difference-section h2,
.research-section h2,
.receive-section h2,
.faq-section h2,
.support-section h2,
.method-section h2,
.standards-section h2,
.when-section h2,
.partner-faq h2,
.heritage-section h2,
.origin-section h2,
.partners-section h2,
.dog-foundation h2,
.real-experiences h2,
.additional-recommendations h2,
.review-proof h2,
.share-section h2,
.cert-proof h2,
.environments-section h2,
.environment-grid h3,
.fact-row h3 {
  color: #ffffff;
}

.learn-link,
.partner-link,
.share-section a,
.partners-copy a,
.research-copy a,
.working-dog-copy a {
  color: var(--red);
}

@media (max-width: 1180px) {
  .site-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: static !important;
  }

  .site-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 0;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    transform: translateY(0);
  }

  .brand strong {
    font-size: 34px;
  }
}
