
:root {
  --navy: #062a55;
  --navy-dark: #031a36;
  --gold: #d4a017;
  --gold-dark: #a97705;
  --ink: #101727;
  --muted: #5d6675;
  --surface: #f4f6f8;
  --surface-dark: #eef1f5;
  --white: #ffffff;
  --line: #d9dee7;
  --shadow: 0 18px 45px rgba(6, 42, 85, 0.14);
  --pink-bg: #ffe4f0;
  --pink: #9b1552;
  --pink-dark: #6f0d39;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  letter-spacing: 0;
}
button,
input,
textarea,
select {
  font: inherit;
  font-weight: 700;
  font-style: italic;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); margin: 0 0 1rem; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 1rem; color: var(--ink); letter-spacing: 0; }
h1 { font-size: 3.5rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 1.25rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 840px; }
.section { padding: 86px 0; }
.bg-surface { background: var(--surface); }
.bg-surface-dark { background: var(--surface-dark); }
#services {
  padding-top: 72px;
  padding-bottom: 70px;
}
#services .section-head { margin-bottom: 26px; }
.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 10000;
  background: var(--gold);
  color: var(--navy-dark);
  padding: 10px 14px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-solid,
.site-header.is-scrolled {
  background: rgba(255,255,255,0.97);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(3, 26, 54, 0.08);
  border-bottom-color: var(--line);
}
.nav-wrap {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  min-width: 330px;
}
.brand img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}
.brand span { max-width: 230px; line-height: 1.1; }
.nav-toggle { display: none; }
.nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nav-menu > a,
.nav-dropdown-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 10px 11px;
  border-radius: 8px;
  cursor: pointer;
}
.nav-menu a[aria-current="page"],
.nav-menu > a:hover,
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown-toggle:focus {
  background: rgba(212,160,23,0.18);
}
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 290px;
  display: none;
  padding: 10px;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--ink);
}
.nav-dropdown-menu a:hover { background: var(--surface); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.phone-link { font-weight: 700; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 800;
  border: 2px solid transparent;
}
.btn-small { min-height: 42px; padding: 9px 16px; }
.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
  box-shadow: 0 10px 22px rgba(212,160,23,0.25);
}
.btn-gold:hover { background: #e1b335; }
.btn-outline-light {
  border-color: rgba(255,255,255,0.8);
  color: #fff;
}
.site-header.is-solid .btn-outline-light,
.site-header.is-scrolled .btn-outline-light {
  border-color: var(--navy);
  color: var(--navy);
}

.hero-home {
  min-height: 82svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 128px 0 58px;
}
.hero-media,
.hero-media video,
.hero-media img,
.inner-hero-bg,
.inner-hero-bg video,
.inner-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media video,
.hero-media img,
.inner-hero-bg video,
.inner-hero-bg img { object-fit: cover; }
.hero-overlay,
.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 26, 54, 0.72);
}
.hero-content,
.inner-hero-content { position: relative; z-index: 2; }
.hero-content { max-width: 850px; text-align: center; }
.hero-logo-mark {
  width: clamp(220px, 24vw, 340px);
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
}
.hero-content h1,
.inner-hero-content h1,
.cta-strip h2,
.standards h2,
.service-area-band h2 { color: #fff; }
.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  background: rgba(212,160,23,0.16);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.hero-badge {
  color: #fff;
  background: rgba(255,255,255,0.17);
}
.eyebrow.light { color: #fff; background: rgba(255,255,255,0.14); }
.hero-lead,
.inner-hero-content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.86);
  font-size: 1.22rem;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 900px;
  margin: 34px auto 0;
}
.hero-stats div {
  border-left: 1px solid rgba(255,255,255,0.25);
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 4px 16px;
}
.hero-stats strong {
  display: block;
  font-size: 1.85rem;
  line-height: 1;
  color: #fff;
}
.hero-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.inner-hero {
  min-height: 430px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 130px 0 72px;
  overflow: hidden;
}
.inner-hero-content { max-width: 860px; }
.inner-hero-content p { margin-left: 0; }
.breadcrumbs {
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 56px;
  align-items: center;
}
.section-head {
  text-align: center;
  max-width: 800px;
  margin-bottom: 30px;
}
.section-head .eyebrow { margin-left: auto; margin-right: auto; }
.check-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.check-list span {
  position: relative;
  padding-left: 34px;
  font-weight: 700;
}
.check-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--gold);
}
.image-pair,
.framed-image {
  position: relative;
  min-height: 0;
}
.image-pair {
  width: min(100%, 500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}
.framed-image {
  width: min(100%, 500px);
  margin: 0 auto;
}
.image-main,
.framed-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.image-small {
  position: static;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 6px solid #fff;
  box-shadow: var(--shadow);
}
.intro-section .two-col {
  align-items: start;
}
.intro-photo-stack {
  grid-template-columns: 1fr;
  width: min(100%, 500px);
  gap: 18px;
  align-self: start;
}
.intro-photo-stack .image-main,
.intro-photo-stack .image-small {
  width: 100%;
  max-width: 500px;
}
.intro-photo-stack .image-small {
  border-width: 0;
  margin-top: 0;
}

.service-group > h3 {
  margin-top: 34px;
  margin-bottom: 18px;
  color: var(--navy);
}
.card-grid,
.feature-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.featured-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.service-card,
.feature-grid article,
.process-grid article,
.quote-frame,
.contact-stack,
.area-links a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(16, 23, 39, 0.06);
}
.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card-media {
  aspect-ratio: 5 / 3;
  background: #eef1f5;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-card-img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}
.service-card-body {
  padding: 18px;
  display: grid;
  align-content: start;
}
.service-card-kicker {
  margin: 0 0 6px;
  color: var(--gold-dark);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
}
.service-card-body h3 { font-size: 1.12rem; }
.service-card-summary {
  display: -webkit-box;
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.service-card-body span {
  display: inline-block;
}
.service-card-link {
  color: var(--navy);
  font-weight: 800;
}
.feature-grid article,
.process-grid article { padding: 26px; }
.feature-grid h3,
.process-grid h3 { color: var(--navy); }
.process-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-dark);
  font-weight: 900;
  margin-bottom: 18px;
}

