:root {
  --bg: #24221e;
  --panel: #2c2a24;
  --band: #171511;
  --cream: #e9e3d3;
  --muted: #9b9484;
  --sage: #93a37c;
  --sage-link: #aab98e;
  --sage-band: #575b4b;
  --amber: #d0825f;
  --line: #3b382e;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: Georgia, "Times New Roman", serif;
  background: var(--bg); color: var(--cream);
  line-height: 1.7; -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--sage-link); }


/* header */
header.band { background: var(--band); padding: 18px 0; }
header.band .in { max-width: 1180px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.wordmark {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 22px; letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--cream); text-decoration: none;
}
nav.main { display: flex; align-items: center; gap: 30px; }
nav.main a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream); text-decoration: none; opacity: 0.75; padding-bottom: 3px;
}
nav.main a:hover, nav.main a.on { opacity: 1; border-bottom: 2px solid var(--sage); }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 38px; height: 38px; border: 2px solid var(--sage); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 11px; letter-spacing: 0.02em; color: var(--sage);
}
.socials a:hover { background: var(--sage); color: var(--band); }

/* layout */
main { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
section { padding: 72px 0; }
.kicker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px;
}
h1.display, h2.display {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.02;
  color: var(--sage);
}
h1.display { font-size: clamp(46px, 7.5vw, 96px); }
h2.display { font-size: clamp(34px, 5vw, 64px); margin-bottom: 28px; }
.lede { font-size: 21px; line-height: 1.6; max-width: 56ch; }
.body-copy p { font-size: 18px; margin-bottom: 20px; max-width: 62ch; }

/* home hero */
.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; padding: 84px 0; }
.hero .photo { border-radius: 6px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.45); }
.hero .sub { margin-top: 26px; font-size: 21px; max-width: 34ch; }
.hero .loc {
  margin-top: 26px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}

/* chapter cards */
.chapters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.chapter {
  background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 34px 28px;
  text-decoration: none; color: var(--cream); display: block;
}
.chapter:hover { border-color: var(--sage); }
.chapter .num {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 13px; letter-spacing: 0.2em; color: var(--sage); text-transform: uppercase;
}
.chapter h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 26px; text-transform: uppercase; margin: 12px 0 12px; line-height: 1.1;
}
.chapter p { font-size: 16px; color: var(--muted); }

/* quote band */
.quoteband { background: var(--sage-band); color: var(--cream); text-align: center; padding: 80px 28px; }
.quoteband blockquote { font-size: clamp(24px, 3.4vw, 38px); line-height: 1.35; max-width: 26ch; margin: 0 auto; font-style: italic; }
.quoteband cite {
  display: block; margin-top: 24px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85;
}

/* story */
.chapterhead { display: grid; grid-template-columns: 110px 1fr; gap: 30px; align-items: start; margin-bottom: 24px; }
.chapterhead .big {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 64px; color: var(--sage); line-height: 1;
}
.photoblock { margin: 44px 0; border-radius: 6px; overflow: hidden; }
.photoblock figcaption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px; letter-spacing: 0.06em; color: var(--muted); padding: 12px 2px 0;
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.divider { border: none; border-top: 1px solid var(--line); margin: 0; }

/* dictated first-person chapter text */
.hiswords { border-left: 4px solid var(--sage); padding: 6px 0 6px 30px; margin: 10px 0 6px; }
.hiswords p { font-size: 23px; font-style: italic; line-height: 1.55; max-width: 58ch; }

/* timeline */
ul.tl { list-style: none; margin-top: 8px; }
ul.tl li { display: flex; gap: 26px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
ul.tl li:last-child { border-bottom: none; }
ul.tl .yr {
  flex: 0 0 74px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 17px; color: var(--sage);
}

/* ventures */
.vgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vcard { background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 34px 30px; }
.vcard h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; font-size: 24px; text-transform: uppercase; margin-bottom: 6px;
}
.vcard .vrole {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-bottom: 14px;
}
.vcard p { font-size: 16px; color: var(--muted); }

/* press */
ul.plist { list-style: none; }
ul.plist li { padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; align-items: baseline; }
ul.plist li:last-child { border-bottom: none; }
ul.plist a { text-decoration: none; color: var(--cream); font-size: 19px; }
ul.plist a:hover { color: var(--sage-link); }
ul.plist .pub {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; text-transform: uppercase; font-size: 14px; letter-spacing: 0.08em; color: var(--sage); margin-right: 10px;
}
ul.plist .yr { flex: 0 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 14px; color: var(--muted); }

/* footer */
footer.band { background: var(--band); color: var(--cream); padding: 44px 0; margin-top: 20px; }
footer.band .in { max-width: 1180px; margin: 0 auto; padding: 0 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
footer.band .fnav { display: flex; gap: 24px; }
footer.band a {
  color: var(--cream); text-decoration: none; opacity: 0.75;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
footer.band a:hover { opacity: 1; }
footer.band .copy { font-size: 14px; color: var(--muted); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

@media (max-width: 900px) {
  .hero, .two-col { grid-template-columns: 1fr; }
  .chapters, .vgrid { grid-template-columns: 1fr; }
  nav.main { display: none; }
  .hero { padding: 56px 0; }
  .hero .photo { max-width: 420px; }
}
