@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Outfit:wght@300;400;500&display=swap');

:root {
  color-scheme: dark;
  font-family: Outfit, system-ui, sans-serif;
  color: #eee9dd;
  background: #050308;
  font-synthesis: none;
  --gold: #c9a227;
  --paper: #d9cfbb;
  --muted: #aaa69f;
  --line: rgba(201, 162, 39, .22);
  --serif: 'Cormorant Garamond', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; }
body {
  margin: 0;
  min-width: 280px;
  background:
    radial-gradient(circle at 12% 8%, rgba(66, 28, 74, .22), transparent 32rem),
    radial-gradient(circle at 90% 26%, rgba(27, 67, 50, .18), transparent 34rem),
    #050308;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
::selection { color: #050308; background: var(--gold); }

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 10;
  padding: 12px 16px;
  color: #050308;
  background: var(--gold);
}
.skip-link:focus { top: 16px; }

.legal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 18px clamp(22px, 6vw, 88px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 500 .88rem/1.2 Cinzel, serif;
  letter-spacing: .15em;
}
.brand-mark { color: var(--gold); font-size: 2rem; }
.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font: 400 .56rem/1 Outfit, sans-serif;
  letter-spacing: .28em;
}
.legal-switch { display: flex; gap: 22px; color: var(--muted); font-size: .88rem; }
.legal-switch a { padding: 8px 0; border-bottom: 1px solid transparent; }
.legal-switch a:hover, .legal-switch a[aria-current='page'] { color: var(--paper); border-color: var(--gold); }

.legal-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) clamp(22px, 5vw, 64px) 64px;
  border-bottom: 1px solid var(--line);
}
.eyebrow { color: var(--gold); font: 500 .73rem/1.5 Cinzel, serif; letter-spacing: .22em; }
h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  font: 400 clamp(3.6rem, 8vw, 7.4rem)/.88 var(--serif);
  letter-spacing: -.035em;
}
.legal-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.effective { display: block; margin-top: 24px; color: #7f7b76; font-size: .82rem; letter-spacing: .08em; }

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 720px);
  gap: clamp(48px, 8vw, 110px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px clamp(22px, 5vw, 64px) 120px;
}
.contents { position: sticky; top: 34px; align-self: start; }
.contents span { display: block; margin-bottom: 18px; color: #77736d; font: 500 .68rem Cinzel, serif; letter-spacing: .2em; }
.contents a { display: block; padding: 8px 0; color: #96928c; font-size: .82rem; line-height: 1.35; }
.contents a:hover { color: var(--gold); }

.legal-copy section { padding: 0 0 44px; margin-bottom: 44px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { margin-bottom: 0; border-bottom: 0; }
h2 { margin: 0 0 20px; color: var(--paper); font: 500 clamp(2rem, 4vw, 2.75rem)/1.08 var(--serif); }
h3 { margin: 28px 0 10px; color: var(--paper); font: 500 1.45rem/1.2 var(--serif); }
p, li { color: #b9b5ad; font-size: 1rem; font-weight: 300; line-height: 1.85; }
p { margin: 0 0 18px; }
ul { margin: 16px 0 18px; padding-left: 1.25rem; }
li { padding-left: .35rem; margin: 8px 0; }
.legal-copy a { color: #ddc067; text-decoration: underline; text-underline-offset: 3px; }
.notice {
  margin: 4px 0 24px;
  padding: 20px 22px;
  color: #d4c9b4;
  background: rgba(201, 162, 39, .07);
  border: 1px solid var(--line);
  border-left-color: var(--gold);
}

.legal-footer {
  padding: 42px 22px 52px;
  text-align: center;
  border-top: 1px solid var(--line);
  color: #77736d;
  font-size: .78rem;
}
.legal-footer a { color: #aaa69f; }

@media (max-width: 760px) {
  .legal-header { min-height: 76px; padding-inline: 20px; }
  .brand { font-size: .75rem; }
  .brand-mark { font-size: 1.7rem; }
  .legal-switch { gap: 14px; font-size: .8rem; }
  .legal-hero { padding-top: 62px; padding-bottom: 48px; }
  h1 { font-size: clamp(3.25rem, 18vw, 5.2rem); }
  .legal-layout { display: block; padding-top: 40px; padding-bottom: 80px; }
  .contents { position: static; display: flex; gap: 8px 18px; overflow-x: auto; margin-bottom: 54px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .contents span { display: none; }
  .contents a { flex: 0 0 auto; }
  .legal-copy section { padding-bottom: 34px; margin-bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