.service-index {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: start;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.service-index-copy h2 { font-size: 1.8rem; }
.service-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.service-link-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.service-link-grid h3 {
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 12px;
}
.service-link-grid a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  border-top: 1px solid #edf0f4;
}
.service-link-grid a:hover { color: var(--navy); }

.housekeeping-section {
  background: var(--pink-bg);
  color: var(--pink-dark);
}
.housekeeping-section h2,
.housekeeping-section h3,
.housekeeping-section p { color: var(--pink-dark); }
.housekeeping-grid {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 42px;
  align-items: center;
}
.housekeeping-eyebrow {
  background: rgba(155, 21, 82, 0.12);
  color: var(--pink-dark);
}
.housekeeping-features {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.housekeeping-features article {
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(155, 21, 82, 0.18);
  border-radius: 8px;
  padding: 18px;
}
.housekeeping-features h3 { font-size: 1.05rem; }
.housekeeping-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.housekeeping-btn {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 10px 22px rgba(155, 21, 82, 0.2);
}
.housekeeping-outline {
  border-color: var(--pink);
  color: var(--pink-dark);
}
.housekeeping-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.housekeeping-gallery figure {
  margin: 0;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(155, 21, 82, 0.18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(111, 13, 57, 0.1);
}
.housekeeping-gallery figure:first-child {
  grid-column: 1 / -1;
  width: min(100%, 500px);
  justify-self: center;
}
.housekeeping-img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 5 / 3;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.housekeeping-gallery figcaption {
  color: var(--pink-dark);
  font-weight: 900;
  padding: 12px 14px;
}

.housekeeping-service-page {
  background: var(--pink-bg);
  color: var(--pink-dark);
}
.housekeeping-service-page h1,
.housekeeping-service-page h2,
.housekeeping-service-page h3,
.housekeeping-service-page p,
.housekeeping-service-page li,
.housekeeping-service-page summary {
  color: var(--pink-dark);
}
.housekeeping-service-page .breadcrumbs {
  color: rgba(111, 13, 57, 0.78);
}
.housekeeping-service-page .breadcrumbs a {
  color: var(--pink-dark);
}
.housekeeping-service-hero {
  padding: 150px 0 82px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,228,240,0.34)),
    var(--pink-bg);
}
.housekeeping-service-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}
.housekeeping-service-hero h1 {
  font-size: 3.35rem;
}
.housekeeping-service-hero p {
  font-size: 1.08rem;
  max-width: 690px;
}
.housekeeping-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.housekeeping-service-photo-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.housekeeping-service-photo-stack figure {
  margin: 0;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(155, 21, 82, 0.18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(111, 13, 57, 0.1);
}
.housekeeping-service-photo-stack figure:first-child {
  grid-column: 1 / -1;
}
.housekeeping-service-img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 5 / 3;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.housekeeping-service-photo-stack figcaption {
  color: var(--pink-dark);
  font-weight: 900;
  padding: 12px 14px;
}
.housekeeping-service-section,
.housekeeping-motion-section,
.housekeeping-brand-section,
.housekeeping-faq-section,
.housekeeping-quote-section {
  background: var(--pink-bg);
}
.housekeeping-service-cards,
.housekeeping-motion-grid,
.housekeeping-brand-grid,
.housekeeping-process-grid {
  display: grid;
  gap: 18px;
}
.housekeeping-service-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.housekeeping-brand-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.housekeeping-motion-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.housekeeping-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.housekeeping-service-cards article,
.housekeeping-motion-grid figure,
.housekeeping-brand-grid article,
.housekeeping-process-grid article,
.housekeeping-contact-stack {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(155, 21, 82, 0.18);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(111, 13, 57, 0.08);
}
.housekeeping-motion-grid figure {
  margin: 0;
  padding: 10px;
  overflow: hidden;
}
.housekeeping-motion-video {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(155, 21, 82, 0.12);
}
.housekeeping-motion-grid figcaption {
  color: var(--pink-dark);
  font-weight: 900;
  padding: 12px 4px 2px;
}
.housekeeping-brand-grid article span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(155, 21, 82, 0.12);
  color: var(--pink-dark);
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.housekeeping-process-grid article > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-weight: 900;
  margin-bottom: 16px;
}
.housekeeping-quote-section .quote-frame {
  background: rgba(255,255,255,0.72);
  border-color: rgba(155, 21, 82, 0.18);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.project-grid figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(16, 23, 39, 0.06);
}
.project-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.project-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--navy);
  font-weight: 800;
}

