:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gold: #f5e53d;
  --navy: #202e3f;
  --teal: #154d4d;
  --ink: #111827;
  --stone: #f6f3ea;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: radial-gradient(circle at 12% 15%, rgba(245, 229, 61, 0.08), transparent 28%), linear-gradient(135deg, #fbfaf6 0%, #f0eadf 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image: linear-gradient(115deg, rgba(32, 46, 63, 0.16) 1px, transparent 1px), linear-gradient(25deg, rgba(21, 77, 77, 0.12) 1px, transparent 1px);
  background-size: 110px 110px, 78px 78px;
}

h1, h2, h3, h4 {
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  font-size: 39px;
}

h2 {
  font-size: 31px;
}

h3, h4 {
  font-size: 22px;
}

p, li, td, th, a, button, input, textarea {
  font-size: 16px;
}

.site-header {
  background: rgba(246, 243, 234, 0.94);
  border-bottom: 1px solid rgba(32, 46, 63, 0.16);
  backdrop-filter: blur(18px);
}

.logo-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1;
}

.logo-text {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1;
}

.desktop-nav {
  display: none !important;
}

.desktop-phone {
  display: none !important;
}

.mobile-menu-panel {
  display: none;
}

.mobile-menu-panel.is-open {
  display: block;
}

.hero-section {
  min-height: 760px;
  position: relative;
  isolation: isolate;
  background-image: linear-gradient(rgba(12, 19, 29, 0.72), rgba(12, 19, 29, 0.7)), url("../images/hero-kitchen.jpg");
  background-position: center;
  background-size: cover;
}

.hero-section h1,
.hero-section p,
.dark-section h2,
.dark-section h3,
.dark-section p,
.dark-section li,
.dark-section a,
.footer-site h2,
.footer-site h3,
.footer-site p,
.footer-site a,
.footer-site li {
  color: #fff;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(transparent, rgba(32, 46, 63, 0.88));
}

.accent-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  background: var(--gold);
  padding: 8px 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.accent-line {
  width: 82px;
  height: 4px;
  margin-top: 18px;
  background: var(--gold);
}

.accent-line.center {
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  color: #111827 !important;
  background: var(--gold);
  border: 2px solid var(--gold);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(255, 255, 255, 0.66);
  opacity: 0;
  animation: pulseGlow 2s ease-in-out infinite;
}

.cta-button:hover {
  transform: translateY(-2px);
  background: #fff48b;
  border-color: #fff48b;
}

.outline-call {
  border: 1px solid rgba(32, 46, 63, 0.28);
  color: #111827 !important;
  padding: 12px 17px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 78px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px;
}

.gallery-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(32, 46, 63, 0.14);
  box-shadow: 0 28px 65px rgba(32, 46, 63, 0.12);
}

.mosaic-card {
  border: 1px solid rgba(245, 229, 61, 0.26);
  background: rgba(32, 46, 63, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.mosaic-card p,
.mosaic-card h3,
.mosaic-card span {
  color: #fff;
}

.mosaic-card .gold-text,
.gold-text {
  color: var(--gold);
}

.stone-card {
  background: #fff;
  border: 1px solid rgba(32, 46, 63, 0.13);
  box-shadow: 0 22px 55px rgba(32, 46, 63, 0.1);
}

.review-track {
  display: flex;
  transition: transform 400ms ease;
}

.review-slide {
  flex: 0 0 100%;
  padding: 10px;
}

.review-card {
  min-height: 100%;
  background: #fff;
  color: #374151;
  border: 1px solid rgba(32, 46, 63, 0.14);
  padding: 24px;
  box-shadow: 0 18px 45px rgba(32, 46, 63, 0.08);
}

.review-card h3 {
  color: var(--ink);
}

.service-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  color: var(--gold);
  background: var(--navy);
}

.two-col-art {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.two-col-art img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  box-shadow: 22px 22px 0 rgba(245, 229, 61, 0.34);
}

.process-step {
  border-left: 4px solid var(--gold);
  padding-left: 20px;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
  border: 1px solid rgba(32, 46, 63, 0.18);
  padding: 18px;
  text-align: left;
  vertical-align: top;
}

.table-wrap th {
  background: var(--navy);
  color: #fff;
}

.mobile-sticky-call {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(16, 24, 36, 0.96);
  transform: translateY(110%);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.mobile-sticky-call.is-visible {
  display: block !important;
  transform: translateY(0);
  opacity: 1;
}

.sticky-call-link {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827 !important;
  background: var(--gold);
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.footer-site {
  background: var(--primary-dark);
  color: #fff;
}

.footer-site .logo-text {
  color: #fff;
}

.footer-site p,
.footer-site a,
.footer-site li {
  font-size: 14px;
}

.parallax-art {
  transition: transform 120ms linear;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1.03); }
}

@media (min-width: 768px) {
  h1 { font-size: 56px; }
  h2 { font-size: 44px; }
  .desktop-nav { display: flex !important; }
  .desktop-phone { display: inline-flex !important; }
  .mobile-toggle { display: none !important; }
  .mobile-menu-panel { display: none !important; }
  .mobile-sticky-call, .mobile-sticky-call.is-visible { display: none !important; }
  .review-slide { flex-basis: 33.3333%; }
  .two-col-art { grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr); }
  .two-col-art.image-left { grid-template-columns: minmax(260px, 3fr) minmax(0, 7fr); }
  .two-col-art.image-left .image-col { order: 1; }
  .two-col-art.image-left .text-col { order: 2; }
}

@media (max-width: 767px) {
  body { padding-bottom: 74px; }
  .hero-section { min-height: 710px; }
  .trust-icons { gap: 8px; }
  .trust-icons img { height: 38px; max-width: 56px; padding: 4px; }
  .cta-button { width: 100%; padding-left: 12px; padding-right: 12px; }
}
