/* R&W Landscaping and Services — randwlandscapingnaples.com
   Brand: green #225b28 + hibiscus red accent · Poppins + Nunito Sans · circle hibiscus badge
   Built 2026-08 by The Imprintinator digital services. */

:root {
  --paper: #f7faf6;
  --ink: #17211a;
  --green: #225b28;
  --green-dark: #17421c;
  --moss: #57675a;
  --line: #dfe6de;
  --hibiscus: #bc1707;      /* logo flower — CTA/accent only */
  --hibiscus-dark: #8f1105;
  --head: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --sans: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 250, 246, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 14px;
  padding-top: 10px; padding-bottom: 10px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 54px; width: auto; }
.brand-name {
  font-family: var(--head); font-weight: 700; font-size: 1.02rem;
  letter-spacing: 0.04em; line-height: 1.2; color: var(--green);
}
.brand-name small {
  display: block; font-family: var(--sans); font-weight: 600;
  font-size: 0.6rem; letter-spacing: 0.18em; color: var(--moss); text-transform: uppercase;
}
nav.main { margin-left: auto; display: flex; gap: 24px; align-items: center; }
nav.main a {
  text-decoration: none; font-weight: 800; font-size: 0.8rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink);
  padding: 6px 0; border-bottom: 2px solid transparent;
}
nav.main a:hover, nav.main a.active { border-bottom-color: var(--hibiscus); }
.call-btn {
  background: var(--green); color: #fff !important; border-radius: 6px;
  padding: 10px 18px !important; border-bottom: none !important; white-space: nowrap;
}
.call-btn:hover { background: var(--green-dark); }

