/* Energy Collective theme: tokens and base. Built from the Manus reference design. */
:root {
  --ink: #17201d;
  --navy: #0c3035;
  --navy-soft: #124349;
  --footer: #081f24;
  --paper: #f3f1e8;
  --paper-light: #fbfaf5;
  --sand: #d9d0bd;
  --lime: #d8ff3e;
  --line: #17201d2e;
  --muted: #65706c;
  --ring: #577b54;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --serif-display: "DM Serif Display", Georgia, serif;
  --serif-text: Newsreader, Georgia, serif;
  --sans: Manrope, system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: var(--paper);
  color: var(--ink);
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
}
button,
input {
  font: inherit;
  color: inherit;
}
button,
a {
  transition:
    transform 0.16s var(--ease-out),
    color 0.18s var(--ease-out),
    background-color 0.18s var(--ease-out),
    border-color 0.18s var(--ease-out),
    opacity 0.18s var(--ease-out),
    gap 0.18s var(--ease-out);
}
button:not(:disabled),
a[href] {
  cursor: pointer;
}
a {
  color: inherit;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 3vw, 3.25rem);
}
.sr-only,
.screen-reader-text {
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.skip-link:focus {
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  background: var(--lime);
  color: var(--ink);
  z-index: 200;
  top: 0.5rem;
  left: 0.5rem;
  font-weight: 800;
}
.site-shell {
  background: var(--paper);
  min-height: 100vh;
  overflow: clip;
}
.edition-bar {
  background: var(--navy);
  color: #ffffffad;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.63rem;
}
.edition-bar__inner {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 34px;
  display: grid;
}
.edition-bar button {
  color: var(--lime);
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: inherit;
  background: 0 0;
  border: 0;
  justify-self: end;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  display: inline-flex;
}
.site-header {
  z-index: 20;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #f3f1e8f2;
  position: relative;
}
.masthead {
  justify-content: space-between;
  align-items: center;
  height: 105px;
  display: flex;
  position: relative;
}
.brand {
  color: var(--ink);
  align-items: center;
  gap: 11px;
  text-decoration: none;
  display: inline-flex;
}
.brand-icon {
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  width: 31px;
  height: 31px;
  display: grid;
  transform: skew(-11deg);
}
.brand-icon span {
  background: currentColor;
  display: block;
}
.brand-icon span:first-child {
  align-self: end;
  height: 55%;
}
.brand-icon span:nth-child(2) {
  height: 100%;
}
.brand-icon span:nth-child(3) {
  background: var(--lime);
  border: 1px solid;
  align-self: end;
  height: 74%;
}
.brand-type {
  letter-spacing: -0.045em;
  flex-direction: column;
  font-size: 1.27rem;
  line-height: 0.86;
  display: flex;
}
.brand-type b {
  font-weight: 760;
}
.brand-type i {
  font-family:
    DM Serif Display,
    serif;
  font-style: italic;
  font-weight: 400;
}
.header-actions {
  align-items: center;
  gap: 0.75rem;
  display: flex;
}
.search-button {
  border: 1px solid var(--line);
  background: 0 0;
  align-items: center;
  gap: 0.6rem;
  height: 42px;
  padding: 0 13px;
  font-size: 0.73rem;
  font-weight: 700;
  display: flex;
}
.search-button kbd {
  color: #73807c;
  margin-left: 0.4rem;
  font-size: 0.62rem;
  font-weight: 500;
}
.search-button:hover {
  background: var(--paper-light);
}
.membership-button {
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  height: 42px;
  padding: 0 18px;
  font-size: 0.64rem;
  font-weight: 800;
}
.membership-button:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--ink);
}
.mobile-menu-button {
  border: 1px solid var(--line);
  background: 0 0;
  place-items: center;
  width: 42px;
  height: 42px;
  display: none;
}
.topic-nav {
  border-top: 1px solid var(--line);
}
.topic-nav__inner {
  justify-content: center;
  gap: clamp(2rem, 5vw, 5.5rem);
  display: flex;
}
.topic-nav a {
  color: #59635f;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  padding: 14px 0 13px;
  font-size: 0.63rem;
  font-weight: 760;
  text-decoration: none;
  position: relative;
}
.topic-nav a:after {
  content: "";
  background: var(--navy);
  height: 2px;
  transition: right 0.22s var(--ease-out);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
}
.topic-nav a:hover {
  color: var(--ink);
}
.topic-nav a:hover:after {
  right: 0;
}
.live-status {
  color: #6d7773;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1.2rem;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.55rem;
  display: flex;
}
.live-dot {
  background: #4f8a46;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px #4f8a461f;
}
.live-dot--idle {
  box-shadow: none;
  background: #8c918e;
}
.hero {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: clamp(2.7rem, 5vw, 6rem);
  min-height: 700px;
  padding-top: clamp(3rem, 6vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  display: grid;
}
.hero-copy {
  max-width: 630px;
  padding-left: clamp(0rem, 2.5vw, 2.5rem);
}
.hero-kicker {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}
.hero-kicker > span {
  color: #727c78;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.59rem;
}
.category-label {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.61rem;
  font-weight: 800;
  display: inline-flex;
}
.category-label--light {
  color: #fffc;
}
.category-dot {
  background: var(--lime);
  border: 1px solid var(--ink);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.category-label--light .category-dot {
  border-color: var(--lime);
}
.hero h1,
.section-heading h2,
.signup-feature h2,
.deep-section h2,
.footer-cta h2 {
  letter-spacing: -0.045em;
  font-family:
    DM Serif Display,
    serif;
  font-weight: 400;
}
.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3.65rem, 5.6vw, 6.25rem);
  line-height: 0.88;
}
.hero-deck {
  color: #4d5753;
  max-width: 545px;
  margin: 1.8rem 0 1.4rem;
  font-family: Newsreader, serif;
  font-size: clamp(1.12rem, 1.5vw, 1.34rem);
  line-height: 1.45;
}
.article-meta {
  color: #717a77;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.56rem;
  display: flex;
}
.article-meta--light {
  color: #ffffff94;
}
.meta-separator {
  opacity: 0.5;
  background: currentColor;
  width: 18px;
  height: 1px;
}
.read-button,
.all-stories {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.095em;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0 0 0.45rem;
  font-size: 0.64rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}
