:root {
  --navy: #062f59;
  --navy-2: #0a477b;
  --navy-dark: #031f3b;
  --gold: #c79a32;
  --gold-soft: #efd47d;
  --cream: #f8f5ed;
  --cream-2: #efe8d8;
  --white: #ffffff;
  --ink: #13283c;
  --muted: #5a6b78;
  --line: #dbe3e8;
  --shadow: 0 24px 65px rgba(3, 31, 59, .14);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 1000; background: var(--gold); color: var(--navy-dark); padding: 10px 15px; font-weight: 800; }
.skip-link:focus { top: 18px; }

.topbar { background: var(--navy-dark); color: #fff; font-size: .88rem; }
.topbar-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.topbar-location, .topbar-links { display: flex; align-items: center; gap: 18px; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--gold-soft); }
.dot { color: var(--gold); }

.header { position: sticky; top: 0; z-index: 120; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(6,47,89,.1); backdrop-filter: blur(12px); }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { width: 380px; max-width: 40vw; flex: 0 0 auto; }
.logo img { height: 96px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { position: relative; color: var(--navy); text-decoration: none; padding: 13px 12px; font-size: .93rem; font-weight: 800; }
.nav-links a:not(.nav-cta)::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta { margin-left: 8px; padding-inline: 18px !important; background: var(--gold); color: var(--navy-dark) !important; border-radius: 2px; }
.nav-cta:hover { background: var(--gold-soft); }
.menu-button { display: none; width: 48px; height: 48px; border: 0; background: var(--cream); color: var(--navy); font-size: 1.45rem; cursor: pointer; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; color: #fff; overflow: visible; background: var(--navy-dark) url('images/hero-assisted-living.jpg') center/cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,31,59,.97) 0%, rgba(3,31,59,.88) 38%, rgba(3,31,59,.2) 70%, rgba(3,31,59,.06) 100%); }
.hero::after { content: ''; position: absolute; left: -80px; bottom: -140px; width: 560px; height: 260px; border: 2px solid rgba(239,212,125,.36); border-radius: 50%; transform: rotate(-8deg); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 110px 0 175px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 900; }
.eyebrow::before { content: ''; width: 42px; height: 2px; background: var(--gold); }
.hero h1, .page-hero h1 { margin: 19px 0 22px; color: #fff; font: 700 clamp(3rem, 6.2vw, 5.7rem)/1.02 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.hero h1 span { color: var(--gold-soft); }
.hero-lead { max-width: 650px; margin: 0 0 34px; color: #e7f0f6; font-size: 1.18rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 23px; border: 2px solid transparent; border-radius: 2px; text-decoration: none; font-weight: 900; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-dark); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-white { border-color: rgba(255,255,255,.75); color: #fff; }
.btn-white:hover { background: #fff; color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.hero-note { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 17px; color: #fff; font-size: .91rem; font-weight: 800; }
.hero-note span::before { content: '✓'; color: var(--gold-soft); margin-right: 8px; }

.hero-facts { position: absolute; z-index: 4; left: 50%; bottom: 0; width: min(var(--max), calc(100% - 40px)); transform: translate(-50%, 50%); display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; box-shadow: var(--shadow); }
.hero-fact { min-height: 142px; padding: 30px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.hero-fact:last-child { border-right: 0; }
.fact-icon { width: 54px; height: 54px; flex: 0 0 54px; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 50%; background: #043867; color: #ffdc68; line-height: 0; }
.fact-icon svg { width: 30px; height: 30px; display: block; margin: 0; overflow: visible; }
.fact-icon svg * { fill: none !important; stroke: #ffdc68 !important; stroke-width: 2.6 !important; stroke-linecap: round; stroke-linejoin: round; }
.hero-fact strong { display: block; color: var(--navy); font: 700 1.18rem Georgia, serif; }
.hero-fact span { display: block; color: var(--muted); margin-top: 3px; font-size: .88rem; }

.section { padding: 100px 0; }
.section-after-hero { padding-top: 185px; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy-dark); color: #fff; }
.section-label { color: var(--gold); text-transform: uppercase; letter-spacing: .17em; font-size: .76rem; font-weight: 900; }
.section-title { margin: 11px 0 18px; color: var(--navy-dark); font: 700 clamp(2.2rem, 4.3vw, 4rem)/1.12 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.section-navy .section-title { color: #fff; }
.section-intro { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-navy .section-intro { color: #c8d8e3; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: center; }
.image-stack { position: relative; padding: 0 34px 34px 0; }
.image-stack::after { content: ''; position: absolute; right: 0; bottom: 0; width: 72%; height: 70%; background: var(--gold); z-index: 0; }
.image-stack img { position: relative; z-index: 1; height: 580px; object-fit: cover; box-shadow: var(--shadow); }
.image-caption { position: absolute; z-index: 2; left: -26px; bottom: 58px; max-width: 260px; padding: 22px 24px; background: var(--navy); color: #fff; border-left: 5px solid var(--gold); box-shadow: var(--shadow); }
.image-caption strong { display: block; font: 700 1.3rem Georgia, serif; }
.image-caption span { color: #c8d8e3; font-size: .86rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
.check-list li { position: relative; padding-left: 31px; color: var(--ink); font-weight: 800; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 2px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-dark); font-size: .72rem; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 300px; overflow: hidden; padding: 34px; background: #fff; border: 1px solid var(--line); box-shadow: 0 9px 30px rgba(3,31,59,.06); }
.service-card::before { content: attr(data-number); position: absolute; top: 16px; right: 22px; color: rgba(6,47,89,.07); font: 700 4.2rem Georgia, serif; }
.service-card::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-soft); font-size: 1.45rem; margin-bottom: 30px; }
.service-card h3 { position: relative; margin: 0 0 12px; color: var(--navy); font: 700 1.45rem/1.2 Georgia, serif; }
.service-card p { position: relative; margin: 0; color: var(--muted); }

.care-band { background: var(--gold); color: var(--navy-dark); }
.care-band-inner { min-height: 170px; display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); align-items: center; }
.care-band-copy { padding-right: 45px; }
.care-band h2 { margin: 0 0 8px; font: 700 2rem Georgia, serif; }
.care-band p { margin: 0; }
.care-stat { min-height: 95px; display: grid; align-content: center; padding: 0 27px; border-left: 1px solid rgba(3,31,59,.25); }
.care-stat strong { font: 700 1.35rem Georgia, serif; }
.care-stat span { font-size: .86rem; }

.life-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.life-photo { position: relative; }
.life-photo img { height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.life-card { position: absolute; right: -35px; bottom: 35px; width: 250px; padding: 25px; background: #fff; border-top: 5px solid var(--gold); box-shadow: var(--shadow); }
.life-card strong { color: var(--navy); font: 700 1.35rem Georgia, serif; }
.life-card p { margin: 7px 0 0; color: var(--muted); font-size: .9rem; }
.life-list { margin-top: 33px; display: grid; gap: 15px; }
.life-item { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.life-item:last-child { border-bottom: 0; }
.life-item span { width: 46px; height: 46px; display: grid; place-items: center; background: var(--cream); color: var(--gold); font-weight: 900; }
.life-item h3 { margin: 0 0 4px; color: var(--navy); font: 700 1.15rem Georgia, serif; }
.life-item p { margin: 0; color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.process-card { position: relative; padding: 34px 30px; border: 1px solid rgba(255,255,255,.18); }
.process-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 50%; background: var(--gold); color: var(--navy-dark); font-weight: 900; }
.process-card h3 { margin: 0 0 11px; color: #fff; font: 700 1.4rem Georgia, serif; }
.process-card p { margin: 0; color: #c8d8e3; }

.promise { position: relative; overflow: hidden; background: linear-gradient(110deg, rgba(3,31,59,.97), rgba(6,47,89,.78)), url('images/hero-assisted-living.jpg') center 44%/cover no-repeat; color: #fff; }
.promise-inner { min-height: 410px; display: flex; align-items: center; justify-content: center; text-align: center; }
.promise-copy { max-width: 830px; padding: 70px 0; }
.promise h2 { margin: 13px 0 20px; color: #fff; font: 700 clamp(2.4rem, 5vw, 4.4rem)/1.1 Georgia, serif; }
.promise p { margin: 0 auto 29px; max-width: 720px; color: #dce9f0; font-size: 1.08rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 20px 23px; background: #fff; border: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 900; }
.faq-list p { margin: 13px 0 0; color: var(--muted); }

.contact-strip { background: var(--navy); color: #fff; }
.contact-strip-inner { min-height: 225px; display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.contact-strip h2 { margin: 0 0 10px; color: #fff; font: 700 clamp(2rem, 4vw, 3.4rem)/1.12 Georgia, serif; }
.contact-strip p { margin: 0; color: #d5e4ed; }

.footer { background: var(--navy-dark); color: #c5d5df; }
.footer-grid { padding: 62px 0 44px; display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 70px; }
.footer-logo { width: 310px; max-width: 100%; padding: 13px; }
.footer-copy { max-width: 430px; color: #aabfcb; }
.footer-title { margin: 0 0 17px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #dbe7ee; text-decoration: none; }
.footer-links a:hover { color: var(--gold-soft); }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #91a9b8; font-size: .83rem; }

.page-hero { position: relative; overflow: hidden; padding: 95px 0; color: #fff; background: linear-gradient(105deg, rgba(3,31,59,.98), rgba(6,47,89,.84)), url('images/caregiver-support.jpg') center 42%/cover no-repeat; border-bottom: 6px solid var(--gold); }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); margin-bottom: 14px; }
.page-hero p { max-width: 680px; margin: 0; color: #dce9f0; font-size: 1.1rem; }
.breadcrumb { color: var(--gold-soft); font-size: .87rem; font-weight: 800; }
.breadcrumb a { color: #fff; text-decoration: none; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: start; }
.contact-list { display: grid; gap: 13px; margin-top: 29px; }
.contact-card { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--line); background: #fff; text-decoration: none; }
.contact-card:hover { border-color: var(--gold); }
.contact-card-icon { width: 50px; height: 50px; flex: 0 0 50px; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 50%; background: #043867; color: #ffdc68; line-height: 0; }
.contact-card-icon svg { width: 27px; height: 27px; display: block; margin: 0; overflow: visible; }
.contact-card-icon svg * { fill: none !important; stroke: #ffdc68 !important; stroke-width: 2.6 !important; stroke-linecap: round; stroke-linejoin: round; }
.contact-card strong { display: block; color: var(--navy); }
.contact-card span { display: block; color: var(--muted); font-size: .9rem; }
.form-panel { padding: 42px; background: #fff; border-top: 6px solid var(--gold); box-shadow: var(--shadow); }
.form-panel h2 { margin: 0 0 8px; color: var(--navy); font: 700 2.15rem Georgia, serif; }
.form-panel > p { margin: 0 0 28px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .87rem; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid #b8c8d2; border-radius: 0; color: var(--ink); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(199,154,50,.22); border-color: var(--gold); }
.form-panel .btn { border: 0; cursor: pointer; margin-top: 20px; }
.form-status { color: var(--navy-2); font-weight: 800; }
.form-note { color: var(--muted); font-size: .8rem; }
.map-panel { display: grid; place-items: center; min-height: 340px; padding: 50px; text-align: center; background: linear-gradient(135deg, var(--navy-dark), var(--navy-2)); color: #fff; }
.map-panel h2 { margin: 13px 0 9px; color: #fff; font: 700 2rem Georgia, serif; }
.map-panel p { margin: 0 0 25px; color: #dce9f0; }

.chat-widget { position: fixed; right: 22px; bottom: 22px; z-index: 200; font-size: 15px; }
.chat-launch { display: flex; align-items: center; gap: 10px; min-height: 59px; padding: 0 20px; border: 0; border-radius: 31px; background: var(--navy); color: #fff; box-shadow: 0 15px 40px rgba(3,31,59,.32); cursor: pointer; font-weight: 900; }
.chat-launch:hover { background: var(--navy-2); }
.chat-launch-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-dark); font-size: .78rem; }
.chat-panel { position: absolute; right: 0; bottom: 73px; width: min(380px, calc(100vw - 28px)); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 24px 72px rgba(3,31,59,.3); }
.chat-panel[hidden] { display: none; }
.chat-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px; background: var(--navy); color: #fff; }
.chat-head strong { display: block; font: 700 1.08rem Georgia, serif; }
.chat-head span { display: block; color: #cbdde7; font-size: .74rem; }
.chat-close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.13); color: #fff; cursor: pointer; font-size: 1.3rem; }
.chat-messages { height: 285px; padding: 17px; overflow-y: auto; background: #f4f8fa; display: flex; flex-direction: column; gap: 11px; }
.chat-message { max-width: 87%; padding: 11px 13px; border-radius: 14px; line-height: 1.45; }
.chat-message.bot { align-self: flex-start; background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.chat-message.user { align-self: flex-end; background: var(--navy); color: #fff; border-bottom-right-radius: 4px; }
.chat-actions { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 17px 13px; background: #f4f8fa; }
.chat-actions button { border: 1px solid #b8c9d4; border-radius: 18px; padding: 7px 10px; background: #fff; color: var(--navy); cursor: pointer; font-size: .77rem; font-weight: 800; }
.chat-actions button:hover { border-color: var(--gold); background: var(--cream); }
.chat-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.chat-form input { min-width: 0; flex: 1; border: 1px solid #b8c9d4; border-radius: 22px; padding: 9px 13px; }
.chat-send { width: 42px; height: 42px; flex: 0 0 auto; border: 0; border-radius: 50%; background: var(--gold); color: var(--navy-dark); cursor: pointer; font-weight: 900; }
.chat-disclaimer { margin: 0; padding: 0 14px 10px; color: var(--muted); background: #fff; text-align: center; font-size: .7rem; }
.mobile-call { display: none; }

@media (max-width: 1040px) {
  .nav-links a { padding-inline: 9px; }
  .about-grid, .life-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .image-stack, .life-photo { max-width: 760px; margin-inline: auto; width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .care-band-inner { grid-template-columns: 1fr 1fr 1fr; padding: 35px 0; }
  .care-band-copy { grid-column: 1 / -1; padding: 0 0 25px; }
  .care-stat:first-of-type { border-left: 0; }
}

@media (max-width: 860px) {
  .topbar-inner { justify-content: center; }
  .topbar-location { display: none; }
  .menu-button { display: grid; place-items: center; }
  .nav { min-height: 80px; }
  .logo img { height: 58px; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 80px; max-height: calc(100vh - 80px); overflow-y: auto; flex-direction: column; align-items: stretch; padding: 18px 20px 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 10px; }
  .nav-cta { margin: 6px 0 0; text-align: center; }
  .hero { min-height: 720px; background-position: 60% center; }
  .hero::before { background: linear-gradient(90deg, rgba(3,31,59,.96), rgba(3,31,59,.82) 65%, rgba(3,31,59,.42)); }
  .hero-inner { padding-bottom: 220px; }
  .hero-facts { grid-template-columns: 1fr; transform: translate(-50%, 67%); }
  .hero-fact { min-height: 92px; padding: 17px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-after-hero { padding-top: 295px; }
  .section-heading { flex-direction: column; align-items: start; }
  .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 34px; }
}

@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .topbar-links { gap: 10px; font-size: .77rem; }
  .topbar-links .secondary-phone { display: none; }
  .logo { width: 225px; max-width: 70vw; }
  .hero h1 { font-size: 3.05rem; }
  .hero-lead { font-size: 1.02rem; }
  .section { padding: 72px 0; }
  .section-after-hero { padding-top: 290px; }
  .services-grid, .check-list, .form-grid { grid-template-columns: 1fr; }
  .image-stack { padding: 0 18px 18px 0; }
  .image-stack img, .life-photo img { height: 440px; }
  .image-caption { left: 10px; bottom: 34px; }
  .life-card { right: 12px; bottom: 18px; width: 230px; }
  .care-band-inner { grid-template-columns: 1fr; }
  .care-stat { padding: 17px 0; border-left: 0; border-top: 1px solid rgba(3,31,59,.23); }
  .contact-strip-inner { padding: 50px 0; flex-direction: column; align-items: start; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: start; }
  .form-panel { padding: 30px 20px; }
  .field.full { grid-column: auto; }
  .chat-widget { right: 15px; bottom: 84px; }
  .chat-launch { min-height: 53px; padding: 0 15px; }
  .chat-panel { bottom: 64px; }
  .mobile-call { position: fixed; right: 16px; bottom: 16px; z-index: 190; width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-dark); text-decoration: none; box-shadow: 0 12px 32px rgba(3,31,59,.28); font-size: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
