html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Prevent horizontal overflow and ensure text wrapping */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
td,
th,
.medium-s,
.medium-xs {
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
  hyphens: none;
}














h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Ensure paragraph styling applies even with utility classes */
p.medium-s,
p.medium-xs,
p.medium-l,
p.color-white-opacity-50,
p.color-white-opacity-30,
p.color-white-opacity-65 {
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}






fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  border: 0;
}




label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}


















































@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px) {}
































































@media screen and (max-width: 767px) {}






























@media (min-width: 768px) {}


































[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}














@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px) {}











@media screen and (max-width: 479px) {}


@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}




:root {
  --black: #000;
  --white: white;
  --white-opacity--15: #ffffff26;
  --black-opacity--85: #000000d9;
  --white-opacity--10: #ffffff1a;
  --black-opacity--20: #0003;
  --white-opacity--30: #ffffff4d;
  --yellow-opacity--35: #ffc42759;
  --black-opacity--45: #00000073;
  --white-opacity--5: #ffffff0d;
  --green: #2ef171;
  --white-opacity--50: #ffffff80;
  --white-opacity--65: #ffffffa6;
  --yellow: #ffc427;
  --blue: #20d7ff;
  --purple: #e63946;
  --purple-opacity--3: #e6394608;
  --yellow-opacity--10: #ffc4271a;
  --purple-opacity--10: #e639461a;
  --green-opacity--10: #2ef1711a;
  --blue-opacity--10: #20d7ff1a;
  --yellow-opacity--20: #ffc42733;
  --yellow-opacity--5: #ffc4270d;
  --purple-opacity--20: #e6394633;
  --purple-opacity--5: #e639460d;
  --green-opacity--20: #2ef17133;
  --green-opacity--5: #2ef1710d;
  --blue-opacity--20: #20d7ff33;
  --blue-opacity--5: #20d7ff0d;
  --white-opacity--20: #fff3;
  --yellow-opacity--3: #ffc42708;
  --green-opacity--3: #2ef17108;
  --green-opacity--35: #2ef17159;
  --blue-opacity--35: #20d7ff59;
  --blue-opacity--3: #20d7ff08;
  --white-opacity--3: #ffffff08;
  --purple-opacity--35: #e6394659;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
}

/* Ensure all text elements use Inter regular 400 and whiter text */
body,
body * {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Default font-weight for text elements */
span,
div,
li,
td,
th {
  font-weight: 400;
}

h1 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 112%;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Ensure paragraph styling applies even with utility classes */
p.medium-s,
p.medium-xs,
p.medium-l,
p.color-white-opacity-50,
p.color-white-opacity-30,
p.color-white-opacity-65 {
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

a {
  color: var(--white);
  text-decoration: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  max-width: 100%;
  display: inline-block;
}

.page-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 48px;
  display: flex;
}

.page-wrapper.home-page {
  background-image: linear-gradient(135deg, #ffce4c, #ff6321 75%);
}

.page-wrapper.about-page {
  background-image: linear-gradient(135deg, #ffe353, #ffc121 75%);
}

.page-wrapper.portfolio-page {
  background-image: linear-gradient(135deg, #e63946, #ff4500 75%);
}

.page-wrapper.services-page {
  background-image: linear-gradient(135deg, #2ef171, #10983f 75%);
}

.page-wrapper.contact-page {
  background-image: linear-gradient(135deg, #20d7ff, #00a5cd 75%);
}

.page-wrapper.maintenance-page {
  background-image: linear-gradient(135deg, #5a5a5a, #383838 75%);
}

.page-screen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-opacity--15);
  background-color: var(--black-opacity--85);
  border-radius: 18px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 1440px;
  max-height: 1080px;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
}

.screen-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--10);
  background-color: var(--black-opacity--20);
  -webkit-user-select: none;
  user-select: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 18px 20px;
  display: flex;
  position: relative;
}

.screen-header-circles {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 20px;
}

.screen-header-circle {
  background-color: var(--white-opacity--15);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: background-color .3s;
}

.screen-header-circle:hover {
  background-color: var(--white-opacity--30);
}

.medium-s.menu-item-text {
  flex: 1;
  transform: translate(-14px);
  font-weight: 600;
}

.medium-s.award-name {
  flex: 1;
  margin-right: 20px;
}

.medium-s.award-year {
  color: var(--yellow-opacity--35);
  text-align: right;
  min-width: 50px;
  flex-shrink: 0;
}

.color-white-opacity-30 {
  color: var(--white-opacity--30);
}

/* Bold styling for Santhosh Ratnam name */
.screen-header .medium-s.color-white-opacity-30 {
  font-weight: 600;
}

.person-info .medium-s:first-child {
  font-weight: 600;
}

.screen-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.side-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--white-opacity--10);
  background-color: var(--black-opacity--20);
  flex-flow: column;
  width: 25%;
  height: 100%;
  display: flex;
}

.person-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--10);
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 32px 32px;
  display: flex;
}

.person-avatar-wrapper {
  border: 1px solid var(--white-opacity--5);
  background-color: var(--white-opacity--5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
}

.person-avatar {
  width: 48px;
  height: 48px;
  display: block;
}

.status-indicator {
  background-color: var(--green);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto 4px 4px auto;
}

.person-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.color-white-opacity-50 {
  color: rgba(255, 255, 255, 0.85);
}

.menu-items-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  flex: 1;
  padding: 20px 16px;
  display: flex;
  overflow: auto;
}

.menu-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px;
  min-height: 44px;
  display: flex;
  position: relative;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  touch-action: manipulation;
}

.menu-item:active {
  background-color: var(--white-opacity--10);
  box-shadow: inset 0 1px 0 0 var(--white-opacity--15);
}

.menu-item.active .menu-item-circle {
  transform: scale(1) !important;
}

.menu-item.active .menu-item-text {
  transform: translateX(0) !important;
}

.menu-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.menu-item-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-item-circle {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transform: scale(0);
}

.counter {
  position: relative;
}

.medium-xs {
  font-size: 12px;
  line-height: 112%;
  font-weight: 400;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Global text styling for medium-s and medium-xs when used in paragraphs or text elements */
.medium-s,
.medium-xs,
.medium-l {
  font-weight: 400;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Make text whiter when used with opacity classes */
.medium-s.color-white-opacity-50,
.medium-xs.color-white-opacity-50,
.medium-l.color-white-opacity-50 {
  color: rgba(255, 255, 255, 0.85) !important;
}

.medium-xs.counter-text {
  z-index: 1;
  color: var(--white-opacity--65);
  display: block;
  position: relative;
}

.medium-xs.tech-stack-name {
  opacity: 1;
  position: relative;
  margin-top: 10px;
  transition: opacity 500ms ease, filter 500ms ease;
}

.counter-background {
  z-index: 0;
  background-color: var(--white-opacity--10);
  border-radius: 6px;
  position: absolute;
  inset: -5px -6px -4px;
}

.bg-color-yellow {
  background-color: var(--yellow);
}

.bg-color-blue {
  background-color: var(--blue);
}

.bg-color-green {
  background-color: var(--green);
}

.bg-color-purple {
  background-color: var(--purple);
}

.side-menu-button-wrapper {
  border-top: 1px solid var(--white-opacity--10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.primary-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--5);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white-opacity--5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--5);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white-opacity--5);
  background-color: var(--white-opacity--10);
  color: var(--white-opacity--65);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  min-height: 44px;
  transition-property: box-shadow;
  transition-duration: .35s;
  transition-timing-function: ease;
  display: flex;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  touch-action: manipulation;
}

.primary-button:hover {
  box-shadow: inset 0 1px 0 0 var(--white-opacity--30);
}

.primary-button:active {
  background-color: var(--white-opacity--15);
}

.primary-button:focus {
  box-shadow: inset 0 1px 0 0 var(--white-opacity--30);
}

.primary-button-icon {
  opacity: .65;
  width: 16px;
  height: 16px;
}

.page-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 75%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.home-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--white-opacity--10);
  background-color: var(--purple-opacity--3);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 48px 48px;
  display: flex;
}

.home-hero-avatar-wrapper {
  border: 1px solid var(--white-opacity--5);
  background-color: var(--white-opacity--5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.home-hero-avatar {
  width: 96px;
  height: 96px;
}

.hero-text-grid {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  flex: 1;
  display: grid;
}

.hero-text-grid .h1 {
  grid-column: 1;
  align-self: start;
  margin: 0;
  margin-bottom: 0;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
  text-align: left;
  hyphens: none;
  margin-top: 50px;
}

.hero-text-grid .medium-s {
  grid-column: 2;
  align-self: start;
  margin: 0;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
  text-align: left;
  hyphens: none;
}

.max-width-400-tablet-320-mobile-280 {
  max-width: 400px;
}

.max-width-296-tablet-400 {
  max-width: 296px;
}

/* Mission Section */
.mission-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 50px 0;
}

.mission-card {
  width: 85%;
  max-width: 1100px;
  padding: 32px;
  border-radius: 22px;

  /* Glassmorphism */
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.08);

  /* Soft Glow */
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.05);

  text-align: center;
  animation: fadeIn 0.6s ease-out;
}

