@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #f3f6fa;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --text: #172334;
  --muted: #5d6b7d;
  --border: #d7e0ea;
  --accent: #1f6fff;
  --accent-2: #0f57b8;
  --accent-soft: #eaf1ff;
  --btn-blue: #1c4f86;
  --btn-blue-hover: #153f6d;
  --btn-blue-soft: #eaf2fb;
  --btn-blue-border: #2b639d;
  --btn-blue-ink: #143f6d;
  --cta-orange: #a84a00;
  --cta-orange-2: #bb5400;
  --cta-orange-dark: #8f3f00;
  --panel-navy: #17283d;
  --shadow: 0 16px 40px rgba(12, 27, 45, 0.12);
  --radius: 16px;
  --radius-pill: 999px;
  --dark-surface: #101c2b;
  --dark-surface-soft: #16263a;
  --focus-ring: 0 0 0 0.24rem rgba(31, 111, 255, 0.28);
  --img-border: rgba(23, 35, 52, 0.14);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --type-h1: clamp(2rem, 5vw, 3.1rem);
  --type-h2: clamp(1.5rem, 3vw, 2.1rem);
  --type-h3: clamp(1.25rem, 2.3vw, 1.55rem);
  --type-card-title: clamp(1.04rem, 1.6vw, 1.2rem);
  --line-height-body: 1.68;
  --card-radius: 18px;
  --card-shadow: 0 14px 34px rgba(12, 27, 45, 0.1);
  --card-shadow-hover: 0 20px 42px rgba(12, 27, 45, 0.15);
  --font-body: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: var(--line-height-body);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1200;
}

.skip-link:focus {
  left: 1rem;
  top: 0.85rem;
  width: auto;
  height: auto;
  overflow: visible;
  background: #ffffff;
  color: #0b1a2b;
  border: 1px solid rgba(10, 95, 153, 0.5);
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  box-shadow: 0 8px 20px rgba(9, 25, 42, 0.2);
}

a {
  color: var(--accent-2);
  text-decoration: none;
}

a:hover {
  color: var(--accent);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.accordion-button:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
  box-shadow: var(--focus-ring);
}

h1,
.h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--type-h1);
  line-height: 1.12;
  letter-spacing: 0.01em;
}

h2,
.h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--type-h2);
  line-height: 1.2;
}

h3,
.h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--type-h3);
  line-height: 1.25;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.3;
}

p {
  line-height: var(--line-height-body);
}

.container {
  max-width: 1140px;
}

.navbar-friendly {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(6px);
}

.site-brand {
  color: var(--text);
  font-weight: 700;
  font-size: 1.04rem;
  letter-spacing: 0.01em;
}

.brand-logo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 75px;
  display: block;
}

.footer-brand {
  line-height: 1;
}

.footer-logo {
  height: 75px;
  width: auto;
  display: block;
}

.logo-mark {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 50%;
  background: #dceefe;
  color: var(--accent-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.45rem;
  font-size: 1rem;
}

.navbar .navbar-nav {
  gap: 0.2rem;
}

.navbar .nav-link {
  color: var(--muted);
  font-weight: 500;
  border-radius: var(--radius-pill);
  padding: 0.42rem 0.74rem;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--text);
  background: #edf3f9;
}

.navbar .nav-link.active {
  color: var(--accent-2);
  background: #e9f4fc;
  font-weight: 600;
}

.navbar .nav-link[data-nav="calculator"] {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  font-weight: 600;
  padding-inline: 1rem;
}

.navbar .nav-link[data-nav="calculator"]:hover,
.navbar .nav-link[data-nav="calculator"]:focus,
.navbar .nav-link[data-nav="calculator"].active {
  background: var(--accent-2);
  border-color: var(--accent-2);
  color: #fff;
}

main {
  padding-top: 1.25rem;
}

.section-block {
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
}

.section-space {
  margin-top: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

/* Render below-the-fold homepage sections lazily to reduce first paint work. */
@supports (content-visibility: auto) {
  .home-page .section-block:not(:first-of-type),
  .home-page .section-space {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
  }

  main .section-block:not(:first-of-type):not(#calculator-tool) {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }

  #calculator-tool ~ .section-block {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }

  [data-breed-detail] > .section-space:not(:first-of-type) {
    content-visibility: auto;
    contain-intrinsic-size: 720px;
  }
}

.trust-strip .bi {
  display: inline-flex;
  width: 1em;
  justify-content: center;
}

.section-stack > * + * {
  margin-top: clamp(1rem, 2.4vw, 1.5rem);
}

.section-title {
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.hero-clinic {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 4px);
  min-height: 360px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 28px rgba(12, 27, 45, 0.12);
  background-size: cover;
  background-position: center;
}

.hero-clinic::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(14, 24, 38, 0.86) 0%, rgba(14, 24, 38, 0.62) 48%, rgba(14, 24, 38, 0.74) 100%);
}

.hero-clinic .hero-inner {
  position: relative;
  color: #f7fbff;
  width: 100%;
  padding: clamp(2rem, 5vw, 3.8rem);
}

.hero-home {
  min-height: 300px;
}

@media (max-width: 767.98px) {
  .hero-home {
    min-height: clamp(430px, 78vh, 620px);
  }
}

.hero-home-video {
  background: #172334 url("/assets/img/home/home-hero-1920x1080.webp") center / cover no-repeat;
  isolation: isolate;
}

.hero-home-video::before {
  display: none;
}

.hero-home-video .hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 0;
  background: #172334;
}

.hero-home-video .hero-poster-wrap,
.hero-home-video .hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-home-video .hero-poster {
  object-fit: cover;
}

.hero-home-video .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.hero-home-video.hero-video-disabled .hero-video {
  display: none !important;
}

.hero-home-video.is-video-ready .hero-video {
  opacity: 1;
}

.hero-home-video .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(14, 24, 38, 0.86) 0%, rgba(14, 24, 38, 0.62) 48%, rgba(14, 24, 38, 0.74) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-home-video .hero-poster-wrap {
  z-index: 0;
}

.hero-home-video .hero-video {
  z-index: 1;
}

.hero-home-video .hero-inner {
  z-index: 3;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #e8f5ff;
  border-radius: var(--radius-pill);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.78rem;
}

.hero-clinic h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.14;
  letter-spacing: 0.01em;
  margin: 0.85rem 0 0.8rem;
  color: #ffffff;
}

.hero-clinic p {
  max-width: 56ch;
  color: #d9e9f7;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.home-page .hero-home .hero-inner {
  text-align: center;
}

.home-page .hero-home .hero-inner > p {
  margin-left: auto;
  margin-right: auto;
}

.home-page .hero-home .hero-actions {
  justify-content: center;
}

.home-page .hero-home .trust-strip {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.hero-panel,
.card-friendly,
.tool-card,
.resource-card,
.metric-card {
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--card-shadow);
}

.hero-panel {
  padding: clamp(var(--space-4), 3vw, var(--space-5));
}

.card-friendly {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-friendly:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow-hover);
}

.card-friendly .card-body,
.resource-card,
.metric-card,
.tool-card {
  padding: var(--space-3);
}

.card-friendly .h5,
.card-friendly h2,
.card-friendly h3 {
  font-size: var(--type-card-title);
}

.card-friendly .card-body h2,
.card-friendly .card-body h3,
.card-friendly .card-body h4,
.card-friendly .card-body .h5,
.card-friendly .card-body .h6 {
  margin-bottom: 0.5rem;
}

.hub-card .card-body {
  display: flex;
  flex-direction: column;
}

.card-meta {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.post-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.85rem;
  color: var(--muted);
}

.post-trust-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  background: #f5f9fd;
  border-radius: var(--radius-pill);
  padding: 0.2rem 0.62rem;
  line-height: 1.25;
}

.post-author-line {
  border-top: 1px solid var(--border);
  padding-top: 0.85rem;
}

.post-author-line .small {
  color: var(--muted);
}

.hub-card .card-actions {
  margin-top: auto;
  padding-top: var(--space-3);
}

.hub-feature-strip {
  border: 1px solid #cfe0ef;
  border-radius: var(--card-radius);
  background: linear-gradient(118deg, #ecf5fd 0%, #f7fbff 52%, #eef6fd 100%);
  box-shadow: var(--card-shadow);
  padding: var(--space-4);
}

.hub-feature-strip p {
  margin-bottom: 0;
}

.hub-empty-state {
  border: 1px dashed #b6cadf;
  border-radius: var(--card-radius);
  background: #f5faff;
  color: #395875;
  text-align: center;
  padding: var(--space-5) var(--space-4);
}

.surface-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}

.surface-soft {
  background: var(--surface-2);
}

.dark-band {
  background: linear-gradient(120deg, #121f31 0%, #182a40 54%, #102437 100%);
  border-radius: calc(var(--radius) + 4px);
  color: #ecf6ff;
  border: 1px solid rgba(151, 182, 209, 0.28);
  box-shadow: var(--shadow);
}

.dark-band h2,
.dark-band h3,
.dark-band p,
.dark-band a {
  color: inherit;
}

.dark-band p {
  color: #bfd3e5;
}

.cta-dark .btn {
  color: #f6fbff;
  border-color: transparent;
}

.cta-dark .btn-primary {
  background: linear-gradient(180deg, var(--cta-orange-2) 0%, var(--cta-orange) 100%);
  border-color: var(--cta-orange);
  color: #fff;
  box-shadow: 0 8px 16px rgba(242, 108, 0, 0.2);
}

.cta-dark .btn-primary:hover,
.cta-dark .btn-primary:focus-visible {
  background: linear-gradient(180deg, #ff861d 0%, var(--cta-orange-dark) 100%);
  border-color: var(--cta-orange-dark);
  color: #fff;
  box-shadow: 0 8px 16px rgba(242, 108, 0, 0.2);
}

.cta-dark .btn-light {
  background: #fff;
  border-color: #fff;
  color: #0b1a2b;
}

.cta-dark .btn-light:hover,
.cta-dark .btn-light:focus-visible {
  background: #f2f7fd;
  border-color: #f2f7fd;
  color: #0b1a2b;
}

.cta-dark .btn-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.cta-dark .btn-outline-light:hover,
.cta-dark .btn-outline-light:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #0b1a2b;
}

.cta-dark .btn:disabled,
.cta-dark .btn.disabled,
.cta-dark a.btn[aria-disabled="true"] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.cta-dark .btn-primary:disabled,
.cta-dark .btn-primary.disabled,
.cta-dark a.btn-primary[aria-disabled="true"] {
  background: #536476;
  border-color: #536476;
  color: #fff;
}

.cta-dark .btn-outline-light:disabled,
.cta-dark .btn-outline-light.disabled,
.cta-dark a.btn-outline-light[aria-disabled="true"] {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.86);
}

