/* =========================================================================
   LIBERTY LANDWORKS · design system
   Veteran-owned land management · South Georgia
   Palette: ink #0D0D0D · charcoal #2B2B2B · olive #556B2F · tan #C4A65A · bone #F2F2F2
   Type: Oswald (display) · Montserrat (body)
   ========================================================================= */

:root {
  --ink:      #0D0D0D;
  --ink-2:    #141414;
  --charcoal: #2B2B2B;
  --olive:    #556B2F;
  --olive-d:  #3d4f21;
  --olive-deep:#2c3a18;
  --tan:      #C4A65A;
  --tan-d:    #a98a3f;
  --bone:     #F2F2F2;
  --bone-2:   #e7e6e0;
  --muted:    #8d8d86;

  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Montserrat', system-ui, sans-serif;

  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --skew: -7deg;               /* echoes the forward slant of the L7 mark */
  --shadow: 0 24px 60px -24px rgba(0,0,0,.55);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bone);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 3px solid var(--tan); outline-offset: 3px; }

/* ---------- type ---------- */
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.02; text-transform: uppercase; letter-spacing: .01em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4.6vw, 3.6rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); }
p { font-size: clamp(1rem, 1.05vw, 1.075rem); }

.display { font-family: var(--font-display); }
.eyebrow {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: .82rem;
  color: var(--tan);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 2px;
  background: var(--tan);
  display: inline-block;
}
.eyebrow.center::after {
  content: "";
  width: 34px; height: 2px;
  background: var(--tan);
  display: inline-block;
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 132px); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 84px); }
.bg-ink { background: var(--ink); color: var(--bone); }
.bg-charcoal { background: var(--charcoal); color: var(--bone); }
.bg-olive { background: var(--olive-deep); color: var(--bone); }
.bg-bone2 { background: var(--bone-2); }
.text-center { text-align: center; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.25rem); color: #4a4a44; max-width: 60ch; }
.bg-ink .lead, .bg-olive .lead, .bg-charcoal .lead { color: #cfcfc7; }

/* star + double-rule divider (mirrors the wordmark underline) */
.rule-star { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 22px 0; }
.rule-star span { height: 2px; width: clamp(40px, 12vw, 120px); background: var(--tan); display: block; }
.rule-star span:first-child { background: linear-gradient(90deg, transparent, var(--tan)); }
.rule-star span:last-child  { background: linear-gradient(90deg, var(--tan), transparent); }
.star { width: 16px; height: 16px; flex: none; color: var(--tan); }
.star svg { width: 100%; height: 100%; display: block; fill: currentColor; }

.section-head { max-width: 64ch; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 + p { margin-top: 18px; }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--tan); --fg: var(--ink);
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .08em; font-size: .95rem;
  padding: 15px 30px;
  background: var(--bg); color: var(--fg);
  border: 2px solid var(--bg);
  transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); /* slanted edges */
}
.btn:hover { transform: translateY(-3px); }
.btn .arw { transition: transform .25s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }
.btn--ghost { --bg: transparent; --fg: var(--bone); border-color: rgba(242,242,242,.5); }
.btn--ghost:hover { --bg: var(--bone); --fg: var(--ink); border-color: var(--bone); }
.btn--olive { --bg: var(--olive); --fg: #fff; }
.btn--dark { --bg: var(--ink); --fg: var(--bone); }
.btn--lg { padding: 18px 38px; font-size: 1.05rem; }
.btn--block { display: flex; justify-content: center; width: 100%; }

.link-arw {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .1em; font-size: .85rem; color: var(--tan);
  display: inline-flex; align-items: center; gap: .5em;
}
.link-arw .arw { transition: transform .25s var(--ease); }
.link-arw:hover .arw { transform: translateX(5px); }

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .35s var(--ease), box-shadow .35s, padding .35s;
  padding-block: 18px;
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 46px; width: auto; transition: height .35s var(--ease); }
.brand .logo-dark { display: none; }
.brand .logo-light { display: block; }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.nav a {
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: .12em; font-size: .92rem; color: var(--bone);
  position: relative; padding-block: 6px; transition: color .2s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--tan); transition: width .28s var(--ease);
}
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: var(--tan); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone {
  font-family: var(--font-display); font-weight: 600; letter-spacing: .04em;
  color: var(--bone); display: inline-flex; align-items: center; gap: .5em; font-size: .98rem;
}
.header-phone .star { width: 13px; height: 13px; }

