:root {
  --nav-offset: 0px;
  --vtl-bg: #f6f0e4;
  --vtl-surface: rgba(255, 250, 242, 0.86);
  --vtl-surface-strong: #fffaf1;
  --vtl-surface-soft: rgba(243, 236, 217, 0.9);
  --vtl-ink: #1f1914;
  --vtl-ink-soft: #4f453b;
  --vtl-dark: #171410;
  --vtl-dark-soft: #241e17;
  --vtl-gold: #d7bd7d;
  --vtl-gold-deep: #b99852;
  --vtl-line: rgba(92, 71, 38, 0.14);
  --vtl-line-strong: rgba(92, 71, 38, 0.22);
  --vtl-shadow: 0 20px 60px rgba(39, 26, 12, 0.12);
  --vtl-shadow-soft: 0 16px 36px rgba(39, 26, 12, 0.08);
  --vtl-radius-lg: 32px;
  --vtl-radius-md: 24px;
  --vtl-radius-sm: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Archivo', Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 125, 0.3), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.75), transparent 22%),
    linear-gradient(180deg, #fbf6ee 0%, var(--vtl-bg) 52%, #f2e6cf 100%);
  color: var(--vtl-ink);
  min-height: 100vh;
  overflow-x: hidden;
  transition: padding-top 0.28s ease;
}

body.nav-fixed {
  padding-top: var(--nav-offset);
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(24px);
  opacity: 0.3;
}

body::before {
  top: -10rem;
  left: -12rem;
  background: rgba(215, 189, 125, 0.55);
}

body::after {
  right: -10rem;
  bottom: -10rem;
  background: rgba(129, 102, 57, 0.18);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

a:hover {
  color: var(--vtl-gold-deep);
}

.lc {
  text-transform: lowercase;
}

.disp {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--vtl-gold-deep);
  text-transform: uppercase;
}

.btn-gold,
.btn[style*="background:#171410"],
.btn[style*="background: #171410"] {
  border: none;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.92rem 1.85rem;
  box-shadow: 0 14px 35px rgba(113, 83, 34, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn-gold {
  background: linear-gradient(135deg, #edd8a4 0%, var(--vtl-gold) 48%, #c7a55d 100%);
  color: var(--vtl-dark);
}

.btn-gold:hover,
.btn[style*="background:#171410"]:hover,
.btn[style*="background: #171410"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(77, 55, 24, 0.24);
  filter: saturate(1.05);
}

.btn-outline-lt {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  padding: 0.85rem 1.8rem;
  font-weight: 600;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn-outline-lt:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
}

.navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 242, 0.16) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 30px rgba(40, 27, 10, 0.05);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    padding 0.28s ease;
}

.navbar .container {
  position: relative;
}

.navbar::after {
  content: "";
  position: absolute;
  inset: auto 1rem -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 152, 82, 0.4), transparent);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1.02rem !important;
  letter-spacing: 0.06em;
}

.navbar-toggler {
  border: 1px solid rgba(129, 102, 57, 0.18);
  border-radius: 999px;
  padding: 0.65rem 0.8rem;
  background: rgba(255, 250, 242, 0.74);
  box-shadow: 0 8px 20px rgba(39, 26, 12, 0.08);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(215, 189, 125, 0.16);
  border-color: rgba(185, 152, 82, 0.34);
}

.navbar-toggler-icon {
  width: 1.3rem;
  height: 1rem;
  background-image:
    linear-gradient(var(--vtl-dark), var(--vtl-dark)),
    linear-gradient(var(--vtl-dark), var(--vtl-dark)),
    linear-gradient(var(--vtl-dark), var(--vtl-dark));
  background-size: 100% 2px, 100% 2px, 100% 2px;
  background-position: 50% 0.1rem, 50% 50%, 50% calc(100% - 0.1rem);
  background-repeat: no-repeat;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.brand-lockup {
  min-width: 0;
}

.brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 60px;
}

.navbar.is-scrolled {
  position: fixed;
  inset: 0 0 auto 0;
  background: rgba(255, 250, 242, 0.94) !important;
  border-bottom-color: rgba(120, 96, 58, 0.18) !important;
  box-shadow: 0 18px 40px rgba(29, 20, 10, 0.12);
}

.navbar.menu-open {
  background: rgba(251, 246, 238, 0.97) !important;
}

.navbar.is-scrolled .container {
  min-height: 4.8rem;
}

.navbar-collapse {
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transform: rotate(90deg);
}

