@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sedgwick+Ave+Display&display=swap");
:root {
  --sidebar-width: 12rem;
  --sidebar-width-collapsed: 4rem;
  --bs-light: rgba(255, 244, 248, 1);
  --bs-light-rgb: rgba(255, 244, 248, 1);
  --bs-light-border-subtle: rgba(20, 22, 26, 1);
  --bs-dark: #14161A;
  --bs-dark-rgb: rgba(20, 22, 26, 1);
  --bs-dark-border-subtle: rgba(255, 244, 248, .25);
}

#abuse-disclaimer-root, #branding-action-bar, .action-bar {
  display: none;
}

html, body {
  touch-action: pan-y;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #14161A;
  color: #FFF4F8;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  font-size: clamp(1.25rem, 1.4vw, 1.3rem);
}

#contactForm .form-label, #contactSuccessModal .form-label {
  font-weight: 600;
  letter-spacing: 0.01em;
}
#contactForm .form-control, #contactSuccessModal .form-control {
  min-height: 3rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #18201d;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
#contactForm .form-control::-moz-placeholder, #contactSuccessModal .form-control::-moz-placeholder {
  color: rgba(24, 32, 29, 0.55);
}
#contactForm .form-control::placeholder, #contactSuccessModal .form-control::placeholder {
  color: rgba(24, 32, 29, 0.55);
}
#contactForm .form-control:focus, #contactSuccessModal .form-control:focus {
  border-color: rgba(255, 193, 7, 0.85);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
  background: #fff;
}
#contactForm textarea.form-control, #contactSuccessModal textarea.form-control {
  min-height: 10rem;
  resize: vertical;
}
#contactForm .btn, #contactSuccessModal .btn {
  border-radius: 999px;
  padding-inline: 1.2rem;
  font-weight: 600;
}
#contactForm .submit-label, #contactSuccessModal .submit-label {
  display: inline-flex;
  align-items: center;
}
#contactForm .invalid-feedback, #contactSuccessModal .invalid-feedback {
  font-size: 0.92rem;
}

.contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-modal-success,
.contact-modal-error {
  border-radius: 1.2rem;
  overflow: hidden;
}

.contact-modal-success .modal-header,
.contact-modal-error .modal-header {
  border-bottom: 1px solid rgba(20, 22, 26, 0.08);
}

.contact-modal-success .modal-footer,
.contact-modal-error .modal-footer {
  border-top: 1px solid rgba(20, 22, 26, 0.08);
}

::-moz-selection {
  background: #FFEA29;
  color: #14161A;
}

::selection {
  background: #FFEA29;
  color: #14161A;
}

a {
  color: inherit;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.16em;
  transition: opacity 0.2s ease, color 0.2s ease;
}

a:hover {
  opacity: 0.82;
}

p, li, dl {
  line-height: 1.7;
  max-width: 75ch;
}

img {
  max-width: 100%;
  height: auto;
}

h1:not(.modal-title), h2:not(.modal-title), h3:not(.modal-title), h4:not(.modal-title), h5:not(.modal-title), h6:not(.modal-title) {
  font-family: "Sedgwick Ave Display", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.75rem;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  text-align: end;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.display-4 {
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  margin-bottom: 2rem;
}

.display-5 {
  font-size: clamp(1.75rem, 2.25vw, 3rem);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.display-6 {
  font-size: clamp(1.6rem, 1.8vw, 2.8rem);
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.font-monospace {
  text-transform: uppercase;
}

dl dd:not(:last-child), dl dt:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767.99px) {
  dl dd:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: #14161A 2px solid;
  }
}
dl.skills-list {
  margin-top: 2rem;
  line-height: 1.25;
}
dl.skills-list dt {
  color: rgb(68.785046729, 0, 92);
  letter-spacing: 0.04rem;
}
dl.expertise-list {
  line-height: 1.25;
}
dl.expertise-list dt {
  color: rgb(66.5, 0, 1.2429906542);
  letter-spacing: 0.04rem;
}
dl.approach-list {
  line-height: 1.25;
}
dl.approach-list dd {
  color: rgb(0, 92, 79.5327102804);
  letter-spacing: 0.04rem;
}

@media (max-width: 767.99px) {
  #strengths dl dd {
    border-bottom-color: rgb(145.046728972, 0, 194);
  }
  #approach ::before {
    background-size: 400%;
  }
  #approach dl dd {
    border-bottom-color: rgb(0, 194, 167.7102803738);
  }
  #expertise dl dd {
    border-bottom-color: rgb(194, 0, 3.6261682243);
  }
}
.section-title {
  display: inline-block;
  padding-top: 1rem;
  transform: rotate(3deg);
  font-size: clamp(3rem, 6vw, 4rem);
}

p.lead {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.75vw, 1.75rem);
  line-height: 1.55;
  font-weight: 500;
  max-width: 68ch;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border-left: 0.35rem solid currentColor;
  border-bottom: 1px solid currentColor;
  border-radius: 0.75rem;
  backdrop-filter: blur(4px);
}

.main-content {
  margin-left: var(--sidebar-width);
  min-height: 90vh;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: 0;
  padding-bottom: 10vh;
  transition: margin-left 0.3s ease;
}
.main-content .row.main-row {
  margin-left: 0;
  margin-right: -1.5rem;
}

