.terms-page {
  background: var(--color-aubergine);
}

.terms-page__intro {
  padding-block: var(--space-10) var(--space-9);
}

.terms-page__intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
  column-gap: var(--space-8);
  align-items: stretch;
}

.terms-page__title-block,
.terms-page__intro-rule,
.terms-page__document-zone,
.terms-page__clause,
.terms-page__clause-copy,
.terms-page__table-content,
.terms-page__table-architecture,
.terms-page__provision,
.terms-page__provision-copy,
.terms-page__communications-zone,
.terms-page__offset-clause,
.terms-page__property-zone,
.terms-page__property-clause,
.terms-page__property-copy,
.terms-page__framework-zone,
.terms-page__framework-clause,
.terms-page__framework-copy,
.terms-page__questions-panel {
  min-width: 0;
}

.terms-page__title-block {
  grid-column: 1;
  width: min(100%, 760px);
}

.terms-page__effective {
  width: min(100%, 680px);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-rule);
  color: var(--color-warm-linen);
  font-size: var(--text-meta);
  letter-spacing: var(--tracking-meta);
}

.terms-page__scope {
  width: min(100%, 680px);
  margin-bottom: 0;
}

.terms-page__intro-rule {
  grid-column: 2;
  width: 1px;
  min-height: 13rem;
  justify-self: start;
  align-self: end;
  background: var(--color-rule);
  opacity: 0.65;
}

.terms-page__website,
.terms-page__communications,
.terms-page__framework {
  padding-block: var(--section-space);
}

.terms-page__document-zone {
  width: min(100% - 180px, 728px);
  margin-left: 180px;
}

.terms-page__clauses,
.terms-page__framework-clauses {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-7);
  margin: 0;
  padding: 0;
  list-style: none;
}

.terms-page__clause {
  display: grid;
  grid-template-columns: 48px minmax(0, 680px);
  column-gap: var(--space-4);
  width: 100%;
}

.terms-page__clause-number,
.terms-page__property-label,
.terms-page__framework-number,
.terms-page__provision-number {
  color: var(--color-muted-brass);
  font-size: var(--text-utility);
  font-weight: 700;
  letter-spacing: var(--tracking-utility);
  line-height: 1.35;
}

.terms-page__clause-number {
  grid-column: 1;
  padding-top: 0.35rem;
}

.terms-page__clause-copy {
  grid-column: 2;
  width: min(100%, 680px);
}

.terms-page__clauses--website .terms-page__clause-copy p {
  width: min(100%, 650px);
  margin-bottom: 0;
}

.terms-page__clause-copy h3,
.terms-page__provision-copy h3,
.terms-page__property-copy h3,
.terms-page__framework-copy h3,
.terms-page__offset-clause h3 {
  margin-bottom: var(--space-3);
}

.terms-page__table {
  padding-block: var(--section-space);
  background: var(--color-aubergine);
}

.terms-page__table-panel {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border-dark);
  background: var(--color-ocean-teal);
}

.terms-page__table-content {
  grid-column: 1;
  width: min(100%, 760px);
  padding: var(--space-9) var(--space-8) var(--space-9) 120px;
}

.terms-page__table-lead {
  width: min(100%, 760px);
  margin-bottom: var(--space-7);
  font-size: var(--text-lead);
  line-height: var(--line-lead);
}

.terms-page__participation-provisions {
  display: flex;
  width: min(100%, 658px);
  min-width: 0;
  flex-direction: column;
  gap: var(--space-6);
}

.terms-page__provision {
  display: grid;
  grid-template-columns: 48px minmax(0, 610px);
  column-gap: var(--space-4);
  width: 100%;
  padding-top: var(--space-6);
  border-top: 1px solid rgba(239, 229, 210, 0.32);
}

.terms-page__provision-number {
  grid-column: 1;
  padding-top: 0.35rem;
}

.terms-page__provision-copy {
  grid-column: 2;
  width: min(100%, 610px);
}

.terms-page__provision-copy p {
  margin-bottom: 0;
}

.terms-page__table-closing {
  width: min(100%, 610px);
  margin: var(--space-6) 0 0 64px;
  color: var(--color-warm-linen);
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.15;
}

.terms-page__table-architecture {
  grid-column: 2;
  position: relative;
  width: 100%;
  min-height: 100%;
}

.terms-page__table-architecture::before,
.terms-page__table-architecture::after {
  position: absolute;
  display: block;
  border: 1px solid rgba(239, 229, 210, 0.22);
  content: "";
}

.terms-page__table-architecture::before {
  top: 14%;
  right: 14%;
  width: 58%;
  height: 54%;
}

.terms-page__table-architecture::after {
  top: calc(14% + 24px);
  right: calc(14% + 24px);
  width: 58%;
  height: 54%;
}

.terms-page__communications-zone {
  width: min(100%, 980px);
}

.terms-page__offset-clauses {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-7);
}

.terms-page__offset-clause {
  width: 100%;
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-border-light);
}

.terms-page__offset-clause .utility-label {
  display: block;
  margin-bottom: var(--space-3);
  color: var(--color-deep-teal);
}

.terms-page__offset-clause p {
  margin-bottom: 0;
}

.terms-page__offset-clause--one {
  max-width: 600px;
}

.terms-page__offset-clause--two {
  max-width: 560px;
  margin-left: 96px;
}

.terms-page__offset-clause--three {
  max-width: 620px;
}

.terms-page__property {
  padding-block: var(--section-space);
}

.terms-page__property-zone {
  width: min(100% - 180px, 704px);
  margin-left: 180px;
}

.terms-page__property-clauses {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-7);
}

