.tt-lp-hero{
    background:#1c1c1c;
    color:var(--bone);
    padding:5.5rem 0 5rem;
    text-align:center;
  }
  .tt-lp-logo img{ height:88px; width:auto; display:block; margin:0 auto; }
  .tt-lp-hero h1{
    font-size:clamp(2.6rem, 6vw, 4.6rem);
    max-width:18ch;
    margin:1.25rem auto 1.25rem;
  }
  .tt-lp-hero h1 .accent{ color:var(--gold); }
  .tt-lp-sub{
    max-width:60ch;
    margin:0 auto;
    color:var(--bone-dim);
    font-size:1.08rem;
    line-height:1.65;
  }
  .tt-lp-video{
    max-width:860px;
    margin:3rem auto 0;
    border-top:4px solid var(--gold);
    box-shadow:0 20px 50px rgba(0,0,0,0.35);
    overflow:hidden;
  }
.tt-lp-video iframe {min-width:860px; height: 500px;}