/* Page base */
.tc-hero, .tc-body { color:#f6eee2; }

/* Hero */
.tc-hero{
  background:
    radial-gradient(1200px 800px at -10% 0%, rgba(241,211,160,.12) 0%, transparent 60%),
    linear-gradient(180deg, #16110d, #0e0b09);
}
.tc-hero-grid{ display:grid; grid-template-columns: 1fr; }
.tc-title{
  font-family: Prata, serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.15; margin: 0 0 .6rem;
}
.tc-lead{ margin:0; opacity:.95; }

/* Body */
.tc-body{
  background:
    radial-gradient(900px 600px at -10% -200px, rgba(241,211,160,.10) 0%, transparent 70%),
    linear-gradient(180deg, #18120e, #0e0b09);
}
.tc-copy{ max-width: 900px; }
.tc-copy h2{
  margin: 1.2rem 0 .4rem;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}
.tc-copy p{
  margin: 0 0 .9rem;
  opacity: .94;
}

/* Links inside terms */
.tc-copy a{ color:#f1d3a0; text-decoration: underline; }
.tc-copy a:hover{ opacity:.9; }

/* Adaptive */
@media (max-width: 576px){
  .tc-copy{ max-width: 100%; }
}
