/* ============================================================
   Spotless Spaces — residential house cleaning (Clarkston, GA)
   Sparkling-clean: fresh green + white + soft slate/navy accent.
   Photo-light: color + inline-SVG icons. Manrope display + Inter body.
   ============================================================ */
:root {
  --green: #1f9d57;
  --green-2: #178049;
  --green-deep: #0f6238;
  --green-ink: #0a3d24;
  --mint: #ecfaf1;
  --mint-2: #d9f3e3;
  --slate: #233246;
  --slate-2: #34465e;
  --slate-soft: #5a6b82;
  --ink: #1b2a23;
  --muted: #5e6f66;
  --gray: #f4faf6;
  --gray-2: #e6f2ea;
  --line: #d9ece0;
  --white: #ffffff;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 24px 48px -26px rgba(15, 98, 56, 0.45);
  --shadow-sm: 0 12px 26px -16px rgba(15, 98, 56, 0.42);
  --display: "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, svg { 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--gray { background: var(--gray); }

h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; }
.accent { color: var(--green); }
.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: #8ee6b0; }

/* 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: 999px; 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 1.05em; font-size: .9rem; }
.btn--lg { padding: .92em 1.7em; 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 16px 30px -12px rgba(23, 128, 73, .6); }
.btn--ghost { border-color: rgba(31,157,87,.34); color: var(--green-2); background: var(--white); }
.btn--ghost:hover { border-color: var(--green); color: var(--green-deep); transform: translateY(-2px); }

/* brand / nav */
.brand { font-family: var(--display); font-weight: 800; font-size: 1.24rem; letter-spacing: -0.01em; color: var(--slate); line-height: 1.05; display: inline-flex; align-items: center; gap: 9px; }
.brand__mark { color: var(--green); display: grid; place-items: center; }
.brand__tag { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green-2); display: block; margin-top: 3px; }
.brand { flex-wrap: wrap; }
.brand__mark + .brand__tag { flex-basis: 100%; margin-left: 31px; margin-top: 0; }
.brand--light { color: var(--white); font-size: 1.5rem; display: inline-flex; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 18px; }
.nav__links { display: flex; gap: 28px; font-weight: 600; font-size: .96rem; }
.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: 940px) { .nav__links { display: none; } }
@media (max-width: 560px) { .nav__call .nav__callnum { display: none; } .nav__call { padding: .58em .72em; } .nav__call .btn__ico { font-size: 1.15rem; } }
@media (max-width: 400px) { .nav__quote { font-size: .82rem; padding: .55em .8em; } }

/* hero */
.hero { position: relative; overflow: hidden; padding: clamp(46px, 6vw, 78px) 0 clamp(28px, 4vw, 48px); background:
  radial-gradient(1100px 520px at 82% -10%, rgba(31,157,87,.16), transparent 62%),
  radial-gradient(760px 380px at 6% 110%, rgba(35,50,70,.10), transparent 60%),
  linear-gradient(180deg, var(--mint), #ffffff 72%); }
.hero__sparkle { position: absolute; color: var(--green); opacity: .8; pointer-events: none; }
.hero__sparkle--1 { top: 12%; left: 7%; color: var(--green); opacity: .32; transform: scale(.9); }
.hero__sparkle--2 { top: 60%; left: 50%; color: var(--slate); opacity: .14; transform: scale(.6); }
.hero__sparkle--3 { top: 22%; right: 4%; color: var(--green); opacity: .22; transform: scale(1.3); }
.hero__in { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5.8vw, 4.15rem); font-weight: 800; margin-bottom: 22px; color: var(--slate); }
.rating { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px; font-size: .94rem; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
.rating strong { font-family: var(--display); color: var(--green-deep); }
.stars { color: #f4b400; letter-spacing: 1px; }
.lede { font-size: 1.13rem; color: var(--muted); max-width: 50ch; 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: 26px; font-weight: 600; font-size: .94rem; color: var(--green-deep); }
.hero__trust li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: var(--green); color: var(--white);
  border-radius: 50%; font-size: .72rem; display: grid; place-items: center; transform: translateY(3px); }

/* hero art — CSS card, NO photos */
.hero__art { position: relative; }
.hero__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 30px 32px; box-shadow: var(--shadow);
  position: relative; overflow: hidden; }
.hero__card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 8px; background: linear-gradient(90deg, var(--green), var(--slate)); }
.hero__cardico { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; color: var(--green);
  background: var(--mint); margin: 10px 0 16px; }
.hero__cardlabel { font-family: var(--display); font-weight: 800; font-size: 1.12rem; color: var(--green-deep); margin-bottom: 16px; }
.hero__checklist { list-style: none; padding: 0; display: grid; gap: 13px; }
.hero__checklist li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink); font-size: 1rem; }
.hero__checklist .tick { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: var(--white); display: grid; place-items: center; }
.hero__badge { position: absolute; bottom: -18px; right: -14px; background: var(--slate); color: var(--white); font-family: var(--display);
  font-weight: 700; font-size: .76rem; line-height: 1.15; text-align: center; padding: 14px; border-radius: 50%;
  width: 104px; height: 104px; display: grid; place-items: center; box-shadow: var(--shadow); border: 3px solid var(--green); }
