:root {
  --jdos-green: #086233;
  --jdos-green-2: #06391f;
  --jdos-sage: #e5f1e8;
  --jdos-ice: #dceffb;
  --jdos-ice-2: #75b7e5;
  --jdos-brown: #8a6842;
  --jdos-charcoal: #1e252f;
  --jdos-cream: #f7f8f3;
  --jdos-white: #ffffff;
  --jdos-line: #d7dfd9;
  --jdos-page-edge: clamp(16px, 1.56vw, 40px);
}

body {
  color: var(--jdos-charcoal);
  background: #fbfcf8;
}

.jdos-site,
.jdos-site *,
.jdos-site-header,
.jdos-site-header *,
.jdos-site-footer,
.jdos-site-footer *,
.jdos-family-footer,
.jdos-family-footer *,
.jdos-mobile-sticky,
.jdos-mobile-sticky * {
  box-sizing: border-box;
}

body .jdos-site a:focus-visible,
body .jdos-site button:focus-visible,
.jdos-site-header a:focus-visible,
.jdos-site-footer a:focus-visible,
.jdos-mobile-sticky a:focus-visible,
.jdos-btn:focus-visible,
.jdos-pill-row a:focus-visible,
.jdos-form input:focus-visible,
.jdos-form select:focus-visible,
.jdos-form textarea:focus-visible,
.jdos-form button:focus-visible,
.jdos-mobile-menu summary:focus-visible {
  outline: 3px solid var(--jdos-ice-2);
  outline-offset: 3px;
}

body header.wp-block-template-part,
body footer.wp-block-template-part,
body .wp-block-template-part footer {
  display: none !important;
}

.jdos-skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  border-radius: 6px;
  background: var(--jdos-charcoal);
  color: var(--jdos-white) !important;
  padding: 10px 14px;
  font-weight: 900;
  text-decoration: none !important;
}

.jdos-skip-link:focus {
  transform: translateY(0);
}

.jdos-wrap {
  width: min(1640px, calc(100% - 48px));
  margin: 0 auto;
}

body .jdos-site,
body #jdos-main-content {
  width: calc(100vw - (var(--jdos-page-edge) * 2));
  max-width: none;
  margin-left: calc(50% - 50vw + var(--jdos-page-edge));
  margin-right: calc(50% - 50vw + var(--jdos-page-edge));
  overflow: hidden;
  background: #fbfcf8;
}

body .entry-content > .jdos-site,
body .wp-site-blocks .jdos-site,
body .entry-content > #jdos-main-content,
body .wp-site-blocks #jdos-main-content {
  max-width: none !important;
  margin-top: 0;
}

.jdos-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 3px solid var(--jdos-green);
  backdrop-filter: blur(12px);
}

.admin-bar .jdos-site-header {
  top: 32px;
}

.jdos-site-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.jdos-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--jdos-green-2) !important;
  font-weight: 950;
  text-decoration: none !important;
  white-space: nowrap;
}

.jdos-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.jdos-brand-text {
  display: grid;
  gap: 2px;
  font-size: 1.16rem;
  line-height: 1;
}

.jdos-brand-text small {
  color: #61706a;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jdos-header-right {
  display: grid;
  gap: 5px;
  justify-items: end;
}

.jdos-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.jdos-main-nav a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  color: var(--jdos-charcoal) !important;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none !important;
  padding: 9px 11px;
  border-radius: 6px;
}

.jdos-main-nav a:hover {
  background: var(--jdos-sage);
}

.jdos-main-nav .jdos-nav-quote {
  background: var(--jdos-green);
  color: var(--jdos-white) !important;
}

.jdos-header-phone {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  color: var(--jdos-green-2) !important;
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none !important;
}

.jdos-mobile-menu {
  display: none;
}

.jdos-mobile-menu summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: var(--jdos-green);
  color: var(--jdos-white);
  padding: 10px 14px;
  font-weight: 900;
  cursor: pointer;
}