body.sidebar-collapsed .main-content {
  margin-left: var(--sidebar-width-collapsed);
}

.content-section {
  padding: 1rem;
  min-height: 86vh;
  scroll-margin-top: 1rem;
}
.content-section header {
  float: inline-end;
  text-align: right;
  margin-left: 0.125rem;
  max-width: 45vw;
}
@media (max-width: 991.98px) {
  .content-section header {
    max-width: 100%;
    float: none;
  }
}
.content-section img.avatar {
  max-width: min(20rem, 32vw);
  border-radius: 50%;
}

.experience-section .section-intro {
  max-width: 60rem;
  opacity: 0.92;
}

.experience-list {
  display: grid;
  gap: 1rem;
}

.experience-card {
  position: relative;
  border: 0.25rem solid rgb(71.8088785047, 255, 5.3);
  border-right-color: rgb(58.464953271, 219.5, 0);
  border-left-color: rgb(65.2570093458, 245, 0);
  border-bottom-style: dashed;
  border-radius: 1.25rem 1.25rem 0.25rem 0.25rem;
  overflow: hidden;
  background: rgba(255, 244, 248, 0.92);
  color: #14161A;
  backdrop-filter: blur(1rem);
  max-width: 1280px;
}
.experience-card:hover, .experience-card.is-hovered {
  border-color: rgb(51.6728971963, 194, 0);
  box-shadow: 0 0 1rem rgba(20, 22, 26, 0.4);
}
.experience-card:hover .experience-toggle::after, .experience-card.is-hovered .experience-toggle::after {
  opacity: 1;
}
.experience-card.is-open {
  border-bottom-style: solid;
  border-radius: 1.5rem;
}
.experience-card.is-open .experience-toggle::after {
  opacity: 1;
}
.experience-card.is-open:hover, .experience-card.is-open.is-hovered {
  transform: none;
  box-shadow: 0 0 0.5rem rgba(98, 255, 41, 0.75) inset;
}
.experience-card.is-filtered-out {
  opacity: 0.16;
  filter: grayscale(0.9);
  pointer-events: none;
  transform: scale(0.985);
}
.experience-card .experience-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 1rem;
  display: grid;
  grid-template-columns: minmax(auto, 1fr) auto 2.5rem;
  gap: 2rem;
  align-items: start;
  position: relative;
  min-height: 7rem;
}
.experience-card .experience-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(98, 255, 41, 0.33);
  transition: opacity 0.4s ease;
}
.experience-card .experience-toggle .experience-main {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 1rem;
  align-items: start;
}
.experience-card .experience-toggle .experience-main .experience-period {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.experience-card .experience-toggle .experience-main .experience-heading .experience-title {
  display: flex;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.experience-card .experience-toggle .experience-main .experience-heading .experience-company {
  margin: 0.25rem 0 0;
  opacity: 0.78;
}
.experience-card .experience-toggle .experience-main .experience-heading .experience-company img, .experience-card .experience-toggle .experience-main .experience-heading .experience-company svg {
  max-height: 3rem;
  border-radius: 0;
  max-width: 12rem;
}
.experience-card .experience-toggle .experience-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: small;
}
.experience-card .experience-toggle .experience-meta .experience-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: rgb(172.8317757009, 255, 143);
  color: #14161A;
  border-color: rgb(154.1238317757, 255, 117.5);
  white-space: nowrap;
}
.experience-card .experience-toggle .experience-chevron {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgb(44.8808411215, 168.5, 0);
  flex-shrink: 0;
  transition: transform 0.22s ease, background-color 0.22s ease;
  color: #FFF4F8;
  margin-left: auto;
}
.experience-card .experience-toggle .experience-chevron i {
  line-height: 1;
}

.experience-toggle[aria-expanded=true] .experience-chevron {
  transform: rotate(45deg);
}
.experience-toggle[aria-expanded=true] .experience-chevron i {
  font-weight: 900;
}

.experience-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}
.experience-panel.is-open {
  grid-template-rows: 1fr;
}
.experience-panel > * {
  overflow: hidden;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.95fr);
  gap: 1.5rem;
  padding: 0 1.2rem 1.25rem 1.2rem;
}

.experience-summary,
.experience-highlights {
  padding: 0.25rem 0 0;
}

.experience-lead {
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 0.9rem;
}

