/*
Theme Name: J G Services
Author: J G Services
Description: A fast, responsive WordPress theme for J G Services — garden maintenance, fencing, painting and general property repairs.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jg-services
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, one-column
*/

:root {
  --jg-ink: #172019;
  --jg-forest: #173f2b;
  --jg-green: #2e6848;
  --jg-leaf: #b9d64a;
  --jg-leaf-dark: #98b632;
  --jg-cream: #f6f3ea;
  --jg-paper: #fffdf8;
  --jg-stone: #d9d2c3;
  --jg-muted: #657068;
  --jg-white: #ffffff;
  --jg-error: #9b2c2c;
  --jg-radius: 18px;
  --jg-shadow: 0 20px 55px rgba(23, 63, 43, 0.13);
  --jg-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--jg-ink);
  background: var(--jg-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--jg-green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--jg-forest); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .65em;
  color: var(--jg-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
p { margin: 0 0 1.2em; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  top: 8px; left: 8px; z-index: 100000; display: block;
  width: auto; height: auto; padding: 12px 18px; clip: auto;
  color: var(--jg-white); background: var(--jg-forest); border-radius: 8px;
}
.jg-container { width: min(calc(100% - 40px), var(--jg-container)); margin-inline: auto; }
.jg-narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.jg-section { padding: clamp(72px, 10vw, 124px) 0; }
.jg-section--cream { background: var(--jg-cream); }
.jg-section--forest { color: var(--jg-white); background: var(--jg-forest); }
.jg-section--forest h2, .jg-section--forest h3 { color: var(--jg-white); }
.jg-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  color: var(--jg-green); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.jg-eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--jg-leaf); }
.jg-section--forest .jg-eyebrow { color: var(--jg-leaf); }
.jg-lead { max-width: 700px; color: var(--jg-muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.jg-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 44px; }
.jg-section-heading > * { margin-bottom: 0; }

.jg-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 13px 22px; border: 2px solid var(--jg-leaf); border-radius: 999px;
  color: var(--jg-forest); background: var(--jg-leaf); font-weight: 800; line-height: 1.2;
  text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.jg-button:hover { color: var(--jg-forest); background: #cce661; border-color: #cce661; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(23,63,43,.18); }
.jg-button--outline { color: var(--jg-white); background: transparent; border-color: rgba(255,255,255,.65); }
.jg-button--outline:hover { color: var(--jg-forest); background: var(--jg-white); border-color: var(--jg-white); }
.jg-button--dark { color: var(--jg-white); background: var(--jg-forest); border-color: var(--jg-forest); }
.jg-button--dark:hover { color: var(--jg-white); background: var(--jg-green); border-color: var(--jg-green); }
.jg-button svg { width: 19px; height: 19px; }

/* Header */
.jg-topbar { color: rgba(255,255,255,.88); background: #102d1e; font-size: .88rem; }
.jg-topbar .jg-container { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.jg-topbar p { margin: 0; }
.jg-topbar a { color: var(--jg-white); font-weight: 700; text-decoration: none; }
.jg-site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,253,248,.96);
  border-bottom: 1px solid rgba(23,63,43,.09); backdrop-filter: blur(14px);
}
.admin-bar .jg-site-header { top: 32px; }
.jg-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.jg-brand, .jg-brand:hover { display: inline-flex; align-items: center; gap: 12px; color: var(--jg-forest); text-decoration: none; }
.jg-brand-mark {
  display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px;
  color: var(--jg-forest); background: var(--jg-leaf); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800;
  box-shadow: inset 0 -3px 0 rgba(23,63,43,.12);
}
.jg-brand-text { display: grid; line-height: 1.05; }
.jg-brand-name { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.jg-brand-tagline { margin-top: 5px; color: var(--jg-muted); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.custom-logo-link img { width: auto; max-height: 58px; }
.jg-nav-wrap { display: flex; align-items: center; gap: 28px; }
.jg-main-nav ul { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.jg-main-nav a { color: var(--jg-ink); font-size: .94rem; font-weight: 750; text-decoration: none; }
.jg-main-nav a:hover, .jg-main-nav .current-menu-item > a { color: var(--jg-green); }
.jg-menu-toggle { display: none; padding: 8px; border: 0; color: var(--jg-forest); background: transparent; }
.jg-menu-toggle svg { display: block; width: 30px; height: 30px; }

/* Hero */
.jg-hero { position: relative; overflow: hidden; color: var(--jg-white); background: var(--jg-forest); }
.jg-hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: radial-gradient(circle at 20% 10%, var(--jg-leaf) 0 1px, transparent 2px); background-size: 30px 30px; }
.jg-hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(30px, 6vw, 80px); padding-block: clamp(75px, 9vw, 112px); }
.jg-hero-copy { position: relative; z-index: 2; }
.jg-hero h1 { max-width: 780px; color: var(--jg-white); }
.jg-hero h1 em { color: var(--jg-leaf); font-style: normal; }
.jg-hero-copy > p { max-width: 650px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.jg-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.jg-hero-proof { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 38px 0 0; list-style: none; color: rgba(255,255,255,.9); font-size: .92rem; font-weight: 700; }
.jg-hero-proof li { display: flex; align-items: center; gap: 8px; }
.jg-hero-proof svg { width: 20px; color: var(--jg-leaf); }
.jg-hero-visual { position: relative; min-height: 500px; }
.jg-hero-frame { position: absolute; inset: 0; overflow: hidden; border: 10px solid rgba(255,255,255,.09); border-radius: 38% 38% 16px 16px; background: #dfe7d8; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.jg-hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.jg-hero-card {
  position: absolute; right: -20px; bottom: 38px; z-index: 3; width: min(270px, 75%); padding: 22px;
  color: var(--jg-ink); background: var(--jg-white); border-radius: 16px; box-shadow: var(--jg-shadow);
}
.jg-hero-card strong { display: block; margin-bottom: 5px; color: var(--jg-forest); font-family: Georgia, serif; font-size: 1.25rem; }
.jg-hero-card p { margin: 0; color: var(--jg-muted); font-size: .9rem; }
.jg-hero-badge { position: absolute; top: 25px; left: -25px; z-index: 3; display: grid; place-items: center; width: 108px; height: 108px; padding: 10px; border-radius: 50%; color: var(--jg-forest); background: var(--jg-leaf); text-align: center; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-8deg); }

/* Trust strip and service cards */
.jg-trust-strip { background: var(--jg-leaf); }
.jg-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.jg-trust-item { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 90px; padding: 18px; color: var(--jg-forest); font-weight: 850; text-align: center; border-right: 1px solid rgba(23,63,43,.2); }
.jg-trust-item:last-child { border-right: 0; }
.jg-trust-item svg { flex: 0 0 auto; width: 25px; height: 25px; }
.jg-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.jg-service-card { position: relative; overflow: hidden; min-height: 380px; display: flex; flex-direction: column; padding: 34px; color: var(--jg-white); background: var(--jg-forest); border-radius: var(--jg-radius); box-shadow: var(--jg-shadow); }
.jg-service-card::before { content: ""; position: absolute; inset: 0; opacity: .2; background: linear-gradient(145deg, transparent 40%, var(--jg-leaf)); }
.jg-service-card:nth-child(2) { background: #285b40; }
.jg-service-card:nth-child(3) { color: var(--jg-ink); background: var(--jg-stone); }
.jg-service-card:nth-child(3) h3, .jg-service-card:nth-child(3) a { color: var(--jg-forest); }
.jg-service-icon { position: relative; display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: auto; border-radius: 16px; color: var(--jg-forest); background: var(--jg-leaf); }
.jg-service-icon svg { width: 32px; height: 32px; }
.jg-service-content { position: relative; margin-top: 60px; }
.jg-service-card h3 { color: var(--jg-white); }
.jg-service-card p { color: rgba(255,255,255,.75); }
.jg-service-card:nth-child(3) p { color: #4e594f; }
.jg-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--jg-leaf); font-weight: 850; text-decoration: none; }
.jg-text-link:hover { color: var(--jg-white); }
.jg-service-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 32px 0 0; list-style: none; }
.jg-service-list li { padding: 9px 14px; color: var(--jg-forest); background: var(--jg-cream); border: 1px solid var(--jg-stone); border-radius: 999px; font-size: .88rem; font-weight: 750; }

/* About */
.jg-about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(44px, 8vw, 100px); }
.jg-about-visual { position: relative; min-height: 540px; }
.jg-about-image { position: absolute; inset: 0 55px 55px 0; overflow: hidden; border-radius: var(--jg-radius); background: #d5dfcd; box-shadow: var(--jg-shadow); }
.jg-about-image img { width: 100%; height: 100%; object-fit: cover; }
.jg-about-stat { position: absolute; right: 0; bottom: 0; width: 215px; padding: 25px; color: var(--jg-white); background: var(--jg-forest); border-radius: 16px; box-shadow: var(--jg-shadow); }
.jg-about-stat strong { display: block; color: var(--jg-leaf); font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; }
.jg-about-stat span { display: block; margin-top: 8px; font-size: .9rem; font-weight: 700; }
.jg-tick-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; padding: 0; margin: 30px 0; list-style: none; }
.jg-tick-list li { display: flex; align-items: flex-start; gap: 10px; font-weight: 700; }
.jg-tick-list svg { flex: 0 0 auto; width: 21px; margin-top: 3px; color: var(--jg-green); }

/* Process and CTA */
.jg-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: steps; }
.jg-process-step { position: relative; padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--jg-radius); counter-increment: steps; }
.jg-process-step::before { content: "0" counter(steps); display: block; margin-bottom: 38px; color: var(--jg-leaf); font-family: Georgia, serif; font-size: 2rem; font-weight: 700; }
.jg-process-step p { color: rgba(255,255,255,.7); }
.jg-cta { position: relative; overflow: hidden; padding: clamp(42px, 7vw, 76px); color: var(--jg-white); background: var(--jg-green); border-radius: 28px; }
.jg-cta::after { content: ""; position: absolute; width: 330px; height: 330px; right: -90px; bottom: -170px; border: 55px solid rgba(185,214,74,.25); border-radius: 50%; }
.jg-cta-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.jg-cta h2 { max-width: 670px; margin-bottom: 10px; color: var(--jg-white); }
.jg-cta p { margin: 0; color: rgba(255,255,255,.82); }