.btn {
  border-radius: var(--radius-pill);
  font-weight: 600;
  min-height: 44px;
  padding: 0.62rem 1.12rem;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.btn-pill {
  border-radius: 999px !important;
}

.btn-cta {
  min-height: 48px;
  padding: 0.75rem 1.125rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  transform: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:active {
  transform: none !important;
  filter: none !important;
}

.btn-primary {
  background: linear-gradient(180deg, #2a639e 0%, var(--btn-blue) 100%);
  border-color: var(--btn-blue);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(180deg, var(--btn-blue) 0%, var(--btn-blue-hover) 100%);
  border-color: var(--btn-blue-hover);
  color: #fff;
}

.btn-outline-primary {
  border-color: var(--btn-blue-border);
  color: var(--btn-blue-ink);
  background: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border-color: var(--btn-blue-hover);
  background: var(--btn-blue-hover);
  color: #fff;
}

.badge-soft {
  background: var(--btn-blue-soft);
  color: var(--btn-blue-ink);
  border: 1px solid #c9dbec;
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.btn-sm {
  min-height: 36px;
  padding: 0.44rem 0.84rem;
}

.btn-lg {
  min-height: 50px;
  padding: 0.78rem 1.34rem;
}

.breadcrumb {
  --bs-breadcrumb-divider: ">";
  background: #eef3f8;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 0.44rem 0.88rem;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: var(--muted);
  font-size: 0.87rem;
}

.breadcrumb-item.active {
  color: var(--text);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: none;
  display: inline-block;
  padding-right: 0.35rem;
}

.form-control,
.form-select {
  border-radius: 12px;
  border-color: var(--border);
  min-height: 46px;
  color: var(--text);
  background-color: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: #8ec8ef;
}

#calculatorWizard .input-inline-group .form-control,
#calculatorWizard .input-inline-group .form-select {
  min-height: 46px;
  border-radius: 14px;
}

#calculatorWizard:empty {
  min-height: 520px;
}

#calculatorResults:empty {
  min-height: 380px;
}

#calculatorWizard .input-inline-group > .form-control,
#calculatorWizard .input-inline-group > .form-select {
  height: 100%;
}

#calculatorWizard .input-inline-group > * {
  margin-bottom: 0;
}

#calculatorWizard .input-inline-group .form-select {
  width: auto;
  min-width: 116px;
  max-width: 148px;
  font-weight: 600;
}

#calculatorWizard .btn {
  min-height: 40px;
}

#calculatorWizard [data-step-go] {
  border-radius: var(--radius-pill);
  padding-inline: 0.92rem;
}

#calculatorWizard .invalid-feedback {
  font-size: 0.84rem;
}

#calculatorWizard .form-control.is-invalid,
#calculatorWizard .form-select.is-invalid {
  border-color: #dc3545;
}

#calculatorWizard .form-control:focus,
#calculatorWizard .form-select:focus,
#calculatorWizard .btn:focus-visible,
#calculatorResults .btn:focus-visible {
  box-shadow: var(--focus-ring);
}

#calculatorResults .badge {
  font-size: 0.82rem;
  font-weight: 700;
}

#calculatorResults .card {
  border-radius: 14px;
  border: 1px solid var(--border);
}

#calculatorResults .h4 {
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  color: var(--accent-2);
}

.results-highlight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.85rem;
}

.calculator-stack > * + * {
  margin-top: 1rem;
}

.calculator-panel + .calculator-panel {
  margin-top: 1rem;
}

#calculatorWizard .d-flex.justify-content-between .btn,
#calculatorWizard .d-flex.justify-content-end .btn {
  min-width: 148px;
}

.results-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.inputs-summary-label {
  margin-bottom: 0.1rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.inputs-summary-value {
  margin-bottom: 0;
  color: var(--accent-2);
  font-weight: 600;
  line-height: 1.35;
}

.tool-metric {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.7rem 0.75rem;
  background: #f7fbff;
}

.tool-metric-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.tool-metric strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
  color: var(--accent-2);
}

.tool-metric small {
  display: block;
  margin-top: 0.14rem;
  color: var(--muted);
}

.range-visual {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fbfdff;
  padding: 0.75rem 0.85rem 0.8rem;
}

.range-progress {
  height: 12px;
  background: #dbe6f0;
  border-radius: var(--radius-pill);
  overflow: visible;
}

.range-progress-segment {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: var(--radius-pill);
  background: var(--accent);
}

.range-mid-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 20px;
  border-radius: 999px;
  background: #0a5f99;
  box-shadow: 0 0 0 2px #ffffff;
}

.result-confidence-badge {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 0.38rem 0.72rem;
}

.confidence-chip {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 0.32rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.confidence-low {
  background: #fff4dc;
  color: #8b5d00;
  border: 1px solid #f3dea3;
}

.confidence-medium {
  background: #e9f4fc;
  color: var(--accent-2);
  border: 1px solid #c8e3f7;
}

.confidence-high {
  background: #e8f8ef;
  color: #0f6a37;
  border: 1px solid #c7ead6;
}

.guidance-accordion .accordion-button {
  font-weight: 600;
  padding: 0.72rem 0.9rem;
}

.guidance-accordion .accordion-body {
  padding: 0.75rem 0.9rem;
}

.guidance-accordion .accordion-body p,
.guidance-accordion .accordion-body ul {
  margin-bottom: 0;
}

.result-actions .btn {
  min-width: 156px;
}

.result-actions-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.result-actions-group .btn {
  border-radius: var(--radius-pill) !important;
}

.metric-card strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.2;
  color: var(--accent-2);
}

.results-shell {
  position: sticky;
  top: 92px;
}

.calculator-hero-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 82vh, 760px);
}

.calculator-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.calculator-hero-media picture,
.calculator-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.calculator-hero-media img {
  object-fit: cover;
}

.calculator-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, rgba(12, 25, 39, 0.66) 0%, rgba(12, 25, 39, 0.34) 45%, rgba(12, 25, 39, 0.54) 100%);
}

.calculator-hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(1.15rem, 4vw, 2.2rem);
  padding-bottom: clamp(1.35rem, 5vw, 2.8rem);
}

.calculator-hero-breadcrumb .breadcrumb-item,
.calculator-hero-breadcrumb .breadcrumb-item a {
  color: #d7e7f4;
}

.calculator-hero-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.eyebrow-pill-light {
  background: rgba(245, 251, 255, 0.2);
  border-color: rgba(224, 239, 251, 0.66);
  color: #f5fbff;
}

.calculator-hero-title {
  color: #ffffff;
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  margin: 0.85rem 0 0.7rem;
  max-width: 16ch;
}

.calculator-hero-subtitle {
  color: #d9eaf8;
  max-width: 52ch;
  margin-bottom: 0;
}

.calculator-hero-trust .badge {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(223, 236, 249, 0.58);
  color: #f7fcff;
}

.calculator-quick-start-card {
  background: rgba(250, 253, 255, 0.86);
  border: 1px solid rgba(177, 206, 228, 0.55);
  box-shadow: 0 18px 36px rgba(15, 34, 51, 0.22);
  backdrop-filter: blur(10px);
}

.calculator-quick-start-image {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(197, 218, 235, 0.78);
}

.calculator-quick-start-image picture {
  display: block;
  aspect-ratio: 16 / 9;
}

.calculator-quick-start-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.calculator-quick-start-list {
  padding-left: 1rem;
}

.calculator-gallery-strip {
  margin-top: -0.5rem;
}

.calculator-gallery-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(206, 225, 240, 0.84);
  box-shadow: 0 10px 22px rgba(10, 40, 62, 0.12);
}

.calculator-gallery-item picture {
  display: block;
  aspect-ratio: 4 / 3;
}

.calculator-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.calculator-gallery-item figcaption {
  padding: 0.45rem 0.62rem 0.58rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  color: #14527e;
  background: #f7fbff;
}

.calculator-live-preview {
  padding: 1rem;
}

