/* ============================================================
   Sminnie Green LawnCare — Stockbridge, GA
   Lawn care / landscaping: vibrant green + earthy brown + cream/white
   Fonts: Archivo / Manrope (display) + Inter (body)
   ============================================================ */
:root {
  --green: #2f8f2f;
  --green-2: #27761f;
  --green-deep: #14491a;
  --green-soft: #e7f3e3;
  --leaf: #3faa3a;
  --brown: #6b4f2a;
  --brown-dark: #4f3a1d;
  --bark: #3a2c17;
  --sun: #f2b21a;
  --ink: #1d2418;
  --muted: #5d6a55;
  --cream: #f7f5ee;
  --cream-2: #efece1;
  --line: #dde3d4;
  --white: #ffffff;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow: 0 22px 44px -26px rgba(20, 73, 26, 0.55);
  --shadow-sm: 0 10px 24px -16px rgba(20, 73, 26, 0.5);
  --display: "Archivo", "Manrope", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* { margin: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { font-family: var(--body); color: var(--ink); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(58px, 8vw, 104px) 0; }
.section--cream { background: var(--cream); }

h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.015em; line-height: 1.08; }
.accent { color: var(--sun); }
.eyebrow { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; color: var(--green-2); margin-bottom: 14px; }
.eyebrow--light { color: #bfe6b3; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-weight: 700; font-family: var(--display);
  padding: .82em 1.4em; border-radius: 10px; border: 2px solid transparent; cursor: pointer; transition: .22s var(--ease); white-space: nowrap; letter-spacing: .01em; }
.btn__ico { font-size: 1.05em; line-height: 1; transform: translateY(1px); }
.btn--sm { padding: .58em 1em; font-size: .9rem; }
.btn--lg { padding: .92em 1.6em; font-size: 1.04rem; }
.btn--block { width: 100%; }
.btn--solid { background: var(--green); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--solid:hover { background: var(--green-2); transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(39, 118, 31, .7); }
.btn--ghost { border-color: rgba(20,73,26,.22); color: var(--green-deep); background: var(--white); }
.btn--ghost:hover { border-color: var(--green); transform: translateY(-2px); }

/* brand / nav */
.brand { font-family: var(--display); font-weight: 800; font-size: 1.24rem; letter-spacing: -0.01em; color: var(--green-deep); line-height: 1.05; display: inline-flex; flex-direction: column; }
.brand__tag { font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brown); margin-top: 3px; }
.brand--light { color: var(--white); font-size: 1.5rem; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.nav__links { display: flex; gap: 28px; font-weight: 600; font-size: .96rem; margin-left: auto; }
.nav__links a { color: var(--ink); position: relative; }
.nav__links a:hover { color: var(--green-2); }
.nav__actions { display: flex; align-items: center; gap: 10px; }
@media (max-width: 920px) { .nav__links { display: none; } .nav__actions { margin-left: auto; } }
@media (max-width: 520px) { .nav__quote { display: none; } }

/* hero */
.hero { padding: clamp(40px, 6vw, 72px) 0 clamp(20px, 4vw, 40px); background:
  radial-gradient(1100px 460px at 78% -8%, rgba(47,143,47,.12), transparent 60%),
  linear-gradient(180deg, #fbfdfa, #fff); }
.hero__in { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.1rem); font-weight: 900; margin-bottom: 22px; }
.rating { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 8px;
  padding: 8px 15px; font-size: .94rem; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
.rating strong { font-family: var(--display); }
.stars { color: var(--sun); letter-spacing: 1px; }
.lede { font-size: 1.13rem; color: var(--muted); max-width: 48ch; margin-bottom: 28px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.hero__trust { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero__trust li { position: relative; padding-left: 24px; font-weight: 600; font-size: .94rem; color: var(--green-deep); }
.hero__trust li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 17px; height: 17px; background: var(--green); color: var(--white);
  border-radius: 50%; font-size: .72rem; display: grid; place-items: center; transform: translateY(3px); }
.hero__art { position: relative; }
.hero__art img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero__badge { position: absolute; bottom: -16px; left: -16px; background: var(--green-deep); color: var(--white); font-family: var(--display);
  font-weight: 700; font-size: .82rem; line-height: 1.15; text-align: center; padding: 16px; border-radius: 50%;
  width: 112px; height: 112px; display: grid; place-items: center; box-shadow: var(--shadow); border: 3px solid var(--sun); }
.hero__badge b { display: block; font-size: 1.5rem; color: var(--sun); font-weight: 900; line-height: 1; }
@media (max-width: 820px) { .hero__in { grid-template-columns: 1fr; } .hero__art { max-width: 400px; margin: 8px auto 0; } }

/* ribbon (service strip) */
.ribbon { background: var(--green-deep); color: var(--white); border-top: 4px solid var(--sun); }
.ribbon__in { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 0; padding: 18px 0; }
.ribbon__item { font-family: var(--display); font-weight: 700; font-size: 1.02rem; letter-spacing: .01em; padding: 0 clamp(14px, 2.6vw, 30px); position: relative; }
.ribbon__item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--sun); }
@media (max-width: 600px) { .ribbon__item { font-size: .9rem; padding: 0 12px; } }

/* section heads */
.head { text-align: center; max-width: 680px; margin: 0 auto clamp(34px, 5vw, 52px); }
.head h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
.head__sub { color: var(--muted); margin-top: 12px; font-size: 1.06rem; }

/* gallery (masonry) — 3 columns reads full with ~7 images */
.masonry { column-count: 3; column-gap: 16px; }
.tile { display: block; width: 100%; border: 0; padding: 0; margin: 0 0 16px; background: none; cursor: pointer;
  border-radius: 14px; overflow: hidden; break-inside: avoid; box-shadow: var(--shadow); }
.tile img { width: 100%; transition: transform .5s var(--ease); }
.tile:hover img { transform: scale(1.06); }
@media (max-width: 900px) { .masonry { column-count: 2; } }
@media (max-width: 540px) { .masonry { column-count: 1; column-gap: 12px; } .tile { margin-bottom: 12px; } }

/* about */
.about { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(34px, 5vw, 64px); align-items: center; }
.about__pic { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); position: relative; }
.about__pic img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 18px; }
.about p { color: var(--muted); font-size: 1.07rem; margin-bottom: 16px; max-width: 52ch; }
.about__sig { font-family: var(--display); font-weight: 800; color: var(--green-deep); font-size: 1.05rem; margin-top: 4px; }
.about__sig span { display: block; font-weight: 600; font-size: .9rem; color: var(--brown); font-family: var(--body); }
@media (max-width: 820px) { .about { grid-template-columns: 1fr; } }

/* services cards */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; transition: .26s var(--ease); position: relative; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--cream-2); }
.card__ico { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 12px; background: var(--green-soft); font-size: 1.5rem; margin-bottom: 16px; }
.card h3 { font-size: 1.24rem; margin-bottom: 9px; }
.card p { color: var(--muted); font-size: .98rem; }
.card__price { display: inline-block; margin-top: 14px; font-family: var(--display); font-weight: 700; font-size: .82rem; color: var(--brown);
  background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }
.card--accent { border-color: var(--green); box-shadow: 0 0 0 1px var(--green) inset; }
.card--accent .card__ico { background: var(--green); }
.card--accent .card__ico svg { color: var(--white); }
@media (max-width: 760px) { .cards { grid-template-columns: 1fr; } }

/* why-us (green band) */
.section--green { background: linear-gradient(165deg, var(--green-2), var(--green-deep)); color: var(--white); }
.why-head { text-align: center; max-width: 640px; margin: 0 auto clamp(34px, 5vw, 48px); }
.why-head .eyebrow { color: #bfe6b3; }
.why-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); color: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 26px 22px; text-align: center; }
.why-card__ico { width: 52px; height: 52px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 14px; background: var(--sun); color: var(--green-deep); }
.why-card b { display: block; font-family: var(--display); font-size: 1.08rem; margin-bottom: 7px; }
.why-card span { color: #cfe6c8; font-size: .95rem; }
.why-cta { text-align: center; margin-top: clamp(30px, 4vw, 44px); }
@media (max-width: 860px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .why-grid { grid-template-columns: 1fr; } }

/* reviews */
.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review { margin: 0; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 13px; }
.review__stars { color: var(--sun); letter-spacing: 2px; }
.review blockquote { margin: 0; font-size: 1.04rem; line-height: 1.62; color: var(--ink); }
.review figcaption { color: var(--green-deep); font-family: var(--display); font-weight: 700; font-size: .94rem; margin-top: auto; }
.review figcaption span { color: var(--muted); font-weight: 400; font-family: var(--body); }
.reviews__cta { text-align: center; margin-top: clamp(26px, 4vw, 40px); }
@media (max-width: 760px) { .reviews { grid-template-columns: 1fr; } }

/* quote / request (green band) */
.section--quote { background:
  radial-gradient(800px 360px at 12% 0%, rgba(242,178,26,.18), transparent 62%),
  linear-gradient(160deg, var(--green-2), var(--green-deep)); color: var(--white); }
.order { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 66px); align-items: center; }
.order h2 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); margin-bottom: 24px; }
.steps { list-style: none; padding: 0; display: grid; gap: 14px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.04rem; color: #d6ead0; }
.steps span { flex-shrink: 0; width: 32px; height: 32px; border-radius: 9px; background: var(--sun); color: var(--green-deep);
  display: grid; place-items: center; font-family: var(--display); font-weight: 800; }
.order__call { margin-top: 26px; color: #cfe6c8; }
.order__call a { color: var(--sun); font-weight: 700; border-bottom: 1px solid; }
.order__form { background: var(--white); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 34px); box-shadow: var(--shadow); }
.field { margin-bottom: 15px; }
.field label { display: block; font-family: var(--display); font-weight: 600; font-size: .88rem; margin-bottom: 7px; color: var(--green-deep); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 9px;
  font-family: var(--body); font-size: 1rem; background: #fbfdfa; color: var(--ink); resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235d6a55' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,143,47,.2); background: var(--white); }
.form__note { margin-top: 14px; text-align: center; font-family: var(--display); font-weight: 700; min-height: 1.2em; }
.form__note.ok { color: var(--green-deep); }
.form__fine { margin-top: 12px; text-align: center; font-size: .8rem; color: var(--muted); }
@media (max-width: 820px) { .order { grid-template-columns: 1fr; } }

/* service area / visit */
.visit { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.visit h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 22px; }
.info { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; }
.info b { min-width: 96px; font-family: var(--display); font-weight: 700; color: var(--green-deep); }
.info a { color: var(--green-2); font-weight: 600; }
.info span { color: var(--muted); }
.visit .link { margin-top: 22px; }
.link { color: var(--green-2); font-family: var(--display); font-weight: 700; border-bottom: 2px solid currentColor; padding-bottom: 1px; display: inline-block; }
.link:hover { color: var(--green); }
.visit__map { aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.visit__map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 820px) { .visit { grid-template-columns: 1fr; } }

/* footer */
.footer { background: var(--bark); color: #d6cdbd; text-align: center; padding: 50px 0; border-top: 4px solid var(--sun); }
.footer__in p { margin-top: 10px; }
.footer__in a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.3); }
.footer__hours { font-size: .92rem; color: #b3a892; }
.footer__by { font-size: .9rem; margin-top: 18px; }
.footer__by a:hover { color: var(--sun); border-color: var(--sun); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(20,73,26,.93); display: grid; place-items: center; padding: 30px; cursor: zoom-out; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 90vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }

/* reveals */
.js .section .head, .js .why-head, .js .about, .js .cards, .js .why-grid, .js .reviews, .js .order, .js .visit, .js .masonry { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .in { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .js [class] { opacity: 1 !important; transform: none !important; }
}
