/* Corporate Interior Cleaning — Site Styles */
:root {
  --teal: #0b4f5c;
  --teal-2: #073e48;
  --teal-3: #0d6877;
  --green: #1fb87c;
  --green-2: #18a06a;
  --cream: #f4f7f6;
  --cream-2: #eaf2ef;
  --ink: #0d2026;
  --muted: #4f6a72;
  --line: #d9e1de;
  --bg: #ffffff;
  --shadow: 0 6px 24px rgba(11, 79, 92, 0.08);
  --shadow-lg: 0 12px 40px rgba(11, 79, 92, 0.14);
  --radius: 8px;
  --maxw: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--green-2); text-decoration: underline; }
h1, h2, h3, h4 {
  font-family: "Source Serif 4", "Source Serif Pro", Georgia, serif;
  color: var(--teal-2);
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .8rem; letter-spacing: -.01em; }
h2 { font-size: clamp(1.55rem, 2.6vw, 2.2rem); margin-bottom: .6rem; letter-spacing: -.005em; }
h3 { font-size: 1.18rem; margin-bottom: .4rem; }
h4 { font-size: 1rem; margin-bottom: .4rem; color: var(--ink); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }
.container.narrow { max-width: 820px; }

/* Skip link */
.skip {
  position: absolute; top: -40px; left: 8px; background: var(--teal-2); color: #fff;
  padding: .5rem .9rem; border-radius: 4px; z-index: 100;
}
.skip:focus { top: 8px; }

