:root {
  --ink: #13211c;
  --muted: #5e6b64;
  --green: #0e4b3d;
  --green-2: #16715d;
  --cream: #f7f3eb;
  --cream-2: #ede7db;
  --white: #fffdf8;
  --line: #d8d2c5;
  --shadow: 0 18px 50px rgba(19, 33, 28, .12);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  background: var(--green);
  color: #fff;
  padding: 10px 14px;
  z-index: 10;
}
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(247, 243, 235, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 236px;
}
.brand img {
  width: 78px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}
.brand strong { display: block; font-size: 1.05rem; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: .76rem; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.site-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: .93rem;
  padding: 12px 14px;
  border-radius: 999px;
}
.site-nav a[aria-current="page"], .site-nav a:hover {
  background: var(--cream-2);
  color: var(--green);
}
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid var(--green);
}
.header-cta, .button.primary {
  background: var(--green);
  color: #fff;
}
.button.secondary {
  background: transparent;
  color: var(--green);
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.menu-button { display: none; }
.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100vh - 76px);
  padding: 56px 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 48%);
  align-items: center;
  gap: 42px;
}
.hero h1, .page-head h1 {
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  line-height: 1.08;
  margin: 0 0 22px;
}
.lead {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: var(--muted);
  max-width: 680px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green-2);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: .82rem;
}
.note, .updated {
  color: var(--muted);
  font-size: .92rem;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}
