@charset "utf-8";
/* ==========================================================================
   Greenscapes — Sarasota & Manatee landscape maintenance and installation
   Single stylesheet. Mobile-first. No frameworks, no external fonts.
   ========================================================================== */

:root {
  /* REPLACEABLE IMAGES — swap the file in assets/ to change the picture.
     Only decorative background bands live here; all content images are <img>. */
  --img-cta-band: url("cta-band.webp");
  /* END REPLACEABLE IMAGES */

  /* Brand */
  --forest: #164a2e;
  --forest-dk: #0e3320;
  --moss: #3c7c52;
  --sage: #cfe0d2;
  --gold: #8a6212;          /* text accents — 4.9:1 on cream */
  --gold-bright: #c8932e;   /* decorative fills */
  --focus: #b07d22;         /* focus ring — 3.6:1 on white */
  --gold-soft: #f3e7cd;

  /* Surfaces & text */
  --cream: #f8f5ee;
  --paper: #ffffff;
  --line: #e5dfd1;
  --ink: #17211b;
  --body: #3a463f;
  --muted: #63706a;

  /* Layout */
  --wrap: 1180px;
  --narrow: 760px;
  --gut: clamp(1.1rem, 4vw, 2.5rem);
  --r: 14px;
  --r-sm: 9px;
  --shadow: 0 1px 2px rgba(22, 74, 46, .05), 0 10px 30px -18px rgba(22, 74, 46, .45);
  --shadow-lg: 0 2px 4px rgba(22, 74, 46, .06), 0 26px 60px -30px rgba(22, 74, 46, .55);

  /* Type */
  --ff-head: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --ff-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--body);
  font-family: var(--ff-body);
  font-size: clamp(1.0625rem, 1.01rem + .22vw, 1.125rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 {
  font-family: var(--ff-head);
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 700;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.05rem, 1.35rem + 2.8vw, 3.25rem); }
h2 { font-size: clamp(1.62rem, 1.24rem + 1.55vw, 2.35rem); }
h3 { font-size: clamp(1.18rem, 1.08rem + .42vw, 1.4rem); }
h4 { font-size: 1.05rem; font-family: var(--ff-body); font-weight: 700; letter-spacing: .01em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--forest); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--moss); }
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 3px;
}
/* Dark surfaces get a lighter ring: --focus is only 2.8:1 on --forest, while
   #ffd98a stays above 3:1 everywhere the dark greens are used (7.6:1 on
   --forest, 10.3:1 on --forest-dk, 3.7:1 on the lightest part of the
   pagehead's moss gradient). */
.skip-link:focus-visible,
.topbar :focus-visible,
.pagehead :focus-visible,
.cta-band :focus-visible,
.section--forest :focus-visible,
.site-footer :focus-visible { outline-color: #ffd98a; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
strong { color: var(--ink); }
blockquote { margin: 0; }

/* ---------- Utilities ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.narrow { max-width: var(--narrow); }
.section { padding-block: clamp(2.75rem, 1.6rem + 5vw, 5.25rem); }
.section--tight { padding-block: clamp(2rem, 1.2rem + 3vw, 3.25rem); }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--sage { background: linear-gradient(180deg, #f1f5ee 0%, #eaf1e8 100%); }
.section--forest { background: var(--forest); color: #dfe9e0; }
.section--forest h2, .section--forest h3 { color: #fff; }
.section--forest a { color: #fff; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}
.eyebrow {
  font-family: var(--ff-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 .75rem;
}
.section--forest .eyebrow { color: #e3c47f; }
.lead {
  font-size: clamp(1.12rem, 1.04rem + .4vw, 1.3rem);
  line-height: 1.55;
  color: var(--body);
}
.muted { color: var(--muted); }
.center { text-align: center; }
.section-head { max-width: 46rem; margin-bottom: clamp(1.75rem, 1rem + 2.5vw, 3rem); }
.section-head.center { margin-inline: auto; }

/* ---------- Buttons — one CTA vocabulary sitewide ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: .95em 1.6em;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary {
  background: var(--forest);
  color: #fff;
  box-shadow: 0 10px 24px -14px rgba(22, 74, 46, .9);
}
.btn--primary:hover { background: var(--moss); color: #fff; }
.btn--ghost {
  background: transparent;
  color: var(--forest);
  border-color: rgba(22, 74, 46, .3);
}
.btn--ghost:hover { background: rgba(22, 74, 46, .06); border-color: var(--forest); color: var(--forest); }
.btn--light { background: #fff; color: var(--forest); }
.btn--light:hover { background: var(--gold-soft); color: var(--forest-dk); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn--outline-light:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff; }
.btn--sm { font-size: .92rem; padding: .7em 1.2em; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- Header ---------- */
.skip-link {
  position: absolute;
  left: .75rem; top: -4rem;
  z-index: 100;
  background: var(--gold-bright);
  color: #17211b;
  font-weight: 700;
  padding: .7rem 1.1rem;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  text-decoration: none;
  transition: top .15s ease;
}
.skip-link:focus { top: 0; color: #17211b; }

.topbar {
  background: var(--forest-dk);
  color: #cfe0d2;
  font-size: .875rem;
}
.topbar .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.5rem;
  align-items: center;
  justify-content: center;
  padding-block: .5rem;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--gold-soft); text-decoration: underline; }
