/* ============================================================
   TJENESTE HERO
   ============================================================ */

.tjeneste-hero {
  width: 100%;
  min-width: 1440px;
  height: 420px;
  position: relative;
  overflow: hidden;
  background-color: #1a1e2b;
}

.tjeneste-hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1300px;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.tjeneste-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1300px;
  height: 100%;
  background-color: #1a1d2b80;
}

.tjeneste-hero .right-column {
  position: absolute;
  top: 0;
  left: 1300px;
  width: 140px;
  height: 100%;
  background-color: #1a1e2b;
  display: flex;
  overflow: hidden;
}

.tjeneste-hero .side-label {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 280px;
  height: 12px;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center center;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #b2b7bf;
  font-size: 10px;
  letter-spacing: 3px;
  white-space: nowrap;
}

.tjeneste-hero .hero-title {
  position: absolute;
  bottom: 60px;
  left: 130px;
  font-family: "Raleway", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
}

/* ============================================================
   TJENESTE INNHOLD
   ============================================================ */

.tjeneste-content {
  width: 100%;
  min-width: 1440px;
  background-color: #dfe1e7;
  position: relative;
}

.tjeneste-content .content-inner {
  padding: 80px 80px 100px 80px;
  max-width: 900px;
}

.tjeneste-content p {
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: #1a1e2bbf;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 28px;
}

.tjeneste-content p:last-child { margin-bottom: 0; }

.tjeneste-content strong {
  font-weight: 600;
  color: #1a1e2b;
}

.tjeneste-content .cta-line {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #1a1e2b;
  font-size: 17px;
  line-height: 30px;
  margin-top: 36px;
}

/* Bildegalleri (Renovering) */
.tjeneste-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 0 80px 100px 80px;
  max-width: 1300px;
}

.tjeneste-gallery .gallery-img {
  width: 100%;
  aspect-ratio: 3/4;
  background-color: #c8cacc;
  border-radius: 2px;
}
