:root {
  --r6-black: #0a0a0a;
  --r6-dark-gray: #1a1a1a;
  --r6-medium-gray: #2a2a2a;
  --r6-card: #1e1e1e;
  --r6-red: #c0392b;
  --r6-white: #ffffff;
  --r6-gray: #a0a0a0;
  --r6-border: #2a2a2a;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--r6-black);
  scroll-padding-top: 8rem;
}

section[id],
[id^="gutter-"],
[id^="seamless-"],
[id^="commercial-"] {
  scroll-margin-top: 8rem;
}

body {
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--r6-black);
  color: var(--r6-white);
  line-height: 1.6;
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.r6-page-ready {
  opacity: 1;
}

body.r6-lightbox-open {
  overflow: hidden;
}

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

.section-padding {
  padding: 6rem 0;
}

.r6-section-bg-black {
  background-color: var(--r6-black);
}

.r6-section-bg-gray {
  background-color: var(--r6-dark-gray);
}

.section-heading {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-subheading {
  color: var(--r6-gray);
  max-width: 60ch;
}

.btn-r6-primary {
  background: var(--r6-red);
  color: var(--r6-white);
  border: 1px solid var(--r6-red);
  padding: 0.7rem 1.25rem;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), 0 2px 6px rgba(42, 42, 42, 0.45);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-r6-primary:hover {
  background: #8b291f;
  border-color: #8b291f;
  color: var(--r6-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), 0 3px 8px rgba(42, 42, 42, 0.5);
}

.btn-r6-outline {
  background: transparent;
  color: var(--r6-white);
  border: 1px solid var(--r6-white);
  padding: 0.7rem 1.25rem;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.btn-r6-outline:hover {
  background: var(--r6-red);
  color: var(--r6-white);
  border-color: var(--r6-red);
  transform: translateY(-2px);
}

.r6-nav-wrap {
  z-index: 1030;
}

.r6-top-bar {
  background: var(--r6-dark-gray);
  border-bottom: 2px solid var(--r6-red);
  color: var(--r6-white);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.38rem 0;
  transform: translateY(-100%);
  animation: r6TopBarSlideDown 0.5s ease-out forwards;
}

@keyframes r6TopBarSlideDown {
  to {
    transform: translateY(0);
  }
}

.r6-top-bar-link {
  color: var(--r6-white);
  text-decoration: none;
  white-space: nowrap;
}

.r6-top-bar-link:hover {
  color: var(--r6-white);
  opacity: 0.88;
}

.r6-navbar {
  background: rgba(10, 10, 10, 0.85);
  border-bottom: 1px solid var(--r6-border);
  backdrop-filter: blur(8px);
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.r6-navbar.r6-navbar--scrolled {
  background: rgba(10, 10, 10, 0.97);
  border-bottom-color: rgba(192, 57, 43, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.r6-navbar .dropdown-menu.r6-dropdown-menu {
  background: #111;
  border: 1px solid var(--r6-border);
  border-radius: 0;
  padding: 0.35rem 0;
  margin-top: 0;
}

.r6-navbar .dropdown-item {
  color: #e8e8e8;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}

.r6-navbar .dropdown-item:hover,
.r6-navbar .dropdown-item:focus {
  background: #1a1a1a;
  color: var(--r6-red);
}

.r6-navbar .dropdown-divider {
  border-color: var(--r6-border);
  margin: 0.35rem 0;
  opacity: 1;
}

.r6-navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  margin-right: 0;
}

.r6-navbar-brand-mark {
  flex-shrink: 0;
  background: #c0392b;
  color: var(--r6-white);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 0;
}

.r6-navbar-brand-word {
  display: flex;
  align-items: center;
}

.r6-navbar-brand-word-inner {
  display: inline-block;
  color: var(--r6-white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.25;
  padding-bottom: 3px;
  border-bottom: 2px solid #c0392b;
}

.r6-footer .brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  background: var(--r6-red);
  color: var(--r6-white);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.r6-footer .brand-text {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.r6-navbar .nav-link {
  color: #e8e8e8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  padding: 0.75rem 0.35rem;
}

.r6-navbar .nav-link.active,
.r6-navbar .nav-link:hover {
  color: var(--r6-red);
}

.navbar-toggler {
  border: 1px solid var(--r6-border);
  border-radius: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

main {
  padding-top: 7.35rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--r6-black);
  border-bottom: 1px solid var(--r6-border);
}

.hero-bg {
  position: absolute;
  inset: -8%;
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(26, 26, 26, 0.9) 50%,
      rgba(0, 0, 0, 0.97) 100%
    ),
    url("../images/house-exterior.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 55% 42%;
  animation: r6HeroKenBurns 8s ease-in-out infinite alternate;
  will-change: transform;
  pointer-events: none;
}

@keyframes r6HeroKenBurns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.05) translate(-1.2%, 0.8%);
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
}

.hero-actions {
  display: flex;
}

.hero h1 {
  font-size: clamp(1.9rem, 5vw, 3.6rem);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.hero h1 span {
  color: var(--r6-red);
}

.hero p {
  color: var(--r6-gray);
  max-width: 58ch;
}

.hero-panel {
  border: 1px solid var(--r6-medium-gray);
  background: var(--r6-dark-gray);
  padding: 2rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.metric-card {
  border: 1px solid var(--r6-medium-gray);
  border-left: 3px solid var(--r6-medium-gray);
  padding: 1rem;
  background: var(--r6-card);
  transition: transform 0.2s ease, border-left-color 0.2s ease, box-shadow 0.2s ease;
}

.metric-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--r6-red);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.metric-card > span {
  color: var(--r6-white);
}

.metric-card strong {
  font-size: 1.35rem;
  color: var(--r6-red);
  display: block;
}

.service-card,
.gallery-card,
.why-card,
.contact-card,
.testimonial-card {
  background: var(--r6-card);
  border: 1px solid var(--r6-medium-gray);
  border-left: 3px solid var(--r6-medium-gray);
  padding: 1.75rem;
  height: 100%;
  transition: transform 0.2s ease, border-left-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover,
.gallery-card:hover,
.why-card:hover,
.contact-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--r6-red);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.service-card h3,
.why-card h3 {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.8rem;
}

.service-card p,
.why-card p,
.gallery-card p,
.contact-card p {
  color: var(--r6-gray);
  margin-bottom: 0;
}

.service-card .service-list {
  margin: 0.35rem 0 0;
  padding-left: 1.15rem;
  color: var(--r6-gray);
  font-size: 0.95rem;
}

.service-card .service-list li + li {
  margin-top: 0.45rem;
}

.service-card .service-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid var(--r6-border);
  display: block;
  filter: grayscale(10%);
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.service-card:hover .service-card-img {
  filter: grayscale(0);
}

.service-card .service-number {
  display: inline-block;
  color: var(--r6-red);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.r6-family-section .r6-family-photo-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--r6-medium-gray);
}

.r6-family-section .r6-family-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 4px;
  background: radial-gradient(
    ellipse 85% 75% at 50% 45%,
    rgba(10, 10, 10, 0) 30%,
    rgba(10, 10, 10, 0.35) 85%,
    rgba(10, 10, 10, 0.55) 100%
  );
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.4);
}

.r6-family-section .r6-family-photo {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.r6-family-body {
  color: var(--r6-gray);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 42ch;
}

.r6-family-accent-line {
  width: 60px;
  height: 3px;
  background: var(--r6-red);
  margin-bottom: 1.25rem;
}

.r6-family-signature {
  color: var(--r6-white);
  font-size: 0.95rem;
  font-style: italic;
  letter-spacing: 0.02em;
}

.r6-cta {
  border-top: 1px solid var(--r6-medium-gray);
  border-bottom: 1px solid var(--r6-medium-gray);
}

.r6-cta .r6-cta-container {
  border-left: 4px solid var(--r6-red);
  padding-left: 1.75rem;
}

.r6-trustbar {
  background: var(--r6-dark-gray);
  border-top: 1px solid var(--r6-medium-gray);
  border-bottom: 1px solid var(--r6-medium-gray);
  position: relative;
  z-index: 2;
  margin-top: 0.65rem;
  height: 44px;
  overflow: hidden;
}

.r6-trustbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  padding: 0.45rem 0;
  color: var(--r6-white);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.r6-trustbar-dot {
  color: var(--r6-red);
  line-height: 1;
}

.testimonial-quote {
  color: var(--r6-white);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.05rem;
}

.testimonial-quote::before {
  content: "“";
  color: var(--r6-red);
  position: absolute;
  left: 0;
  top: -0.25rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.testimonial-stars {
  color: var(--r6-red);
  letter-spacing: 0.1em;
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
}

.testimonial-meta {
  color: var(--r6-gray);
  font-size: 0.9rem;
  margin: 0;
}

.r6-footer {
  border-top: 1px solid var(--r6-medium-gray);
  padding: 4rem 0 2rem;
  background: var(--r6-black);
}

.r6-footer h6 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.6rem;
}

.footer-links a {
  color: var(--r6-gray);
}

.footer-links a:hover {
  color: var(--r6-red);
}

.footer-copy {
  color: var(--r6-gray);
}

.footer-bottom {
  margin-top: 2.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--r6-border);
  color: #8f8f8f;
  font-size: 0.9rem;
}

.r6-floating-call {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--r6-red);
  color: var(--r6-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1045;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(192, 57, 43, 0.6);
  animation: r6CallPulse 1.8s infinite;
}

.r6-floating-call svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.r6-floating-call::after {
  content: attr(aria-label);
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--r6-black);
  border: 1px solid var(--r6-medium-gray);
  color: var(--r6-white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding: 0.35rem 0.55rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.r6-floating-call:hover::after,
.r6-floating-call:focus-visible::after {
  opacity: 1;
}

@keyframes r6CallPulse {
  0% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(192, 57, 43, 0.55);
  }
  70% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4), 0 0 0 14px rgba(192, 57, 43, 0);
  }
  100% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(192, 57, 43, 0);
  }
}