/* Contact */
.jg-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 90px); }
.jg-contact-list { display: grid; gap: 18px; padding: 0; margin: 35px 0 0; list-style: none; }
.jg-contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.jg-contact-list .jg-icon-wrap { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; color: var(--jg-forest); background: var(--jg-leaf); border-radius: 12px; }
.jg-contact-list svg { width: 22px; height: 22px; }
.jg-contact-list strong { display: block; color: var(--jg-forest); }
.jg-contact-list span, .jg-contact-list a { color: var(--jg-muted); text-decoration: none; }
.jg-form { padding: clamp(26px, 5vw, 45px); background: var(--jg-white); border: 1px solid var(--jg-stone); border-radius: var(--jg-radius); box-shadow: var(--jg-shadow); }
.jg-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.jg-form-field { margin-bottom: 18px; }
.jg-form-field--full { grid-column: 1 / -1; }
.jg-form label { display: block; margin-bottom: 7px; color: var(--jg-forest); font-size: .88rem; font-weight: 800; }
.jg-form input, .jg-form textarea, .jg-form select {
  width: 100%; padding: 13px 15px; color: var(--jg-ink); background: var(--jg-paper);
  border: 1px solid #c9c7bf; border-radius: 10px; outline: none;
}
.jg-form input:focus, .jg-form textarea:focus, .jg-form select:focus { border-color: var(--jg-green); box-shadow: 0 0 0 3px rgba(46,104,72,.12); }
.jg-form textarea { min-height: 145px; resize: vertical; }
.jg-form-note { margin-top: 15px; color: var(--jg-muted); font-size: .82rem; }
.jg-notice { padding: 14px 17px; margin-bottom: 20px; border-radius: 10px; font-weight: 700; }
.jg-notice--success { color: #18552f; background: #e0f2e6; }
.jg-notice--error { color: var(--jg-error); background: #fae4e4; }
.jg-hp { position: absolute !important; left: -9999px !important; }

/* Interior pages / posts */
.jg-page-hero { padding: clamp(75px, 10vw, 120px) 0; color: var(--jg-white); background: var(--jg-forest); }
.jg-page-hero h1 { max-width: 900px; color: var(--jg-white); font-size: clamp(2.7rem, 6vw, 5rem); }
.jg-page-hero p { max-width: 700px; color: rgba(255,255,255,.75); font-size: 1.15rem; }
.jg-content { padding: clamp(60px, 9vw, 100px) 0; }
.jg-entry-content > * { max-width: 780px; margin-inline: auto; }
.jg-entry-content > .alignwide { max-width: 1120px; }
.jg-entry-content > .alignfull { max-width: none; }
.jg-entry-content h2, .jg-entry-content h3 { margin-top: 1.4em; }
.jg-entry-content blockquote { padding: 22px 28px; border-left: 5px solid var(--jg-leaf); background: var(--jg-cream); }
.jg-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.jg-post-card { overflow: hidden; background: var(--jg-white); border: 1px solid var(--jg-stone); border-radius: var(--jg-radius); }
.jg-post-card-image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--jg-cream); }
.jg-post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.jg-post-card:hover .jg-post-card-image img { transform: scale(1.035); }
.jg-post-card-content { padding: 25px; }
.jg-post-card h2 { font-size: 1.55rem; }
.jg-post-card h2 a { color: var(--jg-forest); text-decoration: none; }
.jg-meta { margin-bottom: 10px; color: var(--jg-muted); font-size: .83rem; font-weight: 700; }
.navigation.pagination { margin-top: 45px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; color: var(--jg-forest); background: var(--jg-cream); border-radius: 8px; text-decoration: none; }
.page-numbers.current { color: var(--jg-white); background: var(--jg-forest); }