.calculator-live-preview-rich {
  background: linear-gradient(165deg, #ffffff 0%, #f6fbff 100%);
}

.live-preview-photo {
  margin: 0;
  border-radius: 14px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: #ffffff;
}

.live-preview-photo picture {
  display: block;
  aspect-ratio: 4 / 5;
}

.live-preview-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-preview-photo figcaption {
  padding: 0.56rem 0.68rem 0.7rem;
  background: #f7fbff;
}

.live-preview-inline-visual {
  border: 1px dashed #bfd8eb;
  border-radius: 12px;
  background: #f7fbff;
  padding: 0.35rem 0.55rem;
}

.live-preview-inline-visual svg {
  display: block;
  width: 100%;
  height: auto;
}

.lp-vis-axis {
  stroke: #c7dceb;
  stroke-width: 1.5;
  fill: none;
}

.lp-vis-line {
  stroke: #0a74b4;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
}

.lp-vis-dot {
  fill: #0d4e82;
}

.lp-vis-paw {
  fill: rgba(13, 78, 130, 0.36);
}

.live-preview-estimate {
  color: var(--accent-2);
  font-size: clamp(1.95rem, 4.1vw, 2.7rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.live-preview-curve-wrap {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f7fbff;
  padding: 0.68rem 0.72rem;
}

.live-preview-curve {
  width: 100%;
  height: auto;
  display: block;
}

.live-preview-curve-axis {
  stroke: #c9d8e8;
  stroke-width: 1.5;
  fill: none;
}

.live-preview-curve-line {
  stroke: var(--accent);
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
}

#livePreviewCurveDot {
  fill: var(--accent-2);
}

.calculator-sticky-card {
  position: sticky;
  top: var(--calculator-sticky-top, calc(1rem + 74px));
}

.calculator-visual-cards .card-body {
  padding: 1rem 1rem 1.15rem;
}

.calculator-image-header-card {
  overflow: hidden;
}

.calculator-image-header {
  margin: 0;
  height: clamp(126px, 20vw, 156px);
  border-bottom: 1px solid rgba(210, 228, 241, 0.88);
  overflow: hidden;
  background: #dceaf5;
}

.calculator-image-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.calculator-visual-cards ul {
  padding-left: 1rem;
}

.calculator-chart-banner {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(197, 218, 235, 0.78);
  box-shadow: var(--card-shadow);
}

.calculator-chart-banner picture {
  display: block;
  aspect-ratio: 21 / 9;
}

.calculator-chart-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.calculator-chart-summary {
  border: 1px solid #d3e4f1;
  border-radius: 14px;
  background: #f7fbff;
  padding: 0.75rem 0.85rem 0.8rem;
}

.calculator-size-chip {
  border-radius: 999px;
  border: 1px solid #c8dff0;
  background: #ffffff;
  color: #14527e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.3rem 0.62rem;
}

.calculator-size-bars {
  width: 100%;
  height: auto;
  display: block;
}

.calculator-size-bars line {
  stroke: #bdd6e9;
  stroke-width: 2;
}

.calculator-size-bars rect {
  fill: #0a74b4;
}

.calculator-chart-card .table-friendly {
  box-shadow: none;
}

.calculator-results-media {
  background: linear-gradient(162deg, #ffffff 0%, #f4faff 100%);
}

.calculator-results-media .results-big-number {
  color: var(--accent-2);
  font-size: clamp(2rem, 4.4vw, 3.05rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.calculator-results-side-media picture {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(196, 217, 234, 0.8);
  aspect-ratio: 4 / 3;
}

.calculator-results-side-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.calculator-results-inline-pattern {
  border: 1px dashed #bdd8ea;
  border-radius: 12px;
  background: #f7fbff;
  padding: 0.35rem 0.5rem;
}

.calculator-results-inline-pattern svg {
  width: 100%;
  height: auto;
  display: block;
}

.calculator-results-inline-pattern path {
  stroke: #0a74b4;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
}

.calculator-results-inline-pattern circle {
  fill: #0d4e82;
}

.breed-spotlight-body {
  min-height: 28rem;
}

.breed-spotlight-copy {
  min-height: 8.25rem;
}

.table-friendly {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.table-friendly table {
  width: 100%;
  margin-bottom: 0;
  min-width: 100%;
}

.table-friendly thead th {
  background: #0d6fac;
  color: #f5fbff;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  white-space: nowrap;
}

.table-friendly tbody td {
  border-color: #dde6ef;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 0.92rem;
}

.table-friendly tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.chart-data-state {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  padding: 0.9rem 1rem;
}

[data-chart-unit-toggle] .btn {
  min-width: 2.75rem;
  text-transform: lowercase;
}

.btn-accent {
  color: #ffffff;
  background: var(--cta-orange);
  border-color: var(--cta-orange);
  box-shadow: none;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active {
  color: #ffffff;
  background: var(--cta-orange-dark);
  border-color: var(--cta-orange-dark);
  box-shadow: none;
}

.chart-size-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(205, 221, 236, 0.6);
  background: linear-gradient(135deg, #12345b 0%, #16385f 58%, #205189 100%);
  color: #ffffff;
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.chart-size-hero-shell::after {
  content: "";
  position: absolute;
  inset: auto -8% -28% auto;
  width: min(42vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 100%),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 44px);
  opacity: 0.45;
  pointer-events: none;
}

.chart-size-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.chart-size-hero-copy .eyebrow-pill,
.chart-hub-hero-copy .eyebrow-pill {
  margin-bottom: 0.85rem;
}

.chart-size-hero-copy h1 {
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  line-height: 1.03;
}

.chart-size-hero-intro {
  max-width: 40rem;
  color: rgba(247, 251, 255, 0.92);
}

.chart-size-hero-intro {
  margin-bottom: 1rem;
  font-size: 1.02rem;
}

.chart-size-hero-media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(222, 235, 248, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(8, 18, 34, 0.22);
  aspect-ratio: 16 / 10;
}

.chart-size-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chart-graph-label,
.chart-graph-stat-label {
  margin: 0 0 0.25rem;
  color: #7b8a9b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chart-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.chart-section-copy {
  max-width: 44rem;
  color: var(--muted);
}

.chart-graph-card .card-body,
.chart-side-card .card-body,
.chart-table-card .card-body {
  padding: 1.15rem 1.15rem 1.2rem;
}

.chart-graph-topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.chart-graph-title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.chart-graph-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.chart-graph-stat {
  border: 1px solid #d7e5f1;
  border-radius: 14px;
  background: #f7fbff;
  padding: 0.8rem 0.85rem;
}

.chart-graph-stat-value {
  margin: 0;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.15;
}

.size-chart-svg {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d9e6f1;
  border-radius: 20px;
  background: linear-gradient(180deg, #fcfeff 0%, #f4f8fd 100%);
}

.size-chart-grid-row line,
.size-chart-x-tick line {
  stroke: #dbe7f2;
  stroke-width: 1;
}

.size-chart-grid-row text,
.size-chart-x-tick text,
.size-chart-axis-label,
.size-chart-callout text,
.size-chart-range-badge text {
  fill: #6b7a8d;
  font-family: var(--font-body);
  font-size: 12px;
}

.size-chart-band {
  fill: url(#sizeChartBand);
}

.size-chart-center-line {
  fill: none;
  stroke: #0f57b8;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.size-chart-end-dot {
  fill: var(--cta-orange);
}

.size-chart-callout line {
  stroke: #8fb1cf;
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
}

.size-chart-callout rect,
.size-chart-range-badge rect {
  fill: rgba(255, 255, 255, 0.98);
  stroke: #d4e1ec;
  stroke-width: 1;
}

.size-chart-callout text {
  fill: #36516d;
  font-size: 11px;
  font-weight: 600;
}

.size-chart-range-badge text:first-of-type {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.size-chart-range-badge text:last-of-type {
  fill: #133a66;
  font-size: 12px;
  font-weight: 700;
}

.chart-graph-footer {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid #e3ebf3;
  color: var(--muted);
}

.chart-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.chart-support-links a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.chart-support-links a:hover,
.chart-support-links a:focus-visible {
  color: var(--accent-strong);
  text-decoration: underline;
}

.chart-side-list {
  display: grid;
  gap: 0.8rem;
  padding-left: 1.1rem;
}

.chart-side-list li {
  color: var(--text);
}

.chart-table-card .table-friendly {
  box-shadow: none;
}

.chart-related-head {
  margin-bottom: 1rem;
}

.chart-related-card .card-body {
  padding: 1rem 1rem 1.05rem;
}

.chart-bottom-cta {
  display: grid;
  gap: 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(27, 68, 112, 0.22);
  background: linear-gradient(124deg, #112843 0%, #173c62 62%, #1e568f 100%);
  color: #ffffff;
  box-shadow: var(--shadow);
  padding: clamp(1.3rem, 3vw, 2rem);
  align-content: start;
}

.chart-bottom-cta h2,
.chart-bottom-cta p {
  color: #ffffff;
}

.chart-bottom-cta-copy {
  max-width: 30rem;
}

.chart-bottom-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
}

.chart-hub-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(204, 220, 235, 0.64);
  background: linear-gradient(135deg, #112c4d 0%, #163a62 58%, #20568f 100%);
  color: #ffffff;
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.chart-hub-hero-shell::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% auto;
  width: min(50vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 100%),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.07) 0 2px, transparent 2px 44px);
  opacity: 0.4;
  pointer-events: none;
}

.chart-hub-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.chart-hub-hero-copy h1 {
  margin: 0 0 0.9rem;
  color: #ffffff;
  font-size: clamp(2.1rem, 4.7vw, 3.35rem);
  line-height: 1.03;
}

.chart-hub-hero-intro,
.chart-hub-hero-stat-label,
.chart-hub-hero-stat-value,
.chart-hub-hero-copy .hero-actions + * {
  color: rgba(243, 248, 253, 0.92);
}

.chart-hub-hero-intro {
  max-width: 42rem;
  margin-bottom: 1rem;
  font-size: 1.03rem;
}

.chart-hub-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.chart-hub-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(221, 234, 247, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.35rem 0.7rem;
}

.chart-hub-hero-media {
  display: grid;
  gap: 0.85rem;
}

.chart-hub-hero-media-primary,
.chart-hub-hero-media-secondary {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(225, 237, 248, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 34px rgba(8, 18, 34, 0.18);
}

.chart-hub-hero-media-primary {
  aspect-ratio: 16 / 10;
}

.chart-hub-hero-media-stack {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chart-hub-hero-media-secondary {
  aspect-ratio: 4 / 3;
}

.chart-hub-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.chart-hub-hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.chart-hub-hero-stat {
  border-radius: 16px;
  border: 1px solid rgba(221, 234, 247, 0.18);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1rem;
}

.chart-hub-hero-stat-label {
  margin: 0 0 0.18rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chart-hub-hero-stat-value {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.2;
}

.chart-hub-picker-shell {
  border-radius: 22px;
  border: 1px solid #d7e3ee;
  background: var(--surface);
  box-shadow: var(--card-shadow);
  padding: clamp(1rem, 2.4vw, 1.5rem);
}

.chart-hub-picker-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.chart-hub-picker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chart-hub-picker-grid {
  display: grid;
  gap: 0.85rem;
}

.chart-hub-picker-card {
  display: grid;
  gap: 0.25rem;
  align-content: start;
  min-height: 140px;
  border-radius: 18px;
  border: 1px solid #d7e4f0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: var(--text);
  text-decoration: none;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(12, 27, 45, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.chart-hub-picker-card:hover,
.chart-hub-picker-card:focus-visible {
  transform: translateY(-2px);
  border-color: #bdd5ea;
  box-shadow: 0 16px 30px rgba(12, 27, 45, 0.09);
}

.chart-hub-picker-card.skeleton {
  min-height: 124px;
}

.chart-hub-picker-label {
  color: #6f7f91;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chart-hub-picker-range {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  line-height: 1.2;
}

.chart-hub-picker-sub {
  color: var(--muted);
  font-size: 0.92rem;
}

.chart-hub-picker-link {
  margin-top: auto;
  color: var(--accent-2);
  font-size: 0.88rem;
  font-weight: 700;
}

.hub-card-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.hub-card-meta-item {
  border: 1px solid #d7e5f1;
  border-radius: 12px;
  background: #f7fbff;
  padding: 0.7rem 0.8rem;
}

.hub-card-meta-item span {
  display: block;
  color: #6f7f91;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.18rem;
}

.hub-card-meta-item strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.25;
}

.chart-hub-help-card {
  box-shadow: var(--card-shadow);
}

.faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: var(--surface);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: var(--text);
  background: var(--surface);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #ecf5fd;
  color: var(--accent-2);
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  transform: scale(0.88);
}

.faq-accordion .accordion-body {
  color: var(--muted);
  padding-top: 0.9rem;
}

#faqSearch {
  min-height: 44px;
}

[data-faq-copy] {
  border-radius: var(--radius-pill);
}

.disclaimer {
  color: #8da4bb;
  font-size: 0.88rem;
}

.footer-note {
  color: #92a8bf;
}

.trust-strip {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.4rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(11, 26, 43, 0.5);
  backdrop-filter: blur(4px);
  color: #e3eef8;
  font-size: 0.82rem;
  line-height: 1.2;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  padding: 0.34rem 0.62rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(228, 242, 255, 0.12);
  white-space: nowrap;
}

.trust-item i {
  font-size: 0.8rem;
  color: #d9edff;
}

.trust-strip-text {
  display: block;
}

.hero-clinic .trust-strip {
  margin-top: 0.95rem;
}

.cta-band-final {
  border-width: 1px;
  box-shadow: 0 18px 36px rgba(7, 18, 31, 0.3);
}

.home-final-cta.home-final-cta-ref {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(144, 176, 206, 0.34);
  background: linear-gradient(110deg, #0f2540 0%, #0f2a46 48%, #0d2440 100%);
  box-shadow: 0 18px 38px rgba(8, 20, 34, 0.24);
}

.home-final-cta-ref .home-final-cta-ref-inner {
  min-height: 380px;
}

.home-final-cta-ref .home-final-cta-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
}

.home-final-cta .cta-label {
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #bfd3e5;
}

.home-final-cta-ref .home-final-cta-title {
  font-size: clamp(1.85rem, 2.7vw, 2.65rem);
  line-height: 1.14;
  max-width: 18ch;
}

.home-final-cta .cta-copy {
  max-width: 56ch;
  margin-bottom: 0.35rem;
  font-size: clamp(1rem, 1.1vw, 1.24rem);
  color: #d8e6f5;
}

.home-final-cta .cta-note {
  color: #c9dced;
  font-size: 1rem;
}

.home-final-cta .cta-actions {
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.85rem !important;
  flex-wrap: wrap;
}

.home-final-cta .cta-actions .btn {
  min-width: 186px;
  flex: 0 0 auto;
}

.home-final-cta-ref .home-final-cta-visual-wrap {
  position: relative;
  display: none;
  min-height: 390px;
  overflow: visible;
}

.home-final-cta-ref .home-final-cta-rings {
  position: absolute;
  right: -176px;
  bottom: -338px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle at center,
    rgba(146, 186, 224, 0.26) 0 2px,
    transparent 2px 34px
  );
  opacity: 0.32;
}

.home-final-cta-ref .home-final-cta-puppy {
  position: absolute;
  left: 54%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
  height: calc(100% - 4px);
  width: auto;
  max-width: 100%;
  display: block;
  z-index: 1;
}

.home-final-cta-ref .home-final-cta-puppy img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  transform: scale(1.05);
  transform-origin: center bottom;
  filter: drop-shadow(0 18px 24px rgba(4, 16, 28, 0.34));
}

.home-final-cta-ref .btn-outline-light {
  border-color: rgba(123, 178, 240, 0.95);
  color: #d5e8ff;
  background: rgba(28, 79, 134, 0.28);
}

.home-final-cta-ref .btn-outline-light:hover,
.home-final-cta-ref .btn-outline-light:focus-visible {
  border-color: var(--btn-blue);
  background: var(--btn-blue);
  color: #ffffff;
}

@media (min-width: 992px) {
  .home-final-cta-ref .home-final-cta-copy {
    padding-right: clamp(0.8rem, 1.6vw, 2rem);
  }

  .home-final-cta-ref .home-final-cta-visual-wrap {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .home-final-cta-ref .home-final-cta-ref-inner {
    min-height: 0;
  }

  .home-final-cta-ref .home-final-cta-copy {
    padding: 1.6rem 1.4rem 1.25rem;
    gap: 0.4rem;
    text-align: center;
    align-items: center;
  }

  .home-final-cta-ref .home-final-cta-title {
    max-width: none;
    font-size: clamp(1.55rem, 6vw, 2.1rem);
  }

  .home-final-cta-ref .cta-copy {
    max-width: none;
    font-size: clamp(0.98rem, 2.2vw, 1.12rem);
  }

  .home-final-cta-ref .cta-note {
    font-size: 0.96rem;
  }

  .home-final-cta-ref .cta-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    margin-inline: auto;
    justify-items: stretch;
    margin-top: 1rem !important;
  }

  .home-final-cta-ref .cta-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .home-final-cta-ref .home-final-cta-visual-wrap {
    display: block;
    min-height: 320px;
    margin-top: -0.1rem;
  }

  .home-final-cta-ref .home-final-cta-rings {
    right: -205px;
    bottom: -302px;
    width: 740px;
    height: 740px;
    opacity: 0.28;
  }

  .home-final-cta-ref .home-final-cta-puppy {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    height: calc(100% - 2px);
    width: auto;
  }

  .home-final-cta-ref .home-final-cta-puppy img {
    transform: scale(1.075);
  }
}

@media (max-width: 767.98px) {
  .home-final-cta.home-final-cta-ref {
    border-radius: 20px;
  }

  .home-final-cta-ref .home-final-cta-copy {
    padding: 1.25rem;
  }

  .home-final-cta-ref .cta-label {
    margin-bottom: 0.4rem !important;
  }

  .home-final-cta-ref .cta-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.6rem !important;
  }

  .home-final-cta-ref .cta-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .home-final-cta-ref .home-final-cta-visual-wrap {
    min-height: 286px;
    margin-top: 0;
  }

  .home-final-cta-ref .home-final-cta-rings {
    right: -234px;
    bottom: -318px;
    width: 700px;
    height: 700px;
  }

  .home-final-cta-ref .home-final-cta-puppy {
    width: auto;
    height: calc(100% - 2px);
    bottom: 0;
  }

  .home-final-cta-ref .home-final-cta-puppy img {
    transform: scale(1.07);
  }
}

@media (max-width: 389.98px) {
  .home-final-cta-ref .home-final-cta-visual-wrap {
    min-height: 250px;
  }

  .home-final-cta-ref .home-final-cta-puppy {
    width: auto;
    height: calc(100% - 2px);
  }

.home-final-cta-ref .home-final-cta-puppy img {
  transform: scale(1.06);
}
}

.breed-detail-v2 {
  --breed-hero-bg: linear-gradient(135deg, #0d223e 0%, #14355c 52%, #1d4e7f 100%);
}

.breed-detail-v2 .hero-clinic.breed-hero-v2 {
  min-height: auto;
  background: var(--breed-hero-bg);
  border: 1px solid rgba(199, 217, 233, 0.24);
  box-shadow: 0 18px 42px rgba(11, 27, 45, 0.16);
}

.breed-detail-v2 .hero-clinic.breed-hero-v2::before {
  display: none;
}

.breed-detail-v2 .breed-hero-v2 .hero-inner {
  padding: clamp(1.5rem, 3vw, 2.35rem);
}

.breed-hero-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.35rem);
  align-items: center;
}

.breed-hero-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.breed-detail-v2 .breed-hero-v2 h1 {
  max-width: 12ch;
  margin-bottom: 0.7rem;
}

.breed-detail-v2 .breed-hero-intro {
  max-width: 58ch;
  margin-bottom: 0;
  color: #d7e9fb;
}

.breed-bottom-cta-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.65rem;
  margin-top: 0.9rem;
  font-size: 0.94rem;
}

.breed-bottom-cta-links a {
  color: #dbeafb;
  text-decoration: none;
}

.breed-bottom-cta-links a:hover,
.breed-bottom-cta-links a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.breed-hero-media {
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.breed-hero-image-frame {
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 42px rgba(9, 20, 34, 0.24);
  aspect-ratio: 5 / 4;
}

.breed-hero-image-frame picture,
.breed-hero-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
}

.breed-hero-image-frame img {
  object-position: var(--breed-hero-object-position, center center);
}

.section-label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f6f80;
}

.breed-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.breed-snapshot-section {
  margin-top: 0.35rem;
}

.breed-summary-card,
.breed-media-card,
.breed-insight-card,
.breed-dual-card,
.breed-care-card,
.breed-related-card {
  overflow: hidden;
}

.breed-media-card .card-body {
  border-top: 1px solid var(--border);
}

.breed-snapshot-card .card-body,
.breed-checkin-card .card-body,
.breed-inline-cta-card .card-body {
  padding: 1.15rem 1.2rem;
}

.breed-snapshot-card h3,
.breed-checkin-card h3,
.breed-inline-cta-card h3 {
  line-height: 1.25;
}

.breed-inline-cta-card {
  background: linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%);
}

.breed-resource-card .card-body {
  padding: 1.1rem 1.15rem;
}

.breed-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.breed-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.75);
  color: #4f6175;
  font-size: 0.9rem;
  line-height: 1.2;
}

.breed-trust-item .bi {
  color: var(--accent-2);
}

.breed-trust-link {
  text-decoration: none;
}

.breed-trust-link:hover,
.breed-trust-link:focus-visible {
  color: var(--accent-2);
  border-color: rgba(17, 131, 207, 0.26);
  background: #f4f9fd;
}

.breed-growth-chart-card .card-body {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.breed-growth-main-column {
  display: grid;
  gap: 1rem;
}

.breed-growth-graph-card .card-body {
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    radial-gradient(circle at top right, rgba(28, 88, 162, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.breed-growth-graph-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.breed-growth-graph-copy {
  max-width: 46ch;
  color: var(--muted);
}

.breed-growth-graph-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
}

.breed-growth-unit-toggle .btn {
  min-width: 54px;
  font-weight: 700;
}

.breed-growth-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.breed-growth-stat {
  min-width: 0;
  padding: 0.78rem 0.88rem;
  border: 1px solid rgba(197, 217, 236, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
}

.breed-growth-stat-label {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7a8c;
}

.breed-growth-stat-value {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #183654;
}

.breed-growth-stat-sub {
  margin: 0.16rem 0 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: #66788a;
}

.breed-growth-visual {
  position: relative;
  overflow: hidden;
  padding: 1rem 0.8rem 0.7rem;
  border: 1px solid #d8e5f1;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfdff 0%, #eef5fb 100%);
}

.breed-growth-range-pill {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 132, 0, 0.12);
  border: 1px solid rgba(255, 132, 0, 0.26);
  color: #a04e00;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
}

.breed-growth-svg {
  display: block;
  width: 100%;
  height: auto;
}

.breed-growth-unit-panel[hidden] {
  display: none !important;
}

.breed-growth-grid-row line,
.breed-growth-x-tick line {
  stroke: rgba(21, 55, 91, 0.1);
  stroke-width: 1;
}

.breed-growth-grid-row text,
.breed-growth-x-tick text {
  fill: #6a7d8f;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

.breed-growth-axis-label {
  fill: #43586f;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.breed-growth-band {
  fill: rgba(255, 132, 0, 0.14);
}

.breed-growth-band-edge {
  fill: none;
  stroke: rgba(255, 150, 46, 0.58);
  stroke-width: 2;
}

.breed-growth-line {
  fill: none;
  stroke: #154798;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.breed-growth-dot {
  fill: #ffffff;
  stroke: #154798;
  stroke-width: 2.5;
}

.breed-growth-callout-line {
  stroke: rgba(18, 52, 89, 0.26);
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
}

.breed-growth-callout-anchor {
  fill: #154798;
  stroke: #ffffff;
  stroke-width: 1.6;
}

.breed-growth-callout-box {
  fill: rgba(255, 255, 255, 0.94);
  stroke: rgba(196, 215, 233, 0.95);
  stroke-width: 1;
}

.breed-growth-callout-text {
  fill: #294560;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.breed-growth-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-top: 0.9rem;
}

.breed-growth-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: #4f6174;
  font-size: 0.9rem;
  line-height: 1.3;
}

.breed-growth-swatch {
  width: 1.3rem;
  height: 0.8rem;
  flex: 0 0 1.3rem;
  border-radius: 999px;
}

.breed-growth-swatch-band {
  background: rgba(255, 132, 0, 0.16);
  border: 1px solid rgba(255, 132, 0, 0.35);
}

.breed-growth-swatch-line {
  height: 0.2rem;
  border-radius: 999px;
  background: #154798;
}

.breed-growth-interpretation {
  margin-top: 0.95rem;
  color: #55677a;
  line-height: 1.58;
}

.breed-growth-bridge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem 1.2rem;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(203, 219, 236, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.breed-growth-bridge h4 {
  line-height: 1.28;
}

.breed-growth-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.breed-growth-compare-strip {
  padding: 1rem;
  border: 1px solid rgba(201, 218, 235, 0.95);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.breed-growth-compare-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.breed-growth-compare-head p:last-child {
  max-width: 34ch;
}

.breed-growth-compare-card .card-body {
  padding: 1rem;
}

.breed-growth-compare-thumb {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--img-border);
  background: rgba(12, 27, 45, 0.04);
}

.breed-growth-compare-thumb picture,
.breed-growth-compare-thumb img {
  width: 100%;
  height: 100%;
  display: block;
}

.breed-growth-compare-card .min-w-0 {
  min-width: 0;
}

.breed-growth-compare-reason {
  color: #5b6d81;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 600;
}

.breed-growth-compare-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  align-items: center;
}

.breed-bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.72rem;
  color: #304154;
}

.breed-bullet-list li::marker {
  color: var(--accent-2);
}

.breed-bottom-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1.25rem 1.5rem;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border-radius: 22px;
  background: linear-gradient(135deg, #0d223e 0%, #17345a 56%, #214b78 100%);
  box-shadow: 0 16px 34px rgba(11, 27, 45, 0.16);
}

.breed-bottom-cta .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.56);
  color: #ffffff;
}

.breed-bottom-cta .btn-outline-light:hover,
.breed-bottom-cta .btn-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.breed-bottom-cta-actions {
  align-items: center;
}

.breed-guide-layout-v2 {
  width: 100%;
}

.breed-guide-layout > .disclaimer {
  color: #5f6f80;
}

.icon-dot {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
}

.step-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--accent-2);
  background: #e1effa;
}

