.tt-legal-page h1,
.tt-legal-page h2,
.tt-legal-page p {
  margin-top: 0;
}

.tt-legal-hero {
  position: relative;
  min-height: min(860px, 100svh);
  overflow: hidden;
  padding: clamp(132px, 10vw, 170px) 0 clamp(88px, 8vw, 126px);
  background:
    radial-gradient(circle at 84% 34%, rgba(201, 147, 33, .11), transparent 29%),
    linear-gradient(135deg, #fcfbf8 0%, #f8f5ee 100%);
}

.tt-legal-hero__inner {
  position: relative;
  z-index: 2;
}

.tt-legal-hero__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(58px, 6vw, 84px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(7, 20, 38, .09);
}

.tt-legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #7b8290;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tt-legal-breadcrumb a:hover {
  color: var(--tt-gold);
}

.tt-legal-hero__document-label {
  color: var(--tt-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.tt-legal-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(270px, .42fr);
  align-items: end;
  gap: clamp(60px, 8vw, 140px);
}

.tt-legal-hero__copy {
  min-width: 0;
}

.tt-legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--tt-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.tt-legal-kicker::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.tt-legal-hero h1 {
  max-width: 1020px;
  margin-bottom: 30px;
  color: var(--tt-navy);
  font-family: var(--tt-display-font);
  font-size: clamp(60px, 5.7vw, 94px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: .92;
  text-transform: uppercase;
  text-wrap: balance;
}

.tt-legal-hero__intro {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--tt-muted);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.7;
}

.tt-legal-hero__summary {
  position: relative;
  overflow: hidden;
  align-self: end;
  width: 100%;
  padding: 26px;
  border: 1px solid rgba(201, 147, 33, .22);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 26px 70px rgba(7, 20, 38, .07);
  backdrop-filter: blur(16px);
}

.tt-legal-hero__summary::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, var(--tt-gold), transparent);
  content: "";
}

.tt-legal-hero__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 20, 38, .09);
}

.tt-legal-hero__status > span,
.tt-legal-hero__summary dt {
  color: #7b8290;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tt-legal-hero__status strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--tt-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tt-legal-hero__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tt-gold);
  box-shadow: 0 0 0 5px rgba(201, 147, 33, .12);
}

.tt-legal-hero__summary dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  margin: 0;
  padding: 24px 0;
}

.tt-legal-hero__summary dt {
  margin-bottom: 8px;
}

.tt-legal-hero__summary dd {
  margin: 0;
  color: var(--tt-navy);
  font-size: 14px;
  font-weight: 600;
}

.tt-legal-hero__summary dl div:last-child {
  text-align: right;
}

.tt-legal-hero__summary dl div:last-child dd {
  color: var(--tt-gold);
  font-family: var(--tt-display-font);
  font-size: 28px;
  line-height: .8;
}

.tt-legal-hero__summary > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 20, 38, .09);
  color: var(--tt-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tt-legal-hero__summary svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--tt-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 220ms ease;
}

.tt-legal-hero__summary > a:hover svg {
  transform: translateY(3px);
}

.tt-legal-hero__geometry {
  position: absolute;
  top: 128px;
  right: -8vw;
  width: min(46vw, 760px);
  height: min(46vw, 760px);
  border: 1px solid rgba(201, 147, 33, .13);
  border-radius: 50%;
  color: rgba(201, 147, 33, .58);
  opacity: .78;
  pointer-events: none;
}

.tt-legal-hero__geometry::before,
.tt-legal-hero__geometry::after,
.tt-legal-hero__geometry i {
  position: absolute;
  border: 1px solid rgba(201, 147, 33, .12);
  border-radius: 50%;
  content: "";
}

.tt-legal-hero__geometry::before { inset: 16%; }
.tt-legal-hero__geometry::after { inset: 33%; }
.tt-legal-hero__geometry i:nth-child(1) { top: 49%; left: 0; width: 100%; border-width: 1px 0 0; border-radius: 0; }
.tt-legal-hero__geometry i:nth-child(2) { top: 0; left: 49%; height: 100%; border-width: 0 1px 0 0; border-radius: 0; }

.tt-legal-hero__geometry span {
  position: absolute;
  top: 18%;
  left: 27%;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  transform: rotate(-12deg);
}

.tt-legal-content {
  background: #fff;
}

.tt-legal-content__inner {
  display: grid;
  grid-template-columns: minmax(190px, .3fr) minmax(0, 1fr);
  gap: clamp(50px, 9vw, 150px);
}

.tt-legal-index {
  position: sticky;
  top: 110px;
  align-self: start;
}

.tt-legal-index > span {
  display: block;
  margin-bottom: 18px;
  color: var(--tt-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tt-legal-index ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-legal-index a {
  color: var(--tt-muted);
  font-size: 13px;
  line-height: 1.35;
  transition: color 180ms ease;
}

.tt-legal-index a:hover {
  color: var(--tt-navy);
}

.tt-legal-article {
  max-width: 780px;
}

.tt-legal-section {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 28px;
  padding: 0 0 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(7, 20, 38, .12);
  scroll-margin-top: 110px;
}

.tt-legal-section__number {
  padding-top: 9px;
  color: var(--tt-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.tt-legal-section h2 {
  margin-bottom: 14px;
  color: var(--tt-navy);
  font-family: var(--tt-display-font);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.tt-legal-section p {
  margin-bottom: 0;
  color: var(--tt-muted);
  font-size: 17px;
  line-height: 1.75;
}

.tt-legal-note {
  margin: 0;
  color: #8a909c;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
}

.tt-legal-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 136px) 0;
  background: var(--tt-navy);
  color: #fff;
}

.tt-legal-cta::after {
  position: absolute;
  right: -12vw;
  bottom: -28vw;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(233, 196, 106, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(233, 196, 106, .035), 0 0 0 14vw rgba(233, 196, 106, .025);
  content: "";
  pointer-events: none;
}

.tt-legal-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.tt-legal-cta h2 {
  max-width: 650px;
  margin: 18px 0 0;
  color: #fff;
  font-family: var(--tt-display-font);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 600;
  line-height: .95;
  text-transform: uppercase;
}

.tt-legal-cta .tt-section-heading__eyebrow {
  color: var(--tt-gold-light);
}

.tt-legal-cta .tt-primary-button {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 800px) {
  .tt-legal-hero__layout,
  .tt-legal-content__inner {
    grid-template-columns: 1fr;
  }

  .tt-legal-hero__layout {
    gap: 46px;
  }

  .tt-legal-hero__summary {
    max-width: 520px;
  }

  .tt-legal-index {
    position: static;
  }

  .tt-legal-index ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-legal-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .tt-legal-hero {
    min-height: 0;
    padding: 116px 0 82px;
  }

  .tt-legal-hero__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 46px;
  }

  .tt-legal-hero h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .tt-legal-hero__geometry {
    top: 160px;
    right: -42vw;
    width: 90vw;
    height: 90vw;
  }

  .tt-legal-kicker {
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.5;
  }

  .tt-legal-kicker::before {
    margin-top: 7px;
  }

  .tt-legal-hero__summary {
    padding: 22px;
  }

  .tt-legal-index ol {
    grid-template-columns: 1fr;
  }

  .tt-legal-section {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
  }

  .tt-legal-section p {
    font-size: 16px;
  }
}
