:root {
  --ink: #07224a;
  --ink-2: #0f3a75;
  --blue: #078ee4;
  --blue-2: #11b3ff;
  --muted: #466383;
  --line: #cfe3f5;
  --panel: rgba(255, 255, 255, 0.92);
  --soft-panel: #eef8ff;
  --dark: #07192e;
  --dark-2: #0b2848;
  --shadow: 0 18px 50px rgba(6, 26, 49, 0.18);
  --mountain: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2400&q=85");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ink);
  background: #061728;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.ambient-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 15, 29, 0.95), rgba(6, 27, 49, 0.78), rgba(3, 15, 29, 0.95)),
    var(--mountain) center / cover no-repeat;
}

.ambient-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 12, 24, 0.44);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.portfolio-shell {
  width: min(1920px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 382px minmax(0, 1fr);
  background: rgba(255, 255, 255, 0.02);
}

.sidebar {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 38px 32px 44px;
  color: #eaf7ff;
  background:
    linear-gradient(180deg, rgba(5, 17, 33, 0.86), rgba(7, 24, 43, 0.97)),
    var(--mountain) 24% center / cover no-repeat;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08);
}

.profile-ring {
  width: 248px;
  height: 248px;
  padding: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.profile-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.sidebar .profile-ring {
  margin: 0 auto 34px;
}

.side-section {
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: 1px solid rgba(126, 190, 234, 0.46);
}

.side-section h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.15;
}

.side-section h2 i {
  width: 34px;
  color: #93d7ff;
  font-size: 34px;
}

.side-section a {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  color: #daf1ff;
  font-size: 19px;
  line-height: 1.35;
  transition: color 160ms ease, transform 160ms ease;
}

.side-section a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.side-section a i {
  width: 30px;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
}

.quick-links .end-icon {
  width: auto;
  margin-left: auto;
  font-size: 16px;
  color: #d8f2ff;
}

.side-script,
.hero-script,
.build-link span {
  font-family: "Caveat", cursive;
  font-weight: 600;
}

.side-script {
  margin: 76px 0 0 78px;
  color: #ffffff;
  font-size: 56px;
  line-height: 0.82;
  transform: rotate(-9deg);
}

.side-script::after {
  content: "";
  display: block;
  width: 158px;
  height: 2px;
  margin: 20px 0 0 -10px;
  background: #8cd5ff;
  transform: rotate(-12deg);
}

.main-panel {
  min-width: 0;
  background: #ffffff;
}

.hero {
  position: relative;
  min-height: 270px;
  padding: 74px 78px 46px 54px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(8, 26, 46, 0.96), rgba(9, 37, 67, 0.78) 42%, rgba(6, 20, 36, 0.2)),
    var(--mountain) center / cover no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.roles {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 14px 0 6px;
  padding-bottom: 10px;
  width: fit-content;
  color: #f5fbff;
  border-bottom: 1px solid rgba(180, 222, 255, 0.45);
  font-size: 28px;
  line-height: 1.3;
}

.roles span {
  width: 2px;
  height: 28px;
  background: rgba(255, 255, 255, 0.78);
}

.tagline {
  margin: 0;
  color: #bde8ff;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
}

.tagline::after {
  content: "";
  display: none;
  width: 78px;
  height: 5px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: var(--blue-2);
}

.hero-script {
  position: absolute;
  right: 76px;
  top: 70px;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 0.95;
  text-align: center;
  transform: rotate(-9deg);
}

.hero-script::after {
  content: "";
  display: block;
  width: 142px;
  height: 2px;
  margin: 20px auto 0;
  background: #ffffff;
  transform: rotate(-8deg);
}

.social-pills,
.mobile-tools,
.mobile-profile {
  display: none;
}

.resume-grid {
  padding: 24px 26px 44px;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(470px, 1.12fr) minmax(300px, 0.55fr);
  gap: 18px;
  align-items: start;
  background:
    radial-gradient(circle at 0 0, rgba(236, 248, 255, 0.8), transparent 34%),
    #ffffff;
}

.panel,
.projects-section,
.contact-strip,
.quote-card {
  border: 1px solid var(--line);
  border-radius: 14px;
}

.panel {
  padding: 22px;
  background: var(--panel);
  box-shadow: 0 12px 34px rgba(8, 54, 98, 0.06);
}