.breed-guide-anchor {
  scroll-margin-top: 96px;
}

.breed-toc-card {
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--card-shadow);
  top: 96px;
  max-height: calc(100vh - 124px);
  overflow-y: auto;
  overflow-x: hidden;
}

.breed-toc-link {
  color: var(--text);
  font-weight: 600;
  font-size: 0.94rem;
}

.breed-toc-link:hover,
.breed-toc-link:focus-visible {
  background: #eef5fb;
  color: var(--accent-2);
}

.breed-toc-link.active {
  background: rgba(17, 131, 207, 0.14);
  color: var(--accent-2);
  font-weight: 700;
}

.breed-toc-mobile .btn {
  white-space: nowrap;
  border-radius: var(--radius-pill);
}

.breed-toc-mobile {
  min-height: 2.7rem;
}

.breed-toc-mobile .d-flex {
  scrollbar-width: thin;
  padding-bottom: 0.15rem;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.breed-toc-mobile .btn {
  flex: 0 0 auto;
}

.breed-toc-pill.active {
  background: var(--accent-2);
  border-color: var(--accent-2);
  color: #ffffff;
}

[data-breed-guide-enhanced] {
  margin-top: 0;
}

[data-breed-guide-toc]:empty {
  min-height: 52px;
}

[data-breed-guide-enhanced]:empty {
  min-height: 1120px;
}

.timeline-step-card .card-body {
  border-left: 3px solid #d7e8f7;
}

.timeline-step-card h3 {
  letter-spacing: 0.01em;
}

.care-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf3fb;
  color: var(--accent-2);
  flex: 0 0 auto;
}

