/* ==========================================================================
   BURONI CLEANING SERVICES — SITE STYLES
   cleaning.buroniservices.com  (single-page scroll)
   Depends on: tokens.css, base.css
   Primary accent: --color-teal (#0D7377)
   ========================================================================== */

/* ── CLEANING NAV ────────────────────────────────────────────────────────── */

#site-nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 300;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, transform .3s;
}

#site-nav.nav--scrolled {
  background: var(--color-white);
  border-bottom-color: var(--color-divider);
}

#site-nav.nav--hidden { transform: translateY(-100%); }

.nav-inner {
  display: flex;
  align-items: center;
  height: 74px;
  gap: 36px;
}

.nav-logo { line-height: 0; text-decoration: none; flex-shrink: 0; }

/* Logo swap: light on dark hero, dark when scrolled */
.logo-light { display: block; }
.logo-dark  { display: none;  }

#site-nav.nav--scrolled .logo-light { display: none; }
#site-nav.nav--scrolled .logo-dark  { display: block; }

.nav-links {
  display: flex;
  gap: 26px;
  flex: 1;
  justify-content: center;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s;
}
.nav-links a:hover { color: #fff; }

#site-nav.nav--scrolled .nav-links a {
  color: var(--color-charcoal);
}
#site-nav.nav--scrolled .nav-links a:hover { color: var(--color-teal); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  letter-spacing: .2px;
  transition: color .15s;
}
.nav-phone:hover { color: #fff; }

#site-nav.nav--scrolled .nav-phone { color: var(--color-ink); }
#site-nav.nav--scrolled .nav-phone:hover { color: var(--color-teal); }

.nav-quote-btn {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 22px;
  border-radius: var(--radius-pill);
  background: var(--color-teal);
  color: #fff;
  transition: background .15s;
  white-space: nowrap;
}
.nav-quote-btn:hover { background: var(--color-teal-hover); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 4px;
  margin-inline-start: auto;
}
#site-nav.nav--scrolled .nav-toggle { color: var(--color-ink); }

.mobile-menu {
  background: var(--color-white);
  border-top: 1px solid var(--color-divider);
  padding: 16px 0 24px;
}
.mobile-menu ul { list-style: none; }
.mobile-menu a {
  display: block;
  padding: 12px var(--layout-gutter);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-charcoal);
  text-decoration: none;
  transition: color .15s;
}
.mobile-menu a:hover { color: var(--color-teal); }

/* Teal overline for cleaning site */
.overline { color: var(--color-teal); }
.overline::before { background: var(--color-teal); }

/* ── HERO ────────────────────────────────────────────────────────────────── */

.c-hero {
  background: #0d1a19;
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding-top: 74px;
  overflow: hidden;
}

.c-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(13,115,119,.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(13,115,119,.08) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .6;
  pointer-events: none;
}

.c-hero__stripe {
  position: absolute;
  top: 0; left: 0;
  width: 6px; height: 100%;
  background: var(--color-teal);
  pointer-events: none;
}

.c-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
  padding-block: 72px;
}

.c-hero__eyebrow { margin-bottom: 26px; }

.c-hero h1 {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: .9;
  margin-bottom: 26px;
}

.c-hero h1 .line-white {
  display: block;
  font-size: clamp(52px, 6.4vw, 104px);
  letter-spacing: 1px;
  color: #fff;
}

.c-hero h1 .line-teal {
  display: block;
  font-size: clamp(52px, 6.4vw, 104px);
  letter-spacing: 1px;
  color: var(--color-teal);
}

.c-hero__sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 29px;
  color: rgba(255,255,255,.6);
  max-width: 520px;
  margin-bottom: 34px;
}

.c-hero__trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
  margin-bottom: 40px;
  max-width: 520px;
}

.c-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.82);
}

.c-hero__trust-item .material-symbols-outlined {
  font-size: 17px;
  color: var(--color-teal);
  flex-shrink: 0;
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 20;
}

.c-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.btn--teal-pill {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 38px;
  background: var(--color-teal);
  color: #fff;
  border-radius: var(--radius-pill);
  transition: background .15s;
  border: none;
  cursor: pointer;
}
.btn--teal-pill:hover { background: var(--color-teal-hover); }

.btn--outline-white-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 34px;
  border: 1.5px solid rgba(255,255,255,.32);
  color: #fff;
  border-radius: var(--radius-pill);
  background: transparent;
  transition: border-color .15s, background .15s;
}
.btn--outline-white-pill:hover {
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.06);
}

/* Hero visual placeholder */
.c-hero__visual { position: relative; }

