:root {
  --ink: #1a221c;
  --muted: #5e6b60;
  --paper: #f6f1e8;
  --paper-2: #efe8dc;
  --card: #fffcf7;
  --line: rgba(26, 34, 28, 0.12);
  --green: #1f3d30;
  --green-2: #2f5a43;
  --sand: #d9cbb3;
  --max: 1080px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: var(--green-2); }
.wrap { width: min(var(--max), calc(100% - 2.4rem)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(246, 241, 232, 0.96);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem 0;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none; color: var(--ink);
}
.brand img {
  width: 64px; height: 64px; object-fit: contain;
  background: var(--paper);
  border-radius: 50%;
  border: 1px solid var(--line);
}
.brand strong { font-weight: 650; letter-spacing: -0.02em; }
.brand span { display: block; font-size: 0.78rem; color: var(--muted); font-weight: 400; }
nav { display: flex; align-items: center; gap: 1.1rem; font-size: 0.95rem; }
nav a { text-decoration: none; color: var(--muted); }
nav a:hover { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--green); color: var(--paper) !important;
  text-decoration: none; font-weight: 600;
  padding: 0.72rem 1.2rem; border-radius: 999px;
  border: 0; box-shadow: 0 1px 0 rgba(255,255,255,0.12) inset;
}
.btn:hover { background: var(--green-2); }
.btn-ghost {
  background: transparent; color: var(--ink) !important;
  border: 1px solid var(--line);
}

.hero { padding: 2.4rem 0 1rem; }
.kicker {
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.8rem;
}
h1, h2, .serif { font-family: Fraunces, Georgia, serif; font-weight: 550; letter-spacing: -0.03em; }
.hero h1 {
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  line-height: 1.08; max-width: 16ch; margin-bottom: 1rem;
}
.hero .lead { max-width: 38rem; font-size: 1.12rem; color: var(--muted); margin-bottom: 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 2rem; }

.featured {
  display: grid; gap: 0;
  border-radius: 1.25rem; overflow: hidden;
  border: 1px solid var(--line);
  background: #0c1216;
  box-shadow: 0 18px 50px rgba(26,34,28,0.12);
}
.featured img { width: 100%; height: min(62vh, 520px); object-fit: cover; }
.featured .cap {
  padding: 1.15rem 1.3rem 1.3rem;
  color: var(--paper);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  align-items: baseline;
}
.featured .cap a { color: var(--sand); text-decoration: none; font-weight: 600; }
.featured .cap small { color: rgba(246,241,232,0.7); }

.section { padding: 3.2rem 0; }
.section h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: 1.4rem; }
.grid-3 { display: grid; gap: 1rem; }
@media (min-width: 800px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.35rem 1.3rem 1.5rem;
}
.panel .n {
  font-family: Fraunces, serif; color: var(--green);
  font-size: 1.4rem; display: block; margin-bottom: 0.35rem;
}
.panel h3 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.panel p { color: var(--muted); font-size: 0.96rem; }

.trust {
  display: grid; gap: 1rem;
  background: var(--green);
  color: var(--paper);
  border-radius: 1.25rem;
  padding: 1.6rem 1.4rem;
}
@media (min-width: 800px) { .trust { grid-template-columns: 1.2fr 1fr 1fr; } }
.trust h2 { color: var(--paper); margin: 0 0 0.4rem; font-size: 1.55rem; }
.trust p { color: rgba(246,241,232,0.82); font-size: 0.95rem; }

.feed-list { display: grid; gap: 1.2rem; }
.card {
  display: grid; grid-template-columns: 1fr;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 1.15rem; overflow: hidden; text-decoration: none; color: inherit;
}
@media (min-width: 720px) {
  .card { grid-template-columns: 280px 1fr; }
  .card img { height: 100%; min-height: 180px; }
}
.card img { width: 100%; height: 220px; object-fit: cover; }
.card .body { padding: 1.2rem 1.3rem 1.4rem; }
.card h2 { font-size: 1.45rem; margin: 0.2rem 0 0.4rem; }
.meta { color: var(--muted); font-size: 0.88rem; }

article.page { padding: 2rem 0 3.5rem; }
article.page h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0.3rem 0 1.2rem; max-width: 18ch; }
article.page figure { margin: 0 0 1.5rem; border-radius: 1.1rem; overflow: hidden; border: 1px solid var(--line); }
article.page figure img { width: 100%; height: auto; }
article.page .prose { max-width: 40rem; font-size: 1.08rem; }
article.page .prose p { margin-bottom: 1rem; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 2rem;
  color: var(--muted); font-size: 0.9rem;
}
.site-footer .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }

@media (max-width: 640px) {
  nav .hide-sm { display: none; }
  .brand img { width: 56px; height: 56px; }
}


.featured-rotator {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0c1216;
  box-shadow: 0 18px 50px rgba(26,34,28,0.12);
}
.featured-rotator .slides { position: relative; min-height: 220px; background: #0c1216; }
.featured-rotator .slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
  text-decoration: none;
  color: inherit;
  display: block;
  pointer-events: none;
}
.featured-rotator .slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.featured-rotator .slide img {
  width: 100%;
  height: min(62vh, 520px);
  object-fit: cover;
  display: block;
}
.featured-rotator .cap {
  position: relative; z-index: 2;
  padding: 1.05rem 1.25rem 1.2rem;
  color: var(--paper);
  background: #0c1216;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  align-items: baseline;
}
.featured-rotator .cap strong { display: block; font-weight: 650; }
.featured-rotator .cap span { color: rgba(246,241,232,0.82); font-size: 0.92rem; }
.featured-rotator .cap small { color: rgba(246,241,232,0.65); }
.featured-rotator .dots {
  position: absolute; z-index: 3; left: 0; right: 0; bottom: 5.4rem;
  display: flex; justify-content: center; gap: 0.4rem;
  pointer-events: none;
}
.featured-rotator .dots button {
  pointer-events: auto;
  width: 7px; height: 7px; border-radius: 50%;
  border: 0; padding: 0;
  background: rgba(246,241,232,0.35);
  cursor: pointer;
}
.featured-rotator .dots button.is-active { background: var(--sand); }
.featured-rotator .live {
  position: absolute; z-index: 3; top: 0.85rem; left: 0.85rem;
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--paper);
  background: rgba(8,12,14,0.45);
  border: 1px solid rgba(246,241,232,0.25);
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  backdrop-filter: blur(6px);
}
@media (prefers-reduced-motion: reduce) {
  .featured-rotator .slide { transition: none; }
}
