:root {
  --black: #171c16;
  --charcoal: #20271e;
  --charcoal-soft: #2c3427;
  --olive: #6b7a45;
  --olive-dark: #4f5c31;
  --gold: #9a8659;
  --gold-bright: #ad9869;
  --paper: #c2c6bd;
  --paper-light: #d2d5cd;
  --ink: #1b1f1a;
  --muted: rgba(27, 31, 26, 0.68);
  --muted-light: rgba(27, 31, 26, 0.54);
  --line: rgba(27, 31, 26, 0.18);
  --line-light: rgba(27, 31, 26, 0.12);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.36;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-color: rgba(154, 134, 89, 0.68);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--olive-dark);
}

.site-header {
  background: var(--black);
  border-bottom: 1px solid rgba(173, 152, 105, 0.18);
  color: var(--paper-light);
}

.masthead {
  display: block;
  margin: 0 auto;
  max-width: 760px;
  padding: 10px 22px 6px;
}

.site-mark {
  color: var(--paper-light);
  display: inline-grid;
  gap: 0.34rem;
  line-height: 1;
  text-decoration: none;
}

.site-mark strong {
  color: rgba(210, 213, 205, 0.9);
  font-family: var(--serif);
  font-size: 2.12rem;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-mark strong span {
  color: var(--gold-bright);
}

.site-mark small {
  border-top: 1px solid rgba(173, 152, 105, 0.52);
  color: rgba(173, 152, 105, 0.96);
  display: block;
  font-family: var(--sans);
  font-size: 0.45rem;
  font-weight: 500;
  letter-spacing: 0.7em;
  line-height: 1;
  padding-top: 0.42rem;
  text-align: center;
  text-indent: 0.35em;
  text-transform: uppercase;
  width: 100%;
  word-spacing: 0.155em;
}

.site-mark small span {
  display: block;
  text-align: center;
  text-align-last: center;
}

.tagline {
  color: var(--muted-light);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.23;
  margin: 0;
  max-width: 690px;
}

.issue-strip {
  align-items: center;
  background: transparent;
  border-bottom: 0;
  border-top: 1px solid rgba(107, 122, 69, 0.3);
  display: flex;
  gap: 18px;
  margin: 0 auto;
  max-width: 760px;
  min-height: 26px;
  padding: 0 22px;
}

.issue-strip p {
  color: rgba(210, 213, 205, 0.46);
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.issue-strip > p span {
  margin-left: 10px;
}

.primary-nav,
.site-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.primary-nav {
  margin-left: 0;
}

.primary-nav a {
  color: rgba(210, 213, 205, 0.56);
  font-family: var(--sans);
  font-size: 0.63rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(27, 31, 26, 0.48);
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 7px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-separator {
  color: rgba(210, 213, 205, 0.4);
  font-family: var(--sans);
  font-size: 0.6rem;
  line-height: 1;
}

.site-footer .nav-separator {
  color: rgba(27, 31, 26, 0.32);
}

.primary-nav a[aria-current="page"] {
  color: rgba(173, 152, 105, 0.94);
}

.site-footer a[aria-current="page"] {
  color: rgba(70, 81, 47, 0.86);
}

.site-frame {
  display: block;
  margin: 0 auto;
  max-width: 760px;
}

.home-page .site-frame {
  max-width: 880px;
}

.editorial-image figcaption,
.image-row figcaption,
.article-figure figcaption,
.gallery-grid figcaption {
  color: var(--muted-light);
  font-family: var(--sans);
  font-size: 0.74rem;
  line-height: 1.23;
  margin-top: 5px;
}

.editorial-image figcaption,
.image-row figcaption,
.article-figure figcaption,
.gallery-grid figcaption {
  color: var(--muted);
}

blockquote {
  border-top: 1px solid var(--line-light);
  margin: 0 0 16px;
  padding-top: 11px;
}

blockquote p {
  font-size: 0.96rem;
  line-height: 1.28;
  margin: 0;
}

.page-panel {
  background: transparent;
  min-width: 0;
}

.page-section,
.home-section,
.article-shell {
  padding: 44px 54px;
}

.home-section {
  border-bottom: 0;
  padding-top: 26px;
}

.home-page .home-section {
  padding-bottom: 8px;
}

.page-section {
  border-bottom: 1px solid var(--line);
}

.home-journal {
  max-width: 880px;
}

.home-introduction {
  max-width: 880px;
}

.home-introduction::after {
  clear: both;
  content: "";
  display: block;
}

.editorial-image {
  float: right;
  margin: 4px 0 9px 24px;
  max-width: 282px;
  width: 44%;
}

.editorial-image img {
  object-fit: contain;
  width: 100%;
}

.kicker {
  color: rgba(154, 134, 89, 0.9);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--serif);
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

h1 {
  font-size: 1.84rem;
  font-weight: 400;
  margin-top: 7px;
}

.page-title h1 {
  font-size: 1.86rem;
  font-weight: 400;
  max-width: 680px;
}

.article-header h1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
  max-width: 680px;
}

.home-section .page-title .kicker {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.deck,
.page-title p:not(.kicker),
.article-header .dek {
  font-size: 1.04rem;
  line-height: 1.38;
  margin: 9px 0 0;
  max-width: 690px;
}

.home-section .page-title p:not(.kicker) {
  line-height: 1.19;
}

.home-section .home-welcome h1 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.34;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  text-align: left;
  transform: translateX(-8px);
}

.home-section .home-welcome p:not(.kicker) {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.34;
  margin: 0 auto;
  max-width: 580px;
  text-align: left;
  transform: translateX(-8px);
}

.home-hero-image {
  margin: 29px auto 0;
  max-width: 880px;
}

.home-hero-image img {
  display: block;
  width: 100%;
}

.feature-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-top: 46px;
  padding-top: 34px;
}

.feature-card {
  padding-top: 0;
}

.feature-card h2 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-top: 9px;
}

