.clinic-header {
  --ink: #172026;
  --ivory: #eee9e1;
  --brass: #a98c5f;
  --brass-light: #d0b685;
  --display: "Baskerville Old Face", "Iowan Old Style", Garamond, "Times New Roman", serif;
  --sans: "Gill Sans MT", "Segoe UI", sans-serif;
  position: relative;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  height: 92px;
  padding: 0 clamp(28px, 3.6vw, 64px);
  color: var(--ink);
  background: linear-gradient(180deg, #f4efe6 0%, #ebe3d6 100%);
  border-bottom: 1px solid rgba(169, 140, 95, 0.42);
  box-shadow: inset 0 -1px 0 rgba(255, 252, 246, 0.55);
  font-family: var(--sans);
}

.clinic-header a,
.clinic-header button {
  color: inherit;
  font: inherit;
}

.clinic-header__brand img {
  display: block;
  width: min(208px, 16.5vw);
  max-width: 220px;
  height: auto;
  filter: none;
}

.clinic-header__nav {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  justify-content: center;
  gap: clamp(4px, 0.6vw, 14px);
  height: 100%;
}

.clinic-header__nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 12px;
  text-decoration: none;
}

.clinic-header__nav small {
  color: var(--brass);
  font-family: var(--display);
  font-size: clamp(8px, 0.538vw, 12px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.clinic-header__nav span {
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(11px, 0.718vw, 16px);
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.clinic-header__nav a[aria-current="page"] span,
.clinic-header__nav a:hover span {
  color: #11191e;
}

.clinic-header__nav a {
  position: relative;
}

.clinic-header__nav a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--brass);
  transform: translateX(-50%);
  transition: width 240ms ease;
}

.clinic-header__nav a[aria-current="page"]::after,
.clinic-header__nav a:hover::after {
  width: 30px;
}

.clinic-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 100%;
}

.clinic-header__wa {
  display: grid;
  width: 38px;
  height: 44px;
  place-items: center;
  color: #6e5736;
  text-decoration: none;
}

.clinic-header .whatsapp-icon {
  width: 25px;
  height: 25px;
  overflow: visible;
}

.clinic-header .whatsapp-icon__ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.clinic-header .whatsapp-icon__fill {
  fill: currentColor;
  stroke: none;
}

.clinic-header__socials {
  display: none;
}

.clinic-header__social {
  display: grid;
  width: 28px;
  height: 36px;
  place-items: center;
  color: var(--ink);
}

.clinic-header__social--ig svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
}

.clinic-header__social--ig .ig-dot {
  fill: currentColor;
  stroke: none;
}

.clinic-header__social--tt svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.clinic-lang {
  position: relative;
}

.clinic-lang__now,
.clinic-lang__menu button {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  background: none;
  border: 0;
}

.clinic-lang__now {
  height: 36px;
}

.clinic-lang__now em,
.clinic-lang__menu em {
  font: italic 400 14px/1 var(--display);
}

.clinic-lang__disc {
  display: grid;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(169, 140, 95, 0.7);
}

.clinic-lang__disc svg {
  width: 100%;
  height: 100%;
}

.clinic-lang__chev {
  width: 8px;
  height: 5px;
  fill: none;
  stroke: var(--brass);
  stroke-width: 1.2;
}

.clinic-lang.is-open .clinic-lang__chev {
  transform: rotate(180deg);
}

.clinic-lang__menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 8;
  display: none;
  min-width: 128px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #f4efe6;
  border: 1px solid rgba(23, 32, 38, 0.14);
}

.clinic-lang.is-open .clinic-lang__menu {
  display: grid;
}

.clinic-lang__menu button {
  width: 100%;
  height: 36px;
  padding: 0 12px;
}

.clinic-lang__menu button[aria-selected="true"] {
  box-shadow: inset 2px 0 0 var(--brass);
}

.clinic-header .clinic-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 102px;
  height: 44px;
  padding: 0 14px;
  background: #22282d;
  border: 1px solid rgba(204, 174, 123, 0.76);
  color: #f3eee7;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.clinic-header__menu i {
  display: grid;
  gap: 5px;
  width: 22px;
}

.clinic-header__menu b {
  display: block;
  height: 1.5px;
  background: var(--brass-light);
}

.clinic-overlay {
  position: fixed;
  z-index: 200;
  inset: 0;
  overflow: auto;
  color: #eee9e1;
  background: #22292f;
  opacity: 0;
  visibility: hidden;
  font-family: "Gill Sans MT", "Segoe UI", sans-serif;
}

.clinic-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.clinic-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(207, 179, 129, 0.23);
}

.clinic-overlay__top img {
  width: 180px;
  filter: invert(92%) sepia(8%) saturate(220%);
}

.clinic-overlay__close {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  color: #eee9e1;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.clinic-overlay__close i {
  position: relative;
  width: 44px;
  height: 44px;
}

.clinic-overlay__close i::before,
.clinic-overlay__close i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #d0b685;
}

.clinic-overlay__close i::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.clinic-overlay__close i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.clinic-overlay__nav {
  display: grid;
  padding: 28px 20px 50px;
}

.clinic-overlay__nav a {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  min-height: 66px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(238, 233, 225, 0.12);
}

.clinic-overlay__nav small {
  color: #d0b685;
  font-size: 11px;
}

.clinic-overlay__nav span {
  font-family: "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 28px;
}

.clinic-overlay__contact {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 25px 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(238, 233, 225, 0.13);
  border-bottom: 1px solid rgba(238, 233, 225, 0.13);
}

.clinic-overlay__contact .whatsapp-icon {
  width: 28px;
  height: 28px;
  color: #d0b685;
}

.clinic-overlay__contact .whatsapp-icon__ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.clinic-overlay__contact .whatsapp-icon__fill {
  fill: currentColor;
}

.clinic-overlay__contact b {
  display: block;
  font-family: "Baskerville Old Face", Garamond, serif;
  font-size: 23px;
  font-weight: 400;
}

.clinic-overlay__contact small {
  color: rgba(238, 233, 225, 0.45);
}

body.clinic-menu-open {
  overflow: hidden;
}

.picker,
header.site {
  display: none !important;
}

html.is-embed body {
  padding-top: 0 !important;
}

html.is-embed .clinic-header,
html.is-embed .clinic-overlay,
html.is-embed #clinic-header-root {
  display: none !important;
}

@media (max-width: 1199px) {
  .clinic-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 80;
    gap: 12px;
    height: 60px;
    padding: 0 10px 0 16px;
    background: rgba(244, 239, 230, 0.94);
  }

  .clinic-header.is-scrolled {
    background: #f4efe6;
  }

  .clinic-header__brand img {
    width: auto;
    max-width: 210px;
    height: 46px;
  }

  .clinic-header__nav,
  .clinic-header__wa {
    display: none;
  }

  .clinic-header__socials {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .clinic-header .clinic-header__menu {
    width: 44px;
    min-width: 44px;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: var(--ink);
  }

  .clinic-header__menu span {
    display: none;
  }

  .clinic-header__menu i {
    width: 18px;
  }

  .clinic-header__menu b {
    height: 1.15px;
    background: currentColor;
  }

  body {
    padding-top: 60px;
  }
}
