*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: #C5C1BA;
  min-height: 100vh;
  padding: 6px 12px 12px 6px;
}
@media (min-width: 768px) {
  html {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  html {
    padding: 48px;
  }
}

body {
  max-width: 1440px;
  margin-inline: auto;
  background-color: #FDF9F0;
  border: 2px solid #242626;
  border-radius: 4px;
  box-shadow: 8px 8px 0 #242626;
}
@media (min-width: 768px) {
  body {
    border-radius: 6px;
  }
}
@media (min-width: 1024px) {
  body {
    border-radius: 8px;
  }
}

:focus-visible {
  outline: 2px solid #1D636B;
  outline-offset: 3px;
  border-radius: 2px;
}

a:active {
  color: #5F9E98;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/theme/fonts/instrument-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/theme/fonts/instrument-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/theme/fonts/instrument-sans-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/theme/fonts/instrument-sans-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/theme/fonts/playfair-display-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/theme/fonts/playfair-display-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  color: #242626;
  background-color: #FDF9F0;
  line-height: 1.6;
  text-underline-offset: 0.16em;
  text-decoration-thickness: from-font;
}

h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #1D636B;
}

h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1D636B;
}

h3 {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

p {
  font-size: 1rem;
  color: #242626;
  line-height: 1.7;
}

.content-text p {
  font-size: 1rem;
  color: #242626;
  line-height: 1.7;
  margin: 0;
}
.content-text p + p {
  margin-top: 0.875em;
}
.content-text p a {
  color: #1D636B;
  font-weight: 400;
  text-decoration: underline;
}
.content-text p a[target=_blank]::after {
  font-family: "Phosphor";
  speak: never;
  font-style: normal;
  font-weight: normal;
  content: "\e06a";
  font-size: 1.25rem;
  margin-left: 0.25em;
  vertical-align: middle;
  display: inline-block;
}
.content-text p a:hover {
  text-decoration: none;
}
.content-text ul {
  padding-left: 1.25em;
  margin: 0;
}
.content-text ul li {
  font-size: 1rem;
  color: #242626;
  line-height: 1.7;
}
.content-text ul li a {
  color: #1D636B;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: underline;
}
.content-text ul li a[target=_blank]::after {
  font-family: "Phosphor";
  speak: never;
  font-style: normal;
  font-weight: normal;
  content: "\e06a";
  font-size: 1rem;
  margin-left: 0.25em;
  vertical-align: middle;
  display: inline-block;
}
.content-text ul li a:hover {
  text-decoration: none;
}
.content-text.text-lg p {
  font-size: clamp(1.125rem, 3.5vw, 1.5rem);
  line-height: 1.55;
}
.content-text.text-lg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-block: -8px;
  display: flex;
  flex-direction: column;
}
.content-text.text-lg ul li {
  padding-block: 16px;
  border-bottom: 2px solid #C5C1BA;
}
.content-text.text-lg ul li:last-of-type {
  border-bottom: none;
}
.content-text.text-lg ul li a {
  color: #1D636B;
  font-size: clamp(1.125rem, 3.5vw, 1.5rem);
  line-height: 1.6;
  text-decoration: underline;
}
.content-text.text-lg ul li a[target=_blank]::after {
  font-family: "Phosphor";
  speak: never;
  font-style: normal;
  font-weight: normal;
  content: "\e06a";
  font-size: 1.5rem;
  margin-left: 0.25em;
  vertical-align: middle;
  display: inline-block;
}
.content-text.text-lg ul li a:hover {
  text-decoration: none;
}

.badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding-inline: 10px;
  border-radius: 999px;
  background-color: #E8E4DB;
  color: #242626;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.badge--a11y {
  background-color: #C2B5F2;
  color: #4628b5;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  background-color: #1D636B;
  color: #fff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.15s ease;
}
.button:hover {
  filter: brightness(0.9);
}

.button--ghost {
  background-color: transparent;
  border: 1px solid #1D636B;
  color: #1D636B;
}

.button--on-dark {
  background-color: #fff;
  color: #4628b5;
}
.button--on-dark:hover {
  filter: brightness(0.95);
}

.card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #E8E4DB;
  border-radius: 8px;
}
.card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.card__body {
  flex: 1;
  font-size: 1rem;
  color: #807D79;
  line-height: 1.7;
  margin-bottom: 24px;
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-top: auto;
}
.card__link {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #1D636B;
  font-size: 1.25rem;
  text-decoration: none;
}

