:root {
  --font-heading: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --ink: #111827;
  --muted: #4b5563;
  --navy: #091d37;
  --navy-2: #07172c;
  --steel: #557aaa;
  --line: rgba(85, 122, 170, 0.26);
}

html {
  scroll-behavior: smooth;
}

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

body.mobile-menu-open {
  overflow: hidden;
}

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

h1 {
  font-size: clamp(39px, 8.4vw, 76px);
}

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

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

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

a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(9, 29, 55, 0.1);
  backdrop-filter: blur(16px);
}

.logo-text {
  color: #111827;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.nav-link {
  color: #111827;
  font-weight: 700;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--steel);
}

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

.mobile-only {
  display: block !important;
}

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

.menu-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(9, 29, 55, 0.16);
  color: #111827;
  background: #ffffff;
}

.mobile-panel {
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  z-index: 45;
  display: none;
  background: #ffffff;
  border-bottom: 1px solid rgba(9, 29, 55, 0.14);
  box-shadow: 0 24px 80px rgba(9, 29, 55, 0.18);
}

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

.phone-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: var(--steel);
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 40px rgba(85, 122, 170, 0.28);
}

.phone-cta:hover,
.primary-cta:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  background: #466a9a;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(9, 29, 55, 0.86), rgba(9, 29, 55, 0.58)), url("../images/hero-kitchen.png");
  background-size: cover;
  background-position: center;
}

.hero::after,
.section-metal::after,
.dark-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image: linear-gradient(115deg, transparent 0, rgba(255, 255, 255, 0.14) 36%, transparent 38%), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px);
  pointer-events: none;
}

.hero h1,
.hero h2,
.hero p,
.hero .eyebrow {
  color: #ffffff;
}

.hero-copy {
  position: relative;
  z-index: 3;
  text-align: center;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.stars {
  color: var(--steel);
  font-size: 25px;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 18px rgba(85, 122, 170, 0.38);
}

.review-logos img {
  width: auto;
  height: 48px;
  max-width: 74px;
  object-fit: contain;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--steel);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 13px;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--steel);
}

.heading-rule {
  width: 84px;
  height: 4px;
  margin-top: 18px;
  background: var(--steel);
}

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

.section-metal {
  position: relative;
  overflow: hidden;
  background: #f6f8fb;
  isolation: isolate;
}

.dark-panel {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #e5edf7;
  isolation: isolate;
}

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

.dark-panel .eyebrow {
  color: #dbeafe;
}

.dark-panel .eyebrow::before {
  background: #8fb8ea;
}

.dark-panel .muted-dark {
  color: #d5dfec;
}

.long-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 0 42px 0 0;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(9, 29, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.long-panel:hover {
  transform: rotate(-0.35deg) translateY(-3px);
  border-color: rgba(85, 122, 170, 0.48);
  box-shadow: 0 30px 76px rgba(9, 29, 55, 0.14);
}

.long-panel.dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: none;
}

.long-panel.dark h3,
.long-panel.dark p,
.long-panel.dark li {
  color: #ffffff;
}

.image-slice {
  min-height: 260px;
  width: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.icon-box {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #f5f8fc;
  border: 1px solid rgba(85, 122, 170, 0.2);
  padding: 10px;
}

.service-strip {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(9, 29, 55, 0.1);
  border-radius: 0 32px 0 0;
  background: #ffffff;
}

.number-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.number-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  height: 42px;
  background: var(--steel);
  color: #ffffff;
  font-weight: 900;
}

.zip-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 9px 14px;
  background: #ffffff;
  border: 1px solid rgba(85, 122, 170, 0.25);
  color: #111827;
  font-weight: 800;
}

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

.review-card {
  flex: 0 0 100%;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(9, 29, 55, 0.1);
  border-radius: 0 36px 0 0;
  color: #374151;
}

.review-card p,
.review-card h3 {
  color: #111827;
}

.faq-item {
  border-bottom: 1px solid rgba(9, 29, 55, 0.14);
}

.faq-button {
  width: 100%;
  padding: 24px 0;
  color: #111827;
  font-size: 19px;
  font-weight: 800;
  text-align: left;
}

.footer {
  background: #061427;
  color: #d8e3f2;
}

.footer h2,
.footer h3,
.footer p,
.footer a,
.footer li {
  color: #ffffff;
}

.footer a:hover {
  color: #c9ddf6;
}

.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none !important;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 260ms ease, opacity 260ms ease;
}

.sticky-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0 10px;
  background: #557aaa;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

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

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

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

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

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

  .review-card {
    flex-basis: calc(33.333% - 16px);
    margin-right: 24px;
  }

  .content-split {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
    gap: 34px;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(39px, 11vw, 46px);
  }

  h2 {
    font-size: clamp(31px, 9vw, 37px);
  }

  .hero {
    padding-bottom: 36px;
  }

  .review-logos img {
    height: 38px;
    max-width: 58px;
    padding: 4px;
  }

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

@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;
  }
}