.filters-wrap .btn {
  padding: 0.44rem 0.85rem;
}

.filters-wrap .breed-filter-chips {
  row-gap: 0.45rem;
}

.filters-wrap .breed-filter-chips .btn {
  border-radius: var(--radius-pill);
}

#breedDropdown {
  max-height: 220px;
  overflow: auto;
  border-radius: 12px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.image-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.media-frame {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--img-border);
}

.media-thumb,
.media-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-soft {
  border: 1px solid var(--img-border);
}

.skeleton {
  background: linear-gradient(110deg, #e7edf4 8%, #f3f7fb 18%, #e7edf4 33%);
  background-size: 200% 100%;
  animation: shimmer 1.2s linear infinite;
  border-radius: 16px;
}

.skeleton-text {
  height: 0.8rem;
  border-radius: 999px;
}

@keyframes shimmer {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6667%;
}

.ratio-12x5 {
  --bs-aspect-ratio: 41.6667%;
}

.ratio-8x3 {
  --bs-aspect-ratio: 37.5%;
}

.article-main {
  max-width: 720px;
}

.prose {
  font-size: 1.03rem;
  line-height: 1.82;
  color: var(--text);
}

.prose p {
  margin-bottom: 1.05rem;
  color: #25364a;
}

.prose h2,
.prose h3,
.prose h4 {
  margin-top: 1.8rem;
  margin-bottom: 0.7rem;
  line-height: 1.32;
  letter-spacing: 0.01em;
}

.prose ul,
.prose ol {
  margin-bottom: 1.2rem;
  padding-left: 1.2rem;
}

.sidebar-sticky {
  position: sticky;
  top: 98px;
}

@media (min-width: 992px) {
  .sticky-desktop {
    position: sticky;
    top: 90px;
  }
}

.callout-tip,
.callout-note {
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid var(--border);
  padding: 1rem 1.05rem;
}

.callout-tip {
  background: #ecf6fd;
  border-left: 4px solid var(--accent);
}

.callout-note {
  background: #f5f9fd;
  border-left: 4px solid #5f8fb7;
}

.callout-tip h2,
.callout-tip h3,
.callout-note h2,
.callout-note h3 {
  margin-top: 0;
}

.print-results-block .card {
  box-shadow: none;
}

.site-navbar.navbar-glass {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(22, 39, 58, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-navbar.navbar-glass {
    background: #ffffff;
  }
}

.site-navbar.nav-scrolled {
  box-shadow: 0 10px 26px rgba(12, 27, 45, 0.14);
  border-bottom-color: rgba(22, 39, 58, 0.16);
}

.site-navbar .navbar-brand {
  margin-right: 0;
  align-items: center;
  min-height: 34px;
  min-width: 0;
  max-width: min(250px, 100%);
}

.site-navbar .container.py-2 {
  position: relative;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.site-navbar .navbar-toggler {
  border: 1px solid rgba(17, 35, 52, 0.14);
  border-radius: 12px;
  padding: 0.38rem 0.5rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.site-navbar .navbar-toggler:hover,
.site-navbar .navbar-toggler:focus-visible {
  border-color: rgba(10, 95, 153, 0.4);
  background: rgba(17, 131, 207, 0.08);
}

.site-navbar .nav-link {
  color: var(--muted);
  font-weight: 500;
  padding: 0.36rem 0.72rem;
  border-radius: var(--radius-pill);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
  color: var(--text);
  background: rgba(17, 131, 207, 0.09);
  transform: translateY(-1px);
}

.site-navbar .nav-link.active {
  color: var(--accent-2);
  background: rgba(17, 131, 207, 0.16);
  font-weight: 600;
}

.site-navbar .nav-cta {
  min-height: 37px;
  padding-inline: 0.9rem;
}

.site-navbar .btn[data-nav="calculator"].active {
  background: var(--btn-blue-hover);
  border-color: var(--btn-blue-hover);
  color: #fff;
}

.site-navbar .nav-desktop-wrap {
  gap: 0.45rem;
}

.site-navbar .mega-nav-wrap {
  position: static;
}

.site-navbar .mega-trigger {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  color: inherit;
  position: relative;
}

.site-navbar .mega-trigger::after {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  margin-left: 0.08rem;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.68;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-navbar .mega-trigger:hover,
.site-navbar .mega-trigger:focus-visible {
  transform: none;
}

.site-navbar .mega-trigger .bi {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
  display: none;
}

.site-navbar .mega-trigger.is-open::after,
.site-navbar .mega-trigger[aria-expanded="true"]::after,
.site-navbar .mega-trigger.active::after {
  transform: rotate(-135deg) translateY(1px);
  opacity: 0.96;
}

.site-navbar .mega-trigger.is-open .bi,
.site-navbar .mega-trigger[aria-expanded="true"] .bi,
.site-navbar .mega-trigger.active .bi {
  transform: rotate(180deg);
}

.site-navbar .mega-panel-shell {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.55rem);
  z-index: 1080;
}

.site-navbar .mega-panel {
  background: var(--surface);
  border: 1px solid rgba(23, 35, 52, 0.12);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: 0 20px 46px rgba(12, 27, 45, 0.16);
  padding: 1.5rem;
}

.site-navbar .mega-panel[hidden] {
  display: none !important;
}

.site-navbar .mega-grid {
  display: grid;
  gap: 1.5rem;
}

.site-navbar .mega-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-navbar .mega-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-navbar .mega-col {
  min-width: 0;
}

.site-navbar .mega-col-title {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4c6078;
    margin-top: 0;
    margin-bottom: 0.72rem;
  }

.site-navbar .mega-link-list {
  display: grid;
  gap: 0.52rem;
}

.site-navbar .mega-link {
  display: block;
  border-radius: 12px;
  padding: 0.48rem 0.55rem;
  color: var(--text);
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-navbar .mega-link:hover,
.site-navbar .mega-link:focus-visible {
  background: var(--accent-soft);
  border-color: rgba(31, 111, 255, 0.24);
  color: #0f2845;
  text-decoration: none;
}

.site-navbar .mega-link-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.site-navbar .mega-link-desc {
  display: block;
  font-size: 0.91rem;
  line-height: 1.35;
  color: #5d7087;
  margin-top: 0.18rem;
}

.site-navbar .mega-link:hover .mega-link-desc,
.site-navbar .mega-link:focus-visible .mega-link-desc {
  color: #44607d;
}

@media (max-width: 1199.98px) {
  .site-navbar .mega-panel {
    padding: 1.25rem;
  }

  .site-navbar .mega-grid {
    gap: 1.1rem;
  }

  .site-navbar .mega-link {
    padding: 0.42rem 0.45rem;
  }

  .site-navbar .mega-link-title {
    font-size: 0.96rem;
  }

  .site-navbar .mega-link-desc {
    font-size: 0.87rem;
  }
}

@media (max-width: 991.98px) {
  .site-navbar .mega-panel-shell {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-navbar .mega-trigger::after,
  .site-navbar .mega-trigger .bi,
  .site-navbar .mega-link {
    transition: none;
  }
}

.site-offcanvas {
  --bs-offcanvas-width: min(92vw, 360px);
  border-left: 1px solid rgba(23, 35, 52, 0.12);
  background: #ffffff;
  z-index: 1055;
}

.offcanvas-backdrop {
  z-index: 1050;
}

.site-offcanvas .offcanvas-header {
  padding: 0.95rem 1rem 0.85rem;
}

.site-offcanvas .offcanvas-title .brand-logo {
  max-height: 68px;
}

.site-offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1rem;
}

.site-offcanvas .nav-cta {
  min-height: 44px;
}

.site-offcanvas .offcanvas-primary-actions .btn {
  min-height: 42px;
}

.site-offcanvas .offcanvas-quick-links .btn {
  border-color: rgba(23, 35, 52, 0.16);
  color: var(--text);
  background: #ffffff;
}

.site-offcanvas .offcanvas-quick-links .btn:hover,
.site-offcanvas .offcanvas-quick-links .btn:focus-visible {
  background: rgba(17, 131, 207, 0.08);
  border-color: rgba(17, 131, 207, 0.34);
  color: var(--accent-2);
}

.site-offcanvas .offcanvas-nav-group {
  min-width: 0;
}

.site-offcanvas .offcanvas-group-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7e93;
  margin-bottom: 0.45rem;
}

.site-offcanvas .offcanvas-nav-links .nav-link {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  color: #203246;
  font-weight: 600;
  padding: 0.8rem 0.86rem;
  border-radius: 12px;
  border-inline-start: 3px solid transparent;
  line-height: 1.2;
}

.site-offcanvas .offcanvas-nav-links .nav-link .bi {
  color: #71839a;
  font-size: 1rem;
  flex-shrink: 0;
}

.site-offcanvas .offcanvas-nav-links .nav-link:hover,
.site-offcanvas .offcanvas-nav-links .nav-link:focus-visible {
  color: #1a2a3d;
  background: rgba(17, 131, 207, 0.11);
  border-inline-start-color: rgba(17, 131, 207, 0.42);
  transform: none;
}

.site-offcanvas .offcanvas-nav-links .nav-link.active {
  color: var(--accent-2);
  background: rgba(17, 131, 207, 0.2);
  border-inline-start-color: var(--accent);
}

.site-offcanvas .offcanvas-nav-links .nav-link.active .bi {
  color: var(--accent-2);
}

.site-offcanvas .offcanvas-nav-links .nav-item + .nav-item {
  margin-top: 0.14rem;
}

.site-offcanvas .offcanvas-trust .nav-link {
  color: #334a62;
}

.site-offcanvas .offcanvas-trust .nav-link:hover,
.site-offcanvas .offcanvas-trust .nav-link:focus-visible {
  color: var(--accent-2);
}

.site-footer {
  margin-top: 2.8rem;
  background: linear-gradient(140deg, #0d1725 0%, #122135 48%, #0f1b2d 100%);
  border-top: 1px solid rgba(159, 183, 207, 0.16);
  color: #d4e3f1;
}

.site-footer .footer-grid {
  border-bottom: 1px solid rgba(159, 183, 207, 0.16);
  row-gap: 0.9rem;
}

.site-footer .footer-mission {
  color: #bfd1e4;
  max-width: 45ch;
  font-size: 0.92rem;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #f3f9ff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer ul li {
  line-height: 1.45;
}

.site-footer a {
  color: #b5cae0;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
}

.site-footer .footer-bottom {
  color: #9db4ca;
}

.site-footer .footer-bottom-links {
  flex-wrap: wrap;
}

.site-footer .footer-bottom-links a {
  color: #c4d6e8;
}

.site-footer .footer-bottom-links a:hover,
.site-footer .footer-bottom-links a:focus-visible {
  color: #ffffff;
}

.site-footer a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
  border-radius: 8px;
}

.footer-back-top {
  color: #d7ebff;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-back-top:hover,
.footer-back-top:focus-visible {
  color: #ffffff;
}

.notfound-search-shell {
  max-width: 820px;
}

.notfound-search-shell .list-group-item {
  border-color: var(--border);
}

.notfound-actions .btn {
  min-height: 36px;
}

.home-moments .moment-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-2);
  color: var(--accent-2);
  border: 1px solid var(--border);
  flex-shrink: 0;
}

.home-moments .moment-card {
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.home-moments .moment-card .media-frame {
  border-radius: 0 !important;
}

.how-card {
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.how-step-badge {
  font-weight: 600;
}

.quick-estimate-feature .eyebrow-pill {
  background: #edf5fd;
  border-color: #cfe2f4;
  color: var(--accent-2);
}

#calculator {
  scroll-margin-top: 6rem;
}

.quick-estimate-feature .qe-widget {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quick-estimate-feature .qe-card {
  border-radius: 28px;
  overflow: hidden;
  background: var(--surface, #fff);
  box-shadow: 0 18px 40px rgba(23, 35, 52, 0.12);
  border: 1px solid rgba(215, 224, 234, 0.9);
}

.quick-estimate-feature .qe-screen {
  background: linear-gradient(180deg, rgba(23, 35, 52, 1), rgba(23, 35, 52, 0.92));
  color: #fff;
  padding: 22px 22px;
}

.quick-estimate-feature .qe-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.quick-estimate-feature .qe-sub {
  opacity: 0.85;
  font-size: 0.95rem;
}

.quick-estimate-feature .qe-body {
  padding: 18px 22px 22px;
}

.quick-estimate-feature .qe-input {
  border-radius: 14px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.quick-estimate-feature .qe-seg .btn {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 14px;
  padding: 0.65rem 0.6rem;
  font-weight: 700;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
}

.quick-estimate-feature .qe-seg .btn:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quick-estimate-feature .qe-seg .btn:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.quick-estimate-feature .qe-submit {
  border-radius: 16px;
  padding: 0.9rem 1rem;
  font-weight: 800;
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, #ff8a2a, #f26c00);
  box-shadow: 0 10px 20px rgba(242, 108, 0, 0.25);
}

.quick-estimate-feature .qe-submit:hover {
  filter: none;
}

.quick-estimate-feature #quickEstimateError {
  font-size: 0.9rem;
}

.quick-estimate-feature .qe-body .row.g-2 > [class*="col-"] {
  min-width: 0;
}

.how-card .card-body {
  display: flex;
  flex-direction: column;
}

.how-card .ratio picture,
.how-card .ratio img {
  display: block;
}

.how-card,
.home-moments .moment-card {
  overflow: hidden;
}

.home-moments .moment-card .media-frame picture,
.home-moments .moment-card .media-frame img {
  display: block;
}

.popular-breeds-header {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.popular-breeds-grid {
  align-items: stretch;
}

.popular-breeds-grid .popular-breed-card {
  border-radius: 20px;
}

.popular-breeds-wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.popular-breed-card .card-body {
  padding: 18px 16px;
  min-height: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.popular-avatar {
  width: 108px;
  height: 108px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(17, 131, 207, 0.25);
  background: #fff;
  box-shadow: 0 10px 20px rgba(23, 35, 52, 0.08);
  flex: 0 0 auto;
}

.popular-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popular-breed-name {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.popular-breed-actions {
  margin-top: auto;
}

@media (hover: hover) {
  .home-moments .moment-card:hover {
    transform: translateY(-2px);
  }

  .how-card:hover {
    transform: translateY(-2px);
  }

  .quick-estimate-feature .qe-card {
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  .quick-estimate-feature .qe-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 52px rgba(23, 35, 52, 0.16);
  }

}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
  max-width: 100%;
  white-space: normal;
}

.breadcrumb-item,
.breadcrumb-item a {
  min-width: 0;
  word-break: break-word;
}

.site-offcanvas .offcanvas-nav-links .nav-link {
  min-height: 44px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

#calculatorWizard .input-inline-group {
  gap: 0.5rem;
  align-items: stretch;
}

#calculatorWizard .input-inline-group .input-unit-select {
  min-width: 112px;
}

#calculatorWizard .invalid-feedback {
  margin-top: 0.35rem;
}

#calculatorWizard .vstack.gap-4 {
  row-gap: 1.1rem !important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hub-card h2,
.hub-card h3 {
  min-width: 0;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .home-page .quick-estimate-feature .container {
    max-width: 100%;
  }

  .results-shell {
    position: static;
  }

  .calculator-sticky-card {
    position: static;
    top: auto;
  }

  .calculator-hero-stage {
    min-height: clamp(520px, 74vh, 680px);
  }

  .calculator-hero-content {
    padding-bottom: 1.2rem;
  }

  .calculator-hero-title {
    max-width: 20ch;
  }

  .calculator-quick-start-card {
    margin-top: 0.35rem;
  }

  .calculator-gallery-item picture {
    aspect-ratio: 16 / 11;
  }

  .calculator-image-header {
    height: 148px;
  }

  .calculator-chart-banner picture {
    aspect-ratio: 16 / 9;
  }

  .result-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .results-metrics {
    grid-template-columns: 1fr;
  }

  .hero-clinic {
    min-height: 300px;
  }

  .navbar .nav-link[data-nav="calculator"] {
    margin-top: 0.4rem;
    text-align: center;
  }

  .sidebar-sticky {
    position: static;
    top: auto;
  }

  .site-navbar .navbar-brand {
    min-width: 0;
    max-width: min(230px, calc(100% - 3.6rem));
  }

  .brand-logo {
    max-height: 68px;
  }

  .quick-estimate-feature .quick-estimate-widget-col {
    width: 100%;
  }

  .quick-estimate-feature .qe-widget {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-navbar,
  .site-navbar .nav-link,
  .site-navbar .navbar-toggler,
  .site-footer a,
  .btn {
    transition: none !important;
  }

  .skeleton {
    animation: none;
  }

  .hero-home-video .hero-video {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .section-space {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .post-trust-line {
    gap: 0.4rem;
    font-size: 0.8rem;
  }

  .post-trust-chip {
    padding: 0.18rem 0.52rem;
  }

  .row.g-3,
  .row.g-4 {
    --bs-gutter-y: 1rem;
  }

  .hero-clinic .hero-inner {
    padding: 1.45rem;
  }

  .hero-clinic h1 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .calculator-hero-stage {
    min-height: 560px;
  }

  .calculator-hero-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .calculator-hero-title {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .calculator-hero-subtitle {
    font-size: 0.98rem;
  }

  .calculator-quick-start-card {
    padding: 0.9rem;
  }

  .calculator-gallery-item picture {
    aspect-ratio: 3 / 2;
  }

  .calculator-live-preview {
    padding: 0.9rem;
  }

  .live-preview-photo picture {
    aspect-ratio: 16 / 11;
  }

  .live-preview-curve-wrap {
    margin-top: 0.25rem;
  }

  .calculator-image-header {
    height: 136px;
  }

  .calculator-chart-banner picture {
    aspect-ratio: 16 / 10;
  }

  .calculator-size-chip-row {
    gap: 0.35rem !important;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-clinic .trust-strip {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 0.35rem;
  }

  .hero-clinic .trust-item {
    font-size: 0.83rem;
  }

  .home-page .quick-estimate-feature .qe-submit,
  .home-page .quick-estimate-feature .qe-seg .btn,
  .home-page .quick-estimate-feature .quick-estimate-cta-group .btn,
  .home-page .home-moments .home-moments-actions .btn,
  .home-page .home-moments .moment-card .btn,
  .home-page .how-card .btn {
    min-height: 40px;
  }

  .breed-toc-mobile {
    margin-top: 0.35rem;
  }

  .breed-guide-anchor {
    scroll-margin-top: 90px;
  }

  main {
    padding-top: 0.8rem;
  }

  .site-footer h2,
  .site-footer h3,
  .site-footer h4,
  .site-footer h5,
  .site-footer h6 {
    margin-bottom: 0.7rem !important;
  }

  .site-footer .footer-grid > [class*="col-"] {
    margin-top: 0.35rem;
  }

  .breadcrumb {
    padding: 0.35rem 0.64rem;
  }

  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 0.8rem;
  }

  .hub-card h2,
  .hub-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.34;
  }

  .table-friendly .table {
    min-width: 600px;
  }

  .chart-unit-kg .col-lb {
    display: none;
  }

  .chart-unit-lb .col-kg {
    display: none;
  }

  .table-friendly thead th,
  .table-friendly tbody td {
    padding: 0.5rem 0.58rem;
    font-size: 0.83rem;
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .breed-hero-grid {
    grid-template-columns: 1fr;
  }

  .breed-hero-image-frame {
    max-width: 560px;
    margin: 0 auto;
    aspect-ratio: 5 / 4;
  }

  .breed-bottom-cta {
    align-items: flex-start;
  }

  .breed-trust-row {
    gap: 0.55rem;
  }

  .breed-trust-item {
    width: 100%;
    justify-content: flex-start;
  }

  .breed-toc-card {
    display: none !important;
  }

  .breed-toc-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .breed-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  }

  .breed-toc-card {
    position: sticky;
    top: 96px;
    z-index: 2;
  }

  .breed-toc-mobile {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .breed-detail-v2 .breed-hero-v2 .hero-inner {
    padding: 1.15rem;
  }

  .breed-detail-v2 .breed-hero-v2 h1 {
    max-width: none;
  }

  .breed-section-head {
    align-items: flex-start;
  }

  .breed-snapshot-card .card-body,
  .breed-checkin-card .card-body,
  .breed-inline-cta-card .card-body {
    padding: 1rem;
  }

  .breed-growth-graph-head,
  .breed-growth-bridge {
    align-items: flex-start;
  }

  .breed-growth-compare-strip {
    padding: 0.9rem;
  }

  .breed-growth-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .breed-growth-range-pill {
    position: static;
    margin-bottom: 0.75rem;
  }

  .breed-growth-bridge-actions {
    width: 100%;
  }

  .breed-growth-bridge-actions .btn {
    flex: 1 1 auto;
  }

  .breed-growth-compare-thumb {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }

  .breed-bottom-cta {
    padding: 1.1rem;
    border-radius: 18px;
  }

  .breed-bottom-cta-actions {
    width: 100%;
  }

  .breed-bottom-cta-actions .btn {
    flex: 1 1 auto;
  }

  .popular-avatar {
    width: 96px;
    height: 96px;
  }

  .quick-estimate-feature .qe-body .row.g-2 > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .breadcrumb {
    padding: 0.32rem 0.58rem;
  }

  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 0.76rem;
  }

  .table-friendly .table {
    min-width: 540px;
  }

  .table-friendly thead th,
  .table-friendly tbody td {
    padding: 0.46rem 0.52rem;
    font-size: 0.8rem;
  }

  .site-offcanvas .offcanvas-nav-links .nav-link {
    padding: 0.72rem 0.8rem;
  }

  .btn-cta {
    width: 100%;
  }

  .notfound-actions .btn {
    flex: 1 1 auto;
  }

  .home-final-cta .cta-actions .btn {
    min-width: 0;
  }

  .quick-estimate-feature .qe-seg {
    width: 100%;
  }
}

@media (max-width: 419.98px) {
  .breed-growth-stats {
    grid-template-columns: 1fr;
  }

  .breed-growth-visual {
    padding: 0.85rem 0.55rem 0.55rem;
    border-radius: 18px;
  }

  .breed-growth-legend-item {
    font-size: 0.84rem;
  }

  .breed-growth-callout-text {
    font-size: 10px;
  }
}

@media (max-width: 389.98px) {
  .quick-estimate-feature .qe-seg .btn {
    padding: 0.58rem 0.52rem;
    font-size: 0.95rem;
  }

  .home-page .hero-clinic .trust-strip {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: visible;
    gap: 0.42rem;
  }

  .home-page .hero-clinic .trust-item {
    flex: 0 1 auto;
    white-space: nowrap;
  }

  .quick-estimate-feature .quick-estimate-cta-group,
  .home-moments .home-moments-actions {
    display: grid !important;
    width: 100%;
    gap: 0.5rem !important;
  }

  .quick-estimate-feature .quick-estimate-cta-group .btn,
  .home-moments .home-moments-actions .btn {
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .section-block {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .section-space {
    margin-top: 0.95rem;
    margin-bottom: 0.95rem;
  }

  .quick-estimate-feature .qe-screen {
    padding: 18px 16px;
  }

  .quick-estimate-feature .qe-body {
    padding: 16px 16px 18px;
  }

  .quick-estimate-feature .quick-estimate-benefits {
    gap: 0.35rem !important;
    margin-bottom: 1rem !important;
  }

  .quick-estimate-feature .quick-estimate-cta-group {
    gap: 0.4rem !important;
  }

  .home-moments .home-moments-actions {
    gap: 0.4rem !important;
  }

  .quick-estimate-feature .qe-seg .btn {
    padding: 0.55rem 0.55rem;
    font-size: 0.9rem;
  }

  .quick-estimate-feature .qe-submit {
    padding: 0.82rem 0.9rem;
  }

  .how-card .card-body {
    padding: 0.8rem 0.85rem;
  }

  .home-moments .moment-card .card-body {
    padding: 0.82rem 0.85rem;
  }
}

@media (min-width: 992px) {
  .card-friendly .card-body,
  .resource-card,
  .metric-card,
  .tool-card {
    padding: var(--space-4);
  }

  .card-friendly .card-body h2,
  .card-friendly .card-body h3,
  .card-friendly .card-body h4,
  .card-friendly .card-body .h5,
  .card-friendly .card-body .h6 {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 420px) {
  .site-navbar .container.py-2 {
    padding-left: 0.55rem !important;
    padding-right: 0.55rem !important;
  }

  .site-navbar .navbar-brand {
    max-width: min(205px, calc(100% - 3.3rem));
  }

  .brand-logo {
    max-height: 62px;
  }

  .site-offcanvas .offcanvas-header {
    padding: 0.8rem 0.75rem 0.72rem;
  }

  .site-offcanvas .offcanvas-body {
    padding: 0.8rem 0.75rem;
  }

  .site-offcanvas .offcanvas-title {
    min-width: 0;
    width: calc(100% - 2.1rem);
  }

  .site-offcanvas .offcanvas-title .brand-logo {
    max-height: 58px;
  }

  .site-offcanvas .offcanvas-quick-links {
    flex-direction: column;
  }

  .site-offcanvas .offcanvas-quick-links .btn {
    width: 100%;
  }

  #calculatorWizard .input-inline-group .input-unit-select {
    min-width: 102px;
    max-width: 118px;
  }

  .filters-wrap .breed-filter-chips .btn {
    padding-inline: 0.72rem;
  }
}

@media (max-width: 359.98px) {
  .site-navbar .navbar-brand {
    max-width: min(190px, calc(100% - 3.2rem));
  }

  .brand-logo {
    max-height: 56px;
  }
}

@media (max-width: 991.98px) {
  .breed-spotlight-body,
  .breed-spotlight-copy {
    min-height: 0;
  }
}

body.calculator-hub-page main {
  padding-top: 0.75rem;
}

body.calculator-hub-page .eyebrow-pill {
  background: rgba(229, 241, 252, 0.18);
  border: 1px solid rgba(213, 231, 247, 0.46);
  color: #eef7ff;
}

body.calculator-hub-page .section-block {
  padding-block: clamp(1.75rem, 4vw, 3.1rem);
}

body.calculator-hub-page .calc-hub-hero {
  border-radius: 1.5rem;
  background: #10263a;
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 55vw, 620px);
}

body.calculator-hub-page .calc-hub-hero-media-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.calculator-hub-page .calc-hub-hero-poster-wrap,
body.calculator-hub-page .calc-hub-hero-poster,
body.calculator-hub-page .calc-hub-hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.calculator-hub-page .calc-hub-hero-poster,
body.calculator-hub-page .calc-hub-hero-video-bg {
  object-fit: cover;
}

body.calculator-hub-page .calc-hub-hero-video-bg {
  opacity: 0.9;
}

body.calculator-hub-page .calc-hub-hero-poster {
  transform: scale(1.03);
}

body.calculator-hub-page .calc-hub-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(104deg, rgba(10, 26, 40, 0.9) 0%, rgba(10, 26, 40, 0.72) 42%, rgba(10, 26, 40, 0.58) 100%),
    linear-gradient(180deg, rgba(8, 18, 29, 0.22) 0%, rgba(8, 18, 29, 0.4) 100%);
}

body.calculator-hub-page .calc-hub-hero-content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

body.calculator-hub-page .calc-hub-hero-content p {
  color: #deecf8;
  max-width: 53ch;
  font-size: 1.06rem;
}

body.calculator-hub-page .calc-hub-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(2rem, 4.1vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
  text-wrap: balance;
}

body.calculator-hub-page .calc-hub-hero .btn-cta {
  min-width: 11.5rem;
}

body.calculator-hub-page .calc-hub-split-wrap {
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-card);
  background: #fff;
}

body.calculator-hub-page .calc-hub-split-tile {
  position: relative;
  display: block;
  min-height: clamp(280px, 30vw, 360px);
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

body.calculator-hub-page .calc-hub-split-wrap .col-lg-6:last-child .calc-hub-split-tile {
  border-right: 0;
}

body.calculator-hub-page .calc-hub-split-media,
body.calculator-hub-page .calc-hub-split-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.calculator-hub-page .calc-hub-split-media img {
  object-fit: cover;
}

body.calculator-hub-page .calc-hub-split-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 27, 41, 0.2) 0%, rgba(11, 27, 41, 0.78) 100%),
    linear-gradient(105deg, rgba(12, 30, 46, 0.66) 10%, rgba(12, 30, 46, 0.44) 58%, rgba(12, 30, 46, 0.28) 100%);
}

body.calculator-hub-page .calc-hub-split-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.45rem;
  min-height: inherit;
  padding: clamp(1.15rem, 2.1vw, 1.75rem);
}

body.calculator-hub-page .calc-hub-split-title {
  font-weight: 700;
  font-size: clamp(1.15rem, 1.2vw + 0.95rem, 1.45rem);
  line-height: 1.2;
}

body.calculator-hub-page .calc-hub-split-copy {
  color: rgba(242, 249, 255, 0.95);
  max-width: 30ch;
}

body.calculator-hub-page .calc-hub-split-bullets {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #eff7ff;
  font-size: 0.95rem;
}

body.calculator-hub-page .calc-hub-split-bullets::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgba(164, 216, 255, 0.95);
  flex: 0 0 0.42rem;
}

body.calculator-hub-page .calc-hub-split-chip {
  margin-top: 0.35rem;
  align-self: flex-start;
  border: 1px solid rgba(177, 221, 255, 0.75);
  background: rgba(20, 73, 113, 0.74);
  color: #f0f8ff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.84rem;
  line-height: 1;
  padding: 0.56rem 0.88rem;
}

body.calculator-hub-page .calc-hub-trust-row {
  justify-content: center;
  padding-block: 0.3rem;
  color: var(--text);
}

body.calculator-hub-page .calc-hub-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  color: var(--text);
  font-weight: 600;
}

body.calculator-hub-page .calc-hub-trust-item .bi {
  color: var(--accent-2);
  font-size: 0.95rem;
}

body.calculator-hub-page .calc-hub-breed-box {
  border-radius: 1.1rem;
}

body.calculator-hub-page .calc-hub-breed-box .form-control {
  min-height: 2.9rem;
}

body.calculator-hub-page .calc-hub-breed-box .btn-sm.btn-pill {
  padding-inline: 0.82rem;
  line-height: 1.22;
}

@media (hover: hover) {
  body.calculator-hub-page .calc-hub-split-tile {
    transition: transform 150ms ease, box-shadow 150ms ease;
  }

  body.calculator-hub-page .calc-hub-split-tile:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px rgba(175, 225, 255, 0.42);
  }
}

body.calculator-hub-page .calc-hub-split-tile:focus-visible {
  outline: 3px solid rgba(57, 151, 220, 0.55);
  outline-offset: -3px;
  box-shadow: inset 0 0 0 1px rgba(175, 225, 255, 0.42);
}

@media (prefers-reduced-motion: reduce) {
  body.calculator-hub-page .calc-hub-hero-video-bg {
    display: none;
  }

  body.calculator-hub-page .calc-hub-split-tile {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  body.calculator-hub-page .calc-hub-hero {
    min-height: clamp(380px, 72vw, 500px);
  }

  body.calculator-hub-page .calc-hub-hero h1 {
    max-width: none;
  }

  body.calculator-hub-page .calc-hub-split-tile {
    min-height: clamp(250px, 60vw, 320px);
  }

  body.calculator-hub-page .calc-hub-split-wrap .col-lg-6:first-child .calc-hub-split-tile {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 575.98px) {
  body.calculator-hub-page .calc-hub-hero {
    border-radius: 20px;
  }

  body.calculator-hub-page .section-block {
    padding-block: 1.45rem;
  }

  body.calculator-hub-page .calc-hub-hero-content {
    min-height: 340px;
    padding: 1.5rem !important;
    text-align: center;
    align-items: center;
  }

  body.calculator-hub-page .calc-hub-hero-content p {
    max-width: none;
    font-size: 1rem;
  }

  body.calculator-hub-page .calc-hub-hero .btn-cta {
    width: 100%;
    min-width: 0;
  }

  body.calculator-hub-page .calc-hub-hero .d-grid {
    width: min(100%, 22rem);
  }

  body.calculator-hub-page .calc-hub-split-content {
    padding: 1.05rem;
  }

  body.calculator-hub-page .calc-hub-trust-row {
    justify-content: flex-start;
  }
}

@media (max-width: 359.98px) {
  body.calculator-hub-page .calc-hub-hero-content {
    min-height: 280px;
  }
}

.home-calculator-section .home-calculator-form-card,
.home-calculator-section .home-calculator-results-card {
  border-radius: var(--card-radius);
  border: 1px solid #d6e1ec;
  background-clip: padding-box;
  box-shadow: 0 2px 8px rgba(12, 27, 45, 0.05), 0 16px 28px -22px rgba(12, 27, 45, 0.38);
  background: #ffffff;
}

.home-calculator-section .home-calculator-form-card:hover,
.home-calculator-section .home-calculator-results-card:hover {
  transform: none;
  box-shadow: 0 2px 8px rgba(12, 27, 45, 0.05), 0 16px 28px -22px rgba(12, 27, 45, 0.38);
}

.home-calculator-section .eyebrow-pill {
  background: #eaf2fc;
  border-color: #c5d8ea;
  color: #194f84;
}

.home-calculator-row .home-calculator-form-card,
.home-calculator-row .home-calculator-results-card {
  height: 100%;
}

.home-calculator-head {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: linear-gradient(165deg, #122237 0%, #253a56 100%);
  color: #f5f9ff;
}

.home-calculator-head-title {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.home-calculator-head-sub {
  color: #d5e2f2;
  font-size: 0.96rem;
}

.home-calculator-form .form-control,
.home-calculator-form .form-select {
  border-radius: 14px;
  border-color: #c7d6e8;
}

.home-calculator-form .input-unit-select {
  max-width: 120px;
  border-color: var(--btn-blue-border);
  color: var(--btn-blue-ink);
  background: var(--btn-blue-soft);
  font-weight: 700;
}

.home-breed-select {
  position: relative;
}

.home-breed-select-trigger {
  width: 100%;
  min-height: 52px;
  border: 1px solid #c7d6e8;
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem 0.35rem 0.55rem;
  text-align: left;
}

.home-breed-select-trigger:hover {
  border-color: #a9c0d8;
}

.home-breed-select-trigger:focus-visible {
  border-color: var(--accent-2);
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
  box-shadow: var(--focus-ring);
}

.home-breed-selected-content {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.home-breed-selected-thumb {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #d3deea;
  overflow: hidden;
  flex: 0 0 2.5rem;
  background: #f0f4f9;
}

.home-breed-selected-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-breed-selected-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-breed-trigger-icon {
  font-size: 0.9rem;
  color: #617893;
  transition: transform 0.16s ease;
}

.home-breed-select.is-open .home-breed-trigger-icon {
  transform: rotate(180deg);
}

.home-breed-dropdown {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  z-index: 140;
  background: #fff;
  border: 1px solid #c7d6e8;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(12, 27, 45, 0.12);
  overflow: hidden;
}

.home-breed-search-wrap {
  padding: 0.55rem;
  border-bottom: 1px solid #e2eaf2;
  background: #f8fbff;
}

.home-breed-search-wrap .form-control {
  min-height: 38px;
  border-radius: 10px;
}

.home-breed-options {
  max-height: 260px;
  overflow-y: auto;
}

.home-breed-option-item + .home-breed-option-item {
  border-top: 1px solid #eef3f8;
}

.home-breed-option {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-align: left;
  padding: 0.52rem 0.7rem;
}

.home-breed-option:hover,
.home-breed-option:focus-visible {
  background: #eef5ff;
}

.home-breed-option.is-selected {
  background: #e7f1ff;
}

.home-breed-option-thumb {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d0deed;
  flex: 0 0 2.25rem;
  background: #eef3f8;
}

.home-breed-option-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-breed-option-label {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-breed-empty {
  padding: 0.7rem;
  color: #637487;
  font-size: 0.92rem;
}

@media (max-width: 575.98px) {
  .home-breed-select-trigger {
    min-height: 50px;
  }

  .home-breed-selected-thumb {
    width: 2.25rem;
    height: 2.25rem;
    flex-basis: 2.25rem;
  }

  .home-breed-option-thumb {
    width: 2.1rem;
    height: 2.1rem;
    flex-basis: 2.1rem;
  }
}

.home-calculator-form .btn-link {
  text-decoration: none;
}

.home-calculator-form #hcCalculateBtn {
  background: linear-gradient(180deg, var(--cta-orange-2) 0%, var(--cta-orange) 100%) !important;
  border-color: var(--cta-orange) !important;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.22);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  will-change: auto;
}

.home-calculator-form #hcCalculateBtn:hover,
.home-calculator-form #hcCalculateBtn:focus-visible {
  background: linear-gradient(180deg, var(--cta-orange) 0%, var(--cta-orange-dark) 100%) !important;
  border-color: var(--cta-orange-dark) !important;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.24);
  transform: none;
}

.home-calculator-form #hcCalculateBtn:active {
  transform: none;
}

.home-calculator-form #hcCalculateBtn:disabled,
.home-calculator-form #hcCalculateBtn[aria-disabled="true"] {
  background: #d8e2ec !important;
  border-color: #bcc9d8 !important;
  color: #42576d !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.home-calculator-form .btn-outline-primary:disabled,
.home-calculator-form .btn-outline-primary.disabled,
.home-calculator-form a.btn-outline-primary[aria-disabled="true"] {
  background: #f2f6fb;
  border-color: #d0ddec;
  color: #8198b0;
  opacity: 1;
  transform: none;
}

.home-calculator-results-rail {
  position: sticky;
  top: calc(var(--nav-offset, 74px) + 1rem);
  height: 100%;
}

.home-calculator-placeholder {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0;
  background: #eaf2fb;
  border-radius: 14px;
  padding: 1rem 1rem 1.1rem;
  min-height: 56px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: 0.75rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.home-calculator-empty-visual {
  width: min(100%, 360px);
  height: clamp(250px, 40vw, 355px);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.home-calculator-empty-visual::before {
  content: none;
}

.home-calculator-empty-visual img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  transform: none;
  filter: drop-shadow(0 8px 12px rgba(11, 27, 45, 0.1));
  z-index: 1;
}

.home-calculator-midpoint {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  line-height: 1;
  font-weight: 800;
  color: var(--accent-2);
}

.home-calculator-midpoint small {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.52rem;
}

.home-calculator-range-track {
  position: relative;
  height: 0.72rem;
  border-radius: 999px;
  background: #e6f0f8;
  overflow: hidden;
}

.home-calculator-range-fill {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2b7cff 0%, #1a5fd4 100%);
}

.home-calculator-range-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #154798;
  box-shadow: 0 0 0 2px rgba(31, 111, 255, 0.2);
}

.home-calculator-inputs-used {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
  color: var(--text);
}

.home-calculator-inputs-used li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.95rem;
}

.home-calculator-inputs-used li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgba(31, 111, 255, 0.9);
}

.home-calculator-why {
  border: 1px solid #d8e5f1;
  border-radius: 12px;
  background: #f7fbff;
  padding: 0.72rem 0.82rem;
}

.home-calculator-why p:last-child {
  color: #51657b;
  font-size: 0.93rem;
  line-height: 1.42;
}

.home-calculator-breed-media {
  border: 1px solid #d6e1ec;
  background: #fff;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.home-calculator-breed-media-main,
.home-calculator-breed-media-item {
  margin: 0;
  border: 1px solid #d4e1ee;
  border-radius: 12px;
  overflow: hidden;
  background: #eef4fb;
}

.home-calculator-breed-media-main {
  aspect-ratio: 16 / 10;
  height: 100%;
}

.home-calculator-breed-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 62%) minmax(0, 38%);
  gap: 0.7rem;
  align-items: stretch;
  isolation: isolate;
}

