/* ============================================
   Homepage v2 — B-01 new top page
   homepage-v2.css
   ============================================ */

.hp2 {
  font-family: var(--font-jp);
  color: var(--fg);
  background: var(--bg);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.7;
}
.hp2 .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.is-mobile .hp2 .container { padding: 0 16px; }
.hp2 a { color: inherit; text-decoration: none; }
.hp2 button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
.hp2 ul, .hp2 ol { margin: 0; padding: 0; list-style: none; }
.hp2 h1, .hp2 h2, .hp2 h3, .hp2 h4, .hp2 p { margin: 0; }

/* ===== HEADER ===== */
.hp2-header {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky; top: 0; z-index: 40;
}
.hp2-header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px; align-items: center;
  padding: 16px 0;
}
.is-mobile .hp2-header-row { grid-template-columns: auto 1fr; gap: 12px; padding: 12px 0; }
.hp2-brand { display: flex; align-items: center; gap: 12px; }
.hp2-brand-mark {
  width: 28px; height: 28px; border-radius: 6px;
  background: var(--fg); position: relative; flex-shrink: 0;
}
.hp2-brand-mark::before {
  content: ""; position: absolute;
  inset: 6px;
  background: var(--bg); border-radius: 2px;
  clip-path: polygon(0 30%, 100% 30%, 100% 50%, 0 50%);
}
.hp2-brand-mark::after {
  content: ""; position: absolute;
  width: 6px; height: 6px;
  bottom: 6px; right: 6px;
  background: var(--accent); border-radius: 50%;
}
.hp2-brand-name {
  font-family: var(--font-serif);
  font-size: 18px; font-weight: 700;
  letter-spacing: -.005em;
}
.hp2-brand-name em { font-style: normal; color: var(--accent); }
.hp2-policy-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10.5px;
  font-family: var(--font-num);
  letter-spacing: .04em;
  font-weight: 700;
  color: var(--success);
  padding: 4px 9px;
  border: 1px solid color-mix(in oklch, var(--success) 30%, var(--border));
  border-radius: 999px;
  background: color-mix(in oklch, var(--success) 7%, var(--bg));
}
.is-mobile .hp2-policy-badge { display: none; }

.hp2-search {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-soft);
  font-size: 13px;
  color: var(--fg-meta);
  max-width: 420px;
  width: 100%;
}
.hp2-search input {
  flex: 1; border: 0; background: none; outline: none;
  font: inherit; color: var(--fg);
}
.hp2-search kbd {
  font-family: var(--font-num);
  font-size: 10.5px;
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
}

.hp2-actions { display: flex; gap: 6px; align-items: center; }
.hp2-icon-btn {
  width: 36px; height: 36px;
  border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--fg-meta);
}
.hp2-icon-btn:hover { background: var(--bg-soft); color: var(--fg); }

