:root {
  --teal: #005852;
  --teal-dark: #004943;
  --ink: #101c1e;
  --muted: #4f5d5b;
  --cream: #fbf8f1;
  --line: #d9dfd9;
  --soft-green: #dce9df;
  --soft-tan: #efe6d7;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
.tagline,
.quote {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.page {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.header {
  height: 94px;
  display: grid;
  grid-template-columns: 230px 1fr 195px;
  align-items: start;
  border-bottom: 1px solid #edf0ec;
  background: #ffffff;
}

.header-logo {
  width: 142px;
  height: 92px;
  margin: 1px 0 0 43px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding-top: 47px;
  color: #111c1d;
  font-size: 11px;
  font-weight: 500;
}

.nav a {
  position: relative;
  white-space: nowrap;
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: var(--teal);
}

.header-cta {
  justify-self: end;
  min-width: 160px;
  height: 33px;
  margin: 35px 53px 0 0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.service-hero {
  display: grid;
  grid-template-columns: 512px 512px;
  height: 476px;
  align-items: stretch;
  background: #ffffff;
}

.service-copy {
  padding: 29px 0 0 24px;
}

.eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.service-copy h1 {
  width: 420px;
  min-height: 128px;
  margin-top: 7px;
  color: #111b1e;
  font-size: 45px;
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.01em;
}

.service-copy h1 em {
  display: block;
  color: var(--teal);
  font-style: italic;
  font-weight: 500;
}

.tagline {
  width: 360px;
  min-height: 18px;
  margin-top: 16px;
  color: #112b48;
  font-size: 17px;
  font-style: italic;
  line-height: 1;
}

.intro {
  width: 350px;
  min-height: 48px;
  margin-top: 17px;
  color: #1d2929;
  font-size: 11px;
  line-height: 1.42;
}

.hero-fit-card {
  width: 350px;
  min-height: 0;
  margin-top: 30px;
  padding: 16px 18px;
}

.hero-fit-card h3 {
  font-size: 20px;
}

.hero-fit-card p {
  font-size: 10.5px;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 11px 18px;
  border: 1px solid var(--teal);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.button-primary {
  background: var(--teal);
  color: #ffffff;
}

.button-secondary {
  background: #ffffff;
  color: var(--teal);
}

.service-visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.service-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.service-visual::after {
  content: none;
}

.service-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  height: 76px;
  align-items: center;
  padding: 0 50px;
  border-top: 1px solid #edf0ec;
  border-bottom: 1px solid #edf0ec;
  background: #ffffff;
}

.service-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.service-nav a.current {
  border-color: var(--teal);
  background: var(--soft-green);
}

.content-section {
  padding: 36px 62px 42px;
  background: #ffffff;
}

.doc-copy {
  max-width: none;
  margin: 0;
  color: #1d2929;
}

.doc-title {
  margin: 0 0 12px;
  color: #10181b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}

.doc-copy p {
  margin-top: 14px;
  color: #1d2929;
  font-size: 12px;
  line-height: 1.55;
}

.doc-copy p:first-of-type {
  margin-top: 0;
}

.doc-copy .doc-emphasis {
  font-weight: 800;
}

.doc-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.doc-list li {
  position: relative;
  padding-left: 23px;
  color: #243130;
  font-size: 11px;
  line-height: 1.45;
}

.doc-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 800;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  min-height: 0;
}

.section-kicker {
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.content-section h2 {
  margin-top: 8px;
  color: #10181b;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.body-copy {
  margin-top: 14px;
  color: #1d2929;
  font-size: 12px;
  line-height: 1.55;
}

.detail-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 23px;
  color: #243130;
  font-size: 11px;
  line-height: 1.45;
}

.detail-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 800;
}

.care-card {
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px;
  background: var(--cream);
}

.care-card h3 {
  color: #10181b;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.care-card p {
  margin-top: 10px;
  color: #34413f;
  font-size: 11.5px;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.step {
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px;
  background: #ffffff;
}

.step-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--soft-green);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.step h3 {
  margin-top: 12px;
  color: #10181b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.step p {
  margin-top: 8px;
  color: #34413f;
  font-size: 11px;
  line-height: 1.45;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 34px 62px;
  background: #f4eee6;
  border-top: 1px solid #e5ded2;
  border-bottom: 1px solid #e5ded2;
}

.quote {
  color: #10284a;
  font-size: 24px;
  font-style: italic;
  line-height: 1.08;
}

.cta-band p {
  margin-top: 8px;
  color: #34413f;
  font-size: 13px;
}

.about-hero {
  height: 330px;
  display: grid;
  grid-template-columns: 411px 613px;
  background: var(--cream);
}

.about-portrait {
  width: 411px;
  height: 330px;
  object-fit: cover;
  object-position: center 19%;
}

.about-copy {
  padding: 34px 70px 30px 78px;
}

.about-copy h1 {
  margin-top: 7px;
  color: #10181b;
  font-size: 34px;
  font-weight: 600;
  line-height: 0.98;
}

.about-copy h1 span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.about-copy p {
  width: 430px;
  margin-top: 12px;
  color: #1d2929;
  font-size: 11px;
  line-height: 1.55;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.about-stat {
  min-height: 62px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 11px;
  background: #ffffff;
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
}

.about-stat strong {
  display: block;
  margin-bottom: 4px;
  color: #10181b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.95;
}

.about-details {
  padding: 34px 62px 40px;
  background: #ffffff;
}

.about-details h2 {
  margin-top: 8px;
  color: #10181b;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.about-card {
  min-height: 128px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px;
  background: #ffffff;
}

.about-card h3 {
  color: var(--teal-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.about-card p {
  margin-top: 10px;
  color: #34413f;
  font-size: 11px;
  line-height: 1.5;
}

.footer-main {
  height: 114px;
  display: grid;
  grid-template-columns: 296px 181px 268px 279px;
  align-items: start;
  background: #ffffff;
}

.footer-logo {
  width: 154px;
  height: 100px;
  margin: 4px 0 0 76px;
  object-fit: contain;
}

.footer-col {
  height: 74px;
  margin-top: 17px;
  padding-left: 23px;
  border-left: 1px solid #d8ddd8;
}

.footer-col h3 {
  color: #10181b;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 2px;
  margin-top: 8px;
  color: #172222;
  font-size: 9.5px;
  line-height: 1.24;
}

.footer-copy {
  width: 184px;
  margin-top: 9px;
  color: #172222;
  font-size: 9.5px;
  line-height: 1.36;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 11px;
}

.social {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--teal);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
}

.footer-bottom {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  background: var(--teal);
  color: #ffffff;
  font-size: 9px;
}

.legal {
  display: flex;
  gap: 14px;
}

@media (max-width: 700px) {
  .page {
    width: 100%;
  }

  .header,
  .service-hero,
  .about-hero,
  .content-grid,
  .cta-band,
  .footer-main,
  .footer-bottom {
    height: auto;
    grid-template-columns: 1fr;
  }

  .header {
    padding: 16px 20px 22px;
  }

  .header-logo,
  .header-cta,
  .footer-logo {
    margin: 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
    padding-top: 18px;
  }

  .header-cta {
    justify-self: start;
    margin-top: 18px;
  }

  .service-hero {
    height: auto;
    background: #ffffff;
  }

  .about-hero {
    height: auto;
  }

  .service-copy,
  .about-copy,
  .content-section,
  .about-details,
  .cta-band {
    padding: 34px 24px;
  }

  .service-copy h1 {
    font-size: 43px;
  }

  .about-copy h1 {
    font-size: 38px;
  }

  .about-copy h1 span {
    font-size: 24px;
  }

  .intro,
  .about-copy p {
    width: auto;
  }

  .hero-fit-card {
    width: auto;
  }

  .service-visual,
  .about-portrait {
    width: 100%;
    height: 360px;
  }

  .service-nav {
    grid-template-columns: 1fr;
    padding: 18px 24px;
  }

  .steps,
  .about-card-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-main {
    padding: 28px 24px;
    gap: 20px;
  }

  .footer-col {
    height: auto;
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 24px;
  }
}
