/* One site shell, shared by every public page. */
#recho-header,
#recho-footer {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: normal;
}
#recho-header *,
#recho-footer * {
  box-sizing: border-box;
}
#recho-header a,
#recho-footer a {
  text-decoration: none;
  letter-spacing: normal;
}
#recho-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  width: 100%;
  height: 84px;
  background: #fff !important;
  color: #374151;
  z-index: 1000;
  box-shadow: 0 1px 0 #e5e3df !important;
}
#recho-header > .container {
  max-width: 1248px !important;
  width: 100%;
  margin: auto !important;
  padding: 0 24px !important;
  height: 84px !important;
  display: flex;
  align-items: center;
}
#recho-header > .container > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
#recho-header > .container > div > a {
  display: flex;
  align-items: center;
  flex: 0 0 205px;
  width: 205px;
  height: 84px;
  overflow: hidden;
}
#recho-header > .container > div > a img {
  height: 158px !important;
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0;
  object-fit: contain;
}
#recho-header > .container > div > div.hidden {
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 0;
}
#recho-header > .container > div > div.hidden > * {
  margin: 0 !important;
}
#recho-header .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #374151;
  white-space: nowrap;
  padding: 12px 0;
}
#recho-header a:hover {
  color: #c73a28;
}
#recho-header .nav-item {
  position: relative;
}
#recho-header .nav-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14px;
}
#recho-header .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 310px;
  min-width: 310px;
  margin: 0;
  padding: 8px;
  background: white;
  border: 1px solid #e6e0d9;
  border-radius: 4px;
  box-shadow: 0 10px 24px #00000012;
  z-index: 1100;
}
#recho-header .nav-item:hover .dropdown,
#recho-header .nav-item:focus-within .dropdown {
  display: block;
}
#recho-header .dropdown a {
  display: block;
  padding: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}