.card--a11y {
  background-color: #4628b5;
  border-color: #4628b5;
  color: #fff;
}
.card--a11y .card__title,
.card--a11y .card__body {
  color: #fff;
}
.card--a11y .badge {
  background-color: #C2B5F2;
  color: #4628b5;
}

.card--project {
  position: relative;
}

.card--placeholder {
  background-color: transparent;
  border: 1px dashed #C5C1BA;
  align-items: center;
  justify-content: center;
  color: #807D79;
  font-size: 1rem;
}

.ce_form .formbody {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ce_form .widget {
  position: relative;
}
.ce_form .widget:focus-within label, .ce_form .widget:has(input:not(:placeholder-shown)) label, .ce_form .widget:has(textarea:not(:placeholder-shown)) label {
  top: 8px;
  font-size: 14px;
  font-weight: 600;
}
.ce_form .widget:focus-within input, .ce_form .widget:focus-within textarea, .ce_form .widget:has(input:not(:placeholder-shown)) input, .ce_form .widget:has(textarea:not(:placeholder-shown)) textarea {
  padding: 36px 16px 16px;
}
.ce_form .widget.error {
  margin-bottom: 16px;
}
.ce_form .widget.error label {
  top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #DC2626;
}
.ce_form .widget.error input, .ce_form .widget.error textarea {
  padding: 36px 16px 16px;
  border-color: #DC2626;
  box-shadow: 4px 4px 0 #DC2626;
}
.ce_form .widget-submit {
  padding-top: 0;
  display: flex;
}
.ce_form .widget-submit button,
.ce_form .widget-submit input[type=submit] {
  padding: 12px 24px;
  border-radius: 4px;
  border: 2px solid #242626;
  background-color: #1D636B;
  color: #fff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 4px 4px 0 #242626;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.ce_form .widget-submit button:hover,
.ce_form .widget-submit input[type=submit]:hover {
  background-color: #5F9E98;
  color: #242626;
  box-shadow: 0 0 0 #242626;
  transform: translate(4px, 4px);
}
.ce_form label {
  position: absolute;
  top: 16px;
  left: 18px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #242626;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 1;
}
.ce_form input,
.ce_form textarea {
  width: 100%;
  padding: 16px;
  border: 2px solid #242626;
  border-radius: 4px;
  background: none;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  color: #242626;
  outline: none;
  box-shadow: 4px 4px 0 #242626;
  transition: all 0.15s ease;
}
.ce_form input:focus,
.ce_form textarea:focus {
  border-color: #1D636B;
  box-shadow: 0 0 0 #242626;
}
.ce_form textarea {
  min-height: 160px;
  resize: vertical;
  padding-top: 24px;
}
.ce_form > p {
  font-size: 1.5rem;
  color: #242626;
  line-height: 1.7;
  padding-block: 8px;
}
.ce_form p.error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  font-size: 0.875rem;
  color: #DC2626;
}

.invisible {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

span.mandatory {
  margin-left: 2px;
  font-weight: 500;
}

.form-confirmation {
  padding: 28px 24px;
  border: 2px solid #1D636B;
  border-radius: 4px;
  box-shadow: 4px 4px 0 #1D636B;
  outline: none;
}
.form-confirmation p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #242626;
  margin: 0;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #FDF9F0;
  border: 2px solid #242626;
  box-shadow: 8px 8px 0 #242626;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 576px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.mobile-nav__list li {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.mobile-nav__list li:nth-child(1) {
  transition-delay: 0.11s;
}
.mobile-nav__list li:nth-child(2) {
  transition-delay: 0.17s;
}
.mobile-nav__list li:nth-child(3) {
  transition-delay: 0.23s;
}
.mobile-nav__list li:nth-child(4) {
  transition-delay: 0.29s;
}
.mobile-nav__list li:nth-child(5) {
  transition-delay: 0.35s;
}
.mobile-nav.is-open .mobile-nav__list li {
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav__link {
  display: block;
  padding: 12px 24px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.75rem, 9vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #242626;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mobile-nav__link:hover, .mobile-nav__link:focus-visible {
  color: #1D636B;
  outline: none;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
@media (min-width: 576px) {
  .site-nav__list {
    gap: 8px;
  }
}

.site-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #FDF9F0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #242626;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .site-nav__link {
    padding: 12px;
  }
}
@media (min-width: 1024px) {
  .site-nav__link {
    font-size: 1.5rem;
    padding: 16px;
  }
}

.site-nav__indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #242626;
  border-radius: 1px;
  opacity: 0;
  pointer-events: none;
  transition: left 0.25s ease, width 0.25s ease, opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .site-nav__indicator {
    transition: none;
  }
}