.topbar .dot { color: var(--moss); }
@media (min-width: 900px) { .topbar .wrap { justify-content: flex-end; } }

.masthead {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(140%) blur(8px);
}
.masthead .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-block: .7rem;
}
.brand { flex: 0 0 auto; line-height: 0; }
.brand img { width: clamp(164px, 38vw, 228px); height: auto; }
.masthead-actions { margin-left: auto; display: flex; align-items: center; gap: .5rem; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--forest);
  font: 700 .9rem/1 var(--ff-body);
  padding: .72rem .9rem;
  border-radius: 999px;
  cursor: pointer;
}
.nav-toggle .bars { display: block; width: 17px; height: 2px; background: currentColor; position: relative; }
.nav-toggle .bars::before, .nav-toggle .bars::after {
  content: ""; position: absolute; left: 0; width: 17px; height: 2px; background: currentColor;
}
.nav-toggle .bars::before { top: -5px; }
.nav-toggle .bars::after { top: 5px; }
.js .nav-toggle[aria-expanded="true"] { background: var(--forest); color: #fff; border-color: var(--forest); }
html:not(.js) .nav-toggle { display: none; }

.mainnav { width: 100%; order: 3; max-height: calc(100svh - 8.5rem); overflow-y: auto; }
.js .mainnav[hidden] { display: none; }
.mainnav ul { list-style: none; margin: 0; padding: 0; }
.mainnav > ul { border-top: 1px solid var(--line); padding-top: .5rem; margin-top: .35rem; }
.mainnav a {
  display: block;
  padding: .68rem .25rem;
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  font-size: 1.02rem;
}
.mainnav a:hover, .mainnav a:focus-visible { color: var(--moss); }
.mainnav a[aria-current="page"] { color: var(--forest); }
.mainnav a[aria-current="page"]::after {
  content: "";
  display: block;
  width: 26px; height: 2px;
  background: var(--gold);
  margin-top: .2rem;
}
.mainnav .sub { padding-left: 1rem; border-left: 2px solid var(--sage); margin: .1rem 0 .5rem; }
.mainnav .sub a { font-weight: 500; font-size: .97rem; color: var(--body); padding-block: .5rem; }

@media (min-width: 1120px) {
  .masthead .wrap { padding-block: .55rem; gap: 1.5rem; flex-wrap: nowrap; }
  .mainnav { width: auto; order: 0; margin-left: auto; max-height: none; overflow: visible; }
  .js .mainnav[hidden] { display: block; }
  .mainnav > ul { display: flex; gap: .2rem; border: 0; padding: 0; margin: 0; }
  .mainnav > ul > li { position: relative; }
  .mainnav > ul > li > a { padding: .8rem .72rem; font-size: .98rem; }
  .mainnav .sub {
    position: absolute;
    top: 100%; left: 0;
    min-width: 16rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    box-shadow: var(--shadow);
    padding: .4rem;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s;
  }
  .mainnav li:hover > .sub,
  .mainnav li:focus-within > .sub { opacity: 1; visibility: visible; transform: translateY(0); }
  .mainnav .sub a { padding: .55rem .7rem; border-radius: 6px; }
  .mainnav .sub a:hover { background: var(--cream); }
  .masthead-actions { margin-left: 0; }
  .nav-toggle { display: none; }
}
.call-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  color: var(--forest);
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 719px) { .masthead .btn--primary { display: none; } }
@media (min-width: 720px) { .masthead .call-link.only-mobile { display: none; } }

