/* "Field notes" blog row for service/guide pages (21 Sep 2026). Self-contained. */
.sf-fieldnotes { background: #f7f5f2; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; color: #1f2328; }
.sf-fieldnotes__inner { width: min(100% - 48px, 1200px); margin: 0 auto; padding: 64px 0 72px; }
.sf-fieldnotes__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 26px; }
.sf-fieldnotes__kicker { margin: 0 0 10px; color: #c8102e; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.sf-fieldnotes__head h2 { margin: 0; max-width: 760px; font: 800 clamp(24px, 2.4vw, 32px)/1.15 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; text-wrap: balance; }
.sf-fieldnotes__head h2::before { display: none; }
.sf-fieldnotes__all { flex: 0 0 auto; padding: 10px 18px; border: 1px solid #1f2328; border-radius: 6px; color: #1f2328; font-size: 14px; font-weight: 600; text-decoration: none; }
.sf-fieldnotes__all:hover { background: #1f2328; color: #fff; }
.sf-fieldnotes__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sf-fieldnotes__card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #e9e4dd; border-radius: 16px; background: #fff; overflow: hidden; color: #1f2328; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.sf-fieldnotes__card:hover { transform: translateY(-3px); box-shadow: 0 24px 46px -36px rgba(31,35,40,.5); color: #1f2328; }
.sf-fieldnotes__media { display: block; aspect-ratio: 16 / 10; background: #e7e6e2; overflow: hidden; }
.sf-fieldnotes__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sf-fieldnotes__meta { display: block; padding: 14px 18px 0; color: #858a90; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.sf-fieldnotes__card b { display: block; padding: 6px 18px 0; font: 800 17px/1.25 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-fieldnotes__card small { display: block; padding: 8px 18px 18px; color: #5f6368; font-size: 13.5px; line-height: 1.5; }
@media (max-width: 1024px) { .sf-fieldnotes__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) {
  .sf-fieldnotes__inner { width: min(100% - 40px, 680px); padding: 48px 0 56px; }
  .sf-fieldnotes__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .sf-fieldnotes__grid { grid-template-columns: 1fr; gap: 12px; }
}
