/* Den salgsrettede presentasjonen ligger separat for å gjøre den enkel å justere. */

.promise-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 63, 58, 0.12);
  box-shadow: 0 18px 50px rgba(20, 50, 45, 0.07);
}

.promise-strip > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.promise-strip > div:last-child {
  border-right: 0;
}

.promise-strip small {
  grid-row: 1 / 3;
  padding-top: 3px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.promise-strip strong {
  color: var(--forest-dark);
  font-size: 14px;
}

.promise-strip span {
  color: var(--muted);
  font-size: 12px;
}

.portrait-hero-grid h1 {
  max-width: 700px;
  font-size: clamp(48px, 5.25vw, 69px);
}

.portrait-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(470px, .85fr);
  gap: 58px;
  align-items: start;
}

.hero-profile {
  position: relative;
  width: 390px;
  justify-self: end;
}

.hero-profile .hero-portrait {
  width: 390px;
  height: 570px;
}

.profile-credentials {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 34px 0 0;
  padding: 20px 22px 18px;
  background: var(--forest);
  color: #fff;
  box-shadow: 0 18px 45px rgba(14, 45, 41, .22);
}

.profile-credentials > p {
  margin: 0 0 10px;
  color: #e9a07c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.profile-credentials ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-credentials li {
  display: block;
  min-width: 0;
  padding: 10px 15px 5px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.profile-credentials li:first-child {
  padding-left: 0;
}

.profile-credentials li:last-child {
  padding-right: 0;
}

.profile-credentials li + li {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.profile-credentials strong,
.profile-credentials span {
  display: block;
}

.profile-credentials strong {
  font-size: 13px;
}

.profile-credentials span {
  margin-top: 4px;
  color: #c3d4ce;
  font-size: 11px;
  line-height: 1.45;
}

.formats-section {
  background: linear-gradient(180deg, #fff 0%, #f7f5ef 100%);
}

.format-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  box-shadow: 0 22px 55px rgba(20, 50, 45, 0.08);
}

.format-card {
  min-height: 370px;
  min-width: 0;
  padding: 38px 34px 76px;
  border: 0;
  background: #fff;
}

.format-card:nth-child(2) {
  background: #f4f6f1;
}

.format-card h3 {
  margin: 54px 0 16px;
  font-size: 27px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.service-details {
  padding-top: 36px;
}

.detail-list {
  border-top: 0;
}

.detail-row {
  padding: 64px 48px;
  margin: 0 0 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 16px 45px rgba(20, 50, 45, 0.055);
}

.detail-row:last-child {
  border-bottom: 1px solid var(--line);
}

.detail-row > div {
  grid-template-columns: 1fr 0.88fr;
  gap: 92px;
}

.detail-row:nth-child(2) {
  background: #f4f6f1;
}

.detail-number {
  display: grid;
  place-items: center;
  align-self: start;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
}

.service-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-title h2 {
  max-width: 600px;
}

.detail-lead {
  max-width: 560px !important;
  margin-top: 24px !important;
  color: var(--ink) !important;
  font-size: 17px;
}

.detail-copy > p:first-child {
  margin-top: 1px;
}

.detail-copy h3 {
  margin: 28px 0 10px;
  color: var(--forest-dark);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-outcomes {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.service-outcomes li {
  position: relative;
  padding: 11px 4px 11px 25px;
  border-bottom: 1px solid var(--line);
  color: #52645f;
  font-size: 13px;
}

.service-outcomes li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 18px;
  width: 8px;
  height: 4px;
  border-left: 1.5px solid var(--orange);
  border-bottom: 1.5px solid var(--orange);
  transform: rotate(-45deg);
}

.detail-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(23, 63, 58, 0.3);
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
}

.detail-contact:hover {
  border-color: var(--orange);
}

@media (max-width: 900px) {
  .portrait-hero-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
  }

  .hero-profile {
    width: 300px;
  }

  .hero-profile .hero-portrait {
    width: 300px;
    height: 475px;
  }

  .profile-credentials {
    width: 100%;
    padding: 19px 20px;
  }

  .profile-credentials ul {
    grid-template-columns: 1fr;
  }

  .profile-credentials li,
  .profile-credentials li:first-child,
  .profile-credentials li:last-child {
    padding: 9px 0;
  }

  .profile-credentials li + li {
    border-left: 0;
  }

  .promise-strip {
    margin-top: 54px;
  }

  .promise-strip > div {
    grid-template-columns: 27px 1fr;
    padding: 20px 18px;
  }

  .format-grid {
    grid-template-columns: 1fr;
  }

  .format-card {
    min-height: 300px;
  }

  .detail-row {
    margin: 0 0 20px;
    padding: 56px 20px;
  }

  .detail-row > div {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 680px) {
  .portrait-hero-grid {
    grid-template-columns: 1fr;
  }

  .portrait-hero-grid h1 {
    font-size: 44px;
  }

  .hero-profile {
    width: 100%;
    justify-self: stretch;
  }

  .hero-profile .hero-portrait {
    width: 100%;
    max-width: none;
    height: 455px;
  }

  .profile-credentials {
    position: relative;
    width: 100%;
    margin: 28px 0 0;
  }

  .promise-strip {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .promise-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .promise-strip > div:last-child {
    border-bottom: 0;
  }

  .format-card {
    min-height: auto;
    padding: 32px 24px;
  }

  .format-card h3 {
    margin-top: 38px;
    font-size: 32px;
  }

  .format-card > a {
    position: static;
    margin-top: 28px;
  }

  .service-details {
    padding-top: 20px;
  }

  .detail-row {
    grid-template-columns: 32px 1fr;
    padding: 46px 14px;
    border-radius: 4px;
  }

  .detail-number {
    width: 30px;
    height: 30px;
    font-size: 9px;
  }

  .detail-lead {
    font-size: 16px;
  }
}

/* Personer rundt arbeidsbordet */
.participant {
  font-size: 0;
}

.participant i {
  position: relative;
  display: block;
  width: 20px;
  height: 24px;
}

.participant i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--forest-dark);
  transform: translateX(-50%);
}

.participant i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 18px;
  height: 12px;
  border-radius: 9px 9px 4px 4px;
  background: var(--forest-dark);
  transform: translateX(-50%);
}

.facilitator i::before,
.facilitator i::after {
  background: #fff;
}

@media (max-width: 680px) {
  .participant i {
    width: 13px;
    height: 16px;
  }

  .participant i::before {
    width: 6px;
    height: 6px;
  }

  .participant i::after {
    width: 12px;
    height: 8px;
    border-radius: 6px 6px 3px 3px;
  }
}

/* Scrollfortelling: lederens perspektiv og konsulentens rolle */
.role-label {
  position: absolute;
  z-index: 7;
  top: 50%;
  padding: 4px 7px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(14, 45, 41, 0.14);
  color: var(--forest-dark);
  font: 700 7px/1 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.focus-leader .role-label {
  left: 58px;
  transform: translate(-6px, -50%);
}

.facilitator .role-label {
  left: 50%;
  top: -31px;
  transform: translate(-50%, 6px);
}

.meeting-stage[data-stage="0"] .focus-leader,
.meeting-stage[data-stage="1"] .focus-leader {
  background: #f0ab89;
  transform: scale(1.13);
}

.meeting-stage[data-stage="0"] .focus-leader .role-label,
.meeting-stage[data-stage="1"] .focus-leader .role-label {
  opacity: 1;
  transform: translate(0, -50%);
}

.meeting-stage[data-stage="1"] .facilitator .role-label,
.meeting-stage[data-stage="2"] .facilitator .role-label,
.meeting-stage[data-stage="3"] .facilitator .role-label,
.meeting-stage[data-stage="4"] .facilitator .role-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.meeting-stage[data-stage="2"] .facilitator,
.meeting-stage[data-stage="3"] .facilitator,
.meeting-stage[data-stage="4"] .facilitator {
  transform: translateX(-50%) scale(1.12);
}

.meeting-stage[data-stage="2"] .participant,
.meeting-stage[data-stage="3"] .participant,
.meeting-stage[data-stage="4"] .participant {
  background: #c7d8ca;
}

.meeting-stage[data-stage="3"] .participant:nth-child(2),
.meeting-stage[data-stage="3"] .participant:nth-child(4),
.meeting-stage[data-stage="3"] .participant:nth-child(6) {
  background: #f0c1a9;
  transform: scale(1.08);
}

.meeting-stage[data-stage="4"] .participant {
  background: #b9d2be;
}

.meeting-stage[data-stage="0"] .board-arrival,
.meeting-stage[data-stage="1"] .board-case,
.meeting-stage[data-stage="2"] .board-support,
.meeting-stage[data-stage="3"] .board-contribution,
.meeting-stage[data-stage="4"] .board-result {
  opacity: 1;
  transform: none;
}

.conversation-stack {
  display: grid;
  width: min(285px, 95%);
  gap: 8px;
  margin-top: 22px;
}

.conversation-stack span,
.discussion-map span,
.exchange-grid span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px 9px 9px 2px;
  background: rgba(255, 255, 255, 0.08);
  color: #e6eeeb;
  font-size: 9px;
}

.conversation-stack span:nth-child(even) {
  justify-self: end;
  border-radius: 9px 9px 2px 9px;
  background: rgba(214, 120, 76, 0.22);
}

.conversation-stack .leader-says {
  justify-self: start;
  border-color: rgba(239, 170, 136, 0.5);
  color: #fff;
}

.discussion-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(300px, 98%);
  gap: 8px;
  margin-top: 20px;
}