.home-calculator-breed-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  height: 100%;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
}

.home-calculator-breed-media-item {
  aspect-ratio: auto;
  min-width: 0;
  min-height: 0;
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-calculator-breed-media-main img,
.home-calculator-breed-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-calculator-breed-media-main {
  min-width: 0;
  min-height: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .home-calculator-breed-media-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-calculator-breed-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    height: auto;
  }

  .home-calculator-breed-media-item {
    aspect-ratio: 16 / 10;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .home-calculator-breed-media-grid {
    grid-template-columns: 1fr;
  }
}

.home-calculator-results-card .card-body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home-calculator-results-card.is-empty .home-calculator-placeholder {
  flex: 1 1 auto;
  min-height: 0;
}

.home-calculator-results-card.is-empty .home-calculator-placeholder p {
  max-width: 25ch;
  margin: 0 auto;
  color: #526273 !important;
  font-size: 1.02rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.home-calculator-results-card.is-empty #hcResultsBlock {
  display: none !important;
}

.home-calculator-confidence-low {
  background: #fff4de;
  border: 1px solid #f0d9a9;
  color: #795500;
}

.home-calculator-confidence-medium {
  background: #edf7ff;
  border: 1px solid #b8dbf4;
  color: #0b5a8d;
}

.home-calculator-confidence-high {
  background: #e9f8ef;
  border: 1px solid #b7e0c7;
  color: #14603a;
}

@media (max-width: 991.98px) {
  .home-calculator-results-rail {
    position: static;
    top: auto;
  }

  .home-calculator-empty-visual {
    width: min(100%, 320px);
    height: clamp(220px, 48vw, 320px);
  }
}

@media (min-width: 992px) {
  .home-calculator-row .home-calculator-form-card,
  .home-calculator-row .home-calculator-results-card {
    min-height: 540px;
  }

  .home-calculator-results-card.is-empty .home-calculator-placeholder {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .home-calculator-form .input-unit-select {
    max-width: 106px;
  }

  .home-calculator-placeholder {
    border-radius: 12px;
    padding: 0.85rem 0.85rem 1rem;
  }

  .home-calculator-empty-visual {
    width: min(100%, 280px);
    height: clamp(200px, 56vw, 280px);
  }
}

@media (min-width: 992px) {
  .chart-hub-hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  }

  .chart-hub-picker-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .chart-size-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  }

}

