@charset "UTF-8";
:root {
  --cp900: #b5bae5;
  --cp1000: #3847ba;
  --cs100: #fff;
  --cs1000: #faf4f2;
  --cs1100: #d9d9d9;
  --ct800: #f2d7c9;
  --ct900: #ffbea6;
  --ct1000: #d28389;
  --ct1100: #dd8667;
  --gallery-transition: 0.8s;
  --header-height: 92px;
}

/* Breakpoint mixins */
@font-face {
  font-family: "black";
  src: url("/fonts/black/BlackHanSans-Regular.ttf");
}
@font-face {
  font-family: "geist";
  font-weight: 400;
  src: url("/fonts/geist/Geist-Regular.ttf");
}
@font-face {
  font-family: "geist";
  font-weight: 700;
  src: url("/fonts/geist/Geist-Bold.ttf");
}
.ct2 {
  background-color: var(--cs100);
  color: var(--cp1000);
}

.ct3 {
  background-color: var(--cs1000);
  color: var(--cp1000);
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.clean-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.arrow.down::after {
  content: " ↓";
}
.arrow.end::before {
  content: "→ ";
}

.main-layout {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
}
.main-layout > *:not(.full) {
  grid-column: 2;
}
.main-layout > *.full {
  grid-column: 1/-1;
}
.main-layout > section {
  padding-block: 2rem;
}
@media (min-width: 900px) {
  .main-layout > section {
    padding-block: 3.75rem;
  }
}
.main-layout > section.skills {
  padding-top: 0;
}
@media (min-width: 640px) {
  .main-layout {
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 600px) minmax(20px, 1fr);
  }
}
@media (min-width: 900px) {
  .main-layout {
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 860px) minmax(20px, 1fr);
  }
}
@media (min-width: 1240px) {
  .main-layout {
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}

@media (min-width: 1240px) {
  .col-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    column-gap: 20px;
    margin-bottom: 3.75rem;
  }
  .col-container > *:not(.side-menu) {
    grid-column: 2;
  }
}

:root {
  --header-height: 71px;
}
@media (min-width: 640px) {
  :root {
    --header-height: 92px;
  }
}

* {
  box-sizing: border-box;
  scroll-margin-block-start: calc(var(--header-height) + 3.75rem);
}

html {
  font-family: geist, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--cp1000);
  color: var(--cs1000);
}

img {
  width: 100%;
  display: block;
}

video {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: black, sans-serif;
  font-weight: 400;
  margin: 0 0 1.5em;
}

h1 {
  font-size: 1.75rem;
  line-height: 1.5em;
}
@media (min-width: 640px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1240px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.25em;
}
@media (min-width: 640px) {
  h2 {
    font-size: 1.75em;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 2.125em;
  }
}

h3 {
  font-size: 1.25em;
}
@media (min-width: 640px) {
  h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1240px) {
  h3 {
    font-size: 2em;
  }
}

p {
  font-weight: 400;
  margin: 0 0 1.5em;
}

a {
  color: var(--ct1000);
}
a.arrow-link {
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  gap: 0.3em;
}
a.arrow-link::after {
  content: " →";
}
a.arrow-link:not(:last-child) {
  margin-bottom: 2em;
}
a.arrow-link:hover {
  border-bottom: 2px solid currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.6em 0.8em 0.6em 1em;
  line-height: 1.4;
  font-size: 1em;
  border: 2px solid currentColor;
  border-radius: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4em;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1.25rem 1rem;
  background-color: var(--cp1000);
}
@media (min-width: 1240px) {
  .site-header {
    padding: 1.125rem 3.75rem;
  }
}
@media (max-width: 900px) {
  .menu-active .site-header {
    display: grid;
    height: 100dvh;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr;
  }
}

.logo {
  font-size: 1.25rem;
  font-weight: 700;
}
.logo a {
  color: var(--cs100);
  text-decoration: none;
}
@media (min-width: 640px) {
  .logo {
    font-size: 1.5rem;
  }
}

