/*
Theme Name: SupSale Value Style v6 UI 27
Theme URI: https://bolg.supsale.jp/
Author: SupSale
Description: 日本の消費者向けのブランド小物記事を2カラムで表示するSupSale用テーマ。
Version: 2.6.49
Text Domain: supsale-vintage
Domain Path: /languages
*/

/* ===== テーマ全体設定 ===== */
:root {
  --brand-primary: #142521;
  --brand-accent: #208a73;
  --brand-warm: #b56a38;
  --brand-accent-light: #bfeee2;
  --brand-bg: #f6f7f5;
  --brand-card-bg: #ffffff;
  --brand-surface-soft: #fbfcfa;
  --brand-ink-soft: #29342f;
  --brand-text: #171b1f;
  --brand-text-muted: #626a72;
  --brand-border: #dfe5e1;
  --brand-tag-bg: #eef4f1;
  --font-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --grid-gap: 24px;
  --card-radius: 6px;
  --card-shadow: 0 1px 2px rgba(17, 27, 31, 0.05);
  --content-max: 820px;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  color: var(--brand-text);
  background: var(--brand-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ===== ヘッダー ===== */
.site-header {
  background: var(--brand-primary);
  color: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--brand-accent);
  box-shadow: 0 8px 22px rgba(20, 37, 33, 0.08);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px 12px;
  display: grid;
  grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
  grid-template-areas:
    "brand search"
    "nav nav";
  align-items: center;
  gap: 10px 18px;
}

.site-branding h1, .site-branding p { margin: 0; }
.site-branding { grid-area: brand; min-width: 0; }

.site-branding a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.site-branding .site-description {
  font-size: 12px;
  color: var(--brand-accent-light);
  margin-top: 4px;
  font-weight: 500;
  line-height: 1.5;
}

.main-navigation {
  grid-area: nav;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  padding-top: 9px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px 8px;
  overflow-x: visible;
  scrollbar-width: none;
}
.main-navigation ul::-webkit-scrollbar { display: none; }

.main-navigation a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 4px;
  white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
  color: #fff;
  background: rgba(32,138,115,0.28);
}

