#home-page {
  --tc-home-burgundy: #6f1831;
  --tc-home-burgundy-dark: #4d1021;
  --tc-home-teal: #3e746d;
  --tc-home-teal-dark: #285952;
  --tc-home-sage: #dce9e4;
  --tc-home-cream: #f8f4ed;
  --tc-home-ink: #24302e;
  --tc-home-muted: #5c6865;
  color: var(--tc-home-ink);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.7;
}

#home-page *,
#home-page *::before,
#home-page *::after { box-sizing: border-box; }

#home-page .tc-home-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
#home-page h1,
#home-page h2,
#home-page h3 { color: var(--tc-home-burgundy); line-height: 1.14; margin-top: 0; }
#home-page h1 { max-width: 660px; margin-bottom: 22px; font-size: clamp(2.65rem, 5.2vw, 4.85rem); letter-spacing: -.05em; }
#home-page h2 { margin-bottom: 17px; font-size: clamp(1.95rem, 3.2vw, 2.85rem); letter-spacing: -.03em; }
#home-page h3 { margin-bottom: 10px; font-size: 1.25rem; }
#home-page p { margin: 0 0 17px; font-size: 16px; }
#home-page a:focus-visible { outline: 3px solid #e0a329; outline-offset: 4px; }

.tc-home-eyebrow { margin-bottom: 16px !important; color: var(--tc-home-teal); font-size: 13px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tc-home-eyebrow-light { color: var(--tc-home-sage); }
.tc-home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 22px; border: 2px solid var(--tc-home-burgundy); border-radius: 7px; background: var(--tc-home-burgundy); color: #fff !important; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.tc-home-button:hover { border-color: var(--tc-home-burgundy-dark); background: var(--tc-home-burgundy-dark); transform: translateY(-2px); }
.tc-home-button-secondary { background: transparent; color: var(--tc-home-burgundy) !important; }
.tc-home-button-secondary:hover { background: var(--tc-home-burgundy); color: #fff !important; }
.tc-home-text-link { color: var(--tc-home-burgundy); font-size: 15px; font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.tc-home-section-heading { max-width: 790px; margin-bottom: 37px; }
.tc-home-section-heading > p:not(.tc-home-eyebrow) { color: var(--tc-home-muted); }
.tc-home-section-action { margin-top: 31px; text-align: center; }

.tc-home-hero { overflow: hidden; background: var(--tc-home-cream); }
.tc-home-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 630px; align-items: stretch; }
.tc-home-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px 58px 76px max(20px, calc((100vw - 1160px) / 2)); }
.tc-home-lead { max-width: 615px; color: #46524f; font-size: 19px !important; }
.tc-home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.tc-home-hero-note { max-width: 570px; margin-top: 20px !important; color: var(--tc-home-muted); font-size: 12px !important; font-weight: 700; }
.tc-home-hero-image { min-height: 630px; }
.tc-home-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }

.tc-home-trust { background: var(--tc-home-burgundy); color: #fff; }
.tc-home-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tc-home-trust-item { display: block; min-height: 119px; padding: 23px 25px; border-right: 1px solid rgba(255,255,255,.21); color: #fff !important; text-decoration: none; }
.tc-home-trust-item:last-child { border-right: 0; }
a.tc-home-trust-item { transition: background .2s ease; }
a.tc-home-trust-item:hover { background: rgba(255,255,255,.08); }
.tc-home-trust-item strong { display: block; margin-bottom: 4px; font-size: 15px; line-height: 1.35; }
.tc-home-trust-item span { display: block; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.5; }

.tc-home-intro { padding: 94px 0; background: #fff; }
.tc-home-intro-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 72px; align-items: start; }
.tc-home-intro-copy p { max-width: 690px; }
.tc-home-principles { padding: 34px; border-left: 6px solid var(--tc-home-teal); border-radius: 14px; background: var(--tc-home-cream); }
.tc-home-principles h2 { font-size: 1.5rem !important; }
.tc-home-principles ul { display: grid; gap: 15px; margin: 22px 0 0; padding: 0; list-style: none; }
.tc-home-principles li { position: relative; padding: 0 0 15px 30px; border-bottom: 1px solid #e3ddd3; }
.tc-home-principles li:last-child { padding-bottom: 0; border-bottom: 0; }
.tc-home-principles li::before { content: "\2713"; position: absolute; top: 0; left: 0; color: var(--tc-home-teal); font-weight: 800; }
.tc-home-principles strong { display: block; color: var(--tc-home-burgundy); font-size: 14px; }
.tc-home-principles span { display: block; color: var(--tc-home-muted); font-size: 12px; line-height: 1.5; }

.tc-home-services { padding: 94px 0; background: #f4f7f5; }
.tc-home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.tc-home-service-card { position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 30px 27px; overflow: hidden; border: 1px solid #dfe6e3; border-radius: 13px; background: #fff; color: var(--tc-home-ink); text-decoration: none; box-shadow: 0 8px 28px rgba(32,52,46,.065); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.tc-home-service-card:hover { border-color: #b9d0ca; box-shadow: 0 15px 38px rgba(32,52,46,.12); transform: translateY(-4px); }
.tc-home-service-card > span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 50%; background: var(--tc-home-sage); color: var(--tc-home-teal); font-size: 12px; font-weight: 800; }
.tc-home-service-card p { color: var(--tc-home-muted); font-size: 14px !important; line-height: 1.65; }
.tc-home-service-card > strong { margin-top: auto; color: var(--tc-home-burgundy); font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.tc-home-service-urgent { border-color: var(--tc-home-burgundy); background: var(--tc-home-burgundy); color: #fff; }
.tc-home-service-urgent h3,
.tc-home-service-urgent > strong { color: #fff !important; }
.tc-home-service-urgent p { color: rgba(255,255,255,.8); }
.tc-home-service-urgent > span { background: rgba(255,255,255,.14); color: var(--tc-home-sage); }
.tc-home-service-urgent:hover { border-color: var(--tc-home-burgundy-dark); box-shadow: 0 15px 38px rgba(76,18,35,.22); }

.tc-home-story { padding: 98px 0; background: #fff; }
.tc-home-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.tc-home-story-image { overflow: hidden; border-radius: 15px; box-shadow: 0 15px 42px rgba(32,52,46,.14); }
.tc-home-story-image img { display: block; width: 100%; height: 530px; object-fit: cover; object-position: center; }
.tc-home-story-copy p { max-width: 600px; }

.tc-home-heritage { padding: 104px 0; overflow: hidden; background: #fff; }
.tc-home-heritage-heading { max-width: 800px; margin-bottom: 45px; }
.tc-home-heritage-heading > p:not(.tc-home-eyebrow) { color: var(--tc-home-muted); }
.tc-home-founder-story { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: stretch; }
.tc-home-founder-copy { padding: 42px; border: 1px solid #e3e9e6; border-radius: 15px; background: var(--tc-home-cream); }
.tc-home-founder-label { margin-bottom: 9px !important; color: var(--tc-home-teal); font-size: 12px !important; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tc-home-founder-copy h3 { max-width: 710px; font-size: clamp(1.55rem, 2.4vw, 2.15rem) !important; }
.tc-home-founder-copy p:not(.tc-home-founder-label) { color: #43504d; }
.tc-home-heritage-quote { display: flex; flex-direction: column; justify-content: center; padding: 42px; border-radius: 15px; background: var(--tc-home-burgundy); color: #fff; }
.tc-home-heritage-quote > span { color: var(--tc-home-sage); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tc-home-heritage-quote blockquote { margin: 25px 0; color: #fff; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.42; }
.tc-home-heritage-quote p { margin: 0 !important; color: rgba(255,255,255,.7); font-size: 12px !important; font-weight: 700; }
.tc-home-family-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.tc-home-family-gallery figure { margin: 0; overflow: hidden; border: 1px solid #e0e7e4; border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(32,52,46,.08); }
.tc-home-family-gallery figure > div { height: 310px; overflow: hidden; background: #ebe9e4; }
.tc-home-family-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tc-home-family-gallery figure:hover img { transform: scale(1.025); }
.tc-home-family-gallery figcaption { display: grid; gap: 3px; padding: 19px 21px 21px; }
.tc-home-family-gallery figcaption strong { color: var(--tc-home-burgundy); font-size: 15px; }
.tc-home-family-gallery figcaption span { color: var(--tc-home-muted); font-size: 12px; }
.tc-home-news-card { display: grid; grid-template-columns: 90px 1fr auto; gap: 25px; align-items: center; margin-top: 28px; padding: 24px 27px; border: 1px solid #bdd2cc; border-radius: 13px; background: var(--tc-home-sage); color: var(--tc-home-ink) !important; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.tc-home-news-card:hover { border-color: var(--tc-home-teal); box-shadow: 0 13px 34px rgba(32,52,46,.13); transform: translateY(-3px); }
.tc-home-news-icon { display: flex; align-items: center; justify-content: center; width: 82px; height: 82px; padding: 10px; border-radius: 10px; background: #fff; }
.tc-home-news-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tc-home-news-copy { display: grid; gap: 3px; }
.tc-home-news-copy small { color: var(--tc-home-teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tc-home-news-copy strong { color: var(--tc-home-burgundy); font-size: 20px; }
.tc-home-news-copy > span { color: #4e5d59; font-size: 13px; line-height: 1.55; }
.tc-home-news-action { color: var(--tc-home-burgundy); font-size: 13px; font-weight: 800; white-space: nowrap; }

.tc-home-life { padding: 98px 0; background: var(--tc-home-cream); }
.tc-home-life-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 66px; align-items: center; }
.tc-home-life-image { overflow: hidden; border-radius: 15px; box-shadow: 0 15px 42px rgba(32,52,46,.13); }
.tc-home-life-image img { display: block; width: 100%; height: 540px; object-fit: cover; object-position: center; }
.tc-home-life-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 26px 0 25px; }
.tc-home-life-points > div { padding: 17px; border: 1px solid #e1ddd5; border-radius: 9px; background: rgba(255,255,255,.76); }
.tc-home-life-points strong { display: block; color: var(--tc-home-teal); font-size: 14px; }
.tc-home-life-points span { display: block; color: var(--tc-home-muted); font-size: 12px; line-height: 1.5; }

.tc-home-extra-care { padding: 98px 0; background: #f4f7f5; }
.tc-home-extra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tc-home-extra-card { overflow: hidden; border: 1px solid #dfe6e3; border-radius: 14px; background: #fff; box-shadow: 0 10px 32px rgba(32,52,46,.075); }
.tc-home-extra-image { overflow: hidden; }
.tc-home-extra-image img { display: block; width: 100%; height: 325px; object-fit: cover; transition: transform .35s ease; }
.tc-home-extra-card:hover .tc-home-extra-image img { transform: scale(1.025); }
.tc-home-extra-copy { padding: 28px 29px 30px; }
.tc-home-extra-copy > span { color: var(--tc-home-teal); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tc-home-extra-copy h3 { margin: 7px 0 11px; font-size: 1.7rem !important; }
.tc-home-extra-copy p { color: var(--tc-home-muted); font-size: 14px !important; }
.tc-home-extra-copy a { color: var(--tc-home-burgundy); font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.tc-home-feedback { padding: 98px 0; background: var(--tc-home-burgundy); color: #fff; }
.tc-home-feedback h2 { color: #fff !important; }
.tc-home-feedback .tc-home-section-heading > p:not(.tc-home-eyebrow) { color: rgba(255,255,255,.75); }
.tc-home-feedback-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.tc-home-feedback figure { display: flex; flex-direction: column; min-height: 295px; margin: 0; padding: 29px; border: 1px solid rgba(255,255,255,.19); border-radius: 12px; background: rgba(255,255,255,.075); }
.tc-home-feedback blockquote { position: relative; margin: 0; padding-top: 35px; color: #fff; font-size: 16px; line-height: 1.75; }
.tc-home-feedback blockquote::before { content: "\201C"; position: absolute; top: -18px; left: 0; color: var(--tc-home-sage); font-family: Georgia, serif; font-size: 70px; line-height: 1; opacity: .8; }
.tc-home-feedback figcaption { margin-top: auto; padding-top: 22px; color: var(--tc-home-sage); font-size: 12px; font-weight: 800; }

.tc-home-start { padding: 98px 0; background: #fff; }
.tc-home-start-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: none; list-style: none; }
.tc-home-start-grid li { position: relative; min-height: 220px; padding: 0 27px; border-right: 1px solid #dfe6e3; }
.tc-home-start-grid li:first-child { padding-left: 0; }
.tc-home-start-grid li:last-child { padding-right: 0; border-right: 0; }
.tc-home-start-grid li > span { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 20px; border-radius: 50%; background: var(--tc-home-sage); color: var(--tc-home-teal); font-size: 13px; font-weight: 800; }
.tc-home-start-grid strong { display: block; margin-bottom: 8px; color: var(--tc-home-burgundy); font-size: 16px; }
.tc-home-start-grid p { color: var(--tc-home-muted); font-size: 13px !important; line-height: 1.6; }

.tc-home-cta { padding: 76px 0; background: var(--tc-home-teal-dark); color: #fff; }
.tc-home-cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: center; }
.tc-home-cta h2 { max-width: 760px; color: #fff !important; }
.tc-home-cta p:not(.tc-home-eyebrow) { max-width: 760px; color: rgba(255,255,255,.78); }
.tc-home-cta-actions { display: grid; gap: 11px; }
.tc-home-button-light { border-color: #fff; background: #fff; color: var(--tc-home-burgundy) !important; }
.tc-home-button-light:hover { border-color: var(--tc-home-sage); background: var(--tc-home-sage); color: var(--tc-home-burgundy-dark) !important; }
.tc-home-button-outline-light { border-color: rgba(255,255,255,.62); background: transparent; color: #fff !important; }
.tc-home-button-outline-light:hover { border-color: #fff; background: #fff; color: var(--tc-home-burgundy) !important; }
.tc-home-cta-actions > a:not(.tc-home-button) { color: var(--tc-home-sage); font-size: 13px; font-weight: 800; text-align: center; text-decoration: underline; text-underline-offset: 4px; }

.tc-home-image-note { padding: 22px 0; background: var(--tc-home-sage); }
.tc-home-image-note p { margin: 0 !important; color: #315a54; font-size: 12px !important; font-weight: 700; text-align: center; }

@media (max-width: 1020px) {
  .tc-home-service-grid { grid-template-columns: repeat(2, 1fr); }
  .tc-home-feedback-grid { grid-template-columns: 1fr; }
  .tc-home-feedback figure { min-height: 230px; }
}

@media (max-width: 950px) {
  .tc-home-hero-grid { grid-template-columns: 1fr; }
  .tc-home-hero-copy { padding: 60px 30px; }
  .tc-home-hero-image { min-height: 460px; }
  .tc-home-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .tc-home-trust-item:nth-child(2) { border-right: 0; }
  .tc-home-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.21); }
  .tc-home-intro-grid,
  .tc-home-story-grid,
  .tc-home-founder-story,
  .tc-home-life-grid,
  .tc-home-cta-inner { grid-template-columns: 1fr; gap: 39px; }
  .tc-home-family-gallery figure > div { height: 275px; }
  .tc-home-life-copy { order: 2; }
  .tc-home-life-image { order: 1; }
  .tc-home-start-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .tc-home-start-grid li:nth-child(2) { border-right: 0; }
  .tc-home-start-grid li:nth-child(3) { padding-left: 0; }
}

@media (max-width: 700px) {
  .tc-home-extra-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  #home-page .tc-home-container { width: min(100% - 28px, 1160px); }
  .tc-home-hero-copy { padding: 49px 20px; }
  .tc-home-hero-image { min-height: 330px; }
  .tc-home-hero-image img { object-position: 50% center; }
  .tc-home-actions { display: grid; }
  .tc-home-button { width: 100%; }
  .tc-home-trust-grid,
  .tc-home-service-grid,
  .tc-home-life-points,
  .tc-home-start-grid { grid-template-columns: 1fr; }
  .tc-home-trust-item { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.21); }
  .tc-home-trust-item:last-child { border-bottom: 0; }
  .tc-home-intro,
  .tc-home-services,
  .tc-home-story,
  .tc-home-heritage,
  .tc-home-life,
  .tc-home-extra-care,
  .tc-home-feedback,
  .tc-home-start { padding: 61px 0; }
  .tc-home-principles { padding: 27px 23px; }
  .tc-home-founder-copy,
  .tc-home-heritage-quote { padding: 29px 23px; }
  .tc-home-family-gallery { grid-template-columns: 1fr; }
  .tc-home-family-gallery figure > div { height: min(82vw, 390px); }
  .tc-home-news-card { grid-template-columns: 70px 1fr; gap: 17px; padding: 20px; }
  .tc-home-news-icon { width: 68px; height: 68px; }
  .tc-home-news-action { grid-column: 1 / -1; padding-top: 3px; }
  .tc-home-service-card { min-height: 275px; }
  .tc-home-story-image img,
  .tc-home-life-image img { height: 345px; }
  .tc-home-extra-image img { height: 270px; }
  .tc-home-start-grid { gap: 0; }
  .tc-home-start-grid li,
  .tc-home-start-grid li:first-child,
  .tc-home-start-grid li:nth-child(3),
  .tc-home-start-grid li:last-child { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid #dfe6e3; }
  .tc-home-start-grid li:first-child { padding-top: 0; }
  .tc-home-start-grid li:last-child { padding-bottom: 0; border-bottom: 0; }
  .tc-home-cta { padding: 58px 0; }
}