.terms-page__property-clause {
  display: grid;
  grid-template-columns: 48px minmax(0, 640px);
  column-gap: var(--space-4);
  width: 100%;
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-border-dark);
}

.terms-page__property-label {
  grid-column: 1;
  padding-top: 0.35rem;
}

.terms-page__property-copy {
  grid-column: 2;
  width: min(100%, 640px);
}

.terms-page__property-copy p {
  margin-bottom: 0;
}

.terms-page__permission-note {
  display: flex;
  width: min(100%, 500px);
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-7);
  padding: var(--space-5);
  border: 1px solid var(--color-border-dark);
  border-radius: var(--radius-panel);
}

.terms-page__permission-note .utility-label {
  color: var(--color-muted-brass);
}

.terms-page__permission-note p {
  margin-bottom: 0;
}

.terms-page__framework-zone {
  width: min(100% - 120px, 660px);
  margin-left: 120px;
}

.terms-page__framework-clauses {
  gap: var(--space-6);
}

.terms-page__framework-clause {
  display: grid;
  grid-template-columns: 48px minmax(0, 660px);
  column-gap: var(--space-4);
  width: 100%;
  padding-top: var(--space-5);
  border-top: 1px solid rgba(6, 61, 66, 0.35);
}

.terms-page__framework-number {
  grid-column: 1;
  color: var(--color-deep-teal);
  padding-top: 0.35rem;
}

.terms-page__framework-copy {
  grid-column: 2;
  width: min(100%, 660px);
}

.terms-page__framework-copy p {
  margin-bottom: 0;
}

.terms-page__framework-emphasis {
  width: min(100%, 520px);
  margin: var(--space-7) 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.08;
}

.terms-page__questions {
  padding-block: var(--section-space);
}

.terms-page__questions-panel {
  display: flex;
  width: min(100%, 640px);
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
  padding: var(--space-7);
  border: 1px solid var(--color-border-dark);
  border-radius: var(--radius-panel);
  background: var(--color-aubergine-velvet);
}

.terms-page__questions-panel h2,
.terms-page__questions-panel p {
  margin-bottom: 0;
}

.terms-page__questions-panel p {
  width: min(100%, 560px);
}

.terms-page__email-action {
  min-width: 0;
}

@media (max-width: 980px) {
  .terms-page__intro-layout {
    grid-template-columns: minmax(0, 860px);
  }

  .terms-page__intro-rule {
    display: none;
  }

  .terms-page__document-zone,
  .terms-page__property-zone {
    width: min(100%, 728px);
    margin-left: 0;
  }
}

@media (max-width: 899px) {
  .terms-page__table-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .terms-page__table-content {
    grid-column: 1;
    width: min(100%, 760px);
    padding: var(--space-8) var(--space-6);
  }

  .terms-page__table-architecture {
    display: none;
  }

  .terms-page__framework-zone {
    width: min(100%, 660px);
    margin-left: 0;
  }
}

@media (max-width: 850px) {
  .terms-page__offset-clause--one,
  .terms-page__offset-clause--two,
  .terms-page__offset-clause--three {
    max-width: 680px;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .terms-page__intro {
    padding-block: var(--space-8) var(--space-7);
  }

  .terms-page__intro-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .terms-page__title-block,
  .terms-page__scope,
  .terms-page__effective,
  .terms-page__document-zone,
  .terms-page__communications-zone,
  .terms-page__property-zone,
  .terms-page__framework-zone {
    width: 100%;
  }

  .terms-page__title-block h1 {
    font-size: clamp(2.8rem, 12vw, 4.3rem);
  }

  .terms-page__clauses,
  .terms-page__property-clauses {
    gap: var(--space-6);
  }

  .terms-page__clause,
  .terms-page__provision,
  .terms-page__property-clause,
  .terms-page__framework-clause {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: var(--space-2);
  }

  .terms-page__clause-number,
  .terms-page__provision-number,
  .terms-page__property-label,
  .terms-page__framework-number {
    width: auto;
    padding-top: 0;
  }

  .terms-page__clause-copy,
  .terms-page__provision-copy,
  .terms-page__property-copy,
  .terms-page__framework-copy,
  .terms-page__clauses--website .terms-page__clause-copy p {
    width: 100%;
  }

  .terms-page__clause-copy h3,
  .terms-page__provision-copy h3,
  .terms-page__property-copy h3,
  .terms-page__framework-copy h3,
  .terms-page__offset-clause h3 {
    font-size: clamp(1.75rem, 8vw, 2rem);
  }

  .terms-page__table {
    padding-block: var(--section-space);
  }

  .terms-page__table-panel {
    width: calc(100% + (var(--gutter) * 2));
    margin-left: calc(var(--gutter) * -1);
    border-inline: 0;
  }

  .terms-page__table-content {
    width: 100%;
    padding: var(--space-7) var(--gutter);
  }

  .terms-page__table-lead,
  .terms-page__participation-provisions,
  .terms-page__provision-copy,
  .terms-page__table-closing {
    width: 100%;
  }

  .terms-page__table-lead {
    font-size: 1.25rem;
  }

  .terms-page__table-closing {
    margin-left: 0;
  }

  .terms-page__offset-clauses {
    gap: 2.5rem;
  }

  .terms-page__offset-clause--one,
  .terms-page__offset-clause--two,
  .terms-page__offset-clause--three {
    width: 100%;
    max-width: none;
  }

  .terms-page__permission-note {
    width: 100%;
    padding: var(--space-5);
  }

  .terms-page__questions-panel {
    width: 100%;
    padding: 1.75rem;
  }
}

@media (max-width: 420px) {
  .terms-page__email-action {
    width: 100%;
  }
}
