@font-face {
  font-display: block;
  font-family: "tvh-icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.woff") format("woff");
}

.tvh-icon {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  flex: 0 0 auto;
  font-family: "tvh-icomoon" !important;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
  vertical-align: middle;
}

.icon-fi-rr-angle-left::before { content: "\e966"; }
.icon-fi-rr-arrow-left::before { content: "\e9b5"; }
.icon-fi-rr-check::before { content: "\ec62"; }
.icon-fi-rr-clock::before { content: "\eced"; }
.icon-fi-rr-clipboard-list-check::before { content: "\ece6"; }
.icon-fi-rr-hospital::before { content: "\f19d"; }
.icon-fi-rr-marker::before { content: "\f33a"; }
.icon-fi-rr-paw::before { content: "\f4b1"; }
.icon-fi-rr-phone-call::before { content: "\f530"; }
.icon-fi-rr-pulse::before { content: "\f5d5"; }
.icon-fi-rr-quote-right::before { content: "\f5f7"; }
.icon-fi-rr-search::before { content: "\f6eb"; }
.icon-fi-rr-shield-check::before { content: "\f720"; }
.icon-fi-rr-stethoscope::before { content: "\f872"; }
.icon-fi-rr-triangle-warning::before { content: "\f9cb"; }

.tvh-services {
  --tvh-primary: #00665b;
  --tvh-accent: #d59d00;
  --tvh-primary-dark: #004b43;
  --tvh-primary-soft: #e8f4f1;
  --tvh-accent-soft: #fff6d8;
  --tvh-accent-dark: #916a00;
  --tvh-ink: #102c29;
  --tvh-text: #3c5552;
  --tvh-muted: #536966;
  --tvh-line: #dce7e5;
  --tvh-surface: #ffffff;
  --tvh-bg: #f6faf9;
  --tvh-danger: #b33b3b;
  --tvh-danger-dark: #832424;
  --tvh-radius-sm: 14px;
  --tvh-radius: 24px;
  --tvh-radius-lg: 36px;
  --tvh-shadow: 0 18px 55px rgba(0, 58, 51, .09);
  --tvh-shadow-hover: 0 24px 70px rgba(0, 58, 51, .15);
  background: var(--tvh-surface);
  color: var(--tvh-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.9;
  overflow: clip;
  text-align: right;
}

.tvh-services *,
.tvh-services *::before,
.tvh-services *::after {
  box-sizing: border-box;
}

.tvh-services img {
  display: block;
  height: auto;
  max-width: 100%;
}

.tvh-services a {
  color: inherit;
  text-decoration: none;
}

.tvh-services button,
.tvh-services input {
  font: inherit;
}

.tvh-services h1,
.tvh-services h2,
.tvh-services h3,
.tvh-services p,
.tvh-services figure {
  margin-top: 0;
}

.tvh-services h1,
.tvh-services h2,
.tvh-services h3 {
  color: var(--tvh-ink);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.45;
}

.tvh-services svg,
.tvh-services .tvh-icon {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}

.tvh-container {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 24px;
  width: 100%;
}

.tvh-eyebrow {
  align-items: center;
  color: var(--tvh-primary);
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 8px;
  letter-spacing: .015em;
  margin-bottom: 14px;
}

.tvh-eyebrow::before {
  background: var(--tvh-accent);
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 24px;
}

.tvh-breadcrumb {
  align-items: center;
  color: var(--tvh-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 7px;
  margin-bottom: 30px;
}

.tvh-breadcrumb a:hover {
  color: var(--tvh-primary);
}

.tvh-breadcrumb svg {
  height: 13px;
  width: 13px;
}

.tvh-breadcrumb .tvh-icon {
  font-size: 14px;
}

.tvh-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  min-height: 52px;
  padding: 11px 21px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.tvh-button:hover {
  transform: translateY(-2px);
}

.tvh-button__label,
.tvh-button__phone {
  display: inline-flex;
}

.tvh-button__phone {
  border-right: 1px solid currentColor;
  direction: ltr;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .025em;
  opacity: .92;
  padding-right: 10px;
  white-space: nowrap;
}

.tvh-phone-link {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.tvh-phone-link b {
  direction: ltr;
  font-size: 14px;
  white-space: nowrap;
}

.tvh-button--primary {
  background: var(--tvh-primary);
  box-shadow: 0 12px 28px rgba(0, 102, 91, .2);
  color: #fff !important;
}

.tvh-button--primary:hover {
  background: var(--tvh-primary-dark);
}

.tvh-button--ghost {
  background: rgba(255, 255, 255, .78);
  border-color: var(--tvh-line);
  color: var(--tvh-primary) !important;
}

.tvh-button--ghost:hover {
  background: #fff;
  border-color: var(--tvh-primary);
}

.tvh-button--light {
  background: #fff;
  color: var(--tvh-primary-dark) !important;
}

.tvh-button--outline-light {
  border-color: rgba(255, 255, 255, .46);
  color: #fff !important;
}

.tvh-button--outline-light:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.tvh-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.tvh-text-link {
  align-items: center;
  color: var(--tvh-primary) !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  gap: 7px;
}

.tvh-text-link svg,
.tvh-text-link .tvh-icon {
  transition: transform .2s ease;
}

.tvh-text-link:hover svg,
.tvh-text-link:hover .tvh-icon {
  transform: translateX(-4px);
}

.tvh-section-heading {
  max-width: 760px;
}

.tvh-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.tvh-section-heading--center .tvh-eyebrow {
  justify-content: center;
}

.tvh-section-heading h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.tvh-section-heading p {
  color: var(--tvh-muted);
  line-height: 2;
  margin-bottom: 0;
}

/* Archive hero */
.tvh-archive-hero {
  background:
    radial-gradient(circle at 83% 18%, rgba(213, 157, 0, .13), transparent 27%),
    linear-gradient(135deg, #f9fcfb 0%, #edf7f5 100%);
  padding: 42px 0 0;
  position: relative;
}

.tvh-archive-hero::before {
  background-image: radial-gradient(rgba(0, 102, 91, .17) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  height: 210px;
  left: 0;
  mask-image: linear-gradient(to bottom, #000, transparent);
  opacity: .45;
  position: absolute;
  top: 0;
  width: 260px;
}

.tvh-archive-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  min-height: 610px;
  padding-bottom: 76px;
}

.tvh-archive-hero__content {
  position: relative;
  z-index: 2;
}

.tvh-archive-hero h1,
.tvh-single-hero h1 {
  font-size: 56px;
  line-height: 1.24;
  margin-bottom: 22px;
}

.tvh-lead {
  color: var(--tvh-text);
  font-size: 19px;
  line-height: 2.05;
  margin-bottom: 0;
  max-width: 700px;
}

.tvh-availability {
  align-items: center;
  display: flex;
  gap: 11px;
  margin-top: 26px;
}

.tvh-availability > span {
  align-items: center;
  background: var(--tvh-accent-soft);
  border-radius: 12px;
  color: #8b6500;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.tvh-availability div {
  display: flex;
  flex-direction: column;
  line-height: 1.55;
}

.tvh-availability strong {
  color: var(--tvh-ink);
  font-size: 15px;
}

.tvh-availability small {
  color: var(--tvh-muted);
  font-size: 14px;
}

.tvh-archive-visual {
  height: 490px;
  position: relative;
}

.tvh-archive-visual__glow {
  background: var(--tvh-accent);
  border-radius: 50%;
  filter: blur(75px);
  height: 220px;
  left: 5%;
  opacity: .15;
  position: absolute;
  top: 5%;
  width: 220px;
}

.tvh-archive-visual figure {
  background: #fff;
  box-shadow: var(--tvh-shadow);
  margin: 0;
  overflow: hidden;
}

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

.tvh-archive-visual__main {
  border: 8px solid #fff;
  border-radius: 42% 18% 34% 18%;
  height: 405px;
  inset: 30px 38px auto 60px;
  position: absolute;
}

.tvh-archive-visual__small {
  border: 5px solid #fff;
  border-radius: 22px;
  height: 135px;
  position: absolute;
  width: 150px;
  z-index: 2;
}

.tvh-archive-visual__small--one {
  left: 0;
  top: 0;
  transform: rotate(-3deg);
}

.tvh-archive-visual__small--two {
  bottom: 0;
  right: 0;
  transform: rotate(3deg);
}

.tvh-archive-visual__placeholder,
.tvh-single-hero__placeholder {
  align-items: center;
  background: linear-gradient(145deg, var(--tvh-primary), var(--tvh-primary-dark));
  border-radius: var(--tvh-radius-lg);
  color: rgba(255, 255, 255, .76);
  display: flex;
  height: 100%;
  justify-content: center;
}

.tvh-archive-visual__placeholder svg,
.tvh-single-hero__placeholder svg {
  height: 110px;
  width: 110px;
}

.tvh-archive-visual__placeholder .tvh-icon,
.tvh-single-hero__placeholder .tvh-icon {
  font-size: 110px;
}

.tvh-archive-visual__badge {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  bottom: 38px;
  box-shadow: var(--tvh-shadow);
  display: flex;
  gap: 11px;
  left: 52px;
  padding: 13px 16px;
  position: absolute;
  z-index: 3;
}

.tvh-archive-visual__badge > svg {
  color: var(--tvh-primary);
  height: 30px;
  width: 30px;
}

.tvh-archive-visual__badge > .tvh-icon {
  color: var(--tvh-primary);
  font-size: 30px;
}

.tvh-archive-visual__badge span {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.tvh-archive-visual__badge strong {
  color: var(--tvh-ink);
  font-size: 14px;
}

.tvh-archive-visual__badge small {
  color: var(--tvh-muted);
  font-size: 14px;
}

.tvh-stats-strip {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -8px 35px rgba(0, 73, 65, .07);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  position: relative;
  z-index: 3;
}

.tvh-stats-strip > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 22px;
  position: relative;
}

.tvh-stats-strip > div:not(:last-child)::after {
  background: var(--tvh-line);
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.tvh-stats-strip strong {
  color: var(--tvh-primary);
  font-size: 22px;
  line-height: 1.35;
}

.tvh-stats-strip span {
  color: var(--tvh-muted);
  font-size: 14px;
}

/* Services browser */
.tvh-services-browser {
  padding: 105px 0;
}

.tvh-filter-panel {
  align-items: center;
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 22px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 42px;
  padding: 14px;
}

.tvh-search-field {
  align-items: center;
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 13px;
  display: flex;
  flex: 0 1 360px;
  gap: 10px;
  padding: 0 15px;
}

.tvh-search-field svg,
.tvh-search-field .tvh-icon {
  color: var(--tvh-muted);
}

.tvh-search-field input {
  background: transparent;
  border: 0;
  color: var(--tvh-ink);
  height: 48px;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.tvh-search-field:focus-within {
  border-color: var(--tvh-primary);
  box-shadow: 0 0 0 3px rgba(0, 102, 91, .1);
}

.tvh-filter-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.tvh-filter-chips button {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 11px;
  color: var(--tvh-text);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 750;
  min-height: 44px;
  padding: 7px 15px;
}

.tvh-filter-chips button:hover {
  background: var(--tvh-primary);
  border-color: var(--tvh-primary);
  color: #fff;
}

.tvh-filter-chips button.is-active {
  background: var(--tvh-accent-soft);
  border-color: var(--tvh-accent);
  color: var(--tvh-accent-dark);
}

.tvh-results-meta {
  color: var(--tvh-muted);
  font-size: 14px;
  margin: 22px 2px 15px;
}

.tvh-results-meta strong {
  color: var(--tvh-primary);
  font-size: 16px;
}

.tvh-service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tvh-service-card {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: var(--tvh-radius);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tvh-service-card:hover {
  border-color: rgba(0, 102, 91, .35);
  box-shadow: var(--tvh-shadow-hover);
  transform: translateY(-6px);
}

.tvh-service-card[hidden] {
  display: none !important;
}

.tvh-service-card__media {
  background: var(--tvh-primary-soft);
  display: block;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.tvh-service-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.tvh-service-card:hover .tvh-service-card__media img {
  transform: scale(1.045);
}

.tvh-service-card__fallback {
  align-items: center;
  color: var(--tvh-primary);
  display: flex;
  height: 100%;
  justify-content: center;
}

.tvh-service-card__fallback svg {
  height: 60px;
  opacity: .45;
  width: 60px;
}

.tvh-service-card__fallback .tvh-icon {
  font-size: 60px;
  opacity: .45;
}

.tvh-service-card__number {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-radius: 10px;
  border: 1px solid rgba(213, 157, 0, .42);
  color: var(--tvh-accent-dark);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  height: 36px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 36px;
  justify-content: center;
}

.tvh-service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.tvh-service-card__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.tvh-service-card__terms span,
.tvh-service-card__eyebrow {
  background: var(--tvh-primary-soft);
  border-radius: 7px;
  color: var(--tvh-primary);
  font-size: 14px;
  font-weight: 800;
  padding: 3px 8px;
}

.tvh-service-card h3 {
  font-size: 20px;
  margin: 2px 0 10px;
}

.tvh-service-card h3 a:hover {
  color: var(--tvh-primary);
}

.tvh-service-card__summary {
  color: var(--tvh-muted);
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 19px;
}

.tvh-service-card__summary > :last-child {
  margin-bottom: 0;
}

.tvh-service-card .tvh-text-link {
  margin-top: auto;
}

.tvh-empty-state {
  background: var(--tvh-bg);
  border: 1px dashed var(--tvh-line);
  border-radius: var(--tvh-radius);
  margin-top: 20px;
  padding: 55px 20px;
  text-align: center;
}

.tvh-empty-state svg {
  color: var(--tvh-primary);
  height: 44px;
  width: 44px;
}

.tvh-empty-state .tvh-icon {
  color: var(--tvh-primary);
  font-size: 44px;
}

.tvh-empty-state h3 {
  margin: 12px 0 5px;
}

.tvh-empty-state p {
  color: var(--tvh-muted);
  margin: 0;
}

/* Archive supporting sections */
.tvh-care-path {
  background: var(--tvh-bg);
  padding: 92px 0;
}

.tvh-care-path__grid {
  counter-reset: care;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}

.tvh-care-path__grid article {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 20px;
  padding: 25px;
  position: relative;
}

.tvh-care-path__grid article::before {
  color: var(--tvh-line);
  content: "0" counter(care);
  counter-increment: care;
  font-size: 38px;
  font-weight: 900;
  left: 18px;
  line-height: 1;
  position: absolute;
  top: 19px;
}

.tvh-care-path__grid article > span {
  align-items: center;
  background: var(--tvh-primary-soft);
  border-radius: 12px;
  color: var(--tvh-primary);
  display: flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.tvh-care-path__grid strong {
  color: var(--tvh-ink);
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}

.tvh-care-path__grid p {
  color: var(--tvh-muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.tvh-emergency-cta {
  background: linear-gradient(115deg, var(--tvh-danger-dark), var(--tvh-danger));
  color: #fff;
  padding: 52px 0;
}

.tvh-emergency-cta__inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.tvh-emergency-cta__icon {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 20px;
  display: flex;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.tvh-emergency-cta__icon svg {
  height: 34px;
  width: 34px;
}

.tvh-emergency-cta__icon .tvh-icon {
  font-size: 34px;
}

.tvh-emergency-cta span {
  font-size: 14px;
  font-weight: 800;
  opacity: .78;
}

.tvh-emergency-cta h2 {
  color: #fff;
  font-size: 30px;
  margin: 4px 0 6px;
}

.tvh-emergency-cta p {
  font-size: 14px;
  margin: 0;
  max-width: 720px;
  opacity: .82;
}

.tvh-emergency-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tvh-archive-faq {
  padding: 100px 0;
}

.tvh-archive-faq__grid {
  align-items: start;
  display: grid;
  gap: clamp(40px, 7vw, 95px);
  grid-template-columns: .72fr 1.28fr;
}

.tvh-archive-faq .tvh-text-link {
  margin-top: 20px;
}

.tvh-accordion {
  display: grid;
  gap: 11px;
}

.tvh-accordion details {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 15px;
  overflow: hidden;
}

.tvh-accordion details[open] {
  border-color: rgba(0, 102, 91, .38);
  box-shadow: 0 12px 35px rgba(0, 60, 53, .07);
}

.tvh-accordion summary {
  color: var(--tvh-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 850;
  list-style: none;
  padding: 19px 52px 19px 19px;
  position: relative;
}

.tvh-accordion summary::-webkit-details-marker {
  display: none;
}

.tvh-accordion summary::before,
.tvh-accordion summary::after {
  background: var(--tvh-primary);
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 29px;
  transition: transform .2s ease;
  width: 15px;
}

.tvh-accordion summary::after {
  transform: rotate(90deg);
}

.tvh-accordion details[open] summary::after {
  transform: rotate(0);
}

.tvh-accordion details > div {
  border-top: 1px solid var(--tvh-line);
  color: var(--tvh-muted);
  font-size: 14px;
  line-height: 2;
  padding: 16px 20px 20px;
}

/* Single hero */
.tvh-single-hero {
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .98) 9%, rgba(255, 255, 255, .82) 23%, rgba(255, 255, 255, .38) 39%, rgba(255, 255, 255, 0) 57%),
    radial-gradient(circle at 12% 52%, rgba(213, 157, 0, .1), transparent 28%),
    linear-gradient(135deg, #f8fcfb, #eef7f5);
  padding: 36px 0 58px;
}

.tvh-single-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 86px);
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
}

.tvh-single-hero h1 {
  font-size: 50px;
}

.tvh-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.tvh-term-list a {
  background: var(--tvh-primary-soft);
  border-radius: 8px;
  color: var(--tvh-primary);
  font-size: 14px;
  font-weight: 800;
  padding: 4px 10px;
}

.tvh-hero-summary {
  border-right: 3px solid var(--tvh-accent);
  color: var(--tvh-text);
  font-size: 15px;
  margin-top: 22px;
  max-width: 720px;
  padding: 1px 16px 1px 0;
}

.tvh-hero-summary > :last-child {
  margin-bottom: 0;
}

.tvh-hero-trust {
  color: var(--tvh-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 16px;
  margin-top: 22px;
}

.tvh-hero-trust span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.tvh-hero-trust svg,
.tvh-hero-trust .tvh-icon {
  color: var(--tvh-primary);
}

.tvh-single-hero__media {
  min-height: 470px;
  position: relative;
}

.tvh-single-hero__media figure {
  border: 8px solid #fff;
  border-radius: 28% 14% 28% 14%;
  box-shadow: var(--tvh-shadow);
  height: 470px;
  margin: 0;
  overflow: hidden;
}

.tvh-single-hero__media figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvh-hero-hours {
  align-items: center;
  background: rgba(255, 255, 255, .95);
  border: 1px solid var(--tvh-line);
  border-radius: 16px;
  bottom: 28px;
  box-shadow: var(--tvh-shadow);
  display: flex;
  gap: 10px;
  left: -18px;
  padding: 14px 16px;
  position: absolute;
}

.tvh-hero-hours > span {
  align-items: center;
  background: var(--tvh-primary-soft);
  border-radius: 11px;
  color: var(--tvh-primary);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.tvh-hero-hours div {
  display: flex;
  flex-direction: column;
  line-height: 1.55;
}

.tvh-hero-hours strong {
  color: var(--tvh-ink);
  font-size: 14px;
}

.tvh-hero-hours small {
  color: var(--tvh-muted);
  font-size: 14px;
}

.tvh-fast-facts {
  background: var(--tvh-line);
  border: 1px solid var(--tvh-line);
  border-radius: 18px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 40px;
  overflow: hidden;
}

.tvh-fast-facts > div {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  min-height: 205px;
  padding: 20px 14px;
  text-align: center;
}

.tvh-fast-facts > div > span {
  align-items: center;
  background: var(--tvh-primary-soft);
  border: 1px solid rgba(0, 102, 91, .18);
  border-radius: 13px;
  color: var(--tvh-primary);
  display: flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.tvh-fast-facts > div > span .tvh-icon {
  font-size: 22px;
}

.tvh-fast-facts p {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.7;
  margin: 0;
  width: 100%;
}

.tvh-fast-facts small,
.tvh-fast-facts em {
  color: var(--tvh-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.85;
}

.tvh-fast-facts strong {
  color: var(--tvh-ink);
  font-size: 15px;
  line-height: 1.7;
}

/* Single content guide and one-column layout */
.tvh-service-guide {
  background: #f3f8f7;
  border-bottom: 1px solid var(--tvh-line);
  padding: 42px 0;
  scroll-margin-top: 90px;
}

.tvh-single-layout {
  display: block;
  padding-bottom: 105px;
  padding-top: 72px;
}

.tvh-toc {
  display: grid;
  gap: 18px;
}

.tvh-toc__box,
.tvh-contact-card {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 20px;
  padding: 24px;
}

.tvh-toc__header {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.tvh-toc__header > span {
  align-items: center;
  background: var(--tvh-accent-soft);
  border-radius: 12px;
  color: var(--tvh-accent-dark);
  display: flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
}

.tvh-toc__header strong {
  color: var(--tvh-ink);
  display: block;
  font-size: 20px;
  line-height: 1.55;
}

.tvh-toc__header p {
  color: #536966;
  font-size: 14px;
  line-height: 1.8;
  margin: 2px 0 0;
}

.tvh-toc nav {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tvh-toc nav a {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid var(--tvh-line);
  border-radius: 11px;
  color: #405a56;
  display: flex;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.7;
  min-height: 50px;
  padding: 9px 15px 9px 38px;
  position: relative;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tvh-toc nav a::before {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  color: var(--tvh-accent-dark);
  content: "";
  height: 7px;
  position: absolute;
  left: 17px;
  top: 19px;
  transform: rotate(-45deg);
  width: 7px;
}

.tvh-toc nav a:hover,
.tvh-toc nav a.is-active {
  background: var(--tvh-primary);
  border-color: var(--tvh-primary);
  color: #fff;
  font-weight: 800;
  transform: translateY(-1px);
}

.tvh-toc nav a.is-active::before {
  border-color: #fff;
  color: #fff;
}

.tvh-contact-card {
  align-items: center;
  background: linear-gradient(145deg, var(--tvh-primary), var(--tvh-primary-dark));
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.tvh-contact-card__icon {
  align-items: center;
  background: var(--tvh-accent);
  border-radius: 14px;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.tvh-contact-card__content strong {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.6;
}

.tvh-contact-card__content p {
  color: #fff;
  font-size: 14px;
  margin: 3px 0 0;
  opacity: .9;
}

.tvh-contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tvh-contact-card__actions a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 11px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
  min-height: 46px;
  padding: 8px 14px;
  transition: background .2s ease, border-color .2s ease;
}

.tvh-contact-card__actions a:hover,
.tvh-contact-card__actions a:focus-visible {
  background: rgba(255, 255, 255, .14);
  border-color: #fff;
  color: #fff !important;
}

.tvh-contact-card__actions b {
  border-right: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
  font-size: 14px;
  padding-right: 9px;
  white-space: nowrap;
}

.tvh-contact-card__map {
  align-items: center;
  display: flex !important;
  gap: 5px;
  opacity: 1;
}

.tvh-service-content {
  margin-inline: auto;
  max-width: 980px;
  min-width: 0;
  width: 100%;
}

.tvh-content-section {
  border-bottom: 1px solid var(--tvh-line);
  padding: 17px 0 72px;
  scroll-margin-top: 95px;
}

.tvh-content-section + .tvh-content-section {
  padding-top: 68px;
}

.tvh-content-heading {
  margin-bottom: 28px;
  max-width: 820px;
}

.tvh-content-heading > span {
  align-items: center;
  color: var(--tvh-accent-dark);
  display: flex;
  font-size: 14px;
  font-weight: 850;
  gap: 8px;
  margin-bottom: 8px;
}

.tvh-content-heading > span::before {
  background: var(--tvh-accent);
  border-radius: 999px;
  content: "";
  height: 3px;
  width: 24px;
}

.tvh-content-heading h2,
.tvh-flex-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.tvh-content-heading p {
  color: var(--tvh-muted);
  font-size: 14px;
  margin: 0;
}

.tvh-prose {
  color: var(--tvh-text);
  font-size: 16px;
  line-height: 2.15;
}

.tvh-prose > :first-child {
  margin-top: 0;
}

.tvh-prose > :last-child {
  margin-bottom: 0;
}

.tvh-prose h3,
.tvh-prose h4 {
  margin-bottom: 8px;
  margin-top: 30px;
}

.tvh-prose a {
  color: var(--tvh-primary);
  text-decoration: underline;
  text-decoration-color: rgba(0, 102, 91, .25);
  text-underline-offset: 4px;
}

.tvh-prose ul,
.tvh-prose ol {
  padding-right: 22px;
}

.tvh-prose li::marker {
  color: var(--tvh-accent);
}

.tvh-section-image {
  aspect-ratio: 16 / 8.3;
  border-radius: var(--tvh-radius);
  margin-top: 30px;
  object-fit: cover;
  width: 100%;
}

.tvh-video {
  background: var(--tvh-ink);
  border-radius: var(--tvh-radius);
  margin-top: 28px;
  overflow: hidden;
}

.tvh-video .wp-video,
.tvh-video video {
  width: 100% !important;
}

.tvh-key-points {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}

.tvh-key-points article {
  align-items: flex-start;
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 15px;
  display: flex;
  gap: 11px;
  padding: 17px;
}

.tvh-key-points article > span {
  align-items: center;
  background: var(--tvh-accent-soft);
  border-radius: 8px;
  color: var(--tvh-accent-dark);
  display: flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.tvh-key-points h3 {
  font-size: 15px;
  margin: 0 0 3px;
}

.tvh-key-points p {
  color: var(--tvh-muted);
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}

.tvh-condition-grid,
.tvh-feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 25px;
}

.tvh-condition-grid article,
.tvh-feature-grid article {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.tvh-condition-grid article {
  padding-right: 34px;
}

.tvh-condition-grid__dot {
  background: var(--tvh-primary);
  border: 4px solid var(--tvh-primary-soft);
  border-radius: 50%;
  height: 13px;
  position: absolute;
  right: 13px;
  top: 27px;
  width: 13px;
}

.tvh-condition-grid article[data-urgency="urgent"] .tvh-condition-grid__dot,
.tvh-condition-grid article[data-urgency="emergency"] .tvh-condition-grid__dot {
  background: var(--tvh-danger);
  border-color: #faeaea;
}

.tvh-condition-grid h3,
.tvh-feature-grid h3 {
  font-size: 15px;
  margin: 0 0 6px;
}

.tvh-condition-grid p,
.tvh-feature-grid p {
  color: var(--tvh-muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.tvh-condition-grid strong,
.tvh-feature-grid strong {
  color: var(--tvh-primary);
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.tvh-feature-grid article > span {
  align-items: center;
  background: var(--tvh-primary-soft);
  border-radius: 10px;
  color: var(--tvh-primary);
  display: flex;
  height: 38px;
  justify-content: center;
  margin-bottom: 13px;
  width: 38px;
}

/* Warning and inline CTA */
.tvh-warning-section {
  background: #fffafa;
  border: 1px solid #f1dddd;
  border-radius: var(--tvh-radius);
  margin: 60px 0 0;
  padding: 34px !important;
}

.tvh-warning-list {
  display: grid;
  gap: 10px;
}

.tvh-warning-list article {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #eddada;
  border-radius: 13px;
  display: flex;
  gap: 12px;
  padding: 16px;
}

.tvh-warning-list article > span {
  color: var(--tvh-danger);
  padding-top: 2px;
}

.tvh-warning-list h3 {
  font-size: 15px;
  margin: 0 0 3px;
}

.tvh-warning-list p {
  color: var(--tvh-muted);
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}

.tvh-warning-list strong {
  color: var(--tvh-danger-dark);
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.tvh-disclaimer {
  align-items: flex-start;
  background: #fff;
  border: 1px dashed #e7caca;
  border-radius: 12px;
  color: var(--tvh-danger-dark);
  display: flex;
  font-size: 14px;
  gap: 8px;
  margin: 16px 0 0;
  padding: 12px;
}

.tvh-inline-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--tvh-primary-soft), #f8fcfb);
  border: 1px solid rgba(0, 102, 91, .18);
  border-radius: 19px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto;
  margin: 28px 0 10px;
  padding: 23px;
}

.tvh-inline-cta,
.tvh-inline-cta h3,
.tvh-inline-cta p {
  color: var(--tvh-ink);
}

.tvh-inline-cta > div > span {
  color: var(--tvh-accent-dark);
  font-size: 14px;
  font-weight: 850;
}

.tvh-inline-cta h3 {
  font-size: 18px;
  margin: 3px 0;
}

.tvh-inline-cta p {
  color: #536966;
  font-size: 14px;
  margin: 3px 0 0;
}

.tvh-inline-cta__actions {
  display: flex;
  gap: 8px;
}

.tvh-inline-cta--emergency {
  background: #fff4f4;
  border-color: #efd0d0;
}

/* Process, equipment, checklists */
.tvh-process-list {
  position: relative;
}

.tvh-process-list::before {
  background: var(--tvh-line);
  bottom: 30px;
  content: "";
  position: absolute;
  right: 23px;
  top: 30px;
  width: 1px;
}

.tvh-process-list article {
  display: grid;
  gap: 18px;
  grid-template-columns: 48px 1fr;
  padding-bottom: 24px;
  position: relative;
}

.tvh-process-list__number {
  align-items: center;
  background: #fff;
  border: 2px solid var(--tvh-accent);
  border-radius: 50%;
  color: var(--tvh-accent-dark);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.tvh-process-list article > div {
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 15px;
  padding: 18px;
}

.tvh-process-list h3 {
  font-size: 15px;
  margin: 0 0 5px;
}

.tvh-process-list p {
  color: var(--tvh-muted);
  font-size: 14px;
  margin-bottom: 8px;
}

.tvh-process-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tvh-process-list__meta span {
  background: #fff;
  border-radius: 7px;
  color: var(--tvh-muted);
  font-size: 14px;
  padding: 5px 8px;
}

.tvh-equipment-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 25px;
}

.tvh-equipment-grid article {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.tvh-equipment-grid article > div {
  padding: 20px;
}

.tvh-equipment-grid__image {
  border-radius: 0;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.tvh-equipment-grid h3 {
  font-size: 19px;
  margin: 0 0 8px;
}

.tvh-equipment-grid p,
.tvh-equipment-grid strong,
.tvh-equipment-grid small {
  display: block;
  font-size: 14px;
  line-height: 1.95;
  margin: 0;
}

.tvh-equipment-grid p,
.tvh-equipment-grid small {
  color: var(--tvh-muted);
}

.tvh-equipment-grid strong {
  color: var(--tvh-primary);
  margin-top: 5px;
}

.tvh-protocols {
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 17px;
  margin-top: 20px;
  padding: 20px;
}

.tvh-protocols > h3 {
  font-size: 16px;
  margin-bottom: 14px;
}

.tvh-protocols > div {
  align-items: flex-start;
  display: flex;
  gap: 9px;
  margin-top: 10px;
}

.tvh-protocols > div > span {
  color: var(--tvh-primary);
}

.tvh-protocols p {
  color: var(--tvh-muted);
  font-size: 14px;
  margin: 0;
}

.tvh-protocols strong,
.tvh-protocols small {
  color: var(--tvh-ink);
  display: block;
}

.tvh-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}

.tvh-gallery figure {
  border-radius: 12px;
  margin: 0;
  overflow: hidden;
}

.tvh-gallery figure:nth-child(1),
.tvh-gallery figure:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.tvh-gallery img {
  height: 100%;
  min-height: 145px;
  object-fit: cover;
  width: 100%;
}

.tvh-checklist-columns {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.tvh-checklist-columns > div {
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 17px;
  padding: 19px;
}

.tvh-checklist-columns h3 {
  font-size: 16px;
  margin-bottom: 14px;
}

.tvh-checklist-columns article {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-top: 11px;
}

.tvh-checklist-columns article > span {
  color: var(--tvh-primary);
  margin-top: 2px;
}

.tvh-checklist-columns p {
  color: var(--tvh-muted);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.tvh-checklist-columns strong {
  color: var(--tvh-ink);
  font-size: 14px;
}

.tvh-checklist-columns em {
  background: #fff0f0;
  border-radius: 5px;
  color: var(--tvh-danger);
  font-size: 14px;
  font-style: normal;
  margin-right: 5px;
  padding: 2px 5px;
}

.tvh-checklist-columns small {
  color: var(--tvh-primary);
}

/* Aftercare, comparison, expert */
.tvh-aftercare-timeline {
  display: grid;
  gap: 11px;
}

.tvh-aftercare-timeline article {
  align-items: flex-start;
  border: 1px solid var(--tvh-line);
  border-radius: 15px;
  display: flex;
  gap: 12px;
  padding: 17px;
}

.tvh-aftercare-timeline article > span {
  align-items: center;
  background: var(--tvh-primary-soft);
  border-radius: 9px;
  color: var(--tvh-primary);
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.tvh-aftercare-timeline h3 {
  font-size: 15px;
  margin: 0 0 4px;
}

.tvh-aftercare-timeline p,
.tvh-aftercare-timeline small,
.tvh-aftercare-timeline strong {
  display: block;
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}

.tvh-aftercare-timeline p,
.tvh-aftercare-timeline small {
  color: var(--tvh-muted);
}

.tvh-aftercare-timeline strong {
  color: var(--tvh-danger-dark);
  margin-top: 5px;
}

.tvh-outcomes {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

.tvh-outcomes article {
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 15px;
  padding: 18px;
}

.tvh-outcomes article > span {
  color: var(--tvh-primary);
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 7px;
}

.tvh-outcomes .tvh-prose {
  font-size: 14px;
}

.tvh-table-wrap {
  border: 1px solid var(--tvh-line);
  border-radius: 16px;
  overflow-x: auto;
}

.tvh-comparison-table {
  border-collapse: collapse;
  font-size: 14px;
  min-width: 700px;
  width: 100%;
}

.tvh-comparison-table th,
.tvh-comparison-table td {
  border-bottom: 1px solid var(--tvh-line);
  padding: 14px;
  text-align: right;
  vertical-align: top;
}

.tvh-comparison-table thead th {
  background: var(--tvh-primary);
  color: #fff;
  font-weight: 850;
}

.tvh-comparison-table tbody th {
  color: var(--tvh-ink);
  font-weight: 800;
}

.tvh-comparison-table tbody tr:nth-child(even) {
  background: var(--tvh-bg);
}

.tvh-expert-section {
  background: linear-gradient(145deg, #f8fcfb, var(--tvh-primary-soft));
  border: 1px solid rgba(0, 102, 91, .18);
  border-radius: var(--tvh-radius);
  margin-top: 65px;
  padding: 34px !important;
}

.tvh-doctor-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 18px;
  display: grid;
  gap: 18px;
  grid-template-columns: 120px 1fr;
  padding: 16px;
}

.tvh-doctor-card__photo {
  align-items: center;
  background: var(--tvh-primary-soft);
  border-radius: 14px;
  color: var(--tvh-primary);
  display: flex;
  height: 135px;
  justify-content: center;
  overflow: hidden;
}

.tvh-doctor-card__photo svg {
  height: 44px;
  opacity: .5;
  width: 44px;
}

.tvh-doctor-card__photo .tvh-icon {
  font-size: 44px;
  opacity: .5;
}

.tvh-doctor-card__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvh-doctor-card > div > span {
  color: var(--tvh-primary);
  font-size: 14px;
  font-weight: 850;
}

.tvh-doctor-card h3 {
  font-size: 19px;
  margin: 3px 0;
}

.tvh-doctor-card p,
.tvh-doctor-card > div > div {
  color: var(--tvh-muted);
  font-size: 14px;
  margin: 0;
}

.tvh-doctor-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px !important;
}

.tvh-doctor-card__meta span {
  background: var(--tvh-bg);
  border-radius: 6px;
  padding: 3px 7px;
}

.tvh-expert-notes {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.tvh-expert-notes article {
  background: #fff;
  border: 1px solid var(--tvh-line);
  border-radius: 17px;
  display: grid;
  gap: 15px;
  grid-template-columns: 42px 1fr;
  padding: 20px;
}

.tvh-expert-notes article[data-design="warning"] {
  border-color: #e8caca;
}

.tvh-expert-notes__icon {
  align-items: center;
  background: var(--tvh-accent-soft);
  border-radius: 10px;
  color: #916c08;
  display: flex;
  height: 42px;
  justify-content: center;
}

.tvh-expert-notes h3 {
  font-size: 16px;
  margin: 0 0 6px;
}

.tvh-expert-notes__summary {
  color: var(--tvh-primary);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.tvh-expert-notes .tvh-prose {
  font-size: 14px;
}

.tvh-expert-notes strong,
.tvh-expert-notes small {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}

.tvh-expert-notes strong {
  color: var(--tvh-primary);
}

.tvh-expert-notes small {
  color: var(--tvh-danger-dark);
}

.tvh-evidence-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, 1fr);
}

.tvh-evidence-grid article {
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 15px;
  padding: 18px;
}

.tvh-evidence-grid article > strong {
  color: var(--tvh-primary);
  display: block;
  font-size: 25px;
}

.tvh-evidence-grid article > strong small {
  font-size: 14px;
  margin-right: 3px;
}

.tvh-evidence-grid h3 {
  font-size: 14px;
  margin: 2px 0 5px;
}

.tvh-evidence-grid p,
.tvh-evidence-grid a {
  color: var(--tvh-muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.tvh-evidence-grid a {
  color: var(--tvh-primary);
  display: inline-block;
  margin-top: 6px;
}

/* Flexible, FAQ and sources */
.tvh-flex-section {
  display: grid;
  gap: 28px;
}

.tvh-flex-section--image_right,
.tvh-flex-section--image_left {
  display: block;
}

.tvh-flex-section--image_right.tvh-flex-section--has-image,
.tvh-flex-section--image_left.tvh-flex-section--has-image {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tvh-flex-section--image_left.tvh-flex-section--has-image > div {
  order: 2;
}

.tvh-flex-section--image_left.tvh-flex-section--has-image > img {
  order: 1;
}

.tvh-flex-section--primary,
.tvh-flex-section--dark,
.tvh-flex-section--emergency {
  border: 0;
  border-radius: var(--tvh-radius);
  margin: 50px 0 0;
  padding: 34px !important;
}

.tvh-flex-section--primary {
  background: var(--tvh-primary-soft);
  color: var(--tvh-ink);
}

.tvh-flex-section--dark {
  background: var(--tvh-ink);
  color: #fff;
}

.tvh-flex-section--emergency {
  background: #fff3f3;
  color: var(--tvh-danger-dark);
}

.tvh-flex-section--primary h2,
.tvh-flex-section--primary .tvh-prose,
.tvh-flex-section--emergency h2,
.tvh-flex-section--emergency .tvh-prose {
  color: inherit;
}

.tvh-flex-section--dark h2,
.tvh-flex-section--dark .tvh-prose {
  color: #fff;
}

.tvh-flex-section__image {
  border-radius: 18px;
  max-height: 430px;
  object-fit: cover;
  width: 100%;
}

.tvh-faq-section__header {
  align-items: center;
  margin-bottom: 25px;
}

.tvh-faq-section__header--has-image {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 180px;
}

.tvh-faq-section__header h2 {
  margin-bottom: 8px;
}

.tvh-faq-section__header p {
  color: var(--tvh-muted);
  font-size: 14px;
  margin: 0;
}

.tvh-faq-section__image {
  border-radius: 16px;
  height: 125px;
  object-fit: cover;
  width: 180px;
}

.tvh-faq-section .tvh-accordion details > .tvh-prose {
  font-size: 14px;
}

.tvh-sources {
  border-bottom: 1px solid var(--tvh-line);
  padding: 24px 0;
}

.tvh-sources summary {
  color: var(--tvh-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
}

.tvh-sources ol {
  color: var(--tvh-muted);
  font-size: 14px;
  padding-right: 20px;
}

.tvh-sources a {
  color: var(--tvh-primary);
}

.tvh-sources small {
  display: block;
}

.tvh-internal-links {
  padding: 40px 0 0;
}

.tvh-internal-links h2 {
  font-size: 19px;
  margin-bottom: 14px;
}

.tvh-internal-links > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tvh-internal-links a {
  align-items: center;
  background: var(--tvh-bg);
  border: 1px solid var(--tvh-line);
  border-radius: 10px;
  color: var(--tvh-primary);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
  padding: 8px 11px;
}

.tvh-internal-links a:hover {
  background: var(--tvh-primary-soft);
  border-color: rgba(0, 102, 91, .3);
}

/* Related and final CTA */
.tvh-related-services {
  background: var(--tvh-bg);
  padding: 90px 0;
}

.tvh-related-services .tvh-section-heading {
  margin-bottom: 34px;
}

.tvh-service-grid--related .tvh-service-card__media {
  height: 190px;
}

.tvh-final-cta {
  background: var(--tvh-ink);
  color: #fff;
  padding: 70px 0;
}

.tvh-final-cta__inner {
  align-items: center;
  display: grid;
  gap: clamp(35px, 7vw, 90px);
  grid-template-columns: 1.25fr .75fr;
}

.tvh-final-cta__content > span {
  color: #e8be4d;
  font-size: 14px;
  font-weight: 850;
}

.tvh-final-cta h2 {
  color: #fff;
  font-size: 40px;
  margin: 6px 0 10px;
}

.tvh-final-cta p {
  font-size: 14px;
  margin: 0;
  max-width: 720px;
  opacity: .76;
}

.tvh-final-cta address {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-style: normal;
  gap: 7px;
  margin-top: 19px;
  opacity: .75;
}

.tvh-final-cta__media {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  color: rgba(255, 255, 255, .5);
  display: flex;
  height: 290px;
  justify-content: center;
  overflow: hidden;
}

.tvh-final-cta__media > svg {
  height: 70px;
  width: 70px;
}

.tvh-final-cta__media > .tvh-icon {
  font-size: 70px;
}

.tvh-final-cta__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvh-mobile-actions {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.tvh-services :focus-visible {
  outline: 3px solid rgba(213, 157, 0, .52);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tvh-archive-hero__grid,
  .tvh-single-hero__grid {
    gap: 45px;
    grid-template-columns: 1fr 420px;
  }

  .tvh-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvh-care-path__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tvh-fast-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {
  .tvh-archive-hero__grid,
  .tvh-single-hero__grid {
    grid-template-columns: 1fr;
  }

  .tvh-archive-visual,
  .tvh-single-hero__media {
    margin-inline: auto;
    max-width: 600px;
    width: 100%;
  }

  .tvh-filter-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .tvh-search-field {
    flex-basis: auto;
  }

  .tvh-emergency-cta__inner {
    grid-template-columns: auto 1fr;
  }

  .tvh-emergency-cta__actions {
    flex-direction: row;
    grid-column: 1 / -1;
    margin-right: 100px;
  }

  .tvh-archive-faq__grid {
    grid-template-columns: 1fr;
  }

  .tvh-single-layout {
    display: block;
    padding-top: 58px;
  }

  .tvh-service-guide {
    padding: 34px 0;
  }

  .tvh-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvh-contact-card {
    grid-template-columns: auto 1fr;
  }

  .tvh-contact-card__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .tvh-single-hero__grid {
    gap: 30px;
  }

  .tvh-single-hero__media {
    order: 1;
  }

  .tvh-single-hero__content {
    order: 2;
  }
}

@media (max-width: 680px) {
  .tvh-services {
    font-size: 15px;
    padding-bottom: 66px;
  }

  .tvh-container {
    padding-inline: 16px;
  }

  .tvh-archive-hero,
  .tvh-single-hero {
    padding-top: 22px;
  }

  .tvh-breadcrumb {
    margin-bottom: 22px;
  }

  .tvh-archive-hero h1,
  .tvh-single-hero h1 {
    font-size: 34px;
  }

  .tvh-lead {
    font-size: 16px;
  }

  .tvh-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tvh-button {
    width: 100%;
  }

  .tvh-button__phone {
    margin-right: auto;
  }

  .tvh-service-guide {
    padding: 26px 0;
  }

  .tvh-toc__box,
  .tvh-contact-card {
    padding: 18px;
  }

  .tvh-toc__header strong {
    font-size: 18px;
  }

  .tvh-toc nav {
    grid-template-columns: 1fr;
  }

  .tvh-contact-card {
    align-items: start;
    grid-template-columns: auto 1fr;
  }

  .tvh-contact-card__actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .tvh-contact-card__actions a {
    justify-content: center;
    width: 100%;
  }

  .tvh-archive-visual {
    height: 350px;
  }

  .tvh-archive-visual__main {
    border-width: 5px;
    height: 300px;
    inset: 20px 15px auto 35px;
  }

  .tvh-archive-visual__small {
    height: 95px;
    width: 105px;
  }

  .tvh-archive-visual__badge {
    bottom: 12px;
    left: 12px;
  }

  .tvh-stats-strip {
    border-radius: 16px 16px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .tvh-stats-strip > div {
    padding: 15px 8px;
  }

  .tvh-stats-strip > div::after {
    display: none;
  }

  .tvh-stats-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--tvh-line);
  }

  .tvh-stats-strip > div:nth-child(odd) {
    border-left: 1px solid var(--tvh-line);
  }

  .tvh-services-browser,
  .tvh-archive-faq {
    padding: 75px 0;
  }

  .tvh-service-grid,
  .tvh-care-path__grid,
  .tvh-condition-grid,
  .tvh-feature-grid,
  .tvh-key-points,
  .tvh-equipment-grid,
  .tvh-checklist-columns,
  .tvh-outcomes,
  .tvh-evidence-grid {
    grid-template-columns: 1fr;
  }

  .tvh-service-card__media {
    height: 215px;
  }

  .tvh-emergency-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tvh-emergency-cta__icon {
    margin-inline: auto;
  }

  .tvh-emergency-cta__actions {
    flex-direction: column;
    margin: 0;
  }

  .tvh-single-hero__media,
  .tvh-single-hero__media figure {
    height: 340px;
    min-height: 340px;
  }

  .tvh-hero-hours {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .tvh-fast-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .tvh-fast-facts > div {
    border-bottom: 0;
    min-height: 190px;
    padding: 18px 12px;
  }

  .tvh-content-section {
    padding-bottom: 55px;
  }

  .tvh-content-section + .tvh-content-section {
    padding-top: 52px;
  }

  .tvh-warning-section,
  .tvh-expert-section,
  .tvh-flex-section--primary,
  .tvh-flex-section--dark,
  .tvh-flex-section--emergency {
    padding: 22px !important;
  }

  .tvh-inline-cta {
    grid-template-columns: 1fr;
  }

  .tvh-inline-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tvh-equipment-grid article {
    display: flex;
  }

  .tvh-equipment-grid__image {
    height: 190px;
    width: 100%;
  }

  .tvh-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .tvh-doctor-card {
    align-items: start;
    grid-template-columns: 82px 1fr;
  }

  .tvh-doctor-card__photo {
    height: 95px;
  }

  .tvh-flex-section--image_right,
  .tvh-flex-section--image_left,
  .tvh-faq-section__header {
    grid-template-columns: 1fr;
  }

  .tvh-flex-section--image_left > div,
  .tvh-flex-section--image_left > img {
    order: initial;
  }

  .tvh-faq-section__image {
    height: 190px;
    width: 100%;
  }

  .tvh-related-services {
    padding: 70px 0;
  }

  .tvh-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .tvh-final-cta__media {
    height: 230px;
  }

  .tvh-mobile-actions {
    align-items: stretch;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--tvh-line);
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(0, 53, 47, .12);
    display: flex;
    left: 0;
    padding: 7px 10px max(7px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 9998;
  }

  .tvh-mobile-actions a {
    align-items: center;
    color: var(--tvh-primary);
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 14px;
    font-weight: 850;
    gap: 2px;
    justify-content: center;
    min-height: 48px;
  }

  .tvh-mobile-actions a:not(:last-child) {
    border-left: 1px solid var(--tvh-line);
  }

  .tvh-mobile-actions svg {
    height: 20px;
    width: 20px;
  }

  .tvh-mobile-actions .tvh-icon {
    font-size: 20px;
  }
}

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

@media print {
  .tvh-toc,
  .tvh-hero-actions,
  .tvh-mobile-actions,
  .tvh-filter-panel,
  .tvh-emergency-cta__actions {
    display: none !important;
  }

  .tvh-single-layout {
    display: block;
  }

  .tvh-services {
    color: #111;
    font-size: 16px;
  }
}
