:root {
  --bg: #f5f6f8;
  --bg-elevated: #ffffff;
  --bg-dark: #0c0f14;
  --bg-dark-soft: #151922;
  --text: #111827;
  --text-muted: #6b7280;
  --text-inverse: #f3f4f6;
  --border: rgba(15, 23, 42, 0.08);
  --gold: #c9a227;
  --gold-light: #f5e6b3;
  --gold-glow: rgba(201, 162, 39, 0.35);
  --accent: #2563eb;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 12px 32px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 24px 48px rgba(15, 23, 42, 0.12);
  --container: min(1120px, calc(100% - 40px));
  --font: "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    system-ui, -apple-system, sans-serif;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--bg-dark);
  color: var(--text-inverse);
  text-decoration: none;
  border-radius: 0 0 var(--radius-sm) 0;
}

.skip-link:focus {
  left: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(12, 15, 20, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-inverse);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f5e6b3 0%, #c9a227 55%, #8a6914 100%);
  color: #1a1204;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.brand:focus-visible,
.nav a:focus-visible,
.btn:focus-visible,
.pager-btn:focus-visible,
.footer-meta a:focus-visible,
.post-content a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.nav a {
  color: rgba(243, 244, 246, 0.72);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.92rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  color: #1a1204 !important;
  background: linear-gradient(135deg, #f5e6b3, #c9a227);
  font-weight: 600;
}

.nav-cta:hover {
  background: linear-gradient(135deg, #fff0c2, #d4af37);
  color: #1a1204 !important;
}

main.container {
  padding: 0 0 56px;
}

.page-home main.container {
  padding-top: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 56px 0 72px;
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 162, 39, 0.22), transparent 42%),
    radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.12), transparent 36%),
    linear-gradient(180deg, #0c0f14 0%, #151922 100%);
  color: var(--text-inverse);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201, 162, 39, 0.45),
    transparent
  );
}

.hero-inner {
  width: var(--container);
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 40px;
  align-items: center;
}

.hero-content {
  min-width: 0;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual-card {
  width: 100%;
  max-width: 360px;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 162, 39, 0.28);
  background:
    radial-gradient(circle at 20% 0%, rgba(245, 230, 179, 0.2), transparent 50%),
    linear-gradient(160deg, rgba(26, 18, 4, 0.92) 0%, rgba(61, 47, 10, 0.88) 48%, rgba(12, 15, 20, 0.95) 100%);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-visual-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.hero-visual-symbol {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5e6b3 0%, #c9a227 55%, #8a6914 100%);
  color: #1a1204;
  font-size: 1.4rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.hero-visual-pair {
  display: block;
  color: #f5e6b3;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hero-visual-label {
  display: block;
  margin-top: 4px;
  color: rgba(243, 244, 246, 0.5);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-visual-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  height: 96px;
  margin-bottom: 20px;
}

.hero-visual-bars span {
  display: block;
  width: 16px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #f5e6b3, #c9a227);
  opacity: 0.92;
}

.hero-visual-bars span:nth-child(1) { height: 42%; }
.hero-visual-bars span:nth-child(2) { height: 68%; }
.hero-visual-bars span:nth-child(3) { height: 52%; }
.hero-visual-bars span:nth-child(4) { height: 88%; }
.hero-visual-bars span:nth-child(5) { height: 60%; }
.hero-visual-bars span:nth-child(6) { height: 74%; }
.hero-visual-bars span:nth-child(7) { height: 48%; }

.hero-visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.hero-visual-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background: rgba(201, 162, 39, 0.1);
  color: rgba(245, 230, 179, 0.85);
  font-size: 0.78rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.1);
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.8);
}

