* {
  border-radius: 0 !important;
}

:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --stone: #f7f5f2;
  --stone-2: #eee9e2;
  --burgundy: #4b0512;
  --burgundy-dark: #210308;
  --blue: #7089c5;
  --ink: #111827;
  --muted: #4b5563;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background-color: var(--stone);
  background-image:
    linear-gradient(120deg, rgba(255,255,255,.78), rgba(247,245,242,.9)),
    radial-gradient(circle at 18% 12%, rgba(75,5,18,.05), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(112,137,197,.08), transparent 30%),
    repeating-linear-gradient(110deg, rgba(33,3,8,.035) 0 1px, transparent 1px 12px);
  color: #374151;
  font-size: 16px;
  line-height: 1.65;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(112,137,197,.72);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  letter-spacing: -.035em;
  line-height: 1.06;
}

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

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

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

.site-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(75,5,18,.12);
  backdrop-filter: blur(18px);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--burgundy);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.15);
}

.brand-text {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}

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

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

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

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

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

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

.desktop-nav a,
.mobile-menu a {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

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

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(75,5,18,.12);
  background: #fff;
}

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

.phone-button,
.cta-button {
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .82rem 1.05rem;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255,255,255,.5), 0 18px 34px rgba(33,3,8,.22);
}

.phone-button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  background: #5f78b5;
  color: #fff !important;
  box-shadow: 0 0 0 8px rgba(255,255,255,.18), 0 26px 46px rgba(33,3,8,.3);
}

.pulse-glow {
  animation: whitePulse 2.35s ease-in-out infinite;
}

@keyframes whitePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.48), 0 18px 34px rgba(33,3,8,.22); }
  50% { box-shadow: 0 0 0 12px rgba(255,255,255,.08), 0 26px 46px rgba(33,3,8,.32); }
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 74px);
  isolation: isolate;
  background: #210308 url('../images/hero-kitchen.jpg') center/cover no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(33,3,8,.92), rgba(33,3,8,.68) 50%, rgba(33,3,8,.78));
}

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

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

.star-row {
  color: var(--blue);
  font-size: 28px;
  letter-spacing: .08em;
  text-shadow: 0 10px 30px rgba(0,0,0,.42);
}

.trust-icon-row img {
  width: auto;
  height: 48px;
  max-width: 17.5%;
  object-fit: contain;
  background: rgba(255,255,255,.96);
  padding: 6px 8px;
  border: 1px solid rgba(255,255,255,.44);
}

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

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 14px;
  color: #fff;
  background: var(--burgundy);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  padding: .44rem .66rem;
}

.section-badge::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--blue);
}

.heading-rule {
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 18px;
  background: var(--blue);
}

.panel {
  background: rgba(255,255,255,.91);
  border: 1px solid rgba(75,5,18,.14);
  box-shadow: 0 24px 60px rgba(33,3,8,.08);
}

.lift-panel:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 70px rgba(33,3,8,.16);
}

.split-row {
  display: grid;
  gap: 30px;
  align-items: center;
}

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

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

.split-image {
  min-height: 280px;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(75,5,18,.16);
  box-shadow: 18px 18px 0 rgba(112,137,197,.22);
}

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

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

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

.service-card {
  min-height: 154px;
  padding: 18px 14px;
  background: #fff;
  border: 1px solid rgba(75,5,18,.14);
  color: #1f2937;
}

.service-card svg,
.feature-icon svg {
  width: 46px;
  height: 46px;
  color: var(--burgundy);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.issue-card {
  background: #fff;
  border-left: 5px solid var(--burgundy);
  padding: 22px;
  color: #374151;
}

.dark-band {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
  color: #fff;
}

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

.dark-band .panel {
  background: rgba(255,255,255,.96);
  color: #374151;
}

.dark-band .panel h3,
.dark-band .panel p,
.dark-band .panel li {
  color: #111827;
}

.reviews-shell {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform .45s ease;
}

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

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

.review-card {
  height: 100%;
  min-height: 270px;
  background: #fff;
  border: 1px solid rgba(75,5,18,.14);
  padding: 26px;
  color: #374151;
}

.zip-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: .62rem .9rem;
  background: #fff;
  border: 1px solid rgba(75,5,18,.16);
  color: #111827;
  font-weight: 800;
}

.faq-item {
  border: 1px solid rgba(75,5,18,.14);
  background: #fff;
}

.faq-item button {
  width: 100%;
  padding: 20px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: #374151;
}

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

.footer {
  background: #120105;
  color: #f9fafb;
  font-size: 14px;
}

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

.footer h3,
.footer .brand-text {
  color: #fff !important;
}

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none !important;
  transform: translateY(110%);
  opacity: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(18,1,5,.95);
  transition: transform .28s ease, opacity .28s ease;
}

.mobile-sticky-call a {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff !important;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
}

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

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

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

  .trust-icon-row img {
    height: 38px;
    max-width: 19%;
    padding: 5px;
  }

  .hero-section {
    min-height: 760px;
  }
}

@media (min-width: 768px) {
  .mobile-sticky-call {
    display: none !important;
    visibility: hidden !important;
  }
}

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