.hp2-nav {
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.hp2-nav-row {
  display: flex; gap: 4px;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.hp2-nav-row::-webkit-scrollbar { display: none; }
.hp2-nav-item {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.hp2-nav-item.active { border-bottom-color: var(--fg); }
.hp2-nav-item:hover { color: var(--primary); }
.hp2-nav-item .badge-new {
  font-family: var(--font-num);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-left: 4px;
  padding: 1px 4px;
  border-radius: 3px;
  background: var(--accent); color: #fff;
  vertical-align: middle;
}

/* ===== HERO ===== */
.hp2-hero {
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.is-mobile .hp2-hero { padding: 36px 0 32px; }
.hp2-hero-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
}
.is-mobile .hp2-hero-grid { grid-template-columns: 1fr; gap: 32px; }

.hp2-hero-eyebrow {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 22px;
}
.hp2-hero-eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--accent);
}
.hp2-hero-title {
  font-family: var(--font-serif);
  font-size: 64px;
  line-height: 1.12;
  letter-spacing: -.012em;
  font-weight: 700;
  margin: 0 0 18px;
}
.is-mobile .hp2-hero-title { font-size: 40px; line-height: 1.18; }
.hp2-hero-title em {
  font-style: normal;
  background: linear-gradient(transparent 62%, color-mix(in oklch, var(--warning) 38%, transparent) 62%);
  padding: 0 4px;
}
.hp2-hero-tagline {
  font-size: 17px;
  line-height: 1.85;
  color: var(--fg-meta);
  max-width: 540px;
  margin: 0 0 36px;
}
.is-mobile .hp2-hero-tagline { font-size: 15px; }
.hp2-hero-tagline strong { color: var(--fg); font-weight: 700; }

.hp2-kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.is-mobile .hp2-kpi-strip { grid-template-columns: repeat(2, 1fr); gap: 12px 0; padding: 16px 0; }
.hp2-kpi {
  border-right: 1px solid var(--border);
  padding: 0 18px;
  display: flex; flex-direction: column; gap: 2px;
}
.hp2-kpi:last-child { border-right: 0; }
.is-mobile .hp2-kpi { padding: 0 14px; }
.is-mobile .hp2-kpi:nth-child(2n) { border-right: 0; }
.hp2-kpi-label {
  font-family: var(--font-num);
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fg-meta);
  font-weight: 700;
}
.hp2-kpi-value {
  font-family: var(--font-num);
  font-size: 26px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
  line-height: 1.1;
  margin-top: 2px;
}
.hp2-kpi-value .kpi-unit { font-size: 13px; font-weight: 500; color: var(--fg-meta); margin-left: 2px; }
.hp2-kpi-sub { font-size: 10.5px; color: var(--fg-meta); }
.is-mobile .hp2-kpi-value { font-size: 22px; }