.skills-panel {
  grid-column: 2 / 4;
  background: linear-gradient(135deg, #f7fcff, #e8f6ff);
}

.timeline-panel {
  grid-column: 1;
}

.projects-section {
  grid-column: 2;
  grid-row: 2 / span 2;
  padding: 0 0 4px;
  border-color: transparent;
  background: transparent;
}

.looking-panel {
  grid-column: 3;
  grid-row: 2;
  background: linear-gradient(135deg, #f7fbff, #eef3ff);
}

.education-panel {
  grid-column: 1;
}

.quote-card {
  grid-column: 3;
  padding: 30px 28px;
  color: #dcefff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(8, 27, 48, 0.92), rgba(3, 14, 28, 0.96)),
    var(--mountain) center / cover no-repeat;
  box-shadow: 0 16px 36px rgba(6, 23, 42, 0.18);
}

.contact-strip {
  grid-column: 1 / 4;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  color: #ffffff;
  background:
    linear-gradient(100deg, rgba(5, 22, 40, 0.96), rgba(7, 31, 56, 0.92)),
    var(--mountain) center / cover no-repeat;
  box-shadow: 0 18px 44px rgba(5, 19, 37, 0.18);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.section-heading.animate-title i {
  transform: scale(0.86) rotate(-8deg);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 600ms ease;
}

.section-heading.animate-title h2 {
  display: inline-block;
  background: linear-gradient(90deg, var(--ink), #0077d8, var(--ink));
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.section-heading.animate-title.in-view i {
  transform: scale(1) rotate(0deg);
  filter: drop-shadow(0 8px 16px rgba(7, 142, 228, 0.2));
}

.section-heading.animate-title.in-view h2 {
  animation: headingShine 1.25s ease both;
}

.text-animate {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 720ms ease;
  transition-delay: var(--delay, 0ms);
}

.text-animate.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.skill.text-animate .meter span {
  width: 0 !important;
  transition: width 950ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.skill.text-animate.in-view .meter span {
  width: var(--skill-width, 0%) !important;
}

.project.text-animate,
.timeline-item.text-animate {
  transform: translateY(22px) scale(0.98);
}

.project.text-animate.in-view,
.timeline-item.text-animate.in-view {
  transform: translateY(0) scale(1);
}

.project.text-animate.in-view img {
  animation: imageLift 850ms ease both;
}

@keyframes headingShine {
  from {
    background-position: 120% 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes imageLift {
  from {
    transform: scale(0.96);
  }

  to {
    transform: scale(1);
  }
}

.section-heading i {
  width: 42px;
  color: var(--blue);
  font-size: 38px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 29px;
  line-height: 1.12;
  font-weight: 800;
}

.section-heading.light h2,
.section-heading.light i {
  color: #ffffff;
}

.about-panel p {
  margin: 0;
  max-width: 720px;
  color: #092651;
  font-size: 18px;
  line-height: 1.7;
}

.traits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #dcecf8;
}

.traits span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
}

.traits i {
  color: var(--blue);
  font-size: 28px;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 34px;
  padding: 8px 10px 0;
}

.skill {
  min-height: 120px;
  text-align: center;
}

.skill i {
  font-size: 48px;
}

.skill h3 {
  margin: 10px 0 9px;
  color: #102c56;
  font-size: 16px;
  line-height: 1.2;
}

.skill p {
  margin: 6px 0 0;
  color: #183b6a;
  font-size: 14px;
}

.skill.html i { color: #ef4b24; }
.skill.css i { color: #1f9ee8; }
.skill.js i { color: #e6ba16; }
.skill.react i { color: #15afea; }
.skill.node i { color: #5fb548; }
.skill.python i { color: #3776ab; }
.skill.figma i { color: #21b995; }
.skill.github i { color: #e84d32; }
.skill.github .secondary-icon {
  margin-left: 8px;
  color: #0a1b32;
}

.meter {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #b9cee0;
}

.meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0085ff, #0bbdff);
}

.js .meter span { background: linear-gradient(90deg, #ffbc24, #ffc125 72%, #7ccca5); }
.node .meter span,
.figma .meter span { background: linear-gradient(90deg, #0799ed, #66d36f); }

.timeline {
  position: relative;
  display: grid;
  gap: 28px;
  margin-top: 14px;
  padding-left: 42px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  bottom: 8px;
  width: 2px;
  background: #b5cde4;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -39px;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px #eef8ff;
}

.timeline-item h3 {
  margin: 0 0 4px;
  color: #0a2d5e;
  font-size: 18px;
  line-height: 1.3;
}

.meta,
.study,
.timeline-item li {
  color: #143866;
  font-size: 14px;
  line-height: 1.55;
}

.meta {
  margin: 0 0 6px;
}

.meta span {
  display: inline-block;
  margin: 0 10px;
  color: #7f9cba;
}

.timeline-item ul {
  margin: 4px 0 0;
  padding-left: 20px;
}

.study {
  margin: 2px 0 0;
  font-style: italic;
}

.timeline.compact {
  gap: 24px;
}

.row-heading {
  justify-content: space-between;
  margin-bottom: 18px;
}

.row-heading > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.row-heading a {
  color: #006fd0;
  font-size: 15px;
  font-weight: 600;
}

.project-list {
  display: grid;
  gap: 18px;
}

.project {
  display: grid;
  grid-template-columns: 242px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.project img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d7e5f1;
  box-shadow: 0 8px 22px rgba(10, 37, 67, 0.11);
}

.project h3 {
  margin: 0;
  color: #0a2d5e;
  font-size: 17px;
}

.project-type {
  margin: 2px 0 10px;
  color: #143866;
  font-size: 14px;
  font-weight: 500;
}

.project p {
  margin: 0 0 10px;
  color: #234c7d;
  font-size: 14px;
  line-height: 1.45;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  padding: 4px 12px;
  border-radius: 6px;
  color: #0b4d88;
  background: #dcefff;
  font-size: 12px;
  font-weight: 500;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #173f72;
  font-size: 16px;
}

.check-list i {
  color: #0b4b83;
}

.quote-card > i {
  color: #9ddcff;
  font-size: 38px;
}

.quote-card blockquote {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.45;
  font-style: italic;
}

.quote-card p {
  margin: 0;
  color: #bde7ff;
  font-size: 14px;
}

.contact-strip p {
  margin: 0 0 18px;
  max-width: 600px;
  color: #e3f3ff;
  font-size: 16px;
  line-height: 1.5;
}

.contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-chips a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 600;
}

.build-link {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: #42c4ff;
}

.build-link span {
  font-size: 38px;
  line-height: 0.9;
  transform: rotate(-8deg);
}

.build-link i {
  margin-bottom: 8px;
  font-size: 24px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px 30px;
  color: #0e305d;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 86px 18px 18px;
  background: rgba(2, 14, 28, 0.72);
}

.mobile-drawer.open {
  display: flex;
}

.drawer-card {
  width: min(420px, 100%);
  padding: 22px;
  border: 1px solid rgba(170, 222, 255, 0.28);
  border-radius: 18px;
  color: #eaf7ff;
  background: #07192e;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.drawer-card h2 {
  margin: 0 0 16px;
  color: #ffffff;
}

.drawer-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}

.drawer-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

body.soft-theme {
  --panel: rgba(255, 255, 255, 0.98);
  --soft-panel: #f7fcff;
}

@media (max-width: 1380px) {
  .portfolio-shell {
    grid-template-columns: 330px minmax(0, 1fr);
  }

  .sidebar {
    padding: 34px 28px;
  }

  .sidebar .profile-ring {
    width: 220px;
    height: 220px;
  }

  .side-section a {
    font-size: 16px;
  }

  .hero {
    padding-left: 48px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .roles {
    font-size: 23px;
  }

  .resume-grid {
    grid-template-columns: minmax(360px, 1fr) minmax(430px, 1.1fr) minmax(270px, 0.62fr);
  }

  .project {
    grid-template-columns: 200px minmax(0, 1fr);
  }
}

@media (max-width: 1120px) {
  .portfolio-shell {
    display: block;
    width: min(720px, 100%);
    background: transparent;
  }

  .sidebar {
    display: none;
  }

  .main-panel {
    min-height: 100vh;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.35);
  }

  .hero {
    min-height: 380px;
    padding: 18px 24px 28px;
    display: block;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(7, 26, 48, 0.58), rgba(5, 19, 36, 0.94)),
      var(--mountain) center / cover no-repeat;
  }

  .mobile-tools {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .icon-control,
  .theme-pill {
    border: 0;
    color: #ffffff;
    background: rgba(5, 22, 42, 0.64);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    cursor: pointer;
  }

  .icon-control {
    width: 56px;
    height: 48px;
    border-radius: 12px;
    font-size: 32px;
  }

  .theme-pill {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: 96px;
    height: 48px;
    padding: 0 16px;
    border-radius: 22px;
    font-size: 22px;
  }

  .mobile-profile {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .roles {
    gap: 13px;
    margin: 8px 0 8px;
    padding: 0;
    border: 0;
    font-size: 21px;
  }

  .roles span {
    width: 1px;
    height: 22px;
  }

  .tagline {
    font-size: 18px;
  }

  .tagline::after {
    display: block;
  }

  .social-pills {
    display: flex;
    gap: 14px;
    margin-top: 22px;
  }

  .social-pills a {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(9, 38, 70, 0.78);
    border: 1px solid rgba(156, 218, 255, 0.36);
    box-shadow: 0 12px 28px rgba(3, 15, 28, 0.22);
    font-size: 21px;
  }

  .hero-script {
    display: none;
  }

  .resume-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 18px 24px;
    border-radius: 18px 18px 0 0;
    margin-top: -8px;
  }

  .panel,
  .projects-section,
  .contact-strip,
  .quote-card,
  .skills-panel,
  .timeline-panel,
  .education-panel,
  .looking-panel {
    grid-column: auto;
    grid-row: auto;
  }

  .panel {
    padding: 18px;
  }

  .about-panel p {
    font-size: 17px;
    line-height: 1.55;
  }

  .traits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .traits span {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    text-align: center;
    font-size: 12px;
  }

  .skills-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 22px;
  }

  .project-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
  }

  .project {
    display: block;
  }

  .project img {
    aspect-ratio: 1.55 / 1;
  }

  .project h3 {
    margin-top: 8px;
    font-size: 13px;
  }

  .project-type {
    margin-bottom: 0;
    font-size: 11px;
  }

  .project p,
  .tags {
    display: none;
  }

  .looking-panel,
  .quote-card {
    display: none;
  }

  .contact-strip {
    padding: 18px;
  }

  .build-link span {
    font-size: 32px;
  }
}

@media (max-width: 620px) {
  .portfolio-shell {
    width: min(100%, 430px);
  }

  .hero {
    min-height: 350px;
    padding-inline: 16px;
  }

  .icon-control {
    width: 48px;
    height: 42px;
    font-size: 27px;
  }

  .theme-pill {
    min-width: 82px;
    height: 42px;
    gap: 13px;
    font-size: 18px;
  }

  .mobile-profile {
    width: 136px;
    height: 136px;
    padding: 6px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .roles {
    font-size: 17px;
  }

  .tagline {
    font-size: 16px;
  }

  .social-pills a {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .resume-grid {
    padding-inline: 14px;
  }

  .section-heading {
    gap: 12px;
  }

  .section-heading i {
    width: 34px;
    font-size: 32px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .about-panel p {
    font-size: 15px;
  }

  .traits {
    grid-template-columns: repeat(4, 1fr);
  }

  .traits i {
    font-size: 24px;
  }

  .skills-grid {
    gap: 18px 16px;
  }

  .skill {
    min-height: 104px;
  }

  .skill i {
    font-size: 40px;
  }

  .skill h3 {
    min-height: 32px;
    display: grid;
    place-items: center;
    margin: 8px 0 7px;
    font-size: 13px;
  }

  .skill p {
    font-size: 12px;
  }

  .timeline {
    gap: 24px;
    padding-left: 36px;
  }

  .timeline-item::before {
    left: -35px;
  }

  .timeline-item h3 {
    font-size: 16px;
  }

  .meta,
  .study,
  .timeline-item li {
    font-size: 12px;
  }

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

  .row-heading a {
    font-size: 12px;
  }

  .project-list {
    gap: 10px;
  }

  .contact-strip {
    display: block;
  }

  .contact-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .build-link {
    justify-content: flex-end;
    margin-top: 18px;
  }

  .footer {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 26px;
  }

  .roles {
    font-size: 15px;
    gap: 9px;
  }

  .skills-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-list {
    grid-template-columns: 1fr;
  }

  .project {
    display: grid;
    grid-template-columns: 116px 1fr;
    gap: 10px;
    align-items: center;
  }
}
