:root {
  --nature-forest: #2f623a;
  --nature-deep: #173a29;
  --nature-cream: #fbf8f1;
  --nature-sage: #e7efe2;
  --nature-copy: #45574b;
  --nature-line: #dce5d9;
}

html {
  border-top: 2px solid var(--nature-forest);
  scroll-behavior: smooth;
}

body.nature-clinic-site {
  background: #fff;
  color: var(--nature-copy);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body.nature-clinic-site header.page_header,
body.nature-clinic-site footer:not(.nature-shell-footer) {
  display: none !important;
}

.nature-shell-announcement,
.nature-shell-header,
.nature-shell-footer,
.nature-shell-announcement *,
.nature-shell-header *,
.nature-shell-footer * {
  box-sizing: border-box;
}

.nature-shell-announcement {
  background: var(--nature-deep);
  min-height: 32px;
  padding: 7px 20px;
  text-align: center;
}

.nature-shell-announcement p {
  color: rgba(255, 255, 255, .94);
  font-size: 12px;
  letter-spacing: .045em;
  line-height: 1.5;
  margin: 0;
}

.nature-shell-announcement a { color: #fff; font-weight: 700; margin-left: 8px; }

.nature-shell-header {
  background: rgba(255, 255, 255, .985);
  border-bottom: 1px solid #e7ece5;
  box-shadow: 0 10px 32px rgba(21, 55, 37, .07);
  min-height: 104px;
  position: relative;
  z-index: 9999;
}

.nature-shell-header-inner {
  align-items: center;
  display: flex;
  gap: 22px;
  margin: 0 auto;
  min-height: 104px;
  width: min(1320px, calc(100% - 56px));
}

.nature-shell-logo { align-items: center; display: flex; flex: 0 0 128px; height: 98px; width: 128px; }
.nature-shell-logo-image { display: block; height: 88px; object-fit: contain; width: 108px; }
.nature-shell-logo-text { color: var(--nature-deep); font-family: Georgia, serif; font-size: 22px; }

.nature-shell-desktop-nav { flex: 1 1 auto; }
.nature-shell-menu-list { align-items: center; display: flex; justify-content: center; list-style: none; margin: 0; padding: 0; }
.nature-shell-menu-list li { margin: 0; padding: 0; }
.nature-shell-menu-list a {
  color: #33463a;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .065em;
  padding: 14px 11px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.nature-shell-menu-list a:after { background: var(--nature-forest); bottom: 7px; content: ""; height: 1px; left: 11px; position: absolute; right: 100%; transition: right .2s ease; }
.nature-shell-menu-list a:hover:after,
.nature-shell-menu-list .current-menu-item a:after { right: 11px; }

.nature-shell-phone { border-left: 1px solid var(--nature-line); display: flex; flex-direction: column; flex: 0 0 auto; padding-left: 17px; }
.nature-shell-phone span { color: #768279; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nature-shell-phone a { color: var(--nature-deep); font-size: 12px; font-weight: 800; text-decoration: none; }

.nature-shell-button {
  align-items: center;
  background: var(--nature-forest);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .06em;
  min-height: 48px;
  padding: 14px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.nature-shell-button:hover { background: var(--nature-deep); color: #fff; }
.nature-shell-mobile-menu { display: none; margin-left: auto; position: relative; }
.nature-shell-mobile-menu summary { align-items: center; border: 1px solid #d9e2d7; border-radius: 8px; cursor: pointer; display: flex; flex-direction: column; gap: 4px; height: 46px; justify-content: center; list-style: none; width: 48px; }
.nature-shell-mobile-menu summary::-webkit-details-marker { display: none; }
.nature-shell-mobile-menu summary span { background: var(--nature-deep); border-radius: 1px; display: block; height: 2px; width: 20px; }
.nature-shell-mobile-nav { background: #fff; border: 1px solid #e1e8df; border-radius: 0 0 10px 10px; box-shadow: 0 18px 36px rgba(21, 55, 37, .16); min-width: 260px; padding: 10px; position: absolute; right: 0; top: 58px; }
.nature-shell-mobile-nav .nature-shell-menu-list { align-items: stretch; flex-direction: column; }
.nature-shell-mobile-nav .nature-shell-menu-list a { border-bottom: 1px solid #edf1eb; padding: 13px 14px; }
.nature-shell-mobile-nav .nature-shell-menu-list li:last-child a { background: var(--nature-forest); border: 0; border-radius: 5px; color: #fff; margin-top: 8px; text-align: center; }

.nature-shell-footer { background: linear-gradient(135deg, #112f22 0%, #183c2b 58%, #224a33 100%); color: #fff; position: relative; }
.nature-shell-footer-ribbon { align-items: center; background: linear-gradient(90deg, #e6efe2, #fbf8f1 52%, #e4eee0); display: flex; gap: 36px; justify-content: space-between; padding: 52px max(28px, calc((100% - 1180px) / 2)); }
.nature-shell-footer-ribbon h2 { color: var(--nature-deep); font-family: "Fraunces", Georgia, serif; font-size: clamp(30px, 3vw, 43px); font-weight: 500; line-height: 1.12; margin: 5px 0 7px; }
.nature-shell-footer-ribbon p { color: var(--nature-copy); font-size: 15px; margin: 0; }
.nature-shell-footer-ribbon .nature-shell-kicker { color: var(--nature-forest); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.nature-shell-button-light { background: #fff; color: var(--nature-deep); flex: 0 0 auto; min-width: 220px; }
.nature-shell-button-light:hover { background: var(--nature-deep); color: #fff; }

.nature-shell-footer-grid { display: grid; gap: 54px; grid-template-columns: 1.2fr .72fr 1.03fr 1fr; margin: auto; padding: 64px 0 56px; width: min(1180px, calc(100% - 48px)); }
.nature-shell-footer-grid h3 { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .18em; margin: 0 0 18px; text-transform: uppercase; }
.nature-shell-footer-grid p,
.nature-shell-footer-grid a { color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.82; }
.nature-shell-footer-grid p { margin: 0 0 16px; }
.nature-shell-footer-grid > div > a:not(.nature-shell-footer-logo) { display: block; margin-bottom: 8px; text-decoration: none; }
.nature-shell-footer-grid a:hover { color: #fff; }
.nature-shell-footer-logo { align-items: center; background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .18); border-radius: 8px; display: flex; justify-content: center; margin-bottom: 18px; min-height: 150px; padding: 8px; width: 190px; }
.nature-shell-footer-logo .nature-shell-logo-image { height: 132px; width: 145px; }
.nature-shell-footer-brand p { max-width: 285px; }
.nature-shell-footer-bottom { align-items: center; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; justify-content: space-between; margin: auto; padding: 19px 0 23px; width: min(1180px, calc(100% - 48px)); }
.nature-shell-footer-bottom p,
.nature-shell-footer-bottom a { color: rgba(255, 255, 255, .68); font-size: 12px; margin: 0; text-decoration: none; }

.error404 .content .container .container_inner { padding: clamp(70px, 9vw, 130px) 24px; text-align: center; }
.error404 .content h1 { color: var(--nature-deep); font-family: "Fraunces", Georgia, serif; font-size: clamp(36px, 5vw, 64px); font-weight: 500; line-height: 1.1; text-transform: none; }
.error404 .content p { color: var(--nature-copy); font-size: 16px; }
.error404 .content a { color: var(--nature-forest); font-weight: 800; }

@media (max-width: 1100px) {
  .nature-shell-header-inner { gap: 14px; }
  .nature-shell-menu-list a { font-size: 11px; padding-inline: 7px; }
  .nature-shell-phone { display: none; }
  .nature-shell-footer-grid { grid-template-columns: 1.25fr .8fr 1fr; }
  .nature-shell-footer-grid > div:nth-child(3) { display: none; }
}

@media (max-width: 820px) {
  .nature-shell-header,
  .nature-shell-header-inner { min-height: 86px; }
  .nature-shell-header-inner { width: min(100% - 32px, 760px); }
  .nature-shell-logo { flex-basis: 104px; height: 82px; width: 104px; }
  .nature-shell-logo-image { height: 76px; width: 92px; }
  .nature-shell-desktop-nav,
  .nature-shell-phone,
  .nature-shell-header-inner > .nature-shell-button { display: none; }
  .nature-shell-mobile-menu { display: block; }
  .nature-shell-footer-ribbon { align-items: center; flex-direction: column; padding: 44px 20px; text-align: center; }
  .nature-shell-footer-ribbon > div { max-width: 560px; }
  .nature-shell-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding: 45px 0 38px; width: min(100% - 34px, 620px); }
  .nature-shell-footer-brand { border-bottom: 1px solid rgba(255, 255, 255, .1); grid-column: 1 / -1; padding-bottom: 24px; }
  .nature-shell-footer-bottom { flex-direction: column; gap: 9px; padding: 18px 0 24px; text-align: center; width: min(100% - 34px, 620px); }
}

@media (max-width: 520px) {
  .nature-shell-announcement p { font-size: 10px; }
  .nature-shell-announcement a { display: inline-block; margin-left: 4px; }
  .nature-shell-mobile-nav { min-width: min(300px, calc(100vw - 32px)); top: 62px; }
  .nature-shell-footer-ribbon h2 { font-size: 31px; }
  .nature-shell-footer-grid { grid-template-columns: 1fr; }
  .nature-shell-footer-grid > div { border-bottom: 1px solid rgba(255, 255, 255, .1); padding-bottom: 22px; }
  .nature-shell-footer-grid > div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nature-shell-menu-list a:after { transition: none; }
}

/* Elementor page refinements. */
@media (min-width: 901px) {
  html body.page-id-1191 .nc-inner-page .nc-inner-hero {
    margin-bottom: 40px !important;
  }

  html body .elementor > .nc-global-header .nc-desktop-nav ul {
    column-gap: 12px !important;
  }
}

@media (max-width: 900px) {
  html body.page-id-1191 .nc-inner-page .nc-inner-hero {
    margin-bottom: 24px !important;
  }
}

html body.page-id-1184 .nc-inner-band .nc-band-copy .elementor-widget-text-editor,
html body.page-id-1184 .nc-inner-band .nc-hours .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.84) !important;
}

html body.page-id-1184 .nc-inner-band .nc-band-copy .elementor-widget-text-editor p,
html body.page-id-1184 .nc-inner-band .nc-hours .elementor-widget-text-editor p {
  color: inherit !important;
}

html body.page-id-1184 .nc-inner-band .nc-hours strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* Match the copied Team-page clinic-hours band to the About-page treatment. */
html body.page-id-1191 .elementor-1191 > .nc-inner-band {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 66px 0 !important;
  background: #173d2e !important;
  position: relative;
  overflow: hidden;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -150px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-band-grid {
  display: grid !important;
  grid-template-columns: 1.3fr 0.7fr !important;
  align-items: center !important;
  gap: 72px !important;
  width: min(1160px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-band-copy {
  gap: 12px !important;
  padding: 0 !important;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-band-copy h2,
html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-hours h3 {
  color: #ffffff !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-band-copy h2 {
  font-size: 45px !important;
  line-height: 1.32 !important;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-band-copy p,
html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-hours p {
  color: rgba(255, 255, 255, 0.84) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-hours {
  padding: 26px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-hours h3 {
  margin-bottom: 10px !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
}

html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-hours strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  html body.page-id-1191 .elementor-1191 > .nc-inner-band {
    padding: 50px 0 !important;
  }

  html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-band-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    width: min(100% - 32px, 650px) !important;
  }

  html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-band-copy h2 {
    font-size: 38px !important;
  }

  html body.page-id-1191 .elementor-1191 > .nc-inner-band .nc-hours {
    padding: 24px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  }
}

/* Patient-facing care areas remain Elementor widgets; this only arranges them. */
html body.page-id-1058 .nc-v3 .nc-services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: 1120px;
  margin-inline: auto;
}

html body.page-id-1058 .nc-v3 .nc-services-grid .nc-service {
  min-width: 0;
}

html body.page-id-1190 .nc-care-areas {
  padding-block: clamp(58px, 7vw, 96px);
}

html body.page-id-1190 .nc-care-area-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 7vw, 110px);
  row-gap: 0;
  width: min(1080px, calc(100% - 48px));
  margin-inline: auto;
}

html body.page-id-1190 .nc-care-area-grid > .elementor-element {
  border-bottom: 1px solid #dce5d9;
  padding-block: 18px;
}

html body.page-id-1190 .nc-care-area-grid h3 {
  color: #173a29;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

html body.page-id-1184 .nc-concerns-question h3 {
  color: #173a29;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 500;
}

html body.page-id-1184 .nc-concerns-note p {
  color: #45574b;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  html body.page-id-1058 .nc-v3 .nc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-id-1058 .nc-v3 .nc-services-grid > :nth-child(7) {
    display: flex !important;
  }

  html body.page-id-1058 .nc-v3 .nc-service:last-child {
    grid-column: auto !important;
  }

  html body.page-id-1190 .nc-care-area-grid {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 620px);
  }

  html body.nature-clinic-site .elementor > .nc-global-footer-v2 .nc-footer-logo img {
    width: 90px !important;
    max-width: 90px !important;
    height: auto !important;
  }
}
