/* ============================================================
   LAND CARE LANDSCAPE MANAGEMENT — interior page design layer
   Shared family language with Land Care Garden Center:
   Typography: Fraunces (display serif) + Karla (text)
   Palette: cream · deep garden ink · leaf green · oak red
   Scope: everything inside #main on interior pages.
   Header/footer untouched (landcare.css owns the shell).
   ============================================================ */

:root {
  --lc-ink: #1f2b1a;
  --lc-ink-2: #283821;
  --lc-ink-soft: #43523c;
  --lc-cream: #faf6ec;
  --lc-cream-deep: #f3ecdc;
  --lc-white: #fffdf7;
  --lc-leaf: #76c438;
  --lc-leaf-deep: #4e8f22;
  --lc-oak: #a31005;
  --lc-oak-deep: #7c0d04;
  --lc-hair: rgba(31, 43, 26, .16);
  --lc-hair-inv: rgba(250, 246, 236, .16);
  --lc-serif: "Fraunces", Georgia, serif;
  --lc-sans: "Karla", -apple-system, "Segoe UI", sans-serif;
  --lc-leaf-mask: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="black" d="M92.239 26.432c-4.705.09-9.496.87-14.37 2.473c-19.773 6.506-41.557 59.364-7.411 112.912c9.221 14.46-41 39.289-31.803 67.056c12.387 37.399 99.437 19.933 112.104 42.211c6.44 11.328-79.773 49.284-49.663 81.625c37.951 40.763 76.062 14.109 138.553 23.864c24.685 3.853-26.357 63.343 11.031 86.498c39.948 24.739 118.742 1.986 160.846-20.254a20577 20577 0 0 0-30.19-36.098c-33.45 10.371-71.807 15.824-106.036 13.664c36.092-6.615 65.118-14.246 94.8-27.025c-21.566-25.637-43.299-51.22-65.357-76.479c-36.846 7.379-103.783 18.406-166.793 13.88c8.83-1.316 110.772-14.937 154.935-27.38a3178 3178 0 0 0-24.357-27.318a6823 6823 0 0 0-27.935-35.486a6486 6486 0 0 0-15.413-19.34l-.115.658c-31.187 1.8-90.154 3.052-142.9-10.709c7.477.02 92.983 1.716 132.031-3.637c-16.65-20.699-32.746-40.434-46.473-56.795c-7.035-8.385-13.392-15.81-19.011-22.209l.05-.056c25.401 23.275 50.132 47.542 74.329 72.506c15.57-24.254 32.931-56.653 41.664-80.655c1.469 29.363-15.963 66.66-27.586 95.325c22.456 23.61 44.458 47.79 66.125 72.287c20.118-23.976 44.105-60.316 54.869-83.707c-3.957 26.047-31.834 67.188-44.936 94.982c25.142 28.669 49.84 57.727 74.266 86.8c13.506-17.48 28.29-40.286 35.822-57.296c1.32 21.671-14.607 49.312-24.892 70.281l-.05-.014c9.624 11.49 19.211 22.974 28.766 34.428c3.016-2.12 5.604-4.173 7.582-6.095c31.459-30.573 36.26-79.699 17.842-116.51c-12.519-25.021-70.096-8.654-77.265-23.846c-9.068-19.214 51.563-76.204 28.146-104.902c-16.456-20.168-75.04 1.983-85.264-16.182c-16.343-29.04 28.13-74.832-21.763-99.244c-26.468-12.95-46.397 5.349-88.338 44.103c-21.236 19.623-62.13-63.165-113.828-64.312a49 49 0 0 0-2.012-.004m345.39 402.365l-13.982 11.336l36.848 45.444l13.98-11.336l-36.845-45.444z"/%3E%3C/svg%3E');
}

/* ---------- scope: interior page main ---------- */
#main { font-family: var(--lc-sans); color: var(--lc-ink); background: var(--lc-cream); font-size: 1.045rem; }
#main h1, #main h2, #main h3 { font-family: var(--lc-serif); font-weight: 600; line-height: 1.07; letter-spacing: -.01em; }
#main h1 em, #main h2 em { font-style: italic; color: var(--lc-oak); }
/* Fraunces' italic ampersand is an ornate swash; keep ampersands upright (roman form) */
#main h1 .amp, #main h2 .amp, #main h3 .amp, #main .amp { font-style: normal; }
#main .lede { font-size: clamp(1.06rem, 1.4vw, 1.19rem); line-height: 1.65; color: var(--lc-ink-soft); }
#main section { position: relative; }

