:root {
  --bg: #090909;
  --bg-soft: #131313;
  --panel: rgba(20, 20, 20, 0.82);
  --panel-strong: rgba(30, 30, 30, 0.94);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 48, 48, 0.42);
  --text: #f4efe8;
  --muted: #b0aaa3;
  --red: #ff2b2b;
  --red-deep: #b10909;
  --steel: #9f9b96;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --page-width: min(1200px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 43, 43, 0.16), transparent 22%),
    radial-gradient(circle at left center, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #090909 0%, #0d0d0d 30%, #050505 100%);
  color: var(--text);
  min-height: 100vh;
}

img {
  display: block;
  max-width: 100%;
}

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

p,
li {
  color: var(--muted);
  line-height: 1.6;
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

.skip-link,
.sr-only {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--red);
  color: #fff;
  border-radius: 999px;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(7, 7, 7, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-bar,
.section,
.site-footer {
  width: var(--page-width);
  margin: 0 auto;
}

.brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand-mark {
  width: 4.15rem;
  height: 4.15rem;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 43, 43, 0.55);
  box-shadow: 0 0 0 6px rgba(255, 43, 43, 0.08);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.brand-name,
.eyebrow,
.service-index,
.split-label,
.frame-badge,
.contact-label,
.footer-brand {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
}

.brand-name {
  font-size: 2rem;
  line-height: 0.95;
}

.brand-tag {
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.nav-call {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), #ff5b31);
  color: #fff;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.35rem;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin: 0.28rem 0;
  background: var(--text);
}

.hero-section {
  position: relative;
  width: var(--page-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - 5rem);
  padding: 3.5rem 0 4rem;
}

.hero-grid,
.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
}

.hero-noise {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 43, 43, 0.2), transparent 20%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.08), transparent 16%),
    radial-gradient(circle at 68% 62%, rgba(255, 43, 43, 0.12), transparent 18%);
}

.hero-copy,
.hero-visual,
.section {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  color: #ff6a6a;
}

.hero-copy h1,
.section-heading h2,
.spotlight-card h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(4.4rem, 10vw, 8.4rem);
  text-wrap: balance;
}

.hero-text {
  max-width: 44rem;
  margin: 1.25rem 0 0;
  font-size: 1.08rem;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--red), #ff5b31 72%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(255, 43, 43, 0.22);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

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

.trust-strip div,
.service-card,
.split-card,
.timeline-step,
.contact-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.trust-strip div::before,
.service-card::before,
.split-card::before,
.timeline-step::before,
.contact-card::before,
.spotlight-card::before,
.intro-band::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent 85%);
}

.trust-strip div {
  padding: 1rem 1rem 1.1rem;
}

.trust-strip strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--text);
}

.hero-visual {
  justify-self: end;
  width: min(100%, 30rem);
}

.visual-frame {
  position: relative;
  padding: 1rem;
  border-radius: calc(var(--radius-lg) + 0.4rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
    rgba(7, 7, 7, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.visual-frame::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  pointer-events: none;
}

.frame-badge {
  position: absolute;
  top: 0.2rem;
  right: 1.2rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 43, 43, 0.16);
  color: #ffd4d4;
  font-size: 0.95rem;
}

.visual-frame img {
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 0.75;
}

.section {
  padding: 5rem 0;
}

.video-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  background: #000;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent 85%);
  z-index: 1;
  pointer-events: none;
}

.video-wrapper video {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.intro-band,
.spotlight-card {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(130deg, rgba(255, 43, 43, 0.14), rgba(255, 255, 255, 0.02) 48%, rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
}

.section-heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.section-heading.compact {
  margin-bottom: 0.6rem;
}

.section-heading h2,
.spotlight-card h2 {
  max-width: 13ch;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.card-grid,
.split-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
}

.services-grid,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.split-card,
.timeline-step,
.contact-card {
  padding: 1.35rem;
}

.service-card h3,
.split-card h3,
.timeline-step h3,
.spotlight-panel h3 {
  margin: 0.5rem 0 0.55rem;
  font-size: 1.25rem;
}

.service-index,
.split-label,
.contact-label {
  font-size: 1.15rem;
  color: #ff8f8f;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 43, 43, 0.14);
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.5rem;
}

.spotlight-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}

.spotlight-panel {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-value {
  display: inline-block;
  margin: 0.35rem 0 0.55rem;
  color: var(--text);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.2rem 0 5.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: block;
  font-size: 1.8rem;
}

.footer-meta {
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.mobile-callbar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 25;
  display: none;
}

.mobile-callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), #ff5b31);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(255, 43, 43, 0.32);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

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

.reveal-delay,
.reveal-delay-sm,
.reveal-delay-md {
  transition-delay: 120ms;
}

.reveal-delay-md {
  transition-delay: 220ms;
}

@media (max-width: 1080px) {
  .hero-section,
  .spotlight-card {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .hero-visual {
    justify-self: start;
    width: min(100%, 24rem);
  }

  .services-grid,
  .timeline,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 5rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    background: rgba(10, 10, 10, 0.96);
  }

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

  .site-nav a {
    padding: 0.45rem 0;
  }

  .hero-section {
    padding-top: 2rem;
    min-height: auto;
  }

  .brand-name {
    font-size: 1.7rem;
  }

  .brand-tag {
    font-size: 0.72rem;
  }

  .trust-strip,
  .services-grid,
  .split-grid,
  .timeline,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-band,
  .spotlight-card {
    padding: 1.4rem;
  }

  .section {
    padding: 4rem 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 6rem;
  }

  .mobile-callbar {
    display: block;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
