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

:root {
  --ink: #25242a;
  --muted: #77777d;
  --line: #e5e5e7;
  --page: #f1f1f2;
  --surface: #ffffff;
  --red: #df4638;
  --red-dark: #be3026;
  --masthead-red: #d01920;
  --masthead-ivory: #faf7f1;
  --green: #43a848;
  --deep-green: #167246;
  --gold: #e2a92f;
  --blue: #3b82b9;
  --purple: #a05eb5;
  --charcoal: #363841;
  --shadow: 0 1px 3px rgba(20, 20, 24, 0.12);
  --container: 1140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.mobile-menu-open {
  overflow: hidden;
}

.site-header {
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--red);
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: #fff;
  color: #111;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.icon-button:focus-visible,
.button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(223, 70, 56, 0.3);
  outline-offset: 2px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 2px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  background: var(--red-dark);
  color: #fff;
}

.button--light {
  background: #fff;
  color: var(--ink);
}

.button--light:hover,
.button--light:focus-visible {
  background: #f7f7f7;
  color: var(--red);
}

.utility-bar {
  height: clamp(46px, 5.45vw, 78px);
  background: var(--masthead-red);
  color: #fff;
  font-size: clamp(13px, 1.18vw, 17px);
}

.utility-bar__inner,
.utility-navigation,
.utility-social {
  display: flex;
  align-items: center;
}

.utility-bar__inner {
  width: min(calc(100% - 64px), 1400px);
  height: clamp(46px, 5.45vw, 78px);
  justify-content: space-between;
}

.utility-navigation,
.utility-social {
  gap: clamp(18px, 2.25vw, 34px);
}

.utility-bar a:hover,
.utility-bar a:focus-visible {
  color: #fff;
  opacity: 0.78;
}

.utility-social .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.brand-bar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 28fr) minmax(0, 34fr);
  align-items: stretch;
  gap: 0;
  width: min(100%, 1440px);
  min-height: clamp(166px, 20vw, 286px);
  background: var(--masthead-ivory);
}

.masthead-brand-panel {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(20px, 3vw, 46px) clamp(20px, 3vw, 42px);
}

.masthead-brand-panel::after {
  position: absolute;
  top: -1px;
  right: 2px;
  bottom: -1px;
  width: 5px;
  background: var(--masthead-red);
  content: "";
  transform: skewX(-11deg);
  transform-origin: center;
}

.wordmark {
  display: block;
  width: min(100%, 460px);
  color: var(--ink);
  font-weight: 800;
  line-height: 1;
}

.wordmark:hover,
.wordmark:focus-visible {
  color: var(--ink);
}