.page-hero {
  padding: 7rem 0 3rem;
  border-bottom: 1px solid var(--r6-medium-gray);
  background: var(--r6-black);
}

.interior-page .page-hero {
  padding: 1.9rem 0 1.4rem;
}

.interior-page main {
  padding-top: 5.95rem;
}

.page-hero h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 900;
}

.gallery-shot {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border: 1px solid var(--r6-border);
  filter: grayscale(10%);
  cursor: pointer;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.gallery-shot:hover {
  filter: grayscale(0);
  opacity: 0.95;
}

.gallery-shot:focus {
  outline: 2px solid var(--r6-red);
  outline-offset: 2px;
}

.r6-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.r6-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.r6-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.r6-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.r6-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: zoom-out;
}

.r6-lightbox-inner {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.r6-lightbox-inner .r6-lightbox-close,
.r6-lightbox-img {
  pointer-events: auto;
}

.r6-lightbox-img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border: 1px solid var(--r6-border);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.r6-lightbox-close {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  transform: translate(20%, -20%);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--r6-medium-gray);
  background: var(--r6-card);
  color: var(--r6-white);
  font-size: 1.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.r6-lightbox-close:hover {
  background: var(--r6-red);
  border-color: var(--r6-red);
  color: var(--r6-white);
}

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

.contact-list li + li {
  margin-top: 0.8rem;
}

.form-control,
.form-select {
  background: var(--r6-card);
  color: var(--r6-white);
  border: 1px solid var(--r6-medium-gray);
  border-radius: 0;
  padding: 0.72rem 0.85rem;
}

.form-control::placeholder {
  color: var(--r6-gray);
}

.form-control:focus,
.form-select:focus {
  background: var(--r6-dark-gray);
  color: var(--r6-white);
  border-color: var(--r6-red);
  box-shadow: none;
}

.form-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 700;
}

