@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;600;700&family=Kodchasan:wght@400;500;600;700&display=swap');

:root {
  --burgundy: #552F2F;
  --burgundy-rgb: 85, 47, 47;
  --burgundy-deep: #3b1d1d;
  --accent-gold: #d8b07a;
  --accent-gold-rgb: 216, 176, 122;
  --charcoal: #292C2E;
  --charcoal-rgb: 41, 44, 46;
  --charcoal-soft: #34383d;
  --text: #ffffff;
  --paper-text: #262626;
  --soft-gray-panel: rgba(226, 226, 222, .76);
  --site-width: 980px;
  --heading-font: "Bitter", Georgia, serif;
  --body-font: "Kodchasan", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 8%, rgba(var(--accent-gold-rgb), .12), transparent 34%),
    radial-gradient(circle at 82% 0%, rgba(var(--burgundy-rgb), .28), transparent 30%),
    linear-gradient(160deg, #1f2124 0%, var(--charcoal) 42%, #2f2524 100%);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.78;
}

body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-weight: 300; }

h1, h2 {
  font-family: var(--heading-font);
  letter-spacing: .055em;
  line-height: 1.08;
}

h1 { font-size: clamp(2.15rem, 4.1vw, 3.45rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }

h3 {
  font-family: var(--body-font);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.3;
}

code {
  padding: .1em .35em;
  border-radius: 3px;
  background: rgba(255,255,255,.14);
}

.site-width {
  width: min(var(--site-width), calc(100% - 42px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 1000;
  padding: .7rem .9rem;
  color: var(--paper-text);
  background: white;
}

.skip-link:focus { left: 10px; }

.header-shell {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 16px 30px 10px;
  background: linear-gradient(180deg, rgba(20, 21, 24, .96), rgba(20, 21, 24, .72));
  border-bottom: 1px solid rgba(var(--accent-gold-rgb), .18);
}

.floating-nav {
  width: min(100% - 20px, 2070px);
  min-height: 58px;
  margin-inline: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(var(--accent-gold-rgb), .24);
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0,0,0,.32);
  background: linear-gradient(120deg, rgba(var(--burgundy-rgb), .94), rgba(40, 25, 24, .9));
  backdrop-filter: blur(4px);
}

.brand {
  flex: 0 0 172px;
  width: 172px;
  min-height: 52px;
  display: grid;
  align-items: center;
}

.brand img {
  width: 161px;
  height: 52px;
  object-fit: contain;
}

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

.main-nav a {
  color: white;
  text-decoration: none;
  font-size: 15.2px;
  font-weight: 500;
  line-height: 1;
  transition: color .2s ease, opacity .2s ease;
}


.main-nav a:visited {
  color: white;
  text-decoration: none;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  opacity: .95;
  color: var(--accent-gold);
}


.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-dropdown-toggle::after {
  content: "▾";
  font-size: .8em;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 245px;
  padding: 10px 12px;
  display: none;
  flex-direction: column;
  gap: 12px;
  background: rgba(41, 44, 46, .98);
  border: 1px solid rgba(var(--accent-gold-rgb), .28);
  border-radius: 8px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  display: flex;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.45);
  background: transparent;
  color: white;
}

.nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.tile-bg {
  background-color: var(--charcoal);
  background-image: url("assets/tileablebkg.png");
  background-repeat: repeat;
  background-size: 520px auto;
  background-position: top left;
}

.hero {
  padding: 18px 0 54px;
  overflow: visible;
}

.hero-visual {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 28px auto 34px;
  min-height: clamp(460px, 56vw, 640px);
  overflow: hidden;
  border-radius: 14px;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(460px, 56vw, 640px);
  object-fit: cover;
  object-position: center center;
}

.hero-card-red {
  position: absolute;
  left: clamp(20px, 5vw, 64px);
  bottom: clamp(34px, 8vw, 76px);
  width: min(760px, calc(100% - 40px));
  min-height: 0;
  padding: 0;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(0,0,0,.34);
  background: linear-gradient(138deg, rgba(var(--burgundy-rgb), .96), rgba(48, 27, 27, .9));
}

.hero-card-gray {
  position: relative;
  min-height: 0;
  padding: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(58px, 7vw, 84px);
  transform: translate(10px, 10px);
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-gold-rgb), .22);
  background: linear-gradient(170deg, rgba(var(--charcoal-rgb), .98), rgba(28, 29, 31, .95));
}