.hero-stats li, .pill-list a {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  color: var(--green);
}
.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-media.qr-media {
  display: grid;
  place-items: center;
}
.hero-media.qr-media img {
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(16px, 3vw, 30px);
  background: var(--white);
}
.section, .page-head {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}
.section.alt {
  width: 100%;
  padding: 72px max(16px, calc((100% - 1180px) / 2));
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-header {
  max-width: 760px;
  margin-bottom: 28px;
}
.section-header h2, .cta-band h2, .article h2 {
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.18;
  margin: 0 0 12px;
}
.card-grid, .step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.step-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card, .line-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.section.alt .card { background: var(--cream); }
.card h3 { margin: 0 0 10px; font-size: 1.15rem; line-height: 1.35; }
.card p { margin: 0 0 12px; color: var(--muted); }
.card-tag {
  color: var(--green);
  font-weight: 900;
  font-size: .8rem;
}
.text-link {
  color: var(--green);
  font-weight: 900;
  text-underline-offset: 4px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.service-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
}
.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.service-card span, .service-card small {
  display: block;
  padding: 0 16px;
}
.service-card span {
  padding-top: 16px;
  font-weight: 900;
  font-size: 1.1rem;
}
.service-card small {
  padding-bottom: 18px;
  color: var(--muted);
}
.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: center;
}
.proof-pair, .proof-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.proof-pair img, .proof-section img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pill-list a { text-decoration: none; }
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
th, td {
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}
thead th {
  background: var(--green);
  color: #fff;
}
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.price-large {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--green);
}
.faq-list {
  display: grid;
  gap: 10px;
}
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
}
summary {
  cursor: pointer;
  font-weight: 900;
}
details p { color: var(--muted); }
.article {
  max-width: 860px;
}
.article section + section {
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.article p, .article li { color: var(--muted); }
.cta-band {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 80px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
}
.cta-band .eyebrow, .cta-band p { color: rgba(255,255,255,.82); }
.cta-band .button.primary { background: #fff; color: var(--green); border-color: #fff; }
.cta-band .button.secondary { color: #fff; border-color: rgba(255,255,255,.8); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
}
.contact-form {
  display: grid;
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
}
.line-card img { width: 100%; border-radius: var(--radius); background: #fff; }
.site-footer {
  background: #10241d;
  color: #fff;
  padding-bottom: 74px;
}
.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 28px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 26px;
}
.footer-inner h2, .footer-inner h3 { margin: 0 0 10px; }
.footer-inner p, .footer-inner a, .footer-bottom { color: rgba(255,255,255,.76); }
.footer-inner > div:first-child img {
  width: 96px;
  height: auto;
  display: block;
  margin-bottom: 12px;
  border-radius: 4px;
}
.footer-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-inner li + li { margin-top: 8px; }
.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: .9rem;
}
.fixed-actions {
  position: fixed;
  z-index: 6;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: none;
  gap: 8px;
  padding: 8px;
  background: rgba(255,253,248,.96);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.fixed-actions a {
  min-width: 118px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  padding: 10px 14px;
}
@media (max-width: 980px) {
  .header-inner { min-height: 68px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand small { display: none; }
  .menu-button {
    display: inline-flex;
    border: 1px solid var(--line);
    background: var(--white);
    border-radius: 999px;
    padding: 9px 12px;
    font-weight: 900;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .header-cta { display: none; }
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 34px;
  }
  .hero-media { order: -1; margin: 0; }
  .card-grid, .step-grid, .service-grid, .proof-pair, .proof-section, .split, .contact-grid, .footer-inner {
    grid-template-columns: 1fr;
  }
  .section, .section.alt, .page-head { padding-top: 52px; padding-bottom: 52px; }
  .cta-band {
    display: block;
    padding: 24px;
  }
  .fixed-actions { display: flex; }
}
@media (max-width: 560px) {
  .header-inner { width: min(100% - 20px, 1180px); gap: 10px; }
  .brand strong { font-size: .96rem; }
  .brand img { width: 60px; height: auto; }
  .hero, .section, .page-head, .cta-band, .footer-inner, .footer-bottom {
    width: min(100% - 24px, 1180px);
  }
  .section.alt { padding-left: 12px; padding-right: 12px; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .hero-stats { display: grid; }
}


/* WASHCREW REVIEWS CSS */
.review-score {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.review-score.inline { margin-top: 0; }
.review-score strong {
  font-size: 1.8rem;
  color: var(--green);
}
.stars {
  color: #f15a24;
  font-weight: 900;
  letter-spacing: .08em;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.review-grid.compact .review-card:nth-child(n+4) { display: none; }
.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.section.alt .review-card { background: var(--cream); }
.review-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--muted);
  font-weight: 800;
}
.review-service {
  margin: 10px 0;
  color: var(--green);
  font-weight: 800;
  font-size: .94rem;
}
.review-note {
  color: var(--muted);
  font-size: .88rem;
}
@media (max-width: 980px) {
  .review-grid { grid-template-columns: 1fr; }
}


/* WASHCREW CONVERSION CSS START */
.conversion-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 14px;
}
.conversion-proof div {
  min-height: 78px;
  padding: 14px 16px;
  background: rgba(255, 253, 248, .82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.conversion-proof strong,
.conversion-proof span {
  display: block;
}
.conversion-proof strong {
  color: var(--green);
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
  line-height: 1.25;
}
.conversion-proof span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.photo-check {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 11px;
  color: var(--green);
  background: rgba(232, 243, 239, .78);
  border: 1px solid #c6ded5;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: .94rem;
}
.conversion-band {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin: -8px auto 42px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(19, 33, 28, .08);
  box-sizing: border-box;
  clear: both;
}
.conversion-band h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.2;
}
.conversion-band p {
  margin: 0;
  color: var(--muted);
}
.conversion-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.conversion-section {
  padding-top: 36px;
}
.conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.conversion-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.conversion-grid h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.35;
}
.conversion-grid p {
  margin: 0;
  color: var(--muted);
}
.button.primary {
  box-shadow: 0 8px 18px rgba(14, 75, 61, .16);
}
.hero h1 {
  max-width: 820px;
  font-size: clamp(2.05rem, 4.2vw, 3.9rem);
  letter-spacing: 0;
}
.hero-copy .lead {
  max-width: 720px;
}
.fixed-actions {
  width: min(420px, calc(100% - 24px));
}
.fixed-actions a:first-child {
  flex: 1.15;
}
@media (max-width: 980px) {
  .conversion-proof,
  .conversion-band,
  .conversion-grid {
    grid-template-columns: 1fr;
  }
  .conversion-band {
    margin-top: 0;
  }
  .conversion-band-actions {
    display: grid;
  }
}
/* WASHCREW CONVERSION CSS END */
