/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&display=swap');

html, body, div, article, header, main, footer, nav, h1, h2, h3, p, a, span, ul, li {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #f7f4ee;
  color: #1a1a1a;
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none; transition: none; }
}

.site-head {
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 28px 0;
  text-align: center;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  text-decoration: none;
  color: #1a1a1a;
  line-height: 0.9;
}
.wordmark:hover { background: none; }

.zip {
  font-family: "Courier New", monospace;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

/* ---------- WORDMARK FLANKING LABELS ---------- */
.your {
  font-family: "Courier New", monospace;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a4742;
  display: inline-block;
}

.concierge {
  font-family: "Courier New", monospace;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8553a;
  display: inline-block;
}

/* kept for any pages not yet updated */
.today {
  font-family: "Courier New", monospace;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8553a;
  display: inline-block;
}

.tagline {
  font-style: italic;
  color: #4a4742;
  font-size: 15px;
  margin: 14px 0 0;
  font-family: "Lora", Georgia, serif;
}

.we {
  color: #1a7a6e;
  font-weight: 700;
  font-style: normal;
}

.nav {
  margin-top: 26px;
  padding-top: 14px;
  border-top: 2px solid #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 30px;
}

.nav a {
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: #4a4742;
  padding: 4px 0;
  position: relative;
}

.nav a:hover { color: #e8553a; background: none; }

.nav a[aria-current="page"] {
  color: #1a7a6e;
  font-weight: 700;
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #1a7a6e;
}

.wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 28px 64px;
}

.welcome {
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.75;
  color: #4a4742;
  border-left: 3px solid #1a7a6e;
  padding: 10px 16px;
  margin: 0 0 44px;
  background: #e0f2ef;
  max-width: 64ch;
}

.dispatch {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d4ca;
  max-width: 64ch;
}

.dispatch:last-child { border-bottom: none; }

.meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #4a4742;
  margin-bottom: 12px;
}

.meta .num {
  color: #e8553a;
  font-weight: 700;
  background: #fdeee9;
  padding: 2px 8px;
  border-radius: 2px;
}

.meta .date {
  color: #4a4742;
}

.d-title {
  font-family: "Courier New", monospace;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1a1a1a;
}

.d-title a {
  color: #1a1a1a;
  text-decoration: none;
}

.d-title a:hover {
  color: #1a7a6e;
  background: none;
}

.d-body p {
  margin: 0 0 16px;
  font-size: 18px;
}

.d-body p:last-child { margin-bottom: 0; }

.excerpt {
  color: #4a4742;
  font-style: italic;
}

.is-short .d-body p {
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.7;
  color: #4a4742;
  border-left: 2px solid #e8553a;
  padding-left: 14px;
}

.dispatch--single { border-bottom: none; padding-bottom: 0; }
.dispatch--single .d-title { font-size: 38px; }

.dispatch-nav {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #d8d4ca;
  font-family: "Courier New", monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-title {
  font-family: "Courier New", monospace;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid #1a1a1a;
  text-align: center;
  color: #1a1a1a;
}

.lede {
  font-size: 22px;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 26px;
  max-width: 64ch;
}

.wrap h2 {
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 700;
  color: #1a7a6e;
  background: #e0f2ef;
  display: inline-block;
  padding: 3px 10px;
  margin: 42px 0 16px;
}

.wrap p {
  margin: 0 0 20px;
  max-width: 64ch;
}

.closer {
  font-style: italic;
  color: #4a4742;
  border-top: 1px solid #d8d4ca;
  padding-top: 22px;
  margin-top: 34px;
}

.link-list { list-style: none; padding: 0; margin: 0 0 34px; }

.link-list li {
  padding: 12px 0;
  border-bottom: 1px solid #d8d4ca;
  font-size: 17px;
}

.link-list li:last-child { border-bottom: none; }
.placeholder { color: #4a4742; font-style: italic; }

a {
  color: #1a7a6e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover {
  background: #1a7a6e;
  color: #f7f4ee;
  text-decoration: none;
}

.site-foot {
  max-width: 740px;
  margin: 0 auto;
  padding: 26px 28px 52px;
  border-top: 2px solid #1a1a1a;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #4a4742;
  text-transform: uppercase;
  text-align: center;
}

.site-foot p { margin: 5px 0; }

.site-foot a {
  color: #4a4742;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-foot a:hover {
  color: #e8553a;
  background: none;
  text-decoration: none;
}

:focus-visible { outline: 2px solid #e8553a; outline-offset: 3px; }

@media (max-width: 480px) {
  body { font-size: 17px; }
  .zip { font-size: 48px; }
  .your  { font-size: 13px; letter-spacing: 0.28em; }
  .concierge { font-size: 13px; letter-spacing: 0.28em; }
  .today { letter-spacing: 0.28em; font-size: 13px; }
  .meta { flex-wrap: wrap; gap: 6px; }
  .dispatch--single .d-title { font-size: 24px; }
}

/* ---------- ARCHIVE LINK ---------- */
.archive-link {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #d8d4ca;
  font-family: "Courier New", monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.archive-link a {
  color: #1a7a6e;
}