.feature-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.31;
  margin: 5px 0 0;
}

.feature-card a {
  font-weight: 700;
}

.section-heading {
  border-bottom: 1px solid var(--line);
  margin-bottom: 13px;
  padding-bottom: 9px;
}

.section-heading h2 {
  font-size: 1.38rem;
  font-weight: 400;
  margin-top: 5px;
  max-width: 760px;
}

.archive-list {
  display: grid;
  gap: 13px;
}

.archive-list article {
  border-top: 1px solid var(--line);
  max-width: 860px;
  padding-top: 11px;
}

.archive-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.archive-list h2,
.archive-list h3 {
  display: inline;
  font-size: 1.05rem;
  font-weight: 600;
}

.archive-list p {
  display: inline;
  margin: 0;
}

.archive-list h2::after,
.archive-list h3::after {
  content: " - ";
  font-weight: 400;
}

.archive-list a {
  color: var(--ink);
}

.archive-list a:hover {
  color: var(--olive-dark);
}

.trip-reports-index-page .page-title h1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
  max-width: 580px;
}

.trip-reports-index-page .page-title p:not(.kicker),
.trip-reports-index-page .archive-list {
  font-size: 14px;
  line-height: 1.34;
}

.trip-reports-index-page .page-title p:not(.kicker) {
  margin-top: 0;
}

.trip-reports-index-page .page-section {
  border-bottom: 0;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 10px;
}

.trip-reports-index-page .kicker {
  color: rgba(27, 31, 26, 0.54);
}

.trip-reports-index-page .archive-list {
  gap: 13px;
  margin-top: 20px;
}

.trip-reports-index-page .archive-list article {
  border-top: 0;
  padding-top: 0;
}

.trip-reports-index-page .archive-list h2 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
}

.trip-reports-index-page .archive-list h2::after {
  content: none;
}

.trip-reports-index-page .archive-list p {
  display: block;
  margin: 3px 0 0;
}

.trip-reports-index-page .archive-list a {
  text-decoration-color: rgba(27, 31, 26, 0.28);
}

.trip-reports-index-page .archive-list a:hover {
  color: var(--ink);
}

.trip-reports-index-page .archive-meta {
  color: rgba(27, 31, 26, 0.74);
  margin-bottom: 1.5px;
}

.about-page .about-copy {
  font-size: 14px;
  line-height: 1.34;
  margin-top: 20px;
}

.about-page .about-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
  margin-top: 18px;
  max-width: 600px;
}

.about-page .about-portrait {
  margin: 20px 0 30px;
  max-width: 300px;
}

.about-page .about-portrait img {
  width: 100%;
}

.about-page .about-copy p {
  margin: 0 0 13px;
}

.about-page .about-copy p:last-child {
  margin-bottom: 0;
}

.about-page .about-contact {
  font-size: 14px;
  line-height: 1.34;
  margin-top: 26px;
}

