@font-face {
  font-family: 'Golos Text';
  src: url('/assets/home-20260917-v2/golos-text.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f5f3ed;
  --ink: #252720;
  --muted: #66695f;
  --line: #d8d9cf;
  --accent: #c44229;
  --sage: #e4eacb;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 32px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.8 'Golos Text', 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
::selection { color: var(--ink); background: var(--sage); }
.wrap { width: calc(100% - 112px); max-width: 1328px; margin-inline: auto; }
.skip {
  position: fixed;
  z-index: 10;
  top: -100px;
  left: 16px;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
}
.skip:focus { top: 12px; }
.legal-header {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 32px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: -1.8px;
  text-decoration: none;
  color: var(--ink);
}
.brand:hover { color: var(--ink); }
.brand-period { color: var(--accent); }
.brand-mark { display: flex; align-items: center; gap: 3px; height: 28px; margin-right: 11px; }
.brand-mark i { display: block; width: 4px; height: 14px; background: var(--ink); border-radius: 3px; }
.brand-mark i:nth-child(2) { height: 27px; }
.brand-mark i:nth-child(3) { height: 20px; }
.brand-mark i:nth-child(4) { height: 10px; }
.back-link { font-size: 12px; text-decoration: none; padding-block: 10px; }
.back-link span { margin-left: 18px; }
.legal-header .brand { flex-shrink: 0; min-height: 44px; }
.header-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.header-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; white-space: nowrap; }
.account-link { padding: 10px 15px; border: 1px solid var(--line); border-radius: 5px; font-size: 12px; font-weight: 550; line-height: 1.6; text-decoration: none; transition: background .18s, border-color .18s; }
.account-link:hover { color: var(--ink); background: var(--sage); border-color: #c8d0ae; }
.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 800px);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
  padding-top: 64px;
  padding-bottom: 96px;
}
.legal-sidebar { position: sticky; top: 32px; min-width: 0; }
.legal-nav-label, .eyebrow {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  font-weight: 550;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.legal-nav-label { margin: 0 0 18px; }
.legal-nav { display: grid; gap: 5px; }
.legal-nav a {
  display: block;
  padding: 11px 14px;
  margin-left: -14px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}
.legal-nav a[aria-current='page'] { color: var(--ink); background: var(--sage); font-weight: 550; }
.legal-nav a:hover { background: #eaeade; color: var(--ink); }
.legal-nav a[aria-current='page']:hover { background: var(--sage); }
.legal-toc { display: grid; gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal-toc a { font-size: 12px; line-height: 1.6; color: var(--muted); text-decoration: none; }
.legal-toc a:hover { color: var(--accent); }
.legal-content { min-width: 0; overflow-wrap: anywhere; }
.legal-intro { padding-bottom: 34px; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.legal-intro .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; }
.legal-intro .eyebrow::before { content: ''; width: 7px; height: 7px; flex: 0 0 7px; background: var(--accent); border-radius: 50%; }
h1 {
  margin: 0 0 24px;
  max-width: 800px;
  font-size: clamp(34px, 3.75vw, 56px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.05em;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: auto;
}
.lead { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 0 20px; max-width: 700px; }
.legal-meta { color: var(--muted); font-size: 11px; line-height: 1.8; margin: 20px 0 0; }
.legal-section { margin-top: 36px; scroll-margin-top: 32px; }
.legal-section h2 { margin: 0 0 16px; font-size: 23px; font-weight: 550; line-height: 1.35; letter-spacing: -.6px; }
.legal-section h3 { margin: 26px 0 12px; font-size: 17px; font-weight: 550; line-height: 1.5; }
.legal-content p { margin-top: 0; margin-bottom: 16px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content strong { font-weight: 600; }
.legal-content ul, .legal-content ol { padding-left: 24px; margin: 14px 0 20px; }
.legal-content li { margin-bottom: 10px; padding-left: 3px; }
.legal-content li::marker { color: #6b7556; }
.legal-content li:last-child { margin-bottom: 0; }
.legal-content li > ul, .legal-content li > ol { margin-block: 12px; }
.legal-content a { text-decoration-color: #aaa99b; }
.legal-content a:hover { text-decoration-color: var(--accent); }
.legal-callout { background: #eaeddf; border-left: 3px solid #8a9870; padding: 20px 24px; margin-block: 28px; border-radius: 0 6px 6px 0; }
.legal-callout p { font-size: 14px; line-height: 1.8; }
.details-list { margin: 24px 0 0; border-top: 1px solid var(--line); }
.details-list > div { display: grid; grid-template-columns: minmax(130px, .8fr) minmax(0, 1.6fr); gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.details-list dt { color: var(--muted); font-size: 13px; }
.details-list dd { margin: 0; font-size: 14px; overflow-wrap: anywhere; }
.legal-footer { display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; column-gap: 40px; row-gap: 24px; border-top: 1px solid var(--line); padding-top: 30px; padding-bottom: 34px; }
.legal-footer-brand .brand { font-size: 25px; }
.legal-footer-brand p { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; max-width: 680px; padding-top: 4px; }
.legal-footer-links a { font-size: 11px; text-decoration: none; line-height: 1.8; }
.legal-footer-meta { flex-basis: 100%; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.8; }

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .legal-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 48px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 40px); }
  .legal-header { min-height: 80px; }
  .brand { font-size: 28px; }
  .legal-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-top: 24px; padding-bottom: 64px; }
  .legal-sidebar { position: static; }
  .legal-nav-label { margin-bottom: 12px; font-size: 9px; }
  .legal-nav { display: flex; flex-wrap: wrap; gap: 4px 8px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .legal-nav a { margin-left: 0; padding: 9px 11px; font-size: 11px; }
  .legal-toc { display: none; }
  h1 { font-size: clamp(34px, 7vw, 48px); }
  .legal-intro { padding-bottom: 28px; margin-bottom: 28px; }
  .legal-intro .eyebrow { margin-bottom: 18px; }
  .legal-section { margin-top: 30px; }
  .legal-section h2 { font-size: 22px; }
  .legal-footer { gap: 24px; }
  .legal-footer-links { gap: 12px 20px; }
}
@media (max-width: 480px) {
  body { font-size: 14px; line-height: 1.8; }
  .legal-header { gap: 16px; min-height: 76px; }
  .back-link { font-size: 11px; }
  .back-link span { margin-left: 8px; }
  .header-links { gap: 10px; }
  .account-link { font-size: 11px; padding-inline: 10px; }
  .brand { font-size: 27px; }
  .brand-mark { margin-right: 9px; }
  .legal-layout { gap: 28px; padding-bottom: 48px; }
  .legal-nav { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3px; }
  .legal-nav a { font-size: 12px; padding: 10px 12px; }
  .legal-intro .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
  h1 { font-size: clamp(30px, 8.7vw, 38px); margin-bottom: 20px; letter-spacing: -.045em; }
  .lead { font-size: 14px; }
  .legal-section h2 { font-size: 21px; }
  .legal-section h3 { font-size: 16px; }
  .legal-content ul, .legal-content ol { padding-left: 20px; }
  .legal-callout { padding: 17px 18px; margin-block: 24px; }
  .legal-callout p { font-size: 13px; }
  .details-list > div { grid-template-columns: minmax(0, 1fr); gap: 6px; padding-block: 15px; }
  .details-list dt { font-size: 11px; }
  .legal-footer-links { display: grid; gap: 12px; }
}
@media (max-width: 380px) {
  .legal-header { width: calc(100% - 32px); gap: 10px; }
  .legal-header .brand { font-size: 25px; }
  .legal-header .brand-mark { margin-right: 7px; }
  .header-links { gap: 8px; }
  .header-links .back-link span { margin-left: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  .account-link { transition: none; }
}
@media print {
  :root { --paper: white; --ink: black; --muted: #444; --line: #bbb; }
  body { font-size: 10pt; }
  .wrap { width: 100%; max-width: none; }
  .legal-header { min-height: 60px; }
  .legal-header .back-link, .legal-header .account-link, .legal-sidebar, .skip, .legal-footer-links { display: none; }
  .legal-layout { display: block; padding-top: 24px; padding-bottom: 24px; }
  h1 { font-size: 28pt; }
  .legal-intro .eyebrow { font-size: 8pt; }
  .lead { font-size: 11pt; }
  .legal-section h2 { font-size: 14pt; break-after: avoid; }
  .legal-section h3 { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
  .legal-callout { background: transparent; border-color: #888; }
  .details-list > div { break-inside: avoid; }
  a { color: black; text-decoration: none; }
  .legal-footer { padding-block: 18px; }
}
