:root {
  --piq-blue: #476f7c;
  --piq-blue-dark: #325d6b;
  --piq-cream: #f4eee9;
  --piq-band: #e9e5e0;
  --piq-text: #2a3d42;
  --piq-muted: #6a7376;
  --piq-line: #e5ded8;
  --piq-form: #dfcec4;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--piq-cream);
  color: var(--piq-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #caa36d;
  outline-offset: 2px;
}

.skip-link {
  background: var(--piq-blue);
  color: #fff;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: -5rem;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 5;
}

.site-header__nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  min-height: 58px;
  padding: 0 24px;
  width: min(980px, calc(100% - 48px));
}

.brand-mark {
  display: inline-flex;
  flex: 0 0 auto;
}

.brand-mark img {
  display: block;
  height: auto;
  width: 150px;
}

.header-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.header-nav a {
  color: #35454a;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a:focus {
  text-decoration: underline;
}

.site-header__bar {
  align-items: center;
  background: var(--piq-blue);
  color: #fff;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  grid-template-columns: 1fr 190px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  min-height: 42px;
  text-align: center;
  width: min(760px, calc(100% - 48px));
}

.site-header__bar a {
  align-items: center;
  background: #6f8d98;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
}

.main-shell {
  overflow-x: clip;
}

.button-link,
.wpcf7-submit {
  background: var(--piq-blue);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 38px;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
}

.hero-care {
  background: #d9d9d9;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  margin: 0 auto;
  min-height: 620px;
  width: min(980px, 100%);
}

.hero-care__media {
  background:
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)),
    url("https://static.wixstatic.com/media/b4e5ad_3ebdcd0bb2a444f6aa3a7f3fc28062f4~mv2.jpg") center / cover no-repeat;
}

.hero-care__panel {
  align-self: end;
  background: rgba(244, 238, 233, 0.92);
  margin: 0 0 82px -96px;
  max-width: 420px;
  padding: 42px 46px;
}

.hero-care__kicker {
  color: var(--piq-blue);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 18px;
}

.hero-care h1 {
  color: var(--piq-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.06;
  margin: 0 0 18px;
}

.hero-care p {
  font-size: 15px;
}

.wix-intro {
  background: var(--piq-cream);
  min-height: 900px;
  position: relative;
}

.wix-intro__stripe {
  background: var(--piq-blue);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.18);
  height: 86px;
  left: calc(50% - 420px);
  position: absolute;
  top: 220px;
  width: 380px;
}

.wix-intro__portrait {
  left: calc(50% + 84px);
  position: absolute;
  top: 365px;
  width: 210px;
}

.wix-intro__portrait img {
  display: block;
  width: 100%;
}

.wix-intro__tabs {
  background: var(--piq-blue);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  left: 50%;
  min-height: 92px;
  padding: 28px 70px 0;
  position: absolute;
  top: 650px;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 80px));
}

.wix-intro__tabs span {
  background: #fff;
  border-left: 1px solid #d8d8d8;
  color: transparent;
  min-height: 88px;
}

.quote-band {
  background: var(--piq-band);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  min-height: 470px;
  padding: 125px 0;
  width: 100%;
}

.quote-band blockquote {
  background: #fff;
  color: transparent;
  margin: 0 auto;
  min-height: 150px;
  width: 210px;
}

.contact-faces {
  background: var(--piq-cream);
  padding: 260px 0 70px;
}

.contact-card {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto 70px;
  padding: 26px 34px 30px;
  width: min(390px, calc(100% - 40px));
}

.contact-card h2 {
  color: #52616a;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 22px;
  text-align: center;
}

.wpcf7 form p {
  margin: 0 0 9px;
}

.wpcf7 label {
  color: #6a7376;
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid #cfd5d7;
  border-radius: 0;
  box-sizing: border-box;
  color: #2a3d42;
  font: inherit;
  font-size: 12px;
  min-height: 31px;
  padding: 6px 8px;
  width: 100%;
}

textarea {
  min-height: 82px;
}

.wpcf7-submit {
  background: var(--piq-form);
  color: #fff;
  width: 100%;
}

.faces-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  width: min(640px, calc(100% - 40px));
}

.faces-row article {
  background: #fff;
  border: 1px solid #dedede;
  font-size: 11px;
}

.faces-row img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.faces-row h3 {
  color: #53616a;
  font-size: 13px;
  margin: 12px 12px 4px;
}

.faces-row p {
  color: #6c7478;
  margin: 0 12px 18px;
}

.locations-original {
  background: var(--piq-cream);
  padding: 20px 0 600px;
}

.locations-original h2 {
  background: var(--piq-blue);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  width: min(800px, calc(100% - 48px));
}

.locations-map-placeholder {
  background: #fff;
  border-top: 1px solid #d6d6d6;
  margin: 520px auto 0;
  min-height: 170px;
  width: min(620px, calc(100% - 48px));
}

.site-footer {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  color: #647076;
  font-size: 12px;
  padding: 40px 0;
}

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

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.1fr 0.9fr;
  margin: 0 auto;
  width: min(800px, calc(100% - 48px));
}

.footer-grid h2 {
  color: var(--piq-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.section-band {
  padding: 4rem 0;
}

.wp-block-post-title,
.wp-block-post-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

@media (max-width: 780px) {
  .site-header__nav {
    align-items: center;
    display: block;
    min-height: 0;
    padding: 8px 0;
    width: 100%;
  }

  .brand-mark {
    margin: 0 8px 6px;
  }

  .brand-mark img {
    width: 120px;
  }

  .header-nav {
    gap: 12px;
    justify-content: flex-start;
    padding: 0 8px;
  }

  .header-nav a {
    font-size: 10px;
  }

  .site-header__bar {
    grid-template-columns: 1fr 120px;
    width: 100%;
  }

  .hero-care {
    display: block;
    min-height: 640px;
  }

  .hero-care__media {
    height: 270px;
  }

  .hero-care__panel {
    margin: -42px auto 0;
    padding: 28px 24px;
    width: calc(100% - 42px);
  }

  .hero-care h1 {
    font-size: 31px;
  }

  .wix-intro {
    min-height: 720px;
  }

  .wix-intro__stripe {
    left: 0;
    top: 140px;
    width: 250px;
  }

  .wix-intro__portrait {
    left: auto;
    right: 38px;
    top: 290px;
    width: 150px;
  }

  .wix-intro__tabs {
    grid-template-columns: repeat(5, 1fr);
    padding: 14px 0 0;
    top: 500px;
    width: 100%;
  }

  .quote-band {
    min-height: 360px;
    padding: 70px 0;
  }

  .quote-band blockquote {
    width: 82px;
  }

  .contact-faces {
    padding-top: 190px;
  }

  .faces-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .faces-row {
    width: min(300px, calc(100% - 40px));
  }

  .locations-original {
    padding-bottom: 420px;
  }
}

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