.mission-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.mission-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.95;
  line-height: 1.5;
}

/* Smooth entry animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quick-links-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 48px 48px;
  display: grid;
}

.quick-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 376px;
  padding: 24px 24px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-link-block:hover,
.quick-link-block:focus {
  box-shadow: inset 0 1px 0 0 var(--white-opacity--30);
}

.quick-link-block.yellow-link-block {
  border: 1px solid var(--yellow-opacity--10);
  background-color: var(--yellow-opacity--10);
  color: var(--yellow);
}

.quick-link-block.yellow-link-block:hover {
  background-color: rgba(255, 196, 39, 0.12);
}

.quick-link-block.purple-link-block {
  border: 1px solid var(--purple-opacity--10);
  background-color: var(--purple-opacity--10);
  color: var(--purple);
}

.quick-link-block.purple-link-block:hover {
  background-color: rgba(230, 57, 70, 0.12);
}

.quick-link-block.green-link-block {
  border: 1px solid var(--green-opacity--10);
  background-color: var(--green-opacity--10);
  color: var(--green);
}

.quick-link-block.green-link-block:hover {
  background-color: rgba(46, 241, 113, 0.12);
}

.quick-link-block.blue-link-block {
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--10);
  color: var(--blue);
}

.quick-link-block.blue-link-block:hover {
  background-color: rgba(32, 215, 255, 0.12);
}

.chips {
  border: 1px solid var(--white-opacity--10);
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--white-opacity--65);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.chips.yellow-chips {
  border-color: var(--yellow-opacity--20);
  background-color: var(--yellow-opacity--5);
  color: var(--yellow);
}

.chips.purple-chips {
  border-color: var(--purple-opacity--20);
  background-color: var(--purple-opacity--5);
  color: var(--purple);
}

.chips.green-chips {
  border-color: var(--green-opacity--20);
  background-color: var(--green-opacity--5);
  color: var(--green);
}

.chips.blue-chips {
  border-color: var(--blue-opacity--20);
  background-color: var(--blue-opacity--5);
  color: var(--blue);
}

.h2.quick-link-block-heading {
  max-width: 200px;
}

.quick-link-block-icon-wrapper {
  border: 1px solid var(--white-opacity--5);
  background-color: var(--white-opacity--5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: absolute;
  inset: auto -16px -24px auto;
}

.quick-link-block-icon-wrapper.yellow-icon-wrapper {
  border: 1px solid var(--yellow-opacity--5);
  background-color: var(--yellow-opacity--5);
}

.quick-link-block-icon-wrapper.purple-icon-wrapper {
  border: 1px solid var(--purple-opacity--5);
  background-color: var(--purple-opacity--5);
}

.quick-link-block-icon-wrapper.green-icon-wrapper {
  border: 1px solid var(--green-opacity--5);
  background-color: var(--green-opacity--5);
}

.quick-link-block-icon-wrapper.blue-icon-wrapper {
  border: 1px solid var(--blue-opacity--5);
  background-color: var(--blue-opacity--5);
}

.quick-link-block-icon {
  width: 56px;
  height: 56px;
}

.quick-link-border {
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.quick-link-border.yellow-border {
  background-color: var(--yellow);
}

.quick-link-border.purple-border {
  background-color: var(--purple);
}

.quick-link-border.green-border {
  background-color: var(--green);
}

.quick-link-border.blue-border {
  background-color: var(--blue);
}

.quick-link-block-glow-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.quick-link-block-glow {
  filter: blur(50px);
  border-radius: 100px;
  width: 280px;
  height: 80px;
  margin-top: -40px;
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
  will-change: opacity, transform, filter;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-link-block:hover .quick-link-block-glow {
  opacity: 0.7;
  transform: scale(1.2);
  filter: blur(80px);
}

.quick-link-block-glow.yellow-glow {
  background-color: var(--yellow-opacity--20);
}

.quick-link-block-glow.purple-glow {
  background-color: var(--purple-opacity--20);
}

.quick-link-block-glow.green-glow {
  background-color: var(--green-opacity--20);
}

.quick-link-block-glow.blue-glow {
  background-color: var(--blue-opacity--20);
}

.page-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.page-content._404-page-content {
  flex: 1;
}

.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--10);
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  display: flex;
}

.footer-link {
  color: var(--white-opacity--30);
  font-size: 12px;
  line-height: 112%;
  transition: color .35s;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--white);
}

.mobile-menu-icon-wrapper {
  border: 1px solid var(--white-opacity--5);
  background-color: var(--white-opacity--10);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  cursor: pointer;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: none;
  position: static;
}

.mobile-menu-icon {
  opacity: .65;
  width: 20px;
  height: 20px;
}

.quick-links-row {
  display: contents;
}

.about-hero {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--white-opacity--10);
  background-color: var(--yellow-opacity--3);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 56px 48px 48px;
  display: flex;
}

.chips-and-hero-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.hero-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.max-width-360-tablet-400 {
  max-width: 360px;
}

.emoji-hero-blocks-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.memoji-hero-block {
  border-radius: 50%;
  flex: none;
  padding: 16px;
  position: relative;
}

.memoji-hero-block.first-yellow-emoji-block {
  z-index: 3;
  border: 1px solid var(--yellow-opacity--10);
  background-color: var(--yellow);
}

.memoji-hero-block.second-yellow-emoji-block {
  z-index: 2;
  border: 1px solid var(--yellow-opacity--10);
  background-color: var(--yellow-opacity--35);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  margin-left: -28px;
}

.memoji-hero-block.third-yellow-emoji-block {
  z-index: 1;
  border: 1px solid var(--yellow-opacity--10);
  background-color: var(--yellow-opacity--10);
  margin-left: -28px;
}

.memoji-block-image {
  width: 96px;
  height: 96px;
}

.content-grid-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--white-opacity--10);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 48px 48px;
  display: grid;
}

.content-grid-block.last-content-grid-block,
.content-grid-block.text-grid-block.last-text-grid-block {
  border-bottom-style: none;
}

.max-width-240-tablet-200-mobile-184 {
  max-width: 240px;
}

.chips-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-464 {
  max-width: 464px;
}

.max-width-440 {
  max-width: 440px;
}

.awards-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  width: 100%;
}

.award-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--yellow-opacity--5);
  color: var(--yellow);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  transition-property: box-shadow;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.award-block:hover {
  box-shadow: inset 0 1px 0 0 var(--white-opacity--15);
}

.award-block:focus {
  box-shadow: inset 0 1px 0 0 var(--white-opacity--30);
}

.award-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  min-width: 0;
  margin-right: 16px;
}

.award-block-glow-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.award-block-glow {
  background-color: var(--yellow-opacity--20);
  filter: blur(50px);
  border-radius: 100px;
  width: 200px;
  height: 48px;
  margin-top: -24px;
}

.portfolio-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-opacity--10);
  background-color: var(--purple-opacity--3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px 48px 48px;
  display: flex;
}

.collection-list-wrapper {
  padding: 0 48px 48px;
}

.empty-state {
  border: 1px solid var(--purple-opacity--10);
  background-color: var(--purple-opacity--5);
  color: var(--purple);
  border-radius: 12px;
  padding: 20px;
}

.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px;
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: transform 0.3s ease-out;
  transform-origin: center;
}

.collection-item:hover {
  transform: scale(0.98);
  z-index: 10;
}

.portfolio-item {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item:hover {
  transform: translateY(-4px);
}

.portfolio-item-cover {
  aspect-ratio: 5 / 6;
  border: 1px solid var(--white-opacity--10);
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: auto;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item:hover .portfolio-item-cover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 8px 32px rgba(0, 0, 0, 0.3);
}

.portfolio-item-info {
  grid-column-gap: 24px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.portfolio-item-bg {
  z-index: 0;
  border: 1px solid var(--white);
  opacity: 0;
  border-radius: 18px;
  position: absolute;
  inset: 0%;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.3s ease-out;
}

.cms-item-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--white-opacity--10);
  background-color: var(--yellow-opacity--3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px 48px 48px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: .65;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  padding: 4px 2px;
  min-height: 44px;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: ease;
  display: flex;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  touch-action: manipulation;
}

.secondary-button:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
}

.secondary-button:active {
  opacity: .65;
}

.secondary-button:focus {
  opacity: 1;
}

.secondary-button-icon {
  width: 16px;
  height: 16px;
}

.cms-item-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .cms-item-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 20px;
  }

  .cms-page-button-wrapper {
    width: 100%;
  }

  .cms-page-button-wrapper .primary-button {
    width: 100%;
    justify-content: center;
  }
}

.cms-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.cms-item-name-and-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.portfolio-images {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 56px 48px 48px;
  display: flex;
}

.portfolio-image {
  border: 1px solid var(--white-opacity--10);
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.services-hero {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--white-opacity--10);
  background-color: var(--green-opacity--3);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 56px 48px 48px;
  display: flex;
}

.emoji-block-image {
  width: 56px;
  height: 56px;
}

.emoji-hero-block {
  border-radius: 50%;
  flex: none;
  padding: 32px;
  position: relative;
}

.emoji-hero-block.first-green-emoji-block {
  z-index: 3;
  border: 1px solid var(--green-opacity--10);
  background-color: var(--green);
}

.emoji-hero-block.second-green-emoji-block {
  z-index: 2;
  border: 1px solid var(--green-opacity--10);
  background-color: var(--green-opacity--35);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  margin-left: -28px;
}

.emoji-hero-block.third-green-emoji-block {
  z-index: 1;
  border: 1px solid var(--green-opacity--10);
  background-color: var(--green-opacity--10);
  margin-left: -28px;
}

.emoji-hero-block.first-blue-emoji-block {
  z-index: 3;
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue);
}

.emoji-hero-block.second-blue-emoji-block {
  z-index: 2;
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--35);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  margin-left: -28px;
}

.emoji-hero-block.third-blue-emoji-block {
  z-index: 1;
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--10);
  margin-left: -28px;
}

.emoji-hero-block.first-white-emoji-block {
  z-index: 3;
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--30);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.emoji-hero-block.second-white-emoji-block {
  z-index: 2;
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--15);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  margin-left: -28px;
}

.emoji-hero-block.third-white-emoji-block {
  z-index: 1;
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--10);
  margin-left: -28px;
}

.services-content-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--white-opacity--10);
  flex-flow: column;
  padding: 40px 48px 48px;
  display: flex;
}

.services-cards-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.service-card {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--green-opacity--5);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--green-opacity--5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--green-opacity--5);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--green-opacity--5);
  background-color: var(--green-opacity--5);
  color: var(--green);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px 24px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-card-icon-wrapper {
  border: 1px solid var(--green-opacity--5);
  background-color: var(--green-opacity--5);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-card-icon {
  width: 28px;
  height: 28px;
}

.service-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.service-card-chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.service-card-border {
  background-color: var(--green);
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-card-glow-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.service-card-glow {
  background-color: var(--green-opacity--20);
  filter: blur(50px);
  border-radius: 100px;
  width: 240px;
  height: 64px;
  margin-top: -32px;
}

.stack-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding: 40px 48px 48px;
  display: flex;
}

.heading-and-description-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-and-description-grid h2,
.heading-and-description-grid p {
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.max-width-320-tablet-240 {
  max-width: 320px;
}

.stack-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tech-stack-block {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--green-opacity--5);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--green-opacity--5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--green-opacity--5);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--green-opacity--5);
  background-color: var(--green-opacity--5);
  color: var(--green);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
  padding: 48px 24px;
  transition-property: box-shadow;
  transition-duration: .5s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.tech-stack-block:hover {
  box-shadow: inset 0 1px 0 0 var(--white-opacity--15);
}

.tech-stack-block-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.tech-stack-icon {
  width: 56px;
  height: 56px;
  transition: opacity 500ms ease;
}

.tech-stack-block-glow-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.tech-stack-block-glow {
  background-color: var(--green-opacity--20);
  filter: blur(50px);
  border-radius: 100px;
  width: 160px;
  height: 48px;
  margin-top: -24px;
}

/* Tech stack block - green theme */
.tech-stack-block {
  border: 1px solid rgba(46, 241, 113, 0.1);
  background-color: rgba(46, 241, 113, 0.05);
  color: #2ef171;
  text-align: center;
  border-radius: 12px;
  padding: 48px 24px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.tech-stack-block:hover {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  background-color: rgba(46, 241, 113, 0.08);
}

.tech-stack-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  gap: 0;
}

