/* ============================================================
   OM OSS PAGE
   ============================================================ */

.om-oss-page {
  background-color: #dfe1e7;
  width: 100%;
  min-width: 1440px;
  min-height: calc(100vh - 68px);
  position: relative;
}

/* Right column */
.om-oss-page .right-column {
  position: absolute;
  top: 0;
  left: 1300px;
  width: 140px;
  height: 100%;
  min-height: calc(100vh - 68px);
  background-color: #1a1e2b;
  display: flex;
  overflow: hidden;
}

.om-oss-page .ORKLAND-t {
  position: absolute;
  bottom: 140px;
  left: 50%;
  width: 275px;
  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;
  line-height: normal;
  white-space: nowrap;
}

/* ============================================================
   INTRO BLOCK (top left)
   ============================================================ */

.intro-block {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 420px;
}

.label-line {
  width: 28px;
  height: 2px;
  background-color: #00000080;
  margin-bottom: 14px;
}

.label-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000b2;
  font-size: 11px;
  letter-spacing: 2.5px;
  white-space: nowrap;
  margin-bottom: 24px;
}

.heading-large {
  font-family: "Raleway", Helvetica;
  font-weight: 500;
  color: #1a1e2b;
  font-size: 80px;
  line-height: 86px;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.divider {
  width: 380px;
  height: 1px;
  background-color: #1a1e2b1f;
  margin-bottom: 28px;
}

.body-text {
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: #1a1e2bbf;
  font-size: 17px;
  line-height: 30px;
}

/* ============================================================
   CENTER PHOTO
   ============================================================ */

.center-photo {
  position: absolute;
  top: 68px;
  left: 560px;
  width: 680px;
  height: 600px;
  overflow: hidden;
}

.center-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1d2b25;
}

/* ============================================================
   BOTTOM SECTION — two columns
   ============================================================ */

.bottom-section {
  position: absolute;
  top: 720px;
  left: 80px;
  width: 1180px;
  display: flex;
  gap: 120px;
}

.bottom-left,
.bottom-right {
  width: 420px;
}

.bottom-left .label-line,
.bottom-right .label-line {
  margin-bottom: 14px;
}
