.article-layout {
  background: #f7f7f5;
}

.article-layout .site-header {
  background: rgba(11,15,17,.97);
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
}

.brand__mark--image {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.35);
  background: #f6f4ef;
}

.brand__mark--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-main {
  padding: 142px var(--side) clamp(90px, 10vw, 140px);
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(245px, 285px);
  gap: clamp(38px, 5vw, 68px);
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.article-column {
  min-width: 0;
}

.article-post {
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
  box-shadow: 0 14px 50px rgba(23,50,68,.07);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 30px;
  color: #8b9092;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
}

.breadcrumbs a {
  color: var(--teal);
}

.entry-kicker {
  margin: 0 0 11px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
}

.entry-header h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(27px, 3.4vw, 43px);
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.48;
}

.entry-header h1::after {
  display: block;
  width: 68px;
  height: 3px;
  margin: 25px 0 20px;
  content: "";
  background: linear-gradient(90deg, var(--teal) 0 68%, var(--red) 68%);
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  align-items: center;
  color: #8b9092;
  font-size: 9px;
  letter-spacing: .08em;
}

.entry-category {
  padding: 4px 12px;
  color: var(--white);
  background: var(--navy);
  font-weight: 700;
}

.entry-hero {
  margin: 36px calc(clamp(28px, 4vw, 48px) * -1) 38px;
}

.entry-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.entry-hero figcaption,
.article-visual figcaption {
  margin: 8px 0 0;
  padding: 0 clamp(28px, 4vw, 48px);
  color: #909597;
  font-size: 9px;
}

.entry-body {
  color: #343a3d;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  line-height: 2.15;
}

.entry-body > p {
  margin: 0 0 26px;
}

.entry-body strong {
  color: var(--navy);
  background: linear-gradient(transparent 66%, rgba(139,209,208,.36) 66%);
}

.wp-entry-content > p {
  margin: 0 0 26px;
}

.wp-entry-content > :first-child {
  margin-top: 0;
}

.wp-entry-content a {
  color: #1f6f70;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(31, 111, 112, 0.45);
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.wp-entry-content a:hover,
.wp-entry-content a:focus-visible {
  color: #14504f;
  text-decoration-color: #14504f;
}

.wp-entry-content img {
  max-width: 100%;
  height: auto;
}

.wp-entry-content figure {
  max-width: 100%;
  margin: 34px 0;
}

.wp-entry-content figcaption {
  margin-top: 8px;
  color: #909597;
  font-size: 9px;
}

.wp-entry-content ul,
.wp-entry-content ol {
  margin: 0 0 26px;
}

.author-balloon {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: center;
  margin: 0 0 32px;
}

.author-balloon img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 3px solid var(--paper);
  border-radius: 50%;
}

.author-balloon > div {
  position: relative;
  padding: 17px 20px;
  border-radius: 4px;
  background: var(--paper);
}

.author-balloon > div::before {
  position: absolute;
  top: 28px;
  left: -9px;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--paper);
  transform: rotate(45deg);
}

.author-balloon p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 12px;
}

.author-balloon__name {
  margin-bottom: 4px !important;
  color: var(--teal);
  font-size: 8px !important;
  font-weight: 700;
  letter-spacing: .17em;
}

.entry-lead {
  font-size: 16px;
}

.key-points {
  margin: 38px 0;
  padding: 26px 28px 22px;
  border-top: 3px solid var(--teal);
  background:
    linear-gradient(90deg, rgba(23,50,68,.035) 1px, transparent 1px),
    linear-gradient(rgba(23,50,68,.035) 1px, transparent 1px),
    #fafaf8;
  background-size: 26px 26px;
}

.key-points__label {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.key-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.key-points li {
  position: relative;
  padding: 3px 0 3px 26px;
}

.key-points li::before {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--teal);
  content: "✓";
  font-weight: 700;
}

.article-toc {
  margin: 48px 0 68px;
  padding: 30px clamp(24px, 4vw, 40px);
  border: 1px solid #d6d9d8;
  background:
    repeating-linear-gradient(135deg, rgba(23,50,68,.025) 0 2px, transparent 2px 7px),
    #fff;
}

