:root {
  --forest: #102c26;
  --forest-deep: #091f1b;
  --ivory: #f5f1e8;
  --champagne: #c6ae82;
  --champagne-light: #e3d7bf;
  --ink: #202622;
  --stone: #69706a;
  --sans: 'DM Sans', sans-serif;
  --serif: 'Playfair Display', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font: 16px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.legal-header { position: fixed; z-index: 20; inset: 0 0 auto; background: rgba(9,31,27,.98); color: white; box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.legal-nav { width: min(1320px, calc(100% - 64px)); height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.legal-logo { display: inline-flex; align-items: center; }
.legal-logo img { width: 168px; height: 76px; object-fit: contain; object-position: left center; }
.legal-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.legal-links a { position: relative; font-size: .82rem; letter-spacing: .07em; }
.legal-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--champagne); transition: right .25s; }
.legal-links a:hover::after { right: 0; }
.book-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 24px; border: 1px solid rgba(255,255,255,.55); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s; }
.book-button:hover { background: var(--ivory); color: var(--forest); }
.book-button span { font-size: 1.1rem; }
.legal-main { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 190px 0 120px; }
.legal-main::before { content: ''; display: block; width: 36px; height: 1px; margin-bottom: 28px; background: var(--champagne); }
h1, h2 { font-family: var(--serif); font-weight: 500; }
h1 { margin: 0 0 38px; font-size: clamp(3rem,8vw,5rem); line-height: 1.05; letter-spacing: -.035em; }
h2 { margin: 48px 0 10px; color: var(--forest); font-size: 1.55rem; }
p { margin-top: 0; }
.updated { color: var(--stone); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-main a { color: var(--forest); border-bottom: 1px solid var(--champagne); }
.legal-footer { background: #071713; color: var(--champagne-light); padding: 38px 20px; text-align: center; }
.legal-footer a { border-bottom: 1px solid rgba(198,174,130,.5); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 780px) {
  .legal-nav { width: calc(100% - 36px); height: 80px; gap: 15px; }
  .legal-logo img { width: 112px; height: 62px; }
  .legal-links { display: none; }
  .book-button { min-height: 44px; padding: 0 14px; font-size: .62rem; }
  .legal-main { padding-top: 145px; }
}