.jdos-mobile-menu div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.jdos-mobile-menu a {
  border: 1px solid var(--jdos-line);
  border-radius: 6px;
  background: var(--jdos-white);
  color: var(--jdos-charcoal) !important;
  padding: 10px 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.jdos-hero {
  color: var(--jdos-white);
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 72vh, 820px);
  display: flex;
  align-items: center;
  padding: clamp(54px, 7vw, 96px) 0;
  background:
    linear-gradient(90deg, rgba(12, 18, 17, 0.95) 0%, rgba(6, 57, 31, 0.86) 50%, rgba(6, 57, 31, 0.22) 100%),
    url("photos/front-yard.webp") center / cover no-repeat;
}

.jdos-hero-home {
  background:
    linear-gradient(90deg, rgba(12, 18, 17, 0.95) 0%, rgba(6, 57, 31, 0.86) 50%, rgba(6, 57, 31, 0.2) 100%),
    url("photos/front-yard.webp") center / cover no-repeat;
}

.jdos-hero-snow {
  background:
    linear-gradient(90deg, rgba(20, 28, 36, 0.94) 0%, rgba(18, 60, 79, 0.86) 50%, rgba(8, 98, 51, 0.28) 100%),
    url("photos/snow-removal.webp") center / cover no-repeat;
}

.jdos-hero-faq {
  background:
    linear-gradient(90deg, rgba(12, 18, 17, 0.95) 0%, rgba(6, 57, 31, 0.86) 50%, rgba(6, 57, 31, 0.22) 100%),
    url("photos/faq-property.webp") center / cover no-repeat;
}

.jdos-hero-landscape {
  background:
    linear-gradient(90deg, rgba(14, 22, 20, 0.94) 0%, rgba(6, 57, 31, 0.82) 48%, rgba(6, 57, 31, 0.2) 100%),
    url("photos/lawn-care.webp") center / cover no-repeat;
}

.jdos-hero-leaf {
  background:
    linear-gradient(90deg, rgba(31, 26, 19, 0.94) 0%, rgba(74, 58, 35, 0.82) 52%, rgba(8, 98, 51, 0.24) 100%),
    url("photos/leaf-removal.webp") center / cover no-repeat;
}

.jdos-hero-quote {
  padding: clamp(30px, 4vw, 52px) 0;
}

.jdos-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--jdos-green), var(--jdos-ice-2), var(--jdos-brown));
}

.jdos-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 820px);
  gap: 0;
  align-items: center;
  min-width: 0;
}

.jdos-hero-copy {
  max-width: 820px;
}

.jdos-eyebrow {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--jdos-ice-2);
}

.jdos-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.7rem, 4.9vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--jdos-white) !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.32);
}

.jdos-lede {
  max-width: 720px;
  margin: 16px 0 0;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92) !important;
}

.jdos-hero-trust {
  display: grid;
  gap: 5px;
  max-width: 720px;
  margin-top: 22px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid var(--jdos-ice-2);
  border-radius: 8px;
  background: rgba(10, 17, 20, 0.48);
  backdrop-filter: blur(8px);
  color: var(--jdos-white);
}

.jdos-hero-trust strong,
.jdos-hero-trust a {
  color: var(--jdos-white) !important;
  font-weight: 900;
}

.jdos-hero-trust a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}

.jdos-hero-trust span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.jdos-actions,
.jdos-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.jdos-btn,
.jdos-pill-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none !important;
}

.jdos-card a,
.jdos-contact-details a,
.jdos-site-footer a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.jdos-btn-primary {
  background: var(--jdos-green);
  color: var(--jdos-white) !important;
  border: 2px solid var(--jdos-green);
}

.jdos-hero .jdos-btn-primary,
.jdos-cta .jdos-btn-primary {
  background: var(--jdos-white);
  border-color: var(--jdos-white);
  color: var(--jdos-green-2) !important;
}

.jdos-btn-secondary {
  color: var(--jdos-white) !important;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: rgba(10, 17, 20, 0.2);
}

.jdos-visual {
  width: 100%;
  min-width: 0;
  min-height: 390px;
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
  position: relative;
  overflow: hidden;
  margin: 0;
  background: rgba(17, 23, 20, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.jdos-visual img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.jdos-visual figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 6px;
  background: rgba(21, 27, 34, 0.88);
  color: var(--jdos-white) !important;
  padding: 12px 14px;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
}

.jdos-section {
  padding: clamp(56px, 7vw, 92px) 0;
}

.jdos-proof-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--jdos-line);
  box-shadow: 0 24px 58px rgba(21, 27, 34, 0.08);
}

