* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:root {
  --ground: #FAF7F2;
  --cream: #FFFDF8;
  --ink: #1A1E1C;
  --green: #163A31;
  --lime: #CFFF1A;
  --pink: #CC4B7F;
  --body: rgba(26,30,28,.72);
  --shadow: 0 24px 70px -34px rgba(18,59,46,.42), 0 8px 22px -14px rgba(18,59,46,.18);
  --logo-corner-inner: 28px;
  --logo-corner-card: 36px;
  --orange: var(--pink);
}
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 8% 2%, rgba(207,255,26,.2), transparent 30rem), linear-gradient(180deg, #fffdf8 0%, var(--ground) 44%, #fffdf8 100%);
  font-weight: 400;
}
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: "Fraunces", Georgia, serif; font-weight: 560; color: var(--green); letter-spacing: -0.02em; }
h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.02; }
h2 { font-size: clamp(30px, 3.5vw, 44px); line-height: 1.08; }
h3 { font-size: 24px; line-height: 1.2; font-weight: 700; letter-spacing: -0.02em; color: var(--green); }
p { color: var(--body); font-size: 18px; line-height: 1.72; }
a { color: inherit; }
/* Header/nav is canonical in system.css. Do not define nav or button styles here. */
.blog-shell {
  width: calc(100% - 64px);
  max-width: 1120px;
  margin: 236px auto 0;
}
.blog-header {
  max-width: 870px;
  margin-bottom: 44px;
}
.blog-eyebrow {
  margin-bottom: 16px;
  color: rgba(26,30,28,.55);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.blog-header h1 {
  max-width: 13ch;
}
.blog-header p {
  max-width: 640px;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.6;
}
.post-list {
  display: grid;
  gap: 24px;
  padding-top: 0;
}
.post-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 30px;
  align-items: center;
  padding: 24px;
  border-radius: var(--logo-corner-card);
  color: inherit;
  text-decoration: none;
  background: var(--cream);
  border: 1px solid rgba(22,58,49,.08);
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 1px 3px rgba(0,0,0,.05), 0 14px 38px rgba(0,0,0,.08); }
.post-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--logo-corner-inner);
  background: var(--warm);
}
.post-card-meta,
.post-meta {
  color: rgba(17,17,17,.58);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.post-card h2 { margin-top: 10px; font-size: clamp(28px, 3vw, 40px); }
.post-card p { margin-top: 12px; font-size: 17px; line-height: 1.58; }
.post-shell {
  width: calc(100% - 64px);
  max-width: 700px;
  margin: 196px auto 120px;
}
.post-header { display: grid; gap: 18px; }
.post-description { font-size: 22px; line-height: 1.56; }
.post-hero,
.post-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--logo-corner-inner);
  background: var(--warm);
}
.post-hero { margin-top: 36px; }
.post-content {
  margin-top: 52px;
  display: grid;
  gap: 24px;
}
.post-content ol {
  margin: 0;
  padding-left: 28px;
  display: grid;
  gap: 10px;
  color: var(--body);
  font-size: 18px;
  line-height: 1.65;
}
.post-content figure {
  margin: 26px 0;
}
.post-content figcaption {
  margin-top: 12px;
  color: rgba(17,17,17,.58);
  font-size: 14px;
  line-height: 1.45;
}
.post-content a { color: var(--orange); font-weight: 700; }
.post-cta {
  margin-top: 64px;
  margin-bottom: 24px;
  padding: 42px;
  border-radius: var(--logo-corner-card);
  background: var(--green);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}
.post-cta h2,
.post-cta p { color: #fff; }
.post-cta p {
  margin: 14px auto 26px;
  max-width: 520px;
  color: #e8e8e8;
  font-size: 20px;
  line-height: 1.5;
}
body > footer:not(.footer) {
  width: calc(100% - 64px);
  max-width: 1180px;
  margin: 130px auto 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606060;
  font-size: 15px;
}
body > footer:not(.footer) a { color: inherit; text-decoration: none; transition: color .18s ease; }
body > footer:not(.footer) a:hover { color: var(--orange); }
body > footer:not(.footer) img { width: 180px; height: auto; object-fit: contain; }
@media (max-width: 820px) {
  .blog-shell,
  .post-shell { width: calc(100% - 32px); margin-top: 118px; }
  .post-shell { margin-bottom: 76px; }
  .blog-header { margin-bottom: 42px; }
  .blog-header h1 { max-width: 12ch; }
  .blog-header p,
  .post-description { font-size: 18px; line-height: 1.58; }
  .post-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
    border-radius: 28px;
  }
  .post-card img,
  .post-hero,
  .post-content img { border-radius: 24px; }
  .post-content { margin-top: 40px; gap: 22px; }
  .post-content p,
  .post-content ol { font-size: 17px; line-height: 1.68; }
  .post-cta { padding: 32px 24px; border-radius: 28px; }
  body > footer:not(.footer) { width: calc(100% - 28px); margin-top: 96px; flex-direction: column; align-items: center; justify-content: flex-start; gap: 18px; text-align: center; }
}