[class*=section--] {
  background-color: #FDF9F0;
}
[class*=section--] .content-headline {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1D636B;
  margin: 0;
}

:root {
  scroll-padding-top: 52px;
}
@media (min-width: 1024px) {
  :root {
    scroll-padding-top: 72px;
  }
}

body.nav-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FDF9F0;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
  .site-header {
    border-radius: 6px 6px 0 0;
  }
}
@media (min-width: 1024px) {
  .site-header {
    border-radius: 8px 8px 0 0;
  }
}
.site-header {
  overflow: hidden;
}
.site-header__inner {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .site-header__inner {
    padding-inline: 64px;
  }
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 8px;
  position: relative;
  z-index: 1;
}
.site-header__logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #242626;
  text-decoration: none;
  letter-spacing: 0.02em;
}
@media (min-width: 576px) {
  .site-header__logo {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .site-header__logo {
    font-size: 2.625rem;
  }
}
.site-header__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__burger-line {
  display: block;
  height: 2px;
  background-color: #242626;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease, width 0.3s ease;
}
.site-header__burger-line:nth-child(1) {
  width: 22px;
}
.site-header__burger-line:nth-child(2) {
  width: 14px;
}
.site-header__burger-line:nth-child(3) {
  width: 22px;
}
.site-header__burger[aria-expanded=true] .site-header__burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__burger[aria-expanded=true] .site-header__burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header__burger[aria-expanded=true] .site-header__burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  display: none;
  position: relative;
}
@media (min-width: 576px) {
  .site-nav {
    display: block;
  }
}

.section--hero .content-headline {
  width: 100%;
  font-size: clamp(1.375rem, 7vw, 4rem);
}
@media (min-width: 1024px) {
  .section--hero .content-headline {
    width: 66.6667%;
    min-width: 840px;
  }
}
.section--hero .content-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .section--hero .content-text {
    flex: 1 1 0;
    width: auto;
    min-width: 280px;
    max-width: 600px;
  }
}
.section--hero .content-text p {
  margin: 0;
  max-width: 37.5rem;
}

.section-hero__wrapper {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .section-hero__wrapper {
    padding-inline: 64px;
  }
}
.section-hero__wrapper {
  padding-block: 48px;
  position: relative;
}

.section-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 32px;
  padding-block: 96px 160px;
  border-bottom: 2px solid #242626;
  position: relative;
}
@media (min-width: 768px) {
  .section-hero__inner {
    padding-block: 96px 160px;
  }
}
@media (min-width: 1024px) {
  .section-hero__inner {
    padding-block: 128px 192px;
  }
}

.section--about .content-headline {
  font-size: clamp(1.75rem, 5vw, 3rem);
}
@media (min-width: 1024px) {
  .section--about .content-headline {
    position: sticky;
    top: 88px;
    align-self: start;
  }
}

.section-about__wrapper {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .section-about__wrapper {
    padding-inline: 64px;
  }
}
.section-about__wrapper {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .section-about__wrapper {
    padding-block: 96px;
  }
}

.section-about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 1024px) {
  .section-about__inner {
    grid-template-columns: 1fr 2fr;
  }
}

.section-career__wrapper {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .section-career__wrapper {
    padding-inline: 64px;
  }
}
.section-career__wrapper {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .section-career__wrapper {
    padding-block: 96px;
  }
}