.jdos-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.jdos-proof-grid div {
  padding: 18px 18px;
  background: #ffffff;
  border-left: 1px solid var(--jdos-line);
}

.jdos-proof-grid div:first-child {
  border-left: 0;
}

.jdos-proof-grid strong,
.jdos-proof-grid span {
  display: block;
}

.jdos-proof-grid strong {
  color: var(--jdos-green-2);
  font-size: 1rem;
  font-weight: 950;
}

.jdos-proof-grid span {
  margin-top: 6px;
  color: #4d5a55;
  font-size: 0.93rem;
  line-height: 1.45;
}

.jdos-muted {
  background: linear-gradient(180deg, #f7f8f3 0%, #eef6f1 100%);
}

.jdos-section-head {
  max-width: 840px;
  margin-bottom: 30px;
}

.jdos-section-head p,
.jdos-kicker {
  margin: 0 0 8px;
  color: var(--jdos-green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jdos-section h2,
.jdos-cta h2 {
  margin-top: 0;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.jdos-section h2 {
  color: var(--jdos-charcoal);
}

.jdos-card-grid,
.jdos-season-grid,
.jdos-season-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jdos-local-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.jdos-local-link-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jdos-local-link-grid-focused {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdos-local-link-grid a {
  min-height: 62px;
  display: flex;
  align-items: center;
  border: 1px solid var(--jdos-line);
  border-top: 4px solid var(--jdos-green);
  border-radius: 8px;
  background: var(--jdos-white);
  color: var(--jdos-green-2) !important;
  font-weight: 900;
  line-height: 1.2;
  padding: 14px 16px;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(30, 37, 47, 0.06);
}

.jdos-local-link-grid a:hover {
  background: #f1f8f3;
  border-color: rgba(8, 98, 51, 0.28);
}

.jdos-card,
.jdos-season-grid article,
.jdos-season-panel,
.jdos-scope-box,
.jdos-weather-box,
.jdos-faq {
  border: 1px solid var(--jdos-line);
  border-radius: 8px;
  background: var(--jdos-white);
  padding: 26px;
}

.jdos-card {
  min-height: 228px;
  border-top: 4px solid var(--jdos-green);
  box-shadow: 0 18px 48px rgba(30, 37, 47, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.jdos-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 98, 51, 0.34);
  box-shadow: 0 22px 44px rgba(30, 37, 47, 0.1);
}

.jdos-card h3 {
  margin-top: 0;
  font-size: 1.28rem;
}

.jdos-card p,
.jdos-season-grid p,
.jdos-process-grid p,
.jdos-fit-grid p {
  color: #46534e;
  line-height: 1.52;
}

.jdos-card a {
  font-weight: 800;
  color: var(--jdos-green);
}

.jdos-photo-services {
  background: linear-gradient(180deg, #fbfcf8 0%, #eef7f1 100%);
  padding-top: clamp(52px, 6vw, 84px);
}

.jdos-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.jdos-photo-card {
  border: 1px solid var(--jdos-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--jdos-white);
  box-shadow: 0 20px 52px rgba(30, 37, 47, 0.09);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.jdos-photo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 64px rgba(30, 37, 47, 0.13);
}

.jdos-photo-card a {
  position: relative;
  display: block;
  min-height: 190px;
  color: var(--jdos-white) !important;
  text-decoration: none !important;
}

.jdos-photo-card img {
  width: 100%;
  height: 270px;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.jdos-photo-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 6px;
  background: rgba(21, 27, 34, 0.86);
  padding: 10px 12px;
  font-weight: 900;
}

.jdos-photo-card p {
  margin: 0;
  padding: 16px;
  color: #45504b;
  line-height: 1.5;
}

.jdos-snapshots {
  background: #f7fbf8;
}

.jdos-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jdos-snapshot-grid article {
  min-height: 230px;
  border: 1px solid var(--jdos-line);
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f7f3 100%);
  box-shadow: 0 18px 42px rgba(30, 37, 47, 0.08);
}

.jdos-season-grid article,
.jdos-process-grid article,
.jdos-fit-grid article {
  box-shadow: 0 16px 38px rgba(30, 37, 47, 0.055);
}

.jdos-snapshot-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 11px;
  background: var(--jdos-green);
  color: var(--jdos-white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.jdos-snapshot-grid h3 {
  margin: 16px 0 10px;
  color: var(--jdos-charcoal);
  font-size: 1.25rem;
}

.jdos-snapshot-grid p {
  margin: 0;
  color: #4d5a55;
  line-height: 1.55;
}

.jdos-season-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  font-weight: 900;
  color: var(--jdos-green);
}

.jdos-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.jdos-checklist,
.jdos-xlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jdos-checklist li,
.jdos-xlist li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}

.jdos-checklist li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--jdos-green);
  position: absolute;
  left: 0;
  top: 0.62em;
}

.jdos-xlist li::before {
  content: "";
  width: 12px;
  height: 2px;
  background: var(--jdos-brown);
  position: absolute;
  left: 0;
  top: 0.82em;
}

.jdos-scope-box {
  border-left: 6px solid var(--jdos-green);
}

.jdos-weather-box {
  background: linear-gradient(135deg, #ffffff, var(--jdos-ice));
  border-left: 6px solid #5a9fbd;
}

.jdos-callout {
  margin-top: 18px;
  border: 1px solid #b7d1c0;
  border-left: 6px solid var(--jdos-green);
  border-radius: 8px;
  background: #f4faf6;
  padding: 18px 20px;
}

.jdos-callout h2 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.jdos-callout p {
  margin-bottom: 0;
}

.jdos-callout a {
  color: var(--jdos-green-2) !important;
  font-weight: 900;
}

.jdos-area-strip {
  background: var(--jdos-green-2);
  color: var(--jdos-white);
  padding: clamp(44px, 6vw, 68px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 6px solid var(--jdos-ice-2);
}

.jdos-area-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr) auto;
  gap: 24px;
  align-items: center;
}

.jdos-area-grid h2,
.jdos-area-grid p {
  color: var(--jdos-white) !important;
}

.jdos-area-grid h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.jdos-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jdos-area-list span {
  display: inline-flex;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 11px;
  color: var(--jdos-white);
  font-weight: 800;
}

.jdos-area-list-light span {
  border-color: var(--jdos-line);
  background: var(--jdos-sage);
  color: var(--jdos-green-2);
}

.jdos-local-intent {
  background: #ffffff;
  border-top: 1px solid var(--jdos-line);
  border-bottom: 1px solid var(--jdos-line);
}

.jdos-proof-local {
  background: linear-gradient(180deg, #ffffff 0%, #f4faf6 100%);
}

.jdos-proof-photo {
  overflow: hidden;
  border: 1px solid var(--jdos-line);
  border-radius: 8px;
  background: var(--jdos-white);
  box-shadow: 0 18px 42px rgba(30, 37, 47, 0.08);
  margin: 0;
}

.jdos-proof-photo img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
}

.jdos-proof-photo figcaption {
  padding: 14px 16px;
  color: #45504b;
  font-weight: 800;
  line-height: 1.45;
}

.jdos-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.jdos-term-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(8, 98, 51, 0.24);
  border-radius: 999px;
  background: #f1f8f3;
  color: var(--jdos-green-2);
  padding: 8px 12px;
  font-weight: 850;
}

.jdos-facts {
  background: #f4faf6;
  border-top: 1px solid var(--jdos-line);
  border-bottom: 1px solid var(--jdos-line);
  padding: 20px 0;
}

.jdos-fact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jdos-fact-row article {
  border-left: 4px solid var(--jdos-green);
  background: #ffffff;
  padding: 16px 18px;
}

.jdos-fact-row strong,
.jdos-fact-row span {
  display: block;
}

.jdos-fact-row strong {
  color: var(--jdos-green-2);
  font-weight: 950;
}

.jdos-fact-row span {
  margin-top: 6px;
  color: #4d5a55;
  line-height: 1.45;
}

.jdos-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jdos-location-group {
  border: 1px solid var(--jdos-line);
  border-radius: 8px;
  background: var(--jdos-white);
  padding: 20px;
}

.jdos-location-group h3 {
  margin: 0 0 14px;
  color: var(--jdos-green-2);
}

.jdos-location-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jdos-location-group span {
  border-radius: 999px;
  background: #eef6f1;
  color: var(--jdos-green-2);
  padding: 7px 10px;
  font-size: 0.9rem;
  font-weight: 800;
}

.jdos-pill-row a {
  color: var(--jdos-green) !important;
  border: 1px solid var(--jdos-line);
  background: var(--jdos-white);
}

.jdos-process {
  background: linear-gradient(180deg, #e5f1e8 0%, #f7f8f3 100%);
}

.jdos-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jdos-process-grid article {
  background: var(--jdos-white);
  border: 1px solid var(--jdos-line);
  border-radius: 8px;
  padding: 26px;
}

.jdos-process-grid span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--jdos-green);
  color: var(--jdos-white);
  font-weight: 900;
}

