
:root {
  --black: #171107;
  --ink: #20180e;
  --brown: #5d3a17;
  --honey: #d79a1d;
  --honey-soft: #fff0c8;
  --accent-border: linear-gradient(90deg, #d79a1d, #8aa141, #fff0c8, #5d3a17, #d79a1d);
  --cream: #fbf7ef;
  --cream-2: #f4eee2;
  --white: #ffffff;
  --muted: #5f5548;
  --green: #33431f;
  --line: rgba(93, 58, 23, 0.18);
  --shadow: 0 18px 42px rgba(23, 17, 7, 0.14);
  --radius: 24px;
  --max: 1160px;
  --dark-gradient: linear-gradient(135deg, #171107, #241707 48%, #263519);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(251, 247, 239, 0.975), rgba(251, 247, 239, 0.975)),
    url('/assets/honeycomb-pattern.png') repeat;
  background-size: auto, 280px 243px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(100% - 36px, var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 100; background: var(--black); color: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { left: 12px; }
.top-phone { position: sticky; top: 0; z-index: 30; background: var(--black); color: #fff; font-weight: 900; border-bottom: 1px solid rgba(255,255,255,0.12); }
.top-phone .container { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 0.94rem; }
.top-phone a { color: var(--honey-soft); text-decoration: none; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.nav { min-height: 88px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 176px; height: auto; }
nav ul { margin: 0; padding: 0; list-style: none; display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }
nav a { color: var(--ink); text-decoration: none; font-size: 0.92rem; font-weight: 900; text-underline-offset: 8px; }
nav a:hover, nav a:focus-visible, nav a.is-active { text-decoration: underline; text-decoration-thickness: 3px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 22px; border-radius: 999px; border: 2px solid var(--honey); background: var(--honey); color: var(--black); text-decoration: none; font-weight: 900; line-height: 1.1; white-space: nowrap; box-shadow: 0 12px 28px rgba(215,154,29,0.24); }
.btn.dark { background: var(--black); border-color: var(--black); color: #fff; box-shadow: none; }
.btn.light { background: #fff; border-color: #fff; color: var(--black); box-shadow: none; }
.btn.outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.75); box-shadow: none; }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); outline: 3px solid rgba(215,154,29,0.35); outline-offset: 3px; }
.floating-call-now {
  --call-bottom: 26px;
  position: fixed;
  right: 22px;
  bottom: var(--call-bottom);
  z-index: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  color: var(--black);
  border: 3px solid transparent;
  background:
    linear-gradient(var(--honey), var(--honey)) padding-box,
    var(--accent-border) border-box;
  background-size: 100% 100%, 300% 300%;
  box-shadow: 0 16px 34px rgba(23, 17, 7, 0.28);
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  animation: borderFlow 3.2s linear infinite;
}
.floating-call-now:hover,
.floating-call-now:focus-visible {
  box-shadow: 0 16px 34px rgba(215, 154, 29, 0.32);
  outline: 3px solid rgba(215, 154, 29, 0.35);
  outline-offset: 4px;
}
@keyframes borderFlow {
  0% { background-position: 0 0, 0% 50%; }
  100% { background-position: 0 0, 300% 50%; }
}
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--brown); background: var(--honey-soft); border-radius: 999px; padding: 8px 13px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.84rem; font-weight: 900; }
.eyebrow.dark-bg { color: var(--honey-soft); background: rgba(0,0,0,0.38); border: 1px solid rgba(255,255,255,0.28); }
h1, h2, h3 { margin: 0; line-height: 1.1; }
h1 { font-size: clamp(2.35rem, 5.7vw, 5rem); letter-spacing: -0.065em; }
h2 { font-size: clamp(2rem, 4vw, 3.05rem); letter-spacing: -0.055em; }
h3 { font-size: 1.32rem; letter-spacing: -0.03em; }
p { margin: 14px 0 0; }
.lead { font-size: clamp(1.08rem, 2.1vw, 1.28rem); color: #4a3a27; max-width: 800px; }
.page-hero { position: relative; color: #fff; background: linear-gradient(90deg, rgba(23,17,7,0.93), rgba(23,17,7,0.72)), var(--page-image) center / cover no-repeat; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: var(--honey); }
.page-hero-inner { min-height: clamp(490px, 62vh, 660px); display: grid; align-content: center; padding: 76px 0 84px; max-width: 920px; margin-left: max(18px, calc((100vw - var(--max)) / 2)); margin-right: auto; position: relative; z-index: 1; }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #fff3d9; }
.breadcrumbs { margin-bottom: 18px; font-size: 0.94rem; font-weight: 900; color: #fff3d9; }
.breadcrumbs a { color: #fff; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-facts span { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); color: #fff7e5; font-weight: 900; }
.section { padding: clamp(62px, 8vw, 104px) 0; border-top: 1px solid rgba(93,58,23,0.14); }
.section.alt { background: var(--cream-2); }
.section.dark { color: #fff; background: var(--dark-gradient); }
.section.dark p, .section.dark .lead { color: #f1e6d3; }
.section-head { max-width: 850px; margin-bottom: 34px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; align-items: stretch; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.card, .content-box, .photo-card, .info-card, .cta-box, .city-box { border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card, .content-box, .info-card, .city-box { background: #fff; padding: 28px; }
.card p, .content-box p, .info-card p, .city-box p { color: var(--muted); }
.card ul, .content-box ul, .info-card ul { margin: 16px 0 0; padding-left: 20px; }
.card li, .content-box li, .info-card li { margin: 8px 0; }
.photo-card { overflow: hidden; background: #fff; }
.photo-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.content-box { display: flex; flex-direction: column; justify-content: center; min-height: 430px; }
.service-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.service-list li { position: relative; padding: 12px 14px 12px 44px; border: 1px solid var(--line); border-radius: 16px; background: #fffaf0; color: #4f4435; font-weight: 900; }
.service-list li::before { content: ""; position: absolute; left: 14px; top: 16px; width: 18px; height: 18px; border-radius: 999px; background: var(--honey); box-shadow: inset 0 0 0 5px var(--honey-soft); }
.city-box { background: linear-gradient(135deg, #fff, #fff7e5); }
.city-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.city-list span { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 13px; border-radius: 999px; background: var(--black); color: #fff; font-weight: 900; }
.note-box { margin-top: 20px; padding: 18px; border-left: 6px solid var(--honey); border-radius: 16px; background: #fffaf0; color: #4a3a27; font-weight: 800; }
.image-band { min-height: 340px; border-radius: 32px; overflow: hidden; background: var(--band-image) center / cover no-repeat; box-shadow: var(--shadow); border: 1px solid var(--line); }
.split-card { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; overflow: hidden; border-radius: 32px; box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; }
.split-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.split-card .split-content { padding: clamp(28px, 5vw, 50px); display: flex; flex-direction: column; justify-content: center; }
.cta { color: #fff; background: var(--dark-gradient); }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 34px; border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.08); box-shadow: none; }
.cta .lead { color: #fff3d9; }
.related-card { display: block; height: 100%; padding: 28px; color: var(--ink); text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(23,17,7,0.08); transition: transform 180ms ease, border-color 180ms ease; }
.related-card:hover, .related-card:focus-visible { transform: translateY(-4px); border-color: rgba(215,154,29,0.62); outline: 3px solid rgba(215,154,29,0.35); outline-offset: 4px; }
.related-card p { color: var(--muted); }
footer { padding: 56px 0 28px; background: #120d07; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; align-items: start; }
.footer-brand img { width: 118px; margin-bottom: 16px; }
.footer-grid h3 { font-size: 1.08rem; }
.footer-grid p, .footer-list span { color: rgba(255,255,255,0.78); }
.footer-list { display: grid; gap: 8px; margin-top: 14px; }
.footer-list a { color: var(--honey-soft); text-decoration: none; font-weight: 900; }
.footer-list a:hover { text-decoration: underline; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.68); }
@media (max-width: 1080px) { nav ul { gap: 14px; } nav a { font-size: 0.86rem; } }
@media (max-width: 980px) {
  .nav { grid-template-columns: 1fr; justify-items: start; padding: 16px 0; gap: 16px; }
  nav ul { justify-content: flex-start; }
  .grid-2, .grid-3, .grid-4, .footer-grid, .split-card { grid-template-columns: 1fr; }
  .page-hero-inner { margin-left: auto; margin-right: auto; width: min(100% - 36px, var(--max)); }
  .photo-card img, .content-box, .split-card img { min-height: auto; }
  .photo-card img, .split-card img { aspect-ratio: 16 / 10; }
  .cta-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .floating-call-now { left: 14px; right: 14px; text-align: center; justify-content: center; --call-bottom: 18px; }
  .top-phone .container { display: block; padding: 10px 0; }
  .top-phone span { display: block; margin-bottom: 4px; }
  .brand img { width: 138px; }
  .nav .btn { display: none; }
  h1 { font-size: clamp(2.2rem, 13vw, 3.55rem); }
  h2 { font-size: clamp(1.9rem, 10vw, 2.8rem); }
  .section { padding: 56px 0; }
  .card, .content-box, .info-card, .city-box, .cta-box { padding: 22px; }
}


/* Homepage footer styles reused on service pages */
.site-footer {
  background: #171107;
  color: #ffffff;
  border-top: 5px solid var(--honey);
  padding: 52px 0;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.footer-brand p,
.footer-column p {
  color: rgba(255, 255, 255, 0.78);
  margin: 9px 0 0;
}
.footer-column h3,
.footer-call h3 {
  color: #ffffff;
  margin: 0 0 12px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.footer-call a {
  color: var(--honey-soft);
  font-size: 1.28rem;
  font-weight: 900;
  text-decoration: none;
}
.footer-call a:hover,
.footer-call a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-logo {
  width: 168px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 12px;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.footer-logo img {
  width: 140px;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .site-footer {
    padding: 42px 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
}