/* ---------- plant-tag kicker ---------- */
.tag {
  display: inline-block; position: relative;
  background: var(--lc-white); border: 1px solid var(--lc-hair);
  border-radius: 4px 4px 10px 10px; padding: 5px 16px 6px;
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--lc-leaf-deep); box-shadow: 0 2px 0 rgba(31, 43, 26, .08);
}
.tag::after {
  content: ""; position: absolute; left: 50%; top: -7px; width: 6px; height: 6px; margin-left: -3px;
  border-radius: 50%; background: var(--lc-cream); border: 1px solid var(--lc-hair);
}
.tag--dark { background: rgba(250, 246, 236, .08); border-color: rgba(250, 246, 236, .25); color: var(--lc-leaf); box-shadow: none; }
.tag--dark::after { display: none; }
.tag--oakband { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .32); color: #fff; box-shadow: none; }
.tag--oakband::after { display: none; }

/* ---------- buttons (family style: pill + pressed shadow) ---------- */
#main .btn { font-family: var(--lc-sans); font-weight: 700; }
.btn--oak { background: var(--lc-oak); color: #fff; box-shadow: 0 3px 0 var(--lc-oak-deep); }
.btn--oak:hover { background: var(--lc-oak-deep); color: #fff; transform: translateY(-1px); }
.btn--leaf { background: var(--lc-leaf); color: var(--lc-ink); box-shadow: 0 3px 0 var(--lc-leaf-deep); }
.btn--leaf:hover { background: #86d24a; color: var(--lc-ink); transform: translateY(-1px); }
.btn--line { border: 2px solid var(--lc-ink); color: var(--lc-ink); background: transparent; }
.btn--line:hover { background: var(--lc-ink); color: var(--lc-cream); }
.btn--line-light { border: 2px solid rgba(250, 246, 236, .5); color: var(--lc-cream); background: transparent; }
.btn--line-light:hover { border-color: var(--lc-cream); background: rgba(250, 246, 236, .1); color: #fff; }
.btn--cream { background: var(--lc-cream); color: var(--lc-ink); box-shadow: 0 3px 0 rgba(0, 0, 0, .28); }
.btn--cream:hover { background: #fff; color: var(--lc-oak); transform: translateY(-1px); }
#main .text-link { color: var(--lc-oak); font-weight: 700; }

/* leaf bullet helper */
.leafdot::before {
  content: ""; display: inline-block; width: 13px; height: 13px; margin-right: 8px; vertical-align: -1.5px;
  background: var(--lc-oak);
  -webkit-mask: var(--lc-leaf-mask) center / contain no-repeat; mask: var(--lc-leaf-mask) center / contain no-repeat;
}

/* width/height attrs stay for CLS; aspect-ratio drives the box */
.pgh-photo img, .pgsplit-photo img, .pgband-photo img { height: auto; }

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.crumbs { font-size: .84rem; font-weight: 600; color: var(--lc-ink-soft); margin-bottom: 1.5rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.crumbs a { color: var(--lc-ink-soft); }
.crumbs a:hover { color: var(--lc-oak); }
.crumbs li + li::before { content: "\2192"; margin-right: .35rem; color: var(--lc-hair); color: rgba(31, 43, 26, .4); }
.crumbs [aria-current="page"] { color: var(--lc-oak); }

/* ============================================================
   PAGE HERO — copy left, tilted photo right
   ============================================================ */
.pgh {
  overflow: clip;
  background:
    radial-gradient(1100px 520px at 88% -12%, rgba(118, 196, 56, .16), transparent 60%),
    radial-gradient(760px 460px at -8% 112%, rgba(163, 16, 5, .07), transparent 60%),
    var(--lc-cream);
  padding: clamp(2.8rem, 5.5vw, 4.6rem) 0 clamp(3rem, 5.5vw, 4.6rem);
}
.pgh-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(2.4rem, 4.5vw, 4rem); align-items: center; position: relative; z-index: 1; }
.pgh h1 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); margin: 1.2rem 0 0; }
.pgh-copy { margin-top: 1.15rem; max-width: 56ch; }
.pgh-actions { display: flex; gap: .85rem 1rem; margin-top: 1.8rem; flex-wrap: wrap; align-items: center; }
.pgh-photo { position: relative; border-radius: 14px; border: 6px solid var(--lc-white); box-shadow: 0 24px 54px -26px rgba(31, 43, 26, .55); transform: rotate(1.4deg); overflow: hidden; }
.pgh-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
@media (max-width: 900px) { .pgh-grid { grid-template-columns: minmax(0, 1fr); } .pgh-photo { transform: rotate(0); } }

/* ============================================================
   SPLIT — copy + photo
   ============================================================ */
.pgsplit { background: var(--lc-cream-deep); border-block: 1px solid var(--lc-hair); padding: clamp(3.6rem, 6.5vw, 5.5rem) 0; overflow: clip; }
.pgsplit--cream { background: var(--lc-cream); border-block: 0; }
.pgsplit-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2.2rem, 5vw, 4.5rem); align-items: center; }
.pgsplit-grid--flip { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.pgsplit h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: 1.3rem 0 1rem; }
.pgsplit-photo { border-radius: 14px; border: 6px solid var(--lc-white); box-shadow: 0 20px 46px -24px rgba(31, 43, 26, .5); transform: rotate(-1.4deg); overflow: hidden; }
.pgsplit-grid--flip .pgsplit-photo { transform: rotate(1.4deg); }
.pgsplit-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.pgsplit ul.checks { display: grid; gap: .45rem; margin-top: 1.2rem; }
/* block + inline leaf (flex would split .amp spans into separate items and gap the text) */
.pgsplit ul.checks li { display: block; font-weight: 600; color: var(--lc-ink); }
.pgsplit ul.checks li::before {
  content: ""; display: inline-block; width: 13px; height: 13px; margin-right: .55rem; vertical-align: -1px;
  background: var(--lc-oak);
  -webkit-mask: var(--lc-leaf-mask) center / contain no-repeat; mask: var(--lc-leaf-mask) center / contain no-repeat;
}
@media (max-width: 900px) { .pgsplit-grid, .pgsplit-grid--flip { grid-template-columns: minmax(0, 1fr); } .pgsplit-photo { transform: rotate(0); } }

/* ============================================================
   SUB-SERVICE CARDS — on garden ink
   ============================================================ */
.pgsubs { background: var(--lc-ink); color: rgba(250, 246, 236, .82); padding: clamp(3.8rem, 7vw, 6rem) 0; overflow: clip; }
.pgsubs-head { max-width: 760px; margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem); position: relative; z-index: 1; }
.pgsubs-head h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-top: 1.3rem; }
#main .pgsubs-head h2 em { color: var(--lc-leaf); }
/* #main .lede (above) would out-specify a bare class here — keep the ID */
#main .pgsubs-head .lede { color: rgba(250, 246, 236, .72); margin: 1rem 0 0; }
.pgsubs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; z-index: 1; }
.pgcard {
  display: flex; flex-direction: column; gap: .55rem;
  background: var(--lc-ink-2); border: 1px solid var(--lc-hair-inv); border-radius: 12px;
  padding: 1.4rem 1.5rem 1.35rem; color: inherit;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.pgcard:hover { transform: translateY(-3px); border-color: rgba(118, 196, 56, .55); color: inherit; background: #2d3f25; }
/* block + inline leaf (flex would split the .amp span into its own item and gap the name) */
.pgcard-name { display: block; font-family: var(--lc-serif); font-weight: 600; font-size: 1.22rem; color: #fff; line-height: 1.15; }
.pgcard-name::before {
  content: ""; display: inline-block; width: 14px; height: 14px; margin-right: .55rem; vertical-align: -1px;
  background: var(--lc-leaf);
  -webkit-mask: var(--lc-leaf-mask) center / contain no-repeat; mask: var(--lc-leaf-mask) center / contain no-repeat;
}
.pgcard p { margin: 0; font-size: .93rem; line-height: 1.55; color: rgba(250, 246, 236, .68); }
.pgcard-go { margin-top: auto; padding-top: .5rem; display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .9rem; color: var(--lc-leaf); }
.pgcard-go .arr { transition: transform .2s ease; }
.pgcard:hover .pgcard-go .arr { transform: translateX(4px); }
@media (max-width: 980px) { .pgsubs-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .pgsubs-grid { grid-template-columns: 1fr; } }

/* hub variant — photo cards for the 7 divisions */
.pgcard--ph { padding: 0; overflow: hidden; }
.pgcard--ph .pgcard-body { display: flex; flex-direction: column; gap: .55rem; padding: 1.15rem 1.4rem 1.3rem; flex: 1; }
.pgcard-photo { aspect-ratio: 4 / 2.6; overflow: hidden; }
.pgcard-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.pgcard:hover .pgcard-photo img { transform: scale(1.06); }
.pgcard-num { font-family: var(--lc-serif); font-style: italic; font-weight: 500; font-size: .95rem; color: var(--lc-leaf); }

/* ============================================================
   STANDARDS STRIP — the five standards, compact
   ============================================================ */
.pgstd { background: var(--lc-cream); padding: clamp(3.6rem, 6.5vw, 5.5rem) 0; }
.pgstd-head { max-width: 640px; margin-bottom: 2rem; }
.pgstd-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.55rem); margin-top: 1.3rem; }
.pgstd-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.pgstd-item { background: var(--lc-white); border: 1px solid var(--lc-hair); border-radius: 12px; padding: 1.15rem 1.2rem; }
.pgstd-item strong { display: block; font-family: var(--lc-serif); font-weight: 600; font-size: 1.05rem; color: var(--lc-ink); margin-bottom: .3rem; }
.pgstd-item span { font-size: .88rem; color: var(--lc-ink-soft); line-height: 1.5; display: block; }
.pgstd-num { font-family: var(--lc-serif); font-style: italic; color: var(--lc-oak); font-size: 1.1rem; display: block; margin-bottom: .4rem; }
@media (max-width: 1080px) { .pgstd-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .pgstd-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .pgstd-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.pgfaq { background: var(--lc-cream-deep); border-block: 1px solid var(--lc-hair); padding: clamp(3.6rem, 6.5vw, 5.5rem) 0; }
.pgfaq-head { text-align: center; max-width: 680px; margin: 0 auto clamp(1.6rem, 3vw, 2.4rem); }
.pgfaq-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.55rem); margin: 1.3rem 0 0; }
.pgfaq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 10px; }
.pgfaq details { background: var(--lc-white); border: 1px solid var(--lc-hair); border-radius: 12px; padding: 0; overflow: hidden; }
.pgfaq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-family: var(--lc-serif); font-weight: 600; font-size: 1.1rem; color: var(--lc-ink);
  padding: 1.05rem 1.35rem;
}
.pgfaq summary::-webkit-details-marker { display: none; }
.pgfaq summary::after {
  content: ""; flex: none; width: 11px; height: 11px;
  border-right: 2px solid var(--lc-oak); border-bottom: 2px solid var(--lc-oak);
  transform: rotate(45deg); transition: transform .2s ease; margin-top: -4px;
}
.pgfaq details[open] summary::after { transform: rotate(225deg); margin-top: 4px; }
.pgfaq details > div { padding: 0 1.35rem 1.15rem; color: var(--lc-ink-soft); font-size: .98rem; line-height: 1.65; }
.pgfaq details > div p { margin: 0 0 .7rem; } .pgfaq details > div p:last-child { margin-bottom: 0; }

