/* Loyalty Lawn Service and Home Care — palette built around their own "Royal touch"
   branding line (from their existing site copy): deep royal green + gold crown accent. */

:root {
  --green: #0e3d2c;          /* royal green */
  --green-dark: #082821;
  --green-darker: #051712;
  --green-mid: #1c5f45;
  --green-tint: #e7efe9;
  --gold: #c9a144;           /* the "Royal" accent — crown gold */
  --gold-soft: #ddc07a;
  --cream: #f6f2e6;
  --cream-2: #efe8d6;
  --ink: #1a231d;
  --muted: #57655c;
  --line: #ded4b8;
  --white: #ffffff;
  --shadow: 0 1px 2px rgba(8, 40, 33, .05), 0 6px 18px rgba(8, 40, 33, .06);
  --shadow-lg: 0 2px 4px rgba(8, 40, 33, .06), 0 18px 44px rgba(8, 40, 33, .14);
  --serif: Bitter, Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --wrap: 1180px;

  --stripes: repeating-linear-gradient(
    90deg,
    var(--green-dark) 0 28px,
    var(--green) 28px 56px);
}

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

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--green-dark);
  margin: 0 0 .55em;
  font-weight: 700;
  letter-spacing: -.018em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.35rem, 6vw, 4.1rem); line-height: 1.04; font-weight: 800; }
h2 { font-size: clamp(1.85rem, 4vw, 2.85rem); line-height: 1.1; }
h3 { font-size: 1.22rem; line-height: 1.25; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--green); color: #fff; padding: 12px 18px;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ---------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-size: 1rem; font-weight: 700;
  padding: 15px 26px; border-radius: 8px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; transition: .18s ease;
  line-height: 1.2; text-align: center;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.btn-primary {
  background: var(--green); color: #fff;
  box-shadow: 0 2px 0 var(--green-darker), 0 6px 16px rgba(8, 40, 33, .18);
}
.btn-primary:hover { background: var(--green-mid); transform: translateY(-1px); }
.btn-primary:active { transform: translateY(1px); box-shadow: 0 0 0 var(--green-darker); }
.btn-gold {
  background: var(--gold); color: var(--green-darker);
  box-shadow: 0 2px 0 #9c7c2f, 0 6px 18px rgba(0, 0, 0, .25);
}
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-1px); }
.btn-gold:active { transform: translateY(1px); box-shadow: 0 0 0 #9c7c2f; }
.btn-outline { background: transparent; color: var(--green-dark); border-color: var(--green); }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-ghost-light { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .65); }
.btn-ghost-light:hover { background: #fff; color: var(--green-dark); border-color: #fff; }
.btn-block { width: 100%; }

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(8, 40, 33, .04), 0 8px 24px -18px rgba(8, 40, 33, .5);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; min-height: 78px; padding: 10px 20px;
  max-width: var(--wrap); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; min-width: 0; }
.brand .mark {
  width: 50px; height: 50px; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
}
.brand .mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-text { min-width: 0; }
.brand-name {
  font-family: var(--serif); font-weight: 700; font-size: 1.2rem;
  color: var(--green-dark); letter-spacing: .01em; line-height: 1.15;
  white-space: nowrap;
}
.brand-name br.mobile-break { display: none; }
.brand-sub {
  display: block; font-family: var(--sans); font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gold);
}

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  font-size: .96rem; font-weight: 600; color: var(--green-dark);
  text-decoration: none; padding: 10px 13px; border-radius: 6px;
}
.main-nav a:hover { background: rgba(14, 61, 44, .08); }
.main-nav a[aria-current="page"] { color: var(--green-mid); box-shadow: inset 0 -2px 0 var(--gold); }

