:root {
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: #171914;
  background: #f4f0e8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --navy: #061b2d;
  --navy-light: #0b2940;
  --cream: #f4f0e8;
  --paper: #faf8f2;
  --ink: #171914;
  --muted: #6a6b64;
  --gold: #c9a767;
  --line: rgba(23, 25, 20, .16);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--cream); overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
.wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { font-size: 11px; line-height: 1.2; letter-spacing: .2em; font-weight: 600; margin-bottom: 24px; }
.eyebrow.light { color: #d7d4c9; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 36px, 1180px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