.navlink {
  display: inline-flex;
  align-items: center;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  color: var(--vtl-ink);
  position: relative;
}

.navlink::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.15rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--vtl-gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.navlink:hover::after,
.navlink.fw-semibold::after,
.navlink.is-active::after {
  transform: scaleX(1);
}

.navlink.is-active {
  color: var(--vtl-dark);
}

.navbar .btn.text-uppercase {
  white-space: nowrap;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171410;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.06), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.04), transparent 14%);
  pointer-events: none;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  opacity: 0.98;
  animation: heroZoom 24s ease-in-out infinite alternate;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 20, 16, 0.4) 0%, rgba(23, 20, 16, 0.45) 60%, rgba(23, 20, 16, 0.5) 100%);
  pointer-events: none;
}

@keyframes heroZoom {
  0% {
    transform: scale(1.08) translateY(0);
  }
  100% {
    transform: scale(1.14) translateY(-3%);
  }
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(3rem, 5vw, 5.5rem) 0;
}

.hero-copy {
  max-width: 760px;
  color: #fff;
  margin: 0 auto;
}

.hero-copy .section-label {
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.26em;
}

.hero-intro {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.84;
  max-width: 620px;
}

.hero-actions {
  align-items: center;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.hero-metric {
  min-width: 10rem;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
}

.hero-metric strong {
  display: block;
  font-size: 1.95rem;
  letter-spacing: -0.05em;
  margin-bottom: 0.35rem;
  color: #fff;
}

.hero-metric span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.hero-feature-cards {
  align-items: stretch;
}

.hero-feature-cards .col-sm-6 {
  display: flex;
}

.hero-feature-cards .hero-card {
  flex: 1;
  min-height: 220px;
  padding: 1.8rem 1.75rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(20px);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.hero-feature-cards .hero-card::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 189, 125, 0.35), transparent 58%);
  pointer-events: none;
}

.hero-feature-cards .hero-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 189, 125, 0.42);
  box-shadow: 0 42px 108px rgba(0, 0, 0, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
}

@media (max-width: 767.98px) {
  .hero-feature-cards .hero-card {
    min-height: auto;
    padding: 1.45rem;
  }
}

.hero-card-label {
  color: #f9e6b9;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-card h3 {
  color: #fff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.04em;
}

.hero-card p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 5rem) 0;
  background: linear-gradient(180deg, rgba(23, 20, 16, 0.02), transparent 24%);
}

.inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.06), transparent 18%),
    radial-gradient(circle at 85% 22%, rgba(215, 189, 125, 0.08), transparent 15%);
  pointer-events: none;
  opacity: 0.6;
}

.inner-hero .container,
.inner-hero .row {
  position: relative;
  z-index: 1;
}

.hero-about::after,
.hero-products::after,
.hero-manufacturing::after,
.hero-uniforms::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: -3rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 1px solid rgba(215, 189, 125, 0.16);
  pointer-events: none;
}

.hero-products::after {
  width: 22rem;
  height: 22rem;
}

.hero-manufacturing::after,
.hero-uniforms::after {
  right: auto;
  left: -6rem;
  top: auto;
  bottom: -6rem;
}

.hero-info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 42rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #efe0bd;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  backdrop-filter: blur(14px);
}

.split-hero .row {
  min-height: clamp(460px, 68vh, 620px);
  align-items: center;
}

.split-hero-frame,
.hero-feature-cards .hero-card,
.prod-card,
.step-panel,
.contact-form-card,
.contact-info-card,
.timeline-card,
.milestone,
.seg-card {
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.32s ease;
  border-radius: 28px;
  border: 1px solid rgba(120, 96, 57, 0.12);
  box-shadow: 0 20px 40px rgba(39, 26, 12, 0.08);
  /* background: rgba(255, 255, 255, 0.88); */
  backdrop-filter: blur(12px);
}

.split-hero-frame:hover,
.hero-feature-cards .hero-card:hover,
.prod-card:hover,
.step-panel:hover,
.contact-form-card:hover,
.contact-info-card:hover,
.timeline-card:hover,
.milestone:hover,
.seg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(39, 26, 12, 0.14);
}

.split-hero-frame {
  overflow: hidden;
  background: #1c1814;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.section-divider-top::after {
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(185, 152, 82, 0.4), transparent);
}

.quote-section {
  position: relative;
  overflow: hidden;
}

.quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(23, 20, 16, 0.18), rgba(0, 0, 0, 0.08));
  pointer-events: none;
}