.header-cta { display: flex; align-items: center; gap: 10px; }
.call-btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--green); color: #fff; text-decoration: none;
  font-weight: 700; font-size: .98rem; padding: 12px 18px; border-radius: 8px;
  white-space: nowrap;
}
.call-btn:hover { background: var(--green-mid); }
.call-btn .ring { width: 18px; height: 18px; animation: ring 2.4s ease-in-out infinite; transform-origin: 50% 10%; }
@keyframes ring {
  0%, 62%, 100% { transform: rotate(0); }
  66% { transform: rotate(-13deg); }
  70% { transform: rotate(11deg); }
  74% { transform: rotate(-9deg); }
  78% { transform: rotate(7deg); }
  82% { transform: rotate(-4deg); }
  86% { transform: rotate(0); }
}

.book-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--green-darker); text-decoration: none;
  font-weight: 700; font-size: .95rem; padding: 12px 17px; border-radius: 8px;
  white-space: nowrap; box-shadow: 0 2px 0 #9c7c2f;
  transition: .18s ease;
}
.book-btn:hover { background: var(--gold-soft); transform: translateY(-1px); }
.book-btn:active { transform: translateY(1px); box-shadow: 0 0 0 #9c7c2f; }
.book-btn svg { width: 17px; height: 17px; flex: 0 0 auto; }

.mobile-book {
  background: var(--gold); color: var(--green-darker) !important;
  font-weight: 700 !important; text-align: center;
}
.mobile-book:hover { background: var(--gold-soft); }

.nav-toggle {
  display: none; background: transparent; border: 2px solid var(--green);
  color: var(--green-dark); border-radius: 8px; padding: 9px 11px; cursor: pointer;
}
.nav-toggle svg { width: 22px; height: 22px; display: block; }

.mobile-nav { display: none; background: var(--cream); border-top: 1px solid var(--line); }
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block; padding: 15px 20px; text-decoration: none;
  color: var(--green-dark); font-weight: 600; border-bottom: 1px solid var(--line);
}
.mobile-nav a:last-child { border-bottom: 0; }

/* ---------------------------------------------------------------- hero */
.hero {
  position: relative; min-height: 860px;
  display: flex; align-items: center;
  background: var(--green-dark) center/cover no-repeat;
  color: #fff;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, .64) 100%),
    linear-gradient(100deg, rgba(5, 23, 18, .88) 0%, rgba(8, 40, 33, .64) 48%, rgba(8, 40, 33, .22) 100%);
}
.hero::before {
  content: ""; position: absolute; z-index: 1;
  left: 0; right: 0; bottom: 0; height: 58px;
  background: var(--stripes);
  border-top: 3px solid var(--gold);
}
.hero .wrap { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 108px; }
.hero-inner { max-width: 720px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .74rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 24px;
}
.eyebrow::before {
  content: ""; flex: 0 0 auto; width: 34px; height: 14px;
  background: repeating-linear-gradient(90deg, currentColor 0 3px, transparent 3px 7px);
}
.hero h1 { color: #fff; margin-bottom: .45em; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.28rem); color: #ecebe4; max-width: 620px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; margin: 0; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 9px; font-size: .95rem; font-weight: 600; color: #dfdcd0; }
.hero-trust svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; }