.career-slider {
  display: grid;
  gap: 32px;
}
.career-slider__viewport {
  overflow: hidden;
  width: 100%;
  transition: height 0.4s ease;
}
.career-slider__track {
  display: flex;
  flex-direction: row;
  transition: transform 0.4s ease;
}
.career-slider__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .career-slider__controls {
    grid-template-columns: 1fr 2fr;
  }
}
.career-slider__arrows {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 4px;
  padding-right: 4px;
}
.career-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 2px solid #242626;
  background-color: #1D636B;
  box-shadow: 4px 4px 0 #242626;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.career-slider__arrow i {
  font-size: 2rem;
  line-height: 1;
}
.career-slider__arrow:not(:disabled):hover {
  background-color: #5F9E98;
  color: #242626;
  box-shadow: 0 0 0 #242626;
  transform: translate(4px, 4px);
}
.career-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: 2px 2px 0 #C5C1BA;
  border-color: #C5C1BA;
  background-color: #FDF9F0;
  color: #C5C1BA;
}
.career-slider__timeline {
  position: relative;
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-slider__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
  background-color: #242626;
}
.career-slider__dot {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #242626;
  background-color: #FDF9F0;
  z-index: 1;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.career-slider__dot.is-active {
  background-color: #242626;
}

.career-entry {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .career-entry {
    grid-template-columns: 1fr 2fr;
    gap: 32px;
  }
}
.career-entry__header {
  display: flex;
  flex-direction: column;
}
.career-entry__title {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.375rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #242626;
  padding-bottom: 8px;
}
.career-entry__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.career-entry__company, .career-entry__separator, .career-entry__date, .career-entry__period {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #242626;
}
.career-entry__desc {
  min-width: 0;
}

.section--skills {
  position: relative;
}
.section--skills .content-headline {
  grid-column: 1/-1;
  font-size: clamp(1.75rem, 5vw, 3rem);
}

.section-skills__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 163px;
  background-color: #C2B5F2;
  pointer-events: none;
}

.section-skills__wrapper {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .section-skills__wrapper {
    padding-inline: 64px;
  }
}
.section-skills__wrapper {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .section-skills__wrapper {
    padding-block: 96px;
  }
}
.section-skills__wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section-skills__wrapper {
    padding-bottom: 48px;
  }
}

.section-skills__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .section-skills__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-skills__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.skill-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  padding: 24px;
  border: 2px solid #242626;
  border-radius: 4px;
  background-color: #FDF9F0;
  box-shadow: 8px 8px 0 #242626;
}
.skill-card__textwrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skill-card__title {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.375rem, 5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #242626;
  margin: 0;
}
.skill-card__desc {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #242626;
  margin: 0;
}
.skill-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skill-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border: 2px solid #242626;
  border-radius: 999px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #242626;
  white-space: nowrap;
}

.section--a11y {
  background-color: #C2B5F2;
}
.section--a11y .content-headline {
  color: #242626;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .section--a11y .content-headline {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .section--a11y .content-text:last-child {
    grid-column: 2;
    grid-row: 2/span 1;
    border-left: 2px solid #242626;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .section--a11y .a11y-tool {
    grid-column: 1;
  }
}

.section-a11y__wrapper {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .section-a11y__wrapper {
    padding-inline: 64px;
  }
}
.section-a11y__wrapper {
  padding-top: 32px;
  padding-bottom: 96px;
}

.section-a11y__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .section-a11y__inner {
    grid-template-columns: 1fr 416px;
  }
}

