@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

body > * {
  margin-left: auto;
  margin-right: auto;
}

/**
   * Make all elements from the DOM inherit from the parent box-sizing
   * Since `*` has a specificity of 0, it does not override the `html` value
   * making all elements inheriting from the root box-sizing value
   * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
   */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: var(--theme-primary);
}
a:hover, a:active, a:focus, a:focus-within {
  text-decoration: underline;
}

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
  caret-color: transparent;
}

/* 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;
}

:root {
  --section-spacing: 3.5rem;
}
@media only screen and (min-width: 65em) {
  :root {
    --section-spacing: 7rem;
  }
}
:root {
  --fs-200: 0.75rem;
}
:root {
  --fs-300: 1rem;
}
:root {
  --fs-400: 1.125rem;
}
:root {
  --fs-500: 1.563rem;
}
:root {
  --fs-600: 1.953rem;
}
:root {
  --fs-700: 2.441rem;
}
:root {
  --fs-800: 3.052rem;
}
@media only screen and (min-width: 40em) {
  :root {
    --fs-200: 0.75rem;
  }
  :root {
    --fs-300: 1rem;
  }
  :root {
    --fs-400: 1.25rem;
  }
  :root {
    --fs-500: 2rem;
  }
  :root {
    --fs-600: 2.827rem;
  }
  :root {
    --fs-700: 4rem;
  }
  :root {
    --fs-800: 5.653rem;
  }
}
:root .m-xs {
  margin: 0.25rem;
}
:root .p-xs {
  padding: 0.25rem;
}
:root .m-sm {
  margin: 0.5rem;
}
:root .p-sm {
  padding: 0.5rem;
}
:root .m-md {
  margin: 1rem;
}
:root .p-md {
  padding: 1rem;
}
:root .m-lg {
  margin: 2rem;
}
:root .p-lg {
  padding: 2rem;
}
:root .m-xl {
  margin: 4rem;
}
:root .p-xl {
  padding: 4rem;
}
:root {
  --theme-red-primary: darkred;
}
:root {
  --theme-red-secondary: orangered;
}
:root {
  --theme-red-warning: mistyrose;
}
:root {
  --theme-red-background-primary: white;
}
:root {
  --theme-red-background-secondary: mistyrose;
}
:root {
  --theme-blue-primary: darkblue;
}
:root {
  --theme-blue-secondary: blue;
}
:root {
  --theme-blue-warning: lightcyan;
}
:root {
  --theme-blue-background-primary: white;
}
:root {
  --theme-blue-background-secondary: lightcyan;
}
:root {
  --theme-darkblue-primary: dodgerblue;
}
:root {
  --theme-darkblue-secondary: darkblue;
}
:root {
  --theme-darkblue-warning: turquoise;
}
:root {
  --theme-darkblue-background-primary: #000010;
}
:root {
  --theme-darkblue-background-secondary: lightseagreen;
}
:root {
  --theme-green-primary: darkgreen;
}
:root {
  --theme-green-secondary: olivedrab;
}
:root {
  --theme-green-warning: lightyellow;
}
:root {
  --theme-green-background-primary: white;
}
:root {
  --theme-green-background-secondary: lightyellow;
}
:root {
  --theme-darkgreen-primary: olivedrab;
}
:root {
  --theme-darkgreen-secondary: darkgreen;
}
:root {
  --theme-darkgreen-warning: greenyellow;
}
:root {
  --theme-darkgreen-background-primary: #001000;
}
:root {
  --theme-darkgreen-background-secondary: yellowgreen;
}
:root {
  --theme-primary: darkblue;
}
:root {
  --theme-secondary: blue;
}
:root {
  --theme-warning: lightcyan;
}
:root {
  --theme-background-primary: white;
}
:root {
  --theme-background-secondary: lightcyan;
}

/* dosis-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/dosis-v32-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/dosis-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/dosis-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/dosis-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/dosis-v32-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/nunito-v26-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/nunito-v26-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/nunito-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/nunito-v26-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --font-dosis: "Dosis", sans-serif;
  --font-nunito: "Nunito", sans-serif;
}

body {
  font-family: var(--font-dosis);
  font-size: var(--fs-300);
  font-weight: 300;
}

h1 {
  font-size: var(--fs-500);
  font-weight: 600;
}

h2 {
  font-size: var(--fs-400);
  font-weight: 600;
}

h3 {
  font-size: var(--fs-400);
  font-weight: 400;
}

b,
strong {
  font-weight: 500;
}

footer {
  font-weight: 200;
}

.alert, .draft {
  margin: 1rem 0;
  font-size: var(--fs-400);
  font-weight: 800;
  text-align: center;
  color: var(--theme-primary);
  background-color: var(--theme-warning);
  border-radius: 6px;
}

.warning {
  background-color: coral;
}

.warning, .error {
  position: relative;
}

.warning::before {
  content: " ⚠️ ";
  position: absolute;
  left: 5px;
  top: -30px;
  font-size: 56px;
}

.warning::after {
  content: " ⚠️ ";
  position: absolute;
  right: 5px;
  top: -30px;
  font-size: 56px;
}

.error::before {
  content: " ❌ ";
  position: absolute;
  left: 5px;
  top: -30px;
  font-size: 56px;
}

.error::after {
  content: " ❌ ";
  position: absolute;
  right: 5px;
  top: -30px;
  font-size: 56px;
}

@media screen and (max-width: 750px) {
  .alert, .draft {
    margin: 0.5em;
  }
}
body {
  color: var(--theme-primary);
  background-color: var(--theme-background-primary);
}

[draft] {
  position: relative;
  border: 1px dotted #E23D28;
}
[draft]:before, [draft]:after {
  position: absolute;
  background-color: #E23D28;
  padding: 0 4px;
  border-radius: 6px;
  color: white;
  font-size: x-small;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
[draft]:before {
  content: "DRAFT";
  inset: -10px auto auto -5px;
}
[draft]:after {
  content: "/DRAFT";
  inset: auto -5px -10px auto;
}

footer {
  color: var(--theme-primary);
}
footer .footer--copyright {
  font-size: large;
}
footer .footer--nav ul {
  font-size: var(--fs-300);
}
footer .footer--fathom {
  font-size: small;
}
footer .footer--trademarks {
  font-size: small;
}
footer .footer--socials a {
  font-size: var(--fs-500);
  text-decoration: none;
}
footer .footer--socials a:link,
footer .footer--socials a:hover,
footer .footer--socials a:active,
footer .footer--socials a:visited {
  text-decoration: none;
}
footer .footer--socials #social-linkedin-me {
  color: var(--theme-secondary);
}
footer .footer--socials #social-linkedin:hover, footer .footer--socials #social-linkedin-me:hover {
  color: #0e76a8;
}
footer .footer--socials #social-twitter:hover {
  color: #00acee;
}
footer .footer--socials #social-facebook:hover {
  color: #3b5998;
}
footer .footer--socials #social-instagram:hover {
  color: #3f729b;
}
footer .footer--socials #social-threads:hover {
  color: black;
}
footer .footer--socials #social-github:hover {
  color: #171515;
}
@media (prefers-color-scheme: dark) {
  footer .footer--socials #social-threads:hover {
    color: white;
  }
  footer .footer--socials #social-github:hover {
    color: #fafbfc;
  }
}

.logo {
  font-family: "Nunito", sans-serif;
  display: grid;
  grid-template: "preTitle ." "titlePart1 titlePart2" ". postTitle" "slogan slogan";
}

a:link:has(.logo),
a:hover:has(.logo),
a:active:has(.logo),
a:visited:has(.logo) {
  text-decoration: none;
}

.logo--pretitle {
  grid-area: "preTitle";
  padding-left: 0.4em;
  text-align: left;
}

.logo--posttitle {
  padding: 0 0.2em;
  grid-area: "postTitle";
  display: flex;
  justify-content: space-between;
}

.logo--pretitle,
.logo--posttitle {
  font-size: 16px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.logo--titlePart1 {
  grid-area: "titlePart1";
  font-weight: 700;
}

.logo--titlePart2 {
  grid-area: "titlePart2";
  font-weight: 300;
}

.logo--titlePart1,
.logo--titlePart2 {
  font-size: 72px;
  line-height: 58px;
  height: 59px;
}

.logo--slogan {
  grid-area: "slogan";
  grid-column: 1/span 2;
  margin-top: 4px;
  padding-top: 4px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.logo--blue .logo--pretitle,
.logo--blue .logo--posttitle {
  color: var(--theme-blue-primary);
}
.logo--blue .logo--titlePart1 {
  color: var(--theme-blue-secondary);
}
.logo--blue .logo--titlePart2 {
  color: var(--theme-blue-primary);
}
.logo--blue .logo--slogan {
  border-top: 1px solid var(--theme-blue-primary);
  color: var(--theme-blue-primary);
}

.logo--green .logo--pretitle,
.logo--green .logo--posttitle {
  color: var(--theme-green-primary);
}
.logo--green .logo--titlePart1 {
  color: var(--theme-green-secondary);
}
.logo--green .logo--titlePart2 {
  color: var(--theme-green-primary);
}
.logo--green .logo--slogan {
  border-top: 1px solid var(--theme-green-primary);
  color: var(--theme-green-primary);
}

.logo--red .logo--pretitle,
.logo--red .logo--posttitle {
  color: var(--theme-red-primary);
}
.logo--red .logo--titlePart1 {
  color: var(--theme-red-secondary);
}
.logo--red .logo--titlePart2 {
  color: var(--theme-red-primary);
}
.logo--red .logo--slogan {
  border-top: 1px solid var(--theme-red-primary);
  color: var(--theme-red-primary);
}

nav {
  width: 100%;
}
nav ul {
  margin: 0;
  padding: 0;
  column-gap: 1em;
}

.footer--nav ul {
  display: flex;
  justify-content: center;
}

.nav--main,
.nav--sub {
  padding: 0.7rem 0.5rem;
}
.nav--main ul,
.nav--sub ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.nav--main ul li.active,
.nav--sub ul li.active {
  font-weight: bold;
}
.nav--main a,
.nav--sub a {
  text-decoration: none;
}

.nav--sub {
  align-self: end;
}

@media screen and (max-width: 750px) {
  .nav--main,
  .nav--sub {
    width: 100%;
    border-bottom: 1px solid var(--theme-primary);
    font-size: small;
    padding: 0;
  }
  .nav--main ul,
  .nav--sub ul {
    justify-content: space-between;
    padding: 0.5rem 0;
  }
  .nav--main ul li,
  .nav--sub ul li {
    flex-grow: 1;
    text-align: center;
  }
  .nav--main {
    border-top: 1px solid var(--theme-primary);
  }
  .footer--nav ul {
    flex-direction: column;
    gap: 0.3em;
  }
}
footer {
  width: 100%;
  max-width: 1000px;
  margin: 1rem auto;
  text-align: center;
}
footer .footer--copyright {
  border-top: 1px solid var(--theme-primary);
  border-bottom: 1px solid var(--theme-primary);
  padding: 0.2rem;
  margin: 0.5rem 0;
}
footer .footer--socials {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  gap: 1em;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  footer {
    margin: 0.5rem auto;
  }
}
form {
  display: grid;
  grid-template-columns: 7rem auto;
  gap: 0.5rem;
}

input[type=text],
input[type=email],
textarea {
  padding: 0.5rem;
  border: 1px solid var(--theme-primary);
  border-radius: 10px;
}

textarea {
  resize: vertical;
}

button[type=submit] {
  padding: 10px;
  border: 1px solid var(--theme-primary);
  border-radius: 10px;
  color: var(--theme-primary);
  background-color: var(--theme-background-secundary);
}

header {
  margin: 1rem auto;
  width: fit-content;
}

@media screen and (max-width: 750px) {
  header {
    margin: 0.5rem auto;
  }
}
main {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
main h1,
main h2,
main h3,
main p,
main form {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 900px) {
  main h1,
  main h2,
  main h3,
  main p,
  main form {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.page-layout {
  min-height: 100vh;
  max-width: min(100vw, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: min-content min-content 1fr min-content;
  grid-template-areas: "header nav--main" "header nav--sub" "main main" "footer footer";
}

@media screen and (max-width: 750px) {
  .page-layout {
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content 1fr min-content;
    grid-template-areas: "header" "nav--main" "nav--sub" "main" "footer";
  }
}
header {
  grid-area: header;
}

.nav--main {
  grid-area: nav--main;
}

.nav--sub {
  grid-area: nav--sub;
  align-self: end;
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
}

.main--about {
  overflow: auto;
}
.main--about img {
  float: right;
  border-radius: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  max-width: 250px;
}

@media screen and (max-width: 725px) {
  .main--about img {
    float: none;
    margin: 0 auto;
  }
}
.experience--categories {
  columns: 2 400px;
  column-gap: 1rem;
  padding: 0 0.5rem;
}
.experience--categories progress {
  accent-color: var(--theme-primary);
  max-width: 75px;
}
.experience--categories table {
  width: 100%;
  break-inside: avoid-column;
  margin-bottom: 1rem;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.experience--categories .experience--category-label {
  text-align: start;
}
.experience--categories thead .experience--category-year,
.experience--categories thead .experience--category-years,
.experience--categories thead .experience--category-level {
  font-size: small;
  font-weight: 300;
}
.experience--categories thead .experience--category-label {
  font-size: larger;
}
.experience--categories tbody .experience--category-year,
.experience--categories tbody .experience--category-years,
.experience--categories tbody .experience--category-level {
  text-align: center;
}
.experience--categories .experience--category-desc {
  font-size: x-small;
  padding-left: 0.5rem;
}
.experience--categories tbody .experience--category-year {
  width: 70px;
}
.experience--categories tbody .experience--category-years {
  width: 50px;
}
.experience--categories tbody .experience--category-level {
  width: 80px;
  font-size: 0.7rem;
}

.main--home {
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main--home h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 2rem;
  background: var(--hero-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.home--tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.home--tiles a.home--tile-link {
  flex: 0 0 280px;
  width: 280px;
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 16px;
  transition: transform var(--transition-speed) cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.home--tiles a.home--tile-link:hover {
  transform: translateY(-8px);
}
.home--tiles a.home--tile-link:hover .home--tile {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: rgba(var(--theme-primary-rgb, 0, 0, 0), 0.3);
}
@media (prefers-color-scheme: dark) {
  .home--tiles a.home--tile-link:hover .home--tile {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.08);
  }
}
.home--tiles a.home--tile-link:hover .home--tile .home--tile-icon .home--tile-image {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 6px rgba(var(--theme-primary-rgb, 0, 0, 0), 0.3));
}

.home--tile {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  height: 100%;
  min-height: 220px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all var(--transition-speed) ease;
  backdrop-filter: blur(10px);
}
@media (prefers-color-scheme: dark) {
  .home--tile {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.home--tile .home--tile-icon {
  background: rgba(var(--theme-primary-rgb, 100, 100, 100), 0.05);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all var(--transition-speed) ease;
}
@media (prefers-color-scheme: dark) {
  .home--tile .home--tile-icon {
    background: rgba(255, 255, 255, 0.05);
  }
}
.home--tile .home--tile-icon .home--tile-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: all var(--transition-speed) ease;
}
.home--tile .home--tile-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.home--tile .home--tile-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--theme-text-muted, #777);
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  .home--tile .home--tile-content p {
    color: #aaa;
  }
}

.portfolio--entries {
  columns: 4 230px;
  column-gap: 1rem;
  padding: 0 0.5rem;
}

.portfolio--link {
  color: var(--theme-primary);
}

.portfolio--entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  break-inside: avoid-column;
  background-color: var(--theme-background-secondary);
  border: 1px dotted var(--theme-secondary);
  border-radius: 8px;
  width: 240px;
  margin-bottom: 0.7rem;
  margin-left: auto;
  margin-right: auto;
}
.portfolio--entry .portfolio--entry--title {
  font-size: larger;
  font-weight: bolder;
  color: var(--theme-primary);
  width: 100%;
  text-align: center;
}
.portfolio--entry .portfolio--entry--logo {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 208px;
  margin-top: 0.5rem;
  padding: 4px;
  border-radius: 4px;
}
.portfolio--entry .portfolio--entry--logo img {
  display: block;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.portfolio--entry .portfolio--entry--content {
  text-align: center;
  font-size: smaller;
}

@media (prefers-color-scheme: dark) {
  .portfolio--entry .portfolio--entry--title,
  .portfolio--entry .portfolio--entry--content {
    color: black;
  }
}
.portfolio-item {
  display: grid;
  grid-template-areas: "portfolio-title portfolio-image" "portfolio-tags portfolio-image" "portfolio-content portfolio-content";
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 725px) {
  .portfolio-item {
    grid-template-areas: "portfolio-title" "portfolio-image" "portfolio-tags" "portfolio-content";
    grid-template-columns: 1fr;
  }
}
.portfolio-item > h1 {
  grid-area: portfolio-title;
}
@media screen and (max-width: 725px) {
  .portfolio-item > h1 {
    justify-self: center;
    margin-bottom: 0;
  }
}
.portfolio-item > img {
  grid-area: portfolio-image;
  justify-self: end;
  align-self: center;
  padding: 32px 0 16px 16px;
}
@media screen and (max-width: 725px) {
  .portfolio-item > img {
    justify-self: center;
    padding: 8px 0;
  }
}
.portfolio-item .portfolio-item--content {
  grid-area: portfolio-tags;
}
.portfolio-item .portfolio-item--content {
  grid-area: portfolio-content;
  display: block;
}
.portfolio-item ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
  padding: 0 16px;
}
.portfolio-item ul li:not(:has(strong)) {
  padding: 2px 4px;
  border: 1px dotted var(--theme-secondary);
  border-radius: 4px;
  font-size: small;
}
.portfolio-item ol li {
  margin-bottom: 1em;
}

.portfolio--prev-next {
  display: grid;
  grid-template-areas: "portfolio-prev portfolio-back portfolio-next";
}
@media screen and (max-width: 725px) {
  .portfolio--prev-next {
    grid-template-areas: "portfolio-back portfolio-back" "portfolio-prev portfolio-next";
  }
}
.portfolio--prev-next div a {
  color: var(--theme-primary);
}
.portfolio--prev-next .prev {
  grid-area: portfolio-prev;
  padding-left: 8px;
}
.portfolio--prev-next .back {
  grid-area: portfolio-back;
  text-align: center;
}
.portfolio--prev-next .next {
  grid-area: portfolio-next;
  text-align: end;
  padding-right: 8px;
}

:root {
  --transition-speed: 0.3s;
  --hero-gradient: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --theme-primary: darkgreen;
  --theme-secondary: olivedrab;
  --theme-warning: lightyellow;
  --theme-background-primary: white;
  --theme-background-secondary: lightyellow;
}

@media (prefers-color-scheme: dark) {
  :root {
    --theme-primary: olivedrab;
    --theme-secondary: darkgreen;
    --theme-warning: greenyellow;
    --theme-background-primary: #001000;
    --theme-background-secondary: yellowgreen;
  }
}
