/* TogetherCare — End of Life Care page */
.tc-focus-page {
  --sci-burgundy: #721830;
  --sci-burgundy-dark: #531022;
  --sci-teal: #246b6b;
  --sci-teal-dark: #164b4b;
  --sci-sage: #dfe9e3;
  --sci-cream: #f8f4ed;
  --sci-ink: #263f43;
  --sci-muted: #5f7072;
  --sci-white: #fff;
  color: var(--sci-ink);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.7;
  overflow: hidden;
}

.tc-focus-page * { box-sizing: border-box; }
.tc-focus-page img { display: block; max-width: 100%; }
.tc-focus-page p { margin: 0 0 1.25rem; }
.tc-focus-page h1,
.tc-focus-page h2,
.tc-focus-page h3 {
  color: var(--sci-burgundy);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
  margin: 0 0 1.25rem;
}
.tc-focus-page h1 { font-size: clamp(2.8rem, 5.2vw, 5.7rem); font-weight: 600; }
.tc-focus-page h2 { font-size: clamp(2rem, 3.2vw, 3.5rem); }
.tc-focus-page h3 { font-size: 1.3rem; letter-spacing: -.015em; }
.tc-focus-page a { color: var(--sci-burgundy); }

.tc-focus-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.tc-focus-eyebrow {
  color: var(--sci-teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .17em;
  margin-bottom: 1.05rem !important;
  text-transform: uppercase;
}
.tc-focus-eyebrow-light { color: #b9dcce; }
.tc-focus-section-heading { max-width: 760px; margin-bottom: 3rem; }
.tc-focus-section-heading > p:last-child { color: var(--sci-muted); font-size: 1.06rem; }

.tc-focus-button {
  align-items: center;
  background: var(--sci-burgundy);
  border: 2px solid var(--sci-burgundy);
  border-radius: 9px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: .75rem 1.45rem;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.tc-focus-button:hover { background: var(--sci-burgundy-dark); border-color: var(--sci-burgundy-dark); transform: translateY(-2px); }
.tc-focus-button-secondary { background: transparent; color: var(--sci-burgundy) !important; }
.tc-focus-button-secondary:hover { background: #f1e6e9; }

.tc-focus-hero { background: var(--sci-cream); }
.tc-focus-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 650px; }
.tc-focus-hero-copy { align-self: center; margin-left: max(24px, calc((100vw - 1180px) / 2)); max-width: 610px; padding: 5.7rem 4.5rem 5.7rem 0; }
.tc-focus-lead { font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.7; max-width: 590px; }
.tc-focus-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.35rem; }
.tc-focus-hero-note { border-left: 3px solid #b79879; color: var(--sci-muted); font-size: .86rem; line-height: 1.55; margin: 0 !important; max-width: 580px; padding-left: 1rem; }
.tc-focus-hero-image { min-height: 650px; position: relative; }
.tc-focus-hero-image::after { background: linear-gradient(90deg, rgba(114,24,48,.08), transparent 30%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.tc-focus-hero-image img { height: 100%; object-fit: cover; object-position: 52% center; width: 100%; }

.tc-focus-trust { background: var(--sci-burgundy); color: #fff; padding: 1.7rem 0; }
.tc-focus-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tc-focus-trust-item { border-right: 1px solid rgba(255,255,255,.25); padding: .35rem 1.6rem; }
.tc-focus-trust-item:first-child { padding-left: 0; }
.tc-focus-trust-item:last-child { border: 0; }
.tc-focus-trust-item strong, .tc-focus-trust-item span { display: block; }
.tc-focus-trust-item strong { font-size: .98rem; margin-bottom: .25rem; }
.tc-focus-trust-item span { color: #efdfe4; font-size: .78rem; line-height: 1.45; }

.tc-focus-intro { padding: 7rem 0; }
.tc-focus-intro-grid { align-items: start; display: grid; gap: 7rem; grid-template-columns: 1.35fr .65fr; }
.tc-focus-intro-grid > div > p:not(.tc-focus-eyebrow) { font-size: 1.08rem; }
.tc-focus-definition { background: var(--sci-sage); border-radius: 22px; padding: 2.3rem; }
.tc-focus-definition h2 { font-size: 1.65rem !important; }
.tc-focus-definition a, .tc-focus-home a, .tc-focus-planning a { font-weight: 800; }

.tc-focus-person { background: #f1f5f2; padding: 7rem 0; }
.tc-focus-person-grid { display: grid; gap: 6rem; grid-template-columns: .78fr 1.22fr; }
.tc-focus-person-copy { align-self: center; }
.tc-focus-preference-list { display: grid; gap: 1px; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 20px; background: #c9d9d0; }
.tc-focus-preference-list > div { background: #fff; min-height: 170px; padding: 2rem; }
.tc-focus-preference-list strong, .tc-focus-preference-list span { display: block; }
.tc-focus-preference-list strong { color: var(--sci-burgundy); font-size: 1.03rem; margin-bottom: .55rem; }
.tc-focus-preference-list span { color: var(--sci-muted); font-size: .92rem; line-height: 1.55; }

.tc-focus-home { background: var(--sci-teal-dark); color: #eff8f4; padding: 7rem 0; position: relative; }
.tc-focus-home::before { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -160px; top: -180px; width: 420px; }
.tc-focus-home-grid { display: grid; gap: 7rem; grid-template-columns: 1fr 1fr; position: relative; }
.tc-focus-home h2, .tc-focus-home h3 { color: #fff !important; }
.tc-focus-home a { color: #c6e6d9 !important; }
.tc-focus-home-list { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 2.6rem; }
.tc-focus-home-list h3 { font-size: 1.5rem !important; }
.tc-focus-home-list ul { columns: 2; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.tc-focus-home-list li { break-inside: avoid; border-bottom: 1px solid rgba(255,255,255,.12); padding: .65rem 0 .65rem 1.35rem; position: relative; }
.tc-focus-home-list li::before { color: #b9dcce; content: "✓"; font-weight: 800; left: 0; position: absolute; }

.tc-focus-support { padding: 7rem 0; }
.tc-focus-support-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, 1fr); }
.tc-focus-support-grid article { border: 1px solid #e4dbd4; border-radius: 18px; box-shadow: 0 12px 35px rgba(42,44,42,.05); padding: 2rem; }
.tc-focus-support-grid article > span { color: #b1848f; display: block; font-size: .76rem; font-weight: 800; letter-spacing: .15em; margin-bottom: 2.3rem; }
.tc-focus-support-grid article h3 { margin-bottom: .7rem !important; }
.tc-focus-support-grid article p { color: var(--sci-muted); font-size: .91rem; margin: 0 !important; }

.tc-focus-boundaries { background: var(--sci-cream); padding: 7rem 0; }
.tc-focus-boundary-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr; }
.tc-focus-boundary-grid > article { background: #fff; border-radius: 22px; padding: 3rem; }
.tc-focus-check-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.tc-focus-check-list li { border-top: 1px solid #e9dfd8; padding: .8rem 0 .8rem 1.55rem; position: relative; }
.tc-focus-check-list li::before { color: var(--sci-teal); content: "✓"; font-weight: 800; left: 0; position: absolute; }
.tc-focus-alert { background: #f4e9eb; border-left: 4px solid var(--sci-burgundy); margin-top: 1.8rem; padding: 1rem 1.1rem; }
.tc-focus-alert strong, .tc-focus-alert span { display: block; }
.tc-focus-alert span { font-size: .88rem; margin-top: .2rem; }

.tc-focus-partnership { padding: 7rem 0; }
.tc-focus-partnership-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr; }
.tc-focus-partner-card { border: 1px solid #dfe8e3; border-radius: 22px; padding: 2.5rem; }
.tc-focus-tag-list, .tc-focus-area-tags { display: flex; flex-wrap: wrap; gap: .55rem; }
.tc-focus-tag-list span, .tc-focus-area-tags span { background: var(--sci-sage); border-radius: 999px; color: var(--sci-teal-dark); font-size: .78rem; font-weight: 700; padding: .45rem .8rem; }

.tc-focus-overnight { background: #f1f5f2; }
.tc-focus-overnight-grid { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; }
.tc-focus-overnight-image { min-height: 730px; }
.tc-focus-overnight-image img { height: 100%; object-fit: cover; width: 100%; }
.tc-focus-overnight-copy { align-self: center; max-width: 670px; padding: 6rem clamp(2rem, 6vw, 7rem); }
.tc-focus-night-options { margin-top: 2rem; }
.tc-focus-night-options > div { border-top: 1px solid #cbdad2; padding: 1.15rem 0; }
.tc-focus-night-options strong, .tc-focus-night-options span { display: block; }
.tc-focus-night-options strong { color: var(--sci-burgundy); }
.tc-focus-night-options span { color: var(--sci-muted); font-size: .9rem; margin-top: .25rem; }

.tc-focus-urgent { background: var(--sci-cream); padding: 7rem 0; }
.tc-focus-urgent-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr; }
.tc-focus-urgent-grid article { background: #fff; border-radius: 20px; padding: 2.5rem; }
.tc-focus-urgent-note { background: #eadfe1; border-radius: 12px; color: var(--sci-burgundy-dark); font-weight: 700; margin: 1.5rem 0 0 !important; padding: 1.2rem 1.5rem; text-align: center; }

.tc-focus-planning { background: var(--sci-burgundy-dark); color: #f7eaf0; padding: 7rem 0; }
.tc-focus-planning-grid { align-items: center; display: grid; gap: 6rem; grid-template-columns: 1.1fr .9fr; }
.tc-focus-planning h2 { color: #fff !important; }
.tc-focus-planning aside { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 2.5rem; }
.tc-focus-planning aside > strong { color: #fff; font-size: 1.25rem; }
.tc-focus-planning ul { margin: 1rem 0 1.5rem; padding-left: 1.2rem; }
.tc-focus-planning a { color: #fff !important; }

.tc-focus-why { padding: 7rem 0; }
.tc-focus-why-grid { display: grid; gap: 6rem; grid-template-columns: 1.2fr .8fr; }
.tc-focus-check-columns { columns: 2; column-gap: 2rem; }
.tc-focus-check-columns li { break-inside: avoid; }
.tc-focus-area-card { background: var(--sci-teal-dark); border-radius: 22px; color: #eaf5f1; padding: 2.6rem; }
.tc-focus-area-card h2 { color: #fff !important; font-size: 2rem !important; }
.tc-focus-area-card .tc-focus-area-tags span { background: rgba(255,255,255,.12); color: #fff; }
.tc-focus-small { color: #c9dcd5; font-size: .8rem; line-height: 1.55; margin: 1.5rem 0 0 !important; }

.tc-focus-related { background: #f1f5f2; padding: 7rem 0; }
.tc-focus-related-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); background: #cbd8d1; border-radius: 20px; overflow: hidden; }
.tc-focus-related-grid a { background: #fff; min-height: 145px; padding: 2rem; text-decoration: none; transition: background .2s ease; }
.tc-focus-related-grid a:hover { background: var(--sci-cream); }
.tc-focus-related-grid strong, .tc-focus-related-grid span { display: block; }
.tc-focus-related-grid strong { font-size: 1.12rem; margin-bottom: .4rem; }
.tc-focus-related-grid span { color: var(--sci-muted); font-size: .86rem; }

.tc-focus-faq { padding: 7rem 0; }
.tc-focus-faq-grid { align-items: start; display: grid; gap: 6rem; grid-template-columns: .7fr 1.3fr; }
.tc-focus-faq-intro { position: sticky; top: 120px; }
.tc-focus-faq-list details { border-top: 1px solid #d9d0ca; padding: 1.25rem 0; }
.tc-focus-faq-list details:last-child { border-bottom: 1px solid #d9d0ca; }
.tc-focus-faq-list summary { color: var(--sci-burgundy); cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; padding: 0 2rem 0 0; position: relative; }
.tc-focus-faq-list summary::-webkit-details-marker { display: none; }
.tc-focus-faq-list summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; position: absolute; right: .25rem; top: -.25rem; }
.tc-focus-faq-list details[open] summary::after { content: "−"; }
.tc-focus-faq-list details p { color: var(--sci-muted); margin: .8rem 2rem 0 0 !important; }

.tc-focus-cta { background: var(--sci-teal-dark); color: #e9f4f0; padding: 6rem 0; }
.tc-focus-cta-inner { align-items: center; display: grid; gap: 5rem; grid-template-columns: 1.25fr .75fr; }
.tc-focus-cta h2 { color: #fff !important; }
.tc-focus-cta-actions { align-items: stretch; display: flex; flex-direction: column; gap: .7rem; }
.tc-focus-button-light { background: #fff; border-color: #fff; color: var(--sci-burgundy) !important; }
.tc-focus-button-light:hover { background: var(--sci-cream); border-color: var(--sci-cream); }
.tc-focus-button-outline-light { background: transparent; border-color: rgba(255,255,255,.75); }
.tc-focus-button-outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.tc-focus-cta-actions > a:last-child { color: #fff !important; font-size: .85rem; font-weight: 700; text-align: center; }
.tc-focus-image-note { background: #edf1ef; color: #687675; padding: 1.2rem 0; text-align: center; }
.tc-focus-image-note p { font-size: .75rem; margin: 0 !important; }

@media (max-width: 1080px) {
  .tc-focus-hero-grid { grid-template-columns: 1fr 1fr; }
  .tc-focus-hero-copy { padding-right: 2.5rem; }
  .tc-focus-trust-grid { grid-template-columns: 1fr 1fr; row-gap: 1.2rem; }
  .tc-focus-trust-item:nth-child(2) { border-right: 0; }
  .tc-focus-intro-grid, .tc-focus-person-grid, .tc-focus-home-grid, .tc-focus-planning-grid, .tc-focus-why-grid, .tc-focus-faq-grid { gap: 3.5rem; }
}

@media (max-width: 860px) {
  .tc-focus-hero-grid { grid-template-columns: 1fr; }
  .tc-focus-hero-copy { margin: 0 auto; max-width: 760px; padding: 4.5rem 24px; width: 100%; }
  .tc-focus-hero-image { min-height: 480px; }
  .tc-focus-intro-grid, .tc-focus-person-grid, .tc-focus-home-grid, .tc-focus-boundary-grid, .tc-focus-partnership-grid, .tc-focus-overnight-grid, .tc-focus-urgent-grid, .tc-focus-planning-grid, .tc-focus-why-grid, .tc-focus-faq-grid, .tc-focus-cta-inner { grid-template-columns: 1fr; }
  .tc-focus-support-grid, .tc-focus-related-grid { grid-template-columns: 1fr 1fr; }
  .tc-focus-overnight-image { min-height: 500px; }
  .tc-focus-overnight-copy { max-width: 100%; padding: 5rem 24px; }
  .tc-focus-faq-intro { position: static; }
}

@media (max-width: 620px) {
  .tc-focus-container { width: min(100% - 32px, 1180px); }
  .tc-focus-page h1 { font-size: 2.65rem; }
  .tc-focus-page h2 { font-size: 2rem; }
  .tc-focus-hero-copy { padding: 3.5rem 20px; }
  .tc-focus-hero-image { min-height: 340px; }
  .tc-focus-actions, .tc-focus-actions .tc-focus-button { width: 100%; }
  .tc-focus-trust-grid, .tc-focus-preference-list, .tc-focus-support-grid, .tc-focus-related-grid { grid-template-columns: 1fr; }
  .tc-focus-trust-item { border-bottom: 1px solid rgba(255,255,255,.2); border-right: 0; padding: .7rem 0; }
  .tc-focus-trust-item:last-child { border-bottom: 0; }
  .tc-focus-intro, .tc-focus-person, .tc-focus-home, .tc-focus-support, .tc-focus-boundaries, .tc-focus-partnership, .tc-focus-urgent, .tc-focus-planning, .tc-focus-why, .tc-focus-related, .tc-focus-faq { padding: 4.5rem 0; }
  .tc-focus-definition, .tc-focus-home-list, .tc-focus-boundary-grid > article, .tc-focus-partner-card, .tc-focus-urgent-grid article, .tc-focus-planning aside, .tc-focus-area-card { padding: 1.6rem; }
  .tc-focus-home-list ul, .tc-focus-check-columns { columns: 1; }
  .tc-focus-overnight-image { min-height: 340px; }
  .tc-focus-overnight-copy { padding: 4.5rem 16px; }
  .tc-focus-cta { padding: 4.5rem 0; }
}