.c-hero__photo-placeholder {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-round);
  overflow: hidden;
  background: #14211f;
}

.c-hero__photo-inner {
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255,255,255,.02);
}

.c-hero__photo-inner .material-symbols-outlined { font-size: 40px; color: rgba(255,255,255,.12); }

.c-hero__photo-inner .placeholder-label {
  font-family: 'Courier New', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.2);
}

.c-hero__cred-card {
  position: absolute;
  bottom: -22px;
  left: -22px;
  background: #fff;
  border-radius: var(--radius-round);
  padding: 18px 22px;
  box-shadow: var(--shadow-dark);
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-hero__cred-big {
  font-family: var(--font-display);
  font-size: 46px;
  line-height: .8;
  color: var(--color-teal);
  letter-spacing: 1px;
}

.c-hero__cred-text {
  border-left: 1px solid var(--color-divider);
  padding-left: 16px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-ink);
  line-height: 1.3;
}

/* ── SERVICES ────────────────────────────────────────────────────────────── */

.c-services {
  background: #f3f5f4;
  padding: var(--sp-3xl) 0;
}

.c-section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 52px;
}

.c-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 76px);
  line-height: .9;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-ink);
  margin: 0;
}

.c-section-head p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 27px;
  color: var(--color-mute);
  margin: 0;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.svc-card {
  background: var(--color-white);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-round);
  padding: 30px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}

.svc-card:hover {
  box-shadow: 1px 2px 14px rgba(0,0,0,.1);
  transform: translateY(-2px);
  border-color: rgba(13,115,119,.4);
}

.svc-card__icon-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.svc-card__icon-wrap {
  width: 48px; height: 48px;
  border-radius: var(--radius-round);
  background: rgba(13,115,119,.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-card__icon-wrap .material-symbols-outlined {
  font-size: 24px;
  color: var(--color-teal);
}

.svc-card__num {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 2px;
  color: #c7cecb;
}

.svc-card h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-ink);
  line-height: 1.3;
  margin: 4px 0 0;
}

.svc-card p {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 21px;
  color: var(--color-mute);
  margin: 0;
}

/* ── WHY BURONI (PROOF) ──────────────────────────────────────────────────── */

.c-proof {
  background: #0d1a19;
  padding: var(--sp-3xl) 0;
  position: relative;
}

.c-proof h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.6vw, 70px);
  line-height: .92;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  max-width: 760px;
  margin: 0 0 48px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-round);
  overflow: hidden;
}

.proof-cell {
  padding: 36px 30px 34px;
  border-right: 1px solid rgba(255,255,255,.1);
  background: #14211f;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.proof-cell:last-child { border-right: none; }

.proof-cell__big {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: .8;
  color: var(--color-teal);
  letter-spacing: 1px;
}

.proof-cell__icon-wrap {
  width: 52px; height: 52px;
  border-radius: var(--radius-round);
  background: rgba(13,115,119,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.proof-cell__icon-wrap .material-symbols-outlined { font-size: 26px; color: var(--color-teal); }

.proof-cell h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 6px 0 0;
}

.proof-cell p {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 22px;
  color: rgba(255,255,255,.5);
  margin: 0;
}

/* ── CLIENTS ─────────────────────────────────────────────────────────────── */

.c-clients { background: var(--color-white); padding: var(--sp-3xl) 0; }

.c-clients h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 76px);
  line-height: .9;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-ink);
  margin: 0;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.client-card {
  background: var(--color-white);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-round);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 168px;
  transition: box-shadow .2s, transform .2s;
}
.client-card:hover {
  box-shadow: 1px 2px 14px rgba(0,0,0,.09);
  transform: translateY(-2px);
}

.client-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.client-sector-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--color-teal);
  background: rgba(13,115,119,.09);
  padding: 5px 10px;
  border-radius: var(--radius-pill);
}

.client-card__num {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 2px;
  color: #cdd3d1;
}

.client-card h3 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-ink);
  line-height: 1.25;
  margin: auto 0 0;
}

.client-card p {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 20px;
  color: var(--color-mute);
  margin: 0;
}

.client-ref-card {
  background: #f3f5f4;
  border: 1px dashed var(--color-divider);
  border-radius: var(--radius-round);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 168px;
}

.client-ref-card .material-symbols-outlined { font-size: 24px; color: var(--color-teal); }

.client-ref-card h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-ink);
  margin: 4px 0 0;
}

.client-ref-card p {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 20px;
  color: var(--color-mute);
  margin: 0;
}

/* ── OUR WORK ────────────────────────────────────────────────────────────── */

