:root {
  --black: #050504;
  --black-soft: #0b0a08;
  --gold: #c9974f;
  --gold-light: #e0b869;
  --white: #f4f0e8;
  --muted: #bdb8ae;
  --sans: "Montserrat", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 10; top: 9px; left: 9px; padding: 10px 14px; color: #0b0805; background: var(--gold-light); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.legal-page { min-height: 100vh; background: radial-gradient(circle at 84% 5%, rgba(201,151,79,.12), transparent 24%), linear-gradient(180deg, #090704 0%, #050504 46%, #030303 100%); }
.legal-header { width: min(1320px, calc(100% - 72px)); min-height: 112px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legal-logo { position: relative; width: 235px; height: 90px; overflow: hidden; }
.legal-logo img { position: absolute; top: 50%; left: 50%; width: 100%; max-width: none; height: auto; transform: translate(-50%, -50%); }
.legal-back-home { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); border: 1px solid rgba(224,184,105,.48); border-radius: 5px; background: rgba(201,151,79,.04); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: background .22s ease, color .22s ease, transform .22s ease; }
.legal-back-home span { font-size: 15px; }
.legal-back-home:hover { color: #120e08; background: var(--gold-light); transform: translateY(-2px); }

.legal-main { width: min(1120px, calc(100% - 72px)); margin: 37px auto 0; padding-bottom: 84px; }
.legal-intro { position: relative; padding: clamp(35px, 5vw, 66px); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(295px, .65fr); gap: clamp(32px, 4vw, 56px); overflow: hidden; border: 1px solid rgba(224,184,105,.47); border-radius: 22px; background: linear-gradient(130deg, rgba(201,151,79,.1), rgba(12,9,6,.78) 47%, rgba(4,4,3,.96)); box-shadow: 0 30px 75px rgba(0,0,0,.24); }
.legal-intro::after { content: ""; position: absolute; right: -70px; bottom: -125px; width: 265px; height: 265px; border: 1px solid rgba(224,184,105,.13); border-radius: 50%; box-shadow: 0 0 0 48px rgba(224,184,105,.018); pointer-events: none; }
.legal-eyebrow { display: block; margin-bottom: 16px; color: #a78a61; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.legal-intro h1 { max-width: 690px; margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(42px, 4.4vw, 66px); font-weight: 500; line-height: .95; letter-spacing: .035em; text-transform: uppercase; }
.legal-intro-copy > p { max-width: 580px; margin: 22px 0 0; color: #c0b8ad; font-size: 14px; line-height: 1.85; }
.legal-updated { margin: 23px 0 0; color: #827a70; font-size: 10px; letter-spacing: .08em; }
.legal-updated strong { color: #b7a788; font-weight: 500; }
.legal-doc-nav { position: relative; z-index: 1; align-self: center; padding: 22px 21px; border: 1px solid rgba(224,184,105,.24); border-radius: 13px; background: rgba(3,3,3,.47); }
.legal-doc-nav > span { display: block; margin-bottom: 12px; color: #867052; font-size: 8px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.legal-doc-nav a { position: relative; min-height: 37px; padding: 9px 0 9px 17px; display: block; color: #b6afa4; border-top: 1px solid rgba(224,184,105,.14); font-size: 11px; line-height: 1.35; transition: color .2s ease, transform .2s ease; }
.legal-doc-nav a::before { content: ""; position: absolute; top: 50%; left: 1px; width: 5px; height: 5px; border: 1px solid var(--gold); transform: translateY(-50%) rotate(45deg); }
.legal-doc-nav a:last-child { border-bottom: 1px solid rgba(224,184,105,.14); }
.legal-doc-nav a[aria-current="page"] { color: var(--gold-light); }
.legal-doc-nav a[aria-current="page"]::before { background: var(--gold-light); }
.legal-doc-nav a:hover { color: var(--white); transform: translateX(3px); }

.legal-article { margin-top: 26px; padding: clamp(28px, 4vw, 56px); border: 1px solid rgba(201,151,79,.3); border-radius: 19px; background: rgba(7,6,5,.8); }
.legal-summary { margin: 0 0 37px; padding: 18px 20px; color: #c9c1b5; border-left: 3px solid var(--gold-light); background: rgba(201,151,79,.06); font-size: 13px; line-height: 1.75; }
.legal-section { padding: 34px 0; border-top: 1px solid rgba(224,184,105,.2); }
.legal-section:last-child { padding-bottom: 0; }
.legal-section h2 { margin: 0 0 15px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(30px, 3.4vw, 40px); font-weight: 600; line-height: 1; letter-spacing: .025em; }
.legal-section h3 { margin: 23px 0 9px; color: #d7c3a0; font-size: 12px; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; }
.legal-section p { max-width: 850px; margin: 0; color: #b7b0a5; font-size: 13px; line-height: 1.85; }
.legal-section p + p { margin-top: 13px; }
.legal-list { max-width: 850px; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.legal-list li { position: relative; padding-left: 20px; color: #b7b0a5; font-size: 13px; line-height: 1.7; }
.legal-list li::before { content: ""; position: absolute; top: .62em; left: 2px; width: 6px; height: 6px; border: 1px solid var(--gold); transform: rotate(45deg); }
.legal-callout { max-width: 850px; margin: 21px 0 0; padding: 17px 19px; color: #d0c6b7; border: 1px solid rgba(224,184,105,.3); border-radius: 10px; background: rgba(201,151,79,.055); font-size: 12px; line-height: 1.75; }
.legal-callout strong { color: var(--gold-light); }
.legal-status { max-width: 850px; margin: 22px 0 0; padding: 17px 19px; color: #f3c5a0; border: 1px solid rgba(216,133,73,.45); border-radius: 10px; background: rgba(133,59,20,.13); font-size: 12px; line-height: 1.75; }
.legal-status strong { color: #ffd2a8; }
.legal-definition { margin: 19px 0 0; display: grid; grid-template-columns: minmax(150px, .5fr) minmax(0, 1.5fr); border-top: 1px solid rgba(224,184,105,.18); }
.legal-definition dt, .legal-definition dd { margin: 0; padding: 14px 16px; border-bottom: 1px solid rgba(224,184,105,.18); font-size: 12px; line-height: 1.65; }
.legal-definition dt { color: #d5be95; background: rgba(201,151,79,.045); font-weight: 600; }
.legal-definition dd { color: #aaa399; }
.legal-contact { margin-top: 21px; padding: 22px 23px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid rgba(224,184,105,.36); border-radius: 12px; background: linear-gradient(115deg, rgba(201,151,79,.1), rgba(201,151,79,.025)); }
.legal-contact span { color: #9f9689; font-size: 11px; line-height: 1.6; }
.legal-contact a { color: var(--gold-light); font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .035em; white-space: nowrap; }
.legal-page-footer { width: min(1320px, calc(100% - 72px)); margin: auto; padding: 28px 0 35px; display: flex; align-items: center; justify-content: space-between; gap: 26px; border-top: 1px solid rgba(224,184,105,.22); color: #777067; font-size: 9px; letter-spacing: .075em; text-transform: uppercase; }
.legal-page-footer p { margin: 0; }
.legal-page-footer strong { color: #95846a; font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.legal-page-footer a { color: #c7baaa; transition: color .2s ease; }
.legal-page-footer a:hover { color: var(--gold-light); }
a:focus-visible { outline: 1px solid var(--gold-light); outline-offset: 5px; }

@media (max-width: 1180px) and (min-width: 761px) {
  .legal-intro { grid-template-columns: 1fr; gap: 31px; }
  .legal-doc-nav { width: min(520px, 100%); }
}

@media (max-width: 760px) {
  .legal-header, .legal-main, .legal-page-footer { width: calc(100% - 34px); }
  .legal-header { min-height: 85px; }
  .legal-logo { width: 180px; height: 72px; }
  .legal-back-home { min-height: 39px; padding: 0 12px; font-size: 8px; }
  .legal-back-home span { display: none; }
  .legal-main { margin-top: 22px; padding-bottom: 54px; }
  .legal-intro { padding: 31px 23px; grid-template-columns: 1fr; gap: 30px; border-radius: 16px; }
  .legal-intro h1 { font-size: clamp(40px, 12vw, 55px); }
  .legal-intro-copy > p, .legal-section p, .legal-list li { font-size: 12px; }
  .legal-article { margin-top: 17px; padding: 25px 20px; border-radius: 15px; }
  .legal-summary { margin-bottom: 26px; font-size: 12px; }
  .legal-section { padding: 27px 0; }
  .legal-section h2 { font-size: 30px; }
  .legal-definition { grid-template-columns: 1fr; }
  .legal-definition dt { padding-bottom: 5px; border-bottom: 0; }
  .legal-definition dd { padding-top: 5px; }
  .legal-contact { padding: 18px; flex-direction: column; align-items: flex-start; gap: 9px; }
  .legal-contact a { font-size: 23px; }
  .legal-page-footer { padding: 25px 0 30px; flex-direction: column; align-items: flex-start; gap: 12px; }
}