.article-toc__title {
  margin: 0 0 20px;
  color: var(--navy);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.article-toc__title span {
  display: block;
  margin-bottom: 2px;
  color: var(--teal);
  font-size: 8px;
  letter-spacing: .26em;
}

.article-toc ol {
  margin: 0;
  padding-left: 20px;
}

.article-toc .article-toc__list {
  padding-left: 0;
  list-style: none;
}

.article-toc__list .toc-level-3 {
  padding-left: 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.article-toc__list a > span {
  display: inline-block;
  min-width: 35px;
  color: var(--teal);
  font-family: "Avenir Next", sans-serif;
  font-size: 10px;
}

.article-toc > ol > li {
  margin: 10px 0;
  color: var(--navy);
  font-weight: 700;
}

.article-toc ol ol {
  margin: 4px 0 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.article-toc a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.article-toc a:hover {
  color: var(--teal);
  border-color: var(--teal);
}

.article-section {
  position: relative;
  margin: 0 0 80px;
  scroll-margin-top: 94px;
}

.section-number {
  position: absolute;
  top: -31px;
  right: 0;
  color: rgba(23,50,68,.08);
  font-family: "Avenir Next", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
}

.article-section h2,
.wp-entry-content h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
  padding: 17px 24px 17px 29px;
  color: var(--white);
  background: var(--navy);
  font-size: clamp(21px, 2.7vw, 28px);
  letter-spacing: .04em;
  line-height: 1.55;
}

.article-section h2::before,
.wp-entry-content h2::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: var(--teal);
}

.article-section h3,
.wp-entry-content h3 {
  margin: 49px 0 24px;
  padding: 0 0 12px 18px;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
  font-size: clamp(18px, 2.1vw, 23px);
  letter-spacing: .04em;
  line-height: 1.6;
}

.article-section h3::before,
.wp-entry-content h3::before {
  display: inline-block;
  width: 4px;
  height: 23px;
  margin: 0 14px -5px -18px;
  content: "";
  background: var(--teal);
}

.wp-entry-content h2,
.wp-entry-content h3 {
  scroll-margin-top: 94px;
}

.wp-entry-content h4 {
  margin: 34px 0 18px;
  color: var(--navy);
  font-size: 17px;
}

.wp-entry-content blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--teal);
  background: #f2f4f3;
}

.wp-entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.wp-entry-content table {
  width: 100%;
  margin: 34px 0;
  border-collapse: collapse;
  font-size: 12px;
}

.wp-entry-content th,
.wp-entry-content td {
  padding: 12px;
  border: 1px solid var(--line);
}

.wp-entry-content th {
  color: var(--navy);
  background: #eef1f0;
}

.article-section h4 {
  margin: 0;
}

.article-section p {
  margin: 0 0 25px;
}

.comparison-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 32px 0;
}

.comparison-cards article {
  padding: 25px 24px;
  border: 1px solid var(--line);
  background: #fafaf8;
}

.comparison-cards article > span {
  color: var(--teal);
  font-family: "Avenir Next", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}

.comparison-cards h4 {
  margin-top: 3px;
  color: var(--navy);
  font-size: 18px;
}

.comparison-cards ul {
  margin: 15px 0 0;
  padding-left: 19px;
  font-size: 12px;
}

.note-box {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  margin: 34px 0;
  padding: 24px;
  border-left: 4px solid var(--red);
  background: #f4f1ea;
}

.note-box > span {
  color: var(--red);
  font-family: "Avenir Next", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
}

.note-box p {
  margin: 0;
  font-size: 12px;
}

.article-visual {
  margin: 35px 0;
}

.article-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-visual figcaption {
  padding: 0;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 33px 0 43px;
}

.check-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 17px;
  border: 1px solid var(--line);
  background: #fff;
}

.check-grid article > span {
  grid-row: 1 / span 2;
  color: var(--teal);
  font-family: "Avenir Next", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.check-grid strong {
  color: var(--navy);
  background: none;
  font-size: 13px;
}

.check-grid small {
  color: var(--muted);
  font-size: 9px;
}

.table-scroll {
  margin: 28px 0 38px;
  overflow-x: auto;
  scrollbar-color: var(--teal) #e9eceb;
  scrollbar-width: thin;
}

.spec-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 11px;
  text-align: center;
}

.spec-table th,
.spec-table td {
  padding: 14px 12px;
  border: 1px solid #d7dbda;
}

.spec-table thead th {
  color: var(--white);
  background: var(--navy);
  font-weight: 700;
}

.spec-table tbody th {
  color: var(--navy);
  background: #eef4f2;
  text-align: left;
}

