/* =========================================================
   OM OS – SIDEKOMPONENTER
   ========================================================= */

/* =========================================================
   SEKTION 1 – Om os-intro
   Shortcode: [ng_om_os_about]
   Placering: Om os → hovedsektion
   Elementor widget-id (oprindelig): 3b13e61
   ========================================================= */
.about-section {
  background: #f7f5f1;
  padding: 110px 24px;
  font-family: "Times New Roman", Times, serif;
  color: #021326;
}

.about-inner {
  width: min(1400px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

/* ================================
   IMAGE / VIDEO AREA
================================ */

.about-images {
  position: relative;
  min-height: 620px;
}

.about-image-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  height: 560px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(2, 19, 38, 0.18);
  background: #ddd;
}

.about-image-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  border: 10px solid #f7f5f1;
  box-shadow: 0 24px 50px rgba(2, 19, 38, 0.16);
  background: #ddd;
}

.about-image-main img,
.about-image-small img,
.about-founder-image img,
.about-video-main video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-video-main video {
  border-radius: 8px;
}

/* ================================
   TEXT CONTENT
================================ */

.about-content {
  max-width: 620px;
}

.subpage-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(118, 82, 56, 0.10);
  color: #765238;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.about-content h2 {
  margin: 0 0 26px;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.98;
  color: #004073;
  font-weight: 700;
}

.about-content > p {
  margin: 0 0 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.8;
  color: #19324a;
}

/* ================================
   FOUNDER CARD
================================ */

.about-founder-card {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(2, 19, 38, 0.08);
}

.about-founder-image {
  width: 130px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}

.about-founder-text span {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #765238;
}

.about-founder-text h3 {
  margin: 0 0 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.05;
  color: #004073;
}

.about-founder-text p {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.7;
  color: #19324a;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-content {
    max-width: 760px;
  }

  .about-images {
    min-height: 560px;
  }

  .about-image-main {
    height: 500px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .about-section {
    padding: 75px 20px;
  }

  .about-inner {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }

  .about-content {
    order: 1;
    max-width: 100%;
  }

  .about-images {
    order: 2;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-image-main,
  .about-image-small {
    position: relative;
    width: 100%;
    height: 320px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    border: none;
  }

  .about-content h2 {
    font-size: 38px;
  }

  .about-content > p {
    font-size: 15px;
  }

  .about-founder-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .about-founder-image {
    width: 100%;
    height: 280px;
  }

  .about-founder-text h3 {
    font-size: 28px;
  }
}