.read-button:hover,
.all-stories:hover {
  color: #577b54;
  gap: 1.35rem;
}
.hero-visual {
  background: var(--navy);
  height: 555px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.hero-visual:after {
  content: "";
  background: linear-gradient(#0000 55%, #08181b9e);
  position: absolute;
  inset: 0;
}
.hero-visual img,
.story-card__image img,
.deep-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition:
    transform 0.7s var(--ease-out),
    filter 0.3s var(--ease-out);
}
.hero-visual:hover img,
.story-card__image:hover img,
.deep-card:hover img {
  filter: saturate(1.06);
  transform: scale(1.035);
}
.image-index,
.image-credit {
  z-index: 1;
  color: #ffffffd1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.55rem;
  position: absolute;
  bottom: 20px;
}
.image-index {
  left: 21px;
}
.image-credit {
  right: 21px;
}
.image-placeholder {
  width: 100%;
  height: 100%;
  color: var(--lime);
  background: linear-gradient(135deg, #16434a, #0c3035);
  place-items: center;
  font-family:
    DM Serif Display,
    serif;
  font-size: 4rem;
  display: grid;
}
.news-wire {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  grid-template-columns: 170px 1fr;
  gap: 2.4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}
.news-wire__label {
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.news-wire__label > span {
  background: var(--lime);
  width: max-content;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.6rem;
  font-size: 0.58rem;
  font-weight: 850;
}
.news-wire__label small {
  color: #737c79;
  text-transform: uppercase;
  max-width: 90px;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.56rem;
  line-height: 1.35;
}
.news-wire__items {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.news-wire__items > a {
  min-height: 112px;
  color: inherit;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 1rem;
  padding: 0.3rem 1.55rem;
  text-decoration: none;
  display: grid;
}
.news-wire__items > a + a {
  border-left: 1px solid var(--line);
}
.news-wire__items > a > span {
  color: #89918e;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.58rem;
}
.news-wire__items small {
  color: #69736f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.55rem;
  font-weight: 800;
}
.news-wire__items strong {
  margin-top: 0.65rem;
  font-family: Newsreader, serif;
  font-size: 1.14rem;
  font-weight: 570;
  line-height: 1.18;
  display: block;
}
.news-wire__items svg {
  color: #76807c;
  transition: transform 0.2s var(--ease-out);
  align-self: end;
}
.news-wire__items > a:hover {
  background: var(--paper-light);
}
.news-wire__items > a:hover svg {
  transform: translate(5px);
}
.signup-feature {
  background: var(--lime);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  align-items: center;
  min-height: 660px;
  margin-top: clamp(5rem, 8vw, 8rem);
  display: flex;
  position: relative;
  overflow: hidden;
}
.signup-feature:before {
  content: "";
  opacity: 0.3;
  pointer-events: none;
  background-image: radial-gradient(#0c303529 0.6px, #0000 0.6px);
  background-size: 7px 7px;
  position: absolute;
  inset: 0;
}
.signup-orbit {
  border: 1px solid #0c30353d;
  border-radius: 50%;
  position: absolute;
}
.signup-orbit--one {
  width: 680px;
  height: 680px;
  top: -325px;
  right: -170px;
}
.signup-orbit--two {
  width: 390px;
  height: 390px;
  top: -180px;
  right: -25px;
  box-shadow:
    0 0 0 90px #0c303506,
    0 0 0 180px #0c303505;
}
.signup-feature__grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: clamp(4rem, 9vw, 10rem);
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}
.signup-feature h2 {
  max-width: 820px;
  margin: 1.2rem 0 0;
  font-size: clamp(4.5rem, 7.8vw, 8.7rem);
  line-height: 0.78;
}
.signup-feature h2 em {
  font-weight: 400;
}
.signup-feature__action {
  padding-bottom: 0.35rem;
}
.signup-feature__action > p {
  max-width: 560px;
  margin: 2rem 0 2.4rem;
  font-family: Newsreader, serif;
  font-size: 1.38rem;
  line-height: 1.38;
}
.signup-benefits {
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  display: flex;
}
.signup-benefits span {
  text-transform: uppercase;
  letter-spacing: 0.055em;
  align-items: center;
  gap: 0.35rem;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.57rem;
  display: inline-flex;
}
.subscribe-form {
  border-bottom: 2px solid var(--ink);
  grid-template-columns: minmax(0, 1fr) auto;
  display: grid;
}
.subscribe-form input {
  background: 0 0;
  border: 0;
  outline: 0;
  min-width: 0;
  padding: 1rem 0;
  font-family: Newsreader, serif;
  font-size: 1.35rem;
}
.subscribe-form input::placeholder {
  color: #17201d94;
}
.subscribe-form button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 1rem;
  padding: 0;
  font-size: 0.68rem;
  font-weight: 850;
  display: inline-flex;
}
.subscribe-form button:hover {
  gap: 1.35rem;
}
.signup-feature__action > small {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.65;
  margin-top: 0.8rem;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.53rem;
  display: block;
}
.signup-success {
  grid-column: 1/-1;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 0;
  display: flex;
}
.signup-success > span {
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}
.signup-success div {
  flex-direction: column;
  gap: 0.15rem;
  display: flex;
}
.signup-success strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
.signup-success small {
  opacity: 0.7;
  font-family: Newsreader, serif;
}
.latest-section {
  padding: clamp(6rem, 10vw, 10rem) 0;
}
.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 3.5rem;
  display: flex;
}
.section-heading h2 {
  margin: 0.7rem 0 0;
  font-size: clamp(3.4rem, 5.3vw, 6rem);
  line-height: 0.92;
}
.section-heading .all-stories {
  margin-top: 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0;
  font-size: 0.62rem;
  font-weight: 850;
}
.eyebrow--light {
  color: var(--lime);
}
.editorial-grid {
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  gap: 4rem 1.4rem;
  display: grid;
}
.story-card {
  border-top: 1px solid var(--ink);
  padding-top: 0.75rem;
}
.story-card--1 {
  grid-column: span 7;
}
.story-card--2 {
  grid-column: span 5;
  margin-top: 5rem;
}
.story-card--3,
.story-card--4,
.story-card--5 {
  grid-column: span 4;
}
.story-card--4 {
  margin-top: 4.5rem;
}
.story-card--5 {
  margin-top: 9rem;
}
.story-card__image {
  background: var(--navy);
  width: 100%;
  height: 330px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.story-card--1 .story-card__image {
  height: 520px;
}
.story-card--2 .story-card__image {
  height: 400px;
}
.story-card__image > span {
  background: var(--lime);
  width: 34px;
  height: 34px;
  color: var(--ink);
  place-items: center;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.57rem;
  display: grid;
  position: absolute;
  top: 12px;
  right: 12px;
}
.story-card__body {
  padding-top: 1.4rem;
}
.story-title {
  color: inherit;
  letter-spacing: -0.025em;
  margin: 0.8rem 0 0.75rem;
  font-family: Newsreader, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 570;
  line-height: 1.04;
  text-decoration: none;
  display: block;
}
.story-card--1 .story-title {
  max-width: 700px;
  font-size: clamp(2.15rem, 3.1vw, 3.35rem);
}
.story-title:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.story-card__body > p {
  color: #606a66;
  max-width: 560px;
  margin: 0 0 1.2rem;
  font-family: Newsreader, serif;
  font-size: 1.02rem;
  line-height: 1.43;
}
.deep-section {
  background: var(--navy);
  color: #fff;
  padding: clamp(6rem, 9vw, 9rem) 0;
}
.deep-section__heading {
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 3.5rem;
  display: flex;
}
.deep-section h2 {
  max-width: 750px;
  margin: 1rem 0 0;
  font-size: clamp(3.3rem, 5.4vw, 6rem);
  line-height: 0.91;
}
.deep-section__heading > span {
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: right;
  max-width: 190px;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.58rem;
}
.deep-grid {
  background: #ffffff2e;
  border: 1px solid #ffffff2e;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  display: grid;
}
.deep-card {
  color: #fff;
  background: var(--navy-soft);
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 520px;
  text-decoration: none;
  display: grid;
}
.deep-card__image {
  background: #061f23;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.deep-card__image span {
  background: var(--lime);
  width: 34px;
  height: 34px;
  color: var(--ink);
  place-items: center;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.58rem;
  display: grid;
  position: absolute;
  top: 14px;
  left: 14px;
}
.deep-card__copy {
  flex-direction: column;
  justify-content: end;
  padding: clamp(1.5rem, 3vw, 3rem);
  display: flex;
}
.deep-card h3 {
  letter-spacing: -0.03em;
  margin: 1.1rem 0 1rem;
  font-family: Newsreader, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 570;
  line-height: 0.98;
}
.deep-card p {
  color: #ffffff9e;
  margin: 0 0 2rem;
  font-family: Newsreader, serif;
  font-size: 1rem;
  line-height: 1.43;
}
.deep-card:hover h3 {
  color: var(--lime);
}
.dispatches {
  padding-top: clamp(6rem, 9vw, 9rem);
  padding-bottom: clamp(6rem, 9vw, 9rem);
}
.section-heading--compact {
  margin-bottom: 2rem;
}
.section-heading--compact h2 {
  font-size: clamp(3.1rem, 4.8vw, 5.2rem);
}
.dispatch-grid {
  border: 1px solid var(--ink);
  background: var(--ink);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
}
.dispatch-card {
  min-height: 500px;
  color: var(--ink);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.7rem, 3vw, 3rem);
  text-decoration: none;
  display: flex;
}
.dispatch-card--lime {
  background: var(--lime);
}
.dispatch-card--navy {
  background: var(--navy-soft);
  color: #fff;
}
.dispatch-card--sand {
  background: var(--sand);
}
.dispatch-card:hover {
  filter: brightness(0.97);
}
.dispatch-card:hover h3 {
  transform: translateY(-4px);
}
.dispatch-number {
  opacity: 0.58;
  margin-bottom: clamp(4.5rem, 8vw, 8rem);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.59rem;
  display: block;
}
.dispatch-card h3 {
  letter-spacing: -0.032em;
  transition: transform 0.22s var(--ease-out);
  margin: 1rem 0 1.1rem;
  font-family: Newsreader, serif;
  font-size: clamp(2rem, 2.8vw, 3.3rem);
  font-weight: 570;
  line-height: 0.96;
}
.dispatch-card p {
  opacity: 0.66;
  max-width: 390px;
  margin: 0;
  font-family: Newsreader, serif;
  font-size: 1rem;
  line-height: 1.43;
}
.dispatch-footer {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border-top: 1px solid;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: 1rem;
  font-size: 0.61rem;
  font-weight: 800;
  display: flex;
}
.site-footer {
  color: #fff;
  background: #081f24;
}
.footer-cta {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7rem;
  min-height: 390px;
  display: grid;
}
.footer-cta .brand {
  color: #fff;
}
.footer-cta h2 {
  max-width: 590px;
  margin: 2rem 0 0;
  font-size: clamp(3rem, 4.5vw, 5rem);
  line-height: 0.9;
}
.footer-cta > div:last-child > p {
  color: #ffffff94;
  max-width: 500px;
  margin: 0 0 2rem;
  font-family: Newsreader, serif;
  font-size: 1.15rem;
}
.subscribe-form--dark {
  border-color: var(--lime);
}
.subscribe-form--dark input {
  color: #fff;
}
.subscribe-form--dark input::placeholder {
  color: #ffffff6e;
}
.subscribe-form--dark button {
  color: var(--lime);
}
.footer-bottom {
  color: #fff6;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-height: 68px;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.54rem;
  display: flex;
}
.footer-bottom button {
  color: var(--lime);
  font-size: inherit;
  text-transform: uppercase;
  background: 0 0;
  border: 0;
}
.modal-shell {
  z-index: 100;
  place-items: center;
  padding: 1rem;
  display: grid;
  position: fixed;
  inset: 0;
}
.modal-backdrop {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #041012b8;
  border: 0;
  position: absolute;
  inset: 0;
}
.search-panel {
  background: var(--paper-light);
  width: min(760px, 100%);
  max-height: min(760px, 100vh - 2rem);
  animation: panelIn 0.28s var(--ease-out) both;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  position: relative;
  overflow: auto;
  box-shadow: 0 30px 100px #00000059;
}
.search-panel__top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.icon-button {
  border: 1px solid var(--line);
  background: 0 0;
  place-items: center;
  width: 40px;
  height: 40px;
  display: grid;
}
.icon-button:hover {
  background: var(--lime);
}
.search-field {
  border-bottom: 2px solid var(--ink);
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}
.search-field input {
  background: 0 0;
  border: 0;
  outline: 0;
  width: 100%;
  font-family: Newsreader, serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}
.search-results {
  margin-top: 2.5rem;
}
.search-results__count {
  color: #747e7a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.55rem;
}
.search-result {
  border-top: 1px solid var(--line);
  width: 100%;
  color: inherit;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.3rem;
  padding: 1.15rem 0;
  text-decoration: none;
  display: grid;
}
.search-result > span {
  color: #7f8985;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 0.56rem;
}
.search-result div {
  flex-direction: column;
  gap: 0.3rem;
  display: flex;
}
.search-result small {
  color: #6e7874;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.54rem;
}
.search-result strong {
  font-family: Newsreader, serif;
  font-size: 1.23rem;
  font-weight: 600;
}
.search-result:hover {
  background: var(--lime);
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.search-empty {
  font-family: Newsreader, serif;
  font-size: 1.2rem;
}
@keyframes panelIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    animation: reveal 0.7s var(--ease-out) both;
  }
  .reveal-delay-1 {
    animation-delay: 0.11s;
  }
  @keyframes reveal {
    0% {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 870px;
    padding-left: 0;
  }
  .hero h1 {
    font-size: clamp(4rem, 9vw, 7rem);
  }
  .hero-visual {
    height: 610px;
  }
  .news-wire {
    grid-template-columns: 1fr;
  }
  .news-wire__label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    flex-direction: row;
    min-height: 42px;
  }
  .news-wire__label small {
    max-width: none;
  }
  .signup-feature__grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .signup-feature h2 {
    max-width: 900px;
  }
  .signup-feature__action {
    max-width: 680px;
  }
  .deep-card {
    grid-template-columns: 1fr;
  }
  .deep-card__image {
    min-height: 320px;
  }
}
@media (max-width: 780px) {
  .edition-bar__inner {
    grid-template-columns: 1fr auto;
  }
  .edition-date {
    display: none;
  }
  .edition-bar button {
    font-size: 0;
  }
  .edition-bar button svg {
    width: 15px;
    height: 15px;
  }
  .masthead {
    height: 82px;
  }
  .mobile-menu-button {
    display: grid;
  }
  .masthead .brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .header-actions .search-button span,
  .header-actions .search-button kbd,
  .membership-button {
    display: none;
  }
  .search-button {
    justify-content: center;
    width: 42px;
    padding: 0;
  }
  .topic-nav {
    transition: grid-template-rows 0.22s var(--ease-out);
    grid-template-rows: 0fr;
    display: grid;
  }
  .topic-nav > * {
    overflow: hidden;
  }
  .topic-nav--open {
    grid-template-rows: 1fr;
  }
  .topic-nav__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .topic-nav a {
    text-align: center;
    border-top: 1px solid var(--line);
    width: 100%;
  }
  .live-status {
    justify-content: flex-start;
  }
  .hero {
    gap: 2.5rem;
    min-height: 0;
    padding-top: 2.8rem;
    padding-bottom: 3rem;
  }
  .hero h1 {
    font-size: clamp(3.3rem, 15vw, 5.2rem);
  }
  .hero-visual {
    height: 420px;
  }
  .image-credit {
    display: none;
  }
  .news-wire__items {
    grid-template-columns: 1fr;
  }
  .news-wire__items > a {
    min-height: 0;
    padding: 1.25rem 0.25rem;
  }
  .news-wire__items > a + a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .signup-feature {
    min-height: 760px;
    margin-top: 4.5rem;
  }
  .signup-feature__grid {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .signup-feature h2 {
    font-size: clamp(4.1rem, 18vw, 6.7rem);
  }
  .signup-feature__action > p {
    font-size: 1.18rem;
  }
  .subscribe-form {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding-bottom: 0.8rem;
  }
  .subscribe-form button {
    justify-content: space-between;
    padding: 0.8rem 0;
  }
  .section-heading,
  .deep-section__heading {
    flex-direction: column;
    align-items: start;
  }
  .editorial-grid {
    display: block;
  }
  .story-card,
  .story-card--2,
  .story-card--4,
  .story-card--5 {
    margin: 0 0 4.2rem;
  }
  .story-card__image,
  .story-card--1 .story-card__image,
  .story-card--2 .story-card__image {
    height: 390px;
  }
  .deep-grid {
    grid-template-columns: 1fr;
  }
  .deep-card {
    min-height: 0;
  }
  .deep-card__copy {
    min-height: 390px;
  }
  .deep-section__heading > span {
    text-align: left;
  }
  .dispatch-grid {
    grid-template-columns: 1fr;
  }
  .dispatch-card {
    min-height: 440px;
  }
  .dispatch-number {
    margin-bottom: 4.5rem;
  }
  .footer-cta {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .brand-type {
    font-size: 1.02rem;
  }
  .brand-icon {
    width: 26px;
    height: 26px;
  }
  .hero-visual {
    height: 330px;
  }
  .hero-deck {
    font-size: 1.08rem;
  }
  .article-meta {
    gap: 0.45rem;
  }
  .article-meta > span:last-child {
    display: none;
  }
  .story-card__image,
  .story-card--1 .story-card__image,
  .story-card--2 .story-card__image {
    height: 320px;
  }
  .signup-benefits {
    flex-direction: column;
  }
  .deep-card__image {
    min-height: 250px;
  }
  .search-panel {
    padding: 1.35rem;
  }
}
/* ---------- Adjustments to the reference components ---------- */

.edition-bar__cta {
  color: var(--lime);
  justify-self: end;
  text-decoration: none;
  font-weight: 700;
}
.edition-bar__cta:hover {
  color: #fff;
}
.membership-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.topic-nav a[aria-current="page"] {
  color: var(--ink);
}
.topic-nav a[aria-current="page"]::after {
  right: 0;
}

.hero h1 a {
  color: inherit;
  text-decoration: none;
}
.hero h1 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.hero-visual img {
  display: block;
}

.article-meta a {
  color: inherit;
  text-decoration: none;
}
.article-meta a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-meta--light a:hover {
  color: #fff;
}
.meta-category {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0.12em;
}
.article-meta--light .meta-category {
  color: #fff;
}
.article-meta--light .category-dot {
  border-color: var(--lime);
}
.meta-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.meta-icon svg {
  flex: none;
}

.section-heading h2,
.deep-section h2 {
  margin-top: 0;
}

.news-wire__items small {
  display: block;
  margin-top: 0.7rem;
}
.news-wire__items strong {
  margin-top: 0;
}
.news-wire__items > a {
  grid-template-columns: auto 1fr;
}

.story-card__body h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.story-card__body .story-title {
  margin-top: 0;
}
.story-card__image img {
  display: block;
}

.deep-card h3 {
  margin-top: 0;
}
.deep-card__image img {
  position: absolute;
  inset: 0;
}

.dispatch-card--ink {
  background: var(--ink);
  color: #fff;
}
.dispatch-card--ink .dispatch-footer .category-dot,
.dispatch-card--navy .dispatch-footer .category-dot {
  border-color: var(--lime);
}
.dispatch-cat {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.dispatch-number {
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
}
.dispatch-card h3 {
  margin-top: 0;
}
.dispatch-grid--1 {
  grid-template-columns: 1fr;
}
.dispatch-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 15%, #d8ff3e22 0 18%, transparent 19%),
    linear-gradient(135deg, #16434a, #0c3035);
  color: var(--lime);
}
.image-placeholder .brand-icon {
  width: 64px;
  height: 64px;
  gap: 6px;
  color: #fff;
}

.subscribe-form button {
  cursor: pointer;
}

/* ---------- Footer ---------- */

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.2rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-top: 1px solid #ffffff26;
}
.footer-nav a {
  color: #ffffffb3;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.63rem;
  font-weight: 760;
}
.footer-nav a:hover {
  color: var(--lime);
}
.back-to-top {
  color: var(--lime);
  text-decoration: none;
}
.back-to-top:hover {
  color: #fff;
}

/* ---------- Search modal ---------- */

.modal-shell[hidden] {
  display: none;
}
.ec-modal-open,
.ec-modal-open body {
  overflow: hidden;
}
.search-panel__top .brand {
  color: var(--ink);
}
.search-field svg {
  flex: none;
}
.search-field--page {
  max-width: 760px;
  margin-top: 2rem;
}

/* ---------- Archive, posts page, search ---------- */

.archive-head {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}
.archive-head h1 {
  margin: 0;
  max-width: 1000px;
  font-family: var(--serif-display);
  font-weight: 400;
  letter-spacing: -0.045em;
  font-size: clamp(3.4rem, 7vw, 7.5rem);
  line-height: 0.9;
}
.archive-intro {
  max-width: 680px;
  margin-top: 1.6rem;
  color: #4d5753;
  font-family: var(--serif-text);
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  line-height: 1.5;
}
.archive-intro p {
  margin: 0 0 0.8rem;
}
.archive-count {
  margin: 1.6rem 0 0;
  color: #717a77;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--mono);
  font-size: 0.6rem;
}
.archive-body {
  padding-bottom: clamp(5rem, 8vw, 8rem);
}
.archive-feature {
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
}
.archive-feature .story-card--1 {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}
.archive-feature .story-card--1 .story-card__image {
  height: clamp(320px, 38vw, 540px);
}
.archive-feature .story-card__body {
  padding-top: 0;
}
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 1.4rem;
}
.list-card {
  border-top: 1px solid var(--ink);
  padding-top: 0.75rem;
}
.list-card__image {
  display: block;
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--navy);
}
.list-card__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.7s var(--ease-out);
}
.list-card__image:hover img {
  transform: scale(1.035);
}
.list-card__image > span {
  background: var(--lime);
  width: 34px;
  height: 34px;
  color: var(--ink);
  place-items: center;
  font-family: var(--mono);
  font-size: 0.57rem;
  display: grid;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.list-card__body {
  padding-top: 1.3rem;
}
.list-card__body h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.list-card .story-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 1.9vw, 1.95rem);
}
.list-card__body > p {
  color: #606a66;
  margin: 0 0 1.2rem;
  font-family: var(--serif-text);
  font-size: 1.02rem;
  line-height: 1.43;
}
.archive-empty {
  font-family: var(--serif-text);
  font-size: 1.3rem;
  color: #4d5753;
}
.ec-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 4.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--ink);
}
.ec-pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.9rem;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--mono);
  font-size: 0.62rem;
}
.ec-pagination .page-numbers.current {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.ec-pagination a.page-numbers:hover {
  background: var(--lime);
  border-color: var(--ink);
}

/* ---------- Single article ---------- */

.article-head {
  max-width: 1160px;
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
}
.article-head h1 {
  margin: 0 0 1.8rem;
  font-family: var(--serif-display);
  font-weight: 400;
  letter-spacing: -0.04em;
  font-size: clamp(2.8rem, 5.6vw, 5.6rem);
  line-height: 0.95;
}
.article-head .article-meta {
  font-size: 0.62rem;
}
.article-visual {
  margin: 0 auto;
  max-width: 1400px;
}
.article-visual img {
  display: block;
  width: 100%;
  height: clamp(280px, 48vw, 680px);
  object-fit: cover;
  background: var(--navy);
}
.article-visual figcaption {
  margin-top: 0.7rem;
  color: #717a77;
  font-family: var(--mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.article-body,
.page-body {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}
.entry-content {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--serif-text);
  font-size: clamp(1.13rem, 1.35vw, 1.27rem);
  line-height: 1.62;
  color: #1f2926;
}
.page-body .entry-content {
  max-width: 1160px;
}
.page-body .entry-content > p,
.page-body .entry-content > ul,
.page-body .entry-content > ol,
.page-body .entry-content > h2,
.page-body .entry-content > h3 {
  max-width: 760px;
}
.entry-content > * {
  margin-top: 0;
  margin-bottom: 1.35em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--ink);
  line-height: 1.08;
  margin-top: 2.1em;
  margin-bottom: 0.65em;
}
.entry-content h2 {
  font-family: var(--serif-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}
.entry-content h3 {
  font-family: var(--serif-text);
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}
.entry-content h4 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.entry-content a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: #577b54;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.entry-content a:hover {
  background: var(--lime);
  text-decoration-color: var(--ink);
}
.entry-content strong {
  font-weight: 600;
  color: var(--ink);
}
.entry-content ul,
.entry-content ol {
  padding-left: 1.3em;
}
.entry-content li {
  margin-bottom: 0.5em;
}
.entry-content li::marker {
  color: var(--ring);
}
.entry-content blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 0.2em 0 0.2em 1.3em;
  border-left: 3px solid var(--lime);
  font-style: italic;
  color: var(--ink);
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content img {
  display: block;
  height: auto;
}
.entry-content figure {
  margin-left: 0;
  margin-right: 0;
}
.entry-content figcaption,
.entry-content .wp-element-caption {
  margin-top: 0.6rem;
  color: #717a77;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.entry-content .alignwide {
  max-width: 1040px;
  width: calc(100vw - 2.5rem);
  margin-left: 50%;
  transform: translateX(-50%);
}
.entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sans);
  font-size: 0.9rem;
}
.entry-content th,
.entry-content td {
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0.6rem;
  text-align: left;
  vertical-align: top;
}
.entry-content th {
  background: var(--paper-light);
  font-weight: 800;
}
.entry-content hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.5em 0;
}
.entry-content code {
  font-family: var(--mono);
  font-size: 0.85em;
  background: var(--paper-light);
  padding: 0.1em 0.3em;
}

