/* Bold Swiss editorial — matte black, warm ivory, vermilion. Sans only. */
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");

:root {
  --bg: #0a0a0a;
  --text: #f1e8d0;
  --accent: #e31212;
  --max: 40rem;
  --font: "Google Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

html {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

a:hover {
  border-bottom-color: var(--accent);
}

.wrap {
  width: min(100% - 2.5rem, var(--max));
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 3.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 3px solid var(--accent);
}

.site-header .brand {
  display: none;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.25rem;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.site-header nav a {
  color: var(--text);
  border: none;
}

.site-header nav a:hover {
  color: var(--accent);
  border: none;
}

.stamp {
  display: none;
}

h1 {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(3rem, 12vw, 5.75rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin: 0 0 1.1rem;
  color: var(--text);
  text-transform: none;
}

.home-hero h1 {
  font-size: clamp(3.5rem, 14vw, 6.5rem);
  font-weight: 700;
  max-width: 10ch;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

h2 {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 2.5rem 0 0.85rem;
  color: var(--text);
}

.lede,
.meta {
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.lede {
  margin: 0 0 2.75rem;
  max-width: 28rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
  border-left: 3px solid var(--accent);
  padding-left: 0.9rem;
}

.about {
  margin: 0 0 0.5rem;
}

.about p {
  margin: 0 0 1.35rem;
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: var(--text);
}

.about p:last-child {
  margin-bottom: 0;
}

.roles {
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.roles li {
  margin-bottom: 0.45rem;
}

.roles li::before {
  content: none;
}

.section-label {
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin: 0 0 1.1rem;
  padding: 0;
  background: none;
  border: none;
}

#writing {
  margin-top: 3.75rem;
  padding-top: 2.25rem;
  border-top: 3px solid var(--accent);
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.post-list li {
  border-bottom: 2px solid var(--accent);
}

.post-list li:last-child {
  border-bottom: none;
}

.post-list a {
  display: block;
  padding: 1.4rem 0;
  text-decoration: none;
  color: inherit;
  border: none;
  background: transparent;
}

.post-list a:hover {
  background: transparent;
}

.post-list a:hover .post-title {
  color: var(--accent);
}

.post-list a:hover .post-date {
  color: var(--text);
}

.post-title {
  font-family: var(--font);
  font-size: clamp(1.25rem, 3.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 0.45rem;
  text-transform: none;
}

.post-date {
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}

.site-footer {
  margin-top: 4rem;
  padding: 1.35rem 0 0;
  border-top: 3px solid var(--accent);
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.site-footer a {
  color: var(--text);
  border-bottom: none;
}

.site-footer a:hover {
  color: var(--accent);
  border: none;
}

.article-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid var(--accent);
}

.article-header .meta {
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.article-header .meta a {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
}

.article-header .meta a:hover {
  color: var(--text);
  border-bottom-color: var(--text);
}

.article-header h1 {
  font-family: var(--font);
  font-size: clamp(2.1rem, 7vw, 3.5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: none;
}

.cover {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 2.25rem;
  border: 3px solid var(--accent);
  border-radius: 0;
}

.article-body {
  font-family: var(--font);
  color: var(--text);
}

.article-body p {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.01em;
}

.article-body ul {
  margin: 0 0 1.35rem;
  padding: 0 0 0 1.2rem;
  list-style: disc;
  border: none;
}

.article-body li {
  margin: 0 0 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
}

.article-body figure {
  margin: 2rem 0;
}

.article-body figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid var(--accent);
  border-radius: 0;
}

.article-body figcaption {
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 0.65rem;
}

.article-body a {
  color: var(--text);
  border-bottom: 2px solid var(--accent);
}

.article-body a:hover {
  color: var(--accent);
}

.back-link {
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.75rem;
  color: var(--accent);
  background: none;
  border: none;
  padding: 0;
}

.back-link:hover {
  color: var(--text);
  background: none;
}

@media (max-width: 520px) {
  .wrap {
    width: min(100% - 1.75rem, var(--max));
    padding-top: 1.75rem;
  }

  .site-header {
    margin-bottom: 2.5rem;
  }

  .site-header nav {
    gap: 0.35rem 0.9rem;
    font-size: 0.68rem;
  }

  .home-hero h1 {
    font-size: clamp(2.85rem, 15vw, 4rem);
  }
}