/* scrolled / solid state */
.site-header.is-solid { background: rgba(13,13,13,.96); box-shadow: 0 10px 30px -16px rgba(0,0,0,.7); padding-block: 12px; backdrop-filter: blur(6px); }
.site-header.is-solid .brand img { height: 40px; }

/* on light-hero pages the header starts solid */
.site-header.solid-always { background: rgba(13,13,13,.96); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 10px; z-index: 110; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--bone); transition: transform .3s var(--ease), opacity .3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  color: var(--bone); overflow: hidden; padding-top: 90px;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(13,13,13,.92) 0%, rgba(13,13,13,.62) 42%, rgba(44,58,24,.35) 100%),
    linear-gradient(0deg, rgba(13,13,13,.85) 0%, transparent 45%);
}
.hero__inner { position: relative; z-index: 2; max-width: 920px; padding-block: 60px; }
.hero h1 { margin: 18px 0 10px; }
.hero h1 .accent { color: var(--tan); display: block; }
.hero__sub { font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: #d7d7cf; max-width: 56ch; margin-bottom: 34px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero__trust {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  border-top: 1px solid rgba(242,242,242,.14);
  background: rgba(13,13,13,.4); backdrop-filter: blur(3px);
}
.hero__trust ul { display: flex; flex-wrap: wrap; gap: clamp(18px, 4vw, 56px); justify-content: center; padding-block: 18px; }
.hero__trust li { display: flex; align-items: center; gap: .6em; font-family: var(--font-display); font-weight: 500; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; color: #d7d7cf; }
.hero__trust .star { width: 14px; height: 14px; }

/* page hero (inner pages) */
.pagehero { position: relative; padding: clamp(150px, 18vw, 230px) 0 clamp(60px, 7vw, 96px); color: var(--bone); overflow: hidden; }
.pagehero__media { position: absolute; inset: 0; z-index: 0; }
.pagehero__media img { width: 100%; height: 100%; object-fit: cover; }
.pagehero__media::after { content:""; position:absolute; inset:0; background: linear-gradient(100deg, rgba(13,13,13,.93), rgba(13,13,13,.6) 60%, rgba(44,58,24,.4)); }
.pagehero__inner { position: relative; z-index: 2; max-width: 760px; }
.pagehero h1 { margin-top: 16px; font-size: clamp(2.4rem, 6vw, 4.4rem); }
.pagehero p { margin-top: 16px; color: #d7d7cf; max-width: 56ch; }
.crumbs { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--muted); margin-top: 26px; }
.crumbs a:hover { color: var(--tan); }
.crumbs .sep { color: var(--tan); margin-inline: 8px; }

/* =========================================================================
   ANGLED SECTION EDGE
   ========================================================================= */
.edge-top { clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%); margin-top: -3vw; }
.edge-both { clip-path: polygon(0 3vw, 100% 0, 100% calc(100% - 3vw), 0 100%); }

/* =========================================================================
   SERVICES GRID (cards)
   ========================================================================= */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
.svc-card {
  position: relative; background: #fff; border: 1px solid #e2e1da;
  padding: 36px 30px 30px; overflow: hidden; isolation: isolate;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.svc-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: var(--olive); transform: skewX(var(--skew)) translateX(-3px); transform-origin: top;
  transition: background .35s, width .35s;
}
.svc-card::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 120px; height: 120px;
  background: radial-gradient(circle at center, rgba(196,166,90,.16), transparent 70%);
  opacity: 0; transition: opacity .4s; z-index: -1;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: #d2d1c8; }
