/* Minimal reset */
*, *::before, *::after { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html {
  height: 100%;
  background-color: #000;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-image: url("../images/tsabgx.jpg");
  background-position: 40%;
  background-size: cover;
  z-index: -1;
}
body { margin: 0; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
b, strong { font-weight: bold; }
img { border: 0; vertical-align: middle; max-width: 100%; display: inline-block; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: bold; }
h1 { margin-top: 20px; font-size: 38px; line-height: 44px; }
h2 { margin-top: 20px; font-size: 32px; line-height: 36px; }
p { margin-top: 0; margin-bottom: 10px; }
ul, ol { margin-top: 0; margin-bottom: 10px; padding-left: 40px; }

/* =====================
   Fonts
   ===================== */

@font-face {
  font-family: Tiempos Text;
  src: url("../fonts/tiempos-text-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tiempos Text;
  src: url("../fonts/tiempos-text-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiempos Text;
  src: url("../fonts/tiempos-text-medium-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tiempos Text;
  src: url("../fonts/tiempos-text-semibold-italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: National;
  src: url("../fonts/national-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: National;
  src: url("../fonts/national-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: National;
  src: url("../fonts/national-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: National;
  src: url("../fonts/national-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-leicht.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-leicht-kursiv.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-extraleicht.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-extraleicht-kursiv.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-buch-kursiv.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-kraftig.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-kraftig-kursiv.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* =====================
   ef: logo animation
   ===================== */

@keyframes ef-f-settle {
  from { transform: translateX(0.55em); opacity: 0; }
  12%  { opacity: 1; }
  to   { transform: translateX(0);      opacity: 1; }
}

@keyframes ef-colon-settle {
  from { transform: translateX(1.05em); opacity: 0; }
  12%  { opacity: 1; }
  to   { transform: translateX(0);      opacity: 1; }
}

/* !! LOCKED — do not adjust durations or easing on these two rules !! */
.site-title .ef-f {
  display: inline-block;
  animation: ef-f-settle 3.2s cubic-bezier(0.33, 1, 0.68, 1) both;
}

.ef-colon {
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.site-title .ef-colon {
  display: inline-block;
  animation: ef-colon-settle 3.6s cubic-bezier(0.33, 1, 0.68, 1) both;
}
/* !! END LOCKED !! */

/* =====================
   Page transition
   ===================== */

.page-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(.645, .045, .355, 1);
  pointer-events: none;
  z-index: 9999;
}


/* =====================
   Site styles
   ===================== */

.body {
  color: #000;
  letter-spacing: -.003em;
  background-color: #fff0;
  font-family: Soehne, sans-serif;
  font-size: .81rem;
  line-height: 2.44em;
}


/* =====================
   Nav
   ===================== */

.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 .5rem;
  position: relative;
}

.site-title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: -.01em;
  text-decoration: none;
  line-height: 1;
  transition: color 0.2s ease-in;
}

.site-title:hover {
  color: #fff;
  transition: color 0.12s ease-out;
}

.site-nav-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .72rem;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.022em;
  line-height: 1;
  display: flex;
  align-items: center;
}

.nav-link-text {
  text-decoration: underline dotted transparent;
  text-decoration-thickness: .06em;
  text-underline-offset: .34em;
  transition: text-decoration-color 0.2s ease;
}

.site-nav-link:hover .nav-link-text {
  text-decoration-color: #ffffff90;
}

.site-nav-link .nav-arrow {
  display: block;
  flex-shrink: 0;
  width: 0.65em;
  height: 0.65em;
  margin-left: 0.2em;
  overflow: visible;
  transform: translate(0, 0);
  transition: transform 0.06s cubic-bezier(0.6, 0, 1, 1);
}

.site-nav-link:hover .nav-arrow {
  transform: translate(0.18em, -0.18em);
  transition: transform 0.18s ease-out;
}

.site-nav-link:hover {
  color: #fff;
}

.site-nav-link:hover .nav-link-text {
  border-bottom-color: #fff;
}

/* =====================
   Nav filter dropdown
   ===================== */

.nav-filter-tip {
  display: none;
}

.nav-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.2rem;
}

.nav-filter-wrap {
  position: relative;
  line-height: 0;
  margin-right: -0.18rem;
}

.nav-sep {
  display: block;
  width: 1px;
  height: 1.4em;
  background: #ffffff40;
  align-self: center;
  margin: 0 -0.55rem;
}

.nav-filter-btn {
  font-family: Inter, sans-serif;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: 0.022em;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  transition: color 0.15s;
}

.nav-filter-btn:hover,
.nav-filter-btn.open {
  color: #fff;
}


.nav-filter-label {
  text-decoration: underline dotted transparent;
  text-decoration-thickness: .06em;
  text-underline-offset: .34em;
  transition: text-decoration-color 0.2s ease;
}

.nav-filter-btn:hover .nav-filter-label,
.nav-filter-btn.open .nav-filter-label {
  text-decoration-color: #ffffff90;
}

.nav-filter-active {
  display: none;
  font-family: Inter, sans-serif;
  font-size: .72rem;
  font-weight: 300;
  letter-spacing: 0.022em;
  line-height: 1;
  color: #fff;
  opacity: 0;
  transform: translateY(0.3rem);
  margin-right: -1rem;
}

.nav-filter-btn:hover .nav-filter-label,
.nav-filter-btn.open .nav-filter-label {
  border-bottom-color: #fff;
}

.nav-filter-arrow {
  display: inline-block;
  vertical-align: 0.13em;
  margin-left: 0.07em;
  width: 0.65em;
  height: 0.41em;
  transition: transform 0.15s;
}

.nav-filter-btn.open .nav-filter-arrow {
  transform: rotate(180deg);
}

.nav-filter-dropdown {
  position: absolute;
  left: -0.15rem;
  top: calc(100% + 1.1rem);
  line-height: normal;
  background: #ede8e8;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 1px 1px 4px 4px;
  width: 184px;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  z-index: 100;
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
  transition: opacity 0.18s ease-in, filter 0.18s ease-in;
}

.nav-filter-dropdown.open {
  opacity: 1;
  filter: blur(0px);
  pointer-events: auto;
  transition: opacity 0.28s ease-out, filter 0.35s ease-out;
}

.nav-filter-body {
  padding: 1.1rem 0 0.5rem;
}

.nav-filter-option {
  opacity: 0;
}

.nav-filter-option {
  display: block;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #555;
  background: transparent;
  border: none;
  text-align: left;
  padding: 0.62em 1.2rem 0.62em 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline dotted transparent;
  text-decoration-thickness: .06em;
  text-underline-offset: .34em;
  transition: color 0.15s, text-decoration-color 0.2s ease;
}

.nav-filter-option:hover {
  color: #000;
  text-decoration-color: #00000055;
}

.nav-filter-option.active {
  color: #333;
  font-weight: 500;
}

.nav-filter-spacer {
  flex: 1;
}

.nav-filter-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* bottom is set dynamically by JS to sit just above the footer */
  background: #f9fafb;
  border-radius: 1px 1px 0 0;
  border-bottom: 1px solid #dedada;
  overflow: hidden;
  transition: bottom 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
}

.nav-filter-tagline {
  padding: 0.65rem 0.68rem 0 1.4rem;
  font-family: Soehne, sans-serif;
  font-size: 0.57rem;
  font-weight: 400;
  font-style: italic;
  color: #999;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  white-space: nowrap;
  text-align: left;
}

.nav-filter-footer-link {
  display: block;
  width: 100%;
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  padding: calc(0.78rem) 0 calc(0.7rem + 2px) 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  white-space: nowrap;
}

.nav-filter-footer-link:hover {
  color: #888;
}

/* dot hover/lock state handled entirely by JS to capture live animated colour */

@keyframes dot-fade-loop {
  0%      { opacity: 0.01; color: #e0b030; }
  8.33%   { opacity: 1;    color: #e0b030; }
  16.67%  { opacity: 0.01; color: #e07530; }
  25%     { opacity: 1;    color: #e07530; }
  33.33%  { opacity: 0.01; color: #cc4455; }
  41.67%  { opacity: 1;    color: #cc4455; }
  50%     { opacity: 0.01; color: #9944bb; }
  58.33%  { opacity: 1;    color: #9944bb; }
  66.67%  { opacity: 0.01; color: #4477cc; }
  75%     { opacity: 1;    color: #4477cc; }
  83.33%  { opacity: 0.01; color: #44aa88; }
  91.67%  { opacity: 1;    color: #44aa88; }
  100%    { opacity: 0.01; color: #e0b030; }
}

.nav-footer-dot {
  display: inline-block;
  font-size: 0.38rem;
  color: #e0b030;
  margin-left: 0.55rem;
  vertical-align: 0.2em;
  text-transform: none;
  letter-spacing: 0;
  animation: dot-fade-loop 9.6s ease-in-out infinite;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav-filter-footer {
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.47rem;
  font-style: normal;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.18em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =====================
   Feed
   ===================== */

.feed {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  min-height: 40vh;
  position: relative;
  transition: filter 0.65s cubic-bezier(0.76, 0, 0.24, 1),
              opacity 0.65s cubic-bezier(0.76, 0, 0.24, 1);
}

.site-footer {
  transition: filter 0.65s cubic-bezier(0.76, 0, 0.24, 1),
              opacity 0.65s cubic-bezier(0.76, 0, 0.24, 1);
}

body.filter-open .feed,
body.filter-open .site-footer {
  filter: blur(1.4px);
  opacity: 0.35;
  transition: filter 0.38s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.outpost-card {
  background-color: #f5f6f9;
  border-radius: 3px;
  margin: 2rem auto;
  padding: 2.95rem 3.3rem 2.4rem;
  position: relative;
}

.outpost-card::after {
  content: '●';
  display: block;
  text-align: center;
  color: rgba(120, 32, 52, 0.6);
  font-size: 0.38rem;
  line-height: 1;
  margin-top: 1.6rem;
  opacity: 0;
  transform: scale(0.2);
  transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.outpost-card.dot-ready::after {
  opacity: 1;
  transform: scale(1);
}

.feed > .outpost-card:first-child,
.feed > .outpost-card.is-first,
.post > .outpost-card:first-child {
  margin-top: 0.4rem;
}

.feed > .outpost-card:last-child,
.post > .outpost-card:last-child {
  margin-bottom: 0;
}

.outpost-title {
  font-family: Soehne, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.4em;
}

.outpost-eyebrow {
  font-style: italic;
  letter-spacing: 0;
  color: #000;
  vertical-align: 0.08em;
}

.site-title .outpost-eyebrow {
  color: inherit;
  font-size: 1.3em;
}

.ef-e {
  font-family: Tiempos Text, Georgia, serif;
  font-weight: 500;
}

.ef-f {
  font-family: Tiempos Text, Georgia, serif;
  font-weight: 400;
}

.outpost-body {
  font-size: .81rem;
  line-height: 2.44em;
  letter-spacing: 0;
  margin: 0;
}

.outpost-body p {
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

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

.outpost-rule {
  border: none;
  border-top: .5px solid #d8d4cebb;
  width: 3rem;
  margin: 1.4em 0;
}

/* =====================
   Footer
   ===================== */

.site-footer {
  text-align: center;
  padding-top: 9rem;
  padding-bottom: 0.8rem;
}

.footer-title {
  color: #ffffffaa;
  font-family: Inter, sans-serif;
  font-size: 0.52rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.footer-workshop {
  color: #ffffff65;
  font-family: Inter, sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.footer-monogram-wrap {
  margin-bottom: 5.5rem;
}

.footer-monogram {
  color: #ffffffbb;
  font-family: Inter, sans-serif;
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: -.01em;
  font-style: italic;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.footer-monogram .ef-f,
.footer-monogram .ef-colon {
  display: inline-block;
}

.footer-text {
  color: #ffffff70;
  font-family: Inter, sans-serif;
  font-size: .6rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.site-footer .footer-text:last-child {
  margin-top: 2rem;
}


.footer-text-bright {
  color: #ffffffaa;
}

.footer-link {
  color: #ffffff70;
  text-decoration: none;
  border-bottom: .03em dotted #ffffffaa;
  padding-bottom: .05em;
}

.footer-link:hover {
  color: #ffffffcc;
  border-bottom-color: #ffffffcc;
}

@media screen and (max-width: 479px) {
  .footer-title {
    font-size: 0.58rem;
  }

  .footer-workshop {
    font-size: 0.67rem;
  }

  /* Scale the root so all rem values shrink proportionally */
  body::before {
    background-image: url("../images/tsa_bgya.jpg");
    background-position: 50%;
  }
  html {
    font-size: 13px;
  }

  .site-nav {
    padding: 2.2rem 1.4rem .6rem;
  }

  .site-title {
    font-size: 1.55rem;
    position: relative;
    top: -3px;
  }

  .site-nav-link,
  .nav-filter-btn,
  .nav-filter-active {
    font-size: .9rem;
  }

  .feed,
  .post {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .nav-filter-dropdown {
    width: 198px;
    min-height: 22rem;
  }

  .feed-empty {
    font-size: 1.6rem;
  }

  .nav-filter-option {
    padding: 0.95em 1.4rem 0.95em 2rem;
    font-size: 0.85rem;
  }

  .nav-filter-tagline {
    font-size: 0.82rem;
    padding: 1.1rem 1.2rem 0.15rem 2rem;
    white-space: normal;
  }

  .nav-filter-footer {
    font-size: 0.64rem;
    text-align: left;
  }

  .nav-filter-footer-link {
    padding: 1.1rem 0 1.0rem 0;
    text-align: center;
  }

  .nav-footer-dot {
    font-size: 0.46rem;
    vertical-align: 0.35em;
  }

  .outpost-title .outpost-eyebrow {
    vertical-align: 0.5px;
  }

  .footer-monogram-wrap {
    margin-top: 0.5rem;
  }

  .footer-monogram {
    font-size: 1.5rem;
  }
}

/* =====================
   Feed empty state
   ===================== */

.feed-empty {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: Soehne, sans-serif;
  font-size: 0.81rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

/* =====================
   Tags
   ===================== */

.outpost-tag {
  display: none;
  position: absolute;
  top: 0.85rem;
  right: 1.1rem;
  font-family: Soehne, sans-serif;
  font-size: 0.44rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #777;
  background-color: #e2deda;
  line-height: 1.6;
  padding: 0.26em 1.8em;
  border-radius: 2px;
  white-space: nowrap;
}

/* =====================
   Outpost title link
   ===================== */

.outpost-title-link {
  color: inherit;
  text-decoration: underline dotted transparent;
  text-decoration-thickness: .06em;
  text-underline-offset: .25em;
  transition: text-decoration-color 0.2s ease;
}

.outpost-title-link:hover {
  text-decoration-color: rgba(120, 32, 52, 0.6);
}

/* =====================
   Post page
   ===================== */

.post {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.post-card {
  background-color: #f5f6f9;
  border-radius: 3px;
  margin: 1rem auto 0;
  padding: 2.95rem 3.3rem 2.4rem;
  position: relative;
}

.post-title {
  font-family: Soehne, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 1.4em;
}

.post-date {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 0.04em;
  margin-bottom: 1.4em;
}

.post-body {
  font-size: .81rem;
  line-height: 2.44em;
  letter-spacing: 0;
  margin: 0;
}

.post-body p {
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

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

.post-body hr {
  border: none;
  border-top: .5px solid #d8d4cebb;
  width: 3rem;
  margin: 1.4em 0;
}

.post-card::after {
  content: '●';
  display: block;
  text-align: center;
  color: rgba(120, 32, 52, 0.6);
  font-size: 0.38rem;
  line-height: 1;
  margin-top: 1.6rem;
}

.post-image {
  margin: 1.8em 0;
}

.post-image img {
  width: 100%;
  cursor: zoom-in;
  border-radius: 2px;
  display: block;
}

.post-image figcaption {
  font-family: Inter, sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 0.03em;
  margin-top: 0.5em;
}

/* =====================
   Lightbox
   ===================== */

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9998;
  cursor: zoom-out;
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 2px;
}

/* =====================
   Outposts index
   ===================== */

.outposts-list {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.outposts-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1.5rem 0 1.2rem;
}

.filter-btn {
  font-family: Soehne, sans-serif;
  font-size: 0.44rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #777;
  background-color: #e2deda;
  border: none;
  line-height: 1.6;
  padding: 0.26em 1.8em;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.15s;
}

.filter-btn.active,
.filter-btn:hover {
  opacity: 1;
}

.outpost-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0 1.5rem;
  align-items: baseline;
  padding: 0.65em 0;
  border-bottom: 0.5px solid #d8d4ce66;
  text-decoration: none;
  color: inherit;
}

.outpost-row:first-of-type {
  border-top: 0.5px solid #d8d4ce66;
}

.outpost-row-title {
  font-family: Soehne, sans-serif;
  font-size: .81rem;
  font-weight: 500;
  letter-spacing: -.01em;
  color: #000;
}

.outpost-row:hover .outpost-row-title {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.15em;
}

.outpost-row-tag {
  font-family: Soehne, sans-serif;
  font-size: 0.48rem;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  color: #aaa;
}

.outpost-row-date {
  font-family: Inter, sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  color: #aaa;
  white-space: nowrap;
}
