@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/inter-700.woff2") format("woff2");
}

:root {
  --navy: #1c2089;
  --navy-soft: #2563eb;
  --gold: #a97b50;
  --gold-dark: #8b6442;
  --ink: #171717;
  --muted: #525252;
  --line: #e5e5e5;
  --fog: #fafafa;
  --white: #fff;
  --footer: #171717;
  --ok: #10b981;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -0.02em; }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header,
[data-site-header] {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 88px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
  text-align: center;
}

.topbar a { color: #fff; text-decoration: none; }

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 16px;
}

.logo img { height: 44px; width: auto; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.nav a:hover,
.nav a.is-active { color: var(--gold); }

.header-actions { display: flex; gap: 10px; }
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 0;
  color: #fff;
  background: linear-gradient(to right, var(--gold) 50%, var(--navy) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.35s ease;
}
.btn:hover { background-position: left bottom; }
.btn-gold {
  background: linear-gradient(to right, var(--gold-dark) 50%, var(--gold) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.btn-lg { min-height: 52px; padding: 12px 26px; font-size: 17px; }
.btn-block { width: 100%; }

.hero {
  background: linear-gradient(180deg, #eef2ff 0%, #fff 70%);
  padding: 36px 0 28px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
}
.hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  margin: 0 0 14px;
}
.hero h1 span { color: var(--navy); }
.hero .lead { font-size: 19px; color: var(--muted); margin: 0 0 22px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.stats strong { display: block; color: var(--gold); font-size: 26px; }
.stats span { color: var(--muted); font-size: 13px; }

.hero-media { position: relative; }
.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.quote-card {
  position: absolute;
  left: -18px;
  bottom: -18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 14px 16px;
  max-width: 280px;
}
.quote-card p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

.section { padding: 56px 0; }
.section-fog { background: linear-gradient(180deg, #fff 0%, var(--fog) 100%); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); margin: 0 0 12px; }
.section-head h2 span { color: var(--navy); }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }

.trust-grid,
.step-grid,
.cards-3 { display: grid; gap: 20px; }
.trust-grid { grid-template-columns: repeat(3, 1fr); }
.step-grid,
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.card h3 { margin: 0 0 8px; }
.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: #fef9c3;
}
.icon-box.blue { background: #dbeafe; }
.icon-box.green { background: #dcfce7; }
.icon-box.navy { background: #1c208915; }
.check { color: var(--ok); margin-right: 8px; }

.service-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
}
.service-list a:hover { background: #f8fafc; }
.service-list h4 { margin: 0; font-size: 15px; }
.service-list p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.svc-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #1c208920;
  color: var(--navy);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.holiday {
  display: block;
  text-decoration: none;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(90deg, #dc2626, #16a34a, #dc2626);
  margin: 28px 0;
}
.holiday-inner {
  background: linear-gradient(135deg, #fef2f2, #f0fdf4);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.holiday h3 { margin: 0 0 4px; }
.holiday p { margin: 0; color: #404040; }

.cta {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: #fff;
  border-radius: 28px;
  padding: 40px 28px;
  text-align: center;
}
.cta p { color: #dbeafe; }
.cta .fine { color: #bfdbfe; font-size: 14px; }

.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ba {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 11;
  background: #111;
}
.ba img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba .after { clip-path: inset(0 0 0 50%); }
.ba input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
}
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}
.ba-label {
  position: absolute;
  bottom: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}
.ba-label.before { left: 12px; }
.ba-label.after { right: 12px; }
.ba-cap { margin: 10px 0 0; font-weight: 600; }

.page-hero {
  background: var(--navy);
  color: #fff;
  padding: 56px 0 44px;
}
.page-hero h1 { font-size: clamp(32px, 4vw, 48px); margin: 0 0 10px; }
.page-hero p { margin: 0; color: #c7d2fe; font-size: 18px; }

.prose { max-width: 800px; }
.prose h2 { margin: 32px 0 12px; }
.prose ul { padding-left: 20px; }
.prose li { margin: 6px 0; }

.area-grid,
.work-grid,
.gallery-grid {
  display: grid;
  gap: 16px;
}
.area-grid { grid-template-columns: repeat(3, 1fr); }
.work-grid,
.gallery-grid { grid-template-columns: repeat(3, 1fr); }
.area-card,
.work-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.area-card { padding: 18px; }
.area-card:hover,
.work-card:hover { box-shadow: var(--shadow); }
.work-card img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.work-card .pad { padding: 14px 16px; }
.work-card h3 { margin: 0 0 6px; font-size: 16px; }
.work-card .meta { color: var(--muted); font-size: 13px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-box { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; }

.site-footer {
  background: var(--footer);
  color: #d4d4d4;
  padding: 48px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;
}
.site-footer h3 { color: #fff; margin: 0 0 12px; font-size: 16px; }
.site-footer a { color: #d4d4d4; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 7px 0; font-size: 14px; }
.footer-brand p { font-size: 14px; line-height: 1.6; }
.footer-logo { height: 36px; width: auto; filter: brightness(0) invert(1); margin-bottom: 12px; }
.footer-legal {
  border-top: 1px solid #262626;
  margin-top: 32px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #a3a3a3;
}
.footer-legal a { color: #a3a3a3; }
.powered {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #262626;
  text-align: center;
}
.powered-by {
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px;
}
.powered-by a { color: #fff; }
.seo-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  font-size: 12px;
}
.seo-links a { color: #a3a3a3; }

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 12px 0 16px;
}
.mobile-nav a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 600;
}
.site-header.is-open .mobile-nav { display: block; }

.blog-embed { min-height: 280px; }
.blog-back {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
}
.blog-back:hover { color: var(--gold); }

.lead-widget { min-height: 600px; }
.serviceflow-widget,
.sf-widget { width: 100%; max-width: 100%; }
.serviceflow-widget--lead {
  max-width: 480px;
  margin: 2rem auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}
.serviceflow-widget--pricebook {
  max-width: 720px;
  margin: 2rem auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}
.serviceflow-widget__iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.float-schedule {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 60;
  background: var(--navy);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow);
}
.float-schedule:hover { background: var(--gold); color: #fff; }

body.sf-catalog-open,
body.lightbox-open { overflow: hidden; }

.sf-catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.sf-catalog-modal.is-open { display: flex; }
.sf-catalog-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
}
.sf-catalog-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--fog);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-top: 4px solid var(--gold);
}
.sf-catalog-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 18px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.sf-catalog-modal-header .eyebrow {
  margin: 0 0 6px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}
.sf-catalog-modal-header h2 { margin: 0; font-size: clamp(22px, 3vw, 32px); }
.sf-catalog-modal-body { overflow: auto; padding: 8px 8px 16px; }
.sf-catalog-modal-close {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.sf-catalog-modal-close:hover { background: rgba(169, 123, 80, 0.12); color: var(--gold); }
.sf-catalog-modal .serviceflow-widget--pricebook { width: 100%; min-height: 800px; }

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.photo-grid a.zoom,
a.zoom {
  display: block;
  cursor: zoom-in;
}
.photo-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}
.photo-grid figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox.is-open { display: flex; }
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}
.lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 100%);
  text-align: center;
}
.lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 8px;
}
.lightbox-cap {
  color: #fff;
  margin: 12px 0 0;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
}
.lightbox-close {
  top: -8px;
  right: -8px;
  width: 44px;
  height: 44px;
  font-size: 32px;
}
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 64px;
  font-size: 36px;
}
.lightbox-prev { left: -8px; }
.lightbox-next { right: -8px; }
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: var(--gold); }

.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.review-card strong { display: block; margin-top: 10px; }
.coupon-card {
  background: var(--fog);
  border: 2px dashed var(--gold);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
}

@media (max-width: 900px) {
  .nav,
  .header-actions { display: none; }
  .menu-toggle { display: block; }
  .hero-grid,
  .service-cols,
  .trust-grid,
  .step-grid,
  .cards-3,
  .ba-grid,
  .area-grid,
  .work-grid,
  .gallery-grid,
  .contact-grid,
  .photo-grid,
  .review-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .sf-catalog-modal { padding: 0; }
  .sf-catalog-modal-dialog { width: 100%; max-height: 100vh; border-radius: 0; }
  .quote-card { position: static; margin-top: 14px; max-width: none; }
  .holiday-inner { flex-direction: column; text-align: center; }
}