/* ===== Featured-article spotlight (right Hero panel) ===== */
.hp2-spotlight {
  background: var(--fg);
  color: #f6f7fa;
  border-radius: 14px;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.hp2-sp-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #0a5f2d 0%, #15b85a 100%);
  overflow: hidden;
}
.hp2-sp-cover::before {
  content: ""; position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% -10%, rgba(255,255,255,.22), transparent 55%);
  pointer-events: none;
}
.hp2-sp-cover-glyph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.22);
}
.hp2-sp-cover-tag {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--font-num);
  font-size: 10px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 4px 8px;
  background: var(--accent); color: #fff;
  border-radius: 3px;
}
.hp2-sp-cover-num {
  position: absolute; bottom: 18px; left: 20px;
  font-family: var(--font-num);
  font-size: 76px; font-weight: 700;
  line-height: 1; letter-spacing: -.02em;
  color: #fff;
  font-feature-settings: "tnum";
}
.hp2-sp-cover-num small { font-size: 24px; vertical-align: top; opacity: .85; margin-left: 2px; font-weight: 600; }
.hp2-sp-cover-num-label {
  position: absolute; bottom: 22px; right: 20px;
  font-size: 10.5px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
  text-align: right;
  letter-spacing: .04em;
  line-height: 1.45;
}
.hp2-sp-body {
  padding: 22px 26px 26px;
  display: flex; flex-direction: column;
  flex: 1;
}
.hp2-sp-eyebrow {
  font-family: var(--font-num);
  font-size: 10px; font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #d9dbe0;
  margin-bottom: 12px;
  display: inline-flex; align-items: center; gap: 8px;
}
.hp2-sp-eyebrow .sp-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: epPulse 2s infinite;
}
.hp2-sp-title {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 10px;
  text-wrap: pretty;
}
.hp2-sp-lede {
  font-size: 12.5px;
  line-height: 1.8;
  color: #b3b8c2;
  margin-bottom: 18px;
}
.hp2-sp-meta {
  display: flex; gap: 12px; align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin-bottom: 16px;
  font-family: var(--font-num);
  font-size: 11px;
  color: #b3b8c2;
  letter-spacing: .04em;
}
.hp2-sp-meta .sp-cat { color: #fff; font-weight: 700; }
.hp2-sp-meta .sp-sep { width: 3px; height: 3px; background: rgba(255,255,255,.3); border-radius: 50%; }
.hp2-sp-cta {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 16px;
  background: #fff;
  color: var(--fg);
  border-radius: 7px;
  font-size: 13px; font-weight: 700;
  width: 100%;
  margin-top: auto;
}
.hp2-sp-cta:hover { background: #e6e8ec; }

.hp2-editors-pick {
  background: var(--fg);
  color: #f6f7fa;
  border-radius: 14px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}
.hp2-editors-pick::before {
  content: ""; position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% -20%, color-mix(in oklch, var(--accent) 28%, transparent), transparent 60%);
  pointer-events: none;
}
.hp2-ep-eyebrow {
  position: relative;
  font-family: var(--font-num);
  font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase;
  color: #d9dbe0;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
}
.hp2-ep-eyebrow .ep-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: epPulse 2s infinite;
}
@keyframes epPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 color-mix(in oklch, var(--accent) 50%, transparent); }
  50%      { opacity: .6; box-shadow: 0 0 0 6px color-mix(in oklch, var(--accent) 0%, transparent); }
}
.hp2-ep-month {
  position: relative;
  font-family: var(--font-num);
  font-size: 11px;
  color: #d9dbe0;
  margin-bottom: 16px;
}
.hp2-ep-face {
  position: relative;
  width: 100%;
  aspect-ratio: 1.586/1;
  border-radius: 9px;
  background: linear-gradient(135deg, #0a8a3d 0%, #15b85a 100%);
  overflow: hidden;
  box-shadow: 0 8px 30px -10px rgba(0,0,0,.4);
  margin-bottom: 18px;
}
.hp2-ep-face::after {
  content: ""; position: absolute;
  width: 18%; aspect-ratio: 4/3;
  top: 16%; left: 9%;
  background: linear-gradient(135deg, #d9c87a, #a08a3f);
  border-radius: 4px;
}
.hp2-ep-face .ep-face-bottom {
  position: absolute;
  bottom: 12px; right: 14px;
  font-size: 10px;
  color: rgba(255,255,255,.85);
  font-weight: 700;
  letter-spacing: .04em;
  text-align: right;
  line-height: 1.3;
}
.hp2-ep-name {
  position: relative;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
}
.hp2-ep-issuer {
  position: relative;
  font-size: 12px;
  color: #d9dbe0;
  margin-bottom: 16px;
}
.hp2-ep-bullets {
  position: relative;
  display: flex; flex-direction: column; gap: 6px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin-bottom: 18px;
}
.hp2-ep-bullet {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.55;
  color: #f6f7fa;
}
.hp2-ep-bullet svg { color: #5ddb98; margin-top: 3px; }
.hp2-ep-meta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}
.hp2-ep-meta-cell {
  font-size: 11px;
  color: #a8acb5;
}
.hp2-ep-meta-cell strong {
  display: block;
  font-family: var(--font-num);
  font-size: 18px; font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
  letter-spacing: -.005em;
}
.hp2-ep-meta-cell strong em { font-style: normal; font-size: 12px; font-weight: 500; color: #d9dbe0; margin-left: 2px; }
.hp2-ep-cta {
  position: relative;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 16px;
  background: #fff;
  color: var(--fg);
  border-radius: 7px;
  font-size: 13px; font-weight: 700;
  width: 100%;
}
.hp2-ep-cta:hover { background: #e6e8ec; }
.hp2-ep-note {
  position: relative;
  font-size: 10px;
  color: #9498a3;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

/* ===== PURPOSE ENTRIES (B-01 core) ===== */
.hp2-purpose {
  padding: 72px 0;
  border-bottom: 1px solid var(--border);
}
.is-mobile .hp2-purpose { padding: 48px 0; }
.hp2-sec-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.hp2-sec-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.005em;
  line-height: 1.3;
}
.is-mobile .hp2-sec-title { font-size: 22px; }
.hp2-sec-eyebrow {
  font-family: var(--font-num);
  font-size: 10.5px; letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 8px;
}
.hp2-sec-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--primary); }
.hp2-sec-sub {
  font-size: 14px;
  color: var(--fg-meta);
  max-width: 540px;
  line-height: 1.75;
}
.hp2-sec-link {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex; align-items: center; gap: 4px;
}

.hp2-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.is-mobile .hp2-purpose-grid { grid-template-columns: 1fr; }

.hp2-purpose-tile {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 26px 22px;
  display: flex; flex-direction: column;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, background .2s;
}
.hp2-purpose-tile:hover {
  border-color: var(--border-strong);
  background: var(--bg);
}
.hp2-pt-num {
  font-family: var(--font-num);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--fg-meta);
  font-weight: 700;
  margin-bottom: 12px;
}
.hp2-pt-num em {
  font-style: normal;
  color: var(--fg);
  font-size: 32px;
  letter-spacing: -.01em;
  display: block;
  margin-top: -4px;
  line-height: 1;
  font-weight: 700;
  font-feature-settings: "tnum";
}
.hp2-pt-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
.hp2-pt-desc {
  font-size: 12.5px;
  color: var(--fg-meta);
  line-height: 1.7;
  margin-bottom: 20px;
}
.hp2-pt-chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: auto;
}
.hp2-pt-chip {
  font-size: 11px;
  padding: 5px 9px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
  display: inline-flex; align-items: center; gap: 5px;
  font-weight: 600;
}
.hp2-pt-chip:hover { border-color: var(--fg); }
.hp2-pt-chip .chip-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.hp2-pt-chip .chip-count {
  font-family: var(--font-num);
  font-size: 10px;
  color: var(--fg-meta);
  font-weight: 600;
}
.hp2-pt-foot {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--border);
  font-size: 11.5px;
  color: var(--fg-meta);
  display: flex; align-items: center; justify-content: space-between;
}
.hp2-pt-foot strong { color: var(--fg); font-weight: 600; font-family: var(--font-num); }

