* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-text);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(12px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; font-weight: 700; color: #111827; white-space: nowrap; }
.brand img { width: 46px; height: 46px; }
.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: 18px; font-weight: 700; color: #111827; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -9px; height: 3px; background: var(--color-accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.phone-btn, .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--color-accent);
  background: var(--color-accent);
  color: #ffffff;
  min-height: 52px;
  padding: 13px 22px;
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255,255,255,.45);
  animation: pulseGlow 2.2s infinite;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.phone-btn:hover, .cta-btn:hover { background: var(--color-accent-dark); border-color: var(--color-accent-dark); transform: translateY(-2px); }
.phone-btn svg, .cta-btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
.mobile-menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid #111827; background: #ffffff; color: #111827; align-items: center; justify-content: center; }
.mobile-menu-toggle span, .mobile-menu-toggle span::before, .mobile-menu-toggle span::after { display: block; width: 24px; height: 2px; background: #111827; content: ''; position: relative; }
.mobile-menu-toggle span::before { position: absolute; top: -8px; }
.mobile-menu-toggle span::after { position: absolute; top: 8px; }
.mobile-nav { display: none; border-top: 1px solid var(--color-border); padding: 0 0 18px; }
.mobile-nav a { display: block; padding: 12px 0; font-size: 18px; font-weight: 800; color: #111827; }
.hero {
  min-height: 720px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(115deg, rgba(0,0,0,.78), rgba(0,0,0,.52)), url('../images/kitchen-premium.jpg') center/cover no-repeat;
  position: relative;
}
.hero-content { width: min(980px, calc(100% - 32px)); padding: 90px 0; }
.eyebrow, .section-badge { display: inline-flex; align-items: center; gap: 8px; color: #ffffff; background: var(--color-accent); padding: 7px 13px; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { margin: 24px 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(45px, 7vw, 78px); line-height: 1.02; color: #ffffff; font-weight: 800; }
.hero-sub { max-width: 820px; margin: 0 auto 22px; color: #f4f4f5; font-size: 21px; }
.stars { color: var(--color-accent); font-size: 30px; letter-spacing: 4px; margin: 14px 0; text-shadow: 0 1px 0 rgba(255,255,255,.35); }
.trust-icons { display: flex; justify-content: center; align-items: center; gap: 16px; margin: 20px 0 28px; flex-wrap: wrap; }
.trust-icons img { width: auto; height: 48px; max-width: 150px; object-fit: contain; background: rgba(255,255,255,.92); padding: 7px 11px; }
.hero-cta-copy { color: #ffffff; font-weight: 900; font-size: 20px; margin: 0 0 16px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: rgba(255,255,255,.28); }
.hero-stat { background: rgba(11,11,13,.72); padding: 22px 16px; }
.hero-stat strong { display: block; color: #ffffff; font-size: 28px; line-height: 1; }
.hero-stat span { color: #e5e7eb; font-weight: 700; }
section { padding: 88px 0; }
.section-heading { max-width: 850px; margin-bottom: 42px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; color: #111827; line-height: 1.15; font-weight: 800; }
h2 { font-size: clamp(30px, 4vw, 48px); margin: 14px 0 18px; }
h3, h4 { font-size: 22px; margin: 0 0 14px; }
.heading-mark { width: 76px; height: 5px; background: var(--color-accent); margin: 0 0 20px; }
.center .heading-mark { margin-left: auto; margin-right: auto; }
p { font-size: 16px; margin: 0 0 16px; }
.intro { background: #ffffff; }
.split { display: grid; grid-template-columns: 7fr 3fr; gap: 42px; align-items: center; }
.split.reverse { grid-template-columns: 3fr 7fr; }
.split-card { border-left: 8px solid var(--color-accent); background: var(--color-surface); padding: 34px; }
.photo-frame { position: relative; min-height: 320px; background: #111827; }
.photo-frame img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; filter: saturate(.95) contrast(1.04); }
.photo-frame::after { content: ''; position: absolute; inset: 18px; border: 2px solid rgba(255,255,255,.75); pointer-events: none; }
.service-section { background: #0b0b0d; color: #f9fafb; }
.service-section h2, .service-section h3 { color: #ffffff; }
.service-section .section-heading p { color: #d1d5db; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: #ffffff; color: #1f2937; padding: 28px; border-top: 6px solid var(--color-accent); min-height: 270px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(0,0,0,.28); }
.service-card h3 { color: #111827; }
.line-icon { width: 52px; height: 52px; margin-bottom: 18px; color: var(--color-accent); }
.line-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; }
.dark-cta { background: linear-gradient(135deg, #111827 0%, #0b0b0d 58%, #2b0807 100%); color: #ffffff; }
.dark-cta h2, .dark-cta h3 { color: #ffffff; }
.dark-cta p { color: #f3f4f6; }
.light-cta { background: var(--color-surface); }
.area-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.area-list span { background: #ffffff; border-left: 5px solid var(--color-accent); padding: 12px 14px; font-weight: 800; color: #111827; }
.zip-line { padding: 18px; background: #111827; color: #ffffff; font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.step { counter-increment: steps; padding: 30px 24px; background: #ffffff; border: 1px solid var(--color-border); position: relative; }
.step::before { content: counter(steps, decimal-leading-zero); display: block; color: var(--color-accent); font-size: 32px; font-weight: 900; margin-bottom: 18px; }
.reviews { background: #ffffff; }
.review-window { overflow: hidden; }
.review-track { display: flex; transition: transform .45s ease; }
.review-page { min-width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { background: var(--color-surface); padding: 28px; border-top: 5px solid var(--color-accent); min-height: 250px; }
.review-card .small-stars { color: var(--color-accent); letter-spacing: 2px; font-size: 20px; margin-bottom: 12px; }
.review-card strong { display: block; color: #111827; margin-top: 16px; }
.carousel-controls { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.carousel-controls button { width: 48px; height: 48px; border: 2px solid #111827; background: #ffffff; color: #111827; font-weight: 900; cursor: pointer; }
.faq { background: #0b0b0d; color: #f9fafb; }
.faq h2, .faq h3 { color: #ffffff; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.18); padding: 22px 0; }
.faq-item button { width: 100%; border: 0; background: transparent; color: #ffffff; font-size: 20px; font-weight: 900; text-align: left; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; }
.faq-item p { color: #d1d5db; display: none; padding-top: 12px; }
.faq-item.open p { display: block; }
.final-cta { background: var(--color-accent); color: #ffffff; text-align: center; }
.final-cta h2 { color: #ffffff; }
.final-cta .cta-btn { background: #111827; border-color: #111827; color: #ffffff; }
.footer { background: #050506; color: #d1d5db; padding: 52px 0 34px; font-size: 14px; }
.footer p, .footer a { font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; align-items: start; }
.footer .brand { color: #ffffff; font-size: 24px; margin-bottom: 16px; }
.footer h3 { color: #ffffff; font-size: 20px; }
.footer-links a { display: block; margin: 8px 0; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.16); margin-top: 32px; padding-top: 24px; color: #b8bec8; }
.mobile-sticky-call { display: none; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.42); } 70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
@media (max-width: 1100px) {
  .desktop-nav { gap: 14px; font-size: 16px; }
  .phone-btn { font-size: 16px; padding-left: 16px; padding-right: 16px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  body { padding-bottom: 76px; }
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; flex-wrap: wrap; gap: 10px; padding: 10px 0; }
  .brand { font-size: 24px; max-width: calc(100% - 62px); }
  .brand img { width: 40px; height: 40px; }
  .desktop-nav, .topbar .phone-btn.desktop-phone { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-phone-row { display: flex; width: 100%; }
  .mobile-phone-row .phone-btn { width: 100%; min-height: 48px; font-size: 16px; padding: 11px 12px; }
  .mobile-nav.open { display: block; }
  .hero { min-height: 690px; }
  .hero-content { padding: 70px 0; }
  .hero h1 { font-size: clamp(32px, 11vw, 45px); }
  .hero-sub { font-size: 17px; }
  .stars { font-size: 24px; }
  .hero-stats, .service-grid, .steps, .area-list, .footer-grid, .review-page { grid-template-columns: 1fr; }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse .photo-frame { order: 2; }
  section { padding: 64px 0; }
  h2 { font-size: clamp(28px, 8vw, 34px); }
  .review-page { min-width: 100%; }
  .mobile-sticky-call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    background: #111827;
    color: #ffffff;
    border-top: 4px solid var(--color-accent);
    font-size: 17px;
    font-weight: 900;
    transform: translateY(110%);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
  }
  .mobile-sticky-call.show { transform: translateY(0); opacity: 1; }
}
@media (min-width: 768px) {
  .mobile-phone-row { display: none; }
  .mobile-nav { display: none !important; }
  .mobile-sticky-call { display: none !important; }
}
