.legal-body {
  background: #f4eee7;
}

.legal-header {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 18px clamp(20px, 5vw, 72px);
  background: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-header .logo__image {
  width: 126px;
  margin: 0;
}

.legal-header .btn--outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.legal-header .btn--outline:hover {
  background: #fff;
  color: #1d1916;
}

.legal-page__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 12vw, 156px) 0 clamp(58px, 9vw, 112px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 15%, rgba(196, 163, 90, 0.55), transparent 26%),
    radial-gradient(circle at 86% 85%, rgba(116, 72, 43, 0.75), transparent 34%),
    #211c18;
}

.legal-page__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px), linear-gradient(-45deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}

.legal-page__container {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - (clamp(20px, 5vw, 72px) * 2)));
  margin: 0 auto;
}

.legal-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #e7c889;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.legal-page__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.legal-page h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.98;
}

.legal-page__lead {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}

.legal-page__content {
  padding: clamp(52px, 8vw, 104px) 0;
}

.legal-page__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 2fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: start;
}

.legal-page__aside {
  position: sticky;
  top: 28px;
  padding: 26px;
  border: 1px solid rgba(73, 54, 39, 0.13);
  background: rgba(255, 253, 249, 0.72);
}

.legal-page__aside-label {
  margin-bottom: 12px;
  color: #8f683a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.legal-page__aside strong {
  display: block;
  color: #332920;
  font-size: 18px;
  line-height: 1.35;
}

.legal-page__aside p:last-child {
  margin-top: 12px;
  color: #6b5b4d;
  font-size: 13px;
  line-height: 1.65;
}

.legal-page__sections {
  display: grid;
  gap: 18px;
}

.legal-page__section {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(73, 54, 39, 0.13);
  background: #fffdf9;
  box-shadow: 0 18px 44px rgba(65, 44, 27, 0.06);
}

.legal-page__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #32271f;
  color: #e9d4a7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.legal-page__section h2 {
  margin: 4px 0 14px;
  color: #332920;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 3vw, 30px);
  font-weight: 400;
}

.legal-page__section p {
  color: #66574a;
  font-size: 15px;
  line-height: 1.75;
}

.legal-page__section p + p {
  margin-top: 7px;
}

.legal-page__section a {
  color: #7a552a;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(122, 85, 42, 0.35);
  text-underline-offset: 3px;
}

.legal-page__section a:hover {
  color: #3f2b18;
  text-decoration-color: currentColor;
}

.legal-page__notice {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-left: 3px solid #b88a4e;
  background: #f1e4cf;
  color: #634922;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .legal-header { padding: 16px 20px; }
  .legal-header .logo__image { width: 106px; }
  .legal-header .btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    font-size: 10px;
  }
  .legal-page__layout { grid-template-columns: 1fr; }
  .legal-page__aside { position: static; }
  .legal-page__section { grid-template-columns: 1fr; gap: 12px; }
}
