/*
Theme Name: ReSeen Child
Theme URI: https://reseen.kr
Template: generatepress
Author: ReSeen / 리씬
Author URI: https://reseen.kr
Description: ReSeen / 리씬 — GeneratePress child theme with full wireframe v2 visual identity. Custom templates render wireframe HTML structure (dark header, magazine grid, card overlays, post-nav, subscribe, dark footer).
Version: 0.3.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reseen-child
*/


/* ============================================================
 *  GP DEFAULT RESET — neutralize GP's default chrome
 *  Our header.php and footer.php render wireframe HTML directly,
 *  so we hide GP's default header/footer wrappers.
 * ============================================================ */
.site-header,
header.site-header,
.site-header.has-inline-mobile-toggle,
nav.main-navigation:not(.rs-main-nav),
.main-navigation.sub-menu-right,
.main-navigation.mobile-menu-control-wrapper,
.site-footer,
footer.site-info,
.footer-widgets,
.gp-footer-bar { display: none !important; }

/* Make sure WP admin bar still works */
html { margin-top: 0 !important; }
html[lang] { scroll-behavior: smooth; }

/* GP content container — let our templates control width */
.site.grid-container,
.site-content,
.content-area,
#primary { width: auto !important; max-width: 100% !important; padding: 0 !important; }
#primary.rs-main { padding: 0 !important; }
.site .content-area { float: none !important; width: 100% !important; }
.inside-article { padding: 0 !important; border: none !important; background: transparent !important; }

/* Hide GP's separate-containers wrapper that boxes content */
.separate-containers .site-main,
.separate-containers .inside-article,
.separate-containers .page-header { background: transparent !important; padding: 0 !important; box-shadow: none !important; }

/* ============================================================
 *  RS-prefixed HEADER (our custom)
 * ============================================================ */