/* ===== CATEGORY HUBS ===== */
.hp2-categories {
  padding: 72px 0;
  border-bottom: 1px solid var(--border);
  background: var(--bg-soft);
}
.is-mobile .hp2-categories { padding: 48px 0; }
.hp2-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.is-mobile .hp2-cat-grid { grid-template-columns: repeat(2, 1fr); }
.hp2-cat-tile {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px 20px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.hp2-cat-tile:hover {
  transform: translateY(-2px);
  border-color: var(--cat-color, var(--primary));
}
.hp2-cat-tile::before {
  content: ""; position: absolute;
  top: 0; left: 0;
  width: 100%; height: 5px;
  background: var(--cat-color, var(--primary));
}
.hp2-cat-glyph {
  width: 44px; height: 44px;
  border-radius: 8px;
  background: color-mix(in oklch, var(--cat-color) 12%, transparent);
  color: var(--cat-color);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
  margin-top: 4px;
}
.hp2-cat-count {
  font-family: var(--font-num);
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--fg-meta);
}
.hp2-cat-count em {
  font-style: normal;
  font-size: 22px; font-weight: 700;
  color: var(--cat-color);
  display: inline-block;
  margin-right: 4px;
  letter-spacing: -.01em;
  font-feature-settings: "tnum";
}
.hp2-cat-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.hp2-cat-desc {
  font-size: 11.5px;
  color: var(--fg-meta);
  line-height: 1.65;
  margin-bottom: 4px;
}
.hp2-cat-latest {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--fg);
  font-weight: 600;
}
.hp2-cat-latest-label {
  font-family: var(--font-num);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--fg-meta);
  margin-bottom: 4px;
  display: block;
  font-weight: 700;
}
.hp2-cat-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px;
  color: var(--cat-color);
  font-weight: 700;
  margin-top: 8px;
}

