:root {
  --tc-black: #0A0A0A;
  --tc-charcoal: #1A1A1A;
  --tc-red: #C41230;
  --tc-red-deep: #8B0D22;
  --tc-gold: #B8962E;
  --tc-gold-light: #D4AF5A;
  --tc-ivory: #FAFAF8;
  --tc-ivory-deep: #F8F6F2;
  --tc-ink: #292725;
  --tc-muted: #66615c;
  --tc-line: rgba(184, 150, 46, 0.32);
  --tc-shadow: 0 24px 58px rgba(10, 10, 10, 0.1);
  --tc-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body.tc-page {
  margin: 0;
  background: var(--tc-ivory);
  color: var(--tc-ink);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.tc-page *,
.tc-page *::before,
.tc-page *::after {
  box-sizing: border-box;
}

.tc-page a {
  color: var(--tc-red-deep);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

.tc-page a:hover {
  color: var(--tc-red);
}

.tc-page a:focus-visible,
.tc-page button:focus-visible {
  outline: 3px solid var(--tc-gold-light);
  outline-offset: 4px;
  border-radius: 4px;
}

.tc-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 10px 18px;
  transform: translateY(-160%);
  background: var(--tc-ivory);
  color: var(--tc-black);
  font-weight: 700;
}

.tc-skip-link:focus {
  transform: translateY(0);
}

.tc-site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(212, 175, 90, 0.22);
  background: var(--tc-black);
  color: var(--tc-ivory);
}

.tc-header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tc-brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--tc-ivory) !important;
  text-decoration: none;
}

.tc-brand picture {
  display: block;
  line-height: 0;
}

.tc-brand img {
  display: block;
  width: 190px;
  height: auto;
  max-height: 64px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #FFFFFF;
  object-fit: contain;
}

.tc-header-nav {
  position: static;
  top: auto;
  z-index: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  gap: 8px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: none;
}

.tc-header-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 13px;
  color: var(--tc-ivory);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.tc-header-nav .tc-language {
  border: 1px solid var(--tc-gold);
  border-radius: 999px;
  color: var(--tc-gold-light);
}

.tc-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 10vw, 148px) 20px clamp(74px, 9vw, 124px);
  background:
    radial-gradient(circle at 82% 18%, rgba(196, 18, 48, 0.27), transparent 30%),
    linear-gradient(135deg, var(--tc-black) 0%, var(--tc-charcoal) 64%, var(--tc-red-deep) 145%);
  color: var(--tc-ivory);
}

.tc-hero::after {
  position: absolute;
  inset: auto -10% -90px auto;
  width: 420px;
  height: 170px;
  border: 1px solid rgba(212, 175, 90, 0.28);
  border-radius: 50%;
  content: '';
  transform: rotate(-9deg);
}

.tc-hero-inner,
.tc-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tc-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin-left: max(calc((100% - 1120px) / 2), 0px);
}

.tc-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--tc-gold-light);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tc-eyebrow::before {
  width: 46px;
  height: 1px;
  background: var(--tc-gold);
  content: '';
}

.tc-hero h1,
.tc-section-heading,
.tc-card h2,
.tc-card h3,
.tc-cta h2,
.tc-faq summary {
  font-family: 'Playfair Display', serif;
}

.tc-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--tc-ivory);
  font-size: clamp(2.6rem, 6.3vw, 5.35rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.99;
}

.tc-hero-lede {
  max-width: 780px;
  margin: 30px 0 0;
  color: rgba(250, 250, 248, 0.84);
  font-size: clamp(1rem, 1.9vw, 1.22rem);
  line-height: 1.75;
}

.tc-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  color: rgba(250, 250, 248, 0.68);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.tc-jumpbar {
  position: relative;
  z-index: 4;
  width: min(1040px, calc(100% - 40px));
  margin: -31px auto 0;
  padding: 9px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  border: 1px solid var(--tc-line);
  border-radius: 999px;
  background: var(--tc-ivory);
  box-shadow: var(--tc-shadow);
}

.tc-jumpbar a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--tc-charcoal);
  font-size: 0.82rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.tc-jumpbar a:hover {
  background: var(--tc-ivory-deep);
  color: var(--tc-red-deep);
}