.about-page .about-contact h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.34;
  margin: 0 0 10px;
}

.about-page .about-contact p {
  margin: 0 0 13px;
}

.about-page .about-contact p:last-child {
  margin-bottom: 0;
}

.about-page .article-return {
  margin-bottom: 42px;
}

.about-page .article-return a {
  display: inline-block;
  padding: 12px 0;
}

.archive-meta {
  color: var(--muted);
  display: block;
  font-family: var(--sans);
  font-size: 0.78rem;
  margin-top: 4px;
}

.image-row,
.gallery-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}

.image-row figure,
.gallery-grid figure {
  margin: 0;
}

.image-row img,
.gallery-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.article-shell {
  max-width: 980px;
  padding-top: 19px;
}

.article-header {
  border-bottom: 0;
  padding-bottom: 13px;
}

.longform-report .article-header {
  padding-bottom: 14px;
}

.article-header .dek {
  font-size: 1rem;
  line-height: 1.32;
  margin-top: 8px;
}

.article-byline {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.24;
  margin: 7px 0 0;
}

.article-byline + .article-byline {
  margin-top: 3px;
}

.article-byline em {
  font-style: normal;
}

.article-byline span {
  color: rgba(154, 134, 89, 0.86);
}

.article-hero,
.article-figure {
  margin: 19px 0;
}

.article-hero {
  max-width: 720px;
}

.article-hero img,
.article-figure img {
  object-fit: cover;
  width: 100%;
}

.article-hero img {
  aspect-ratio: 4 / 3;
}

.article-body {
  font-size: 14px;
  line-height: 1.34;
  max-width: 720px;
}

.longform-report .article-body {
  padding-top: 0;
}

