:root { --ink:#1a1a1a; --muted:#5c5c5c; --paper:#f7f3ec; --line:#d4cbb8; --gold:#8b7355; }
* { box-sizing: border-box; }
body { margin:0; font-family: Georgia, "Times New Roman", serif; background: var(--paper); color: var(--ink); line-height:1.45; }
a { color: var(--ink); }
nav.site {
  font-family: system-ui, sans-serif; font-size: 0.8rem;
  max-width: 28rem; margin: 0 auto; padding: 1rem 1.25rem 0;
  display: flex; gap: 1rem; flex-wrap: wrap; align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.75rem;
}
nav.site a { color: var(--muted); text-decoration: none; letter-spacing: 0.02em; }
nav.site a:hover, nav.site a[aria-current="page"] { color: var(--ink); text-decoration: underline; }
main { max-width: 28rem; margin: 0 auto; padding: 1.5rem 1.25rem 3rem; }
img.cover, img.portrait { width:100%; height:auto; border-radius: 4px; display:block; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
img.portrait { max-height: 28rem; object-fit: cover; object-position: center top; }
h1 { font-size: 1.35rem; font-weight: 600; margin: 1.25rem 0 0.25rem; letter-spacing: 0.02em; }
h2 { font-size: 1.05rem; font-weight: 600; margin: 1.5rem 0 0.5rem; }
.line { color: var(--gold); font-size: 0.95rem; margin: 0 0 1rem; }
.quote { font-size: 1.15rem; font-style: italic; margin: 1.25rem 0 0.5rem; }
.breath { color: var(--muted); font-size: 0.95rem; margin: 0 0 1.5rem; }
.bio { font-size: 0.95rem; color: var(--ink); margin: 0 0 1.5rem; }
.bio p, .prose p { margin: 0 0 0.65rem; }
.prose ul { margin: 0.25rem 0 1rem; padding-left: 1.15rem; color: var(--ink); font-size: 0.95rem; }
.prose li { margin: 0.25rem 0; }
a.btn {
  display: block; text-align: center; text-decoration: none;
  background: var(--ink); color: var(--paper);
  padding: 0.9rem 1rem; border-radius: 6px; font-family: system-ui, sans-serif;
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.04em;
}
a.btn:hover { opacity: 0.92; }
a.btn.secondary { background: transparent; color: var(--ink); border: 1px solid var(--ink); margin-top: 0.65rem; }
.btn-sub { display:block; text-align:center; font-family: system-ui, sans-serif; font-size: 0.75rem; color: var(--muted); margin: 0.5rem 0 1.75rem; }
.contact {
  font-family: system-ui, sans-serif; font-size: 0.8rem; color: var(--muted);
  border-top: 1px solid var(--line); padding-top: 1.25rem; margin-top: 1.5rem;
}
.contact h2 { font-size: 0.8rem; font-family: system-ui, sans-serif; margin: 0 0 0.65rem; color: var(--ink); }
.contact .label { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; margin: 0.75rem 0 0.35rem; }
.reveal-row { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; min-height: 1.75rem; }
button.reveal {
  font-family: system-ui, sans-serif; font-size: 0.78rem;
  background: var(--paper); color: var(--ink); border: 1px solid var(--line);
  border-radius: 4px; padding: 0.4rem 0.65rem; cursor: pointer;
}
button.reveal:hover { border-color: var(--gold); }
.reveal-slot a { color: var(--ink); font-weight: 500; }
.reveal-slot[hidden] { display: none !important; }
.note { font-size: 0.72rem; color: #999; margin-top: 0.75rem; }
footer { margin-top: 2rem; font-family: system-ui, sans-serif; font-size: 0.7rem; color: #999; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.honeypot { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }

a.btn.secondary + a.btn.secondary { margin-top: 0.5rem; }
.prose h2 { scroll-margin-top: 1rem; }
