@font-face {
  font-family: "Forge Serif";
  src: local("Georgia");
  font-display: swap;
}

:root {
  --font-heading: "Forge Serif", Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --black: #111111;
  --ink: #211d19;
  --muted: #665d53;
  --beige: #f6f0e8;
  --beige-strong: #e2d0b6;
  --accent-warm: #c49a5a;
  --accent-dark: #846232;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}

body.mobile-menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  color: #111827;
  font-family: var(--font-heading);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(39px, 8vw, 76px);
}

h2 {
  font-size: clamp(31px, 6.2vw, 50px);
}

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

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

.site-shell {
  overflow: hidden;
}

.topbar {
  background: rgba(17, 17, 17, 0.96);
  border-bottom: 1px solid rgba(216, 194, 161, 0.28);
  color: #ffffff;
}

.brand-mark {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand-mark:hover {
  color: #ffffff;
}

.brand-icon {
  align-items: center;
  background: linear-gradient(135deg, #d8c2a1, #9a6f36);
  color: #111111;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 42px;
}

.brand-icon svg {
  height: 26px;
  width: 26px;
}

.desktop-nav {
  display: none;
}

.desktop-nav a {
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  opacity: 0.86;
  padding: 12px 6px;
}

.desktop-nav a:hover {
  color: #d8c2a1;
  opacity: 1;
}

.phone-button,
.cta-button {
  align-items: center;
  background: var(--black);
  border: 1px solid var(--black);
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 50px;
  padding: 14px 22px;
  position: relative;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
  white-space: nowrap;
}

.phone-button:hover,
.cta-button:hover {
  background: #2a2118;
  border-color: var(--accent-warm);
  color: #ffffff;
  transform: translateY(-2px);
}

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

.header-phone {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
  display: none;
}

.header-phone:hover {
  background: #d8c2a1;
  color: #111111;
}

.mobile-toggle {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 48px;
}

.mobile-menu {
  background: #111111;
  border-top: 1px solid rgba(216, 194, 161, 0.25);
  display: none;
}

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

.mobile-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 14px 20px;
}

.mobile-header-phone-row {
  display: flex;
  padding: 0 16px 14px;
}

.mobile-header-phone-row .phone-button {
  flex: 1;
  min-height: 46px;
  padding: 11px 14px;
}

.hero {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(17, 17, 17, 0.66)), url("../images/hero-kitchen.jpg");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 720px;
  position: relative;
}

.hero h1,
.hero .hero-kicker,
.hero p {
  color: #ffffff;
}

.hero-kicker {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stars {
  color: var(--accent-warm);
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 1;
}

.hero-badges {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  margin: 20px auto 0;
}

.hero-badges img {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(216, 194, 161, 0.8);
  height: 48px;
  object-fit: contain;
  padding: 5px;
  width: auto;
}

.section-pad {
  padding: 72px 0;
}

.eyebrow {
  color: #846232;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.title-rule::after {
  background: linear-gradient(90deg, var(--accent-warm), rgba(196, 154, 90, 0));
  content: "";
  display: block;
  height: 3px;
  margin-top: 18px;
  width: 86px;
}

.title-rule.centered::after {
  margin-left: auto;
  margin-right: auto;
}

.intro-card {
  background: #ffffff;
  border: 1px solid #e7dac9;
  box-shadow: 0 24px 70px rgba(27, 22, 16, 0.09);
}

.split-block {
  align-items: stretch;
  display: grid;
  gap: 26px;
}

.split-block .split-text {
  background: #ffffff;
  border: 1px solid #eadfce;
  padding: 28px;
}

.split-block .split-image {
  min-height: 270px;
  overflow: hidden;
}

.split-block img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e8ddce;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  position: relative;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-card:hover {
  border-color: var(--accent-warm);
  box-shadow: 0 24px 60px rgba(33, 29, 25, 0.11);
  transform: translateY(-5px);
}

.service-icon {
  align-items: center;
  background: var(--beige);
  color: #111111;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.service-icon svg {
  height: 34px;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.8;
  width: 34px;
}

.issue-list {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.issue-list li {
  border-top: 1px solid #eee4d8;
  padding-top: 12px;
}

.issue-list strong {
  color: #111111;
}

.reviews-shell {
  background: #111111;
  color: #ffffff;
  position: relative;
}

.reviews-shell h2,
.reviews-shell h3 {
  color: #ffffff;
}

.reviews-shell .eyebrow {
  color: #d8c2a1;
}

.review-viewport {
  overflow: hidden;
}

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

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

.review-inner {
  background: #ffffff;
  color: #2f2a25;
  min-height: 360px;
  padding: 28px;
}

.review-inner strong {
  color: #111111;
  display: block;
  font-family: var(--font-heading);
  font-size: 22px;
  margin-bottom: 10px;
}

.review-stars {
  color: var(--accent-warm);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.carousel-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #111111;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  transition: background 220ms ease, color 220ms ease;
  width: 46px;
}

.carousel-button:hover {
  background: var(--accent-warm);
  color: #111111;
}

.trust-grid {
  display: grid;
  gap: 18px;
}

.trust-item {
  background: #111111;
  color: #ffffff;
  padding: 26px;
}

.trust-item h3 {
  color: #ffffff;
}

.area-panel {
  background: linear-gradient(135deg, #111111, #2a2118);
  color: #ffffff;
  padding: 34px;
}

.area-panel h2,
.area-panel h3 {
  color: #ffffff;
}

.area-chip {
  border: 1px solid rgba(216, 194, 161, 0.72);
  color: #ffffff;
  display: inline-flex;
  margin: 6px;
  padding: 9px 13px;
}

.faq-card {
  border: 1px solid #e7dac9;
  padding: 24px;
}

.cta-band {
  background: #111111;
  color: #ffffff;
  position: relative;
}

.cta-band h2,
.cta-band p {
  color: #ffffff;
}

.footer {
  background: #080808;
  color: #ffffff;
  font-size: 14px;
}

.footer p,
.footer a,
.footer li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.footer a:hover {
  color: #d8c2a1;
}

.footer .brand-mark {
  color: #ffffff;
}

.sticky-call {
  background: #111111;
  border-top: 2px solid var(--accent-warm);
  bottom: 0;
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: opacity 260ms ease, transform 260ms ease;
  z-index: 60;
}

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

.sticky-call a {
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  padding: 14px 10px calc(14px + env(safe-area-inset-bottom));
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

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

@media (max-width: 767px) {
  h1 {
    font-size: clamp(39px, 10vw, 46px);
  }

  h2 {
    font-size: clamp(31px, 8vw, 36px);
  }

  .hero {
    min-height: 680px;
  }

  .section-pad {
    padding: 54px 0;
  }

  .hero-badges {
    gap: 8px;
  }

  .hero-badges img {
    height: 42px;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .mobile-toggle,
  .mobile-menu,
  .mobile-header-phone-row,
  .sticky-call {
    display: none !important;
  }

  .desktop-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    justify-content: center;
  }

  .header-phone {
    display: inline-flex;
  }

  .split-block {
    grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr);
  }

  .split-block.image-left {
    grid-template-columns: minmax(240px, 3fr) minmax(0, 7fr);
  }

  .split-block.image-left .split-image {
    order: 1;
  }

  .split-block.image-left .split-text {
    order: 2;
  }

  .review-card {
    flex-basis: 33.333333%;
  }

  .trust-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .topbar-inner {
    display: grid;
    grid-template-columns: 245px 1fr auto;
  }
}
