.legal-page .legal-shell {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
  padding-block: clamp(46px, 7vw, 82px) 80px;
}

.legal-page .legal-shell > :first-child {
  margin-top: 0;
}

.legal-page .legal-shell h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 6vw, 4.5rem);
  line-height: .98;
}

.legal-page .legal-shell h2 {
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.legal-page .legal-shell h3 {
  margin-top: 1.7rem;
}

.legal-page .legal-shell p,
.legal-page .legal-shell li {
  line-height: 1.7;
}

.legal-page .legal-shell p,
.legal-page .legal-shell ul {
  color: var(--ink-muted);
}

.legal-page .legal-shell strong {
  color: var(--forest-950);
}

.legal-page .legal-shell a {
  color: var(--forest-700);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-page .legal-shell ul {
  padding-left: 1.35rem;
}

.legal-page .lede {
  max-width: 720px;
  font-size: clamp(1.04rem, 2vw, 1.18rem);
}

.legal-page .notice,
.legal-page .contact-card {
  margin-block: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.legal-page .notice {
  border-left: 4px solid var(--honey);
  background: var(--honey-soft);
}

@media (max-width: 600px) {
  .legal-page .legal-shell {
    width: min(calc(100% - 28px), 820px);
    padding-block: 38px 60px;
  }
}

@media print {
  .legal-page .site-header,
  .legal-page genbee-breadcrumbs,
  .legal-page .site-footer {
    display: none;
  }

  .legal-page .legal-shell {
    width: auto;
    max-width: none;
    padding: 0;
  }
}