.c-work { background: #f3f5f4; padding: var(--sp-3xl) 0; }

.c-work h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 76px);
  line-height: .9;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-ink);
  margin: 0;
}

.work-grid {
  columns: 3;
  column-gap: 16px;
}

.work-item {
  break-inside: avoid;
  margin-bottom: 16px;
}

.work-photo {
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-round);
  overflow: hidden;
  background: var(--color-white);
}

.work-photo__inner {
  background: #eef1f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.work-photo__inner .material-symbols-outlined { font-size: 30px; color: rgba(13,115,119,.32); }

.work-photo__placeholder-label {
  font-family: 'Courier New', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: rgba(13,115,119,.45);
}

.work-photo__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-teal);
  background: rgba(255,255,255,.85);
  padding: 4px 9px;
  border-radius: var(--radius-subtle);
}

.work-photo__caption {
  padding: 13px 16px;
  border-top: 1px solid var(--color-divider);
  display: flex;
  align-items: center;
  gap: 9px;
}

.work-photo__caption::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--color-teal);
  flex-shrink: 0;
}

.work-photo__caption span {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-charcoal);
}

/* ── HEALTH & SAFETY ─────────────────────────────────────────────────────── */

.c-safety { background: var(--color-white); padding: var(--sp-3xl) 0; }

.c-safety-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 72px;
  align-items: start;
}

.c-safety__portrait {
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-round);
  overflow: hidden;
}

.c-safety__portrait-photo {
  aspect-ratio: 4 / 5;
  background: #eef1f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.c-safety__portrait-photo .material-symbols-outlined { font-size: 44px; color: rgba(13,115,119,.25); }

.c-safety__portrait-photo .placeholder-label {
  font-family: 'Courier New', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: rgba(13,115,119,.4);
}

.c-safety__portrait-bio {
  padding: 20px 22px;
  border-top: 1px solid var(--color-divider);
}

.c-safety__portrait-role { font-family: var(--font-display); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--color-teal); margin-bottom: 8px; }
.c-safety__portrait-name { font-family: var(--font-body); font-size: 17px; font-weight: 600; color: var(--color-ink); margin-bottom: 3px; }
.c-safety__portrait-org  { font-family: var(--font-body); font-size: 13.5px; color: var(--color-mute); }

.c-safety__content h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: .94;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-ink);
  max-width: 620px;
  margin-bottom: 26px;
}

.c-safety__content p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 29px;
  color: var(--color-charcoal);
  max-width: 640px;
  margin-bottom: 14px;
}

.c-safety-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 36px;
  margin-bottom: 36px;
  max-width: 640px;
}

.c-safety-point { display: flex; gap: 12px; }

.c-safety-point__tick {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(13,115,119,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.c-safety-point__tick .material-symbols-outlined {
  font-size: 15px;
  color: var(--color-teal);
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 20;
}

.c-safety-point__label { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--color-ink); margin-bottom: 3px; }
.c-safety-point__desc  { font-family: var(--font-body); font-size: 13.5px; line-height: 20px; color: var(--color-mute); }

.c-safety__signature {
  border-top: 1px solid var(--color-divider);
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.c-safety__sig-script {
  font-family: 'Brush Script MT', 'Segoe Script', cursive;
  font-size: 34px;
  color: var(--color-teal);
  line-height: 1;
}

.c-safety__sig-divider { width: 1px; height: 34px; background: var(--color-divider); }

.c-safety__sig-name { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--color-ink); }
.c-safety__sig-role { font-family: var(--font-body); font-size: 13px; color: var(--color-mute); }

/* ── QUOTE FORM ──────────────────────────────────────────────────────────── */

.c-quote {
  background: var(--color-teal);
  padding: var(--sp-3xl) 0;
}

.c-quote-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: start;
}

.c-quote h2 {
  font-family: var(--font-display);
  font-size: clamp(48px, 5.4vw, 88px);
  line-height: .9;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}

.c-quote__sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 29px;
  color: rgba(255,255,255,.82);
  max-width: 440px;
  margin-bottom: 44px;
}

.c-quote__contacts {
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.c-quote__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.c-quote__contact-icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: var(--radius-round);
  background: rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-quote__contact-icon .material-symbols-outlined { font-size: 17px; color: #fff; }

.c-quote__contact-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 3px;
}

.c-quote__contact-value {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  transition: opacity .15s;
}
a.c-quote__contact-value:hover { opacity: .75; }

/* Quote card */
.c-quote-card {
  background: var(--color-white);
  border-radius: var(--radius-round);
  padding: 40px;
  box-shadow: var(--shadow-dark);
}

.c-quote-form { display: flex; flex-direction: column; gap: 20px; }

.c-field { display: flex; flex-direction: column; }

.c-field label {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: var(--color-ink);
  margin-bottom: 8px;
}

.c-field input,
.c-field select {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-ink);
  padding: 12px 14px;
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-subtle);
  background: var(--color-white);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
  box-sizing: border-box;
}

