/* Terms & Conditions — page-specific layout */

.tcs-h1 { font-size: 60px; line-height: 1.05; }
.tcs-lead { max-width: 680px; margin: 20px auto 0; line-height: 1.7; }

.tcs-terms { display: flex; flex-direction: column; gap: 30px; }
.tcs-term-h2 { font-family: var(--tt-serif); font-weight: 600; font-size: 25px; line-height: 1.2; color: var(--tt-espresso); margin-bottom: 10px; }
.tcs-term-p { font-size: 16px; line-height: 1.85; color: var(--tt-body); }

.tcs-sister { margin-top: 48px; padding: 28px 30px; border: 1px solid var(--tt-hairline); border-radius: 8px; background: #fdfaf5; }
.tcs-sister p { font-size: 15px; line-height: 1.75; color: var(--tt-body); }
.tcs-sister a { color: var(--tt-clay); font-weight: 600; }

.tcs-cta { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .tcs-h1 { font-size: 50px !important; }
}
@media (max-width: 620px) {
  .tcs-h1 { font-size: 40px !important; }
}