.experience-highlights h4 {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  opacity: 0.72;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.experience-highlights ul {
  margin: 0;
  padding-left: 1.1rem;
}

.experience-highlights li + li {
  margin-top: 0.45rem;
}

.experience-panel-footer {
  display: none;
  align-items: center;
  margin: 1rem auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(20, 22, 26, 0.08);
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.28s ease, transform 0.28s ease, border-color 0.2s ease;
}

.experience-card.is-open .experience-panel-footer {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.experience-collapse-link {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0.15rem 0;
  margin: 0;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(20, 22, 26, 0.62);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, text-decoration-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.experience-collapse-link:hover {
  color: rgba(20, 22, 26, 0.9);
  text-decoration-color: rgba(20, 22, 26, 0.9);
  transform: translateY(0.125rem);
}
.experience-collapse-link:active {
  transform: translateY(0);
}
.experience-collapse-link:focus-visible {
  outline: none;
  color: rgba(20, 22, 26, 0.95);
  background-color: rgba(20, 22, 26, 0.04);
  box-shadow: 0 0 0 0.2rem rgba(20, 22, 26, 0.12);
  text-decoration-color: rgba(20, 22, 26, 0.95);
}

.experience-card.is-featured .experience-collapse-link {
  color: rgba(20, 22, 26, 0.7);
}
.experience-card.is-featured .experience-collapse-link:hover, .experience-card.is-featured .experience-collapse-link:focus-visible {
  color: rgba(20, 22, 26, 0.95);
}

@media (max-width: 768px) {
  .experience-panel-footer {
    margin-top: 1rem;
    padding-top: 0.5rem;
  }
  .experience-collapse-link {
    font-size: 0.92rem;
    padding: 0.25rem 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .experience-panel-footer,
  .experience-collapse-link {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .experience-toggle {
    grid-template-columns: auto 2.5rem !important;
  }
  .experience-toggle .experience-main {
    order: 1;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 0.25rem;
  }
  .experience-toggle .experience-chevron {
    order: 2;
  }
  .experience-meta {
    grid-column: 1/-1;
    order: 3;
  }
  .experience-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .experience-period {
    padding-top: 0;
  }
  .experience-toggle {
    padding: 0.75rem;
    gap: 1rem;
    order: 5;
  }
  .experience-grid {
    padding: 0 1rem 1rem;
    gap: 1rem;
  }
}
#welcome {
  position: relative;
  overflow: hidden;
  color: #FFF4F8;
  background-color: #2942FF;
  backdrop-filter: brightness(360%);
}
#welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/lande4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
  will-change: transform, background-position;
}
#welcome::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #2942ff 0, rgba(41, 66, 255, 0) 7%);
}
#welcome > * {
  position: relative;
  z-index: 2;
}
#welcome#welcome p:not(.display-4, .display-5, .display-6), #welcome#welcome li:not(.display-4, .display-5, .display-6), #welcome#welcome dl:not(.display-4, .display-5, .display-6) {
  text-shadow: 0 0 0.25rem hsl(232.9906542056, 100%, -16.9607843137%);
}
#welcome#welcome::before {
  background-size: auto 100vh;
  background-position: top center;
  transform-origin: center center;
  animation: section-image-drift 40s ease-in-out infinite alternate;
}

#about {
  position: relative;
  overflow: hidden;
  color: #14161A;
  background-color: #FF5029;
  backdrop-filter: brightness(360%);
  text-shadow: none;
}
#about::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ff5029 0, rgba(255, 80, 41, 0) 7%);
}
#about#welcome p:not(.display-4, .display-5, .display-6), #about#welcome li:not(.display-4, .display-5, .display-6), #about#welcome dl:not(.display-4, .display-5, .display-6) {
  text-shadow: 0 0 0.25rem hsl(232.9906542056, 100%, -16.9607843137%);
}
#about#welcome::before {
  background-size: auto 100vh;
  background-position: top center;
  transform-origin: center center;
  animation: section-image-drift 40s ease-in-out infinite alternate;
}
#about {
  color: color1;
}
#about p, #about li, #about small, #about dd {
  color: rgba(20, 22, 26, 0.9);
}

#strengths {
  position: relative;
  overflow: hidden;
  color: #FFF4F8;
  background-color: #C929FF;
  backdrop-filter: brightness(360%);
}
#strengths::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1581%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1582%26quot%3b)'%3e%3c/rect%3e%3cpath d='M 0%2c146 C 48%2c130.6 144%2c49.4 240%2c69 C 336%2c88.6 384%2c248.4 480%2c244 C 576%2c239.6 624%2c52.4 720%2c47 C 816%2c41.6 864%2c200.2 960%2c217 C 1056%2c233.8 1104%2c128.4 1200%2c131 C 1296%2c133.6 1392%2c210.2 1440%2c230L1440 560L0 560z' fill='rgba(201%2c 41%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c294 C 28.8%2c321.4 86.4%2c416 144%2c431 C 201.6%2c446 230.4%2c367.4 288%2c369 C 345.6%2c370.6 374.4%2c431.6 432%2c439 C 489.6%2c446.4 518.4%2c384.8 576%2c406 C 633.6%2c427.2 662.4%2c557 720%2c545 C 777.6%2c533 806.4%2c359.2 864%2c346 C 921.6%2c332.8 950.4%2c469.8 1008%2c479 C 1065.6%2c488.2 1094.4%2c387.2 1152%2c392 C 1209.6%2c396.8 1238.4%2c521.8 1296%2c503 C 1353.6%2c484.2 1411.2%2c339 1440%2c298L1440 560L0 560z' fill='rgba(162%2c 27%2c 208%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1581'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='15.28%25' y1='-39.29%25' x2='84.72%25' y2='139.29%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1582'%3e%3cstop stop-color='rgba(187%2c 49%2c 234%2c 1)' offset='0.39'%3e%3c/stop%3e%3cstop stop-color='rgba(20%2c 22%2c 26%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
  will-change: transform, background-position;
}
#strengths::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #c929ff 0, rgba(201, 41, 255, 0) 7%);
}
#strengths > * {
  position: relative;
  z-index: 2;
}
#strengths#welcome p:not(.display-4, .display-5, .display-6), #strengths#welcome li:not(.display-4, .display-5, .display-6), #strengths#welcome dl:not(.display-4, .display-5, .display-6) {
  text-shadow: 0 0 0.25rem hsl(232.9906542056, 100%, -16.9607843137%);
}
#strengths#welcome::before {
  background-size: auto 100vh;
  background-position: top center;
  transform-origin: center center;
  animation: section-image-drift 40s ease-in-out infinite alternate;
}