#recho-header .dropdown a:hover {
  background: #fff4ee;
  color: #ba3322;
}
#recho-header a.bg-recho-blue {
  background: #2563eb !important;
  color: white !important;
  font-weight: 500;
  border-radius: 24px;
  padding: 9px 24px;
  white-space: nowrap;
  box-shadow: none !important;
  font-size: 15px;
}
#recho-header a.bg-recho-blue:hover {
  background: #1d4ed8 !important;
}
#recho-header > .container > div > .md\:hidden {
  display: none;
}
#recho-header #mobile-menu,
#recho-header #mobile-menu-overlay {
  display: none;
}
#recho-footer {
  background: #111827 !important;
  color: #fff !important;
  padding: 64px 0 32px !important;
  margin: 0 !important;
}
#recho-footer > .container {
  max-width: 1248px !important;
  padding: 0 24px !important;
  margin: auto !important;
  width: 100%;
}
#recho-footer > .container > .grid {
  display: grid !important;
  grid-template-columns: 1.25fr 1.2fr 0.8fr 0.9fr !important;
  gap: 42px !important;
  margin: 0 0 40px !important;
}
#recho-footer h3 {
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  font-weight: 600 !important;
  margin: 0 0 20px !important;
  color: white !important;
}
#recho-footer p,
#recho-footer li,
#recho-footer a {
  font-size: 15px;
  line-height: 1.7;
}
#recho-footer p {
  color: #d1d5db;
  margin: 0 0 24px;
}
#recho-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d1d5db;
}
#recho-footer li {
  margin: 0 0 10px !important;
}
#recho-footer a {
  color: inherit;
}
#recho-footer a:hover {
  color: #ff785f;
}
#recho-footer .grid > div:first-child > div:first-child {
  height: 64px;
  position: relative;
  overflow: hidden;
  margin: 0 0 18px !important;
}
#recho-footer img {
  height: 158px !important;
  width: auto !important;
  max-width: none !important;
  position: absolute;
  left: 0;
  top: -48px;
}
#recho-footer .grid > div:first-child > .flex {
  display: flex;
  gap: 14px;
}
#recho-footer .grid > div:first-child > .flex a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1f2937;
  border-radius: 6px;
  margin: 0;
}
#recho-footer .border-t {
  border-top: 1px solid #374151;
  padding-top: 24px;
}
#recho-footer .border-t > .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#recho-footer .border-t p {
  margin: 0;
  font-size: 14px;
  color: #9ca3af;
}
#recho-footer .border-t a {
  font-size: 14px;
}
#recho-header :is(a, button):focus-visible,
#recho-footer a:focus-visible {
  outline: 3px solid #e6462f;
  outline-offset: 4px;
}
@media (max-width: 1279px) {
  #recho-header > .container > div > div.hidden {
    display: none !important;
  }
  #recho-header > .container > div > .md\:hidden {
    display: block !important;
  }
  #recho-header #mobile-menu-button {
    display: block;
    background: none;
    border: 0;
    color: #374151;
    padding: 12px;
    min-width: 48px;
    min-height: 48px;
    font-size: 24px;
    cursor: pointer;
  }
  #recho-header #mobile-menu {
    display: block;
    position: fixed;
    inset: 0 0 0 auto;
    width: min(340px, 100vw);
    height: 100dvh;
    background: #fff;
    z-index: 1200;
    transform: translateX(100%);
    visibility: hidden;
    transition:
      transform 0.2s,
      visibility 0.2s;
    box-shadow: -8px 0 24px #0002;
  }
  #recho-header #mobile-menu[data-open="true"] {
    transform: translateX(0);
    visibility: visible;
  }
  #recho-header #mobile-menu-overlay[data-open="true"] {
    display: block;
    position: fixed;
    inset: 0;
    background: #0007;
    z-index: 1100;
  }
  #recho-header #mobile-menu > div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #recho-header #mobile-menu > div > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #e5e7eb;
  }
  #recho-header #mobile-menu > div > .flex-1 {
    flex: 1;
    overflow: auto;
    padding: 18px 16px;
  }
  #recho-header #mobile-menu .flex-col {
    display: flex;
    flex-direction: column;
  }
  #recho-header #mobile-menu a.mobile-nav-link {
    display: block;
    padding: 12px;
    color: #374151;
    font-size: 16px;
  }
  #recho-header #mobile-menu > div > div:last-child {
    padding: 24px;
    border-top: 1px solid #e5e7eb;
  }
  #recho-header #mobile-menu .bg-recho-blue {
    display: block;
    text-align: center;
    padding: 14px;
  }
  #recho-header #mobile-menu-close {
    padding: 8px;
    min-width: 40px;
    min-height: 40px;
    cursor: pointer;
  }
  #recho-header #mobile-menu .mt-4 {
    margin-top: 16px;
    text-align: center;
  }

}
@media (max-width: 600px) {
  #recho-header > .container {
    padding: 0 24px !important;
  }
  #recho-footer > .container > .grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  #recho-footer .border-t > .flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  #recho-footer {
    padding-top: 48px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  #recho-header #mobile-menu {
    transition: none;
  }
}
#recho-header > .container {
  display: block !important;
}
#recho-header > .container > div {
  height: 84px;
  max-width: 100%;
  min-width: 0;
}
#recho-header > .container > div > a {
  flex: 0 0 238px;
  width: 238px;
}
#recho-header > .container > div > div.hidden {
  flex: 0 1 auto;
  min-width: 0;
}
@media (max-width: 600px) {
  #recho-header > .container > div > a {
    flex-basis: 220px;
    width: 220px;
  }
  #recho-header > .container > div > a img {
    height: 146px !important;
  }
}
#recho-header > .container > div {
  display: grid !important;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 28px;
}
#recho-header > .container > div > div.hidden {
  justify-content: flex-end;
  width: auto;
}
@media (max-width: 1279px) {
  #recho-header > .container > div {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 12px;
  }
}
#recho-header #mobile-menu-button:before {
  content: "☰";
  font:
    26px/1 Arial,
    sans-serif;
}
#recho-header #mobile-menu-close:before {
  content: "×";
  font:
    30px/1 Arial,
    sans-serif;
}
#recho-header #mobile-menu-button > i,
#recho-header #mobile-menu-close > i {
  display: none;
}

/* Narrow viewports and browser zoom: keep the menu button inside the header. */
@media (max-width: 600px) {
  #recho-header > .container > div > a {
    width: 100%;
    max-width: 220px;
    min-width: 0;
  }
  #recho-header > .container > div > a img {
    max-width: 220px !important;
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  #recho-footer > .container > .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }
}

/* Shared booking CTA: header, mobile navigation and page content. */
#recho-header a.recho-book-call,
.recho-content.rd-v2 a.recho-book-call {
  background: #2563eb !important;
  color: #fff !important;
  border-radius: 999px !important;
}
#recho-header a.recho-book-call:hover,
.recho-content.rd-v2 a.recho-book-call:hover {
  background: #1d4ed8 !important;
  color: #fff !important;
}
#recho-header a.recho-book-call:focus-visible,
.recho-content.rd-v2 a.recho-book-call:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 4px;
}

/* Keep footer content inside its columns at narrow widths and browser zoom. */
#recho-footer > .container > .grid > div {
  min-width: 0;
}
#recho-footer p,
#recho-footer li,
#recho-footer li a {
  overflow-wrap: anywhere;
}
#recho-footer .recho-footer-home {
  display: block;
  position: relative;
  width: 238px;
  max-width: 100%;
  height: 64px;
}
