/* Vincenti Landscaping brand tokens v1.0 (Aug 2026) */
:root {
  --vl-shamrock: #0E7B3D;
  --vl-pine: #0A5A2D;
  --vl-forest: #06371C;
  --vl-clover: #5BB048;
  --vl-clover-light: #9BCF8B;
  --vl-ink: #0B0D0B;
  --vl-charcoal: #252B26;
  --vl-slate: #5A665C;
  --vl-border: #D9E2D7;
  --vl-mist: #EDF5EC;
  --vl-bone: #F7F9F6;
  --vl-white: #FFFFFF;
  --vl-harvest: #D9A441;
  --vl-harvest-deep: #8A5F14;
  --vl-font-head: 'Archivo', Arial, sans-serif;
  --vl-font-body: 'Source Sans 3', 'Segoe UI', Tahoma, sans-serif;
  --vl-font-script: 'Yellowtail', 'Brush Script MT', cursive;
  --vl-radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--vl-white); color: var(--vl-charcoal);
  font-family: var(--vl-font-body); font-size: 1.0625rem; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--vl-shamrock); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--vl-shamrock); outline-offset: 2px; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: var(--vl-font-head); color: var(--vl-ink); line-height: 1.2; text-wrap: balance; }
p { max-width: 72ch; }