/* Topbar */
.topbar {
  background: var(--teal-2); color: #c7d8dc; font-size: .85rem; padding: .5rem 0;
}
.topbar a { color: #fff; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.badges { display: flex; gap: .8rem; flex-wrap: wrap; }
.badge { color: #c7d8dc; }
.badge::before { content: ''; }
.topbar-contact a { font-weight: 600; }

/* Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 2px 8px rgba(11, 79, 92, .04);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem 1.25rem; max-width: var(--maxw); margin: 0 auto; gap: 1rem;
}
.logo {
  display: flex; align-items: center; gap: .55rem; font-weight: 700;
  font-family: "Source Serif 4", Georgia, serif; color: var(--teal-2);
  font-size: 1.15rem;
}
.logo:hover { text-decoration: none; }
.logo-mark {
  background: linear-gradient(135deg, var(--green), var(--teal-3));
  color: #fff; font-family: "Inter", sans-serif; font-weight: 800;
  padding: .35rem .55rem; border-radius: 6px; font-size: .85rem; letter-spacing: .03em;
}
.logo-text { line-height: 1.1; }
.primary { display: flex; }
.primary ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 1.4rem; }
.primary a { color: var(--ink); font-weight: 500; padding: .4rem 0; }
.primary a:hover { color: var(--teal); text-decoration: none; }
.nav-cta {
  background: var(--green); color: #fff; padding: .55rem 1rem; border-radius: 6px;
  font-weight: 600; font-size: .92rem;
}
.nav-cta:hover { background: var(--green-2); color: #fff; text-decoration: none; }
.menu-toggle {
  display: none; background: transparent; border: 1px solid var(--line);
  border-radius: 6px; padding: .35rem .6rem; font-size: 1.2rem; cursor: pointer;
}
@media (max-width: 880px) {
  .menu-toggle { display: block; }
  .primary { display: none; }
  .primary.is-open {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-top: 1px solid var(--line); padding: 1rem 1.25rem;
  }
  .primary.is-open ul { flex-direction: column; gap: .8rem; width: 100%; }
}

/* Buttons */
.btn {
  display: inline-block; padding: .85rem 1.5rem; border-radius: 6px;
  font-weight: 600; font-size: .98rem; line-height: 1; text-decoration: none;
  transition: all .15s ease; border: 2px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--green); color: #fff; border-color: var(--green); }
.btn-primary:hover { background: var(--green-2); border-color: var(--green-2); color: #fff; text-decoration: none; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; text-decoration: none; }
.btn-secondary { background: #fff; color: var(--teal-2); border-color: var(--teal-2); }
.btn-secondary:hover { background: var(--teal-2); color: #fff; text-decoration: none; }

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--teal-2) 0%, var(--teal) 60%, var(--teal-3) 100%);
  color: #fff;
  padding: 3.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; right: -10%; top: -50%;
  width: 60%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(31,184,124,.18), transparent 60%);
  pointer-events: none;
}
.hero h1 { color: #fff; }
.hero .lede { font-size: 1.15rem; max-width: 760px; color: #d8e7eb; }
.hero .crumbs { font-size: .85rem; color: #a8c0c5; margin-bottom: 1.2rem; }
.hero .crumbs a { color: #d8e7eb; }
.hero-ctas { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.4rem; }
.hero-trust {
  margin-top: 1.6rem; display: flex; gap: .6rem; flex-wrap: wrap;
}
.trust-pill {
  background: rgba(255,255,255,.12); color: #fff;
  padding: .35rem .85rem; border-radius: 999px; font-size: .85rem;
  border: 1px solid rgba(255,255,255,.2);
}

/* Sections */
.block { padding: 3.2rem 0; }
.block.alt { background: var(--cream); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 2.4rem; }
.eyebrow {
  color: var(--green-2); font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; font-size: .8rem; margin-bottom: .5rem;
}
.text-muted { color: var(--muted); }

.prose, .prose-wide { max-width: 820px; }
.prose-wide { max-width: 920px; }
.prose h2, .prose h3, .prose-wide h2, .prose-wide h3 { margin-top: 1.6rem; }
.prose p, .prose-wide p { margin-bottom: 1rem; }
.prose ul, .prose-wide ul { margin: 1rem 0 1.4rem; padding-left: 1.2rem; }
.prose li, .prose-wide li { margin-bottom: .35rem; }

/* Service cards */
.service-grid {
  display: grid; gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.4rem 1.6rem; box-shadow: var(--shadow);
  transition: transform .15s, box-shadow .15s, border-color .15s;
  display: flex; flex-direction: column; color: var(--ink);
}
.service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); border-color: var(--green); text-decoration: none; }
.service-card.card-active { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,184,124,.18), var(--shadow); }
.service-card h3 { color: var(--teal-2); margin-bottom: .4rem; }
.service-card p { margin: 0 0 .9rem; color: var(--muted); font-size: .95rem; }
.service-card .more { color: var(--green-2); font-weight: 600; font-size: .9rem; margin-top: auto; }
.service-icon { font-size: 1.8rem; margin-bottom: .6rem; }

/* Reviews */
.reviews-grid {
  display: grid; gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; margin: 0; box-shadow: var(--shadow);
}
.review .stars { color: var(--green-2); font-size: 1rem; letter-spacing: .1em; margin-bottom: .6rem; }
.review blockquote {
  margin: 0 0 .8rem; font-size: 1rem; line-height: 1.6;
  font-family: "Source Serif 4", Georgia, serif; color: var(--ink);
}
.review figcaption { font-size: .88rem; color: var(--muted); }
.review .muted { color: var(--muted); }
.muted { color: var(--muted); }

/* Why */
.why-grid {
  display: grid; gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.why-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem; box-shadow: var(--shadow);
}
.why-card h3 { margin-bottom: .4rem; }
.why-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.why-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--teal-3));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; margin-bottom: .8rem;
}

/* Locations */
.loc-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.loc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem; color: var(--ink); position: relative;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.loc-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--green); text-decoration: none; }
.loc-card h3 { margin-bottom: .35rem; color: var(--teal-2); }
.loc-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.loc-flag {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--cream-2); color: var(--teal-2);
  padding: .15rem .55rem; border-radius: 4px; font-size: .75rem; font-weight: 700; letter-spacing: .05em;
}

/* Two-col */
.two-col {
  display: grid; gap: 1.6rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 720px) { .two-col { grid-template-columns: 1fr; } }
.card-soft {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.6rem; box-shadow: var(--shadow);
}
.checks { list-style: none; padding: 0; margin: .6rem 0 0; }
.checks li {
  position: relative; padding: .35rem 0 .35rem 1.6rem;
  border-bottom: 1px dashed var(--line);
}
.checks li:last-child { border-bottom: 0; }
.checks li::before {
  content: '✓'; position: absolute; left: 0; top: .35rem;
  color: var(--green-2); font-weight: 700;
}