.main-nav .main-menu {
  display: grid;
  font-size: 1.125rem;
}
.main-nav .main-menu a {
  color: var(--cs1000);
  text-decoration: none;
}
@media (min-width: 900px) {
  .main-nav .main-menu {
    grid-auto-flow: column;
    align-items: center;
    gap: 2.5rem;
  }
}
@media (min-width: 1240px) {
  .main-nav .main-menu {
    font-size: 1.25rem;
  }
}
@media (max-width: 900px) {
  .main-nav .main-menu {
    justify-items: center;
    font-size: 1rem;
    gap: 2rem;
  }
}
@media (max-width: 900px) {
  .main-nav {
    text-align: center;
    justify-items: center;
    grid-area: 2/1/3/-1;
    display: none;
  }
  .menu-active .main-nav {
    display: block;
  }
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 24px;
  justify-self: end;
}
.hamburger-box .hamburger-inner {
  position: absolute;
  width: 36px;
  height: 4px;
  transition-property: transform;
  background-color: #fff;
  left: 0;
  top: 50%;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.menu-active .hamburger-box .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger-box .hamburger-inner::before {
  content: "";
  display: block;
  top: -10px;
  position: absolute;
  width: 36px;
  height: 4px;
  background-color: #fff;
}
.menu-active .hamburger-box .hamburger-inner::before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 36px;
  height: 4px;
  background-color: #fff;
}
.menu-active .hamburger-box .hamburger-inner::after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
@media (min-width: 900px) {
  .hamburger-box {
    display: none;
  }
}