#approach {
  position: relative;
  overflow: hidden;
  color: #14161A;
  background-color: #29FFE2;
  backdrop-filter: brightness(360%);
}
#approach::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%2329FFE2'/%3E%3Cstop offset='1' stop-color='%231FC1AB'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23FFF4F8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFF4F8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23FFF4F8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFF4F8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.76'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
  will-change: transform, background-position;
}
#approach::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #29ffe2 0, rgba(41, 255, 226, 0) 7%);
}
#approach > * {
  position: relative;
  z-index: 2;
}
#approach#welcome p:not(.display-4, .display-5, .display-6), #approach#welcome li:not(.display-4, .display-5, .display-6), #approach#welcome dl:not(.display-4, .display-5, .display-6) {
  text-shadow: 0 0 0.25rem hsl(232.9906542056, 100%, -16.9607843137%);
}
#approach#welcome::before {
  background-size: auto 100vh;
  background-position: top center;
  transform-origin: center center;
  animation: section-image-drift 40s ease-in-out infinite alternate;
}

#expertise {
  position: relative;
  overflow: hidden;
  color: #FFF4F8;
  background-color: #FF292D;
  backdrop-filter: brightness(360%);
}
#expertise::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23DF2427' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
  will-change: transform, background-position;
}
#expertise::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ff292d 0, rgba(255, 41, 45, 0) 7%);
}
#expertise > * {
  position: relative;
  z-index: 2;
}
#expertise#welcome p:not(.display-4, .display-5, .display-6), #expertise#welcome li:not(.display-4, .display-5, .display-6), #expertise#welcome dl:not(.display-4, .display-5, .display-6) {
  text-shadow: 0 0 0.25rem hsl(232.9906542056, 100%, -16.9607843137%);
}
#expertise#welcome::before {
  background-size: auto 100vh;
  background-position: top center;
  transform-origin: center center;
  animation: section-image-drift 40s ease-in-out infinite alternate;
}

#experience {
  position: relative;
  overflow: hidden;
  color: #14161A;
  background-color: #62FF29;
  backdrop-filter: brightness(360%);
}
#experience::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23318f1a' fill-opacity='0.16'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.16'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
  will-change: transform, background-position;
}
#experience::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #62ff29 0, rgba(98, 255, 41, 0) 7%);
}
#experience > * {
  position: relative;
  z-index: 2;
}
#experience#welcome p:not(.display-4, .display-5, .display-6), #experience#welcome li:not(.display-4, .display-5, .display-6), #experience#welcome dl:not(.display-4, .display-5, .display-6) {
  text-shadow: 0 0 0.25rem hsl(232.9906542056, 100%, -16.9607843137%);
}
#experience#welcome::before {
  background-size: auto 100vh;
  background-position: top center;
  transform-origin: center center;
  animation: section-image-drift 40s ease-in-out infinite alternate;
}

#contact {
  position: relative;
  overflow: hidden;
  color: #14161A;
  background-color: #FFEA29;
  backdrop-filter: brightness(360%);
}
#contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' viewBox='0 0 120 120'%3E%3Cpolygon fill='%2314161A' fill-opacity='0.04' points='120 0 120 60 90 30 60 0 0 0 0 0 60 60 0 120 60 120 90 90 120 60 120 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
  will-change: transform, background-position;
}
#contact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ffea29 0, rgba(255, 234, 41, 0) 7%);
}
#contact > * {
  position: relative;
  z-index: 2;
}
#contact#welcome p:not(.display-4, .display-5, .display-6), #contact#welcome li:not(.display-4, .display-5, .display-6), #contact#welcome dl:not(.display-4, .display-5, .display-6) {
  text-shadow: 0 0 0.25rem hsl(232.9906542056, 100%, -16.9607843137%);
}
#contact#welcome::before {
  background-size: auto 100vh;
  background-position: top center;
  transform-origin: center center;
  animation: section-image-drift 40s ease-in-out infinite alternate;
}

#welcome .section-title,
#strengths .section-title,
#expertise .section-title {
  color: #FFF4F8;
  text-shadow: -0.25rem -0.25rem 0 #14161A, 0.25rem -0.25rem 0 #14161A, -0.25rem 0.25rem 0 #14161A, 0.25rem 0.25rem 0 #14161A;
}

#about .section-title,
#approach .section-title,
#experience .section-title,
#contact .section-title {
  color: #14161A;
  text-shadow: #FFF4F8 0.15rem 0.15rem 0.0725rem, #FFF4F8 -0.125rem -0.125rem 0.0725rem;
}

#experience {
  padding-bottom: 5rem;
}

#about p.lead,
#strengths p.lead,
#approach p.lead,
#experience p.lead {
  background: rgba(255, 244, 248, 0.22);
}

#welcome p.lead,
#expertise p.lead,
#contact p.lead {
  background: rgba(255, 244, 248, 0.12);
}

.badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.badge-group .skill-badge {
  width: auto !important;
}

.skill-badge {
  text-align: center;
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.1rem;
  background: #14161A;
  color: #FFF4F8;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: small;
  text-shadow: none;
}
.skill-badge i {
  font-size: medium;
}

.skill-badge.color1 {
  background: rgba(20, 22, 26, 0.8);
  color: #FFF4F8;
  border-color: rgba(20, 22, 26, 0.5);
}
.skill-badge.color1:hover {
  box-shadow: 0 0.25rem 1rem rgba(20, 22, 26, 0.25);
}

.skill-badge.color2 {
  background: rgba(255, 244, 248, 0.8);
  color: #14161A;
  border-color: rgba(255, 244, 248, 0.5);
}
.skill-badge.color2:hover {
  box-shadow: 0 0.25rem 1rem rgba(255, 244, 248, 0.25);
}

.skill-badge.color3 {
  background: rgba(255, 41, 45, 0.8);
  color: #14161A;
  border-color: rgba(255, 41, 45, 0.5);
}
.skill-badge.color3:hover {
  box-shadow: 0 0.25rem 1rem rgba(255, 41, 45, 0.25);
}

.skill-badge.color4 {
  background: rgba(255, 80, 41, 0.6);
  color: #14161A;
  border-color: rgba(255, 80, 41, 0.5);
}
.skill-badge.color4:hover {
  box-shadow: 0 0.25rem 1rem rgba(255, 80, 41, 0.25);
}

.skill-badge.color5 {
  background: rgba(41, 66, 255, 0.8);
  color: #FFF4F8;
  border-color: rgba(41, 66, 255, 0.5);
}
.skill-badge.color5:hover {
  box-shadow: 0 0.25rem 1rem rgba(41, 66, 255, 0.25);
}

.skill-badge.color6 {
  background: rgba(201, 41, 255, 0.8);
  color: #FFF4F8;
  border-color: rgba(201, 41, 255, 0.5);
}
.skill-badge.color6:hover {
  box-shadow: 0 0.25rem 1rem rgba(201, 41, 255, 0.25);
}

.skill-badge.color7 {
  background: rgba(98, 255, 41, 0.8);
  color: #FFF4F8;
  border-color: rgba(98, 255, 41, 0.5);
}
.skill-badge.color7:hover {
  box-shadow: 0 0.25rem 1rem rgba(98, 255, 41, 0.25);
}

.skill-badge.color8 {
  background: rgba(41, 255, 226, 0.8);
  color: #14161A;
  border-color: rgba(41, 255, 226, 0.5);
}
.skill-badge.color8:hover {
  box-shadow: 0 0.25rem 1rem rgba(41, 255, 226, 0.25);
}

.skill-badge.color9 {
  background: rgba(255, 234, 41, 0.8);
  color: #14161A;
  border-color: rgba(255, 234, 41, 0.5);
}
.skill-badge.color9:hover {
  box-shadow: 0 0.25rem 1rem rgba(255, 234, 41, 0.25);
}

.sidebar {
  width: var(--sidebar-width);
  height: 100vh;
  background: rgba(20, 22, 26, 0.96);
  backdrop-filter: blur(10px);
  overflow-x: hidden;
  padding-top: 1.5rem;
  transition: width 0.6s ease;
}

/* Sidebar state */
.sidebar.collapsed {
  width: var(--sidebar-width-collapsed);
}

.sidebar.collapsed .hide-on-collapse,
.sidebar.collapsed .profile-info {
  opacity: 0;
  visibility: hidden;
}

.sidebar-link {
  color: #FFF4F8;
  white-space: nowrap;
  margin: 0.15rem 0;
  transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}