.jdos-process-grid h3 {
  margin: 0 0 8px;
}

.jdos-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.jdos-fit > div:first-child p:last-child {
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.jdos-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.jdos-fit-grid article {
  min-height: 190px;
  border-radius: 8px;
  border: 1px solid var(--jdos-line);
  border-top: 4px solid var(--jdos-ice-2);
  background: #ffffff;
  padding: 26px;
}

.jdos-fit-grid h3 {
  margin-top: 0;
}

.jdos-cta {
  background: linear-gradient(135deg, var(--jdos-charcoal), var(--jdos-green-2));
  color: var(--jdos-white);
  padding: clamp(58px, 8vw, 96px) 0;
  text-align: center;
  border-top: 6px solid var(--jdos-ice-2);
}

.jdos-cta h2 {
  color: var(--jdos-white) !important;
}

.jdos-cta p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.9) !important;
}

.jdos-cta a,
.jdos-cta strong,
.jdos-cta span {
  color: inherit;
}

.jdos-faq {
  margin-bottom: 12px;
}

.jdos-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--jdos-green-2);
}

.jdos-form {
  border: 1px solid var(--jdos-line);
  border-radius: 8px;
  padding: 22px;
  background: var(--jdos-white);
  box-shadow: 0 18px 42px rgba(30, 37, 47, 0.08);
}