.site-search {
  grid-area: search;
  justify-self: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  width: 100%;
  max-width: 440px;
  min-width: 0;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.site-search input {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 4px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
}
.site-search input::placeholder { color: rgba(255,255,255,0.62); }
.site-search button {
  min-height: 34px;
  border: 0;
  border-radius: 4px;
  background: var(--brand-accent);
  color: #fff;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.site-search input:focus,
.site-search button:focus-visible {
  outline: 2px solid rgba(191,238,226,0.74);
  outline-offset: 2px;
}
.site-search button:hover { background: #2aa386; }

/* ===== メインコンテンツ ===== */
.site-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 64px;
}

/* ===== ヒーローセクション ===== */
.hero-section {
  margin-bottom: 14px;
  padding: 18px 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  align-items: stretch;
  gap: 18px;
  background: transparent;
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
  animation: supsaleFadeUp 0.36s ease both;
}
.hero-copy { min-width: 0; }
.hero-kicker {
  margin: 0 0 6px;
  color: var(--brand-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.32;
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: 0;
}
.hero-desc {
  font-size: 14px;
  color: var(--brand-text-muted);
  margin: 0;
  line-height: 1.7;
  max-width: 760px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid var(--brand-border);
  border-radius: 4px;
  background: var(--brand-tag-bg);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.hero-actions a:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}
.hero-focus {
  align-self: center;
  min-height: 112px;
  padding: 15px 16px 14px;
  border-left: 3px solid var(--brand-accent);
  background: linear-gradient(180deg, #fff 0%, var(--brand-surface-soft) 100%);
  box-shadow: var(--card-shadow);
}
.hero-focus p {
  margin: 0 0 8px;
  color: var(--brand-warm);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-focus strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.35;
  color: var(--brand-primary);
}
.hero-focus span {
  display: block;
  font-size: 12px;
  line-height: 1.65;
  color: var(--brand-text-muted);
}

.home-intent-strip {
  margin: 0 0 18px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px 14px;
  border: 1px solid var(--brand-border);
  border-radius: var(--card-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(20,37,33,0.03);
}
.home-intent-strip > span {
  flex: 0 0 auto;
  color: var(--brand-warm);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}
.home-intent-strip div {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.home-intent-strip a {
  min-height: 26px;
  padding: 4px 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: var(--brand-tag-bg);
  color: var(--brand-primary);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.home-intent-strip a:hover,
.home-intent-strip a:focus-visible {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background: #fff;
  transform: translateY(-1px);
}

.home-shortcuts {
  margin: 30px 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--brand-border);
}
.home-shortcuts-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 12px;
}
.home-shortcuts-heading .section-kicker,
.home-shortcuts-heading .section-title {
  margin: 0;
}
.home-shortcuts-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--brand-border);
  border-radius: var(--card-radius);
  background: #fff;
  overflow: hidden;
}
.home-shortcut {
  min-width: 0;
  min-height: 128px;
  padding: 14px 14px 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-left: 1px solid var(--brand-border);
  color: var(--brand-primary);
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.home-shortcut:first-child { border-left: 0; }
.home-shortcut span {
  color: var(--brand-warm);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}
.home-shortcut strong {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.35;
}
.home-shortcut em {
  color: var(--brand-text-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.65;
}
.home-shortcut:hover,
.home-shortcut:focus-visible {
  background: var(--brand-tag-bg);
  color: var(--brand-accent);
  transform: translateY(-1px);
}

.home-discovery {
  margin: 0 0 24px;
  padding: 18px 0 20px;
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
}
.home-discovery-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 12px 22px;
  align-items: end;
  margin-bottom: 16px;
}
.home-discovery-heading .section-kicker,
.home-discovery-heading .section-title,
.home-discovery-heading p {
  margin: 0;
}
.home-discovery-heading p {
  color: var(--brand-text-muted);
  font-size: 13px;
  line-height: 1.65;
}
.home-discovery-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.home-discovery-group {
  min-width: 0;
  padding: 13px 0 0;
  border-top: 2px solid var(--brand-accent);
}
.home-discovery-group h3 {
  margin: 0 0 10px;
  color: var(--brand-primary);
  font-size: 14px;
  line-height: 1.3;
}
.home-discovery-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.home-discovery-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}
.home-discovery-links a:hover,
.home-discovery-links a:focus-visible {
  transform: translateY(-1px);
  border-color: var(--brand-accent);
  background: var(--brand-tag-bg);
  color: var(--brand-accent);
}
.no-posts-found {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: var(--brand-text-muted);
}

/* ===== 記事グリッド ===== */
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: stretch;
  counter-reset: supsale-card;
}

/* 記事カード */
.post-card {
  background: var(--brand-card-bg);
  border: 1px solid var(--brand-border);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  box-shadow: var(--card-shadow);
  border-radius: var(--card-radius);
  min-width: 0;
  position: relative;
  counter-increment: supsale-card;
  animation: supsaleFadeUp 0.32s ease both;
}
.post-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-accent), rgba(181,106,56,0.72));
  opacity: 0;
  transition: opacity 0.18s ease;
}

.post-card:hover {
  transform: translateY(-2px);
  border-color: rgba(32,138,115,0.38);
  box-shadow: 0 14px 28px rgba(20,37,33,0.11);
}
.post-card:hover::before,
.post-card:focus-within::before { opacity: 1; }
.post-card:focus-within {
  border-color: var(--brand-accent);
  box-shadow: 0 8px 20px rgba(20,37,33,0.12);
}
.post-card:nth-child(2) { animation-delay: 0.04s; }
.post-card:nth-child(3) { animation-delay: 0.08s; }
.post-card:nth-child(4) { animation-delay: 0.12s; }

.post-card-media-link,
.post-card-title-link,
.post-card-read {
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.post-card-media-link {
  display: block;
  position: relative;
}

.post-card-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--brand-tag-bg);
  position: relative;
  line-height: 0;
}

.post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  display: block;
}

.post-card:hover .post-card-thumb img { transform: scale(1.03); }

.post-card-photo-cue {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(20,37,33,0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(0,0,0,0.14);
  transform: translateY(0);
  transition: background 0.18s ease, transform 0.18s ease;
}
.post-card:hover .post-card-photo-cue,
.post-card:focus-within .post-card-photo-cue {
  background: rgba(32,138,115,0.92);
  transform: translateY(-1px);
}

.post-card-thumb .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--brand-text-muted);
  font-size: 12px;
  background: linear-gradient(135deg, #f0ede8 0%, #e8e4de 100%);
}
.post-card-thumb.is-image-missing::after {
  content: "SupSale";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-text-muted);
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(135deg, #f1f5f2 0%, #e8efeb 100%);
}

