@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,300;1,9..144,400&family=Inter:wght@300;400;500;600&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bone: #F6F1E8; --paper: #FBF7F0; --stone: #E8DFCF; --stone-deep: #C9BDA5;
  --ochre: #B8873F; --ochre-deep: #8F6826; --terracotta: #B75334;
  --olive: #6B7049; --ink: #2B241B; --ink-soft: #5A5044;
  --line: rgba(43, 36, 27, 0.12);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; }
a { color: var(--ochre-deep); text-decoration: none; }
a:hover { color: var(--ink); }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 300; letter-spacing: -0.01em; line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 5.5vw, 4.5rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); margin-bottom: 1.2rem; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); margin-bottom: 0.7rem; margin-top: 1.5rem; }
p { font-weight: 300; color: var(--ink-soft); margin-bottom: 1.1rem; }
em { color: var(--ochre-deep); font-style: italic; font-weight: 400; }
.eyebrow { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ochre-deep); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; }
.article-container { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; }
@media (max-width: 640px) { .container, .article-container { padding: 0 1.25rem; } }

/* ——— NAV ——— */
.topnav {
  padding: 1.4rem 2.5rem;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky; top: 0; z-index: 50;
}
.topnav .logo {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink);
}
.topnav .logo em { color: var(--ochre); }
.topnav .back { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; }
.topnav .back:hover { color: var(--ochre); }
@media (max-width: 640px) { .topnav { padding: 1rem 1.25rem; } .topnav .logo { font-size: 0.95rem; } }

/* ——— ARTICLE ——— */
.article-hero {
  padding: 4.5rem 0 3rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: var(--bone);
}
.article-hero .meta { margin-bottom: 1.2rem; font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ochre-deep); font-weight: 500; }
.article-hero h1 { margin-bottom: 1rem; max-width: 820px; margin-left: auto; margin-right: auto; padding: 0 1rem; }
.article-hero .sub { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--ink-soft); max-width: 680px; margin: 0 auto; padding: 0 1rem; }
.article-hero .cover { margin-top: 2.5rem; aspect-ratio: 16/9; background-size: cover; background-position: center; }

.article-body {
  padding: 4rem 0 5rem;
  font-size: 1.05rem;
}
.article-body p, .article-body ul, .article-body ol { max-width: 720px; margin-left: auto; margin-right: auto; padding: 0 1.5rem; }
.article-body ul, .article-body ol { margin-bottom: 1.3rem; padding-left: 2.5rem; }
.article-body li { margin-bottom: 0.5rem; color: var(--ink-soft); font-weight: 300; }
.article-body h2 { max-width: 720px; margin: 2.6rem auto 1rem; padding: 0 1.5rem; }
.article-body h3 { max-width: 720px; margin: 2rem auto 0.7rem; padding: 0 1.5rem; font-size: 1.25rem; color: var(--ochre-deep); font-style: italic; }
.article-body blockquote {
  max-width: 680px; margin: 2.5rem auto; padding: 1.5rem 2rem;
  border-left: 3px solid var(--ochre);
  font-family: var(--serif); font-style: italic; font-size: 1.2rem;
  color: var(--ink);
}
.article-body strong { color: var(--ink); font-weight: 500; }

.cta-banner {
  padding: 4rem 0; text-align: center;
  background: var(--ink); color: var(--paper);
}
.cta-banner h2 { color: var(--paper); }
.cta-banner h2 em { color: #E8C88A; }
.cta-banner p { color: rgba(246,241,232,0.7); max-width: 520px; margin: 0.5rem auto 2rem; }
.cta-banner .btn {
  display: inline-block;
  padding: 1rem 2.4rem;
  background: var(--ochre); color: var(--paper);
  font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  transition: all .3s var(--ease);
}
.cta-banner .btn:hover { background: var(--ochre-deep); transform: translateY(-2px); color: var(--paper); }

/* ——— FOOTER ——— */
footer.mini {
  background: var(--ink); color: rgba(246,241,232,0.55);
  padding: 3rem 0 2rem;
  text-align: center;
  font-size: 0.8rem;
}
footer.mini a { color: rgba(246,241,232,0.75); }
footer.mini a:hover { color: var(--paper); }

/* ——— BLOG INDEX ——— */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
  padding: 3rem 0 5rem;
}
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }
.post-card {
  background: var(--paper);
  border: 1px solid var(--line);
  transition: all .4s var(--ease);
  display: flex; flex-direction: column;
  text-decoration: none; color: var(--ink);
}
.post-card:hover { transform: translateY(-4px); border-color: rgba(184,135,63,0.4); color: var(--ink); }
.post-card .thumb { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.post-card .body { padding: 1.6rem 1.5rem 1.8rem; display: flex; flex-direction: column; flex: 1; }
.post-card .cat { font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ochre); font-weight: 500; margin-bottom: 0.6rem; }
.post-card h3 { font-size: 1.3rem; font-weight: 400; font-style: italic; margin: 0 0 0.6rem; }
.post-card p { font-size: 0.92rem; flex: 1; margin-bottom: 0.8rem; }
.post-card .read { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ochre-deep); font-weight: 500; }

.page-intro { padding: 5rem 0 3rem; text-align: center; background: var(--bone); border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 760px; margin: 0.8rem auto 0.8rem; padding: 0 1rem; }
.page-intro .sub { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--ink-soft); max-width: 620px; margin: 0 auto; padding: 0 1rem; }
