* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { background: linear-gradient(180deg, #ffffff 0%, #f7f4f1 42%, #ffffff 100%); }
.container-xl { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #690808; font-weight: 800; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow::before, .eyebrow::after { content: ""; width: 28px; height: 1px; background: #690808; display: inline-block; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-heading); color: #111827; line-height: .96; font-weight: 700; letter-spacing: -.045em; }
h1 { font-size: clamp(39px, 8vw, 88px); color: #fff; max-width: 980px; margin: 0 auto; }
h2 { font-size: clamp(31px, 6vw, 58px); }
h3, h4 { font-size: clamp(22px, 3vw, 30px); }
p, li, td, th, summary, a, button { font-size: 16px; }
.section-title { position: relative; padding-bottom: 18px; margin-bottom: 24px; }
.section-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 96px; height: 4px; background: linear-gradient(90deg, #690808 0%, #728FC0 100%); }
.section-title.centered::after { left: 50%; transform: translateX(-50%); }
.btn-primary { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 15px 24px; background: #690808; color: #fff !important; border: 1px solid #690808; border-radius: 0; font-weight: 900; line-height: 1; white-space: nowrap; box-shadow: 0 18px 38px rgba(105,8,8,.24); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn-primary::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(255,255,255,.58); opacity: .72; animation: pulseGlow 1.9s ease-in-out infinite; z-index: -1; }
.btn-primary:hover { transform: translateY(-2px); background: #3f0505; box-shadow: 0 24px 46px rgba(105,8,8,.32); }
.btn-light { background: #fff; color: #111827 !important; border-color: #fff; }
.desktop-only { display: none !important; }
.mobile-only { display: flex !important; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(17,24,39,.1); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: #111827; font-family: var(--font-heading); font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.logo-mark { width: 42px; height: 42px; display: grid; place-items: center; background: #690808; color: #fff; border: 1px solid #690808; }
.logo-mark svg { width: 25px; height: 25px; }
.desktop-nav { align-items: center; gap: 22px; }
.desktop-nav a { color: #111827; font-size: 16px; font-weight: 800; }
.header-phone { display: none !important; }
.menu-toggle { width: 48px; height: 48px; border: 1px solid #111827; background: #fff; color: #111827; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 0; }
.menu-toggle span { width: 22px; height: 2px; background: currentColor; display: block; transition: .2s ease; }
.mobile-panel { position: fixed; z-index: 79; top: 76px; left: 0; right: 0; background: #fff; border-bottom: 1px solid rgba(17,24,39,.12); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .26s ease, opacity .26s ease; padding: 18px 16px 26px; }
.mobile-panel.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-panel a:not(.btn-primary) { display: block; padding: 13px 0; color: #111827; font-weight: 900; border-bottom: 1px solid rgba(17,24,39,.08); }
.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; padding: 120px 0 72px; background: #120707 url('../images/hero-kitchen.jpg') center/cover no-repeat; color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,7,7,.68), rgba(18,7,7,.84)); }
.hero::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
#particleCanvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.hero-content { position: relative; z-index: 2; text-align: center; width: min(1080px, calc(100% - 32px)); margin: 0 auto; }
.hero-kicker { color: #fff; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; margin-bottom: 18px; }
.stars { color: #D9A441; font-size: 30px; letter-spacing: .15em; margin: 18px 0 14px; }
.review-icons { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin: 0 auto 22px; }
.review-icons img { width: auto; height: 48px; object-fit: contain; background: rgba(255,255,255,.92); padding: 6px 10px; }
.hero-lede { color: #fff; font-size: clamp(18px, 2.8vw, 23px); max-width: 840px; margin: 22px auto 0; }
.hero-cta-copy { color: #fff; font-weight: 900; margin: 32px auto 14px; }
.hero-facts { margin: 36px auto 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.25); max-width: 820px; }
.hero-fact { background: rgba(18,7,7,.58); padding: 18px 12px; color: #fff; }
.hero-fact strong { display: block; color: #fff; font-family: var(--font-heading); font-size: 24px; line-height: 1; }
.hero-fact span { color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: 82px 0; position: relative; }
.article-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.article-image { min-height: 320px; object-fit: cover; width: 100%; border-radius: 0; box-shadow: 18px 18px 0 #728FC0; }
.intro-copy p { margin: 0 0 18px; }
.magazine-label { color: #690808; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; border-top: 3px double #690808; border-bottom: 3px double #690808; padding: 10px 0; margin-bottom: 18px; }
.service-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.service-card { background: #fff; border: 1px solid rgba(17,24,39,.14); border-radius: 0; padding: 24px; min-height: 100%; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(17,24,39,.11); }
.service-icon { width: 58px; height: 58px; margin-bottom: 18px; color: #690808; }
.service-card h3 { margin-bottom: 12px; padding-bottom: 12px; position: relative; }
.service-card h3::after, .service-card h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 54px; height: 3px; background: #690808; }
.service-card ul { padding-left: 18px; margin: 12px 0 0; }
.service-card li { margin: 5px 0; }
.table-wrap { overflow-x: auto; margin-top: 18px; border: 1px solid rgba(17,24,39,.14); }
table { width: 100%; border-collapse: collapse; background: #fff; min-width: 640px; }
th, td { text-align: left; padding: 15px; border-bottom: 1px solid rgba(17,24,39,.1); color: #374151; }
th { color: #111827; background: #f7f4f1; font-weight: 900; }
.dark-band { background: #120707; color: #fff; }
.dark-band h2, .dark-band h3, .dark-band p, .dark-band li { color: #fff; }
.dark-band .section-title::after { background: linear-gradient(90deg, #D9A441, #728FC0); }
.why-list { display: grid; grid-template-columns: 1fr; gap: 14px; }
.why-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); padding: 18px; }
.why-number { display: grid; place-items: center; height: 48px; width: 48px; color: #fff; background: #690808; font-family: var(--font-heading); font-size: 22px; }
.why-card { background: #fff; color: #374151; border: 1px solid rgba(17,24,39,.12); padding: 28px; }
.why-card h3, .why-card p { color: #111827; }
.split-30 { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.split-30 img { width: 100%; min-height: 280px; object-fit: cover; }
.reviews-shell { overflow: hidden; }
.reviews-track { display: flex; gap: 18px; transition: transform .35s ease; }
.review-card { flex: 0 0 100%; background: #fff; border: 1px solid rgba(17,24,39,.14); padding: 24px; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; }
.review-card blockquote { margin: 0; color: #374151; }
.review-card cite { color: #111827; font-style: normal; font-weight: 900; margin-top: 18px; display: block; }
.review-nav { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.review-nav button { width: 48px; height: 48px; border: 1px solid #111827; background: #fff; border-radius: 0; cursor: pointer; font-weight: 900; }
.areas-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.area-card { background: #f7f4f1; border-left: 6px solid #690808; padding: 24px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 12px 0 0; list-style: none; }
.pill-list li { border: 1px solid rgba(17,24,39,.18); padding: 8px 12px; background: #fff; color: #111827; font-weight: 800; }
.cta-panel { background: linear-gradient(135deg, #690808 0%, #120707 60%, #728FC0 160%); color: #fff; padding: 42px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-panel h2, .cta-panel p { color: #fff; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid rgba(17,24,39,.14); padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; color: #111827; }
details p { margin: 12px 0 0; }
.site-footer { background: #120707; color: #fff; padding: 54px 0 92px; }
.site-footer a, .site-footer p, .site-footer li { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 26px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.footer-disclaimer { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.82); margin-top: 26px; }
.sticky-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; transform: translateY(120%); opacity: 0; pointer-events: none; transition: transform .26s ease, opacity .26s ease; background: #690808; color: #fff !important; min-height: 62px; align-items: center; justify-content: center; font-weight: 900; box-shadow: 0 -14px 34px rgba(0,0,0,.22); white-space: nowrap; }
.sticky-call.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@keyframes pulseGlow { 0%, 100% { transform: scale(.98); opacity: .34; } 50% { transform: scale(1.04); opacity: .9; } }
@media (min-width: 640px) {
  .hero-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .areas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .desktop-only { display: flex !important; }
  .mobile-only { display: none !important; }
  .header-phone { display: inline-flex !important; }
  .menu-toggle, .mobile-panel, .sticky-call { display: none !important; }
  .article-grid { grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr); }
  .split-30 { grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr); }
  .split-30.reverse { grid-template-columns: minmax(260px, 3fr) minmax(0, 7fr); }
  .split-30.reverse img { order: -1; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .review-card { flex-basis: calc((100% - 36px) / 3); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
}
@media (min-width: 1024px) {
  .section { padding: 108px 0; }
  .service-grid.featured { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .service-grid.featured .service-card { grid-column: span 2; }
}
@media (max-width: 767px) {
  h1 { font-size: clamp(39px, 11vw, 62px); }
  h2 { font-size: clamp(31px, 9vw, 42px); }
  .logo { font-size: 24px; }
  .section { padding: 68px 0; }
  .site-footer { padding-bottom: 110px; }
}
