:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Georgia, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.75;
  background: #ffffff;
  padding-bottom: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
}

p,
li {
  font-size: 16px;
}

h1 {
  font-size: 39px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h2 {
  font-size: 31px;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(32, 50, 80, 0.16);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 76px;
}

.brand-logo {
  color: #111827;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #203250;
  color: #ffffff;
  border: 2px solid #c99a4a;
}

.brand-mark svg {
  width: 26px;
  height: 26px;
}

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

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

.mobile-menu-toggle {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 50, 80, 0.25);
  color: #203250;
  background: #ffffff;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #ffffff;
  border-bottom: 1px solid rgba(32, 50, 80, 0.18);
  box-shadow: 0 24px 50px rgba(32, 50, 80, 0.16);
}

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

.nav-link {
  color: #203250;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-link:hover,
.nav-link:focus {
  color: #5c78a7;
}

.phone-btn,
.cta-btn,
.mobile-sticky-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #203250;
  color: #ffffff !important;
  border: 1px solid #c99a4a;
  min-height: 52px;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: whitePulse 2.4s infinite;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.phone-btn:hover,
.cta-btn:hover,
.mobile-sticky-call:hover {
  background: #152136;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.hero-section {
  min-height: 760px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 116px;
  overflow: hidden;
  background: linear-gradient(rgba(15, 25, 42, 0.72), rgba(15, 25, 42, 0.78)), url("../images/hero-kitchen.jpg") center/cover no-repeat;
}

.hero-section h1,
.hero-section p {
  color: #ffffff;
}

.hero-kicker {
  color: #f4e2bd;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}

.hero-stars {
  color: #c99a4a;
  font-size: 26px;
  letter-spacing: 0.16em;
  line-height: 1;
}

.trust-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 118px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 5px 8px;
}

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

.section-alt {
  background: #f7f8fb;
}

.section-navy {
  background: #203250;
  color: #ffffff;
}

.section-navy h2,
.section-navy h3,
.section-navy h4,
.section-navy p,
.section-navy li {
  color: #ffffff;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  background: #c99a4a;
  color: #111827;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title::after,
.card-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: #c99a4a;
  margin-top: 16px;
}

.section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

.premium-card {
  background: #ffffff;
  border: 1px solid rgba(32, 50, 80, 0.18);
  box-shadow: 0 18px 45px rgba(32, 50, 80, 0.08);
  color: #374151;
}

.premium-card h3,
.premium-card h4 {
  color: #111827;
}

.service-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(32, 50, 80, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #203250;
  background: #f7f8fb;
}

.service-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.split-card {
  display: grid;
  gap: 28px;
  align-items: center;
}

.split-text {
  min-width: 0;
}

.split-image {
  min-width: 0;
}

.split-image img,
.feature-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border: 1px solid rgba(32, 50, 80, 0.18);
}

.issue-list li,
.service-detail li,
.area-list li,
.payment-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.issue-list li::before,
.service-detail li::before,
.area-list li::before,
.payment-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c99a4a;
  position: absolute;
  left: 0;
  top: 0.72em;
}

.process-step {
  border-left: 3px solid #c99a4a;
  padding-left: 22px;
}

.reviews-viewport {
  overflow: hidden;
}

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

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

.review-card {
  min-height: 340px;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(32, 50, 80, 0.18);
  padding: 28px;
  color: #374151;
}

.review-name {
  color: #111827;
  font-size: 20px;
  font-weight: 800;
}

.review-stars {
  color: #c99a4a;
  letter-spacing: 0.08em;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #203250;
  color: #203250;
  background: #ffffff;
  font-size: 22px;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease;
}

.carousel-btn:hover {
  background: #203250;
  color: #ffffff;
}

.faq-button {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 18px;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
}

.faq-panel {
  display: none;
  color: #374151;
  padding: 0 0 24px;
}

.faq-item.is-open .faq-panel {
  display: block;
}

.site-footer {
  background: #152136;
  color: #ffffff;
  font-size: 14px;
}

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

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

.site-footer .brand-logo {
  color: #ffffff;
}

.footer-disclaimer {
  color: #e6edf7;
  font-size: 14px;
  line-height: 1.7;
}

.mobile-sticky-call {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  width: 100%;
  min-height: 58px;
  transform: translateY(110%);
  opacity: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  transition: transform 240ms ease, opacity 240ms ease;
}

.mobile-sticky-call.is-visible {
  display: inline-flex !important;
  transform: translateY(0);
  opacity: 1;
}

.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

  .mobile-menu-toggle,
  .mobile-menu,
  .mobile-sticky-call,
  .mobile-sticky-call.is-visible {
    display: none !important;
  }

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

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

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

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

@media (max-width: 767px) {
  body.has-sticky-call {
    padding-bottom: 68px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

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

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

  .trust-icons {
    gap: 8px;
  }

  .trust-icons img {
    height: 48px;
    max-width: 92px;
  }

  .phone-btn,
  .cta-btn,
  .mobile-sticky-call {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
