/*
Theme Name: Jones Landscape Construction
Theme URI: https://www.joneslandscapeconstruction.com/
Author: Jones Landscape Construction
Description: Warm, upscale landscape & hardscape theme for Western NC and Upstate SC. Forest green, aged brass and clay palette with Cormorant Garamond display type.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jones-landscape
Tags: business, landscaping, custom-menu, custom-logo, featured-images, block-styles
*/

:root {
  --jl-cream: #F7F2E8;
  --jl-card: #FFFDF7;
  --jl-ivory: #FBF7EE;
  --jl-green: #16281C;
  --jl-green-deep: #0F1D14;
  --jl-green-hero: #14261A;
  --jl-brass: #C2A05B;
  --jl-brass-deep: #B08A4A;
  --jl-clay: #9A4A2B;
  --jl-clay-deep: #7F3A20;
  --jl-ink: #1C1A17;
  --jl-body: #4A443A;
  --jl-muted: #6B6355;
  --jl-line: #E3D9C6;
  --jl-line-2: #DCD0BA;
  --jl-on-dark: #EDE4D2;
  --jl-on-dark-2: #C9C0AC;
  --jl-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --jl-sans: Karla, system-ui, -apple-system, "Segoe UI", sans-serif;
  --jl-max: 1240px;
  --jl-pad: 32px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--jl-cream);
  color: var(--jl-ink);
  font-family: var(--jl-sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: var(--jl-clay); text-decoration: none; }
a:hover, a:focus { color: var(--jl-clay-deep); }
button { font-family: inherit; }
:focus-visible { outline: 2px solid var(--jl-brass); outline-offset: 3px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden; clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed; top: 12px; left: 12px; z-index: 999;
  width: auto; height: auto; clip: auto;
  background: var(--jl-green); color: var(--jl-ivory);
  padding: 12px 18px; border-radius: 2px;
}

.jl-wrap { max-width: var(--jl-max); margin: 0 auto; padding: 0 var(--jl-pad); }

/* ---------- type ---------- */
.jl-serif { font-family: var(--jl-serif); font-weight: 600; letter-spacing: -0.01em; }
h1, h2, h3, h4, .jl-h1, .jl-h2, .jl-h3 {
  font-family: var(--jl-serif); font-weight: 600; letter-spacing: -0.01em; margin: 0;
  text-wrap: pretty;
}
.jl-h1 { font-size: clamp(50px, 6.4vw, 96px); line-height: 1.03; letter-spacing: -0.012em; }
.jl-h2 { font-size: clamp(36px, 4.2vw, 56px); line-height: 1.06; }
.jl-h3 { font-size: clamp(31px, 3.4vw, 46px); line-height: 1.08; }
.jl-eyebrow {
  font-family: var(--jl-sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--jl-clay);
  margin-bottom: 14px;
}
.jl-eyebrow--brass { color: var(--jl-brass); }
.jl-eyebrow--rule { display: flex; align-items: center; gap: 14px; }
.jl-eyebrow--rule::before { content: ""; width: 40px; height: 1px; background: var(--jl-brass); flex: none; }
.jl-lede { font-size: 18.5px; line-height: 1.7; color: var(--jl-body); }
.jl-body { font-size: 17px; line-height: 1.75; color: var(--jl-body); }
.jl-small-caps {
  font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--jl-muted);
}

