@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.bunny.net/lato/files/lato-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.bunny.net/lato/files/lato-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.bunny.net/lato/files/lato-latin-900-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Serif Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.bunny.net/dm-serif-text/files/dm-serif-text-latin-400-normal.woff2") format("woff2");
}

:root {
  --red: #a71826;
  --red-bright: #d11f24;
  --red-hover: #8d1420;
  --gold: #826634;
  --gold-soft: #a68951;
  --black: #111;
  --ink: #333;
  --muted: #555;
  --line: #e4e4e4;
  --fog: #f3f3f3;
  --white: #fff;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  --max: 1170px;
  --header: 88px;
}

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

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
.serif {
  font-family: "DM Serif Text", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 26px;
  border: 0;
  border-radius: 2px;
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn:hover {
  background: var(--red-hover);
}

p + .btn,
p + .hero-actions {
  margin-top: 18px;
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--black);
}

.btn-dark {
  background: var(--black);
}

.btn-dark:hover {
  background: #000;
}

.btn-gold {
  background: var(--gold);
}

.btn-gold:hover {
  background: #6c5428;
}

.btn-call {
  background: #15d053;
  color: var(--white);
}

.btn-call:hover {
  background: #11b847;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  box-shadow: 0 1px 0 var(--line);
}

.site-header .wrap {
  position: relative;
}

.header-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav a:hover,
.nav a.active {
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions .btn {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-radius: 0;
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
}

.header-socials a,
.socials a {
  width: 32px;
  height: 32px;
  color: var(--black);
  display: grid;
  place-items: center;
}

.header-socials svg,
.socials svg {
  width: 22px;
  height: 22px;
}

.header-ha img {
  width: 42px;
  height: auto;
}

.float-schedule {
  position: fixed;
  right: 18px;
  top: 110px;
  z-index: 60;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.float-schedule:hover {
  background: var(--red);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--black);
}

/* Hero */
.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #111;
  isolation: isolate;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  padding: 90px 0;
}

.hero h1,
.hero .hero-title {
  font-family: Lato, sans-serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  max-width: 760px;
  text-transform: uppercase;
}