.post-card-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 214px;
  min-width: 0;
}

.post-card-category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--brand-accent);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  min-height: 1.4em;
}

.post-card-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 8px;
  align-items: center;
}
.post-card-signals::before {
  content: "POINT";
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 6px;
  border-radius: 4px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.1;
}
.post-card-signals span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 7px;
  border-radius: 4px;
  background: #f8f4ef;
  color: var(--brand-warm);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
}
.post-card-signals span:nth-child(3) {
  background: var(--brand-tag-bg);
  color: var(--brand-accent);
}

.post-card-title {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--brand-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  min-height: calc(1.45em * 2);
}
.post-card-title-link {
  display: block;
  color: inherit;
}
.post-card-title-link:hover,
.post-card-title-link:focus-visible {
  color: var(--brand-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-card-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: var(--brand-text-muted);
  margin: 0 0 14px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.7em * 3);
}

.post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--brand-text-muted);
  border-top: 1px solid var(--brand-border);
  padding-top: 12px;
  margin-top: auto;
  gap: 12px;
}

.post-card-date { font-size: 12px; white-space: nowrap; }

.post-card-read {
  color: var(--brand-accent);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: right;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.post-card:hover .post-card-read,
.post-card:focus-within .post-card-read,
.post-card-read:focus-visible {
  border-bottom-color: currentColor;
}

/* ===== 無限スクロール ===== */
#infinite-scroll-sentinel {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
  color: var(--brand-text-muted);
}

.infinite-scroll-loading::after { content: "読み込み中…"; animation: blink 1.2s ease-in-out infinite; }
.infinite-scroll-end::after { content: "すべての記事を表示しました"; color: var(--brand-text-muted); }
.infinite-scroll-error::after { content: "読み込みに失敗しました"; color: #cc3333; }

@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ===== シングル記事 ===== */
.single-post-wrapper { max-width: var(--content-max); margin: 0 auto; }
.supsale-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
  color: var(--brand-text-muted);
  font-size: 12px;
  line-height: 1.5;
}
.supsale-breadcrumbs a {
  color: var(--brand-text-muted);
  text-decoration: none;
}
.supsale-breadcrumbs a:hover { color: var(--brand-accent); }
.supsale-breadcrumbs span[aria-current="page"] {
  color: var(--brand-primary);
  font-weight: 700;
  overflow-wrap: anywhere;
}
.supsale-breadcrumbs__separator { color: #9aa3a0; }
.single-post-header {
  margin-bottom: 28px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--brand-border);
}
.single-post-header .post-category { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--brand-accent); text-transform: uppercase; }
.single-post-header h1 { font-family: var(--font-serif); font-size: clamp(27px, 4.2vw, 40px); line-height: 1.2; margin: 12px 0 16px; font-weight: 700; }
.single-post-header .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 13px;
  color: var(--brand-text-muted);
}
.single-post-featured { margin: 20px 0 0; }
.single-post-featured img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(20,37,33,0.1);
}

.supsale-article-intents {
  margin: -10px 0 28px;
  padding: 14px 0 16px;
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
}
.supsale-article-intents p {
  margin: 0 0 9px;
  color: var(--brand-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
.supsale-article-intents__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.supsale-article-intents a {
  min-height: 32px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-border);
  border-radius: 4px;
  background: #fff;
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.supsale-article-intents a:hover,
.supsale-article-intents a:focus-visible {
  border-color: var(--brand-accent);
  background: var(--brand-tag-bg);
  color: var(--brand-accent);
}
.supsale-article-intents span {
  display: block;
  margin-top: 9px;
  color: var(--brand-text-muted);
  font-size: 12px;
  line-height: 1.65;
}

.supsale-decision-cta {
  margin: 0 0 34px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 220px);
  gap: 16px 18px;
  align-items: center;
  border: 1px solid var(--brand-border);
  border-left: 4px solid var(--brand-accent);
  border-radius: 6px;
  background: #fff;
}
.supsale-decision-cta__copy { min-width: 0; }
.supsale-decision-cta__kicker {
  margin: 0 0 6px;
  color: var(--brand-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}
.supsale-decision-cta h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  font-family: var(--font-serif);
  font-size: clamp(21px, 3vw, 27px);
  line-height: 1.35;
}
.supsale-decision-cta p {
  margin: 0;
  color: var(--brand-text-muted);
  font-size: 14px;
  line-height: 1.8;
}
.supsale-decision-cta__checks {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  list-style: none;
}
.supsale-decision-cta__checks li {
  min-height: 30px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-border);
  border-radius: 4px;
  background: var(--brand-tag-bg);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.supsale-decision-cta__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.supsale-decision-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--brand-border);
  border-radius: 4px;
  background: #fff;
  color: var(--brand-primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}
