/* Redeeming the Table — seasonal, editorial, laid for guests.
   Linen and olive with a clay accent; a soft optical serif over a humanist
   sans. The layout identity is the one no other network site uses: an
   ASYMMETRIC magazine hero (image left, text right) over LARGE 2-up cards
   with a rule above each title. messybaker owns the overlay hero, cccakes the
   centred 2-up, sgfood the square split, recipesnetwork the dense 4-up and
   culinarytidbits the imageless list — so none of these read as the same
   template with different colours. */
:root {
  --s-paper:     #faf7f0;   /* linen */
  --s-surface:   #fffdf8;
  --s-surface-2: #f0ebdf;
  --s-ink:       #23261f;   /* olive-black */
  --s-ink-soft:  #414537;
  --s-muted:     #75776a;
  --s-line:      #e3dccb;
  --s-line-soft: #efe9dc;
  --s-accent:    #4a5d3a;   /* garden olive */
  --s-accent-ink:#f8f6ee;
  --s-accent-2:  #b0663c;   /* clay */
  --s-display: "Fraunces", Georgia, serif;
  --s-body: "Karla", -apple-system, BlinkMacSystemFont, sans-serif;
  --s-radius: 2px;
  --s-card-ratio: 4 / 3;
  --s-wrap: 1120px;
  --s-measure: 66ch;
}

/* Olive header rather than the near-black two other sites use. */
.sat-header { background: var(--s-accent); }
.sat-logo { letter-spacing: .01em; }
.sat-logo em { font-style: italic; font-weight: 400; opacity: .72; }

/* Squared-off, print-like furniture. */
.sat-btn { border-radius: 2px; letter-spacing: .04em; text-transform: uppercase; font-size: .82rem; }
.sat-ingredients {
  border-top-width: 3px;
  border-top-color: var(--s-accent-2);
  background: var(--s-surface-2);
}

/* ── Asymmetric magazine hero ────────────────────────────────────────────
   Image left and larger, text right and set narrow. The eyebrow sits over a
   short rule, which is the motif repeated on section heads and cards. */
.sat-hero { padding-top: 52px; }
.sat-hero-grid { grid-template-columns: 1.25fr 1fr; gap: 46px; align-items: center; }
.sat-hero-img { aspect-ratio: 5 / 4; border-radius: 2px; }
.sat-hero-text .sat-eyebrow {
  color: var(--s-accent-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .74rem;
  display: block;
  padding-top: 14px;
  border-top: 2px solid var(--s-accent-2);
  margin-bottom: 14px;
  width: fit-content;
}
.sat-hero-text h1 { font-weight: 400; line-height: 1.12; }
.sat-hero-text .sat-lede { color: var(--s-ink-soft); }
@media (max-width: 860px) {
  .sat-hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .sat-hero-img { aspect-ratio: 3 / 2; }
}

/* ── Large 2-up cards ────────────────────────────────────────────────────
   Fewer, bigger. A seasonal blog is browsed, not scanned. */
.sat-grid-4, .sat-grid-3 { grid-template-columns: repeat(2, 1fr); gap: 40px 34px; }
@media (max-width: 640px) { .sat-grid-4, .sat-grid-3 { grid-template-columns: 1fr; gap: 30px; } }
.sat-card { gap: 0; }
.sat-card-img { order: 0; border-radius: 2px; margin-bottom: 16px; }
.sat-card-title {
  order: 2;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 12px;
  border-top: 1px solid var(--s-line);
}
.sat-card-meta {
  order: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .7rem;
  color: var(--s-accent-2);
  margin-bottom: 4px;
}
.sat-card-desc { order: 3; color: var(--s-muted); margin-top: 8px; }

/* Section heads echo the hero's rule instead of messybaker's left bar. */
.sat-section-head { border-bottom: 1px solid var(--s-line); padding-bottom: 12px; }
.sat-section-head h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1rem;
}