.discussion-map span:last-child {
  grid-column: 1 / -1;
  width: 72%;
  justify-self: center;
}

.consultant-note {
  margin: 13px 0 0;
  padding: 6px 10px;
  border-radius: 3px;
  background: var(--orange);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.exchange-grid {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: center;
  width: min(315px, 100%);
  gap: 6px;
  margin-top: 25px;
}

.exchange-grid i {
  color: #efaa88;
  font: normal 20px/1 Georgia, serif;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(330px, 100%);
  gap: 6px;
  margin-top: 23px;
}

.result-grid span {
  display: grid;
  place-items: center;
  min-height: 50px;
  padding: 8px 5px;
  border-radius: 3px;
  background: var(--mint);
  color: var(--forest-dark);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
}

.result-summary {
  margin: 13px 0 0;
  color: #c7d8d2;
  font-size: 9px;
}

.meeting-stage[data-stage="0"] .stage-progress span:nth-child(1),
.meeting-stage[data-stage="1"] .stage-progress span:nth-child(-n+2),
.meeting-stage[data-stage="2"] .stage-progress span:nth-child(-n+3),
.meeting-stage[data-stage="3"] .stage-progress span:nth-child(-n+4),
.meeting-stage[data-stage="4"] .stage-progress span {
  background: var(--orange);
}

@media (max-width: 680px) {
  .role-label {
    display: none;
  }

  .conversation-stack,
  .discussion-map,
  .exchange-grid,
  .result-grid {
    margin-top: 11px;
  }

  .conversation-stack {
    gap: 4px;
  }

  .conversation-stack span,
  .discussion-map span,
  .exchange-grid span {
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 6px;
  }

  .discussion-map {
    gap: 4px;
  }

  .consultant-note {
    margin-top: 7px;
    padding: 4px 6px;
    font-size: 6px;
  }

  .exchange-grid {
    grid-template-columns: 1fr 18px 1fr;
    gap: 3px;
  }

  .exchange-grid i {
    font-size: 14px;
  }

  .result-grid {
    gap: 3px;
  }

  .result-grid span {
    min-height: 34px;
    padding: 4px 2px;
    font-size: 6px;
  }

  .result-summary {
    margin-top: 6px;
    font-size: 6px;
  }
}

/* Konkrete arbeidssteg i ledernettverket */
.consultant-voice {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
}

.consultant-voice > b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.consultant-voice span,
.consultant-voice strong,
.consultant-voice small {
  display: block;
}

.consultant-voice strong {
  color: #fff;
  font-size: 11px;
}

.consultant-voice small {
  margin-top: 1px;
  color: #9eb8ae;
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sorting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(330px, 100%);
  gap: 7px;
  margin-top: 25px;
}

.sorting-grid span {
  display: flex;
  min-height: 68px;
  padding: 11px 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  color: #e8efec;
  font-size: 8px;
  line-height: 1.3;
}

.sorting-grid i {
  margin-bottom: 6px;
  color: #efaa88;
  font: normal 700 8px/1 "DM Sans", sans-serif;
}

.issue-cloud .selected-case {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 7px 18px rgba(214, 120, 76, 0.25);
}

.case-caption {
  margin: 13px 0 -9px;
  color: #c7d8d2;
  font-size: 8px;
}

.presentation-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(340px, 100%);
  gap: 7px;
  margin-top: 25px;
}