.page-hero {
  position: relative; min-height: 320px; display: flex; align-items: center;
  background: var(--green-dark) center/cover no-repeat; color: #fff;
  text-align: center;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 23, 18, .84), rgba(8, 40, 33, .8));
}
.page-hero::before {
  content: ""; position: absolute; z-index: 1;
  left: 0; right: 0; bottom: 0; height: 34px;
  background: var(--stripes);
  border-top: 3px solid var(--gold);
}
.page-hero .wrap { position: relative; z-index: 2; padding: 66px 20px 82px; }
.page-hero h1 { color: #fff; margin-bottom: .3em; }
.page-hero p { color: #e3ded0; max-width: 640px; margin: 0 auto; font-size: 1.08rem; }
.crumbs { font-size: .85rem; color: #c9c2a9; margin-bottom: 14px; }
.crumbs a { color: #e0dac4; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ---------------------------------------------------------------- sections */
.section { padding: 78px 0; }
.section-sm { padding: 56px 0; }
.bg-white { background: var(--white); }
.bg-cream { background: var(--cream); }
.bg-cream2 { background: var(--cream-2); }
.bg-cream, .bg-cream2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
}
.bg-green { background: var(--green); color: #fff; }
.bg-green h2, .bg-green h3 { color: #fff; }
.bg-green .trust-card h3,
.bg-green .review-card h3,
.bg-green .form-card h3,
.bg-green .form-success h3 { color: var(--green-dark); }

.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.bg-green .section-head p { color: #d4dfd8; }
.kicker {
  display: inline-flex; align-items: center; gap: 11px;
  font-size: .74rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--green-mid); margin-bottom: 15px;
}
.kicker::before {
  content: ""; flex: 0 0 auto; width: 27px; height: 13px;
  background: repeating-linear-gradient(90deg, currentColor 0 3px, transparent 3px 7px);
}
.bg-green .kicker { color: var(--gold); }

/* ---------------------------------------------------------------- trust strip */
.trust-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
.trust-card {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 30px 26px; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.trust-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.trust-card .ic {
  width: 48px; height: 48px; border-radius: 12px; background: var(--green-tint);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.trust-card .ic svg { width: 24px; height: 24px; color: var(--green); }
.trust-card h3 { font-size: 1.12rem; margin-bottom: .35em; }
.trust-card p { font-size: .96rem; color: var(--muted); margin: 0; }

/* ---------------------------------------------------------------- services */
.services-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1040px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .services-grid { grid-template-columns: 1fr; } }
.service-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: var(--shadow); transition: .2s ease; text-decoration: none; color: inherit;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.service-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.service-card .shot { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-2); }
.service-card .shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2, .7, .3, 1); }
.service-card:hover .shot img { transform: scale(1.06); }
.service-card .shot::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px;
  background: repeating-linear-gradient(90deg, var(--green) 0 12px, var(--gold) 12px 24px);
}
.service-card .body { padding: 24px; flex: 1 1 auto; }
.service-card h3 { margin-bottom: .4em; }
.service-card p { font-size: .97rem; color: var(--muted); margin: 0; }
.service-card .more {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  font-size: .9rem; font-weight: 700; color: var(--green-mid); letter-spacing: .01em;
}
.service-card .more svg { width: 15px; height: 15px; transition: transform .22s cubic-bezier(.2, .7, .3, 1); }
.service-card:hover .more svg { transform: translateX(5px); }

/* ---------------------------------------------------------------- split rows */
.split { display: grid; gap: 48px; align-items: center; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.split-media img {
  border-radius: 14px; box-shadow: var(--shadow-lg); width: 100%;
  aspect-ratio: 4 / 3; object-fit: cover; display: block;
}
.split-media.logo-feature {
  display: flex; align-items: center; justify-content: center;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3; padding: 20px;
}
.split-media.logo-feature img {
  width: 92%; max-width: 420px; height: auto; aspect-ratio: auto;
  object-fit: contain; box-shadow: none; border-radius: 0;
}
.split h2 { margin-bottom: .5em; }
.tick-list { list-style: none; padding: 0; margin: 0 0 26px; }
.tick-list li { display: flex; gap: 12px; align-items: flex-start; padding: 8px 0; font-size: 1rem; }
.tick-list svg { width: 20px; height: 20px; color: var(--green-mid); flex: 0 0 auto; margin-top: 3px; }
.bg-green .tick-list svg { color: var(--gold); }

.svc-block { position: relative; padding: 68px 0; }
.svc-block + .svc-block::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: repeating-linear-gradient(90deg, var(--green) 0 13px, transparent 13px 26px);
  opacity: .3;
}
.svc-block .split-media { order: 2; }
.svc-block.flip .split-media { order: 0; }

/* ---------------------------------------------------------------- reviews */
.stars { display: inline-flex; gap: 4px; margin-bottom: 10px; }
.stars svg { width: 26px; height: 26px; color: #f2b632; }
.reviews-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.review-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 28px; box-shadow: var(--shadow);
}
.review-card .stars svg { width: 17px; height: 17px; }
.review-card .stars { margin-bottom: 14px; }
.review-card blockquote { margin: 0 0 18px; font-size: 1.02rem; color: var(--ink); font-style: italic; }
.review-card .who { display: flex; align-items: center; gap: 12px; }
.review-card .av {
  width: 40px; height: 40px; border-radius: 50%; background: var(--green-tint);
  color: var(--green); font-weight: 700; display: flex; align-items: center;
  justify-content: center; font-size: .95rem; flex: 0 0 auto;
}
.review-card .who b { display: block; font-size: .96rem; }
.review-card .who span { display: block; font-size: .82rem; color: var(--muted); }

.review-inline {
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: 12px; padding: 26px 28px; box-shadow: var(--shadow);
  max-width: 780px; margin: 0 auto;
}
.bg-green .review-inline { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .2); border-left-color: var(--gold); }
.review-inline blockquote { margin: 0 0 12px; font-size: 1.1rem; font-style: italic; }
.review-inline .meta { font-size: .88rem; color: var(--muted); }
.bg-green .review-inline .meta { color: #d4dfd8; }

/* ---------------------------------------------------------------- gallery */
.gallery-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)); }
.gallery-grid.preview { grid-template-columns: repeat(2, 1fr); }
.gallery-grid button {
  padding: 0; border: 0; background: var(--cream-2); cursor: pointer;
  border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; display: block;
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-grid button:hover img { transform: scale(1.05); }
.gallery-grid button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.lightbox {
  position: fixed; inset: 0; z-index: 120; display: none;
  background: rgba(5, 23, 18, .94); padding: 20px;
  align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 84vh; border-radius: 10px; }
.lightbox .lb-close, .lightbox .lb-prev, .lightbox .lb-next {
  position: absolute; background: rgba(255, 255, 255, .14); color: #fff;
  border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%;
  width: 48px; height: 48px; font-size: 1.4rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}
.lightbox .lb-close { top: 18px; right: 18px; }
.lightbox .lb-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 14px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-count { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; color: #d4dfd8; font-size: .9rem; }

/* ---------------------------------------------------------------- forms */
.form-card { background: var(--white); border-radius: 16px; padding: 34px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .9rem; font-weight: 700; color: var(--green-dark); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 16px; color: var(--ink);
  padding: 13px 15px; border: 1px solid #cfc4a0; border-radius: 8px;
  background: #fdfcf6; -webkit-appearance: none;
}
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(28, 95, 69, .16); }
.char-counter { font-size: .78rem; color: var(--muted); text-align: right; margin-top: 4px; }
.form-note { font-size: .86rem; color: var(--muted); margin: 14px 0 0; }
.form-error {
  display: none; margin: 0 0 16px; padding: 12px 15px; border-radius: 8px;
  background: #fdecec; border: 1px solid #f0bcbc; color: #8c2020; font-size: .92rem;
}
.form-error.show { display: block; }
.form-success { display: none; text-align: center; padding: 12px 0; }
.form-success.show { display: block; }
.form-success .tick {
  width: 62px; height: 62px; border-radius: 50%; background: var(--green-tint);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.form-success .tick svg { width: 32px; height: 32px; color: var(--green-mid); }
.form-success h3 { margin-bottom: .4em; }
.form-success p { color: var(--muted); margin-bottom: 1em; }

.contact-grid { display: grid; gap: 44px; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.bg-white .info-list li, .bg-cream .info-list li, .bg-cream2 .info-list li { border-bottom-color: var(--line); }
.info-list li:last-child { border-bottom: 0; }
.info-list .ic {
  width: 44px; height: 44px; border-radius: 10px; flex: 0 0 auto;
  background: rgba(255, 255, 255, .12); display: flex; align-items: center; justify-content: center;
}
.bg-white .info-list .ic, .bg-cream .info-list .ic, .bg-cream2 .info-list .ic { background: var(--green-tint); }
.info-list .ic svg { width: 21px; height: 21px; color: var(--gold); }
.bg-white .info-list .ic svg, .bg-cream .info-list .ic svg, .bg-cream2 .info-list .ic svg { color: var(--green); }
.info-list b { display: block; font-size: .95rem; margin-bottom: 2px; }
.info-list a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .4); }
.bg-white .info-list a, .bg-cream .info-list a, .bg-cream2 .info-list a { border-bottom-color: var(--line); }
.info-list a:hover { border-bottom-color: currentColor; }
.info-list span.small { font-size: .88rem; opacity: .82; }

.map-frame { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); background: var(--cream-2); }
.map-frame iframe { display: block; width: 100%; height: 340px; border: 0; }

