:root {
  --font-heading: "Montserrat", "Aptos Display", "Segoe UI", system-ui, sans-serif;
  --font-body: "Open Sans", "Segoe UI", Arial, sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #243241;
  background: #ffffff;
  padding-bottom: 0;
}

body.mobile-call-space { padding-bottom: 78px; }

a { text-decoration: none; }

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

.site-shell { overflow: hidden; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(30,55,73,.14);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.brand img { width: 42px; height: 42px; }

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

.desktop-nav a {
  color: #243241;
  font-size: 16px;
  font-weight: 700;
  padding: 26px 4px;
  border-bottom: 3px solid transparent;
}

.desktop-nav a:hover { color: #1E3749; border-color: #D9A441; }

.hamburger {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #1E3749;
  border: 1px solid rgba(30,55,73,.25);
  background: #fff;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
  position: relative;
}

.hamburger span::before { position: absolute; top: -7px; }
.hamburger span::after { position: absolute; top: 7px; }

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(30,55,73,.12);
  background: #ffffff;
  padding: 10px 0 18px;
}

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

.mobile-menu a:not(.btn) {
  display: block;
  padding: 12px 0;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 22px;
  border: 0;
  border-radius: 0;
  background: #D9A441;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255,255,255,.52);
  animation: pulseGlow 2.2s infinite;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.btn:hover { transform: translateY(-2px); background: #e4b95c; color: #111827; }

.btn-dark { background: #1E3749; color: #ffffff; }
.btn-dark:hover { background: #132635; color: #ffffff; }

.phone-icon { width: 18px; height: 18px; flex: 0 0 auto; }

.hero {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(120deg, rgba(8,22,32,.86), rgba(30,55,73,.72)), url("../images/hero-kitchen.jpg") center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.10) 0 1px, transparent 1px 88px);
  opacity: .35;
}

.hero-content {
  position: relative;
  max-width: 1030px;
  padding: 94px 0 70px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 7px 12px;
  color: #111827;
  background: #D9A441;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -.045em; }
h1 { color: #ffffff; font-size: clamp(39px, 7vw, 78px); font-weight: 900; margin: 0 0 16px; }
h2 { color: #111827; font-size: clamp(31px, 5.8vw, 50px); font-weight: 900; margin: 0; }
h3 { color: #111827; font-size: 22px; font-weight: 900; margin: 0; }
h4 { color: #111827; font-size: 22px; font-weight: 900; margin: 0; }
p { font-size: 16px; margin: 0; }

.hero p.lead {
  max-width: 890px;
  margin: 18px auto 24px;
  color: #f6fbff;
  font-size: 18px;
}

.stars {
  color: #D9A441;
  font-size: 26px;
  letter-spacing: 4px;
  margin: 12px 0 14px;
}

.trust-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px auto 24px;
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 92px;
  object-fit: contain;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

.hero-stat-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.24);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.hero-stat {
  padding: 20px 14px;
  background: rgba(14,34,48,.74);
  color: #ffffff;
}

.hero-stat strong { display: block; font-size: 24px; font-family: var(--font-heading); }
.hero-stat span { color: #d9e7ef; font-size: 14px; }

.section { padding: 74px 0; position: relative; }
.section.alt { background: #F5F8FA; }
.section.dark { background: #0E2230; color: #edf6fb; }
.section.dark h2, .section.dark h3, .section.dark h4 { color: #ffffff; }
.section.dark p, .section.dark li { color: #d9e7ef; }

.section-heading { max-width: 850px; margin-bottom: 34px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p { margin-top: 16px; color: #526272; }
.section.dark .section-heading p { color: #d9e7ef; }

.rule {
  display: block;
  width: 74px;
  height: 4px;
  background: #D9A441;
  margin-top: 14px;
}

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

.architect-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, rgba(30,55,73,.07) 0 1px, transparent 1px 116px);
}

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

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.split-text { color: #314150; }
.split-text p + p { margin-top: 16px; }

.image-panel {
  position: relative;
  min-height: 260px;
  border-left: 8px solid #D9A441;
  box-shadow: 0 28px 70px rgba(30,55,73,.18);
  overflow: hidden;
}

.image-panel img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(30,55,73,.14);
  box-shadow: 0 18px 45px rgba(30,55,73,.08);
  padding: 24px;
  color: #243241;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1E3749, #6E8EA4, #D9A441);
}

.service-icon {
  width: 54px;
  height: 54px;
  color: #1E3749;
  background: #F5F8FA;
  padding: 12px;
  margin-bottom: 18px;
  border-left: 4px solid #D9A441;
}

.service-card ul, .list-panel ul, .footer ul { margin: 18px 0 0; padding: 0; list-style: none; }
.service-card li, .list-panel li { margin-top: 12px; padding-left: 22px; position: relative; color: #3b4a58; }
.service-card li::before, .list-panel li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; background: #D9A441; }
.service-card strong, .list-panel strong { color: #111827; }

.cta-band {
  background: linear-gradient(135deg, #1E3749 0%, #0E2230 55%, #6E8EA4 100%);
  color: #ffffff;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  box-shadow: 0 24px 60px rgba(30,55,73,.22);
}

.cta-band h3 { color: #ffffff; font-size: 28px; }
.cta-band p { color: #e7f0f6; margin-top: 8px; }

.list-panel {
  background: #ffffff;
  color: #243241;
  padding: 26px;
  border-left: 8px solid #D9A441;
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.service-area-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  counter-reset: process;
}

.process-step {
  background: #ffffff;
  color: #243241;
  padding: 25px;
  border: 1px solid rgba(30,55,73,.13);
  box-shadow: 0 16px 40px rgba(30,55,73,.08);
  position: relative;
}

.process-step::before {
  counter-increment: process;
  content: "0" counter(process);
  display: block;
  color: #D9A441;
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.benefit {
  padding: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #ffffff;
}

.benefit h3 { color: #ffffff; }
.benefit p { color: #d9e7ef; margin-top: 10px; }

.signs-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  counter-reset: signs;
}

.sign-item {
  padding: 22px;
  background: #ffffff;
  border-left: 6px solid #6E8EA4;
  box-shadow: 0 12px 34px rgba(30,55,73,.08);
  color: #243241;
}

.sign-item::before {
  counter-increment: signs;
  content: counter(signs) ".";
  color: #D9A441;
  font-weight: 900;
  font-family: var(--font-heading);
  margin-right: 6px;
}

.review-shell { overflow: hidden; }
.review-track { display: flex; transition: transform .5s ease; }
.review-slide { min-width: 100%; padding: 0 8px; }
.review-card {
  height: 100%;
  background: #ffffff;
  color: #243241;
  padding: 24px;
  border-top: 4px solid #D9A441;
  box-shadow: 0 18px 45px rgba(30,55,73,.10);
}

.review-card .stars { font-size: 17px; margin: 0 0 14px; letter-spacing: 2px; }
.review-card p { color: #314150; }
.review-card strong { display: block; margin-top: 16px; color: #111827; }

.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.slider-controls button {
  width: 44px;
  height: 44px;
  border: 0;
  background: #1E3749;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

.faq-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.faq-item { background: #ffffff; border: 1px solid rgba(30,55,73,.14); }
.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 0;
  color: #111827;
  background: transparent;
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.faq-item button span { color: #D9A441; font-size: 26px; line-height: 1; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { padding: 0 20px 20px; color: #314150; }
.faq-item.open .faq-answer { max-height: 220px; }

.footer {
  background: #081620;
  color: #d9e7ef;
  padding: 54px 0 86px;
  font-size: 14px;
}

.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer .brand { color: #ffffff; }
.footer h4 { color: #ffffff; margin-bottom: 12px; }
.footer p, .footer a, .footer li { color: #d9e7ef; font-size: 14px; }
.footer a:hover { color: #D9A441; }
.disclaimer { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #bfd0dc; }

.mobile-sticky-call {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  min-height: 64px;
  background: #0E2230;
  color: #ffffff;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: translateY(110%);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
  white-space: nowrap;
  box-shadow: 0 -18px 48px rgba(0,0,0,.28);
}

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

.fade-section { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.fade-section.in-view { opacity: 1; transform: translateY(0); }

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.45); }
  70% { box-shadow: 0 0 0 15px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@media (min-width: 640px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  body.mobile-call-space { padding-bottom: 0; }
  .desktop-nav { display: flex !important; align-items: center; gap: 18px; }
  .desktop-call { display: inline-flex !important; }
  .hamburger { display: none !important; }
  .mobile-menu { display: none !important; }
  .mobile-sticky-call { display: none !important; }
  .mobile-sticky-call.is-visible { display: none !important; }
  .split { grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr); }
  .split.reverse { grid-template-columns: minmax(240px, 3fr) minmax(0, 7fr); }
  .split.reverse .image-panel { order: 1; }
  .split.reverse .split-text { order: 2; }
  .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .signs-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band { grid-template-columns: 1fr auto; }
  .footer-grid { grid-template-columns: 1.3fr .9fr .9fr; }
}

@media (min-width: 1024px) {
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .review-slide { min-width: 33.3333%; }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(39px, 12vw, 48px); }
  h2 { font-size: clamp(31px, 9vw, 36px); }
  .hero { min-height: 740px; }
  .hero-content { padding-top: 78px; }
  .btn { width: 100%; padding-left: 14px; padding-right: 14px; }
  .mobile-menu .btn { width: 100%; }
  .trust-icons img { height: 44px; max-width: 78px; }
}