@media (max-width: 991.98px) {
  .chart-hub-hero-shell {
    border-radius: 20px;
  }

  .chart-hub-hero-stats {
    grid-template-columns: 1fr;
  }

  .chart-hub-picker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chart-size-hero-shell {
    border-radius: 20px;
  }

  .chart-size-hero-grid {
    gap: 1.15rem;
  }

  .chart-bottom-cta-actions {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .chart-hub-picker-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .chart-hub-picker-grid {
    grid-template-columns: 1fr;
  }

  .chart-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .chart-graph-stats {
    grid-template-columns: 1fr;
  }

  .chart-hub-hero-media-stack {
    grid-template-columns: 1fr 1fr;
  }

  .chart-size-hero-media-frame {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 575.98px) {
  .chart-hub-hero-shell,
  .chart-hub-picker-shell {
    border-radius: 18px;
    padding: 1rem;
  }

  .chart-size-hero-shell,
  .chart-bottom-cta {
    border-radius: 18px;
    padding: 1rem;
  }

  .chart-hub-chip {
    font-size: 0.72rem;
    padding: 0.32rem 0.58rem;
  }

  .chart-graph-card .card-body,
  .chart-side-card .card-body,
  .chart-table-card .card-body,
  .chart-related-card .card-body {
    padding: 0.95rem;
  }
}

@media print {
  body.home-page header,
  body.home-page footer,
  body.home-page main > section:not(#calculator) {
    display: none !important;
  }

  body.home-page #calculator {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home-page #calculator .container {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.home-page #calculator .home-calculator-form-card {
    display: none !important;
  }

  body.home-page #calculator .home-calculator-results-rail {
    position: static !important;
    top: 0 !important;
  }

  body.home-page #calculator .home-calculator-results-card {
    border: 0 !important;
    box-shadow: none !important;
  }

  body.calculator-page .site-offcanvas,
  body.calculator-page .offcanvas,
  body.calculator-page .offcanvas-backdrop {
    display: none !important;
  }

  body.calculator-page main > section {
    display: none !important;
  }

  body.calculator-page #calculator-tool {
    display: block !important;
    padding: 0 !important;
  }

  body.calculator-page #calculator-tool .container {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.calculator-page #calculator-tool .row {
    display: block !important;
  }

  body.calculator-page #calculator-tool [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
  }

  body.calculator-page header,
  body.calculator-page footer,
  body.calculator-page .breadcrumb,
  body.calculator-page .calculator-media-layout,
  body.calculator-page .calculator-intro,
  body.calculator-page #calculatorLivePreviewCard,
  body.calculator-page #calculatorWizardCard,
  body.calculator-page #breedSpotlightCard,
  body.calculator-page .hero-clinic {
    display: none !important;
  }

  body.calculator-page {
    background: #fff !important;
  }

  body.calculator-page main {
    padding: 0 !important;
  }

  body.calculator-page #calculatorResultsCard {
    border: 0 !important;
    box-shadow: none !important;
  }

  body.calculator-page #calculatorResultsCard > h2 {
    display: none !important;
  }

  body.calculator-page #calculatorResultsCard .card-body {
    padding: 0 !important;
  }

  body.calculator-page #printResultsBlock {
    margin: 0;
  }
}