/* ---------- buttons ---------- */
.jl-btn {
  display: inline-block;
  font-family: var(--jl-sans); font-weight: 600; font-size: 12.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 19px 32px; border-radius: 2px; border: 1px solid transparent;
  cursor: pointer; transition: background-color .18s ease, color .18s ease;
}
.jl-btn--clay { background: var(--jl-clay); color: #FFF6E7; }
.jl-btn--clay:hover { background: var(--jl-clay-deep); color: #FFF6E7; }
.jl-btn--brass { background: var(--jl-brass); color: var(--jl-green); }
.jl-btn--brass:hover { background: var(--jl-brass-deep); color: var(--jl-green); }
.jl-btn--green { background: var(--jl-green); color: #FFF6E7; }
.jl-btn--green:hover { background: var(--jl-green-deep); color: #FFF6E7; }
.jl-btn--ghost-light { border-color: rgba(251,247,238,.5); color: var(--jl-ivory); padding: 18px 28px; }
.jl-btn--ghost-light:hover { background: rgba(251,247,238,.12); color: var(--jl-ivory); }
.jl-btn--ghost-dark { border-color: var(--jl-green); color: var(--jl-green); padding: 17px 28px; font-size: 12px; }
.jl-btn--ghost-dark:hover { background: var(--jl-green); color: #FFF6E7; }
.jl-link-caps {
  font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  border-bottom: 1px solid rgba(194,160,91,.45); padding-bottom: 5px;
}

/* ---------- topbar + header ---------- */
.jl-topbar {
  background: var(--jl-green); color: var(--jl-on-dark);
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  display: flex; justify-content: center; align-items: center; gap: 28px;
  padding: 10px 24px; flex-wrap: wrap;
}
.jl-topbar a { color: var(--jl-brass); }
.jl-topbar a:hover { color: var(--jl-cream); }
.jl-topbar .jl-dot { opacity: .4; }

.jl-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,242,232,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--jl-line);
}
.admin-bar .jl-header { top: 32px; }
.jl-header__inner { display: flex; align-items: center; gap: 32px; padding: 16px var(--jl-pad); max-width: var(--jl-max); margin: 0 auto; }
.jl-brand { display: flex; align-items: center; gap: 12px; color: var(--jl-green); }
.jl-brand:hover { color: var(--jl-green); }
.jl-brand__mark {
  width: 42px; height: 42px; border-radius: 2px; background: var(--jl-green); color: var(--jl-brass);
  font-family: var(--jl-serif); font-weight: 600; font-size: 20px;
  display: flex; align-items: center; justify-content: center; flex: none;
}
.jl-brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.jl-brand__name { display: flex; flex-direction: column; line-height: 1.1; }
.jl-brand__name b { font-family: var(--jl-serif); font-weight: 600; font-size: 19px; }
.jl-brand__name span { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--jl-muted); }

.jl-nav { margin-left: auto; }
.jl-nav ul { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.jl-nav a {
  display: block; font-size: 14.5px; font-weight: 500; color: #2E2A23;
  padding: 4px 0; border-bottom: 2px solid transparent;
}
.jl-nav a:hover, .jl-nav .current-menu-item > a, .jl-nav .current_page_item > a {
  color: var(--jl-clay); border-bottom-color: var(--jl-clay);
}
.jl-nav-toggle {
  display: none; margin-left: auto; background: none; border: 1px solid var(--jl-line-2);
  border-radius: 2px; padding: 12px 16px; cursor: pointer;
  font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--jl-green);
}

/* ---------- hero ---------- */
.jl-hero { position: relative; height: 84vh; min-height: 720px; background: var(--jl-green-hero); overflow: hidden; display: flex; align-items: center; }
.jl-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.98) contrast(1.05); }
.jl-hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,29,20,.35) 0%, rgba(15,29,20,0) 45%, rgba(15,29,20,.55) 100%),
    linear-gradient(100deg, rgba(17,33,22,.92) 0%, rgba(21,39,26,.66) 46%, rgba(26,46,31,.3) 100%);
}
.jl-hero__inner { position: relative; z-index: 2; width: 100%; animation: jl-rise 700ms ease-out both; }
.jl-hero__col { max-width: 680px; }
.jl-hero .jl-eyebrow { color: var(--jl-brass); }
.jl-hero h1 { color: #FCF6E9; max-width: 16ch; }
.jl-hero p { color: #DED6C4; font-size: 18.5px; line-height: 1.7; max-width: 50ch; margin: 26px 0 38px; }
.jl-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
@keyframes jl-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---------- page hero (interior) ---------- */
.jl-pagehero { position: relative; background: var(--jl-green-deep); min-height: 420px; display: flex; align-items: flex-end; }
.jl-pagehero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.jl-pagehero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,29,20,.7), rgba(15,29,20,.94)); }
.jl-pagehero__inner { position: relative; z-index: 2; padding-top: 96px; padding-bottom: 60px; width: 100%; }
.jl-pagehero h1 { color: #FBF7EE; font-size: clamp(46px, 5.8vw, 82px); line-height: 1.02; max-width: 22ch; }
.jl-pagehero p { color: #D9D0BD; font-size: 18px; line-height: 1.6; max-width: 56ch; margin: 22px 0 0; }

.jl-section { padding: 96px 0; }
.jl-section--tight { padding: 72px 0; }
.jl-section--card { background: var(--jl-card); border-top: 1px solid var(--jl-line); border-bottom: 1px solid var(--jl-line); }
.jl-section--green { background: var(--jl-green); color: var(--jl-on-dark); }
.jl-section--deep { background: var(--jl-green-deep); color: var(--jl-on-dark); }
.jl-section--green h2, .jl-section--deep h2 { color: #FBF7EE; }
.jl-center { text-align: center; }
.jl-measure { max-width: 46ch; margin: 0 auto 48px; }

/* ---------- testimonials ---------- */
.jl-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.jl-quote {
  margin: 0; background: var(--jl-card); border: 1px solid var(--jl-line); border-radius: 2px;
  padding: 36px 32px; display: flex; flex-direction: column; gap: 18px;
}
.jl-stars { color: var(--jl-brass); letter-spacing: .3em; font-size: 14px; }
.jl-quote p { font-family: var(--jl-serif); font-size: 23px; line-height: 1.45; margin: 0; color: #2E2A23; }
.jl-quote footer { margin-top: auto; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--jl-muted); }

/* ---------- about split ---------- */
.jl-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 72px; align-items: center; }
.jl-stack { position: relative; padding-bottom: 70px; }
.jl-stack__back { width: 82%; height: 430px; object-fit: cover; border-radius: 2px; }
.jl-stack__front {
  position: absolute; right: 0; bottom: 0; width: 54%; height: 280px;
  object-fit: cover; border: 8px solid var(--jl-cream); border-radius: 2px;
}

/* ---------- image cards ---------- */
.jl-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.jl-card-img {
  position: relative; overflow: hidden; border-radius: 2px; min-height: 380px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--jl-green); color: var(--jl-ivory);
}
.jl-card-img:hover { color: var(--jl-ivory); }
.jl-card-img > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; filter: saturate(.95); transition: transform .6s ease; }
.jl-card-img:hover > img { transform: scale(1.04); }
.jl-card-img__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,29,20,.08) 35%, rgba(15,29,20,.93) 100%); }
.jl-card-img__body { position: relative; padding: 30px 28px 28px; }
.jl-card-img__body h3 { font-size: 31px; margin: 0 0 10px; }
.jl-card-img__body p { font-size: 15px; line-height: 1.6; margin: 0 0 18px; color: #D9D0BD; }
.jl-card-img__cta { font-size: 11.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--jl-brass); }