/* PublishPress Authors box after articles */
.entry-content .pp-multiple-authors-boxes-wrapper {
  margin-top: 3.5rem;
  padding: 1.8rem 0 0;
  border-top: 1px solid var(--ink);
  font-family: var(--sans);
}
.entry-content .pp-multiple-authors-boxes-wrapper .box-header-title {
  margin: 0 0 1.2rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #717a77;
}
.entry-content .pp-multiple-authors-boxes-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-content .pp-multiple-authors-boxes-li {
  display: grid !important;
  grid-template-columns: 80px 1fr;
  gap: 1.3rem;
  align-items: start;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}
.entry-content .pp-author-boxes-avatar img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 0 !important;
}
.entry-content .pp-author-boxes-name a {
  font-family: var(--serif-text);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
}
.entry-content .pp-author-boxes-description,
.entry-content .pp-author-boxes-description p {
  font-family: var(--serif-text);
  font-size: 1rem;
  line-height: 1.5;
  color: #4d5753;
  margin: 0.5rem 0 0.6rem;
}
.entry-content .ppma-author-field-meta {
  text-decoration: none;
  color: #717a77;
}

/* ---------- Responsive additions ---------- */

@media (max-width: 1100px) {
  .list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .archive-feature .story-card--1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  .list-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .list-card__image {
    height: 240px;
  }
  .dispatch-grid--2 {
    grid-template-columns: 1fr;
  }
  .edition-bar__cta {
    font-size: 0.6rem;
  }
  .entry-content .pp-multiple-authors-boxes-li {
    grid-template-columns: 56px 1fr;
  }
  .entry-content .pp-author-boxes-avatar img {
    width: 56px !important;
    height: 56px !important;
  }
}