/* Icon - always visible, centered */
.tech-stack-icon {
  width: 56px;
  height: 56px;
  transition: opacity 500ms ease, transform 500ms ease;
  position: relative;
  z-index: 2;
  margin: 0;
}

/* Dim icon on hover */
.tech-stack-block:hover .tech-stack-icon {
  opacity: 0.2;
  transform: scale(0.8);
}

/* Hide hover content by default */
.skill-hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3;
}

/* Show hover content on hover */
.tech-stack-block:hover .skill-hover-content {
  opacity: 1;
}

/* Mobile: Show hover content on active/touch */
@media screen and (max-width: 991px) {

  .tech-stack-block:active .skill-hover-content,
  .tech-stack-block.active .skill-hover-content {
    opacity: 1;
  }

  .tech-stack-block:active .tech-stack-icon,
  .tech-stack-block.active .tech-stack-icon {
    opacity: 0.2;
    transform: scale(0.8);
  }

  .tech-stack-block:active .skill-name-hover,
  .tech-stack-block.active .skill-name-hover {
    opacity: 1;
    transform: translateY(0);
  }

  /* Animate progress on touch/click for mobile */
  .tech-stack-block:active .skill-progress-arc[data-progress="75"],
  .tech-stack-block.active .skill-progress-arc[data-progress="75"] {
    stroke-dashoffset: 62.8;
  }

  .tech-stack-block:active .skill-progress-arc[data-progress="85"],
  .tech-stack-block.active .skill-progress-arc[data-progress="85"] {
    stroke-dashoffset: 37.68;
  }

  .tech-stack-block:active .skill-progress-arc[data-progress="60"],
  .tech-stack-block.active .skill-progress-arc[data-progress="60"] {
    stroke-dashoffset: 100.48;
  }

  .tech-stack-block:active .skill-progress-arc[data-progress="70"],
  .tech-stack-block.active .skill-progress-arc[data-progress="70"] {
    stroke-dashoffset: 75.36;
  }

  .tech-stack-block:active .skill-progress-arc[data-progress="80"],
  .tech-stack-block.active .skill-progress-arc[data-progress="80"] {
    stroke-dashoffset: 50.24;
  }

  .tech-stack-block:active .skill-progress-arc[data-progress="30"],
  .tech-stack-block.active .skill-progress-arc[data-progress="30"] {
    stroke-dashoffset: 175.84;
  }

  .tech-stack-block:active .tech-stack-block-glow-wrapper,
  .tech-stack-block.active .tech-stack-block-glow-wrapper {
    opacity: 1;
  }
}

/* Radial bar container - positioned ABOVE icon */
.skill-radial-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
  order: 1;
}

/* Skill name - shown BELOW radial bar with correct green color */
.skill-name-hover {
  font-size: 16px;
  font-weight: 600;
  color: #2ef171;
  /* Bright green matching reference */
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 30px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 500ms ease 100ms, transform 500ms ease 100ms;
  order: 2;
  text-shadow: 0 0 20px rgba(46, 241, 113, 0.5);
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
  hyphens: none;
  line-height: 1.3;
  max-width: 100%;
}

.tech-stack-block:hover .skill-name-hover {
  opacity: 1;
  transform: translateY(0);
}

/* SVG radial bar */
.skill-radial-bar {
  display: block;
  filter: drop-shadow(0 0 12px rgba(46, 241, 113, 0.6));
  width: 140px;
  height: auto;
}

/* Progress arc - bright green color */
.skill-progress-arc {
  stroke: #2ef171 !important;
  /* Bright green */
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 1s cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  filter: drop-shadow(0 0 8px rgba(46, 241, 113, 0.8));
}

/* Background arc - darker gray */
.skill-radial-bar path:first-of-type {
  stroke: rgba(255, 255, 255, 0.15) !important;
}

/* Animate progress on hover */
.tech-stack-block:hover .skill-progress-arc[data-progress="95"] {
  stroke-dashoffset: 12.56;
}

.tech-stack-block:hover .skill-progress-arc[data-progress="90"] {
  stroke-dashoffset: 25.12;
}

.tech-stack-block:hover .skill-progress-arc[data-progress="85"] {
  stroke-dashoffset: 37.68;
}

.tech-stack-block:hover .skill-progress-arc[data-progress="80"] {
  stroke-dashoffset: 50.24;
}

.tech-stack-block:hover .skill-progress-arc[data-progress="75"] {
  stroke-dashoffset: 62.80;
}

.tech-stack-block:hover .skill-progress-arc[data-progress="70"] {
  stroke-dashoffset: 75.36;
}

.tech-stack-block:hover .skill-progress-arc[data-progress="60"] {
  stroke-dashoffset: 100.48;
  /* 251.2 * 0.40 = 100.48 */
}

.tech-stack-block:hover .skill-progress-arc[data-progress="30"] {
  stroke-dashoffset: 175.84;
  /* 251.2 * 0.70 = 175.84 */
}

/* Glow effect with green color */
.tech-stack-block-glow-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transition: opacity 500ms ease;
}

.tech-stack-block:hover .tech-stack-block-glow-wrapper {
  opacity: 1;
}

.tech-stack-block-glow {
  background-color: rgba(46, 241, 113, 0.25);
  filter: blur(60px);
  border-radius: 100px;
  width: 180px;
  height: 60px;
  margin-top: -30px;
}

.contact-hero {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--white-opacity--10);
  background-color: var(--blue-opacity--3);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 56px 48px 48px;
  display: flex;
}

.contact-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  padding: 40px 48px 48px;
  display: flex;
}