.spec-table tbody tr:nth-child(even) td {
  background: #fafaf8;
}

blockquote {
  position: relative;
  margin: 35px 0;
  padding: 29px 29px 25px 64px;
  color: var(--navy);
  border: 1px solid rgba(79,174,176,.35);
  background: rgba(139,209,208,.1);
  font-weight: 700;
}

blockquote::before {
  position: absolute;
  top: 8px;
  left: 20px;
  color: var(--teal);
  content: "“";
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
}

blockquote p {
  margin: 0 !important;
}

.maintenance-flow {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  gap: 8px;
  align-items: center;
  margin: 30px 0;
}

.maintenance-flow div {
  padding: 18px 12px;
  text-align: center;
  border: 1px solid var(--line);
  background: #fafaf8;
}

.maintenance-flow div span,
.maintenance-flow div strong,
.maintenance-flow div small {
  display: block;
}

.maintenance-flow div span {
  color: var(--teal);
  font-size: 20px;
}

.maintenance-flow div strong {
  color: var(--navy);
  background: none;
  font-size: 13px;
}

.maintenance-flow div small {
  color: var(--muted);
  font-size: 8px;
}

.maintenance-flow > i {
  color: var(--teal);
  text-align: center;
  font-style: normal;
}

.research-sheet {
  margin: 35px 0;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(23,50,68,.032) 1px, transparent 1px),
    linear-gradient(rgba(23,50,68,.032) 1px, transparent 1px),
    #fafaf8;
  background-size: 26px 26px;
}

.research-sheet__head span,
.research-sheet__head strong {
  display: block;
}

.research-sheet__head span {
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .24em;
}

.research-sheet__head strong {
  color: var(--navy);
  background: none;
  font-size: 18px;
}

.research-sheet > p {
  margin: -18px 0 0;
  color: var(--muted);
  font-size: 8px;
}

.source-box {
  padding: 24px 27px;
  border: 1px solid rgba(23,50,68,.15);
  background: #fff;
}

.source-box__title {
  margin-bottom: 8px !important;
  color: var(--navy);
  font-weight: 700;
}

.source-box ul {
  margin: 0;
  padding-left: 20px;
  font-size: 11px;
}

.verdict-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 34px 0;
  border: 1px solid var(--line);
  background: #fafaf8;
}

.verdict-card__score {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 25px;
  color: var(--white);
  background: var(--navy);
}

.verdict-card__score span {
  color: var(--teal-light);
  font-size: 7px;
  letter-spacing: .18em;
}

.verdict-card__score strong {
  color: var(--white);
  background: none;
  font-family: "Avenir Next", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}

.verdict-card__score small {
  font-size: 7px;
  letter-spacing: .13em;
}

.verdict-card > div:last-child {
  padding: 28px;
}

.verdict-card h3 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  font-size: 17px;
}

.verdict-card h3::before {
  display: none;
}

.verdict-card ul {
  margin: 0;
  padding-left: 20px;
  font-size: 11px;
}

.entry-footer {
  margin-top: 70px;
}

.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.entry-tags span {
  margin-right: 5px;
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
}

.entry-tags a {
  padding: 4px 10px;
  color: var(--muted);
  background: #f0f1ef;
  font-size: 9px;
}

.share-panel {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 36px 0;
  padding: 23px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10,20,26,.95), rgba(23,50,68,.9)),
    url("./assets/category-cooking.png") center / cover;
}

.share-panel img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.share-panel p,
.share-panel strong {
  display: block;
  margin: 0;
}

.share-panel p {
  color: rgba(255,255,255,.65);
  font-size: 10px;
}

.share-panel strong {
  font-size: 15px;
}

.share-panel > a {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.32);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}

.share-panel > a span {
  margin-left: 8px;
  color: var(--teal-light);
}

.post-navigation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.post-navigation a {
  min-width: 0;
  padding: 20px;
}

.post-navigation a + a {
  text-align: right;
  border-left: 1px solid var(--line);
}

.post-navigation__next:first-child {
  grid-column: 2;
  text-align: right;
}

.post-navigation span,
.post-navigation strong {
  display: block;
}

.post-navigation span {
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}

.post-navigation strong {
  margin-top: 6px;
  color: var(--navy);
  font-size: 11px;
  line-height: 1.6;
}

.related-posts {
  margin-top: 48px;
  padding: clamp(28px, 4vw, 42px);
  background: var(--white);
}

