@font-face {
  font-family: CabinLocal;
  src: url("fonts/cabin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CabinLocal;
  src: url("fonts/cabin-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CabinLocal;
  src: url("fonts/cabin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --teal: #7bb5b2;
  --cream: #eae6dd;
  --mustard: #edd286;
  --charcoal: #2d2d2a;
  --white: #fff;
  --display: CabinLocal, "Trebuchet MS", Arial, sans-serif;
  --body: CabinLocal, "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--charcoal); background: var(--white); font-family: var(--body); font-size: 18px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
.skip { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; color: var(--charcoal); background: var(--teal); }
.skip:focus { top: 1rem; }
.wrap { width: min(1220px, calc(100% - 80px)); margin-inline: auto; }

.masthead { position: fixed; top: 0; right: 0; left: 0; z-index: 5; min-height: 213px; color: var(--cream); background: transparent; transform: translateY(0); transition: background-color .3s ease, transform .38s ease; }
.masthead.scroll-header { background: var(--charcoal); }
.masthead.header-hidden { transform: translateY(-100%); }
body.menu-open .masthead { background: transparent; transform: none; }
.masthead-inner { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 20px; }
.identity { position: relative; z-index: 7; width: 275px; }
.identity img { width: 270px; height: 170px; object-fit: contain; }
.identity-phone { display: none; margin: -5px 0 0 5px; font-size: 1.15rem; font-weight: 700; text-decoration: none; }
.identity-phone span { color: var(--teal); }
.sitemap-toggle { display: none; }
.menu { position: fixed; inset: 0; z-index: 4; display: none; align-content: center; justify-items: center; gap: 30px; overflow-y: auto; padding: 190px 30px 70px; color: var(--charcoal); background: var(--mustard); }
.menu.open { display: grid; }
.menu a { padding: 5px 20px; color: var(--charcoal); text-decoration: none; font: 400 clamp(2rem, 3.4vw, 3.4rem)/1.2 var(--display); }
.menu a:hover { color: #527f7c; }
.menu .menu-book { margin-top: 12px; padding: 14px 55px; border: 2px solid var(--charcoal); font-size: 1.35rem; }
.hamburger { position: relative; z-index: 7; display: block; width: 48px; height: 48px; margin-top: 28px; padding: 9px; color: var(--teal); background: transparent; border: 0; cursor: pointer; }
.hamburger span, .hamburger::before, .hamburger::after { display: block; width: 27px; height: 1px; margin: 7px auto; content: ""; background: currentColor; transition: transform .2s, opacity .2s; }
.hamburger[aria-expanded="true"] span { opacity: 0; }
.hamburger[aria-expanded="true"]::before { transform: translateY(8px) rotate(45deg); }
.hamburger[aria-expanded="true"]::after { transform: translateY(-8px) rotate(-45deg); }
body.menu-open { overflow: hidden; }

.photo-hero { position: relative; min-height: 1057px; display: grid; align-items: center; overflow: hidden; color: var(--cream); background: #111; }
.photo-hero::before { position: absolute; inset: 0; z-index: 1; content: ""; background: rgba(13,18,17,.55); }
.photo-hero > .hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero > .hero-photo { object-position: center 42%; }
.hero-center { position: relative; z-index: 2; width: min(540px, calc(100% - 40px)); margin: 75px auto 0; text-align: center; }
.hero-center h1 { margin: 0 0 20px; color: var(--teal); font: 400 clamp(4rem, 5.7vw, 5.1rem)/1 var(--display); }
.hero-center p { margin: 0 auto 28px; font-size: 1.65rem; line-height: 1.55; }
.button-row { display: flex; justify-content: center; gap: 10px; margin: 38px 0 70px; }
.outline-button { display: inline-flex; min-width: 215px; min-height: 70px; align-items: center; justify-content: center; padding: 12px 32px; color: inherit; background: transparent; border: 2px solid currentColor; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 1.15rem; }
.outline-button:hover { color: var(--charcoal); background: var(--teal); border-color: var(--teal); }
.call-line { font-size: 1.35rem !important; }
.call-line a { color: var(--teal); }
.verified { position: absolute; top: 43%; right: 8%; z-index: 2; padding: 8px 15px; color: #607080; background: #f5f7f9; border: 1px solid #ddd; border-radius: 25px; font: 700 .75rem Arial, sans-serif; box-shadow: 0 2px 7px rgba(0,0,0,.2); }
.verified b { color: #f25b52; }

.services { position: relative; min-height: 1188px; overflow: hidden; padding: 95px 0 165px; background-color: var(--cream); background-image: url("images/leaves-teal.png"); background-position: center; background-size: cover; background-blend-mode: multiply; }
.services::after, .quote::after, .therapist::after { position: absolute; right: -5%; bottom: -1px; left: -5%; z-index: 3; height: 95px; content: ""; background: var(--white); border-radius: 50% 50% 0 0 / 85% 85% 0 0; }
.services h2 { margin: 0 0 75px; text-align: center; font: 400 2.7rem/1.2 var(--display); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; }
.service-card { text-align: center; }
.service-card img { width: 100%; aspect-ratio: 1.06; object-fit: cover; border-radius: 38px; }
.service-card h3 { margin: 24px 0 18px; font: 400 1.35rem/1.2 var(--display); }
.service-card p { min-height: 105px; margin: 0 auto 5px; font-size: 1.18rem; line-height: 1.55; }
.more { display: block; width: max-content; margin: 2px auto 35px; font-style: italic; }
.service-card .outline-button { min-width: 215px; min-height: 70px; font-size: 1.05rem; }

.quote { position: relative; min-height: 465px; display: grid; align-items: center; overflow: hidden; padding: 65px 0 120px; background: var(--white); }
.quote::after { height: 70px; background: var(--mustard); border-radius: 48% 52% 0 0 / 70% 70% 0 0; transform: translateY(35px); }
.quote-inner { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 70px; width: min(1040px, calc(100% - 80px)); margin: auto; }
.quote img { width: 155px; justify-self: center; }
.quote blockquote { margin: 0; font-size: 1.6rem; font-style: italic; }
.quote cite { display: block; margin-top: 25px; font-size: 1.15rem; font-style: normal; text-align: center; }

.therapist { position: relative; min-height: 1450px; overflow: hidden; padding: 175px 0 180px; background: var(--mustard); }
.therapist::after { height: 95px; background: var(--cream); }
.therapist-grid { display: grid; grid-template-columns: 1.15fr .9fr; align-items: center; gap: 125px; }
.therapist h2 { margin: 0 0 30px; font: 400 3.4rem/1.1 var(--display); }
.therapist h3 { margin: 0 0 10px; font-size: 1.05rem; }
.credential { margin: 0 0 25px; padding-bottom: 20px; border-bottom: 1px solid var(--charcoal); font-size: 1rem; font-style: italic; }
.therapist-copy p { font-size: 1.15rem; line-height: 1.6; }
.therapist-copy .outline-button { margin-top: 55px; min-width: 220px; }
.therapist-copy .small-call { margin-top: 35px; }
.therapist-portrait img { width: 100%; max-width: 460px; aspect-ratio: .71; margin: auto; object-fit: cover; object-position: center top; border-radius: 48% 48% 46% 46% / 22% 22% 22% 22%; }

.rates { min-height: 861px; padding: 130px 0 80px; background: var(--cream); text-align: center; }
.rates h2 { margin: 0 0 35px; font: 400 3rem/1.2 var(--display); }
.rates p { margin: 10px 0; font-size: 1.1rem; font-style: italic; }
.rates .outline-button { margin: 50px 0 25px; }
.specializing { margin-top: 65px !important; }
.specialty-list { max-width: 1300px; margin: 30px auto 0 !important; font-size: .88rem !important; font-style: normal !important; white-space: nowrap; overflow: hidden; }

.site-footer { min-height: 218px; display: grid; place-items: center; padding: 55px 20px; color: var(--teal); background: var(--charcoal); text-align: center; font-size: .85rem; }

.service-hero { min-height: 960px; align-items: end; }
.service-hero::before { background: rgba(18,25,23,.48); }
.service-hero .hero-photo { object-position: center; }
.hero-copy { position: relative; z-index: 2; width: min(1220px, calc(100% - 80px)); margin: 0 auto; padding: 0 0 90px; }
.hero-copy h1 { max-width: 760px; margin: 0 0 55px; font: 400 4rem/1.45 var(--display); }
.hero-copy p { max-width: 630px; margin: 0; font-size: 1.55rem; line-height: 1.7; }
.service-content { min-height: 935px; display: grid; place-items: center; padding: 130px 20px; background: var(--white) url("images/leaves-teal.png") center/cover no-repeat; text-align: center; }
.service-content-inner { width: min(720px, 100%); }
.service-content h2 { margin: 0 0 100px; font: 400 3.5rem/1.7 var(--display); }
.service-content p { margin-bottom: 35px; font-size: 1.4rem; }
.service-content ul { margin: 0 0 85px; padding: 0; list-style: none; font-size: 1.35rem; }
.service-content li { margin: 18px 0; }
.service-content li::before { content: "•  "; }
.service-content .outline-button { margin-bottom: 35px; min-width: 330px; }

@media (max-width: 800px) {
  body { font-size: 15px; }
  .wrap { width: min(100% - 28px, 1220px); }
  .masthead { min-height: 115px; }
  .masthead.scroll-header { min-height: 102px; }
  .masthead-inner { padding-top: 8px; }
  .identity { width: 108px; }
  .identity img { width: 105px; height: 66px; }
  .identity-phone { margin: 0; font-size: .58rem; white-space: nowrap; }
  .hamburger { width: 42px; height: 42px; margin-top: 10px; }
  .menu { gap: 25px; padding: 130px 20px 45px; }
  .menu a { font-size: 1.65rem; }
  .menu .menu-book { padding: 11px 42px; font-size: 1rem; }
  .photo-hero { min-height: 755px; }
  .home-hero > .hero-photo { object-position: 48% center; }
  .hero-center { width: min(100% - 44px, 390px); margin-top: 15px; }
  .hero-center h1 { margin-bottom: 12px; font-size: 2.75rem; }
  .hero-center p { width: 290px; font-size: 1rem; line-height: 1.55; }
  .button-row { flex-direction: column; align-items: center; margin: 35px 0 28px; }
  .outline-button { min-width: 230px; min-height: 48px; padding: 8px 18px; font-size: .85rem; }
  .call-line { font-size: .9rem !important; }
  .verified { top: auto; right: auto; bottom: 105px; left: 14px; font-size: .58rem; }
  .services { min-height: 1910px; padding: 95px 0 150px; background-size: auto 100%; }
  .services h2 { margin-bottom: 60px; font-size: 1.65rem; }
  .service-grid { grid-template-columns: 1fr; gap: 70px; width: 245px; margin: auto; }
  .service-card { display: flex; flex-direction: column; }
  .service-card.couples { order: -1; }
  .service-card img { border-radius: 27px; }
  .service-card h3 { margin: 14px 0 12px; font-size: .95rem; }
  .service-card p { min-height: 0; margin-bottom: 5px; font-size: .78rem; }
  .more { margin-bottom: 20px; font-size: .78rem; }
  .service-card .outline-button { min-width: 100%; min-height: 44px; font-size: .75rem; }
  .services::after { height: 45px; }
  .quote { min-height: 560px; padding: 95px 0 145px; }
  .quote-inner { display: block; width: min(100% - 45px, 350px); }
  .quote img { display: none; }
  .quote blockquote { font-size: .92rem; text-align: center; }
  .quote cite { font-size: .75rem; }
  .quote::after { height: 45px; transform: translateY(22px); }
  .therapist { min-height: 1510px; padding: 120px 0 150px; }
  .therapist-grid { grid-template-columns: 1fr; gap: 45px; }
  .therapist h2 { font-size: 2rem; }
  .therapist-copy p { font-size: .88rem; }
  .therapist-copy .outline-button { margin-top: 25px; min-width: 145px; }
  .therapist-portrait { order: -1; display: none; }
  .therapist::after { height: 45px; }
  .rates { min-height: 1000px; padding: 115px 30px 70px; }
  .rates h2 { font-size: 2rem; }
  .rates p { font-size: .85rem; }
  .rates .outline-button { margin-top: 35px; min-width: 170px; }
  .specialty-list { font-size: .62rem !important; white-space: normal; max-height: 32px; overflow: hidden; }
  .site-footer { min-height: 255px; font-size: .7rem; }
  .service-hero { min-height: 780px; }
  .service-hero .hero-photo { object-position: 58% center; }
  .hero-copy { width: min(100% - 32px, 1220px); padding-bottom: 65px; }
  .hero-copy h1 { max-width: 325px; margin-bottom: 32px; font-size: 2.25rem; line-height: 1.45; }
  .hero-copy p { max-width: 320px; font-size: 1rem; line-height: 1.65; }
  .service-content { min-height: 820px; padding: 100px 20px; background-size: auto 100%; }
  .service-content h2 { margin-bottom: 65px; font-size: 2.2rem; }
  .service-content p, .service-content ul { font-size: 1rem; }
  .service-content ul { margin-bottom: 55px; }
  .service-content .outline-button { min-width: 250px; }
}

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