.hero-card-gray h1 {
  margin: 0 0 .7rem;
  font-size: clamp(1.95rem, 3.55vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: .04em;
}

.hero-card-gray p {
  max-width: 740px;
  font-size: 15.7px;
  line-height: 1.6;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 8px;
}

.hero-service-area {
  margin-bottom: 0;
  font-size: 14px !important;
  opacity: .92;
}

.hero-years-badge {
  position: absolute;
  right: clamp(18px, 2.5vw, 34px);
  bottom: clamp(12px, 2vw, 22px);
  font-size: clamp(1.05rem, 1.8vw, 1.65rem);
  line-height: 1;
  white-space: nowrap;
  transform: rotate(8deg);
  transform-origin: bottom right;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: rgba(255, 245, 232, 0.95);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.05rem;
  min-width: 180px;
  min-height: 40px;
  margin-top: 6px;
  padding: 8px 18px;
  border: 1px solid rgba(var(--accent-gold-rgb), .7);
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, rgba(var(--accent-gold-rgb), .14), rgba(255,255,255,.03));
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .12em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button-outline:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.26);
  background: linear-gradient(135deg, rgba(var(--accent-gold-rgb), .3), rgba(255,255,255,.06));
}

.services {
  padding: 52px 0 18px;
  background: var(--charcoal);
}

.why-choose {
  padding: 44px 0 12px;
}

.why-choose h2 {
  margin-bottom: 14px;
}

.why-choose-intro {
  max-width: 920px;
  margin-bottom: 24px;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.why-choose-card {
  padding: 18px;
  border: 1px solid rgba(var(--accent-gold-rgb), .24);
  border-radius: 10px;
  background: linear-gradient(165deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}

.why-choose-card h3 {
  margin-bottom: .8rem;
  font-size: 17px;
}

.why-choose-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.big-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(3rem, 6vw, 4.45rem);
}

.service-pair {
  display: grid;
  align-items: center;
  gap: 78px;
  margin-bottom: 77px;
}

.service-pair-a { grid-template-columns: 470px 389px; }
.service-pair-b { grid-template-columns: 392px 530px; gap: 70px; }

.service-copy h3 {
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.service-copy p,
.service-copy li {
  font-size: 16px;
  line-height: 1.78;
}

.service-copy ul {
  margin-top: -.4rem;
  padding-left: 1.3rem;
}

.service-photo { margin: 0; }

.service-photo img {
  width: 100%;
  height: 259px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}

.service-photo-map img {
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.service-photo.grayscale img { filter: grayscale(100%); }

.services-intro {
  margin-bottom: 72px;
}

.service-list-two-col {
  columns: 2;
  column-gap: 2rem;
  padding-left: 1.2rem;
}

.service-list-two-col li {
  break-inside: avoid;
  margin-bottom: .55rem;
}

.service-list-links { list-style-position: outside; }

.service-list-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .14em;
}

.service-list-link::after {
  content: "\203A";
  display: inline-block;
  margin-left: .32rem;
  font-size: .72em;
  transform: translateY(-.02em);
}

.services-seo {
  padding-top: 34px;
}

.seo-list a {
  color: inherit;
}

.testimonials {
  padding: 34px 0 38px;
  color: var(--paper-text);
  border-top: 1px solid rgba(255,255,255,.32);
  border-bottom: 1px solid rgba(255,255,255,.32);
}

.testimonials-inner {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.45);
  background: linear-gradient(150deg, rgba(241, 241, 237, .88), rgba(216, 215, 210, .76));
  backdrop-filter: blur(1.5px);
}

.testimonial-header {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
}

.section-kicker {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.testimonial-header h2 {
  color: var(--paper-text);
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.rating-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: 410px;
  font-size: 12px;
  line-height: 1;
}

.rating-summary.large {
  justify-content: flex-start;
  max-width: none;
  margin-bottom: 18px;
}

.rating-pill {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid rgba(0,0,0,.18);
  background: rgba(255,255,255,.48);
}

.view-all-button,
.review-filter button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(0,0,0,.24);
  color: var(--paper-text);
  background: rgba(255,255,255,.58);
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}

.view-all-button:hover,
.review-filter button:hover,
.review-filter button.active {
  background: rgba(255,255,255,.9);
}

.testimonial-carousel {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 18px;
  align-items: center;
}

.testimonial-card {
  min-height: 164px;
  padding: 4px 0;
  text-align: center;
}

.reviewer {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
}

.stars {
  margin-bottom: 12px;
  color: #5b3915;
  font-size: 18px;
  letter-spacing: .08em;
}

blockquote {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.28;
  letter-spacing: .032em;
}

.testimonial-arrow {
  border: 0;
  background: transparent;
  color: rgba(0,0,0,.78);
  font-family: var(--heading-font);
  font-size: 52px;
  cursor: pointer;
}

.testimonial-dots { margin-top: 12px; }

.testimonial-dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 999px;
  background: rgba(0,0,0,.28);
}