.a11y-tool {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a11y-tool__form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.a11y-tool__form-label {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #242626;
}
.a11y-tool__form-row {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.a11y-tool__input {
  flex: 1 0 0;
  min-width: 0;
  padding: 12px;
  border: 2px solid #242626;
  border-radius: 4px;
  background: none;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4628b5;
  outline: none;
  box-shadow: 4px 4px 0 #242626;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.a11y-tool__input::placeholder {
  color: #4628b5;
  opacity: 0.6;
}
.a11y-tool__input:focus {
  border-color: #4628b5;
  box-shadow: 0 0 0 #242626;
}
.a11y-tool__button {
  padding: 12px 24px;
  background-color: #5338c8;
  border: 2px solid #242626;
  border-radius: 4px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fafafa;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 4px 4px 0 #242626;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.a11y-tool__button:hover {
  background-color: #8B7DE0;
  color: #242626;
  box-shadow: 0 0 0 #242626;
  transform: translate(4px, 4px);
}
.a11y-tool__disclaimer {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #242626;
  margin: 0;
}

.section-projects__wrapper {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .section-projects__wrapper {
    padding-inline: 64px;
  }
}
.section-projects__wrapper {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .section-projects__wrapper {
    padding-block: 96px;
  }
}
@media (min-width: 768px) {
  .section-projects__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-projects__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .section-projects__wrapper > .content-headline:first-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .section-projects__wrapper > .project-list {
    grid-column: 1/-1;
  }
}
.section-projects__wrapper > .content-headline:not(:first-child) {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .section-projects__wrapper > .content-headline:not(:first-child) {
    grid-column: 1/-1;
  }
}

.project-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .project-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .project-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .project-tile--placeholder {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .project-tile--placeholder {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .project-tile:not(.project-tile--placeholder) ~ .project-tile:not(.project-tile--placeholder) ~ .project-tile--placeholder {
    grid-column: span 1;
  }
}

.project-list:has(> .project-tile:not(.project-tile--placeholder):nth-child(3)) > .project-tile--placeholder {
  display: none;
}

.project-tile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 248px;
  padding: 24px;
  border: 2px solid #242626;
  border-radius: 4px;
  background-color: #FDF9F0;
  overflow: clip;
  position: relative;
  box-shadow: 8px 8px 0 #242626;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.project-tile::before {
  content: "";
  position: absolute;
  bottom: -95px;
  right: -95px;
  width: 190px;
  height: 190px;
  background-color: #1D636B;
  transform: rotate(45deg) scale(0);
  transition: transform 0.25s cubic-bezier(0.2, 0, 0, 1);
}
.project-tile:has(.project-tile__link:hover) {
  box-shadow: 0 0 0 #242626;
  border-color: #1D636B;
  transform: translate(8px, 8px);
}
.project-tile:has(.project-tile__link:hover)::before {
  transform: rotate(45deg) scale(1);
}
.project-tile:has(.project-tile__link:hover) .project-tile__title {
  text-decoration-line: underline;
}
.project-tile:has(.project-tile__link:focus-visible) {
  outline: 2px solid #1D636B;
  outline-offset: 3px;
}
.project-tile--placeholder {
  border-color: #807D79;
  justify-content: flex-end;
  box-shadow: none;
}
.project-tile--placeholder::before {
  display: none;
}
.project-tile--placeholder .project-tile__title {
  color: #807D79;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.375rem, 5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.project-tile__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-tile__title {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.375rem, 5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #242626;
  margin: 0;
}
.project-tile__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-tile__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border: 2px solid #242626;
  border-radius: 999px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #242626;
  white-space: nowrap;
}
.project-tile__link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 24px;
  color: #242626;
  text-decoration: none;
  z-index: 1;
}
.project-tile__link:focus-visible {
  outline: none;
}
.project-tile__link:hover {
  color: #FDF9F0;
}
.project-tile__link i {
  font-size: 3rem;
  line-height: 1;
}

.section--contact {
  background-color: #E8E4DB;
}
.section--contact .content-text,
.section--contact .block {
  margin-bottom: 0;
}

.section-contact__inner {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .section-contact__inner {
    padding-inline: 64px;
  }
}
.section-contact__inner {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .section-contact__inner {
    padding-block: 96px;
  }
}
@media (min-width: 1024px) {
  .section-contact__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .section-contact__inner > *:first-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .section-contact__inner > .content-text {
    grid-column: 1;
  }
}
.section-contact__inner > .ce_form {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .section-contact__inner > .ce_form {
    grid-column: 2;
  }
}

.site-footer {
  background-color: #C5C1BA;
  color: #242626;
  padding-block: 32px;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .site-footer {
    border-radius: 0 0 6px 6px;
  }
}
@media (min-width: 1024px) {
  .site-footer {
    border-radius: 0 0 8px 8px;
  }
}
.site-footer__inner {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .site-footer__inner {
    padding-inline: 64px;
  }
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    text-align: left;
  }
}
.site-footer__brand {
  display: flex;
  gap: 12px;
}
.site-footer__logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #242626;
  letter-spacing: 0.02em;
}
.site-footer__copy {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #242626;
  margin-top: 2px;
}
.site-footer__nav {
  display: flex;
  gap: 24px;
}
.site-footer__link {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #242626;
  text-decoration: none;
  text-underline-offset: 0.2em;
}
.site-footer__link:hover, .site-footer__link:focus-visible {
  text-decoration: underline;
}

.article--legal {
  width: 100%;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .article--legal {
    padding-inline: 64px;
  }
}
.article--legal {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .article--legal {
    padding-block: 96px;
  }
}
@media (min-width: 1024px) {
  .article--legal {
    max-width: 800px;
  }
}

.phone {
  font-variant-numeric: tabular-nums;
}

/*# sourceMappingURL=main.css.map */