/* ---------- Hero ---------- */
.hero { background: var(--paper); border-bottom: 1px solid var(--line); }
/* Phones: the photo is a band above the promise, cropped only at the outer
   edges of the planting (the water feature stays whole). */
.hero-media img { width: 100%; aspect-ratio: 2.2 / 1; object-fit: cover; object-position: center; }
.hero-copy { padding-block: clamp(1.9rem, 1.2rem + 3.5vw, 3.5rem); }
.hero-copy h1 { max-width: 15ch; }
.hero-copy .lead { max-width: 46ch; }
.hero .btn-row { margin-top: 1.6rem; }
.hero-proof {
  list-style: none;
  margin: 1.9rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: .55rem;
  font-size: .97rem;
}
.hero-proof li { padding-left: 1.6rem; position: relative; }
.hero-proof li::before {
  content: "✓";
  position: absolute; left: 0; top: -.05em;
  color: var(--gold);
  font-weight: 700;
}
.hero-proof strong { color: var(--ink); }

@media (min-width: 860px) {
  .hero { position: relative; border-bottom: 0; background: var(--forest-dk); }
  .hero-inner { display: grid; grid-template-areas: "stack"; }
  .hero-media, .hero-copy-wrap { grid-area: stack; }
  .hero-media { position: relative; }
  .hero-media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(11, 40, 24, .93) 0%, rgba(11, 40, 24, .82) 34%, rgba(11, 40, 24, .28) 62%, rgba(11, 40, 24, .12) 100%);
  }
  .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 50%; }
  .hero-copy-wrap { position: relative; z-index: 2; display: flex; align-items: center; }
  .hero-copy { max-width: 40rem; padding-block: clamp(3rem, 1rem + 6vw, 5.5rem); }
  .hero-copy h1, .hero-copy h3 { color: #fff; }
  .hero-copy .lead { color: #dce8dd; }
  .hero-copy .eyebrow { color: #e6c98a; }
  .hero-proof { border-top-color: rgba(255, 255, 255, .22); color: #d5e3d7; }
  .hero-proof li::before { color: #e6c98a; }
  .hero-proof strong { color: #fff; }
  .hero .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .55); }
  .hero .btn--ghost:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }
  /* The hero only becomes a dark surface at this breakpoint. */
  .hero-copy :focus-visible { outline-color: #ffd98a; }
}

/* ---------- Page header (interior pages) ---------- */
.pagehead {
  background:
    radial-gradient(120% 140% at 12% 0%, rgba(60, 124, 82, .55) 0%, rgba(22, 74, 46, 0) 62%),
    linear-gradient(160deg, var(--forest) 0%, var(--forest-dk) 100%);
  color: #d9e6db;
  padding-block: clamp(2.2rem, 1.4rem + 3.6vw, 4rem);
}
.pagehead h1 { color: #fff; max-width: 20ch; }
.pagehead p { color: #cfe0d2; max-width: 58ch; }
.pagehead .eyebrow { color: #e6c98a; }
.breadcrumb { font-size: .85rem; margin-bottom: 1rem; color: #a9c3ae; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.breadcrumb a { color: #d9e6db; text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb li + li::before { content: "›"; margin-right: .4rem; color: var(--moss); }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: clamp(1rem, .6rem + 1.4vw, 1.75rem); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.25rem, .9rem + 1.2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.card h3 { margin-bottom: .3rem; }
.card--link { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card--link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--sage); }
.card .more {
  margin-top: auto;
  padding-top: .9rem;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  color: var(--forest);
}
.card .more::after { content: " →"; }
.card--photo { padding: 0; overflow: hidden; }
.card--photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card--photo .card-body { padding: clamp(1.15rem, .9rem + 1vw, 1.6rem); display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.card--num { position: relative; }
.card--num .num {
  font-family: var(--ff-head);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--moss);
  margin-bottom: .35rem;
}

/* ---------- Lists ---------- */
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.ticks li { position: relative; padding-left: 1.75rem; }
.ticks li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--moss);
  font-weight: 700;
}
.ticks--2 { gap: .5rem 1.5rem; }
@media (min-width: 620px) { .ticks--2 { grid-template-columns: 1fr 1fr; } }
.prose ul, .prose ol { padding-left: 1.25rem; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose > img, .prose figure { margin-block: 1.75rem; }
figure { margin: 0; }
figcaption { font-size: .9rem; color: var(--muted); margin-top: .6rem; }

/* ---------- Service list panels ---------- */
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.4rem, 1rem + 1.4vw, 2.1rem);
}
.panel h3 { display: flex; align-items: baseline; gap: .6rem; }
.panel h3 .tag {
  font-family: var(--ff-body);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

/* ---------- Trust strip ---------- */
.trustbar { background: var(--paper); border-block: 1px solid var(--line); }
.trustbar .wrap { padding-block: clamp(1.4rem, 1rem + 1.5vw, 2.2rem); }
.trustbar .label {
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 .9rem;
}
.client-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .6rem 2.2rem;
  font-family: var(--ff-head); font-size: clamp(1.02rem, .95rem + .4vw, 1.3rem); color: var(--ink);
}
.client-list li { position: relative; padding-left: 1.1rem; }
.client-list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}

/* ---------- Quotes ---------- */
.quote {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 4px solid var(--moss);
  border-radius: var(--r);
  padding: clamp(1.3rem, 1rem + 1.2vw, 2rem);
  display: flex; flex-direction: column; gap: .8rem;
}
.quote p { font-size: 1.02rem; }
.quote .q-text::before { content: "“"; }
.quote .q-text::after { content: "”"; }
.quote footer, .quote .q-meta { margin-top: auto; font-size: .92rem; line-height: 1.45; }
.quote .q-author { display: block; font-weight: 700; color: var(--ink); }
.quote .q-role { display: block; color: var(--muted); }
.quote img { border-radius: var(--r-sm); width: 100%; }
.quote--feature { border-left-color: var(--gold-bright); background: var(--gold-soft); border-color: #e8d6b0; }
.quote--feature .post-date { color: #6f4d0c; }
.quote--feature .q-role, .note-box .muted { color: #525f58; }
.quote--feature .q-text { font-family: var(--ff-head); font-size: clamp(1.1rem, 1rem + .6vw, 1.4rem); line-height: 1.45; color: var(--ink); }

/* ---------- Split (image + text) ---------- */
.split { display: grid; gap: clamp(1.5rem, 1rem + 2.5vw, 3.25rem); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--narrow-img { grid-template-columns: 5fr 7fr; }
  .split--wide-img { grid-template-columns: 7fr 5fr; }
  .split--rev > :first-child { order: 2; }
}
.split img { border-radius: var(--r); box-shadow: var(--shadow); }

/* ---------- Gallery ---------- */
.gallery { display: grid; gap: .9rem; grid-template-columns: 1fr; }
@media (min-width: 620px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery figure { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.gallery img { width: 100%; }
.gallery figcaption { padding: .75rem 1rem 1rem; margin: 0; }
.ba-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 560px) { .ba-grid { grid-template-columns: 1fr 1fr; } }
.ba-grid figure { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.ba-grid figcaption {
  padding: .6rem .9rem .8rem; margin: 0;
  font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
}

/* ---------- Team ---------- */
.team-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.team-card .portrait { background: #eef2ec; display: flex; justify-content: center; }
.team-card .portrait img { width: 200px; max-width: 100%; height: auto; }
.team-card .team-body { padding: clamp(1.15rem, .9rem + 1vw, 1.6rem); }
.team-card h3 { margin-bottom: .1rem; }
.team-card .role { color: var(--gold); font-weight: 700; font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .8rem; }
.team-card .contact-note { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .95rem; }

/* ---------- News / blog list ---------- */
.post-list { display: grid; gap: 1.25rem; }
.post-item {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(1.2rem, .9rem + 1vw, 1.75rem);
}
.post-item h3 { margin-bottom: .25rem; }
.post-item h3 a { text-decoration: none; color: var(--ink); }
.post-item h3 a:hover { color: var(--moss); }
.post-date { font-size: .83rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin: 0 0 .6rem; }
.post-item .more { font-weight: 700; text-decoration: none; }
.post-item .more::after { content: " →"; }
@media (min-width: 760px) {
  .post-item--media { display: grid; grid-template-columns: 15rem 1fr; gap: 1.5rem; align-items: start; padding: 0; overflow: hidden; }
  .post-item--media .post-thumb { height: 100%; }
  .post-item--media .post-thumb img { height: 100%; object-fit: cover; }
  .post-item--media .post-body { padding: clamp(1.2rem, .9rem + 1vw, 1.75rem) clamp(1.2rem, .9rem + 1vw, 1.75rem) clamp(1.2rem, .9rem + 1vw, 1.75rem) 0; }
}
.post-item--media .post-thumb img { width: 100%; }
.post-item--media .post-body { padding: clamp(1.2rem, .9rem + 1vw, 1.75rem); }

/* ---------- Forms ---------- */
.form-shell {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.35rem, 1rem + 1.6vw, 2.25rem);
  box-shadow: var(--shadow);
}
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; color: var(--ink); font-size: .95rem; margin-bottom: .4rem; }
.field .hint { font-weight: 400; color: var(--muted); font-size: .88rem; }
.field > .hint { display: block; margin: -.15rem 0 .45rem; }
.field input, .field textarea, .field select {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: #fdfcf9;
  border: 1px solid #d6cfbe;
  border-radius: var(--r-sm);
  padding: .78rem .9rem;
}
.field textarea { min-height: 9.5rem; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: 3px solid var(--focus);
  outline-offset: 1px;
  border-color: var(--forest);
  background: #fff;
}
.field-pair { display: grid; gap: 0; }
@media (min-width: 620px) { .field-pair { grid-template-columns: 1fr 1fr; gap: 0 1.1rem; } }
.hp-field {
  position: absolute !important;
  width: 1px; height: 1px; margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}
.cf-turnstile { margin-bottom: 1.1rem; }
.form-note { font-size: .9rem; color: var(--muted); margin-top: 1rem; }
.form-status { margin-top: 1rem; border-radius: var(--r-sm); padding: .9rem 1.1rem; font-size: .97rem; }
.form-status[hidden] { display: none; }
.form-status--ok { background: #e8f2e7; border: 1px solid #b9d5b8; color: #1c4a26; }
.form-status--err { background: #fdeee7; border: 1px solid #f0c6b2; color: #7c3413; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  background-color: var(--forest-dk);
  background-image: var(--img-cta-band);
  background-size: cover;
  background-position: center;
  color: #fff;
  isolation: isolate;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(10, 38, 23, .95) 0%, rgba(10, 38, 23, .86) 55%, rgba(10, 38, 23, .7) 100%);
}
.cta-band .wrap { padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.25rem); }
.cta-band h2 { color: #fff; max-width: 20ch; }
.cta-band p { color: #d6e4d8; max-width: 52ch; }
.cta-band .btn-row { margin-top: 1.75rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest-dk); color: #bcd0c0; font-size: .96rem; }
.site-footer .wrap { padding-block: clamp(2.5rem, 1.6rem + 3vw, 3.75rem); }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.1fr; } }
.site-footer h2, .site-footer h3 {
  color: #fff;
  font-family: var(--ff-body);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.site-footer a { color: #e7efe8; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-footer address { font-style: normal; line-height: 1.7; }
.site-footer .muted-light { color: #9db3a1; font-size: .88rem; }
.footer-phone {
  display: inline-block;
  font-family: var(--ff-head);
  font-size: 1.45rem;
  color: #fff !important;
  font-weight: 700;
  margin-bottom: .2rem;
}
.footer-tagline { font-family: var(--ff-head); font-size: 1.05rem; color: #dcebde; margin-bottom: 1rem; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  display: grid;
  gap: .5rem;
  font-size: .86rem;
  color: #9db3a1;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #cfe0d2; }
[data-ss-credit] { color: #8fa694; }
[data-ss-credit] a { color: #a9bfad; text-decoration: underline; }

/* ---------- Misc ---------- */
.note-box {
  background: var(--gold-soft);
  border: 1px solid #e8d6b0;
  border-radius: var(--r);
  padding: clamp(1.15rem, .9rem + 1vw, 1.7rem);
}
.note-box h3 { margin-top: 0; }
.lang-block { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 2rem; }
.pill {
  display: inline-block;
  background: var(--sage);
  color: var(--forest-dk);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .32rem .7rem;
  border-radius: 999px;
}
.job { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(1.3rem, 1rem + 1.3vw, 2.1rem); }
.job + .job { margin-top: 1.5rem; }
.job h3 { margin-bottom: .3rem; }
.job .job-meta { color: var(--muted); font-size: .95rem; margin-bottom: 1.2rem; }
.toc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.25rem 1.5rem; }
.toc ul { margin: 0; padding-left: 1.1rem; display: grid; gap: .4rem; }
.award { border-top: 1px solid var(--line); padding-top: 2.25rem; margin-top: 2.25rem; }
.award:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.map-figure { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1rem; }
.map-figure img { border-radius: var(--r-sm); width: 100%; }