/* Footer */
.jg-site-footer { color: rgba(255,255,255,.72); background: #102d1e; }
.jg-footer-main { display: grid; grid-template-columns: 1.35fr .75fr .9fr; gap: 60px; padding: 70px 0 52px; }
.jg-site-footer h2, .jg-site-footer h3 { color: var(--jg-white); }
.jg-footer-brand { max-width: 420px; }
.jg-footer-brand .jg-brand { color: var(--jg-white); margin-bottom: 20px; }
.jg-footer-links { padding: 0; margin: 0; list-style: none; }
.jg-footer-links li + li { margin-top: 9px; }
.jg-footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.jg-footer-links a:hover { color: var(--jg-leaf); }
.jg-footer-contact a { color: var(--jg-white); font-weight: 800; text-decoration: none; }
.jg-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.jg-footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .jg-header-cta { display: none; }
  .jg-menu-toggle { display: block; }
  .jg-main-nav { position: fixed; inset: 120px 0 auto; display: none; max-height: calc(100vh - 120px); overflow-y: auto; padding: 26px 20px 35px; background: var(--jg-paper); border-bottom: 1px solid var(--jg-stone); box-shadow: var(--jg-shadow); }
  .jg-main-nav.is-open { display: block; }
  .jg-main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .jg-main-nav a { display: block; padding: 14px 5px; border-bottom: 1px solid var(--jg-stone); font-size: 1.05rem; }
  .jg-hero-grid { grid-template-columns: 1fr; }
  .jg-hero-copy { max-width: 760px; }
  .jg-hero-visual { min-height: 460px; }
  .jg-services-grid { grid-template-columns: 1fr 1fr; }
  .jg-service-card:last-child { grid-column: 1 / -1; }
  .jg-about-grid { grid-template-columns: 1fr; }
  .jg-about-visual { min-height: 500px; }
  .jg-contact-grid { grid-template-columns: 1fr; }
  .jg-footer-main { grid-template-columns: 1.2fr 1fr; }
  .jg-footer-brand { grid-column: 1 / -1; }
  .jg-post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .jg-container, .jg-narrow { width: min(calc(100% - 28px), var(--jg-container)); }
  .jg-topbar .jg-container { justify-content: center; }
  .jg-topbar p:first-child { display: none; }
  .jg-site-header, .admin-bar .jg-site-header { top: 0; }
  .jg-header-inner { min-height: 74px; }
  .jg-brand-tagline { display: none; }
  .jg-brand-mark { width: 44px; height: 44px; }
  .jg-main-nav { inset: 112px 0 auto; max-height: calc(100vh - 112px); }
  .jg-hero-grid { min-height: auto; padding-block: 68px 78px; }
  .jg-hero-visual { min-height: 365px; }
  .jg-hero-badge { left: -3px; width: 88px; height: 88px; font-size: .62rem; }
  .jg-hero-card { right: 3px; bottom: 18px; }
  .jg-trust-grid { grid-template-columns: 1fr 1fr; }
  .jg-trust-item:nth-child(2) { border-right: 0; }
  .jg-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(23,63,43,.2); }
  .jg-section-heading { display: block; }
  .jg-section-heading .jg-button { margin-top: 18px; }
  .jg-services-grid, .jg-process-grid, .jg-post-grid { grid-template-columns: 1fr; }
  .jg-service-card:last-child { grid-column: auto; }
  .jg-service-card { min-height: 340px; }
  .jg-about-visual { min-height: 430px; }
  .jg-about-image { inset: 0 30px 50px 0; }
  .jg-about-stat { width: 185px; padding: 20px; }
  .jg-tick-list { grid-template-columns: 1fr; }
  .jg-cta-inner { align-items: flex-start; flex-direction: column; }
  .jg-form-grid { grid-template-columns: 1fr; }
  .jg-form-field--full { grid-column: auto; }
  .jg-footer-main { grid-template-columns: 1fr; gap: 35px; }
  .jg-footer-brand { grid-column: auto; }
  .jg-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Corporate visual system */