.supsale-decision-cta__button--primary {
  border-color: var(--brand-accent);
  background: var(--brand-accent);
  color: #fff;
}
.supsale-decision-cta__button:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}
.supsale-decision-cta__button--primary:hover {
  background: #2aa386;
  color: #fff;
}

.post-content { font-size: 17px; line-height: 2; }
.post-content p { margin: 0 0 1.6em; }
.post-content h2 {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3.5vw, 32px);
  line-height: 1.3;
  margin: 48px 0 16px;
  padding: 0 0 8px 14px;
  border-bottom: 1px solid var(--brand-border);
  border-left: 4px solid var(--brand-accent);
}
.post-content h3 { font-family: var(--font-serif); font-size: clamp(20px, 3vw, 26px); margin: 36px 0 12px; }
.post-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 24px 0; }
.post-content figure { margin: 28px 0; }
.post-content figcaption { font-size: 13px; color: var(--brand-text-muted); text-align: center; margin-top: 6px; }
.post-content blockquote { margin: 28px 0; padding: 16px 20px; border-left: 3px solid var(--brand-accent); background: #f8f6f2; font-style: italic; }
.post-content ul, .post-content ol { margin: 0 0 1.6em; padding-left: 24px; }
.post-content li { margin-bottom: 6px; }
.post-content a { color: var(--brand-accent); text-decoration: underline; text-underline-offset: 3px; }
.post-content a:hover { color: var(--brand-primary); }
.supsale-official-check {
  margin: 34px 0;
  padding: 20px 22px 18px;
  border: 1px solid #cbdcd5;
  border-left: 4px solid var(--brand-accent);
  border-radius: 6px;
  background: #fbfcfa;
}
.supsale-official-check__label {
  display: inline-block;
  margin: 0 0 7px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
  color: var(--brand-accent);
}
.supsale-official-check h2 {
  margin: 0 0 10px;
  font-size: clamp(21px, 3vw, 27px);
  border-bottom: 0;
  padding-bottom: 0;
}
.supsale-official-check p {
  margin-bottom: 12px;
  color: var(--brand-text-muted);
}
.supsale-official-check ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  padding-left: 18px;
  margin-bottom: 0;
}
.supsale-official-check li {
  margin-bottom: 0;
}
.supsale-product-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.supsale-product-gallery {
  margin: 42px 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--brand-border);
}
.supsale-product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.supsale-product-gallery-item {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: var(--brand-tag-bg);
}
.supsale-product-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  transition: transform 0.25s;
}
.supsale-product-gallery-item:hover img { transform: scale(1.04); }
.supsale-gallery-source {
  margin: 12px 0 0;
  font-size: 13px;
  text-align: right;
}
.supsale-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 34px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--brand-border);
}
.supsale-post-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid var(--brand-border);
  border-radius: 4px;
  background: var(--brand-tag-bg);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.supsale-post-tags a:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}

/* ===== フッター ===== */
.site-footer { background: var(--brand-primary); color: rgba(255,255,255,0.7); padding: 10px 20px; text-align: center; }
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer a { color: var(--brand-accent-light); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-meta {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px 10px;
  min-width: 0;
}
.footer-brand { font-family: var(--font-serif); font-size: 14px; font-weight: 700; color: #fff; margin: 0; line-height: 1.25; }
.footer-note {
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
  color: rgba(255,255,255,0.64);
}
.footer-copy {
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
  color: rgba(255,255,255,0.56);
  white-space: nowrap;
}

.supsale-consult-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 9px 14px 9px 10px;
  border-radius: 999px;
  background: var(--brand-accent);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(20,37,33,0.22);
}
.supsale-consult-float span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  font-size: 11px;
  font-weight: 900;
}
.supsale-consult-float strong {
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}
.supsale-consult-float:hover { background: #2aa386; }

/* ===== ページネーション（フォールバック） ===== */
.pagination { grid-column: 1 / -1; text-align: center; padding: 32px 0; display: flex; justify-content: center; gap: 6px; }
.pagination a, .pagination span { padding: 8px 14px; border: 1px solid var(--brand-border); font-size: 14px; text-decoration: none; color: var(--brand-text); border-radius: 4px; }
.pagination .current { background: var(--brand-accent); color: #fff; border-color: var(--brand-accent); }
.pagination a:hover { background: var(--brand-tag-bg); }

/* ===== 人気タグ ===== */
.popular-tags-section {
  margin-top: 32px;
  padding: 24px 0 0;
  background: transparent;
  border-top: 1px solid var(--brand-border);
}
.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.section-kicker {
  margin: 0 0 4px;
  color: var(--brand-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.35;
  color: var(--brand-primary);
}
.popular-tags-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 8px;
}
.popular-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid var(--brand-border);
  border-radius: 4px;
  background: var(--brand-tag-bg);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  overflow-wrap: anywhere;
}
.popular-tag:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background: #fff;
  transform: translateY(-1px);
}

