:root {
  --ink: #193e34;
  --text: #243f36;
  --paper: #fafbf8;
  --lime: #d9ee99;
  --muted: #68756e;
  --line: #dce2d8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
a,
button,
input {
  outline-offset: 5px;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #577638;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3 {
  font-family: "Segoe UI", sans-serif;
  line-height: 1.15;
  letter-spacing: -0.045em;
  margin: 0;
}
p {
  color: var(--muted);
}
.topline {
  padding: 9px max(5vw, 24px);
  display: flex;
  justify-content: space-between;
  background: var(--ink);
  color: #ecf3d6;
  font-size: 11px;
  letter-spacing: 0.14em;
}
.topline span:last-child {
  letter-spacing: 0.02em;
  color: #c4d2c7;
}
body > header {
  height: 112px;
  max-width: 1320px;
  margin: auto;
  padding: 0 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-size: 18px;
}
.brand-logo {
  display: block;
  width: 270px;
  height: auto;
  max-width: min(48vw, 270px);
}
.brand-icon {
  position: relative;
  background: var(--ink);
  color: var(--lime);
  width: 46px;
  height: 46px;
  border-radius: 11px;
  padding: 5px 12px;
  font-size: 30px;
  font-weight: 700;
}
.brand-icon > span {
  position: absolute;
  font-size: 21px;
  top: 0;
  right: 4px;
}
.brand-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 0.42em;
  margin-top: 5px;
}
.brand + nav {
  display: flex;
  gap: 33px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
.admin-link {
  border: 1px solid #b8c4b6;
  border-radius: 40px;
  padding: 11px 20px;
}
.admin-link span {
  margin-left: 15px;
}
main {
  max-width: 1320px;
  margin: auto;
}
.intro {
  position: relative;
  padding: 77px 5vw 71px;
  overflow: hidden;
  min-height: 478px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow > span {
  width: 6px;
  height: 6px;
  background: #7d9a4a;
  border-radius: 50%;
}
.intro h1 {
  font-size: clamp(40px, 4.6vw, 64px);
  margin: 21px 0;
}
.intro em,
.login-story em {
  font-style: normal;
  color: #668c4b;
}
.intro p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  gap: 22px;
  align-items: center;
}
.text-link span {
  font-size: 22px;
  line-height: 1;
}
.intro-art {
  position: absolute;
  right: 5vw;
  top: 56px;
  width: 36%;
  height: 350px;
  border-radius: 100% 100% 10px 10px;
  background: #e8eedf;
  overflow: hidden;
}
.orbit {
  position: absolute;
  border: 1px solid #c3d0b7;
  border-radius: 50%;
  width: 430px;
  height: 430px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.orbit-two {
  width: 320px;
  height: 320px;
  top: 65px;
}
.road {
  position: absolute;
  width: 96px;
  height: 390px;
  background: #56765f;
  right: 85px;
  top: 30px;
  transform: rotate(30deg);
  border-left: 5px solid #a3b89b;
  border-right: 5px solid #a3b89b;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-direction: column;
  padding: 15px;
}
.road i {
  height: 45px;
  width: 3px;
  background: #e7eecf;
  flex-shrink: 0;
}
.gauge {
  position: absolute;
  left: 26px;
  bottom: 35px;
  background: #fcfff3;
  padding: 22px 25px;
  border-radius: 9px;
  box-shadow: 0 12px 30px #193e3410;
}
.gauge > span {
  font-size: 11px;
  color: #778367;
  letter-spacing: 0.1em;
}
.gauge strong {
  display: block;
  font-family: "Segoe UI";
  font-size: 26px;
  letter-spacing: -0.04em;
}
.gauge-line {
  height: 5px;
  background: linear-gradient(90deg, #b7d478 78%, #e6eadb 78%);
  margin-top: 16px;
  border-radius: 5px;
}
.art-label {
  position: absolute;
  top: 35px;
  left: 30px;
  width: 120px;
  font-size: 9px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  color: #587052;
}
.featured {
  margin: 0 5vw 65px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 340px;
  background: #f0f3e9;
  border: 1px solid #e0e5d8;
  border-radius: 12px;
  overflow: hidden;
}
.feature-image {
  position: relative;
  min-height: 310px;
  overflow: hidden;
}
.feature-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--paper);
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 7px 13px;
  border-radius: 4px;
  font-weight: 700;
}
.feature-copy {
  padding: 37px 38px;
}
.feature-copy h2 {
  font-size: 31px;
  margin: 17px 0;
}
.feature-copy p {
  font-size: 14px;
  line-height: 1.75;
}
.meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  flex-wrap: wrap;
}
.feature-copy > .text-link {
  margin-top: 24px;
}
.journal {
  padding: 0 5vw 65px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 27px;
}
.section-heading h2 {
  font-size: 36px;
  margin-top: 12px;
}
.article-count {
  font-size: 12px;
  color: var(--muted);
}
.filterbar {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  gap: 20px;
  margin-bottom: 33px;
  align-items: center;
}
.filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.filters a {
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 13px;
  color: #5b6b61;
}
.filters a.active {
  background: var(--ink);
  color: white;
}
.filterbar form {
  display: flex;
  align-items: center;
  min-width: 230px;
  border-bottom: 1px solid #c9d2c2;
}
.filterbar input {
  background: transparent;
  border: 0;
  padding: 8px 0;
  width: 100%;
  font-size: 13px;
  min-width: 0;
}
.filterbar button {
  background: transparent;
  border: 0;
  font-size: 22px;
  color: var(--ink);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 25px;
}
.card-image {
  display: block;
  aspect-ratio: 1.65;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 19px;
  background: #e8eee2;
}
.card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.card-image:hover img {
  transform: scale(1.035);
}
.cards h3 {
  font-size: 23px;
  margin: 11px 0;
}
.cards p {
  font-size: 14px;
  line-height: 1.7;
  margin: 12px 0 19px;
}
.image-placeholder {
  height: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #dfe8d4;
  color: #627d54;
  font-size: 60px;
  font-family: "Segoe UI";
  font-weight: 800;
  letter-spacing: -0.05em;
}
.image-placeholder span {
  font: 10px "Segoe UI";
  letter-spacing: 0.25em;
}
.manifesto {
  margin: 0 5vw 70px;
  border-radius: 10px;
  background: var(--ink);
  color: #f1f7e6;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 24px;
  align-items: center;
}
.manifesto > span {
  font-size: 10px;
  letter-spacing: 0.17em;
  align-self: start;
}
.manifesto h2 {
  font-size: 36px;
  line-height: 1.3;
}
.manifesto em {
  color: var(--lime);
  font-style: normal;
}
.manifesto p {
  color: #c6d5c7;
  font-size: 14px;
}
footer {
  max-width: 1320px;
  margin: auto;
  border-top: 1px solid var(--line);
  padding: 38px 5vw 45px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-brand {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.footer-brand span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 4px;
  color: var(--muted);
}
footer > div {
  display: flex;
  gap: 23px;
  align-items: center;
  font-size: 12px;
}
footer > div > span {
  color: var(--muted);
  margin-left: 20px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 14px 22px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--ink);
  font-weight: 600;
  font-size: 14px;
}
.button:hover {
  background: #295444;
  color: #fff;
}
.empty {
  text-align: center;
  padding: 55px 20px;
  border: 1px dashed #ccd5c2;
  border-radius: 10px;
  background: #f2f5ed;
}
.empty h1 {
  font-size: 34px;
}
.empty h3 {
  font-size: 26px;
}
.empty p {
  max-width: 570px;
  margin: 15px auto 25px;
  font-size: 15px;
}
.empty-icon {
  display: block;
  font-size: 34px;
  margin-bottom: 10px;
}
.empty > .eyebrow {
  justify-content: center;
  margin-bottom: 20px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
  font-size: 14px;
}
.login-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 75px 7vw;
}
.login-story {
  position: relative;
  overflow: hidden;
}
.login-story h1 {
  font-size: 58px;
  margin: 26px 0;
}
.login-story p {
  font-size: 15px;
}
.login-mark {
  display: block;
  font-family: "Segoe UI";
  font-size: 160px;
  letter-spacing: -0.1em;
  color: #dce7d3;
  line-height: 1.3;
  margin-top: 55px;
}
.login-panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: 38px;
  border-radius: 12px;
  box-shadow: 0 15px 50px #173e3405;
}
.login-panel h2 {
  font-size: 34px;
  margin: 15px 0 8px;
}
.login-panel > p {
  font-size: 14px;
}
.connection {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  background: #fbf5e7;
  color: #856524;
  padding: 10px 12px;
  margin: 25px 0 20px;
  border-radius: 4px;
}
.connection span {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 100%;
}
.connection.ready {
  color: #426a35;
  background: #edf5e8;
}
.login-panel > .button {
  width: 100%;
  margin-bottom: 18px;
}
.login-panel > .text-link {
  font-weight: 400;
  font-size: 13px;
}
.setup-note p {
  font-size: 13px;
}
.setup-note > code {
  display: block;
  background: #f0f4ea;
  padding: 12px;
  font-size: 13px;
  border-radius: 4px;
}
.editor-features {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.editor-features > span {
  font-size: 11px;
  color: #7c8b6e;
  display: grid;
  grid-template-columns: 26px 1fr;
  line-height: 1.5;
}
.editor-features strong {
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
}
.editor-features small {
  grid-column: 2;
  font-size: 12px;
  color: var(--muted);
}
.article-page {
  padding: 32px 5vw 70px;
}
.breadcrumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 40px;
}
.breadcrumbs span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-heading {
  max-width: 880px;
  margin: 0 auto 35px;
  display: block;
  height: auto;
  border: 0;
  padding: 0;
}
.article-heading h1 {
  font-size: clamp(34px, 4vw, 56px);
  margin: 20px 0 27px;
}
.article-cover {
  margin: 0 0 40px;
}
.article-cover img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  border-radius: 10px;
}
.prose {
  max-width: 760px;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
  color: #3c4941;
  overflow-wrap: anywhere;
}
.prose p {
  color: inherit;
  margin: 0 0 25px;
}
.prose h2 {
  font-size: 31px;
  margin: 45px 0 20px;
}
.prose h3 {
  font-size: 24px;
  margin: 30px 0 18px;
}
.prose a {
  color: #487a38;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose figure {
  margin: 30px 0;
}
.prose img {
  height: auto;
  border-radius: 7px;
}
.prose iframe,
.prose video {
  max-width: 100%;
}
.prose blockquote {
  border-left: 3px solid #9cbb6a;
  margin: 30px 0;
  padding: 5px 25px;
}

