:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --shadow: 0 22px 55px rgba(17, 17, 17, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  line-height: 1.7;
  padding-bottom: 76px;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

a, button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(109, 7, 43, 0.12);
}

.brand-text {
  font-family: var(--font-heading);
  font-size: 22px;
  letter-spacing: -0.02em;
}

.logo-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.desktop-nav a, .mobile-nav a {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.desktop-nav a:hover, .mobile-nav a:hover {
  color: var(--primary);
}

.phone-button, .cta-button {
  align-items: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  gap: .55rem;
  justify-content: center;
  min-height: 52px;
  padding: .85rem 1.25rem;
  text-decoration: none;
  text-transform: none;
}

.cta-button {
  animation: pulseGlow 2.2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.48);
}

.phone-button:hover, .cta-button:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff !important;
  transform: translateY(-2px);
}

.outline-button {
  background: #fff;
  border: 2px solid var(--primary);
  color: var(--primary) !important;
}

.outline-button:hover {
  background: var(--primary);
  color: #fff !important;
}

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .7)), url('../images/kitchen-premium.jpg');
  background-position: center;
  background-size: cover;
  min-height: 690px;
  position: relative;
}

.hero-section h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.08;
}

@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 58px;
  }
}

.hero-section p, .hero-section .hero-kicker {
  color: #fff;
}

.hero-stars {
  color: var(--accent);
  font-size: 28px;
  letter-spacing: .14em;
}

.hero-icon-row {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-icon-card {
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  gap: .45rem;
  justify-content: center;
  min-height: 92px;
  padding: .75rem .45rem;
}

.icon-line {
  color: currentColor;
  height: 36px;
  width: 36px;
}

.section-wrap {
  padding: 70px 0;
}

@media (min-width: 768px) {
  .section-wrap {
    padding: 96px 0;
  }
}

.eyebrow {
  color: var(--primary);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  line-height: 1.16;
}

@media (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}

h3, h4 {
  font-size: 20px;
  line-height: 1.28;
}

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

.heading-rule::after {
  background: var(--primary);
  content: "";
  display: block;
  height: 4px;
  margin-top: 18px;
  width: 78px;
}

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

.premium-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, .1);
  box-shadow: var(--shadow);
}

.image-text {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .image-text {
    grid-template-columns: 7fr 3fr;
    align-items: center;
  }
}

.image-text.reverse {
  direction: rtl;
}

.image-text.reverse > * {
  direction: ltr;
}

.service-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.service-card {
  border-left: 5px solid var(--primary);
  padding: 1.4rem;
}

.service-card svg, .process-card svg, .benefit-card svg {
  color: var(--primary);
}

.dark-band {
  background: linear-gradient(135deg, #171717 0%, #2A0A17 100%);
  color: #fff;
}

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

.dark-band .heading-rule::after {
  background: var(--accent);
}

.parts-list {
  columns: 1;
}

@media (min-width: 900px) {
  .parts-list {
    columns: 2;
    column-gap: 2.5rem;
  }
}

.parts-list li {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform .35s ease;
}

.review-slide {
  flex: 0 0 100%;
  padding: .5rem;
}

@media (min-width: 768px) {
  .review-slide {
    flex-basis: 33.333333%;
  }
}

.carousel-btn {
  background: #fff;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 900;
  height: 46px;
  width: 46px;
}

.carousel-btn:hover {
  background: var(--primary);
  color: #fff;
}

.sticky-call {
  background: var(--primary);
  bottom: 0;
  box-shadow: 0 -16px 30px rgba(0,0,0,.22);
  color: #fff !important;
  display: none;
  font-size: 16px;
  font-weight: 900;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  text-align: center;
  transform: translateY(100%);
  z-index: 60;
}

@media (max-width: 767px) {
  .sticky-call.is-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-nav {
  border-top: 1px solid rgba(109,7,43,.12);
  display: none;
}

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

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

footer a {
  color: #fff;
}

footer a:hover {
  color: var(--accent);
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .46); }
  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 (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media (max-width: 767px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .site-header > div,
  .header-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .logo-icon {
    width: 34px;
    height: 34px;
  }

  .brand-text {
    max-width: 135px;
    font-size: 17px;
    line-height: 1.05;
    white-space: normal;
  }

  .phone-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
    gap: 0;
  }

  .phone-button svg {
    width: 20px;
    height: 20px;
  }

  .phone-button span {
    display: none;
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #ffffff;
  }
}