@layer reset {
  /* Box sizing rules */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  /* Prevent font size inflation */
  html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
  }
  a,
  a:hover,
  a:focus-visible,
  a:active {
    text-decoration: none;
    color: inherit;
  }
  /* Remove default margin in favour of better control in authored CSS */
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  figure,
  blockquote,
  dl,
  dd {
    margin-block-end: 0;
  }
  /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
  ul[role=list],
  ol[role=list] {
    list-style: none;
  }
  /* Set shorter line heights on headings and interactive elements */
  h1,
  h2,
  h3,
  h4,
  button,
  input,
  label {
    line-height: 1.1;
  }
  /* Balance text wrapping on headings */
  h1,
  h2,
  h3,
  h4 {
    text-wrap: balance;
  }
  /* A elements that don't have a class get default styles */
  a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
  }
  /* Make images easier to work with */
  img,
  picture {
    max-width: 100%;
    display: block;
  }
  /* Inherit fonts for inputs and buttons */
  input,
  button,
  textarea,
  select {
    font-family: inherit;
    font-size: inherit;
  }
  /* Make sure textareas without a rows attribute are not tiny */
  textarea:not([rows]) {
    min-height: 10em;
  }
  /* Anything that has been anchored to should have extra scroll margin */
  :target {
    scroll-margin-block: 5ex;
  }
}
/* TYPOGRAPHY */
/* font-size system (rem) */
/* 
0,625 : 10px 
0,75 : 12px 
0.875 : 14px 
1 : 16px 
1.125 : 18px 
1.25 : 20px 
1.5 : 24px 
1.875 : 30px 
2.25 : 36px 
2.75 : 44px 
3.25 : 52px 
3.875 : 62px 
4.625 : 74px 
5.375 : 86px 
6.125 : 98px 



*/
/* font-weigh */
/* 
  font-weight: 100; Thin
  font-weight: 200; Extra Light
  font-weight: 300; Light
  font-weight: 400; Normal
  font-weight: 500; Medium
  font-weight: 600; Semi Bold
  font-weight: 700; Bold
  font-weight: 800; Extra Bold
  font-weight: 900; Black
*/
/*  font-family */
/* 
    font-family: "Roboto";

*/
@layer typography {
  :root {
    /* font-family */
    --ff-base: "Safiro";
    --ff-secondary: "Playfair Display";
    /* font-size */
    --fs-10: 0.625rem;
    --fs-12: 0.75rem;
    --fs-14: 0.875rem;
    --fs-16: 1rem;
    --fs-18: clamp(0.84375rem, 0.7723rem + 0.3571vw, 1.125rem);
    --fs-20: clamp(0.9375rem, 0.8581rem + 0.3968vw, 1.25rem);
    --fs-24: clamp(1.125rem, 1.0298rem + 0.4762vw, 1.5rem);
    --fs-30: clamp(1.40625rem, 1.2872rem + 0.5952vw, 1.875rem);
    --fs-36: clamp(1.6875rem, 1.5446rem + 0.7143vw, 2.25rem);
    --fs-44: clamp(2.0625rem, 1.8879rem + 0.873vw, 2.75rem);
    --fs-52: clamp(2.4375rem, 2.2312rem + 1.0317vw, 3.25rem);
    --fs-62: clamp(2.90625rem, 2.6602rem + 1.2302vw, 3.875rem);
    --fs-74: clamp(3.46875rem, 3.1751rem + 1.4683vw, 4.625rem);
    --fs-86: clamp(4.03125rem, 3.69rem + 1.7063vw, 5.375rem);
    --fs-96: clamp(4.5rem, 4.0873rem + 2.0635vw, 6.125rem);
    /* line-height */
    --lh-default: 1;
    --lh-small: 1.05;
    --lh-medium: 1.2;
    --lh-paragraph-default: 1.6;
    --lh-large: 1.8;
    /* primitives here */
    --font-size-heading-sm: var(--fs-24);
    --font-size-heading-regular: var(--fs-30);
    --font-size-heading-lg: var(--fs-36);
    --font-size-heading-xl: var(--fs-44);
    --font-size-sm: var(--fs-14);
    --font-size-regular: var(--fs-16);
    --font-size-md: var(--fs-18);
    --font-size-lg: var(--fs-20);
  }
  @font-face {
    font-family: "Safiro";
    src: url("../media/fonts/Safiro_Complete_Desktop/Safiro-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-stretch: 75% 100%;
    font-display: swap;
  }
  @font-face {
    font-family: "Safiro";
    src: url("../media/fonts/Safiro_Complete_Desktop/Safiro-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
    font-stretch: 75% 100%;
    font-display: swap;
  }
  @font-face {
    font-family: "Safiro";
    src: url("../media/fonts/Safiro_Complete_Desktop/Safiro-SemiBold.otf") format("opentype");
    font-style: normal;
    font-weight: 600;
    font-stretch: 75% 100%;
    font-display: swap;
  }
  @font-face {
    font-family: "Safiro";
    src: url("../media/fonts/Safiro_Complete_Desktop/Safiro-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 800;
    font-stretch: 75% 100%;
    font-display: swap;
  }
  @font-face {
    font-family: "Playfair Display";
    src: url("../media/fonts/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype");
    font-style: italic;
    font-weight: 100 900;
  }
}
@layer colors {
  :root {
    --clr-black: hsl(0, 0%, 0%);
    --clr-white: hsl(0, 0%, 100%);
    --clr-grey-100: hsl(30 8% 95% / 0.14);
    --clr-grey-200: hsl(30, 8%, 95%);
    --clr-grey-300: hsl(229 98% 16% / 0.16);
    --clr-ligthblue-100: hsl(30 8% 95% / 0.2);
    --clr-ligthblue-400: hsl(192, 100%, 47%);
    --clr-blue-300: hsla(30, 8%, 95%, 0.2);
    --clr-blue-400: hsl(229, 98%, 16%);
    --clr-blue-100: hsl(229, 98%, 16% / 0.2);
    --clr-pink-400: hsl(324, 100%, 57%);
    --clr-green-400: hsl(120, 100%, 50%);
    /*primitives here */
    --font-primary: var(--clr-blue-400);
    --nav-background-light: var(--clr-grey-100);
    --nav-background-dark: var(--clr-blue-300);
  }
}
@layer border-radius {
  :root {
    --border-radius-1: 0.25rem;
    --border-radius-2: 0.5rem;
    --border-radius-3: 0.75rem;
  }
}
@view-transition {
  navigation: auto;
}
@layer base {
  :root {
    --navigation-height: 0px;
  }
  html {
    font-size: 16px;
  }
  @media (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
  }
  body {
    overflow-x: clip;
    min-height: 100dvh;
    padding-top: var(--navigation-height);
    font-family: var(--ff-base), "Helvetica", "Arial", sans-serif;
    color: var(--text-main);
    background-color: var(--background-main);
    font-size: var(--font-size-regular);
    font-weight: 400;
    line-height: 1.25;
  }
  :target {
    scroll-margin-top: calc(var(--navigation-height) + 1rem);
  }
  img {
    border-radius: var(--border-radius-3);
  }
}
@layer layout {
  main {
    --container-padding: 22px;
    --container-max-width: 1560px;
    display: grid;
    grid-template-columns: [full-start] minmax(var(--container-padding), 1fr) [content-start] min(100% - 2 * var(--container-padding), var(--container-max-width)) [content-end] minmax(var(--container-padding), 1fr) [full-end];
  }
  @media screen and (min-width: 360px) {
    main {
      --container-max-width: 360px;
    }
  }
  @media screen and (min-width: 420px) {
    main {
      --container-max-width: 420px;
    }
  }
  @media screen and (min-width: 576px) {
    main {
      --container-max-width: 576px;
    }
  }
  @media screen and (min-width: 768px) {
    main {
      --container-max-width: 768px;
    }
  }
  @media screen and (min-width: 992px) {
    main {
      --container-max-width: 992px;
    }
  }
  @media screen and (min-width: 1086px) {
    main {
      --container-max-width: 1086px;
    }
  }
  @media screen and (min-width: 1296px) {
    main {
      --container-max-width: 1296px;
    }
  }
  @media screen and (min-width: 1560px) {
    main {
      --container-max-width: 1560px;
    }
  }
  main > * {
    grid-column: content;
  }
  main > .full-width {
    grid-column: full;
    width: 100%;
  }
  .grid-auto-fit {
    --grid-auto-fit-min-column-size: 330px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-auto-fit-min-column-size, 450px), 100%), 1fr));
  }
  .columns {
    display: grid;
    grid-auto-flow: column;
  }
  .equal-columns {
    display: grid;
    gap: var(--equal-columns-gap, 1rem);
    align-items: var(--column-layout-alignment, start);
  }
  .equal-columns[data-gap=large] {
    --equal-columns-gap: 2rem;
  }
  .equal-columns[data-gap=none] {
    --equal-columns-gap: 0;
  }
  .equal-columns[data-vertical-alignment=centered] {
    --column-layout-alignment: center;
  }
  .equal-columns[data-vertical-alignment=bottom] {
    --column-layout-alignment: end;
  }
  @media (width > 760px) {
    .equal-columns {
      grid-auto-flow: column;
      grid-auto-columns: 1fr;
    }
  }
  .flow > * + * {
    margin-block-start: var(--flow-space, 1em);
  }
  .grid-flow {
    display: grid;
    gap: var(--grid-flow-space, 1rem);
    align-content: start;
    justify-items: start;
    /* optional */
    align-content: var(--grid-flow-alignment, start);
    justify-items: var(--grid-flow-justification, start);
  }
}
@layer utilities {
  [hidden] {
    display: none;
  }
  .visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .text-brand {
    color: var(--text-brand);
  }
  .text-high-contrast {
    color: var(--text-high-contrast);
  }
  .background-base {
    background-color: var(--background-base);
  }
  .background-light {
    background-color: var(--background-light);
  }
  .background-extra-light {
    background-color: var(--background-extra-light);
  }
  .background-dark {
    background-color: var(--background-dark);
  }
  .background-extra-dark {
    background-color: var(--background-extra-dark);
  }
  .background-accent {
    background-color: var(--background-accent-dark);
  }
  .font-size-sm {
    font-size: var(--font-size-sm);
  }
  .font-size-regular {
    font-size: var(--font-size-regular);
  }
  .font-size-md {
    font-size: var(--font-size-md);
  }
  .font-size-lg {
    font-size: var(--font-size-lg);
  }
  .button {
    display: inline flex;
    cursor: pointer;
    font-family: var(--ff-heading);
    font-weight: 700;
    font-size: var(--font-size-md);
    text-decoration: none;
    background-color: var(--background-accent-main);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-1);
  }
  .button:hover,
  .button:focus-visible {
    background: var(--background-accent-light);
    color: var(--text-high-contrast);
  }
}
@layer theme {
  :root {
    --theme-transition-duration: 0.2s;
    --theme-transition-easing: linear;
    --text-main: var(--clr-blue-400);
    --text-main-light: var(--clr-blue-400);
    --background-main: var(--clr-grey-200);
    --nav-background: var(--nav-background-light);
    --mobile-panel-background: var(--clr-grey-200);
    --text-corporate: var(--clr-blue-400);
    --text-digital: var(--clr-blue-400);
    --text-branding: var(--clr-blue-400);
  }
  .dark {
    --text-main: var(--clr-white);
    --background-main: var(--clr-blue-400);
    --text-main-light: var(--clr-blue-300);
    --nav-background: var(--nav-background-dark);
    --mobile-panel-background: var(--clr-blue-400);
    --text-corporate: var(--clr-pink-400);
    --text-digital: var(--clr-ligthblue-400);
    --text-branding: var(--clr-green-400);
  }
  @media (prefers-reduced-motion: no-preference) {
    body,
    body *,
    body *::before,
    body *::after {
      transition: color var(--theme-transition-duration) var(--theme-transition-easing), background-color var(--theme-transition-duration) var(--theme-transition-easing), border-color var(--theme-transition-duration) var(--theme-transition-easing), box-shadow var(--theme-transition-duration) var(--theme-transition-easing), opacity var(--theme-transition-duration) var(--theme-transition-easing), fill var(--theme-transition-duration) var(--theme-transition-easing), stroke var(--theme-transition-duration) var(--theme-transition-easing);
    }
  }
}
.section-title {
  font-size: var(--font-size-heading-regular);
  width: max-content;
  position: relative;
  isolation: isolate;
}
.section-title > span:first-of-type {
  position: absolute;
  top: -12px;
  left: 45px;
  font-size: 1.875rem;
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-style: italic;
  display: block;
}
.section-title > span:last-of-type {
  font-size: 3.75rem;
  font-family: var(--ff-base);
  font-weight: 800;
}
.section-title > span:last-of-type::after {
  content: "";
  position: absolute;
  background-image: url("../media/elements/left-bottom-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  pointer-events: none;
  bottom: -30px;
  left: 5px;
  display: block;
  aspect-ratio: 1;
}

@media screen and (min-width: 420px) {
  .section-title > span:first-of-type {
    font-size: 2.5rem;
    top: -18px;
    left: 60px;
  }
  .section-title > span:last-of-type {
    font-size: 5rem;
  }
  .section-title > span:last-of-type::after {
    width: 50px;
    height: 50px;
    bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .section-title > span:first-of-type {
    font-size: 3.125rem;
    top: -25px;
    left: 85px;
  }
  .section-title > span:last-of-type {
    font-size: 6.25rem;
  }
  .section-title > span:last-of-type::after {
    width: 72px;
    height: 72px;
    bottom: -70px;
  }
}
.section-title-secondary {
  font-size: var(--font-size-heading-regular);
  width: max-content;
  position: relative;
  isolation: isolate;
}
.section-title-secondary > span:first-of-type {
  font-size: 3.43rem;
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-style: italic;
  display: block;
}
.section-title-secondary > span:last-of-type {
  font-size: 2.8125rem;
  font-family: var(--ff-base);
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .section-title-secondary > span:first-of-type {
    display: inline-block;
  }
}
.banner--expertise {
  --banner--expertise-title-size: clamp(3.125rem, -1.2897rem + 12.6984vw, 11.25rem);
  --banner--expertise-after-size: clamp(3rem, -0.6825rem + 18.4127vw, 17.5rem);
  --banner--expertise-after-offset-x: clamp(30px, calc(30px + 100 * ((100vw - 358px) / 910)), 130px);
  --banner--expertise-after-offset-y: clamp(30px, calc(30px + 80 * ((100vw - 358px) / 910)), 110px);
  --banner--expertise-content-offset-x: var(--banner--expertise-after-offset-x);
  width: 100%;
  display: flex;
  justify-self: flex-start;
}
.banner--expertise--style-1 {
  --banner--expertise-float-right-origin-x: calc(var(--banner--expertise-after-offset-x) + var(--banner--expertise-after-size) * 2.35);
  --banner--expertise-float-right-origin-y: calc(var(--banner--expertise-after-offset-y) + var(--banner--expertise-after-size) * 0.08);
  --banner--expertise-float-left-x: calc(var(--banner--expertise-title-size) * -0.9);
  --banner--expertise-float-left-y: calc(var(--banner--expertise-title-size) * 0.25);
  --banner--expertise-float-right-x: -24%;
  --banner--expertise-float-right-y: -52%;
}
.banner--expertise--style-1 .banner--expertise__float--right {
  top: 8%;
  right: -10px;
  transform: rotateZ(-18deg);
}
.banner--expertise--style-1 .banner--expertise__float--left {
  top: 38%;
  left: -30px;
  transform: rotateZ(15deg);
}
.banner--expertise--style-2 {
  --banner--expertise-float-right-origin-x: calc(var(--banner--expertise-after-offset-x) + var(--banner--expertise-after-size) * 2.35);
  --banner--expertise-float-right-origin-y: calc(var(--banner--expertise-after-offset-y) + var(--banner--expertise-after-size) * 0.08);
  --banner--expertise-float-left-x: calc(var(--banner--expertise-title-size) * -0.9);
  --banner--expertise-float-left-y: calc(var(--banner--expertise-title-size) * 0.25);
  --banner--expertise-float-right-x: -24%;
  --banner--expertise-float-right-y: -52%;
}
.banner--expertise--style-2 .banner--expertise__float--right {
  top: 8%;
  right: -30px;
  transform: rotateZ(-18deg);
}
.banner--expertise--style-2 .banner--expertise__float--left {
  top: 38%;
  left: 10px;
  transform: rotateZ(15deg);
}
.banner--expertise--style-3 {
  --banner--expertise-float-right-origin-x: calc(var(--banner--expertise-after-offset-x) + var(--banner--expertise-after-size) * 2.35);
  --banner--expertise-float-right-origin-y: calc(var(--banner--expertise-after-offset-y) + var(--banner--expertise-after-size) * 0.08);
  --banner--expertise-float-left-x: calc(var(--banner--expertise-title-size) * -0.9);
  --banner--expertise-float-left-y: calc(var(--banner--expertise-title-size) * 0.25);
  --banner--expertise-float-right-x: -24%;
  --banner--expertise-float-right-y: -52%;
}
.banner--expertise--style-3 .banner--expertise__float--right {
  top: 8%;
  right: -10px;
  transform: rotateZ(-18deg);
}
.banner--expertise--style-3 .banner--expertise__float--left {
  top: 38%;
  left: -30px;
  transform: rotateZ(15deg);
}
@media screen and (min-width: 768px) {
  .banner--expertise {
    padding-inline: 12.5%;
  }
}
@media screen and (min-width: 1296px) {
  .banner--expertise {
    padding-inline: 8.3333333333%;
  }
}
.banner--expertise .banner--expertise__container {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 160px;
}
@media screen and (min-width: 576px) {
  .banner--expertise .banner--expertise__container {
    padding-top: 100px;
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 768px) {
  .banner--expertise .banner--expertise__container {
    padding-top: 160px;
    padding-bottom: 480px;
  }
}
.banner--expertise .banner--expertise__float {
  position: absolute;
  z-index: 1;
  display: block;
}
.banner--expertise__title {
  color: var(--clr-green-400);
  position: relative;
  isolation: isolate;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  text-align: left;
  font-family: var(--ff-base);
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: capitalize;
  transform: none;
  font-size: clamp(45px, 9vw + 1rem, 180px);
}
.banner--expertise__title::after {
  position: absolute;
  content: attr(data-text-after);
  right: 0;
  width: max-content;
  font-family: var(--ff-secondary);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: capitalize;
  font-size: clamp(58px, 13vw + 1rem, 260px);
  top: 60%;
}
@media screen and (min-width: 1296px) {
  .banner--expertise__title::after {
    letter-spacing: -13px;
  }
}

.card-anime {
  border-radius: 30px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.card-anime img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 576px) {
  .card-anime {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .card-anime {
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 1086px) {
  .card-anime {
    width: 300px;
    height: 300px;
  }
}

body.navigation-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.navigation {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  isolation: isolate;
  overflow: visible;
  z-index: 1000;
  align-items: center;
  justify-content: space-between;
  padding-block: 23px;
  padding-inline: 32px;
  background: var(--nav-background);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  backdrop-filter: blur(4px) saturate(160%) contrast(1.06) brightness(1.04);
  -webkit-backdrop-filter: blur(4px) saturate(160%) contrast(1.06) brightness(1.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), inset 0 1px 0 hsla(0, 0%, 100%, 0.24), inset 0 -1px 0 hsla(0, 0%, 100%, 0.08);
}

.navigation > :not(.visually-hidden):not(.navigation__mobile-panel) {
  position: relative;
  z-index: 1;
}

.navigation::before,
.navigation::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.navigation::before {
  inset: -3px 0;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.22) 20%, hsla(0, 0%, 100%, 0.08) 34%, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, 0.16) 68%, hsla(0, 0%, 100%, 0) 100%), linear-gradient(-45deg, hsla(0, 0%, 100%, 0.22) 0%, hsla(0, 0%, 100%, 0.1) 38%, hsla(0, 0%, 100%, 0) 64%), radial-gradient(130% 100% at 0% 0%, hsla(0, 0%, 100%, 0.12), hsla(0, 0%, 100%, 0) 52%);
  backdrop-filter: blur(2.4px) saturate(142%) contrast(1.14);
  -webkit-backdrop-filter: blur(2.4px) saturate(142%) contrast(1.14);
  transform: translateX(2px);
  mix-blend-mode: screen;
}

.navigation::after {
  opacity: 0.1;
  background: linear-gradient(90deg, hsla(355, 90%, 65%, 0.02), hsla(355, 90%, 65%, 0) 32%, hsla(212, 90%, 65%, 0.02)), radial-gradient(hsla(0, 0%, 100%, 0.08) 0.7px, transparent 0.7px);
  background-size: auto, 3px 3px;
  mix-blend-mode: overlay;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .navigation {
    background: hsla(30, 8%, 95%, 0.92);
  }
}
.navigation__grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.navigation__links {
  display: none;
  gap: 30px;
}

.navigation__links a {
  color: var(--text-main);
}

.navigation__links a:focus-visible,
.navigation__option:focus-visible,
.navigation__menu-toggle:focus-visible,
.navigation__menu-close:focus-visible,
.navigation__mobile-links a:focus-visible,
.navigation__home-link:focus-visible {
  outline: 2px solid var(--text-main);
  outline-offset: 3px;
  border-radius: 4px;
}

.navigation__brand {
  line-height: 0;
}

.navigation__home-link {
  display: inline-block;
  line-height: 0;
}

.navigation__logo {
  display: none;
}

.navigation__logo--mobile.navigation__logo--light {
  display: block;
}

.navigation__option {
  cursor: pointer;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid;
  font-weight: 700;
  border-color: var(--text-main);
  background-color: var(--background-main);
}
.navigation__option::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../media/elements/icon-theme.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.navigation__option:hover {
  border-color: var(--clr-white);
  background-color: var(--text-main);
}
.navigation__option:hover::before {
  background-image: url("../media/elements/icon-theme--dark.svg");
}

.navigation__menu-toggle {
  cursor: pointer;
  min-height: 36px;
  padding-inline: 16px;
  border-radius: 999px;
  border: 1px solid var(--text-main);
  background-color: var(--background-main);
  color: var(--text-main);
  font: inherit;
  font-weight: 600;
}

.navigation__menu-toggle[hidden],
.navigation__menu-close[hidden] {
  display: none;
}

.navigation__menu-close {
  cursor: pointer;
  height: 36px;
  width: 36px;
  border-radius: 999px;
  border: 1px solid var(--text-main);
  background-color: var(--background-main);
  color: var(--text-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navigation__menu-close::before,
.navigation__menu-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
}

.navigation__menu-close::before {
  transform: rotate(45deg);
}

.navigation__menu-close::after {
  transform: rotate(-45deg);
}

.navigation__mobile-panel {
  position: fixed;
  top: calc(var(--navigation-height) - 1px);
  right: 0;
  width: 100vw;
  height: calc(100dvh - var(--navigation-height) + 1px);
  padding: 32px 28px 40px;
  background: var(--mobile-panel-background);
  color: var(--text-main);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1100;
}

.navigation--menu-open {
  border-bottom-color: transparent;
}

.navigation__mobile-links {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 38px;
}

.navigation__mobile-link {
  display: inline-block;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--text-main);
}

.navigation__mobile-item {
  width: 100%;
}

.navigation__mobile-projects {
  margin-top: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.32s ease, opacity 0.24s ease, padding-top 0.32s ease;
}

.navigation__mobile-item.is-open .navigation__mobile-projects {
  padding-top: 14px;
  max-height: 460px;
  opacity: 1;
  pointer-events: auto;
}

.navigation__mobile-projects-label {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--text-main-light);
}

.navigation__mobile-projects-links {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.navigation__mobile-projects-links li {
  display: block;
}

.navigation__mobile-projects-links li:not(:last-child) {
  margin-bottom: 23px;
}

.navigation__mobile-projects-links a {
  display: block;
  width: fit-content;
  font-size: 1.5625rem;
  color: var(--text-main);
}

.navigation__mobile-projects-links li:nth-child(1) a {
  color: var(--text-corporate);
}

.navigation__mobile-projects-links li:nth-child(2) a {
  color: var(--text-digital);
}

.navigation__mobile-projects-links li:nth-child(3) a {
  color: var(--text-branding);
}

.navigation__mobile-projects-separator {
  margin: 23px 0 0;
  border: 0;
  border-top: 1px solid var(--text-main-light);
  width: 55%;
}

.navigation--menu-open .navigation__mobile-panel {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.navigation--menu-closing .navigation__mobile-panel {
  transform: translateX(100%);
  visibility: visible;
  pointer-events: none;
}

.navigation--menu-open .navigation__menu-toggle {
  display: none;
}

.navigation--menu-open .navigation__menu-close {
  display: inline-flex;
}

.dark .navigation__option::before {
  background-image: url("../media/elements/icon-theme--dark.svg");
}
.dark .navigation__option:hover {
  border-color: var(--clr-blue-400);
  background-color: var(--clr-white);
}
.dark .navigation__option:hover::before {
  background-image: url("../media/elements/icon-theme.svg");
}

.dark .navigation {
  border-color: hsla(0, 0%, 100%, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16), inset 0 1px 0 hsla(0, 0%, 100%, 0.12), inset 0 -1px 0 hsla(0, 0%, 100%, 0.04);
}

.dark .navigation::before {
  opacity: 0.2;
  background: linear-gradient(-45deg, hsla(0, 0%, 100%, 0.12) 0%, hsla(0, 0%, 100%, 0) 62%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none;
  mix-blend-mode: normal;
}

.dark .navigation::after {
  opacity: 0.05;
  background: radial-gradient(hsla(0, 0%, 100%, 0.08) 0.7px, transparent 0.7px);
  background-size: 3px 3px;
  mix-blend-mode: normal;
}

.dark .navigation__logo--mobile.navigation__logo--light {
  display: none;
}

.dark .navigation__logo--mobile.navigation__logo--dark {
  display: block;
}

.dark .navigation__menu-toggle {
  border-color: var(--text-main);
  background-color: var(--background-main);
  color: var(--text-main);
}

.dark .navigation__menu-close {
  border-color: var(--text-main);
  background-color: var(--background-main);
  color: var(--text-main);
}

.dark .navigation__mobile-panel {
  background: var(--mobile-panel-background);
}

@media screen and (max-width: 809px) {
  .navigation {
    background: var(--mobile-panel-background);
    border: 0;
    box-shadow: none;
  }
  .dark .navigation {
    border: 0;
    box-shadow: none;
  }
  .navigation__mobile-panel {
    background: var(--mobile-panel-background);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media screen and (min-width: 810px) {
  .navigation {
    padding-block: 27px;
    padding-inline: 50px;
  }
  .navigation__grp {
    flex-wrap: nowrap;
    gap: 30px;
  }
  .navigation__menu-toggle {
    display: none;
  }
  .navigation__menu-close {
    display: none;
  }
  .navigation__mobile-panel {
    display: none;
  }
  .navigation__logo--mobile,
  .navigation__logo--mobile.navigation__logo--light,
  .navigation__logo--mobile.navigation__logo--dark {
    display: none;
  }
  .dark .navigation__logo--mobile.navigation__logo--light,
  .dark .navigation__logo--mobile.navigation__logo--dark {
    display: none;
  }
  .navigation__logo--desktop.navigation__logo--light {
    display: block;
  }
  .navigation__links {
    display: flex;
  }
  .dark .navigation__logo--desktop.navigation__logo--light {
    display: none;
  }
  .dark .navigation__logo--desktop.navigation__logo--dark {
    display: block;
  }
}
@layer reset, base, border-radius, colors, typography, layout,components, utilities, theme;

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