:root {
  --bg: #070708;
  --bg-2: #0d0d0f;
  --panel: rgba(255,255,255,0.06);
  --panel-strong: rgba(255,255,255,0.08);
  --line: rgba(255,255,255,0.1);
  --line-strong: rgba(255,255,255,0.18);
  --text: #f5f5f6;
  --muted: #b5b5bb;
  --soft: #8a8a93;
  --red: #c1122f;
  --red-deep: #8e0f24;
  --red-soft: #e11d3f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(circle at top, rgba(193, 18, 47, 0.16), transparent 22%),
    linear-gradient(180deg, #040404 0%, #090909 38%, #060606 100%);
  color: var(--text);
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.014), transparent 40%, rgba(193,18,47,0.05));
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }

.topline {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1045;
  background: rgba(10, 10, 10, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #f3f3f3;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.topline-inner {
  min-height: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  justify-content: center;
}

.site-nav {
  top: 42px;
  margin-top: 0;
  background: rgba(8, 8, 9, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-shell { min-height: 88px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}
.brand img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 0 0 4px rgba(211,23,32,0.12);
}
.brand span {
  display: flex;
  flex-direction: column;
  line-height: 0.95;
}
.brand strong,
.brand small,
.nav-link,
.eyebrow,
.section-kicker,
.section-title,
.service-card-v2 h3,
.process-card-v2 h3,
.feature-card h3,
.stat-card strong,
.contact-card h2,
.footer-shell strong {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.brand strong {
  letter-spacing: 0.08em;
  font-size: 1.35rem;
}
.brand small {
  letter-spacing: 0.25em;
  font-size: 0.62rem;
  color: var(--muted);
}
.navbar-toggler,
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon {
  filter: invert(1);
}
.nav-link {
  color: #f5f5f6;
  letter-spacing: 0.09em;
  font-size: 0.93rem;
}
.nav-link:hover,
.nav-link:focus { color: #fff; }
.btn-pill {
  border-radius: 999px;
  padding-inline: 1.35rem;
  font-weight: 700;
}
.btn-danger {
  background: linear-gradient(180deg, var(--red-soft), var(--red));
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 14px 35px rgba(211, 23, 32, 0.28);
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(180deg, #f22f52, #a10f28);
  border-color: transparent;
}
.btn-outline-light {
  border-color: rgba(255,255,255,0.26);
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.34);
}

.hero {
  position: relative;
  padding: 11.25rem 0 5rem;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(193,18,47,0.22), transparent 22%),
    radial-gradient(circle at 20% 25%, rgba(255,255,255,0.06), transparent 20%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.35));
  pointer-events: none;
}
.hero-shell,
.section-pad,
.proof-band,
.site-footer { position: relative; z-index: 1; }
.reveal-card,
.panel-card,
.feature-card,
.service-card-v2,
.process-card-v2,
.gallery-card,
.proof-image-card,
.contact-wrap {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  box-shadow: var(--shadow);
}
.hero-copybox {
  border-radius: 2rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}
.eyebrow,
.section-kicker {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}
.hero h1,
.section-title {
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
}
.hero h1 {
  font-size: clamp(3rem, 7vw, 6.2rem);
  max-width: 11ch;
}
.lead-copy,
.section-copy,
.feature-card p,
.service-card-v2 p,
.process-card-v2 p,
.contact-card .small-copy,
.footer-shell p,
figcaption span {
  color: var(--muted);
}
.lead-copy,
.section-copy {
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 60ch;
}
.hero-actions { margin-top: 1.6rem; }
.hero-points { margin-top: 1.2rem; }
.stat-card {
  height: 100%;
  padding: 1.2rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}
.stat-card strong {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.stat-card span {
  display: block;
  font-size: 0.94rem;
  color: var(--muted);
}
.hero-stack {
  display: grid;
  gap: 1rem;
  height: 100%;
}
.hero-logo-card,
.contact-card {
  border-radius: 2rem;
  padding: 1.25rem;
}
.hero-logo-card img {
  width: 100%;
  border-radius: 1.4rem;
  object-fit: cover;
  min-height: 270px;
}
.contact-card h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.96;
  margin-bottom: 1rem;
}
.mini-label {
  font-size: 0.78rem;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.contact-lines {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.contact-lines a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: #fff;
}
.contact-lines i {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(193,18,47,0.16);
  border: 1px solid rgba(255,255,255,0.1);
}

.proof-band {
  padding: 2rem 0 0;
}
.proof-image-card {
  border-radius: 1.8rem;
  overflow: hidden;
}
.proof-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-pad { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.dark-section { background: rgba(255,255,255,0.02); }
.tall-card,
.feature-card,
.service-card-v2,
.process-card-v2,
.contact-wrap {
  border-radius: 1.8rem;
}
.panel-card { padding: 1.75rem; }
.feature-card {
  padding: 1.5rem;
  height: 100%;
}
.feature-card span,
.process-card-v2 span {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(225,29,63,0.92), rgba(142,15,36,0.96));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(193,18,47,0.28);
}
.feature-card h3,
.service-card-v2 h3,
.process-card-v2 h3 {
  margin-top: 1.1rem;
  margin-bottom: 0.7rem;
  font-size: 1.65rem;
  letter-spacing: 0.02em;
}

.section-head { max-width: 880px; }
.service-card-v2 {
  padding: 1.6rem;
  height: 100%;
}
.service-card-v2 i {
  font-size: 1.5rem;
  color: #fff;
  width: 3.1rem;
  height: 3.1rem;
  display: inline-grid;
  place-items: center;
  border-radius: 1rem;
  background: rgba(193,18,47,0.16);
  border: 1px solid rgba(255,255,255,0.08);
}

.gallery-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.08)),
    radial-gradient(circle at 80% 0%, rgba(193,18,47,0.2), transparent 25%);
}
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 520px;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.85));
}
.gallery-card figcaption {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1;
}
.gallery-card figcaption span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.gallery-card figcaption strong {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
}

