:root {
  --font-heading: "Trebuchet MS", Arial, sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
  --sea: #226664;
  --blue: #5c78a7;
  --lime: #50da49;
  --ink: #111827;
  --muted: #4b5563;
  --dark: #0b2428;
  --foam: #f3f8f8;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.7;
  background: #fff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 20%, rgba(80, 218, 73, .3), transparent 22rem),
    repeating-linear-gradient(115deg, rgba(34, 102, 100, .18) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, rgba(92, 120, 167, .14), transparent 45%);
}

h1, h2, h3, h4, .logo-text {
  font-family: var(--font-heading);
  letter-spacing: -.03em;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.05;
}

h2 {
  font-size: 2.05rem;
  line-height: 1.15;
}

h3, h4 {
  font-size: 1.375rem;
  line-height: 1.25;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(34, 102, 100, .16);
}

.logo-link {
  color: var(--ink);
  text-decoration: none;
}

.logo-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  background: var(--dark);
  color: #fff;
  border: 2px solid var(--lime);
}

.logo-text {
  font-size: 24px;
  font-weight: 800;
}

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

.desktop-nav a:hover {
  color: var(--sea);
}

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

.mobile-menu-button {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 102, 100, .35);
  background: #fff;
  color: var(--ink);
}

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(34, 102, 100, .14);
  background: #fff;
}

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

.mobile-menu a {
  display: block;
  padding: .85rem 1rem;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 102, 100, .1);
}

.hero-section {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(5, 22, 28, .76), rgba(5, 22, 28, .62)), url("../images/hero-kitchen.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-section::before, .hero-section::after, .wave-band::before {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  height: 12rem;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(80, 218, 73, .18), transparent 62%);
  animation: drift 13s ease-in-out infinite alternate;
}

.hero-section::before {
  top: 9%;
}

.hero-section::after {
  bottom: 5%;
  background: repeating-radial-gradient(ellipse at center, rgba(255, 255, 255, .11) 0 2px, transparent 2px 18px);
  animation-duration: 18s;
}

@keyframes drift {
  from { transform: translate3d(-3%, 0, 0) rotate(-1deg); }
  to { transform: translate3d(3%, 1rem, 0) rotate(1deg); }
}

.hero-content {
  position: relative;
  z-index: 2;
}

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

.stars {
  color: var(--lime);
  font-size: 1.45rem;
  letter-spacing: .18em;
  text-shadow: 0 2px 18px rgba(80, 218, 73, .45);
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 92px;
  object-fit: contain;
  background: rgba(255, 255, 255, .94);
  padding: 6px;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 54px;
  padding: .9rem 1.35rem;
  border: 0;
  background: var(--lime);
  color: #071417 !important;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .55), 0 16px 40px rgba(80, 218, 73, .22);
  animation: pulseGlow 2.4s ease-in-out infinite;
  transition: transform .2s ease, background .2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  background: #6eff66;
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .48), 0 16px 40px rgba(80, 218, 73, .24); }
  50% { box-shadow: 0 0 0 14px rgba(255, 255, 255, 0), 0 18px 48px rgba(80, 218, 73, .36); }
}

.section-pad {
  padding: 4.5rem 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .28rem .65rem;
  background: rgba(80, 218, 73, .18);
  color: #0d4e16;
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.heading-rule::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin-top: .8rem;
  background: var(--lime);
}

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

.glass-card {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(34, 102, 100, .16);
  box-shadow: 0 22px 65px rgba(15, 23, 42, .08);
}

.dark-section .glass-card h3,
.dark-section .glass-card p {
  color: var(--ink) !important;
}

.irregular-frame {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  clip-path: polygon(0 7%, 93% 0, 100% 85%, 10% 100%);
  border: 8px solid #fff;
  box-shadow: 0 24px 70px rgba(34, 102, 100, .2);
}

.split-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

.service-list li, .check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .85rem;
}

.service-list li::before, .check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6rem;
  width: .6rem;
  height: .6rem;
  background: var(--lime);
}

.dark-section {
  position: relative;
  color: #f8fafc;
  background: linear-gradient(135deg, #0b2428, #153d48 58%, #1f4f56);
  overflow: hidden;
}

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

.dark-section .eyebrow {
  background: rgba(80, 218, 73, .22);
  color: #d9ffd7;
}

.review-shell {
  position: relative;
}

.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 88%;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: .5rem 0 1.5rem;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  scroll-snap-align: start;
  background: #fff;
  color: var(--muted);
  padding: 1.4rem;
  min-height: 300px;
  border-top: 5px solid var(--lime);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.review-card h3, .review-card p {
  color: var(--ink);
}

.review-controls button {
  width: 44px;
  height: 44px;
  background: var(--dark);
  color: #fff;
  border: 0;
  font-weight: 900;
}

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

.service-icon-card {
  background: #fff;
  border: 1px solid rgba(34, 102, 100, .14);
  padding: 1rem;
  min-height: 150px;
}

.service-icon-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.area-pill {
  display: inline-flex;
  padding: .55rem .8rem;
  background: #fff;
  border: 1px solid rgba(34, 102, 100, .2);
  color: var(--ink);
  font-weight: 800;
}

.faq details {
  background: #fff;
  border: 1px solid rgba(34, 102, 100, .16);
  padding: 1rem 1.15rem;
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.site-footer {
  color: #dbeafe;
  background: #071a1e;
}

.site-footer h2, .site-footer h3, .site-footer p, .site-footer a, .site-footer li {
  color: #fff;
}

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

.sticky-call {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  padding: .75rem .85rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(7, 26, 30, .94);
  transform: translateY(110%);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}

.sticky-call .cta-button {
  width: 100%;
  min-height: 52px;
  font-size: 16px;
}

@media (max-width: 767px) {
  h1 { font-size: 1.95rem; }
  h2 { font-size: 1.45rem; }
  .hero-section { min-height: 680px; padding-top: 2rem; }
  .desktop-nav { display: none !important; }
  .sticky-call.is-visible { display: block !important; transform: translateY(0); opacity: 1; }
  body { padding-bottom: 76px; }
}

@media (min-width: 768px) {
  .mobile-menu-button, .mobile-menu, .sticky-call { display: none !important; }
  .header-phone { display: inline-flex !important; }
  .split-block { grid-template-columns: minmax(0, 7fr) minmax(220px, 3fr); gap: 2.25rem; }
  .split-block.reverse { grid-template-columns: minmax(220px, 3fr) minmax(0, 7fr); }
  .split-block.reverse .split-image { order: -1; }
  .review-track { grid-auto-columns: calc((100% - 3rem) / 3); gap: 1.5rem; }
  .icon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  h1 { font-size: 4.2rem; }
  h2 { font-size: 2.65rem; }
  .section-pad { padding: 6rem 0; }
  .icon-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
