.patient-home { background: #fff; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 10001; background: #fff; color: #1e4a31; padding: 12px 20px; border: 2px solid #1e4a31; }
.skip-link:focus { top: 8px; }
.home-hero { margin-top: var(--site-top-offset, 70px); background: #f5f4ed; padding: 54px 0 48px; border-bottom: 1px solid #e0dcd4; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(240px,1fr); align-items: center; gap: 64px; }
.home-eyebrow { font: 700 .76rem/1.5 'Montserrat', sans-serif; color: #2a6041; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 16px; }
.home-hero h1 { font-size: clamp(2.15rem,4.1vw,3.8rem); line-height: 1.12; letter-spacing: -.035em; color: #1e4a31; margin-bottom: 24px; }
.home-hero .home-lead { font-size: 1.13rem; color: #444c42; max-width: 630px; margin-bottom: 24px; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 24px; }
.home-actions .btn { text-align: center; }
.home-secondary { background: transparent; border: 1px solid #2a6041; color: #1e4a31; }
.home-secondary:hover { background: #e8eee4; color: #1e4a31; }
.home-details { font: 500 .81rem/1.7 'Montserrat',sans-serif; color: #53604f; margin-top: 24px; }
.home-portrait { max-width: 320px; margin: 0 auto; width: 100%; background: #fff; border-radius: 160px 160px 16px 16px; overflow: hidden; box-shadow: 0 16px 44px #1e4a3112; }
.home-portrait img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.home-portrait figcaption { padding: 18px 24px; text-align: center; }
.home-portrait strong { display: block; font: 700 1rem/1.5 'Montserrat',sans-serif; color: #1e4a31; }
.home-portrait a { font-size: .86rem; text-decoration: underline; text-underline-offset: 3px; }
.home-section { padding: 68px 0; }
.home-section.alt { background: #f8f6f2; }
.home-section h2 { color: #1e4a31; font-size: clamp(1.55rem,2.4vw,2.2rem); line-height: 1.25; margin-bottom: 18px; }
.home-section h3 { color: #1e4a31; line-height: 1.4; margin-bottom: 12px; font-size: 1.08rem; }
.home-section p { margin-bottom: 16px; }
.home-section p:last-child { margin-bottom: 0; }
.home-section-intro { max-width: 700px; margin-bottom: 30px; color: #555; }
.home-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.home-care-card { display: flex; flex-direction: column; background: #fff; padding: 28px; border: 1px solid #dedfd5; border-radius: 14px; }
.home-care-card p { color: #555; font-size: .97rem; }
.home-care-card a { font: 600 .88rem/1.6 'Montserrat',sans-serif; text-decoration: underline; text-underline-offset: 4px; margin-top: auto; }
.home-number { font: 600 .8rem/1.4 'Montserrat',sans-serif; color: #63765e; letter-spacing: .09em; margin-bottom: 14px; }
.home-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 52px; align-items: start; }
.home-feature { border-left: 3px solid #c8a45c; padding-left: 24px; }
.home-feature a, .home-note a, .home-faq a, .contact-note a { text-decoration: underline; text-underline-offset: 3px; }
.home-note { font-size: .85rem; color: #566053; margin-top: 22px; max-width: 900px; }
.home-package { background: #214e37; color: #fff; border-radius: 18px; padding: 38px; }
.home-package h2 { color: #fff; }
.home-package p { color: #e3eadd; }
.home-package .home-eyebrow { color: #e5cf9f; }
.home-package .btn-primary { color: #172c21; }
.home-package .home-secondary { border-color: #a6b9a4; color: #fff; }
.home-package .home-secondary:hover { color: #1e4a31; }
.home-faq { margin-top: 38px; max-width: 880px; }
.home-faq details { border-top: 1px solid #dedfd5; padding: 18px 0; }
.home-faq details:last-child { border-bottom: 1px solid #dedfd5; }
.home-faq summary { cursor: pointer; font: 600 1rem/1.5 'Montserrat',sans-serif; color: #1e4a31; padding: 6px 24px 6px 0; }
.home-faq details p { color: #555; margin-top: 12px; max-width: 740px; }
.home-contact { background: #f5f4ed; }
.home-contact .contact-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); align-items: start; gap: 52px; }
.home-contact .contact-form { padding: 30px; border: 1px solid #dfdfd4; border-radius: 16px; background: #fff; }
.home-contact input, .home-contact select { min-height: 48px; font-size: 16px; }
.home-contact .contact-form .btn { width: 100%; white-space: normal; }
.contact-note { font-size: .8rem; color: #555; line-height: 1.65; margin-top: 16px; }
.home-contact .contact-info { padding-top: 8px; }
.home-contact .contact-detail { margin-bottom: 24px; }
.home-contact .contact-info .btn { margin: 4px 0 22px; }
.home-contact .insurance-note { padding: 20px; border: 1px solid #dddfd2; border-radius: 10px; font-size: .9rem; }
.home-contact .form-row { grid-template-columns: 1fr 1fr; }
.request-confirmation { margin-top: var(--site-top-offset,70px); padding: 72px 24px; max-width: 820px; margin-left: auto; margin-right: auto; min-height: 65vh; }
.request-confirmation h1 { color: #1e4a31; font-size: 2.3rem; line-height: 1.2; margin: 12px 0 24px; }
.request-confirmation p { margin: 16px 0; }
@media (max-width: 850px) {
  .home-hero-grid { gap: 30px; grid-template-columns: minmax(0,1.4fr) minmax(190px,1fr); }
  .home-card-grid, .home-split, .home-contact .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .home-section { padding: 46px 0; }
  .home-package { padding: 28px; }
}
@media (max-width: 600px) {
  .home-hero { padding: 30px 0 36px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-hero h1 { font-size: 2.1rem; margin-bottom: 18px; }
  .home-hero .home-lead { font-size: 1rem; margin-bottom: 20px; }
  .home-eyebrow { font-size: .68rem; letter-spacing: .06em; margin-bottom: 12px; }
  .home-actions { gap: 10px; margin-top: 18px; }
  .home-actions .btn { flex: 1 1 100%; padding: 13px 18px; white-space: normal; }
  .home-portrait { display: grid; grid-template-columns: 80px 1fr; max-width: none; border-radius: 12px; box-shadow: none; }
  .home-portrait img { height: 100px; width: 80px; }
  .home-portrait figcaption { text-align: left; align-self: center; padding: 12px 16px; }
  .home-care-card { padding: 24px; }
  .home-contact .contact-form { padding: 22px; }
  .home-contact .form-row { grid-template-columns: 1fr; gap: 0; }
  .home-details { font-size: .76rem; margin-top: 18px; }
  .request-confirmation { padding: 42px 24px; }
}
