:root {
  --paper: #FCFBF7;
  --ink: #20242C;
  --ink-soft: #565B66;
  --garnet: #7C2F33;
  --hairline: #E5E1D6;
  --measure: 62ch;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Spectral', Georgia, serif;
  font-weight: 400;
  font-size: 1.075rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--garnet); color: var(--paper); }

a { color: var(--garnet); text-decoration: none; border-bottom: 1px solid rgba(124,47,51,.35); transition: border-color .2s ease, color .2s ease; }
a:hover { border-bottom-color: var(--garnet); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--garnet); outline-offset: 3px; border-radius: 1px; }

.mono {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- layout shell ---------- */
.page { max-width: 1060px; margin: 0 auto; padding: 0 24px; }

/* ---------- nav ---------- */
nav {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 28px 0 26px; border-bottom: 1px solid var(--hairline);
  gap: 18px; flex-wrap: wrap;
}
nav .wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; font-size: 1.25rem; letter-spacing: .01em;
  color: var(--ink); border: none;
}
nav ul { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
nav ul a { border: none; color: var(--ink-soft); }
nav ul a:hover { color: var(--garnet); }
nav ul a.current { color: var(--garnet); }

/* ---------- page header (interior pages) ---------- */
header.pagehead { padding: 76px 0 20px; position: relative; }
header.pagehead .eyebrow { display: block; margin-bottom: 22px; color: var(--garnet); }
header.pagehead h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  line-height: 1.14;
  max-width: 20ch;
  letter-spacing: -0.005em;
}

/* ---------- hero (home) ---------- */
header.hero { padding: 96px 0 88px; position: relative; }
.hero .eyebrow { display: block; margin-bottom: 28px; color: var(--garnet); }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5.6vw, 4.35rem);
  line-height: 1.12;
  max-width: 17ch;
  letter-spacing: -0.005em;
}
.hero h1 em { font-style: italic; color: var(--garnet); }
.hero .dek {
  margin-top: 34px; max-width: 52ch;
  font-size: 1.15rem; font-weight: 300; color: var(--ink-soft);
}
.hero .dek strong { font-weight: 500; color: var(--ink); }

/* ---------- home directory ---------- */
.rooms { list-style: none; border-top: 1px solid var(--hairline); }
.rooms li { border-bottom: 1px solid var(--hairline); }
.rooms a {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 10px 26px; align-items: baseline;
  padding: 34px 4px; border: none; color: inherit;
}
.rooms .num { color: var(--garnet); }
.rooms .room-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem; font-weight: 500; line-height: 1.2;
  transition: color .2s ease;
}
.rooms a:hover .room-title { color: var(--garnet); }
.rooms .room-dek { grid-column: 2; font-size: .98rem; font-weight: 300; color: var(--ink-soft); max-width: 56ch; }
.rooms .go { grid-row: 1; grid-column: 3; white-space: nowrap; }
@media (max-width: 640px) {
  .rooms a { grid-template-columns: 44px 1fr; }
  .rooms .go { display: none; }
}

/* ---------- margin annotations (signature) ---------- */
.annotated { position: relative; }
.margin-note {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: .7rem; line-height: 1.6; letter-spacing: .02em;
  color: var(--garnet);
  text-transform: none;
}
.margin-note::before { content: "^ "; }
@media (min-width: 980px) {
  .margin-note {
    position: absolute; right: -230px; width: 195px; top: var(--note-top, 0);
    border-left: 1px solid var(--hairline); padding-left: 14px;
  }
}
@media (max-width: 979px) {
  .margin-note { display: block; margin: 18px 0 0; }
}

/* ---------- sections ---------- */
section { padding: 60px 0 76px; }
section + section { border-top: 1px solid var(--hairline); }
.section-label { display: block; margin-bottom: 42px; }
.section-label .num { color: var(--garnet); margin-right: 10px; }

.prose { max-width: var(--measure); }
.prose p + p { margin-top: 1.35em; }
.prose .lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem; font-weight: 500; line-height: 1.4;
}

.content-wrap { max-width: 720px; position: relative; }

/* ---------- writing list ---------- */
.essays { list-style: none; max-width: 720px; }
.essays li { border-bottom: 1px solid var(--hairline); }
.essays li:first-child { border-top: 1px solid var(--hairline); }
.essays a {
  display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: baseline;
  padding: 26px 4px; border: none; color: inherit;
}
.essays .title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem; font-weight: 500; line-height: 1.25;
  transition: color .2s ease;
}
.essays a:hover .title { color: var(--garnet); }
.essays .where { grid-column: 1; font-size: .95rem; font-weight: 300; color: var(--ink-soft); font-style: italic; }
.essays .date { grid-row: 1; grid-column: 2; white-space: nowrap; }
@media (max-width: 560px) {
  .essays a { grid-template-columns: 1fr; }
  .essays .date { grid-row: auto; grid-column: 1; }
}
.more-writing { display: inline-block; margin-top: 30px; }

/* ---------- services / guide cards ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 8px; }
@media (max-width: 800px) { .services { grid-template-columns: 1fr; gap: 36px; } }
.service h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 600; margin-bottom: 12px;
}
.service h3::before {
  content: "¶"; color: var(--garnet); font-weight: 500; margin-right: 10px;
}
.service p { font-size: .98rem; font-weight: 300; color: var(--ink-soft); }

.clients {
  margin-top: 58px; padding: 30px 34px;
  border: 1px solid var(--hairline);
  max-width: 720px;
}
.clients .mono { display: block; margin-bottom: 12px; }
.clients p { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; line-height: 1.5; }

/* ---------- adventure guides ---------- */
.quest-quote {
  margin: 54px 0 10px; max-width: 720px;
  border-left: 2px solid var(--garnet);
  padding: 6px 0 6px 28px;
}
.quest-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 1.75rem); line-height: 1.45;
}
.soon { margin-top: 52px; }
.soon .mono a { color: var(--garnet); border-bottom: 1px solid rgba(124,47,51,.35); text-transform: none; letter-spacing: .04em; font-size: .8rem; }

/* ---------- contact ---------- */
.contact-inner { text-align: left; max-width: 720px; }
.contact-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500; font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1.2;
  max-width: 22ch;
}
.contact-inner p { margin-top: 22px; max-width: 52ch; font-weight: 300; color: var(--ink-soft); }
.cta {
  display: inline-block; margin-top: 34px;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--paper); background: var(--garnet);
  padding: 15px 28px; border: 1px solid var(--garnet);
  transition: background .2s ease, color .2s ease;
}
.cta:hover { background: var(--paper); color: var(--garnet); }

.elsewhere { margin-top: 44px; display: flex; gap: 26px; flex-wrap: wrap; }
.elsewhere a { border: none; }

/* ---------- next-page link ---------- */
.next-room { border-top: 1px solid var(--hairline); padding: 40px 0 0; }
.next-room a { border: none; }
.next-room .room-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 500; color: var(--ink);
  transition: color .2s ease;
}
.next-room a:hover .room-title { color: var(--garnet); }
.next-room .mono { display: block; margin-bottom: 8px; }

footer {
  border-top: 1px solid var(--hairline);
  margin-top: 40px;
  padding: 34px 0 46px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
footer .mono { text-transform: none; letter-spacing: .04em; }