.supsale-related-posts {
  margin: 34px 0;
  padding: 22px 0;
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
}
.supsale-related-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  counter-reset: related-post;
}
.supsale-related-post {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--brand-border);
  border-radius: 6px;
  background: #fff;
  color: var(--brand-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  counter-increment: related-post;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.supsale-related-post::before {
  content: counter(related-post, decimal-leading-zero);
  flex: 0 0 auto;
  color: var(--brand-warm);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.supsale-related-post:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(20,37,33,0.08);
}
.supsale-related-hubs {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--brand-border);
}
.supsale-related-hubs p {
  margin: 0 0 8px;
  color: var(--brand-text-muted);
  font-size: 12px;
  font-weight: 800;
}
.supsale-related-hubs div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.supsale-related-hubs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: var(--brand-tag-bg);
  color: var(--brand-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.supsale-related-hubs a:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background: #fff;
}

@keyframes supsaleFadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

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

/* ===== モバイル対応 ===== */
@media (max-width: 600px) {
  .site-content { padding: 16px 10px 72px; }
  .header-inner {
    padding: 10px 12px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav"
      "search";
    gap: 8px;
  }
  .site-branding a { font-size: 18px; }
  .site-branding .site-description {
    font-size: 11px;
    line-height: 1.45;
  }
  .main-navigation ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    overflow-x: visible;
    max-width: 100%;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .main-navigation {
    padding-top: 8px;
  }
  .main-navigation ul::-webkit-scrollbar { display: none; }
  .main-navigation a { font-size: 11px; padding: 6px 8px; }
  .site-search {
    max-width: none;
    margin-left: 0;
  }
  .site-search input, .site-search button {
    min-height: 32px;
    font-size: 11px;
  }
  .hero-section {
    padding: 13px 0 12px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    margin-bottom: 12px;
  }
  .hero-kicker { font-size: 10px; margin-bottom: 4px; }
  .hero-title { font-size: 22px; line-height: 1.32; }
  .hero-desc { font-size: 12px; line-height: 1.65; }
  .hero-actions {
    gap: 6px;
    margin-top: 12px;
  }
  .hero-actions a {
    min-height: 24px;
    padding: 4px 7px;
    font-size: 10px;
  }
  .hero-focus {
    min-height: 0;
    padding: 12px 13px;
  }
  .hero-focus strong { font-size: 15px; margin-bottom: 4px; }
  .hero-focus span { font-size: 11px; line-height: 1.55; }
  .home-intent-strip {
    margin-bottom: 14px;
    padding: 8px;
    display: block;
  }
  .home-intent-strip > span {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
  }
  .home-intent-strip div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .home-intent-strip a {
    min-height: 28px;
    justify-content: center;
    padding: 4px 6px;
    font-size: 10px;
    text-align: center;
  }
  .home-shortcuts {
    margin: 20px 0 18px;
    padding-bottom: 18px;
  }
  .home-shortcuts-heading {
    display: block;
    margin-bottom: 10px;
  }
  .home-shortcuts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-shortcut {
    min-height: 112px;
    padding: 11px 10px 12px;
    border-left: 0;
    border-top: 1px solid var(--brand-border);
  }
  .home-shortcut:nth-child(-n+2) { border-top: 0; }
  .home-shortcut:nth-child(even) { border-left: 1px solid var(--brand-border); }
  .home-shortcut strong { font-size: 13px; line-height: 1.35; }
  .home-shortcut em { font-size: 11px; line-height: 1.55; }
  .home-discovery {
    margin-bottom: 18px;
    padding: 13px 0 15px;
  }
  .home-discovery-heading {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 12px;
  }
  .home-discovery-heading p {
    font-size: 11px;
    line-height: 1.55;
  }
  .home-discovery-groups {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-discovery-group {
    padding-top: 10px;
  }
  .home-discovery-group h3 {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .home-discovery-links {
    gap: 6px;
  }
  .home-discovery-links a {
    min-height: 28px;
    padding: 4px 8px;
    font-size: 10px;
  }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .post-card-body { min-height: 166px; padding: 11px 9px 12px; }
  .post-card-category { font-size: 10px; margin-bottom: 6px; }
  .post-card-signals { gap: 4px; margin-bottom: 6px; }
  .post-card-signals span {
    min-height: 19px;
    padding: 2px 5px;
    font-size: 9px;
  }
  .post-card-title { font-size: 13px; line-height: 1.45; margin-bottom: 7px; min-height: calc(1.45em * 2); }
  .post-card-excerpt { font-size: 11px; line-height: 1.55; margin-bottom: 10px; -webkit-line-clamp: 2; min-height: calc(1.55em * 2); }
  .post-card-footer { padding-top: 9px; gap: 6px; }
  .post-card-date, .post-card-read { font-size: 10px; }
  .post-card-thumb { aspect-ratio: 16 / 10; }
  .post-card-photo-cue {
    right: 6px;
    bottom: 6px;
    min-height: 20px;
    padding: 3px 6px;
    font-size: 9px;
  }
  .popular-tags-section {
    margin-top: 18px;
    padding: 14px 12px;
  }
  .section-heading-row { margin-bottom: 10px; }
  .section-kicker { font-size: 10px; }
  .section-title { font-size: 18px; }
  .popular-tags-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .popular-tag {
    min-height: 30px;
    padding: 5px 7px;
    font-size: 10px;
  }
  .supsale-breadcrumbs {
    margin-bottom: 12px;
    font-size: 10px;
    gap: 4px;
  }
  .post-content { font-size: 15px; }
  .single-post-header h1 { font-size: 22px; line-height: 1.26; }
  .supsale-article-intents {
    margin: -8px 0 22px;
    padding: 12px 0 14px;
  }
  .supsale-article-intents__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .supsale-article-intents a {
    min-height: 30px;
    padding: 5px 6px;
    font-size: 10px;
  }
  .supsale-article-intents span {
    margin-top: 7px;
    font-size: 11px;
  }
  .supsale-decision-cta {
    padding: 15px 13px;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }
  .supsale-decision-cta h2 { font-size: 20px; }
  .supsale-decision-cta p { font-size: 12px; line-height: 1.7; }
  .supsale-decision-cta__checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .supsale-decision-cta__checks li {
    min-height: 28px;
    padding: 4px 6px;
    font-size: 11px;
  }
  .supsale-decision-cta__actions { gap: 6px; }
  .supsale-decision-cta__button {
    flex: 1 1 120px;
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .supsale-official-check {
    padding: 16px 16px 15px;
  }
  .supsale-official-check ul {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .supsale-product-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .supsale-related-posts { margin: 24px 0; padding: 16px 0; }
  .supsale-related-posts-grid { gap: 8px; }
  .supsale-related-post {
    min-height: 48px;
    padding: 8px 9px;
    font-size: 12px;
    line-height: 1.4;
  }
  .site-footer {
    padding: 10px 10px 12px;
    text-align: center;
  }
  .footer-inner {
    display: flex;
    justify-content: center;
  }
  .footer-meta {
    justify-content: center;
    gap: 2px 8px;
  }
  .footer-brand { font-size: 13px; }
  .footer-note { min-height: 20px; font-size: 10px; }
  .footer-copy {
    font-size: 10px;
    white-space: normal;
  }
  .supsale-consult-float {
    right: 0;
    bottom: auto;
    top: 62%;
    min-width: 38px;
    min-height: 42px;
    padding: 8px 5px;
    border-radius: 8px 0 0 8px;
  }
  .supsale-consult-float strong { display: none; }
  .supsale-consult-float span { width: 28px; height: 28px; font-size: 10px; }
}

/* ===== タブレット微調整 ===== */
@media (min-width: 601px) and (max-width: 1024px) {
  .header-inner {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    grid-template-areas:
      "brand nav"
      "search search";
    align-items: start;
    gap: 10px;
  }
  .site-search { grid-column: 1 / -1; max-width: 520px; }
  .main-navigation ul { justify-content: flex-start; }
  .hero-section { grid-template-columns: 1fr; align-items: start; }
  .post-grid { gap: 20px; }
  .post-card-title { font-size: 17px; }
}

/* SEO/GEO answer and scope blocks */
.post-content .supsale-geo-summary {
  margin: 0 0 34px;
  padding: 24px 26px;
  border: 1px solid rgba(155, 107, 52, 0.24);
  border-left: 4px solid var(--brand-accent);
  border-radius: 10px;
  background: linear-gradient(135deg, #fffdf8 0%, #f8f3e9 100%);
  box-shadow: 0 10px 26px rgba(44, 33, 21, 0.06);
}
.post-content .supsale-geo-summary__label {
  margin: 0 0 6px;
  color: var(--brand-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.post-content .supsale-geo-summary h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  font-size: clamp(20px, 3vw, 27px);
  line-height: 1.35;
}
.post-content .supsale-geo-summary__answer {
  margin: 0 0 14px;
  color: var(--brand-text);
  font-weight: 650;
  line-height: 1.8;
}
.post-content .supsale-geo-summary__scope {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid rgba(155, 107, 52, 0.18);
  color: var(--brand-text-muted);
  font-size: 14px;
  line-height: 1.75;
}
.post-content .supsale-direct-answer {
  margin: 0 0 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--brand-accent);
  border-radius: 6px;
  background: #fffaf1;
  font-size: 1.04em;
  font-weight: 650;
  line-height: 1.85;
}
.post-content .supsale-review-scope {
  margin: 0 0 32px;
  padding: 20px 22px;
  border: 1px solid rgba(36, 34, 29, 0.1);
  border-radius: 8px;
  background: #f8f8f6;
}
.post-content .supsale-review-scope h2 {
  margin-top: 0;
}
.post-content .supsale-review-scope p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .post-content .supsale-geo-summary {
    margin-bottom: 26px;
    padding: 19px 17px;
    border-radius: 8px;
  }
  .post-content .supsale-geo-summary h2 {
    font-size: 20px;
  }
  .post-content .supsale-geo-summary__answer {
    font-size: 15px;
    line-height: 1.75;
  }
  .post-content .supsale-geo-summary__scope {
    font-size: 13px;
  }
  .post-content .supsale-direct-answer,
  .post-content .supsale-review-scope {
    padding: 16px;
  }
}



/* ===== v2.6.45: reading guidance and lightweight engagement ===== */
.supsale-reading-progress { position: fixed; inset: 0 0 auto 0; z-index: 1200; height: 3px; background: transparent; pointer-events: none; }
.supsale-reading-progress span { display: block; width: 100%; height: 100%; background: var(--brand-accent); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.supsale-article-guide { margin: 0 0 26px; padding: 16px 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 18px; align-items: center; border: 1px solid var(--brand-border); border-left: 4px solid var(--brand-accent); border-radius: 6px; background: #fbfaf7; }
.supsale-article-guide__summary p,.supsale-article-guide__toc p { margin: 0 0 4px; color: var(--brand-accent); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.supsale-article-guide__summary strong { display: block; font-size: 16px; line-height: 1.4; }
.supsale-article-guide__summary span { display: block; margin-top: 3px; color: var(--brand-text-muted); font-size: 12px; }
.supsale-article-guide__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.supsale-article-guide__actions a,.supsale-article-guide__toc a { display: inline-flex; align-items: center; min-height: 36px; padding: 7px 10px; border: 1px solid var(--brand-border); border-radius: 4px; background: #fff; color: var(--brand-text); font-size: 12px; font-weight: 800; line-height: 1.35; text-decoration: none; }
.supsale-article-guide__actions a:first-child { border-color: var(--brand-accent); background: var(--brand-accent); color: #fff; }
.supsale-article-guide__actions a:hover,.supsale-article-guide__toc a:hover { border-color: var(--brand-accent); }
.supsale-article-guide__toc { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--brand-border); }
.supsale-article-guide__toc[hidden] { display: none; }
.supsale-article-guide__toc ol { margin: 7px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; list-style: none; }
.supsale-article-guide__toc a { width: 100%; min-height: 34px; }
#supsale-article-content,#supsale-article-content h2,#supsale-decision-cta { scroll-margin-top: 22px; }
@media (max-width: 640px) { .supsale-article-guide { padding: 13px; grid-template-columns: 1fr; gap: 10px; } .supsale-article-guide__actions { justify-content: stretch; } .supsale-article-guide__actions a { flex: 1 1 130px; justify-content: center; } .supsale-article-guide__toc ol { grid-template-columns: 1fr; } .supsale-article-guide__toc a { font-size: 11px; } }
@media (prefers-reduced-motion: reduce) { .supsale-reading-progress span { transition: none; } html { scroll-behavior: auto; } }


/* ===== v2.6.49: standard listing hierarchy and mobile-first interaction ===== */
.home-recommended { margin: 28px 0 0; }
.home-recommended-heading { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: 6px 22px; align-items: end; margin-bottom: 16px; }
.home-recommended-heading > * { margin: 0; }
.home-recommended-heading .section-kicker { grid-column: 1 / -1; }
.home-recommended-heading > p:last-child { color: var(--brand-text-muted); font-size: 13px; line-height: 1.65; }
.post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-card-read { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 10px; }
#infinite-scroll-sentinel { padding: 24px 0; }
.supsale-load-more { min-height: 48px; padding: 11px 22px; border: 1px solid var(--brand-accent); border-radius: 999px; background: var(--brand-primary); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.supsale-load-more:hover, .supsale-load-more:focus-visible { background: var(--brand-accent); }
.supsale-load-more:disabled { cursor: wait; opacity: .65; }
.supsale-load-status { display: block; margin-top: 8px; color: var(--brand-text-muted); font-size: 12px; }
.infinite-scroll-end .supsale-load-more { display: none; }
.infinite-scroll-end .supsale-load-status { margin-top: 0; }
@media (min-width: 601px) and (max-width: 1024px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .site-header { position: relative; top: auto; }
  .header-inner { padding: 8px 10px; gap: 6px; }
  .site-branding .site-description { display: none; }
  .site-branding a { font-size: 19px; line-height: 1.25; }
  .main-navigation { min-width: 0; padding-top: 0; }
  .main-navigation ul { flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; gap: 5px; padding: 0 0 2px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .main-navigation ul::-webkit-scrollbar { display: none; }
  .main-navigation li { flex: 0 0 auto; }
  .main-navigation a { min-width: 44px; min-height: 44px; padding: 8px 10px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
  .site-search input, .site-search button { min-height: 44px; font-size: 16px; }
  .hero-section { padding: 18px 0 16px; gap: 12px; }
  .hero-title { font-size: 21px; line-height: 1.35; }
  .hero-desc { font-size: 13px; line-height: 1.7; }
  .hero-actions { flex-wrap: nowrap; overflow-x: auto; gap: 6px; margin-top: 10px; padding-bottom: 2px; }
  .hero-actions a { min-height: 44px; flex: 0 0 auto; padding: 10px 12px; font-size: 12px; }
  .hero-focus { padding: 12px 13px; }
  .hero-focus strong { font-size: 16px; }
  .home-intent-strip { display: block; padding: 10px; }
  .home-intent-strip > span { display: block; margin-bottom: 7px; font-size: 11px; }
  .home-intent-strip div { flex-wrap: nowrap; overflow-x: auto; gap: 6px; padding-bottom: 2px; }
  .home-intent-strip a { min-height: 44px; flex: 0 0 auto; padding: 10px 12px; font-size: 12px; }
  .home-recommended { margin-top: 22px; }
  .home-recommended-heading { grid-template-columns: 1fr; gap: 4px; margin-bottom: 14px; }
  .home-recommended-heading .section-title { font-size: 20px; }
  .home-recommended-heading > p:last-child { font-size: 12px; line-height: 1.6; }
  .post-grid { grid-template-columns: 1fr; gap: 14px; }
  .post-card-body { min-height: 0; padding: 14px 12px 14px; }
  .post-card-title { font-size: 16px; line-height: 1.5; min-height: 0; }
  .post-card-title-link { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
  .post-card-excerpt { font-size: 13px; line-height: 1.65; min-height: 0; -webkit-line-clamp: 3; }
  .post-card-footer { min-height: 44px; align-items: center; }
  .post-card-read { min-height: 44px; padding: 8px 12px; font-size: 12px; }
  #infinite-scroll-sentinel { padding: 18px 0; }
  .home-discovery-links a, .popular-tag { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .popular-tags-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .supsale-article-guide__actions a, .supsale-decision-cta__button, .supsale-related-post { min-height: 44px; display: inline-flex; align-items: center; }
}