.svc-card:hover::before { background: var(--tan); width: 7px; }
.svc-card:hover::after { opacity: 1; }
.svc-card__num { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--tan); letter-spacing: .1em; }
.svc-card__icon { width: 48px; height: 48px; color: var(--olive); margin: 6px 0 18px; }
.svc-card__icon svg { width: 100%; height: 100%; }
.svc-card h3 { margin-bottom: 10px; }
.svc-card p { color: #5a5a52; font-size: .98rem; margin-bottom: 18px; }

/* =========================================================================
   STAT BAND
   ========================================================================= */
.why { position: relative; overflow: hidden; }
.why__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(242,242,242,.12); border: 1px solid rgba(242,242,242,.12); }
.stat { background: var(--ink-2); padding: 30px 26px; }
.stat__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: 1; color: var(--tan); }
.stat__num .unit { font-size: .5em; margin-left: 2px; }
.stat__label { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: #cfcfc7; margin-top: 8px; }
.checklist { margin-top: 26px; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; color: #d7d7cf; }
.checklist .star { margin-top: 5px; }

/* =========================================================================
   BEFORE / AFTER SLIDER
   ========================================================================= */
.ba {
  position: relative; aspect-ratio: 16/10; overflow: hidden; user-select: none;
  border: 1px solid #d8d7ce; background: #111; touch-action: pan-y;
}
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba__after { clip-path: inset(0 0 0 50%); }
.ba__tag {
  position: absolute; bottom: 14px; z-index: 3;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem;
  background: rgba(13,13,13,.78); color: var(--bone); padding: 6px 12px;
}
.ba__tag--before { left: 14px; }
.ba__tag--after { right: 14px; background: var(--olive); }
.ba__handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--tan); z-index: 4; transform: translateX(-50%); }
.ba__grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%; background: var(--tan); color: var(--ink);
  display: grid; place-items: center; box-shadow: 0 6px 20px rgba(0,0,0,.4);
}
.ba__grip svg { width: 22px; height: 22px; fill: currentColor; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 5; margin: 0; }

.ba-feature { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px, 5vw, 70px); align-items: center; }

.equip-stack { display: grid; gap: 18px; }
.equip-stack img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border: 1px solid #d8d7ce; background: #111; display: block; }
@media (min-width: 720px) { .equip-stack { grid-template-columns: 1fr 1fr; } }

/* =========================================================================
   SERVICE AREA STRIP
   ========================================================================= */
.area__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,70px); align-items: center; }
.county-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.county-list li {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem;
  border: 1px solid rgba(242,242,242,.22); padding: 8px 14px; color: #d7d7cf;
}
.county-list li .star { width: 10px; height: 10px; display: inline-block; vertical-align: middle; margin-right: 6px; }

/* =========================================================================
   TESTIMONIALS
   ========================================================================= */
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 54px; }
.quote { background: #fff; border: 1px solid #e2e1da; padding: 34px 30px; position: relative; }
.quote__mark { font-family: var(--font-display); font-size: 4rem; line-height: .6; color: var(--tan); opacity: .5; }
.quote p { font-size: 1.02rem; color: #3f3f39; margin: 6px 0 22px; }
.quote__who { display: flex; align-items: center; gap: 12px; }
.quote__av { width: 44px; height: 44px; border-radius: 50%; background: var(--olive); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; }
.quote__name { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .95rem; }
.quote__loc { font-size: .8rem; color: var(--muted); }
.stars { display: flex; gap: 3px; color: var(--tan); margin-bottom: 4px; }
.stars .star { width: 15px; height: 15px; }

/* =========================================================================
   CTA BANNER
   ========================================================================= */
.cta-band { position: relative; overflow: hidden; color: var(--bone); text-align: center; }
.cta-band__media { position: absolute; inset: 0; z-index: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__media::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(13,13,13,.9), rgba(44,58,24,.82)); }
.cta-band__inner { position: relative; z-index: 2; max-width: 720px; margin-inline: auto; }
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { color: #e4e4dc; margin-bottom: 30px; }
.cta-band .hero__actions { justify-content: center; }

/* =========================================================================
   SERVICES PAGE · alternating blocks
   ========================================================================= */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,72px); align-items: center; }