/* Monochrome theme: black type and accents on a white/light-grey canvas. */
:root {
  --ink: #111111;
  --text: #161616;
  --paper: #ffffff;
  --lime: #e5e5e5;
  --muted: #666666;
  --line: #d8d8d8;
}
body { background: #ffffff; color: #161616; }
a:hover, .intro em, .login-story em, .prose a { color: #111111; }
.topline { background: #111111; color: #f2f2f2; }
.topline span:last-child { color: #cfcfcf; }
.brand-icon, .filters a.active, .manifesto, .button { background: #111111; }
.brand-icon { color: #e5e5e5; }
.intro-art, .featured, .empty, .card-image, .image-placeholder { background: #eeeeee; }
.orbit { border-color: #c8c8c8; }
.road { background: #333333; border-color: #bdbdbd; }
.gauge { background: #ffffff; }
.gauge-line { background: linear-gradient(90deg, #555 78%, #e5e5e5 78%); }
.featured { border-color: #d5d5d5; }
.filters a, .meta, .article-count { color: #555555; }
.filterbar form { border-color: #c7c7c7; }
.manifesto { color: #f4f4f4; }
.manifesto em { color: #dddddd; }
.manifesto p { color: #c8c8c8; }
.button:hover { background: #333333; }
.login-mark { color: #dddddd; }
.connection.ready { color: #222222; background: #eeeeee; }
.setup-note > code { background: #eeeeee; }
.editor-features > span, .editor-features strong { color: #222222; }
.prose blockquote { border-color: #999999; }
.review-faq {
  max-width: 760px;
  margin: 55px auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.review-faq h2 { font-size: 31px; margin: 12px 0 24px; }
.review-faq-list { border-top: 1px solid var(--line); }
.review-faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.review-faq summary { cursor: pointer; font-weight: 650; list-style-position: outside; }
.review-faq details p { margin: 12px 0 0; font-size: 16px; }
.video-embed {
  width: 100%;
  max-width: 100%;
  margin: 34px 0;
}
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f2f2f2;
  border-radius: 7px;
  overflow: hidden;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  min-width: 100%;
  height: 100% !important;
  min-height: 100%;
  border: 0;
  background: transparent;
}
.video-frame .video-poster { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.video-fallback {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 13px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #111;
  color: #111;
  font-weight: 700;
}
.video-fallback:hover { background: #111; color: #fff; }
.prose table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
.prose td,
.prose th {
  padding: 10px;
  border: 1px solid var(--line);
}
.article-end {
  max-width: 760px;
  margin: 45px auto 0;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1500px) {
  body > header {
    padding-left: 66px;
    padding-right: 66px;
  }
  .intro,
  .journal {
    padding-left: 66px;
    padding-right: 66px;
  }
  .featured,
  .manifesto {
    margin-left: 66px;
    margin-right: 66px;
  }
  .intro-art {
    right: 66px;
  }
}
@media (max-width: 900px) {
  .intro-art {
    right: 5vw;
    width: 31%;
    opacity: 0.8;
  }
  .intro h1 {
    font-size: 47px;
  }
  .featured {
    grid-template-columns: 1fr 1fr;
  }
  .feature-copy {
    padding: 26px;
  }
  .feature-copy h2 {
    font-size: 26px;
  }
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .manifesto {
    grid-template-columns: 1fr 2fr;
  }
  .manifesto p {
    grid-column: 2;
  }
  .login-page {
    gap: 35px;
    padding: 50px 5vw;
  }
  .login-story h1 {
    font-size: 42px;
  }
  .login-panel {
    padding: 25px;
  }
  footer > div {
    flex-wrap: wrap;
    gap: 15px;
  }
  footer > div > span {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .topline {
    padding: 8px 6vw;
    font-size: 9px;
  }
  .topline span:last-child {
    display: none;
  }
  body > header {
    height: 88px;
    padding: 0 6vw;
  }
  .brand {
    font-size: 14px;
    gap: 8px;
  }
  .brand-icon {
    width: 37px;
    height: 37px;
    font-size: 25px;
    padding: 4px 10px;
  }
  .brand-sub {
    font-size: 9px;
  }
  .brand + nav {
    gap: 10px;
  }
  .brand + nav > a:not(.admin-link) {
    display: none;
  }
  .admin-link {
    font-size: 12px;
    padding: 8px 13px;
  }
  .admin-link span {
    margin-left: 5px;
  }
  .intro {
    padding: 45px 6vw 36px;
    min-height: 0;
  }
  .intro h1 {
    font-size: 43px;
  }
  .intro p {
    font-size: 14px;
  }
  .intro-art {
    display: none;
  }
  .featured {
    margin: 0 6vw 40px;
    grid-template-columns: 1fr;
  }
  .feature-image {
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .feature-copy {
    padding: 25px;
  }
  .feature-copy h2 {
    font-size: 27px;
  }
  .journal {
    padding: 0 6vw 40px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
  }
  .filterbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .filterbar form {
    min-width: 0;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cards h3 {
    font-size: 25px;
  }
  .card-image {
    aspect-ratio: 16/9;
  }
  .manifesto {
    margin: 0 6vw 40px;
    display: block;
    padding: 28px;
  }
  .manifesto h2 {
    font-size: 34px;
    margin-top: 20px;
  }
  .manifesto p {
    margin-bottom: 0;
  }
  footer {
    padding: 30px 6vw;
    flex-direction: column;
    gap: 20px;
  }
  footer > div {
    font-size: 12px;
  }
  footer > div > span {
    width: 100%;
  }
  .login-page {
    grid-template-columns: 1fr;
    padding: 40px 6vw;
    gap: 20px;
  }
  .login-story h1 {
    font-size: 43px;
    margin: 20px 0;
  }
  .login-story p,
  .login-mark {
    display: none;
  }
  .login-panel {
    padding: 25px;
  }
  .article-page {
    padding: 25px 6vw 40px;
  }
  .article-heading h1 {
    font-size: 35px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .prose {
    font-size: 17px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .article-cover {
    margin-bottom: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

.discussion {
  max-width: 760px;
  margin: 55px auto 0;
  border-top: 1px solid var(--line);
  padding-top: 35px;
}
.discussion h2 {
  font-size: 28px;
  margin-top: 12px;
}
.discussion > p {
  font-size: 15px;
}
.discussion form {
  margin-top: 24px;
}
.discussion label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px;
}
.discussion input:not([type="hidden"]),
.discussion textarea {
  display: block;
  width: 100%;
  padding: 11px;
  border: 1px solid #bfcbb9;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.comment-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 18px 0;
}
.comment-help {
  font-size: 12px;
}
.comment {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.comment time {
  font-size: 12px;
  margin-left: 20px;
  color: var(--muted);
}
.comment p {
  font-size: 15px;
}
.intro {
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.intro-art {
  height: 290px;
  top: 50px;
}
.art-label {
  display: none;
}
.gauge {
  bottom: 25px;
}
.brand-original {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 3px;
}
@media (max-width: 620px) {
  .comment-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .intro {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 38px;
  }
}

.honeypot {
  position: absolute;
  left: -10000px;
}
.preview-banner {
  padding: 14px;
  background: #e7f1d8;
  margin-bottom: 25px;
  font-size: 13px;
}
.article-tags {
  max-width: 760px;
  margin: 30px auto;
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #6b8559;
}
.comment-notice {
  background: #edf5e4;
  padding: 15px;
  border-radius: 6px;
}
.journal {
  padding-top: 30px;
}