.reviews-section {
  background: var(--surface);
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(16, 23, 39, 0.06);
  display: grid;
  gap: 16px;
}
.review-stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1;
}
.review-card p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.65;
}
.review-author {
  display: grid;
  gap: 3px;
  padding-top: 16px;
  border-top: 1px solid #edf0f4;
}
.review-author strong {
  color: var(--navy);
  font-weight: 900;
}
.review-author span {
  color: var(--muted);
  font-size: 0.9rem;
}

.plain-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}
.plain-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
  color: var(--ink);
}
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
}

.map-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: center;
}
.service-area-map {
  background: var(--navy);
  color: #fff;
}
.service-area-map h2 { color: #fff; }
.service-area-map p { color: rgba(255,255,255,0.82); }
.service-area-map .eyebrow {
  color: #fff;
  background: rgba(255,255,255,0.14);
}
.map-frame {
  min-height: 420px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}
.map-area-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.map-area-links a {
  display: grid;
  gap: 2px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
}
.map-area-links span {
  color: var(--muted);
  font-size: 0.9rem;
}
.eastern-states-panel {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}
.eastern-states-panel h3 {
  color: #fff;
  font-size: 1.08rem;
  margin-bottom: 8px;
}
.eastern-states-panel p {
  color: rgba(255,255,255,0.76);
  font-size: 0.92rem;
}
.state-stack {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 10px 0 4px;
  border-left: 2px solid rgba(255,255,255,0.28);
}
.state-stack span {
  width: 44px;
  margin-left: var(--shore-offset);
  transform: translateX(-50%);
  text-align: center;
  padding: 4px 0;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
}

.standards,
.service-area-band,
.cta-strip {
  background: var(--navy);
  color: #fff;
}
.standards p,
.service-area-band p,
.cta-strip p,
.standards li { color: rgba(255,255,255,0.82); }
.blue-cta {
  display: inline-flex;
  color: #fff;
  background: rgba(212,160,23,0.18);
  border: 1px solid rgba(212,160,23,0.35);
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 2px 0 18px;
}
.standards-grid {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 50px;
}
.standards-list {
  display: grid;
  gap: 16px;
}
.standards-list article {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255,255,255,0.06);
}
.standards-list h3 { color: #fff; }
.included-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.included-list li {
  border-bottom: 1px solid rgba(255,255,255,0.22);
  padding: 0 0 12px 30px;
  position: relative;
  font-weight: 700;
}
.included-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
}