.sidebar-link.welcome {
  color: #2942FF;
}
.sidebar-link.about {
  color: #FF5029;
}
.sidebar-link.strengths {
  color: #C929FF;
}
.sidebar-link.approach {
  color: #29FFE2;
}
.sidebar-link.expertise {
  color: #FF292D;
}
.sidebar-link.experience {
  color: #62FF29;
}
.sidebar-link.contact {
  color: #FFEA29;
}
.sidebar-link span {
  font-size: clamp(1rem, 1.5vw, 1.175rem);
}
.sidebar-link i {
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.sidebar-link.active {
  color: #FFF4F8;
}
.sidebar-link.active.welcome {
  background-color: #2942FF;
}
.sidebar-link.active.about {
  background-color: #FF5029;
  color: #14161A;
}
.sidebar-link.active.strengths {
  background-color: #C929FF;
}
.sidebar-link.active.approach {
  background-color: #29FFE2;
  color: #14161A;
}
.sidebar-link.active.expertise {
  background-color: #FF292D;
}
.sidebar-link.active.experience {
  background-color: #62FF29;
  color: #14161A;
}
.sidebar-link.active.contact {
  background-color: #FFEA29;
  color: #14161A;
}

.profile-section {
  border-top: 1px solid rgba(20, 22, 26, 0.1);
}

.profile-info {
  transition: opacity 0.2s ease;
  text-align: center;
  color: rgba(255, 244, 248, 0.5);
  font-size: clamp(0.67rem, 0.75vw, 0.75rem);
}

.hide-on-collapse,
.profile-info {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.collapsed .hide-on-collapse,
.collapsed .profile-info {
  opacity: 0;
  visibility: hidden;
}

.toggle-btn {
  border: none;
  background-color: transparent;
  color: #FFEA29;
  z-index: 2;
  cursor: pointer;
  margin: 0 auto 1.5rem;
  width: 3rem;
  height: 3rem;
  position: relative;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  place-items: center;
  overflow: visible;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.toggle-btn i {
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  animation: colorswap 30s cubic-bezier(0.11, 0, 0.5, 0) 0s infinite normal both;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.toggle-btn:hover {
  transform: scale(1.08);
  filter: brightness(1.15);
}
.toggle-btn.attention-blink {
  animation: toggleBlink 0.3s ease-in-out 4;
}
.toggle-btn.auto-collapse-active::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  z-index: -1;
  background: repeating-conic-gradient(#FFEA29 0deg 8deg, transparent 8deg 16deg);
  -webkit-mask: radial-gradient(circle, transparent 60%, black 61%);
  mask: radial-gradient(circle, transparent 60%, black 61%);
  animation: dashedRotate 1.2s linear infinite, dashedProgress 3s linear forwards;
}
.toggle-btn.auto-collapse-active i {
  animation: rotateOnce 3s linear forwards;
}

.collapsed .toggle-btn {
  transform: rotate3d(0, 1, 0, 180deg);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 2000;
  background: #FFEA29;
  color: #14161A;
  padding: 0.6rem 0.9rem;
  border-radius: 0.5rem;
}

.skip-link:focus {
  top: 1rem;
}

.hero-image {
  max-width: min(16rem, 32vw);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(20, 22, 26, 0.12);
}

.btn-linkedin {
  background-color: #0077B5;
}

.btn-wa {
  background-color: #25D366;
  color: #FFF4F8;
}

.modal {
  background-color: rgba(20, 22, 26, 0.5);
}
.modal .modal-content {
  color: #14161A;
  background-color: rgb(208.9347826087, 212.4782608696, 219.5652173913);
}

@keyframes dashedRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dashedProgress {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0.3;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes rotateOnce {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes toggleBlink {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.45;
  }
}
@keyframes glow {
  0% {
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
  }
  100% {
    text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
  }
}
@keyframes colorswap {
  0%, 100% {
    color: #2942FF;
  }
  12.5% {
    color: #FF5029;
  }
  25% {
    color: #C929FF;
  }
  37.5% {
    color: #FF292D;
  }
  50% {
    color: #29FFE2;
  }
  62.5% {
    color: #62FF29;
  }
  75% {
    color: #FFEA29;
  }
  87.5% {
    color: #2942FF;
  }
}
@keyframes section-image-drift {
  0% {
    transform: scale(1) translate3d(0%, 0%, 0);
    opacity: 0.9;
  }
  33% {
    transform: scale(2) translate3d(0%, 10%, 0);
    opacity: 1;
  }
  67% {
    transform: scale(2.6) translate3d(-25%, -8%, 0);
    opacity: 0.98;
  }
  86% {
    transform: scale(1.8) translate3d(-5%, -10%, 0);
    opacity: 0.88;
  }
  100% {
    transform: scale(1) translate3d(0%, 0%, 0);
    opacity: 0.9;
  }
}
@keyframes drift-left {
  0% {
    transform: scale(1) translate3d(0%, 0%, 0);
  }
  100% {
    transform: scale(1.25) translate3d(-25%, 0%, 0);
  }
}
@keyframes drift-up {
  0% {
    transform: scale(1.03) translate3d(0%, 0%, 0);
  }
  100% {
    transform: scale(1.14) translate3d(0%, -4%, 0);
  }
}
@keyframes drift-zoom {
  0% {
    transform: scale(1) translate3d(0%, 0%, 0);
  }
  100% {
    transform: scale(1.5) translate3d(5%, 5%, 0);
  }
}
/* < 560px: alltid collapsed, toggle dold */
@media (max-width: 361px) {
  .main-content {
    margin-left: var(--sidebar-width-collapsed);
  }
  .sidebar {
    width: var(--sidebar-width-collapsed);
  }
  .hide-on-collapse,
  .logo-text,
  .profile-info {
    opacity: 0;
    visibility: hidden;
  }
}
/* About section animated icon background */
#about.about-animated {
  --about-icon-opacity: 0.10;
}
#about.about-animated::before, #about.about-animated::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: var(--about-icon-opacity);
  filter: blur(0.1px);
  will-change: transform, opacity;
  transition: opacity 2.4s ease, background-image 2.4s linear;
}
#about.about-animated::before {
  top: 1rem;
  right: 1rem;
  width: 15vw;
  aspect-ratio: 1/1;
  min-width: 120px;
  max-width: 360px;
  background-image: var(--about-icon-1);
  animation: aboutIconTopMove 24s ease-in-out infinite, aboutIconPulse 15s ease-in-out infinite;
  transform-origin: center center;
}
#about.about-animated::after {
  right: 1.5rem;
  bottom: 1.5rem;
  width: 9vw;
  aspect-ratio: 1/1;
  min-width: 80px;
  max-width: 280px;
  background-image: var(--about-icon-2);
  animation: aboutIconBottomMove 30s ease-in-out infinite, aboutIconPulseAlt 11s ease-in-out infinite;
  transform-origin: center center;
}
#about.about-animated > * {
  position: relative;
  z-index: 1;
}
#about.about-animated.is-swapping::before, #about.about-animated.is-swapping::after {
  opacity: 0;
}

