body {
  --ink: #303534;
  --muted: #636a68;
  --line: #dedfdd;
  --accent: #454f4a;
  --soft: #f5f5f3;
  background: #fff;
  color:var(--ink)
}

.site-header,main,footer {
  max-width:1160px
}

.site-header {
  min-height: 112px;
  border-color:#e5e6e4
}

.brand {
  font-size:18px
}

.brand span {
  font-size:14px
}

.site-header nav {
  gap:23px
}

.quiet-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 220px;
  gap: 80px;
  align-items: center;
  padding:72px 0 55px
}

.quiet-hero h1 {
  font-size: clamp(35px,4vw,52px);
  line-height: 1.2;
  font-weight: 400;
  max-width: 620px;
  letter-spacing:-.025em
}

.quiet-hero .eyebrow {
  font-size: 14px;
  letter-spacing: .03em;
  margin-bottom:24px
}

.hero-summary {
  max-width: 570px;
  font-size: 18px;
  color: var(--muted);
  line-height:1.9
}

.quiet-hero figure {
  margin: 0;
  max-width:220px
}

.quiet-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:2px
}

.quiet-hero figcaption {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-top:13px
}

.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top:28px
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 9px 22px;
  border-radius: 3px;
  text-decoration: none;
  font-size:16px
}

.primary-action {
  background: #404b45;
  color: white;
  border:1px solid #404b45
}

.primary-action:hover {
  background: #2d3832;
  color:white
}

.secondary-action {
  border: 1px solid #a6ada8;
  color: var(--ink);
  background:white
}

.secondary-action:hover {
  background:#f4f5f3
}

.phone-number {
  font-size: 14px;
  margin-top: 15px;
  color:var(--muted)
}

.phone-number a {
  text-decoration:none
}

.approach-overview {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 65px;
  padding: 43px 0;
  border-top:1px solid var(--line)
}

.approach-overview h2 {
  font-size:30px
}

.approach-overview p {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom:18px
}

.read-link {
  font-size:15px
}

.profile-route {
  display: flex;
  gap: 32px;
  padding: 12px 0 40px;
  font-size:16px
}

.professional-role {
  font-size: 20px;
  color:var(--muted)
}

.original-section h1 {
  font-size:40px
}

.full-biography-introduction {
  margin: 30px 0 40px;
  font-size: 17px;
  color: var(--muted);
  line-height:1.9
}

.reading-section {
  border-top: 1px solid var(--line);
  padding:24px 0 35px
}

.reading-details summary {
  font-size: 16px;
  color:var(--muted)
}

.reading-list {
  list-style: none;
  padding:0
}

.reading-list li {
  padding: 15px 0;
  border-bottom:1px solid var(--line)
}

.resource-source {
  display: block;
  font-size: 14px;
  color:var(--muted)
}

.reading-list a {
  font-size: 16px;
  overflow-wrap:anywhere
}

footer {
  grid-template-columns: 1fr auto;
  gap: 18px;
  font-size:14px
}

.footer-contact {
  display: flex;
  gap: 24px;
  grid-column:1/-1
}

.mobile-contact {
  display:none
}

.original-section form {
  background:#f5f5f3
}

.original-section input[type=submit] {
  background:#404b45
}

.education-group h4 {
  font-size:18px
}

@media(max-width:1000px) {
  .site-header nav {
    gap:20px
  }

  .quiet-hero {
    gap: 45px;
    padding-top:50px
  }

}

@media(max-width:750px) {
  .quiet-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding:40px 0
  }

  .quiet-hero figure {
    max-width: 170px;
    justify-self:start
  }

  .quiet-hero h1 {
    font-size:37px
  }

  .hero-summary {
    font-size:17px
  }

  .approach-overview {
    grid-template-columns: 1fr;
    gap: 5px;
    padding:32px 0
  }

  .approach-overview p {
    font-size:17px
  }

  .approach-overview h2 {
    font-size:28px
  }

  .professional-role {
    font-size:18px
  }

  .original-section h1 {
    font-size:34px
  }

  .profile-route {
    flex-wrap: wrap;
    gap:22px
  }

  .mobile-contact {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #d9ddda;
    z-index: 10;
    justify-content: space-evenly;
    gap:15px
  }

  .mobile-contact a {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 16px;
    text-decoration:none
  }

  .mobile-contact a:first-child {
    background: #404b45;
    color: #fff;
    border-radius:3px
  }

  body {
    padding-bottom:85px
  }

  footer {
    grid-template-columns:1fr
  }

  .site-header nav {
    row-gap: 10px;
    column-gap:18px
  }

}

@media print {
  .mobile-contact {
    display:none
  }

  body {
    padding:0
  }

}

/* Direct link to the practice's supplied Google Maps listing. */
.map-contact { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e3e5e2; }
.map-contact h2 { font-size: 1.15rem; margin-bottom: 1rem; }
.map-contact p { font-size: .85rem; line-height: 1.65; margin-top: .85rem; }
.map-contact .button { white-space: normal; height: auto; line-height: 1.5; padding: .85rem 1.1rem; }

.practice-map { display: block; width: 100%; max-width: 100%; height: 300px; border: 0; border-radius: 8px; margin: 0 0 1.25rem; }

/* Psychotherapy paragraph grouping. */
.seo-text-block { margin: 32px 0; }