.process-card-v2 {
  padding: 1.65rem;
  height: 100%;
}
.contact-section { padding-top: 2rem; }
.contact-wrap {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at right top, rgba(193,18,47,0.2), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
}
.cta-stack {
  display: grid;
  gap: 1rem;
}
.site-footer {
  padding: 1.5rem 0 7rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.footer-links {
  display: flex;
  gap: 1rem 1.4rem;
  flex-wrap: wrap;
  font-weight: 700;
}
.mobile-rail {
  position: fixed;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1030;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.mobile-rail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 58px;
  border-radius: 999px;
  background: rgba(12,12,13,0.92);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
  color: #fff;
  font-weight: 800;
}
.mobile-rail a:first-child {
  background: linear-gradient(180deg, var(--red-soft), var(--red));
}

@media (max-width: 991.98px) {
  .site-nav { top: 68px; margin-top: 0; }
  .nav-links {
    background: rgba(10,10,11,0.96);
    padding-inline: 1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 1rem;
  }
  .hero { padding-top: 11.75rem; }
}

@media (max-width: 767.98px) {
  .topline {
    font-size: 0.64rem;
  }
  .topline-inner {
    min-height: 68px;
    gap: 0.45rem 0.8rem;
    padding-block: 0.55rem;
  }
  .brand img {
    width: 2.6rem;
    height: 2.6rem;
  }
  .hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }
  .lead-copy,
  .section-copy {
    font-size: 0.98rem;
    line-height: 1.72;
  }
  .contact-card h2,
  .section-title,
  .gallery-card figcaption strong {
    font-size: 2rem;
  }
  .gallery-card {
    min-height: 400px;
  }
  .site-footer {
    padding-bottom: 6.8rem;
  }
}

section[id], header[id] {
  scroll-margin-top: 135px;
}

@media (max-width: 767.98px) {
  section[id], header[id] {
    scroll-margin-top: 150px;
  }
}