/* ============================================================
   RELATED SERVICES BAND
   ============================================================ */
.pgrel { background: var(--lc-cream); padding: clamp(3rem, 5.5vw, 4.5rem) 0; }
.pgrel-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem 2rem; flex-wrap: wrap; }
.pgrel h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
.pgrel-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.pgrel-links a {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--lc-white); border: 1px solid var(--lc-hair); border-radius: 999px;
  padding: .55rem 1.1rem; font-weight: 700; font-size: .92rem; color: var(--lc-ink);
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}
.pgrel-links a::before {
  content: ""; width: 11px; height: 11px;
  background: var(--lc-oak);
  -webkit-mask: var(--lc-leaf-mask) center / contain no-repeat; mask: var(--lc-leaf-mask) center / contain no-repeat;
}
.pgrel-links a:hover { border-color: var(--lc-oak); color: var(--lc-oak); transform: translateY(-2px); }

/* ============================================================
   CLOSING CTA — oak band
   ============================================================ */
.pgclose { background: linear-gradient(148deg, var(--lc-oak) 0%, var(--lc-oak-deep) 100%); color: #fff; overflow: clip; }
.pgclose-inner { position: relative; z-index: 1; text-align: center; padding: clamp(3.6rem, 7vw, 5.8rem) 0; max-width: 820px; margin-inline: auto; }
.pgclose h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin: 1.4rem auto .9rem; max-width: 22ch; }
#main .pgclose h2 em { color: #fff; }
.pgclose p { color: rgba(255, 255, 255, .88); max-width: 56ch; margin: 0 auto 1.9rem; }
.pgclose-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   404
   ============================================================ */