/* mobile nav */
.nav-toggle { display: none; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: 6px; padding: 8px 12px; font-size: 1.1rem; cursor: pointer; }
@media (max-width: 860px) {
  nav.main {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; gap: 0; padding: 8px 24px 16px;
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .call-btn { text-align: center; margin-top: 10px; border-radius: 6px; }
  .nav-toggle { display: block; }
}

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.hero-copy { background: var(--green); color: #f2f7f0; display: flex; align-items: center; }
.hero-copy-inner { padding: 72px 56px 72px max(24px, calc((100vw - 1120px) / 2 + 24px)); max-width: 640px; }
.kicker {
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: #bcd3ba; margin-bottom: 18px; font-weight: 800;
}
.hero h1 { font-family: var(--head); font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.8rem); line-height: 1.2; margin-bottom: 20px; }
.hero p.lede { color: #d8e6d5; margin-bottom: 30px; max-width: 48ch; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 800;
  font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 15px 26px; border-radius: 6px; transition: background 0.15s;
  font-family: var(--sans);
}
.btn-red { background: var(--hibiscus); color: #fff; }
.btn-red:hover { background: var(--hibiscus-dark); }
.btn-outline { border: 2px solid #f2f7f0; color: #f2f7f0; }
.btn-outline:hover { background: #f2f7f0; color: var(--green); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); }
.hero-photo { background-size: cover; background-position: center; min-height: 320px; }
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy-inner { padding: 56px 24px; }
}

/* ---------- trust bar ---------- */
.trust { background: #fff; border-bottom: 1px solid var(--line); }
.trust .wrap {
  display: flex; justify-content: space-between; gap: 18px;
  padding-top: 20px; padding-bottom: 20px; flex-wrap: wrap;
}
.trust span { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800; color: var(--moss); }
.trust b { color: var(--ink); }

/* ---------- sections ---------- */
section.block { padding: 84px 0; }
section.block.tight { padding: 56px 0; }
.section-kicker { color: var(--hibiscus); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 12px; }
h2.section-title { font-family: var(--head); font-weight: 800; font-size: clamp(1.5rem, 2.5vw, 2.1rem); line-height: 1.25; margin-bottom: 18px; }
.section-intro { max-width: 62ch; color: var(--moss); margin-bottom: 40px; }

/* services */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 40px 36px; }
.svc-card h3 { font-family: var(--head); font-weight: 700; font-size: 1.2rem; margin-bottom: 6px; color: var(--green); }
.svc-card p.sub { color: var(--moss); font-size: 0.92rem; margin-bottom: 20px; }
.svc-card ul { list-style: none; }
.svc-card li { padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line); position: relative; }
.svc-card li:last-child { border-bottom: none; }
.svc-card li a { text-decoration: none; }
.svc-card li a:hover { color: var(--green); text-decoration: underline; }
.svc-card li::before {
  content: ""; position: absolute; left: 2px; top: 50%; width: 10px; height: 10px;
  transform: translateY(-50%); border-radius: 50% 50% 50% 0; background: var(--green);
}
@media (max-width: 760px) { .svc-grid { grid-template-columns: 1fr; } }

/* about band */
.about-band { background: var(--green); color: #f2f7f0; }
.about-band .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; padding-top: 84px; padding-bottom: 84px; }
.about-band .section-kicker { color: #f0b9b2; }
.about-band h2 { color: #fff; font-family: var(--head); font-weight: 800; font-size: clamp(1.5rem, 2.5vw, 2.1rem); line-height: 1.25; margin-bottom: 18px; }
.about-band p { color: #d8e6d5; margin-bottom: 18px; }
.about-band img { border-radius: 8px; }
.badge-panel { background: #fff; border-radius: 12px; padding: 44px; display: flex; align-items: center; justify-content: center; }
.badge-panel img { max-width: 320px; }
@media (max-width: 860px) { .about-band .wrap { grid-template-columns: 1fr; } }

/* gallery + placeholders */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gal-grid a, .gal-grid .ph { display: block; overflow: hidden; border-radius: 8px; background: #e3eae2; }
.gal-grid img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.25s; }
.gal-grid a:hover img { transform: scale(1.04); }
.ph { height: 260px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--moss); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800; border: 2px dashed var(--line); padding: 20px; }
@media (max-width: 860px) { .gal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .gal-grid { grid-template-columns: 1fr; } .gal-grid img { height: auto; } }

/* testimonials */
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.quote-card { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--hibiscus); border-radius: 8px; padding: 36px; }
.quote-card p.q { font-size: 1.02rem; margin-bottom: 18px; }
.quote-card .who { font-weight: 800; color: var(--green); }
.quote-card .stars { color: var(--hibiscus); letter-spacing: 0.2em; margin-bottom: 12px; }
@media (max-width: 760px) { .quote-grid { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band { background: var(--hibiscus); color: #fff; text-align: center; }
.cta-band .wrap { padding-top: 64px; padding-bottom: 64px; }
.cta-band h2 { font-family: var(--head); font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: 10px; }
.cta-band p { margin-bottom: 26px; opacity: 0.92; }
.cta-band .btn { background: #fff; color: var(--hibiscus); }
.cta-band .btn:hover { background: var(--paper); }

/* contact + form */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; }
.contact-list { list-style: none; }
.contact-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-list b { display: block; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--moss); margin-bottom: 3px; }
.contact-list a { font-family: var(--head); font-size: 1.1rem; text-decoration: none; }
form.estimate { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 36px; }
form.estimate label { display: block; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--moss); margin: 18px 0 6px; }
form.estimate label:first-of-type { margin-top: 0; }
form.estimate input, form.estimate select, form.estimate textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px;
  font-family: var(--sans); font-size: 1rem; background: var(--paper);
}
form.estimate textarea { min-height: 120px; resize: vertical; }
form.estimate button { margin-top: 24px; width: 100%; border: none; cursor: pointer; }
.form-note { font-size: 0.8rem; color: var(--moss); margin-top: 12px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.site-footer { background: var(--green-dark); color: #c9d8c6; }
.site-footer .wrap { padding-top: 56px; padding-bottom: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.foot-brand img { height: 72px; margin-bottom: 14px; }
.foot-brand .tagline { font-family: var(--head); font-weight: 700; color: #fff; margin-bottom: 8px; }
.site-footer h4 { color: #fff; font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; font-family: var(--head); }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #c9d8c6; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.foot-legal { border-top: 1px solid #2c5231; padding-top: 22px; font-size: 0.82rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.foot-legal b { color: #fff; font-weight: 800; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; } }

/* page hero (interior pages) */
.page-hero { background: var(--green); color: #fff; }
.page-hero .wrap { padding-top: 72px; padding-bottom: 72px; }
.page-hero h1 { font-family: var(--head); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 10px; }
.page-hero p { color: #d8e6d5; max-width: 60ch; }