.hp2-cat-tile.cat-overseas { --cat-color: #1F3A93; }
.hp2-cat-tile.cat-gourmet  { --cat-color: #c43a1c; }
.hp2-cat-tile.cat-lounge   { --cat-color: #4b1f8a; }
.hp2-cat-tile.cat-hotel    { --cat-color: #0E8A5B; }
.hp2-cat-tile.cat-business { --cat-color: #525c6b; }

/* ===== MONTHLY HIGHLIGHTS ===== */
.hp2-highlights {
  padding: 80px 0;
  border-bottom: 1px solid var(--border);
}
.is-mobile .hp2-highlights { padding: 56px 0; }
.hp2-hl-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
}
.is-mobile .hp2-hl-grid { grid-template-columns: 1fr; }

.hp2-hl-card {
  display: flex; flex-direction: column;
  min-width: 0;
}
.hp2-hl-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--bg-subtle);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.hp2-hl-cover.cv-1 { background: linear-gradient(135deg, #1a1e2a 0%, #2c3346 50%, #4b566e 100%); }
.hp2-hl-cover.cv-2 { background: linear-gradient(135deg, #5c1a1a 0%, #c43a1c 100%); }
.hp2-hl-cover.cv-3 { background: linear-gradient(135deg, #1a3a8e 0%, #4a6dd9 100%); }
.hp2-hl-cover.cv-feature { aspect-ratio: 16/9; }

.hp2-hl-cover-content {
  position: absolute; inset: 0;
  padding: 20px;
  display: flex; flex-direction: column; justify-content: space-between;
  color: #fff;
}
.hp2-hl-cover-tag {
  align-self: flex-start;
  font-family: var(--font-num);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 8px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  border-radius: 4px;
}
.hp2-hl-cover-num {
  font-family: var(--font-num);
  font-size: 80px; font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.95);
  font-feature-settings: "tnum";
}
.hp2-hl-cover.cv-feature .hp2-hl-cover-num { font-size: 130px; }
.hp2-hl-cover-num small { font-size: 28px; vertical-align: top; opacity: .8; margin-left: 4px; font-weight: 600; }
.hp2-hl-cover.cv-feature .hp2-hl-cover-num small { font-size: 40px; }
.hp2-hl-cover-num-label {
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
  color: rgba(255,255,255,.8);
}
.hp2-hl-meta {
  font-family: var(--font-num);
  font-size: 11px;
  color: var(--fg-meta);
  margin-bottom: 6px;
  letter-spacing: .04em;
}
.hp2-hl-meta .meta-cat { color: var(--primary); font-weight: 700; margin-right: 8px; }
.hp2-hl-card.feature .hp2-hl-title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.005em;
}
.hp2-hl-title {
  font-family: var(--font-sans), var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -.002em;
  margin-bottom: 6px;
}
.hp2-hl-lede {
  font-size: 13px;
  color: var(--fg-meta);
  line-height: 1.7;
  margin-bottom: 8px;
}
.hp2-hl-card.feature .hp2-hl-lede { font-size: 14px; }
.hp2-hl-foot {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px;
  color: var(--fg-meta);
  font-family: var(--font-num);
}
.hp2-hl-foot .sep { width: 2px; height: 2px; background: var(--fg-meta); border-radius: 50%; }
.hp2-hl-cover.cv-feature .hp2-hl-cover-content { padding: 28px; }

/* ===== CONTENT SPLIT ===== */
.hp2-split {
  padding: 80px 0;
  border-bottom: 1px solid var(--border);
  background: var(--bg-soft);
}
.is-mobile .hp2-split { padding: 56px 0; }
.hp2-split-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 48px;
}
.is-mobile .hp2-split-grid { grid-template-columns: 1fr; gap: 36px; }

.hp2-latest-list { display: flex; flex-direction: column; }
.hp2-latest-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  align-items: center;
}
.hp2-latest-item:first-child { border-top: 0; padding-top: 4px; }
.is-mobile .hp2-latest-item { grid-template-columns: 56px 1fr; gap: 12px; }
.is-mobile .hp2-latest-item .latest-date-block { display: none; }
.hp2-latest-thumb {
  width: 90px; aspect-ratio: 4/3; border-radius: 6px;
  background: var(--bg-subtle);
  overflow: hidden;
  position: relative;
}
.is-mobile .hp2-latest-thumb { width: 56px; }
.hp2-latest-thumb.th-1 { background: linear-gradient(135deg, #0a8a3d, #15b85a); }
.hp2-latest-thumb.th-2 { background: linear-gradient(135deg, #1e40af, #60a5fa); }
.hp2-latest-thumb.th-3 { background: linear-gradient(135deg, #c43a1c, #ec6a4c); }
.hp2-latest-thumb.th-4 { background: linear-gradient(135deg, #b45309, #f59e0b); }
.hp2-latest-thumb.th-5 { background: linear-gradient(135deg, #4b1f8a, #8458d9); }
.hp2-latest-thumb.th-6 { background: linear-gradient(135deg, #0e8a5b, #34d399); }
.hp2-latest-meta {
  font-family: var(--font-num);
  font-size: 10.5px;
  color: var(--fg-meta);
  display: flex; gap: 6px; align-items: center;
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.hp2-latest-meta .meta-cat { color: var(--fg); font-weight: 700; }
.hp2-latest-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.002em;
}
.hp2-latest-date-block {
  text-align: right;
  font-family: var(--font-num);
  font-size: 11px;
  color: var(--fg-meta);
  white-space: nowrap;
}
.hp2-latest-date-block strong { display: block; font-weight: 700; color: var(--fg); font-size: 13px; }
.hp2-latest-more {
  margin-top: 22px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.hp2-latest-more:hover { border-color: var(--fg); background: var(--bg); }

.hp2-aside { display: flex; flex-direction: column; gap: 36px; }
.hp2-aside-block {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px 22px 18px;
}
.hp2-aside-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 14px;
}
.hp2-aside-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
}
.hp2-aside-title .at-num {
  font-family: var(--font-num);
  font-size: 11px;
  color: var(--fg-meta);
  font-weight: 700;
}
.hp2-aside-link { font-size: 11px; color: var(--primary); font-weight: 700; }

.hp2-rank-list { display: flex; flex-direction: column; }
.hp2-rank-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--border);
  align-items: center;
}
.hp2-rank-item:first-child { border-top: 0; padding-top: 6px; }
.hp2-rank-num {
  font-family: var(--font-num);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--fg-meta);
  font-feature-settings: "tnum";
  line-height: 1;
}
.hp2-rank-item.r-1 .hp2-rank-num { color: var(--accent); font-size: 28px; }
.hp2-rank-item.r-2 .hp2-rank-num { color: var(--warning); font-size: 25px; }
.hp2-rank-item.r-3 .hp2-rank-num { color: var(--primary); font-size: 23px; }
.hp2-rank-body { min-width: 0; }
.hp2-rank-cat {
  font-family: var(--font-num);
  font-size: 9.5px;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--fg-meta);
  margin-bottom: 2px;
}
.hp2-rank-title {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.5;
}

.hp2-alert-list { display: flex; flex-direction: column; }
.hp2-alert-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px dashed var(--border);
}
.hp2-alert-item:first-child { border-top: 0; padding-top: 2px; }
.hp2-alert-pill {
  font-family: var(--font-num);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 2px 6px;
  border-radius: 3px;
  height: fit-content;
  margin-top: 2px;
  white-space: nowrap;
}
.hp2-alert-pill.t-bad { background: color-mix(in oklch, var(--accent) 12%, transparent); color: var(--accent); }
.hp2-alert-pill.t-warn { background: color-mix(in oklch, var(--warning) 16%, transparent); color: #a77410; }
.hp2-alert-pill.t-good { background: color-mix(in oklch, var(--success) 12%, transparent); color: var(--success); }
.hp2-alert-date {
  font-family: var(--font-num);
  font-size: 10.5px;
  color: var(--fg-meta);
  margin-bottom: 2px;
  letter-spacing: .04em;
}
.hp2-alert-text {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
}
.hp2-alert-text strong { font-weight: 700; }

/* ===== EDITORIAL TRUST ===== */
.hp2-editorial {
  padding: 96px 0;
  background: var(--fg);
  color: #e6e8ec;
  position: relative;
  overflow: hidden;
}
.is-mobile .hp2-editorial { padding: 64px 0; }
.hp2-editorial::before {
  content: ""; position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, color-mix(in oklch, var(--accent) 14%, transparent), transparent 70%);
  top: -200px; right: -150px;
  pointer-events: none;
}
.hp2-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
}
.is-mobile .hp2-editorial-grid { grid-template-columns: 1fr; gap: 36px; }
.hp2-ed-eyebrow {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b3b8c2;
  font-weight: 700;
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 18px;
}
.hp2-ed-eyebrow::before { content: ""; width: 24px; height: 1px; background: #b3b8c2; }
.hp2-ed-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.005em;
  color: #fff;
  margin-bottom: 20px;
}
.is-mobile .hp2-ed-title { font-size: 26px; }
.hp2-ed-body {
  font-size: 14.5px;
  line-height: 1.95;
  color: #c8ccd4;
  max-width: 540px;
}
.hp2-ed-body p { margin-bottom: 14px; }
.hp2-ed-body strong { color: #fff; font-weight: 700; }

.hp2-ed-principles { display: grid; gap: 0; }
.hp2-ed-principle {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
}
.hp2-ed-principle:first-child { border-top: 0; padding-top: 0; }
.hp2-ed-principle:last-child { padding-bottom: 0; }
.hp2-ed-p-num {
  font-family: var(--font-num);
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -.01em;
  font-feature-settings: "tnum";
}
.hp2-ed-p-head {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.hp2-ed-p-desc {
  font-size: 12.5px;
  color: #b3b8c2;
  line-height: 1.75;
}

.hp2-ed-team { margin-top: 32px; display: flex; gap: 12px; }
.hp2-ed-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #525c6b, #8893a3);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  border: 2px solid var(--fg);
}
.hp2-ed-avatar:nth-child(2) { background: linear-gradient(135deg, #1F3A93, #6C8DEB); margin-left: -16px; }
.hp2-ed-avatar:nth-child(3) { background: linear-gradient(135deg, #c43a1c, #ec6a4c); margin-left: -16px; }
.hp2-ed-team-info {
  display: flex; flex-direction: column; justify-content: center;
  margin-left: 4px;
  font-size: 12px;
  color: #b3b8c2;
  line-height: 1.55;
}
.hp2-ed-team-info strong { color: #fff; font-size: 13px; font-weight: 700; display: block; }

/* ===== FOOTER ===== */
.hp2-footer { padding: 56px 0 24px; background: #08090b; color: #b3b8c2; }
.is-mobile .hp2-footer { padding: 40px 0 20px; }
.hp2-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 36px;
}
.is-mobile .hp2-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
.hp2-footer-about {
  font-size: 12.5px;
  line-height: 1.85;
  color: #8e94a0;
  margin-top: 12px;
  margin-bottom: 16px;
  max-width: 360px;
}
.hp2-footer-policy {
  font-size: 11px;
  padding: 12px 14px;
  background: rgba(255,255,255,.04);
  border-radius: 6px;
  line-height: 1.65;
}
.hp2-footer-policy strong { color: #fff; display: block; margin-bottom: 4px; font-size: 11.5px; }
.hp2-footer-title {
  font-family: var(--font-num);
  font-size: 10.5px;
  letter-spacing: .14em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hp2-footer-list { display: flex; flex-direction: column; gap: 8px; }
.hp2-footer-list li { font-size: 12.5px; color: #b3b8c2; }
.hp2-footer-list li:hover { color: #fff; }
.hp2-footer-legal {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 18px;
  display: flex; gap: 16px; flex-wrap: wrap; justify-content: space-between;
  font-size: 10.5px;
  color: #6e7480;
}
.hp2-footer-legal-stats { display: flex; gap: 12px; align-items: center; }
.hp2-footer-stat { font-family: var(--font-num); font-size: 10.5px; }
.hp2-footer-stat strong { color: #fff; font-weight: 700; }

/* ============================================================
   B-01 CardNavi WordPress 統合用 ── 既存テーマとの差分調整
   ============================================================ */

/* 既存 site-header との衝突を避けつつ、新トップでは hp2 セクションを通常フロー上に配置 */
.hp2.hp2-main {
  background: var(--bg);
}

/* Hero 上に余白を確保（既存 site-header は sticky で高さ可変なので margin 不要） */
.hp2-main .hp2-hero { padding-top: 48px; }
@media (max-width: 768px) {
  .hp2-main .hp2-hero { padding-top: 32px; }
}

/* KPI Strip コンパクト版（2項目だけ表示） */
.hp2-kpi-strip-compact {
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 360px;
}
@media (max-width: 768px) {
  .hp2-kpi-strip-compact { max-width: 100%; }
}

/* Spotlight にサムネ画像を入れたとき、グラデ + テキストが読めるよう overlay */
.hp2-sp-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp2-sp-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55) 100%);
  pointer-events: none;
}
.hp2-sp-link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.hp2-sp-link:hover .hp2-sp-cta { background: #e6e8ec; }

/* カテゴリタイルのリンク化（アイコンを Lucide SVG 経由で表示） */
.hp2-cat-tile { color: inherit; }
.hp2-cat-tile .hp2-cat-glyph svg { width: 22px; height: 22px; }
.hp2-cat-grid { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1024px) {
  .hp2-cat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .hp2-cat-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Highlights — リンク全体を覆い、サムネ画像対応 */
.hp2-hl-link { color: inherit; display: block; }
.hp2-hl-link:hover .hp2-hl-title { color: var(--primary); }
.hp2-hl-cover {
  position: relative;
}
.hp2-hl-cover[style*="background-image"]::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.hp2-hl-cover[style*="background-image"] .hp2-hl-cover-content { position: relative; z-index: 1; }

/* Latest list — リンク化 */
.hp2-latest-thumb { display: block; }
.hp2-latest-title a { color: inherit; }
.hp2-latest-title a:hover { color: var(--primary); }

/* Lucide icon — Hero 矢印 SVG が currentColor を継承するためのフォールバック */
.hp2-sp-cta svg { color: inherit; }

/* ============================================================
   B-01 余白調整 (WP統合版)
   ============================================================ */

/* Hero — 左右の高さを揃え、右パネルが必要以上に大きくならないように */
.hp2-hero-grid { align-items: stretch; }
.hp2-spotlight { align-self: start; max-width: 380px; }
.hp2-sp-cover { aspect-ratio: 16/10; }
.hp2-sp-cover-glyph svg { width: 120px; height: 120px; }

/* Hero と Categories の余白圧縮 */
.hp2-main .hp2-hero { padding-top: 40px; padding-bottom: 32px; }
.hp2-categories { padding: 48px 0; }
.hp2-highlights { padding: 56px 0; }
.hp2-split { padding: 56px 0; }
.hp2-editorial { padding: 64px 0; }

/* Highlights Feature カードのカバー — DBの数値オーバーレイがないので 16/10 に統一 */
.hp2-hl-cover.cv-feature { aspect-ratio: 16/10; }
.hp2-hl-cover.cv-feature .hp2-hl-cover-num { font-size: 80px; }
.hp2-hl-cover.cv-feature .hp2-hl-cover-num small { font-size: 28px; }
.hp2-hl-card.feature .hp2-hl-title { font-size: 22px; }

/* Split — 右カラム未使用なので 1カラムに（最新記事のみ表示） */
.hp2-split-grid { grid-template-columns: 1fr !important; }
.hp2-split-grid > .hp2-aside { display: none; }

/* Latest list — 1カラム時は中央寄せ */
.hp2-latest-list { max-width: 900px; }

/* Hero タイトル — モバイルで大きすぎるのを抑える */
.hp2-hero-title { font-size: 56px; }
@media (max-width: 768px) {
  .hp2-hero-title { font-size: 34px; line-height: 1.2; }
}

/* ============================================================
   人気ランキング — Split の右カラムを復活
   ============================================================ */
.hp2-split-grid.split-with-aside {
  grid-template-columns: 1.7fr 1fr !important;
}
.hp2-split-grid.split-with-aside > .hp2-aside { display: flex; }
.hp2-split-grid.split-single .hp2-latest-list { max-width: 900px; }

@media (max-width: 900px) {
  .hp2-split-grid.split-with-aside {
    grid-template-columns: 1fr !important;
  }
}

/* ランキングアイテムのリンク化 */
.hp2-rank-title a { color: inherit; }
.hp2-rank-title a:hover { color: var(--primary); }

/* ランキング集計期間の注釈 */
.hp2-rank-footnote {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px dashed var(--border);
  font-size: 10px;
  color: var(--fg-meta);
  font-family: var(--font-num);
  letter-spacing: .02em;
  line-height: 1.6;
}
