:root {
  --orange: #ff671f;
  --orange-soft: rgba(255, 103, 31, 0.16);
  --black: #050505;
  --charcoal: #0c0c0c;
  --ink: #f4f1ec;
  --muted: #a8a29a;
  --line: rgba(244, 241, 236, 0.12);
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(255, 103, 31, 0.2), transparent 55%),
    linear-gradient(180deg, #14110f 0%, var(--charcoal) 28%, var(--black) 100%);
  font-family: var(--font-body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 40;
  background: var(--orange);
  color: #111;
  padding: 0.6rem 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(8, 8, 8, 0.72);
  border-bottom: 1px solid var(--line);
}

.top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  gap: 1rem;
}

.brand {
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  font-size: 1.45rem;
  text-transform: uppercase;
  color: var(--orange);
}

.brand-cluster {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.back-site {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.back-site:hover {
  color: var(--ink);
}

.top nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.top nav a:hover {
  color: var(--ink);
}

.nav-cta {
  color: #111 !important;
  background: var(--orange);
  padding: 0.45rem 0.9rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: clip;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.25) 0%, rgba(5, 5, 5, 0.55) 42%, rgba(5, 5, 5, 0.92) 100%),
    radial-gradient(ellipse at 30% 80%, rgba(255, 103, 31, 0.18), transparent 45%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 7rem 0 4.5rem;
  max-width: 38rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

body.ready .hero-copy {
  opacity: 1;
  transform: none;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 10vw, 6.5rem);
  letter-spacing: 0.06em;
  line-height: 0.9;
  margin: 0 0 0.85rem;
  color: var(--orange);
  text-transform: uppercase;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin-bottom: 0.85rem;
}

h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.lede,
.section-lede {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 38rem;
}

.lede {
  margin: 1.1rem 0 1.6rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  background: var(--orange);
  color: #111;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: #ff7f3f;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--orange);
  background: transparent;
}

.eyebrow {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.7rem;
}

.feature {
  padding: 5.5rem 0;
  border-top: 1px solid var(--line);
}

.feature-alt {
  background: linear-gradient(90deg, rgba(255, 103, 31, 0.05), transparent 55%);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.5rem;
  align-items: center;
}

.feature-grid.flip .feature-copy {
  order: 2;
}

.feature-grid.flip .feature-visual {
  order: 1;
}

.feature-copy p:last-child {
  color: var(--muted);
  margin: 0;
  max-width: 32rem;
}

.feature-visual {
  margin: 0;
  overflow: clip;
}

.feature-visual img {
  width: 100%;
  height: min(62vh, 520px);
  object-fit: cover;
  filter: saturate(1.05);
}

.feature-copy,
.feature-visual,
.journey,
.promo-stage,
.proof-inner,
.contact-inner {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.feature-copy.in,
.feature-visual.in,
.journey.in,
.promo-stage.in,
.proof-inner.in,
.contact-inner.in {
  opacity: 1;
  transform: none;
}

.journeys,
.promo,
.proof,
.contact {
  padding: 5.5rem 0;
  border-top: 1px solid var(--line);
}

.journey-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2.5rem;
}

.journey {
  padding: 0;
}

.journey-role {
  margin: 0 0 0.4rem;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.journey ol {
  margin: 0 0 1.5rem;
  padding-left: 1.15rem;
  color: var(--muted);
}

.journey li {
  margin: 0.45rem 0;
}

.shot-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.shot-rail img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--line);
  opacity: 0.92;
}

.promo-stage {
  margin-top: 1.75rem;
  border: 1px solid var(--line);
  background: #000;
  overflow: clip;
}

.promo-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.promo-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.promo-note a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.proof {
  background:
    radial-gradient(ellipse at 80% 20%, var(--orange-soft), transparent 40%),
    linear-gradient(180deg, #12100e, #0a0a0a);
}

.proof-inner p {
  color: var(--muted);
  max-width: 42rem;
}

.pillars {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  color: var(--ink);
}

.pillars li {
  padding-left: 1.1rem;
  position: relative;
}

.pillars li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--orange);
}

.contact-inner {
  max-width: 40rem;
}

.contact-inner > p {
  color: var(--muted);
  margin: 0 0 1.5rem;
}

.foot {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 2rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.foot-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.foot-inner a {
  color: var(--orange);
  text-underline-offset: 3px;
}

.foot-inner a:hover {
  text-decoration: underline;
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.5%, -1%, 0);
  }
}

@media (max-width: 860px) {
  .top nav a:not(.nav-cta) {
    display: none;
  }

  .feature-grid,
  .feature-grid.flip,
  .journey-split {
    grid-template-columns: 1fr;
  }

  .feature-grid.flip .feature-copy,
  .feature-grid.flip .feature-visual {
    order: initial;
  }

  .hero-copy {
    padding-top: 6.5rem;
  }

  .shot-rail img {
    height: 110px;
  }
}