.quote-section blockquote {
  color: #fff;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.navbar {
  background:rgb(254 253 254) !important;
  backdrop-filter: blur(18px);
}

.navbar.is-scrolled {
  background: rgba(255, 255, 250, 0.92) !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.is-active {
  color: var(--vtl-dark) !important;
}

.site-footer {
  background: #12100d;
  border-top-color: rgba(72, 58, 31, 0.25) !important;
}

.site-footer .footer-link {
  color: rgba(183, 173, 160, 0.85);
}

.site-footer .footer-link:hover {
  color: #d7bd7d;
}

.site-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.site-footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: rgba(215, 189, 125, 0.18);
  color: #fff;
  font-size: 1rem;
}

.back-to-top {
  right: 1.25rem;
  bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

.back-to-top:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
}

body {
  opacity: 0;
  transition: opacity 0.4s ease;
}

body.page-ready {
  opacity: 1;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 38rem;
}

.hero-metric {
  padding-top: 1rem;
  border-top: 1px solid rgba(215, 189, 125, 0.22);
}

.hero-metric strong {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: #f3dfb1;
  margin-bottom: 0.35rem;
}

.hero-metric span {
  display: block;
  font-size: 0.8rem;
  color: rgba(235, 225, 209, 0.74);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  display: flex;
  align-items: center;
}

.hero-media {
  width: 100%;
  min-height: 100% !important;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
}

.hero-badge {
  position: absolute;
  top: 1.2rem;
  left: 0.8rem;
  z-index: 3;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: rgba(245, 234, 205, 0.12);
  border: 1px solid rgba(215, 189, 125, 0.25);
  color: #f6e8c8;
  backdrop-filter: blur(16px);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(215, 189, 125, 0.18);
  pointer-events: none;
}

.orbit-one {
  width: 13rem;
  height: 13rem;
  right: 1rem;
  top: 1rem;
}

.orbit-two {
  width: 20rem;
  height: 20rem;
  right: -5rem;
  bottom: -4rem;
}

.trust-strip .container {
  max-width: 1140px;
}

.trust-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  height: 100%;
  min-height: 4rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.46);
  border: 1px solid rgba(129, 102, 57, 0.14);
  color: #544530;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.trust-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(23, 20, 16, 0.08);
  color: var(--vtl-dark);
  font-size: 0.65rem;
  font-weight: 700;
}

.intro-section .row {
  align-items: center;
}

.section-inline-note {
  max-width: 34rem;
  margin-bottom: 1.4rem;
  color: var(--vtl-ink-soft);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.promise-card {
  position: relative;
  border-radius: 2rem;
  box-shadow: var(--vtl-shadow-soft);
}

.promise-card::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 189, 125, 0.24), transparent 68%);
}

.promise-card ul li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(129, 102, 57, 0.08);
  color: var(--vtl-ink-soft);
}

.promise-card ul li:last-child {
  border-bottom: 0;
}

.promise-card ul li span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(23, 20, 16, 0.06);
  color: var(--vtl-gold-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.makers-section .container {
  max-width: 1120px;
}

.maker-frame {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.makers-copy {
  padding-top: 0.5rem;
}

.feature-section .row {
  align-items: stretch;
}

.service-card {
  height: 100%;
  padding: 1rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.88), rgba(248, 241, 228, 0.74));
  border: 1px solid rgba(129, 102, 57, 0.12);
  box-shadow: var(--vtl-shadow-soft);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 50px rgba(39, 26, 12, 0.12);
}

.service-card h3,
.service-card p,
.service-card a {
  padding-inline: 0.35rem;
}

.capabilities-section .card-cap {
  position: relative;
  padding-top: 3rem;
  min-height: 100%;
}

.cap-index {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(25, 20, 16, 0.22);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.stat-block {
  height: 100%;
  padding: 1.3rem 1rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(129, 102, 57, 0.12);
  box-shadow: 0 14px 28px rgba(39, 26, 12, 0.06);
}

.timeline-card {
  height: 100%;
  padding: 1.2rem 1rem;
}

.timeline-card .fw-bold {
  color: var(--vtl-gold-deep);
  letter-spacing: 0.08em;
}

.step-panel {
  height: 100%;
  padding: 1.25rem 1rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(245, 236, 220, 0.72));
  border: 1px solid rgba(129, 102, 57, 0.12);
  box-shadow: 0 14px 30px rgba(39, 26, 12, 0.06);
}

.step-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(39, 26, 12, 0.1);
}