.rs-top {
  background: linear-gradient(180deg, #1a1614 0%, #2a201c 100%);
  color: #f5ede0;
  border-bottom: 1px solid rgba(184,138,62,0.18);
  position: relative;
  z-index: 10;
}
.rs-top-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.rs-brand a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.rs-brand-logo {
  font-family: 'Noto Serif KR', serif;
  font-size: 28px;
  font-weight: 700;
  color: #f5ede0;
  letter-spacing: -0.5px;
}
.rs-brand-tag {
  font-family: 'Pretendard', sans-serif;
  font-size: 12px;
  color: #b88a3e;
  letter-spacing: 2px;
}

.rs-main-nav { flex: 1; display: flex; justify-content: center; }
.rs-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0;
}
.rs-nav-list li a {
  display: inline-block;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  color: #b8aa95;
  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.rs-nav-list li a:hover,
.rs-nav-list li.rs-active a,
.rs-nav-list li.current-menu-item a {
  color: #b88a3e;
}
.rs-nav-list li.rs-active a,
.rs-nav-list li.current-menu-item a {
  box-shadow: inset 0 -2px 0 #b88a3e;
}

.rs-top-right { display: flex; align-items: center; gap: 16px; }
.rs-search-box {
  display: inline-flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #5a4f47;
  border-radius: 2px;
  overflow: hidden;
  height: 34px;
}
.rs-search-input {
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 13px;
  font-family: 'Pretendard', sans-serif;
  color: #2a2218;
  background: #fff;
  width: 150px;
  height: 100%;
}
.rs-search-input::placeholder { color: #aaa; font-size: 12px; }
.rs-search-btn {
  border: 0;
  background: #2a201c;
  color: #e8dfd0;
  padding: 0 16px;
  height: 100%;
  font-size: 13px;
  font-family: 'Pretendard', sans-serif;
  cursor: pointer;
  letter-spacing: 1px;
}
.rs-search-btn:hover { background: #3a2e26; }
.rs-about-link { font-size: 14px; color: #b8aa95; text-decoration: none; }
.rs-about-link:hover { color: #b88a3e; }

/* ============================================================
 *  RS-prefixed FOOTER (our custom)
 * ============================================================ */
.rs-footer {
  background: #1a1614;
  color: #b8aa95;
  padding: 56px 32px 0;
}
.rs-foot-inner {
  max-width: 870px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.rs-foot-brand .rs-brand-logo { display: block; margin-bottom: 14px; }
.rs-foot-brand p { font-size: 13px; line-height: 1.7; color: #8a7a6c; margin: 0; }
.rs-foot-col h4 {
  color: #f5ede0;
  font-family: 'Pretendard', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.rs-foot-col a {
  display: block;
  color: #b8aa95;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}
.rs-foot-col a:hover { color: #b88a3e; }
.rs-foot-bottom {
  max-width: 870px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: #76665a;
  border-top: 1px solid rgba(184,138,62,0.15);
}

/* Mobile-tab — hidden on desktop, shown on mobile */
.rs-mobile-tab { display: none; }
@media (max-width: 768px) {
  .rs-mobile-tab {
    display: block;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #1a1614;
    border-top: 1px solid rgba(184,138,62,0.2);
    z-index: 100;
  }
  .rs-mobile-tab-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .rs-mobile-tab a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 4px;
    color: #b8aa95;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.3;
  }
  .rs-mobile-tab .rs-icon { font-size: 18px; color: #b88a3e; margin-bottom: 2px; }
  .rs-mobile-tab .rs-sub { font-size: 9px; color: #76665a; margin-top: 1px; }
  body { padding-bottom: 70px; }
  .rs-top-inner { padding: 14px 20px; gap: 12px; }
  .rs-main-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; }
  .rs-search-box { display: none; }
  .rs-foot-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ============================================================
 *  Site background
 * ============================================================ */
html, body { background: #f6efe0 !important; }
body { color: #1f1a16; font-family: 'Pretendard', sans-serif; }

/* WP admin bar fix */
html[lang] { margin-top: 0 !important; }
.admin-bar .rs-top { margin-top: 32px; }
@media (max-width: 782px) {
  .admin-bar .rs-top { margin-top: 46px; }
}


/* ============================================================
 *  WIREFRAME v2 STYLES (ported)
 * ============================================================ */

/* ========== ReSeen v2 — 5 에이전트 종합 패치 ========== */
/* 변경: excerpt 16px / Hero fade·여백 / music-zone 강화 / emoji 제거 양식 / */
/*       author-card / cliffhanger / ad-slot / inline-cta / source-badge 신규 */

:root {
  --bg: #faf7f2;
  --bg-dark: #1a1614;
  --bg-dark-soft: #211b17;
  --ink: #1f1a17;
  --ink-soft: #4a3f37;          /* 5a4f47 → 4a3f37 (대비 강화) */
  --gold: #b88a3e;
  --gold-soft: #c9a55c;
  --accent: #8c2d2d;
  --line: #e8e1d4;
  --card: #ffffff;
  --ad-bg: #f0e9dc;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: var(--ink);
  background: var(--bg);
  word-break: keep-all;
}
.serif { font-family: 'Noto Serif KR', serif; }
a { color: inherit; text-decoration: none; }

/* ========== Fade-in 진입 (CODA 카메라는 호흡한다) ========== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.9s ease both; }
.fade-up.delay-1 { animation-delay: 0.15s; }
.fade-up.delay-2 { animation-delay: 0.3s; }
.fade-up.delay-3 { animation-delay: 0.45s; }

/* ========== 상단 헤더 ========== */
header.top {
  background: var(--bg-dark);
  color: #f5ede0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #2a221c;
}
.top-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand a { display: flex; align-items: baseline; gap: 14px; }
.brand-logo {
  font-family: 'Noto Serif KR', serif;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.5px;
}
.brand-tag {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 1px;
}
nav.main { display: flex; gap: 36px; }
nav.main a {
  font-size: 16px;
  font-weight: 500;
  color: #e8dfd0;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}
nav.main a:hover { color: var(--gold); border-bottom-color: var(--gold); }
nav.main a.active { color: var(--gold); border-bottom-color: var(--gold); }
.top-right { display: flex; align-items: center; gap: 20px; }
.search-btn {
  background: none; border: 1px solid #5a4f47; color: #e8dfd0;
  padding: 8px 18px; font-size: 14px; cursor: pointer; border-radius: 2px;
  letter-spacing: 1px;
}
.about-link { font-size: 14px; color: #b8aa95; }
.about-link.active { color: var(--gold); }

/* ========== Hero — 절정에서 비운다 ========== */
.hero {
  background: linear-gradient(180deg, #1a1614 0%, #2a201c 100%);
  color: #f5ede0;
  padding: 130px 32px 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(184,138,62,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
}
.hero h1 {
  font-family: 'Noto Serif KR', serif;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 28px;
  line-height: 1.2;
  position: relative;
}
.hero h1 .ko { color: #f5ede0; }
.hero h1 .en {
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
  font-size: 50px;
}
.hero-hook {
  font-family: 'Noto Serif KR', serif;
  font-size: 26px;
  color: #e8dac8;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.5;
  position: relative;
}
.hero-sub {
  font-size: 18px;
  color: #b8a890;
  margin-bottom: 64px;
  letter-spacing: 0.3px;
  position: relative;
}
.hero-cta {
  display: inline-block;
  background: var(--gold);
  color: #1a1614;
  padding: 18px 48px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 2px;
  position: relative;
  transition: background 0.2s;
}
.hero-cta:hover { background: #d4a558; }
.hero-bridge {
  width: 80px;
  height: 1px;
  background: var(--gold);
  opacity: 0.35;
  margin: 70px auto 0;
  position: relative;
}

/* ========== 페이지 Hero (홈 외) ========== */
.page-hero {
  background: linear-gradient(180deg, #1a1614 0%, #2a201c 100%);
  color: #f5ede0;
  padding: 80px 32px 70px;
  text-align: center;
  border-bottom: 1px solid #2a221c;
}
.page-label {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.page-sub {
  font-size: 18px;
  color: #c9b89a;
  max-width: 680px;
  margin: 0 auto;
}

/* ========== Breadcrumb ========== */
.breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px 0;
  font-size: 13px;
  color: var(--ink-soft);
}
.breadcrumb a { border-bottom: 1px dotted var(--ink-soft); }
.breadcrumb .sep { margin: 0 8px; opacity: 0.5; }

/* ========== Pillar Page 허브 텍스트 ========== */
.pillar-intro {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 32px 0;
  font-size: 18px;
  line-height: 1.9;
  color: var(--ink);
}
.pillar-intro h2 {
  font-family: 'Noto Serif KR', serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}
.pillar-intro p { margin-bottom: 18px; color: var(--ink-soft); }

/* ========== 필터 칩 ========== */
.filter-chips {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 32px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.chip {
  padding: 10px 22px;
  border: 1px solid var(--line);
  background: var(--card);
  font-size: 14px;
  color: var(--ink);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.chip:hover { background: var(--ink); color: var(--bg); }
.chip.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* ========== 섹션 공통 + 브리지 여백 ========== */
section.zone {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px 60px;
  border-top: 1px solid var(--line);
}
section.zone:first-of-type { border-top: none; padding-top: 100px; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--ink);
}
.section-label {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 8px;
}
.section-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}
.section-more {
  font-size: 14px;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--ink-soft);
  padding-bottom: 2px;
}

/* ========== 카드 — 비율 16/9 통일 + excerpt 16px ========== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.grid-feature {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 60px;
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,0.09); }
.card-img {
  background: linear-gradient(135deg, #2a201c 0%, #4a3a30 100%);
  aspect-ratio: 16/9;
  position: relative;
  color: #c9b89a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif KR', serif;
  font-size: 26px;
  letter-spacing: -1px;
}
.card-feature .card-img { aspect-ratio: 16/9; font-size: 38px; }
.card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.card-cat {
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 2px;
  font-weight: 600;
}
.card-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.card-feature .card-title { font-size: 30px; }
.card-excerpt {
  font-size: 16px;             /* 15 → 16 (50대 AA 정합) */
  color: var(--ink-soft);
  line-height: 1.7;
}
.card-meta {
  font-size: 13px;
  color: #8a7a6c;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 14px;
}
.card-meta .reads { color: var(--accent); font-weight: 600; }  /* Social Proof */

/* ========== Music Video Archive (/category/music/ — 뮤직비디오) ========== */
.rs-mv-archive {
  background:
    radial-gradient(circle at 20% 0%, rgba(229,182,50,0.06) 0%, transparent 50%),
    linear-gradient(180deg, #0f0a07 0%, #1a1410 60%, #0f0a07 100%);
  color: #f5ede0;
  padding: 48px 24px 96px;
  min-height: calc(100vh - 200px);
}
.rs-mv-archive-head {
  text-align: center;
  margin-bottom: 36px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.rs-mv-archive-label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #E5B632;
  font-weight: 700;
  margin-bottom: 14px;
}
.rs-mv-archive-title {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  color: #fffaf0;
  letter-spacing: -1px;
  margin: 0 0 12px;
  line-height: 1.1;
}
.rs-mv-archive-desc {
  font-size: 14px;
  color: #8a7a6c;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.6;
}

.rs-mv-grid {
  max-width: 1086px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.rs-mv-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a1410;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1), box-shadow 500ms ease;
}
.rs-mv-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.5);
  color: inherit;
}
.rs-mv-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #1a1410;
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}
.rs-mv-card:hover .rs-mv-card-img { transform: scale(1.03); }
.rs-mv-card-empty .rs-mv-card-img {
  background:
    radial-gradient(circle at 70% 30%, rgba(229,182,50,0.15) 0%, transparent 55%),
    radial-gradient(circle at 30% 70%, rgba(245,237,224,0.04) 0%, transparent 55%),
    linear-gradient(135deg, #1a1410 0%, #2a201c 50%, #0f0a07 100%);
}
.rs-mv-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 55%, rgba(0,0,0,0.88) 100%);
  z-index: 1;
}
.rs-mv-card-info {
  position: absolute;
  bottom: 32px;
  left: 40px;
  right: 40px;
  z-index: 2;
  color: #f5ede0;
}
.rs-mv-card-tag {
  font-size: 11px;
  letter-spacing: 3px;
  color: #E5B632;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-mv-card-title {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fffaf0;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.rs-mv-card-desc {
  font-size: 14px;
  color: #d9c9a8;
  line-height: 1.55;
  margin: 0;
  max-width: 640px;
}
.rs-mv-card-empty { cursor: default; }
.rs-mv-card-empty:hover { transform: none; box-shadow: none; }
.rs-mv-card-empty .rs-mv-card-img:hover { transform: none; }

.rs-mv-pagination {
  text-align: center;
  margin-top: 32px;
}
.rs-mv-pagination a, .rs-mv-pagination span {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  color: rgba(245,237,224,0.6);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: color 200ms ease, border-color 200ms ease;
}
.rs-mv-pagination a:hover { color: #E5B632; border-color: #E5B632; }
.rs-mv-pagination .current { color: #E5B632; border-color: #E5B632; }

@media (max-width: 768px) {
  .rs-mv-archive { padding: 28px 16px 64px; }
  .rs-mv-archive-head { margin-bottom: 24px; }
  .rs-mv-grid { gap: 18px; }
  .rs-mv-card-info { bottom: 20px; left: 22px; right: 22px; }
  .rs-mv-card-title { font-size: 20px; margin-bottom: 6px; }
  .rs-mv-card-desc { font-size: 12px; }
  .rs-mv-card-tag { font-size: 10px; margin-bottom: 8px; }
}

/* ========== ReSeen Music Hub (/music — landing) ========== */
.rs-music-hub {
  background:
    radial-gradient(circle at 20% 0%, rgba(229,182,50,0.06) 0%, transparent 50%),
    linear-gradient(180deg, #0f0a07 0%, #1a1410 60%, #0f0a07 100%);
  color: #f5ede0;
  padding: 80px 24px 120px;
  margin: 0 -24px;
  min-height: calc(100vh - 200px);
}
.rs-music-hub-head {
  text-align: center;
  margin-bottom: 64px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.rs-music-hub-label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #E5B632;
  font-weight: 700;
  margin-bottom: 16px;
}
.rs-music-hub-mark {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(56px, 9vw, 96px);
  font-weight: 700;
  letter-spacing: 14px;
  text-indent: 14px;
  color: #fffaf0;
  margin: 0 0 16px;
  line-height: 1;
}
.rs-music-hub-line {
  font-size: 14px;
  letter-spacing: 3px;
  color: #8a7a6c;
  margin: 0;
  text-transform: uppercase;
}
.rs-music-hub-grid {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.rs-music-hub-card {
  display: block;
  text-decoration: none;
  padding: 56px 40px;
  background: rgba(245,237,224,0.03);
  border: 1px solid rgba(245,237,224,0.08);
  transition: background 300ms ease, border-color 300ms ease, transform 300ms cubic-bezier(.2,.8,.2,1);
  color: #f5ede0;
}
.rs-music-hub-card:hover {
  background: rgba(229,182,50,0.06);
  border-color: rgba(229,182,50,0.35);
  transform: translateY(-4px);
  color: #f5ede0;
}
.rs-music-hub-card-tag {
  font-size: 11px;
  letter-spacing: 3px;
  color: #E5B632;
  font-weight: 700;
  margin-bottom: 18px;
}
.rs-music-hub-card-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 32px;
  font-weight: 700;
  color: #fffaf0;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.rs-music-hub-card-desc {
  font-size: 14px;
  color: #8a7a6c;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .rs-music-hub { padding: 48px 16px 80px; }
  .rs-music-hub-head { margin-bottom: 40px; }
  .rs-music-hub-grid { grid-template-columns: 1fr; gap: 18px; }
  .rs-music-hub-card { padding: 36px 28px; }
  .rs-music-hub-card-title { font-size: 26px; }
}

/* ========== ReSeen Music Player (/music — cinematic minimal) ========== */
.rs-music {
  background:
    radial-gradient(circle at 20% 0%, rgba(229,182,50,0.06) 0%, transparent 50%),
    linear-gradient(180deg, #0f0a07 0%, #1a1410 60%, #0f0a07 100%);
  color: #f5ede0;
  padding: 48px 24px 120px;
  min-height: calc(100vh - 200px);
}
.rs-music-wrap {
  max-width: 960px;
  margin: 0 auto;
}

/* Hero — large wordmark */
.rs-music-hero {
  text-align: center;
  margin-bottom: 80px;
}
.rs-music-mark {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(56px, 9vw, 96px);
  font-weight: 700;
  letter-spacing: 14px;
  color: #fffaf0;
  margin: 0 0 16px;
  text-indent: 14px;
  line-height: 1;
}
.rs-music-album-name {
  font-size: 13px;
  letter-spacing: 5px;
  color: #E5B632;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.rs-music-line {
  font-size: 13px;
  letter-spacing: 4px;
  color: #8a7a6c;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

/* Deck — cover + meta */
.rs-music-deck {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: stretch;
  margin-bottom: 48px;
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
}
.rs-music-deck.rs-flash {
  animation: rs-flash 600ms ease-out;
}
@keyframes rs-flash {
  0% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-2px); }
  80% { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

.rs-music-cover {
  position: relative;
  aspect-ratio: 1 / 1;
  background-color: #1a1410;
  background:
    radial-gradient(circle at 70% 30%, rgba(229,182,50,0.18) 0%, transparent 55%),
    radial-gradient(circle at 30% 70%, rgba(245,237,224,0.04) 0%, transparent 55%),
    linear-gradient(135deg, #1a1410 0%, #2a201c 50%, #0f0a07 100%);
  overflow: hidden;
  transition: transform 800ms cubic-bezier(.2,.8,.2,1), box-shadow 600ms ease;
}
.rs-music-cover.rs-music-cover-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.rs-music-cover.rs-music-cover-image::before { content: none !important; }
.rs-music-cover.rs-music-cover-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.0) 45%);
  pointer-events: none;
  z-index: 1;
}
.rs-music-cover-text {
  position: absolute;
  bottom: 24px;
  right: 24px;
  left: auto;
  z-index: 2;
  text-align: right;
  max-width: 75%;
}
.rs-music-cover-mark {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 700;
  letter-spacing: 8px;
  text-indent: 8px;
  color: #fffaf0;
  margin: 0 0 6px;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0,0,0,0.7);
}
.rs-music-cover-album {
  font-size: 11px;
  letter-spacing: 4px;
  color: #E5B632;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0,0,0,0.8);
}
@media (max-width: 768px) {
  .rs-music-cover-text { bottom: 18px; right: 18px; }
  .rs-music-cover-mark { font-size: 30px; letter-spacing: 6px; text-indent: 6px; }
  .rs-music-cover-album { font-size: 10px; letter-spacing: 3px; }
}
.rs-music-cover::before {
  content: 'C O D A';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: 8px;
  color: rgba(229,182,50,0.22);
  transition: letter-spacing 600ms ease, color 400ms ease;
}
.rs-music-deck.is-playing .rs-music-cover {
  box-shadow: 0 24px 80px rgba(229,182,50,0.18);
}
.rs-music-deck.is-playing .rs-music-cover::before {
  letter-spacing: 14px;
  color: rgba(229,182,50,0.45);
}
.rs-music-cover-grain {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 2px, rgba(229,182,50,0.025) 2px, rgba(229,182,50,0.025) 3px);
  pointer-events: none;
}

/* Meta column */
.rs-music-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.rs-music-meta-top { padding-top: 12px; }
.rs-music-meta-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 4px;
  color: #E5B632;
  font-weight: 700;
  margin-bottom: 24px;
}
.rs-music-meta-title {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #fffaf0;
  margin: 0 0 14px;
  word-break: keep-all;
}
.rs-music-meta-album {
  font-size: 14px;
  color: #8a7a6c;
  letter-spacing: 1.5px;
  margin: 0;
  text-transform: uppercase;
}

.rs-music-meta-bottom { margin-top: 32px; }

.rs-music-bar {
  height: 2px;
  background: rgba(245,237,224,0.12);
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
}
.rs-music-bar-fill {
  height: 100%;
  width: 0%;
  background: #E5B632;
  transition: width 200ms linear;
}
.rs-music-times {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #8a7a6c;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
  margin-bottom: 32px;
}

.rs-music-ctrls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-music-ctrl {
  background: transparent;
  border: none;
  color: rgba(245,237,224,0.6);
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 250ms ease, transform 250ms ease;
}
.rs-music-ctrl:hover { color: #fffaf0; }
.rs-music-ctrl svg { width: 20px; height: 20px; display: block; }
.rs-music-ctrl-play {
  width: 56px;
  height: 56px;
  background: #fffaf0;
  color: #0f0a07;
  border-radius: 50%;
}
.rs-music-ctrl-play:hover {
  background: #E5B632;
  color: #0f0a07;
  transform: scale(1.06);
}
.rs-music-ctrl-play svg { width: 22px; height: 22px; }
.rs-music-ctrl-play .rs-icon-play { margin-left: 2px; }

/* Lyrics toggle button (extra control next to play) */
.rs-music-ctrl-lyrics {
  margin-left: 8px;
  position: relative;
}
.rs-music-ctrl-lyrics.is-on { color: #E5B632; }
.rs-music-ctrl-lyrics.is-on::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E5B632;
  transform: translateX(-50%);
}

/* Lyrics panel (karaoke) */
.rs-music-lyrics {
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms cubic-bezier(.2,.8,.2,1), margin 500ms ease, opacity 400ms ease;
  margin: 0 0 0;
  opacity: 0;
}
.rs-music-lyrics.is-open {
  max-height: 520px;
  margin: 0 0 64px;
  opacity: 1;
}
.rs-music-lyrics-inner {
  max-height: 460px;
  overflow-y: auto;
  padding: 32px 0;
  text-align: center;
  scrollbar-width: thin;
  scrollbar-color: rgba(229,182,50,0.3) transparent;
  position: relative;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}
.rs-music-lyrics-inner::-webkit-scrollbar { width: 4px; }
.rs-music-lyrics-inner::-webkit-scrollbar-thumb { background: rgba(229,182,50,0.3); border-radius: 2px; }
.rs-music-lyrics-empty {
  font-size: 14px;
  color: #5a4f43;
  font-style: italic;
  letter-spacing: 1px;
  padding: 80px 0;
}
.rs-lyric-line {
  font-family: 'Noto Serif KR', serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: rgba(245,237,224,0.25);
  padding: 8px 16px;
  transition: color 350ms ease, transform 350ms ease, font-size 350ms ease;
  word-break: keep-all;
}
.rs-lyric-line.is-active {
  color: #fffaf0;
  font-size: 26px;
  font-weight: 500;
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .rs-music-lyrics.is-open { max-height: 420px; margin-bottom: 40px; }
  .rs-music-lyrics-inner { max-height: 380px; padding: 24px 0; }
  .rs-lyric-line { font-size: 17px; padding: 6px 12px; }
  .rs-lyric-line.is-active { font-size: 22px; }
}

/* Track list — pure rows */
.rs-music-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(245,237,224,0.08);
}
.rs-row {
  display: grid;
  grid-template-columns: 40px 1fr auto 56px;
  align-items: center;
  gap: 24px;
  padding: 13px 8px;
  border-bottom: 1px solid rgba(245,237,224,0.08);
  cursor: pointer;
  transition: background 250ms ease, padding-left 250ms ease;
  position: relative;
}
.rs-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: transparent;
  transition: background 250ms ease;
}
.rs-row:hover { padding-left: 16px; background: rgba(245,237,224,0.02); }
.rs-row.is-active { padding-left: 16px; background: rgba(229,182,50,0.05); }
.rs-row.is-active::before { background: #E5B632; }

.rs-row-num {
  font-family: 'Noto Serif KR', serif;
  font-size: 14px;
  color: #5a4f43;
  font-variant-numeric: tabular-nums;
  letter-spacing: 2px;
  font-weight: 400;
}
.rs-row.is-active .rs-row-num { color: #E5B632; }

.rs-row-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 22px;
  font-weight: 500;
  color: #f5ede0;
  letter-spacing: -0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.rs-row.is-active .rs-row-title { color: #fffaf0; }

.rs-row-album {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: #5a4f43;
  text-transform: uppercase;
  font-weight: 600;
}

.rs-row-time {
  font-size: 12px;
  color: #5a4f43;
  font-variant-numeric: tabular-nums;
  text-align: right;
  letter-spacing: 0.5px;
}

.rs-row-pending { opacity: 0.55; }
.rs-row-pending .rs-row-title { font-style: italic; }

/* Mobile */
@media (max-width: 768px) {
  .rs-music { padding: 28px 16px 80px; }
  .rs-music-hero { margin-bottom: 48px; }
  .rs-music-mark { letter-spacing: 10px; text-indent: 10px; }
  .rs-music-line { font-size: 11px; letter-spacing: 3px; }
  .rs-music-deck {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 34px;
  }
  .rs-music-cover {
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
  }
  .rs-music-meta { text-align: center; }
  .rs-music-meta-bottom { margin-top: 16px; }
  .rs-music-ctrls { justify-content: center; }
  .rs-row {
    grid-template-columns: 32px 1fr 48px;
    gap: 16px;
    padding: 11px 6px;
  }
  .rs-row-album { display: none; }
  .rs-row-title { font-size: 18px; }
  .rs-row:hover, .rs-row.is-active { padding-left: 12px; }
}

/* ========== Empty card placeholder (게시 준비 중) ========== */
.card.card-empty { opacity: 0.95; cursor: default; }
.card.card-empty .card-img-empty {
  background:
    radial-gradient(circle at 30% 30%, rgba(229,182,50,0.07) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(229,182,50,0.05) 0%, transparent 50%),
    linear-gradient(135deg, #2a201c 0%, #3a2e26 50%, #2a201c 100%);
  position: relative;
  overflow: hidden;
}
.card.card-empty .card-img-empty::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 12px, rgba(229,182,50,0.025) 12px, rgba(229,182,50,0.025) 13px);
  pointer-events: none;
}
.card.card-empty .card-empty-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Serif KR', serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(229,182,50,0.18);
  z-index: 1;
  white-space: nowrap;
}
.card.card-empty .card-overlay {
  position: relative;
  z-index: 2;
}
.card.card-empty .card-cat {
  color: rgba(229,182,50,0.7);
}
.card.card-empty .card-title {
  color: rgba(245,237,224,0.85);
  font-size: 18px;
}
.card.card-empty .card-body {
  background: #fff;
}
.card.card-empty .card-excerpt {
  color: #8a7a6c;
  font-style: italic;
}

/* ========== 페이지네이션 ========== */
.pagination {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 32px 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination a {
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: var(--card);
  font-size: 14px;
  min-width: 42px;
}
.pagination a.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.pagination a:hover { background: var(--ink); color: var(--bg); }

/* ========== 이달의 인물 + D-Counter ========== */
.monthly {
  background: var(--bg-dark);
  color: #f5ede0;
  padding: 90px 32px;
  margin: 0;
  border-top: 1px solid #2a221c;
  border-bottom: 1px solid #2a221c;
}
.monthly-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}
.monthly-img {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #3a2a20 0%, #5a4030 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: 'Noto Serif KR', serif;
  font-size: 32px;
}
.monthly-label {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.monthly-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.monthly-desc {
  font-size: 17px;
  line-height: 1.9;
  color: #c9b89a;
  margin-bottom: 24px;
}
.d-counter {
  display: inline-block;
  background: rgba(184,138,62,0.15);
  color: var(--gold);
  padding: 6px 14px;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 28px;
  border: 1px solid rgba(184,138,62,0.3);
}
.monthly-cta {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 14px 36px;
  font-size: 15px;
  letter-spacing: 1px;
}

/* ========== 사유의 산책 ========== */
.walk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.walk-item {
  padding: 36px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.walk-item:hover { background: #f3eddf; }
.walk-item:last-child { border-right: none; }
.walk-cat {
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.walk-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.walk-excerpt {
  font-size: 16px;             /* 15 → 16 */
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ========== 리씬 뮤직 — 시각 에너지 강화 ========== */
.music-zone {
  background: linear-gradient(180deg, #e8dac8 0%, #d8c6ad 100%);
  padding: 100px 32px;
  margin-top: 0;
}
.music-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.music-visual {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #2a201c 0%, #b88a3e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #faf7f2;
  font-family: 'Noto Serif KR', serif;
  font-size: 48px;
  letter-spacing: -1px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.15);
}
.music-text .section-label { margin-bottom: 16px; }
.music-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -1.5px;
}
.music-quote {
  font-family: 'Noto Serif KR', serif;
  font-size: 21px;
  color: var(--ink);
  font-style: italic;
  line-height: 1.8;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
  margin-bottom: 32px;
}
.music-cta {
  display: inline-block;
  background: var(--ink);
  color: var(--bg);
  padding: 16px 36px;
  font-size: 15px;
  letter-spacing: 1px;
}

/* ========== 글 single (article) ========== */
.article {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 32px 40px;
}
.article-cat {
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 16px;
}
.article-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.article-sub {
  font-size: 20px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 32px;
}
.article-meta {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #8a7a6c;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.article-meta .label { color: var(--ink-soft); letter-spacing: 1px; margin-right: 4px; }
.article-meta .reads { color: var(--accent); font-weight: 600; }

/* ========== Author Card (E-E-A-T) ========== */
.author-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: var(--ad-bg);
  border-left: 3px solid var(--gold);
  margin-bottom: 48px;
}
.author-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b88a3e 0%, #8c2d2d 100%);
  display: flex; align-items: center; justify-content: center;
  color: #faf7f2;
  font-family: 'Noto Serif KR', serif; font-weight: 900;
  font-size: 20px;
  flex-shrink: 0;
}
.author-info { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.author-info strong { font-size: 15px; color: var(--ink); }
.author-info .pol { color: var(--accent); font-weight: 600; }

.article-hero-img {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #2a201c 0%, #5a4030 50%, #b88a3e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5ede0;
  font-family: 'Noto Serif KR', serif;
  font-size: 56px;
  margin-bottom: 48px;
}

.article-body { font-size: 18px; line-height: 1.95; color: var(--ink); }
.article-body h2 {
  font-family: 'Noto Serif KR', serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 60px 0 24px;
  padding-top: 24px;
  border-top: 2px solid var(--ink);
}
.article-body h3 {
  font-family: 'Noto Serif KR', serif;
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 16px;
}
.article-body p { margin-bottom: 24px; }
.article-body ul, .article-body ol { margin: 20px 0 28px 24px; }
.article-body li { margin-bottom: 10px; }
.article-body blockquote {
  font-family: 'Noto Serif KR', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.8;
  padding: 20px 0 20px 28px;
  border-left: 4px solid var(--gold);
  margin: 32px 0;
}
.article-body blockquote cite {
  display: block;
  font-size: 14px;
  color: #8a7a6c;
  font-style: normal;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.article-body em { font-style: italic; color: var(--accent); }

/* ========== 떠도는 거짓 박스 (룰 6) + 출처 뱃지 (Authority) ========== */
.myth-box {
  background: #fef9f0;
  border-left: 4px solid var(--accent);
  padding: 28px 32px;
  margin: 40px 0;
}
.myth-label {
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 12px;
}
.myth-fake {
  font-family: 'Noto Serif KR', serif;
  font-size: 17px;
  color: #6a4f47;
  text-decoration: line-through;
  margin-bottom: 8px;
}
.myth-truth {
  font-family: 'Noto Serif KR', serif;
  font-size: 18px;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 16px;
}
.source-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
}
.source-badge {
  display: inline-block;
  padding: 4px 10px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  letter-spacing: 0.5px;
  border-radius: 2px;
}

/* ========== Cliffhanger (섹션 전환 예고) ========== */
.cliffhanger {
  font-family: 'Noto Serif KR', serif;
  font-size: 16px;
  color: var(--ink-soft);
  font-style: italic;
  padding: 20px 24px;
  background: rgba(184,138,62,0.06);
  border-left: 2px solid var(--gold);
  margin: 32px 0;
}
.cliffhanger::before { content: "다음 자리에서 — "; color: var(--gold); font-style: normal; font-weight: 600; letter-spacing: 1px; }

/* ========== 본문 중단 인라인 CTA ========== */
.inline-cta {
  background: var(--bg-dark);
  color: #f5ede0;
  padding: 32px 28px;
  margin: 48px 0;
  text-align: center;
  border-radius: 2px;
}
.inline-cta .cta-label {
  font-size: 12px; color: var(--gold); letter-spacing: 3px; margin-bottom: 10px;
}
.inline-cta .cta-head {
  font-family: 'Noto Serif KR', serif;
  font-size: 22px; line-height: 1.5; margin-bottom: 18px;
}
.inline-cta form { display: flex; max-width: 420px; margin: 0 auto; }
.inline-cta input {
  flex: 1; padding: 12px 16px; font-size: 15px;
  border: none; background: #2a221c; color: #f5ede0; font-family: inherit;
}
.inline-cta button {
  background: var(--gold); color: var(--bg-dark); border: none;
  padding: 12px 24px; font-size: 14px; font-weight: 700; letter-spacing: 1px;
  cursor: pointer; font-family: inherit;
}

/* ========== AdSense 광고 슬롯 예약 ========== */
.ad-slot {
  display: block;
  margin: 48px 0;
  padding: 14px;
  background: var(--ad-bg);
  border: 1px dashed #c9b89a;
  text-align: center;
  color: #8a7a6c;
  font-size: 12px;
  letter-spacing: 2px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== 관련 글 ========== */
.related {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px 60px;
  border-top: 1px solid var(--line);
}
.related h3 {
  font-family: 'Noto Serif KR', serif;
  font-size: 24px;
  margin-bottom: 32px;
}

/* ========== About ========== */
.about-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 32px;
  font-size: 18px;
  line-height: 1.95;
}
.about-content h2 {
  font-family: 'Noto Serif KR', serif;
  font-size: 28px;
  font-weight: 700;
  margin: 48px 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}
.about-content p { margin-bottom: 20px; color: var(--ink); }
.about-content .lead {
  font-family: 'Noto Serif KR', serif;
  font-size: 24px;
  line-height: 1.6;
  color: var(--ink);
  margin: 32px 0 48px;
}

/* ========== 이메일 구독 ========== */
.subscribe {
  background: var(--bg-dark);
  color: #f5ede0;
  padding: 90px 32px;
  text-align: center;
}
.sub-inner { max-width: 720px; margin: 0 auto; }
.sub-label {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.sub-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.sub-desc {
  font-size: 16px;
  color: #c9b89a;
  margin-bottom: 20px;
}
.sub-proof {
  display: inline-block;
  background: rgba(184,138,62,0.12);
  color: var(--gold);
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 32px;
  border: 1px solid rgba(184,138,62,0.3);
}
.sub-form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
}
.sub-form input {
  flex: 1;
  padding: 16px 20px;
  font-size: 16px;
  border: none;
  background: #2a221c;
  color: #f5ede0;
  font-family: inherit;
}
.sub-form button {
  background: var(--gold);
  color: var(--bg-dark);
  border: none;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: inherit;
}

/* ========== Hero Carousel — 3 slides, auto-rotate ========== */
.hero-carousel {
  position: relative;
  max-width: 1150px;
  margin: 16px auto 8px;
  padding: 0 32px;
}
.carousel-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  border-radius: 4px;
  background: #1a1410;
}
.carousel-track { position: relative; width: 100%; height: 100%; }
.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease-in-out;
  pointer-events: none;
}
.carousel-slide.is-active { opacity: 1; pointer-events: auto; }
.slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.025);
  transition: transform 8s ease-out;
}
.carousel-slide.is-active .slide-bg { transform: scale(1); }
.slide-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.20) 0%,
    rgba(0,0,0,0.45) 55%,
    rgba(0,0,0,0.88) 100%);
}
.slide-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 48px 60px 52px;
  color: #f5ede0;
  z-index: 2;
}
.slide-label {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 2.5px;
  margin-bottom: 14px;
  font-weight: 600;
}
.slide-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -1px;
  margin: 0 0 16px;
  max-width: 760px;
  color: #fffaf0;
}
.slide-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #d9c9a8;
  margin: 0 0 22px;
  max-width: 680px;
}
.slide-cta {
  display: inline-block;
  font-size: 14px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gold);
  transition: padding 200ms ease;
}
.slide-link:hover .slide-cta { padding-bottom: 6px; }
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.65);
  color: #f5ede0;
  border: 1px solid rgba(245,237,224,0.4);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 3;
  transition: background 220ms ease, border-color 220ms ease;
  font-family: inherit;
}
.carousel-arrow:hover {
  background: rgba(184,138,62,0.9);
  border-color: var(--gold);
  color: #1a1410;
}
.carousel-prev { left: 56px; }
.carousel-next { right: 56px; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.carousel-dots .dot {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: rgba(245,237,224,0.45);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 250ms ease, width 250ms ease;
}
.carousel-dots .dot.is-active { background: var(--gold); width: 36px; }
@media (max-width: 768px) {
  .hero-carousel { padding: 0 16px; margin: 7px auto 6px; }
  .carousel-viewport { aspect-ratio: 4 / 5; border-radius: 2px; }
  .slide-content { padding: 24px 22px 28px; }
  .slide-label { font-size: 10px; letter-spacing: 2px; margin-bottom: 10px; }
  .slide-title { font-size: 24px; line-height: 1.25; margin-bottom: 10px; }
  .slide-desc { font-size: 13px; margin-bottom: 14px; }
  .slide-cta { font-size: 12px; }
  .carousel-arrow { width: 36px; height: 36px; font-size: 22px; }
  .carousel-prev { left: 8px; }
  .carousel-next { right: 8px; }
  .carousel-dots .dot { width: 18px; }
  .carousel-dots .dot.is-active { width: 28px; }
}

/* ========== Stibee form overrides — match ReSeen aesthetic ========== */
#stb_subscribe { max-width: 480px; margin: 0 auto; }
.subscribe .stb_form { display: block; max-width: 480px; margin: 0 auto; }
.subscribe .stb_form_set {
  display: flex;
  gap: 0;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
}
.subscribe .stb_form_set_input {
  flex: 1;
  padding: 16px 20px;
  font-size: 16px;
  border: none;
  background: #2a221c;
  color: #f5ede0;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}
.subscribe .stb_form_set_input::placeholder { color: #8a7a6c; }
.subscribe .stb_form_set_submit {
  border: 0;
  padding: 0;
  margin: 14px 0 0;
  text-align: center;
}
.subscribe .stb_form_submit_button {
  background: var(--gold) !important;
  color: var(--bg-dark) !important;
  border: none;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  max-width: 480px;
}
.subscribe .stb_form_policy {
  margin: 14px auto 0;
  font-size: 12px;
  color: #c9b89a;
  text-align: left;
  line-height: 1.5;
}
.subscribe .stb_form_policy label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  cursor: pointer;
}
.subscribe .stb_form_policy input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--gold);
}
.subscribe .stb_form_modal_open_btn {
  background: none;
  border: none;
  color: var(--gold);
  text-decoration: underline;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
}
.subscribe .stb_form_msg_error {
  color: #ff8b8b;
  font-size: 12px;
  margin-top: 6px;
  text-align: left;
}
.subscribe .stb_form_result {
  margin: 12px auto 0;
  color: var(--gold);
  font-size: 14px;
  text-align: center;
  min-height: 0;
}
.subscribe .stb_form_result:empty { display: none; }
.subscribe .stb_form_modal.blind { display: none; }
.subscribe .stb_form_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe .stb_form_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}
.subscribe .stb_form_modal_body {
  position: relative;
  background: var(--bg-dark);
  color: #f5ede0;
  border: 1px solid rgba(184,138,62,0.3);
  padding: 32px;
  max-width: 480px;
  margin: 20px;
  z-index: 1;
  text-align: left;
}
.subscribe .stb_form_modal_title {
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.subscribe .stb_form_modal_text {
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-line;
  margin-bottom: 20px;
  color: #c9b89a;
}
.subscribe .stb_form_modal_btn { text-align: right; }
.subscribe .stb_form_modal_close_btn {
  background: var(--gold);
  color: var(--bg-dark);
  border: none;
  padding: 10px 24px;
  cursor: pointer;
  font-weight: 700;
  font-family: inherit;
}

/* ========== 푸터 ========== */
footer {
  background: #0f0c0a;
  color: #8a7a6c;
  padding: 60px 32px 40px;
}
.foot-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.foot-brand .brand-logo { color: #f5ede0; font-size: 22px; margin-bottom: 12px; display: block; }
.foot-brand p { font-size: 14px; line-height: 1.8; }
.foot-col h4 { color: #c9b89a; font-size: 14px; margin-bottom: 16px; letter-spacing: 1px; }
.foot-col a { display: block; font-size: 14px; padding: 6px 0; }
.foot-col a:hover { color: var(--gold); }
.foot-bottom {
  border-top: 1px solid #1f1a17;
  padding-top: 24px;
  text-align: center;
  font-size: 13px;
  color: #5a4f47;
}

/* ========== 모바일 하단 탭 — 부제 박힘 ========== */
.mobile-tab {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-dark);
  border-top: 1px solid #2a221c;
  z-index: 200;
}
.mobile-tab-inner { display: flex; }
.mobile-tab a {
  flex: 1;
  text-align: center;
  padding: 10px 0 12px;
  color: #c9b89a;
  font-size: 11px;
  line-height: 1.4;
}
.mobile-tab .icon {
  display: block;
  font-size: 22px;
  margin-bottom: 2px;
  color: var(--gold);
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
}
.mobile-tab .sub-label {
  display: block;
  font-size: 10px;
  color: #8a7a6c;
  margin-top: 1px;
}
.mobile-tab a.active { color: var(--gold); }
.mobile-tab a.active .icon { color: var(--gold); }
.mobile-tab a.active .sub-label { color: var(--gold); opacity: 0.85; }

/* ========== Responsive ========== */
@media (max-width: 960px) {
  body { font-size: 17px; }
  .top-inner { padding: 14px 20px; }
  nav.main { display: none; }
  .about-link { display: none; }
  .hero { padding: 70px 24px 80px; }
  .hero h1 { font-size: 42px; }
  .hero h1 .en { font-size: 32px; }
  .hero-hook { font-size: 20px; }
  .hero-sub { font-size: 16px; margin-bottom: 44px; }
  .page-hero { padding: 50px 20px 40px; }
  .page-title { font-size: 36px; }
  section.zone { padding: 50px 20px 30px; }
  .section-title { font-size: 28px; }
  .grid-3, .grid-feature, .walk-grid, .post-list { grid-template-columns: 1fr; }
  .walk-item { border-right: none; }
  .monthly { padding: 60px 24px; }
  .monthly-inner { grid-template-columns: 1fr; gap: 32px; }
  .monthly-title { font-size: 38px; }
  .music-zone { padding: 60px 24px; }
  .music-inner { grid-template-columns: 1fr; gap: 32px; }
  .music-title { font-size: 32px; }
  .subscribe { padding: 60px 24px; }
  .sub-form { flex-direction: column; gap: 8px; }
  .foot-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .mobile-tab { display: block; }
  body { padding-bottom: 78px; }
  .article { padding: 40px 20px 30px; }
  .article-title { font-size: 30px; }
  .article-hero-img { font-size: 32px; }
  .article-body { font-size: 17px; }
  .about-content { padding: 40px 20px; }
  .pillar-intro { padding: 40px 20px 0; }
  .pillar-intro h2 { font-size: 22px; }
  .inline-cta form { flex-direction: column; gap: 8px; }
}


/* ====== iter1 additions — search bar v2 (sized to match button) ====== */
.search-box {
  display: inline-flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #5a4f47;
  border-radius: 2px;
  overflow: hidden;
  height: 34px;
  margin-right: 8px;
  letter-spacing: 1px;
}
.search-box .search-input {
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 13px;
  font-family: 'Pretendard', sans-serif;
  color: #2a2218;
  background: #fff;
  width: 150px;
  height: 100%;
  letter-spacing: 0;
}
.search-box .search-input::placeholder { color: #aaa; font-size: 12px; }
.search-box .search-btn {
  border: 0;
  background: #2a201c;
  color: #e8dfd0;
  padding: 0 16px;
  height: 100%;
  font-size: 13px;
  font-family: 'Pretendard', sans-serif;
  cursor: pointer;
  letter-spacing: 1px;
}
.search-box .search-btn:hover { background: #3a2e26; }
@media (max-width: 900px) {
  .search-box .search-input { width: 110px; font-size: 12px; }
}
@media (max-width: 640px) {
  .search-box { display: none; }
}

/* ====== iter2 — hero-cards: magazine grid on dark hero ====== */
.hero.hero-cards {
  padding: 64px 32px 80px;
  text-align: left;
  min-height: auto;
}
.hero.hero-cards .section-head {
  max-width: 870px;
  margin: 0 auto 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(245,237,224,0.18);
  padding-bottom: 20px;
  position: relative;
}
.hero.hero-cards .section-label {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 12px;
}
.hero.hero-cards .section-title {
  color: #f5ede0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0;
}
.hero.hero-cards .section-more {
  color: #e8dac8;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(232,218,200,0.4);
  padding-bottom: 2px;
}
.hero.hero-cards .section-more:hover { color: var(--gold); border-color: var(--gold); }
@media (max-width: 900px) {
  .hero.hero-cards { padding: 40px 20px 56px; }
  .hero.hero-cards .section-title { font-size: 24px; }
  .hero.hero-cards .section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ====== Magazine grid (ColorMag pattern): 1 big feature + 2 stacked side ====== */
.grid-feature.grid-magazine {
  grid-template-columns: 1.4fr 1fr;
  align-items: stretch;
  max-width: 870px;
  margin: 0 auto;
}
.card-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card-stack .card-side {
  flex: 1;
  min-height: 0;
}
.card-stack .card-side .card-img {
  aspect-ratio: 16/9;
}
.card-stack .card-side .card-title {
  font-size: 19px;
}
.card-stack .card-side .card-body {
  padding: 14px 22px;
  gap: 6px;
}
.card-stack .card-side .card-excerpt {
  font-size: 14px;
  -webkit-line-clamp: 2;
}
.card-stack .card-side .card-meta {
  padding-top: 8px;
}
.grid-magazine .card-feature .card-body {
  padding: 20px 28px 20px;
  gap: 8px;
}
.grid-magazine .card-feature .card-meta {
  padding-top: 8px;
}

/* Text overlay on image — universal (any card with .card-overlay child) */
.card-img:has(.card-overlay) {
  overflow: hidden;
}
.card-img:has(.card-overlay)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}
.card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 18px 22px;
}
.card-overlay .card-cat {
  color: var(--gold);
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 6px;
}
.card-overlay .card-title {
  color: #ffffff;
  font-family: 'Noto Serif KR', serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.55);
}

/* Feature card overlay sizing */
.grid-magazine .card-feature .card-overlay {
  padding: 22px 28px;
}
.grid-magazine .card-feature .card-overlay .card-cat {
  font-size: 12px;
  margin-bottom: 6px;
}
.grid-magazine .card-feature .card-overlay .card-title {
  font-size: 26px;
}

/* Side card overlay sizing (compact) */
.grid-magazine .card-side .card-overlay {
  padding: 14px 18px;
}
.grid-magazine .card-side .card-overlay .card-cat {
  font-size: 10px;
  margin-bottom: 4px;
}
.grid-magazine .card-side .card-overlay .card-title {
  font-size: 16px;
}
@media (max-width: 900px) {
  .grid-feature.grid-magazine {
    grid-template-columns: 1fr;
  }
}

/* ====== Featured rows — 4 horizontal image+text rows ====== */
.featured-rows {
  background: #f6efe0;
  padding: 16px 32px 80px;
}
.featured-rows-inner {
  max-width: 1086px;
  margin: 0 auto;
}
.featured-rows .section-head {
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8c9a8;
}
.featured-rows .section-label {
  color: #8a6c2c;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 10px;
}
.featured-rows .section-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #2a201c;
  margin: 0;
}
.featured-rows .section-more {
  color: #2a201c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #8a6c2c;
  padding-bottom: 2px;
}
.featured-rows .section-more:hover { color: #8a6c2c; border-color: #2a201c; }

.trending-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) {
  .trending-cards { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (max-width: 600px) {
  .trending-cards { grid-template-columns: 1fr; gap: 18px; }
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #e2d7be;
  text-decoration: none;
  color: inherit;
}
.feature-row:last-of-type { border-bottom: none; }
.feature-row:hover .feature-title { color: #8a6c2c; }
.feature-row .feature-img {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.feature-row .feature-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-row .feature-cat {
  color: #8a6c2c;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.feature-row .feature-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #1f1a16;
  margin: 0;
  transition: color 0.2s ease;
}
.feature-row .feature-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: #5a4f43;
  margin: 0;
}
.feature-row .feature-meta {
  font-size: 12px;
  color: #76665a;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}
.feature-row .feature-tag {
  background: #a64f3a;
  color: #fff;
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media (max-width: 700px) {
  .featured-rows { padding: 12px 20px 56px; }
  .featured-rows .section-title { font-size: 22px; }
  .feature-row { grid-template-columns: 1fr; gap: 14px; }
  .feature-row .feature-title { font-size: 19px; }
}

/* ====== Zone-walk — 3-card grid on cream ====== */
.zone.zone-walk {
  background: #f6efe0;
  padding: 64px 32px 80px;
  border-top: none;
}
.zone.zone-walk .zone-inner {
  max-width: 870px;
  margin: 0 auto;
}
.zone.zone-walk .section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8c9a8;
}
.zone.zone-walk .section-label {
  color: #8a6c2c;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 10px;
}
.zone.zone-walk .section-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #2a201c;
  margin: 0;
}
.zone.zone-walk .section-more {
  color: #5a4f43;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #b8a374;
}
.zone.zone-walk .section-more:hover { color: #8a6c2c; border-color: #8a6c2c; }
.zone.zone-walk .zone-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .zone.zone-walk { padding: 48px 20px 56px; }
  .zone.zone-walk .section-title { font-size: 22px; }
  .zone.zone-walk .zone-cards { grid-template-columns: 1fr; gap: 18px; }
  .zone.zone-walk .section-head { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ====== Subscribe — compact override ====== */
.subscribe {
  padding: 56px 32px 64px;
}
.subscribe .sub-inner {
  max-width: 560px;
}
.subscribe .sub-label {
  font-size: 11px;
  letter-spacing: 2.5px;
  margin-bottom: 12px;
}
.subscribe .sub-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.subscribe .sub-desc {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 16px;
}
.subscribe .sub-proof {
  font-size: 11px;
  padding: 4px 11px;
  margin-bottom: 22px;
}
.subscribe .sub-form {
  max-width: 360px;
}
.subscribe .sub-form input {
  padding: 11px 14px;
  font-size: 14px;
}
.subscribe .sub-form button {
  padding: 11px 22px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* ====== Footer — match card container width (820px) ====== */
.foot-inner {
  max-width: 870px;
}
.foot-bottom {
  max-width: 870px;
  margin: 0 auto;
}

/* ====== Sub-page containers — match card width (870px) ====== */
.filter-chips {
  max-width: 870px;
}
.post-list {
  max-width: 870px;
  gap: 20px;
}
.pagination {
  max-width: 870px;
}
.about-content {
  max-width: 870px;
}

/* ====== Post-nav: series prev/next + back to category ====== */
.post-nav {
  background: #f6efe0;
  padding: 32px 32px 36px;
  border-top: 1px solid #e2d7be;
  border-bottom: 1px solid #e2d7be;
}
.post-nav-inner {
  max-width: 870px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
.post-nav a,
.post-nav .post-nav-prev,
.post-nav .post-nav-next,
.post-nav .post-nav-list {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.post-nav .post-nav-prev { text-align: left; }
.post-nav .post-nav-list {
  text-align: center;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 1px solid #c9b89a;
  background: transparent;
  font-size: 13px;
  color: #5a4f43;
  padding: 12px 22px;
}
.post-nav .post-nav-list:hover {
  background: #2a201c;
  color: #f5ede0;
  border-color: #2a201c;
}
.post-nav .post-nav-list .pn-icon { font-size: 14px; }
.post-nav .post-nav-list .pn-title { font-size: 13px; letter-spacing: 0.3px; }
.post-nav .post-nav-next { text-align: right; align-items: flex-end; }
.post-nav .pn-direction {
  font-size: 11px;
  letter-spacing: 2px;
  color: #8a6c2c;
  font-weight: 600;
  text-transform: uppercase;
}
.post-nav .pn-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f1a16;
  letter-spacing: -0.3px;
}
.post-nav a:hover .pn-title { color: #8a6c2c; }
.post-nav .post-nav-prev.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 700px) {
  .post-nav { padding: 24px 20px 28px; }
  .post-nav-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .post-nav .post-nav-prev,
  .post-nav .post-nav-next {
    text-align: center;
    align-items: center;
  }
  .post-nav .post-nav-list { order: 3; }
}

/* About — single Home button centered */
.post-nav-inner.post-nav-single {
  grid-template-columns: auto;
  justify-content: center;
}

/* Filter chips — hover/active polish (placeholder filtering) */
.filter-chips .chip {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.filter-chips .chip:hover {
  background: #2a201c;
  color: #f5ede0;
  border-color: #2a201c;
}

/* Pagination — hover polish */
.pagination a { transition: background 0.2s ease, color 0.2s ease; }

