/* MEN'S LAB production visual system. Consolidated from the historical override files. */
:root {
  --ml-ink: #171916;
  --ml-green: #173d32;
  --ml-green-deep: #0f2d25;
  --ml-red: #a74836;
  --ml-gold: #a77b32;
  --ml-paper: #f7f3e9;
  --ml-paper-light: #fffdf7;
  --ml-paper-muted: #ece6d8;
  --ml-line: #cfc5b3;
  --ml-muted: #6e695f;
  --ml-shadow: 0 12px 30px rgba(36, 31, 23, 0.1);
}

html {
  scroll-behavior: smooth;
  background: var(--ml-green-deep);
}

body.gentlestyle-body {
  margin: 0;
  overflow-x: clip;
  color: var(--ml-ink);
  background: var(--ml-green-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
}

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

body.gentlestyle-body a,
body.gentlestyle-body button,
body.gentlestyle-body input {
  letter-spacing: 0;
}

body.gentlestyle-body img,
body.gentlestyle-body svg,
body.gentlestyle-body iframe,
body.gentlestyle-body video {
  max-width: 100%;
}

body.gentlestyle-body a:focus-visible,
body.gentlestyle-body button:focus-visible,
body.gentlestyle-body input:focus-visible {
  outline: 3px solid #d59643;
  outline-offset: 3px;
}

.gentlestyle-shell {
  width: min(100%, 1600px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: clip;
  background-color: var(--ml-paper);
  background-image: url("./assets/menslab-light-archive/paper-texture.png");
  background-size: 760px auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.24);
}

/* Paper arch used between the header and article/page content. */
.gentlestyle-arch-divider {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  height: 52px;
  margin: 0 auto 18px;
  overflow: hidden;
}

.gentlestyle-arch-divider svg {
  display: block;
  width: 100%;
  height: 52px;
  overflow: visible;
}

.gentlestyle-arch-divider path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.gentlestyle-arch-divider__shadow {
  stroke: rgba(76, 51, 29, 0.14);
  stroke-width: 10;
  stroke-linecap: round;
}

.gentlestyle-arch-divider__stroke {
  stroke: #9b672f;
  stroke-width: 6;
  stroke-linecap: round;
}

.gentlestyle-arch-divider__stroke-light {
  stroke: rgba(226, 184, 130, 0.9);
  stroke-width: 2;
  stroke-linecap: round;
}

.gentlestyle-arch-divider--compact,
.gentlestyle-arch-divider--compact svg {
  height: 44px;
}

@media (max-width: 640px) {
  .gentlestyle-arch-divider {
    width: calc(100% - 20px);
    height: 34px;
    margin-bottom: 10px;
  }

  .gentlestyle-arch-divider svg,
  .gentlestyle-arch-divider--compact,
  .gentlestyle-arch-divider--compact svg {
    height: 34px;
  }
}

/* Header */
.gentlestyle-book-header {
  position: relative;
  z-index: 100;
  height: 92px;
  min-height: 92px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(88, 69, 43, 0.18);
  background: rgba(251, 247, 238, 0.98);
}

.gentlestyle-site-header__inner {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.gentlestyle-book-header__brand {
  display: flex;
  flex: 0 0 255px;
  width: 255px;
  min-width: 0;
  align-items: center;
}

.gentlestyle-logo-lockup {
  display: block;
  width: 100%;
  height: auto;
}

.gentlestyle-main-nav {
  display: none;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}

.gentlestyle-main-nav__link {
  display: inline-flex;
  min-height: 42px;
  padding: 0 12px;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  border-bottom-color: rgba(86, 67, 42, 0.24);
  color: #3c3b35;
  background: rgba(255, 253, 247, 0.72);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.gentlestyle-main-nav__link:hover,
.gentlestyle-main-nav__link[aria-current="page"] {
  color: var(--ml-green);
  border-color: rgba(23, 61, 50, 0.32);
  background: var(--ml-paper-light);
}

.gentlestyle-main-nav__bullet {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--ml-red);
}

.gentlestyle-nav-icon {
  display: none;
}

.gentlestyle-header-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  margin-left: 6px;
}

.gentlestyle-header-icon,
.gentlestyle-header-search {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ml-green);
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.gentlestyle-header-icon:hover,
.gentlestyle-header-search:hover {
  border-color: var(--ml-line);
  background: var(--ml-paper-light);
}

.gentlestyle-header-bookmark {
  display: none;
}

.gentlestyle-header-about {
  min-width: 84px;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ml-green);
  border-radius: 4px;
  color: var(--ml-paper-light);
  background: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.gentlestyle-header-about:hover {
  color: var(--ml-green);
  background: transparent;
}

.gentlestyle-header-search-panel {
  position: absolute;
  z-index: 120;
  top: 92px;
  left: 50%;
  width: min(620px, calc(100% - 32px));
  padding: 20px;
  transform: translateX(-50%);
  border: 1px solid var(--ml-line);
  border-top: 3px solid var(--ml-green);
  border-radius: 0 0 6px 6px;
  background: var(--ml-paper-light);
  box-shadow: var(--ml-shadow);
}

.gentlestyle-header-search-panel label,
.gentlestyle-mobile-menu__search label {
  display: block;
  margin-bottom: 8px;
  color: var(--ml-muted);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.gentlestyle-header-search-panel form > div,
.gentlestyle-mobile-menu__search > div {
  display: flex;
  gap: 8px;
}

.gentlestyle-header-search-panel input,
.gentlestyle-mobile-menu__search input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--ml-line);
  color: var(--ml-ink);
  background: #fff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 16px;
}