.jdos-form-intro {
  margin-bottom: 18px;
  border-bottom: 1px solid var(--jdos-line);
  padding-bottom: 16px;
}

.jdos-form-intro h2 {
  margin: 0 0 8px;
  color: var(--jdos-charcoal);
  font-size: 1.35rem;
}

.jdos-form-intro p {
  margin: 0;
  color: #5b625f;
  line-height: 1.5;
}

.jdos-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jdos-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  font-weight: 800;
}

.jdos-form input,
.jdos-form select,
.jdos-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c9d2cb;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
}

.jdos-form textarea {
  min-height: 132px;
}

.jdos-file-field {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}

.jdos-file-field input[type="file"] {
  border-style: dashed;
  background: #f7fbf8;
  cursor: pointer;
}

.jdos-file-field span {
  color: #5d6a63;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.jdos-form ::placeholder {
  color: #69746f;
}

.jdos-small {
  font-size: 0.92rem;
  color: #5b625f;
}

.jdos-hidden {
  position: absolute;
  left: -9999px;
}

.jdos-alert {
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 14px 16px;
  font-weight: 800;
}

.jdos-alert-success {
  background: var(--jdos-sage);
  color: var(--jdos-green-2);
}

.jdos-alert-error {
  background: #fae8e3;
  color: #762a18;
}

.jdos-quote-panel {
  border: 1px solid rgba(8, 98, 51, 0.22);
  border-radius: 8px;
  margin: 20px 0;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, var(--jdos-sage) 100%);
}

.jdos-quote-panel h2 {
  font-size: 1.35rem;
}

.jdos-quote-panel ol {
  margin: 0;
  padding-left: 20px;
}

.jdos-quote-panel li {
  margin: 0 0 10px;
  line-height: 1.5;
}

.jdos-family-footer {
  display: block;
  padding: 18px 24px;
  background: var(--jdos-green-2);
  color: var(--jdos-white);
  font-size: 0.92rem;
  text-align: center;
}

.jdos-family-footer p {
  color: var(--jdos-white) !important;
  margin: 0;
}