.supply-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.supply-metrics span {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 102, 57, 0.16);
  background: rgba(255, 251, 243, 0.7);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.quote-section .container {
  max-width: 960px;
  padding: 2rem clamp(1rem, 3vw, 2rem);
  border-radius: 2rem;
  background: rgba(255, 248, 232, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.quote-section blockquote {
  text-wrap: balance;
}

.press-strip .row > div {
  opacity: 0.78;
}

.insight-panel {
  height: 100%;
  padding: 2rem 1.8rem;
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.statement-section .container {
  max-width: 820px;
}

.statement-section .container::before {
  content: "";
  position: absolute;
  inset: auto 50% -1.75rem;
  width: 10rem;
  height: 10rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(215, 189, 125, 0.18), transparent 66%);
  pointer-events: none;
}

.reach-map-shell {
  border: 1px solid rgba(129, 102, 57, 0.16);
  border-radius: 2rem;
}

.final-cta .container {
  max-width: 880px;
}

section,
footer {
  position: relative;
  overflow: clip;
}

section .container,
section .container-fluid,
footer .container {
  position: relative;
  z-index: 1;
}

section::before,
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

section[style*="background:#171410"]::before,
section[style*="background: #171410"]::before,
footer[style*="background:#171410"]::before,
footer[style*="background: #171410"]::before {
  background:
    radial-gradient(circle at top right, rgba(215, 189, 125, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 42%);
}

section[style*="background:#f3ecd9"],
section[style*="background: #f3ecd9"],
section[style*="background:#e7d9b8"],
section[style*="background: #e7d9b8"],
section[style*="background:#d7bd7d"],
section[style*="background: #d7bd7d"] {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 rgba(96, 71, 34, 0.05);
}

section[style*="background:#f3ecd9"]::before,
section[style*="background: #f3ecd9"]::before,
section[style*="background:#e7d9b8"]::before,
section[style*="background: #e7d9b8"]::before,
section[style*="background:#d7bd7d"]::before,
section[style*="background: #d7bd7d"]::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.32), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 36%);
}

[data-parallax] {
  position: relative;
  overflow: hidden;
  border-radius: var(--vtl-radius-lg);
  box-shadow: var(--vtl-shadow);
  isolation: isolate;
  background: rgba(33, 24, 16, 0.16);
}

[data-parallax]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(15, 12, 9, 0.14));
  pointer-events: none;
  z-index: 1;
}

[data-parallax] > :first-child {
  will-change: transform;
}

image-slot {
  display: block;
}

.card-cap,
.prod-card,
.seg-card,
.milestone,
.tag-pill,
.loc-pill,
form > div,
blockquote,
.quote-tab,
.form-control,
.step-num + h4,
.step-num + h4 + p {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.card-cap,
.prod-card,
.seg-card,
.milestone {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(246, 238, 223, 0.88));
  border: 1px solid rgba(129, 102, 57, 0.16);
  border-radius: var(--vtl-radius-md);
  box-shadow: var(--vtl-shadow-soft);
  overflow: hidden;
}

.card-cap:hover,
.prod-card:hover,
.seg-card:hover,
.milestone:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(39, 26, 12, 0.14);
  border-color: rgba(185, 152, 82, 0.28);
}

.prod-card image-slot,
.seg-card image-slot {
  display: block;
}

.milestone {
  border-left: 1px solid rgba(185, 152, 82, 0.24);
}

.tag-pill,
.loc-pill {
  border: 1px solid rgba(129, 102, 57, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 24px rgba(52, 37, 19, 0.06);
}

.tag-pill:hover,
.loc-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 152, 82, 0.32);
}

.quote-tab {
  position: relative;
}

.quote-tab.active {
  border-bottom-color: transparent;
}

.quote-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 2px;
  border-radius: 999px;
  background: var(--vtl-dark);
}

blockquote {
  text-wrap: pretty;
}

.form-control {
  border-radius: var(--vtl-radius-sm);
  border: 1px solid rgba(129, 102, 57, 0.18);
  padding: 0.92rem 1rem;
  background: rgba(255, 250, 242, 0.96);
  color: var(--vtl-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.form-control:focus {
  border-color: rgba(185, 152, 82, 0.54);
  box-shadow: 0 0 0 4px rgba(215, 189, 125, 0.16);
  background: #fffdf9;
}

.contact-page-shell .row {
  align-items: stretch;
}

.contact-form-card,
.contact-info-card {
  height: 100%;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid rgba(129, 102, 57, 0.14);
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(244, 235, 219, 0.86));
  box-shadow: var(--vtl-shadow-soft);
}

.contact-success-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-meta-chip,
.footer-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 102, 57, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--vtl-ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.contact-meta-chip:hover,
.footer-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(185, 152, 82, 0.3);
  background: rgba(255, 251, 243, 0.95);
  color: var(--vtl-dark);
}

