.legal-page { background: var(--cream); color: #344750; }
.legal-page .site-header { background: var(--petrol-deep); }
.legal-hero { padding-block: clamp(5rem, 10vw, 8rem); background: var(--petrol); color: var(--white); }
.legal-hero .shell { max-width: 72rem; }
.legal-hero h1 { margin: 0; font-size: clamp(3.5rem, 8vw, 6.8rem); line-height: .98; }
.legal-hero h1 + p { max-width: 46rem; margin: 1.5rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: minmax(13rem, .6fr) minmax(0, 1.8fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(4rem, 8vw, 7rem); }
.legal-layout aside { position: sticky; top: 7rem; align-self: start; padding-top: .4rem; }
.legal-layout aside > p { margin: 0 0 1rem; color: var(--petrol); font-family: var(--mono); font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.legal-layout aside ol { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.legal-layout aside a { color: #52656d; font-size: .8rem; line-height: 1.4; }
.legal-layout aside a:hover { color: var(--orange); }
.legal-layout article { min-width: 0; }
.legal-layout article > section { scroll-margin-top: 7rem; padding: 0 0 clamp(3.2rem, 6vw, 5rem); }
.legal-layout article > section + section { padding-top: clamp(3.2rem, 6vw, 5rem); border-top: 1px solid rgba(6,34,48,.18); }
.legal-layout h2 { max-width: 22ch; margin: 0 0 1.6rem; color: var(--petrol-deep); font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1.15; }
.legal-layout p, .legal-layout li, .legal-layout address, .legal-layout dd { line-height: 1.75; }
.legal-layout p { margin: 0 0 1.15rem; }
.legal-layout ul { display: grid; gap: .65rem; margin: 1rem 0 1.5rem; padding-left: 1.25rem; }
.legal-layout li::marker { color: var(--orange); }
.legal-layout address { margin: 0 0 1.4rem; color: #344750; font-style: normal; }
.legal-layout address strong { color: var(--petrol-deep); }
.legal-details { margin: 1.5rem 0 0; border-top: 1px solid rgba(6,34,48,.18); }
.legal-details div { display: grid; grid-template-columns: minmax(8rem, .5fr) minmax(0, 1fr); gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(6,34,48,.18); }
.legal-details dt { color: #65767d; font-family: var(--mono); font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.legal-details dd { margin: 0; color: var(--petrol-deep); font-weight: 650; }
.legal-layout article a { color: #075a83; text-decoration: underline; text-decoration-color: rgba(242,91,34,.55); text-underline-offset: .18em; }
.legal-layout article a:hover { color: var(--orange); }
.legal-external-link span { display: inline-block; text-decoration: none; }

@media (max-width: 820px) {
  .legal-layout { grid-template-columns: 1fr; gap: 3rem; }
  .legal-layout aside { position: static; padding-bottom: 2rem; border-bottom: 1px solid rgba(6,34,48,.18); }
  .legal-layout aside ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .legal-layout aside ol { grid-template-columns: 1fr; }
  .legal-details div { grid-template-columns: 1fr; gap: .25rem; }
}
