:root {
  --bg: #f3faf0;
  --ink: #102214;
  --muted: #3d5a45;
  --kelly: #14A84C;
  --kelly-dark: #10863C;
  --kelly-deep: #0C6B30;
  --card: #ffffff;
  --accent: #14A84C;
  --accent-ink: #ffffff;
  --line: #cfe9c0;
  --shadow: 0 12px 40px rgba(12, 107, 48, 0.12);
  --radius: 18px;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: #f3faf0;
  font-family: var(--font);
  color: var(--ink);
  /* scroll attachment — fixed backgrounds can blank/white-out some mobile Safari paints */
  background:
    linear-gradient(180deg, rgba(243,250,240,0.92), rgba(243,250,240,0.97)),
    url("images/office-clean.jpg?v=197eb9ca") center top / cover scroll;
  line-height: 1.55;
  padding-bottom: 1.5rem;
}
a { color: var(--kelly-deep); }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem 1rem; z-index: 9; }
.wrap { width: min(960px, calc(100% - 2rem)); margin-inline: auto; }
.site-header {
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(20,168,76,0.95), rgba(16,134,60,0.92));
  box-shadow: 0 8px 24px rgba(12,107,48,0.25);
}
.brand-bar {
  display: flex; flex-wrap: wrap; gap: 1rem 1.5rem;
  align-items: center; justify-content: space-between;
}
.wordmark { line-height: 1.05; }
.brand-title {
  margin: 0; font-weight: 800; font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  letter-spacing: -0.01em; line-height: 1.15; color: #fff;
}
.brand-name { color: #ffffff; }
.brand-abq { color: #14A84C; background: #ffffff; padding: .12rem .45rem; border-radius: 8px; letter-spacing: 0.04em; }
.tag { margin: .35rem 0 0; color: rgba(255,255,255,0.9); font-size: .88rem; }
.nav { display: flex; gap: .75rem; align-items: center; flex-wrap: wrap; }
.nav > a:not(.btn) { text-decoration: none; color: #fff; font-weight: 600; font-size: .95rem; }
.btn {
  display: inline-block; background: var(--kelly); color: var(--accent-ink) !important;
  text-decoration: none; padding: .7rem 1.15rem; border-radius: 999px; font-weight: 700;
  box-shadow: var(--shadow); border: 2px solid transparent;
}
.btn:hover { background: var(--kelly-dark); }
.btn-sm {
  padding: .55rem .95rem; font-size: .9rem;
  background: #fff; color: var(--kelly-deep) !important;
}
.btn-sm:hover { background: #f0ffe8; }
.btn-lg { padding: .9rem 1.35rem; font-size: 1.05rem; background: var(--kelly); }
.btn.ghost {
  background: rgba(255,255,255,0.92); color: var(--kelly-deep) !important;
  border: 1.5px solid var(--kelly); box-shadow: none;
}
.hero {
  position: relative;
  padding: 3.25rem 0 2.5rem;
  margin: 0;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(16,34,20,0.72) 0%, rgba(12,107,48,0.45) 55%, rgba(16,34,20,0.35) 100%),
    url("images/office-hero.jpg?v=197eb9ca") center / cover no-repeat;
  z-index: 0;
}
.hero .wrap-inner { position: relative; z-index: 1; width: min(960px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; color: #d8ffb8; font-weight: 700; margin: 0 0 .6rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.15; margin: 0 0 1rem; max-width: 18ch; color: #fff; }
.lead { font-size: 1.12rem; color: rgba(255,255,255,0.92); max-width: 54ch; margin: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.cta-hint { margin: .85rem 0 0; color: #eaffd8; font-size: .95rem; font-weight: 600; }
.section {
  padding: 2.4rem 0;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(2px);
}
.section + .section { border-top: 1px solid var(--line); }
.section h2 { margin: 0 0 .7rem; font-size: 1.7rem; color: var(--kelly-deep); }
.grid {
  list-style: none; padding: 0; margin: 1.2rem 0;
  display: grid; gap: .85rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid li {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1rem 1.1rem; box-shadow: var(--shadow);
}
.highlights li { border-color: #9fd97a; background: #f3fbea; }
.callout {
  background: #e8f8dc; border: 1px solid #9fd97a; border-radius: var(--radius);
  padding: 1.1rem 1.25rem; margin-top: 1rem;
}
.callout.muted {
  /* solid soft card — no photo (office-desk.jpg reserved for .photo-strip only) */
  background: #f0f7eb;
  border-color: var(--line);
}
.callout h3 { margin: 0 0 .4rem; font-size: 1.05rem; color: var(--kelly-deep); }
.photo-strip {
  height: 160px; margin: 0;
  background: url("images/office-desk.jpg?v=197eb9ca") center / cover no-repeat;
  border-top: 4px solid var(--kelly);
  border-bottom: 4px solid var(--kelly);
}
.contact dl { display: grid; grid-template-columns: 7rem 1fr; gap: .45rem 1rem; margin-top: 1.5rem; }
.contact dt { color: var(--muted); font-weight: 600; }
.contact dd { margin: 0; }
.fine { color: var(--muted); font-size: .9rem; }
.site-footer {
  border-top: 4px solid var(--kelly);
  margin-top: 0; padding: 1.5rem 0 2.5rem;
  color: rgba(255,255,255,0.9);
  background: linear-gradient(180deg, var(--kelly-dark), var(--kelly-deep));
}
.site-footer a { color: #eaffd8; }
@media (max-width: 720px) {
  .nav > a:not(.btn) { display: none; }
  .contact dl { grid-template-columns: 1fr; gap: .15rem; }
  .contact dt { margin-top: .6rem; }
  .hero h1 { max-width: none; }
  body { background-attachment: scroll; }
}
@media (min-width: 721px) {
  body { padding-bottom: 0; }
}


.video-grid {
  display: grid;
  gap: 1.25rem;
  margin: 1.25rem auto 0.75rem;
  max-width: 560px;
  width: 100%;
}
@media (min-width: 720px) {
  .video-grid { grid-template-columns: 1fr; }
}
.video-card { margin: 0; }
.video-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #0c6b30;
  box-shadow: var(--shadow);
}
.video-frame iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
  background: #0c6b30;
}
.video-card figcaption {
  margin-top: .65rem;
  color: var(--muted);
  font-size: .95rem;
}
.fine-note {
  margin-top: 1rem;
  font-size: .85rem;
  color: var(--muted);
}

.process-cta {
  display: flex;
  justify-content: center;
  margin: 0.9rem 0 0.35rem;
}
.process-cta .btn {
  min-width: 9.5rem;
  text-align: center;
}
.video-review {
  margin: 0.85rem 0 0;
  padding: 0.9rem 1.1rem;
  background: #f0f7eb;
  border-left: 4px solid var(--kelly);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--ink);
  font-size: 0.98rem;
}
.video-review cite {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 600;
}
