:root {
  --bg: #07090c;
  --text: #f3efe8;
  --muted: rgba(243,239,232,.62);
  --line: rgba(232,226,216,.12);
  --accent: #c9b79b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  background: radial-gradient(circle at 75% 15%, rgba(255,255,255,.025), transparent 30%), linear-gradient(135deg, #05070a 0%, #090b0f 55%, #050609 100%);
  color: var(--text);
}
a { color: inherit; }
.page { width: min(100%, 920px); margin: 0 auto; padding: clamp(32px, 6vw, 88px) clamp(22px, 5vw, 64px); }
.back { display: inline-block; margin-bottom: 54px; color: var(--muted); text-decoration: none; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.back:hover, .back:focus-visible { color: var(--text); }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: .76rem; letter-spacing: .36em; text-transform: uppercase; }
h1 { margin: 0; font-family: "EB Garamond", Garamond, "Times New Roman", serif; font-size: clamp(3rem, 8vw, 5.8rem); font-weight: 500; line-height: .98; letter-spacing: -.03em; }
.updated { margin: 22px 0 54px; color: var(--muted); font-size: .9rem; }
.rule { width: 64px; height: 1px; margin: 30px 0 42px; background: linear-gradient(90deg, var(--accent), transparent); }
article { max-width: 760px; }
h2 { margin: 42px 0 14px; font-family: "EB Garamond", Garamond, "Times New Roman", serif; font-size: 1.65rem; font-weight: 500; }
p, li { color: rgba(243,239,232,.78); line-height: 1.75; }
ul { padding-left: 1.25rem; }
.contact-block { margin: 18px 0; padding-left: 18px; border-left: 1px solid rgba(201,183,155,.7); }
.site-footer { margin-top: 72px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; color: rgba(243,239,232,.38); font-size: .78rem; letter-spacing: .06em; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: rgba(243,239,232,.78); }
@media (max-width: 560px) { .back { margin-bottom: 38px; } .updated { margin-bottom: 40px; } }
