@charset "UTF-8";
:root {
  --paper: #fbfcf8;
  --white: #fffefa;
  --green: #274b3c;
  --green-dark: #203f33;
  --ink: #263e34;
  --muted: #606d62;
  --line: #dce2d7;
  --soft: #f0f3e9;
  --lime: #deebba;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #d9e5c4; color: var(--green-dark); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.04em; }
h1 em, h2 em { font-weight: 400; color: #56754a; }
p { text-wrap: pretty; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #6f8c4c; outline-offset: 5px; border-radius: 3px; }
.container { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 108px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 10px 20px; background: var(--green); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,252,248,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; line-height: 1.2; }
.brand-name { font-family: var(--serif); font-size: 1.75rem; letter-spacing: -.04em; }
.brand-dot { color: #759457; }
.brand-role { font-size: .75rem; letter-spacing: .21em; line-height: 1.8; margin-top: 6px; font-weight: 600; }
.main-nav { display: flex; gap: 32px; align-items: center; font-size: .875rem; }
.main-nav > a:not(.button) { position: relative; padding-block: 10px; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; bottom: 4px; left: 0; right: 0; height: 1px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 36px; min-height: 56px; padding: 13px 26px; background: var(--green); color: var(--paper); border: 1px solid var(--green); border-radius: 4px; font-size: .9375rem; font-weight: 500; line-height: 1.5; transition: background .2s, transform .2s; }
.button:hover { background: #365d43; transform: translateY(-2px); }
.button span { font-size: 1.3rem; line-height: 1; }
.button-small { min-height: 46px; padding: 10px 20px; gap: 26px; font-size: .875rem; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.17fr 1fr; align-items: center; gap: 46px; padding-top: 72px; padding-bottom: 82px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .75rem; letter-spacing: .15em; line-height: 1.7; font-weight: 600; color: #526448; }
.eyebrow-line { width: 28px; height: 1px; background: #769268; }
h1 { margin-top: 26px; font-size: clamp(3.35rem, 5.1vw, 4.65rem); line-height: 1.09; }
.hero-description { max-width: 465px; margin-top: 26px; color: var(--muted); font-size: 1.0625rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; width: fit-content; padding-block: 8px; border-bottom: 1px solid #a7b59a; font-size: .875rem; line-height: 1.5; font-weight: 500; transition: gap .2s, color .2s; }
.text-link:hover { gap: 26px; color: #526d36; }
.text-link span { font-size: 1.15rem; }
.hero-note { margin-top: 28px; font-size: .8125rem; color: var(--muted); }
.hero-art { position: relative; padding-right: 22px; }
.bird-window { position: relative; min-height: 506px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 240px 240px 10px 10px; background: #e9efde; isolation: isolate; }
.window-arc { position: absolute; inset: 14px; border: 1px solid rgba(73,104,53,.18); border-radius: 240px 240px 5px 5px; z-index: -1; }
.hero-birds { width: 113%; max-width: 113%; height: auto; object-fit: contain; margin-top: 20px; mix-blend-mode: multiply; }
.art-caption { display: flex; align-items: center; gap: 12px; position: absolute; bottom: 32px; font-family: var(--serif); font-size: .9375rem; font-style: italic; }
.caption-line { width: 22px; height: 1px; background: #819172; }
.art-side-note { position: absolute; right: -10px; bottom: 24px; writing-mode: vertical-rl; font-size: .75rem; letter-spacing: .15em; color: #667b55; }
.therapy-section { background: var(--soft); border-block: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
h2 { font-size: clamp(2.5rem, 3.8vw, 3.25rem); line-height: 1.14; margin-top: 18px; }
.section-heading > p { max-width: 392px; color: var(--muted); line-height: 1.8; padding-bottom: 4px; }
.therapy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.therapy-card { background: var(--paper); border: 1px solid #e0e5d9; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.therapy-art { height: 216px; display: flex; align-items: center; justify-content: center; position: relative; margin: 12px 12px 0; border-radius: 3px; }
.therapy-art-one { background: #edf0e5; }
.therapy-art-two { background: #e9efdf; }
.therapy-art-three { background: #eef0e9; }
.therapy-art img { height: 194px; width: 88%; object-fit: contain; mix-blend-mode: multiply; }
.therapy-art-one img { height: 207px; width: 64%; }
.therapy-art-three img { height: 220px; width: 86%; }
.card-number { position: absolute; top: 12px; left: 15px; font-family: var(--serif); font-size: .875rem; color: #69795f; }
.therapy-copy { padding: 24px 26px 27px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
h3 { font-size: 1.75rem; line-height: 1.3; letter-spacing: -.025em; }
.therapy-copy p { margin-top: 13px; color: var(--muted); line-height: 1.8; padding-bottom: 19px; }
.therapy-copy .text-link { margin-top: auto; }
.about-section { display: grid; grid-template-columns: .93fr 1.07fr; gap: 106px; align-items: center; }
.about-visual { width: 100%; max-width: 465px; }
.portrait-frame { background: #e9eedf; height: 538px; border-radius: 180px 180px 6px 6px; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.portrait-caption { padding: 18px 2px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.portrait-caption > span:first-child { font-family: var(--serif); font-size: 1.125rem; }
.portrait-caption > span:last-child { font-size: .75rem; color: var(--muted); }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 16px; }
.about-copy > p.about-intro { font-size: 1.1875rem; color: var(--ink); line-height: 1.65; }
.about-principle { display: flex; gap: 15px; border-left: 1px solid #bdcba8; margin: 27px 0 22px; padding-left: 22px; }
.principle-mark { font-family: var(--serif); font-size: 3.3rem; color: #8aa172; line-height: 1; }
.about-principle p { font-family: var(--serif); font-size: 1.3125rem; line-height: 1.55; }
.about-principle em { color: #54733f; }
.faq-section { background: #f1f4eb; border-block: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; }
.faq-heading h2 em { display: inline-block; margin-left: .12em; }
.faq-heading > p:not(.eyebrow) { margin-top: 23px; max-width: 335px; color: var(--muted); }
.faq-heading .text-link { margin-top: 23px; }
.faq-list { border-top: 1px solid #cdd7c3; }
details { border-bottom: 1px solid #cdd7c3; }
summary { cursor: pointer; list-style: none; padding: 23px 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: 1.0625rem; line-height: 1.55; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary:hover { color: #57713f; }
.faq-sign { width: 16px; height: 16px; flex-shrink: 0; position: relative; margin-right: 4px; }
.faq-sign::before, .faq-sign::after { content: ''; position: absolute; background: #526a42; top: 7px; left: 1px; height: 1px; width: 14px; }
.faq-sign::after { transform: rotate(90deg); transition: transform .15s; }
details[open] .faq-sign::after { transform: rotate(0deg); }
.faq-answer { padding: 0 34px 24px 0; color: var(--muted); line-height: 1.85; }
.contact-section { padding-block: 90px 75px; }
.contact-panel { background: var(--green); border-radius: 8px; padding: 67px 70px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; color: var(--paper); }
.contact-copy .eyebrow { color: #d0deb8; font-size: .75rem; }
.contact-copy h2 { margin-top: 23px; font-size: clamp(2.7rem, 4vw, 3.5rem); }
.contact-copy h2 em { color: var(--lime); }
.contact-copy > p:not(.eyebrow) { color: #dce3d7; margin-top: 25px; max-width: 375px; }
.button-light { background: var(--lime); border-color: var(--lime); color: var(--green-dark); margin-top: 30px; gap: 23px; }
.button-light:hover { background: #ecf3d4; }
.contact-details { border-left: 1px solid #537160; padding-left: 48px; align-self: center; }
.contact-item + .contact-item { margin-top: 25px; }
.contact-label { display: block; font-size: .75rem; letter-spacing: .15em; color: #c2d1b5; margin-bottom: 7px; }
.contact-item a { overflow-wrap: anywhere; }
.contact-item a:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-phone { font-family: var(--serif); font-size: 2rem; letter-spacing: .015em; }
.contact-item address { font: inherit; }
.contact-map { display: inline-flex; gap: 20px; margin-top: 12px; font-size: .875rem; border-bottom: 1px solid #89a176; }
.contact-online { font-size: .8125rem; color: #d3dfc7; margin-top: 25px; }
.site-footer { padding-block: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand .brand-name { font-size: 1.4rem; }
.footer-brand .brand-role { font-size: .75rem; }
.site-footer > p { font-family: var(--serif); font-style: italic; color: var(--muted); font-size: .9375rem; }
.footer-links { display: flex; gap: 22px; align-items: center; font-size: .8125rem; }
.footer-links a { padding-block: 10px; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 1440px) { .hero { padding-block: 90px 100px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 22px; }
  .hero { gap: 30px; }
  h1 { font-size: clamp(2.7rem, 5.1vw, 3.6rem); }
  .bird-window { min-height: 450px; }
  .hero-actions { gap: 22px; }
  .about-section { gap: 60px; }
  .portrait-frame { height: 515px; }
  .faq-layout { gap: 60px; }
  .contact-panel { padding: 52px 42px; gap: 42px; }
  .contact-details { padding-left: 32px; }
  .therapy-grid { gap: 20px; }
  .therapy-copy { padding: 22px; }
  .site-footer > p { display: none; }
}
@media (max-width: 850px) {
  .container { width: calc(100% - 48px); }
  .section { padding-block: 78px; }
  .header-inner { min-height: 85px; gap: 20px; }
  .brand-name { font-size: 1.6rem; }
  .brand-role { font-size: .75rem; }
  .main-nav { gap: 16px; font-size: .875rem; }
  .button-small { gap: 15px; padding-inline: 15px; }
  .hero { gap: 18px; padding-top: 55px; padding-bottom: 60px; }
  h1 { font-size: 2.9rem; }
  .hero-description { font-size: 1rem; }
  .hero-actions { gap: 14px; }
  .hero-actions .button { min-height: 50px; }
  .hero-art { padding-right: 12px; }
  .bird-window { min-height: 405px; }
  .art-caption { font-size: .75rem; gap: 7px; bottom: 30px; }
  .caption-line { width: 15px; }
  .art-side-note { font-size: .75rem; right: -9px; }
  .section-heading { gap: 35px; }
  .section-heading > p { max-width: 300px; }
  .therapy-grid { gap: 15px; }
  .therapy-art { height: 180px; margin: 8px 8px 0; }
  .therapy-art img { height: 165px; }
  .therapy-art-one img { height: 177px; width: 80%; }
  .therapy-art-three img { height: 185px; width: 100%; }
  .therapy-copy { padding: 20px 17px; }
  .therapy-copy h3 { font-size: 1.4rem; }
  .therapy-copy .text-link { gap: 12px; }
  .about-section { gap: 38px; }
  .portrait-frame { height: 470px; }
  .portrait-caption { flex-direction: column; align-items: flex-start; gap: 4px; }
  .faq-layout { gap: 40px; grid-template-columns: .8fr 1.2fr; }
  .contact-panel { gap: 35px; padding: 44px 30px; }
  .contact-details { padding-left: 25px; }
  .contact-details a { font-size: .9375rem; }
  .contact-details .contact-phone { font-size: 1.9rem; }
  .contact-copy .button { padding-inline: 18px; gap: 15px; font-size: .875rem; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 92px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  .header-inner { min-height: 79px; }
  .brand-name { font-size: 1.5rem; }
  .brand-role { font-size: .75rem; letter-spacing: .16em; margin-top: 4px; }
  .main-nav { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  .main-nav > a:not(.button) { font-size: .875rem; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; border: 1px solid var(--line); border-radius: 4px; padding: 8px 11px; color: var(--green); background: transparent; font-size: .875rem; cursor: pointer; }
  .menu-icon { width: 17px; height: 12px; border-top: 1px solid var(--green); border-bottom: 1px solid var(--green); position: relative; }
  .menu-icon::after { content: ''; position: absolute; top: 5px; left: 0; width: 17px; height: 1px; background: var(--green); }
  .js .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 18px 20px 25px; border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px rgba(36,61,38,.05); flex-direction: column; align-items: stretch; gap: 5px; }
  .js .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding-block: 12px; }
  .main-nav .button { margin-top: 10px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 47px; padding-bottom: 50px; }
  .hero-copy { max-width: 520px; }
  .eyebrow { font-size: .75rem; letter-spacing: .13em; }
  h1 { font-size: clamp(2.8rem, 8vw, 4rem); margin-top: 21px; }
  .hero-description { max-width: 430px; margin-top: 23px; }
  .hero-actions { gap: 25px; margin-top: 26px; }
  .hero-note { margin-top: 22px; font-size: .75rem; }
  .hero-art { width: 90%; max-width: 420px; justify-self: center; padding-right: 13px; }
  .bird-window { min-height: auto; height: 365px; }
  .hero-birds { width: 106%; max-width: 106%; max-height: 306px; margin-top: -14px; }
  .art-caption { font-size: .875rem; bottom: 24px; }
  .art-side-note { right: -8px; bottom: 24px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 30px; }
  h2 { font-size: 2.7rem; }
  .section-heading > p { max-width: 470px; }
  .therapy-grid { grid-template-columns: 1fr; gap: 24px; }
  .therapy-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .therapy-art { margin: 10px 0 10px 10px; height: auto; min-height: 228px; }
  .therapy-art img { height: auto; max-height: 185px; width: 105%; max-width: 105%; }
  .therapy-art-one img { height: 180px; width: 95%; }
  .therapy-art-three img { height: 210px; width: 110%; max-width: 110%; }
  .therapy-copy { padding: 26px 22px; }
  .therapy-copy h3 { font-size: 1.5rem; }
  .therapy-copy p { margin-top: 10px; padding-bottom: 14px; }
  .about-section { grid-template-columns: 1fr; gap: 40px; }
  .about-visual { width: 88%; max-width: 400px; margin-inline: auto; }
  .portrait-frame { height: 435px; }
  .portrait-caption { flex-direction: row; align-items: center; }
  .about-copy h2 { margin-bottom: 23px; }
  .about-copy > p.about-intro { font-size: 1.125rem; }
  .faq-layout { grid-template-columns: 1fr; gap: 37px; }
  .faq-heading > p:not(.eyebrow) { max-width: 440px; }
  summary { padding-block: 23px; font-size: 1rem; }
  .faq-answer { padding-right: 24px; }
  .contact-section { padding-block: 50px 38px; }
  .contact-panel { grid-template-columns: 1fr; padding: 38px 26px; gap: 35px; }
  .contact-copy h2 { font-size: 2.75rem; }
  .contact-copy .eyebrow { font-size: .75rem; letter-spacing: .1em; max-width: 290px; }
  .contact-copy .button { padding-inline: 23px; min-height: 56px; }
  .contact-details { border-left: 0; border-top: 1px solid #537160; padding: 29px 0 0; }
  .contact-details .contact-phone { font-size: 2rem; }
  .contact-label { font-size: .75rem; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 18px; padding-bottom: 24px; }
  .footer-links { flex-wrap: wrap; gap: 24px; font-size: .875rem; }
}
@media (max-width: 440px) {
  .hero-actions { gap: 18px; }
  .hero-actions .button { padding-inline: 22px; gap: 24px; }
  .hero-actions .text-link { gap: 12px; }
  .hero-art { width: 93%; }
  .bird-window { height: 330px; }
  .hero-birds { max-height: 276px; }
  .therapy-card { display: flex; }
  .therapy-art { margin: 10px 10px 0; min-height: 210px; }
  .therapy-art img { height: 195px; width: 85%; max-width: 85%; }
  .therapy-art-one img { height: 207px; width: 65%; max-height: none; }
  .therapy-art-three img { height: 224px; width: 85%; max-height: none; }
  .therapy-copy { padding: 22px 24px 26px; }
  .therapy-copy h3 { font-size: 1.75rem; }
  .portrait-frame { height: 380px; }
  .portrait-caption { flex-direction: column; align-items: flex-start; }
  .contact-panel { padding: 35px 24px; }
  .contact-copy h2 { font-size: 2.6rem; }
  .contact-copy .button { padding-inline: 18px; gap: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