.wordmark__main {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 0.14em 0.19em 0.16em;
  background: var(--masthead-red);
  color: #fff;
  font-size: clamp(31px, 5vw, 72px);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.wordmark__lower {
  display: grid;
  grid-template-columns: minmax(22px, 1fr) auto minmax(22px, 1fr);
  align-items: center;
  gap: clamp(8px, 1.1vw, 16px);
  width: min(100%, 455px);
  padding: clamp(6px, 0.8vw, 11px) 4px 0;
}

.wordmark__lower i {
  display: block;
  height: 4px;
  background: var(--deep-green);
}

.wordmark__online {
  color: var(--deep-green);
  font-size: clamp(20px, 3.1vw, 46px);
  letter-spacing: 0.14em;
  line-height: 0.9;
}

.wordmark__topics {
  display: block;
  margin-top: clamp(12px, 1.6vw, 22px);
  padding-left: 4px;
  color: #17171a;
  font-size: clamp(8px, 0.95vw, 13px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wordmark__topics b {
  margin-inline: 0.45em;
  color: var(--masthead-red);
}

.masthead-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(18px, 2.5vw, 36px) clamp(18px, 2.2vw, 32px) clamp(18px, 2.5vw, 36px) clamp(18px, 4.2vw, 60px);
  margin: 0;
  color: #222225;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.85vw, 42px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.masthead-message span {
  white-space: nowrap;
}

.masthead-message span:last-child {
  padding-bottom: 0.14em;
  border-bottom: 4px solid var(--deep-green);
}

.masthead-message em {
  color: var(--deep-green);
  font-style: normal;
}

.brand-promo {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(96px, 58%);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 8px clamp(12px, 1.4vw, 22px);
  min-width: 0;
  min-height: 100%;
  padding: clamp(18px, 2.2vw, 34px) clamp(22px, 3vw, 46px);
  border-left: 1px dashed rgba(190, 48, 38, 0.45);
  background: transparent;
  color: var(--ink);
}

.brand-promo:hover,
.brand-promo:focus-visible {
  background: #fffdf8;
  color: var(--ink);
}

.brand-promo__copy {
  display: flex;
  flex-direction: column;
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2.25vw, 34px);
  line-height: 0.98;
}

.brand-promo__copy small {
  margin-top: clamp(7px, 1vw, 14px);
  color: #35353a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(10px, 1.15vw, 16px);
  font-weight: 400;
  line-height: 1.35;
}

.brand-promo__books {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: center;
  min-width: 0;
  height: clamp(92px, 14vw, 196px);
  padding-top: 8px;
}

.brand-promo__books img {
  width: clamp(34px, 5vw, 70px);
  height: clamp(72px, 11.2vw, 158px);
  margin-left: clamp(-11px, -0.65vw, -5px);
  border: 1px solid rgba(16, 16, 18, 0.18);
  box-shadow: 6px 8px 13px rgba(24, 18, 12, 0.18);
  object-fit: cover;
}

.brand-promo__books img:first-child {
  margin-left: 0;
  transform: rotate(-4deg) translateY(5px);
}

.brand-promo__books img:nth-child(2) {
  z-index: 2;
  transform: translateY(-3px);
}

.brand-promo__books img:last-child {
  transform: rotate(4deg) translateY(4px);
}

.brand-promo b {
  align-self: start;
  justify-self: start;
  padding: clamp(8px, 1.05vw, 14px) clamp(12px, 1.5vw, 22px);
  background: var(--masthead-red);
  color: #fff;
  font-size: clamp(9px, 1.08vw, 15px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.navigation-shell {
  position: sticky;
  z-index: 800;
  top: 0;
  border-top: 1px solid var(--line);
  border-bottom: 4px solid var(--deep-green);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(10px);
}

.admin-bar .navigation-shell {
  top: 32px;
}

.navigation-row {
  width: min(100%, 1440px);
  display: flex;
  min-height: clamp(50px, 5.5vw, 78px);
}

.primary-navigation {
  flex: 1;
}

.primary-navigation .menu,
.mobile-navigation .menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation .menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  height: 100%;
}

.primary-navigation .menu-item > a {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: clamp(50px, 5.5vw, 78px);
  padding: 0 clamp(8px, 1.35vw, 20px);
  border-left: 1px solid var(--line);
  font-size: clamp(12px, 1.35vw, 18px);
  font-weight: 700;
  text-align: center;
}

.primary-navigation .menu-item:last-child > a {
  border-right: 1px solid var(--line);
}

.primary-navigation .current-menu-item > a,
.primary-navigation .menu-item:first-child > a {
  color: var(--masthead-red);
}

.primary-navigation .current-menu-item > a::before,
.primary-navigation .menu-item:first-child > a::before {
  position: absolute;
  right: 14%;
  bottom: 0;
  left: 14%;
  height: 5px;
  background: var(--masthead-red);
  content: "";
}

.primary-navigation .current-menu-item > a::after,
.primary-navigation .menu-item:first-child > a::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 13px solid var(--masthead-red);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.search-toggle {
  width: clamp(54px, 7vw, 98px);
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.search-toggle .dashicons {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.header-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.header-search form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.header-search input,
.drawer-search input,
.newsletter-widget input {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d8d8dc;
  border-radius: 2px;
  background: #fafafa;
  color: var(--ink);
}

.mobile-menu-toggle,
.mobile-drawer,
.mobile-scrim {
  display: none;
}

.mobile-scrim[hidden] {
  display: none !important;
}

.hero-slider {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: #232323;
}

.hero-slider__track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.hero-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 12, 0.08) 10%, rgba(10, 10, 12, 0.7) 100%);
}

.hero-slide__content {
  position: absolute;
  z-index: 2;
  right: 15%;
  bottom: 165px;
  left: 15%;
  max-width: 820px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.hero-slide h1 {
  margin: 15px 0 12px;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.hero-slide h1 a:hover,
.hero-slide h1 a:focus-visible {
  color: #fff;
  opacity: 0.85;
}

.category-pill,
.story-category {
  display: inline-flex;
  width: max-content;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.category-pill {
  padding: 3px 11px;
  border-radius: 3px;
  background: var(--green);
  color: #fff;
}

.category-pill:hover,
.category-pill:focus-visible {
  color: #fff;
}

.category-money-work,
.category-scam-smart {
  color: var(--red);
}

.category-diaspora {
  color: var(--purple);
}

.category-home-family {
  color: var(--gold);
}

.category-culture-fun {
  color: var(--blue);
}

.category-pill.category-money-work,
.category-pill.category-scam-smart {
  background: var(--red);
  color: #fff;
}

.category-pill.category-diaspora {
  background: var(--purple);
  color: #fff;
}

.category-pill.category-home-family {
  background: var(--gold);
  color: #fff;
}

.category-pill.category-culture-fun {
  background: var(--blue);
  color: #fff;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #99999f;
  font-size: 12px;
}

.hero-slide .story-meta {
  justify-content: center;
  color: #fff;
}

.story-meta span + span::before {
  margin-right: 8px;
  content: "•";
}

.hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  place-items: center;
  width: 50px;
  height: 80px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  color: #555;
  cursor: pointer;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: #fff;
  color: var(--red);
}

.hero-arrow--previous {
  left: 0;
}

.hero-arrow--next {
  right: 0;
}

.hero-arrow .dashicons {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.hero-dots {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 22px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.hero-dots button.is-active {
  background: #fff;
}

.magazine-layout {
  display: grid;
  grid-template-columns: minmax(0, 810px) 300px;
  gap: 30px;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 30px;
}

.magazine-module,
.sidebar-widget {
  margin-bottom: 30px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.magazine-module {
  overflow: hidden;
  border-top: 2px solid var(--red);
}

.module--green { border-top-color: var(--green); }
.module--blue { border-top-color: var(--blue); }
.module--red { border-top-color: var(--red); }
.module--gold { border-top-color: var(--gold); }
.module--charcoal { border-top-color: var(--charcoal); }

.module-title,
.sidebar-widget > h2 {
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.magazine-sidebar {
  display: flex;
  flex-direction: column;
}

.magazine-sidebar .newsletter-widget {
  order: 3;
}

.magazine-sidebar .sidebar-ebook {
  position: sticky;
  top: 82px;
  order: 4;
  width: 100%;
}

.module-title {
  padding: 15px 24px 14px;
}

.module-title span {
  display: none;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.module-title h2,
.sidebar-widget > h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  padding: 18px;
  gap: 18px;
}

.story-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.story-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.9 / 1;
}

.story-card__image img,
.latest-card__image img,
.conversation-card img,
.picture-strip img,
.featured-widget img,
.archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.story-card:hover .story-card__image img,
.latest-card:hover .latest-card__image img,
.conversation-card:hover img,
.picture-strip article:hover img,
.featured-widget article:hover img,
.archive-card:hover img {
  transform: scale(1.025);
}

.story-card__body {
  padding: 16px 20px 20px;
  text-align: center;
}

.story-card h3,
.conversation-card h3,
.latest-card h3,
.ebook-card h3,
.archive-card h2,
.ebook-library-card h2 {
  margin: 5px 0 8px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.story-card .story-meta {
  justify-content: center;
}

.story-card p,
.latest-card p,
.conversation-card p,
.ebook-card p,
.archive-card p,
.ebook-library-card p {
  margin: 12px 0 0;
  color: #66666c;
  font-size: 13px;
  line-height: 1.7;
}

.picture-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.picture-strip article {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.picture-strip img {
  height: 105px;
}

.picture-strip h3 {
  min-height: 76px;
  padding: 12px 9px;
  margin: 0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

.conversation-grid {
  padding: 18px;
}

.conversation-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.conversation-card {
  overflow: hidden;
  border: 1px solid var(--line);
}

.conversation-card > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.9 / 1;
}

.conversation-card > div {
  padding: 16px 18px 18px;
}

.headline-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  padding: 18px 4px 2px;
  margin: 0;
  list-style: none;
}

.headline-list li {
  position: relative;
  padding: 10px 10px 10px 17px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.headline-list li::before {
  position: absolute;
  top: 10px;
  left: 2px;
  color: var(--red);
  content: "•";
}

.ebook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
}

.ebook-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
}

.ebook-card__cover {
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: #eee;
}

.ebook-card__cover img,
.sidebar-ebook img,
.ebook-library-card img,
.ebook-product__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ebook-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}

.ebook-card h3 {
  font-size: 17px;
}

.ebook-card p {
  flex: 1;
}

.ebook-price {
  display: inline-flex;
  padding: 3px 9px;
  border-radius: 2px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.text-link {
  margin-top: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.latest-feed {
  padding: 18px 18px 0;
}

.latest-card {
  display: grid;
  grid-template-columns: 46% 1fr;
  min-height: 205px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
}

.latest-card__image {
  overflow: hidden;
}

.latest-card__body {
  align-self: center;
  padding: 18px 22px;
}

.latest-card h3 {
  font-size: 23px;
}

.load-more {
  display: flex;
  margin: 0 auto 20px;
}

.sidebar-widget > h2 {
  padding: 16px 18px;
}

.categories-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.categories-widget li {
  border-left: 3px solid var(--purple);
  border-bottom: 1px solid var(--line);
}

.categories-widget li:last-child {
  border-bottom: 0;
}

.categories-widget li.category-life-hacks { border-left-color: var(--green); }
.categories-widget li.category-money-work,
.categories-widget li.category-scam-smart { border-left-color: var(--red); }
.categories-widget li.category-home-family { border-left-color: var(--gold); }
.categories-widget li.category-culture-fun { border-left-color: var(--blue); }
.categories-widget li.category-diaspora { border-left-color: var(--purple); }

.categories-widget a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding-left: 16px;
}

.categories-widget b {
  display: grid;
  align-self: stretch;
  place-items: center;
  min-width: 42px;
  background: #f5f5f6;
  font-size: 12px;
}

.featured-widget article {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.featured-widget article:last-child {
  border-bottom: 0;
}

.featured-widget article a {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.featured-widget img {
  width: 92px;
  height: 68px;
}

.featured-widget small {
  display: block;
  margin-bottom: 3px;
  color: var(--red);
  font-size: 11px;
}

.sidebar-ebook {
  margin-bottom: 30px;
  padding: 24px;
  background: var(--red);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.sidebar-ebook > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sidebar-ebook img {
  width: 150px;
  aspect-ratio: 2 / 3;
  margin: 14px auto;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.sidebar-ebook h2 {
  margin: 12px 0 8px;
  font-size: 21px;
  line-height: 1.25;
}

.sidebar-ebook p {
  margin: 0 0 18px;
  font-size: 13px;
}

.newsletter-widget {
  padding: 26px 22px;
  border-top: 3px solid var(--green);
  text-align: center;
}

.newsletter-widget > .dashicons {
  width: 34px;
  height: 34px;
  color: var(--green);
  font-size: 34px;
}

.newsletter-widget h2 {
  margin: 10px 0 8px;
  font-size: 19px;
  line-height: 1.35;
}

.newsletter-widget p {
  color: var(--muted);
  font-size: 13px;
}

.newsletter-widget form {
  display: grid;
  gap: 9px;
}

.newsletter-widget small {
  min-height: 22px;
  color: var(--deep-green);
}

.site-footer {
  background: var(--charcoal);
  color: #f6f6f7;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-top: 36px;
  padding-bottom: 40px;
}

.footer-grid section {
  min-width: 0;
  background: #2d2f37;
}

.footer-grid h2 {
  padding: 15px 18px;
  margin: 0;
  border-bottom: 1px solid #42444d;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.footer-list {
  padding: 0 18px;
  margin: 0;
  list-style: none;
}

.footer-list li {
  padding: 14px 0;
  border-bottom: 1px solid #42444d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-list li:last-child {
  border-bottom: 0;
}

.footer-list small {
  display: block;
  margin-top: 3px;
  color: #9ea0a8;
  font-weight: 500;
}

.footer-ebooks {
  padding-bottom: 22px;
  text-align: center;
}

.footer-ebooks p {
  padding: 10px 24px;
  color: #c6c7cc;
  font-size: 13px;
}

.footer-bottom {
  border-top: 1px solid #484a52;
  background: #2c2e35;
  color: #bdbec4;
  font-size: 12px;
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
}

.footer-bottom nav {
  display: flex;
  gap: 18px;
}

.back-to-top {
  position: fixed;
  z-index: 700;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  transform: translateY(80px);
  background: rgba(43, 44, 51, 0.94);
  color: #fff;
  opacity: 0;
  transition: transform 250ms ease, opacity 250ms ease;
}

.back-to-top.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.listing-page,
.ebook-library,
.prose-page {
  padding-top: 60px;
  padding-bottom: 70px;
}

.listing-header {
  max-width: 760px;
  margin-bottom: 30px;
}

.listing-header--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.listing-header h1,
.prose-page h1 {
  margin: 5px 0 10px;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.archive-card {
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.archive-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.archive-card > div {
  padding: 20px;
}

.article-hero {
  position: relative;
  height: 520px;
  background: #222;
  color: #fff;
}

.article-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.78));
}

.article-hero__content {
  position: absolute;
  right: 0;
  bottom: 55px;
  left: 0;
  max-width: 900px;
  text-align: center;
}

.article-hero h1 {
  margin: 14px auto;
  font-size: clamp(38px, 6vw, 66px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.article-hero .story-meta {
  justify-content: center;
  color: #fff;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 50px;
  align-items: start;
  padding-top: 46px;
  padding-bottom: 70px;
}

.article-content {
  padding: 34px 42px;
  background: #fff;
  box-shadow: var(--shadow);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.85;
}

.article-content h2,
.article-content h3 {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.article-content h2 {
  margin-top: 1.7em;
  font-size: 30px;
}

.article-deck {
  margin-top: 0;
  color: #55555b;
  font-size: 22px;
  font-style: italic;
}

.article-share {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  margin-top: 38px;
  border-top: 1px solid var(--line);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
}

.article-share a {
  color: var(--deep-green);
  font-weight: 800;
}

.article-aside {
  position: sticky;
  top: 90px;
  padding: 28px;
  background: var(--charcoal);
  color: #fff;
}

.article-aside h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.25;
}

.article-aside p {
  color: #d2d3d7;
}

.prose-page > article {
  max-width: 820px;
  padding: 42px;
  background: #fff;
  box-shadow: var(--shadow);
}

.ebook-library__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ebook-library-card {
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.ebook-library-card > a {
  display: block;
  aspect-ratio: 2 / 3;
}

.ebook-library-card > div {
  padding: 22px;
}

.ebook-product {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  padding-top: 60px;
  padding-bottom: 70px;
}

.ebook-product__cover {
  position: sticky;
  top: 90px;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  box-shadow: 0 20px 45px rgba(28, 28, 32, 0.23);
}

.ebook-product__content {
  padding: 42px;
  background: #fff;
  box-shadow: var(--shadow);
}

.ebook-product h1 {
  margin: 8px 0 15px;
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.ebook-product__lead {
  color: #5d5d63;
  font-size: 20px;
}

.ebook-buy-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px 18px;
  align-items: center;
  padding: 20px;
  margin: 26px 0;
  border: 1px solid #efd3cf;
  background: #fff8f7;
}

.ebook-buy-box strong {
  color: var(--red);
  font-size: 30px;
}

.ebook-buy-box span,
.ebook-buy-box small {
  color: var(--muted);
  font-size: 12px;
}

.ebook-buy-box small {
  grid-column: 1 / -1;
  min-height: 20px;
  color: var(--deep-green);
}

.ebook-product__description h2 {
  margin-top: 30px;
  font-size: 26px;
}

.error-page {
  min-height: 50vh;
  text-align: center;
}

@media (max-width: 1040px) {
  .brand-bar {
    grid-template-columns: minmax(0, 36fr) minmax(0, 28fr) minmax(0, 36fr);
    gap: 0;
  }

  .wordmark__main {
    font-size: clamp(31px, 5vw, 52px);
  }

  .primary-navigation .menu-item > a {
    padding: 0 13px;
  }

  .magazine-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .brand-bar {
    min-height: 160px;
  }

  .masthead-brand-panel {
    padding-inline: 16px;
  }

  .wordmark__main {
    font-size: clamp(27px, 4.35vw, 36px);
  }

  .wordmark__topics {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .masthead-message {
    padding-inline: 16px;
    font-size: 20px;
  }

  .brand-promo {
    grid-template-columns: minmax(0, 48%) minmax(90px, 52%);
    padding: 18px 22px;
  }

  .brand-promo__copy {
    font-size: 20px;
  }

  .primary-navigation .menu-item > a {
    padding: 0 10px;
    font-size: 12px;
  }

  .magazine-layout,
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .magazine-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .magazine-sidebar .sidebar-ebook {
    position: static;
  }

  .magazine-sidebar > * {
    margin-bottom: 0;
  }

  .article-aside {
    position: static;
  }

  .picture-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ebook-product {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 34px;
  }
}

@media (max-width: 760px) {
  .admin-bar .navigation-shell {
    top: 46px;
  }

  .utility-bar,
  .navigation-shell {
    display: none;
  }

  .site-header,
  .hero-slider,
  body > main,
  body > .site-footer,
  body > .back-to-top {
    transition: transform 300ms ease;
  }

  body.mobile-menu-open .site-header,
  body.mobile-menu-open .hero-slider,
  body.mobile-menu-open > main,
  body.mobile-menu-open > .site-footer,
  body.mobile-menu-open > .back-to-top {
    transform: translateX(280px);
  }

  .brand-bar {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    grid-template-rows: 58px 94px;
    gap: 0;
    width: 100%;
    min-height: 152px;
    height: 152px;
    padding: 0;
    background: var(--masthead-ivory);
  }

  .mobile-menu-toggle {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    width: 52px;
    height: 58px;
    color: var(--masthead-red);
  }

  .mobile-menu-toggle .dashicons {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }

  .masthead-brand-panel {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    padding: 0;
  }

  .masthead-brand-panel::after,
  .masthead-message,
  .wordmark__topics {
    display: none;
  }

  .wordmark {
    justify-self: center;
    width: min(100%, 224px);
  }

  .wordmark__main {
    padding: 0.12em 0.18em 0.15em;
    font-size: 22px;
  }

  .wordmark__lower {
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    gap: 6px;
    width: 100%;
    padding: 4px 2px 0;
  }

  .wordmark__lower i {
    height: 2px;
  }

  .wordmark__online {
    font-size: 10px;
  }

  .brand-promo {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) 86px auto;
    grid-template-rows: 1fr;
    align-self: stretch;
    gap: 8px;
    min-height: 0;
    height: 94px;
    padding: 11px 14px;
    border-left: 0;
    border-top: 1px solid var(--line);
    background: #f7f2e9;
  }

  .brand-promo__copy {
    align-self: center;
    font-size: 15px;
    line-height: 1;
  }

  .brand-promo__copy small {
    margin-top: 5px;
    font-size: 10px;
  }

  .brand-promo__books {
    grid-column: 2;
    grid-row: 1;
    height: 66px;
    padding: 0;
  }

  .brand-promo__books img {
    width: 28px;
    height: 58px;
    margin-left: -8px;
    box-shadow: 3px 4px 8px rgba(24, 18, 12, 0.18);
  }

  .brand-promo b {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    padding: 10px 9px;
    font-size: 9px;
    white-space: nowrap;
  }

  .mobile-drawer {
    position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 280px;
    overflow-y: auto;
    transform: translateX(-100%);
    background: #fff;
    box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
    transition: transform 300ms ease;
  }

  .admin-bar .mobile-drawer {
    top: 46px;
  }

  body.mobile-menu-open .mobile-drawer {
    transform: translateX(0);
  }

  .mobile-scrim {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.38);
  }

  .mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding: 0 15px;
    border-bottom: 1px solid var(--line);
    color: var(--red);
    text-transform: uppercase;
  }

  .mobile-drawer__top .icon-button {
    width: 40px;
    height: 40px;
  }

  .mobile-navigation .menu {
    display: block;
  }

  .mobile-drawer > .menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mobile-navigation .menu-item a,
  .mobile-drawer > .menu .menu-item a {
    display: flex;
    align-items: center;
    min-height: 49px;
    padding: 0 15px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .drawer-search {
    display: grid;
    grid-template-columns: 1fr 42px;
    gap: 0;
    padding: 15px;
    border-bottom: 1px solid var(--line);
  }

  .drawer-search input {
    min-width: 0;
    border-right: 0;
  }

  .drawer-search button {
    border: 0;
    background: var(--red);
    color: #fff;
  }

  .drawer-social {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 18px;
  }

  .hero-slider {
    height: 300px;
  }

  .hero-slide__content {
    right: 45px;
    bottom: 42px;
    left: 45px;
  }

  .hero-slide h1 {
    margin: 10px 0 8px;
    font-size: clamp(25px, 8vw, 34px);
  }

  .hero-arrow {
    width: 31px;
    height: 70px;
  }

  .hero-arrow .dashicons {
    width: 21px;
    height: 21px;
    font-size: 21px;
  }

  .hero-dots {
    bottom: 13px;
  }

  .magazine-layout {
    width: calc(100% - 18px);
    gap: 10px;
    padding-top: 15px;
  }

  .magazine-module {
    margin-bottom: 10px;
  }

  .module-title {
    padding: 13px 12px 12px;
  }

  .module-title h2 {
    font-size: 15px;
  }

  .story-grid--two,
  .conversation-features,
  .headline-list,
  .ebook-grid,
  .footer-grid,
  .archive-grid,
  .ebook-library__grid,
  .ebook-product {
    grid-template-columns: minmax(0, 1fr);
  }

  .story-grid,
  .conversation-grid,
  .ebook-grid,
  .latest-feed {
    padding: 10px;
  }

  .story-card__body {
    padding: 16px 20px 22px;
  }

  .story-card h3 {
    font-size: 20px;
  }

  .picture-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
  }

  .picture-strip img {
    height: 120px;
  }

  .picture-strip h3 {
    min-height: 70px;
  }

  .headline-list {
    gap: 0;
  }

  .ebook-card {
    display: grid;
    grid-template-columns: 42% 1fr;
  }

  .ebook-card__cover {
    min-height: 300px;
  }

  .latest-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .latest-card__image {
    aspect-ratio: 1.9 / 1;
  }

  .latest-card__body {
    padding: 18px;
  }

  .latest-card h3 {
    font-size: 21px;
  }

  .magazine-sidebar {
    display: block;
    width: min(100%, 340px);
    margin: 10px auto 0;
  }

  .magazine-sidebar > * {
    margin-bottom: 10px;
  }

  .footer-grid {
    gap: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-bottom__inner {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-height: 92px;
    text-align: center;
  }

  .footer-bottom__inner p {
    margin: 0;
  }

  .listing-page,
  .ebook-library,
  .prose-page {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .listing-header {
    margin-bottom: 20px;
  }

  .article-hero {
    height: 390px;
  }

  .article-hero__content {
    bottom: 35px;
  }

  .article-layout {
    gap: 18px;
    padding-top: 18px;
  }

  .article-content,
  .prose-page > article,
  .ebook-product__content {
    padding: 24px 20px;
  }

  .article-content {
    font-size: 17px;
  }

  .article-share {
    flex-direction: column;
  }

  .ebook-product {
    gap: 26px;
    padding-top: 35px;
  }

  .ebook-product__cover {
    position: static;
    width: min(82%, 350px);
    margin: auto;
  }

  .ebook-buy-box {
    grid-template-columns: 1fr;
  }

  .ebook-buy-box small {
    grid-column: auto;
  }

  .back-to-top {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 460px) {
  .site-container {
    width: calc(100% - 20px);
  }

  .wordmark__main {
    font-size: 20px;
  }

  .wordmark__online {
    display: block;
    font-size: 9px;
  }

  .ebook-card {
    grid-template-columns: 44% 1fr;
  }

  .ebook-card__body {
    padding: 13px;
  }

  .ebook-card h3 {
    font-size: 15px;
  }

  .ebook-card p {
    display: none;
  }

  .article-hero h1 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
