:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nav-height: 76px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: clamp(39px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -.04em;
}

h2 {
  font-size: clamp(31px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

h3, h4 {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
}

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

.site-header {
  min-height: var(--nav-height);
  border-bottom: 1px solid rgba(76, 96, 114, .18);
  backdrop-filter: blur(18px);
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 24px;
  letter-spacing: -.03em;
}

.nav-link {
  color: #263542;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #4C6072;
}

.phone-button, .cta-button {
  border-radius: 0;
  white-space: nowrap;
  position: relative;
  overflow: visible;
}

.cta-button::after, .phone-button::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 255, 255, .72);
  opacity: .28;
  animation: glowPulse 2s ease-in-out infinite;
  pointer-events: none;
}

.cta-button:hover, .phone-button:hover {
  transform: translateY(-2px);
}

.hero-section {
  min-height: 760px;
  background-image: linear-gradient(110deg, rgba(17, 24, 39, .84), rgba(38, 53, 66, .7), rgba(17, 24, 39, .76)), url("../images/hero-kitchen.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  z-index: -1;
}

.hero-kicker, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .34rem .65rem;
  background: rgba(232, 180, 94, .15);
  border-left: 4px solid #E8B45E;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-kicker {
  color: #FFFFFF;
  background: rgba(255,255,255,.1);
}

.stars {
  color: #E8B45E;
  font-size: 25px;
  letter-spacing: .12em;
}

.trust-badge-img {
  width: auto;
  height: 48px;
  object-fit: contain;
  padding: 7px 10px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.glass-panel {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(20px);
}

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

.heading-rule::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 18px;
  background: #E8B45E;
}

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

.premium-card {
  border-radius: 0;
  border: 1px solid rgba(76,96,114,.18);
  background: #FFFFFF;
  box-shadow: 0 22px 60px rgba(38,53,66,.08);
}

.premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 75px rgba(38,53,66,.13);
}

.premium-card h3::after, .issue-card h4::after, .faq-item summary::after, .site-footer h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 12px;
  background: #E8B45E;
}

.icon-tile {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(76,96,114,.24);
  background: #F4F7FA;
  color: #4C6072;
  flex: 0 0 auto;
}

.info-split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(220px, 3fr);
  gap: 2.25rem;
  align-items: center;
}

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

.feature-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  box-shadow: 18px 18px 0 #8AA3B9;
  border-radius: 0;
}

.issue-card {
  background: linear-gradient(145deg, #FFFFFF, #F4F7FA);
  border-left: 5px solid #8AA3B9;
  border-radius: 0;
}

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

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

.review-card {
  min-height: 250px;
  border-radius: 0;
}

.area-panel {
  background: #263542;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.area-panel::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -120px;
  top: -170px;
  border: 1px solid rgba(138,163,185,.42);
  transform: rotate(22deg);
}

.zip-chip {
  display: inline-flex;
  padding: .42rem .72rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  color: #FFFFFF;
  font-weight: 700;
}

.faq-item {
  border: 1px solid rgba(76,96,114,.18);
  border-radius: 0;
  background: #FFFFFF;
}

.site-footer {
  background: #111827;
  color: #D1D5DB;
  font-size: 14px;
}

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

.site-footer h3::after {
  background: #8AA3B9;
}

.mobile-menu {
  transform: translateX(100%);
  transition: transform .28s ease;
}

.mobile-menu.open {
  transform: translateX(0);
}

.sticky-call {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
}

.sticky-call.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease;
}

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

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 45%, transparent 65%);
  transform: translateX(-120%);
  animation: shinePass 6s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { transform: scale(.98); opacity: .22; }
  50% { transform: scale(1.04); opacity: .46; }
}

@keyframes shinePass {
  0%, 65% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

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

@media (max-width: 767px) {
  :root {
    --nav-height: 112px;
  }

  h1 {
    font-size: clamp(39px, 11vw, 53px);
  }

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

  .hero-section {
    min-height: 780px;
    padding-top: 112px;
  }

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

  .info-split, .info-split.reverse {
    grid-template-columns: 1fr;
  }

  .info-split.reverse > img, .info-split.reverse > picture {
    order: 2;
  }

  .feature-image {
    box-shadow: 10px 10px 0 #8AA3B9;
  }

  .trust-badge-img {
    height: 44px;
  }
}

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