@charset "UTF-8";
/* CSS Document */

/* 
  Gjenbrukbar artikkelmal 1.
  Bevisst avgrenset til .articlePage slik at den ikke overstyrer hovedmalen.
*/

.articlePage {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--text);
}

.articlePage img {
  display: block;
  max-width: 100%;
}

.articlePage__intro {
  padding: 40px 0 58px;
}

.articleBreadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 13px;
}

.articleBreadcrumb a {
  color: var(--navy);
  text-decoration: none;
}

.articleBreadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.articleLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 48px;
  align-items: start;
}

.articleMain {
  min-width: 0;
}

.articleHeader {
  margin-bottom: 20px;
}

.articleMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.articleHeader h1 {
  margin: 0;
  max-width: 780px;
  color: var(--navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.articleHeader h1 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}

.articleLead {
  max-width: 760px;
  margin: 20px 0 0;
  color: #223247;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

/* Punktliste med pil – Artikkel 1 */

.articleArrowList {
  list-style: none;
  margin: 14px 0 24px;
  padding: 0;
}

.articleArrowList li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
}

.articleArrowList li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal-dark);
  font-weight: 600;
}

/* =========================
   BILDER I ARTIKKEL
   ========================= */

/* Figur */
.articleMainImage,
.articleInlineImage {
  margin: 0;
}

/* Luft rundt bilder som ligger inne i artikkelteksten */
.articleInlineImage {
  margin: 32px 0 30px;
}

/* Hvit ramme rundt vanlige artikkelbilder */
.articleImageFrame {
  padding: 6px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(10, 25, 45, 0.09);
}

.articleImageFrame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1px;
}

/* Mindre støttebilde i artikkelen */
.articleInlineImage--small {
  max-width: 520px;
  margin: 32px auto 30px;
}

/* Bildetekst */
.articleMainImage figcaption,
.articleInlineImage figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}

/* =========================
   BILDE I HØYRESPALTE
   ========================= */

.articleSideImage {
  margin: 0 16px;
  padding: 4px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(10, 25, 45, 0.08);
}

.articleSideImage img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1px;
}

.articleProse {
  max-width: 760px;
  padding-top: 26px;
  color: #172538;
  font-size: 16px;
  line-height: 1.5;
}

.articleProse > p {
  margin: 0 0 14px;
}
.articleProse h2 {
  margin: 26px 0 10px;
  line-height: 1.2;
}
.articleQuote {
  margin: 2.25rem 0;
  padding: 0.3rem 0 0.3rem 1.25rem;
  border-left: 2px solid var(--teal);
}

.articleQuote p {
  margin: 0;
  color: var(--navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.4vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.articleQuote cite {
  display: block;
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.8rem;       /* ca. 12,8 px */
  font-style: normal;
}



.articleClosing {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 36px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 31, 51, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
}

.articleClosing__mark {
  flex: 0 0 auto;
  color: var(--navy);
  font-size: 20px;
}

.articleClosing p {
  margin: 0;
  color: #344054;
  font-size: 14px;
}

/* Høyrespalte */

.articleSidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 122px;
}

.articleSideCard {
  overflow: hidden;
  border: 1px solid rgba(15, 31, 51, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .76);
}

.articleSideCard__label {
  margin: 0;
  padding: 14px 18px 6px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.articleSideCard > img,
.articleVideoThumb img {
  width: calc(100% - 32px);
  margin: 0 16px;
  aspect-ratio: 16 / 10;
  border-radius: 7px;
  object-fit: cover;
}

.articleSideCard__body {
  padding: 6px 18px 16px;
}

.articleSideCard__body h2 {
  margin: 0 0 9px;
  color: var(--navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.articleSideCard__body p {
  margin: 0 0 10px;
  color: #46566b;
  font-size: 13.5px;
  line-height: 1.5;
}

.articleSideLink {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--teal-dark);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}

.articleSideLink:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.articleRelated {
  display: grid;
  gap: 0;
  padding-top: 2px;
}

.articleRelated a {
  display: grid;
  gap: 4px;
  padding: 15px 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(15, 31, 51, .10);
}

.articleRelated a:first-child {
  border-top: 0;
}

.articleRelated strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
}

.articleRelated span {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.articleRelated em {
  margin-top: 3px;
  color: var(--teal-dark);
  font-size: 12.5px;
  font-style: normal;
  font-weight: 600;
}

.articleVideoThumb {
  position: relative;
  display: block;
}

.articlePlay {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
}

/* Video i sideboks */

.articleSideVideo {
  width: 100%;
  margin: 0 0 14px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}

.articleSideVideo iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Nettbrett */

@media (max-width: 920px) {
  .articleLayout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .articleSidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .articleSidebar .articleSideCard:last-child {
    grid-column: 1 / -1;
  }
}

/* Verdens hav-dagen / artikler med faktabokser i høyrespalten */

.articleSidebar--facts {
  position: static;
}

.articleSideCard__body ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #46566b;
  font-size: 0.84rem;
  line-height: 1.6;
}

.articleSideCard__body li + li {
  margin-top: 0.45rem;
}

.articleSubtitle {
  margin: 0.65rem 0 0;
  color: var(--navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
}

.articleVideo {
  margin-top: 2.5rem;
}

.articleVideo__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.articleVideo__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobil */

@media (max-width: 640px) {
  .articlePage__intro {
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .articleBreadcrumb {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .articleHeader h1 {
  margin: 0;
  max-width: 780px;
  color: var(--navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

  .articleLead {
  max-width: 760px;
  margin: 12px 0 0;
  color: #223247;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
}

	

  .articleProse {
    padding-top: 20px;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .articleQuote {
    margin: 30px 0;
    padding-left: 18px;
  }

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

  .articleSidebar .articleSideCard:last-child {
    grid-column: auto;
  }
}