.testimonial-dots span.active { background: rgba(0,0,0,.82); }

.schedule {
  padding: 36px 0 45px;
  color: white;
  border-top: 1px solid rgba(255,255,255,.32);
}

.schedule-panel {
  max-width: 980px;
  padding: 28px 24px 32px;
  border-radius: 14px;
  border: 1px solid rgba(var(--accent-gold-rgb), .28);
  background: linear-gradient(145deg, rgba(var(--burgundy-rgb), .9), rgba(48, 31, 31, .88));
  backdrop-filter: blur(1px);
}

.schedule h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.schedule p,
.schedule li {
  font-size: 13.7px;
  line-height: 1.6;
}

.schedule-notes { margin: 22px 0; }
.schedule-notes p { margin-bottom: 0; }
.contact-form { margin-top: 34px; }

.field-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

label {
  display: grid;
  gap: 7px;
  color: white;
  font-size: 14px;
}

input,
textarea {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0,0,0,.24), rgba(255,255,255,.02));
  color: white;
  font: inherit;
}

textarea {
  min-height: 88px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(255,255,255,.52);
  outline-offset: 2px;
}

.message-field { margin-top: 14px; }

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 260px;
  gap: 28px;
  align-items: end;
  margin-top: 16px;
}

.contact-actions span {
  display: block;
  font-family: var(--heading-font);
  font-size: 19px;
  line-height: 1.1;
}

.contact-actions a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
}

.contact-actions button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: white;
  color: var(--paper-text);
  font: inherit;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.contact-actions button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0,0,0,.24);
}

.form-status {
  min-height: 1.2em;
  margin-top: 12px;
  font-weight: 600;
}

.form-status.success { color: #d9ffdd; }
.form-status.error { color: #ffd6d6; }
.form-note { margin-top: 14px; opacity: .8; }

.footer {
  padding: 32px 20px;
  text-align: center;
  color: rgba(255,255,255,.72);
  background: var(--charcoal);
  font-size: 13px;
}

.about-hero {
  position: relative;
  z-index: 1;
  padding: 48px 0 128px;
}

.about-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
}

.about-hero p {
  max-width: 820px;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.5;
}

.about-body { padding: 70px 0; }

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr .78fr;
  gap: 64px;
}

.about-grid h2 { margin-bottom: 20px; }

.about-panel {
  padding: 30px;
  border: 1px solid rgba(var(--accent-gold-rgb), .3);
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
}

.centered { text-align: center; }

.reviews-modal[hidden] { display: none; }

.reviews-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  color: var(--paper-text);
}

.reviews-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.62);
}