.article-body .article-opening {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.article-body p {
  margin: 0 0 0.64em;
}

.article-body h2 {
  border-top: 0;
  color: rgba(27, 31, 26, 0.76);
  font-size: 1.03rem;
  font-weight: 500;
  margin: 1.08em 0 0.28em;
  padding-top: 0;
}

.article-figure.is-right {
  float: right;
  margin: 4px 0 13px 18px;
  max-width: 320px;
}

.article-figure.is-left {
  float: left;
  margin: 4px 18px 13px 0;
  max-width: 300px;
}

.article-footer {
  border-top: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 24px;
  padding-top: 0;
}

.article-footer a {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration-color: rgba(154, 134, 89, 0.44);
  text-transform: uppercase;
}

.article-return {
  margin-top: 16px;
}

.article-return a {
  color: rgba(27, 31, 26, 0.75);
  font-size: 12px;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.photo-copy {
  max-width: 760px;
}

.photo-copy p {
  margin: 0 0 11px;
}

.photo-copy dl {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding-top: 11px;
}

.photo-copy div {
  display: grid;
  gap: 6px;
  grid-template-columns: 96px 1fr;
}

.photo-copy dt {
  color: rgba(154, 134, 89, 0.9);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-copy dd {
  margin: 0;
}

.site-footer {
  background: transparent;
  border-top: 1px solid var(--line-light);
  margin: 0 auto;
  max-width: 760px;
  padding: 5px 54px 8px;
}

.site-footer nav {
  justify-content: flex-start;
}

.home-page .site-footer {
  border-top: 0;
}

.home-page .site-footer::before {
  background: rgba(27, 31, 26, 0.22);
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 5px;
  max-width: 650px;
  width: 100%;
}

.home-page .site-footer nav {
  justify-content: center;
}

.theme-century .page-panel {
  background: rgba(188, 194, 181, 0.72);
}

.theme-essay .page-panel {
  background: rgba(203, 206, 197, 0.7);
}

.identity-board {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.identity-direction {
  border-top: 1px solid var(--line);
  padding-top: 13px;
}

.identity-direction:first-child {
  border-top: 0;
  padding-top: 0;
}

.identity-label {
  color: rgba(154, 134, 89, 0.88);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.identity-sample {
  background: var(--black);
  color: var(--paper-light);
  padding: 28px;
}

.identity-notes {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.3;
  margin: 7px 0 0;
  max-width: 720px;
}

.mark-register,
.mark-ledger,
.mark-weather,
.mark-archive,
.mark-mineral {
  color: var(--paper-light);
  text-decoration: none;
}

.mark-register {
  display: inline-grid;
  gap: 0.18rem;
  line-height: 1;
}

.mark-register strong {
  color: #cbc6ba;
  font-family: var(--serif);
  font-size: 2.55rem;
  font-weight: 400;
}

.mark-register strong span {
  color: var(--gold-bright);
}

.mark-register small {
  border-top: 1px solid rgba(157, 138, 97, 0.38);
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  padding-top: 0.46rem;
  text-transform: uppercase;
}

.mark-register small::before {
  content: ".";
  margin-right: 0.8em;
}

.mark-ledger {
  display: inline-grid;
  gap: 0.3rem;
  font-family: var(--sans);
  line-height: 1;
}

.mark-ledger strong {
  color: #d0cabf;
  font-size: 1.44rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mark-ledger span {
  color: rgba(157, 138, 97, 0.84);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mark-weather {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.mark-weather strong {
  color: #d1cbc0;
  font-family: var(--serif);
  font-size: 2.28rem;
  font-style: italic;
  font-weight: 400;
}

.mark-weather span {
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.mark-archive {
  display: inline-grid;
  gap: 0.28rem;
  line-height: 1;
}

.mark-archive strong {
  border-bottom: 1px solid rgba(157, 138, 97, 0.38);
  color: #ccc7bc;
  font-family: var(--serif);
  font-size: 2.18rem;
  font-weight: 400;
  padding: 0 0 0.22em;
}

.mark-archive span {
  color: rgba(157, 138, 97, 0.8);
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  justify-self: end;
}

.mark-mineral {
  display: inline-grid;
  gap: 0.2rem;
  line-height: 1;
}

.mark-mineral strong {
  color: #cbc6ba;
  font-family: var(--serif);
  font-size: 2.24rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mark-mineral span {
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mark-mineral em {
  color: rgba(157, 138, 97, 0.9);
  font-style: normal;
}

@media (max-width: 900px) {
  .masthead {
    display: block;
  }

  .tagline {
    max-width: 620px;
  }

  .issue-strip {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .primary-nav {
    margin-left: 0;
  }

  .feature-grid,
  .image-row,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .article-figure.is-right,
  .article-figure.is-left {
    float: none;
    margin: 30px 0;
    max-width: none;
  }
}

@media (max-width: 700px) {
  .editorial-image {
    float: right;
    margin: 3px 0 8px 18px;
    max-width: 220px;
    width: 44%;
  }

  .home-hero-image {
    margin: 16px 0 0;
  }

  .home-section .home-welcome h1,
  .home-section .home-welcome p:not(.kicker) {
    font-size: 14px;
    line-height: 1.34;
    max-width: 100%;
    transform: none;
  }

  .home-section .home-welcome p:not(.kicker) {
    margin-top: 7px;
  }

  .feature-grid,
  .image-row,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .issue-strip p {
    display: none;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 19px;
  }

  .home-page .home-section {
    padding-bottom: 10px;
    padding-top: 13px;
  }

  .masthead,
  .page-section,
  .home-section,
  .article-shell,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .masthead {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .site-mark strong {
    font-size: 1.42rem;
  }

  .site-mark small {
    font-size: 0.46rem;
    letter-spacing: 0.13em;
    word-spacing: 0.05em;
  }

  .tagline {
    font-size: 0.76rem;
  }

  .primary-nav,
  .site-footer nav {
    gap: 12px;
  }

  .primary-nav a,
  .site-footer a {
    font-size: 0.64rem;
    padding: 9px 0;
  }

  .editorial-image {
    float: none;
    margin: 13px 0 10px;
    max-width: 320px;
    width: 100%;
  }

  .home-hero-image {
    margin: 14px 0 0;
  }

  .home-section .home-welcome h1,
  .home-section .home-welcome p:not(.kicker) {
    font-size: 16px;
    line-height: 1.34;
  }

  h1,
  .page-title h1 {
    font-size: 1.72rem;
  }

  .article-header h1 {
    font-size: 16px;
  }

  .section-heading h2 {
    font-size: 1.34rem;
  }

  .article-body {
    font-size: 16px;
  }

  .trip-reports-index-page .page-title p:not(.kicker),
  .trip-reports-index-page .archive-list,
  .about-page .about-copy {
    font-size: 16px;
  }

  .article-return {
    margin-bottom: 42px;
    margin-top: 20px;
  }

  .article-return a {
    display: inline-block;
    padding: 12px 0;
  }

  .photo-copy div {
    grid-template-columns: 1fr;
  }
}