.presentation-points span {
  display: flex;
  min-height: 72px;
  padding: 11px 7px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--mint);
  color: var(--forest-dark);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
}

.presentation-points i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 7px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font: normal 700 6px/1 "DM Sans", sans-serif;
}

.work-formula {
  display: grid;
  grid-template-columns: 1fr 17px 1fr 17px 1fr;
  width: min(350px, 100%);
  gap: 4px;
  align-items: center;
  margin-top: 25px;
}

.work-formula span {
  display: grid;
  place-items: center;
  min-height: 68px;
  padding: 8px 5px;
  border-radius: 4px;
  background: var(--mint);
  color: var(--forest-dark);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
}

.work-formula i {
  color: #efaa88;
  font: normal 20px/1 Georgia, serif;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(330px, 100%);
  gap: 7px;
  margin-top: 25px;
}

.plan-grid span {
  display: grid;
  gap: 5px;
  padding: 12px 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.17);
}

.plan-grid i {
  color: #9eb8ae;
  font: normal 7px/1 "DM Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-grid b {
  color: #fff;
  font-size: 9px;
}

@media (max-width: 680px) {
  .consultant-voice {
    gap: 8px;
    margin-bottom: 12px;
  }

  .consultant-voice > b {
    width: 28px;
    height: 28px;
    font-size: 7px;
  }

  .consultant-voice strong {
    font-size: 9px;
  }

  .consultant-voice small {
    font-size: 6px;
  }

  .sorting-grid,
  .presentation-points,
  .work-formula,
  .plan-grid {
    margin-top: 12px;
    gap: 3px;
  }

  .sorting-grid span,
  .presentation-points span,
  .work-formula span {
    min-height: 40px;
    padding: 5px 3px;
    font-size: 6px;
  }

  .sorting-grid i {
    margin-bottom: 3px;
    font-size: 6px;
  }

  .case-caption {
    margin: 6px 0 -5px;
    font-size: 6px;
  }

  .presentation-points i {
    width: 13px;
    height: 13px;
    margin-bottom: 3px;
    font-size: 5px;
  }

  .work-formula {
    grid-template-columns: 1fr 10px 1fr 10px 1fr;
  }

  .work-formula i {
    font-size: 13px;
  }

  .plan-grid span {
    gap: 3px;
    padding: 6px 3px;
  }

  .plan-grid i {
    font-size: 5px;
  }

  .plan-grid b {
    font-size: 6px;
  }
}
