:root {
  --ink: #4d3b2f;
  --ink-deep: #2f251f;
  --paper: #f5f2ed;
  --paper-deep: #e9ded1;
  --accent: #b3925f;
  --accent-dark: #8e6b51;
  --sand: #d8c4ac;
  --white: #fffdf9;
  --muted: #75685f;
  --line: rgba(142, 107, 81, .25);
  --display: "Aboreto", Georgia, serif;
  --body: "Gotu", Arial, sans-serif;
  --support: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 14px clamp(22px, 5vw, 76px); background: rgba(246, 241, 232, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.15; }
.brand-mark { width: 50px; height: 50px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--display); font-size: 17px; font-weight: 400; letter-spacing: .02em; }
.brand small { margin-top: 4px; color: var(--muted); font-family: var(--support); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-family: var(--support); font-size: 13px; font-weight: 500; text-decoration: none; }
nav a:hover { color: var(--accent-dark); }
.header-social { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 999px; }
.header-social:hover { border-color: var(--accent-dark); }
.instagram-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.instagram-dot { fill: currentColor; stroke: none; }
.nav-cta { padding: 11px 18px; color: var(--white); background: var(--ink); border-radius: 999px; }
nav .nav-cta:hover { color: var(--white); background: var(--accent-dark); }
.menu-button { display: none; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; font: 600 14px var(--support); }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; gap: clamp(36px, 7vw, 100px); padding: clamp(70px, 9vw, 125px) clamp(22px, 7vw, 112px) clamp(60px, 7vw, 95px); }
.hero-copy { max-width: 870px; }
.eyebrow { margin: 0 0 18px; color: var(--accent-dark); font-family: var(--support); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--sand); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 980px; font-size: clamp(45px, 6vw, 86px); }
h2 { font-size: clamp(35px, 4.4vw, 58px); }
h3 { margin: 0; font-family: var(--display); font-size: 23px; font-weight: 400; line-height: 1.25; }
.hero-text { max-width: 690px; margin: 34px 0 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; }
.location-line { max-width: 700px; margin: 22px 0 0; padding-left: 17px; border-left: 2px solid var(--accent); color: var(--ink); font-family: var(--support); font-size: 14px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border-radius: 999px; font-family: var(--support); font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--accent); }
.button.primary:hover { background: var(--accent-dark); }
.text-link { font-family: var(--support); font-size: 14px; font-weight: 600; text-decoration: none; }
.text-link span { margin-left: 5px; color: var(--accent); }
.hero-photo { position: relative; align-self: end; overflow: hidden; margin: 0; min-height: 520px; background: var(--sand); }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-photo figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 16px 18px; color: var(--paper); background: rgba(77,59,47,.82); backdrop-filter: blur(9px); font-family: var(--display); font-size: 14px; line-height: 1.4; }
.hero-photo figcaption span { font-family: var(--support); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.note-number, .card-index { color: var(--accent-dark); font-family: var(--support); font-size: 12px; font-weight: 600; letter-spacing: .12em; }

.section { padding: clamp(76px, 10vw, 145px) clamp(22px, 7vw, 112px); }
.section-heading { display: grid; grid-template-columns: .8fr 1.8fr 1fr; gap: clamp(26px, 5vw, 80px); align-items: start; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 18px; }
.section-heading.compact { grid-template-columns: .8fr 2.8fr; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card { min-height: 340px; padding: 30px clamp(20px, 3vw, 42px) 38px; border-right: 1px solid var(--line); }
.card:first-child { padding-left: 0; }
.card:last-child { border-right: 0; }
.card h3 { margin-top: 72px; }
.card p { color: var(--muted); }
.cards-six .card:nth-child(3) { border-right: 0; }
.cards-six .card:nth-child(n+4) { border-top: 1px solid var(--line); }
.cards-six .card:nth-child(4) { padding-left: 0; }

.palliative-overview { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(50px, 9vw, 140px); align-items: start; background: var(--paper-deep); }
.palliative-copy { max-width: 700px; }
.palliative-copy > p { color: var(--muted); font-size: 18px; }
.palliative-copy blockquote { margin: 38px 0 28px; padding-left: 24px; border-left: 2px solid var(--accent); color: var(--ink); font-family: var(--display); font-size: clamp(24px, 2.5vw, 36px); line-height: 1.25; }

.conditions { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); padding-top: clamp(66px, 8vw, 110px); padding-bottom: clamp(66px, 8vw, 110px); background: var(--white); }
.conditions-intro > p:last-child { max-width: 650px; margin-top: 28px; color: var(--muted); font-size: 18px; }
.condition-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.condition-list li { position: relative; padding: 20px 18px 20px 35px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 17px; }
.condition-list li::before { content: ""; position: absolute; top: 31px; left: 0; width: 14px; height: 2px; background: var(--accent); }
.conditions-note { margin: 24px 0 0; color: var(--muted); font-size: 14px; }

.approach { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); color: var(--paper); background: var(--ink); }
.approach-intro p:last-child { max-width: 610px; margin-top: 30px; color: var(--sand); font-size: 18px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid rgba(216,196,172,.32); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > span { color: var(--accent); font-family: var(--support); font-size: 12px; }
.steps h3 { font-size: 25px; }
.steps p { margin: 8px 0 0; color: var(--sand); }

.format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 70px; }
.format-grid article { min-height: 260px; padding: 30px; background: var(--white); border-radius: 2px; box-shadow: 0 16px 44px rgba(23,53,61,.07); }
.format-grid article::before { content: ""; display: block; width: 32px; height: 3px; margin-bottom: 70px; background: var(--accent); }
.format-grid p { color: var(--muted); }
.service-link { display: inline-block; margin-top: 12px; color: var(--accent-dark); font-family: var(--support); font-size: 14px; font-weight: 600; text-decoration: none; }
.service-link span { margin-left: 4px; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 9vw, 130px); align-items: center; background: var(--paper-deep); }
.portrait-placeholder { min-height: 580px; overflow: hidden; background: var(--accent-dark); }
.portrait-placeholder img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; object-position: center 28%; }
.about-copy p:not(.eyebrow) { max-width: 650px; color: #52656a; font-size: 18px; }
.about-copy h2 { margin-bottom: 34px; }
.credentials { max-width: 690px; margin: 34px 0 8px; border-top: 1px solid var(--line); }
.credentials p:not(.eyebrow) { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(0, 1.6fr); gap: 22px; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--support); font-size: 13px; line-height: 1.55; }
.credentials strong { color: var(--accent-dark); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.credentials span { color: var(--muted); }
.text-link.dark { display: inline-block; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); }
.faq .section-heading { display: block; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 28px 45px 28px 0; cursor: pointer; font-family: var(--display); font-size: 20px; line-height: 1.35; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; color: var(--accent); font-family: var(--support); font-size: 25px; }
details[open] summary::after { content: "−"; }
details p { max-width: 680px; margin: 0 0 28px; color: var(--muted); }

