
:root{
  --primary:#7A9B8E;
  --primary-dark:#637f73;
  --primary-light:#DCE6DF;
  --background:#FAF9F6;
  --section-warm:#E8E0D7;
  --accent:#B7A99A;
  --text:#2F3A36;
  --muted-text:#5B6762;
  --white:#fff;
  --line:rgba(47,58,54,.14);
  --shadow:0 18px 50px rgba(47,58,54,.08);
  --soft-shadow:0 10px 28px rgba(47,58,54,.06);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:16px;
  --container:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--background);color:var(--text);line-height:1.75}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{color:var(--muted-text)}
.container{width:min(92%,var(--container));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:10px;background:var(--text);color:white;padding:.7rem 1rem;z-index:9999}
.skip-link:focus{left:10px}
h1,h2,h3,h4{font-family:"Cormorant Garamond",Georgia,serif;color:var(--text);line-height:1.08;font-weight:600}
h1{font-size:clamp(3rem,6vw,5.6rem);letter-spacing:-.04em}
h2{font-size:clamp(2.2rem,4vw,3.6rem);letter-spacing:-.03em}
h3{font-size:clamp(1.5rem,2vw,2rem)}
.eyebrow{display:inline-block;color:var(--primary);font-size:.82rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase;margin-bottom:1rem}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.4rem;padding:1rem 0}
.logo img{width:230px;height:auto}
.nav-menu{display:flex;align-items:center;gap:2rem;font-size:.95rem;font-weight:500}
.nav-menu a{position:relative;color:var(--text)}
.nav-menu a:hover,.nav-menu a.active{color:var(--primary-dark)}
.nav-menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:-.45rem;height:2px;background:var(--primary)}
.mobile-toggle{display:none;border:0;background:transparent;font-size:1.6rem;color:var(--text)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:999px;padding:.9rem 1.45rem;font-weight:700;font-size:.95rem;border:1px solid transparent;transition:.22s ease}
.btn-primary{background:var(--primary);color:white;box-shadow:0 10px 24px rgba(122,155,142,.22)}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}
.btn-outline{border-color:var(--primary);color:var(--primary-dark);background:transparent}
.btn-outline:hover{background:var(--primary-light)}
.btn-light{background:white;color:var(--primary-dark)}
.btn-light-outline{border-color:white;color:white}
.hero{position:relative;overflow:hidden;padding:6.8rem 0 4.8rem;background:linear-gradient(110deg,var(--background),#fff 58%,var(--section-warm))}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}
.hero p.hero-text{font-size:1.13rem;max-width:680px;margin:1.4rem 0}
.trust-line{display:flex;align-items:center;gap:.85rem;color:var(--text);font-weight:600;margin:1.2rem 0 2rem}
.trust-dot{width:42px;height:42px;border-radius:50%;background:var(--primary-light);display:grid;place-items:center;color:var(--primary-dark)}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}
.hero-art{min-height:450px;border-radius:42% 58% 46% 54% / 52% 38% 62% 48%;background:linear-gradient(rgba(250,249,246,.2),rgba(250,249,246,.24)),url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=1200&q=80") center/cover;box-shadow:var(--shadow);position:relative}
.hero-art:before{content:"";position:absolute;inset:-34px;border-radius:inherit;background:var(--section-warm);z-index:-1;transform:translate(28px,28px);opacity:.68}
.botanical-bg{position:absolute;inset:0;pointer-events:none;opacity:.22;background:
radial-gradient(circle at 0 25%, var(--primary-light), transparent 24%),
radial-gradient(circle at 100% 0, var(--accent), transparent 20%)}
.page-hero{position:relative;overflow:hidden;padding:6rem 0;background:linear-gradient(105deg,var(--background),#fff 55%,var(--section-warm))}
.page-hero:after{content:"";position:absolute;right:5%;top:12%;width:300px;height:300px;border-radius:50%;background:var(--primary-light);opacity:.45}
.page-hero .container{position:relative;z-index:1}
.page-hero p{font-size:1.12rem;max-width:700px;margin-top:1rem}
.section{padding:5.5rem 0}
.section-warm{background:linear-gradient(90deg,var(--section-warm),#f3eee8)}
.section-light{background:#fff}
.center{text-align:center}
.section-heading{max-width:760px;margin:0 auto 3rem;text-align:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.card{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--soft-shadow)}
.card h3{margin-bottom:.85rem}
.card-link{display:block;transition:.22s ease}
.card-link:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card-link .learn{display:inline-block;margin-top:1.2rem;color:var(--primary-dark);font-weight:800}
.service-icon{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:white;margin:0 auto 1.3rem;box-shadow:0 12px 28px rgba(122,155,142,.22)}
.service-icon .icon-svg{width:58px;height:58px}
.service-card{text-align:center;min-height:100%}
.three-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.icon-row{display:flex;gap:1rem;align-items:flex-start}
.small-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--primary-light);color:var(--primary-dark)}
.small-icon svg{width:28px;height:28px}
.meet-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:center}
.headshot-wrap{width:min(380px,100%);aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:var(--shadow);border:12px solid white;background:white;margin-inline:auto}
.headshot-wrap img{width:100%;height:100%;object-fit:cover}
.profile-meta{color:var(--primary-dark);font-weight:800;margin:.45rem 0 1.2rem}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.info-grid .wide{grid-column:span 2}
.pill-list{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}
.pill{display:inline-flex;align-items:center;justify-content:center;padding:.58rem 1.4rem;border-radius:999px;background:rgba(220,230,223,.72);border:1px solid rgba(47,58,54,.08);font-weight:700;font-size:.93rem;color:var(--text)}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}
.large-service-icon{width:260px;height:260px;border-radius:50%;background:linear-gradient(145deg,var(--primary-light),#f5f2ea);border:2px solid var(--primary-dark);color:var(--primary-dark);display:grid;place-items:center;margin:auto}
.large-service-icon svg{width:150px;height:150px}
.minimal-list{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:white}
.minimal-list div{padding:1.5rem;border-right:1px solid var(--line);font-family:"Cormorant Garamond",Georgia,serif;font-size:1.35rem;line-height:1.1}
.minimal-list div:last-child{border-right:0}
.notice-banner{display:grid;grid-template-columns:auto 1fr 1fr;gap:2rem;align-items:center;background:linear-gradient(90deg,var(--primary-light),#f2f4ef);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.4rem 2rem}
.notice-banner .leaf-line{width:70px;height:70px;color:var(--primary-dark)}
.cta-panel{background:linear-gradient(90deg,var(--section-warm),#f9f6f0);border:1px solid var(--line);border-radius:var(--radius-xl);padding:2.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start}
.contact-options{display:grid;gap:1rem}
.contact-option{display:flex;gap:1.2rem;background:white;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.6rem;box-shadow:var(--soft-shadow)}
.contact-form{background:white;border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}
.form-row{margin-bottom:1.15rem}
label{display:block;font-weight:700;margin-bottom:.45rem;color:var(--text)}
input,select,textarea{width:100%;font:inherit;padding:.95rem 1rem;border:1px solid rgba(47,58,54,.22);border-radius:12px;background:#fff;color:var(--text)}
textarea{min-height:155px;resize:vertical}
.form-note{font-size:.88rem;color:var(--muted-text);margin-top:1rem}
.privacy-note{background:rgba(232,224,215,.55);border-radius:var(--radius-md);padding:1.2rem;margin-top:2rem}
.site-footer{background:linear-gradient(120deg,#2f4b40,#425f52);color:white;padding:4rem 0 0}
.site-footer p,.site-footer a{color:rgba(255,255,255,.84)}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .8fr 1.1fr;gap:2rem}
.footer-logo{width:230px;filter:brightness(0) invert(1);margin-bottom:1rem}
.site-footer h3{font-family:Inter,sans-serif;font-size:.95rem;color:white;margin-bottom:.8rem}
.site-footer a{display:block;margin:.35rem 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);text-align:center;padding:1rem 0;margin-top:3rem}
.footer-bottom p{font-size:.85rem}
@media(max-width:950px){
  .header-cta{display:none}
  .mobile-toggle{display:block}
  .nav-menu{position:absolute;left:0;right:0;top:100%;background:white;border-bottom:1px solid var(--line);padding:1rem 4%;display:none;flex-direction:column;align-items:flex-start;gap:1rem}
  .nav-menu.open{display:flex}
  .hero-grid,.meet-grid,.split,.contact-grid{grid-template-columns:1fr}
  .hero-art{min-height:320px}
  .cards,.three-columns,.info-grid{grid-template-columns:1fr}
  .info-grid .wide{grid-column:auto}
  .minimal-list{grid-template-columns:1fr}
  .minimal-list div{border-right:0;border-bottom:1px solid var(--line)}
  .minimal-list div:last-child{border-bottom:0}
  .notice-banner{grid-template-columns:1fr}
  .cta-panel{display:block}
  .cta-panel .hero-buttons{margin-top:1.2rem}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .logo img{width:190px}
  .hero,.page-hero{padding:4.3rem 0}
  .section{padding:4rem 0}
  .btn{width:100%}
  .large-service-icon{width:200px;height:200px}
  .large-service-icon svg{width:115px;height:115px}
}


/* ==========================
   HOMEPAGE FINAL REVISION
   Compact white nav + soft botanical hero
========================== */

.site-header {
  background: #fff;
  backdrop-filter: none;
}

.site-header .header-inner {
  padding: 0.42rem 0;
  min-height: 66px;
}

.logo img {
  width: 178px;
}

.nav-menu {
  gap: 1.65rem;
  font-size: 0.9rem;
}

.header-cta {
  padding: 0.72rem 1.18rem;
  font-size: 0.86rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: var(--background);
  background-image:
    linear-gradient(90deg, rgba(250,249,246,.94) 0%, rgba(250,249,246,.86) 45%, rgba(250,249,246,.45) 100%),
    url("../images/hero-botanical-bg.svg");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(47,58,54,.08);
}

.home-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 30%, rgba(255,255,255,.78), transparent 27%),
    radial-gradient(circle at 55% 50%, rgba(255,255,255,.42), transparent 34%);
}

.home-hero:after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -52px;
  height: 108px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  box-shadow: 0 -18px 38px rgba(47,58,54,.035);
}

.home-hero .container {
  position: relative;
  z-index: 1;
}

.home-hero-content {
  max-width: 960px;
  margin: 0 auto;
}

.home-hero .eyebrow {
  margin-bottom: 1.25rem;
  color: var(--primary-dark);
  text-transform: none;
  letter-spacing: .02em;
  font-size: 1rem;
  font-weight: 600;
}

.hero-logo-type {
  margin-bottom: 1.25rem;
  color: var(--text);
}

.hero-logo-type .hero-logo-main {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.2rem, 8vw, 7.2rem);
  line-height: .9;
  letter-spacing: -.045em;
  font-weight: 600;
}

.hero-logo-type .hero-logo-sub {
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: .9;
  font-style: italic;
  font-weight: 500;
}

.hero-logo-type .hero-logo-sub:before,
.hero-logo-type .hero-logo-sub:after {
  content: "";
  width: clamp(70px, 9vw, 140px);
  height: 2px;
  background: var(--accent);
  display: inline-block;
}

.home-hero .home-subtitle {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.12;
  color: var(--text);
  margin: 0 auto 1rem;
  max-width: 1120px;
  white-space: nowrap;
}

.home-hero .home-supporting {
  font-size: 1.14rem;
  max-width: 740px;
  margin: 0 auto 2rem;
}

.home-hero .hero-buttons {
  justify-content: center;
}

.home-intro-text {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.home-intro-text h2 {
  margin-bottom: 1rem;
}

.home-intro-text .intro-main-line {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.08;
  color: var(--text);
  margin: 0 auto 1.1rem;
  white-space: nowrap;
}

.home-intro-text p {
  font-size: 1.08rem;
  margin-top: 1rem;
}

.home-contact-section {
  background: linear-gradient(135deg, #fff, var(--primary-light));
}

.home-contact-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.therapist-home-button {
  margin-top: 1.25rem;
}

.final-location-band {
  background: linear-gradient(90deg, var(--section-warm), #f8f4ed);
  border-top: 1px solid rgba(47,58,54,.08);
  border-bottom: 1px solid rgba(47,58,54,.08);
  text-align: center;
  padding: 2.2rem 0;
}

.final-location-band p {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto;
}

@media(max-width: 1050px) {
  .home-hero .home-subtitle,
  .home-intro-text .intro-main-line {
    white-space: normal;
  }
}

@media(max-width: 950px) {
  .site-header .header-inner {
    min-height: 60px;
  }

  .logo img {
    width: 158px;
  }

  .home-hero {
    min-height: auto;
    padding: 5.2rem 0 6rem;
    background-position: 62% center;
  }

  .hero-logo-type .hero-logo-main {
    font-size: clamp(3.2rem, 13vw, 5.2rem);
  }

  .hero-logo-type .hero-logo-sub {
    font-size: clamp(2rem, 9vw, 3.4rem);
  }

  .home-hero .eyebrow {
    font-size: .94rem;
  }
}

@media(max-width: 640px) {
  .home-hero .home-subtitle {
    font-size: 1.65rem;
  }

  .hero-logo-type .hero-logo-sub:before,
  .hero-logo-type .hero-logo-sub:after {
    width: 48px;
  }
}


/* Homepage edit: softer botanical hero background */
.home-hero {
  background-image:
    linear-gradient(90deg, rgba(250,249,246,.97) 0%, rgba(250,249,246,.88) 43%, rgba(250,249,246,.42) 100%),
    url("../images/hero-botanical-bg.svg");
  background-position: center right;
}

.home-hero-content {
  padding-top: 1rem;
}

@media(min-width: 1051px) {
  .home-intro-text h2 {
    white-space: nowrap;
  }
}


/* Homepage edit: hero location line and typed logo-style brand */
.home-hero .hero-location-line {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: var(--primary-dark);
  text-transform: none;
  letter-spacing: .02em;
  font-size: 1rem;
  font-weight: 600;
}

.hero-logo-type {
  margin-bottom: 1.25rem;
}

.hero-logo-type .hero-logo-main {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.045em;
}

.hero-logo-type .hero-logo-sub {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
}


/* Meet Your Therapist page spacing */
.therapist-bio-copy p {
  margin-bottom: 1.15rem;
}

.therapist-bio-copy .profile-meta {
  margin-bottom: 1.45rem;
}


/* ==========================
   Services dropdown navigation + page edits
========================== */

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-dropdown > a::after {
  content: "⌄";
  font-size: 0.78rem;
  line-height: 1;
  transform: translateY(-1px);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 230px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 80;
}

.dropdown-menu a {
  display: block;
  padding: 0.72rem 0.85rem;
  border-radius: 12px;
  font-size: 0.9rem;
  color: var(--text);
}

.dropdown-menu a:hover {
  background: var(--primary-light);
  color: var(--primary-dark);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.services-page-hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.services-page-hero p {
  max-width: 1000px;
}

.services-page-hero .one-line {
  white-space: nowrap;
}

.service-fit-title {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  white-space: nowrap;
}

.individual-page-hero h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
  white-space: nowrap;
}

.lighter-support-section {
  background: #F3F6F1;
}

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

.single-line-text {
  white-space: nowrap;
}

@media(max-width: 1100px) {
  .services-page-hero .one-line,
  .service-fit-title,
  .individual-page-hero h1,
  .single-line-text {
    white-space: normal;
  }
}

@media(max-width: 950px) {
  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-dropdown > a::after {
    content: "";
  }

  .dropdown-menu {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    padding: 0.25rem 0 0.25rem 1rem;
    min-width: 0;
    background: transparent;
  }

  .dropdown-menu a {
    padding: 0.45rem 0;
  }

  .individual-content-columns {
    grid-template-columns: 1fr;
  }
}


/* ==========================
   Homepage detail edits
========================== */

/* Shorter top navigation */
.site-header .header-inner {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
  min-height: 56px;
}

.logo img {
  width: 158px;
}

.header-cta {
  padding: 0.58rem 1rem;
  font-size: 0.82rem;
}

.nav-menu {
  font-size: 0.88rem;
  gap: 1.45rem;
}

/* More logo-like typed hero brand */
.hero-logo-type {
  margin-bottom: 1.35rem;
}

.hero-logo-type .hero-logo-main {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.055em;
  font-size: clamp(4.35rem, 8.4vw, 7.45rem);
}

.hero-logo-type .hero-logo-sub {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
}

/* Homepage services languages */
.services-language-line {
  margin: 1.2rem auto 0;
  padding: 0.85rem 1.2rem;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: var(--primary-light);
  color: var(--text);
  font-weight: 600;
}

/* Slightly narrower homepage contact form */
.home-contact-wrapper {
  max-width: 860px;
}

.home-contact-section .contact-form {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Center homepage contact submit button */
.home-contact-section .contact-form button[type="submit"] {
  display: flex;
  margin: 1.2rem auto 0;
  min-width: 190px;
}

/* Footer bottom centered notice */
.footer-bottom {
  text-align: center;
}

.footer-service-note {
  color: rgba(255,255,255,.88);
  font-size: 0.95rem;
  max-width: 900px;
  margin: 0 auto 0.55rem;
}

.footer-emergency-note {
  color: rgba(255,255,255,.76);
  font-size: 0.86rem;
  max-width: 920px;
  margin: 0 auto 0.8rem;
}

@media(max-width: 950px) {
  .logo img {
    width: 148px;
  }

  .site-header .header-inner {
    min-height: 54px;
  }
}


/* ==========================
   Service detail page hero edits
========================== */

.service-detail-hero h1 {
  font-size: clamp(3rem, 5.5vw, 5.3rem);
}

.service-detail-hero .service-hero-subtitle,
.service-detail-hero .service-hero-location {
  max-width: 1100px;
  white-space: nowrap;
}

.service-detail-hero .service-hero-subtitle {
  font-size: 1.14rem;
}

.service-detail-hero .service-hero-location {
  font-weight: 700;
  color: var(--text);
}

.service-intro-section {
  background: #fff;
}

.service-intro-section .section-heading {
  max-width: 900px;
  margin-bottom: 0;
}

.service-intro-section p {
  font-size: 1.08rem;
}

@media(max-width: 1100px) {
  .service-detail-hero .service-hero-subtitle,
  .service-detail-hero .service-hero-location {
    white-space: normal;
  }
}


/* =========================================================
   FINAL VISIBLE EDITS — fonts, logo, footer notices, pages
========================================================= */

/* Font update */
body {
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif !important;
}

h1, h2, h3, h4,
.nav-menu,
.btn,
.card h3,
.page-hero h1,
.section-heading h2,
.hero-logo-type .hero-logo-main {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, sans-serif !important;
}

/* Header logo rebuilt with uploaded leaf + typed text */
.logo {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.logo > img:not(.site-logo-leaf) {
  display: none !important;
}

.site-logo-leaf {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.site-logo-main {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.32rem;
  letter-spacing: -0.035em;
  color: var(--text);
}

.site-logo-sub {
  font-family: "Open Sans", system-ui, sans-serif;
  font-weight: 300;
  font-size: 0.86rem;
  letter-spacing: 0.26em;
  color: var(--text);
  text-align: right;
  margin-top: 0.12rem;
}

/* Shorter white navigation bar */
.site-header {
  background: #fff !important;
}

.site-header .header-inner {
  padding-top: 0.24rem !important;
  padding-bottom: 0.24rem !important;
  min-height: 54px !important;
}

.nav-menu {
  gap: 1.35rem !important;
  font-size: 0.86rem !important;
}

.header-cta {
  padding: 0.54rem 0.95rem !important;
  font-size: 0.82rem !important;
}

/* Hero typed logo: Poppins for Next Lilypad, Open Sans for Therapy */
.hero-logo-type {
  margin-bottom: 1.25rem !important;
}

.hero-logo-type .hero-logo-main {
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  font-size: clamp(4rem, 8vw, 7.1rem) !important;
}

.hero-logo-type .hero-logo-sub {
  font-family: "Open Sans", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: 0.22em !important;
  text-transform: none !important;
}

/* Homepage service language and spacing */
.how-support-location {
  margin-top: 1.45rem !important;
  line-height: 2 !important;
}

.services-language-line {
  margin: 1.2rem auto 0 !important;
  padding: 0.85rem 1.2rem !important;
  width: fit-content !important;
  max-width: 100% !important;
  border-radius: 999px !important;
  background: var(--primary-light) !important;
  color: var(--text) !important;
  font-weight: 600 !important;
}

/* Homepage contact form visible changes */
.home-contact-wrapper {
  max-width: 860px !important;
}

.home-contact-section .contact-form {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-contact-section .contact-form button[type="submit"] {
  display: flex !important;
  margin: 1.2rem auto 0 !important;
  min-width: 190px !important;
}

.home-contact-section .form-note.email-note {
  text-align: center !important;
}

/* Footer: typed footer brand and centered notes under quick links */
.footer-logo {
  display: none !important;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: none !important;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer-brand-main {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.footer-brand-sub {
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.24em;
  color: rgba(255,255,255,.9);
  text-align: right;
  margin-top: 0.14rem;
}

.footer-bottom-notices {
  text-align: center !important;
  max-width: 980px !important;
  margin: 2.1rem auto 0 !important;
  padding-top: 1.35rem !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}

.footer-bottom-notices p {
  margin: 0 auto 0.55rem !important;
}

.footer-service-note {
  color: rgba(255,255,255,.9) !important;
  font-size: 0.95rem !important;
}

.footer-emergency-note {
  color: rgba(255,255,255,.76) !important;
  font-size: 0.86rem !important;
}

/* Couples / Family modalities */
.modality-list-simple {
  display: grid !important;
  gap: 0.75rem !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.modality-list-simple div {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  padding: 0.82rem 1.25rem !important;
  text-align: center !important;
  font-weight: 600 !important;
}

.service-journey-line,
.contact-page-hero p {
  white-space: nowrap;
}

@media(max-width: 1100px) {
  .service-journey-line,
  .contact-page-hero p {
    white-space: normal;
  }
}

@media(max-width: 950px) {
  .site-logo-main {
    font-size: 1.1rem;
  }

  .site-logo-sub {
    font-size: 0.74rem;
  }

  .site-logo-leaf {
    width: 32px !important;
    height: 32px !important;
  }
}


/* =========================================================
   FINAL FONT UPDATE — Cormorant Garamond + Open Sans
========================================================= */

body {
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif !important;
}

h1, h2, h3, h4,
.card h3,
.page-hero h1,
.section-heading h2,
.home-subtitle,
.intro-main-line,
.service-fit-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600 !important;
}

.nav-menu,
.btn,
input,
select,
textarea,
label,
.eyebrow,
.pill,
.site-logo-main,
.site-logo-sub,
.footer-brand-main,
.footer-brand-sub {
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif !important;
}

.hero-logo-type .hero-logo-main {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.055em !important;
}

.hero-logo-type .hero-logo-sub {
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: 0.22em !important;
}

.site-logo-main,
.footer-brand-main {
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.site-logo-sub,
.footer-brand-sub {
  font-weight: 300 !important;
  letter-spacing: 0.24em !important;
}


/* =========================================================
   FINAL REQUESTED EDITS
========================================================= */

/* Use actual logo image in header/footer */
.logo > img:not(.site-logo-leaf) {
  display: block !important;
}

.logo {
  display: inline-flex !important;
  align-items: center !important;
}

.logo img {
  width: 178px !important;
  height: auto !important;
}

.site-logo-leaf,
.site-logo-text,
.footer-brand {
  display: none !important;
}

.footer-logo {
  display: block !important;
  width: 230px !important;
  height: auto !important;
}

/* Keep global warm font pairing */
body {
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif !important;
}

h1, h2, h3, h4,
.card h3,
.page-hero h1,
.section-heading h2,
.home-subtitle,
.intro-main-line,
.service-fit-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

/* Homepage hero brand only */
.hero-logo-type .hero-logo-main {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
}

.hero-logo-type .hero-logo-sub {
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: 0.22em !important;
}

/* Footer emergency statement centered below quick links */
.footer-bottom-notices {
  text-align: center !important;
  max-width: 980px !important;
  margin: 2.1rem auto 0 !important;
  padding-top: 1.35rem !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}

.footer-service-note {
  display: none !important;
}

.footer-emergency-note {
  color: rgba(255,255,255,.78) !important;
  font-size: .86rem !important;
  max-width: 920px !important;
  margin: 0 auto !important;
}

/* Leaf icon on Online Therapy notice banners */
.notice-leaf-icon {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain !important;
}

/* Contact form direct email centered */
.home-contact-section .form-note.email-note {
  text-align: center !important;
}

/* Service page location statements should not look bold */
.service-hero-location {
  font-weight: 400 !important;
}

/* Modality rows one per line */
.modality-list-simple {
  display: grid !important;
  gap: .75rem !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.modality-list-simple div {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  padding: .82rem 1.25rem !important;
  text-align: center !important;
  font-weight: 600 !important;
}


/* =========================================================
   HOMEPAGE HERO LOGO SIZE UPDATE
========================================================= */

.home-hero .hero-logo-type .hero-logo-main {
  font-size: clamp(3.2rem, 6.2vw, 5.4rem) !important;
}

.home-hero .hero-logo-type .hero-logo-sub {
  font-size: clamp(1.7rem, 3.4vw, 3rem) !important;
  letter-spacing: 0.2em !important;
}

@media(max-width: 640px) {
  .home-hero .hero-logo-type .hero-logo-main {
    font-size: clamp(2.8rem, 11vw, 4rem) !important;
  }

  .home-hero .hero-logo-type .hero-logo-sub {
    font-size: clamp(1.45rem, 7vw, 2.25rem) !important;
  }
}


/* =========================================================
   HOMEPAGE HERO LOGO SPACING + THERAPIST IMAGE POSITION
========================================================= */

/* Slightly smaller and closer to the logo format */
.home-hero .hero-logo-type .hero-logo-main {
  font-size: clamp(3rem, 5.8vw, 5.05rem) !important;
  letter-spacing: 0.035em !important;
}

.home-hero .hero-logo-type .hero-logo-sub {
  font-size: clamp(1.55rem, 3.05vw, 2.65rem) !important;
  letter-spacing: 0.34em !important;
  padding-left: 0.34em !important;
}

/* Move Gloria's headshot slightly upward on the Meet Your Therapist page */
.meet-grid .headshot-wrap {
  transform: translateY(-24px);
}

@media(max-width: 950px) {
  .meet-grid .headshot-wrap {
    transform: translateY(0);
  }
}

@media(max-width: 640px) {
  .home-hero .hero-logo-type .hero-logo-main {
    font-size: clamp(2.55rem, 10vw, 3.75rem) !important;
    letter-spacing: 0.025em !important;
  }

  .home-hero .hero-logo-type .hero-logo-sub {
    font-size: clamp(1.35rem, 6.4vw, 2.05rem) !important;
    letter-spacing: 0.28em !important;
  }
}


/* =========================================================
   COUPLES / FAMILY / CONTACT FORM UPDATES
========================================================= */

.service-intro-section {
  background: #fff !important;
}

.service-intro-section .section-heading {
  max-width: 920px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.family-journey-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact-page-form-wrapper {
  max-width: 860px !important;
  margin: 0 auto !important;
}

.contact-page-form-wrapper .contact-form {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact-page-form-wrapper .contact-form button[type="submit"] {
  display: flex !important;
  margin: 1.2rem auto 0 !important;
  min-width: 190px !important;
}

.contact-page-form-wrapper .form-note.email-note {
  text-align: center !important;
}


/* =========================================================
   FAQ ACCORDION
========================================================= */

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.15rem 1.35rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  padding: 0 1.35rem 1.25rem;
  margin: 0;
}


/* =========================================================
   CONTACT PAGE OPTIONS RESTORED
========================================================= */

.contact-page-grid-restored {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.contact-page-grid-restored .contact-options {
  display: grid;
  gap: 1rem;
}

.contact-page-grid-restored .contact-option {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  box-shadow: var(--soft-shadow);
}

.contact-page-grid-restored .contact-option h3 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.contact-page-grid-restored .contact-option p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.contact-page-grid-restored .small-icon {
  width: 44px;
  height: 44px;
  font-weight: 700;
}

.contact-page-grid-restored .contact-form {
  max-width: none !important;
}

@media(max-width: 950px) {
  .contact-page-grid-restored {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   HOMEPAGE HERO SPACING + FOOTER LOGO ALIGNMENT
========================================================= */

/* Add a little more space between "Next Lilypad" and "Therapy" in the homepage hero */
.home-hero .hero-logo-type .hero-logo-main {
  margin-bottom: 0.34rem !important;
}

.home-hero .hero-logo-type .hero-logo-sub {
  display: inline-flex !important;
  margin-top: 0.12rem !important;
}

/* Move footer logo area slightly upward and align closer with quick links */
.site-footer .footer-grid > div:first-child {
  transform: translateY(-10px);
}

.site-footer .footer-logo {
  margin-bottom: 0.75rem !important;
}

/* Place the online/in-person location line directly under the footer logo */
.footer-location-under-logo {
  color: rgba(255,255,255,.86) !important;
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 330px;
}

/* Remove extra top space for footer notices if only emergency notice remains */
.footer-bottom-notices {
  margin-top: 1.35rem !important;
}


/* =========================================================
   FOOTER + CONTACT PAGE LAYOUT ADJUSTMENTS
========================================================= */

/* Move footer logo and location line slightly upward on all pages */
.site-footer .footer-grid > div:first-child {
  transform: translateY(-18px) !important;
}

.site-footer .footer-logo {
  margin-bottom: 0.45rem !important;
}

.footer-location-under-logo {
  margin-top: 0 !important;
  transform: translateY(-4px);
}

/* Contact page: center intro text above the grid */
.contact-page-centered-intro {
  text-align: center !important;
  max-width: 820px !important;
  margin: 0 auto 3rem !important;
}

.contact-page-centered-intro h2 {
  margin-bottom: 0.8rem;
}

.contact-page-centered-intro p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact page: form on the left, option cards on the right */
.contact-page-grid-restored {
  grid-template-columns: 1.08fr 0.92fr !important;
}

.contact-page-grid-restored .contact-form-column {
  order: 1;
}

.contact-page-grid-restored .contact-options {
  order: 2;
}

@media(max-width: 950px) {
  .site-footer .footer-grid > div:first-child {
    transform: none !important;
  }

  .footer-location-under-logo {
    transform: none;
  }

  .contact-page-grid-restored {
    grid-template-columns: 1fr !important;
  }

  .contact-page-grid-restored .contact-form-column,
  .contact-page-grid-restored .contact-options {
    order: initial;
  }
}


/* =========================================================
   CONTACT OPTION ICONS REMOVED
========================================================= */

.contact-page-grid-restored .contact-option {
  gap: 0 !important;
}

.contact-page-grid-restored .contact-option > div {
  width: 100%;
}

.contact-page-grid-restored .contact-option h3 {
  margin-top: 0;
}


/* =========================================================
   EMAIL UNDERLINE + INDIVIDUAL HERO CLEANUP
========================================================= */

a[href="mailto:info@nextlilypadtherapy.ca"] {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.individual-page-hero .service-hero-subtitle,
.individual-page-hero .service-hero-location {
  display: none !important;
}


/* =========================================================
   DROPDOWN + COUPLES/FAMILY PAGE FIXES
========================================================= */

/* Prevent Services dropdown from disappearing while moving mouse downward */
.nav-dropdown {
  padding-bottom: 0.9rem !important;
  margin-bottom: -0.9rem !important;
}

.dropdown-menu {
  top: calc(100% + 0.15rem) !important;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 100%;
  height: 1rem;
}

/* Hide removed hero subtitles/locations on Couples and Family pages if any remain */
.couples-page-hero .service-hero-subtitle,
.family-page-hero .service-hero-subtitle,
.family-page-hero .service-hero-location {
  display: none !important;
}

/* Center Family Therapy journey sentence */
.family-journey-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   COUPLES THERAPY PAGE FINAL CLEANUP
========================================================= */

.couples-page-hero .service-hero-location {
  display: none !important;
}


/* =========================================================
   FAMILY THERAPY PAGE FINAL CLEANUP
========================================================= */

.family-journey-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   CONTACT PAGE + FOOTER FINAL UPDATES
========================================================= */

/* Move footer logo area higher on all pages */
.site-footer .footer-grid > div:first-child {
  transform: translateY(-28px) !important;
}

.site-footer .footer-logo {
  margin-bottom: 0.35rem !important;
}

/* Make footer logo link behave like the image */
.footer-logo-link {
  display: inline-block;
}

.footer-logo-link .footer-logo {
  display: block !important;
}

/* Footer email line */
.footer-email-line {
  margin-top: 0.45rem;
}

.footer-email-line a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

@media(max-width: 950px) {
  .site-footer .footer-grid > div:first-child {
    transform: none !important;
  }
}


/* =========================================================
   FOOTER CRISIS NOTE TWO-LINE FORMAT
========================================================= */

.footer-crisis-note {
  text-align: center;
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.7;
}

.footer-crisis-note span {
  display: block;
}

.footer-crisis-note a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}


/* =========================================================
   FINAL FAMILY + CONTACT HEADING EDITS
========================================================= */

.family-journey-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   EXPANDED COLLAPSIBLE FAQ SECTION
========================================================= */

.faq-section {
  background: var(--background);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(122, 155, 142, 0.22);
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 14px 36px rgba(47, 58, 54, 0.06);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.35rem;
  font-weight: 700;
  color: var(--text);
  position: relative;
  padding-right: 3rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--primary);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.2rem;
  color: var(--muted-text);
  line-height: 1.75;
}

.faq-item a {
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* =========================================================
   COMPACT NAVIGATION BAR
========================================================= */

/* Reduce navigation bar height */
.site-header {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
}

.navbar {
  min-height: 58px !important;
  padding-top: 0.15rem !important;
  padding-bottom: 0.15rem !important;
}

.logo img,
.nav-logo img,
.header-logo img {
  max-height: 48px !important;
}

/* Slightly increase main navigation font size */
.nav-links a,
.nav-menu a,
.navbar a {
  font-size: 1.02rem !important;
}

/* Keep dropdown font balanced */
.dropdown-menu a {
  font-size: 0.98rem !important;
}

@media(max-width: 900px) {
  .site-header {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .navbar {
    min-height: 54px !important;
  }

  .logo img,
  .nav-logo img,
  .header-logo img {
    max-height: 44px !important;
  }
}


/* =========================================================
   UPDATED LOGO IMAGE
========================================================= */

.logo img,
.nav-logo img,
.header-logo img {
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain !important;
}

.site-header .logo img,
.site-header .nav-logo img,
.site-header .header-logo img {
  max-height: 52px !important;
}

.footer-logo {
  width: auto !important;
  max-width: 300px !important;
  height: auto !important;
  object-fit: contain !important;
}

@media(max-width: 900px) {
  .logo img,
  .nav-logo img,
  .header-logo img {
    max-width: 220px !important;
  }

  .site-header .logo img,
  .site-header .nav-logo img,
  .site-header .header-logo img {
    max-height: 46px !important;
  }
}


/* =========================================================
   TRANSPARENT LOGO UPDATE
========================================================= */

.logo img,
.nav-logo img,
.header-logo img,
.footer-logo {
  background: transparent !important;
}


/* =========================================================
   CLEAN UPDATED FAQ SECTION
========================================================= */

.faq-section {
  background: var(--background);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(122, 155, 142, 0.22);
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 14px 36px rgba(47, 58, 54, 0.06);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.35rem;
  font-weight: 700;
  color: var(--text);
  position: relative;
  padding-right: 3rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--primary);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.2rem;
  color: var(--muted-text);
  line-height: 1.75;
}

.faq-item a {
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* =========================================================
   CLEAN CONTACT PAGE + FAQ UPDATE
========================================================= */

.faq-section {
  background: var(--background);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(122, 155, 142, 0.22);
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 14px 36px rgba(47, 58, 54, 0.06);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.35rem;
  font-weight: 700;
  color: var(--text);
  position: relative;
  padding-right: 3rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--primary);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.2rem;
  color: var(--muted-text);
  line-height: 1.75;
}

.faq-item a,
.email-note a,
.footer-crisis-note a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.footer-crisis-note {
  text-align: center;
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.7;
}

.footer-crisis-note span {
  display: block;
}


/* =========================================================
   UPDATED FOOTER CRISIS WORDING
========================================================= */

.footer-crisis-note {
  text-align: center;
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.7;
}

.footer-crisis-note span {
  display: block;
}

.footer-crisis-note a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}


/* =========================================================
   FOOTER CRISIS NOTE THREE-LINE FORMAT
========================================================= */

.footer-crisis-note {
  text-align: center;
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.7;
}

.footer-crisis-note span {
  display: block;
}

.footer-crisis-note a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}


/* =========================================================
   MOBILE OPTIMIZATION PASS
========================================================= */

html,
body {
  overflow-x: hidden;
}

@media(max-width: 950px) {
  .container {
    width: min(91%, var(--container)) !important;
  }

  .site-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-header .header-inner,
  .header-inner {
    min-height: 58px !important;
    padding: 0.32rem 0 !important;
    gap: 0.75rem !important;
  }

  .site-header .logo img,
  .logo img,
  .nav-logo img,
  .header-logo img {
    max-width: 190px !important;
    max-height: 42px !important;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    font-size: 1.45rem !important;
    background: rgba(220, 230, 223, 0.55) !important;
    color: var(--text) !important;
  }

  .nav-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    max-height: calc(100vh - 58px);
    overflow-y: auto;
    background: #fff !important;
    border-bottom: 1px solid var(--line) !important;
    box-shadow: 0 18px 40px rgba(47, 58, 54, 0.08);
    padding: 0.55rem 4.5% 0.85rem !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    font-size: 1.02rem !important;
  }

  .nav-menu.open {
    display: flex !important;
  }

  .nav-menu a,
  .nav-dropdown > a {
    width: 100%;
    display: block !important;
    padding: 0.78rem 0.25rem !important;
    border-bottom: 1px solid rgba(47, 58, 54, 0.08);
  }

  .nav-menu a.active:after {
    display: none !important;
  }

  .nav-dropdown {
    display: block !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .nav-dropdown::after {
    display: none !important;
  }

  .nav-dropdown > a::after {
    content: "" !important;
  }

  .dropdown-menu {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    min-width: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 0 !important;
    border-left: 2px solid var(--primary-light) !important;
    border-radius: 0 !important;
    padding: 0.15rem 0 0.25rem 0.8rem !important;
    margin: 0.1rem 0 0.2rem !important;
    background: transparent !important;
  }

  .dropdown-menu a {
    font-size: 0.96rem !important;
    padding: 0.48rem 0.25rem !important;
    border-bottom: 0 !important;
    color: var(--muted-text) !important;
  }

  .header-cta {
    display: none !important;
  }

  .section {
    padding: 3.3rem 0 !important;
  }

  .page-hero {
    padding: 3.6rem 0 !important;
  }

  .home-hero {
    padding: 4rem 0 3.4rem !important;
    min-height: auto !important;
  }

  .home-hero-content {
    max-width: 100% !important;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.45rem) !important;
    letter-spacing: -0.035em !important;
  }

  h2,
  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
  }

  h3 {
    font-size: clamp(1.35rem, 7vw, 1.75rem) !important;
  }

  .eyebrow {
    font-size: 0.74rem !important;
    letter-spacing: 0.13em !important;
    margin-bottom: 0.75rem !important;
  }

  .home-hero .hero-location-line {
    line-height: 1.55 !important;
  }

  .home-hero .hero-logo-type {
    margin: 0.7rem 0 1.15rem !important;
  }

  .home-hero .hero-logo-type .hero-logo-main {
    font-size: clamp(2.65rem, 15vw, 4rem) !important;
    line-height: 0.92 !important;
  }

  .home-hero .hero-logo-type .hero-logo-sub {
    font-size: clamp(1.02rem, 5.2vw, 1.35rem) !important;
    letter-spacing: 0.2em !important;
  }

  .home-hero .home-subtitle {
    font-size: clamp(2rem, 10vw, 2.9rem) !important;
    line-height: 1.02 !important;
    margin-bottom: 0.9rem !important;
  }

  .home-hero .home-supporting,
  .page-hero p,
  .section-heading p,
  .home-intro-text p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  .hero-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    width: 100%;
    margin-top: 1.25rem !important;
  }

  .btn {
    width: 100% !important;
    min-height: 48px;
    padding: 0.82rem 1.15rem !important;
    font-size: 0.95rem !important;
  }

  .cards,
  .three-columns,
  .info-grid,
  .individual-content-columns,
  .service-card-grid,
  .contact-grid,
  .meet-grid,
  .split {
    grid-template-columns: 1fr !important;
    gap: 1.15rem !important;
  }

  .card,
  .contact-form,
  .contact-option,
  .contact-page-grid-restored .contact-option {
    border-radius: 20px !important;
    padding: 1.35rem !important;
  }

  .service-icon {
    width: 76px !important;
    height: 76px !important;
    margin-bottom: 1rem !important;
  }

  .service-icon .icon-svg {
    width: 48px !important;
    height: 48px !important;
  }

  .headshot-wrap {
    width: min(280px, 82vw) !important;
    border-width: 8px !important;
  }

  .contact-page-centered-intro {
    margin-bottom: 1.6rem !important;
  }

  .contact-page-grid-restored {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .contact-page-grid-restored .contact-form-column,
  .contact-page-grid-restored .contact-options {
    order: initial !important;
  }

  label {
    font-size: 0.96rem !important;
  }

  input,
  select,
  textarea {
    min-height: 48px;
    padding: 0.82rem 0.92rem !important;
    font-size: 1rem !important;
  }

  textarea {
    min-height: 135px !important;
  }

  .privacy-note {
    margin-top: 1.3rem !important;
    padding: 1rem !important;
  }

  .faq-list {
    gap: 0.7rem !important;
  }

  .faq-item {
    border-radius: 16px !important;
  }

  .faq-item summary {
    padding: 0.95rem 2.7rem 0.95rem 1.05rem !important;
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
  }

  .faq-item summary::after {
    right: 1.05rem !important;
  }

  .faq-item p {
    padding: 0 1.05rem 1rem !important;
    font-size: 0.94rem !important;
    line-height: 1.7 !important;
  }

  .cta-panel {
    display: block !important;
    padding: 1.45rem !important;
    text-align: center !important;
    border-radius: 24px !important;
  }

  .cta-panel .hero-buttons {
    margin-top: 1.15rem !important;
  }

  .site-footer {
    padding-top: 2.7rem !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 1.7rem !important;
    text-align: center !important;
  }

  .site-footer .footer-grid > div:first-child {
    transform: none !important;
  }

  .footer-logo,
  .site-footer .footer-logo {
    max-width: 220px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-location-under-logo {
    max-width: 320px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .site-footer a {
    display: block !important;
    padding: 0.18rem 0 !important;
  }

  .site-footer .nav-dropdown {
    width: 100% !important;
    display: block !important;
  }

  .site-footer .dropdown-menu {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0.1rem 0 !important;
    margin: 0 auto !important;
  }

  .footer-bottom-notices {
    margin-top: 1.5rem !important;
    padding-top: 1rem !important;
  }

  .footer-crisis-note {
    max-width: 92% !important;
    font-size: 0.82rem !important;
    line-height: 1.6 !important;
  }

  .footer-bottom {
    margin-top: 1.8rem !important;
  }
}

@media(max-width: 420px) {
  .site-header .logo img,
  .logo img,
  .nav-logo img,
  .header-logo img {
    max-width: 166px !important;
    max-height: 38px !important;
  }

  .mobile-toggle {
    width: 40px;
    height: 40px;
  }

  .home-hero {
    padding-top: 3.4rem !important;
  }

  .home-hero .hero-logo-type .hero-logo-main {
    font-size: clamp(2.35rem, 15vw, 3.35rem) !important;
  }

  .home-hero .hero-logo-type .hero-logo-sub {
    font-size: 0.98rem !important;
  }

  .card,
  .contact-form,
  .contact-option,
  .contact-page-grid-restored .contact-option {
    padding: 1.15rem !important;
  }
}

/* Make footer Quick Links service submenu behave like normal footer links */
.site-footer .nav-dropdown {
  position: static !important;
}

.site-footer .nav-dropdown::after,
.site-footer .nav-dropdown > a::after {
  display: none !important;
  content: "" !important;
}

.site-footer .dropdown-menu {
  position: static !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-width: 0 !important;
  padding: 0.1rem 0 0.1rem 0.8rem !important;
  margin: 0 !important;
}

.site-footer .dropdown-menu a {
  color: rgba(255,255,255,.72) !important;
  font-size: 0.92rem !important;
  padding: 0.08rem 0 !important;
}