/* ---------- video reels ---------- */
.jl-reels { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 56px; align-items: center; }
.jl-reels p { font-size: 17px; line-height: 1.72; color: #D2C8B2; margin: 0 0 30px; max-width: 44ch; }
.jl-reels__track { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.jl-reels__track::-webkit-scrollbar { display: none; }
.jl-reel {
  position: relative; flex: 0 0 210px; aspect-ratio: 9/16; border-radius: 2px; overflow: hidden;
  background: var(--jl-green); scroll-snap-align: start; color: var(--jl-ivory);
}
.jl-reel:hover { color: var(--jl-ivory); }
.jl-reel img, .jl-reel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(.95); }
.jl-reel__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,29,20,.12) 40%, rgba(15,29,20,.92) 100%); }
.jl-reel__len {
  position: absolute; top: 14px; left: 14px; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
  background: rgba(15,29,20,.6); border: 1px solid rgba(251,247,238,.3); padding: 5px 9px; border-radius: 2px;
}
.jl-reel__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(251,247,238,.75);
  background: rgba(15,29,20,.4); display: flex; align-items: center; justify-content: center;
}
.jl-reel__play::before {
  content: ""; width: 0; height: 0; margin-left: 4px;
  border-left: 14px solid #FBF7EE; border-top: 9px solid transparent; border-bottom: 9px solid transparent;
}
.jl-reel__body { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 16px 18px; }
.jl-reel__body h3 { font-size: 21px; line-height: 1.2; margin: 0 0 6px; }
.jl-reel__body span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--jl-brass); }
.jl-note { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: #7C8A72; margin-top: 26px; }

/* ---------- project strip ---------- */
.jl-strip-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 40px; }
.jl-strip-head a { color: var(--jl-brass); }
.jl-strip-head a:hover { color: #FBF7EE; }
.jl-strip { display: flex; gap: 18px; overflow-x: auto; padding: 4px var(--jl-pad) 20px; scrollbar-width: none; }
.jl-strip::-webkit-scrollbar { display: none; }
.jl-strip figure { margin: 0; flex: 0 0 clamp(280px, 34vw, 460px); }
.jl-strip img { width: 100%; height: 340px; object-fit: cover; border-radius: 2px; }
.jl-strip figcaption { display: flex; justify-content: space-between; gap: 16px; color: var(--jl-on-dark-2); font-size: 13.5px; padding-top: 14px; }
.jl-strip figcaption span:last-child { color: #8C9A80; white-space: nowrap; }

/* ---------- reasons + stats ---------- */
.jl-reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 48px; }
.jl-reason { border-top: 1px solid var(--jl-brass); padding-top: 22px; }
.jl-reason h3 { font-size: 26px; color: var(--jl-green); margin-bottom: 10px; }
.jl-reason p { font-size: 15.5px; line-height: 1.68; color: var(--jl-body); margin: 0; }
.jl-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; text-align: center; }
.jl-stat b { display: block; font-family: var(--jl-serif); font-weight: 600; font-size: 60px; line-height: 1; color: var(--jl-brass); }
.jl-stat span { display: block; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; margin-top: 12px; opacity: .8; }