.reviews-dialog {
  position: relative;
  width: min(940px, calc(100% - 28px));
  max-height: min(820px, calc(100dvh - 28px));
  margin: 14px auto;
  padding: 22px;
  overflow: auto;
  background:
    linear-gradient(rgba(224, 224, 220, .90), rgba(224, 224, 220, .90)),
    url("assets/tileablebkg.png");
  background-size: 520px auto;
  box-shadow: 0 20px 70px rgba(0,0,0,.45);
  outline: 0;
}

.reviews-dialog-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 12px;
}

.reviews-dialog-header h2 { color: var(--paper-text); }

.modal-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0,0,0,.22);
  background: rgba(255,255,255,.58);
  color: var(--paper-text);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.review-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.review-list {
  display: grid;
  gap: 14px;
}

.review-item {
  padding: 18px;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(0,0,0,.14);
}

.review-item-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.review-item strong { font-size: 16px; }
.review-item .stars { margin: 0; white-space: nowrap; }

.review-item blockquote {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 1060px) {
  .header-shell { padding: 12px 14px 10px; }
  .floating-nav { width: 100%; }
  .nav-toggle { display: block; }

  .main-nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 78px;
    z-index: 60;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background: rgba(var(--burgundy-rgb), .95);
    border: 1px solid rgba(255,255,255,.28);
  }

  .main-nav.is-open { display: flex; }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    padding: 10px 0 0 14px;
    border: 0;
    background: transparent;
  }

  .nav-dropdown.is-open .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    display: flex;
  }

  .hero { padding-bottom: 52px; }
  .hero-visual { width: calc(100% - 24px); margin-top: 18px; min-height: 560px; }
  .hero-image { min-height: 560px; }
  .hero-card-red { left: 12px; right: 12px; bottom: 20px; width: auto; }
  .hero-card-gray { padding: 20px; padding-bottom: 56px; transform: translate(8px, 8px); }

  .service-pair,
  .service-pair-a,
  .service-pair-b,
  .why-choose-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-pair-b .service-photo { order: 2; }
  .service-pair-b .service-copy { order: 1; }
  .testimonial-header { grid-template-columns: 1fr; }
  .rating-summary { justify-content: flex-start; }

  .field-row,
  .contact-actions {
    grid-template-columns: 1fr 1fr;
  }

  .contact-actions button { grid-column: 1 / -1; }
  .about-hero { padding: 40px 0 96px; }
  .about-hero-inner { max-width: 100%; }
  .service-visual { margin-top: -72px; }

}

@media (max-width: 640px) {
  .brand {
    flex-basis: 140px;
    width: 140px;
  }

  .brand img {
    width: 132px;
    height: auto;
  }

  h1 { font-size: 2.35rem; }
  .hero { padding-bottom: 46px; }

  .hero-card-gray { padding: 18px; padding-bottom: 54px; }

  .hero-years-badge {
    right: 16px;
    bottom: 12px;
    max-width: 70%;
    font-size: 0.95rem;
    text-align: right;
    white-space: normal;
    transform: rotate(5deg);
  }

  .services { padding-top: 42px; }
  .service-photo img { height: 220px; }
  .service-list-two-col { columns: 1; }

  .testimonial-carousel {
    grid-template-columns: 34px 1fr 34px;
    gap: 6px;
  }

  .testimonial-arrow { font-size: 34px; }

  .field-row,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .schedule-panel,
  .testimonials-inner,
  .reviews-dialog {
    padding: 20px;
  }

  .reviews-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    margin: 8px auto;
  }

  .reviews-dialog-header { align-items: center; }
  .review-item-header { display: block; }
  .about-hero { padding: 26px 0 72px; }
  .service-visual { margin-top: -48px; }
  .about-hero-inner { padding: .9rem 1rem; }

}

.hero-eyebrow {
  margin: 0 0 .35rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .76rem;
  opacity: .9;
}

input, select, textarea, button { font: inherit; }
img { height: auto; }

