:root {
  --ink: #203b3d;
  --ink-soft: #526365;
  --cream: #f5f1e9;
  --paper: #fffdf8;
  --sage: #a6b8a1;
  --sage-dark: #647d6a;
  --coral: #d97a62;
  --line: #dce2d9;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 8px 14px; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 20; width: 100%; color: white; }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 26px 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1.1; }
.brand-mark { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 22px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; letter-spacing: .02em; }
.brand small { margin-top: 3px; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; opacity: .75; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.site-nav a:not(.nav-cta) { opacity: .88; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.nav-cta { padding: 10px 19px; border: 1px solid rgba(255,255,255,.65); border-radius: 2px; }
.menu-toggle { display: none; border: 0; color: white; background: transparent; font: inherit; cursor: pointer; }
.menu-toggle .hamburger { position: relative; display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 24px; height: 18px; }
.menu-toggle .hamburger span { display: block; width: 100%; height: 2px; background: currentColor; border-radius: 2px; transition: transform .25s ease, opacity .2s ease, top .25s ease; }
.menu-toggle.is-open .hamburger span:nth-child(1) { position: absolute; top: 8px; transform: rotate(45deg); }
.menu-toggle.is-open .hamburger span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open .hamburger span:nth-child(3) { position: absolute; top: 8px; transform: rotate(-45deg); }
.hero { position: relative; min-height: 730px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,54,54,.82) 0%, rgba(26,54,54,.52) 46%, rgba(26,54,54,.09) 100%), url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=2000&q=85') center/cover; }
.hero-content { position: relative; padding-top: 90px; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.accent { color: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: 0; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(54px, 7vw, 92px); }
h2 { margin-bottom: 25px; font-size: clamp(40px, 5vw, 64px); }
h1 em, h2 em { color: #dce8d6; font-style: italic; }
.hero-copy { max-width: 480px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: 18px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-width: 165px; padding: 13px 17px; border: 0; border-radius: 2px; font: 600 13px var(--sans); cursor: pointer; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { color: var(--ink); background: white; }
.button-dark { color: white; background: var(--ink); }
.hero-note { position: absolute; right: max(24px, calc((100vw - 1160px) / 2)); bottom: 42px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; text-align: right; }
.leaf { display: block; margin-bottom: 7px; color: #d3e2c9; font-size: 20px; }
.section-pad { padding: 112px 0; }
.intro { background: var(--paper); }
.intro-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.intro-copy { max-width: 560px; color: var(--ink-soft); font-size: 17px; }
.intro-copy p { margin-bottom: 20px; }
.text-link { display: inline-block; margin-top: 12px; color: var(--ink); border-bottom: 1px solid var(--coral); font-weight: 700; font-size: 13px; }
.care-section { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); align-items: start; gap: 72px; margin-bottom: 52px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.care-section h2 em { color: #718a72; }
.section-heading > p { max-width: 360px; margin: 46px 0 0; padding-left: 26px; border-left: 2px solid var(--coral); color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.care-card { min-height: 250px; padding: 30px; background: var(--paper); border-top: 3px solid var(--sage); }
.care-card.featured { background: var(--paper); color: var(--ink); border-top-color: var(--sage); }
.card-number { display: block; margin-bottom: 30px; color: var(--coral); font: 600 13px var(--sans); }
.care-card h3 { max-width: 210px; font: 500 27px/1.15 var(--serif); }
.care-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.featured p { color: var(--ink-soft); }
.care-card a { font-size: 12px; font-weight: 700; }
.life-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--sage); }
.life-photo { min-height: 600px; background: url('https://images.unsplash.com/photo-1576765608866-5b51046452be?auto=format&fit=crop&w=1200&q=85') center/cover; }
.life-panel { display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, calc((100vw - 1160px) / 2)) 80px 84px; }
.life-panel h2 { color: var(--ink); }
.life-panel h2 em { color: white; }
.life-panel > p:not(.eyebrow) { max-width: 430px; margin-bottom: 24px; color: #3f5e55; }
.check-list { display: grid; gap: 10px; margin: 0 0 32px; padding: 0; list-style: none; color: var(--ink); font-size: 14px; }
.check-list li::before { content: '✓'; display: inline-block; width: 24px; color: var(--coral); font-weight: 700; }
.quote-section { background: var(--ink); color: white; text-align: center; }
.quote-inner { max-width: 760px; }
.quote-mark { display: block; height: 45px; color: var(--coral); font: 80px/1 var(--serif); }
blockquote { margin: 0 0 20px; font: 500 clamp(28px, 4vw, 43px)/1.25 var(--serif); }
cite { color: #bdcbbd; font-size: 12px; font-style: normal; }
.contact-section { background: var(--paper); }
.contact-lede { max-width: 450px; margin-bottom: 38px; color: var(--ink-soft); }
.contact-details { display: grid; gap: 18px; font-size: 15px; }
.contact-details a, .contact-details p { margin: 0; }
.contact-details span { display: block; margin-bottom: 2px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-form { padding: 36px; background: var(--cream); }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.form-row label span { color: var(--coral); }
input, textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #bbc9bd; outline: 0; color: var(--ink); background: transparent; font: inherit; resize: vertical; }
input:focus, textarea:focus { border-bottom-color: var(--coral); }
.form-note { margin: 15px 0 0; color: var(--ink-soft); font-size: 11px; }
.form-success { display: none; margin-top: 14px; padding: 11px 12px; background: rgba(118, 160, 110, 0.12); border-left: 3px solid #507b53; color: #234f31; font-size: 13px; font-weight: 700; }
.form-success.is-visible { display: block; }
.hidden-field { position: absolute; left: -9999px; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 3; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: white; background: var(--coral); box-shadow: 0 8px 20px rgba(32,59,61,.2); font-size: 22px; line-height: 1; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s, transform .25s, visibility .25s, background .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover, .back-to-top:focus-visible { background: var(--ink); }
.site-footer { padding: 28px 0; background: #183235; color: white; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { font-size: 13px; }
.footer-wrap p, .footer-wrap > a:last-child { margin: 0; color: #bdcbbd; font-size: 11px; }
@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  .nav-wrap { gap: 18px; }
  .site-nav { gap: 18px; font-size: 13px; }
  .hero { min-height: 620px; }
  .hero-note { right: 20px; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .care-grid { grid-template-columns: 1fr; }
  .life-section { grid-template-columns: 1fr; }
  .life-photo { min-height: 420px; }
  .life-panel { padding: 64px 40px 72px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 560px); }
  .site-header { position: relative; z-index: 40; background: var(--ink); }
  .nav-wrap { padding: 18px 0; }
  .menu-toggle { display: block; padding: 8px 0; font-size: 13px; }
  .menu-toggle .hamburger { width: 26px; height: 20px; }
  .site-nav { position: absolute; top: 75px; right: 18px; left: 18px; z-index: 50; display: none; padding: 20px; background: var(--paper); color: var(--ink); box-shadow: 0 15px 35px rgba(0,0,0,.15); }
  .site-nav.is-open { display: grid; gap: 18px; }
  .site-nav a { opacity: 1 !important; }
  .nav-cta { border-color: var(--coral); width: fit-content; }
  .hero { min-height: 640px; }
  .hero-image { background-position: 63% center; }
  .hero-content { padding-top: 80px; }
  .hero-copy { font-size: 16px; }
  .hero-note { display: none; }
  .section-pad { padding: 76px 0; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading > p { margin-top: 20px; }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 260px; }
  .card-number { margin-bottom: 35px; }
  .care-card p { min-height: 0; }
  .life-section { grid-template-columns: 1fr; }
  .life-photo { min-height: 320px; }
  .life-panel { padding: 64px 18px 76px; }
  .contact-form { padding: 24px 20px; }
  .back-to-top { right: 18px; bottom: 18px; width: 44px; height: 44px; }
  .footer-wrap { align-items: start; flex-direction: column; }
}