.form-status-message {
  border: 1px solid var(--r6-border);
  padding: 0.75rem 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-status-message.is-success {
  background: rgba(46, 125, 50, 0.2);
  border-color: #2e7d32;
  color: #d9ffe0;
}

.form-status-message.is-error {
  background: rgba(192, 57, 43, 0.08);
  border-color: #8f2d23;
  color: #ffd8d4;
}

#contact-submit-btn.is-loading,
#contact-submit-btn:disabled {
  background: var(--r6-red);
  border-color: var(--r6-red);
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 991px) {
  .hero {
    min-height: 100vh;
    padding: 3.6rem 0 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: 72vh;
    padding: 1.6rem 0 0.9rem;
    align-items: flex-start;
  }

  .hero-inner {
    min-height: auto;
    align-items: flex-start;
  }

  .hero .row {
    --bs-gutter-y: 0.5rem;
  }

  .hero-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.35rem !important;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
    text-align: center;
    padding: 12px 20px;
  }

  .hero-panel {
    margin-top: 0;
    padding: 1rem;
  }

  .hero p {
    margin-top: 0.85rem !important;
  }

  .hero .hero-actions {
    margin-top: 0.85rem !important;
  }

  .metric-grid {
    gap: 0.8rem;
    margin-top: 1rem;
  }

  .metric-card {
    padding: 1.15rem;
  }

  .metric-card strong {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    line-height: 1.2;
    white-space: nowrap;
  }

  .hero-stats-col {
    margin-top: 0;
  }

  .r6-floating-call {
    display: inline-flex;
  }

  .section-padding {
    padding: 2.4rem 0;
  }

  .page-hero {
    padding: 3.4rem 0 1.5rem;
  }

  .r6-footer {
    padding: 2.6rem 0 1.3rem;
  }

  .footer-bottom {
    margin-top: 1.4rem;
  }

  .r6-cta .r6-cta-container {
    padding-left: 1rem;
  }

  .r6-trustbar-inner {
    justify-content: flex-start;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .r6-family-section .col-lg-6:last-child {
    padding: 20px;
  }

  .r6-family-section .r6-family-photo {
    max-height: 350px;
    object-fit: cover;
  }

  p,
  li {
    line-height: 1.6;
  }
}

