.legal-hero {
  padding:76px 0 58px;
  background:linear-gradient(135deg,#f8f4ed,#efe4d6);
  border-bottom:1px solid #ded1c0
}

.legal-hero .eyebrow {
  color:#9f7437
}

.legal-hero h1 {
  max-width:900px;
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(2.6rem,6vw,5rem);
  font-weight:500;
  line-height:1.04;
  color:#111
}

.legal-hero p {
  max-width:760px;
  margin:22px 0 0;
  color:#665f57;
  font-size:1.05rem
}

.legal-shell {
  padding:72px 0 90px;
  background:#fff
}

.legal-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 285px;
  gap:70px;
  align-items:start
}

.legal-content {
  max-width:850px
}

.legal-content h2 {
  margin:46px 0 14px;
  font-family:Georgia,serif;
  font-size:clamp(1.7rem,3vw,2.45rem);
  font-weight:500;
  line-height:1.2;
  color:#15130f
}

.legal-content h2:first-child {
  margin-top:0
}

.legal-content h3 {
  margin:28px 0 10px;
  font-size:1.05rem;
  color:#171512
}

.legal-content p,.legal-content li {
  color:#5e5952;
  line-height:1.8
}

.legal-content ul {
  padding-left:22px
}

.legal-note {
  margin:30px 0;
  padding:22px 24px;
  border-left:4px solid #b88946;
  background:#f8f4ed;
  color:#4d473f
}

.legal-meta {
  display:flex;
  flex-wrap:wrap;
  gap:10px 24px;
  margin-top:24px;
  color:#777068;
  font-size:.85rem
}

.legal-aside {
  position:sticky;
  top:125px;
  padding:26px;
  background:#121211;
  color:#eee;
  border-top:4px solid #b88946
}

.legal-aside h2 {
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:1.45rem;
  font-weight:500
}

.legal-aside nav {
  display:grid;
  gap:7px
}

.legal-aside a {
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.11);
  color:#d7d1c9
}

.legal-aside a:hover {
  color:#d7ad6f
}

.legal-marks {
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:26px
}

.legal-marks img {
  max-height:62px;
  width:auto;
  object-fit:contain
}

.legal-eho-panel {
  display:grid;
  grid-template-columns:170px 1fr;
  gap:34px;
  align-items:center;
  margin:34px 0;
  padding:34px;
  background:#f8f4ed;
  border:1px solid #e1d6c7
}

.legal-eho-panel img {
  width:100%;
  height:auto
}

.legal-eho-panel h2 {
  margin:0 0 10px
}

.legal-eho-panel p {
  margin:0
}

.legal-contact-box {
  margin-top:44px;
  padding:28px;
  background:#151412;
  color:#eee
}

.legal-contact-box h2 {
  margin:0 0 10px;
  color:#fff
}

.legal-contact-box p {
  color:#c9c1b7
}

.legal-contact-box a {
  color:#d6aa68;
  font-weight:700
}

@media(max-width:900px) {
  .legal-layout {
    grid-template-columns:1fr
  }
  .legal-aside {
    position:static;
    order:-1
  }
  .legal-aside nav {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px
  }
  .legal-aside a {
    text-align:center;
    border:1px solid rgba(255,255,255,.13);
    padding:12px
  }
  .legal-eho-panel {
    grid-template-columns:130px 1fr
  }
}

@media(max-width:600px) {
  .legal-hero {
    padding:54px 0 42px
  }
  .legal-shell {
    padding:48px 0 65px
  }
  .legal-aside nav {
    grid-template-columns:1fr
  }
  .legal-eho-panel {
    grid-template-columns:1fr;
    text-align:center
  }
  .legal-eho-panel img {
    max-width:150px;
    margin:auto
  }
  .legal-marks {
    justify-content:center
  }
}
