:root {
  --wine: #5b0b18;
  --wine-deep: #28060c;
  --gold: #b88438;
  --gold-light: #d7aa5c;
  --paper: #f4f0ea;
  --ink: #241c19;
  --muted: #625a55;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--wine-deep); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--gold); color: #fff; }
.legal-header { position: relative; min-height: 300px; display: flex; flex-direction: column; color: #fff; background: linear-gradient(90deg, rgba(14, 4, 4, .96), rgba(43, 6, 12, .86)), url("assets/hero.jpg") center 57% / cover; overflow: hidden; }
.legal-header::after { content: ""; position: absolute; inset: auto -4% -100% auto; width: 460px; aspect-ratio: 1; border: 1px solid rgba(215, 170, 92, .12); border-radius: 50%; }
.legal-nav { position: relative; z-index: 2; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 7vw, 110px); border-bottom: 1px solid rgba(255, 255, 255, .06); background: rgba(25, 4, 8, .44); backdrop-filter: blur(8px); }
.legal-brand { width: 190px; }
.legal-brand img { width: 100%; height: 52px; object-fit: contain; object-position: left center; }
.back-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid rgba(215, 170, 92, .62); color: #f2e8e2; font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.back-link svg { width: 15px; height: 15px; color: var(--gold-light); }
.legal-hero { position: relative; z-index: 1; width: min(1120px, calc(100% - 48px)); margin: auto; padding: 55px 0 62px; }
.eyebrow { margin: 0 0 12px; color: var(--gold-light); font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(44px, 6vw, 78px); font-weight: 500; line-height: .92; letter-spacing: -.025em; text-transform: uppercase; }
.legal-hero p:last-child { margin: 19px 0 0; color: rgba(244, 234, 228, .82); font-size: 10px; line-height: 1.6; }
.legal-layout { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 65px 0 80px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 72px; align-items: start; }
.legal-toc { position: sticky; top: 28px; padding: 22px 20px; border-left: 1px solid var(--gold); background: rgba(255, 255, 255, .45); }
.legal-toc h2 { margin: 0 0 15px; color: var(--wine); font-family: var(--serif); font-size: 19px; font-weight: 600; text-transform: uppercase; }
.legal-toc nav { display: grid; gap: 10px; }
.legal-toc a { color: var(--muted); font-size: 8px; font-weight: 500; line-height: 1.45; letter-spacing: .045em; text-transform: uppercase; transition: color .22s ease, transform .22s var(--ease); }
.legal-toc a:hover { color: var(--wine); transform: translateX(3px); }
.legal-content { max-width: 780px; }
.legal-content .intro { margin: 0 0 35px; padding: 22px 25px; color: #453c37; border: 1px solid rgba(184, 132, 56, .22); background: rgba(255, 255, 255, .58); font-family: var(--serif); font-size: 19px; line-height: 1.48; }
.legal-content section { scroll-margin-top: 30px; padding: 6px 0 29px; border-bottom: 1px solid rgba(71, 52, 43, .12); }
.legal-content section + section { padding-top: 31px; }
.legal-content h2 { margin: 0 0 13px; color: var(--wine); font-family: var(--serif); font-size: clamp(25px, 3vw, 34px); font-weight: 600; line-height: 1; }
.legal-content h3 { margin: 23px 0 8px; color: #3c302a; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 10px; line-height: 1.8; }
.legal-content p { margin: 0 0 12px; }
.legal-content ul { margin: 10px 0 15px; padding-left: 19px; }
.legal-content li + li { margin-top: 5px; }
.legal-content a { color: var(--wine); text-decoration: underline; text-decoration-color: rgba(184, 132, 56, .52); text-underline-offset: 3px; }
.contact-card { margin-top: 32px; padding: 26px; color: #fff; background: linear-gradient(135deg, #650f1d, #3b070e); }
.contact-card h2 { color: #fff; }
.contact-card p { color: rgba(255, 245, 239, .84); }
.contact-card a { color: var(--gold-light); }
.legal-footer { min-height: 94px; padding: 25px clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: rgba(233, 218, 210, .75); background: linear-gradient(90deg, #180407, #35070e); }
.legal-footer img { width: 150px; height: 43px; object-fit: contain; object-position: left center; }
.legal-footer p { margin: 0; font-size: 7px; line-height: 1.6; text-align: right; }
.reveal { opacity: 0; transform: translateY(18px); animation: appear .7s .08s var(--ease) forwards; }
@keyframes appear { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) {
  .legal-header { min-height: 270px; }
  .legal-nav { height: 62px; padding-inline: 20px; }
  .legal-brand { width: 157px; }
  .back-link span { display: none; }
  .back-link { border: 0; padding: 10px; }
  .legal-hero { width: calc(100% - 40px); padding: 43px 0 50px; }
  h1 { font-size: clamp(39px, 13vw, 58px); }
  .legal-layout { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 34px; padding: 45px 0 60px; }
  .legal-toc { position: static; }
  .legal-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-content p, .legal-content li { font-size: 9.5px; }
  .legal-footer { align-items: flex-start; flex-direction: column; padding-inline: 22px; }
  .legal-footer p { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; } .reveal { opacity: 1; transform: none; } }