.hero p {
  max-width: 620px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-hero {
  min-height: 420px;
}

.page-hero h1 {
  font-family: "DM Serif Text", serif;
  text-transform: none;
  font-size: clamp(32px, 4.4vw, 54px);
}

/* Sections */
.section {
  padding: 80px 0;
}

.section-tight {
  padding: 56px 0;
}

.bg-fog {
  background: var(--fog);
}

.bg-dark {
  background: #121212 center / cover no-repeat;
  color: var(--white);
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark .serif {
  color: var(--white);
}

.bg-metal {
  background:
    linear-gradient(rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0.82)),
    url("../assets/images/metal-bg.webp") center / cover no-repeat;
  color: var(--white);
}

.bg-metal h1,
.bg-metal h2,
.bg-metal h3,
.bg-metal h4 {
  color: var(--white);
}

.bg-red {
  background: linear-gradient(135deg, #8d1420, var(--red-bright));
  color: var(--white);
}

.bg-red h2,
.bg-red h3 {
  color: var(--white);
}

.section-head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  margin: 0 0 14px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.media {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow);
  background: #111;
}

.media img,
.media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .media,
.specialty img,
.split .media {
  min-height: 260px;
}

.card .media img {
  height: 200px;
}

.video-wrap {
  position: relative;
  background: #000;
}

.video-wrap video {
  width: 100%;
  display: block;
}

/* Cards */
.grid-2,
.grid-3,
.grid-4,
.grid-6 {
  display: grid;
  gap: 22px;
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-6 { grid-template-columns: repeat(3, 1fr); }

.card {
  background: var(--white);
  padding: 28px 24px;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 12px 0 8px;
  font-size: 24px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(167, 24, 38, 0.1);
  color: var(--red);
  font-size: 22px;
}

.dark-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  padding: 26px;
}

.dark-card h3 {
  color: var(--white);
  margin-top: 0;
}

.dark-card p {
  color: rgba(255, 255, 255, 0.8);
}

.city-card {
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.city-card iframe,
.city-card .map {
  width: 100%;
  height: 180px;
  border: 0;
  display: block;
}

.city-card .body {
  padding: 20px;
}

.city-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.city-card p {
  margin: 0;
  color: var(--muted);
}

/* Forms */
.form {
  display: grid;
  gap: 12px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d5d8de;
  border-radius: 2px;
  background: var(--white);
  color: var(--ink);
}

.form textarea {
  min-height: 120px;
  resize: vertical;
}

.form.light input,
.form.light select,
.form.light textarea {
  background: rgba(255, 255, 255, 0.95);
}

.form-note {
  font-size: 14px;
  margin: 8px 0 0;
}

.form-success {
  display: none;
  padding: 16px;
  background: #e8f8ee;
  color: #146c36;
  border: 1px solid #b7e4c7;
}

.form-success.show {
  display: block;
}

/* Reviews */
.review {
  background: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
  min-height: 220px;
}

.stars {
  color: #ffa300;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.review p {
  margin: 0 0 16px;
  color: var(--muted);
}

.review strong {
  display: block;
  color: var(--black);
}

/* Specialties */
.specialty {
  text-align: center;
  padding: 10px;
}

.specialty img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 16px;
}

/* Footer */
.site-footer {
  background: #0d0d0d;
  color: #cfcfcf;
  padding: 64px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr 0.8fr;
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #2a2a2a;
}

.site-footer h3,
.site-footer h4 {
  color: var(--white);
  margin-top: 0;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-contact p {
  margin: 6px 0;
}

.footer-phone {
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.service-list a {
  color: var(--white);
}

.footer-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.footer-badges img {
  height: 56px;
  width: auto;
}

.footer-legal {
  text-align: center;
  padding-top: 22px;
  font-size: 13px;
}

.footer-legal p {
  margin: 8px 0;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.socials a {
  width: 36px;
  height: 36px;
  border: 1px solid #3a3a3a;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
}

.phone-xl {
  font-family: Lato, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  margin: 8px 0 16px;
}

.list {
  padding-left: 18px;
}

.hours {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.cta-panel {
  background: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
}

.lead-widget {
  min-height: 600px;
  background: transparent;
}

.cta-panel.lead-widget {
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.serviceflow-widget,
.sf-widget {
  width: 100%;
  max-width: 100%;
}

#serviceflow-widget-c6c627f0-ffea-4e5d-92d1-b0f2d629a3bc,
.serviceflow-widget--lead {
  max-width: 480px;
  margin-inline: auto;
  margin-block: 2rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

#serviceflow-widget-bdc50844-68f3-4a84-8d7c-c6e053534983,
.serviceflow-widget--pricebook {
  max-width: 720px;
  margin-inline: auto;
  margin-block: 2rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.serviceflow-widget__iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
}

body.sf-catalog-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: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.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: 4px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--red);
}

.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-bottom: 6px;
}

.sf-catalog-modal-header h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
}

.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: 2px;
  background: transparent;
  color: var(--black);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.sf-catalog-modal-close:hover {
  background: rgba(167, 24, 38, 0.1);
  color: var(--red);
}

.sf-catalog-modal .sf-widget,
.sf-catalog-modal .serviceflow-widget,
.sf-catalog-modal .serviceflow-widget--pricebook {
  width: 100%;
  min-height: 800px;
}

@media (max-width: 640px) {
  .sf-catalog-modal {
    padding: 0;
  }

  .sf-catalog-modal-dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
}

.value-card .icon-circle {
  background: rgba(130, 102, 52, 0.12);
  color: var(--gold);
}

.notice {
  background: var(--red);
  color: #fff;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }

  .nav,
  .header-socials,
  .header-ha {
    display: none;
  }

  .float-schedule {
    top: auto;
    bottom: 18px;
  }

  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header);
    background: var(--white);
    padding: 20px;
    box-shadow: var(--shadow);
    align-items: flex-start;
  }

  .split,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-6,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .header-actions .btn {
    padding: 10px 12px;
    font-size: 12px;
  }

  .logo img {
    width: 160px;
  }
}

@media (max-width: 640px) {
  .header-actions .btn:last-of-type {
    display: none;
  }

  .hero {
    min-height: 70vh;
  }
}

.blog-embed {
  min-height: 280px;
}

.blog-back {
  display: inline-block;
  margin-bottom: 8px;
}

.page-hero-compact {
  min-height: 240px;
}
