/* ==========================================================================
   JR's Landscaping LLC — site styles
   Palette sampled from the company logo.
   Edit colours in :root below; everything else follows.
   ========================================================================== */

:root {
  --forest:       #1c3320;
  --forest-deep:  #12200f;
  --forest-soft:  #27452b;
  --leaf:         #4e7a31;   /* white button text needs 4.5:1; #5b8a3c was 4.08 */
  --leaf-light:   #7fae55;
  --leaf-dark:    #48702f;
  --cream:        #f2f1e6;
  --cream-deep:   #e7e5d5;
  --ink:          #232b23;
  --stone:        #5e6559;   /* must clear 4.5:1 on white, cream and cream-deep */
  --line:         #dcdccb;
  --white:        #ffffff;
  --gold:         #e8a33d;

  --shadow:    0 18px 44px -24px rgba(18, 32, 15, 0.55);
  --shadow-sm: 0 6px 18px -10px rgba(18, 32, 15, 0.40);
  --radius:    10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .display {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--forest);
}
h1 { font-size: clamp(2rem, 5.2vw, 3.5rem); margin-bottom: 20px; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); margin-bottom: 22px; }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); margin-bottom: 12px; }
h4 { margin-bottom: 14px; }

p  { margin-bottom: 1.05rem; }
p:last-child { margin-bottom: 0; }
a  { color: var(--leaf-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 820px; margin: 0 auto; }
.center { text-align: center; }

section { padding: clamp(52px, 7vw, 88px) 0; }
.sec-cream { background: var(--cream); }
.sec-forest { background: var(--forest); color: #e4e9df; }
.sec-forest h2, .sec-forest h3 { color: var(--white); }

.eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--leaf-dark);
  margin-bottom: 10px;
  font-weight: 500;
}
.sec-forest .eyebrow { color: var(--leaf-light); }
.lede { font-size: 1.08rem; color: var(--stone); max-width: 62ch; }
.sec-forest .lede { color: #c3cfbc; }
.sec-head { margin-bottom: 42px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--leaf); color: var(--white);
  padding: 15px 30px; border-radius: var(--radius);
  font-family: 'Oswald', sans-serif;
  font-weight: 500; font-size: 1rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 2px solid var(--leaf);
  box-shadow: var(--shadow-sm);
  transition: background .15s ease, transform .15s ease, border-color .15s ease;
  text-align: center;
}
.btn:hover { background: var(--leaf-dark); border-color: var(--leaf-dark); transform: translateY(-2px); text-decoration: none; }
.btn-alt { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); box-shadow: none; }
.btn-alt:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.btn-dark { background: var(--forest); border-color: var(--forest); }
.btn-dark:hover { background: var(--forest-deep); border-color: var(--forest-deep); }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; }

/* ---------- header ---------- */
.topbar {
  background: var(--forest-deep); color: #c3d2bc;
  font-size: 0.9rem; padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px 40px; flex-wrap: wrap; }
.topbar a { color: #e2ebde; }
.topbar a:hover { color: var(--white); }

/* Desktop: second (aria-hidden) copy hidden, list sits still, and the two extra
   items exist only to give the mobile marquee enough to scroll — they would make
   the static bar wrap onto a second row, so they are hidden here. */
.tb-marquee { display: flex; min-width: 0; }
.tb-marquee .tb-trust[aria-hidden="true"] { display: none; }
.tb-trust li.tb-extra { display: none; }   /* beats `.tb-trust li` */
.tb-trust { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 34px; }
.tb-trust li {
  font-family: 'Oswald', sans-serif; text-transform: uppercase;
  letter-spacing: 0.13em; font-size: 0.83rem; color: #cfdcc9;
  display: flex; align-items: center; gap: 11px;
}
.tb-trust li::before { content: ''; width: 6px; height: 6px; background: var(--leaf-light); border-radius: 50%; flex: none; }

.tb-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 30px; }
.tb-contact a {
  display: flex; align-items: center; gap: 9px;
  letter-spacing: 0.03em; font-weight: 500;
}
.tb-contact a:hover { text-decoration: none; }
.tb-contact .ico { color: var(--leaf-light); font-size: 0.95rem; line-height: 1; }