.tc-main {
  overflow: hidden;
}

.tc-section {
  padding: clamp(72px, 9vw, 118px) 20px;
}

.tc-section.tc-tinted {
  border-block: 1px solid rgba(184, 150, 46, 0.18);
  background: var(--tc-ivory-deep);
}

.tc-section-label {
  margin: 0 0 14px;
  color: var(--tc-red-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tc-section-heading {
  max-width: 820px;
  margin: 0;
  color: var(--tc-charcoal);
  font-size: clamp(2.1rem, 4vw, 3.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.tc-section-intro {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--tc-muted);
}

.tc-notice {
  position: relative;
  margin-top: 34px;
  padding: 25px 28px 25px 32px;
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius);
  background: #FFFFFF;
}

.tc-notice::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: var(--tc-radius) 0 0 var(--tc-radius);
  background: linear-gradient(180deg, var(--tc-red), var(--tc-red-deep));
  content: '';
}

.tc-notice strong {
  color: var(--tc-charcoal);
}

.tc-place-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.tc-card {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(184, 150, 46, 0.24);
  border-radius: var(--tc-radius);
  background: #FFFFFF;
  box-shadow: 0 16px 42px rgba(10, 10, 10, 0.07);
}

.tc-card::after {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-red), var(--tc-red-deep) 64%, var(--tc-gold));
  content: '';
}

.tc-card-kicker {
  margin: 0 0 12px;
  color: var(--tc-gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tc-card h2,
.tc-card h3 {
  margin: 0 0 16px;
  color: var(--tc-charcoal);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.tc-card p:last-of-type {
  margin-bottom: 0;
}

.tc-card-source {
  margin-top: 24px;
}

.tc-card-source a,
.tc-resource-link,
.tc-cta-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--tc-gold);
  border-radius: 999px;
  color: var(--tc-charcoal);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.tc-card-source a:hover,
.tc-resource-link:hover {
  border-color: var(--tc-red);
  background: var(--tc-ivory-deep);
  color: var(--tc-red-deep);
}

.tc-table-wrap {
  margin-top: 42px;
  overflow-x: auto;
  border: 1px solid rgba(184, 150, 46, 0.25);
  border-radius: var(--tc-radius);
  background: #FFFFFF;
  box-shadow: 0 16px 42px rgba(10, 10, 10, 0.06);
}

.tc-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.tc-matrix th,
.tc-matrix td {
  padding: 21px 24px;
  border-bottom: 1px solid rgba(184, 150, 46, 0.18);
  text-align: left;
  vertical-align: top;
}

.tc-matrix thead th {
  background: var(--tc-charcoal);
  color: var(--tc-ivory);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tc-matrix tbody th {
  width: 22%;
  color: var(--tc-charcoal);
  font-size: 0.88rem;
  font-weight: 800;
}

.tc-matrix tr:last-child th,
.tc-matrix tr:last-child td {
  border-bottom: 0;
}

.tc-workflow {
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  counter-reset: tc-step;
  list-style: none;
}

.tc-workflow li {
  position: relative;
  min-height: 150px;
  padding: 28px 28px 28px 86px;
  border: 1px solid rgba(184, 150, 46, 0.23);
  border-radius: var(--tc-radius);
  background: #FFFFFF;
  counter-increment: tc-step;
}

.tc-workflow li::before {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tc-charcoal);
  color: var(--tc-gold-light);
  content: counter(tc-step, decimal-leading-zero);
  font-size: 0.78rem;
  font-weight: 800;
}

.tc-workflow strong {
  display: block;
  margin-bottom: 7px;
  color: var(--tc-charcoal);
}

.tc-sources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.tc-source-group {
  padding: 30px;
  border: 1px solid rgba(184, 150, 46, 0.24);
  border-radius: var(--tc-radius);
  background: #FFFFFF;
}

.tc-source-group.tc-shared {
  grid-column: 1 / -1;
}

.tc-source-group h3 {
  margin: 0 0 18px;
  color: var(--tc-charcoal);
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
}

.tc-source-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-source-list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(184, 150, 46, 0.18);
}

.tc-source-list a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 750;
}

