/* ── Hero ── */
.hero-section {
  min-height: 60vh;
}

.hero-bg-svg {
  color: var(--ar-gray-100);
}

.hero-engineering-text {
  color: var(--ar-gray-200);
  font-size: 160px;
  transform: translate3d(0, 0, 0);
}

[data-bs-theme="dark"] .hero-engineering-text {
  color: var(--ar-gray-100);
}

.hero-scene-wrapper {
  top: calc(var(--ar-spacer, 1rem) * 9);
  bottom: 0;
  width: 55%;
  z-index: 1;
}

.hero-title {
  white-space: nowrap;
}

.hero-content-wrapper {
  max-width: 500px;
}

.hero-spacer-xxl {
  height: 60px;
}

.hero-spacer-md {
  height: 24px;
}

.hero-spacer-sm {
  height: 10px;
}

.hero-avatar {
  border: 1px solid #acbff1;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .hero-title {
    white-space: normal;
    font-size: 1.75rem;
  }

  .hero-content-wrapper {
    max-width: 100%;
  }
}

/* ── Blog filter ── */
@media (max-width: 991.98px) {
  .blog-filter-sticky { top: 56px !important; }
}

/* ── Services ── */
.services-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 576px) {
  .services-wrapper { max-width: 540px; padding-right: 0.75rem; padding-left: 0.75rem; }
}
@media (min-width: 768px) {
  .services-wrapper { max-width: 720px; }
}
@media (min-width: 992px) {
  .services-wrapper { max-width: 960px; }
}
@media (min-width: 1200px) {
  .services-wrapper { max-width: 1140px; }
}
@media (min-width: 1400px) {
  .services-wrapper { max-width: 1320px; }
}

:root {
  --ht-blue-tint: rgba(26, 107, 138, 0.1);
  --ht-charcoal: #263238;
  --ht-white: #ffffff;
}

[data-bs-theme="dark"] {
  --ht-blue-tint: rgba(26, 107, 138, 0.22);
  --ht-charcoal: #546e7a;
  --ht-white: #b0bec5;
}

.services-cta-card {
  background-color: #1a6b8a !important;
}

/* ── Scene (3D) ── */
.scene-canvas-wrapper {
  height: 100%;
  overflow: visible;
  position: relative;
}
