:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #111111;
  --cream: #f3ece0;
  --cream-2: #faf7f1;
  --gold: #c09a5b;
  --muted: #5c574f;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: #ffffff; font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
p { font-size: 16px; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: #111827; line-height: 1.05; letter-spacing: -.02em; }
h1 { font-size: 3.5rem; }
h2 { font-size: 2.75rem; }
h3, h4 { font-size: 1.45rem; }
@media (max-width: 767px) { h1 { font-size: 2.45rem; } h2 { font-size: 1.95rem; } }

.site-shell { overflow: hidden; }
.container-xl { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.luxury-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(17,17,17,.09); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #111111; text-decoration: none; font-family: var(--font-heading); font-size: 24px; white-space: nowrap; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: #111111; color: #f3ece0; border: 2px solid #c09a5b; }
.brand-mark svg { width: 25px; height: 25px; }
.desktop-nav { display: flex; align-items: center; gap: 18px; font-size: 16px; }
.desktop-nav a { color: #1f2937; text-decoration: none; }
.desktop-nav a:hover { color: #8a642c; }
.header-phone, .cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; color: #ffffff; background: #111111; border: 1px solid #111111; text-decoration: none; font-weight: 800; white-space: nowrap; border-radius: 0; position: relative; overflow: visible; }
.header-phone:hover, .cta-button:hover { background: #2a2218; border-color: #c09a5b; transform: translateY(-1px); color: #ffffff; }
.cta-button::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(255,255,255,.55); animation: pulseGlow 1.8s ease-in-out infinite; pointer-events: none; }
.header-phone svg, .cta-button svg, .sticky-call svg { width: 18px; height: 18px; flex: 0 0 auto; }
.mobile-toggle { display: none; background: #111111; color: #ffffff; border: 0; width: 48px; height: 48px; border-radius: 0; align-items: center; justify-content: center; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: currentColor; position: relative; }
.mobile-toggle span::before, .mobile-toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; }
.mobile-toggle span::before { top: -7px; }
.mobile-toggle span::after { top: 7px; }
.mobile-panel { display: none; border-top: 1px solid rgba(17,17,17,.08); background: #ffffff; padding: 14px 16px 20px; }
.mobile-panel a { display: block; padding: 12px 0; color: #111111; text-decoration: none; font-size: 16px; border-bottom: 1px solid rgba(17,17,17,.07); }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; color: #ffffff; background: linear-gradient(rgba(10,9,8,.68), rgba(10,9,8,.74)), url("../images/hero-kitchen.jpg") center/cover no-repeat; }
.hero-content { width: min(920px, calc(100% - 32px)); margin: 0 auto; text-align: center; padding: 120px 0 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #111111; background: #c09a5b; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; padding: 8px 12px; margin-bottom: 18px; }
.section-eyebrow { display: inline-flex; background: #c09a5b; color: #111111; font-weight: 900; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; padding: 7px 11px; margin-bottom: 14px; }
.hero h1 { color: #ffffff; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero-text { margin: 22px auto 0; max-width: 850px; color: #ffffff; font-size: 1.08rem; }
.stars { color: #d7ad65; font-size: 1.6rem; letter-spacing: .13em; margin: 18px 0 14px; }
.hero-icons { display: flex; justify-content: center; align-items: center; gap: 12px; margin: 12px auto 26px; flex-wrap: wrap; }
.hero-icons img { width: auto; height: 48px; max-width: 96px; object-fit: contain; border: 1px solid rgba(243,236,224,.65); background: rgba(255,255,255,.12); padding: 5px; }
.hero-cta-note { color: #ffffff; font-size: 1.1rem; font-weight: 800; margin: 0 0 18px; }
.hero-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: min(820px, 100%); margin: 34px auto 0; background: rgba(243,236,224,.25); }
.hero-badge { background: rgba(17,17,17,.72); padding: 18px 14px; color: #ffffff; }
.hero-badge strong { display: block; font-family: var(--font-heading); font-size: 1.2rem; color: #ffffff; }

.section { padding: 86px 0; }
.cream { background: var(--cream-2); }
.dark { background: #111111; color: #f9fafb; }
.dark h2, .dark h3, .dark h4 { color: #ffffff; }
.heading-line::after { content: ""; display: block; width: 86px; height: 3px; background: #c09a5b; margin-top: 18px; }
.center .heading-line::after { margin-left: auto; margin-right: auto; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: center; }
.arch-card { position: relative; overflow: hidden; background: #f3ece0; min-height: 420px; clip-path: ellipse(88% 100% at 50% 100%); }
.arch-card img, .image-panel img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.review-frame { margin-top: 34px; position: relative; }
.review-track { display: grid; grid-template-columns: repeat(15, calc((100% - 48px) / 3)); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { scroll-snap-align: start; background: #ffffff; border: 1px solid rgba(17,17,17,.12); padding: 28px; min-height: 300px; box-shadow: 0 18px 45px rgba(17,17,17,.06); }
.review-card strong { display: block; color: #111111; font-size: 1.05rem; margin-bottom: 12px; }
.review-card p { color: #374151; }
.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.slider-controls button { width: 44px; height: 44px; border: 1px solid #111111; background: #111111; color: #ffffff; border-radius: 0; }

.split-block { display: grid; grid-template-columns: 70% 30%; align-items: stretch; border-top: 1px solid rgba(17,17,17,.1); }
.split-block:nth-child(even) { grid-template-columns: 30% 70%; }
.split-block:nth-child(even) .split-text { order: 2; }
.split-text { padding: 42px; background: #ffffff; }
.split-image { min-height: 340px; background: #f3ece0; }
.split-image img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.issue-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.issue-list li { padding-left: 24px; position: relative; color: #374151; }
.issue-list li::before { content: ""; width: 8px; height: 8px; background: #c09a5b; position: absolute; left: 0; top: .75em; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.service-card { background: #ffffff; border: 1px solid rgba(17,17,17,.12); padding: 26px; box-shadow: 0 18px 45px rgba(17,17,17,.05); }
.service-icon { width: 70px; height: 70px; object-fit: contain; margin-bottom: 18px; background: #f3ece0; border: 1px solid rgba(17,17,17,.1); }
.local-grid, .reasons-grid, .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 32px; }
.local-card, .reason-card, .faq-card { background: #ffffff; border: 1px solid rgba(17,17,17,.12); padding: 26px; }
.local-card h3, .reason-card h3, .faq-card h3, .service-card h3, .review-card h3 { color: #111827; }
.local-card p, .reason-card p, .faq-card p, .service-card p { color: #374151; }
.reason-card img { width: 58px; height: 58px; object-fit: contain; margin-bottom: 14px; }
.cta-band { background: #111111; color: #ffffff; padding: 54px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cta-band h2, .cta-band p { color: #ffffff; }
.site-footer { background: #0d0d0d; color: #d6d3cf; padding: 56px 0 34px; font-size: 14px; }
.site-footer p, .site-footer a, .site-footer li { font-size: 14px; color: #d6d3cf; }
.site-footer h3 { color: #ffffff; }
.site-footer a:hover { color: #ffffff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 32px; }
.footer-brand { color: #ffffff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); margin-top: 32px; padding-top: 20px; }
.fade-up { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.sticky-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none; align-items: center; justify-content: center; min-height: 58px; background: #111111; color: #ffffff; text-decoration: none; font-weight: 900; white-space: nowrap; transform: translateY(110%); opacity: 0; transition: transform .28s ease, opacity .28s ease; border-top: 2px solid #c09a5b; }
.sticky-call.is-visible { transform: translateY(0); opacity: 1; }
@keyframes pulseGlow { 0%,100% { opacity: .25; transform: scale(.98); } 50% { opacity: .75; transform: scale(1.04); } }

@media (max-width: 1023px) {
  .desktop-nav, .desktop-phone { display: none; }
  .mobile-toggle { display: inline-flex; }
  .mobile-panel.is-open { display: block; }
  .header-inner { min-height: 72px; }
  .intro-grid, .cta-band, .footer-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  body { padding-bottom: 0; }
  .sticky-call { display: flex; font-size: 15px; }
  body.has-sticky-call { padding-bottom: 66px; }
  .brand { font-size: 24px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 86px; }
  .hero-badges, .services-grid, .local-grid, .reasons-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-badge { padding: 14px; }
  .section { padding: 64px 0; }
  .split-block, .split-block:nth-child(even) { grid-template-columns: 1fr; }
  .split-block:nth-child(even) .split-text { order: 0; }
  .split-text { padding: 28px 22px; }
  .review-track { grid-template-columns: repeat(15, 88%); gap: 16px; }
  .cta-band { padding: 32px 22px; }
}
@media (min-width: 768px) {
  .sticky-call { display: none !important; }
  .mobile-panel { display: none !important; }
}