.tc-source-date {
  display: block;
  margin-top: 4px;
  color: var(--tc-muted);
  font-size: 0.78rem;
}

.tc-faq-list {
  margin-top: 38px;
  border-top: 1px solid var(--tc-line);
}

.tc-faq {
  border-bottom: 1px solid var(--tc-line);
}

.tc-faq summary {
  min-height: 64px;
  padding: 18px 46px 18px 0;
  display: flex;
  align-items: center;
  color: var(--tc-charcoal);
  cursor: pointer;
  font-size: clamp(1.18rem, 2.4vw, 1.5rem);
  font-weight: 600;
  list-style: none;
}

.tc-faq summary::-webkit-details-marker {
  display: none;
}

.tc-faq p {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--tc-muted);
}

.tc-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.tc-resource-link {
  border-radius: 12px;
  background: #FFFFFF;
  text-align: center;
}

.tc-cta {
  padding: clamp(66px, 8vw, 104px) 20px;
  background: linear-gradient(135deg, var(--tc-red-deep), var(--tc-red));
  color: var(--tc-ivory);
  text-align: center;
}

.tc-cta-inner {
  width: min(820px, 100%);
  margin: 0 auto;
}

.tc-cta h2 {
  margin: 0;
  color: var(--tc-ivory);
  font-size: clamp(2.15rem, 4.4vw, 3.75rem);
  font-weight: 600;
  line-height: 1.08;
}

.tc-cta p {
  margin: 20px auto 0;
  color: rgba(250, 250, 248, 0.88);
}

.tc-cta-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tc-cta-actions a {
  min-width: 190px;
  border-color: var(--tc-gold-light);
  background: var(--tc-ivory);
  color: var(--tc-charcoal);
}

.tc-cta-actions a.tc-cta-secondary {
  background: transparent;
  color: var(--tc-ivory);
}

.tc-disclaimer {
  margin-top: 28px;
  font-size: 0.79rem;
  line-height: 1.65;
}

.tc-footer {
  padding: 34px 20px;
  border-top: 1px solid rgba(212, 175, 90, 0.2);
  background: var(--tc-black);
  color: rgba(250, 250, 248, 0.72);
  font-size: 0.79rem;
  text-align: center;
}

.tc-footer p {
  margin: 0 auto;
  max-width: 980px;
}

.tc-footer a {
  color: var(--tc-gold-light);
}

@media (max-width: 820px) {
  .tc-header-inner {
    min-height: 76px;
  }

  .tc-header-nav a:not(.tc-language) {
    display: none;
  }

  .tc-jumpbar {
    border-radius: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-place-grid,
  .tc-sources,
  .tc-workflow {
    grid-template-columns: 1fr;
  }

  .tc-source-group.tc-shared {
    grid-column: auto;
  }

  .tc-resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body.tc-page {
    font-size: 16px;
  }

  .tc-header-inner {
    width: min(100% - 24px, 1180px);
    gap: 10px;
  }

  .tc-brand img {
    width: 146px;
  }

  .tc-header-nav a {
    padding-inline: 11px;
  }

  .tc-hero {
    padding: 68px 16px 82px;
  }

  .tc-hero h1 {
    font-size: clamp(2.35rem, 12.5vw, 3.45rem);
  }

  .tc-hero-lede {
    margin-top: 24px;
  }

  .tc-jumpbar {
    width: calc(100% - 24px);
    margin-top: -25px;
    grid-template-columns: 1fr 1fr;
  }

  .tc-jumpbar a {
    padding-inline: 8px;
    font-size: 0.75rem;
  }

  .tc-section {
    padding: 66px 16px;
  }

  .tc-card,
  .tc-source-group {
    padding: 26px 22px;
  }

  .tc-notice {
    padding: 22px 21px 22px 27px;
  }

  .tc-workflow li {
    min-height: 0;
    padding: 72px 22px 24px;
  }

  .tc-workflow li::before {
    top: 22px;
    left: 22px;
  }

  .tc-table-wrap {
    margin-inline: -2px;
  }

  .tc-cta-actions {
    flex-direction: column;
  }

  .tc-cta-actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
