/* MOSS — a tribute site. Museum-label aesthetic. */
:root {
  --ink: #111111;
  --paper: #fbfaf7;
  --grey: #6b6b6b;
  --hairline: #d9d6cf;
  --red: #c8502e; /* Torpedo House "toasty-orange red" */
  --serif: "Didot", "Bodoni MT", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 720px; }

/* header */
header.site {
  border-bottom: 1px solid var(--hairline);
  padding: 26px 0 0;
}
.masthead { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.wordmark {
  font-family: var(--serif);
  font-size: 44px;
  letter-spacing: 0.42em;
  text-indent: 0.42em; /* balance tracking */
  font-weight: 400;
}
.wordmark a { color: inherit; text-decoration: none; }
.tagline { color: var(--grey); font-size: 13px; text-transform: uppercase; letter-spacing: 0.18em; }
nav.main { margin-top: 18px; display: flex; gap: 30px; flex-wrap: wrap; }
nav.main a {
  color: var(--ink); text-decoration: none; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.14em; padding-bottom: 14px;
  border-bottom: 2px solid transparent;
}
nav.main a:hover { border-bottom-color: var(--hairline); }
nav.main a.active { border-bottom-color: var(--red); }

/* hero */
.hero { padding: 84px 0 60px; }
.hero .kicker { color: var(--red); font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 22px; }
.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 5.4vw, 62px);
  line-height: 1.12;
  max-width: 20ch;
}
.hero .dek { margin-top: 28px; max-width: 56ch; color: #333; font-size: 19px; }

/* sections */
section { padding: 54px 0; border-top: 1px solid var(--hairline); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 34px; }
h2 { font-family: var(--serif); font-weight: 400; font-size: 32px; }
.more { color: var(--red); text-decoration: none; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
.more:hover { text-decoration: underline; }
p.lede { font-size: 20px; max-width: 58ch; }
p + p { margin-top: 1.1em; }

/* cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); }
.card { background: var(--paper); padding: 30px 26px 34px; display: block; color: inherit; text-decoration: none; transition: background .15s; }
.card:hover { background: #f3f1ea; }
.card h3 { font-family: var(--serif); font-weight: 400; font-size: 23px; margin-bottom: 10px; }
.card p { color: var(--grey); font-size: 15px; line-height: 1.55; }
.card .go { display: inline-block; margin-top: 16px; color: var(--red); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }

/* pull quotes */
blockquote.pull {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;
  max-width: 46ch;
  padding-left: 26px;
  border-left: 3px solid var(--red);
}
blockquote.pull cite { display: block; margin-top: 14px; font-family: var(--sans); font-style: normal; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); }
.quote-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 44px 56px; }

/* timeline */
.timeline { position: relative; margin-left: 8px; padding-left: 36px; border-left: 1px solid var(--ink); }
.event { position: relative; padding-bottom: 44px; }
.event:last-child { padding-bottom: 6px; }
.event::before {
  content: ""; position: absolute; left: -41px; top: 9px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--paper); border: 2px solid var(--ink);
}
.event.major::before { background: var(--red); border-color: var(--red); }
.event time { font-family: var(--serif); font-size: 24px; display: block; }
.event .who { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin: 2px 0 8px; }
.event p { max-width: 64ch; color: #2c2c2c; }
.event p.src { margin-top: 6px; font-size: 13px; color: var(--grey); }
.event p.src a { color: var(--grey); }

/* museum label / object plates */
.plates { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 40px 48px; }
.plate { border-top: 1px solid var(--ink); padding-top: 18px; }
.plate .no { font-size: 12px; letter-spacing: 0.2em; color: var(--red); }
.plate h3 { font-family: var(--serif); font-weight: 400; font-size: 25px; margin: 8px 0 2px; }
.plate .label { font-size: 13px; color: var(--grey); letter-spacing: 0.06em; margin-bottom: 14px; }
.plate p { font-size: 15px; color: #2c2c2c; }
.plate p.src { margin-top: 10px; font-size: 13px; color: var(--grey); }
.badge { display: inline-block; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; border: 1px solid var(--ink); padding: 3px 9px; margin: 0 6px 8px 0; }
.badge.hot { border-color: var(--red); color: var(--red); }

/* two-column profiles */
.profiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 48px 60px; }
.profile h3 { font-family: var(--serif); font-weight: 400; font-size: 30px; }
.profile .role { color: var(--red); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin: 4px 0 18px; }
.profile ul { list-style: none; margin-top: 14px; }
.profile li { padding: 10px 0; border-top: 1px solid var(--hairline); font-size: 15px; color: #2c2c2c; }

/* archive list */
.archive ol { list-style: none; counter-reset: src; }
.archive li { counter-increment: src; padding: 16px 0; border-top: 1px solid var(--hairline); display: grid; grid-template-columns: 52px 1fr; gap: 8px 18px; }
.archive li::before { content: counter(src, decimal-leading-zero); font-family: var(--serif); font-size: 21px; color: var(--grey); }
.archive .t { font-size: 17px; }
.archive .t a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--red); }
.archive .t a:hover { color: var(--red); }
.archive .m { grid-column: 2; font-size: 13px; color: var(--grey); max-width: 72ch; }
.archive .note { grid-column: 2; font-size: 12.5px; color: var(--grey); font-style: italic; }

footer.site { border-top: 1px solid var(--ink); margin-top: 70px; padding: 34px 0 50px; color: var(--grey); font-size: 13.5px; }
footer.site a { color: var(--grey); }
@media (max-width: 640px) {
  .wordmark { font-size: 32px; }
  nav.main { gap: 18px; }
  .hero { padding: 56px 0 40px; }
}
