.page-hero {
  padding-block: 96px 80px;
}

.page-hero h1 {
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 36px;
}

.page-hero p {
  color: var(--text-2);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.65;
  max-width: 720px;
}

.page-hero .section-eyebrow,
.page-section .section-eyebrow {
  color: var(--text-3);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.contact-page .page-hero h1 {
  font-size: clamp(52px, 7.5vw, 104px);
  letter-spacing: -3px;
  line-height: 0.92;
}

.contact-page .page-section h2 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
}

.page-section {
  border-top: 1px solid var(--rule);
  padding-block: 80px;
}

.page-section h2 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 32px;
  max-width: 760px;
}

.page-section h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 12px;
  margin-top: 32px;
}

.page-section p,
.closing p {
  color: var(--text-2);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 720px;
}

.page-section a,
.closing a,
.contact-line a {
  color: var(--text-1);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 4px;
}

.page-section a:hover,
.closing a:hover,
.contact-line a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 8px;
  max-width: 720px;
}

.step {
  align-items: baseline;
  display: grid;
  gap: 24px;
  grid-template-columns: 64px 1fr;
}

.step-num {
  color: var(--text-3);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}

.step-body {
  color: var(--text-1);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.closing {
  border-top: 1px solid var(--rule);
  padding-block: 80px 100px;
}

.resources {
  border-top: 1px solid var(--rule);
  list-style: none;
  margin-top: 8px;
  max-width: 720px;
  padding: 8px 0;
}

.resources li {
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 0;
}

.resources .name {
  color: var(--text-1);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.resources .contact {
  color: var(--text-1);
  font-size: 17px;
  font-weight: 400;
}

.contact-list {
  margin-top: 8px;
  max-width: 720px;
}

.contact-list p {
  margin-bottom: 12px;
}

.pledge-list {
  counter-reset: pledge-counter;
  list-style: none;
  margin-top: 16px;
  max-width: 760px;
}

.pledge-list li {
  border-bottom: 1px solid var(--rule);
  counter-increment: pledge-counter;
  display: grid;
  gap: 24px;
  grid-template-columns: 64px 1fr;
  padding: 28px 0;
}

.pledge-list li:first-child {
  border-top: 1px solid var(--rule);
}

.pledge-list li::before {
  color: var(--text-3);
  content: counter(pledge-counter, decimal-leading-zero);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 8px;
}

.pledge-content {
  display: flex;
  flex-direction: column;
}

.pledge-label {
  color: var(--text-1);
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.pledge-body {
  color: var(--text-2);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

.prohibited-list {
  list-style: none;
  margin-top: 16px;
  max-width: 720px;
}

.prohibited-list li {
  border-bottom: 1px solid var(--rule);
  color: var(--text-2);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  padding: 14px 0 14px 24px;
  position: relative;
}

.prohibited-list li:first-child {
  border-top: 1px solid var(--rule);
}

.prohibited-list li::before {
  color: var(--text-3);
  content: "-";
  left: 0;
  position: absolute;
}

.contact-line {
  color: var(--text-2);
  font-size: 18px;
  font-weight: 300;
}

.contact-block {
  margin-top: 24px;
  max-width: 720px;
}

.contact-label {
  color: var(--text-3);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.page-section .contact-value {
  color: var(--text-1);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-section .contact-address {
  color: var(--text-2);
  font-size: 16px;
  font-weight: 300;
}

.times-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 8px;
  max-width: 920px;
}

.time-card {
  background: var(--surface);
  border: 1px solid var(--surface-line);
  border-radius: 8px;
  padding: 28px 24px;
}

.time-card .time-label {
  color: var(--text-3);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.time-card .time-value {
  color: var(--text-1);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.time-card .time-note {
  color: var(--text-3);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}

.legal-list {
  color: var(--text-2);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  list-style: none;
  margin-top: 8px;
  max-width: 760px;
}

.legal-list li {
  border-bottom: 1px solid var(--rule);
  padding: 14px 0;
}

.legal-list li:first-child {
  border-top: 1px solid var(--rule);
}

.legal-list strong {
  color: var(--text-1);
  font-weight: 600;
}

.legal-note {
  border-top: 1px solid var(--rule);
  color: var(--text-3);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 32px;
  max-width: 720px;
  padding-top: 24px;
}

.legal-page .page-hero {
  padding-block: 56px 28px;
}

.legal-runtime-hero {
  padding-block: 56px 28px;
}

.legal-runtime-shell {
  padding-block: 16px 100px;
}

.legal-runtime-content {
  color: var(--text-2);
}

.legal-runtime-content > *:first-child {
  margin-top: 0;
}

.legal-runtime-content > *:last-child {
  margin-bottom: 0;
}

.legal-runtime-content h1,
.legal-runtime-content h2,
.legal-runtime-content h3,
.legal-runtime-content h4 {
  color: var(--text-1);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.legal-runtime-content h1 {
  font-size: clamp(34px, 4vw, 48px);
  margin: 0 0 28px;
}

.legal-runtime-content h2 {
  border-top: 1px solid var(--rule);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  margin: 40px 0 32px;
  max-width: 760px;
  padding-top: 40px;
}

.legal-runtime-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 32px 0 12px;
}

.legal-runtime-content h4 {
  font-size: 20px;
  margin: 28px 0 14px;
}

.legal-runtime-content p,
.legal-runtime-content li,
.legal-runtime-content blockquote {
  color: var(--text-2);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.legal-runtime-content p,
.legal-runtime-content ul,
.legal-runtime-content ol,
.legal-runtime-content blockquote,
.legal-runtime-content hr {
  margin-bottom: 20px;
}

.legal-runtime-content ul,
.legal-runtime-content ol {
  max-width: 760px;
  padding-left: 24px;
}

.legal-runtime-content ul {
  list-style: disc outside;
}

.legal-runtime-content ol {
  list-style: decimal outside;
}

.legal-runtime-content li {
  margin-bottom: 14px;
  padding-left: 2px;
}

.legal-runtime-content ul ul {
  list-style-type: circle;
}

.legal-runtime-content ol ol {
  list-style-type: lower-alpha;
}

.legal-runtime-content a {
  color: var(--text-1);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.32);
  text-underline-offset: 4px;
}

.legal-runtime-content a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}

.legal-runtime-content strong {
  color: var(--text-1);
  font-weight: 600;
}

.legal-runtime-content blockquote {
  max-width: 760px;
  padding: 0 0 0 18px;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.22);
  background: transparent;
}

.legal-runtime-content hr {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 80px 0;
}

@media (max-width: 720px) {
  .legal-runtime-content p,
  .legal-runtime-content li,
  .legal-runtime-content blockquote {
    font-size: 17px;
  }

  .legal-runtime-content h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    padding-top: 40px;
  }
}

.legal-page .page-hero h1 {
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1;
  margin-bottom: 18px;
}

.legal-page .page-hero p {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.legal-page .page-section {
  padding-block: 22px;
}

.legal-page .page-section h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.12;
  margin-bottom: 10px;
}

.legal-page .page-section p {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 8px;
  max-width: 840px;
}

.legal-page .contact-line {
  margin-bottom: 0;
}

.legal-page .legal-list,
.legal-page .prohibited-list {
  list-style: disc;
  margin-top: 4px;
  max-width: 840px;
  padding-left: 18px;
}

.legal-page .legal-list li,
.legal-page .prohibited-list li {
  border: 0;
  font-size: 16px;
  line-height: 1.35;
  padding: 0;
}

.legal-page .legal-list li:first-child,
.legal-page .prohibited-list li:first-child {
  border-top: 0;
}

.legal-page .legal-list li + li,
.legal-page .prohibited-list li + li {
  margin-top: 6px;
}

.legal-page .prohibited-list li {
  padding-left: 0;
  position: static;
}

.legal-page .prohibited-list li::before {
  content: none;
}

.legal-page .resources {
  border-top: 0;
  margin-top: 8px;
  max-width: 840px;
  padding: 0;
}

.legal-page .resources li {
  border-bottom: 0;
  gap: 3px;
  padding: 6px 0;
}

.legal-page .resources li + li {
  margin-top: 2px;
}

@media (max-width: 760px) {
  .page-hero {
    padding-block: 56px 68px;
  }

  .page-section,
  .closing {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .step,
  .pledge-list li {
    gap: 16px;
    grid-template-columns: 52px 1fr;
  }

  .page-hero p,
  .page-section h2,
  .page-section p,
  .closing p,
  .resources,
  .contact-list,
  .pledge-list,
  .legal-list,
  .prohibited-list {
    max-width: 100%;
  }

  .legal-page .page-hero {
    padding-block: 44px 24px;
  }

  .legal-page .page-section,
  .legal-page .closing {
    padding-block: 18px;
  }
}

@media (max-width: 480px) {
  .page-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 1;
    margin-bottom: 28px;
  }

  .page-hero p,
  .page-section p,
  .closing p {
    font-size: 16px;
  }

  .page-section h2 {
    font-size: clamp(30px, 10vw, 40px);
    margin-bottom: 24px;
  }

  .step,
  .pledge-list li {
    grid-template-columns: 1fr;
  }

  .pledge-label {
    font-size: 20px;
  }

  .resources .contact {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .legal-list {
    font-size: 16px;
  }

  .legal-page .page-section h2 {
    font-size: clamp(22px, 7vw, 28px);
    margin-bottom: 8px;
  }

  .legal-page .page-section p {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .legal-page .legal-list,
  .legal-page .prohibited-list {
    padding-left: 16px;
  }

  .legal-page .legal-list li,
  .legal-page .prohibited-list li {
    font-size: 16px;
  }

  .legal-page .resources li {
    padding: 5px 0;
  }
}
