@font-face {
  font-family: Philosopher;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/philosopher-regular.woff2") format("woff2");
}
@font-face {
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/philosopher-bold.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
.hm-clinic-landing {
  line-height: 1.5;
}
.hm-clinic-landing h1,
.hm-clinic-landing h2,
.hm-clinic-landing h3 {
  font-weight: 400;
}
.hm-site-header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.hm-site-header img {
  display: block;
  width: 210px;
  max-width: 50vw;
  height: auto;
}
@media (max-width: 600px) {
  .hm-site-header {
    top: 14px;
    left: 14px;
  }
  .hm-site-header img {
    width: 165px;
  }
  .hm-hero {
    padding-top: 100px !important;
  }
}
.hm-clinic-landing {
  --teal: #093949;
  --gold: #ffc162;
  --copper: #a97548;
  --cream: #f8f3eb;
  --mist: #eef3f2;
  --ink: #143944;
  --muted: #5c6f73;
  font-family: Avenir, Montserrat, Arial, sans-serif;
  color: var(--ink);
  overflow: hidden;
  background: #fff;
}
.hm-clinic-landing * {
  box-sizing: border-box;
}
.hm-clinic-landing a {
  text-decoration: none;
}
.hm-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.hm-display {
  font-family: Philosopher, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.hm-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.hm-kicker:before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold);
}
.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}
.hm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(9, 57, 73, 0.18);
}
.hm-btn.alt {
  background: transparent;
  color: var(--teal) !important;
  border: 1px solid rgba(9, 57, 73, 0.25);
}
.hm-arrow {
  font-size: 18px;
}
.hm-hero {
  background: linear-gradient(130deg, #f9f6f0 0%, #eef5f3 60%, #e8f1ef 100%);
  padding: 92px 0 76px;
  position: relative;
}
.hm-hero:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  right: -130px;
  top: -165px;
  background: rgba(255, 193, 98, 0.18);
}
.hm-hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 70px;
  align-items: center;
}
.hm-hero h1 {
  font-size: clamp(46px, 5.8vw, 76px);
  line-height: 0.98;
  color: var(--teal);
  margin: 0 0 24px;
}
.hm-lede {
  font-size: 18px;
  line-height: 1.72;
  color: #486267;
  max-width: 630px;
  margin: 0 0 32px;
}
.hm-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hm-proof {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(9, 57, 73, 0.15);
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  color: #486267;
  font-size: 13px;
}
.hm-proof span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hm-proof span::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.hm-board {
  background: #fff;
  border: 1px solid rgba(9, 57, 73, 0.11);
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(9, 57, 73, 0.14);
  padding: 30px;
  position: relative;
}
.hm-board-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8eeee;
}
.hm-board-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 8px;
}
.hm-board h2 {
  font-family: Philosopher, Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
  margin: 0;
  color: var(--teal);
}
.hm-live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #4b6769;
  background: #eef7f2;
  border-radius: 999px;
  padding: 7px 10px;
  white-space: nowrap;
}
.hm-live:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #64a87a;
  border-radius: 50%;
}
.hm-flow {
  padding: 8px 0;
}
.hm-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 2px;
  border-bottom: 1px solid #edf0f0;
}
.hm-row:last-child {
  border-bottom: 0;
}
.hm-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mist);
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
}
.hm-row.done .hm-num {
  background: #ddefe4;
  color: #2e7450;
}
.hm-row.current .hm-num {
  background: var(--gold);
}
.hm-row strong {
  display: block;
  color: var(--teal);
  font-size: 14px;
  margin-bottom: 3px;
}
.hm-row small {
  color: #718285;
  font-size: 11px;
}
.hm-status {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #799092;
}
.hm-row.current .hm-status {
  color: var(--copper);
}
.hm-board-foot {
  margin-top: 12px;
  background: var(--teal);
  border-radius: 16px;
  color: #fff;
  padding: 16px 18px;
  font-size: 12px;
  line-height: 1.5;
}
.hm-board-foot strong {
  color: var(--gold);
}
.hm-strip {
  background: var(--teal);
  color: #fff;
}
.hm-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hm-strip-item {
  padding: 24px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  gap: 14px;
}
.hm-strip-item:last-child {
  border-right: 0;
}
.hm-strip-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 193, 98, 0.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 13px;
}
.hm-strip-item strong {
  font-size: 13px;
  letter-spacing: 0.02em;
}
.hm-section {
  padding: 104px 0;
}
.hm-section.soft {
  background: var(--cream);
}
.hm-section.mist {
  background: var(--mist);
}
.hm-head {
  max-width: 780px;
  margin-bottom: 54px;
}
.hm-head h2 {
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.03;
  color: var(--teal);
  margin: 0 0 20px;
}
.hm-head p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  max-width: 690px;
}
.hm-model {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 65px;
  align-items: start;
}
.hm-model-intro {
  position: sticky;
  top: 100px;
}
.hm-model-intro h2 {
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1.05;
  color: var(--teal);
  margin: 0 0 20px;
}
.hm-model-intro p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--muted);
}
.hm-stack {
  display: grid;
  gap: 16px;
}
.hm-card {
  background: #fff;
  border: 1px solid rgba(9, 57, 73, 0.1);
  border-radius: 22px;
  padding: 28px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  box-shadow: 0 8px 24px rgba(9, 57, 73, 0.05);
}
.hm-card-num {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--teal);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-family: Philosopher, Georgia, serif;
  font-size: 20px;
}
.hm-card h3 {
  font-family: Philosopher, Georgia, serif;
  font-size: 25px;
  color: var(--teal);
  margin: 1px 0 8px;
}
.hm-card p {
  font-size: 14px;
  line-height: 1.68;
  color: var(--muted);
  margin: 0;
}
.hm-provide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hm-provide-card {
  border-radius: 24px;
  padding: 34px 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(9, 57, 73, 0.1);
}
.hm-provide-card.featured {
  background: var(--teal);
  color: #fff;
}
.hm-provide-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--mist);
  display: grid;
  place-items: center;
  color: var(--teal);
  font-weight: 800;
}
.hm-provide-card.featured .hm-provide-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}
.hm-provide-card h3 {
  font-family: Philosopher, Georgia, serif;
  font-size: 28px;
  margin: 28px 0 12px;
  color: var(--teal);
}
.hm-provide-card.featured h3 {
  color: #fff;
}
.hm-provide-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.hm-provide-card.featured p {
  color: #dce8e9;
}
.hm-tag {
  display: inline-block;
  margin-top: 22px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hm-provide-card.featured .hm-tag {
  color: var(--gold);
}
.hm-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(9, 57, 73, 0.16);
}
.hm-step {
  padding: 34px 28px 12px 0;
  position: relative;
}
.hm-step:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 46px;
  width: 42px;
  height: 1px;
  background: #b9c8c8;
}
.hm-step:last-child:after {
  display: none;
}
.hm-step-no {
  font-family: Philosopher, Georgia, serif;
  font-size: 38px;
  color: var(--gold);
  margin-bottom: 18px;
}
.hm-step h3 {
  font-family: Philosopher, Georgia, serif;
  color: var(--teal);
  font-size: 23px;
  margin: 0 0 10px;
}
.hm-step p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
  padding-right: 18px;
}
.hm-outcomes {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 65px;
  align-items: center;
}
.hm-outcomes h2 {
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.04;
  color: var(--teal);
  margin: 0 0 20px;
}
.hm-outcomes > div > p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--muted);
}
.hm-checks {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.hm-check {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 14px;
  color: #426065;
}
.hm-check:before {
  content: "✓";
  flex: 0 0 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--teal);
  font-weight: 900;
}
.hm-panel {
  background: var(--teal);
  color: #fff;
  border-radius: 28px;
  padding: 38px;
}
.hm-panel .hm-panel-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hm-panel h3 {
  font-family: Philosopher, Georgia, serif;
  font-size: 34px;
  line-height: 1.08;
  margin: 16px 0 22px;
}
.hm-metric {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.hm-metric span {
  font-size: 13px;
  color: #d9e6e7;
}
.hm-metric strong {
  font-size: 13px;
  color: #fff;
  text-align: right;
}
.hm-faqs {
  max-width: 900px;
}
.hm-faqs details {
  border-bottom: 1px solid rgba(9, 57, 73, 0.17);
  padding: 0;
}
.hm-faqs summary {
  list-style: none;
  cursor: pointer;
  padding: 23px 44px 23px 0;
  font-family: Philosopher, Georgia, serif;
  font-size: 22px;
  color: var(--teal);
  position: relative;
}
.hm-faqs summary::-webkit-details-marker {
  display: none;
}
.hm-faqs summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 22px;
  font-family: Arial;
  font-size: 25px;
  color: var(--copper);
}
.hm-faqs details[open] summary:after {
  content: "−";
}
.hm-faqs p {
  margin: -5px 0 24px;
  max-width: 760px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}