/* ---------------------------------------------------------------- cta band */
.cta-band { text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d4dfd8; max-width: 620px; margin: 0 auto 28px; font-size: 1.08rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------------------------------------------------------------- footer */
.site-footer { position: relative; background: var(--green-darker); color: #c7d1c8; padding: 66px 0 0; }
.site-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: repeating-linear-gradient(90deg, var(--green-mid) 0 18px, var(--gold) 18px 36px);
}
.footer-grid { display: grid; gap: 40px; padding-bottom: 44px; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; }
.site-footer h4 {
  color: #fff; font-family: var(--sans); font-size: .82rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; margin: 0 0 18px;
}
.site-footer p { font-size: .95rem; line-height: 1.7; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; font-size: .95rem; }
.site-footer a { color: #c7d1c8; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-brand .mark {
  width: 58px; height: 58px; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
}
.footer-brand .mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.footer-brand .n { font-family: var(--serif); font-size: 1.16rem; color: #fff; font-weight: 700; line-height: 1.15; }
.fb-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; font-weight: 600; }
.fb-link svg { width: 19px; height: 19px; }

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: 20px 0 26px;
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center; justify-content: space-between;
  font-size: .86rem;
}
.built-by { margin-left: auto; color: rgba(255,255,255,.55); font-size: .8rem; }
.built-by a { color: rgba(255,255,255,.7); text-decoration: underline; }

