:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --amber: #E8931E;
  --amber-soft: #F3B155;
  --ink: #111827;
  --text: #2E2A25;
  --muted: #62594F;
  --cream: #F7F2EA;
  --dark: #16110C;
  --dark-2: #241A12;
  --line: rgba(22, 17, 12, 0.14);
  --shadow: 0 22px 60px rgba(22, 17, 12, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--text); background: #fff; line-height: 1.65; }
body.has-sticky-call { padding-bottom: 78px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { font-size: 16px; margin: 0 0 1rem; }
ul { margin: 0; padding-left: 1.2rem; }
li { margin: 0.35rem 0; font-size: 16px; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--ink); line-height: 1.08; margin: 0 0 1rem; font-weight: 700; }
h1 { font-size: clamp(39px, 5.5vw, 66px); letter-spacing: -0.04em; }
h2 { font-size: clamp(31px, 3.6vw, 46px); letter-spacing: -0.03em; }
h3, h4 { font-size: 24px; letter-spacing: -0.015em; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
.dark { color: #F8F2E9; background: var(--dark); }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-tight { padding: 64px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(232, 147, 30, 0.14); color: #613600; border-left: 4px solid var(--amber); padding: 7px 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 12px; margin-bottom: 14px; }
.dark .eyebrow { color: #fff; background: rgba(232, 147, 30, 0.22); }
.heading-rule { width: 76px; height: 4px; background: var(--amber); margin: -2px 0 22px; }
.center { text-align: center; }
.center .heading-rule { margin-left: auto; margin-right: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(22, 17, 12, 0.95); color: #fff; border-bottom: 1px solid rgba(243, 177, 85, 0.22); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-size: 24px; font-weight: 700; white-space: nowrap; }
.logo img { width: 42px; height: 42px; }
.desktop-nav { display: flex; align-items: center; gap: 18px; font-size: 16px; }
.desktop-nav a { color: #fff; opacity: 0.92; }
.desktop-nav a:hover { color: var(--amber-soft); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-button, .cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; background: var(--amber); color: #111; border: 0; font-weight: 900; font-size: 16px; white-space: nowrap; box-shadow: 0 0 0 0 rgba(255,255,255,0.58); animation: glowPulse 2.6s infinite; transition: transform 180ms ease, background 180ms ease; }
.phone-button:hover, .cta-button:hover { background: var(--amber-soft); transform: translateY(-2px) scale(1.015); color: #111; }
.menu-toggle { display: none; width: 48px; height: 44px; background: transparent; border: 1px solid rgba(255,255,255,0.34); color: #fff; padding: 0; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px auto; }
.mobile-menu { display: none; border-top: 1px solid rgba(255,255,255,0.18); padding: 14px 0 18px; }
.mobile-menu a { display: block; padding: 10px 20px; font-size: 16px; color: #fff; }
.mobile-phone-row { display: none; padding: 0 20px 16px; }

.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; background: linear-gradient(rgba(10,7,4,0.72), rgba(10,7,4,0.72)), url('../images/kitchen-premium.jpg') center/cover no-repeat; color: #fff; }
.hero::after { content: ""; position: absolute; inset: auto -10% -25% -10%; height: 260px; background: radial-gradient(circle, rgba(232,147,30,0.3), transparent 68%); }
.hero-content { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; text-align: center; padding: 90px 0; }
.hero h1, .hero p { color: #fff; }
.hero-lead { font-size: 20px; max-width: 850px; margin: 0 auto 18px; color: #FBF4E8; }
.stars { color: var(--amber-soft); font-size: 30px; letter-spacing: 4px; margin: 20px 0 18px; }
.trust-badges { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; margin: 0 auto 26px; }
.trust-badges img { width: auto; height: 48px; object-fit: contain; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.28); padding: 7px 10px; }
.hero-cta-text { font-size: 19px; font-weight: 800; margin: 24px 0 14px; color: #fff; }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.secondary-link { color: #fff; border-bottom: 2px solid var(--amber); font-weight: 800; padding: 12px 2px 8px; }

.intro-grid, .split-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: 42px; align-items: center; }
.image-panel { position: relative; min-height: 360px; overflow: hidden; box-shadow: var(--shadow); background: var(--dark); }
.image-panel img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform 650ms ease; }
.image-panel:hover img { transform: scale(1.055); }
.info-card { border: 1px solid var(--line); padding: 30px; background: #fff; box-shadow: var(--shadow); }
.address-card { background: var(--dark); color: #fff; padding: 28px; border-left: 6px solid var(--amber); }
.address-card strong, .address-card a { color: #fff; }

.benefits { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { background: #fff; border: 1px solid var(--line); padding: 28px; min-height: 190px; transition: transform 180ms ease, box-shadow 180ms ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon { width: 46px; height: 46px; color: var(--amber); margin-bottom: 16px; }
.icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; }

.service-band { background: linear-gradient(135deg, #20160E, #100B07); color: #F8F2E9; position: relative; overflow: hidden; }
.service-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 10%, rgba(232,147,30,0.18), transparent 35%), radial-gradient(circle at 86% 80%, rgba(243,177,85,0.12), transparent 34%); }
.service-band .container { position: relative; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(243,177,85,0.24); padding: 24px; color: #F8F2E9; min-height: 300px; }
.service-card h3, .service-card h4 { color: #fff; }
.service-card ul { color: #F6E9D8; }
.service-card .heading-rule { width: 52px; margin-bottom: 14px; }
.service-card .icon { color: var(--amber-soft); }
.service-card.featured { background: #fff; color: var(--text); }
.service-card.featured h3, .service-card.featured h4 { color: var(--ink); }
.service-card.featured ul { color: var(--text); }

.appliance-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.appliance-item { padding: 28px; border: 1px solid var(--line); background: #fff; }
.appliance-item h3 { display: flex; align-items: center; gap: 12px; }
.appliance-item .small-icon { flex: 0 0 36px; width: 36px; height: 36px; color: var(--amber); }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.process-card { counter-increment: step; background: var(--cream); padding: 30px; border-top: 5px solid var(--amber); position: relative; }
.process-card::before { content: counter(step, decimal-leading-zero); position: absolute; right: 22px; top: 16px; font-family: var(--font-heading); font-size: 42px; color: rgba(22,17,12,0.16); font-weight: 700; }

.area { background: var(--cream); }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.pill-list li { margin: 0; border: 1px solid rgba(22,17,12,0.18); padding: 8px 12px; background: #fff; font-weight: 800; }

.cta-strip { background: linear-gradient(120deg, rgba(22,17,12,0.94), rgba(45,31,19,0.94)), url('../images/kitchen-appliances.jpg') center/cover no-repeat; color: #fff; }
.cta-strip h2, .cta-strip p { color: #fff; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-row div { max-width: 780px; }

.reviews { background: #fff; overflow: hidden; }
.review-shell { position: relative; }
.review-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 0 22px; scrollbar-width: thin; }
.review-card { flex: 0 0 calc((100% - 40px) / 3); min-height: 245px; scroll-snap-align: start; border: 1px solid var(--line); padding: 26px; background: #fff; box-shadow: 0 10px 30px rgba(22,17,12,0.08); }
.review-card .stars { font-size: 18px; letter-spacing: 2px; margin: 0 0 10px; }
.review-card strong { color: var(--ink); }
.review-controls { display: flex; gap: 10px; justify-content: center; margin-top: 8px; }
.review-controls button { width: 44px; height: 44px; border: 1px solid var(--dark); background: #fff; color: var(--dark); font-size: 22px; cursor: pointer; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 34px; align-items: start; }
.faq-item { background: #fff; border: 1px solid var(--line); padding: 22px; margin-bottom: 14px; }
.faq-item h3 { font-size: 22px; }

.footer { background: #0F0A06; color: #F5EADB; padding: 58px 0 30px; font-size: 14px; }
.footer p, .footer li, .footer a { font-size: 14px; color: #F5EADB; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 1.1fr; gap: 30px; }
.footer h3 { color: #fff; font-size: 22px; }
.footer .logo { color: #fff; margin-bottom: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.16); margin-top: 30px; padding-top: 18px; }

.sticky-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none; transform: translateY(110%); opacity: 0; transition: transform 220ms ease, opacity 220ms ease; background: var(--dark); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -16px 30px rgba(0,0,0,0.3); }
.sticky-call.is-visible { transform: translateY(0); opacity: 1; }
.sticky-call a { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; background: var(--amber); color: #111; font-weight: 900; font-size: 16px; white-space: nowrap; }

@keyframes glowPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.55); }
  70% { box-shadow: 0 0 0 14px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@media (max-width: 1020px) {
  .header-inner { min-height: 72px; }
  .intro-grid, .split-grid, .faq-grid { grid-template-columns: 1fr; }
  .benefit-grid, .service-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  body { padding-bottom: 0; }
  body.has-sticky-call { padding-bottom: 78px; }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu.is-open, .mobile-phone-row { display: block; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 58px 0; }
  h1 { font-size: clamp(39px, 11vw, 46px); }
  h2 { font-size: clamp(31px, 9vw, 34px); }
  .hero { min-height: 720px; }
  .hero-lead { font-size: 17px; }
  .stars { font-size: 24px; }
  .trust-badges { gap: 10px; }
  .trust-badges img { height: 42px; padding: 6px 8px; }
  .benefit-grid, .service-grid, .appliance-list, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .review-card { flex-basis: 88%; }
  .logo { font-size: 24px; }
  .mobile-phone-row .phone-button { width: 100%; padding-left: 10px; padding-right: 10px; font-size: 16px; }
  .sticky-call { display: block; }
}

@media (min-width: 768px) {
  .sticky-call { display: none !important; }
  body.has-sticky-call { padding-bottom: 0; }
}