@keyframes aboutIconTopMove {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.15;
  }
  25% {
    transform: translate3d(-10vw, 15vh, 0) scale(1.08);
    opacity: 0.1;
  }
  50% {
    transform: translate3d(-8vw, 17vh, 0) scale(0.92);
    opacity: 0.2;
  }
  60% {
    transform: translate3d(-3vw, -1vh, 0) scale(1.04);
    opacity: 0.12;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.15;
  }
}
@keyframes aboutIconPulse {
  0%, 100% {
    filter: blur(0.1px);
  }
  50% {
    filter: blur(0.5px);
  }
}
@keyframes aboutIconPulseAlt {
  0%, 100% {
    filter: blur(0.15px);
  }
  50% {
    filter: blur(0.6px);
  }
}
#experience::before, #contac::before, #expertise::before {
  background-repeat: repeat;
  background-size: auto;
  animation: none;
  background-position: top left;
}

#strengths::before {
  background-repeat: repeat;
  background-size: 100% 100%;
  animation: none;
  background-position: center center;
}

@media (max-width: 900px) {
  #about.about-animated::before {
    width: 34vw;
    right: 1rem;
    top: 1rem;
  }
  #about.about-animated::after {
    width: 24vw;
    right: 1rem;
    bottom: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  #about.about-animated::before,
  #about.about-animated::after {
    animation: none;
    opacity: 0.18;
  }
}
/* === UX-level experience section upgrades === */
.experience-section .section-header {
  margin-bottom: 1rem;
}

.experience-scanbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: small;
}

.scan-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.1rem;
  box-shadow: inset 0 1px 0 rgba(20, 22, 26, 0.3);
  background: #14161A;
  color: #FFF4F8;
  border-radius: 999px;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.scan-pill:nth-child(1) {
  background-color: #2942FF;
  border-color: rgba(41, 66, 255, 0.5);
}
.scan-pill:nth-child(2) {
  background-color: #FFEA29;
  border-color: rgba(255, 234, 41, 0.5);
  color: #14161A;
}
.scan-pill:nth-child(3) {
  background-color: #C929FF;
  border-color: rgba(201, 41, 255, 0.5);
}
.scan-pill:nth-child(4) {
  background-color: #29FFE2;
  border-color: rgba(41, 255, 226, 0.5);
  color: #14161A;
}
.scan-pill:nth-child(5) {
  background-color: #FF5029;
  border-color: rgba(255, 80, 41, 0.5);
}
.scan-pill:nth-child(6) {
  background-color: #FF292D;
  border-color: rgba(255, 41, 45, 0.5);
}
.scan-pill:nth-child(7) {
  background-color: #62FF29;
  border-color: rgba(98, 255, 41, 0.5);
}
.scan-pill i {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.experience-toolbar {
  margin: 0 0 1.5rem;
}

.experience-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.experience-filter {
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(20, 22, 26, 0.14);
  color: #14161A;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 244, 248, 0.25);
}
.experience-filter:hover {
  transform: translateY(-1px);
  background: rgba(20, 22, 26, 0.2);
}
.experience-filter.is-active {
  background: #14161A;
  color: #FFF4F8;
  box-shadow: 0 0.4rem 1rem rgba(20, 22, 26, 0.18);
}

.experience-group {
  margin-top: 1.5rem;
}

.experience-group-head {
  margin: 4rem auto 1rem;
}

.experience-group-head h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.3rem;
}

.experience-group-head p {
  margin: 0;
  opacity: 0.78;
}

.experience-list-secondary .experience-card {
  background: rgba(255, 244, 248, 0.8);
  color: #14161A;
}
.experience-list-secondary .experience-card.is-open {
  background: rgba(255, 244, 248, 0.92);
}

/* stronger recruiter scanning */
.experience-main {
  align-items: start;
}

.experience-period {
  align-self: start;
  order: 2;
}

.experience-company {
  font-weight: 600;
}

/* Restore patterned backgrounds for final sections */
#expertise::before,
#experience::before {
  opacity: 0.45;
}

#contact::before {
  background-repeat: initial;
  background-size: auto;
}

/* About icon path correction */
@keyframes aboutIconBottomMove {
  0% {
    transform: translate3d(5vw, 5vh, 0) scale(1);
    opacity: 0.11;
  }
  25% {
    transform: translate3d(7vw, 50vh, 0) scale(1.02);
    opacity: 0.13;
  }
  50% {
    transform: translate3d(12vw, 70vh, 0) scale(1.06);
    opacity: 0.19;
  }
  75% {
    transform: translate3d(10vw, 50vh, 0) scale(0.98);
    opacity: 0.17;
  }
  100% {
    transform: translate3d(5vw, 5vh, 0) scale(1);
    opacity: 0.11;
  }
}
/* scrollspy premium cue */
@media (max-width: 991.98px) {
  .experience-filter-group {
    overflow: auto;
    padding-bottom: 0.25rem;
  }
  .experience-scanbar {
    gap: 0.5rem;
  }
}
/* =========================
   STICKY HEADERS + SNAP FEEL + ACTIVE INDICATOR
========================== */
html {
  scroll-behavior: smooth;
}