.related-posts__head {
  margin-bottom: 25px;
  padding-left: 18px;
  border-left: 4px solid var(--teal);
}

.related-posts__head p,
.related-posts__head h2 {
  margin: 0;
}

.related-posts__head p {
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}

.related-posts__head h2 {
  color: var(--navy);
  font-size: 23px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 18px;
}

.related-grid a {
  min-width: 0;
}

.related-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .4s ease, opacity .4s ease;
}

.related-grid a:hover img {
  opacity: .85;
  transform: translateY(-3px);
}

.related-grid span {
  display: block;
  margin-top: 10px;
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
}

.related-grid h3 {
  margin: 4px 0 6px;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.65;
}

.related-grid time {
  color: #979b9c;
  font-size: 8px;
}

.article-sidebar {
  min-width: 0;
}

.sidebar-block {
  margin-bottom: 46px;
}

.sidebar-block > h2 {
  margin: 0 0 19px;
  color: var(--navy);
  font-family: "Avenir Next", sans-serif;
  font-size: 15px;
  letter-spacing: .06em;
}

.sidebar-block > h2::after {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 10px;
  content: "";
  background: var(--teal);
}

.sidebar-search form {
  display: grid;
  grid-template-columns: 1fr 45px;
}

.sidebar-search input {
  min-width: 0;
  padding: 12px 14px;
  border: 0;
  background: #eceeec;
  font: inherit;
  font-size: 11px;
}

.sidebar-search button {
  color: var(--white);
  border: 0;
  background: var(--black);
  cursor: pointer;
}

.sidebar-categories {
  border-top: 1px solid var(--line);
}

.sidebar-categories a {
  display: grid;
  grid-template-columns: 27px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
}

.sidebar-categories a > span {
  grid-row: 1 / span 2;
  color: var(--teal);
  font-size: 9px;
}

.sidebar-categories small {
  color: #929697;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .11em;
}

.sidebar-profile {
  padding: 24px;
  text-align: center;
  border: 1px solid var(--line);
  background: var(--white);
}

.sidebar-profile > h2 {
  text-align: left;
}

.sidebar-profile img {
  width: 108px;
  height: 108px;
  margin: 0 auto 12px;
  object-fit: cover;
  border-radius: 50%;
}

.sidebar-profile h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
}

.sidebar-profile p {
  margin: 10px 0 16px;
  color: var(--muted);
  text-align: left;
  font-size: 10px;
  line-height: 1.9;
}

.sidebar-profile a {
  display: inline-flex;
  gap: 14px;
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.sidebar-toc {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.sidebar-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-toc .toc-level-3 {
  padding-left: 16px;
}

.sidebar-toc a > span {
  display: inline-block;
  min-width: 30px;
  color: var(--teal);
  font-size: 8px;
}

.sidebar-toc li {
  border-bottom: 1px solid #e2e4e3;
}

.sidebar-toc a {
  display: block;
  padding: 11px 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  transition: color .2s ease, padding .2s ease;
}

.sidebar-toc a:hover,
.sidebar-toc a.is-active {
  padding-left: 11px;
  color: var(--teal);
}

.floating-toc-button,
.back-to-top {
  position: fixed;
  right: 24px;
  z-index: 70;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--navy);
  border: 1px solid rgba(23,50,68,.38);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  box-shadow: 0 7px 24px rgba(23,50,68,.12);
}

.floating-toc-button {
  bottom: 86px;
  grid-template-rows: repeat(3, 2px) 12px;
  gap: 3px;
  padding: 10px 14px 8px;
  cursor: pointer;
}

.floating-toc-button i {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--navy);
}

.floating-toc-button span {
  margin-top: 1px;
  font-size: 7px;
}

.back-to-top {
  bottom: 22px;
  font-size: 18px;
}

.toc-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: min(360px, 88vw);
  height: 100vh;
  padding: 74px 38px;
  color: var(--white);
  background: rgba(11,15,17,.98);
  box-shadow: -16px 0 50px rgba(0,0,0,.28);
  transform: translateX(105%);
  transition: transform .35s ease;
}

.toc-drawer.is-open {
  transform: translateX(0);
}

.toc-drawer > button {
  position: absolute;
  top: 20px;
  right: 24px;
  color: var(--white);
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
}