.gentlestyle-header-search-panel button,
.gentlestyle-mobile-menu__search button {
  min-width: 88px;
  min-height: 46px;
  border: 1px solid var(--ml-green);
  color: #fff;
  background: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.gentlestyle-menu-button {
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  padding: 0;
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ml-line);
  border-radius: 4px;
  color: var(--ml-green);
  background: var(--ml-paper-light);
}

.gentlestyle-mobile-category-strip {
  position: relative;
  z-index: 90;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: visible;
  border-bottom: 1px solid var(--ml-line);
  background: #eee7d9;
}

.gentlestyle-mobile-category-strip::-webkit-scrollbar {
  display: none;
}

.gentlestyle-mobile-category-strip__link {
  min-width: 0;
  height: 40px;
  padding: 0 5px;
  display: inline-flex;
  grid-column: span 2;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-right: 1px solid rgba(96, 78, 52, 0.16);
  border-bottom: 1px solid rgba(96, 78, 52, 0.12);
  color: #393832;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.gentlestyle-mobile-category-strip__link:nth-child(n + 4) {
  grid-column: span 3;
}

.gentlestyle-mobile-category-strip__link .gentlestyle-numeric {
  color: var(--ml-red);
  font-size: 10px;
}

.gentlestyle-mobile-menu {
  z-index: 110;
  top: 172px;
  color: var(--ml-paper-light);
  background: var(--ml-green-deep);
  box-shadow: var(--ml-shadow);
}

.gentlestyle-mobile-menu__search {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.gentlestyle-mobile-menu__search label {
  color: #d7d0c1;
}

.gentlestyle-mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fffdf7;
}

/* Homepage hero */
.gentlestyle-archive-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-bottom: 1px solid rgba(98, 72, 42, 0.24);
  background: #e9e0d0;
}

.gentlestyle-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
}

.gentlestyle-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(247, 243, 233, 0.36);
}

.gentlestyle-hero__grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  min-height: 540px;
  margin: 0 auto;
  padding: 54px 32px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 50px;
}