/* Header */
.utility-bar { background: var(--vl-forest); color: #D4E2D6; font-size: .85rem; padding: 6px 0; }
.utility-bar .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.utility-bar a { color: var(--vl-clover-light); font-weight: 600; text-decoration: none; }
.main-bar { background: var(--vl-white); border-bottom: 1px solid var(--vl-border);
  position: sticky; top: 0; z-index: 50; }
.main-bar .wrap { display: flex; align-items: center; gap: 34px; padding-top: 10px; padding-bottom: 10px; }
.main-bar .btn { margin-left: auto; }
.logo-link img { width: 74px; height: 91px; }
.main-nav { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.main-nav > li { position: relative; }
.main-nav > li > a { white-space: nowrap; }
.main-bar .btn { white-space: nowrap; }
.logo-link { flex-shrink: 0; }
.main-nav > li { position: relative; }
.main-nav a { font-family: var(--vl-font-head); font-weight: 600; font-size: .98rem;
  color: var(--vl-ink); text-decoration: none; padding: 8px 2px; display: inline-block; }
.main-nav a:hover { color: var(--vl-shamrock); }
.dropdown { display: none; position: absolute; top: 100%; left: -10px; background: var(--vl-white);
  border: 1px solid var(--vl-border); border-radius: var(--vl-radius); min-width: 280px;
  box-shadow: 0 10px 26px rgba(6,55,28,.14); list-style: none; margin: 0; padding: 8px; }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { display: block; }
.dropdown a { display: block; padding: 9px 12px; border-radius: 6px; font-weight: 500; }
.dropdown a:hover { background: var(--vl-mist); color: var(--vl-pine); }
.btn { display: inline-block; font-family: var(--vl-font-head); font-weight: 700; font-size: 1rem;
  padding: 12px 24px; border-radius: var(--vl-radius); text-decoration: none; border: none; cursor: pointer; }
.btn-primary { background: var(--vl-shamrock); color: #fff; }
.btn-primary:hover { background: var(--vl-pine); }
.btn-outline { background: transparent; color: var(--vl-shamrock); border: 2px solid var(--vl-shamrock); }
.btn-outline:hover { background: var(--vl-mist); }
.nav-toggle { display: none; }

/* Hero */
.hero { position: relative; background: var(--vl-forest); color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.hero-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(6,55,28,.68) 0%, rgba(6,55,28,.52) 45%, rgba(6,55,28,.22) 100%); }
.hero-inner { position: relative; padding: 84px 0 76px; max-width: 780px; }
.hero .eyebrow-h1 { font-family: var(--vl-font-head); font-weight: 600; font-size: .95rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--vl-clover-light); margin: 0 0 10px; }
.hero .headline { font-weight: 800; font-size: clamp(2rem, 4.6vw, 3.1rem); color: #fff; margin: 0 0 14px; }
.hero .subtext { font-size: 1.15rem; color: #E4EEE4; max-width: 58ch; margin: 0 0 26px; }
.hero .script-note { font-family: var(--vl-font-script); color: var(--vl-clover-light);
  font-size: 1.7rem; margin: 18px 0 0; }

/* Sections */
section.band { padding: 64px 0 56px; }
.band-mist { background: var(--vl-mist); }
.band-bone { background: var(--vl-bone); }
.band-forest { background: var(--vl-forest); color: #fff; }
.band-forest h2, .band-forest h3 { color: #fff; }
.band-forest p { color: #D4E2D6; }
.kicker { font-family: var(--vl-font-head); font-weight: 700; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--vl-shamrock); margin: 0 0 8px; }
.band-forest .kicker { color: var(--vl-clover-light); }
section.band h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 0 0 14px; }

/* Cards */
.grid { display: grid; gap: 22px; margin-top: 26px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-2col { grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media (max-width: 700px) { .grid-2col { grid-template-columns: 1fr; } }
.card { background: var(--vl-white); border: 1px solid var(--vl-border); border-radius: 10px;
  overflow: hidden; display: flex; flex-direction: column; }
.card img { aspect-ratio: 4 / 3; object-fit: cover; }
.card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card h3 { margin: 0; font-size: 1.2rem; }
.card p { font-size: .98rem; margin: 0; }
.card .card-link { margin-top: auto; font-family: var(--vl-font-head); font-weight: 700;
  color: var(--vl-shamrock); text-decoration: none; }
.card .card-link:hover { text-decoration: underline; }

/* Trust band */
.trust { display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: center;
  font-family: var(--vl-font-head); font-weight: 700; font-size: 1.02rem; }
.trust span::before { content: "✓ "; color: var(--vl-clover); }
.band-forest .trust span::before { color: var(--vl-clover-light); }

/* Reviews */
.review-card { background: var(--vl-white); border: 1px solid var(--vl-border);
  border-radius: 10px; padding: 20px 22px; margin: 0; }
.review-card .stars { color: var(--vl-harvest); letter-spacing: 2px; margin-bottom: 8px; }
.review-card blockquote { margin: 0 0 12px; font-size: .98rem; }
.review-card figcaption { font-family: var(--vl-font-head); font-weight: 700; font-size: .9rem; }
.review-card .via { color: var(--vl-slate); font-weight: 400; margin-left: 6px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; margin-top: 24px; }
.gallery-grid a { display: block; border-radius: 10px; overflow: hidden; position: relative; }
.gallery-grid img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .18s ease; }
.gallery-grid a:hover img { transform: scale(1.03); }

/* Lists & content */
.checklist { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.checklist li { background: var(--vl-white); border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius); padding: 12px 16px; font-weight: 600;
  font-family: var(--vl-font-head); font-size: .98rem; }
.checklist li::before { content: "✓ "; color: var(--vl-shamrock); }
.area-links { list-style: none; padding: 0; margin: 20px 0 0; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; }
.area-links a { display: block; background: var(--vl-white); border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius); padding: 11px 15px; text-decoration: none;
  font-family: var(--vl-font-head); font-weight: 600; color: var(--vl-pine); }
.area-links a:hover { background: var(--vl-mist); }
.prose { max-width: 76ch; }
.prose p { margin: 0 0 16px; }

/* FAQ */
.faq details { background: var(--vl-white); border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius); padding: 4px 18px; margin-bottom: 10px; }
.faq summary { font-family: var(--vl-font-head); font-weight: 700; cursor: pointer; padding: 10px 0; }
.faq p { margin: 4px 0 14px; }

/* Before / after */
.ba-pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; margin-top: 24px; }
.ba-pair figure { margin: 0; }
.ba-pair img { border-radius: 10px; aspect-ratio: 4 / 3; object-fit: cover; }
.ba-pair figcaption { font-family: var(--vl-font-head); font-weight: 700;
  font-size: .92rem; margin-top: 8px; color: var(--vl-slate); text-transform: uppercase; letter-spacing: .06em; }

/* CTA close */
.cta-close { text-align: center; }
.cta-close .script-note { font-family: var(--vl-font-script); color: var(--vl-clover-light); font-size: 1.9rem; margin: 0 auto 8px; }
.cta-close h2 { margin-bottom: 18px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 26px; }
.contact-card { background: var(--vl-white); border: 1px solid var(--vl-border); border-radius: 10px; padding: 24px 26px; }
.contact-card address { font-style: normal; line-height: 1.8; }
form.estimate label { display: block; font-family: var(--vl-font-head); font-weight: 600; margin: 14px 0 4px; }
form.estimate input, form.estimate textarea, form.estimate select { width: 100%; padding: 11px 12px;
  border: 1px solid var(--vl-border); border-radius: var(--vl-radius); font: inherit; background: var(--vl-bone); }
.map-embed { min-height: 380px; background: var(--vl-mist); border-radius: 10px; margin-top: 30px; }

/* Footer */
.site-footer { background: var(--vl-forest); color: #C9DACB; font-size: .95rem; padding: 54px 0 0; }
.site-footer .wrap { display: grid; gap: 34px; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; padding-bottom: 34px; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #C9DACB; text-decoration: none; }
.site-footer a:hover { color: var(--vl-clover-light); }
.entity-summary { font-size: .92rem; max-width: 34ch; }
.footer-brand img { width: 92px; height: 113px; margin-bottom: 12px; }
.contact-block address { font-style: normal; line-height: 1.7; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.16); padding: 18px 0; font-size: .85rem; }
.footer-legal .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-bottom: 0; }
.footer-legal p { margin: 0; }
.footer-legal a { color: var(--vl-clover-light); }

/* Responsive */
@media (max-width: 920px) {
  .site-footer .wrap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; background: none; border: 2px solid var(--vl-border);
    border-radius: 6px; padding: 7px 11px; font-size: 1.15rem; margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--vl-white); border-bottom: 1px solid var(--vl-border);
    flex-direction: column; align-items: stretch; padding: 10px 22px 16px; border-top: none; order: 0; gap: 4px; }
  .main-nav.open { display: flex; }
  .dropdown { display: block; position: static; box-shadow: none; border: none; padding-left: 14px; }
  .main-bar .btn { margin-left: 14px; }
}
@media (max-width: 760px) {
  .main-bar .btn { display: none; }
  .hero-inner { padding: 60px 0 54px; }
  .site-footer .wrap { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-grid img { transition: none; }
}

/* cluster layout variants */
.faq-open h3 { margin: 22px 0 6px; font-size: 1.05rem; }
.faq-open p { margin: 0 0 6px; }
.stat-chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.stat-chips span { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  color: #fff; font-family: var(--vl-font-head); font-weight: 600; font-size: .9rem;
  padding: 8px 16px; border-radius: 99px; }
.wide-img img { border-radius: 12px; }
.inline-note { border-left: 4px solid var(--vl-clover); background: var(--vl-mist);
  padding: 14px 18px; border-radius: 0 8px 8px 0; font-size: .98rem; max-width: 76ch; }

/* before/after comparison slider */
.ba-slider { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 10px; user-select: none; }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-slider .after-img { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px;
  background: #fff; box-shadow: 0 0 8px rgba(0,0,0,.45); pointer-events: none; }
.ba-divider::after { content: "\25C0 \25B6"; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); background: var(--vl-shamrock); color: #fff;
  font-size: .72rem; letter-spacing: 1px; padding: 8px 10px; border-radius: 99px; white-space: nowrap;
  font-family: var(--vl-font-head); font-weight: 700; }
.ba-slider input[type="range"] { position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize; margin: 0; }
.ba-tag { position: absolute; bottom: 10px; font-family: var(--vl-font-head); font-weight: 700;
  font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: #fff;
  background: rgba(11,13,11,.65); padding: 4px 10px; border-radius: 6px; pointer-events: none; }
.ba-tag.before { left: 10px; } .ba-tag.after { right: 10px; }
.ba-caption { font-family: var(--vl-font-head); font-weight: 700; font-size: .92rem;
  margin-top: 10px; color: var(--vl-slate); text-transform: uppercase; letter-spacing: .06em; }

/* Google-style review cards (static placeholder, matches future Places API render) */
.grev-summary { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 6px 0 24px; }
.grev-summary .grev-score { font-family: var(--vl-font-head); font-weight: 700; font-size: 1.5rem; color: var(--vl-ink); margin-right: 8px; }
.grev-link { font-size: .9rem; }
.grev-card { background: #fff; border: 1px solid #dadce0; border-radius: 12px; padding: 18px 20px 16px;
  box-shadow: 0 1px 2px rgba(60,64,67,.10); margin: 0; display: flex; flex-direction: column; align-items: flex-start; }
.grev-top { display: flex; align-items: center; gap: 12px; }
.grev-avatar { width: 40px; height: 40px; border-radius: 50%; color: #fff; display: flex; align-items: center;
  justify-content: center; font-family: var(--vl-font-head); font-weight: 700; font-size: 1.05rem; flex: 0 0 40px; }
.grev-name { font-weight: 600; color: #202124; font-size: .95rem; line-height: 1.25; }
.grev-date { color: #70757a; font-size: .82rem; }
.grev-stars { color: #FBBC04; letter-spacing: 2px; font-size: .95rem; margin: 10px 0 8px; }
.grev-text { color: #3c4043; font-size: .93rem; line-height: 1.55; margin: 0; white-space: pre-line; }
.grev-text.clamped { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.grev-more { background: none; border: 0; color: #1a73e8; font-size: .88rem; padding: 6px 0 0; cursor: pointer; font-family: var(--vl-font-body); }
.grev-g { display: inline-flex; align-items: center; gap: 7px; color: #70757a; font-size: .8rem; margin-top: 12px; }
.grev-g svg { flex: 0 0 auto; }
/* contact map placeholder */
.map-ph { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center; color: var(--vl-slate); padding: 30px; }
.map-ph p { margin: 0; line-height: 1.7; color: var(--vl-ink); }
.map-ph-note { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; font-family: var(--vl-font-head); font-weight: 600; color: var(--vl-slate); }

/* contact page: form lives in the hero */
.contact-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding: 64px 0 60px; position: relative; }
.contact-hero-grid .hero-copy h1 { margin: 0 0 10px; }
.contact-hero-grid .phone-big { display: inline-block; font-family: var(--vl-font-head); font-weight: 800;
  font-size: 1.6rem; color: #fff; margin: 6px 0 14px; text-decoration: none; }
.contact-hero-grid .phone-big:hover { color: var(--vl-clover-light); }
.hero-form-card { background: var(--vl-white); color: var(--vl-ink); border-radius: 12px; padding: 26px 28px 28px;
  box-shadow: 0 12px 34px rgba(0,0,0,.30); }
.hero-form-card h2 { font-size: 1.3rem; margin: 0 0 4px; }
.hero-form-card .form-note { color: var(--vl-slate); font-size: .92rem; margin: 0 0 6px; }
@media (max-width: 920px) { .contact-hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 44px 0 48px; } }

/* local knowledge figures */
.notes-figs { display: flex; flex-direction: column; gap: 18px; }
.photo-note { margin: 0; }
.photo-note img { border-radius: 10px; }
.photo-note figcaption { font-family: var(--vl-font-head); font-weight: 600; font-size: .85rem;
  color: var(--vl-slate); margin-top: 8px; text-transform: uppercase; letter-spacing: .05em; }

/* utility bar socials */
.util-right { display: inline-flex; align-items: center; gap: 14px; }
.utility-bar .soc { color: var(--vl-clover-light); display: inline-flex; align-items: center; }
.utility-bar .soc:hover { color: #fff; }
.footer-social { display: flex; gap: 14px; margin-top: 12px; }
.footer-social .soc { color: #C9DACB; display: inline-flex; }
.footer-social .soc:hover { color: #fff; }