/* CTA banner */
.cta-banner {
  background: linear-gradient(135deg, var(--teal-2), var(--teal-3));
  color: #fff; padding: 2.6rem 0; text-align: center;
}
.cta-banner h2 { color: #fff; margin-bottom: .5rem; }
.cta-banner p { color: #c7d8dc; margin-bottom: 1.4rem; }
.cta-banner .ctas { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }

/* FAQs */
.faq {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: .6rem; padding: 0; box-shadow: var(--shadow);
}
.faq summary {
  cursor: pointer; padding: 1rem 1.2rem; font-weight: 600; color: var(--teal-2);
  font-size: 1rem; outline: none; list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--green-2); font-size: 1.4rem; font-weight: 700; }
.faq[open] summary::after { content: '−'; }
.faq[open] summary { border-bottom: 1px solid var(--line); }
.faq > div { padding: 1rem 1.2rem 1.2rem; color: var(--muted); }

/* Map */
.map-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: stretch;
}
@media (max-width: 880px) { .map-wrap { grid-template-columns: 1fr; } }
.map-info { padding: .5rem 0; }
.map-info h2 { margin-bottom: .8rem; }
.map-embed {
  position: relative; padding-top: 360px; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.map-embed iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-map { padding-top: 320px; }

/* Quote form */
.quote-form {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; box-shadow: var(--shadow);
}
.quote-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
@media (max-width: 600px) { .quote-form .row { grid-template-columns: 1fr; } }
.quote-form label {
  display: block; margin-bottom: .9rem; font-weight: 600; font-size: .92rem;
  color: var(--teal-2);
}
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; padding: .7rem .85rem; border: 1px solid var(--line); border-radius: 5px;
  font-family: inherit; font-size: .98rem; margin-top: .35rem; font-weight: 400;
  color: var(--ink); background: #fff;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: 2px solid var(--green); outline-offset: -1px; border-color: var(--green);
}
.quote-form button { margin-top: .4rem; }
.small { font-size: .85rem; }

/* Footer */
.site-footer {
  background: var(--teal-2); color: #c7d8dc; padding: 3rem 0 1.5rem;
}
.site-footer a { color: #fff; }
.site-footer h4 { color: #fff; margin-bottom: .8rem; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; font-family: "Inter", sans-serif; font-weight: 700; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .4rem; font-size: .9rem; }
.foot-grid { display: grid; gap: 1.6rem; grid-template-columns: 1.6fr 1fr 1fr 1fr; margin-bottom: 2rem; }
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }
.logo-foot { color: #fff; margin-bottom: .8rem; }
.logo-foot .logo-text { color: #fff; }
.foot-copy {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 1rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
  font-size: .82rem; color: #8aa0a6;
}

/* Crumbs (page) */
.crumbs a:hover { text-decoration: underline; }

/* Social icons */
.social-row {
  display: flex; gap: .5rem; margin-top: 1rem; flex-wrap: wrap;
}
.social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.08); color: #c7d8dc;
  border: 1px solid rgba(255,255,255,.14);
  transition: background .15s, color .15s, transform .15s;
}
.social-link:hover {
  background: var(--green); color: #fff; border-color: var(--green);
  transform: translateY(-1px); text-decoration: none;
}
.social-link svg { display: block; }

/* Quote-form status messages */
.quote-status {
  margin-top: 1rem; font-size: .95rem; min-height: 1.4em;
  color: var(--muted);
}
.quote-status.ok {
  color: #0d6e3f; background: #e8f7ee; border: 1px solid #b9e3c7;
  padding: .9rem 1rem; border-radius: 6px;
}
.quote-status.err {
  color: #8a1f1f; background: #fbecec; border: 1px solid #f0c2c2;
  padding: .9rem 1rem; border-radius: 6px;
}

/* Powered-by line */
.powered-by { color: #8aa0a6; font-size: .82rem; }
.powered-by a { color: #c7d8dc; }
.powered-by a:hover { color: #fff; }
