#about-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;
}

.single-header #cssmenu { width: 100%; }
#about-page *, #about-page *::before, #about-page *::after { box-sizing: border-box; }
#about-page .tc-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
#about-page h1, #about-page h2, #about-page h3 { color: var(--tc-burgundy); line-height: 1.15; margin-top: 0; }
#about-page h1 { font-size: clamp(2.45rem, 5vw, 4.6rem); letter-spacing: -.045em; margin-bottom: 22px; }
#about-page h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); letter-spacing: -.025em; margin-bottom: 16px; }
#about-page h3 { font-size: 1.12rem; }
#about-page p { font-size: 16px; margin: 0 0 17px; }
#about-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: .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: 580px; }
.tc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.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-story { padding: 88px 0; }
.tc-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.tc-story-copy p { max-width: 650px; }
.tc-origin-card { background: var(--tc-cream); border-radius: 14px; padding: 34px; border-left: 6px solid var(--tc-teal); }
.tc-origin-card blockquote { margin: 0; font-size: 22px; line-height: 1.45; color: var(--tc-burgundy); font-weight: 700; }
.tc-origin-card p { margin: 18px 0 0; }
.tc-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.tc-fact { padding: 18px; border-radius: 9px; background: #fff; border: 1px solid #dfe6e3; }
.tc-fact strong { color: var(--tc-burgundy); display: block; font-size: 20px; }
.tc-fact span { color: var(--tc-muted); font-size: 13px; }

.tc-founder { background: #f4f7f5; padding: 88px 0; }
.tc-founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tc-founder-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tc-founder-images figure { margin: 0; overflow: hidden; border-radius: 12px; background: #fff; }
.tc-founder-images figure:first-child { grid-column: 1 / -1; }
.tc-founder-images img { display: block; width: 100%; height: 190px; object-fit: cover; }
.tc-founder-images figure:first-child img { height: 260px; object-position: top center; }
.tc-founder-images figure:nth-child(2) img,
.tc-founder-images figure:nth-child(3) img { object-position: top center; }
.tc-founder-images figcaption { padding: 9px 12px; color: var(--tc-muted); font-size: 12px; }
.tc-founder-copy .tc-signature { color: var(--tc-teal); font-size: 19px; font-weight: 700; }

.tc-services { padding: 88px 0; }
.tc-section-heading { max-width: 760px; margin-bottom: 34px; }
.tc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tc-service-card { position: relative; padding: 30px; background: #fff; border: 1px solid #dfe6e3; border-radius: 12px; box-shadow: 0 8px 28px rgba(32,52,46,.07); }
.tc-service-card::before { content: ""; display: block; width: 42px; height: 5px; border-radius: 5px; background: var(--tc-teal); margin-bottom: 22px; }
.tc-service-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.tc-service-card p { color: var(--tc-muted); font-size: 15px !important; }
.tc-text-link { color: var(--tc-burgundy) !important; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.tc-difference { background: var(--tc-burgundy); color: #fff; padding: 82px 0; }
.tc-difference h2 { color: #fff !important; }
.tc-difference .tc-eyebrow { color: var(--tc-sage); }
.tc-difference-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.tc-values { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tc-value { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 22px; }
.tc-value strong { display: block; font-size: 17px; margin-bottom: 6px; }
.tc-value span { font-size: 14px; opacity: .85; }

.tc-testimonials { padding: 88px 0; background: var(--tc-cream); }
.tc-quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tc-quote { margin: 0; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 7px 22px rgba(38,56,51,.06); }
.tc-quote::before { content: "“"; display: block; height: 38px; color: var(--tc-teal); font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.tc-quote p { font-size: 15px !important; }
.tc-quote footer { color: var(--tc-burgundy); font-size: 13px; font-weight: 800; }

.tc-team { padding: 88px 0; }
.tc-team-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.tc-team-intro > div { max-width: 760px; }
.tc-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tc-person { overflow: hidden; border-radius: 12px; background: #fff; border: 1px solid #e0e6e3; box-shadow: 0 6px 22px rgba(38,56,51,.055); }
.tc-person img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top center; background: #edf1ef; }
.tc-person-copy { padding: 17px 18px 19px; }
.tc-person h3 { margin-bottom: 5px; font-size: 16px; }
.tc-person p { color: var(--tc-muted); font-size: 13px !important; line-height: 1.4; margin: 0; }
.tc-team-note { margin-top: 24px; color: var(--tc-muted); font-size: 13px !important; }

.tc-commitment { padding: 80px 0; background: #f4f7f5; text-align: center; }
.tc-commitment p { max-width: 780px; margin-left: auto; margin-right: auto; }
.tc-commitment .tc-actions { justify-content: center; }

@media (max-width: 950px) {
  .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-story-grid, .tc-founder-grid, .tc-difference-grid { grid-template-columns: 1fr; gap: 40px; }
  .tc-service-grid, .tc-quote-grid { grid-template-columns: 1fr; }
  .tc-team-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  #about-page .tc-container { width: min(100% - 28px, 1160px); }
  .tc-hero-copy { padding: 48px 20px; }
  .tc-hero-image { min-height: 270px; }
  .tc-trust-grid, .tc-facts, .tc-values { 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-story, .tc-founder, .tc-services, .tc-testimonials, .tc-team { padding: 58px 0; }
  .tc-origin-card { padding: 26px 22px; }
  .tc-founder-images img, .tc-founder-images figure:first-child img { height: 190px; }
  .tc-team-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .tc-team-intro { display: block; }
}

@media (max-width: 430px) {
  .tc-team-grid { grid-template-columns: 1fr; }
}