.site-head {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 22px; padding-bottom: 22px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 68px; height: 68px; }
.brand-txt { font-family: 'Oswald', sans-serif; text-transform: uppercase; line-height: 1.05; }
.brand-txt b { display: block; font-size: 1.38rem; font-weight: 600; color: var(--forest); letter-spacing: 0.02em; }
.brand-txt span { display: block; font-size: 0.74rem; letter-spacing: 0.16em; color: var(--leaf-dark); margin-top: 2px; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  font-family: 'Oswald', sans-serif; text-transform: uppercase;
  font-size: 1.05rem; letter-spacing: 0.045em; color: var(--forest); font-weight: 500;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--leaf-dark); text-decoration: none; }
.nav a[aria-current="page"] { border-bottom: 2px solid var(--leaf); padding-bottom: 3px; }
.head-cta { display: flex; align-items: center; gap: 10px; }
.btn-head {
  padding: 15px 26px; font-size: 1rem; letter-spacing: 0.04em;
  white-space: nowrap; gap: 9px;
}
.btn-head .ico { font-size: 1.14rem; line-height: 1; }

.menu-btn { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-btn span { display: block; width: 25px; height: 2.5px; background: var(--forest); margin: 5px 0; border-radius: 2px; }


/* ---------- mobile: trust strip becomes one scrolling line ----------
   Two identical copies slide left together; when the first has moved exactly
   its own width, the second sits where the first began, so the loop is seamless.
   SPEED: change the 20s below. Lower = faster. Under ~10s becomes hard to read. */
@media (max-width: 620px) {
  .tb-marquee {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }
  .tb-marquee .tb-trust {
    flex-wrap: nowrap;
    flex: none;
    gap: 0 30px;
    padding-right: 30px;
    animation: tb-scroll 20s linear infinite;
  }
  .tb-marquee .tb-trust[aria-hidden="true"] { display: flex; }
  .tb-trust li.tb-extra { display: flex; }
  .tb-trust li { white-space: nowrap; }

  /* pause while touched so it can be read */
  .tb-marquee:active .tb-trust { animation-play-state: paused; }
}

@keyframes tb-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

/* Some people get motion sick or have vestibular disorders — never move text on
   them. Falls back to a normal swipeable row. */
@media (prefers-reduced-motion: reduce) {
  .tb-marquee .tb-trust { animation: none; }
  .tb-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .tb-marquee .tb-trust[aria-hidden="true"] { display: none; }
}

/* ---------- hero ---------- */
/* padding:0 matters — .hero is a <section>, and the generic `section` rule would
   otherwise stack ~88px on top of .hero-inner's own padding (double-padded hero) */
.hero { position: relative; background: var(--forest-deep); color: var(--white); overflow: hidden; padding: 0; }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(12,26,12,.93) 0%, rgba(15,32,15,.86) 45%, rgba(20,44,20,.62) 100%);
}
/* vertical only — a `padding` shorthand here would wipe .wrap's side padding
   and push the hero text flush to the screen edge on phones */
.hero-inner {
  position: relative;
  padding-top: clamp(40px, 4.6vw, 66px);
  padding-bottom: clamp(44px, 5vw, 72px);
}
.hero h1 { color: var(--white); max-width: 17ch; }
.hero .sub {
  font-family: 'Oswald', sans-serif; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--leaf-light); font-size: 1rem; margin-bottom: 12px;
}
.hero p.big { font-size: 1.1rem; color: #d7e0d2; max-width: 54ch; margin: 0 0 28px; }

.trust {
  display: flex; flex-wrap: wrap; gap: 10px 30px;
  margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2);
}
.trust li {
  font-family: 'Oswald', sans-serif; text-transform: uppercase;
  letter-spacing: 0.09em; font-size: 0.87rem; color: #cfdac9;
  display: flex; align-items: center; gap: 8px;
}
.trust li::before { content: ''; width: 7px; height: 7px; background: var(--leaf-light); border-radius: 50%; flex: none; }

/* ---------- rating strip ---------- */
.ratingbar { background: var(--cream-deep); padding: 15px 0; border-bottom: 1px solid var(--line); }
.ratingbar .wrap { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; text-align: center; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }
.ratingbar b { font-family: 'Oswald', sans-serif; font-size: 1.05rem; color: var(--forest); }
.ratingbar span { color: var(--stone); font-size: 0.93rem; }