.c-field input:focus,
.c-field select:focus {
  border-color: var(--color-teal);
  box-shadow: 0 0 0 3px rgba(13,115,119,.12);
}

.c-field textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-ink);
  padding: 12px 14px;
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-subtle);
  background: var(--color-white);
  outline: none;
  resize: vertical;
  line-height: 1.5;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
  box-sizing: border-box;
  rows: 3;
}

.c-field textarea:focus {
  border-color: var(--color-teal);
  box-shadow: 0 0 0 3px rgba(13,115,119,.12);
}

/* Service checkboxes */
.svc-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin-top: 2px;
}

.svc-check-label {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--color-charcoal);
  user-select: none;
}

.svc-check-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.svc-check-box {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border-radius: 2px;
  border: 1.5px solid #c4ccca;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .12s, border-color .12s;
}

.svc-check-box .material-symbols-outlined {
  font-size: 12px;
  color: #fff;
  display: none;
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 20;
}

.svc-check-label.checked .svc-check-box {
  background: var(--color-teal);
  border-color: var(--color-teal);
}

.svc-check-label.checked .svc-check-box .material-symbols-outlined { display: block; }

/* Frequency pills */
.freq-row { display: flex; flex-wrap: wrap; gap: 8px; }

.freq-btn {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background .12s, border-color .12s, color .12s;
  border: 1px solid var(--color-divider);
  background: var(--color-white);
  color: var(--color-charcoal);
}

.freq-btn.active {
  background: var(--color-teal);
  border-color: var(--color-teal);
  color: #fff;
}

/* Name + phone row */
.name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Submit button */
.btn--quote-submit {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-teal);
  border: none;
  border-radius: var(--radius-pill);
  padding: 16px;
  cursor: pointer;
  transition: background .15s;
  margin-top: 4px;
}
.btn--quote-submit:hover { background: var(--color-teal-hover); }

.c-quote-note {
  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 19px;
  color: var(--color-mute);
  text-align: center;
  margin: 0;
}

/* Quote success */
.c-quote-success {
  min-height: 440px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding: 20px;
}

.c-quote-success.active { display: flex; }

.c-quote-success__tick {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(13,115,119,.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-quote-success__tick .material-symbols-outlined { font-size: 36px; color: var(--color-teal); }

.c-quote-success h3 {
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-ink);
  line-height: .95;
  margin: 6px 0 0;
}

.c-quote-success p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  color: var(--color-charcoal);
  max-width: 380px;
  margin: 0;
}

.c-quote-success__reset {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-teal);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 8px;
}

/* ── FOOTER ──────────────────────────────────────────────────────────────── */

.site-footer--cleaning { background: #091211; }

.footer-grid--cleaning {
  grid-template-columns: 1.6fr 1fr 1.2fr;
}

.footer-badges--cleaning span {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .5px;
}

.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 13px; }

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,.78);
  line-height: 1.45;
}

.footer-contact-list a {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  transition: color .15s;
}
.footer-contact-list a:hover { color: #fff; }

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .svc-grid       { grid-template-columns: repeat(2, 1fr); }
  .proof-grid     { grid-template-columns: repeat(2, 1fr); }
  .proof-cell:nth-child(2) { border-right: none; }
  .c-hero__inner  { grid-template-columns: 1fr; }
  .c-hero__visual { display: none; }
  .c-quote-grid   { grid-template-columns: 1fr; }
  .c-safety-grid  { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-toggle       { display: flex; }
  .nav-actions .nav-quote-btn { display: none; }
  .c-section-head   { grid-template-columns: 1fr; }
  .clients-grid     { grid-template-columns: repeat(2, 1fr); }
  .work-grid        { columns: 2; }
  .c-safety-points  { grid-template-columns: 1fr; }
  .name-row         { grid-template-columns: 1fr; }
  .svc-checks       { grid-template-columns: 1fr; }
  .footer-grid--cleaning { grid-template-columns: 1fr; }
  .proof-grid       { grid-template-columns: 1fr; border: none; gap: 12px; }
  .proof-cell       { border-right: none; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-round); }
}

@media (max-width: 480px) {
  .svc-grid         { grid-template-columns: 1fr; }
  .clients-grid     { grid-template-columns: 1fr; }
  .work-grid        { columns: 1; }
  .nav-phone        { display: none; }
}
