@font-face { font-family: SiteHead; src: local("Arial"); font-display: swap; }
@font-face { font-family: SiteBody; src: local("Arial"); font-display: swap; }
:root { --font-heading: SiteHead, Arial, sans-serif; --font-body: SiteBody, Arial, sans-serif; --black:#0a0a0a; --red:#9b1f18; --cream:#f6f2ee; --line:#ded7cf; --shadow:0 22px 55px rgba(10,10,10,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10,10,10,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.logo { display: flex; align-items: center; gap: 12px; color: #fff; font-family: var(--font-heading); font-size: 24px; font-weight: 900; letter-spacing: .02em; }
.logo-mark { width: 42px; height: 42px; background: var(--red); display: grid; place-items: center; box-shadow: inset 0 0 0 2px rgba(255,255,255,.14); }
.logo-mark svg { width: 26px; height: 26px; fill: #fff; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav-links a { color: #fff; font-size: 18px; font-weight: 800; letter-spacing: .01em; }
.nav-links a:hover { color: #f0b7b2; }
.header-phone { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: #fff; padding: 13px 18px; font-size: 18px; font-weight: 900; text-transform: uppercase; transition: .2s ease; }
.header-phone:hover, .cta-button:hover { background: #7f1712; color: #fff; transform: translateY(-2px); }
.phone-icon { width: 18px; height: 18px; fill: currentColor; }
.nav-toggle { display: none; margin-left: auto; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5); padding: 10px 11px; font-size: 18px; }
.hero { min-height: calc(100vh - 76px); display: grid; place-items: center; color: #fff; background: linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.62)), url('../images/kitchen-premium.jpg') center/cover no-repeat; text-align: center; padding: 72px 0; }
.hero h1 { font-size: clamp(45px, 6vw, 78px); line-height: 1.02; max-width: 980px; margin: 18px auto; color: #fff; font-weight: 950; letter-spacing: -.045em; }
.hero p { font-size: 20px; max-width: 880px; margin: 0 auto 26px; color: #f4f4f4; }
.eyebrow, .section-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff; padding: 8px 13px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.stars { color: var(--red); font-size: 28px; letter-spacing: 5px; text-shadow: 0 1px 0 rgba(255,255,255,.55); margin-bottom: 18px; }
.hero-icons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin: 16px 0 28px; }
.hero-icon { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.26); padding: 10px 14px; color: #fff; font-weight: 800; }
.hero-icon img { width: 26px; height: 26px; filter: brightness(0) invert(1); }
.cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--red); color: #fff; padding: 17px 26px; font-size: 18px; font-weight: 950; text-transform: uppercase; border: 0; box-shadow: 0 0 0 0 rgba(255,255,255,.6); animation: pulseGlow 1.9s infinite; transition: .2s ease; }
.cta-line { font-size: 18px; font-weight: 900; color: #fff; margin-bottom: 14px; }
@keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.48); } 70% { box-shadow: 0 0 0 18px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
section { padding: 88px 0; }
.intro, .local, .faq { background: #fff; }
.split { display: grid; grid-template-columns: 70% 30%; gap: 34px; align-items: center; }
.split.reverse { grid-template-columns: 30% 70%; }
.split.reverse .split-media { order: 1; }
.split.reverse .split-content { order: 2; }
.split-media img { width: 100%; height: 360px; object-fit: cover; box-shadow: var(--shadow); }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.12; margin: 12px 0 18px; color: #111827; font-weight: 950; letter-spacing: -.03em; }
h3, h4 { font-size: 22px; line-height: 1.22; margin: 0 0 12px; color: #111827; font-weight: 950; }
.title-rule { display: block; width: 72px; height: 4px; background: var(--red); margin: 0 0 24px; }
.mini-rule { display: block; width: 44px; height: 3px; background: var(--red); margin: 0 0 14px; }
.section-copy { font-size: 18px; color: #3b3b3b; }
.services, .about { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 34px; }
.service-card { background: #fff; border: 1px solid var(--line); padding: 28px; display: grid; grid-template-columns: 72px 1fr; gap: 20px; box-shadow: 0 16px 38px rgba(10,10,10,.08); transition: .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #c9aaa6; }
.service-card img { width: 62px; height: 62px; }
.service-card p { margin: 0; color: #454545; }
.cta-strip { background: linear-gradient(90deg, #0a0a0a, #2a0b08); color: #fff; padding: 44px 0; }
.cta-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-strip h2 { color: #fff; margin: 0; font-size: 34px; }
.zip-grid { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.zip-grid span { background: var(--black); color: #fff; padding: 9px 14px; font-weight: 900; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.trust-card { border-left: 5px solid var(--red); background: #fff; padding: 26px; box-shadow: var(--shadow); }
.reviews { background: var(--black); color: #fff; overflow: hidden; }
.reviews h2, .reviews p { color: #fff; }
.reviews-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.review-controls { display: flex; gap: 12px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.review-controls button:hover { background: var(--red); border-color: var(--red); }
.reviews-window { overflow: hidden; }
.reviews-track { display: flex; gap: 24px; transition: transform .35s ease; }
.review-card { flex: 0 0 calc((100% - 48px) / 3); background: #fff; color: #282828; padding: 28px; min-height: 270px; border-top: 5px solid var(--red); }
.review-card .stars { font-size: 18px; letter-spacing: 2px; margin-bottom: 12px; text-shadow: none; }
.review-card p { color: #333; }
.review-card strong { color: #111827; font-size: 18px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq-item { border: 1px solid var(--line); padding: 24px; background: #fff; }
.footer { background: var(--black); color: #d8d8d8; padding: 54px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.4fr; gap: 30px; }
.footer .logo { margin-bottom: 16px; }
.footer a { color: #fff; font-weight: 800; }
.footer p, .footer li { font-size: 14px; line-height: 1.65; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.18); margin-top: 28px; padding-top: 20px; }
.mobile-call { display: none; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 80; background: var(--red); color: #fff; text-align: center; padding: 15px 16px; font-size: 18px; font-weight: 950; text-transform: uppercase; box-shadow: 0 12px 28px rgba(0,0,0,.32); animation: pulseGlow 1.9s infinite; }
.mobile-call:hover { color: #fff; background: #7f1712; }
.fade-up { animation: fadeUp .7s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 980px) {
  .nav { min-height: 66px; gap: 10px; }
  .logo { font-size: 24px; }
  .logo-mark { width: 36px; height: 36px; }
  .header-phone { font-size: 0; padding: 11px 12px; margin-left: auto; }
  .header-phone .phone-text { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 0; right: 0; top: 66px; background: #0a0a0a; display: none; flex-direction: column; align-items: flex-start; padding: 20px; width: 100%; border-top: 1px solid rgba(255,255,255,.16); }
  .nav-links.is-open { display: flex; }
  .hero { min-height: calc(100vh - 66px); padding: 42px 0 54px; }
  .hero h1 { font-size: clamp(32px, 10vw, 55px); }
  h2 { font-size: clamp(30px, 8vw, 40px); }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse .split-media, .split.reverse .split-content { order: initial; }
  .split-media img { height: 310px; }
  .services-grid, .trust-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .cta-strip .container { display: block; }
  .cta-strip .cta-button { margin-top: 22px; }
  .review-card { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 640px) {
  body { padding-bottom: 76px; }
  .container { width: min(100% - 28px, 1180px); }
  section { padding: 64px 0; }
  .hero h1 { font-size: 32px; }
  .hero p { font-size: 17px; }
  .stars { font-size: 22px; }
  .hero-icons { gap: 10px; }
  .hero-icon { font-size: 14px; padding: 9px 10px; }
  .services-grid { gap: 16px; }
  .service-card { grid-template-columns: 54px 1fr; padding: 20px; }
  .service-card img { width: 48px; height: 48px; }
  .reviews-head { display: block; }
  .review-controls { margin-top: 18px; }
  .review-card { flex-basis: 100%; min-height: 300px; }
  .mobile-call { display: block; }
  .footer { padding-bottom: 104px; }
}
