.td6-about-page { background: #fff; color: #171717; }
.td6-about-page .td6-breadcrumbs { color: #66635e; }
.td6-about-page .td6-breadcrumbs [aria-current="page"] { color: #171717; }
.td6-about-page .td6-eyebrow { color: #66635e; }
.td6-about-page h1, .td6-about-page h2, .td6-about-page h3 { color: #111; }
.td6-about-page p { margin-bottom: 1.25rem; }
.td6-about-page a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.td6-about-hero { background: #f6f3ec; padding: 18px 0 64px; }
.td6-about-hero__grid { display: grid; gap: 32px; align-items: center; }
.td6-about-hero__copy { max-width: 760px; }
.td6-about-hero h1 { max-width: 700px; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .98; }
.td6-about-lead { max-width: 680px; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.55; }
.td6-about-hero__image, .td6-about-photo, .td6-about-production-grid figure, .td6-about-hobby-grid figure { margin: 0; }
.td6-about-hero__image img { width: 100%; border-radius: 26px; aspect-ratio: 4 / 3; object-fit: cover; }
.td6-about-page figcaption { margin-top: 10px; color: #66635e; font-size: .82rem; line-height: 1.45; }
.td6-about-section { padding: 64px 0; }
.td6-about-section--white { background: #fff; }
.td6-about-section--cream { background: #f6f3ec; }
.td6-about-section--dark { background: #111; color: #f6f3ec; }
.td6-about-section--dark h2, .td6-about-section--dark h3, .td6-about-section--dark .td6-eyebrow { color: #fff; }
.td6-about-section--dark p, .td6-about-section--dark figcaption { color: #d5d2cc; }
.td6-about-readable { max-width: 760px; }
.td6-about-readable h2, .td6-about-people + h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; }
.td6-about-readable h3 { margin: 42px 0 14px; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.td6-about-split { display: grid; gap: 36px; align-items: start; }
.td6-about-photo img { width: 100%; border-radius: 26px; }
.td6-about-photo--phone img { aspect-ratio: 1.35 / 1; object-fit: cover; }
.td6-about-production-grid, .td6-about-hobby-grid { display: grid; gap: 22px; margin-top: 40px; }
.td6-about-production-grid img, .td6-about-hobby-grid img { width: 100%; border-radius: 26px; object-fit: cover; }
.td6-about-production-grid figure:first-child { grid-column: 1 / -1; }
.td6-about-production-grid figure:first-child img { aspect-ratio: 2.14 / 1; }
.td6-about-production-grid figure:not(:first-child) img { aspect-ratio: 3 / 4; }
.td6-about-hobby-grid img { aspect-ratio: 3 / 4; }
.td6-about-people { display: grid; gap: 28px; margin-top: 38px; }
.td6-about-people > div { padding-top: 20px; border-top: 1px solid #dad5cb; }
.td6-about-people h3 { margin-bottom: 12px; font-size: clamp(1.45rem, 2vw, 2rem); }
.td6-about-shared { max-width: 760px; margin: 36px 0 0; color: #66635e; }
.td6-about-cta { padding: 64px 0; background: #fff; color: #171717; text-align: center; }
.td6-about-cta > .td6-container { max-width: 880px; }
.td6-about-cta h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; }
.td6-about-cta > .td6-container > p:not(.td6-about-cta__contact) { max-width: 650px; margin-inline: auto; }
.td6-about-cta__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 32px 0; }
.td6-about-cta__links a { padding: 12px 15px; border: 1px solid #dad5cb; color: #111; font-size: .75rem; font-weight: 700; letter-spacing: .075em; text-decoration: none; }
.td6-about-cta__contact { margin-bottom: 0; color: #66635e; }
.td6-about-cta__contact a { color: #111; font-weight: 700; }

@media (min-width: 768px) {
  .td6-about-hero { padding: 18px 0 80px; }
  .td6-about-hero__grid { grid-template-columns: minmax(0, 1.22fr) minmax(360px, .98fr); gap: clamp(44px, 6vw, 96px); }
  .td6-about-section { padding: 88px 0; }
  .td6-about-split { grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr); gap: clamp(48px, 8vw, 120px); }
  .td6-about-production-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td6-about-hobby-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .td6-about-people { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 8vw, 120px); }
  .td6-about-cta { padding: 88px 0; }
}

@media (max-width: 767px) {
  .td6-about-page .td6-breadcrumbs { margin-bottom: 28px; }
  .td6-about-hero__copy { order: 1; }
  .td6-about-hero__image { order: 2; }
  .td6-about-cta__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