.area-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.area-links a {
  padding: 18px;
  color: var(--navy);
  font-weight: 800;
}

.faq-section details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: #fff;
  margin-top: 12px;
}
.faq-section summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--navy);
}
.faq-section details p { margin-top: 12px; margin-bottom: 0; }
.cta-strip { text-align: center; }
.cta-content { max-width: 840px; }
.cta-content .btn { margin: 8px; }

.quote-grid { align-items: start; }
.quote-frame {
  min-height: 681px;
  background: #fff;
}
.contact-stack {
  display: grid;
  gap: 10px;
  padding: 22px;
  margin-top: 24px;
}
.contact-stack a { color: var(--navy); font-weight: 800; }

.site-footer {
  background: var(--navy-dark);
  color: #fff;
  padding: 62px 0 0;
}
.site-footer p,
.site-footer a { color: rgba(255,255,255,0.78); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 34px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 18px;
}
.footer-brand img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}
.site-footer h2 {
  color: #fff;
  font-size: 1rem;
}
.site-footer a {
  display: block;
  margin: 8px 0;
}
.footer-hours { margin-top: 18px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  margin-top: 42px;
  padding: 18px;
  text-align: center;
}
.footer-bottom p { margin: 0; }

@media (max-width: 1060px) {
  h1 { font-size: 3.05rem; }
  h2 { font-size: 2.15rem; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid currentColor;
    border-radius: 8px;
    background: transparent;
    color: inherit;
    min-height: 42px;
    padding: 8px 14px;
    font: inherit;
    font-weight: 800;
  }
  .nav-menu {
    display: none;
    position: fixed;
    top: 86px;
    left: 16px;
    right: 16px;
    max-height: calc(100svh - 110px);
    overflow: auto;
    padding: 14px;
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    align-items: stretch;
    justify-content: start;
  }
  .nav-menu.is-open { display: grid; }
  .nav-menu > a,
  .nav-dropdown-toggle { width: 100%; text-align: left; }
  .nav-dropdown-menu {
    display: grid;
    position: static;
    width: auto;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 12px;
  }
  .nav-actions .phone-link { display: none; }
  .two-col,
  .standards-grid,
  .housekeeping-grid,
  .housekeeping-service-grid,
  .footer-grid,
  .service-index,
  .map-grid {
    grid-template-columns: 1fr;
  }
  .card-grid,
  .feature-grid,
  .process-grid,
  .review-grid,
  .housekeeping-service-cards,
  .housekeeping-motion-grid,
  .housekeeping-brand-grid,
  .housekeeping-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-link-grid,
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .housekeeping-gallery,
  .housekeeping-service-photo-stack {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 64px 0; }
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.12rem; }
  .nav-wrap { min-height: 76px; }
  .brand { min-width: 0; font-size: 0.9rem; }
  .brand img { width: 68px; height: 68px; }
  .brand span { max-width: 165px; }
  .nav-actions { display: none; }
  .hero-home { min-height: 84svh; padding-top: 110px; padding-bottom: 70px; }
  .hero-lead,
  .inner-hero-content p { font-size: 1rem; }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-top: 24px;
  }
  .hero-stats div {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 8px 6px;
  }
  .hero-stats strong { font-size: 1.45rem; }
  .hero-stats span { font-size: 0.64rem; }
  .inner-hero { min-height: 390px; padding-top: 108px; }
  .hero-actions,
  .cta-content div { display: grid; }
  .btn { width: 100%; }
  .card-grid,
  .feature-grid,
  .process-grid,
  .review-grid,
  .service-link-grid,
  .project-grid,
  .housekeeping-gallery,
  .housekeeping-service-photo-stack,
  .housekeeping-service-cards,
  .housekeeping-motion-grid,
  .housekeeping-brand-grid,
  .housekeeping-process-grid,
  .map-area-links,
  .area-links {
    grid-template-columns: 1fr;
  }
  .housekeeping-actions,
  .housekeeping-service-actions { display: grid; }
  .housekeeping-service-hero { padding: 122px 0 64px; }
  .housekeeping-service-hero h1 { font-size: 2.25rem; }
  .image-small {
    position: static;
    width: 100%;
    margin-top: 14px;
    border-width: 0;
  }
  .image-pair {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .quote-frame { min-height: 720px; }
}
