.nav__link--current { background: var(--tp-pale); color: var(--tp-d); }

/* hero */
.tp-head { position: relative; background: var(--tp-hero); overflow: hidden; border-bottom: 1px solid var(--line); }
.tp-head .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.tp-head .veil { position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--tp-hero) 72%, transparent) 0%, color-mix(in srgb, var(--tp-hero) 55%, transparent) 45%, color-mix(in srgb, var(--tp-hero) 88%, transparent) 100%); }
.tp-head__inner { position: relative; padding: 40px 0 36px; }
.tp-tag { display: inline-flex; align-items: center; gap: 9px; font-size: 11.5px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: #fff; margin-bottom: 16px; opacity: .92; }
.tp-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: color-mix(in srgb, var(--tp) 60%, #fff); }
.tp-head h1 { font-size: 32px; letter-spacing: -.03em; margin: 0 0 16px; color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.3); }
.tp-head p { font-size: 16px; color: rgba(255,255,255,.92); max-width: 64ch; line-height: 1.6; margin: 0; }

@media (min-width: 600px) { .tp-head h1 { font-size: 42px; } }
@media (min-width: 900px) {
  .tp-head__inner { padding: 62px 0 58px; }
  .tp-head h1 { font-size: 56px; margin-bottom: 20px; }
  .tp-head p { font-size: 19px; }
}

/* stats */
.tp-stats { background: var(--tp-soft); border-bottom: 1px solid var(--line); }
.tp-stats .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.tp-stat { padding: 26px 20px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.tp-stat:nth-child(odd) { border-left: none; }
.tp-stat:nth-child(-n+2) { border-top: none; }
.tp-stat .fig { font-size: 28px; font-weight: 800; letter-spacing: -.03em; color: var(--tp-d); line-height: 1; }
.tp-stat .lab { font-size: 13px; color: var(--muted); margin-top: 10px; line-height: 1.45; }

@media (min-width: 900px) {
  .tp-stats .wrap { grid-template-columns: repeat(4,1fr); }
  .tp-stat { padding: 40px 30px; border-top: none; }
  .tp-stat:first-child { border-left: none; padding-left: 0; }
  .tp-stat:not(:first-child) { border-left: 1px solid var(--line); }
  .tp-stat .fig { font-size: 40px; }
  .tp-stat .lab { font-size: 14px; margin-top: 12px; }
}

/* body */
.tp-body { padding: 44px 0 10px; }
.tp-lead { font-size: 18px; line-height: 1.6; color: var(--ink); font-weight: 500; margin: 0 0 10px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.tp-sec { padding: 32px 0; border-bottom: 1px solid var(--line); }
.tp-sec h2 { font-size: 23px; letter-spacing: -.025em; margin: 0 0 16px; }
.tp-sec p { font-size: 15.5px; color: #33403a; line-height: 1.7; margin: 0 0 14px; max-width: 74ch; }
.tp-sec p:last-child { margin-bottom: 0; }

@media (min-width: 900px) {
  .tp-body { padding: 80px 0 30px; }
  .tp-lead { font-size: 21px; padding-bottom: 44px; }
  .tp-sec { padding: 46px 0; }
  .tp-sec h2 { font-size: 30px; margin-bottom: 20px; }
  .tp-sec p { font-size: 16.5px; }
}

/* precedent */
.tp-prec { margin: 32px 0; background: var(--ink); border-radius: 18px; padding: 30px 26px; position: relative; overflow: hidden; }
.tp-prec::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--tp); }
.tp-prec .tag { font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: color-mix(in srgb, var(--tp) 55%, #fff); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.tp-prec p { font-size: 16px; line-height: 1.6; color: #eef1ef; margin: 0; font-weight: 500; }

@media (min-width: 900px) {
  .tp-prec { margin: 46px 0; border-radius: 22px; padding: 44px 46px; }
  .tp-prec p { font-size: 18px; }
}

/* asks */
.tp-asks { padding: 44px 0 56px; }
.tp-asks h2 { font-size: 26px; letter-spacing: -.03em; margin: 0 0 10px; }
.tp-asks .sub { font-size: 15.5px; color: var(--muted); margin: 0 0 28px; max-width: 62ch; }
.tp-asklist { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.tp-ask { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.tp-ask .n { width: 38px; height: 38px; border-radius: 11px; background: var(--tp-pale); color: var(--tp-d); font-weight: 800; font-size: 14.5px; display: flex; align-items: center; justify-content: center; }
.tp-ask h3 { font-size: 17px; margin: 4px 0 6px; }
.tp-ask p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; max-width: 70ch; }

@media (min-width: 900px) {
  .tp-asks { padding: 64px 0 80px; }
  .tp-asks h2 { font-size: 32px; }
  .tp-asks .sub { font-size: 17px; margin-bottom: 36px; }
  .tp-ask { grid-template-columns: 54px 1fr; gap: 24px; padding: 26px 0; }
  .tp-ask .n { width: 46px; height: 46px; border-radius: 12px; font-size: 17px; }
  .tp-ask h3 { font-size: 19px; margin: 6px 0 8px; }
  .tp-ask p { font-size: 15px; }
}

/* topic strip */
.tp-more { background: var(--soft); border-top: 1px solid var(--line); padding: 40px 0; }
.tp-more .h { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 20px; }
.tp-morerow { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.tp-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 12.5px; font-weight: 600; white-space: nowrap; transition: .15s; }
.tp-chip:hover { border-color: var(--tp); color: var(--tp-d); }
.tp-chip.on { background: var(--tp); color: #fff; border-color: var(--tp); }

@media (min-width: 900px) {
  .tp-more { padding: 56px 0; }
  .tp-more .h { margin-bottom: 24px; }
  .tp-morerow { flex-wrap: nowrap; }
  .tp-chip { padding: 9px 16px; font-size: 13px; }
}