/* ---------- grids & cards ---------- */
.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 24px;
  border-top: 3px solid var(--leaf);
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 11px; }
.card p { color: var(--stone); font-size: 0.97rem; }
.card ul { margin-top: 12px; }
.card ul li {
  font-size: 0.93rem; color: var(--stone);
  padding-left: 17px; position: relative; margin-bottom: 5px;
}
.card ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: var(--leaf-light); border-radius: 50%; }

/* ---------- split (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.split-photo { position: relative; }

/* ---------- offers ---------- */
.offers-title { font-size: clamp(2.3rem, 5.6vw, 4rem); letter-spacing: 0.01em; margin-bottom: 14px; }
.offers-sub { margin: 0 auto; }
.offers-sec .sec-head { margin-bottom: 48px; }

.offers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; align-items: stretch; }

.offer {
  position: relative;
  display: flex; flex-direction: column;
  border-radius: 16px;
  padding: 46px 34px 34px;
  box-shadow: 0 22px 50px -24px rgba(0,0,0,.65);
  transition: transform .18s ease, box-shadow .18s ease;
}
.offer:hover { transform: translateY(-6px); box-shadow: 0 32px 64px -26px rgba(0,0,0,.75); }

/* --- card A: cream, green accents --- */
.offer-light { background: #fffef9; border: 3px solid #fffef9; }
.offer-light h3    { color: #14260f; }
.offer-light .hl::after { background: #5b8a3c; }   /* decorative bar — no text on it */
.offer-light .offer-line { color: #4b5449; }
.offer-light .fine { color: #666e63; border-top-color: #ece7d4; }
.offer-light .tag  { background: #4e7a31; color: #ffffff; }
.offer-light .offer-btn { background: #4e7a31; border-color: #4e7a31; color: #fff; }
.offer-light .offer-btn:hover { background: var(--leaf-dark); border-color: var(--leaf-dark); }

/* --- card B: near-black with gold accents.
       Gold is used as accent only — tag, underline, rim, button — never as a
       large fill. Gold is a light-family hue; darkening it enough to carry
       white text turns it brown. --- */
.offer-dark { background: #0d1b0a; border: 3px solid #e8a33d; }
.offer-dark h3    { color: #ffffff; }
.offer-dark .hl::after { background: #e8a33d; }
.offer-dark .offer-line { color: #dfe7da; }
.offer-dark .fine { color: #a9b8a3; border-top-color: rgba(255,255,255,.22); }
.offer-dark .tag  { background: #e8a33d; color: #3a2a08; }
.offer-dark .offer-btn { background: #e8a33d; border-color: #e8a33d; color: #3a2a08; }
.offer-dark .offer-btn:hover { background: #f5bb60; border-color: #f5bb60; }

/* oval tab riding the top edge.
   #9c6410 is the lightest gold that carries WHITE text at 4.5:1 (it hits 4.95).
   The --gold used on the borders is 2.16:1 with white — unreadable. */
/* shape + position only — colour is set per card above, and this rule sits
   later in the file at equal specificity, so any colour here would win. */
.offer .tag {
  position: absolute; top: -17px; left: 32px;
  font-family: 'Oswald', sans-serif; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem;
  padding: 10px 26px; border-radius: 999px;
  box-shadow: 0 6px 16px -5px rgba(0,0,0,.55);
}

.offer h3 { font-size: clamp(1.6rem, 3.1vw, 2.25rem); margin-bottom: 18px; line-height: 1.14; }
.offer .hl { position: relative; white-space: nowrap; }
.offer .hl::after {
  content: ''; position: absolute; left: -2px; right: -2px; bottom: -7px;
  height: 7px; border-radius: 4px;
}
.offer .offer-line { font-size: 1.05rem; margin-bottom: 0; }
.offer .fine {
  font-size: 0.86rem; margin-top: 15px; padding-top: 14px;
  border-top: 1px solid; margin-bottom: 0;
}
.offer .offer-btn { margin-top: auto; align-self: flex-start; }
.offer .offer-btn { margin-top: 26px; }

/* ---------- reviews ---------- */
.review {
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: var(--radius); padding: 26px 24px;
}
.review .stars { margin-bottom: 10px; }
.review p { color: var(--ink); font-size: 0.99rem; }
.review .who {
  margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 13px;
}
.review .avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', sans-serif; font-size: 1.32rem; font-weight: 500;
  color: #fff; letter-spacing: .01em;
}
.review .av1 { background: #43702a; }
.review .av2 { background: #2a5f6f; }
.review .av3 { background: #6f4e28; }
.review .av4 { background: #52436f; }
.review .who-txt { display: flex; flex-direction: column; line-height: 1.3; }
.review .who-txt b {
  color: var(--forest); font-family: 'Oswald', sans-serif;
  font-weight: 500; letter-spacing: .02em; font-size: 1.02rem;
}
.review .who-txt em {
  font-style: normal; font-size: 0.83rem; color: var(--stone);
  display: flex; align-items: center; gap: 5px;
}
.review .who-txt em::before {
  content: '\2713'; color: #4b7d2f; font-weight: 700; font-size: .9rem;
}
.review-lead { border-left-width: 5px; }
.review-lead p { font-size: 1.08rem; }

/* ---------- areas ---------- */
.county { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.county h3 { margin-bottom: 7px; }
.county .kicker { font-size: .82rem; color: var(--stone); margin-bottom: 12px; }
.county ul { display: flex; flex-wrap: wrap; gap: 7px; }
.county li a {
  display: inline-block; font-size: 0.88rem; padding: 6px 13px;
  background: var(--cream); border: 1px solid var(--line); border-radius: 100px;
  color: var(--forest); font-weight: 500;
  transition: background .14s ease, color .14s ease, border-color .14s ease;
}
.county li a:hover { background: var(--leaf); color: var(--white); border-color: var(--leaf); text-decoration: none; }
.county-also {
  margin-top: 15px; font-size: 0.88rem; line-height: 1.6; color: var(--stone);
}
.county-also span {
  display: block; font-family: 'Oswald', sans-serif; text-transform: uppercase;
  letter-spacing: .12em; font-size: .72rem; color: var(--leaf-dark); margin-bottom: 3px;
}

/* ---------- faq ---------- */
.faq details {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); margin-bottom: 11px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 18px 22px; list-style: none;
  font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .03em;
  font-size: 1.02rem; color: var(--forest);
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.5rem; color: var(--leaf); line-height: 1; flex: none; }
.faq details[open] summary::after { content: '\2212'; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq .ans { padding: 18px 22px; color: var(--stone); font-size: 0.99rem; }

/* ---------- gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-2 { grid-template-columns: repeat(2, 1fr); }
.gallery figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: var(--white); }
.gallery img { width: 100%; height: 320px; object-fit: cover; }
.gallery figcaption { padding: 13px 16px; font-size: 0.9rem; color: var(--stone); }

/* ---------- brand mark feature ---------- */
.markband { display: grid; grid-template-columns: 260px 1fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.markband img { width: 100%; height: auto; filter: drop-shadow(0 14px 30px rgba(0,0,0,.42)); }

/* ---------- steps ---------- */
.steps { counter-reset: s; display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; }
.step .n {
  counter-increment: s; width: 52px; height: 52px; border-radius: 50%;
  background: var(--leaf); color: var(--white);
  font-family: 'Oswald', sans-serif; font-size: 1.35rem;
  display: flex; align-items: center; justify-content: center;
}
.step .n::before { content: counter(s); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--stone); font-size: 0.97rem; }

/* ---------- cta band ---------- */
.cta-band { background: var(--forest); color: var(--white); text-align: center; }
.cta-band h2 { color: var(--white); margin-bottom: 18px; }
.cta-band p { color: #c6d2c0; max-width: 56ch; margin: 0 auto 26px; }
.cta-band .btn-row { justify-content: center; }

/* ---------- footer ---------- */
.site-foot { background: var(--forest-deep); color: #a8b7a2; padding: 56px 0 0; font-size: 0.93rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; }
.site-foot h4 {
  color: var(--white); font-size: 0.95rem; letter-spacing: .1em; margin-bottom: 14px;
}
.site-foot a { color: #cbd8c5; }
.site-foot a:hover { color: var(--white); }
.site-foot li { margin-bottom: 7px; }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.foot-brand img { width: 62px; height: 62px; }
.foot-brand b { font-family: 'Oswald', sans-serif; color: var(--white); font-size: 1.16rem; text-transform: uppercase; letter-spacing: .02em; }
.foot-bottom {
  margin-top: 44px; border-top: 1px solid rgba(255,255,255,.13);
  padding: 20px 0 26px; font-size: 0.85rem; color: #8b9a85;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}

/* ---------- sticky mobile call bar ---------- */
.callbar { display: none; }

/* ---------- breadcrumb ---------- */
.crumb { font-size: .85rem; color: var(--stone); padding: 14px 0 0; }
.crumb a { color: var(--stone); }

/* ---------- page header (interior pages) ---------- */
.pagehead { background: var(--forest); color: var(--white); padding: clamp(44px, 6vw, 76px) 0; }
.pagehead h1 { color: var(--white); max-width: 20ch; }
.pagehead p { color: #c6d2c0; max-width: 60ch; margin-top: 0; font-size: 1.06rem; }

/* ==========================================================================
   Responsive
   ========================================================================== */
/* Nav collapses here, not at 860 — the enlarged logo, nav and CTA stop fitting
   on one line below ~1000px and the header wraps to two rows. */
@media (max-width: 1000px) {
  .nav { display: none; }
  .nav.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: 8px 22px 18px; box-shadow: var(--shadow-sm);
  }
  .nav.open a { padding: 13px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav.open a[aria-current="page"] { border-bottom: 1px solid var(--line); }
  .menu-btn { display: block; }
  .site-head .wrap { position: relative; }
}

@media (max-width: 980px) {
  .g4 { grid-template-columns: repeat(2, 1fr); }
  .g3 { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .markband { grid-template-columns: 200px 1fr; }
}

@media (max-width: 860px) {
  /* CTA button drops out here; the sticky call bar below takes over */
  .btn-head { display: none; }
  .split { grid-template-columns: 1fr; }
  .split-photo { order: -1; }
  .offers { grid-template-columns: 1fr; }
  .markband { grid-template-columns: 1fr; text-align: center; }
  .markband img { max-width: 240px; margin: 0 auto; }
  .topbar .wrap { justify-content: center; text-align: center; }
  .tb-trust, .tb-contact { justify-content: center; }

  /* sticky tap-to-call bar — appears exactly where the header CTA disappears */
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    box-shadow: 0 -6px 20px -8px rgba(0,0,0,.45);
  }
  .callbar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 8px; color: var(--white);
    font-family: 'Oswald', sans-serif; text-transform: uppercase;
    letter-spacing: .07em; font-size: 1rem;
  }
  .callbar a:hover { text-decoration: none; }
  .callbar .c-call { background: var(--leaf); }
  .callbar .c-text { background: var(--forest); }
  body { padding-bottom: 56px; }  /* keeps the bar from covering the footer */
}

@media (max-width: 620px) {
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .topbar { font-size: .78rem; }
  .topbar .wrap { justify-content: center; }
  .brand img { width: 54px; height: 54px; }
  .brand-txt b { font-size: 1.12rem; }
  .brand-txt span { font-size: .64rem; letter-spacing: .13em; }
  .site-head .wrap { padding-top: 16px; padding-bottom: 16px; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .hero-inner { padding-top: 38px; padding-bottom: 40px; }
}

@media print {
  .callbar, .menu-btn, .topbar { display: none; }
}

/* ---------- contact page emphasis ----------
   Note: .card p sets a smaller size, so these need the extra class weight. */
.card .contact-big {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem; line-height: 1.15;
  margin: 2px 0 18px;
  color: var(--forest);
}
.card .contact-big a { color: var(--forest); }
.card .contact-big a:hover { color: var(--leaf-dark); }
.card .contact-email { font-size: 1.12rem; word-break: break-word; letter-spacing: .015em; }

/* ---------- leave-a-review CTA under the testimonials ---------- */
.review-cta {
  margin-top: 34px;
  padding: 30px 32px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px 32px; flex-wrap: wrap;
}
.review-cta p { color: var(--ink); max-width: 52ch; font-size: 1rem; }
.review-cta .btn-row { flex: none; }
.sec-cream .review-cta { background: var(--white); }
@media (max-width: 720px) {
  .review-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .review-cta .btn-row { flex-direction: column; }
}