body {
  overscroll-behavior-y: contain;
}

main.main-content {
  scroll-snap-type: y proximity;
}

.content-section {
  scroll-snap-align: start;
}

.content-section > header {
  top: 0;
  z-index: 20;
}

.sidebar-link {
  position: relative;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.sidebar-link i {
  transition: transform 0.22s ease, opacity 0.22s ease;
}

/* =========================
   EXPERIENCE CARD REDESIGN
========================== */
.experience-section .section-intro,
.experience-section .experience-group-head p,
.experience-summary p,
.experience-highlights li,
.experience-lead {
  color: rgba(20, 22, 26, 0.9);
  text-shadow: none !important;
}

.experience-period {
  color: rgba(20, 22, 26, 0.68);
}

.experience-company {
  color: rgba(20, 22, 26, 0.72);
}

.experience-panel {
  color: #14161A;
}

.experience-highlights h4 {
  color: rgba(20, 22, 26, 0.72);
}

.experience-filter {
  border: 1px solid rgba(20, 22, 26, 0.14);
  background: rgba(255, 244, 248, 0.82);
  color: rgba(20, 22, 26, 0.86);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.experience-filter:hover, .experience-filter:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 244, 248, 0.96);
  box-shadow: 0 0.55rem 1rem rgba(255, 244, 248, 0.1);
}
.experience-filter.is-active {
  background: rgba(20, 22, 26, 0.92);
  border-color: rgba(20, 22, 26, 0.92);
  color: #FFF4F8;
}

.experience-tooltip {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  max-width: 18rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, rgba(20, 22, 26, 0.94), rgba(20, 22, 26, 0.96));
  color: rgba(255, 244, 248, 0.96);
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 244, 248, 0.08);
  box-shadow: 0 0.35rem 0.8rem rgba(20, 22, 26, 0.18), 0 1rem 2rem rgba(20, 22, 26, 0.18);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.96);
  transform-origin: top left;
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0.18s;
  will-change: left, top, opacity, transform;
}

.experience-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0s;
}

@media (prefers-reduced-motion: reduce) {
  .experience-tooltip {
    transition: opacity 0.12s ease, visibility 0s linear 0.12s;
  }
  .experience-tooltip.is-visible {
    transition: opacity 0.12s ease, visibility 0s linear 0s;
  }
}
/* =========================
   WCAG AA IMPROVEMENTS
========================== */
.skip-link:focus {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2000;
  padding: 0.7rem 1rem;
  background: #fff;
  color: #000;
  border-radius: 0.75rem;
  box-shadow: 0 0.6rem 1.4rem rgba(20, 22, 26, 0.22);
}

@media (max-width: 991.98px) {
  .sidebar-link:focus, .sidebar-link:focus-visible, .sidebar-link:active, .sidebar-link:hover,
  .experience-toggle:focus,
  .experience-toggle:focus-visible,
  .experience-toggle:active,
  .experience-toggle:hover,
  .experience-filter:focus,
  .experience-filter:focus-visible,
  .experience-filter:active,
  .experience-filter:hover,
  .toggle-btn:focus,
  .toggle-btn:focus-visible,
  .toggle-btn:active,
  .toggle-btn:hover {
    opacity: 1;
  }
}
/* =========================
   PARALLAX DEPTH + SECTION TRANSITIONS
========================== */
.content-section {
  --section-parallax-y: 0px;
  --section-parallax-scale: 1.08;
  --section-parallax-glow-y: 0px;
  --section-depth-opacity: 0.18;
  transform: translateZ(0);
  isolation: isolate;
}
.content-section::before {
  transform: translate3d(0, var(--section-parallax-y), 0) scale(var(--section-parallax-scale));
  transition: opacity 0.28s ease;
}
.content-section::after {
  background: linear-gradient(90deg, rgba(var(--section-solid-rgb, 20, 22, 26), 0.94) 0, rgba(var(--section-solid-rgb, 20, 22, 26), 0) 8%), radial-gradient(circle at 78% 24%, rgba(255, 244, 248, calc(var(--section-depth-opacity) * 0.38)) 0, rgba(255, 244, 248, 0) 34%);
  background-repeat: no-repeat;
  background-position: left top, center calc(50% + var(--section-parallax-glow-y));
  background-size: 100% 100%, 120% 120%;
  transition: background-position 0.18s linear, opacity 0.28s ease;
}
.content-section.is-section-near::before {
  opacity: 1;
}

.content-section > * {
  transform: translate3d(0, var(--section-content-parallax, 0px), 0);
  transition: transform 0.12s linear;
}

#welcome {
  --section-solid-rgb: 41, 66, 255;
}

#about {
  --section-solid-rgb: 255, 80, 41;
}

#strengths {
  --section-solid-rgb: 201, 41, 255;
}

#approach {
  --section-solid-rgb: 41, 255, 226;
}

#expertise {
  --section-solid-rgb: 255, 41, 45;
}

#experience {
  --section-solid-rgb: 98, 255, 41;
}

#contact {
  --section-solid-rgb: 255, 234, 41;
}

@media (prefers-reduced-motion: reduce) {
  .content-section::before,
  .content-section::after {
    transition: none;
  }
}/*# sourceMappingURL=2k38.css.map */