:root {
  --font-heading: "Arial", "Helvetica Neue", sans-serif;
  --font-body: "Arial", "Helvetica Neue", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #f4f7f8;
  background-image: radial-gradient(rgba(38, 64, 87, 0.08) 1px, transparent 1px), linear-gradient(135deg, rgba(98, 137, 171, 0.05), rgba(255, 255, 255, 0));
  background-size: 18px 18px, cover;
  line-height: 1.65;
}

h1,
h2,
h3,
h4 {
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(39px, 8vw, 72px);
}

h2 {
  font-size: clamp(31px, 6vw, 48px);
}

h3,
h4 {
  font-size: clamp(22px, 4vw, 28px);
}

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

.site-header {
  background: rgba(244, 247, 248, 0.94);
  border-bottom: 1px solid rgba(38, 64, 87, 0.14);
  backdrop-filter: blur(18px);
}

.logo-link {
  color: #111827;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.logo-link:hover {
  color: #111827;
}

.logo-mark {
  width: 42px;
  height: 42px;
}

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

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

.mobile-menu-button {
  display: inline-flex !important;
}

.mobile-panel {
  display: none;
}

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

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

  .desktop-phone {
    display: inline-flex !important;
  }

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

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: calc(clamp(39px, 8vw, 72px) * 0.7);
  }

  h2 {
    font-size: calc(clamp(31px, 6vw, 48px) * 0.7);
  }
}

.nav-link {
  color: #264057;
  font-weight: 800;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
  color: #172839;
  box-shadow: inset 0 -8px 0 rgba(141, 228, 14, 0.35);
}

.btn-primary {
  align-items: center;
  background: #8de40e;
  border: 2px solid #8de40e;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55), 8px 8px 0 rgba(38, 64, 87, 0.22);
  color: #111827;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: -0.01em;
  min-height: 52px;
  padding: 0.86rem 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  white-space: nowrap;
  animation: pulseGlow 2.4s infinite;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #a7ff2b;
  color: #111827;
  transform: translate(-2px, -2px);
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.14), 12px 12px 0 rgba(38, 64, 87, 0.28);
}

.btn-dark {
  background: #172839;
  border-color: #172839;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
  background: #264057;
  color: #ffffff;
}

.hero-section {
  min-height: 780px;
  position: relative;
  background-image: linear-gradient(rgba(16, 31, 45, 0.72), rgba(16, 31, 45, 0.79)), url("../images/hero-kitchen.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: auto auto 12% -4%;
  width: 48vw;
  height: 160px;
  background: rgba(98, 137, 171, 0.28);
  transform: skewY(-8deg) translateX(var(--shift, 0));
  animation: layerShift 7s ease-in-out infinite alternate;
}

.hero-section::after {
  inset: 18% -8% auto auto;
  --shift: 18px;
  background: rgba(141, 228, 14, 0.18);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content h1,
.dark-section h2,
.dark-section h3,
.dark-card h3,
.hero-content p {
  color: #ffffff;
}

.eyebrow {
  align-items: center;
  color: #111827;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  background: #8de40e;
  content: "";
  display: inline-block;
  height: 10px;
  width: 38px;
}

.dark-section .eyebrow {
  color: #ffffff;
}

.stars {
  color: #8de40e;
  font-size: 26px;
  letter-spacing: 0.08em;
}

.review-logo-row img {
  background: #ffffff;
  height: 48px;
  max-width: 96px;
  object-fit: contain;
  padding: 7px;
  width: auto;
}

.mod-card {
  background: #ffffff;
  border: 1px solid rgba(38, 64, 87, 0.14);
  box-shadow: 10px 10px 0 rgba(38, 64, 87, 0.08);
}

.dark-card {
  background: #264057;
  color: #ffffff;
  box-shadow: 10px 10px 0 rgba(141, 228, 14, 0.18);
}

.dark-card p,
.dark-card li {
  color: #f4f7f8;
}

.section-grid-line {
  background-image: linear-gradient(rgba(38, 64, 87, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 64, 87, 0.09) 1px, transparent 1px);
  background-size: 34px 34px;
}

.image-window {
  aspect-ratio: 4 / 3;
  border: 8px solid #ffffff;
  box-shadow: 14px 14px 0 rgba(98, 137, 171, 0.28);
  overflow: hidden;
}

.image-window img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.two-col-info {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .two-col-info {
    grid-template-columns: minmax(0, 7fr) minmax(220px, 3fr);
  }

  .two-col-info.image-left {
    grid-template-columns: minmax(220px, 3fr) minmax(0, 7fr);
  }
}

.table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 560px;
  width: 100%;
}

th {
  background: #264057;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
}

td,
th {
  border: 1px solid rgba(38, 64, 87, 0.16);
  padding: 0.9rem;
  vertical-align: top;
}

tbody tr:nth-child(even) {
  background: #f4f7f8;
}

.heading-rule {
  background: #8de40e;
  display: block;
  height: 5px;
  margin-top: 1rem;
  width: 92px;
}

.service-icon {
  background: #f4f7f8;
  border: 1px solid rgba(38, 64, 87, 0.12);
  height: 76px;
  object-fit: cover;
  object-position: center;
  width: 76px;
}

.review-track {
  display: flex;
  gap: 1rem;
  transform: translateX(calc(var(--review-index, 0) * -100%));
  transition: transform 450ms ease;
}

.review-card {
  background: #ffffff;
  border: 1px solid rgba(38, 64, 87, 0.14);
  box-shadow: 8px 8px 0 rgba(98, 137, 171, 0.16);
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .review-card {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

.dark-section {
  background: #172839;
  color: #ffffff;
}

.cta-band {
  background: linear-gradient(135deg, #264057, #172839 65%, #6289ab);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

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

.cta-band::after {
  background: rgba(141, 228, 14, 0.16);
  content: "";
  height: 130%;
  position: absolute;
  right: 7%;
  top: -15%;
  transform: rotate(18deg);
  width: 120px;
}

.mobile-sticky-call {
  background: #172839;
  border-top: 3px solid #8de40e;
  bottom: 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.26);
  display: none;
  left: 0;
  padding: 0.75rem;
  position: fixed;
  right: 0;
  transform: translateY(110%);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 60;
  opacity: 0;
}

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

.mobile-sticky-call a {
  color: #111827;
  width: 100%;
}

.footer-small {
  font-size: 14px;
}

.footer-small a,
.footer-small p,
.footer-small li {
  font-size: 14px;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.48), 8px 8px 0 rgba(38, 64, 87, 0.22);
  }
  50% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.12), 8px 8px 0 rgba(38, 64, 87, 0.22);
  }
}

@keyframes layerShift {
  from {
    transform: skewY(-8deg) translateX(-8px);
  }
  to {
    transform: skewY(-8deg) translateX(22px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