/* Meta row density on cards */
.story-card .meta-separator,
.list-card .meta-separator,
.deep-card .meta-separator {
  width: 10px;
}
.story-card--3 .article-meta > .meta-icon:last-child,
.story-card--4 .article-meta > .meta-icon:last-child,
.story-card--5 .article-meta > .meta-icon:last-child,
.list-card .article-meta > .meta-icon:last-child {
  display: none;
}
.story-card--3 .article-meta > .meta-separator:nth-last-child(2),
.story-card--4 .article-meta > .meta-separator:nth-last-child(2),
.story-card--5 .article-meta > .meta-separator:nth-last-child(2),
.list-card .article-meta > .meta-separator:nth-last-child(2) {
  display: none;
}

@media (max-width: 780px) {
  .membership-button {
    display: none;
  }
  .topic-nav__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .topic-nav--open .topic-nav__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .topic-nav:not(.topic-nav--open) {
    border-top-color: transparent;
  }
  .deep-card .article-meta > .meta-icon:last-child,
  .deep-card .article-meta > .meta-separator:nth-last-child(2) {
    display: none;
  }
}

/* Placeholder icon for posts without a featured image */
.image-placeholder .brand-icon span:first-child,
.image-placeholder .brand-icon span:nth-child(2) {
  background: #fff;
}