.hero__badge b { display: block; font-size: 1.5rem; color: #8ee6b0; font-weight: 800; line-height: 1; margin-bottom: 2px; }
@media (max-width: 820px) { .hero__in { grid-template-columns: 1fr; } .hero__art { max-width: 380px; margin: 8px auto 0; } }

/* stat bar */
.statbar { background: linear-gradient(120deg, var(--green-2), var(--green-deep)); color: var(--white); border-top: 5px solid var(--slate); }
.statbar__in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.stat:last-child { border-right: 0; }
.stat b { display: block; font-family: var(--display); font-weight: 800; font-size: 1.55rem; color: #ffffff; line-height: 1; margin-bottom: 6px; }
.stat span { font-size: .88rem; color: #c7ead6; }
@media (max-width: 640px) { .statbar__in { grid-template-columns: 1fr 1fr; } .stat:nth-child(2) { border-right: 0; } .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.14); } }

/* 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); color: var(--slate); }
.head__sub { color: var(--muted); margin-top: 12px; font-size: 1.06rem; }

/* services cards */
.cards { display: grid; grid-template-columns: repeat(3, 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(--gray-2); }
.card__ico { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--mint); color: var(--green-2); margin-bottom: 16px; }
.card h3 { font-size: 1.22rem; margin-bottom: 9px; color: var(--green-deep); }
.card p { color: var(--muted); font-size: .97rem; }
.card--accent { border-color: var(--green); box-shadow: 0 0 0 1px var(--green) inset; }
.card--accent .card__ico { background: var(--green); color: var(--white); }
.card--cta { background: linear-gradient(150deg, var(--slate-2), var(--slate)); color: var(--white); display: flex; flex-direction: column; }
.card--cta h3 { color: var(--white); }
.card--cta p { color: #c8d2df; margin-bottom: 16px; }
.card--cta .link { color: #8ee6b0; margin-top: auto; }
.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-deep); }
@media (max-width: 880px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .cards { grid-template-columns: 1fr; } }

/* why-us (green) */
.section--teal { background: linear-gradient(165deg, var(--green-2), var(--green-deep)); color: var(--white); }
.why { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 64px); align-items: center; }
.why h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 18px; }
.why__lede { color: #d2f0de; font-size: 1.08rem; margin-bottom: 26px; max-width: 48ch; }
.why__list { list-style: none; padding: 0; display: grid; gap: 18px; margin-bottom: 30px; }
.why__list li { display: grid; gap: 3px; padding-left: 34px; position: relative; }
.why__list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background: var(--white); color: var(--green-deep);
  border-radius: 50%; font-size: .8rem; font-weight: 700; display: grid; place-items: center; }
.why__list b { font-family: var(--display); font-size: 1.08rem; }
.why__list span { color: #b3e3c6; font-size: .96rem; }

/* why panel — CSS, NO photos */
.why__panel { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); padding: 30px; backdrop-filter: blur(4px); }
.panel__label { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; color: #8ee6b0; margin-bottom: 20px; }
.panel__grid { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 22px; }
.panel__grid li { background: var(--white); color: var(--green-deep); border-radius: var(--radius); padding: 18px 16px; display: grid; gap: 2px; }
.panel__ico { width: 42px; height: 42px; border-radius: 11px; background: var(--mint); color: var(--green); display: grid; place-items: center; margin-bottom: 8px; }
.panel__grid b { font-family: var(--display); font-size: 1.05rem; }
.panel__grid small { color: var(--muted); font-size: .85rem; }
.panel__quote { background: var(--slate); color: var(--white); border-radius: var(--radius); padding: 16px 18px; }
.panel__stars { color: #f4b400; letter-spacing: 2px; font-size: .95rem; }
.panel__quote p { font-family: var(--display); font-weight: 800; font-size: 1.1rem; margin-top: 4px; }
@media (max-width: 820px) { .why { 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: #f4b400; letter-spacing: 2px; }
.review blockquote { margin: 0; font-size: 1.03rem; 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: 820px) { .reviews { grid-template-columns: 1fr; } }

/* quote / request (slate band with green glow) */
.section--quote { background:
  radial-gradient(820px 380px at 88% 4%, rgba(31,157,87,.30), transparent 60%),
  linear-gradient(160deg, var(--slate-2), var(--slate)); 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: #d3dae4; }
.steps span { flex-shrink: 0; width: 32px; height: 32px; border-radius: 9px; background: var(--green); color: var(--white);
  display: grid; place-items: center; font-family: var(--display); font-weight: 800; }
.order__call { margin-top: 26px; color: #c8d2df; }
.order__call a { color: #8ee6b0; 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 textarea, .field select { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--body); font-size: 1rem; background: var(--gray); color: var(--ink); resize: vertical; }
.field select { appearance: none; -webkit-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 d='M1 1l5 5 5-5' fill='none' stroke='%23178049' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,157,87,.2); background: var(--white); }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field--row > div { margin: 0; }
.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; } }

/* 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; color: var(--slate); }
.info { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; }
.info b { min-width: 84px; font-family: var(--display); font-weight: 700; color: var(--green-deep); }
.info a { color: var(--green-2); font-weight: 600; }
.info--hours { align-items: flex-start; }
.hours { list-style: none; padding: 0; display: grid; gap: 6px; flex: 1; }
.hours li { display: flex; justify-content: space-between; color: var(--muted); max-width: 300px; }
.visit .link { margin-top: 22px; }
.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(--slate); color: #c8d2df; text-align: center; padding: 50px 0; border-top: 5px solid var(--green); }
.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: #97a4b4; }
.footer__by { font-size: .9rem; margin-top: 18px; }
.footer__by a:hover { color: #8ee6b0; border-color: #8ee6b0; }

/* reveals */
.js .section .head, .js .why, .js .cards, .js .reviews, .js .order, .js .visit { 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; }
}
