/* Shared legal-page styling follows the homepage's Archivo, ink and coral palette. */
:root {
  --ink: #080808;
  --ink-soft: #131313;
  --bone: #e7e0d3;
  --bone-dark: #c7bcaa;
  --steel: #a39f97;
  --coral: #b55f54;
  --coral-bright: #df8b7c;
  --line: rgba(231, 224, 211, .18);
  --max: 1440px;
  --pad: clamp(20px, 4vw, 64px);
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-height: 100vh; color: var(--bone); background: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible { outline: 3px solid var(--coral-bright); outline-offset: 5px; }
footer a:focus-visible { outline-color: var(--ink); }
::selection { background: var(--coral-bright); color: var(--ink); }
.container { width: min(var(--max), 100%); margin: 0 auto; padding-inline: var(--pad); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-180%); padding: 12px 16px; background: var(--bone); color: var(--ink); font-weight: 900; }
.skip-link:focus-visible { transform: translateY(0); }
header { border-bottom: 1px solid var(--line); background: var(--ink); }
.nav { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; flex: 0 0 auto; }
.logo img { width: clamp(170px, 17vw, 240px); height: auto; max-height: 72px; object-fit: contain; object-position: left center; }
.back { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 18px; border: 1px solid var(--bone); border-bottom: 3px solid var(--coral); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; transition: background .2s ease, color .2s ease; }
.back:hover { background: var(--bone); color: var(--ink); }
.hero { padding: clamp(64px, 8vw, 116px) 0 clamp(44px, 6vw, 76px); border-bottom: 1px solid var(--line); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--bone-dark); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 900; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--coral); }
h1 { margin: 24px 0 0; font-size: clamp(32px, 8.6vw, 124px); font-weight: 900; line-height: 1; letter-spacing: -.055em; text-transform: uppercase; }
.intro { max-width: 700px; margin: 28px 0 0; color: #d2cbc0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.75; }
.content { padding: clamp(48px, 7vw, 100px) 0; }
.legal-grid { display: grid; grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.index { position: sticky; top: 30px; min-width: 0; border-top: 1px solid var(--line); padding-top: 22px; color: var(--steel); font-size: 11px; line-height: 1.75; letter-spacing: .08em; text-transform: uppercase; }
.index strong { display: block; color: var(--bone); font-size: 12px; margin-bottom: 12px; }
.index a { display: block; padding: 10px 0; }
.index a:hover { color: var(--coral-bright); }
.legal { display: grid; gap: 22px; min-width: 0; }
.panel { scroll-margin-top: 24px; min-width: 0; padding: clamp(22px, 3vw, 42px); border: 1px solid var(--line); background: rgba(255, 255, 255, .025); }
.panel h2 { margin: 0 0 22px; font-size: clamp(24px, 3vw, 42px); line-height: 1.1; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; overflow-wrap: anywhere; hyphens: auto; }
.panel h3 { margin: 30px 0 12px; font-size: 15px; line-height: 1.5; }
.panel p, .panel address, .panel li { margin: 0; color: #d2cbc0; font-style: normal; line-height: 1.8; font-size: 16px; overflow-wrap: anywhere; }
.panel p, .panel li { max-width: 72ch; }
.panel p + p, .panel ul + p { margin-top: 18px; }
.panel ul { margin: 16px 0 0; padding-left: 20px; }
.panel li + li { margin-top: 8px; }
.panel a { color: var(--bone); font-weight: 700; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: 4px; overflow-wrap: anywhere; }
.panel a:hover { color: var(--coral-bright); }
.panel strong { color: var(--bone); }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 22px; background: var(--line); border: 1px solid var(--line); }
.fact { min-width: 0; background: var(--ink-soft); padding: 20px; }
.fact > span { display: block; margin-bottom: 7px; color: var(--steel); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.fact strong { font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }
.notice { margin-top: 22px; padding: 18px 20px; border-left: 3px solid var(--coral); background: rgba(181, 95, 84, .1); color: #ded6c9; line-height: 1.7; }
footer { padding: 42px 0 108px; border-top: 1px solid rgba(8, 8, 8, .25); background: var(--bone); color: var(--ink); }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.footer-logo { display: block; width: min(300px, 70vw); height: auto; max-height: 134px; aspect-ratio: 940 / 419; object-fit: contain; object-position: left center; filter: invert(1); opacity: .94; }
.footer-meta { text-align: right; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #655f57; line-height: 1.8; }
.footer-meta a { color: var(--ink); font-weight: 900; }
.footer-meta a:hover { text-decoration: underline; text-underline-offset: 4px; }
.credit { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(8, 8, 8, .22); }
.credit a { color: #87463e; }
@media (max-width: 900px) { .legal-grid { grid-template-columns: 1fr; } .index { position: static; } .index a { min-height: 44px; } }
@media (max-width: 760px) { .nav { min-height: 80px; gap: 12px; } .logo img { width: 150px; max-height: 66px; } .back { padding: 0 12px; font-size: 9px; letter-spacing: .06em; gap: 6px; } .facts { grid-template-columns: 1fr; } .footer-inner { align-items: flex-start; flex-direction: column; } .footer-meta { text-align: left; } }
@media (max-width: 359px) { .nav { flex-wrap: wrap; padding-block: 12px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .back { transition: none; } }
