/* Generated by iCMS build-assets. Do not edit this file directly. */

/* Source: css/innoventum-theme.css */
:root {
  --primary: #006875;
  --on-primary: #ffffff;
  --primary-container: #d3f6fb;
  --on-primary-container: #002024;
  --secondary: #5e8f61;
  --on-secondary: #ffffff;
  --secondary-container: #dff2dc;
  --on-secondary-container: #122116;
  --tertiary: #c86f2c;
  --on-tertiary: #ffffff;
  --tertiary-container: #ffe1cc;
  --on-tertiary-container: #351100;
  --background: #f7fafb;
  --on-background: #1d2b2f;
  --surface: #f7fafb;
  --on-surface: #1d2b2f;
  --surface-variant: #edf3f5;
  --on-surface-variant: #607176;
  --surface-container: #edf3f5;
  --surface-container-high: #e5eef1;
  --outline: #b8c8ce;
  --outline-variant: #d7e2e6;
  --ivt-ink: #102126;
  --ivt-logo-surface: #171813;
  --ivt-cyan: #4cc7d9;
  --ivt-yellow: #f9c400;
  --ivt-green: #5e8f61;
  --ivt-action: #c86f2c;
  --ivt-shell: 1160px;
  --ivt-readable: 760px;
  --ivt-header-height: 72px;
}

body.dark,
.dark {
  --primary: #78d7e7;
  --on-primary: #00363d;
  --primary-container: #004f59;
  --on-primary-container: #b9f2fb;
  --secondary: #97c98e;
  --on-secondary: #17331a;
  --secondary-container: #284c2b;
  --on-secondary-container: #d7f1d0;
  --tertiary: #ffb56b;
  --on-tertiary: #4a2500;
  --tertiary-container: #6b390d;
  --on-tertiary-container: #ffdcc0;
  --background: #0e1416;
  --on-background: #e7eef1;
  --surface: #12191c;
  --on-surface: #e7eef1;
  --surface-variant: #192225;
  --on-surface-variant: #b9c7cc;
  --surface-container: #192225;
  --surface-container-high: #232e33;
  --outline: #405157;
  --outline-variant: #2b383d;
  --ivt-ink: #e7eef1;
  --ivt-logo-surface: #171813;
  --ivt-cyan: #78d7e7;
  --ivt-yellow: #ffcd05;
  --ivt-green: #97c98e;
  --ivt-action: #ffb56b;
}

html {
  scroll-behavior: smooth;
}

body.icms-public {
  background: var(--background);
  color: var(--on-background);
  font-family: Inter, Roboto, Arial, sans-serif;
  letter-spacing: 0;
  padding-top: 0;
}

body.icms-public a {
  color: var(--primary);
  text-underline-offset: 0.2em;
}

body.icms-public a:hover {
  color: var(--ivt-action);
}

body.icms-public img {
  max-width: 100%;
  height: auto;
}

body.icms-public > header.fixed.top.primary-container {
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border-bottom: 1px solid var(--outline-variant);
  box-shadow: 0 8px 28px rgb(16 33 38 / 0.08);
  color: var(--on-surface);
  min-height: var(--ivt-header-height);
  z-index: 40;
}

body.icms-public.dark > header.fixed.top.primary-container,
body.dark.icms-public > header.fixed.top.primary-container {
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: 0 10px 32px rgb(0 0 0 / 0.28);
}

body.icms-public.ivt-scrolled > header.fixed.top.primary-container {
  box-shadow: 0 10px 32px rgb(16 33 38 / 0.16);
}

body.icms-public > header.fixed.top nav {
  margin: 0 auto;
  max-width: calc(var(--ivt-shell) + 48px);
  min-height: var(--ivt-header-height);
  padding: 0 24px;
}

body.icms-public > header.fixed.top nav > a.large-text {
  min-width: 176px;
  text-decoration: none;
}

body.icms-public > header.fixed.top nav > a.large-text img {
  height: 38px !important;
  max-width: 210px;
  object-fit: contain;
}

body.icms-public > header.fixed.top nav > a.large-text span {
  font-size: 0;
}

body.icms-public > header.fixed.top .button,
body.icms-public > header.fixed.top button {
  border-radius: 8px;
  color: var(--on-surface);
  min-height: 40px;
}

body.icms-public > header.fixed.top .button.active,
body.icms-public > header.fixed.top a.active,
body.icms-public > header.fixed.top button.active {
  background: var(--primary-container);
  color: var(--on-primary-container);
}

body.icms-public > header.fixed.top menu {
  border: 1px solid var(--outline-variant);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgb(16 33 38 / 0.18);
}

body.icms-public #mobile-drawer {
  background: var(--surface);
  color: var(--on-surface);
}

body.icms-public #mobile-drawer header {
  background: var(--surface-container);
  border-bottom: 1px solid var(--outline-variant);
}

body.icms-public #mobile-drawer a.row {
  border-radius: 8px;
  min-height: 44px;
  padding: 0 12px;
  text-decoration: none;
}

.icms-public-main,
.icms-page-content {
  min-height: calc(100vh - var(--ivt-header-height));
}

