﻿/* Conventional, image-free legal document layout. */
.legal-page{background:#fff}
.legal-header{padding:clamp(62px,8vw,96px) 0 54px;border-bottom:1px solid #e9e3e5;background:#faf9f9}
.legal-header-inner{max-width:900px;margin-inline:auto;text-align:center}
.legal-kicker{display:inline-block;margin-bottom:14px;color:#9d2c50;font-size:.74rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.legal-header h1{margin:0;color:#22191d;font:600 clamp(2.65rem,5vw,4.35rem)/1.05 Georgia,'Times New Roman',serif;letter-spacing:-.04em}
.legal-header p{max-width:720px;margin:20px auto 0;color:#665c60;font-size:1.05rem;line-height:1.7}
.legal-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 28px;margin-top:28px;color:#746a6e;font-size:.83rem}
.legal-meta span{display:flex;gap:7px}.legal-meta strong{color:#403438;font-weight:750}
.legal-content{padding:clamp(56px,7vw,88px) 0 110px}
.legal-layout{display:grid;grid-template-columns:230px minmax(0,760px);justify-content:center;align-items:start;gap:clamp(48px,7vw,88px)}
.legal-toc{position:sticky;top:98px;padding:20px;border:1px solid #e7e0e3;border-radius:12px;background:#fff}
.legal-toc>p{margin:0 0 12px;padding-bottom:11px;border-bottom:1px solid #ece6e8;color:#30252a;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.legal-toc nav{display:grid;gap:2px}.legal-toc a{padding:7px 8px;border-radius:7px;color:#675c61;font-size:.82rem;line-height:1.4;transition:background-color .18s ease,color .18s ease}.legal-toc a:hover{background:#fff1f5;color:#9c294d}.legal-toc a:focus-visible{outline:2px solid #d83d69;outline-offset:2px}
.legal-article{min-width:0;color:#443a3e;font-size:1rem;line-height:1.8}
.legal-article h2{scroll-margin-top:100px;margin:0 0 16px;padding-top:52px;color:#271d21;font:600 clamp(1.45rem,2.4vw,1.85rem)/1.25 Georgia,'Times New Roman',serif;letter-spacing:-.015em}.legal-article h2:first-child{padding-top:0}
.legal-article p{margin:0;color:#51464a}.legal-article a{color:#9c294d;font-weight:700;text-decoration:underline;text-underline-offset:3px}.legal-article a:hover{color:#c42f5b}
@media(max-width:820px){.legal-layout{grid-template-columns:1fr;gap:34px}.legal-toc{position:static;max-width:760px}.legal-toc nav{grid-template-columns:1fr 1fr;column-gap:16px}.legal-article{max-width:760px}}
@media(max-width:560px){.legal-header{padding:48px 0 40px}.legal-header-inner{text-align:left}.legal-meta{justify-content:flex-start;display:grid;gap:5px}.legal-content{padding:42px 0 80px}.legal-toc nav{grid-template-columns:1fr}.legal-article{font-size:.97rem}.legal-article h2{padding-top:42px}}



