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

.tc-site-topbar,
.tc-site-header,
.tc-site-topbar *,
.tc-site-header * { box-sizing: border-box; }
.tc-header-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.tc-site-topbar { background: #6f1831; color: #fff; font-family: "Open Sans", Arial, sans-serif; }
.tc-site-topbar .tc-header-container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tc-site-topbar span { font-size: 12px; font-weight: 700; letter-spacing: .025em; }
.tc-site-topbar a { color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.tc-site-topbar a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tc-site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid #e5e9e7; box-shadow: 0 5px 20px rgba(35,49,45,.055); font-family: "Open Sans", Arial, sans-serif; }
.tc-header-inner { min-height: 92px; display: flex; align-items: center; gap: 30px; }
.tc-site-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.tc-site-brand img { display: block; width: 200px; height: auto; }
.tc-desktop-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.tc-desktop-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 0 13px; border-radius: 7px; color: #24302e; font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease; }
.tc-desktop-nav a:hover { color: #6f1831; background: #f8f4ed; }
.tc-desktop-nav a.is-active { color: #6f1831; background: #f3e9ec; }
.tc-desktop-nav a.is-active::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 3px; border-radius: 3px; background: #6f1831; }
.tc-header-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border-radius: 7px; background: #6f1831; color: #fff !important; font-size: 14px; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.tc-header-contact:hover { background: #4d1021; transform: translateY(-1px); }
.tc-mobile-menu { display: none; margin-left: auto; position: relative; }
.tc-mobile-menu summary { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 15px; border: 2px solid #6f1831; border-radius: 7px; color: #6f1831; font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.tc-mobile-menu summary::-webkit-details-marker { display: none; }
.tc-menu-icon, .tc-menu-icon::before, .tc-menu-icon::after { display: block; width: 18px; height: 2px; border-radius: 2px; background: #6f1831; transition: transform .2s ease; }
.tc-menu-icon { position: relative; }
.tc-menu-icon::before, .tc-menu-icon::after { content: ""; position: absolute; left: 0; }
.tc-menu-icon::before { top: -6px; }
.tc-menu-icon::after { top: 6px; }
.tc-mobile-menu[open] .tc-menu-icon { background: transparent; }
.tc-mobile-menu[open] .tc-menu-icon::before { top: 0; transform: rotate(45deg); }
.tc-mobile-menu[open] .tc-menu-icon::after { top: 0; transform: rotate(-45deg); }
.tc-mobile-menu nav { position: absolute; top: calc(100% + 12px); right: 0; width: min(310px, calc(100vw - 28px)); padding: 10px; border: 1px solid #dfe6e3; border-radius: 10px; background: #fff; box-shadow: 0 16px 40px rgba(35,49,45,.18); }
.tc-mobile-menu nav a { display: block; padding: 12px 14px; border-radius: 7px; color: #24302e; font-size: 15px; font-weight: 700; text-decoration: none; }
.tc-mobile-menu nav a:hover, .tc-mobile-menu nav a.is-active { color: #6f1831; background: #f3e9ec; }
.tc-site-header a:focus-visible, .tc-site-topbar a:focus-visible { outline: 3px solid #e0a329; outline-offset: 3px; }
#services-page *, #services-page *::before, #services-page *::after { box-sizing: border-box; }
#services-page .tc-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
#services-page h1, #services-page h2, #services-page h3 { color: var(--tc-burgundy); line-height: 1.15; margin-top: 0; }
#services-page h1 { font-size: clamp(2.45rem, 5vw, 4.6rem); letter-spacing: -0.045em; margin-bottom: 22px; }
#services-page h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); letter-spacing: -0.025em; margin-bottom: 14px; }
#services-page h3 { font-size: 1.08rem; }
#services-page p { font-size: 16px; margin: 0 0 17px; }
#services-page a:focus-visible { outline: 3px solid #e0a329; outline-offset: 4px; }

.tc-hero { background: var(--tc-cream); overflow: hidden; }
.tc-hero-grid { min-height: 580px; display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: stretch; }
.tc-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 56px 72px max(20px, calc((100vw - 1160px) / 2)); }
.tc-eyebrow { color: var(--tc-teal); font-size: 13px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px !important; }
.tc-lead { color: #46524f; font-size: 19px !important; max-width: 570px; }
.tc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.tc-quiet-link { display: inline-flex; align-items: center; min-height: 48px; padding: 0 5px; color: var(--tc-burgundy) !important; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.tc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 7px; background: var(--tc-burgundy); color: #fff !important; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.tc-button:hover { background: var(--tc-burgundy-dark); transform: translateY(-2px); }
.tc-button-secondary { background: transparent; color: var(--tc-burgundy) !important; border: 2px solid var(--tc-burgundy); }
.tc-button-secondary:hover { color: #fff !important; }
.tc-hero-image { min-height: 580px; }
.tc-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 76% center; display: block; }

.tc-trust { background: var(--tc-burgundy); color: #fff; }
.tc-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tc-trust-item { padding: 22px 25px; border-right: 1px solid rgba(255,255,255,.22); }
.tc-trust-item:last-child { border-right: 0; }
.tc-trust-item strong { display: block; font-size: 16px; margin-bottom: 2px; }
.tc-trust-item span { font-size: 13px; opacity: .85; }

.tc-intro { padding: 82px 0 46px; text-align: center; }
.tc-intro p { max-width: 780px; margin-left: auto; margin-right: auto; }
.tc-finder { padding: 20px 0 82px; }
.tc-finder-heading { max-width: 650px; margin-bottom: 28px; }
.tc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tc-service-card { display: flex; align-items: center; gap: 14px; min-height: 82px; padding: 16px 18px; background: #fff; color: var(--tc-ink) !important; border: 1px solid #dfe6e3; border-radius: 10px; box-shadow: 0 7px 22px rgba(38,56,51,.06); text-decoration: none; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.tc-service-card:hover { border-color: var(--tc-teal); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(38,56,51,.1); }
.tc-service-card img { width: 54px; height: 54px; object-fit: contain; flex: 0 0 auto; }
.tc-service-card-photo img { border-radius: 50%; object-fit: cover; }
.tc-service-card strong { font-size: 15px; line-height: 1.25; }
.tc-service-card span { margin-left: auto; color: var(--tc-burgundy); font-size: 20px; }

.tc-services { background: #f4f7f5; padding: 88px 0; }
.tc-section-heading { max-width: 720px; margin-bottom: 38px; }
.tc-service-detail { display: grid; grid-template-columns: 220px 1fr; gap: 52px; align-items: start; background: #fff; border-radius: 14px; padding: 42px; margin-bottom: 24px; box-shadow: 0 8px 28px rgba(32,52,46,.07); scroll-margin-top: 20px; }
.tc-service-visual { text-align: center; position: sticky; top: 24px; }
.tc-service-visual img { width: 170px; height: 170px; object-fit: contain; display: block; margin: 0 auto 15px; }
.tc-service-tag { display: inline-block; padding: 5px 11px; border-radius: 99px; color: var(--tc-teal); background: var(--tc-sage); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.tc-service-copy { max-width: 780px; }
.tc-service-copy .tc-summary { font-size: 18px; color: var(--tc-teal); font-weight: 700; }
.tc-service-more { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; margin-top: 7px; padding: 11px 19px; border: 2px solid var(--tc-burgundy); border-radius: 7px; background: var(--tc-burgundy); color: #fff !important; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.tc-service-more:hover { border-color: var(--tc-burgundy-dark); background: var(--tc-burgundy-dark); transform: translateY(-2px); }
.tc-service-more span { font-size: 18px; line-height: 1; transition: transform .2s ease; }
.tc-service-more:hover span { transform: translateX(3px); }
.tc-service-photo img { border-radius: 50%; object-fit: cover; }
.tc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; list-style: none; margin: 22px 0; padding: 0; }
.tc-list li { position: relative; padding-left: 23px; font-size: 15px; }
.tc-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--tc-teal); font-weight: 800; }
.tc-text-link { color: var(--tc-burgundy) !important; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.tc-urgent { border-left: 6px solid var(--tc-burgundy); }
.tc-contact-box { background: var(--tc-cream); border-radius: 9px; padding: 18px 20px; margin-top: 24px; }
.tc-contact-box p { margin: 0; }
.tc-contact-box a { color: var(--tc-burgundy); font-weight: 800; }

.tc-cta { background: var(--tc-burgundy); color: #fff; padding: 72px 0; }
.tc-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.tc-cta h2 { color: #fff !important; margin-bottom: 10px; }
.tc-cta .tc-eyebrow-light { color: var(--tc-sage); }
.tc-cta p { max-width: 700px; margin: 0; color: rgba(255,255,255,.88); }
.tc-cta .tc-button { background: #fff; color: var(--tc-burgundy) !important; }

@media (max-width: 900px) {
  .tc-header-inner { min-height: 82px; }
  .tc-site-brand img { width: 178px; }
  .tc-desktop-nav, .tc-header-contact { display: none; }
  .tc-mobile-menu { display: block; }
  .tc-hero-grid { grid-template-columns: 1fr; }
  .tc-hero-copy { padding: 58px 30px; }
  .tc-hero-image { min-height: 390px; }
  .tc-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .tc-trust-item:nth-child(2) { border-right: 0; }
  .tc-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .tc-service-grid { grid-template-columns: repeat(2, 1fr); }
  .tc-service-detail { grid-template-columns: 160px 1fr; gap: 30px; padding: 32px; }
  .tc-service-visual img { width: 135px; height: 135px; }
}

@media (max-width: 640px) {
  .tc-header-container { width: min(100% - 28px, 1160px); }
  .tc-site-topbar .tc-header-container { justify-content: center; min-height: 32px; }
  .tc-site-topbar span { display: none; }
  .tc-header-inner { min-height: 74px; }
  .tc-site-brand img { width: 150px; }
  #services-page .tc-container { width: min(100% - 28px, 1160px); }
  .tc-hero-copy { padding: 48px 20px; }
  .tc-hero-image { min-height: 270px; }
  .tc-trust-grid, .tc-service-grid, .tc-cta-grid { grid-template-columns: 1fr; }
  .tc-trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .tc-trust-item:last-child { border-bottom: 0; }
  .tc-intro { padding-top: 58px; }
  .tc-finder { padding-bottom: 58px; }
  .tc-services { padding: 58px 0; }
  .tc-service-detail { grid-template-columns: 1fr; padding: 26px 21px; gap: 18px; }
  .tc-service-visual { position: static; text-align: left; display: flex; align-items: center; gap: 15px; }
  .tc-service-visual img { width: 86px; height: 86px; margin: 0; }
  .tc-list { grid-template-columns: 1fr; }
  .tc-cta { padding: 56px 0; }
}
