:root {
  --color-primary: #055955;
  --color-accent: #41C4BF;
  --color-action: #1CB614;
  --color-ink: #111827;
  --color-muted: #4B5563;
  --color-linen: #F6F1E8;
  --color-panel: #FFFFFF;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  background-color: var(--color-linen);
  background-image: linear-gradient(45deg, rgba(5, 89, 85, 0.035) 25%, transparent 25%), linear-gradient(-45deg, rgba(5, 89, 85, 0.025) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(65, 196, 191, 0.035) 75%), linear-gradient(-45deg, transparent 75%, rgba(65, 196, 191, 0.025) 75%);
  background-size: 26px 26px;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

h1, h2, h3, h4, .brand-name {
  font-family: var(--font-heading);
  color: var(--color-ink);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h1 { font-size: clamp(39px, 6vw, 72px); color: #FFFFFF; margin: 18px 0 12px; }
h2 { font-size: clamp(31px, 4vw, 48px); margin: 0; }
h3, h4 { font-size: clamp(22px, 2.2vw, 28px); margin: 0 0 12px; }
p { font-size: 16px; margin: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(5, 89, 85, 0.14);
  backdrop-filter: blur(18px);
}

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-icon { width: 42px; height: 42px; flex: 0 0 42px; background: var(--color-primary); color: #FFFFFF; display: grid; place-items: center; }
.brand-icon svg { width: 27px; height: 27px; }
.brand-name { font-size: 24px; font-weight: 700; white-space: nowrap; }

.desktop-nav { display: none !important; align-items: center; gap: 22px; font-size: 16px; font-weight: 700; color: var(--color-primary); }
.desktop-nav a:hover, .mobile-menu a:hover { color: #087B75; }

.desktop-phone { display: none !important; }
.mobile-menu-button { display: inline-flex !important; width: 46px; height: 46px; align-items: center; justify-content: center; border: 2px solid var(--color-primary); background: #FFFFFF; color: var(--color-primary); }
.mobile-menu-button span { width: 22px; height: 2px; background: currentColor; display: block; position: relative; }
.mobile-menu-button span::before, .mobile-menu-button span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; }
.mobile-menu-button span::before { top: -7px; }
.mobile-menu-button span::after { top: 7px; }
.mobile-menu { display: none; border-top: 1px solid rgba(5, 89, 85, 0.14); background: #FFFFFF; padding: 16px; }
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: block; padding: 12px 0; font-size: 16px; font-weight: 700; color: var(--color-primary); }

.phone-button, .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  background: var(--color-action);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.58);
  animation: pulseGlow 2.2s ease-in-out infinite;
  transition: transform 180ms ease, background 180ms ease;
}
.phone-button:hover, .cta-button:hover { transform: translateY(-2px); background: #148D0F; color: #FFFFFF; }
.phone-dark { color: #FFFFFF; }

.hero {
  min-height: 760px;
  padding: 128px 0 92px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(3, 37, 35, 0.76), rgba(3, 37, 35, 0.68)), url("../images/hero-kitchen.jpg") center/cover no-repeat;
  color: #FFFFFF;
}
.hero::after { content: ""; position: absolute; left: -8%; right: -8%; bottom: -96px; height: 170px; background: var(--color-linen); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.hero-content { position: relative; z-index: 2; max-width: 940px; margin: 0 auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; background: rgba(65, 196, 191, 0.18); border: 1px solid rgba(65, 196, 191, 0.7); color: #FFFFFF; font-size: 16px; font-weight: 800; }
.stars { color: var(--color-accent); font-size: 28px; letter-spacing: 5px; margin: 4px 0 14px; }
.review-icons { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 0 auto 22px; }
.review-icons img { width: auto; height: 48px; object-fit: contain; background: #FFFFFF; padding: 5px 8px; }
.hero-lead { color: #FFFFFF; font-size: clamp(18px, 2.1vw, 23px); max-width: 790px; margin: 0 auto 24px; }
.hero-cta-note { color: #FFFFFF; font-size: 18px; font-weight: 800; margin: 0 0 12px; }
.hero-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 820px; margin: 28px auto 0; }
.hero-badge { border: 1px solid rgba(255, 255, 255, 0.34); background: rgba(255, 255, 255, 0.12); padding: 16px; color: #FFFFFF; font-weight: 800; }

.section { position: relative; padding: 82px 0; overflow: hidden; }
.wave-light::after, .wave-dark::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -78px; height: 125px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; z-index: 0; }
.wave-light::after { background: #FFFFFF; }
.wave-dark::after { background: var(--color-primary); }
.section > .container { position: relative; z-index: 1; }
.section-white { background: #FFFFFF; }
.section-dark { background: var(--color-primary); color: #FFFFFF; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #FFFFFF; }
.section-dark p, .section-dark li { color: #FFFFFF; }
.section-muted { background: var(--color-linen); }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head.center { margin-inline: auto; text-align: center; }
.badge { display: inline-block; margin-bottom: 12px; padding: 6px 12px; background: var(--color-accent); color: #063835; font-size: 16px; font-weight: 900; }
.heading-line { width: 84px; height: 5px; background: var(--color-action); margin-top: 16px; }
.section-head.center .heading-line { margin-left: auto; margin-right: auto; }

.intro-card { background: #FFFFFF; padding: 34px; border-left: 8px solid var(--color-accent); box-shadow: 0 20px 60px rgba(5, 89, 85, 0.12); }
.split { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.split-text { order: 2; }
.split-image { order: 1; }
.oval-frame { border-radius: 50%; overflow: hidden; aspect-ratio: 1.22 / 1; border: 16px solid rgba(65, 196, 191, 0.25); animation: breathe 5.5s ease-in-out infinite; }
.oval-frame img { width: 100%; height: 100%; object-fit: cover; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { background: #FFFFFF; padding: 20px; border: 1px solid rgba(5, 89, 85, 0.12); min-height: 168px; color: var(--color-ink); transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(5, 89, 85, 0.13); }
.icon-box { width: 48px; height: 48px; background: rgba(65, 196, 191, 0.2); color: var(--color-primary); display: grid; place-items: center; margin-bottom: 14px; }
.icon-box svg { width: 29px; height: 29px; stroke-width: 2.3; }
.service-card p, .issue-card p, .reason-card p, .faq-card p { color: var(--color-muted); }

.issue-list { display: grid; grid-template-columns: 1fr; gap: 16px; }
.issue-card { background: #FFFFFF; color: var(--color-ink); padding: 24px; border-left: 6px solid var(--color-action); box-shadow: 0 12px 34px rgba(5, 89, 85, 0.09); }
.issue-number { color: var(--color-primary); font-weight: 900; font-size: 18px; margin-bottom: 6px; }

.reason-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.reason-card { background: rgba(255, 255, 255, 0.96); color: var(--color-ink); padding: 24px; border-top: 5px solid var(--color-accent); }
.reason-card .icon-box { background: var(--color-primary); color: #FFFFFF; }

.cta-strip { background: var(--color-primary); color: #FFFFFF; padding: 36px; display: grid; grid-template-columns: 1fr; gap: 18px; align-items: center; }
.cta-strip h3, .cta-strip p { color: #FFFFFF; }

.review-shell { position: relative; }
.review-track { display: grid; grid-template-columns: 1fr; gap: 18px; }
.review-card { background: #FFFFFF; color: var(--color-ink); padding: 24px; border: 1px solid rgba(5, 89, 85, 0.12); min-height: 270px; display: none; }
.review-card.is-visible { display: block; }
.review-card p { color: var(--color-muted); }
.review-card blockquote { margin: 0; }
.review-card cite { display: block; margin-top: 16px; color: var(--color-primary); font-style: normal; font-weight: 900; }
.review-rating { color: var(--color-action); letter-spacing: 3px; margin-bottom: 12px; }
.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.slider-button { width: 46px; height: 46px; border: 2px solid var(--color-primary); background: #FFFFFF; color: var(--color-primary); font-size: 22px; font-weight: 900; }

.coverage-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.coverage-panel { background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); padding: 28px; color: #FFFFFF; }
.coverage-panel ul { margin: 14px 0 0; padding-left: 20px; }

.faq-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.faq-card { background: #FFFFFF; padding: 24px; border-bottom: 5px solid var(--color-accent); }

.site-footer { background: #032D2B; color: #FFFFFF; padding: 54px 0 96px; }
.site-footer h3, .site-footer p, .site-footer a { color: #FFFFFF; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 22px; font-size: 14px; }
.footer-text, .footer-disclaimer { font-size: 14px; color: #E5E7EB; }
.footer-disclaimer { margin-top: 24px; line-height: 1.55; }

.mobile-sticky-call {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  background: var(--color-action);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}
.mobile-sticky-call.is-visible { display: flex !important; transform: translateY(0); opacity: 1; }

@keyframes pulseGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.54); } 50% { box-shadow: 0 0 0 14px rgba(255, 255, 255, 0); } }
@keyframes breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.025); } }

@media (max-width: 767px) {
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  .brand-name { font-size: 24px; white-space: normal; max-width: 205px; }
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: 720px; padding-top: 110px; }
  .hero-badges { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .review-icons { gap: 8px; }
  .review-icons img { height: 48px; max-width: 58px; }
  body.has-mobile-sticky { padding-bottom: 58px; }
}

@media (min-width: 768px) {
  .desktop-nav { display: flex !important; }
  .desktop-phone { display: inline-flex !important; }
  .mobile-menu-button, .mobile-menu { display: none !important; }
  .mobile-sticky-call, .mobile-sticky-call.is-visible { display: none !important; }
  .split { grid-template-columns: 70% 30%; }
  .split.reverse { grid-template-columns: 30% 70%; }
  .split-text { order: 1; }
  .split-image { order: 2; }
  .split.reverse .split-image { order: 1; }
  .split.reverse .split-text { order: 2; }
  .issue-list { grid-template-columns: repeat(2, 1fr); }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .review-track { grid-template-columns: repeat(3, 1fr); }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-strip { grid-template-columns: 1fr auto; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

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