:root {
  --omega-ink: #08090c;
  --omega-paper: #f4efe8;
  --omega-gold: #d9ad5a;
  --omega-red: #b9333a;
  --omega-steel: #87919d;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--omega-ink);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
}

.navbar-omega {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(8, 9, 12, 0.1);
  backdrop-filter: blur(18px);
}

.navbar-brand img {
  width: min(260px, 58vw);
  height: auto;
}

.omega-toggler {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-grid;
  place-content: center;
  gap: 0.32rem;
  border: 1px solid rgba(8, 9, 12, 0.18);
  border-radius: 4px;
  box-shadow: none;
}

.omega-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(217, 173, 90, 0.28);
}

.omega-toggler span {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: var(--omega-ink);
  border-radius: 999px;
}

.nav-link {
  color: rgba(8, 9, 12, 0.72);
  font-size: 0.94rem;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--omega-ink);
}

.btn {
  border-radius: 4px;
  font-weight: 700;
}

.btn-omega {
  --bs-btn-color: #101014;
  --bs-btn-bg: var(--omega-gold);
  --bs-btn-border-color: var(--omega-gold);
  --bs-btn-hover-color: #101014;
  --bs-btn-hover-bg: #f1c977;
  --bs-btn-hover-border-color: #f1c977;
  --bs-btn-active-bg: #c7953c;
  --bs-btn-active-border-color: #c7953c;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1800&q=86");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.96) 0%, rgba(8, 9, 12, 0.72) 44%, rgba(8, 9, 12, 0.24) 100%),
    linear-gradient(0deg, rgba(8, 9, 12, 0.9) 0%, rgba(8, 9, 12, 0) 36%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-stat {
  width: min(100%, 330px);
  border-left: 3px solid var(--omega-gold);
  padding: 1.2rem 0 1.2rem 1.25rem;
}

.hero-stat span,
.eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-stat strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1.05;
}

.hero-stat small {
  display: block;
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.66);
}

.section-space {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.bg-ink {
  background: var(--omega-ink);
}

.bg-paper {
  background: var(--omega-paper);
}

.section-title {
  max-width: 850px;
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.section-title.dark {
  color: #111217;
}

.section-copy {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.08rem;
}

.text-gold {
  color: var(--omega-gold) !important;
}

.text-red {
  color: var(--omega-red) !important;
}

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

.portfolio-tile {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #17191f;
}

.portfolio-tile.tile-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 876px;
}

.portfolio-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.portfolio-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.08) 62%);
}

.portfolio-tile:hover img {
  transform: scale(1.06);
}

.tile-caption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 1;
}

.tile-caption span {
  color: var(--omega-gold);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tile-caption h3 {
  max-width: 460px;
  margin: 0.35rem 0 0;
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  line-height: 1;
}

.service-card {
  min-height: 210px;
  padding: 1.5rem;
  border: 1px solid rgba(8, 9, 12, 0.12);
  background: rgba(255, 255, 255, 0.44);
}

.service-card span {
  color: var(--omega-red);
  font-weight: 900;
}

.service-card h3 {
  margin: 1.5rem 0 0.6rem;
  color: #111217;
}

.service-card p {
  margin: 0;
  color: #555a62;
}

.split-section {
  background: #111217;
}

.process-image {
  min-height: 670px;
  background-image: url("https://images.unsplash.com/photo-1516035069371-29a1b244cc32?auto=format&fit=crop&w=1100&q=85");
  background-position: center;
  background-size: cover;
}

.timeline {
  display: grid;
  gap: 2rem;
}

.timeline > div {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.timeline span {
  color: var(--omega-gold);
  font-weight: 900;
}

.timeline h3 {
  margin: 0 0 0.45rem;
}

.timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.marquee-band {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--omega-red);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: omega-marquee 28s linear infinite;
}

.marquee-track span {
  padding: 1.2rem 2rem;
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-form {
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111217;
}

.form-control,
.form-select {
  min-height: 3.3rem;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background-color: #08090c;
  color: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--omega-gold);
  box-shadow: 0 0 0 0.2rem rgba(217, 173, 90, 0.22);
}

.contact-meta {
  display: grid;
  gap: 0.7rem;
}

.contact-meta a,
.contact-meta span {
  color: #fff;
  font-size: 1.15rem;
  text-decoration: none;
}

.contact-meta a:hover {
  color: var(--omega-gold);
}

.site-footer {
  padding: 1.5rem 0;
  background: #050608;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
}

@keyframes omega-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: 760px;
  }

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

  .portfolio-tile,
  .portfolio-tile.tile-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 430px;
  }

  .process-image {
    min-height: 460px;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    width: min(220px, 66vw);
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 9, 12, 0.96) 0%, rgba(8, 9, 12, 0.72) 100%),
      linear-gradient(0deg, rgba(8, 9, 12, 0.9) 0%, rgba(8, 9, 12, 0) 36%);
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-tile,
  .portfolio-tile.tile-large {
    min-height: 390px;
  }

  .timeline > div {
    grid-template-columns: 1fr;
  }
}