.svc-row + .svc-row { margin-top: clamp(54px, 7vw, 96px); }
.svc-row__media { position: relative; }
.svc-row__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid #d8d7ce; }
.svc-row__media .badge {
  position: absolute; bottom: -14px; left: -14px; background: var(--olive); color: #fff;
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  padding: 12px 18px; font-size: .8rem; box-shadow: var(--shadow);
}
.svc-row:nth-child(even) .svc-row__media { order: 2; }
.svc-row:nth-child(even) .svc-row__media .badge { left: auto; right: -14px; }
.svc-row h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 14px 0 14px; }
.feat-list { display: grid; gap: 12px; margin: 22px 0 28px; }
.feat-list li { display: flex; gap: 12px; align-items: flex-start; color: #4a4a44; }
.feat-list .star { margin-top: 5px; flex: none; }
.bg-ink .feat-list li { color: #cfcfc7; }

/* process steps */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 54px; counter-reset: step; }
.step { position: relative; padding: 30px 26px; background: var(--ink-2); border: 1px solid rgba(242,242,242,.12); }
.step__n { font-family: var(--font-display); font-weight: 700; font-size: 3rem; line-height: 1; color: rgba(196,166,90,.35); }
.step h4 { margin: 6px 0 8px; color: var(--bone); }
.step p { color: #cfcfc7; font-size: .95rem; }
.step::after { content:""; position:absolute; top: 46px; right: -13px; width: 26px; height: 2px; background: var(--tan); }
.step:last-child::after { display: none; }

/* =========================================================================
   ABOUT PAGE
   ========================================================================= */
.about-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(34px,5vw,72px); align-items: center; }
.about-split__media { position: relative; }
.about-split__media img { width: 100%; aspect-ratio: 5/6; object-fit: cover; }
.about-split__media .frame { position: absolute; inset: 18px -18px -18px 18px; border: 2px solid var(--tan); z-index: -1; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 54px; }
.value { background: #fff; border: 1px solid #e2e1da; padding: 34px 28px; text-align: center; }
.value__icon { width: 54px; height: 54px; margin: 0 auto 16px; color: var(--olive); }
.value__icon svg { width: 100%; height: 100%; }
.value h3 { margin-bottom: 10px; }
.value p { color: #5a5a52; font-size: .96rem; }
.mission-quote { font-family: var(--font-display); font-weight: 500; text-transform: uppercase; line-height: 1.25; font-size: clamp(1.5rem, 3.4vw, 2.6rem); letter-spacing: .01em; max-width: 22ch; }
.mission-quote .accent { color: var(--tan); }

/* =========================================================================
   GALLERY PAGE
   ========================================================================= */
.ba-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.ba-grid .ba { aspect-ratio: 16/11; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 220px; gap: 16px; margin-top: 24px; }
.gallery-grid figure { position: relative; overflow: hidden; border: 1px solid #d8d7ce; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px;
  background: linear-gradient(0deg, rgba(13,13,13,.85), transparent);
  color: var(--bone); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem;
  transform: translateY(8px); opacity: 0; transition: .35s var(--ease);
}
.gallery-grid figure:hover figcaption { transform: translateY(0); opacity: 1; }
.gallery-grid .tall { grid-row: span 2; }
.gallery-grid .wide { grid-column: span 2; }

/* =========================================================================
   CONTACT PAGE
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(34px,5vw,64px); align-items: start; }
.form-card { background: #fff; border: 1px solid #e2e1da; padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow); }
.field { margin-bottom: 20px; }
.field label { display: block; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--charcoal); margin-bottom: 8px; }
.field .req { color: var(--olive); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid #cdccc3; background: #fbfbf9; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--olive); box-shadow: 0 0 0 3px rgba(85,107,47,.14); }
.field textarea { resize: vertical; min-height: 120px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b0402f; background: #fdf4f2; }
.field__err { display: none; color: #b0402f; font-size: .82rem; margin-top: 6px; font-weight: 500; }
.field.invalid .field__err { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success.show { display: block; }
.form-success .star { width: 46px; height: 46px; margin: 0 auto 14px; color: var(--olive); }
.form-success h3 { margin-bottom: 8px; }

.info-card { background: var(--ink); color: var(--bone); padding: clamp(28px,4vw,40px); }
.info-card h3 { margin-bottom: 6px; }
.info-list { margin-top: 22px; display: grid; gap: 22px; }
.info-list li { display: flex; gap: 16px; align-items: flex-start; }
.info-list .ic { width: 38px; height: 38px; flex: none; color: var(--tan); border: 1px solid rgba(196,166,90,.4); display: grid; place-items: center; }
.info-list .ic svg { width: 18px; height: 18px; fill: currentColor; }
.info-list .k { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; color: var(--muted); }
.info-list .v { font-size: 1.05rem; color: var(--bone); font-weight: 500; }
.info-list .v a:hover { color: var(--tan); }
.hours-card { margin-top: 18px; border: 1px solid #e2e1da; background: var(--bone-2); padding: 26px 28px; }
.hours-card .row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed #c9c8bd; font-size: .95rem; }
.hours-card .row:last-child { border-bottom: none; }
.hours-card .row span:first-child { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; }
.map-embed { margin-top: 24px; aspect-ratio: 16/8; border: 1px solid #d8d7ce; background:
  repeating-linear-gradient(45deg, #e7e6e0, #e7e6e0 18px, #e2e1da 18px, #e2e1da 36px);
  display: grid; place-items: center; text-align: center; color: var(--muted); padding: 20px;
}
.map-embed .star { width: 30px; height: 30px; color: var(--olive); margin: 0 auto 10px; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--ink); color: #b9b9b1; padding-top: clamp(56px, 7vw, 84px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer-brand img { height: 64px; margin-bottom: 20px; }
.footer-brand p { font-size: .94rem; max-width: 38ch; }
.footer-col h4 { color: var(--bone); font-size: 1.05rem; margin-bottom: 18px; letter-spacing: .08em; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: .94rem; transition: color .2s; }
.footer-col a:hover { color: var(--tan); }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; font-size: .94rem; }
.footer-contact .star { width: 13px; height: 13px; color: var(--tan); margin-top: 5px; flex: none; }
.vet-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(196,166,90,.4); padding: 10px 16px; margin-top: 18px; }
.vet-badge .star { width: 18px; height: 18px; color: var(--tan); }
.vet-badge span { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; color: var(--bone); }
.footer-bottom { border-top: 1px solid rgba(242,242,242,.1); padding-block: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: .82rem; }
.footer-bottom .socials { display: flex; gap: 12px; }
.footer-bottom .socials a { width: 36px; height: 36px; border: 1px solid rgba(242,242,242,.18); display: grid; place-items: center; transition: .25s; }
.footer-bottom .socials a:hover { border-color: var(--tan); color: var(--tan); }
.footer-bottom .socials svg { width: 16px; height: 16px; fill: currentColor; }

/* =========================================================================
   SCROLL REVEAL
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1080px) {
  .why__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 920px) {
  .nav, .header-cta .header-phone { display: none; }
  .nav-toggle { display: flex; }
  .site-header__inner { position: relative; }
  /* mobile drawer */
  .nav.is-drawer {
    display: flex; position: fixed; inset: 0 0 0 auto; width: min(82vw, 360px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px;
    background: var(--ink); padding: 90px 40px 40px; z-index: 105;
    transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow);
  }
  .nav.is-drawer.open { transform: translateX(0); }
  .nav.is-drawer a { font-size: 1.5rem; padding-block: 10px; }
  .nav.is-drawer .btn { margin-top: 18px; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.5); opacity: 0; visibility: hidden; transition: .3s; z-index: 104; }
  .nav-backdrop.show { opacity: 1; visibility: visible; }

  .svc-grid, .quotes, .values, .steps { grid-template-columns: repeat(2,1fr); }
  .ba-feature, .area__grid, .svc-row, .about-split, .contact-grid, .cta-grid { grid-template-columns: 1fr; }
  .svc-row:nth-child(even) .svc-row__media { order: 0; }
  .ba-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .about-split__media .frame { inset: 12px -12px -12px 12px; }
}
@media (max-width: 560px) {
  :root { --gutter: 20px; }
  .svc-grid, .quotes, .values, .steps, .stats, .gallery-grid, .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 200px; }
  .gallery-grid .wide { grid-column: auto; }
  .gallery-grid .tall { grid-row: auto; }
  .hero { min-height: 92svh; }
  .hero__trust { position: static; background: var(--ink); }
  .step::after { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; justify-content: center; }
  .hero__actions .btn, .cta-band .btn { width: 100%; }
}

/* The Instant Pricing calculator has its own stylesheet:
   assets/css/instant-pricing.css (loaded only on instant-pricing.html). */