.closing { padding: clamp(80px, 12vw, 170px) clamp(22px, 12vw, 190px); text-align: center; color: var(--paper); background: var(--accent-dark); }
.closing h2 { max-width: 1000px; margin: 0 auto; }
.closing > p:not(.eyebrow) { max-width: 650px; margin: 30px auto; color: var(--paper-deep); font-size: 18px; }
.button.pale { color: var(--accent-dark); background: var(--paper); }

.page-hero { padding: clamp(85px, 11vw, 155px) clamp(22px, 7vw, 112px) clamp(70px, 8vw, 110px); background: var(--paper-deep); }
.page-hero h1 { max-width: 1100px; font-size: clamp(42px, 5.6vw, 78px); }
.page-section { padding-top: clamp(60px, 7vw, 95px); }
.prose { width: min(860px, 100%); margin: 0 auto; }
.prose-wide { width: min(1080px, 100%); }
.prose h2 { margin: 58px 0 20px; font-size: clamp(31px, 3.5vw, 47px); }
.prose h3 { margin: 34px 0 10px; font-size: 22px; }
.prose p, .prose li { color: var(--muted); font-size: 17px; }
.prose li { margin-bottom: 10px; }
.prose ul { padding-left: 22px; }
.page-intro { margin-top: 0; color: var(--ink) !important; font-size: clamp(18px, 2vw, 21px) !important; }
.page-cta { margin: 30px 0 42px; }
.info-band { margin: 38px 0; padding: 28px 30px; border-left: 3px solid var(--accent); background: var(--paper-deep); color: var(--ink); }
.about-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 90px); align-items: center; margin-bottom: 60px; }
.about-page-grid img { width: 100%; max-height: 680px; object-fit: cover; object-position: center 28%; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 26px; padding: 50px clamp(22px, 7vw, 112px); color: var(--paper); background: var(--ink-deep); }
footer strong { font-family: var(--display); font-size: 18px; font-weight: 400; }
footer p { margin: 4px 0 0; color: var(--sand); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 14px; }
.social-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; text-decoration: none; }
.social-link:hover span { text-decoration: underline; text-underline-offset: 3px; }
.disclaimer { grid-column: 1 / -1; max-width: 760px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.footer-expanded { grid-template-columns: 1.3fr .8fr 1fr; gap: clamp(30px, 5vw, 75px); }
.footer-column .footer-links { flex-direction: column; gap: 6px; margin-top: 10px; }
.footer-column > p { font-size: 14px; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 81px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 22px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 13px 0; }
  nav .header-social { width: 42px; height: 42px; margin: 8px 0 4px; padding: 0; }
  .nav-cta { margin-top: 8px; padding: 12px 16px; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo { width: min(100%, 620px); min-height: 650px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .approach, .about, .conditions, .faq, .palliative-overview, .about-page-grid { grid-template-columns: 1fr; }
  .approach-intro h2 { max-width: 700px; }
  .portrait-placeholder, .portrait-placeholder img { min-height: 430px; }
  .footer-expanded { grid-template-columns: 1fr 1fr; }
  .footer-expanded > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand strong { font-size: 14px; }
  .brand small { max-width: 190px; font-size: 8px; }
  nav { top: 71px; }
  .hero { padding-top: 70px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  h2 { font-size: clamp(37px, 11vw, 50px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-photo { min-height: 500px; }
  .button { width: 100%; text-align: center; }
  .cards, .format-grid { grid-template-columns: 1fr; }
  .cards { border-bottom: 0; }
  .card, .card:first-child, .cards-six .card:nth-child(4) { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .cards-six .card:nth-child(n+4) { border-top: 0; }
  .card h3 { margin-top: 34px; }
  .format-grid article { min-height: 0; }
  .format-grid article::before { margin-bottom: 45px; }
  .portrait-placeholder, .portrait-placeholder img { min-height: 360px; }
  .credentials p:not(.eyebrow) { grid-template-columns: 1fr; gap: 3px; }
  footer, .footer-expanded { grid-template-columns: 1fr; }
  .footer-expanded > :first-child { grid-column: auto; }
  .footer-links { flex-wrap: wrap; }
  .footer-column .footer-links { align-items: flex-start; }
  .disclaimer { grid-column: auto; }
  .page-hero { padding-top: 70px; }
  .page-hero h1 { font-size: clamp(40px, 12vw, 58px); }
}

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