:root {
  --ink: #111827;
  --muted: #4b5563;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --wine: #4b0512;
  --blue: #4676db;
  --red: #cf1919;
  --gold: #f7c948;
  --line: rgba(17, 24, 39, .12);
  --shadow: 0 24px 80px rgba(17, 24, 39, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  background:
    linear-gradient(118deg, transparent 0 58%, rgba(70, 118, 219, .07) 58.2% 64%, transparent 64.2%),
    linear-gradient(62deg, transparent 0 70%, rgba(207, 25, 25, .06) 70.2% 76%, transparent 76.2%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section { position: relative; overflow: hidden; }

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

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

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

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
  white-space: nowrap;
}

.logo img { width: 42px; height: 42px; }
.desktop-nav { display: none; align-items: center; gap: 22px; }
.desktop-nav a { font-size: 16px; font-weight: 800; color: #1f2937; }
.desktop-nav a:hover { color: var(--red); }

.header-phone {
  display: none !important;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  background: var(--wine);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.hamburger {
  width: 48px;
  height: 48px;
  border: 0;
  background: var(--wine);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

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

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

.mobile-menu {
  display: none;
  border-top: 1px solid var(--line);
  padding: 14px 0 18px;
  background: #fff;
}

.mobile-menu.is-open { display: block; }
.mobile-menu a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 850;
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.mobile-menu .menu-call {
  margin-top: 14px;
  background: var(--wine);
  color: #fff;
  text-align: center;
  padding: 15px 14px;
  white-space: nowrap;
  border-bottom: 0;
}

.hero {
  min-height: 760px;
  display: grid;
  align-items: center;
  color: #fff;
  isolation: isolate;
  background: #160309 url('../images/hero-kitchen.jpg') center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(116deg, rgba(75, 5, 18, .90) 0 48%, rgba(75, 5, 18, .52) 48.2% 69%, rgba(17, 24, 39, .86) 69.2%),
    radial-gradient(circle at 50% 18%, rgba(70, 118, 219, .35), transparent 38%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(128deg, transparent 0 42%, rgba(70, 118, 219, .34) 42.2% 45%, transparent 45.2%),
    linear-gradient(54deg, transparent 0 67%, rgba(207, 25, 25, .34) 67.2% 70%, transparent 70.2%);
  animation: bgShift 11s ease-in-out infinite alternate;
}

#particle-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-content {
  padding: 116px 0 92px;
  text-align: center;
  max-width: 960px;
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 8px 12px;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
}

h1 { font-size: clamp(39px, 7vw, 76px); color: #fff; margin-top: 22px; }
h2 { font-size: clamp(31px, 4.4vw, 54px); color: var(--ink); }
h3 { font-size: clamp(22px, 2.7vw, 30px); color: var(--ink); }
h4 { font-size: 22px; color: var(--ink); }

.section-title { max-width: 820px; }
.section-title.center { text-align: center; margin-inline: auto; }
.section-title .eyebrow { margin-bottom: 16px; }
.title-line {
  display: block;
  width: 86px;
  height: 5px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--red), var(--blue));
}
.section-title.center .title-line { margin-inline: auto; }

.hero .lead {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(18px, 2vw, 22px);
  max-width: 800px;
  margin: 24px auto 0;
}

.stars {
  margin: 18px 0 12px;
  color: var(--gold);
  font-size: 30px;
  letter-spacing: .1em;
  text-shadow: 0 2px 16px rgba(247, 201, 72, .4);
}

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

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 112px;
  object-fit: contain;
  background: #fff;
  padding: 6px 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .26);
}

.cta-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  background: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  border: 2px solid var(--red);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5), 0 18px 38px rgba(207, 25, 25, .34);
  animation: pulseGlow 2.3s infinite;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.btn-primary:hover { transform: translateY(-3px); background: #a81212; border-color: #a81212; }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .72);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.section-pad { padding: 88px 0; }
.intro-text { font-size: 18px; color: #374151; margin-top: 24px; }
.diagonal-light { background: linear-gradient(135deg, #fff 0 58%, #f0f4ff 58.1%); }
.diagonal-dark { background: linear-gradient(126deg, var(--wine) 0 54%, #111827 54.2%); color: #fff; }
.diagonal-dark h2, .diagonal-dark h3, .diagonal-dark h4 { color: #fff; }
.diagonal-dark p, .diagonal-dark li { color: rgba(255, 255, 255, .86); }

.two-col {
  display: grid;
  gap: 34px;
  align-items: center;
}

.two-col.text-wide { grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr); }
.two-col.image-left { grid-template-columns: minmax(260px, 3fr) minmax(0, 7fr); }
.feature-image {
  position: relative;
  min-height: 270px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.feature-image img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.feature-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 72%;
  height: 44%;
  background: linear-gradient(135deg, transparent 0 46%, rgba(207, 25, 25, .78) 46.5% 54%, transparent 54.5%);
}

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

.stat-card {
  background: #fff;
  border-left: 6px solid var(--blue);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
}
.stat-card strong { display: block; font-size: 26px; color: var(--ink); line-height: 1; }
.stat-card span { color: #374151; font-weight: 800; }

.reviews-wrap { margin-top: 38px; position: relative; }
.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, calc((100% - 48px) / 3));
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 2px 20px;
}
.reviews-track::-webkit-scrollbar { display: none; }
.review-card {
  scroll-snap-align: start;
  background: #fff;
  color: var(--ink);
  padding: 28px;
  min-height: 292px;
  border-top: 6px solid var(--red);
  box-shadow: var(--shadow);
}
.review-card .stars { margin: 0 0 14px; font-size: 18px; letter-spacing: .05em; }
.review-card p { color: #374151; margin: 0; }
.review-card strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 18px; }
.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 12px; }
.slider-controls button {
  width: 48px;
  height: 48px;
  border: 0;
  background: var(--wine);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.service-card {
  background: #fff;
  padding: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(17, 24, 39, .08);
  position: relative;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--wine), var(--blue), var(--red));
}
.icon-box {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #f2f5ff;
  color: var(--blue);
  margin-bottom: 18px;
}
.icon-box svg { width: 34px; height: 34px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; }
.service-card p, .service-card li { color: #374151; }
.service-card ul { padding-left: 19px; margin: 14px 0 0; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.process-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 26px;
}
.process-card .number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--red);
  color: #fff;
  font-weight: 950;
  margin-bottom: 18px;
}

.list-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}
.info-box {
  background: #fff;
  color: var(--ink);
  padding: 26px;
  border-left: 6px solid var(--red);
  box-shadow: 0 18px 48px rgba(17, 24, 39, .1);
}
.info-box p, .info-box li { color: #374151; }
.info-box ul { margin: 12px 0 0; padding-left: 20px; }

.cta-band {
  padding: 54px 0;
  background: linear-gradient(107deg, var(--wine) 0 48%, var(--red) 48.2% 64%, var(--blue) 64.2%);
  color: #fff;
}
.cta-band h2 { color: #fff; }
.cta-band .container { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cta-band p { margin: 12px 0 0; color: rgba(255, 255, 255, .9); font-size: 18px; }

.faq-grid { display: grid; gap: 14px; margin-top: 36px; }
.faq-item { background: #fff; border: 1px solid var(--line); padding: 24px; box-shadow: 0 12px 36px rgba(17, 24, 39, .07); }
.faq-item p { color: #374151; margin-bottom: 0; }

.site-footer {
  background: #080a10;
  color: #fff;
  padding: 56px 0 34px;
  font-size: 14px;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 34px; }
.site-footer .logo { color: #fff; margin-bottom: 18px; }
.site-footer a { color: #fff; }
.site-footer p, .site-footer li { color: rgba(255, 255, 255, .78); font-size: 14px; }
.site-footer h3 { color: #fff; font-size: 22px; margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.disclaimer { border-top: 1px solid rgba(255, 255, 255, .16); margin-top: 34px; padding-top: 22px; }

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none !important;
  background: #080a10;
  color: #fff;
  text-align: center;
  padding: 14px 10px calc(14px + env(safe-area-inset-bottom));
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 -14px 34px rgba(0, 0, 0, .28);
  transform: translateY(110%);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}
.mobile-sticky-call.is-visible { display: block !important; transform: translateY(0); opacity: 1; }

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .45), 0 18px 38px rgba(207, 25, 25, .34); }
  70% { box-shadow: 0 0 0 16px rgba(255, 255, 255, 0), 0 18px 38px rgba(207, 25, 25, .34); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 18px 38px rgba(207, 25, 25, .34); }
}

@keyframes bgShift {
  from { transform: translate3d(-12px, -8px, 0) scale(1.01); }
  to { transform: translate3d(18px, 10px, 0) scale(1.04); }
}

@media (min-width: 768px) {
  .desktop-nav { display: flex !important; }
  .header-phone { display: inline-flex !important; }
  .hamburger, .mobile-menu, .mobile-sticky-call { display: none !important; }
  .mobile-sticky-call.is-visible { display: none !important; }
}

@media (max-width: 767px) {
  body { padding-bottom: 70px; }
  .header-inner { min-height: 68px; }
  .logo { font-size: 24px; }
  .logo img { width: 38px; height: 38px; }
  h1 { font-size: clamp(28px, 11vw, 39px); }
  h2 { font-size: clamp(24px, 8.5vw, 32px); }
  .hero { min-height: 720px; }
  .hero-content { padding: 94px 0 72px; }
  .trust-icons { gap: 8px; }
  .trust-icons img { height: 42px; max-width: 84px; padding: 5px 6px; }
  .cta-row { align-items: stretch; flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; }
  .section-pad { padding: 64px 0; }
  .two-col, .two-col.text-wide, .two-col.image-left, .cta-band .container { grid-template-columns: 1fr; }
  .image-left .feature-image { order: 2; }
  .stats-grid, .list-columns, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-track { grid-auto-columns: 88%; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .desktop-nav { gap: 12px; }
  .desktop-nav a { font-size: 16px; }
  .services-grid, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1120px) and (min-width: 768px) {
  .header-phone { padding: 11px 12px; font-size: 14px; }
  .desktop-nav { gap: 14px; }
}