/* ---------- closing CTA ---------- */
.jl-cta { position: relative; background: var(--jl-green-deep); }
.jl-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.jl-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,29,20,.86), rgba(15,29,20,.94)); }
.jl-cta__inner { position: relative; z-index: 2; padding: 96px 0; text-align: center; }
.jl-cta h2 { color: #FBF7EE; max-width: 26ch; margin: 0 auto 18px; font-size: clamp(38px, 4.4vw, 58px); }
.jl-cta p { font-size: 17px; color: var(--jl-on-dark-2); margin: 0 auto 34px; max-width: 48ch; line-height: 1.65; }
.jl-cta .jl-actions { justify-content: center; }
.jl-band { background: var(--jl-green); color: var(--jl-on-dark); }
.jl-band__inner { padding: 72px 0; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.jl-band h2 { max-width: 30ch; color: #FBF7EE; font-size: clamp(33px, 3.8vw, 50px); }

/* ---------- services list ---------- */
.jl-service {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 44px;
  align-items: stretch; background: var(--jl-card); border: 1px solid var(--jl-line);
  border-radius: 2px; overflow: hidden; margin-bottom: 26px;
}
.jl-service img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.jl-service__body { padding: 36px 40px 36px 8px; }
.jl-service__body h2 { font-size: 37px; margin: 0 0 14px; color: var(--jl-green); }
.jl-service__body p { font-size: 16.5px; line-height: 1.68; color: var(--jl-body); margin: 0 0 20px; max-width: 46ch; }
.jl-ticks { margin: 0 0 26px; padding: 0; list-style: none; display: grid; gap: 8px; }
.jl-ticks li { font-size: 15px; color: #2E2A23; display: flex; gap: 10px; align-items: baseline; }
.jl-ticks li::before { content: "—"; color: var(--jl-brass); font-weight: 700; }
.jl-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.jl-step { border-top: 2px solid var(--jl-green); padding-top: 20px; }
.jl-step__n { font-family: var(--jl-serif); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--jl-clay); margin-bottom: 10px; }
.jl-step h3 { font-size: 24px; margin-bottom: 8px; color: var(--jl-green); }
.jl-step p { font-size: 15px; line-height: 1.6; color: var(--jl-body); margin: 0; }

/* ---------- gallery ---------- */
.jl-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.jl-chip {
  font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 12px 20px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--jl-line-2); background: transparent; color: var(--jl-body);
}
.jl-chip:hover { border-color: var(--jl-clay); }
.jl-chip.is-active { background: var(--jl-green); color: #FFF6E7; border-color: var(--jl-green); }
.jl-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 22px; }
.jl-gallery figure { margin: 0; background: var(--jl-card); border: 1px solid var(--jl-line); border-radius: 2px; overflow: hidden; }
.jl-gallery img { width: 100%; height: 300px; object-fit: cover; }
.jl-gallery figcaption { padding: 20px 22px 22px; }
.jl-gallery__kind { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--jl-clay); margin-bottom: 8px; }
.jl-gallery__title { font-family: var(--jl-serif); font-weight: 600; font-size: 23px; color: var(--jl-green); margin-bottom: 6px; }
.jl-gallery__meta { font-size: 14px; color: var(--jl-muted); }

/* ---------- journal ---------- */
.jl-feature { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; align-items: center; background: var(--jl-green); border-radius: 2px; overflow: hidden; color: #FBF7EE; }
.jl-feature:hover { color: #FBF7EE; }
.jl-feature img { width: 100%; height: 380px; object-fit: cover; }
.jl-feature__body { padding: 40px 44px 40px 8px; }
.jl-feature__body h2 { font-size: clamp(31px, 3.2vw, 44px); line-height: 1.14; margin: 0 0 14px; color: #FBF7EE; }
.jl-feature__body p { font-size: 16.5px; line-height: 1.65; color: #D9D0BD; margin: 0 0 22px; max-width: 44ch; }
.jl-posts { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.jl-post { display: flex; flex-direction: column; color: var(--jl-ink); background: var(--jl-card); border: 1px solid var(--jl-line); border-radius: 2px; overflow: hidden; }
.jl-post:hover { color: var(--jl-clay); }
.jl-post img { width: 100%; height: 190px; object-fit: cover; }
.jl-post__body { padding: 18px 22px 24px; }
.jl-post__meta { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--jl-muted); margin-bottom: 10px; }
.jl-post__title { font-family: var(--jl-serif); font-weight: 600; font-size: 23px; line-height: 1.3; margin-bottom: 10px; }
.jl-post__excerpt { font-size: 14.5px; line-height: 1.6; color: var(--jl-body); margin: 0; }

/* ---------- single / page content ---------- */
.jl-entry { max-width: 74ch; margin: 0 auto; }
.jl-entry h2 { font-size: clamp(31px, 3.4vw, 44px); margin: 44px 0 16px; color: var(--jl-green); }
.jl-entry h3 { font-size: 28px; margin: 34px 0 12px; color: var(--jl-green); }
.jl-entry p, .jl-entry li { font-size: 17.5px; line-height: 1.78; color: var(--jl-body); }
.jl-entry blockquote {
  margin: 32px 0; padding: 24px 28px; background: var(--jl-card);
  border-left: 2px solid var(--jl-brass); border-radius: 2px;
}
.jl-entry blockquote p { font-family: var(--jl-serif); font-size: 23px; line-height: 1.45; margin: 0; color: #2E2A23; }
.jl-entry img { border-radius: 2px; margin: 28px 0; }
.jl-pagination { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; padding: 40px 0 0; }
.jl-pagination .page-numbers {
  padding: 12px 18px; border: 1px solid var(--jl-line-2); border-radius: 2px;
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--jl-green);
}
.jl-pagination .page-numbers.current, .jl-pagination .page-numbers:hover { background: var(--jl-green); color: #FFF6E7; border-color: var(--jl-green); }

/* ---------- forms ---------- */
.jl-form-card {
  background: var(--jl-card); border-radius: 2px; padding: 34px; color: var(--jl-ink);
  box-shadow: 0 18px 40px rgba(15,29,20,.22);
}
.jl-form-card h2 { font-size: 25px; margin-bottom: 8px; color: var(--jl-green); }
.jl-form-card .jl-hint { font-size: 14px; color: var(--jl-muted); margin-bottom: 22px; }
.jl-fields { display: grid; gap: 12px; }
.jl-form-card input[type="text"], .jl-form-card input[type="email"], .jl-form-card input[type="tel"],
.jl-form-card select, .jl-form-card textarea, .jl-newsletter input {
  font-family: var(--jl-sans); font-size: 15px; width: 100%;
  padding: 14px 15px; border: 1px solid var(--jl-line-2); border-radius: 2px;
  background: #FFF; color: var(--jl-ink);
}
.jl-form-card textarea { resize: vertical; min-height: 110px; }
.jl-form-card button[type="submit"] { width: 100%; padding: 17px; border: none; }
.jl-form-foot { font-size: 12.5px; color: var(--jl-muted); margin-top: 14px; text-align: center; }
.jl-contact-hero { background: var(--jl-clay); color: #FFF6E7; }
.jl-contact-hero__inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; align-items: start; padding: 84px 0; }
.jl-contact-hero h1 { font-size: clamp(43px, 5.2vw, 70px); line-height: 1.03; margin: 0 0 20px; }
.jl-contact-hero .jl-eyebrow { color: rgba(255,246,231,.72); }
.jl-contact-hero p { font-size: 17.5px; line-height: 1.65; color: rgba(255,246,231,.9); max-width: 46ch; }
.jl-contact-list { display: grid; gap: 20px; padding-top: 30px; margin-top: 34px; border-top: 1px solid rgba(255,246,231,.3); }
.jl-contact-list dt { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,246,231,.7); margin-bottom: 6px; }
.jl-contact-list dd { margin: 0; font-size: 17px; }
.jl-contact-list dd a { color: #FFF6E7; }
.jl-contact-list dd a:hover { color: var(--jl-brass); }
.jl-contact-list .jl-phone { font-family: var(--jl-serif); font-size: 36px; font-weight: 600; }
.jl-faqs { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.jl-faq { border-top: 2px solid var(--jl-green); padding-top: 18px; }
.jl-faq h3 { font-size: 22px; color: var(--jl-green); margin-bottom: 8px; }
.jl-faq p { font-size: 15.5px; line-height: 1.65; color: var(--jl-body); margin: 0; }
.jl-newsletter { display: flex; gap: 10px; flex-wrap: wrap; }
.jl-newsletter input { min-width: 240px; width: auto; background: rgba(255,255,255,.06); border-color: rgba(233,224,206,.35); color: #FBF7EE; }
.jl-newsletter input::placeholder { color: rgba(251,247,238,.6); }
.jl-newsletter button { border: none; padding: 16px 26px; }
.jl-towns { display: flex; flex-wrap: wrap; gap: 8px; }
.jl-towns span { font-size: 13.5px; padding: 9px 15px; border: 1px solid var(--jl-line-2); border-radius: 999px; background: var(--jl-card); color: #2E2A23; }

/* ---------- footer ---------- */
.jl-footer { background: var(--jl-green-deep); color: var(--jl-on-dark-2); padding: 72px var(--jl-pad) 32px; }
.jl-footer__cols { max-width: var(--jl-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 44px; padding-bottom: 48px; border-bottom: 1px solid rgba(233,224,206,.16); }
.jl-footer__brand { font-family: var(--jl-serif); font-weight: 600; font-size: 26px; color: #FBF7EE; }
.jl-footer p { font-size: 14.5px; line-height: 1.65; margin: 16px 0 0; max-width: 30ch; }
.jl-footer h2 { font-family: var(--jl-sans); font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--jl-brass); margin-bottom: 16px; font-weight: 600; }
.jl-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 14.5px; }
.jl-footer a { color: var(--jl-on-dark-2); }
.jl-footer a:hover { color: #FBF7EE; }
.jl-footer .jl-phone { font-family: var(--jl-serif); font-size: 26px; color: #FBF7EE; }
.jl-footer__bar { max-width: var(--jl-max); margin: 0 auto; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12.5px; color: #8A8474; }
.jl-footer__bar ul { display: flex; gap: 20px; }
.jl-footer__bar a { color: #8A8474; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  :root { --jl-pad: 22px; }
  .jl-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--jl-cream); border-bottom: 1px solid var(--jl-line); }
  .jl-nav.is-open { display: block; }
  .jl-nav ul { flex-direction: column; gap: 0; padding: 8px var(--jl-pad) 18px; }
  .jl-nav a { padding: 14px 0; border-bottom: 1px solid var(--jl-line); }
  .jl-nav-toggle { display: block; }
  .jl-header__inner { position: relative; gap: 16px; }
  .jl-header .jl-btn { display: none; }
  .jl-topbar { font-size: 11.5px; gap: 14px; }
  .jl-section { padding: 68px 0; }
  .jl-split, .jl-reels { gap: 44px; }
  .jl-service__body { padding: 8px 26px 32px; }
  .jl-feature__body { padding: 8px 26px 34px; }
  .jl-stack { padding-bottom: 54px; }
  .jl-stack__back { width: 100%; height: 320px; }
  .jl-stack__front { width: 52%; height: 200px; }
  .jl-hero { min-height: 620px; height: auto; padding: 96px 0 84px; }
}
@media (prefers-reduced-motion: reduce) {
  .jl-hero__inner { animation: none; }
  .jl-card-img:hover > img { transform: none; }
}