.form-note {
  color: var(--vtl-ink-soft);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-mini-card {
  min-height: 100%;
  padding: 1.1rem 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 250, 242, 0.76);
  border: 1px solid rgba(129, 102, 57, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.contact-link-inline {
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--vtl-dark);
}

.contact-link-inline:hover {
  color: var(--vtl-gold-deep);
}

textarea.form-control {
  min-height: 9rem;
  resize: vertical;
}

.footer-link {
  color: #c5baaa;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: var(--vtl-gold);
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.site-footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(215, 189, 125, 0.2), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(215, 189, 125, 0.2);
  color: var(--vtl-gold);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-footer-brand-text {
  display: block;
  color: #fff5dc;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-footer .row > div {
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.site-footer .row > div:hover {
  transform: translateY(-4px);
}

.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.footer-chip {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(215, 189, 125, 0.16);
  color: #eee3cc;
}

.footer-chip:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.contact-map-shell {
  border: 1px solid rgba(129, 102, 57, 0.16);
  border-radius: 2rem;
}

.contact-map-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(23, 20, 16, 0.78);
  color: #f7e9c6;
  border: 1px solid rgba(215, 189, 125, 0.24);
  backdrop-filter: blur(14px);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 189, 125, 0.3);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 24, 16, 0.94), rgba(61, 45, 24, 0.94));
  color: #fff;
  box-shadow: 0 20px 45px rgba(17, 13, 8, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
  z-index: 120;
}

.back-to-top span {
  font-size: 1.15rem;
  line-height: 1;
}

.back-to-top:hover {
  color: #fff;
  border-color: rgba(215, 189, 125, 0.48);
  box-shadow: 0 24px 48px rgba(17, 13, 8, 0.34);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal="zoom"] {
  transform: scale(0.94);
}

[data-reveal="left"] {
  transform: translate3d(-34px, 0, 0);
}

[data-reveal="right"] {
  transform: translate3d(34px, 0, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    backdrop-filter: blur(12px);
  }

  .navbar .container {
    gap: 0.75rem;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 1rem 1.1rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(245, 236, 220, 0.96));
    border: 1px solid rgba(129, 102, 57, 0.14);
    box-shadow: 0 24px 40px rgba(39, 26, 12, 0.1);
    transform-origin: top center;
  }

  .navbar-collapse:not(.show) {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
  }

  .navbar-collapse.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .navbar-nav {
    gap: 0.45rem !important;
  }

  .navlink {
    width: 100%;
    justify-content: space-between;
    padding: 0.95rem 1rem !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(129, 102, 57, 0.08);
  }

  .navlink::after {
    left: 1rem;
    right: 1rem;
    bottom: 0.45rem;
  }

  .navlink.is-active {
    background: rgba(215, 189, 125, 0.2);
    border-color: rgba(185, 152, 82, 0.26);
  }

  .navbar .btn.text-uppercase {
    width: 100%;
    margin-top: 0.75rem;
    justify-content: center;
  }

  .brand-logo {
    width: clamp(7.5rem, 26vw, 10rem);
  }

  .split-hero-frame {
    border-radius: 2rem;
    min-height: 360px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy::before {
    display: none;
  }

  .hero-visual {
    min-height: 360px;
    padding-top: 0;
  }

  .hero-media {
    border-radius: 2rem;
  }

  [data-parallax] {
    border-radius: 24px;
  }
}

@media (max-width: 767.98px) {
  body::before,
  body::after {
    width: 18rem;
    height: 18rem;
  }

  .card-cap,
  .prod-card,
  .seg-card,
  .milestone {
    border-radius: 22px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-info-strip {
    gap: 0.6rem;
  }

  .trust-pill {
    min-height: 3.5rem;
    font-size: 0.66rem;
  }

  .service-card,
  .quote-section .container,
  .insight-panel,
  .reach-map-shell,
  .promise-card,
  .contact-form-card,
  .contact-info-card,
  .contact-map-shell {
    border-radius: 1.5rem;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 1.4rem;
  }

  .navbar-brand {
    max-width: calc(100% - 4.5rem);
  }

  .back-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