.toc-drawer > p {
  margin: 0 0 25px;
  color: var(--teal-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.toc-drawer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc-drawer li {
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.toc-drawer a {
  display: block;
  padding: 16px 0;
  color: rgba(255,255,255,.76);
  font-size: 12px;
}

@media (max-width: 1080px) {
  .article-shell {
    grid-template-columns: minmax(0, 760px) 235px;
    gap: 32px;
  }
}

@media (max-width: 920px) {
  .article-main {
    padding-top: 112px;
  }

  .article-shell {
    grid-template-columns: minmax(0, 760px);
  }

  .article-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .sidebar-block {
    margin: 0;
  }

  .sidebar-toc {
    display: none;
  }
}

@media (max-width: 620px) {
  .article-main {
    padding: 96px 0 80px;
  }

  .article-post {
    padding: 26px 22px;
  }

  .entry-header h1 br {
    display: none;
  }

  .entry-hero {
    margin: 30px -22px 32px;
  }

  .entry-hero figcaption {
    padding: 0 22px;
  }

  .entry-body {
    font-size: 13px;
  }

  .author-balloon {
    grid-template-columns: 58px 1fr;
    gap: 13px;
  }

  .author-balloon img {
    width: 58px;
    height: 58px;
  }

  .comparison-cards,
  .check-grid,
  .related-grid,
  .article-sidebar {
    grid-template-columns: 1fr;
  }

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

  .maintenance-flow {
    grid-template-columns: 1fr;
  }

  .maintenance-flow > i {
    transform: rotate(90deg);
  }

  .verdict-card {
    grid-template-columns: 1fr;
  }

  .verdict-card__score {
    grid-template-columns: auto auto auto;
    gap: 11px;
  }

  .verdict-card__score strong {
    font-size: 45px;
  }

  .share-panel {
    grid-template-columns: 58px 1fr;
  }

  .share-panel img {
    width: 58px;
    height: 58px;
  }

  .share-panel > a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .post-navigation a + a {
    text-align: left;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .post-navigation__next:first-child {
    grid-column: 1;
    text-align: left;
  }

  .article-sidebar {
    padding: 0 22px;
  }

  .floating-toc-button,
  .back-to-top {
    right: 13px;
    width: 47px;
    height: 47px;
  }

  .floating-toc-button {
    bottom: 74px;
  }

  .back-to-top {
    bottom: 15px;
  }
}

/* ===================================================================
   WP統合調整（2026-07-05 実装時追加・front-page.phpと同方式）
   =================================================================== */

/* PR表記（kl_pr_notice・法定表示）を最前面固定し、ヘッダーをその分下げる。
   高さは article.js が実測して --kl-adminbar-h / --kl-header-top に設定 */
body.kadenlab-singular-template .kl-pr-notice {
  position: fixed;
  top: var(--kl-adminbar-h, 0px);
  left: 0;
  right: 0;
  z-index: 140;
}
body.kadenlab-singular-template .site-header {
  top: var(--kl-header-top, 26px);
}
body.kadenlab-singular-template .article-main {
  padding-top: calc(var(--kl-header-top, 26px) + 116px);
}
body.kadenlab-singular-template [data-toc-section],
body.kadenlab-singular-template .wp-entry-content h2[id],
body.kadenlab-singular-template .wp-entry-content h3[id] {
  scroll-margin-top: calc(var(--kl-header-top, 26px) + 88px);
}

/* ロゴマーク画像（kl-mark-white.png・トップページと同一構成） */
.article-layout .brand__mark {
  border: none;
}
.article-layout .brand__mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

/* ===================================================================
   一覧テンプレート（archive-content.php・2026-07-05追加）
   =================================================================== */

.archive-header {
  margin-bottom: clamp(30px, 4vw, 46px);
}

.archive-lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

/* 記事カードは本文カラム幅（max820px）に合わせて2列 */
.archive-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
  .archive-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.archive-grid .post-card__body {
  min-height: 0;
}

.archive-empty {
  padding: clamp(40px, 6vw, 70px) 20px;
  border: 1px dashed var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.archive-empty .text-link {
  margin-top: 14px;
  display: inline-flex;
}

/* WP標準ページネーション（the_posts_pagination） */
.kadenlab-archive-template .navigation.pagination {
  margin-top: clamp(36px, 5vw, 56px);
}

.kadenlab-archive-template .navigation.pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.kadenlab-archive-template .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.kadenlab-archive-template .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.kadenlab-archive-template .nav-links a.page-numbers:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.kadenlab-archive-template .nav-links .page-numbers.current {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}
