:root {
  --nl-ink: #1a1511;
  --nl-paper: #ebe4d8;
  --nl-copper: #c45c26;
  --nl-copper-soft: #e08a4f;
  --nl-muted: #7a7166;
}

.demo-northline {
  margin: 0;
  background: var(--nl-ink);
  color: var(--nl-paper);
  font-family: Manrope, "Segoe UI", sans-serif;
}

.nl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6vw;
  position: relative;
  z-index: 2;
}

.nl-brand {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.nl-nav nav {
  display: flex;
  gap: 22px;
  align-items: center;
}

.nl-nav a {
  color: rgba(235, 228, 216, 0.8);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.nl-nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--nl-copper);
  color: var(--nl-copper-soft) !important;
}

.nl-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: 0 6vw 10vh;
  overflow: hidden;
}

.nl-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 21, 17, 0.92) 0%, rgba(26, 21, 17, 0.55) 48%, rgba(26, 21, 17, 0.25) 100%),
    linear-gradient(180deg, transparent 40%, rgba(26, 21, 17, 0.95) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(196, 92, 38, 0.08) 0 2px,
      transparent 2px 14px
    ),
    radial-gradient(ellipse at 70% 30%, #3a2a20 0%, #1a1511 60%);
}

.nl-hero-bg::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 18%;
  width: min(38vw, 420px);
  height: min(52vh, 520px);
  border: 1px solid rgba(196, 92, 38, 0.35);
  background:
    linear-gradient(160deg, rgba(196, 92, 38, 0.2), transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(235, 228, 216, 0.04) 18px 19px);
  transform: rotate(3deg);
  animation: demo-rise 1.1s ease both;
}

.nl-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  animation: demo-rise 0.9s ease both;
}

.nl-brand-hero {
  margin: 0 0 12px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.8rem, 8vw, 5.4rem);
  letter-spacing: 0.04em;
  line-height: 0.92;
  color: #fff;
}

.nl-hero h1 {
  margin: 0 0 16px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: 0.06em;
  font-weight: 400;
  color: var(--nl-copper-soft);
}

.nl-lead {
  margin: 0 0 28px;
  max-width: 34em;
  color: rgba(235, 228, 216, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
}

.nl-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.nl-btn {
  display: inline-block;
  padding: 14px 22px;
  background: var(--nl-copper);
  color: #1a1511;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nl-link {
  color: rgba(235, 228, 216, 0.85);
  font-weight: 600;
}

.nl-section {
  padding: 5rem 6vw;
  background: #120f0c;
}

.nl-eyebrow {
  margin: 0 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nl-copper-soft);
  font-weight: 700;
}

.nl-section h2,
.nl-band h2 {
  margin: 0 0 28px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  font-weight: 400;
}

.nl-jobs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nl-jobs article {
  padding: 24px 0;
  border-top: 2px solid rgba(196, 92, 38, 0.55);
}

.nl-jobs span {
  color: var(--nl-copper);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
}

.nl-jobs h3 {
  margin: 10px 0 8px;
  font-size: 1.25rem;
}

.nl-jobs p {
  margin: 0;
  color: var(--nl-muted);
  line-height: 1.6;
}

.nl-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 4.5rem 6vw;
  background:
    linear-gradient(120deg, rgba(196, 92, 38, 0.12), transparent 50%),
    #1a1511;
  align-items: end;
}

.nl-band p:last-child {
  margin: 0;
  color: rgba(235, 228, 216, 0.75);
  line-height: 1.7;
}

.nl-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 22px 6vw;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--nl-muted);
  font-size: 0.92rem;
}

.nl-foot a {
  color: var(--nl-copper-soft);
  font-weight: 600;
}

@media (max-width: 800px) {
  .nl-jobs,
  .nl-band {
    grid-template-columns: 1fr;
  }

  .nl-nav nav a:not(.nl-nav-cta) {
    display: none;
  }

  .nl-hero-bg::after {
    opacity: 0.35;
    width: 55vw;
  }
}