.gentlestyle-hero__copy {
  max-width: 570px;
  padding: 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.gentlestyle-hero__kicker,
.gentlestyle-single-kicker,
.gentlestyle-category-hero__label,
.gentlestyle-conversion-kicker {
  margin: 0 0 16px;
  color: var(--ml-red);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.gentlestyle-hero h1 {
  margin: 0;
  color: #111713;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.24;
}

.gentlestyle-hero__lead {
  max-width: 520px;
  margin: 22px 0 0;
  color: #292c28;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.gentlestyle-hero__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gentlestyle-hero__actions a {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ml-green);
  border-radius: 4px;
  color: #fff;
  background: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.gentlestyle-hero__actions a + a {
  color: var(--ml-green);
  background: rgba(255, 253, 247, 0.82);
}

.gentlestyle-hero__feature {
  position: relative;
  min-width: 0;
  min-height: 390px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(84, 66, 43, 0.26);
  border-top: 4px solid var(--ml-green);
  border-radius: 6px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: var(--ml-shadow);
}

.gentlestyle-hero__feature::before {
  content: "PICK UP";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 6px 10px;
  color: #fff;
  background: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.gentlestyle-hero__feature-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.gentlestyle-hero__feature-media {
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
  background: #ebe3d4;
  box-shadow: 0 9px 22px rgba(43, 35, 24, 0.14);
}

.gentlestyle-hero__feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gentlestyle-hero__feature-body {
  min-width: 0;
}

.gentlestyle-hero__feature-body > p {
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  color: var(--ml-muted);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.gentlestyle-hero__feature-body > p span {
  color: var(--ml-green);
}

.gentlestyle-hero__feature-body h2 {
  margin: 0;
  color: var(--ml-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.gentlestyle-hero__feature-excerpt {
  margin: 17px 0;
  color: #4f4c45;
  font-size: 13px;
  line-height: 1.9;
}

.gentlestyle-hero__feature-body > span {
  color: var(--ml-red);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.gentlestyle-hero__note,
.gentlestyle-hero__shelf {
  display: none;
}

/* Homepage sections */
.gentlestyle-top-posts,
.gentlestyle-category-strip,
.gentlestyle-category-archives {
  padding: 64px 28px;
}

.gentlestyle-top-posts {
  background: rgba(255, 253, 247, 0.7);
}

.gentlestyle-category-strip {
  border-top: 1px solid var(--ml-line);
  border-bottom: 1px solid var(--ml-line);
  background: #e4e9e1;
}

.gentlestyle-category-archives {
  background: rgba(242, 235, 222, 0.72);
}

.gentlestyle-top-posts > div,
.gentlestyle-category-strip > div,
.gentlestyle-category-archives > div {
  width: 100%;
  max-width: 1280px;
}

.gentlestyle-top-posts__heading,
.gentlestyle-category-strip__heading,
.gentlestyle-category-archives__heading {
  margin-bottom: 28px;
  padding-bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid var(--ml-green);
}

.gentlestyle-top-posts__heading p,
.gentlestyle-category-strip__heading p,
.gentlestyle-category-archives__heading p {
  margin: 0 0 6px;
  color: var(--ml-red);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gentlestyle-top-posts__heading h2,
.gentlestyle-category-strip__heading h2,
.gentlestyle-category-archives__heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}

.gentlestyle-top-posts__heading > a,
.gentlestyle-category-strip__heading > a {
  color: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.gentlestyle-top-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gentlestyle-top-post-card,
.gentlestyle-category-archive-card {
  min-width: 0;
  border: 1px solid var(--ml-line);
  border-radius: 6px;
  background: var(--ml-paper-light);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.gentlestyle-top-post-card:hover,
.gentlestyle-category-archive-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(42, 34, 24, 0.11);
}

.gentlestyle-top-post-card > a,
.gentlestyle-category-archive-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gentlestyle-top-post-card__media,
.gentlestyle-category-archive-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  background: #e6ddcd;
}

.gentlestyle-top-post-card__media img,
.gentlestyle-category-archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gentlestyle-top-post-card__body {
  min-width: 0;
  padding: 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.gentlestyle-top-post-card__meta {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--ml-muted);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.gentlestyle-top-post-card__meta > span {
  color: var(--ml-red);
}

.gentlestyle-top-post-card__body strong {
  color: var(--ml-ink);
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.gentlestyle-top-post-card__body em {
  margin-top: 12px;
  color: var(--ml-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}

.gentlestyle-category-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.gentlestyle-category-link {
  min-width: 0;
  min-height: 122px;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  border: 1px solid #b9c2b6;
  border-radius: 6px;
  background: rgba(255, 253, 247, 0.92);
}

.gentlestyle-category-link:hover {
  border-color: var(--ml-green);
}

.gentlestyle-category-link__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gentlestyle-category-link__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gentlestyle-category-link__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.gentlestyle-category-link__text > span,
.gentlestyle-category-link__text > em {
  color: var(--ml-muted);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.gentlestyle-category-link__text strong {
  color: var(--ml-green);
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.gentlestyle-category-link__arrow {
  color: var(--ml-red);
  font-size: 18px;
}

.gentlestyle-category-archives__grid {
  display: grid;
  gap: 52px;
}

.gentlestyle-category-archive {
  min-width: 0;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--ml-line);
}

.gentlestyle-category-archive:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.gentlestyle-category-archive__head {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.gentlestyle-category-archive__icon {
  width: 52px;
  height: 52px;
}

.gentlestyle-category-archive__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gentlestyle-category-archive__head p {
  margin: 0 0 3px;
  color: var(--ml-red);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 9px;
  font-weight: 800;
}

.gentlestyle-category-archive__head h3 {
  margin: 0;
  font-size: 24px;
}

.gentlestyle-category-archive__head > a {
  color: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.gentlestyle-category-archive__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gentlestyle-category-archive-card__text {
  min-width: 0;
  padding: 15px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gentlestyle-category-archive-card__text time {
  color: var(--ml-muted);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
}

.gentlestyle-category-archive-card__text strong {
  color: var(--ml-ink);
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

/* Subpages */
.gentlestyle-subpage-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 58px 28px 76px;
  background: transparent;
}

.gentlestyle-subpage-section > .flex,
.gentlestyle-category-page__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.86fr);
  align-items: start;
  gap: 54px;
}

.gentlestyle-subpage-section .lg\:w-\[65\%\],
.gentlestyle-category-page__main,
.gentlestyle-subpage-section .lg\:w-\[35\%\] {
  width: auto;
  min-width: 0;
}

.gentlestyle-breadcrumb,
.gentlestyle-category-breadcrumb {
  margin-bottom: 28px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--ml-line);
  color: var(--ml-muted);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.gentlestyle-breadcrumb a,
.gentlestyle-category-breadcrumb a {
  color: var(--ml-green);
}

.gentlestyle-listing-intro,
.gentlestyle-category-hero {
  margin-bottom: 30px;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 2px solid var(--ml-green);
}

.gentlestyle-listing-intro h1,
.gentlestyle-category-hero h1 {
  margin: 0;
  color: var(--ml-ink);
  font-size: 34px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.gentlestyle-listing-intro p,
.gentlestyle-category-hero p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #4e4b44;
  font-size: 14px;
  line-height: 2;
}

.gentlestyle-category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
  align-items: center;
  gap: 24px;
}

.gentlestyle-category-hero__image {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gentlestyle-category-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gentlestyle-category-hero__meta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ml-muted);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.gentlestyle-category-hero__meta a {
  color: var(--ml-green);
}

.gentlestyle-category-filter {
  margin: 0 0 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gentlestyle-category-filter a {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ml-line);
  border-radius: 4px;
  color: #45443e;
  background: rgba(255, 253, 247, 0.82);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.gentlestyle-category-filter a.is-current,
.gentlestyle-category-filter a:hover {
  color: #fff;
  border-color: var(--ml-green);
  background: var(--ml-green);
}

.gentlestyle-category-filter em {
  color: inherit;
  font-style: normal;
  opacity: 0.72;
}

.gentlestyle-arrivals-grid {
  display: grid;
  gap: 24px;
}

.gentlestyle-catalog-card {
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--ml-line);
  border-radius: 6px;
  background: var(--ml-paper-light);
}

.gentlestyle-catalog-card__body {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 0.58fr);
  gap: 26px;
}

.gentlestyle-catalog-card__media-wrap,
.gentlestyle-catalog-card__text {
  width: auto;
  min-width: 0;
}

.gentlestyle-catalog-card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #e9e1d2;
}

.gentlestyle-catalog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gentlestyle-catalog-card__title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.gentlestyle-catalog-card__subtitle {
  margin: 0 0 12px;
  color: var(--ml-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.gentlestyle-catalog-card__excerpt {
  color: #555149;
  font-size: 13px;
  line-height: 1.9;
}

.gentlestyle-catalog-card__meta,
.gentlestyle-catalog-card__footer {
  font-family: system-ui, -apple-system, sans-serif;
}

/* Single article */
.gentlestyle-single-header,
.gentlestyle-page-header {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 2px solid var(--ml-green);
}

.gentlestyle-single-header h1,
.gentlestyle-page-header h1 {
  margin: 0 0 22px;
  color: var(--ml-ink);
  font-size: 42px;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.gentlestyle-single-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.gentlestyle-single-editor,
.gentlestyle-single-dates time {
  padding: 6px 9px;
  border: 1px solid var(--ml-line);
  color: #57534b;
  background: rgba(255, 255, 255, 0.7);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
}

.gentlestyle-single-editor:hover {
  color: var(--ml-green);
  border-color: var(--ml-green);
}

.gentlestyle-single-figure {
  width: 100%;
  margin: 0 0 40px;
}

.gentlestyle-single-figure__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(42, 34, 24, 0.12);
}

.gentlestyle-reading-copy {
  min-width: 0;
  font-size: 17px;
  line-height: 2;
}

.gentlestyle-reading-copy > div {
  padding-left: 0;
}

.gentlestyle-content {
  min-width: 0;
  color: #2d2e2a;
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.gentlestyle-content > *:first-child {
  margin-top: 0;
}

.gentlestyle-content h2 {
  margin: 56px 0 22px;
  padding: 14px 0 13px 18px;
  border-left: 5px solid var(--ml-red);
  border-bottom: 1px solid var(--ml-line);
  color: var(--ml-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.gentlestyle-content h3 {
  margin: 38px 0 18px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--ml-green);
  color: var(--ml-ink);
  font-size: 22px;
  line-height: 1.55;
}

.gentlestyle-content h4 {
  margin: 30px 0 14px;
  color: var(--ml-green);
  font-size: 18px;
}

.gentlestyle-content p,
.gentlestyle-content ul,
.gentlestyle-content ol,
.gentlestyle-content blockquote {
  margin: 0 0 24px;
}

.gentlestyle-content ul,
.gentlestyle-content ol {
  padding-left: 1.5em;
}

.gentlestyle-content ul {
  list-style: disc;
}

.gentlestyle-content ol {
  list-style: decimal;
}

.gentlestyle-content li + li {
  margin-top: 8px;
}

.gentlestyle-content a {
  color: #8b352a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gentlestyle-content blockquote {
  padding: 20px 22px;
  border-left: 4px solid var(--ml-gold);
  background: #eee8db;
}

.gentlestyle-content img {
  height: auto;
  margin: 28px auto;
  border-radius: 4px;
}

.gentlestyle-content figure {
  max-width: 100%;
  margin: 28px 0;
}

.gentlestyle-content table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
}

.gentlestyle-content .wp-block-table,
.gentlestyle-content .table-scroll,
.gentlestyle-content > table {
  max-width: 100%;
  overflow-x: auto;
}

.gentlestyle-content > table {
  display: block;
}

.gentlestyle-content th,
.gentlestyle-content td {
  padding: 12px 13px;
  border: 1px solid var(--ml-line);
  text-align: left;
  vertical-align: top;
}

.gentlestyle-content th {
  color: #fff;
  background: var(--ml-green);
}

.gentlestyle-content pre,
.gentlestyle-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.gentlestyle-content pre {
  max-width: 100%;
  padding: 18px;
  overflow-x: auto;
  border-radius: 4px;
  color: #f7f3e9;
  background: #18231f;
  font-size: 13px;
  line-height: 1.7;
}

.gentlestyle-content .aioseo-toc,
.gentlestyle-content .wp-block-aioseo-table-of-contents {
  margin: 32px 0;
  padding: 22px;
  border: 1px solid var(--ml-line);
  border-top: 4px solid var(--ml-green);
  border-radius: 4px;
  background: var(--ml-paper-light);
}

.gentlestyle-disclosure,
.gentlestyle-financial-notice {
  margin: -16px 0 28px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--ml-line);
  border-radius: 4px;
  background: rgba(255, 253, 247, 0.9);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
  line-height: 1.75;
}

.gentlestyle-disclosure p,
.gentlestyle-financial-notice p {
  margin: 0;
}

.gentlestyle-disclosure__badge {
  min-width: 36px;
  padding: 3px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ml-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gentlestyle-financial-notice {
  margin-top: -18px;
  display: block;
  border-left: 4px solid var(--ml-gold);
  color: #403b31;
  background: #f3ead8;
}

.gentlestyle-financial-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ml-green);
}

.gentlestyle-content .mlab-verified-note,
.gentlestyle-content .mlab-source-note {
  margin: 22px 0;
  padding: 15px 17px;
  border-left: 4px solid var(--ml-gold);
  color: #4b463d;
  background: #f3ead8;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.gentlestyle-content .mlab-decision-box {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--ml-line);
  border-top: 4px solid var(--ml-green);
  border-radius: 4px;
  background: var(--ml-paper-light);
}

.gentlestyle-content .mlab-decision-box h2,
.gentlestyle-content .mlab-decision-box h3 {
  margin-top: 0;
}

.gentlestyle-money-route {
  margin: 40px 0;
  padding: 28px;
  border: 1px solid #bba77c;
  border-top: 5px solid var(--ml-gold);
  border-radius: 6px;
  background: #f1e7d2;
}

.gentlestyle-money-route__kicker {
  margin: 0 0 8px;
  color: var(--ml-red);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gentlestyle-money-route__title {
  margin: 0 0 10px;
  color: var(--ml-green-deep);
  font-size: 24px;
  line-height: 1.5;
}

.gentlestyle-money-route__description {
  margin: 0;
  color: #4b463d;
  font-size: 14px;
  line-height: 1.9;
}

.gentlestyle-money-route__link {
  min-height: 48px;
  margin-top: 20px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--ml-green);
  border-radius: 4px;
  color: #fff;
  background: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gentlestyle-conversion-panel,
.gentlestyle-affiliate-box {
  margin: 36px 0;
  padding: 26px;
  border: 1px solid var(--ml-line);
  border-top: 4px solid var(--ml-red);
  border-radius: 6px;
  background: var(--ml-paper-light);
}

.gentlestyle-conversion-title {
  margin: 0 0 10px;
  font-size: 24px;
}

.gentlestyle-conversion-body {
  margin: 0;
  color: var(--ml-muted);
  font-size: 14px;
  line-height: 1.9;
}

.gentlestyle-conversion-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gentlestyle-conversion-link,
.gentlestyle-affiliate-button {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ml-green);
  border-radius: 4px;
  color: #fff;
  background: var(--ml-green);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.gentlestyle-conversion-link--ghost {
  color: var(--ml-green);
  background: transparent;
}

/* Sidebar */
.gentlestyle-sidebar {
  width: auto;
  min-width: 0;
  padding: 0 0 0 32px;
  border-left: 1px solid var(--ml-line);
}

.gentlestyle-sidebar > * + * {
  margin-top: 44px;
}

.gentlestyle-sidebar-panel {
  padding: 24px;
  border: 1px solid var(--ml-line);
  border-top: 4px solid var(--ml-green);
  border-radius: 6px;
  background: var(--ml-paper-light);
}

.gentlestyle-sidebar-mark {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ml-gold);
  color: var(--ml-green);
  background: #eee5d1;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 800;
}

.gentlestyle-sidebar-subscribe {
  padding: 28px;
  border: 1px solid #315648;
  border-radius: 6px;
  background: var(--ml-green-deep);
}

.gentlestyle-sidebar input,
.gentlestyle-subpage-search input {
  min-width: 0;
  min-height: 46px;
  font-size: 16px;
}

.gentlestyle-subpage-search {
  border-radius: 6px;
}

.gentlestyle-search-prompt {
  padding: 34px;
  border: 1px solid var(--ml-line);
  border-left: 5px solid var(--ml-green);
  border-radius: 6px;
  background: var(--ml-paper-light);
}

.gentlestyle-search-prompt h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.gentlestyle-search-prompt p {
  margin: 0;
  color: var(--ml-muted);
  line-height: 1.8;
}

/* Footer */
.gentlestyle-shell > div > footer,
.gentlestyle-shell footer.bg-\[\#1A1A18\] {
  padding: 54px 32px;
  color: #eee9dd;
  background: #161b18;
}

.gentlestyle-shell footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
}

/* Breakpoints */
@media (min-width: 1024px) {
  .gentlestyle-main-nav {
    display: flex;
  }

  .gentlestyle-menu-button,
  .gentlestyle-mobile-category-strip,
  .gentlestyle-mobile-menu {
    display: none;
  }
}

@media (max-width: 1023px) {
  .gentlestyle-mobile-menu:not(.hidden) {
    display: block;
  }
}

@media (max-width: 1180px) and (min-width: 768px) {
  .gentlestyle-book-header {
    padding: 0 18px;
  }

  .gentlestyle-book-header__brand {
    flex-basis: 210px;
    width: 210px;
  }

  .gentlestyle-main-nav__link {
    padding: 0 8px;
    font-size: 11px;
  }

  .gentlestyle-main-nav__link .gentlestyle-numeric {
    display: none;
  }

  .gentlestyle-header-about {
    min-width: 70px;
    padding: 0 12px;
  }

  .gentlestyle-hero__grid {
    gap: 30px;
  }

  .gentlestyle-hero h1 {
    font-size: 50px;
  }

  .gentlestyle-category-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .gentlestyle-archive-hero {
    min-height: 0;
  }

  .gentlestyle-hero__grid {
    min-height: 0;
    padding: 46px 28px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gentlestyle-hero__copy {
    max-width: 680px;
  }

  .gentlestyle-hero__feature {
    max-width: 760px;
    min-height: 330px;
  }

  .gentlestyle-top-posts__grid,
  .gentlestyle-category-archive__posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gentlestyle-subpage-section > .flex,
  .gentlestyle-category-page__layout {
    grid-template-columns: 1fr;
  }

  .gentlestyle-sidebar {
    padding: 38px 0 0;
    border-top: 1px solid var(--ml-line);
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .gentlestyle-shell {
    width: 100%;
    box-shadow: none;
  }

  .gentlestyle-book-header {
    height: 76px;
    min-height: 76px;
    padding: 0 16px;
  }

  .gentlestyle-site-header__inner {
    gap: 12px;
  }

  .gentlestyle-book-header__brand {
    width: min(242px, calc(100vw - 84px));
    flex: 0 1 min(242px, calc(100vw - 84px));
  }

  .gentlestyle-mobile-menu {
    top: 156px;
  }

  .gentlestyle-disclosure {
    flex-direction: column;
  }

  .gentlestyle-money-route {
    padding: 22px 18px;
  }

  .gentlestyle-money-route__link {
    width: 100%;
  }

  .gentlestyle-header-search-panel {
    top: 76px;
  }

  .gentlestyle-archive-hero {
    background: #e5ddce;
  }

  .gentlestyle-hero__bg {
    object-position: 70% center;
    opacity: 0.34;
  }

  .gentlestyle-archive-hero::before {
    background: rgba(247, 243, 233, 0.58);
  }

  .gentlestyle-hero__grid {
    padding: 32px 16px 42px;
    gap: 28px;
  }

  .gentlestyle-hero__copy {
    padding: 0;
  }

  .gentlestyle-hero__kicker {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .gentlestyle-hero h1 {
    font-size: 40px;
    line-height: 1.28;
  }

  .gentlestyle-hero__lead {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.85;
  }

  .gentlestyle-hero__actions {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gentlestyle-hero__actions a {
    min-width: 0;
    min-height: 46px;
    padding: 0 12px;
    font-size: 12px;
    text-align: center;
  }

  .gentlestyle-hero__feature {
    min-height: 0;
    padding: 46px 18px 20px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gentlestyle-hero__feature-media {
    width: 100%;
  }

  .gentlestyle-hero__feature-body h2 {
    font-size: 20px;
  }

  .gentlestyle-top-posts,
  .gentlestyle-category-strip,
  .gentlestyle-category-archives,
  .gentlestyle-subpage-section {
    padding: 42px 16px 54px;
  }

  .gentlestyle-top-posts__heading,
  .gentlestyle-category-strip__heading,
  .gentlestyle-category-archives__heading {
    align-items: flex-start;
  }

  .gentlestyle-top-posts__heading h2,
  .gentlestyle-category-strip__heading h2,
  .gentlestyle-category-archives__heading h2 {
    font-size: 25px;
  }

  .gentlestyle-top-posts__grid,
  .gentlestyle-category-archive__posts,
  .gentlestyle-category-strip__grid {
    grid-template-columns: 1fr;
  }

  .gentlestyle-category-link {
    min-height: 92px;
  }

  .gentlestyle-category-archive__head {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .gentlestyle-category-archive__icon {
    width: 44px;
    height: 44px;
  }

  .gentlestyle-category-archive__head h3 {
    font-size: 20px;
  }

  .gentlestyle-category-hero {
    grid-template-columns: 1fr 72px;
  }

  .gentlestyle-category-hero__image {
    width: 72px;
    height: 72px;
  }

  .gentlestyle-listing-intro h1,
  .gentlestyle-category-hero h1 {
    font-size: 28px;
  }

  .gentlestyle-category-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .gentlestyle-category-filter::-webkit-scrollbar {
    display: none;
  }

  .gentlestyle-category-filter a {
    flex: 0 0 auto;
  }

  .gentlestyle-catalog-card {
    padding: 18px;
  }

  .gentlestyle-catalog-card__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gentlestyle-catalog-card__title {
    font-size: 19px;
  }

  .gentlestyle-single-header h1,
  .gentlestyle-page-header h1 {
    font-size: 32px;
    line-height: 1.45;
  }

  .gentlestyle-reading-copy,
  .gentlestyle-content {
    font-size: 16px;
    line-height: 1.95;
  }

  .gentlestyle-content h2 {
    margin-top: 44px;
    font-size: 23px;
  }

  .gentlestyle-content h3 {
    font-size: 20px;
  }

  .gentlestyle-conversion-links {
    display: grid;
  }

  .gentlestyle-shell footer.bg-\[\#1A1A18\] {
    padding: 42px 18px;
  }
}

@media (max-width: 430px) {
  .gentlestyle-hero h1 {
    font-size: 36px;
  }

  .gentlestyle-hero__actions {
    grid-template-columns: 1fr;
  }

  .gentlestyle-top-posts__heading,
  .gentlestyle-category-strip__heading,
  .gentlestyle-category-archives__heading {
    flex-direction: column;
  }

  .gentlestyle-category-hero {
    grid-template-columns: 1fr;
  }

  .gentlestyle-category-hero__image {
    display: none;
  }

  .gentlestyle-category-archive__head > a {
    font-size: 0;
  }

  .gentlestyle-category-archive__head > a span {
    font-size: 18px;
  }

  .gentlestyle-single-header h1,
  .gentlestyle-page-header h1 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms;
  }
}
