/* DUSSIE dual content-video sections
   Layout rhythm inspired by the reference site's Home intro and Company profile sections.
   Existing DUSSIE design tokens/header/navigation remain authoritative. */

.swebie-intro-section,
.swebie-company-profile-section {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 0;
}

.swebie-intro-section::before,
.swebie-company-profile-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(91,140,255,.08), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(37,230,200,.055), transparent 36%);
}

.swebie-section-heading,
.swebie-company-profile-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto clamp(34px, 4vw, 54px);
  text-align: center;
}

.swebie-section-heading h2,
.swebie-company-profile-head h2 {
  margin: 12px 0 0;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}

.swebie-company-profile-head p {
  max-width: 720px;
  margin: 22px auto 0;
  line-height: 1.8;
  opacity: .78;
}

.swebie-intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.swebie-media-card,
.swebie-company-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(136,158,199,.23);
  border-radius: 24px;
  background: #060914;
  box-shadow:
    0 28px 80px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.035);
}

.swebie-media-card::after,
.swebie-company-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.dussie-content-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #05070d;
}

.swebie-intro-copy {
  position: relative;
  z-index: 1;
}

.swebie-intro-copy .kicker {
  display: inline-block;
  margin-bottom: 14px;
}

.swebie-intro-copy h3 {
  margin: 0 0 22px;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.swebie-intro-copy p {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.85;
  opacity: .82;
}

.swebie-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.swebie-company-profile-section {
  padding-top: clamp(46px, 5vw, 72px);
}

.swebie-company-media {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .swebie-intro-grid {
    grid-template-columns: 1fr;
  }

  .swebie-intro-copy {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .swebie-intro-section,
  .swebie-company-profile-section {
    padding: 56px 0;
  }

  .swebie-section-heading,
  .swebie-company-profile-head {
    text-align: left;
    margin-bottom: 26px;
  }

  .swebie-media-card,
  .swebie-company-media {
    border-radius: 16px;
  }

  .swebie-intro-grid {
    gap: 26px;
  }
}