.pg404 { text-align: center; padding: clamp(4rem, 9vw, 7.5rem) 0; }
.pg404 h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); margin: 1.3rem 0 .9rem; }
.pg404 .lede { max-width: 52ch; margin: 0 auto 2rem; }
.pg404-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   PROSE / LEGAL
   ============================================================ */
.pgprose { background: var(--lc-cream); padding: clamp(3rem, 6vw, 5rem) 0; }
.pgprose-inner { max-width: 75ch; }
.pgprose h2 { font-size: clamp(1.25rem, 2vw, 1.55rem); margin: 2rem 0 .7rem; }
.pgprose p { color: var(--lc-ink-soft); margin: 0 0 1rem; }
.pgprose .fine { font-size: .88rem; opacity: .8; margin-top: 2.4rem; }

/* ============================================================
   GALLERY GRID
   ============================================================ */
.pggal { background: var(--lc-cream); padding: clamp(3rem, 6vw, 5rem) 0; }
.pggal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pggal-grid figure { margin: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 36px -22px rgba(31, 43, 26, .4); }
.pggal-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.pggal-grid figure:hover img { transform: scale(1.045); }
.pggal-note { margin: 1.4rem 0 0; font-size: .86rem; font-style: italic; color: var(--lc-ink-soft); opacity: .75; }
@media (max-width: 900px) { .pggal-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pggal-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CONTACT CARDS
   ============================================================ */
.pgct { background: var(--lc-cream-deep); border-block: 1px solid var(--lc-hair); padding: clamp(3rem, 6vw, 5rem) 0; }
.pgct-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pgct-grid--two { grid-template-columns: repeat(2, 1fr); }
.pgct-card { background: var(--lc-white); border: 1px solid var(--lc-hair); border-radius: 14px; padding: 1.6rem 1.7rem; }
.pgct-card .pgstd-num { font-size: 1rem; }
.pgct-card h3 { font-size: 1.25rem; margin: 0 0 .5rem; }
.pgct-card p { margin: 0 0 .4rem; color: var(--lc-ink-soft); font-size: .98rem; }
.pgct-card a.big { font-family: var(--lc-serif); font-weight: 600; font-size: 1.35rem; color: var(--lc-oak); display: inline-block; margin: .3rem 0; }
.pgct-card a.big:hover { color: var(--lc-oak-deep); }
@media (max-width: 900px) { .pgct-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CREDENTIAL NOTE — third-party certification inline with service copy
   ============================================================ */
.cred-note {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  margin-top: 1.6rem; padding: 1rem 1.15rem;
  background: var(--lc-white); border: 1px solid var(--lc-hair);
  border-left: 3px solid var(--lc-oak); border-radius: 10px;
}
.cred-note img { width: 190px; height: auto; flex: none; border-radius: 4px; }
.cred-note p { margin: 0; font-size: .94rem; line-height: 1.55; color: var(--lc-ink-soft); min-width: 14ch; flex: 1; }
@media (max-width: 560px) { .cred-note { gap: .8rem; } .cred-note img { width: 165px; } }

/* star row for the single testimonial pull-quotes (commercial + switching pages) */
.rv-stars { color: #e8a020; letter-spacing: .1em; font-size: .95rem; line-height: 1; display: inline-block; margin-bottom: .5rem; }

/* ============================================================
   TESTIMONIAL GRID — client-supplied commercial references
   ============================================================ */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tst-card {
  margin: 0; display: flex; flex-direction: column; gap: .6rem;
  background: var(--lc-white); border: 1px solid var(--lc-hair); border-radius: 14px;
  padding: 1.5rem 1.6rem;
}
.tst-card blockquote { margin: 0; font-size: .96rem; line-height: 1.62; color: var(--lc-ink-soft); }
.tst-card figcaption { margin-top: auto; padding-top: .75rem; border-top: 1px solid var(--lc-hair); }
.tst-card figcaption strong { display: block; font-family: var(--lc-serif); font-weight: 600; font-size: 1.04rem; color: var(--lc-ink); }
.tst-card figcaption span { display: block; font-size: .85rem; color: var(--lc-ink-soft); opacity: .9; line-height: 1.45; }
@media (max-width: 1080px) { .tst-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .tst-grid { grid-template-columns: 1fr; } }

/* .reveal animation comes from landcare.css (loaded on every page) */
