/* MOSSSTREET — alternate universe. Sunny-day aesthetic meets museum label. */
:root {
  --sunny: #f8c53a;
  --sky: #6ec6e6;
  --lamp: #e2574c;
  --trash: #4f7d4a;
  --ink: #2b2420;
  --paper: #fdf9ee;
  --grey: #7a7166;
  --hairline: #e5dcc8;
  --serif: Georgia, "Times New Roman", serif;
  --round: "Trebuchet MS", "Comic Sans MS", Verdana, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--round);
  font-size: 17px;
  line-height: 1.65;
}
.wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }

header.site {
  background: var(--sky);
  border-bottom: 8px solid var(--sunny);
  padding: 30px 0 26px;
}
.sign {
  display: inline-block;
  background: var(--sunny);
  border: 3px solid var(--ink);
  border-radius: 14px;
  padding: 10px 26px 12px;
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-1.2deg);
}
.sign .wordmark {
  font-family: var(--serif);
  font-size: clamp(30px, 5vw, 46px);
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}
.tagline { margin-top: 14px; color: #123a4a; font-size: 13px; text-transform: uppercase; letter-spacing: 0.16em; }
nav.main { margin-top: 20px; display: flex; gap: 22px; flex-wrap: wrap; }
nav.main a {
  color: #0e3341; text-decoration: none; font-weight: bold; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 6px 12px; border-radius: 999px; border: 2px solid transparent;
}
nav.main a:hover { border-color: #0e3341; }
nav.main a.active { background: var(--lamp); color: #fff; }

.hero { padding: 70px 0 50px; }
.kicker { color: var(--lamp); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: bold; }
.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.15; max-width: 24ch; margin-top: 18px;
}
.hero .dek { margin-top: 22px; max-width: 58ch; font-size: 19px; color: #443a30; }
.dek em { font-style: normal; background: linear-gradient(transparent 62%, var(--sunny) 62%); }

/* hero illustration */
.hero-art { margin: 40px 0 0; border: 2px solid var(--ink); border-radius: 16px; overflow: hidden; box-shadow: 5px 5px 0 rgba(43,36,32,.15); background: #fff; }
.hero-art img { display: block; width: 100%; height: auto; }
.hero-art figcaption {
  padding: 10px 16px; font-size: 13px; color: var(--grey); text-align: center;
  border-top: 2px solid var(--hairline); font-family: Georgia, serif; font-style: italic;
}

section { padding: 34px 0; }
.section-head h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 3vw, 34px);
  display: inline-block; background: var(--trash); color: #fff;
  padding: 6px 18px; border-radius: 10px; transform: rotate(-0.6deg);
}
.section-head { margin-bottom: 28px; }

.broughttoyou {
  margin: 40px auto 0; text-align: center;
  border-top: 3px dashed var(--hairline); border-bottom: 3px dashed var(--hairline);
  padding: 18px 10px; max-width: 720px;
  font-family: var(--serif); font-size: 20px;
}
.broughttoyou .bigletter {
  display: inline-block; background: var(--lamp); color: #fff;
  width: 1.7em; height: 1.7em; line-height: 1.7em; border-radius: 50%;
  margin: 0 0.15em; vertical-align: -0.35em; font-weight: bold;
}

.episode {
  border: 2px solid var(--ink); border-radius: 16px;
  background: #fff; margin-bottom: 26px; overflow: hidden;
  box-shadow: 5px 5px 0 rgba(43,36,32,.15);
}
.episode .ep-head {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: baseline; justify-content: space-between;
  background: var(--sunny); padding: 12px 20px; border-bottom: 2px solid var(--ink);
}
.ep-head h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; }
.ep-num { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: bold; }
.ep-body { padding: 16px 20px 20px; }
.ep-body p { margin-bottom: 10px; }
.ep-body .seg { color: var(--grey); font-size: 14px; }
.ep-body .museum {
  font-family: var(--serif); font-style: italic; font-size: 15px;
  border-left: 3px solid var(--lamp); padding-left: 12px; color: #555;
  margin-top: 8px;
}

.profiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.profile {
  border: 2px solid var(--ink); border-radius: 16px; padding: 20px 22px; background: #fff;
  box-shadow: 5px 5px 0 rgba(43,36,32,.15);
}
.profile h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; }
.profile .role { color: var(--lamp); font-weight: bold; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; margin: 4px 0 12px; }
.profile ul { margin: 10px 0 0 20px; }
.profile li { margin-bottom: 6px; }

.pull {
  font-family: var(--serif); font-size: clamp(19px, 2.4vw, 24px); line-height: 1.45;
  max-width: 60ch; margin: 0 auto 26px; text-align: center;
}
.pull cite { display: block; font-size: 14px; color: var(--grey); margin-top: 10px; font-style: normal; }

footer.site {
  margin-top: 60px; background: var(--ink); color: var(--paper);
  padding: 30px 0 40px; text-align: center; font-size: 14px;
}
footer.site .disclaimer { color: #b9ac97; max-width: 66ch; margin: 10px auto 0; font-size: 13px; }
footer a { color: var(--sunny); }

@media (max-width: 600px) {
  .sign { transform: none; }
}