@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .header-shell { padding: 10px 8px; }
  .floating-nav { width: 100%; padding: 8px 12px; gap: 12px; }
  .brand { flex: 0 0 130px; width: 130px; }
  .brand img { width: 120px; height: auto; }
  .main-nav a { padding: 10px 0; font-size: 16px; }
  .button-outline { min-height: 44px; padding: 10px 16px; }
  .hero { padding-bottom: 40px; }
  .hero-cta-row { gap: 10px; }
  .hero-cta-row .button-outline { width: 100%; }
  .hero-card-gray h1 { margin-bottom: .85rem; }
  .service-pair { grid-template-columns: 1fr !important; }
  .service-photo img { width: 100%; height: auto; }
  .about-grid { grid-template-columns: 1fr; }
  input, textarea, select { width: 100%; max-width: 100%; }
  .modal-panel { width: min(96vw, 680px); max-height: 88vh; }
}

@media (max-width: 480px) {
  .site-width { width: calc(100% - 22px); }
  h1 { font-size: clamp(1.8rem, 8vw, 2.3rem); }
  h2 { font-size: clamp(1.5rem, 7vw, 2rem); }
  .main-nav { padding: 12px; }
  .testimonial-arrow { width: 44px; height: 44px; }
}

.service-areas-page {
  color: var(--charcoal);
}

.service-areas-hero {
  color: #fff;
  padding: 120px 0 56px;
}

.service-areas-hero h1 {
  margin: 0 0 12px;
  max-width: 900px;
}

.service-areas-hero p {
  max-width: 900px;
}

.service-areas-body {
  padding: 42px 0 70px;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-area-map {
  margin: 0 0 24px;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  box-shadow: 0 8px 26px rgba(0,0,0,.08);
}

.service-area-map img {
  display: block;
  width: 100%;
  height: auto;
}

.service-area-card {
  padding: 20px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,.07);
}

.service-area-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
}

.service-area-card p,
.service-area-note,
.service-area-links {
  margin: 0;
}

.service-area-note {
  margin-top: 22px;
  font-style: italic;
  opacity: .9;
}

.service-area-links {
  margin-top: 16px;
}

.service-area-links a {
  color: var(--burgundy);
}

@media (max-width: 768px) {
  .service-areas-hero { padding: 98px 0 38px; }
  .service-area-grid { grid-template-columns: 1fr; }
}

.service-visual {
  position: relative;
  z-index: 2;
  padding: 0 0 0.6rem;
  margin-top: -96px;
}
.service-visual-card {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

.about-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 860px;
  margin: 0 auto;
  padding: 1.1rem 1.35rem;
  border-radius: 12px;
  border: 1px solid rgba(var(--accent-gold-rgb), .28);
  background: linear-gradient(140deg, rgba(var(--charcoal-rgb), .78), rgba(var(--burgundy-rgb), .55));
  backdrop-filter: blur(1.5px);
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.service-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  min-height: clamp(320px, 48vw, 560px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
.service-visual-card figcaption { padding: .9rem 1rem; font-size: .95rem; color: #4b3d36; background: #f8f4ef; border-top: 1px solid rgba(0,0,0,.08); }

.footer-sitemap { text-align: left; }
.footer-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; }
.footer-grid h2 { font-size: 1.1rem; margin-bottom: 8px; }
.footer-grid ul { margin:0; padding-left: 18px; }
.footer-grid a { text-decoration: underline; }
.footer-copy { margin-top: 20px; text-align: center; }
.service-review-block { margin: 28px 0; padding: 22px; border:1px solid rgba(var(--accent-gold-rgb), .3); border-radius: 10px; background: linear-gradient(140deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); }
.review-list.compact { grid-template-columns: 1fr; margin: 14px 0; }

@media (max-width:640px){ .service-review-block { padding:16px; } }

.insurance-callout {
  margin: 0 auto 1rem;
  max-width: 900px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  border-radius: 10px;
  padding: .9rem 1rem;
  text-align: center;
}

.insurance-callout p {
  margin: .2rem 0;
}

.insurance-callout a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.service-insurance-block {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid rgba(var(--accent-gold-rgb), .35);
  border-radius: 10px;
  background: linear-gradient(140deg, rgba(85,47,47,.10), rgba(38,34,36,.08));
}

.service-insurance-block h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

@media (max-width: 640px) {
  .service-insurance-block { padding: 14px; }
}