.jdos-site-footer {
  background: #151b22;
  color: var(--jdos-white);
  padding: 54px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.jdos-footer-logo {
  width: 112px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 14px;
  background: var(--jdos-white);
  border-radius: 8px;
}

.jdos-site-footer h2,
.jdos-site-footer h3,
.jdos-site-footer p {
  color: var(--jdos-white) !important;
  margin-top: 0;
}

.jdos-site-footer a {
  color: var(--jdos-white) !important;
}

.jdos-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.7fr;
  gap: 28px;
}

.jdos-mobile-sticky {
  display: none;
}

@media (max-width: 860px) {
  .jdos-hero-grid,
  .jdos-two,
  .jdos-card-grid,
  .jdos-season-grid,
  .jdos-season-detail,
  .jdos-form-grid,
  .jdos-footer-grid,
  .jdos-process-grid,
  .jdos-proof-grid,
  .jdos-photo-grid,
  .jdos-area-grid,
  .jdos-fact-row,
  .jdos-location-grid,
  .jdos-fit,
  .jdos-fit-grid,
  .jdos-snapshot-grid,
  .jdos-local-link-grid {
    grid-template-columns: 1fr;
  }

  .jdos-visual,
  .jdos-visual img {
    min-height: 0;
  }

  .jdos-hero {
    min-height: auto;
    padding: 32px 0 40px;
  }

  .jdos-hero-quote {
    padding: 24px 0 30px;
  }

  .jdos-hero h1 {
    font-size: clamp(2rem, 6vw, 2.9rem);
  }

  .jdos-visual {
    display: none;
  }

  .jdos-site-header {
    position: static;
  }

  .admin-bar .jdos-site-header {
    top: auto;
  }

  .jdos-site-header-inner {
    min-height: 70px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jdos-header-right {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .jdos-main-nav {
    display: none;
  }

  .jdos-mobile-menu {
    display: block;
    position: relative;
    width: auto;
  }

  .jdos-mobile-menu summary {
    width: auto;
    justify-content: center;
    white-space: nowrap;
  }

  .jdos-mobile-menu div {
    position: absolute;
    z-index: 90;
    top: calc(100% + 8px);
    right: 0;
    width: min(330px, calc(100vw - 24px));
    grid-template-columns: 1fr;
    border: 1px solid var(--jdos-line);
    border-radius: 8px;
    background: var(--jdos-white);
    padding: 10px;
    box-shadow: 0 18px 42px rgba(21, 27, 34, 0.18);
  }

  .jdos-proof-grid {
    gap: 0;
  }

  .jdos-proof-grid div {
    border-left: 0;
    border-top: 1px solid var(--jdos-line);
  }

  .jdos-proof-grid div:first-child {
    border-top: 0;
  }

  .jdos-area-grid {
    align-items: start;
  }

  .jdos-quote-form-col {
    order: -1;
  }
}

@media (max-width: 520px) {
  body {
    padding-bottom: 74px;
  }

  .jdos-wrap {
    width: min(100% - 24px, 1120px);
  }

  .jdos-section {
    padding: 42px 0;
  }

  .jdos-site-header-inner {
    gap: 10px;
  }

  .jdos-header-phone {
    display: none;
  }

  .jdos-hero h1 {
    font-size: clamp(2rem, 8vw, 2.55rem);
  }

  .jdos-lede {
    font-size: 1rem;
  }

  .jdos-hero-trust {
    padding: 12px 14px;
  }

  .jdos-hero-quote .jdos-hero-trust {
    display: none;
  }

  #jdos-quote-form {
    padding-top: 24px;
  }

  .jdos-actions,
  .jdos-pill-row {
    flex-direction: column;
  }

  .jdos-btn,
  .jdos-pill-row a {
    width: 100%;
  }

  .jdos-brand img {
    width: 48px;
    height: 48px;
  }

  .jdos-brand-text {
    font-size: 0.95rem;
  }

  .jdos-brand-text small {
    font-size: 0.62rem;
  }

  .jdos-photo-card img {
    height: 190px;
  }

  .jdos-area-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .jdos-mobile-sticky {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 8px;
    background: rgba(21, 27, 34, 0.96);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.22);
  }

  .jdos-mobile-sticky a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--jdos-white);
    color: var(--jdos-green-2) !important;
    font-weight: 900;
    text-decoration: none !important;
  }

  .jdos-mobile-sticky a:first-child {
    background: var(--jdos-green);
    color: var(--jdos-white) !important;
  }
}