.ivt-template {
  background: var(--background);
  color: var(--on-background);
}

.ivt-shell {
  margin: 0 auto;
  max-width: var(--ivt-shell);
  padding: 0 24px;
  width: 100%;
}

.ivt-readable {
  max-width: var(--ivt-readable);
}

.ivt-hero {
  align-items: center;
  background-color: #0b1f23;
  background-image:
    linear-gradient(90deg, rgb(11 31 35 / 0.92), rgb(11 31 35 / 0.64) 52%, rgb(11 31 35 / 0.34)),
    url("/site-assets/brand/innoventum-hero-background.jpg");
  background-position: center;
  background-size: cover;
  color: #e7eef1;
  display: flex;
  min-height: 430px;
  overflow: hidden;
  padding: 72px 0 64px;
  position: relative;
}

.ivt-hero::after {
  background: var(--ivt-yellow);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.ivt-hero-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.ivt-hero-copy {
  max-width: 760px;
}

.ivt-hero-logo {
  display: block;
  height: auto;
  margin-bottom: 28px;
  max-width: min(460px, 88vw);
}

.ivt-hero-kicker {
  align-items: center;
  color: #b9f2fb;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 8px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ivt-hero-kicker::before {
  background: var(--ivt-yellow);
  border-radius: 999px;
  content: "";
  height: 10px;
  width: 10px;
}

.ivt-hero h1 {
  color: #ffffff;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
  max-width: 820px;
}

.ivt-hero p {
  color: #c9d8dd;
  font-size: 1.18rem;
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 720px;
}

.ivt-home-hero {
  min-height: 520px;
}

.ivt-home-hero h1 {
  font-size: 0;
  height: 1px;
  margin: 0;
  overflow: hidden;
  width: 1px;
}

.ivt-hero-panel {
  background: rgb(18 25 28 / 0.82);
  border: 1px solid rgb(120 215 231 / 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgb(0 0 0 / 0.34);
  min-height: 250px;
  padding: 26px;
}

.ivt-hero-panel h2,
.ivt-hero-panel h3,
.ivt-hero-panel p,
.ivt-hero-panel li {
  color: #e7eef1;
}

.ivt-hero-panel a {
  color: #78d7e7;
}

.ivt-band {
  padding: 72px 0;
}

.ivt-band-compact {
  padding: 48px 0;
}

.ivt-band-muted {
  background: var(--surface-container);
}

.ivt-band-dark {
  background: #0b1f23;
  color: #e7eef1;
}

.ivt-band-accent {
  background:
    linear-gradient(180deg, rgb(0 104 117 / 0.1), rgb(94 143 97 / 0.08)),
    var(--surface);
}

.ivt-section-heading {
  margin: 0 auto 32px;
  max-width: 760px;
  text-align: center;
}

.ivt-section-heading h2 {
  color: var(--ivt-ink);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.ivt-section-heading p {
  color: var(--on-surface-variant);
  margin: 12px 0 0;
}

.ivt-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ivt-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ivt-feature-row {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.ivt-feature-row + .ivt-feature-row {
  border-top: 1px solid var(--outline-variant);
  margin-top: 56px;
  padding-top: 56px;
}

.ivt-feature-row:nth-child(even) .ivt-feature-media {
  order: -1;
}

.ivt-feature-copy,
.ivt-flow,
.ivt-slot {
  min-width: 0;
}

.ivt-feature-copy > *:first-child,
.ivt-flow > *:first-child,
.ivt-slot > *:first-child {
  margin-top: 0;
}

.ivt-feature-copy > *:last-child,
.ivt-flow > *:last-child,
.ivt-slot > *:last-child {
  margin-bottom: 0;
}

.ivt-feature-media {
  min-width: 0;
}

.ivt-feature-media img,
.ivt-contact-media img,
.ivt-image-frame img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgb(16 33 38 / 0.16);
  display: block;
  object-fit: cover;
  width: 100%;
}

.ivt-card,
.ivt-text-panel {
  background: var(--surface);
  border: 1px solid var(--outline-variant);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgb(16 33 38 / 0.08);
  padding: 28px;
}

.ivt-card > *:first-child,
.ivt-text-panel > *:first-child {
  margin-top: 0;
}

.ivt-card > *:last-child,
.ivt-text-panel > *:last-child {
  margin-bottom: 0;
}

.ivt-contact-grid {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
}

.ivt-contact-details {
  background: var(--surface);
  border: 1px solid var(--outline-variant);
  border-radius: 8px;
  padding: 30px;
}

.ivt-contact-people {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ivt-manual-grid {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
}

.ivt-empty-slot:empty,
.ivt-slot:empty,
.ivt-feature-copy:empty,
.ivt-feature-media:empty,
.ivt-text-panel:empty {
  display: none;
}

.text-module-view .text-content,
.ivt-template {
  line-height: 1.7;
}

.text-module-view .text-content h1,
.text-module-view .text-content h2,
.text-module-view .text-content h3,
.ivt-template h1,
.ivt-template h2,
.ivt-template h3 {
  color: var(--ivt-ink);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 0.72em;
}

.text-module-view .text-content h1,
.ivt-template .ivt-flow h1 {
  font-size: 2.15rem;
}

.text-module-view .text-content h2,
.ivt-template .ivt-flow h2 {
  font-size: 1.65rem;
}

.text-module-view .text-content h3,
.ivt-template .ivt-flow h3 {
  font-size: 1.25rem;
}

.text-module-view .text-content p,
.text-module-view .text-content ul,
.text-module-view .text-content ol,
.ivt-template p,
.ivt-template ul,
.ivt-template ol {
  margin-bottom: 1rem;
}

.text-module-view .text-content ul,
.text-module-view .text-content ol,
.ivt-template ul,
.ivt-template ol {
  padding-left: 1.2rem;
}

.text-module-view .text-content li + li,
.ivt-template li + li {
  margin-top: 0.35rem;
}

.text-module-view .text-content blockquote,
.ivt-template blockquote {
  border-left: 5px solid var(--ivt-yellow);
  color: var(--on-surface-variant);
  font-size: 1.08rem;
  margin: 24px 0;
  padding: 4px 0 4px 18px;
}

.text-module-view .text-content table,
.ivt-template table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.text-module-view .text-content td,
.text-module-view .text-content th,
.ivt-template td,
.ivt-template th {
  border-bottom: 1px solid var(--outline-variant);
  padding: 10px 12px;
  vertical-align: top;
}

.text-module-view .text-content img,
img.image.fit,
img.fit,
.image.fit {
  border-radius: 8px;
}

.text-module-view .text-content a[href^="http"],
.text-module-view .text-content a[href^="mailto"],
.ivt-template a[href^="http"],
.ivt-template a[href^="mailto"] {
  overflow-wrap: anywhere;
}

.pagelist-module .grid,
.news-module .grid {
  align-items: stretch;
}

.pagelist-module article,
.news-module article {
  border-radius: 8px !important;
  box-shadow: 0 12px 34px rgb(16 33 38 / 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pagelist-module article:hover,
.news-module article:hover {
  border-color: color-mix(in srgb, var(--primary) 48%, var(--outline-variant));
  box-shadow: 0 18px 46px rgb(16 33 38 / 0.14);
  transform: translateY(-2px);
}

.pagelist-thumbnail-card {
  background: var(--surface-container);
}

.pagelist-thumbnail-image,
.pagelist-thumbnail-placeholder {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.pagelist-module h4,
.news-module h4 {
  font-size: 1.2rem;
  line-height: 1.25;
}

.pagelist-module h4 a,
.news-module h4 a {
  color: var(--ivt-ink);
  text-decoration: none;
}

.news-module > header {
  border-bottom: 1px solid var(--outline-variant);
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.news-module .chip,
.pagelist-module .chip {
  border-radius: 8px;
}

.ivt-template button,
.ivt-template .button,
.ivt-template a.button {
  border-radius: 8px;
}

.ivt-template .round,
.ivt-template .small-round,
body.icms-public article.round,
body.icms-public article.small-round {
  border-radius: 8px !important;
}

.ivt-template .chip {
  border-radius: 8px;
}

.ivt-template .button i,
.ivt-template button i {
  font-size: 1.25rem;
}

.ivt-template .legacy-muted {
  color: var(--on-surface-variant);
}

@media (max-width: 980px) {
  :root {
    --ivt-header-height: 68px;
  }

  body.icms-public > header.fixed.top nav {
    padding: 0 16px;
  }

  body.icms-public > header.fixed.top nav > a.large-text {
    min-width: 132px;
  }

  body.icms-public > header.fixed.top nav > a.large-text img {
    height: 32px !important;
    max-width: 176px;
  }

  .ivt-hero {
    min-height: 380px;
    padding: 56px 0;
  }

  .ivt-home-hero {
    min-height: 460px;
  }

  .ivt-hero h1 {
    font-size: 2.45rem;
  }

  .ivt-hero p {
    font-size: 1.06rem;
  }

  .ivt-hero-grid,
  .ivt-feature-row,
  .ivt-contact-grid,
  .ivt-manual-grid {
    grid-template-columns: 1fr;
  }

  .ivt-feature-row:nth-child(even) .ivt-feature-media {
    order: 0;
  }

  .ivt-contact-people,
  .ivt-grid,
  .ivt-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ivt-shell {
    padding: 0 16px;
  }

  .ivt-hero {
    min-height: 340px;
    padding: 48px 0;
  }

  .ivt-home-hero {
    min-height: 390px;
  }

  .ivt-hero-logo {
    margin-bottom: 22px;
    max-width: min(320px, 86vw);
  }

  .ivt-hero h1 {
    font-size: 2rem;
  }

  .ivt-band {
    padding: 48px 0;
  }

  .ivt-band-compact {
    padding: 36px 0;
  }

  .ivt-card,
  .ivt-text-panel,
  .ivt-contact-details,
  .ivt-hero-panel {
    padding: 20px;
  }

  .text-module-view .text-content h1,
  .ivt-template .ivt-flow h1 {
    font-size: 1.75rem;
  }

  .text-module-view .text-content h2,
  .ivt-template .ivt-flow h2 {
    font-size: 1.35rem;
  }
}
