:root {
  --ink: #071a24;
  --navy: #0b2635;
  --blue: #147087;
  --lime: #c8f529;
  --paper: #f4f7f6;
  --white: #fff;
  --muted: #586a73;
  --line: #cfdadb;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.06;
}
h1 {
  font-size: clamp(3.4rem, 7vw, 7.4rem);
  margin: 0 0 1.5rem;
}
h1 em {
  color: var(--lime);
  font-style: normal;
}
h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  margin-bottom: 1.5rem;
}
h3 {
  font-size: 1.65rem;
}
.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.2rem, 4vw, 4rem);
  position: absolute;
  z-index: 10;
  width: 100%;
  color: white;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.brand img {
  width: 218px;
  height: auto;
  flex: 0 0 218px;
}
.brand img.footer-logo {
  width: 260px;
}
.brand > span:last-child > span {
  color: var(--lime);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 1.05rem;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.site-header nav a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 650;
}
.social-links {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.social-links a {
  text-decoration: none;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.social-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.social-icon:hover,
.social-icon:focus-visible {
  color: var(--lime);
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.site-header .social-links {
  gap: 0.7rem;
  padding-left: 0.35rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.availability-note {
  color: #9fb0b8;
  margin-top: 0.8rem;
}
.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.65rem 1rem;
}
.hero {
  min-height: 790px;
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  overflow: hidden;
}
.hero-copy {
  padding: 150px clamp(1.5rem, 5vw, 6rem) 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 0.78rem;
  color: #5f7079;
  margin-bottom: 1.25rem;
}
.hero .eyebrow,
.contact .eyebrow {
  color: var(--lime);
}
.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  max-width: 680px;
  color: #d6e0e4;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
.primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(200, 245, 41, 0.14);
}
.secondary {
  border: 1px solid #6d838e;
  color: white;
}
.trust-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  color: #c9d5da;
  font-size: 0.9rem;
}
.trust-row span:before {
  content: "✓";
  color: var(--lime);
  margin-right: 0.45rem;
  font-weight: 900;
}
.hero-visual {
  position: relative;
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.05), rgba(16, 24, 32, 0.35)),
    url("hero.webp") center/cover no-repeat;
  min-height: 520px;
}
.availability {
  position: absolute;
  left: 28px;
  bottom: 28px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  padding: 1rem 1.15rem;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
}
.availability span {
  font-size: 0.78rem;
  color: var(--muted);
}
.section {
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.3rem, 6vw, 7rem);
}
.intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 7vw;
  align-items: end;
}
.intro > p {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 650px;
}
.section-heading {
  max-width: 850px;
}
.service-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 1rem;
}
.service-card {
  min-height: 360px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.service-card.featured {
  background:
    linear-gradient(180deg, rgba(19, 43, 59, 0.93), rgba(19, 43, 59, 0.98)),
    url("service.webp") center/cover no-repeat;
  color: white;
}
.service-card p {
  color: var(--muted);
}
.service-card.featured p {
  color: #c9d5da;
}
.service-card h3 {
  margin-top: auto;
}
.number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
  font-weight: 800;
  font-size: 0.8rem;
}
.featured .number {
  background: var(--lime);
  color: var(--ink);
}
.card-note {
  font-size: 0.84rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1rem;
  margin-top: 1rem;
}
.process {
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.process-copy p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}
.steps li > span {
  flex: 0 0 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  font-weight: 850;
}
.steps strong {
  font-size: 1.1rem;
}
.steps p {
  color: var(--muted);
  margin: 0.2rem 0 0;
}
.why {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 7vw;
  align-items: center;
}
.why-image {
  min-height: 560px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0), rgba(16, 24, 32, 0.18)),
    url("detail.webp") center/cover no-repeat;
}
.why-copy ul {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0;
}
.why-copy li {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}
.why-copy li span {
  color: var(--muted);
}
.contact {
  background: var(--blue);
  color: white;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 6vw;
  align-items: end;
}
.contact h2 {
  font-size: clamp(3rem, 6vw, 6rem);
  margin: 0;
}
.contact-actions p {
  color: #dbe5e9;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.contact-actions .button {
  width: 100%;
}
.outline-light {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: white;
}
.quote {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  background: #e8eeeb;
}
.quote form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.quote label {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-weight: 750;
  font-size: 0.9rem;
}
.quote input,
.quote select,
.quote textarea {
  width: 100%;
  border: 1px solid #bcc8c3;
  background: white;
  border-radius: 10px;
  padding: 0.85rem;
  font: inherit;
  color: var(--ink);
}
.quote textarea {
  resize: vertical;
}
.quote .full {
  grid-column: 1 / -1;
}
.local-hero {
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  padding: 8rem clamp(1.3rem, 7vw, 8rem) 5rem;
  color: white;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.96), rgba(16, 24, 32, 0.58)),
    url("hero.webp") center/cover no-repeat;
}
.local-hero > div {
  max-width: 850px;
}
.local-hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.local-hero p:not(.eyebrow) {
  font-size: 1.2rem;
  color: #dce5e8;
  max-width: 700px;
}
.areas {
  background: white;
  text-align: center;
}
.area-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 2rem 0;
}
.area-tags span {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 750;
}
.mobile-contact {
  display: none;
}
.light {
  background: white;
  color: var(--ink);
}
footer {
  background: var(--ink);
  color: #aebbc1;
  padding: 3rem clamp(1.3rem, 6vw, 7rem);
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 1.25rem;
  align-items: center;
  font-size: 0.88rem;
}
.footer-brand {
  color: white;
}
.footer-brand span span {
  color: var(--lime);
}
footer p {
  margin: 0;
}
footer .social-links {
  justify-content: center;
}
.site-header.solid {
  position: relative;
  background: var(--navy);
}
.section-lead {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.08rem;
}
.service-grid.six {
  grid-template-columns: repeat(3, 1fr);
}
.service-grid a {
  text-decoration: none;
}
.service-card b {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.image-card {
  color: white;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 24, 32, 0.05),
    rgba(16, 24, 32, 0.92)
  );
}
.image-card > * {
  position: relative;
}
.image-card.bathroom {
  background-image: url("bathroom.webp");
}
.image-card.kitchen {
  background-image: url("kitchen.webp");
}
.image-card p {
  color: #e4ebed;
}
.accent-card {
  background: var(--lime);
  color: var(--ink);
}
.accent-card p {
  color: #314047;
}
.maintenance {
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: center;
}
.maintenance-image {
  width: 100%;
  min-height: 570px;
  height: 570px;
  object-fit: cover;
  border-radius: var(--radius);
}
.maintenance-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  gap: 0.85rem;
}
.tick-list li::before {
  content: "✓";
  color: var(--blue);
  font-weight: 900;
  margin-right: 0.7rem;
}
.text-link {
  font-weight: 800;
  text-decoration: none;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.audience-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
}
.audience-grid article > span {
  color: var(--blue);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.audience-grid p {
  color: var(--muted);
}
.service-hero {
  min-height: 680px;
  color: white;
  display: flex;
  align-items: flex-end;
  padding: 8rem clamp(1.3rem, 7vw, 8rem) 5rem;
  background-size: cover;
  background-position: center;
}
.service-hero > div {
  max-width: 780px;
  padding: 2rem;
  border-radius: var(--radius);
  background: rgba(16, 24, 32, 0.86);
  backdrop-filter: blur(8px);
}
.service-hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.service-hero p:not(.eyebrow) {
  color: #e0e8eb;
  font-size: 1.15rem;
  max-width: 680px;
}
.bathroom-page {
  background-image: url("bathroom.webp");
}
.kitchen-page {
  background-image: url("kitchen.webp");
}
.maintenance-page {
  background-image: url("maintenance.webp");
}
.detail-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
}
.detail-list article {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.detail-list p {
  color: var(--muted);
}
.content-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
  background: #e8eeeb;
}
.content-band > div:last-child {
  font-size: 1.08rem;
  color: var(--muted);
}
@media (max-width: 850px) {
  .site-header nav a:not(.nav-cta) {
    display: none;
  }
  .site-header nav .social-links a {
    display: inline;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-top: 125px;
  }
  .hero-visual {
    min-height: 430px;
  }
  .intro,
  .process,
  .why,
  .contact,
  .maintenance,
  .detail-layout,
  .content-band,
  .quote {
    grid-template-columns: 1fr;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid.six,
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 280px;
  }
  .why-image {
    min-height: 440px;
  }
  .maintenance-image {
    min-height: 440px;
  }
  .contact {
    gap: 2rem;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .site-header {
    height: 72px;
  }
  .brand img {
    width: 174px;
    flex-basis: 174px;
  }
  .brand img.footer-logo {
    width: 236px;
  }
  .nav-cta {
    padding: 0.55rem 0.8rem;
  }
  .hero {
    min-height: 0;
  }
  .hero-copy {
    padding: 115px 1.25rem 55px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .hero-visual {
    min-height: 360px;
  }
  .trust-row {
    gap: 0.65rem;
    flex-direction: column;
  }
  .section {
    padding: 4rem 1.25rem;
  }
  .service-card {
    padding: 1.45rem;
  }
  .why-image {
    min-height: 340px;
  }
  footer {
    padding: 2.5rem 1.25rem 6rem;
  }
  .availability {
    left: 16px;
    bottom: 16px;
  }
  .quote form {
    grid-template-columns: 1fr;
  }
  .quote form > * {
    grid-column: 1 / -1;
  }
  .mobile-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ink);
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
  }
  .mobile-contact a {
    min-height: 58px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: white;
    font-weight: 850;
  }
  .mobile-contact a:last-child {
    background: var(--lime);
    color: var(--ink);
  }
}