.hero-title {
  margin: 18px 0 14px;
  max-width: none;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.hero-title span {
  background: linear-gradient(135deg, #fff 0%, #f5e6b3 45%, #c9a227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-desc {
  max-width: 620px;
  margin: 0;
  color: rgba(243, 244, 246, 0.72);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #1a1204;
  background: linear-gradient(135deg, #f5e6b3, #c9a227);
  box-shadow: 0 10px 24px var(--gold-glow);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.stat-card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.stat-label {
  display: block;
  color: rgba(243, 244, 246, 0.55);
  font-size: 0.82rem;
}

.stat-value {
  display: block;
  margin-top: 4px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.content-section {
  padding-top: 40px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.section-title {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.section-subtitle {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.section-head .btn-secondary {
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
}

.featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
  gap: 0;
  padding: 0;
  margin-bottom: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.featured-main {
  padding: 24px;
}

.featured-visual {
  display: flex;
  align-items: stretch;
  min-height: 100%;
  background:
    radial-gradient(circle at 30% 20%, rgba(245, 230, 179, 0.35), transparent 55%),
    linear-gradient(160deg, #1a1204 0%, #3d2f0a 45%, #0c0f14 100%);
}

.featured-visual-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 24px;
  text-align: center;
}

.featured-visual-symbol {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5e6b3 0%, #c9a227 55%, #8a6914 100%);
  color: #1a1204;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.featured-visual-pair {
  color: rgba(245, 230, 179, 0.92);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.featured-visual-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  height: 72px;
  width: 100%;
  max-width: 160px;
}

.featured-visual-bars span {
  display: block;
  width: 14px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #f5e6b3, #c9a227);
  opacity: 0.9;
}

.featured-visual-bars span:nth-child(1) { height: 38%; }
.featured-visual-bars span:nth-child(2) { height: 62%; }
.featured-visual-bars span:nth-child(3) { height: 48%; }
.featured-visual-bars span:nth-child(4) { height: 82%; }
.featured-visual-bars span:nth-child(5) { height: 56%; }

.featured-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.featured-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.14);
  color: #8a6914;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.featured-title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.featured-title a {
  text-decoration: none;
}

.featured-title a:hover {
  color: #8a6914;
}

.featured-excerpt {
  margin: 0;
  color: var(--text-muted);
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg);
  color: var(--text-muted);
  font-size: 0.86rem;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(201, 162, 39, 0.22);
}

.post-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.post-date {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.post-tag {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 600;
}

.post-card-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.post-card-title a {
  text-decoration: none;
}

.post-card-title a:hover {
  color: #8a6914;
}

.post-card-desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card-link {
  margin-top: auto;
  padding-top: 16px;
  color: #8a6914;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.post-card-link:hover {
  color: var(--gold);
}

.post-card-more {
  border-style: dashed;
  background:
    linear-gradient(135deg, rgba(201, 162, 39, 0.06), transparent 60%),
    var(--bg-elevated);
}

.post-card-more .post-tag {
  background: rgba(201, 162, 39, 0.14);
  color: #8a6914;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pager-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.pager-status {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--text-muted);
  font-size: 0.88rem;
}

.subscribe-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.subscribe-card {
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
}

.subscribe-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.subscribe-card p {
  margin: 0 0 14px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.subscribe-card a {
  color: #8a6914;
  font-weight: 600;
  text-decoration: none;
}

.subscribe-card a:hover {
  text-decoration: underline;
}

.post-title {
  line-height: 1.15;
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  letter-spacing: -0.03em;
}

.page-post main.container {
  padding-top: 28px;
}

.post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.post-main {
  min-width: 0;
}

.post-article {
  padding: 28px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-md);
}

.post-header {
  margin-bottom: 8px;
}

.post-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.post-label {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.14);
  color: #8a6914;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.post-label-muted {
  background: rgba(37, 99, 235, 0.08);
  color: var(--accent);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.post-author::before {
  content: "·";
  margin-right: 8px;
  color: #cbd5e1;
}

.post-content {
  max-width: none;
  font-size: 1.02rem;
  padding-top: 22px;
}

.post-content h2 {
  margin-top: 2rem;
  letter-spacing: -0.02em;
}

.post-content h3 {
  margin-top: 1.5rem;
}

.post-content a {
  color: var(--accent);
}

.post-sidebar {
  position: sticky;
  top: 84px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sidebar-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
}

.sidebar-card-title {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.sidebar-app {
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 162, 39, 0.25), transparent 55%),
    linear-gradient(160deg, #1a1204 0%, #0c0f14 100%);
  border: 1px solid rgba(201, 162, 39, 0.22);
  color: var(--text-inverse);
}

.sidebar-app-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5e6b3 0%, #c9a227 55%, #8a6914 100%);
  color: #1a1204;
  font-size: 1rem;
  font-weight: 800;
}

.sidebar-app-desc {
  margin: 0 0 16px;
  color: rgba(243, 244, 246, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
}

.sidebar-app-btn {
  width: 100%;
}

.sidebar-meta-list {
  margin: 0;
}

.sidebar-meta-list div + div {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.sidebar-meta-list dt {
  margin: 0 0 4px;
  color: var(--text-muted);
  font-size: 0.78rem;
}

.sidebar-meta-list dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.sidebar-related-list,
.sidebar-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-related-list li + li,
.sidebar-link-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.sidebar-related-list a,
.sidebar-link-list a {
  display: block;
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.sidebar-related-list a:hover,
.sidebar-link-list a:hover {
  color: #8a6914;
}

.sidebar-related-list .related-meta {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
}

.post-list,
.subscribe-list,
.archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.archive-list {
  display: grid;
  gap: 12px;
}

.archive-item {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
}

.archive-meta,
.post-list-meta,
.post-list-desc {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.post-list-desc {
  margin-top: 6px;
}

.section-heading {
  margin-top: 34px;
}

.post-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.post-nav a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.post-nav a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(201, 162, 39, 0.22);
}

.post-nav-dir {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.post-nav-title {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.post-nav-next {
  margin-left: 0;
  text-align: right;
}

.breadcrumbs {
  margin-bottom: 18px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(107, 114, 128, 0.55);
}

.breadcrumbs a {
  color: var(--text-muted);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #8a6914;
}

.post-summary {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 1rem;
}

.page-header {
  margin-bottom: 28px;
}

.page-header h1 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
}

.page-header p {
  margin: 0;
  color: var(--text-muted);
  max-width: 720px;
}

.archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  overflow: hidden;
}

.archive-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}

.archive-item:last-child {
  border-bottom: 0;
}

.archive-item time {
  color: var(--text-muted);
  font-size: 0.88rem;
  white-space: nowrap;
}

.archive-item a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.archive-item a:hover {
  color: #8a6914;
}

.about-section,
.faq-section {
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
}

.about-section h2,
.faq-section h2 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.about-section p,
.faq-item p {
  margin: 0;
  color: var(--text-muted);
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.faq-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.site-footer {
  margin-top: 24px;
  padding: 28px 0 34px;
  background: var(--bg-dark);
  color: rgba(243, 244, 246, 0.72);
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.88rem;
}

.footer-meta a {
  color: rgba(243, 244, 246, 0.72);
  text-decoration: none;
}

.footer-meta a:hover {
  color: var(--gold-light);
}

.page-archive .section-title,
.page-post .post-title {
  margin-top: 0;
}

@media (max-width: 960px) {
  .post-layout {
    grid-template-columns: 1fr;
  }

  .post-sidebar {
    position: static;
  }

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

  .post-nav-next {
    text-align: left;
  }
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-visual {
    max-width: 420px;
    margin: 0 auto;
  }

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

  .featured-visual {
    min-height: 180px;
  }

  .hero-stats,
  .subscribe-panel {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .site-header .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
  }

  .hero {
    padding: 42px 0 54px;
  }

  .hero-title {
    max-width: none;
  }

  .archive-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