.home-contact {
  font-size: 1.125rem;
}
.home-contact address {
  font-style: normal;
  display: grid;
  gap: 1.75rem;
}
.home-contact address > * {
  display: grid;
  gap: 0.75rem;
}
.home-contact address a,
.home-contact address ul {
  font-size: 1.125rem;
  font-family: black, sans-serif;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 640px) {
  .home-contact address a,
  .home-contact address ul {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .home-contact address a,
  .home-contact address ul {
    font-size: 2.125rem;
  }
}
@media (min-width: 640px) {
  .home-contact address {
    gap: 2.75rem;
  }
}
.home-contact .contact-social-list > li {
  display: inline;
}
.home-contact .contact-social-list > li:not(:last-child)::after {
  content: ", ";
}

.site-footer {
  padding: 0 0 2rem;
}
@media (min-width: 900px) {
  .site-footer {
    padding: 0 0 3.75rem;
  }
}
.site-footer small {
  font-size: 0.875rem;
}

.gallery {
  margin-bottom: 2em;
}
.gallery .gallery-images {
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background-color: var(--cs1000);
}
.gallery .gallery-images > * {
  grid-area: 1/1/-1/-1;
  object-fit: cover;
  opacity: 0;
  transition: opacity var(--gallery-transition);
}
.gallery .gallery-images > *[aria-selected=true] {
  opacity: 1;
}
.gallery .gallery-pager {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
.gallery .gallery-pager > * {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--cs1100);
  overflow: hidden;
  color: transparent;
  transition: background-color var(--gallery-transition);
}
.gallery .gallery-pager > *[aria-selected=true] {
  background-color: var(--cp1000);
}

h2 {
  color: var(--ct1100);
  margin-bottom: 0.68571429em;
  font-size: 1.555555em;
  line-height: 1.5em;
}
@media (min-width: 1240px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.333333em;
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  h3 {
    font-size: 1.75em;
    margin-bottom: 0.68571429em;
  }
}

@media (min-width: 900px) {
  .subtitle {
    font-size: 1.4em;
    line-height: 1.35714286;
  }
}

.hero-image {
  max-height: 560px;
  object-fit: contain;
  background-color: var(--cp1000);
  display: block;
}

main#main {
  padding-top: 3.75rem;
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 900px) {
  main#main {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.main-content > *:has(+ h2),
.main-content > *:has(+ h3):not(h2),
.main-content > *.end-section {
  margin-bottom: 2rem !important;
}
@media (min-width: 900px) {
  .main-content > *:has(+ h2),
  .main-content > *:has(+ h3):not(h2),
  .main-content > *.end-section {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1240px) {
  .main-content > *:has(+ h2),
  .main-content > *:has(+ h3):not(h2),
  .main-content > *.end-section {
    margin-bottom: 3.75rem !important;
  }
}
.main-content ol {
  max-width: 730px;
}
.main-content ol > * {
  margin-bottom: 1em;
  padding-inline-start: 0.2em;
}
.main-content ol > *::marker {
  font-weight: bold;
}
.main-content ol,
.main-content ul {
  margin: 0 0 1em;
  padding-inline-start: 1.25em;
  line-height: 2;
}
.main-content > img,
.main-content > picture > img,
.main-content > video {
  margin-bottom: 1.5rem;
}

.impact {
  background-color: var(--ct800);
  padding: 0.6em;
  border-radius: 12px;
  line-height: 1.5;
  font-size: 1.111111em;
}
@media (min-width: 1240px) {
  .impact {
    font-size: 1.4em;
  }
  .impact > strong:first-child {
    display: block;
  }
}

.home-contact {
  margin-top: 3.75rem;
}
@media (min-width: 1240px) {
  .home-contact {
    margin-top: 7.5rem;
  }
}

.side-menu {
  display: none;
}
@media (min-width: 1240px) {
  .side-menu {
    display: grid;
    align-self: start;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: var(--cp900);
    position: sticky;
    top: calc(var(--header-height) + 3.75rem);
    font-size: 1rem;
  }
  .side-menu > li {
    cursor: pointer;
  }
  .side-menu > li.active {
    color: var(--cp1000);
    display: grid;
    align-items: center;
    grid-template-columns: 26px 1fr;
    gap: 12px;
  }
  .side-menu > li.active::before {
    content: url("/images/icons/arrowRight.svg");
  }
}

@media (min-width: 900px) {
  .bubbles-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
  }
}
.bubbles-container ol,
.bubbles-container ul {
  line-height: 1.5em;
}
.bubbles-container .bubbles {
  display: grid;
  grid-template-columns: 12px 1fr 12px;
  align-content: start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: var(--cs100);
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .bubbles-container .bubbles {
    grid-template-columns: 10fr 80fr 10fr;
  }
}
.bubbles-container .bubbles > * {
  background-color: var(--cp1000);
  padding: 18px;
  position: relative;
  margin-bottom: 1rem;
  max-width: 360px;
}
.bubbles-container .bubbles > *::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  bottom: 0;
}
.bubbles-container .bubbles > *:nth-child(odd) {
  grid-column: 2/-2;
  justify-self: end;
}
@media (min-width: 640px) {
  .bubbles-container .bubbles > *:nth-child(odd) {
    grid-column: 1/-2;
  }
}
.bubbles-container .bubbles > *:nth-child(odd) {
  border-radius: 12px 12px 0 12px;
  justify-self: end;
}
.bubbles-container .bubbles > *:nth-child(odd)::before {
  border-color: transparent transparent transparent var(--cp1000);
  border-width: 20px 0 0 10px;
  right: 0;
  transform: translateX(100%);
}
.bubbles-container .bubbles > *:nth-child(even) {
  grid-column: 2/-2;
  justify-self: start;
}
@media (min-width: 640px) {
  .bubbles-container .bubbles > *:nth-child(even) {
    grid-column: 2/-1;
  }
}
.bubbles-container .bubbles > *:nth-child(even) {
  border-radius: 12px 12px 12px 0;
}
.bubbles-container .bubbles > *:nth-child(even)::before {
  border-color: transparent transparent var(--cp1000) transparent;
  border-width: 0 0 20px 10px;
  left: 0;
  transform: translateX(-100%);
}

.icon-block-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.88888888em;
  text-align: center;
}
@media (min-width: 900px) {
  .icon-block-container {
    font-size: 0.8em;
  }
}
.icon-block-container > * {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.625em;
  background-color: var(--cs1000);
  border-radius: 12px;
  padding: 24px;
}
.icon-block-container strong {
  font-family: black;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.25;
}
@media (min-width: 900px) {
  .icon-block-container strong {
    line-height: 1.25;
    font-size: 3em;
  }
}

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