/* ---------------------------------------------------------------- chat widget */
.chat-fab { position: fixed; right: 20px; bottom: 20px; z-index: 95; }
.chat-toggle {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 66px; height: 66px; border-radius: 50%; cursor: pointer;
  border: 4px solid var(--gold); background: var(--green); padding: 0;
  box-shadow: 0 8px 24px rgba(5, 23, 18, .34); overflow: hidden;
}
.chat-toggle img.crown { width: 100%; height: 100%; object-fit: cover; display: block; }
.chat-toggle .x { display: none; color: #fff; font-size: 1.9rem; line-height: 1; font-weight: 300; }
.chat-toggle.open .crown { display: none; }
.chat-toggle.open .x { display: block; }
.chat-status {
  position: absolute; right: -3px; bottom: -3px; z-index: 1;
  width: 17px; height: 17px; border-radius: 50%;
  background: #3ecf5e; border: 3px solid #fff;
  box-shadow: 0 1px 3px rgba(5, 23, 18, .3);
}
.chat-toggle.open ~ .chat-status { display: none; }
.chat-bubble {
  position: fixed; right: 96px; bottom: 34px; z-index: 94;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 10px 15px; font-size: .9rem; font-weight: 600; color: var(--green-dark);
  box-shadow: var(--shadow-lg); max-width: 200px;
}
.chat-bubble.hide { display: none; }

.chat-panel {
  position: fixed; right: 20px; bottom: 96px; z-index: 96;
  width: min(370px, calc(100vw - 32px));
  max-height: calc(100vh - 130px); overflow-y: auto;
  background: #fff; border-radius: 16px; box-shadow: 0 20px 60px rgba(5, 23, 18, .34);
  display: none;
}
.chat-panel.open { display: block; }
.chat-head { background: var(--green); color: #fff; padding: 18px 20px; border-radius: 16px 16px 0 0; display: flex; gap: 13px; align-items: center; }
.chat-head .mark {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .5);
}
.chat-head .mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.chat-head b { display: block; font-size: 1rem; }
.chat-head span { font-size: .8rem; color: #d4dfd8; }
.chat-body { padding: 20px; }
.chat-msg { background: var(--cream); border-radius: 12px; padding: 14px 16px; font-size: .93rem; color: var(--ink); margin-bottom: 18px; }
.chat-body .field { margin-bottom: 13px; }
.chat-body .field label { font-size: .82rem; margin-bottom: 5px; }
.chat-body .field input, .chat-body .field textarea { padding: 11px 13px; }
.chat-body .field textarea { min-height: 74px; }

/* -------------------------------------------------------- responsive heroes */
.hero, .page-hero { background-image: var(--hero); }
@media (max-width: 760px) {
  .hero, .page-hero { background-image: var(--hero-sm, var(--hero)); }
}

/* ------------------------------------------------------------ mobile polish */
html { -webkit-tap-highlight-color: rgba(14, 61, 44, .12); }
.chat-panel { max-height: calc(100dvh - 130px); }
@supports (padding: env(safe-area-inset-bottom)) {
  .chat-fab { bottom: calc(20px + env(safe-area-inset-bottom)); }
  .chat-panel { bottom: calc(96px + env(safe-area-inset-bottom)); }
}
@media (max-height: 560px) and (orientation: landscape) {
  .hero { min-height: 440px; }
  .page-hero { min-height: 240px; }
  .hero .wrap { padding-top: 34px; padding-bottom: 56px; }
}

/* ---------------------------------------------------------------- responsive */
@media (max-width: 1040px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .book-btn { display: none; }
  .call-btn .num { display: none; }
  .call-btn { padding: 12px 15px; }
  .hero { min-height: 620px; }
  .section { padding: 58px 0; }
  .svc-block .split-media, .svc-block.flip .split-media { order: 0; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .header-inner { min-height: 68px; padding: 9px 16px; gap: 10px; }
  .brand .mark { width: 40px; height: 40px; }
  .brand-name { font-size: 1.02rem; }
  .brand-name br.mobile-break { display: block; }
  .wrap { padding: 0 16px; }
  .hero { min-height: 540px; }
  .hero .wrap { padding-top: 48px; padding-bottom: 76px; }
  .hero::before { height: 38px; }
  .page-hero::before { height: 22px; }
  .hero-actions .btn { width: 100%; }
  .form-card { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bar { justify-content: flex-start; }
  .built-by { margin-left: 0; }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr)); gap: 10px; }
  .chat-bubble { display: none; }
  .page-hero { min-height: 250px; }
  .page-hero .wrap { padding: 48px 16px; }
  .site-footer li { margin-bottom: 2px; }
  .site-footer li a { display: inline-block; padding: 8px 0; }
}

@media (max-width: 360px) {
  .brand-name { font-size: .94rem; }
  .call-btn { padding: 11px 13px; }
  .chat-fab { right: 14px; bottom: 14px; }
  .chat-toggle { width: 58px; height: 58px; }
  .chat-status { width: 15px; height: 15px; right: -2px; bottom: -2px; }
  .chat-panel { right: 12px; bottom: 82px; width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .service-card:hover, .trust-card:hover, .service-card:hover .shot img { transform: none; }
  .call-btn .ring { animation: none; }
}