/* PublishPress author box: override plugin defaults */
.entry-content .pp-multiple-authors-boxes-wrapper .pp-multiple-authors-boxes-li,
.entry-content .pp-multiple-authors-layout-boxed ul li {
  border: 0 !important;
  box-shadow: none !important;
}
.entry-content .pp-multiple-authors-boxes-wrapper .pp-author-boxes-description,
.entry-content .pp-multiple-authors-boxes-wrapper .pp-author-boxes-description p,
.entry-content .pp-multiple-authors-boxes-wrapper .multiple-authors-description {
  font-family: var(--serif-text) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #4d5753 !important;
}
.entry-content .pp-multiple-authors-boxes-wrapper .pp-author-boxes-name a {
  font-family: var(--serif-text) !important;
  color: var(--ink) !important;
}
.entry-content .ppma-author-field-meta {
  display: none !important;
}

/* SureForms (Contact page) */
.entry-content .srfm-form-container,
.entry-content form.srfm-form {
  font-family: var(--sans);
}
.entry-content .srfm-form input[type="text"],
.entry-content .srfm-form input[type="email"],
.entry-content .srfm-form input[type="tel"],
.entry-content .srfm-form textarea {
  background: var(--paper-light) !important;
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  color: var(--ink) !important;
  font-family: var(--serif-text) !important;
  font-size: 1.05rem !important;
}
.entry-content .srfm-form input:focus,
.entry-content .srfm-form textarea:focus {
  border-color: var(--ink) !important;
  outline: 2px solid var(--lime) !important;
}
.entry-content .srfm-form label,
.entry-content .srfm-form .srfm-block-label {
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
}
.entry-content .srfm-form button,
.entry-content .srfm-form .srfm-submit-button,
.entry-content .srfm-form input[type="submit"] {
  background: var(--navy) !important;
  border: 1px solid var(--navy) !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: var(--sans) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  padding: 0.95rem 1.6rem !important;
  cursor: pointer;
}
.entry-content .srfm-form button:hover,
.entry-content .srfm-form .srfm-submit-button:hover {
  background: var(--lime) !important;
  border-color: var(--ink) !important;
  color: var(--ink) !important;
}
.deep-card__image .image-placeholder .brand-icon span,
.list-card__image .image-placeholder .brand-icon span {
  position: static;
  width: auto;
  display: block;
  font-size: 0;
  place-items: initial;
}
.deep-card__image .image-placeholder .brand-icon span:first-child,
.list-card__image .image-placeholder .brand-icon span:first-child {
  height: 55%;
}
.deep-card__image .image-placeholder .brand-icon span:nth-child(2),
.list-card__image .image-placeholder .brand-icon span:nth-child(2) {
  height: 100%;
}
.deep-card__image .image-placeholder .brand-icon span:nth-child(3),
.list-card__image .image-placeholder .brand-icon span:nth-child(3) {
  height: 74%;
  background: var(--lime);
}