.hm-contact {
  background: var(--teal);
  color: #fff;
  padding: 96px 0;
  position: relative;
}
.hm-contact:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 90% 10%,
    rgba(255, 193, 98, 0.16),
    transparent 32%
  );
}
.hm-contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.hm-contact h2 {
  font-size: clamp(39px, 4.8vw, 60px);
  line-height: 1.03;
  margin: 0 0 22px;
  color: #fff;
}
.hm-contact-copy {
  color: #d9e6e7;
  font-size: 16px;
  line-height: 1.72;
}
.hm-contact-note {
  margin-top: 26px;
  color: var(--gold);
  font-size: 13px;
}
.hm-form {
  background: #fff;
  border-radius: 26px;
  padding: 34px;
  color: var(--ink);
}
.hm-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hm-field.full {
  grid-column: 1/-1;
}
.hm-field label {
  display: block;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.hm-field input,
.hm-field textarea,
.hm-field select {
  width: 100%;
  border: 1px solid #d6e0e0;
  background: #fbfcfc;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  font-size: 14px;
  color: var(--teal);
  outline: none;
}
.hm-field textarea {
  min-height: 110px;
  resize: vertical;
}
.hm-field input:focus,
.hm-field textarea:focus,
.hm-field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(9, 57, 73, 0.08);
}
.hm-form .hm-btn {
  border: 0;
  cursor: pointer;
  margin-top: 2px;
}
.hm-footerline {
  background: #062d3a;
  color: #bed0d2;
  padding: 22px 0;
  font-size: 11px;
}
.hm-footerline .hm-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.hm-footerline a {
  color: #fff !important;
}
@media (max-width: 900px) {
  .hm-hero-grid,
  .hm-model,
  .hm-outcomes,
  .hm-contact-grid {
    grid-template-columns: 1fr;
  }
  .hm-hero {
    padding: 72px 0;
  }
  .hm-board {
    max-width: 650px;
  }
  .hm-strip-grid {
    grid-template-columns: 1fr;
  }
  .hm-strip-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .hm-provide {
    grid-template-columns: 1fr;
  }
  .hm-provide-card {
    min-height: auto;
  }
  .hm-steps {
    grid-template-columns: 1fr 1fr;
  }
  .hm-step:after {
    display: none;
  }
  .hm-model-intro {
    position: static;
  }
  .hm-section {
    padding: 78px 0;
  }
}
@media (max-width: 600px) {
  .hm-shell {
    width: min(100% - 28px, 1160px);
  }
  .hm-hero {
    padding: 55px 0;
  }
  .hm-hero h1 {
    font-size: 44px;
  }
  .hm-board {
    padding: 20px;
    border-radius: 20px;
  }
  .hm-board-top {
    display: block;
  }
  .hm-live {
    display: inline-flex;
    margin-top: 14px;
  }
  .hm-section {
    padding: 64px 0;
  }
  .hm-head {
    margin-bottom: 36px;
  }
  .hm-steps {
    grid-template-columns: 1fr;
  }
  .hm-step {
    padding: 26px 0;
  }
  .hm-form {
    padding: 22px;
  }
  .hm-form-grid {
    grid-template-columns: 1fr;
  }
  .hm-field.full {
    grid-column: auto;
  }
  .hm-contact {
    padding: 70px 0;
  }
}
.hm-hero {
  padding-top: 105px;
  padding-bottom: 86px;
}
@media (max-width: 600px) {
  .hm-hero {
    padding-top: 100px;
  }
}
.hm-kicker-gold {
  color: #ffc162;
}
.hm-clinic-landing .hm-contact-email {
  color: #fff;
  text-decoration: underline;
}
.hm-optional-label {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
