:root {
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Lato", Arial, sans-serif;
  --copper: #a65511;
  --copper-light: #d38545;
  --ink: #111827;
  --deep: #17120e;
  --cream: #f8f3ed;
  --line: rgba(166, 85, 17, 0.28);
}

* {
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: #374151;
  background: #fffaf5;
  font-size: 16px;
  line-height: 1.72;
}

h1, h2, h3, h4, .brand-name {
  font-family: var(--font-heading);
  color: var(--ink);
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.05;
}

h2 {
  font-size: 2.125rem;
  line-height: 1.16;
}

h3, h4 {
  font-size: 1.375rem;
  line-height: 1.25;
}

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

.site-header {
  background: rgba(255, 250, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.logo-mark {
  width: 42px;
  height: 42px;
  background: var(--deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--copper-light);
}

.brand-name {
  font-size: 1.55rem;
  font-weight: 700;
}

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

.mobile-menu-button {
  display: inline-flex !important;
}

.mobile-panel {
  display: none;
}

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

.nav-link {
  color: #2f251f;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--copper);
}

.phone-button, .cta-button {
  background: linear-gradient(135deg, var(--copper), var(--copper-light));
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.62);
  animation: whitePulse 2.2s ease-in-out infinite;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.phone-button:hover, .cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7a3c0c, var(--copper));
  box-shadow: 0 16px 35px rgba(166, 85, 17, 0.32);
}

.hero {
  min-height: 760px;
  background: linear-gradient(180deg, rgba(23, 18, 14, 0.72), rgba(23, 18, 14, 0.84)), url("../images/hero-kitchen.png") center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto -15% -35% -15%;
  height: 380px;
  background: radial-gradient(circle, rgba(211, 133, 69, 0.38), transparent 64%);
  pointer-events: none;
}

.hero h1, .hero h2, .hero p {
  color: #fff;
}

.hero-card {
  background: rgba(23, 18, 14, 0.52);
  border: 1px solid rgba(211, 133, 69, 0.48);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.stars {
  color: var(--copper-light);
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  line-height: 1;
}

.review-logo-row img {
  width: auto;
  height: 48px;
  max-width: 19%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px;
  border: 1px solid rgba(211, 133, 69, 0.35);
}

.eyebrow {
  display: inline-flex;
  color: #fff;
  background: var(--copper);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.34rem 0.64rem;
  font-size: 0.78rem;
}

.section-title:after, .card-title:after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 0.85rem;
  background: var(--copper-light);
}

.section-title.text-center:after {
  margin-left: auto;
  margin-right: auto;
}

.metal-section {
  background: linear-gradient(135deg, #fffaf5 0%, #f8f3ed 44%, #ffffff 100%);
  position: relative;
}

.metal-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(var(--line), transparent);
  opacity: 0.7;
}

.split-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
}

.split-text, .split-image {
  width: 100%;
}

.premium-image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 20px 20px 0 rgba(166, 85, 17, 0.11);
}

.service-card, .info-card, .review-card, .faq-card {
  background: #fff;
  border: 1px solid rgba(166, 85, 17, 0.2);
  box-shadow: 0 18px 45px rgba(23, 18, 14, 0.07);
  color: #374151;
}

.service-icon {
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  background: #fff7ef;
  color: var(--copper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-card ul, .parts-list, .area-list, .payment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card li, .parts-list li, .area-list li, .payment-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-top: 0.7rem;
}

.service-card li:before, .parts-list li:before, .area-list li:before, .payment-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--copper-light);
}

.dark-band {
  background: radial-gradient(circle at 20% 20%, rgba(211, 133, 69, 0.25), transparent 35%), linear-gradient(135deg, #17120e, #271b13);
  color: #f8f3ed;
}

.dark-band h2, .dark-band h3, .dark-band p, .dark-band li {
  color: #fff;
}

.process-step {
  border-left: 2px solid var(--copper-light);
  padding-left: 1.25rem;
}

.review-viewport {
  overflow: hidden;
}

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

.review-slide {
  min-width: 100%;
  padding: 0.5rem;
}

.review-card {
  min-height: 310px;
}

.carousel-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--copper);
  color: var(--copper);
  background: #fff;
  font-weight: 900;
}

.carousel-button:hover {
  background: var(--copper);
  color: #fff;
}

.cta-panel {
  background: linear-gradient(135deg, #fff7ef, #ffffff);
  border: 1px solid var(--line);
  box-shadow: 0 26px 70px rgba(166, 85, 17, 0.12);
}

.site-footer {
  background: #17120e;
  color: #f8f3ed;
  font-size: 14px;
}

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

.site-footer h3, .site-footer h4 {
  color: #fff;
}

.mobile-sticky-call {
  display: flex !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 80;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
  background: linear-gradient(135deg, #17120e, #2f2117);
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.mobile-sticky-call.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-sticky-call a {
  width: 100%;
  min-height: 50px;
  color: #fff !important;
  white-space: nowrap;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes whitePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
  50% { box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); }
}

@media (min-width: 768px) {
  h1 { font-size: 4.15rem; }
  h2 { font-size: 2.55rem; }
  .desktop-nav { display: flex !important; }
  .desktop-phone { display: inline-flex !important; }
  .mobile-menu-button, .mobile-panel { display: none !important; }
  .mobile-sticky-call { display: none !important; }
  .hero { min-height: 840px; }
  .split-block { flex-direction: row; align-items: center; }
  .split-text { width: 70%; }
  .split-image { width: 30%; }
  .split-block.reverse { flex-direction: row-reverse; }
  .review-slide { min-width: 33.333333%; }
}

@media (max-width: 767px) {
  body { padding-bottom: 80px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .hero { min-height: 720px; }
  .review-logo-row img { height: 38px; padding: 4px; }
  .brand-name { font-size: 1.5rem; }
}