@media (max-width: 575.98px) {
  .hero h1 {
    font-size: clamp(1.7rem, 6vw, 2.6rem);
  }
}

@media (max-width: 430px) {
  .section-padding {
    padding: 1.92rem 0;
  }

  .hero .hero-actions {
    gap: 10px !important;
  }

  .r6-trustbar {
    height: 52px;
  }

  .r6-trustbar-inner {
    min-height: 52px;
    align-content: center;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}

@media (min-width: 768px) {
  .r6-floating-call {
    display: none;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  .r6-top-bar {
    display: block;
  }

  .r6-trustbar {
    display: none;
  }

  main {
    padding-top: 7.35rem;
  }

  .section-padding {
    padding: 50px 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: auto;
    padding: 80px 20px 70px;
    align-items: flex-start;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(1.95rem, 6vw, 2.4rem);
    line-height: 1.08;
    letter-spacing: 0.01em;
  }

  .hero p {
    max-width: 45ch;
    margin-top: 0.75rem !important;
  }

  .hero .hero-actions {
    margin-top: 0.75rem !important;
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }

  .hero-panel {
    display: none;
  }

  .hero .hero-actions .btn {
    width: 100%;
    padding: 12px 20px;
  }

  .mobile-stats-section {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto;
    overflow: visible;
    background: var(--r6-dark-gray);
    border-top: 1px solid var(--r6-medium-gray);
  }

  .mobile-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    grid-auto-rows: 1fr;
  }

  .mobile-stat-card {
    background: var(--r6-card);
    border: 1px solid var(--r6-medium-gray);
    border-left: 3px solid var(--r6-red);
    padding: 20px;
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .mobile-stat-card strong {
    color: var(--r6-red);
    font-size: clamp(1.3rem, 5vw, 1.85rem);
    font-weight: 900;
    line-height: 1.1;
  }

  .mobile-stat-card span {
    margin-top: 0.5rem;
    color: var(--r6-gray);
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .services-preview-grid {
    --bs-gutter-y: 15px;
  }

  .services-preview-grid > [class*="col-"] {
    width: 100%;
  }

  .services-preview-third {
    display: none;
  }

  .why-card {
    padding: 20px;
    min-height: 100%;
  }

  .why-card h3 {
    font-size: 16px;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: normal;
  }

  .r6-cta .section-heading {
    font-size: clamp(1.35rem, 5vw, 1.9rem);
    line-height: 1.15;
  }

  .r6-cta .btn {
    width: 100%;
  }

  .r6-top-bar .container {
    justify-content: center !important;
  }

  .r6-top-bar .r6-top-bar-link:last-child {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .r6-top-bar .r6-top-bar-link {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .mobile-stats-section {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body {
    opacity: 1;
    transition: none;
  }

  .r6-top-bar {
    animation: none;
    transform: none;
  }

  .hero-bg {
    animation: none !important;
    transform: none !important;
  }

  .r6-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn-r6-primary,
  .btn-r6-outline,
  .metric-card,
  .service-card,
  .gallery-card,
  .why-card,
  .contact-card {
    transition: none;
  }

  .btn-r6-primary:hover,
  .btn-r6-outline:hover {
    transform: none;
  }

  .metric-card:hover,
  .service-card:hover,
  .gallery-card:hover,
  .why-card:hover,
  .contact-card:hover {
    transform: none;
  }

  .r6-navbar {
    transition: none;
  }
}
