:root {
    --green-900: #315d09;
    --green-700: #5d870d;
    --green-600: #729c12;
    --green-100: #eef3df;
    --ink: #171814;
    --muted: #5e605a;
    --line: #dedbd2;
    --cream: #f7f5ef;
    --warm: #eeeae1;
    --white: #fff;
    --shadow: 0 18px 50px rgba(45, 55, 28, .10);
    --radius: 14px;
    --container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.site-container { width: min(calc(100% - 104px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); background: var(--ink); color: white; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.top-strip { background: linear-gradient(90deg, #f6f4ef, #eeece7); border-bottom: 1px solid #e8e5de; font-size: .86rem; }
.top-strip__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top-strip p { margin: 0; }
.top-strip p span { color: var(--green-700); margin-right: 8px; }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid #e8e5df; }
.site-header__inner { min-height: 76px; display: grid; grid-template-columns: minmax(220px, 300px) 1fr; align-items: center; gap: 30px; }
.site-logo { display: block; width: min(100%, 280px); }
.site-logo img { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; }
.site-nav > ul { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.2vw, 36px); }
.site-nav ul { margin: 0; padding: 0; list-style: none; }
.site-nav__item { position: relative; }
.site-nav__item > a, .site-nav__label { display: block; padding: 14px 0; text-decoration: none; font-size: .94rem; white-space: nowrap; }
.site-nav__item.has-children > a::after, .site-nav__item.has-children > .site-nav__label::after { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.site-nav__item > a:hover, .site-nav__item > a:focus-visible { color: var(--green-700); }
.site-nav__level--1 { position: absolute; top: 100%; left: -22px; min-width: 230px; padding: 12px 20px !important; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.site-nav__item:hover > .site-nav__level--1, .site-nav__item:focus-within > .site-nav__level--1 { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav__level--1 .site-nav__item > a, .site-nav__level--1 .site-nav__label { padding: 9px 0; white-space: normal; }
.site-nav__services { min-width: 270px; max-height: min(70vh, 520px); overflow-y: auto; }
.site-nav__services .site-nav__item { border-bottom: 1px solid var(--line); }
.site-nav__services .site-nav__item:last-child { border-bottom: 0; }
.site-nav__services .site-nav__item > a { line-height: 1.3; }
.site-nav > ul > .site-nav__item:last-child > .site-nav__level--1 { left: auto; right: -22px; }
.site-nav__level--2 { padding-left: 16px !important; border-left: 1px solid var(--line); }
.button { min-height: 42px; padding: 10px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 7px; font-weight: 500; line-height: 1.1; white-space: nowrap; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(114,156,18,.35); outline-offset: 3px; }
.button-primary { color: white; background: linear-gradient(135deg, #4c7903, #3e6900); box-shadow: 0 8px 20px rgba(78,121,5,.18); }
.button-primary:hover { background: linear-gradient(135deg, #426b03, #345900); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--green-700); }
.button-outline:hover { background: var(--green-100); }
.button-icon { flex: 0 0 auto; width: 18px; height: 18px; display: inline-grid; place-items: center; margin-right: 9px; }
.button-icon svg { width: 100%; height: 100%; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 10px; border: 0; background: none; cursor: pointer; }
.menu-toggle__line { display: block; width: 28px; height: 2px; margin: 6px auto; background: currentColor; transition: .2s ease; }

.eyebrow { margin: 0 0 10px; color: var(--green-900); font-size: .82rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.home-hero { position: relative; overflow: hidden; background: #f7f5ef; }
.home-hero::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: -1px; height: 54px; pointer-events: none; background: no-repeat center bottom / 100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath d='M0 24C260 55 480 65 700 58C930 51 1102 22 1260 22C1335 22 1394 28 1440 38V70H0Z' fill='%23f9f7f1'/%3E%3C/svg%3E"); }
.home-hero__grid { position: relative; min-height: 370px; }
.home-hero__content { position: relative; z-index: 2; width: 49%; padding: 53px 24px 48px; }
.home-hero h1 { max-width: 650px; margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2.55rem, 3.4vw, 3.7rem); font-weight: 400; line-height: 1.18; letter-spacing: -.035em; }
.accent-rule { width: 158px; height: 3px; margin: 20px 0 17px; background: var(--green-600); }
.home-hero__intro { max-width: 450px; color: var(--muted); font-size: 1.08rem; line-height: 1.45; }
.home-hero__intro p { margin: 0; }
.home-hero__intro > *:not(:first-child) { display: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 25px; }
.hero-global-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
main > .hero-global-actions { display: none; }
.hero-global-actions .button { min-height: 42px; padding-inline: 18px; }
.home-hero .hero-global-actions .button { min-width: 150px; min-height: 44px; padding-inline: 20px; }
.home-hero .hero-global-actions .button-outline { background: rgba(255,255,255,.94); box-shadow: 0 6px 18px rgba(23,24,20,.12); }
.home-hero .hero-global-actions .button-outline:hover { background: var(--green-100); }
.hero-title-row { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hero-title-row h1 { min-width: 0; margin-bottom: 0 !important; }
.home-hero__grid > .hero-global-actions, .page-hero .hero-global-actions, .services-hero .hero-global-actions, .questions-hero .hero-global-actions, .callback-booking-hero .hero-global-actions { position: absolute; z-index: 4; top: 20px; right: 0; }
.home-hero__grid > .hero-global-actions { right: 24px; }
.home-hero__visual { position: absolute; inset: 0; z-index: 0; min-height: 370px; overflow: hidden; background: radial-gradient(circle at 60% 42%, rgba(225,232,201,.9), transparent 30%), linear-gradient(135deg, #e9e5db, #cbcfc0); }
.home-hero__visual.has-image { background-image: var(--hero-image); background-size: cover; background-position: center; }
.home-hero__visual.has-image .hero-orb, .home-hero__visual.has-image .hero-leaf { display: none; }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(93,135,13,.28); }
.hero-orb--one { width: 330px; height: 330px; top: 62px; left: 50px; background: rgba(255,255,255,.26); }
.hero-orb--two { width: 240px; height: 240px; right: 40px; bottom: 28px; background: rgba(236,240,219,.38); }
.hero-leaf { position: absolute; width: 170px; height: 100px; right: 60px; top: 80px; border: 2px solid var(--green-700); border-left: 0; border-bottom: 0; border-radius: 100% 0 100% 0; transform: rotate(-12deg); opacity: .68; }

.trust-bar { position: relative; z-index: 3; margin-top: -22px; background: rgba(249,247,241,.97); border-block: 1px solid var(--line); }
.trust-bar__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-bar article { min-height: 123px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 24px 38px; }
.trust-bar article + article { border-left: 1px solid var(--line); }
.trust-bar h2 { margin: 0 0 3px; font-size: 1.05rem; }
.trust-bar p { margin: 0; color: var(--muted); font-size: .87rem; }
.line-icon { flex: 0 0 54px; width: 54px; height: 54px; display: grid; place-items: center; color: var(--green-700); border: 1px solid var(--green-700); border-radius: 50%; font-size: 1.65rem; }

.section { padding: 58px 0; }
.section--soft { background: var(--cream); border-block: 1px solid #ebe7de; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .first-visit-card h2, .quote-card h2, .callback-card h2 { margin: 0 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.2; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.05rem; }
.counselors-section { padding: 8px 0 5px; }
.counselors-section .section-heading { margin-bottom: 7px; }
.counselors-section .section-heading .eyebrow, .counselors-section .section-heading > p:last-child { display: none; }
.counselors-section .section-heading h2 { margin: 0; font-size: 1.85rem; }
.counselor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 27px; }
.counselor-carousel { position: relative; padding-inline: 58px; }
.counselor-carousel__viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.counselor-carousel__viewport::-webkit-scrollbar { display: none; }
.counselor-carousel__track { display: flex; gap: 27px; }
.counselor-carousel__track .counselor-card { flex: 0 0 calc((100% - 54px) / 3); scroll-snap-align: start; }
.carousel-button { position: absolute; z-index: 2; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; padding: 0; color: var(--green-700); background: #fbfaf6; border: 1px solid #d6d1c5; border-radius: 50%; cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease, opacity .2s ease; }
.carousel-button span { margin-top: -4px; font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; }
.carousel-button:hover { color: white; background: var(--green-700); }
.carousel-button:disabled { opacity: .35; cursor: default; }
.carousel-button:disabled:hover { color: var(--green-700); background: #fbfaf6; }
.carousel-button--previous { left: 0; }
.carousel-button--next { right: 0; }
.counselor-grid--all { grid-template-columns: repeat(4,1fr); align-items: stretch; gap: 24px; }
.counselor-card { min-width: 0; min-height: 160px; display: grid; grid-template-columns: 48% 1fr; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 9px; }
.counselor-grid--all .counselor-card { min-height: 0; display: grid; grid-template-rows: auto 1fr; }
.counselor-card__image { min-height: 158px; display: grid; place-items: center; overflow: hidden; color: white; background: linear-gradient(145deg, var(--green-100), var(--green-700)); font-family: "Libre Baskerville", serif; font-size: 3rem; }
.counselor-grid--all .counselor-card__image { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 4.35; }
.counselor-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.counselor-card__body { align-self: center; padding: 16px; }
.counselor-grid--all .counselor-card__body { width: 100%; min-height: 104px; align-self: stretch; padding: 15px 17px 18px; }
.counselor-card--interactive { position: relative; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.counselor-card--interactive:hover, .counselor-card--interactive:focus-within { transform: translateY(-3px); border-color: #b8c98d; box-shadow: 0 14px 34px rgba(45,55,28,.12); }
.counselor-card__open { position: absolute; z-index: 2; inset: 0; width: 100%; padding: 0; background: transparent; border: 0; border-radius: inherit; cursor: pointer; }
.counselor-card__open:focus-visible { outline: 3px solid rgba(114,156,18,.42); outline-offset: 3px; }
.counselor-card__prompt { display: block; margin-top: 9px; color: var(--green-700); font-size: .78rem; font-weight: 600; }
.counselor-dialog { width: min(1020px, calc(100% - 36px)); max-height: calc(100vh - 36px); padding: 0; overflow: auto; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 28px 90px rgba(24,30,15,.28); }
.counselor-dialog::backdrop { background: rgba(24,28,18,.48); backdrop-filter: blur(3px); }
.counselor-dialog__close { position: absolute; z-index: 3; top: 16px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; overflow: hidden; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 50%; font-size: 0; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.counselor-dialog__close::before, .counselor-dialog__close::after { content: ""; position: absolute; width: 15px; height: 2px; background: currentColor; border-radius: 2px; }
.counselor-dialog__close::before { transform: rotate(45deg); }
.counselor-dialog__close::after { transform: rotate(-45deg); }
.counselor-dialog__close:hover, .counselor-dialog__close:focus-visible { color: white; background: var(--green-700); border-color: var(--green-700); }
.counselor-dialog__layout { min-height: 590px; display: grid; grid-template-columns: minmax(300px, 38%) 1fr; }
.counselor-dialog__portrait { min-height: 590px; overflow: hidden; background: var(--green-100); }
.counselor-dialog__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.counselor-dialog__portrait > span { height: 100%; display: grid; place-items: center; color: white; background: var(--green-700); font-family: "Libre Baskerville", serif; font-size: 6rem; }
.counselor-dialog__content { padding: 48px 50px; }
.counselor-dialog__content h2 { margin: 0 0 2px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.12; }
.counselor-dialog__title { margin: 0; color: var(--green-700); font-weight: 600; }
.counselor-dialog__tagline { margin: 12px 0 0; font-family: "Libre Baskerville", Georgia, serif; font-style: italic; }
.counselor-dialog__bio { margin-top: 24px; color: var(--muted); }
.counselor-dialog__bio > :first-child, .counselor-dialog__details section div > :first-child { margin-top: 0; }
.counselor-dialog__bio > :last-child, .counselor-dialog__details section div > :last-child { margin-bottom: 0; }
.counselor-dialog__details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; margin-top: 24px; }
.counselor-dialog__details section { padding-top: 14px; border-top: 1px solid var(--line); }
.counselor-dialog__details h3 { margin: 0 0 6px; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.counselor-dialog__details section div { color: var(--muted); font-size: .88rem; }
.counselor-dialog__contact { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 24px 0 18px; }
.counselor-dialog__contact a { color: var(--green-700); }
.counselor-dialog__content > .button { margin-top: 22px; }
.counselor-card h3, .counselor-card h2 { margin: 0 0 4px; font-family: "Libre Baskerville", Georgia, serif; font-size: 1.3rem; font-weight: 400; line-height: 1.25; }
.counselor-card p { margin: 0; color: var(--green-700); }
.counselor-card small { display: block; margin-top: 8px; color: var(--muted); }
.counselors-section .section-action { display: none; }
.section-action { margin-top: 28px; text-align: center; }
.text-link { color: var(--green-900); font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { min-height: 180px; display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 27px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.service-card__icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--green-700); border: 1px solid var(--green-700); border-radius: 50% 40% 55% 45%; font-size: 1.5rem; }
.service-card h3 { margin: 0 0 7px; font-size: 1.2rem; }
.service-card p { margin: 0 0 10px; color: var(--muted); font-size: .94rem; }

.services-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.services-hero::before { content: ""; position: absolute; left: 0; top: 22px; width: 58px; height: 170px; border-right: 1px solid var(--green-600); border-radius: 0 100% 100% 0; }
.services-hero__inner { min-height: 240px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.services-hero__copy { max-width: 620px; padding: 38px; }
.services-hero__copy h1 { margin: 0 0 12px; font-size: clamp(2rem, 3.1vw, 3.25rem); line-height: 1.12; letter-spacing: -.035em; }
.services-hero__intro { max-width: 570px; font-size: 1.08rem; line-height: 1.65; }
.services-hero__intro > :first-child { margin-top: 0; }
.services-hero__intro > :last-child { margin-bottom: 0; }
.services-hero__art { align-self: end; width: min(100%, 560px); margin-left: auto; }
.services-hero__art svg { width: 100%; display: block; overflow: visible; }
.services-hero__art .art-blob--one { fill: #f2eee2; }
.services-hero__art .art-blob--two { fill: rgba(188,205,133,.42); }
.services-hero__art .art-road, .services-hero__art .art-apple, .services-hero__art .art-leaf { fill: none; stroke: var(--green-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.services-hero__art .art-road { fill: rgba(255,255,255,.72); stroke: #7c845f; }
.services-listing { padding: 20px 0 12px; }
.services-listing__heading { margin-bottom: 16px; }
.services-listing__heading h2 { margin: 0 0 2px; font-size: 1.75rem; }
.services-listing__heading p { margin: 0; color: var(--muted); font-size: .91rem; }
.service-grid--landing { gap: 14px 28px; }
.service-card--landing { min-height: 146px; grid-template-columns: 82px 1fr; grid-template-rows: 1fr auto; gap: 0 20px; padding: 18px 22px 0; border-radius: 8px; }
.service-card--landing .service-card__icon { grid-row: 1; width: 72px; height: 65px; border: 0; border-radius: 0; }
.service-card--landing .service-card__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-card--landing .service-card__content { min-width: 0; }
.service-card--landing h3 { margin-bottom: 3px; font-size: 1.12rem; }
.service-card--landing p { min-height: 38px; margin-bottom: 3px; font-size: .82rem; line-height: 1.45; }
.service-card--landing .text-link { font-size: .84rem; font-weight: 500; }
.service-card__counselors { grid-column: 1 / -1; min-height: 34px; display: flex; align-items: center; gap: 8px; margin-top: 8px; border-top: 1px solid var(--line); font-size: .75rem; }
.service-card__counselors span { width: 16px; height: 16px; }
.service-card__counselors svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.service-card__counselors a { text-decoration: none; }
.services-benefits { min-height: 62px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 14px; background: #f7f5ed; border: 1px solid var(--line); border-radius: 8px; }
.services-benefits > div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 8px 28px; }
.services-benefits > div + div { border-left: 1px solid #cfd7b7; }
.services-benefits span { flex: 0 0 45px; width: 45px; height: 45px; display: grid; place-items: center; color: var(--green-700); border: 1px solid #b8c98d; border-radius: 50%; }
.services-benefits svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.services-benefits p { margin: 0; font-size: .83rem; }
.services-cta { min-height: 138px; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 34px; margin-top: 14px; padding: 22px 38px; overflow: hidden; background: linear-gradient(90deg, rgba(250,249,244,.98) 0%, rgba(248,247,240,.95) 58%, rgba(230,235,215,.76) 100%), url('/assets/images/callback-plant-v1.webp') right center / 38% auto no-repeat; border: 1px solid #cad5a8; border-radius: 8px; }
.services-cta h2 { margin: 0 0 7px; font-size: 1.7rem; }
.services-cta p { max-width: 520px; margin: 0; font-size: .86rem; }
.services-cta__actions { display: flex; align-items: center; gap: 26px; }
.services-cta__actions .button { min-width: 180px; }

.home-lower { padding: 10px 0 12px; }
.home-lower__grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; gap: 24px; }
.first-visit-card, .quote-card, .callback-card { min-height: 178px; padding: 20px 28px; border: 1px solid var(--line); border-radius: 9px; }
.first-visit-card h2, .quote-card h2, .callback-card h2 { font-size: 1.45rem; }
.first-visit-card { display: flex; flex-direction: column; background: white; }
.first-visit-card h2 { margin-bottom: 10px; text-align: center; font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; }
.first-visit-card ol { position: relative; flex: 1; display: grid; grid-template-columns: repeat(3,1fr); align-items: start; gap: 18px; margin: 8px 0 12px; padding: 0; list-style: none; text-align: center; }
.first-visit-card ol::before { content: ""; position: absolute; z-index: 0; top: 15px; left: calc(16.666% + 15px); right: calc(16.666% + 15px); height: 1px; background: #a8be72; }
.first-visit-card li { position: relative; z-index: 1; display: block; margin: 0; }
.first-visit-card li > span { width: 30px; height: 30px; margin: 0 auto 6px; display: grid; place-items: center; color: white; background: var(--green-600); border-radius: 50%; box-shadow: 0 0 0 9px white; }
.first-visit-card li strong { display: block; font-size: .82rem; }
.first-visit-card li p { display: block; margin: 4px 0 0; color: var(--muted); font-size: .69rem; line-height: 1.35; }
.first-visit-card__link { display: block; margin-top: auto; text-align: center; font-size: .88rem; }
.quote-card { background: linear-gradient(135deg, #f0f3e4, #faf9f5); }
.quote-mark { color: var(--green-600); font-family: Georgia, serif; font-size: 3rem; line-height: .7; }
.quote-card blockquote { margin: 12px 0; font-family: "Libre Baskerville", Georgia, serif; font-size: .98rem; font-style: italic; }
.quote-card > p:last-child { color: var(--muted); }
.anonymous-question-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.anonymous-question-card__icon { position: absolute; top: 18px; right: 22px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--green-700); background: rgba(114,156,18,.12); border-radius: 50%; }
.anonymous-question-card__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.anonymous-question-card h2 { max-width: calc(100% - 40px); margin: 4px 0 8px; }
.anonymous-question-card > p:not(.eyebrow) { margin: 0 0 13px; color: var(--muted); font-size: .86rem; }
.anonymous-question-card .button { min-height: 36px; margin-top: auto; padding-block: 8px; }
.question-carousel { padding-top: 20px; }
.question-carousel > .eyebrow { margin: 0 42px 4px 0; }
.question-carousel blockquote { margin-bottom: 8px; padding-right: 28px; font-style: normal; }
.question-carousel .testimonial-slide p { text-align: left; }
.question-carousel .testimonial-slide .question-carousel__answer { color: var(--ink); font-size: .78rem; line-height: 1.45; }
.question-carousel .testimonial-slide .question-carousel__more { margin-top: 6px; }
.question-carousel__more .text-link { font-size: .78rem; }
.testimonial-carousel { position: relative; display: flex; flex-direction: column; }
.testimonial-carousel__slides { flex: 1; }
.testimonial-slide[hidden] { display: none; }
.testimonial-slide p { margin: 0; color: var(--muted); font-size: .82rem; text-align: center; }
.testimonial-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: auto; padding-top: 8px; }
.testimonial-dots { display: flex; align-items: center; gap: 9px; }
.testimonial-dot { width: 8px; height: 8px; padding: 0; background: #d5d1c4; border: 0; border-radius: 50%; cursor: pointer; }
.testimonial-dot.is-active { background: var(--green-600); }
.testimonial-arrow { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; color: var(--green-700); background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.testimonial-arrow:hover { background: rgba(114,156,18,.1); }
.callback-card { position: relative; overflow: hidden; padding-right: 42%; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 43%, rgba(255,255,255,.08) 68%), url('/assets/images/callback-plant-v1.webp') right center / cover no-repeat; }
.callback-card::after { display: none; }
.callback-card .button { position: relative; z-index: 1; min-height: 36px; margin-top: 5px; padding-block: 8px; }

.page-hero { position: relative; overflow: hidden; padding: 50px 0 48px; background: linear-gradient(110deg, #fff, #f5f3ed); border-bottom: 1px solid var(--line); }
.page-hero.has-header-image { background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 48%, rgba(255,255,255,.24) 78%), var(--page-header-image); background-position: center; background-size: cover; }
.page-hero::after { content: ""; position: absolute; right: 8%; top: 20px; width: 270px; height: 170px; border: 2px solid rgba(93,135,13,.45); border-left: 0; border-bottom: 0; border-radius: 100% 0 100% 0; transform: rotate(-8deg); }
.page-hero .site-container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 860px; margin: 0 0 16px; font-size: clamp(2.5rem, 4.3vw, 4.5rem); line-height: 1.08; letter-spacing: -.04em; }
.page-intro { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.page-intro p { margin: 0 0 10px; }
.page-hero .button { margin-top: 22px; }
.page-hero .hero-title-row .button { margin-top: 0; }
.page-hero .page-intro { margin-top: 18px; }
.services-hero__inner, .questions-hero__inner, .callback-booking-hero .site-container { position: relative; }
.callback-booking-hero .hero-title-row { margin-bottom: 10px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 70px; }
.rich-content { font-size: 1.06rem; }
.rich-content > :first-child { margin-top: 0; }
.rich-content h2, .rich-content h3 { margin-top: 1.8em; line-height: 1.2; }
.rich-content img { height: auto; border-radius: 12px; }
.rich-content .page-feature-image { display: block; width: 100%; max-height: 520px; margin: 0 0 30px; object-fit: cover; }
.home-page-feature { padding-top: 34px; }
.home-page-feature img { display: block; width: 100%; max-height: 520px; object-fit: cover; border-radius: 12px; }
.standalone-page-image { padding-top: 24px; }
.standalone-page-image img { display: block; width: 100%; height: clamp(220px, 25vw, 320px); object-fit: cover; object-position: center 58%; border-radius: 12px; }
.rich-content .content-lead { font-size: 1.2rem; line-height: 1.65; color: var(--ink-soft); }
.rich-content .button { margin: 8px 8px 8px 0; }
.resource-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 28px 0; }
.resource-card-grid section { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.resource-card-grid h3 { margin-top: 0; }
.insurance-list { columns: 2; column-gap: 36px; }
.counselor-profile-page { display: grid; grid-template-columns: minmax(260px, 390px) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.counselor-profile-page__portrait { overflow: hidden; border-radius: 14px; background: var(--paper); }
.counselor-profile-page__portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.counselor-profile-links { padding-bottom: 56px; }
.counselor-profile-links h2 { font-family: var(--serif); text-align: center; }
.counselor-profile-links > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.counselor-profile-links a { color: var(--green-700); }
.content-cta { position: sticky; top: 24px; padding: 30px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.content-cta h2 { margin-top: 0; font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; }
.service-detail-section { padding: 58px 0 72px; }
.service-detail-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); align-items: start; gap: 64px; }
.service-detail-copy { max-width: 820px; }
.service-detail-copy > h2 { margin: 46px 0 14px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.65rem, 2.2vw, 2.2rem); font-weight: 400; line-height: 1.25; }
.service-detail-copy > h2:first-child { margin-top: 0; }
.service-detail-copy > p { color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.service-detail-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 28px; margin: 22px 0 34px; padding: 0; list-style: none; }
.service-detail-copy li { position: relative; padding: 13px 14px 13px 38px; background: var(--cream); border: 1px solid var(--line); border-radius: 8px; }
.service-detail-copy li::before { content: "✓"; position: absolute; left: 15px; color: var(--green-700); font-weight: 700; }
.service-detail-sidebar { position: sticky; top: 24px; display: grid; gap: 18px; }
.service-next-step, .service-reassurance { padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; }
.service-next-step h2 { margin: 0 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: 1.75rem; font-weight: 400; line-height: 1.25; }
.service-next-step > p:not(.eyebrow) { color: var(--muted); }
.service-next-step .button { width: 100%; margin-top: 11px; }
.service-reassurance { background: white; }
.service-reassurance h3 { margin: 0 0 14px; font-size: 1rem; }
.service-reassurance ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .9rem; }
.service-reassurance li::before { content: "•"; margin-right: 9px; color: var(--green-700); }
.first-visit-page { padding: 58px 0 72px; }
.first-visit-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); align-items: start; gap: 64px; }
.first-visit-copy { max-width: 850px; }
.first-visit-copy .first-visit-lead { margin: 0 0 38px; color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.25rem,1.8vw,1.6rem); line-height: 1.6; }
.first-visit-copy > h2 { margin: 48px 0 15px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.65rem,2.2vw,2.15rem); font-weight: 400; }
.first-visit-copy > p { color: var(--muted); line-height: 1.75; }
.first-visit-copy > ol { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin: 26px 0 46px; padding: 0; list-style: none; counter-reset: visit-step; }
.first-visit-copy > ol::before { content: ""; position: absolute; top: 24px; left: 16%; right: 16%; height: 1px; background: #b9c98c; }
.first-visit-copy > ol > li { position: relative; counter-increment: visit-step; padding: 62px 20px 22px; background: white; border: 1px solid var(--line); border-radius: 10px; text-align: center; }
.first-visit-copy > ol > li::before { content: counter(visit-step); position: absolute; z-index: 1; top: 6px; left: 50%; width: 38px; height: 38px; display: grid; place-items: center; transform: translateX(-50%); color: white; background: var(--green-600); border-radius: 50%; font-weight: 700; }
.first-visit-copy > ol strong { font-size: 1rem; }
.first-visit-copy > ol p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.first-visit-copy > ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 20px; margin: 22px 0 38px; padding: 0; list-style: none; }
.first-visit-copy > ul li { position: relative; padding: 13px 14px 13px 38px; background: var(--cream); border: 1px solid var(--line); border-radius: 8px; }
.first-visit-copy > ul li::before { content: "✓"; position: absolute; left: 15px; color: var(--green-700); font-weight: 700; }
.first-visit-sidebar { position: sticky; top: 24px; display: grid; gap: 18px; }
.first-visit-help, .first-visit-quick { padding: 28px; border: 1px solid var(--line); border-radius: 12px; }
.first-visit-help { background: var(--cream); }
.first-visit-help h2 { margin: 0 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: 1.7rem; font-weight: 400; line-height: 1.3; }
.first-visit-help > p:not(.eyebrow) { color: var(--muted); }
.first-visit-help .button { width: 100%; margin-top: 11px; }
.first-visit-quick h3 { margin: 0 0 12px; }
.first-visit-quick dl { margin: 0; }
.first-visit-quick dl > div { padding: 11px 0; border-top: 1px solid var(--line); }
.first-visit-quick dt { font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.first-visit-quick dd { margin: 2px 0 0; color: var(--muted); }
.faq-list { max-width: 1100px; }
.faq-item { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.faq-item summary { padding: 20px 56px 20px 22px; cursor: pointer; font-weight: 600; }
.faq-answer { padding: 0 22px 22px; color: var(--muted); }
.faq-answer small { display: block; margin-top: 14px; color: var(--green-700); }
.anonymous-panel { max-width: 1100px; margin-top: 48px; padding: 32px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.anonymous-panel h2 { margin-top: 0; }
.crisis-note { padding-top: 18px; border-top: 1px solid var(--line); font-size: .9rem; }
.anonymous-form { display: grid; gap: 18px; margin-top: 24px; }
.anonymous-form label > span { display: block; margin-bottom: 6px; font-weight: 600; }
.anonymous-form textarea, .anonymous-form select { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #a9aaa5; border-radius: 7px; }
.anonymous-form textarea:focus, .anonymous-form select:focus { border-color: var(--green-700); outline: 3px solid rgba(114,156,18,.18); }
.anonymous-form .check-row { display: flex; align-items: flex-start; gap: 10px; }
.anonymous-form .check-row > span { font-weight: 400; }
.anonymous-form .check-row input { margin-top: 5px; }
.anonymous-form .button { justify-self: start; }
.honey-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 0; padding: 0; border-radius: 7px; }
.form-status:not(:empty) { padding: 12px 14px; background: #f0eee8; }
.form-status.is-success { color: #245b17; background: #e8f3e3; }
.form-status.is-error { color: #8a241c; background: #f8e5e2; }
.questions-hero__status { width: min(100%, 520px); margin-top: 14px; }
.anonymous-form button:disabled { opacity: .6; cursor: wait; }
.questions-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.questions-hero::before { content: ""; position: absolute; left: 0; top: 28px; width: 50px; height: 185px; border-right: 1px solid var(--green-600); border-radius: 0 100% 100% 0; }
.questions-hero__inner { min-height: 275px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; }
.questions-hero__copy { padding: 42px 32px; }
.questions-hero h1 { max-width: 720px; margin: 0 0 8px; font-size: clamp(2.2rem, 3.2vw, 3.25rem); line-height: 1.12; letter-spacing: -.04em; }
.questions-hero__copy > p { max-width: 600px; margin: 0 0 24px; font-size: 1rem; }
.questions-hero__art { width: min(100%, 430px); margin-left: auto; }
.questions-hero__art svg { width: 100%; display: block; }
.questions-section { padding: 20px 0 30px; }
.questions-section h2 { margin: 0 0 12px; font-size: 1.55rem; }
.question-search { position: relative; max-width: 690px; }
.question-search span { position: absolute; left: 15px; top: 50%; width: 21px; height: 21px; transform: translateY(-50%); }
.question-search svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.question-search input { width: 100%; height: 44px; padding: 9px 16px 9px 46px; border: 1px solid #a9aaa5; border-radius: 7px; }
.question-filters { display: flex; flex-wrap: wrap; gap: 12px; margin: 10px 0 16px; }
.question-filters button { min-height: 38px; padding: 7px 22px; color: #334317; background: white; border: 1px solid var(--green-700); border-radius: 7px; cursor: pointer; }
.question-filters button.is-active { color: white; background: var(--green-700); }
.faq-list--questions { max-width: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 10px 22px; }
.faq-list--questions .faq-item { margin: 0; }
.faq-list--questions .faq-item summary { min-height: 58px; display: flex; align-items: center; padding: 14px 48px 14px 17px; }
.faq-list--questions .faq-item[open] { min-height: 190px; }
.faq-list--questions .faq-answer { font-size: .87rem; line-height: 1.55; }
.faq-list--questions .faq-answer small { color: var(--green-700); }
.faq-empty { padding: 24px; text-align: center; background: var(--cream); border-radius: 8px; }
.questions-crisis { background: #f2f0eb; }
.questions-crisis .site-container { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.questions-crisis span { width: 38px; height: 38px; color: var(--green-700); }
.questions-crisis svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.questions-crisis p { margin: 0; font-size: .82rem; line-height: 1.35; }
.questions-crisis strong { color: var(--green-700); }
.question-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 0; overflow: auto; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 24px 70px rgba(26,31,17,.25); }
.question-dialog::backdrop { background: rgba(25,27,21,.42); backdrop-filter: blur(2px); }
.question-dialog__close { position: absolute; z-index: 2; top: 14px; right: 16px; width: 36px; height: 36px; padding: 0; background: transparent; border: 0; font-size: 1.8rem; cursor: pointer; }
.question-dialog .anonymous-panel { max-width: none; margin: 0; padding: 30px; border: 0; background: white; }
.question-dialog .anonymous-panel > h2, .question-dialog .anonymous-panel > p { text-align: center; }
.question-dialog .anonymous-panel > h2 { margin-bottom: 4px; }
.question-dialog .anonymous-form { margin-top: 20px; }
.question-privacy { margin: 0; padding: 10px 12px; background: #f4f2ed; border-radius: 6px; font-size: .78rem; }
.question-dialog__actions { display: flex; justify-content: flex-end; gap: 14px; }
.not-found { min-height: 55vh; display: grid; align-items: center; text-align: center; }
.not-found h1 { font-size: clamp(2.5rem, 5vw, 5rem); margin: 0; }
.not-found .button { margin-top: 22px; }
.callback-booking-hero { padding: 58px 0; background: linear-gradient(110deg, #fff, #f1f3e7); border-bottom: 1px solid var(--line); }
.callback-booking-hero h1 { margin: 0 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 400; }
.callback-booking-hero p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.callback-booking-section { padding: 48px 0 64px; }
.callback-booking-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); align-items: start; gap: 54px; }
.callback-booking-intro { padding: 30px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; }
.callback-booking-intro h2 { margin: 0 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; }
.callback-booking-intro ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.callback-booking-intro li::before { content: "✓"; margin-right: 9px; color: var(--green-700); font-weight: 700; }
.callback-booking-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.sc-eb-widget__steps { margin-bottom: 24px; }
.sc-eb-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.sc-eb-step { padding: 10px 12px; color: var(--muted); background: #f3f1eb; border-radius: 7px; font-size: .78rem; }
.sc-eb-step.is-active { color: #294d08; background: var(--green-100); box-shadow: inset 0 -2px var(--green-700); }
.sc-eb-step.is-done { color: var(--green-700); }
.sc-eb-step__label { display: block; font-weight: 700; }
.sc-eb-panel__title { margin: 0 0 20px; font-size: 1.45rem; }
.sc-eb-form { display: grid; gap: 16px; }
.sc-eb-field label { display: block; margin-bottom: 5px; font-size: .88rem; font-weight: 600; }
.sc-eb-field input, .sc-eb-field textarea { width: 100%; padding: 11px 13px; color: var(--ink); background: white; border: 1px solid #aaa; border-radius: 7px; }
.sc-eb-field input:focus, .sc-eb-field textarea:focus { border-color: var(--green-700); outline: 3px solid rgba(114,156,18,.16); }
.sc-eb-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.sc-eb-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; }
.sc-eb-actions--end { justify-content: flex-end; }
.tg-btn { min-height: 42px; padding: 9px 20px; border-radius: 7px; font-weight: 600; cursor: pointer; }
.sc-eb-btn-primary { color: white; background: var(--green-700); border: 1px solid var(--green-700); }
.sc-eb-btn-secondary { color: var(--ink); background: white; border: 1px solid var(--green-700); }
.tg-btn:disabled { opacity: .45; cursor: default; }
.sc-eb-picker { display: grid; grid-template-columns: minmax(270px, 1fr) minmax(170px, .6fr); gap: 22px; }
.sc-eb-cal { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.sc-eb-cal__head { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; min-height: 46px; background: var(--cream); text-align: center; }
.sc-eb-cal__nav { height: 42px; color: var(--green-700); background: transparent; border: 0; font-size: 1.6rem; cursor: pointer; }
.sc-eb-cal__dow, .sc-eb-cal__grid { display: grid; grid-template-columns: repeat(7,1fr); }
.sc-eb-cal__dow span { padding: 7px 2px; color: var(--muted); font-size: .72rem; text-align: center; }
.sc-eb-cal__day { width: 38px; height: 38px; justify-self: center; display: grid; place-items: center; padding: 0; background: white; border: 0; font-size: .82rem; }
button.sc-eb-cal__day { color: var(--green-900); cursor: pointer; }
.sc-eb-cal__day.is-selected { color: white; background: var(--green-700); border-radius: 50%; }
.sc-eb-cal__day.is-disabled, .sc-eb-cal__day.is-outside { color: #bbb; }
.sc-eb-slots { display: grid; gap: 8px; }
.sc-eb-slot { padding: 9px 10px; color: var(--green-900); background: white; border: 1px solid #b8c98d; border-radius: 6px; cursor: pointer; }
.sc-eb-slot.is-selected { color: white; background: var(--green-700); }
.sc-eb-summary { padding: 12px; background: var(--cream); border-radius: 7px; }
.sc-eb-confirm { display: grid; gap: 10px; }
.sc-eb-confirm > div { display: grid; grid-template-columns: 160px 1fr; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.sc-eb-confirm dt { font-weight: 600; }
.sc-eb-confirm dd { margin: 0; }
.sc-eb-error { padding: 10px 12px; color: #8a241c; background: #f8e5e2; border-radius: 6px; }
.sc-eb-panel--success { padding: 30px; text-align: center; background: var(--green-100); border-radius: 9px; }
.callback-booking-unavailable { padding: 30px; background: #f8e5e2; border-radius: 8px; }

.site-footer { padding: 11px 0 9px; background: linear-gradient(90deg, #f8f6f1, #efede7); border-top: 1px solid var(--line); }
.site-footer__grid { display: grid; grid-template-columns: 230px 1.3fr .8fr .9fr 1fr; align-items: center; gap: 28px; }
.site-footer__logo img { max-width: 190px; max-height: 50px; object-fit: contain; object-position: left center; }
.footer-detail { min-width: 0; display: flex; align-items: center; gap: 12px; font-size: .84rem; line-height: 1.45; }
.footer-detail address { font-style: normal; }
.footer-detail a { text-decoration: none; }
.footer-icon { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; color: var(--green-700); }
.footer-icon svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; font-size: .8rem; }
.footer-links a { text-decoration: none; }
.site-footer__bottom { display: none; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #aaa; border-radius: 50%; text-decoration: none; }
.site-error { width: min(700px, calc(100% - 40px)); min-height: 100vh; margin: auto; display: grid; place-content: center; text-align: center; }
.site-error small { display: block; margin-top: 30px; color: var(--muted); }

@media (max-width: 1180px) {
    .site-container { width: min(calc(100% - 40px), var(--container)); }
    .site-header__inner { grid-template-columns: 235px 1fr; gap: 18px; }
    .site-nav > ul { gap: 16px; }
    .site-nav__item > a, .site-nav__label { font-size: .86rem; }
    .home-hero__content { padding-left: 8px; }
    .trust-bar article { padding-inline: 24px; }
    .counselor-grid--all { grid-template-columns: repeat(3,1fr); }
    .site-footer__grid { grid-template-columns: 210px 1.3fr 1fr 1fr; }
    .footer-links { grid-column: 2 / -1; justify-content: flex-start; }
}

@media (max-width: 1240px) {
    body.menu-open { overflow: hidden; }
    .top-strip__location { display: none; }
    .top-strip__inner { justify-content: flex-start; }
    .site-header__inner { min-height: 88px; grid-template-columns: 1fr auto; }
    .site-logo { max-width: 260px; }
    .menu-toggle { display: block; order: 3; }
    .site-nav { position: fixed; inset: 88px 0 0; padding: 18px 28px 42px; overflow: auto; background: white; transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
    .site-nav.is-open { transform: translateX(0); visibility: visible; }
    .site-nav > ul { display: block; }
    .site-nav__item { border-bottom: 1px solid var(--line); }
    .site-nav__item > a, .site-nav__label { padding: 18px 0; font-size: 1.08rem; }
    .site-nav__level--1 { position: static; min-width: 0; padding: 0 0 12px 20px !important; border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .site-nav__level--1 .site-nav__item { border: 0; }
    .site-nav__level--1 .site-nav__item > a, .site-nav__level--1 .site-nav__label { padding: 10px 0; }
    .site-nav__services { max-height: none; overflow: visible; }
    .site-nav__item.has-children > a::after, .site-nav__item.has-children > .site-nav__label::after { margin-bottom: 4px; }
}

@media (max-width: 900px) {
    .home-hero__grid { min-height: 0; }
    .home-hero::after { display: none; }
    .home-hero__content { width: 100%; padding: 64px 20px 42px; }
    .home-hero__grid > .hero-global-actions, .page-hero .hero-global-actions, .services-hero .hero-global-actions, .questions-hero .hero-global-actions, .callback-booking-hero .hero-global-actions { position: static; margin-top: 18px; }
    .home-hero__visual { position: relative; inset: auto; min-height: 500px; border-radius: 90px 10px 10px 10px; margin: 0 20px 65px; background-position: 68% center; }
    .trust-bar { margin-top: 0; }
    .trust-bar__grid { grid-template-columns: 1fr; }
    .trust-bar article { justify-content: flex-start; }
    .trust-bar article + article { border-left: 0; border-top: 1px solid var(--line); }
    .counselor-grid, .service-grid { grid-template-columns: repeat(2,1fr); }
    .counselor-carousel { padding-inline: 50px; }
    .counselor-carousel__track { gap: 20px; }
    .counselor-carousel__track .counselor-card { flex-basis: calc((100% - 20px) / 2); }
    .counselor-card { display: block; }
    .counselor-card__image { min-height: 300px; }
    .counselor-grid--all .counselor-card { display: grid; }
    .counselor-grid--all .counselor-card__image { min-height: 0; }
    .counselor-dialog__layout { grid-template-columns: 280px 1fr; }
    .counselor-dialog__content { padding: 42px 34px; }
    .home-lower__grid { grid-template-columns: 1fr 1fr; }
    .first-visit-card { grid-column: 1 / -1; }
    .content-layout { grid-template-columns: 1fr; gap: 40px; }
    .content-cta { position: static; }
    .service-detail-layout { grid-template-columns: 1fr; gap: 36px; }
    .service-detail-sidebar { position: static; }
    .first-visit-layout { grid-template-columns: 1fr; gap: 36px; }
    .first-visit-sidebar { position: static; }
    .services-hero__inner { grid-template-columns: 1fr; }
    .services-hero__copy { padding-inline: 20px; }
    .services-hero__art { width: min(82%, 560px); margin-inline: auto 0; }
    .service-grid--landing { grid-template-columns: repeat(2, 1fr); }
    .services-benefits > div { padding-inline: 12px; }
    .services-cta { grid-template-columns: 1fr; gap: 20px; background-size: 55% auto; }
    .questions-hero__inner { grid-template-columns: 1fr .65fr; }
    .callback-booking-layout { grid-template-columns: 1fr; gap: 28px; }
    .faq-list--questions { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; align-items: start; }
    .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .resource-card-grid { grid-template-columns: 1fr; }
    .insurance-list { columns: 1; }
    .counselor-profile-page { grid-template-columns: 1fr; }
    .site-container { width: min(calc(100% - 32px), var(--container)); }
    .top-strip__inner { min-height: 48px; }
    .top-strip { font-size: .9rem; }
    .site-header__inner { min-height: 100px; gap: 12px; }
    .site-logo { max-width: 210px; }
    .menu-toggle { width: 42px; padding-inline: 5px; }
    .site-nav { top: 100px; }
    .home-hero__content { padding: 58px 0 36px; }
    .hero-title-row { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero-global-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
    .hero-global-actions .button { width: 100%; min-height: 54px; }
    .home-hero h1 { font-family: "DM Sans", Arial, sans-serif; font-size: clamp(3rem, 14vw, 4.4rem); font-weight: 600; line-height: 1.04; }
    .home-hero__intro { font-size: 1.08rem; }
    .button-row { display: grid; }
    .button-row .button { width: 100%; min-height: 58px; }
    .home-hero__visual { min-height: 420px; margin-inline: 0; margin-bottom: 50px; }
    .section { padding: 58px 0; }
    .trust-bar article { min-height: 104px; padding: 22px 8px; }
    .counselor-grid, .counselor-grid--all, .service-grid, .home-lower__grid { grid-template-columns: 1fr; }
    .counselor-carousel { padding-inline: 0; padding-bottom: 66px; }
    .counselor-carousel__track .counselor-card { flex-basis: 100%; }
    .carousel-button { top: auto; bottom: 0; width: 46px; height: 46px; transform: none; }
    .carousel-button--previous { left: calc(50% - 54px); }
    .carousel-button--next { right: calc(50% - 54px); }
    .counselor-card { display: grid; grid-template-columns: 42% 1fr; }
    .counselor-card__image { min-height: 210px; }
    .counselor-grid--all .counselor-card__image { min-height: 0; aspect-ratio: 1 / 1.08; }
    .counselor-grid--all .counselor-card__body { min-height: 92px; }
    .counselor-dialog { width: calc(100% - 20px); max-height: calc(100vh - 20px); }
    .counselor-dialog__layout { min-height: 0; grid-template-columns: 1fr; }
    .counselor-dialog__portrait { min-height: 0; aspect-ratio: 4 / 3; }
    .counselor-dialog__content { padding: 30px 24px 36px; }
    .counselor-dialog__details { grid-template-columns: 1fr; }
    .service-card { min-height: 0; padding: 24px 20px; }
    .services-hero::before { top: 32px; width: 40px; height: 250px; }
    .services-hero__copy { padding: 64px 32px 20px; }
    .services-hero__copy h1 { font-size: 2.65rem; }
    .services-hero__intro { font-size: 1.1rem; line-height: 1.7; }
    .services-hero__art { width: 72%; }
    .services-listing { padding-top: 36px; }
    .services-listing__heading h2 { font-size: 2rem; line-height: 1.2; }
    .services-listing__heading p { font-size: 1rem; line-height: 1.7; }
    .service-grid--landing { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
    .service-card--landing { grid-template-columns: 130px 1fr; padding: 28px 28px 0; }
    .service-card--landing .service-card__icon { width: 110px; height: 95px; }
    .service-card--landing h3 { font-size: 1.35rem; }
    .service-card--landing p { min-height: 0; font-size: .98rem; }
    .service-card--landing .text-link { display: inline-block; margin-top: 12px; font-size: 1rem; }
    .service-card__counselors { min-height: 54px; margin-top: 20px; font-size: .92rem; }
    .services-benefits { grid-template-columns: 1fr; margin-top: 28px; }
    .services-benefits > div { justify-content: flex-start; padding: 17px 24px; }
    .services-benefits > div + div { border-left: 0; border-top: 1px solid #cfd7b7; }
    .services-cta { margin-top: 24px; padding: 32px 26px 160px; background-position: center bottom; background-size: 100% auto; }
    .services-cta__actions { align-items: stretch; flex-direction: column; gap: 12px; }
    .questions-hero__inner { grid-template-columns: 1fr; }
    .questions-hero__copy { padding: 64px 32px 15px; }
    .questions-hero h1 { font-size: 2.65rem; }
    .questions-hero__art { width: 62%; margin-left: auto; }
    .questions-section { padding-top: 38px; }
    .question-search { max-width: none; }
    .question-filters { flex-wrap: nowrap; padding-bottom: 6px; overflow-x: auto; }
    .question-filters button { flex: 0 0 auto; }
    .questions-crisis .site-container { justify-content: flex-start; padding-block: 18px; }
    .question-dialog__actions { flex-direction: column-reverse; }
    .callback-booking-hero { padding: 48px 0; }
    .callback-booking-card { padding: 20px 16px; }
    .sc-eb-steps { grid-template-columns: 1fr; }
    .sc-eb-step { display: none; }
    .sc-eb-step.is-active { display: block; }
    .sc-eb-picker { grid-template-columns: 1fr; }
    .sc-eb-confirm > div { grid-template-columns: 1fr; gap: 2px; }
    .first-visit-card { grid-column: auto; }
    .first-visit-card, .quote-card, .callback-card { min-height: 0; padding: 27px; }
    .callback-card { padding-right: 42%; background-position: 65% center; }
    .page-hero { padding: 64px 0; }
    .page-hero::after { right: -100px; opacity: .45; }
    .page-hero h1 { font-size: 2.8rem; }
    .service-detail-section { padding: 42px 0 54px; }
    .service-detail-copy ul { grid-template-columns: 1fr; }
    .first-visit-page { padding: 42px 0 54px; }
    .first-visit-copy > ol, .first-visit-copy > ul { grid-template-columns: 1fr; }
    .first-visit-copy > ol::before { display: none; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .footer-links { grid-column: auto; justify-content: flex-start; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
/* Blog */
.blog-hero .page-intro { max-width: 760px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.blog-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgb(38 50 43 / 8%); }
.blog-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: #e9ede5; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.blog-card:hover .blog-card__image img { transform: scale(1.025); }
.blog-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px; }
.blog-card time { color: #687267; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.blog-card h2 { margin: 10px 0; font-size: 1.3rem; line-height: 1.25; }
.blog-card h2 a { text-decoration: none; }
.blog-card p { margin: 0 0 20px; color: #566057; line-height: 1.6; }
.blog-card .text-link { margin-top: auto; font-weight: 700; }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } .blog-card__body { padding: 20px; } }

.legacy-article-content { max-width: 820px; }

/* Public-site keyboard focus and narrow-screen reflow. */
a:focus-visible, button:focus-visible, summary:focus-visible { outline-color: #47720a; }
.counselor-profile-page > *, .callback-booking-layout > *, .sc-eb-picker > * { min-width: 0; }
.counselor-profile-page .rich-content { overflow-wrap: anywhere; }
.sc-eb-panel__title { scroll-margin-top: 120px; }
@media (max-width: 1240px) {
    .site-nav:not(.is-open) .site-nav__level--1 { visibility: hidden; }
}
@media (max-width: 600px) {
    .counselor-profile-page, .callback-booking-layout, .sc-eb-picker { grid-template-columns: minmax(0, 1fr); }
    .sc-eb-cal__day { width: 100%; max-width: 38px; min-width: 0; }
    .rich-content .button { max-width: 100%; white-space: normal; }
}
