@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/instrument-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/newsreader-latin.woff2") format("woff2");
}

:root {
  --wine: #741c22;
  --wine-dark: #4d1117;
  --gold: #d9a52a;
  --ink: #2c231f;
  --muted: #6e625c;
  --paper: #fbf8f1;
  --line: rgba(44, 35, 31, .16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Instrument Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--wine); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 10px 16px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.legal-header { min-height: 86px; padding: 12px max(24px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(251, 248, 241, .96); }
.legal-header img { width: 132px; height: 58px; object-fit: contain; }
.legal-header a:last-child { font-size: .82rem; font-weight: 700; text-decoration: none; }
.legal-hero { padding: 92px max(24px, calc((100vw - 920px) / 2)) 62px; color: white; background: var(--wine); }
.legal-hero p { margin: 0 0 20px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.legal-hero h1 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 8vw, 6.8rem); font-weight: 500; line-height: .92; letter-spacing: -.04em; }
.legal-hero time { display: block; margin-top: 30px; color: rgba(255, 255, 255, .7); font-size: .8rem; }
.legal-layout { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 90px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; }
.legal-nav { position: sticky; top: 24px; align-self: start; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-nav strong { display: block; margin-bottom: 14px; color: var(--wine); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: .8rem; text-decoration: none; }
.legal-copy { min-width: 0; }
.legal-summary { margin: 0 0 50px; padding: 24px 28px; border-left: 4px solid var(--gold); background: white; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.legal-copy section { padding: 0 0 42px; scroll-margin-top: 28px; }
.legal-copy h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1; }
.legal-copy h3 { margin: 26px 0 10px; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: .94rem; line-height: 1.78; }
.legal-copy ul { margin: 12px 0 0; padding-left: 22px; }
.legal-copy li + li { margin-top: 8px; }
.legal-contact { padding: 28px; border: 1px solid var(--line); background: white; }
.legal-contact strong, .legal-contact span, .legal-contact a { display: block; }
.legal-contact strong { margin-bottom: 10px; }
.legal-contact span, .legal-contact a { margin-top: 6px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.legal-footer { padding: 38px max(24px, calc((100vw - 920px) / 2)); display: flex; justify-content: space-between; gap: 24px; color: rgba(255, 255, 255, .65); background: #17130f; font-size: .75rem; }
.legal-footer p { margin: 0; }
.legal-footer a { color: inherit; }

@media (max-width: 760px) {
  .legal-header { min-height: 72px; }
  .legal-header img { width: 100px; height: 46px; }
  .legal-hero { padding-top: 72px; }
  .legal-layout { width: min(100% - 40px, 620px); padding-top: 44px; grid-template-columns: 1fr; gap: 38px; }
  .legal-nav { position: static; }
  .legal-footer { flex-direction: column; }
}
