:root {
  --ink: #132034;
  --muted: #607084;
  --line: #d9e2ec;
  --paper: #ffffff;
  --soft: #f3f7f8;
  --navy: #102b46;
  --teal: #087f8c;
  --green: #2d8a62;
  --amber: #d89a1e;
  --shadow: 0 18px 50px rgba(19, 32, 52, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { text-decoration: none; display: grid; gap: 0; min-width: 168px; }
.brand span { font-weight: 850; font-size: 20px; line-height: 1.1; color: var(--navy); }
.brand small { color: var(--muted); font-size: 12px; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 9px;
  border-radius: 6px;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--navy); background: var(--soft); }
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.15;
  cursor: pointer;
}
.header-cta,
.button.primary { background: var(--teal); color: #fff; }
.header-cta:hover,
.button.primary:hover { background: #066a74; }
.button.secondary { background: #fff; color: var(--navy); border-color: var(--line); }
.button.secondary:hover { border-color: var(--teal); color: var(--teal); }
.button.light { background: #fff; color: var(--navy); border-color: #fff; }
.footer-button { background: var(--teal); color: #fff; margin-bottom: 14px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 6px; align-items: center; justify-content: center; gap: 4px; flex-direction: column; }
.nav-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--ink); display: block; }
.hero {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.hero-grid { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: 56px; align-items: center; padding: 64px 0; }
.hero h1,
.page-hero h1 { margin: 0; font-size: 58px; line-height: 1.03; max-width: 930px; letter-spacing: 0; }
.hero p:not(.eyebrow),
.page-hero p { font-size: 19px; color: var(--muted); max-width: 760px; margin: 22px 0 0; }
.eyebrow { margin: 0 0 14px; color: var(--green); text-transform: uppercase; font-size: 13px; letter-spacing: .12em; font-weight: 900; }
.hero-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 6px solid var(--amber);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
  display: grid;
  gap: 14px;
}
.panel-status { font-weight: 900; color: var(--navy); font-size: 20px; margin-bottom: 4px; }
.panel-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}
.panel-row span { color: var(--muted); }
.panel-row strong { color: var(--teal); white-space: nowrap; }
.trust-line {
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-weight: 800;
  padding: 15px 20px;
}
.section { padding: 86px 0; }
.band { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 780px; margin-bottom: 32px; }
h2 { margin: 0 0 16px; font-size: 40px; line-height: 1.12; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.2; }
p { margin: 0 0 16px; }
.lead { color: var(--muted); font-size: 18px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card,
.info-card,
.product-card,
.service-detail,
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.service-card,
.info-card { padding: 24px; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.service-card h3,
.info-card h2 { font-size: 22px; margin: 0 0 10px; }
.service-card p,
.info-card p { color: var(--muted); }
.text-link { color: var(--teal); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding: 13px 14px 13px 42px; background: #fff; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); }
.band .check-list li { background: var(--paper); }
.check-list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 11px;
  height: 7px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}
.link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.link-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.link-grid a {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 850;
}
.link-grid a:hover { border-color: var(--teal); color: var(--teal); }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-step { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: #fff; }
.process-step span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; }
.process-step p { color: var(--muted); margin-bottom: 0; }
.process-cta { margin-top: 24px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { overflow: hidden; }
.product-card img { aspect-ratio: 4 / 3; width: 100%; object-fit: contain; background: #f7f9fb; padding: 18px; }
.product-card div { padding: 20px; }
.product-card p { color: var(--muted); }
.supplies-preview .product-grid { grid-template-columns: repeat(3, minmax(110px, 1fr)); gap: 12px; }
.supplies-preview .product-card div { padding: 14px; }
.supplies-preview .product-card p { display: none; }
.page-hero { padding: 86px 0; background: var(--soft); border-bottom: 1px solid var(--line); }
.location-hero { background: #f6f9f4; }
.contact-hero { padding-bottom: 96px; }
.service-list { display: grid; gap: 22px; }
.service-detail { display: grid; grid-template-columns: 260px 1fr; gap: 28px; padding: 28px; scroll-margin-top: 96px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.detail-grid section { background: var(--soft); border-radius: 6px; padding: 18px; }
.detail-grid .check-list li { background: #fff; }
.service-cta { margin-top: 18px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
details { padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; color: var(--navy); }
details p { color: var(--muted); margin: 12px 0 0; }
.quote-strip { background: var(--navy); color: #fff; padding: 66px 0; }
.quote-strip h2 { color: #fff; }
.quote-strip p { color: #dbe8ee; max-width: 680px; }
.quote-strip .eyebrow { color: #8fe6d0; }
.quote-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.contact-list { margin: 28px 0 0; display: grid; gap: 14px; }
.contact-list div { display: grid; gap: 4px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.contact-list dt { color: var(--muted); font-weight: 800; }
.contact-list dd { margin: 0; font-weight: 900; }
.quote-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 26px;
  display: grid;
  gap: 16px;
}
.form-row { display: grid; gap: 14px; }
.form-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { display: grid; gap: 7px; color: var(--navy); font-weight: 850; }
input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd7e3;
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}
textarea { resize: vertical; min-height: 130px; }
input:focus,
select:focus,
textarea:focus { outline: 3px solid rgba(8,127,140,.18); border-color: var(--teal); }
.form-note { color: var(--muted); font-size: 14px; margin: 0; }
.form-note a { color: var(--teal); font-weight: 850; }
.mobile-call { display: none; }
.site-footer {
  background: #101a25;
  color: #e9f0f5;
  padding: 54px 0;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; align-items: start; }
.footer-brand { font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.site-footer h2 { font-size: 16px; color: #fff; margin-bottom: 14px; }
.site-footer a { display: table; color: #dce7ef; text-decoration: none; margin: 0 0 10px; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer p { color: #dce7ef; margin-bottom: 8px; }
.site-footer span { display: block; color: #a7b7c8; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.footer-legal p { margin: 0; font-size: 14px; }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.footer-legal nav a { display: inline; margin: 0; font-size: 14px; }
.buyer-note { margin: 34px 0 0; padding: 22px 25px; color: #fff; background: var(--navy); border-radius: 18px 18px 18px 6px; font-size: 18px; font-weight: 800; line-height: 1.55; }
.legal-copy h2 { margin-top: 38px; font-size: 30px; }
.legal-copy h3 { margin-top: 28px; }
.legal-copy li { margin-bottom: 8px; color: var(--muted); }
.legal-copy a { color: var(--teal); font-weight: 800; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto auto auto; }
  .site-nav {
    display: none;
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 14px;
    justify-content: start;
  }
  body.nav-open .site-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-toggle { display: inline-flex; }
  .header-cta { justify-self: end; }
}
@media (max-width: 860px) {
  .wrap { width: min(100% - 30px, 1120px); }
  .hero-grid,
  .split,
  .quote-grid,
  .service-detail,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 58px 0; gap: 30px; }
  .hero h1,
  .page-hero h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .hero p:not(.eyebrow),
  .page-hero p { font-size: 18px; }
  .card-grid,
  .card-grid.four,
  .product-grid,
  .process-grid,
  .faq-grid,
  .detail-grid,
  .link-grid { grid-template-columns: 1fr; }
  .supplies-preview .product-grid { grid-template-columns: 1fr; }
  .form-row.two { grid-template-columns: 1fr; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .section,
  .page-hero { padding: 62px 0; }
  .quote-grid .button { justify-self: start; }
}
@media (max-width: 560px) {
  .site-header { grid-template-columns: 1fr auto; gap: 12px; }
  .header-cta { grid-column: 1 / -1; width: 100%; }
  body.nav-open .site-nav { grid-template-columns: 1fr; }
  .brand small { display: none; }
  .cta-row .button,
  .quote-strip .button,
  .quote-form .button { width: 100%; }
  .hero-panel { padding: 18px; }
  .panel-row { grid-template-columns: 1fr; }
  .hero h1,
  .page-hero h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  .mobile-call {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 0;
    padding: 12px 16px;
    border-radius: 6px;
    background: var(--navy);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
  }
}

/* Fresh Velocity Hygiene visual system */
:root {
  --ink: #15324a;
  --muted: #5d7080;
  --line: #d9e8e7;
  --paper: #fffefa;
  --soft: #f2fbf8;
  --navy: #12324e;
  --teal: #118f9c;
  --green: #24876b;
  --amber: #f2ad32;
  --mint: #dff7ef;
  --sky: #e3f5f7;
  --peach: #fff0d6;
  --shadow: 0 22px 60px rgba(19, 61, 72, .13);
}

body { background: var(--paper); }
.wrap { width: min(1180px, calc(100% - 48px)); }

.site-header {
  min-height: 84px;
  padding: 12px clamp(22px, 4vw, 58px);
  background: rgba(255, 254, 250, .93);
  border-bottom-color: rgba(21, 50, 74, .08);
}
.brand { display: flex; align-items: center; gap: 11px; min-width: 206px; }
.brand-mark {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border-radius: 15px;
  background: var(--navy);
  color: #fff;
  font-weight: 950;
  font-size: 17px;
  letter-spacing: -.04em;
  box-shadow: 0 8px 20px rgba(18, 50, 78, .16);
}
.brand-mark i,
.brand-mark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 7px;
}
.brand-mark i { right: 7px; background: #57d2cb; }
.brand-mark::after { right: -1px; background: var(--amber); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { color: var(--navy); font-size: 18px; line-height: 1.1; font-weight: 900; }
.brand-copy small { color: var(--muted); font-size: 11px; letter-spacing: .01em; }
.site-nav { gap: 2px; }
.site-nav a { border-radius: 999px; padding: 10px 11px; }
.site-nav a:hover,
.site-nav a[aria-current="page"] { background: var(--mint); color: var(--navy); }
.header-cta,
.button { border-radius: 999px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.header-cta,
.button.primary { background: var(--teal); box-shadow: 0 9px 22px rgba(17, 143, 156, .2); }
.header-cta:hover,
.button.primary:hover { background: #0b7884; transform: translateY(-2px); }
.button.secondary { background: rgba(255,255,255,.76); border-color: #c7dcda; }
.button.secondary:hover { transform: translateY(-2px); background: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,255,255,.85) 0 10%, transparent 10.2%),
    radial-gradient(circle at 92% 15%, rgba(255, 214, 133, .45) 0 13%, transparent 13.2%),
    linear-gradient(125deg, #e8faf5 0%, #eef9f9 52%, #fff4dd 100%);
  border-bottom: 0;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(17,143,156,.13);
  border-radius: 50%;
}
.hero::before { width: 260px; height: 260px; left: -120px; bottom: -150px; }
.hero::after { width: 170px; height: 170px; right: 33%; top: -110px; }
.hero-grid { min-height: 610px; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: 70px; padding: 72px 0 78px; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(54px, 5.5vw, 76px); line-height: .98; letter-spacing: -.045em; max-width: 730px; }
.hero h1 span { color: var(--teal); position: relative; white-space: nowrap; }
.hero h1 span::after {
  content: "";
  position: absolute;
  height: 9px;
  left: 1px;
  right: 0;
  bottom: -2px;
  border-radius: 50%;
  background: var(--amber);
  opacity: .72;
  transform: rotate(-1deg);
}
.hero p:not(.eyebrow) { font-size: 20px; max-width: 670px; line-height: 1.65; color: #536d78; }
.eyebrow { color: var(--green); letter-spacing: .15em; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: #3f6570; font-size: 14px; font-weight: 800; }
.hero-reassurance span::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 6px; border-radius: 50%; background: #fff; color: var(--green); }

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 32px 32px 32px 10px;
  background: rgba(255,255,255,.9);
  padding: 34px;
  box-shadow: 0 28px 70px rgba(33, 90, 94, .16);
  transform: rotate(1.2deg);
}
.hero-panel::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: var(--mint); right: -55px; bottom: -55px; z-index: 0; }
.panel-bubble { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 22px; background: var(--teal); color: #fff; font-size: 30px; font-weight: 900; box-shadow: 9px 10px 0 var(--peach); transform: rotate(-3deg); }
.panel-status { margin: 12px 0 0; max-width: 300px; font-size: 28px; line-height: 1.1; letter-spacing: -.025em; }
.hero-panel p { margin: 2px 0 8px; color: var(--muted); }
.panel-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.panel-tags span { padding: 8px 12px; border-radius: 999px; background: var(--soft); border: 1px solid var(--line); color: #3f6570; font-size: 13px; font-weight: 800; }
.panel-call { position: relative; z-index: 1; display: grid; margin-top: 7px; padding: 15px 18px; border-radius: 18px; background: var(--navy); color: #fff; text-decoration: none; }
.panel-call small { color: #a9d8da; font-weight: 800; }
.panel-call strong { font-size: 20px; }
.sparkle { position: absolute; color: var(--amber); font-size: 25px; }
.sparkle-one { top: 26px; right: 34px; }
.sparkle-two { top: 62px; right: 74px; color: #5ec9c1; font-size: 16px; }

.trust-line { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; padding: 18px 22px; background: var(--navy); font-size: 14px; }
.trust-line span { white-space: nowrap; }
.section { padding: 96px 0; }
.section-head { max-width: 820px; margin-bottom: 42px; }
h2 { font-size: clamp(36px, 4vw, 50px); line-height: 1.05; letter-spacing: -.035em; }
.lead { line-height: 1.7; }
.services-grid { gap: 20px; }
.service-card,
.info-card,
.product-card,
.service-detail,
details { border-color: var(--line); border-radius: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 270px; padding: 28px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card::after { content: ""; position: absolute; width: 90px; height: 90px; border-radius: 50%; right: -42px; bottom: -42px; background: var(--mint); transition: transform .2s ease; }
.service-card:nth-child(2n)::after { background: var(--peach); }
.service-card:nth-child(3n)::after { background: var(--sky); }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.18); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 14px; background: var(--mint); color: var(--green); font-size: 13px; font-weight: 950; }
.service-card:nth-child(2n) .service-icon { background: var(--peach); color: #976a18; }
.service-card:nth-child(3n) .service-icon { background: var(--sky); color: var(--teal); }
.service-card h3 { font-size: 23px; }
.text-link { position: relative; z-index: 1; text-decoration: none; }
.text-link::after { content: " →"; }

.band { background: linear-gradient(135deg, #eefaf7, #e6f5f7); border: 0; }
.band .split { align-items: center; }
.check-list { gap: 10px; }
.check-list li { border: 0; border-radius: 16px; box-shadow: 0 8px 22px rgba(28, 73, 78, .06); }
.check-list li::before { top: 18px; }
.process-step { position: relative; border: 0; border-radius: 22px; padding: 30px; background: var(--soft); }
.process-step span { background: var(--teal); box-shadow: 5px 5px 0 var(--peach); }
.link-grid a { border-radius: 16px; background: var(--soft); border-color: transparent; transition: transform .18s ease, background .18s ease; }
.link-grid a::after { content: "→"; margin-left: auto; color: var(--teal); }
.link-grid a:hover { transform: translateY(-2px); background: var(--mint); border-color: transparent; }
.supplies-preview { background: #fffaf0; }
.product-card { border: 0; box-shadow: 0 12px 30px rgba(53, 76, 72, .09); background: #fff; }
.product-card img { border-radius: 22px 22px 0 0; }
.quote-strip { position: relative; overflow: hidden; background: var(--navy); }
.quote-strip::after { content: "✦"; position: absolute; right: 7%; top: -22px; font-size: 150px; color: rgba(255,255,255,.05); }
.button.light { color: var(--navy); box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.page-hero { background: linear-gradient(135deg, var(--soft), #fff5df); border: 0; }
.quote-form,
.contact-list div { border-radius: 18px; }
input,
select,
textarea { border-radius: 12px; }
.site-footer { background: #102a40; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .nav-toggle { justify-self: end; border-radius: 12px; }
  .header-cta { justify-self: end; }
  .site-nav { border-radius: 20px; }
}
@media (max-width: 860px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .hero-grid { padding: 62px 0; gap: 40px; }
  .hero h1 { font-size: clamp(48px, 12vw, 66px); }
  .hero-panel { transform: none; max-width: 590px; }
  .section { padding: 72px 0; }
}
@media (max-width: 620px) {
  .site-header { min-height: 0; }
  .brand { min-width: 0; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { display: none; }
  .hero h1 { font-size: 47px; }
  .hero-panel { border-radius: 25px 25px 25px 8px; padding: 27px; }
  .panel-status { font-size: 25px; }
  .trust-line { justify-content: flex-start; gap: 8px 18px; padding-left: 26px; }
  .trust-line span { white-space: normal; width: calc(50% - 10px); }
  .service-card { min-height: 240px; }
}

/* People-first photography */
.hero-grid { grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: 58px; }
.hero-photo {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 470px;
  border: 9px solid rgba(255,255,255,.86);
  border-radius: 38px 38px 38px 12px;
  box-shadow: 0 30px 70px rgba(28, 76, 84, .2);
  overflow: visible;
  transform: rotate(1.4deg);
}
.hero-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 120px;
  top: -35px;
  right: -30px;
  border-radius: 50%;
  background: var(--amber);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 452px;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 29px 29px 29px 5px;
}
.hero-photo figcaption {
  position: absolute;
  left: -28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 270px;
  padding: 16px 20px;
  border-radius: 18px 18px 18px 5px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 15px 35px rgba(18, 50, 78, .17);
  transform: rotate(-2.4deg);
}
.hero-photo figcaption span { color: var(--amber); font-size: 22px; }

.welcome-section { background: #fff; }
.welcome-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.welcome-photo { position: relative; padding: 0 20px 22px 0; }
.welcome-photo::after { content: ""; position: absolute; z-index: 0; inset: 42px 0 0 44px; border-radius: 32px 10px 32px 32px; background: var(--mint); }
.welcome-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 32px 10px 32px 32px; box-shadow: var(--shadow); }
.photo-sticker { position: absolute; z-index: 2; right: -18px; bottom: 5px; padding: 13px 17px; border-radius: 999px; background: var(--amber); color: var(--navy); font-weight: 900; box-shadow: 0 12px 25px rgba(127, 87, 12, .16); transform: rotate(-3deg); }
.welcome-copy h2 { max-width: 620px; }
.friendly-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 28px; }
.friendly-points span { padding: 10px 14px; border-radius: 999px; background: var(--soft); color: #42656d; font-size: 14px; font-weight: 800; }
.friendly-points span::before { content: "✓"; margin-right: 7px; color: var(--green); }
.friendly-link { display: inline-block; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr); gap: 38px; }
  .hero h1 { font-size: clamp(50px, 6vw, 66px); }
}
@media (max-width: 860px) {
  .hero-grid,
  .welcome-grid { grid-template-columns: 1fr; }
  .hero-photo { min-height: 390px; transform: none; }
  .hero-photo img { min-height: 372px; }
  .welcome-grid { gap: 55px; }
  .welcome-photo { max-width: 650px; }
}
@media (max-width: 560px) {
  .hero-photo { min-height: 320px; border-width: 6px; border-radius: 26px 26px 26px 9px; }
  .hero-photo img { min-height: 308px; border-radius: 20px 20px 20px 4px; object-position: 62% center; }
  .hero-photo figcaption { left: 12px; right: 12px; bottom: 14px; max-width: none; padding: 13px 15px; }
  .hero-photo::before { width: 80px; height: 80px; right: -15px; top: -22px; }
  .photo-sticker { right: 2px; }
}

/* Light-wood workplace gallery */
.photo-gallery-section {
  overflow: hidden;
  background: linear-gradient(180deg, #fffaf0 0%, #fffefb 100%);
}
.gallery-heading { margin-left: auto; margin-right: auto; text-align: center; }
.gallery-heading .lead { max-width: 680px; margin-left: auto; margin-right: auto; }
.cleaning-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 24px;
  align-items: end;
}
.cleaning-gallery::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -85px;
  bottom: -70px;
  border-radius: 50%;
  background: var(--mint);
}
.gallery-card {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 7px solid #fff;
  box-shadow: 0 22px 55px rgba(47, 73, 68, .15);
}
.gallery-card-wide { border-radius: 34px 12px 34px 34px; transform: rotate(-.7deg); }
.gallery-card-tall { border-radius: 12px 34px 34px 34px; transform: translateY(34px) rotate(.8deg); }
.gallery-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 17px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  backdrop-filter: blur(10px);
}
.gallery-card figcaption strong { font-size: 18px; }
.gallery-card figcaption span { color: var(--muted); font-size: 14px; }

@media (max-width: 760px) {
  .cleaning-gallery { grid-template-columns: 1fr; gap: 20px; }
  .gallery-card-wide,
  .gallery-card-tall { transform: none; border-radius: 26px 10px 26px 26px; }
  .gallery-card figcaption { position: static; border-radius: 0; background: #fff; }
}
@media (max-width: 480px) {
  .gallery-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
}