.contact-form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--blue-opacity--5);
  background-color: var(--blue-opacity--5);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  min-width: 392px;
  padding: 32px 24px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .contact-form-block {
    min-width: auto;
    width: 100%;
  }
}

.contact-form-heder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 360px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.form-input {
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--5);
  color: var(--white);
  border-radius: 10px;
  height: 52px;
  margin-bottom: 0;
  padding: 18px 20px;
  transition: background-color .35s, border-color .35s, color .35s;
}

.form-input:hover {
  border-color: var(--blue-opacity--20);
  background-color: var(--blue-opacity--10);
}

.form-input:active,
.form-input:focus {
  border-color: var(--blue-opacity--35);
  background-color: var(--blue-opacity--20);
}

.form-input::placeholder {
  color: var(--white-opacity--30);
}

.form-input.text-area {
  height: auto;
  min-height: 148px;
}

.form-button {
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--20);
  color: var(--blue);
  border-radius: 10px;
  padding: 16px;
  min-height: 44px;
  transition: box-shadow .35s, background-color .35s;
  -webkit-tap-highlight-color: rgba(32, 215, 255, 0.2);
  touch-action: manipulation;
  width: 100%;
}

.form-button:hover,
.form-button:focus {
  background-color: var(--blue-opacity--35);
  box-shadow: inset 0 1px 0 0 var(--white-opacity--30);
}

.success-message {
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--10);
  border-radius: 8px;
  height: 328px;
  padding: 0;
}

.success-message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.success-message-icon-wrapper {
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--10);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.success-message-icon {
  width: 28px;
  height: 28px;
}

.success-message-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.success-message-text h3,
.success-message-text p {
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  max-width: 100%;
  hyphens: none;
}

.max-width-160 {
  max-width: 100%;
  width: 100%;
}

.contact-block-glow-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-block-glow {
  background-color: var(--blue-opacity--20);
  filter: blur(50px);
  border-radius: 100px;
  width: 240px;
  height: 64px;
  margin-top: -32px;
}

.error-message {
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--10);
  text-align: center;
  border-radius: 8px;
  margin-top: 8px;
  padding: 20px 20px 20px 24px;
}

.contact-blocks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  min-width: 392px;
  display: flex;
}

.socials-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--blue-opacity--5);
  background-color: var(--blue-opacity--5);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  padding: 32px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-buttons-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-button {
  border: 1px solid var(--white-opacity--5);
  background-color: var(--blue-opacity--5);
  border-radius: 10px;
  min-width: 44px;
  min-height: 44px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  touch-action: manipulation;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  transition: background-color .5s, box-shadow .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-button:hover,
.social-button:focus {
  background-color: var(--blue-opacity--10);
  box-shadow: inset 0 1px 0 0 var(--white-opacity--30);
}

.social-button-glow-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.social-button-glow {
  background-color: var(--blue-opacity--20);
  filter: blur(50px);
  border-radius: 100px;
  width: 160px;
  height: 48px;
  margin-top: -24px;
}

.social-button-icon {
  width: 28px;
  height: 28px;
}

.contact-banner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--blue-opacity--10);
  background-color: var(--blue-opacity--10);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-banner-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 240px;
  display: flex;
}

.contact-banner-icon-wrapper {
  border: 1px solid var(--blue-opacity--5);
  background-color: var(--blue-opacity--5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.contact-banner-icon {
  width: 56px;
  height: 56px;
}

.contact-banner-media {
  position: absolute;
  inset: auto -16px -24px auto;
}

._404-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-opacity--3);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 56px 48px 48px;
  display: flex;
}

._404-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

._404-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-280 {
  max-width: 280px;
}

