:root {
  --bg: #0b0d0c;
  --panel: #141816;
  --ink: #e8e2d4;
  --muted: #9a9180;
  --bronze: #c9a15b;
  --line: rgba(201, 161, 91, 0.28);
  --max: 1280px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 0;
}

.horizon {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 40% at 50% -10%, rgba(201, 161, 91, 0.12), transparent 55%),
    linear-gradient(180deg, transparent 70%, #080908 100%);
  z-index: 0;
}

.mast, .wrap, footer { position: relative; z-index: 1; }

.mast {
  border-bottom: 1px solid var(--line);
  padding: 2.4rem 2rem 0;
  min-height: 240px;
  background-color: #050608;
  background-image:
    linear-gradient(180deg, rgba(5,6,8,0.25) 0%, rgba(5,6,8,0.55) 50%, rgba(11,13,12,0.94) 100%),
    url("header.png");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.mast-inner { max-width: var(--max); margin: 0 auto; text-align: center; }

.kicker {
  font-family: Cinzel, serif;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--bronze);
}

.brand {
  display: block;
  margin-top: 0.45rem;
  font-family: Cinzel, serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.04em;
}

.brand-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--muted);
  font-size: 1.05rem;
  margin-top: 0.15rem;
}

.nav {
  max-width: var(--max);
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0.85rem 0 1.1rem;
  border-top: 1px solid var(--line);
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav a:hover { color: var(--bronze); }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.4rem 1.6rem 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 3.2rem;
  align-items: start;
}

.article h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.15;
}

.meta {
  font-family: Cinzel, serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.7rem;
}

.rule {
  width: 72px;
  height: 1px;
  background: var(--bronze);
  margin: 1.15rem 0 1.6rem;
}

.article p, .article div, .article li { color: #ddd6c6; margin-bottom: 0.85rem; }

.article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

.article iframe, .article video { max-width: 100%; }

.article a { color: var(--bronze); }

.list { list-style: none; }
.list li { border-top: 1px solid var(--line); padding: 0.9rem 0; }
.list li:first-child { border-top: 0; }
.list a { color: #d7cbb4; text-decoration: none; }
.list a:hover { color: var(--bronze); }
.list .d { display: block; font-size: 0.78rem; color: var(--muted); }
.preview > a { display: block; }
.preview > a:has(img) {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
.preview .thumb {
  width: 140px;
  height: 96px;
  object-fit: cover;
  background: var(--panel);
  border: 1px solid var(--line);
}
.preview--vid {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
.preview .thumb-vid {
  width: 140px;
  height: 96px;
  border: 1px solid var(--line);
  background: #000;
}
.preview h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
  margin: 0.15rem 0 0.35rem;
}
.preview .excerpt {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--muted);
  margin: 0;
}
@media (max-width: 700px) {
  .preview > a { grid-template-columns: 1fr; }
  .preview .thumb { width: 100%; height: 160px; }
}

.year { font-family: Cinzel, serif; color: var(--bronze); letter-spacing: 0.16em; margin: 1.6rem 0 0.4rem; font-size: 0.78rem; }

.rail { position: sticky; top: 1.2rem; }

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 1rem 1.05rem 1.05rem;
  margin-bottom: 0.85rem;
}

.card h3 {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.65rem;
}

.picks { list-style: none; }
.picks li { border-top: 1px solid rgba(201, 161, 91, 0.12); padding: 0.45rem 0; }
.picks li:first-child { border-top: 0; padding-top: 0; }
.picks a { color: #d7cbb4; text-decoration: none; font-size: 0.92rem; line-height: 1.35; }
.picks a:hover { color: var(--bronze); }

.blurb { font-size: 0.92rem; color: var(--muted); line-height: 1.45; }

.contact p { font-size: 0.88rem; line-height: 1.4; word-break: break-all; }
.contact a { color: var(--bronze); text-decoration: none; }
.contact a:hover { text-decoration: underline; }

footer {
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 1.4rem;
  color: var(--muted);
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .wrap { grid-template-columns: 1fr; }
  .rail { position: static; }
}
