:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #111827;
  --copy: #374151;
  --line: rgba(17, 24, 39, 0.14);
  --cream: #f7f2ea;
  --blue: #2a6182;
  --indigo: #363c8d;
  --green: #298f5b;
  --gold: #d8a637;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--copy);
  background: #ffffff;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  color: #111827;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h1 {
  font-size: 39px;
}

h2 {
  font-size: 31px;
}

h3,
h4 {
  font-size: 22px;
}

p,
li,
a,
button,
input,
textarea {
  font-size: 16px;
}

.site-shell {
  overflow: hidden;
}

.container-wide {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: #fff;
}

.nav-inner {
  min-height: 84px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #111827;
  padding: 6px;
}

.desktop-nav,
.desktop-phone {
  display: none !important;
}

.desktop-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  opacity: 0.92;
}

.desktop-nav a:hover {
  color: #ffffff;
  opacity: 1;
}

.header-phone,
.cta-button,
.mobile-menu-phone,
.sticky-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  min-height: 52px;
  padding: 14px 20px;
  background: #111827;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.48);
  animation: ctaPulse 2.4s infinite;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.header-phone {
  background: #298f5b;
}

.cta-button {
  background: #298f5b;
  min-width: 250px;
}

.header-phone:hover,
.cta-button:hover,
.mobile-menu-phone:hover,
.sticky-call-button:hover {
  transform: translateY(-2px);
  background: #1f7147;
  color: #ffffff !important;
}

.hamburger-button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  color: #ffffff;
  background: rgba(17, 24, 39, 0.45);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: #111827;
  padding: 24px;
  border-bottom: 3px solid var(--green);
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu a:not(.mobile-menu-phone) {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-menu-phone {
  width: 100%;
  margin-top: 18px;
  background: var(--green);
}

.hero-section {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  background: linear-gradient(135deg, rgba(4, 9, 18, 0.83), rgba(42, 97, 130, 0.68)), url("../images/hero-kitchen.jpg") center/cover no-repeat;
  color: #ffffff;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(41, 143, 91, 0.14);
  color: #164f33;
  border: 1px solid rgba(41, 143, 91, 0.28);
  padding: 7px 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.hero-kicker {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.hero-content h1 {
  max-width: 960px;
  margin: 20px auto 12px;
  color: #ffffff;
  font-size: clamp(39px, 7vw, 76px);
}

.hero-stars {
  color: #f4bf42;
  font-size: 28px;
  letter-spacing: 5px;
  margin: 14px 0 16px;
}

.review-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 26px;
}

.review-icons img {
  width: auto;
  height: 48px;
  max-width: 130px;
  object-fit: contain;
  background: #ffffff;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.hero-lead {
  max-width: 840px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: 18px;
}

.hero-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 30px auto 0;
  max-width: 760px;
}

.hero-trust span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 11px 12px;
  font-weight: 800;
}

.section-pad {
  padding: 72px 0;
}

.section-title {
  margin-top: 12px;
  max-width: 850px;
}

.title-rule {
  width: 82px;
  height: 4px;
  background: var(--green);
  margin: 18px 0 24px;
}

.title-rule.centered {
  margin-left: auto;
  margin-right: auto;
}

.ornate-card,
.service-card,
.issue-card,
.review-card,
.faq-card {
  border-radius: 0;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--copy);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.ornate-card {
  position: relative;
}

.ornate-card::before,
.ornate-card::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: var(--blue);
  opacity: 0.42;
}

.ornate-card::before {
  left: 14px;
  top: 14px;
  border-left: 2px solid;
  border-top: 2px solid;
}

.ornate-card::after {
  right: 14px;
  bottom: 14px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.split-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.split-row .split-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 0;
  border: 1px solid var(--line);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.service-card {
  padding: 24px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.13);
}

.service-icon,
.mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  margin-bottom: 16px;
}

.service-icon svg,
.mini-icon svg,
.phone-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.service-card h3,
.issue-card h3,
.review-card h3,
.faq-card h3 {
  color: #111827;
  margin-bottom: 13px;
}

h3::after,
h4::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 10px;
  background: var(--green);
}

.review-card h3::after,
.footer-grid h3::after {
  width: 32px;
}

.service-card ul,
.issue-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.issue-card li {
  padding: 11px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.dark-band {
  background: radial-gradient(circle at top left, rgba(41, 143, 91, 0.23), transparent 34%), linear-gradient(135deg, #111827, #1b2440 58%, #151a2e);
  color: #ffffff;
}

.dark-band h2,
.dark-band h3,
.dark-band p,
.dark-band li {
  color: #ffffff;
}

.dark-band .section-kicker {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.proof-item {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  counter-reset: process;
}

.process-step {
  position: relative;
  padding: 24px 22px 22px 84px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.07);
}

.process-step::before {
  counter-increment: process;
  content: counter(process);
  position: absolute;
  left: 22px;
  top: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--indigo);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
}

.reviews-shell {
  position: relative;
}

.reviews-window {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 360ms ease;
}

.review-slide {
  flex: 0 0 100%;
  padding: 8px;
}

.review-card {
  min-height: 100%;
  padding: 24px;
}

.review-card .stars {
  color: #b7791f;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.carousel-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #ffffff;
  color: #111827;
  font-weight: 900;
}

.area-grid,
.payments-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.area-pill,
.payment-pill {
  display: inline-flex;
  margin: 6px 8px 6px 0;
  padding: 9px 13px;
  border: 1px solid rgba(42, 97, 130, 0.24);
  color: #111827;
  background: #ffffff;
  font-weight: 800;
}

.cta-band {
  position: relative;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  color: #ffffff;
  overflow: hidden;
}

.cta-band::before {
  content: "TM";
  position: absolute;
  right: -24px;
  top: -48px;
  font-family: var(--font-heading);
  font-size: 210px;
  line-height: 1;
  opacity: 0.07;
}

.cta-band h2,
.cta-band p {
  color: #ffffff;
}

.site-footer {
  padding: 58px 0 34px;
  background: #111827;
  color: #f9fafb;
  font-size: 14px;
}

.site-footer p,
.site-footer a,
.site-footer li {
  color: #f9fafb;
  font-size: 14px;
}

.site-footer h3 {
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.footer-links a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}

.disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 34px;
  padding-top: 24px;
  color: #e5e7eb;
}

.sticky-call-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none !important;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(17, 24, 39, 0.94);
  transform: translateY(110%);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.sticky-call-wrap.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-call-button {
  width: 100%;
  min-height: 54px;
  background: var(--green);
  font-size: 16px;
}

.fade-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ctaPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.44); }
  70% { box-shadow: 0 0 0 16px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@media (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 31px;
  }

  .hero-section {
    min-height: 720px;
    padding-top: 126px;
  }

  .hero-content h1 {
    font-size: 39px;
  }

  .section-title {
    font-size: 31px;
  }

  .sticky-call-wrap {
    display: block !important;
  }

  body.has-sticky-call {
    padding-bottom: 78px;
  }
}

@media (min-width: 640px) {
  .hero-trust,
  .proof-grid,
  .area-grid,
  .payments-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .desktop-nav,
  .desktop-phone {
    display: flex !important;
  }

  .hamburger-button,
  .mobile-menu,
  .sticky-call-wrap {
    display: none !important;
  }

  .hero-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-row {
    grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  }

  .split-row.image-left {
    grid-template-columns: minmax(260px, 3fr) minmax(0, 7fr);
  }

  .split-row.image-left .split-image {
    order: -1;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-slide {
    flex-basis: 33.3333%;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 44px;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