.maintenance-hero {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 56px 48px 48px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.28px;
    font-size: 28px;
    line-height: 112%;
  }

  h2 {
    font-size: 20px;
  }

  .page-wrapper {
    padding: 40px;
  }

  .page-screen {
    max-width: 960px;
    max-height: 1280px;
  }

  .side-menu {
    width: 40%;
    max-width: 280px;
  }

  .person-block {
    padding-top: 40px;
  }

  .medium-xs.tech-stack-name {
    opacity: 1;
    position: static;
  }

  .page-content-wrapper {
    flex: 1;
    width: auto;
  }

  .home-hero {
    flex-flow: column;
    padding: 48px 40px 40px;
  }

  .home-hero-avatar {
    width: 80px;
    height: 80px;
  }

  .hero-text-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-text-grid .h1 {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-text-grid .medium-s {
    grid-column: 1;
    grid-row: 2;
  }

  .max-width-400-tablet-320-mobile-280 {
    max-width: 320px;
  }

  .max-width-296-tablet-400 {
    max-width: 100%;
    width: 100%;
  }

  .quick-links-section {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .quick-link-block {
    min-width: auto;
  }

  .h2.quick-link-block-heading {
    max-width: 166px;
  }

  .quick-link-block-icon-wrapper {
    padding: 32px;
    bottom: -14px;
    right: -14px;
  }

  .quick-link-block-icon {
    width: 48px;
    height: 48px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-links-row {
    flex-flow: column;
  }

  .about-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 40px 40px;
  }

  .chips-and-hero-text {
    max-width: none;
  }

  .max-width-360-tablet-400 {
    max-width: 400px;
  }

  .memoji-block-image {
    width: 80px;
    height: 80px;
  }

  .content-grid-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .content-grid-block.text-grid-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .max-width-240-tablet-200-mobile-184 {
    max-width: 200px;
  }

  .portfolio-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 40px 40px;
  }

  .collection-list-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .portfolio-item-cover {
    border-radius: 8px;
  }

  .portfolio-item-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .portfolio-item-bg {
    border-radius: 12px;
  }

  .cms-item-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 40px 40px;
  }

  .cms-item-content-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .portfolio-images {
    padding: 48px 40px 40px;
  }

  .portfolio-image {
    border-radius: 8px;
  }

  .services-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 40px 40px;
  }

  .emoji-block-image {
    width: 48px;
    height: 48px;
  }

  .services-cards-row {
    flex-flow: column;
  }

  .service-card {
    justify-content: flex-start;
  }

  .stack-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-and-description-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .heading-and-description-grid h2 {
    font-size: 20px;
    line-height: 1.3;
    word-break: normal;
    word-wrap: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .heading-and-description-grid p {
    font-size: 14px;
    line-height: 1.5;
    word-break: normal;
    word-wrap: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .max-width-320-tablet-240 {
    max-width: 240px;
  }

  .stack-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tech-stack-icon {
    width: 48px;
    height: 48px;
  }

  .contact-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 40px 40px;
  }

  .contact-content {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-block {
    min-width: auto;
  }

  .contact-blocks {
    flex: 0 auto;
    min-width: auto;
  }

  .socials-block,
  .social-buttons-grid {
    flex: 0 auto;
  }

  .contact-banner-icon-wrapper {
    padding: 32px;
    bottom: -14px;
    right: -14px;
  }

  .contact-banner-icon {
    width: 48px;
    height: 48px;
  }

  .contact-banner-media {
    bottom: -14px;
    right: -14px;
  }

  ._404-hero {
    padding: 48px 40px 40px;
  }

  .maintenance-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.24px;
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  .page-wrapper {
    padding: 24px 20px;
    min-height: 100vh;
    height: auto;
  }

  .page-screen {
    max-height: none;
    height: auto;
    min-height: auto;
  }

  .page-content-wrapper {
    width: 100%;
    height: auto;
    overflow-y: visible;
    overflow-x: hidden;
    position: relative;
  }

  .page-content-wrapper.menu-open {
    position: relative;
  }

  .page-content-wrapper.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
    pointer-events: auto;
    cursor: pointer;
  }

  /* Add overlay element for better click handling */
  .page-content-wrapper.menu-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    pointer-events: auto;
  }

  .page-content {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
  }

  .page-content-wrapper.menu-open .page-content {
    pointer-events: auto;
  }

  .screen-content {
    position: relative;
  }

  .side-menu {
    z-index: 100;
    border-left: 1px solid var(--white-opacity--10);
    background-color: var(--black-opacity--45);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    width: 100%;
    max-width: none;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .side-menu.menu-open {
    display: flex;
  }

  .person-block {
    padding: 24px;
  }

  .menu-items-wrapper {
    padding: 16px 10px;
  }

  .side-menu-button-wrapper {
    padding: 24px;
  }

  .page-content-wrapper {
    width: 100%;
  }

  .home-hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
    padding: 24px 24px 32px;
  }

  .hero-text-grid {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }

  .hero-text-grid .h1,
  .hero-text-grid .medium-s {
    grid-column: 1;
    width: 100%;
    max-width: 100%;
    word-break: normal;
    word-wrap: normal;
    overflow-wrap: break-word;
    hyphens: none;
    hyphens: none;
    text-align: left;
  }

  .hero-text-grid .h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-text-grid .medium-s {
    font-size: 15px;
    line-height: 1.5;
  }

  .home-hero-avatar-wrapper {
    padding: 12px;
  }

  .home-hero-avatar {
    width: 56px;
    height: 56px;
  }

  .max-width-400-tablet-320-mobile-280 {
    max-width: 100%;
    width: 100%;
  }

  .quick-links-section {
    padding: 32px 24px;
    width: 100%;
  }

  .quick-links-row {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .quick-link-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    min-width: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-links-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .h2.quick-link-block-heading {
    max-width: 100%;
    width: 100%;
  }

  .quick-link-block-icon-wrapper {
    padding: 28px;
  }

  .quick-link-block-icon-wrapper.yellow-icon-wrapper {
    bottom: -8px;
    right: -16px;
  }

  .quick-link-block-icon {
    width: 40px;
    height: 40px;
  }

  .footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-menu-icon-wrapper {
    z-index: 101;
    display: flex;
    position: fixed;
    inset: 92px 44px auto auto;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    touch-action: manipulation;
  }

  @media screen and (max-width: 479px) {
    .mobile-menu-icon-wrapper {
      inset: 80px 20px auto auto;
    }
  }

  .mobile-menu-icon {
    position: absolute;
  }

  .mobile-menu-icon.open-icon {
    z-index: 2;
  }

  .mobile-menu-icon.close-icon {
    z-index: 1;
    opacity: 0;
  }

  .about-hero {
    align-items: flex-start;
    padding: 24px 24px 32px;
  }

  .chips-and-hero-text {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .emoji-hero-blocks-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
  }

  .memoji-hero-block {
    padding: 12px;
  }

  .memoji-hero-block.second-yellow-emoji-block,
  .memoji-hero-block.third-yellow-emoji-block {
    margin-left: -18px;
  }

  .memoji-block-image {
    width: 56px;
    height: 56px;
  }

  .content-grid-block {
    grid-template-columns: 1fr;
    padding: 32px 24px 40px;
  }

  .content-grid-block.testimonials {
    grid-template-columns: 1fr;
    padding: 32px 24px 40px;
  }

  .content-grid-block.text-grid-block {
    grid-template-columns: 1fr;
  }

  .max-width-240-tablet-200-mobile-184 {
    max-width: 184px;
  }

  .portfolio-hero {
    align-items: flex-start;
    padding: 24px 24px 32px;
    gap: 16px;
  }

  .portfolio-hero .chips {
    margin-bottom: 0;
  }

  .hero-text-grid {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .hero-text-grid .h1 {
    width: 100%;
    max-width: 100%;
    word-break: normal;
    word-wrap: normal;
    overflow-wrap: break-word;
    hyphens: none;
    hyphens: none;
    line-height: 1.2;
    text-align: left;
    font-size: 28px;
  }

  .hero-text-grid .medium-s {
    width: 100%;
    max-width: 100%;
    word-break: normal;
    word-wrap: normal;
    overflow-wrap: break-word;
    hyphens: none;
    hyphens: none;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
  }

  .collection-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-list-wrapper {
    padding: 32px 24px 40px;
  }

  .portfolio-nav-wrapper {
    padding-left: 24px !important;
    padding-right: 24px;
  }

  .cms-item-hero {
    padding: 24px 24px 32px;
  }

  .cms-item-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cms-item-name-and-description {
    width: 100%;
  }

  .cms-item-name-and-description>div {
    flex-direction: column;
    gap: 10px;
  }

  .cms-item-name-and-description>div>span {
    display: block;
    width: 100%;
  }

  .project-modal-section-title {
    font-size: 1.25em;
  }

  .project-modal-text {
    font-size: 0.95em;
    line-height: 1.6;
  }

  .project-episode-title {
    font-size: 1.1em;
  }

  .project-episode-description {
    font-size: 0.95em;
  }

  .portfolio-images {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-hero {
    align-items: flex-start;
    padding: 24px 24px 32px;
  }

  .service-card {
    width: 100%;
    align-items: flex-start;
  }

  .emoji-block-image {
    width: 32px;
    height: 32px;
  }

  .emoji-hero-block {
    padding: 24px;
  }

  .emoji-hero-block.second-green-emoji-block,
  .emoji-hero-block.third-green-emoji-block,
  .emoji-hero-block.second-blue-emoji-block,
  .emoji-hero-block.third-blue-emoji-block,
  .emoji-hero-block.second-white-emoji-block,
  .emoji-hero-block.third-white-emoji-block {
    margin-left: -18px;
  }

  .services-content-block {
    padding: 32px 24px 40px;
  }

  .service-card {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-card-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-card-icon-wrapper {
    padding: 16px;
  }

  .service-card-icon {
    width: 24px;
    height: 24px;
  }

  .stack-block {
    padding: 32px 24px 40px;
  }

  .contact-hero {
    align-items: flex-start;
    padding: 24px 24px 32px;
  }

  .contact-content {
    width: 100%;
    padding: 32px 24px 40px;
  }

  .contact-form-block {
    width: 100%;
    padding: 24px 20px 32px;
  }

  .success-message-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .socials-block {
    padding: 24px 20px;
  }

  .social-button {
    width: 100%;
    height: auto;
  }

  .contact-banner {
    padding: 24px 20px;
  }

  ._404-hero,
  .maintenance-hero {
    padding: 24px 24px 32px;
  }
}

@media screen and (max-width: 479px) {
  .award-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }

  .award-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .cms-item-content-wrapper {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .cms-item-name-and-description>div[style*="display: flex"] {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .cms-item-name-and-description>div[style*="display: flex"]>span {
    display: block !important;
    width: 100% !important;
  }

  .cms-page-button-wrapper {
    width: 100%;
  }

  .cms-page-button-wrapper .primary-button {
    width: 100%;
  }

  .tech-stack-block {
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px 12px;
    display: flex;
    min-height: 44px;
    -webkit-tap-highlight-color: rgba(46, 241, 113, 0.2);
    touch-action: manipulation;
  }

  .tech-stack-block:active {
    transform: scale(0.98);
  }

  .tech-stack-icon {
    width: 40px;
    height: 40px;
  }

  .skill-hover-content {
    padding: 12px;
  }

  .skill-name-hover {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.2;
    word-break: normal;
    word-wrap: normal;
    overflow-wrap: break-word;
    hyphens: none;
    hyphens: none;
  }

  .skill-radial-bar {
    width: 100px;
    height: auto;
  }

  .stack-grid {
    gap: 16px;
  }

  .heading-and-description-grid {
    margin-bottom: 32px;
  }

  .stack-block {
    padding: 32px 24px 40px;
  }

  .social-button {
    aspect-ratio: 1;
  }

  .contact-banner {
    height: 320px;
  }

  .contact-banner-icon-wrapper {
    padding: 48px;
    inset: auto auto 0%;
  }

  .contact-banner-icon {
    width: 56px;
    height: 56px;
  }

  .contact-banner-media {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    inset: auto 0% -40px;
  }
}

#portfolio-heading {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

#portfolio-description {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

/* Testimonials Section */

.content-grid-block.testimonials {
  display: block;
  padding: 40px 0 48px 48px;
  border-bottom: 1px solid rgba(46, 241, 113, 0.1);
  overflow: visible;
}

.testimonials-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-right: 48px;
  color: #ffffff;
}

.testimonials-list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 48px;
  padding-bottom: 30px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(46, 241, 113, 0.5) rgba(46, 241, 113, 0.1);
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.testimonials-list:active {
  cursor: grabbing;
}

.testimonials-list * {
  user-select: none;
  pointer-events: auto;
}

.testimonials-item {
  flex: 0 0 429px;
  min-width: 0;
}

.testimonials-item .content-card {
  background: rgba(10, 30, 15, 0.8);
  border: 1px solid rgba(46, 241, 113, 0.15);
  border-radius: 16px;
  padding: 15px;
  width: 429px;
  max-width: 100%;
  height: auto;
  min-height: 148px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .testimonials-item {
    flex: 0 0 calc(100vw - 48px);
    min-width: 280px;
  }

  .testimonials-item .content-card {
    width: 100%;
    padding: 12px;
    min-height: auto;
  }

  .testimonials-title {
    padding-right: 24px;
  }

  .testimonials-list {
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .testimonials-item {
    flex: 0 0 calc(100vw - 40px);
    min-width: 260px;
  }

  .testimonials-item .content-card {
    padding: 12px;
    gap: 12px;
  }

  .testimonials-avatar-box {
    width: 48px;
    height: 48px;
  }

  .testimonials-title {
    padding-right: 20px;
    font-size: 18px;
  }

  .testimonials-list {
    padding-right: 20px;
  }
}

.testimonials-item .content-card:hover {
  border-color: rgba(46, 241, 113, 0.3);
  background: rgba(10, 35, 18, 0.9);
  box-shadow: 0 4px 16px rgba(46, 241, 113, 0.1);
}

.testimonials-avatar-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(46, 241, 113, 0.1);
  border: 1px solid rgba(46, 241, 113, 0.15);
}

.testimonials-avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.testimonials-item-title {
  color: #2ef171;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.testimonials-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Testimonials Modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 20;
  pointer-events: none;
  visibility: hidden;
}

.modal-container::-webkit-scrollbar {
  display: none;
}

.modal-container.active {
  pointer-events: all;
  visibility: visible;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsl(0, 0%, 5%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 0.8;
  visibility: visible;
  pointer-events: all;
}

.testimonials-modal {
  background: var(--green-opacity--10);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--green-opacity--20);
  position: relative;
  padding: 15px;
  margin: 15px 12px;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  max-width: 600px;
  width: 100%;
}

.modal-container.active .testimonials-modal {
  transform: scale(1);
  opacity: 1;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--green-opacity--10);
  border: 1px solid var(--green-opacity--20);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
}

.modal-close-btn:hover {
  background: var(--green-opacity--20);
  border-color: var(--green-opacity--35);
}

.modal-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.modal-img-wrapper .avatar-box {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.modal-img-wrapper .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content {
  text-align: center;
}

.modal-content .modal-title {
  color: var(--green);
  margin-bottom: 10px;
}

.modal-content [data-modal-text] {
  color: var(--white-opacity--65);
  line-height: 1.6;
}

/* Scrollbar - Enhanced for better visibility */
.testimonials-list::-webkit-scrollbar {
  height: 10px !important;
  display: block !important;
  background: transparent !important;
}

.testimonials-list::-webkit-scrollbar-thumb {
  background: rgba(46, 241, 113, 0.6) !important;
  border-radius: 10px;
  transition: background 0.2s ease;
  border: 1px solid rgba(46, 241, 113, 0.2);
}

.testimonials-list::-webkit-scrollbar-thumb:hover {
  background: rgba(46, 241, 113, 0.8) !important;
}

.testimonials-list::-webkit-scrollbar-track {
  background: rgba(46, 241, 113, 0.15) !important;
  border-radius: 10px;
  margin: 0 10px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .content-grid-block.testimonials {
    padding: 40px 0 48px 40px;
  }

  .testimonials-title {
    padding-right: 40px;
  }

  .testimonials-list {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .content-grid-block.testimonials {
    padding: 32px 0 40px 24px;
  }

  .testimonials-title {
    padding-right: 24px;
    margin-bottom: 20px;
  }

  .testimonials-list {
    padding-right: 24px;
  }

  .testimonials-item {
    flex: 0 0 340px;
  }

  .testimonials-item .content-card {
    width: 340px;
    height: auto;
    min-height: 120px;
    flex-direction: row;
    padding: 12px;
  }

  .testimonials-avatar-box {
    width: 50px;
    height: 50px;
  }

  .testimonials-item-title {
    font-size: 15px;
  }

  .testimonials-text {
    font-size: 13px;
  }
}

/* Project Modal Styles */
.project-modal-content {
  padding: 40px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .project-modal-content {
    padding: 24px 24px 32px;
  }
}

@media screen and (max-width: 479px) {
  .project-modal-content {
    padding: 20px 20px 24px;
  }
}

.project-modal-section {
  margin-bottom: 40px;
}

/* Override inline styles for mobile responsiveness */
@media screen and (max-width: 767px) {

  /* Override padding on project-modal-content - multiple variations */
  .project-modal-content[style*="padding: 40px 48px"],
  .project-modal-content[style*="padding: 40px"],
  .project-modal-content {
    padding: 24px 24px 32px !important;
  }

  /* Override padding in project summary boxes */
  .project-modal-section>div[style*="padding: 40px"],
  .project-modal-section>div[style*="padding: 40px;"] {
    padding: 24px !important;
    border-radius: 16px !important;
  }

  /* Force 3-column grids to single column - catch all variations */
  .project-modal-section>div[style*="grid-template-columns: repeat(3"],
  .project-modal-section div[style*="grid-template-columns: repeat(3"],
  div[style*="grid-template-columns: repeat(3, 1fr)"],
  div[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Fix auto-fit grids for mobile - catch all variations */
  div[style*="grid-template-columns: repeat(auto-fit"],
  div[style*="repeat(auto-fit, minmax(280px"],
  div[style*="repeat(auto-fit, minmax(150px"],
  div[style*="grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))"],
  div[style*="grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Font size adjustments */
  .project-modal-section h3[style*="font-size: 1.5em"],
  h3[style*="font-size: 1.5em"] {
    font-size: 1.3em !important;
  }

  .project-modal-section p[style*="font-size: 1.15em"],
  p[style*="font-size: 1.15em"] {
    font-size: 1em !important;
    line-height: 1.6 !important;
  }

  /* Stats grid items - font sizes */
  div[style*="font-size: 2.5em"] {
    font-size: 2em !important;
  }

  /* Flex containers */
  .project-modal-section>div[style*="display: flex"],
  div[style*="display: flex; align-items: center"] {
    flex-wrap: wrap !important;
  }

  /* Video iframes */
  iframe[style*="height: 500px"],
  iframe.project-modal-video {
    height: auto !important;
    min-height: 250px !important;
    aspect-ratio: 16/9 !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 479px) {
  .project-modal-section {
    margin-bottom: 32px;
  }

  /* Override padding on project-modal-content - multiple variations */
  .project-modal-content[style*="padding: 40px 48px"],
  .project-modal-content[style*="padding: 40px"],
  .project-modal-content {
    padding: 20px 20px 24px !important;
  }

  /* Override padding in project summary boxes */
  .project-modal-section>div[style*="padding: 40px"],
  .project-modal-section>div[style*="padding: 40px;"] {
    padding: 20px !important;
    border-radius: 16px !important;
    margin-bottom: 24px !important;
  }

  /* Force all grids to single column - catch all variations */
  .project-modal-section>div[style*="grid-template-columns: repeat(3"],
  .project-modal-section div[style*="grid-template-columns: repeat(3"],
  div[style*="grid-template-columns: repeat(3, 1fr)"],
  div[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 24px !important;
    padding-top: 20px !important;
  }

  /* Fix auto-fit grids for mobile - catch all variations */
  div[style*="grid-template-columns: repeat(auto-fit"],
  div[style*="repeat(auto-fit, minmax(280px"],
  div[style*="repeat(auto-fit, minmax(150px"],
  div[style*="grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))"],
  div[style*="grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))"],
  .project-metrics-grid[style*="grid-template-columns"],
  .project-areas-grid[style*="grid-template-columns"],
  .project-metrics-grid,
  .project-areas-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* Font size adjustments */
  .project-modal-section h3[style*="font-size: 1.5em"],
  h3[style*="font-size: 1.5em"] {
    font-size: 1.2em !important;
  }

  /* Stats grid items - smaller fonts */
  div[style*="font-size: 2.5em"] {
    font-size: 1.8em !important;
    margin-bottom: 6px !important;
  }

  /* Video iframes */
  iframe[style*="height: 500px"],
  iframe.project-modal-video {
    min-height: 200px !important;
    border-radius: 16px !important;
  }

  /* Project summary margin adjustments */
  .project-modal-section>div[style*="margin-top: 30px"],
  div[style*="margin-top: 30px"] {
    margin-top: 20px !important;
  }

  /* Project summary padding-top */
  .project-modal-section>div[style*="padding-top: 30px"],
  div[style*="padding-top: 30px"] {
    padding-top: 20px !important;
  }
}

.project-modal-section-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.project-modal-section-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  transition: width 0.4s ease;
}

.project-modal-section:hover .project-modal-section-title::after {
  width: 100px;
}

.project-modal-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 15px;
}

.project-episode-item {
  background: rgba(255, 255, 255, 0.01);
  padding: 25px;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  padding-left: 25px;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  cursor: pointer;
}

.project-episode-item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-left-color: rgba(255, 255, 255, 0.3);
  padding-left: 30px;
  transform: translateX(5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.project-episode-title {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 500;
}

.project-episode-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  line-height: 1.7;
}

.project-features-list,
.project-goals-list {
  list-style: none;
  padding-left: 0;
}

.project-features-list li,
.project-goals-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  line-height: 1.7;
  transition: all 0.3s ease;
  padding: 8px 0 8px 25px;
  border-radius: 6px;
}

.project-features-list li:hover,
.project-goals-list li:hover {
  background: rgba(255, 255, 255, 0.03);
  padding-left: 30px;
  transform: translateX(5px);
}

.project-features-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  top: 10px;
}

.project-features-list li:hover::before {
  color: #ffffff;
  transform: translateX(3px);
}

.project-goals-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  top: 8px;
}

.project-goals-list li:hover::before {
  color: #ffffff;
  transform: scale(1.2);
}

.project-modal-media {
  margin-bottom: 25px;
}

.project-modal-video {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  aspect-ratio: 16/9;
  background: #000;
  border: none;
  height: auto;
  min-height: 200px;
  max-width: 100%;
}

/* Override inline iframe styles */
iframe.project-modal-video,
iframe[style*="height: 500px"] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {

  .project-modal-video,
  iframe.project-modal-video,
  iframe[style*="height: 500px"] {
    min-height: 250px !important;
    border-radius: 10px !important;
    aspect-ratio: 16/9 !important;
  }
}

@media screen and (max-width: 479px) {

  .project-modal-video,
  iframe.project-modal-video,
  iframe[style*="height: 500px"] {
    min-height: 200px !important;
    border-radius: 8px !important;
    aspect-ratio: 16/9 !important;
  }
}

.project-modal-media-caption {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9em;
  font-style: italic;
  margin-top: -10px;
  margin-bottom: 20px;
}

.project-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.project-metric-item {
  background: rgba(255, 255, 255, 0.02);
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.project-metric-item:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 255, 255, 0.05);
}

.project-metric-value {
  display: block;
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.project-metric-item:hover .project-metric-value {
  transform: scale(1.1);
}

.project-metric-label {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-levels-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}

.project-levels-section.active {
  max-height: 3000px;
  opacity: 1;
  margin-bottom: 30px;
}

.levels-toggle-btn {
  width: 100%;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 20px;
}

.levels-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.levels-toggle-btn ion-icon {
  transition: transform 0.4s ease;
}

.levels-toggle-btn.active ion-icon {
  transform: rotate(180deg);
}

.project-goals-card,
.project-features-card {
  position: relative;
}

.project-goals-card:hover,
.project-features-card:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.project-achievements-item {
  transition: all 0.3s ease;
  padding: 12px 0 12px 30px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.project-achievements-item:hover {
  background: rgba(255, 255, 255, 0.03);
  padding-left: 35px;
  transform: translateX(5px);
}

.project-achievements-item:hover strong {
  color: #ffffff;
}

.challenge-item {
  margin-bottom: 30px;
}

.challenge-problem,
.challenge-solution {
  background: rgba(255, 255, 255, 0.02);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.challenge-problem:hover,
.challenge-solution:hover {
  background: rgba(255, 255, 255, 0.04);
  border-left-color: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.project-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.project-area-item {
  background: rgba(255, 255, 255, 0.02);
  padding: 25px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.project-area-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.project-area-name {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 12px;
}

.project-area-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  line-height: 1.7;
  margin: 0;
}

/* Frenemies Download Button Purple Hover */
.primary-button[style*="#667eea"]:hover {
  background: linear-gradient(135deg, #764ba2 0%, #5a67d8 100%) !important;
  border-color: rgba(118, 75, 162, 0.5) !important;
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3) !important;
  transform: translateY(-2px);
}

/* Featured Recent Projects Section - macOS Style */
.featured-recent-section {
  padding: 80px 48px;
  max-width: 1400px;
  margin: 0 auto;
}

.featured-header {
  text-align: center;
  margin-bottom: 48px;
}

.featured-title {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 12px;
}

.featured-subtitle {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.featured-single {
  max-width: 1000px;
  margin: 0 auto 48px;
}

.featured-card-single {
  display: block;
  text-decoration: none;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.featured-card-single:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(245, 158, 11, 0.2);
}

.featured-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.featured-image-single {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.featured-image-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-card-single:hover .featured-image-single img {
  transform: scale(1.08);
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.featured-card-single:hover .featured-overlay {
  opacity: 1;
}

.featured-content-single {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.featured-tag {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}

.featured-card-single:hover .featured-tag {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
}

.featured-project-title-single {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.featured-description-single {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 80%;
}

.featured-stats-single {
  display: flex;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
}

.featured-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-value {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f59e0b;
  transition: color 0.2s ease;
}

.featured-card-single:hover .stat-value {
  color: #fbbf24;
}

.featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #f59e0b;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: gap 0.2s ease;
}

.featured-card-single:hover .featured-cta {
  gap: 12px;
}

.featured-cta svg {
  transition: transform 0.2s ease;
}

.featured-card-single:hover .featured-cta svg {
  transform: translateX(2px) translateY(-2px);
}

.stat-label {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.featured-footer {
  text-align: center;
}

.featured-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(245, 158, 11, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
  color: #f59e0b;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-view-all:hover {
  background: rgba(245, 158, 11, 0.2);
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.2);
}

.featured-view-all svg {
  transition: transform 0.2s ease;
}

.featured-view-all:hover svg {
  transform: translateX(4px);
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .featured-recent-section {
    padding: 60px 40px;
  }

  .featured-title {
    font-size: 32px;
  }

  .featured-subtitle {
    font-size: 16px;
  }

  .featured-image-single {
    aspect-ratio: 16 / 9;
  }

  .featured-content-single {
    padding: 28px;
  }

  .featured-project-title-single {
    font-size: 28px;
  }

  .featured-description-single {
    font-size: 15px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .featured-recent-section {
    padding: 48px 24px;
  }

  .featured-header {
    margin-bottom: 32px;
  }

  .featured-title {
    font-size: 28px;
  }

  .featured-subtitle {
    font-size: 15px;
  }

  .featured-single {
    margin-bottom: 32px;
  }

  .featured-content-single {
    padding: 24px;
  }

  .featured-project-title-single {
    font-size: 24px;
  }

  .featured-description-single {
    font-size: 14px;
    max-width: 100%;
  }

  .featured-stats-single {
    gap: 20px;
    flex-wrap: wrap;
  }

  .stat-value {
    font-size: 20px;
  }

  .stat-label {
    font-size: 10px;
  }
}

/* Portfolio Navigation - macOS Style */
.portfolio-nav-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 48px;
}

.portfolio-nav {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 4px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.portfolio-nav .nav-item {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  position: relative;
  padding: 6px 16px;
  letter-spacing: -0.01em;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  border-radius: 7px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.portfolio-nav .nav-item:hover {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.08);
}

.portfolio-nav .nav-item.active {
  color: #fff;
  background: rgba(230, 57, 70, 0.85);
  box-shadow: 0 1px 3px rgba(230, 57, 70, 0.3), 0 2px 8px rgba(230, 57, 70, 0.2);
  font-weight: 500;
}

.portfolio-nav .nav-item.active:hover {
  background: rgba(230, 57, 70, 0.95);
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .portfolio-nav-wrapper {
    padding-left: 40px;
  }

  .portfolio-nav {
    gap: 6px;
    padding: 3px;
  }

  .portfolio-nav .nav-item {
    font-size: 12px;
    padding: 5px 12px;
  }
}

@media screen and (max-width: 479px) {
  .portfolio-nav-wrapper {
    padding-left: 24px;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .portfolio-nav {
    gap: 4px;
    padding: 3px;
    border-radius: 8px;
    width: 100%;
    justify-content: space-between;
  }

  .portfolio-nav .nav-item {
    font-size: 11px;
    padding: 6px 8px;
    flex: 1;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ------------------------------------------------------------------------------------------
   CUSTOM SCROLLBAR STYLING - HIDDEN FOR CLEAN LOOK
   ------------------------------------------------------------------------------------------ */

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Exception: Show scrollbar for testimonials list */
.testimonials-list::-webkit-scrollbar {
  display: block !important;
  height: 6px;
}

/* Hide scrollbar for IE, Edge and Firefox */
html,
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Exception: Show scrollbar for testimonials list in Firefox */
.testimonials-list {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(46, 241, 113, 0.5) rgba(46, 241, 113, 0.1) !important;
}

/* Portfolio Rework Styles */
.project-summary-view {
  margin-bottom: 30px;
}

.project-full-overview {
  display: none;
}

.full-overview-btn-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.full-overview-btn {
  background-color: #667eea;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.full-overview-btn:hover {
  background-color: #5a6fd6;
}

.full-overview-btn ion-icon {
  font-size: 20px;
}

.project-details-list {
  list-style: none;
  padding: 0;
}

.project-details-list li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.project-details-list li strong {
  color: white;
  margin-right: 5px;
}


/* Enhanced Portfolio Styles */
.contributions-list-wrapper {
  margin-top: 30px;
}

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

.contributions-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05em;
  line-height: 1.6;
}

.contribution-icon {
  color: #667eea;
  font-weight: bold;
  font-size: 1.2em;
  min-width: 24px;
}

.contribution-text strong {
  color: white;
  font-weight: 600;
}

/* Metrics Bar */
.metrics-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(102, 126, 234, 0.05);
  border: 1px solid rgba(102, 126, 234, 0.2);
  border-radius: 20px;
  padding: 30px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.metric-item {
  text-align: center;
}

.metric-number {
  display: block;
  font-size: 3em;
  font-weight: 700;
  color: white;
  margin-bottom: 5px;
  text-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

.metric-label {
  display: block;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

/* Project Details Card */
.project-details-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
}

.project-details-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-details-icon {
  font-size: 1.8em;
}

.project-details-title {
  margin: 0;
  font-size: 1.4em;
  color: white;
}

.project-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.project-detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project-detail-item.full-width {
  grid-column: 1 / -1;
}

.detail-label {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.detail-value {
  font-size: 1.1em;
  color: white;
  font-weight: 500;
}


/* Mobile Responsiveness for Portfolio Rework */
@media screen and (max-width: 767px) {
  .metrics-bar {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .metric-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 5px;
  }

  .metric-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .project-details-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contributions-list li {
    font-size: 0.95em;
    gap: 10px;
  }

  .contribution-icon {
    min-width: 20px;
    font-size: 1.1em;
  }

  .project-details-card {
    padding: 20px;
  }
}


/* Full Overview Toggle Styles */
.project-full-overview {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-10px);
}

.project-full-overview.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.full-overview-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: #ffffff;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.full-overview-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.full-overview-btn.active {
  background: rgba(255, 255, 255, 0.25);
}

.full-overview-btn ion-icon {
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.full-overview-btn:hover ion-icon {
  transform: translateX(3px);
}

.full-overview-btn.active ion-icon {
  transform: rotate(180deg);
}
/* ============================================================
   V1 REVAMP POLISH (2026-06) — additive, non-destructive
   ============================================================ */

/* Accessible label hiding (contact form keeps placeholder look) */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

/* About → specialization list (replaces old inline-styled list + emoji) */
.specialization-list { list-style: none; padding: 0; margin: 0; }
.specialization-item {
  display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px;
}
.specialization-item strong { color: var(--white); }
.spec-bullet {
  flex: 0 0 auto; width: 8px; height: 8px; margin-top: 7px; border-radius: 50%;
  background-color: var(--yellow); box-shadow: 0 0 10px var(--yellow-opacity--35);
}

/* Keyboard focus visibility (was missing site-wide) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.menu-item:focus-visible,
.tech-stack-block:focus-visible,
.social-button:focus-visible,
.primary-button:focus-visible,
.form-button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: 6px;
}
/* Don't show the ring on mouse click, only keyboard */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) { outline: none; }

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   V1 POLISH PASS 2 (2026-06) — skill tiers + motion
   ============================================================ */

/* Skill tiles: name + proficiency tier always visible (replaces the
   arbitrary % radial). Override the old hover that faded the icon out. */
.stack-grid .tech-stack-block { padding: 20px 12px; }
.tech-stack-block-content { gap: 10px; }
.tech-stack-block:hover .tech-stack-icon,
.tech-stack-block.active .tech-stack-icon { opacity: 1; transform: translateY(-4px); }
.tech-stack-name {
  font-size: 13px; font-weight: 600; color: var(--white); text-align: center;
  line-height: 1.2; position: relative; z-index: 2;
}
.tech-stack-tier {
  font-size: 10px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px; position: relative; z-index: 2;
  border: 1px solid var(--white-opacity--15); color: var(--white-opacity--50);
  transition: transform 250ms cubic-bezier(.2,.7,.2,1);
}
.tech-stack-block[data-tier="Core"] .tech-stack-tier {
  color: var(--green); border-color: var(--green-opacity--35); background: var(--green-opacity--10);
}
.tech-stack-block[data-tier="Proficient"] .tech-stack-tier {
  color: var(--blue); border-color: var(--blue-opacity--35); background: var(--blue-opacity--10);
}
.tech-stack-block[data-tier="Familiar"] .tech-stack-tier { color: var(--white-opacity--65); }
.tech-stack-block:hover .tech-stack-tier { transform: translateY(-2px); }

/* Motion polish: consistent, springy lift on the main interactive cards */
.quick-link-block, .service-card, .collection-item, .award-block, .tech-stack-block {
  transition: transform .32s cubic-bezier(.2,.7,.2,1), box-shadow .32s ease, background-color .32s ease;
  will-change: transform;
}
.quick-link-block:hover { transform: translateY(-4px); }
.service-card:hover { transform: translateY(-3px); }
.collection-item:hover .portfolio-item-cover { transform: scale(1.04); }
.portfolio-item-cover { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
/* keep press feel snappy */
.quick-link-block:active, .service-card:active, .collection-item:active { transform: translateY(-1px) scale(.997); }

/* ============================================================
   V1 POLISH PASS 3 (2026-06) — hireability: hero CTA, endorsement,
   experience timeline
   ============================================================ */

/* Hero availability chip + CTA (home) */
.hero-availability { display: inline-flex; margin: 0 auto 16px; }
.hero-availability .medium-xs { color: var(--green); }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.hero-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .28s cubic-bezier(.2,.7,.2,1), background-color .28s, box-shadow .28s; }
.hero-btn img { width: 14px; height: 14px; }
.hero-btn-primary { background: var(--white); color: #0a0a0a; box-shadow: 0 8px 22px rgba(0,0,0,.35); }
.hero-btn-primary img { filter: brightness(0); }
.hero-btn-primary:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 12px 28px rgba(255,255,255,.18); }
.hero-btn-ghost { border: 1px solid var(--white-opacity--15); color: var(--white); background: var(--white-opacity--5); }
.hero-btn-ghost:hover { background: var(--white-opacity--10); transform: translateY(-2px); }

/* Industry endorsement (home) */
.endorse-section { margin: 8px 0 4px; }
.endorse-card {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px; align-items: center;
  background: linear-gradient(135deg, rgba(46,241,113,.06), rgba(255,255,255,.02));
  border: 1px solid var(--white-opacity--10); border-radius: 20px; padding: 22px;
}
.endorse-video { border-radius: 14px; overflow: hidden; background: #000; box-shadow: 0 14px 40px rgba(0,0,0,.45); aspect-ratio: 16/9; }
.endorse-video video { width: 100%; height: 100%; object-fit: cover; display: block; }
.endorse-meta { display: grid; gap: 12px; justify-items: start; }
.endorse-title { line-height: 1.15; }
.endorse-link { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-weight: 600; font-size: 14px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--green-opacity--35); background: var(--green-opacity--10); transition: background-color .25s, transform .25s; }
.endorse-link img { width: 13px; height: 13px; filter: invert(64%) sepia(83%) saturate(440%) hue-rotate(86deg) brightness(101%); }
.endorse-link:hover { background: var(--green-opacity--20); transform: translateY(-2px); }
@media (max-width: 767px) {
  .endorse-card { grid-template-columns: 1fr; gap: 18px; }
}

/* Experience timeline (about) */
.exp-list { list-style: none; margin: 8px 0 0; padding: 0; position: relative; }
.exp-item { position: relative; padding: 0 0 24px 28px; }
.exp-item::before { content: ""; position: absolute; left: 5px; top: 16px; bottom: -4px; width: 2px; background: var(--yellow-opacity--20); }
.exp-item:last-child { padding-bottom: 0; }
.exp-item:last-child::before { display: none; }
.exp-dot { position: absolute; left: 0; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 10px var(--yellow-opacity--35); }
.exp-head { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; align-items: baseline; margin-bottom: 4px; }
.exp-role { font-size: 15px; font-weight: 700; color: var(--white); }
.exp-co { font-weight: 500; color: var(--white-opacity--65); }
.exp-co em { font-style: italic; color: var(--white-opacity--65); }
.exp-when { font-size: 12px; color: var(--white-opacity--50); white-space: nowrap; font-variant-numeric: tabular-nums; }
.exp-body p { margin: 0; line-height: 1.55; }

/* ============================================================
   V1 POLISH PASS 4 (2026-06) — hero realignment + spacing
   ============================================================ */

/* Home hero: clean single left-aligned column (replaces the fragile
   2-column grid that misaligned once chip/CTA were added) */
.home-hero { align-items: flex-start; grid-column-gap: 36px; }
.home-hero-avatar-wrapper { margin-top: 2px; }
.hero-text-col { flex: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; max-width: 660px; }
.hero-text-col .hero-availability { margin: 0; }
.hero-h1 { margin: 0; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.14; max-width: 22ch; letter-spacing: -0.01em; hyphens: none; }
.hero-sub { margin: 0; max-width: 60ch; line-height: 1.65; }
.hero-text-col .hero-cta { justify-content: flex-start; margin-top: 6px; }

@media screen and (max-width: 991px) {
  .home-hero { flex-flow: column; align-items: flex-start; }
  .hero-text-col { max-width: 100%; }
  .hero-h1 { font-size: clamp(26px, 6vw, 36px); max-width: 100%; }
}

/* endorsement now uses a YouTube iframe */
.endorse-video iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ============================================================
   V1 POLISH PASS 5 — type system + endorsement card
   ============================================================ */
/* Distinctive display font for headings (body stays Hanken Grotesk) */
.h1, .h2, .h3, .h4, h1, h2, h3, h4,
.hero-h1, .mission-title, .featured-title, .featured-project-title-single,
.pane-title, .project-modal-section-title, .project-details-title {
  font-family: 'Bricolage Grotesque', 'Hanken Grotesk', system-ui, sans-serif;
  letter-spacing: -0.015em;
}

/* Endorsement: click-to-watch thumbnail card (robust vs embed restrictions) */
a.endorse-video { display: block; position: relative; text-decoration: none; }
a.endorse-video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.endorse-play {
  position: absolute; inset: 0; margin: auto; width: 66px; height: 66px; border-radius: 50%;
  background: rgba(0,0,0,.55); color: #fff; display: grid; place-items: center;
  backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.25);
  transition: transform .25s cubic-bezier(.2,.7,.2,1), background-color .25s, color .25s;
}
a.endorse-video:hover .endorse-play { transform: scale(1.08); background: var(--green); color: #062b14; border-color: transparent; }