:root {
  --jg-ink: #17232c;
  --jg-forest: #10293b;
  --jg-green: #17664e;
  --jg-leaf: #d9e5df;
  --jg-leaf-dark: #79998b;
  --jg-cream: #f3f6f5;
  --jg-paper: #ffffff;
  --jg-stone: #dbe2df;
  --jg-muted: #5e6b73;
  --jg-radius: 10px;
  --jg-shadow: 0 18px 45px rgba(16, 41, 59, .10);
}
body { font-family: Inter, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: Inter, Arial, Helvetica, sans-serif; font-weight: 750; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.jg-eyebrow { color: var(--jg-green); font-size: .75rem; letter-spacing: .18em; }
.jg-eyebrow::before { background: var(--jg-green); }
.jg-button { min-height: 50px; padding-inline: 24px; color: var(--jg-white); background: var(--jg-green); border-color: var(--jg-green); border-radius: 6px; }
.jg-button:hover { color: var(--jg-white); background: #12513e; border-color: #12513e; box-shadow: 0 8px 22px rgba(16,41,59,.18); }
.jg-button--dark { color: var(--jg-white); background: var(--jg-forest); border-color: var(--jg-forest); }
.jg-button--dark:hover { background: #1b3a4f; border-color: #1b3a4f; }
.jg-button--outline { color: var(--jg-white); background: transparent; border-color: rgba(255,255,255,.65); }
.jg-topbar { background: var(--jg-green); }
.jg-brand-mark { color: var(--jg-white); background: var(--jg-green); border-radius: 6px; box-shadow: none; font-family: Inter, Arial, sans-serif; font-size: 1.15rem; letter-spacing: -.04em; }
.jg-brand-name { font-family: Inter, Arial, sans-serif; font-size: 1.18rem; letter-spacing: -.025em; }
.jg-brand-tagline { letter-spacing: .12em; }
.jg-site-header { border-bottom-color: var(--jg-stone); }
.jg-header-inner { min-height: 86px; }
.jg-main-nav a { font-size: .9rem; }
.jg-hero { background: var(--jg-forest); }
.jg-hero::before { display: none; }
.jg-hero-grid { min-height: 690px; grid-template-columns: 1fr .88fr; gap: clamp(45px, 7vw, 95px); }
.jg-hero h1 { max-width: 700px; }
.jg-hero h1 em { color: #9fc5b4; }
.jg-hero-frame { border: 0; border-radius: 8px; background: #d8e0dc; box-shadow: 0 28px 70px rgba(0,0,0,.26); }
.jg-hero-badge { display: none; }
.jg-hero-card { right: -24px; bottom: 34px; padding: 20px 22px; border-left: 4px solid var(--jg-green); border-radius: 5px; }
.jg-hero-card strong { font-family: Inter, Arial, sans-serif; font-size: 1.05rem; letter-spacing: -.015em; }
.jg-trust-strip { background: var(--jg-white); border-bottom: 1px solid var(--jg-stone); }
.jg-trust-item { min-height: 82px; color: var(--jg-forest); border-right-color: var(--jg-stone); font-size: .86rem; letter-spacing: .02em; text-transform: uppercase; }
.jg-trust-item svg { color: var(--jg-green); }
.jg-services-grid { gap: 20px; }
.jg-service-card, .jg-service-card:nth-child(2), .jg-service-card:nth-child(3) { min-height: 360px; color: var(--jg-ink); background: var(--jg-white); border: 1px solid var(--jg-stone); border-top: 4px solid var(--jg-green); border-radius: 8px; box-shadow: 0 12px 30px rgba(16,41,59,.06); }
.jg-service-card::before { display: none; }
.jg-service-card h3, .jg-service-card:nth-child(2) h3, .jg-service-card:nth-child(3) h3 { color: var(--jg-forest); }
.jg-service-card p, .jg-service-card:nth-child(2) p, .jg-service-card:nth-child(3) p { color: var(--jg-muted); }
.jg-service-icon { color: var(--jg-green); background: var(--jg-cream); border-radius: 6px; }
.jg-service-content { margin-top: 52px; }
.jg-text-link, .jg-service-card:nth-child(3) a { color: var(--jg-green); }
.jg-text-link:hover { color: var(--jg-forest); }
.jg-service-list li { background: var(--jg-white); border-radius: 5px; }
.jg-about-image { border-radius: 8px; }
.jg-about-stat { color: var(--jg-white); background: var(--jg-forest); border-radius: 6px; }
.jg-about-stat strong { color: #9fc5b4; font-family: Inter, Arial, sans-serif; font-size: 1.6rem; letter-spacing: -.04em; }
.jg-process-step { border-radius: 7px; }
.jg-process-step::before { color: #9fc5b4; font-family: Inter, Arial, sans-serif; font-size: 1.5rem; }
.jg-cta { background: var(--jg-green); border-radius: 10px; }
.jg-cta::after { border-color: rgba(255,255,255,.10); }
.jg-form { border-radius: 8px; box-shadow: 0 16px 40px rgba(16,41,59,.08); }
.jg-form input, .jg-form textarea, .jg-form select { background: var(--jg-white); border-radius: 5px; }
.jg-contact-list .jg-icon-wrap { color: var(--jg-green); background: var(--jg-leaf); border-radius: 6px; }
.jg-post-card { border-radius: 8px; }
.jg-page-hero { background: var(--jg-forest); }
.jg-site-footer { background: #0b202f; }

@media (max-width: 680px) {
  .jg-service-card, .jg-service-card:nth-child(2), .jg-service-card:nth-child(3) { min-height: 320px; }
  .jg-trust-item { font-size: .74rem; }
}
