:root {
  --accent: #43c96b;
  --accent-dark: #24944a;
  --accent-rgb: 67, 201, 107;
  --bg: #111619;
  --panel: rgba(21, 26, 29, .88);
  --panel-solid: #151a1d;
  --line: rgba(197, 214, 219, .11);
  --text: #f4f4f4;
  --muted: #c7c7c7;
  --shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "Play", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }

.background-art {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 42%, rgba(53, 68, 72, .16), transparent 34%),
    linear-gradient(135deg, #111619, #171c1f 58%, #101518);
  z-index: -1;
}

.wave {
  position: absolute;
  width: 70vw;
  height: 25vw;
  border: 1px solid rgba(173, 188, 191, .065);
  border-radius: 50%;
  filter: blur(.2px);
  transform: rotate(17deg);
  box-shadow:
    0 0 0 13px rgba(173, 188, 191, .018),
    0 0 0 29px rgba(173, 188, 191, .014),
    0 0 0 48px rgba(173, 188, 191, .01);
}

.wave-one { top: -11vw; left: -15vw; }
.wave-two { right: -22vw; bottom: -7vw; transform: rotate(-19deg); }
.wave-three { left: -30vw; bottom: -15vw; transform: rotate(-9deg); }

.app-shell {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 88vw;
  max-width: 1360px;
  height: 84vh;
  max-height: 740px;
  margin: 0;
  transform: translate(-50%, -50%);
}

.side-menu {
  position: absolute;
  left: -54px;
  top: 50%;
  width: 82px;
  min-height: 50%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  border-radius: 38px;
  transform: translateY(-50%);
  perspective: 30rem;
  z-index: 5;
}

.side-menu::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  right: 10px;
  bottom: -10px;
  border: 1px solid var(--accent);
  opacity: .65;
  border-radius: inherit;
  transform: rotateY(9deg);
  z-index: -1;
}

.side-menu::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(20, 24, 26, .5) 75%,
    rgba(20, 24, 26, 1) 100%
  );
  box-shadow: 10px 10px 15px rgba(0, 0, 0, .05);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: rotateY(6deg);
  z-index: -1;
}

.language-switcher {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  border: 0;
  color: var(--muted);
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.language-switcher { top: 0; }
.language-switcher { transform: rotateY(9deg); }
.language-toggle {
  width: 100%;
  height: 80px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}
.language-flag {
  width: 30px;
  height: 22px;
  display: block;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12);
}
.language-code { font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.language-options {
  position: absolute;
  left: calc(100% + 12px);
  top: 12px;
  width: 142px;
  padding: 7px;
  display: grid;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--panel-solid);
  box-shadow: var(--shadow);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.language-switcher.open .language-options {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.language-options button {
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.language-options button img {
  width: 28px;
  height: 21px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 2px;
}
.language-options button:hover,
.language-options button.active { background: rgba(var(--accent-rgb), .12); color: var(--accent); }

.nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotateY(9deg);
}

.nav-link {
  position: relative;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #d3d5d5;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  transition: color .2s, background .2s;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(ellipse at right, rgba(197, 202, 213, .14) 0%, transparent 70%);
}
.nav-link:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(ellipse at left, rgba(197, 202, 213, .11) 0%, transparent 70%);
}
.nav-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.nav-link:hover, .nav-link.active { color: var(--accent); }
.nav-link.active { background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .035), transparent); }

.profile-card, .content-card {
  background: var(--panel);
  border: 1px solid var(--line);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.profile-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 480px;
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  transform: perspective(30rem) rotateY(6deg);
  transform-origin: center;
  z-index: 3;
}

.profile-card::after {
  display: none;
}

.portrait-wrap { position: absolute; inset: 0; overflow: hidden; }
.portrait-glitch {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.portrait-glitch-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.portrait-glitch-layer:nth-child(n+2) {
  opacity: 0;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: opacity, transform, clip-path;
}
.portrait-glitch-layer:nth-child(2) { animation-name: portraitSignalGlitch; }
.portrait-glitch-layer:nth-child(3) { animation-name: portraitColorFlash; }
.portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: grayscale(1);
}
.portrait-glitch-color .portrait {
  filter: grayscale(0) invert(45%) sepia(15%) saturate(1815%) hue-rotate(314deg);
}
.portrait-shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33%;
  background: linear-gradient(180deg, transparent 0%, transparent 67%, rgba(1, 9, 15, .9) 100%);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.profile-copy {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 112px;
  text-align: center;
  z-index: 2;
}

.profile-copy h1 { margin: 0 0 5px; font-size: 34px; line-height: 32px; letter-spacing: 0; font-weight: 700; }
.role-line { min-height: 30px; color: #ececec; font-size: 16px; line-height: 30px; font-weight: 700; }
.cursor { color: var(--accent); animation: blink .75s step-end infinite; }

.social-links { margin-top: 16px; display: flex; justify-content: center; gap: 12px; }
.social-links a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #e3e4e4;
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: color .2s, transform .2s;
}
.social-links svg { width: 20px; height: 20px; fill: currentColor; }
.social-links a:hover { color: var(--accent); transform: translateY(-2px); }

.profile-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  z-index: 3;
}

.profile-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: color .2s, background .2s;
}
.profile-actions a + a { border-left: 1px solid var(--line); }
.profile-actions a:hover { color: var(--accent); background: rgba(var(--accent-rgb), .035); }
.profile-actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.content-card {
  position: absolute;
  left: 464px;
  right: 0;
  top: 15px;
  bottom: 15px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 32px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.24) transparent;
  z-index: 1;
}

.page-section {
  display: block;
  width: 100%;
  min-height: 100%;
  scroll-margin-top: 0;
  border-bottom: 1px solid var(--line);
}
.page-section:last-child { border-bottom: 0; }
.content-card::-webkit-scrollbar { width: 6px; }
.content-card::-webkit-scrollbar-thumb { background: rgba(255,255,255,.24); border-radius: 10px; }

.section-heading {
  position: relative;
  min-height: 80px;
  padding: 31px 30px 24px;
  border-bottom: 1px solid var(--line);
}
.section-heading h2 {
  margin: 0;
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.2;
}
.section-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(to bottom, var(--accent), rgba(var(--accent-rgb), .22));
  transform: translateY(-50%);
}
.section-heading h2 span { color: inherit; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.intro-copy { min-height: 225px; padding: 26px 30px; border-right: 1px solid var(--line); }
.intro-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.quick-info { min-width: 0; }
.about-grid .quick-info .info-row { min-height: 50%; }
.info-row {
  min-height: 64px;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
}
.info-row:last-child { border-bottom: 0; }
.info-row strong {
  padding: 3px 8px;
  color: #17351a;
  background: var(--accent);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}
.content-block .section-heading { min-height: 120px; padding-top: 43px; }
.services-slider {
  margin: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(var(--accent-rgb),.08), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  outline: none;
  touch-action: pan-y;
}
.services-slider:focus-visible { border-color: rgba(var(--accent-rgb),.6); }
.services-viewport {
  position: relative;
  min-height: 440px;
}
.service-slide {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr);
  gap: 42px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(36px);
  transition: opacity .45s ease, transform .55s cubic-bezier(.22,.75,.25,1), visibility .45s;
  pointer-events: none;
}
.service-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
.service-architecture .service-visual {
  background: radial-gradient(circle at 50% 50%, rgba(64,129,191,.09), transparent 60%), rgba(5,10,12,.24);
}
.service-product .service-visual {
  background: radial-gradient(circle at 25% 70%, rgba(164,112,211,.08), transparent 55%), rgba(5,10,12,.24);
}
.service-ai-automation .service-visual {
  background: radial-gradient(circle at 75% 45%, rgba(34,176,190,.09), transparent 55%), rgba(5,10,12,.24);
}
.service-slide.leaving { transform: translateX(-36px); }
.service-visual {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 22px;
  background: rgba(5,10,12,.24);
}
.service-visual svg { width: 100%; height: auto; display: block; overflow: visible; }
.service-visual svg * { vector-effect: non-scaling-stroke; }
.service-copy { min-width: 0; }
.service-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--accent);
}
.service-kicker span { font-size: 14px; font-weight: 700; letter-spacing: 1px; }
.service-kicker small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.service-copy h3 { margin: 17px 0 14px; font-size: clamp(28px, 3vw, 38px); line-height: 1.12; }
.service-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-tags { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 8px; }
.service-tags span {
  padding: 7px 11px;
  border: 1px solid rgba(var(--accent-rgb),.22);
  border-radius: 999px;
  color: #b7d8ba;
  background: rgba(var(--accent-rgb),.06);
  font-size: 12px;
}
.service-impact { display: block; margin-top: 24px; font-size: 14px; letter-spacing: .2px; }
.services-controls {
  min-height: 78px;
  padding: 15px 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
}
.services-progress { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); }
.services-progress .services-current { color: var(--accent); font-weight: 700; }
.services-progress i { width: 58px; height: 1px; background: var(--line); }
.services-dots { display: flex; gap: 8px; }
.services-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #5f6668;
  cursor: pointer;
  transition: width .25s, background .25s;
}
.services-dots button.active { width: 27px; background: var(--accent); }
.services-arrows { justify-self: end; display: flex; gap: 8px; }
.services-arrows button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: rgba(255,255,255,.02);
  cursor: pointer;
  font-size: 18px;
  transition: color .2s, border-color .2s, background .2s;
}
.services-arrows button:hover { color: var(--accent); border-color: var(--accent); background: rgba(var(--accent-rgb),.06); }

/* Service illustrations */
.service-ring, .service-pulse circle, .product-signal { fill: none; stroke: rgba(var(--accent-rgb),.18); stroke-width: 1; }
.service-node { fill: var(--accent); }
.service-path { fill: none; stroke: rgba(var(--accent-rgb),.45); stroke-width: 2; stroke-dasharray: 6 8; }
.service-core { fill: rgba(var(--accent-rgb),.1); stroke: var(--accent); stroke-width: 2; }
.service-person { fill: none; stroke: #dce3df; stroke-width: 4; stroke-linecap: round; }
.service-slide.active .service-orbit { transform-origin: 210px 160px; animation: serviceOrbit 15s linear infinite; }
.service-slide.active .service-pulse circle { transform-origin: 210px 160px; animation: servicePulse 2.8s ease-out infinite; }
.service-slide.active .service-pulse circle:last-child { animation-delay: 1.4s; }
.architecture-block { fill: rgba(var(--accent-rgb),.07); stroke: rgba(var(--accent-rgb),.55); stroke-width: 1.5; }
.architecture-line, .architecture-flow { fill: none; stroke: rgba(var(--accent-rgb),.35); stroke-width: 2; }
.architecture-flow { stroke: var(--accent); stroke-dasharray: 8 12; }
.architecture-dots { fill: #93c998; }
.service-slide.active .architecture-flow { animation: serviceDash 2.3s linear infinite; }
.service-slide.active .architecture-block { animation: blockFloat 3.2s ease-in-out infinite alternate; }
.service-slide.active .block-two, .service-slide.active .block-four { animation-delay: -.8s; }
.product-track { fill: none; stroke: rgba(var(--accent-rgb),.35); stroke-width: 3; stroke-dasharray: 9 10; }
.product-step circle { fill: #17221b; stroke: var(--accent); stroke-width: 2; }
.product-step path { fill: none; stroke: #dce3df; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.service-slide.active .product-track { animation: serviceDash 2.5s linear infinite; }
.service-slide.active .product-step { animation: stepFloat 2.8s ease-in-out infinite alternate; }
.service-slide.active .step-two, .service-slide.active .step-four { animation-delay: -1.4s; }
.product-signal { transform-origin: center; }
.service-slide.active .product-signal { animation: productSignal 2.6s ease-out infinite; }
.service-slide.active .signal-two { animation-delay: 1.3s; }
.automation-input rect, .automation-ai circle {
  fill: rgba(var(--accent-rgb),.07);
  stroke: rgba(var(--accent-rgb),.55);
  stroke-width: 2;
}
.automation-input path { fill: none; stroke: #8aa18e; stroke-width: 2; }
.automation-flow path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 8 9;
}
.automation-ai path {
  fill: none;
  stroke: #b7d8ba;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.automation-particle { fill: #91ce97; }
.service-slide.active .automation-flow path { animation: serviceDash 1.8s linear infinite; }
.service-slide.active .automation-ai { transform-origin: 294px 160px; animation: aiBreathe 3s ease-in-out infinite alternate; }
.service-slide.active .automation-particle { animation: particleMove 2.4s ease-in-out infinite alternate; }
.service-slide.active .particle-two { animation-delay: -.8s; }
.service-slide.active .particle-three { animation-delay: -1.6s; }
@keyframes serviceOrbit { to { transform: rotate(360deg); } }
@keyframes servicePulse { 0% { opacity: .7; transform: scale(.72); } 100% { opacity: 0; transform: scale(1.18); } }
@keyframes serviceDash { to { stroke-dashoffset: -40; } }
@keyframes blockFloat { to { transform: translateY(-5px); } }
@keyframes stepFloat { to { transform: translateY(-7px); } }
@keyframes productSignal { 0% { opacity: .7; transform: scale(.65); } 100% { opacity: 0; transform: scale(1.25); } }
@keyframes particleMove { to { transform: translate(20px, 4px); opacity: .4; } }
@keyframes aiBreathe { to { transform: scale(1.035); } }

.skill-categories { padding-bottom: 30px; }
.skill-category {
  margin: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.skill-category-heading {
  min-height: 92px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.skill-category-heading::-webkit-details-marker { display: none; }
.skill-category-heading:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -3px;
}
.skill-category:not([open]) .skill-category-heading { border-bottom-color: transparent; }
.skill-category-chevron {
  width: 12px;
  height: 12px;
  margin-left: auto;
  flex: 0 0 12px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform .25s ease, border-color .25s ease;
}
.skill-category[open] .skill-category-chevron {
  border-color: var(--accent);
  transform: rotate(225deg);
}
.category-symbol {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: rgba(var(--accent-rgb), .1);
  border-radius: 15px;
  font: 700 18px Arial, sans-serif;
}
.skill-category-heading small {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.skill-category-heading h3 { margin: 0; font-size: 21px; }
.skill-groups { padding: 4px 22px 22px; }
.skill-group { padding-top: 18px; }
.skill-group + .skill-group {
  margin-top: 18px;
  border-top: 1px solid var(--line);
}
.skill-group h4 {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.skill-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.skill-tag {
  min-width: 0;
  min-height: 72px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(8, 13, 16, .28);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.skill-tag:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb), .5);
  background: rgba(var(--accent-rgb), .055);
}
.skill-tag > img,
.icon-backdrop {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
}
.icon-backdrop {
  padding: 7px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.icon-backdrop img { width: 100%; height: 100%; object-fit: contain; }
.dark-icon { background: #111; }
.light-icon { background: #fff; }
.photoshop-icon { background: #31a8ff; }
.illustrator-icon { background: #ff9a00; }
.aws-icon { background: #ff9900; }
.github-icon { background: #fff; }
.github-icon img { filter: none; }
.quality-icon { color: #fff; }
.quality-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.seo-icon { background: linear-gradient(135deg, #4285f4, #185abc); }
.accessibility-icon { background: linear-gradient(135deg, #7857ff, #5134c9); }
.performance-icon { background: linear-gradient(135deg, #ff9f43, #e56b1f); }
.vitals-icon { background: linear-gradient(135deg, #00a86b, #087f5b); }
.search-console-icon { background: linear-gradient(135deg, #3f8cff, #1769c2); }
.brand-icon img { filter: brightness(0) invert(1); }
.dynatrace-icon { background: linear-gradient(135deg, #1496ff, #6f2da8); }
.grafana-icon { background: linear-gradient(135deg, #f9a11b, #e56000); }
.prometheus-icon { background: linear-gradient(135deg, #e6522c, #b9361e); }
.jira-icon { background: linear-gradient(135deg, #2684ff, #0052cc); }
.slack-icon { background: linear-gradient(135deg, #611f69, #36c5f0); }
.fal-icon {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  font: 700 13px Arial, sans-serif;
  letter-spacing: -.5px;
}
.photoshop-icon img,
.illustrator-icon img,
.aws-icon img { filter: brightness(0); }
.skill-tag div { min-width: 0; }
.skill-tag strong {
  display: block;
  overflow: hidden;
  color: var(--text);
  font-size: 15px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skill-tag div span {
  display: block;
  margin-top: 5px;
  color: var(--accent);
  font-size: 12px;
}

.resume-grid { display: grid; grid-template-columns: 1fr 1fr; }
.resume-column:first-child { border-right: 1px solid var(--line); }
.column-title {
  min-height: 105px;
  margin: 0;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 22px;
  text-transform: uppercase;
}
.column-title-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  color: var(--accent);
}
.column-title-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}
.resume-timeline {
  position: relative;
  padding: 30px 30px 30px 53px;
}
.timeline-item {
  position: relative;
  min-height: 250px;
  margin: 0 0 30px;
  padding: 31px 30px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.025), transparent 34%),
    rgba(255,255,255,.012);
}
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::before {
  content: "";
  position: absolute;
  top: 51px;
  left: -36px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
  z-index: 2;
}
.timeline-item.active::before { background: var(--accent); }
.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56px;
  bottom: -86px;
  left: -32px;
  width: 1px;
  background: var(--line);
  z-index: 1;
}
.timeline-item time {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.timeline-item time > span:first-child {
  padding: 2px 10px;
  border: 1px solid currentColor;
  border-radius: 5px;
}
.timeline-item.active time > span:first-child { color: var(--accent); }
.timeline-item h3 { margin: 22px 0 8px; font-size: 22px; }
.timeline-item h4 { margin: 0 0 22px; color: #92999c; font-size: 16px; font-weight: 400; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.experience-item {
  display: block;
}
.company-logo {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  padding: 7px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
}
.company-logo-group {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 106px;
  height: 66px;
}
.company-logo-group .company-logo { top: 0; }
.company-logo-group .company-logo:first-child { right: 40px; z-index: 2; }
.company-logo-group .company-logo:last-child {
  right: 0;
  z-index: 1;
  box-shadow: 0 0 0 4px var(--panel-solid);
}
.company-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(.88);
}
.company-logo-peigo {
  background: linear-gradient(145deg, #20d8dc, #08b9d4);
}
.company-logo-peigo img {
  filter: brightness(0) invert(1);
  transform: scale(1.18);
}
.company-logo-banco {
  background: #fff;
}
.company-logo-banco img { transform: scale(.8); }
.experience-content {
  min-width: 0;
  padding-right: 118px;
}
.education-content {
  min-width: 0;
  padding-right: 78px;
}
.institution-logo img { transform: scale(1); }
.institution-logo-espol {
  background: #001f43;
}
.institution-logo-espol img { transform: scale(1.12); }
.institution-logo-alliance {
  background: #f0ede8;
}
.institution-logo-alliance img { transform: scale(1.12); }
.experience-content time {
  padding-right: 0;
}
.experience-duration {
  align-self: center;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}
.experience-content h3 { margin-top: 22px; }
.experience-content h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: center;
  margin-bottom: 8px;
}
.experience-content h4 strong {
  color: var(--text);
  font-weight: 600;
}
.experience-content h4 span::before {
  content: "·";
  margin-right: 9px;
  color: var(--muted);
}
.experience-content p span::before {
  content: "·";
  margin: 0 7px;
}
.experience-impact {
  margin: 22px -118px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.experience-impact-title {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.experience-impact ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}
.experience-impact li {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 11px;
}
.experience-impact li > strong {
  color: var(--text);
  font-size: 19px;
  line-height: 1;
}
.experience-impact li > span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.project-grid { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.project-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.012);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--accent-rgb),.42);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.project-media {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #0e1720;
}
.project-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}
.project-card:hover .project-media > img { transform: scale(1.035); }
.project-media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(8,12,15,.72));
}
.project-number {
  position: absolute;
  left: 18px;
  bottom: 17px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.project-open {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #fff;
  background: rgba(7,12,15,.56);
  backdrop-filter: blur(8px);
}
.project-content { flex: 1; padding: 23px 24px 26px; }
.project-content > small {
  display: block;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.project-content h3 { margin: 8px 0 12px; font-size: 25px; }
.project-case-study {
  margin: 0;
  display: grid;
  gap: 12px;
}
.project-case-study div {
  padding-left: 13px;
  border-left: 2px solid rgba(var(--accent-rgb), .3);
}
.project-case-study dt {
  margin-bottom: 3px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.project-case-study dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.project-case-study strong { color: var(--text); }
.project-tags { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.project-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(var(--accent-rgb),.2);
  border-radius: 999px;
  color: #b7d8ba;
  background: rgba(var(--accent-rgb),.055);
  font-size: 11px;
}
.project-link { display: block; margin-top: 22px; color: var(--text); font-size: 13px; }
.project-link span { margin-left: 6px; color: var(--accent); }
.project-metrics {
  margin-top: 19px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.project-metrics span {
  min-width: 0;
  padding: 9px 7px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}
.project-metrics strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 15px; }
.reels-project-media {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 75% 25%, rgba(37,244,238,.18), transparent 30%),
    radial-gradient(circle at 25% 80%, rgba(254,44,85,.18), transparent 34%),
    #111217;
}
.reels-automation-visual {
  width: 88%;
  display: grid;
  grid-template-columns: 72px 1fr 92px 88px;
  align-items: center;
  gap: 12px;
}
.reels-source, .reels-stats {
  padding: 13px 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  text-align: center;
}
.reels-source span { color: #25f4ee; font-size: 25px; }
.reels-source small, .reels-stats small { margin-top: 4px; color: #aeb4b6; font-size: 9px; text-transform: uppercase; }
.reels-flow { display: flex; align-items: center; gap: 6px; }
.reels-flow::before, .reels-flow::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, #25f4ee, #fe2c55); }
.reels-flow i { width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: reelsPulse 1.5s ease-in-out infinite alternate; }
.reels-flow i:nth-child(2) { animation-delay: -.5s; }
.reels-flow i:nth-child(3) { animation-delay: -1s; }
.reels-phone {
  position: relative;
  width: 74px;
  height: 126px;
  margin: auto;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 3px solid #e7e7e7;
  border-radius: 16px;
  background: #fff;
}
.reels-phone img { width: 100%; height: 100%; object-fit: contain; }
.reels-phone span {
  position: absolute;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.68);
  font-size: 13px;
}
.reels-stats strong { color: #fff; font-size: 20px; }
@keyframes reelsPulse { to { opacity: .25; transform: scale(.7); } }

.press-grid {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.press-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--text);
  background: rgba(255,255,255,.012);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.press-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--accent-rgb),.42);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.press-thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111719;
}
.press-thumbnail::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(11,15,17,.72));
}
.press-thumbnail > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}
.press-card:hover .press-thumbnail > img { transform: scale(1.035); }
.press-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(12,17,19,.6);
  backdrop-filter: blur(8px);
  font-size: 19px;
}
.press-content {
  flex: 1;
  padding: 23px 24px 26px;
}
.press-source {
  display: flex;
  align-items: center;
  gap: 12px;
}
.press-source > div { min-width: 0; }
.press-source strong { display: block; font-size: 15px; }
.press-source time {
  display: block;
  margin-top: 3px;
  color: var(--accent);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .7px;
}
.press-logo {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
}
.press-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.press-logo-espol { background: #001f43; }
.press-content h3 {
  margin: 19px 0 11px;
  font-size: 20px;
  line-height: 1.35;
}
.press-content p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.contact-info { display: grid; grid-template-columns: 1fr 1fr; }
.contact-info div { padding: 28px 38px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.contact-info div:nth-child(odd) { border-right: 1px solid var(--line); }
.contact-info strong { color: var(--accent); }
.contact-value {
  min-width: 0;
  color: var(--text);
  text-align: right;
  overflow-wrap: anywhere;
}
a.contact-value { transition: color .2s; }
a.contact-value:hover { color: var(--accent); }
.whatsapp-link span { color: var(--accent); }
.sub-heading { margin-top: 10px; }
.contact-form { padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px;
  color: var(--text);
  background: rgba(255,255,255,.025);
  outline: none;
  resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form button {
  width: 190px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-form button:hover { color: var(--accent); border-color: var(--accent); }

@keyframes blink { 50% { opacity: 0; } }
@keyframes portraitColorFlash {
  0%, 5% { opacity: .1; }
  5.5%, 100% { opacity: 0; }
}
@keyframes portraitSignalGlitch {
  0% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% { clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% { clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% { clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% { clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% { clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% { clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% { clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% { clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% { clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% { clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@media (max-width: 1300px) and (min-width: 1121px) {
  .app-shell {
    width: 94vw;
    height: 90vh;
  }
}

@media (max-height: 740px) and (min-width: 1121px) {
  .app-shell {
    height: 88vh;
  }
}

@media (max-height: 700px) and (min-width: 1121px) {
  .app-shell {
    height: 94vh;
  }
}

@media (max-height: 660px) and (min-width: 1121px) {
  .app-shell { min-height: 660px; }
}

@media (max-width: 1120px) {
  body { overflow: auto; }
  .app-shell {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(760px, calc(100vw - 30px));
    height: auto;
    margin: 15px auto 40px;
    padding-top: 94px;
    display: block;
  }
  .side-menu {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: min(760px, calc(100vw - 30px));
    height: 72px;
    min-height: 0;
    padding: 0 8px;
    flex-direction: row;
    border-radius: 18px;
    border-left: 1px solid var(--line);
    z-index: 20;
  }
  .side-menu::before { display: none; }
  .language-switcher, .nav-list { transform: none; }
  .language-switcher { width: 64px; height: 72px; }
  .language-toggle { height: 72px; }
  .language-options { top: 74px; left: 0; }
  .nav-list { flex: 1; flex-direction: row; margin: 0 0 0 64px; min-width: 0; }
  .nav-link { flex: 1; height: 72px; border: 0; }
  .nav-link svg { width: 24px; height: 24px; }
  .profile-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 820px;
    transform: none;
    border-radius: 32px;
  }
  .content-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 18px 0 0;
    min-height: 700px;
    overflow: visible;
    border-radius: 32px;
    scroll-behavior: auto;
  }
  .page-section {
    min-height: 0;
    scroll-margin-top: 92px;
  }
  .services-viewport { min-height: 740px; }
  .service-slide {
    padding: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, 300px) auto;
    gap: 28px;
    align-content: start;
  }
  .service-visual {
    width: min(100%, 420px);
    max-height: 300px;
    justify-self: center;
  }
  .service-visual svg { max-height: 300px; }
}

@media (max-width: 680px) {
  .app-shell { padding-top: 76px; }
  .side-menu { width: calc(100vw - 10px); height: 60px; overflow: visible; }
  .language-switcher {
    position: fixed;
    top: 84px;
    right: 15px;
    left: auto;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 17px;
    background: rgba(17, 23, 26, .88);
    box-shadow: 0 12px 30px rgba(0,0,0,.28);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 22;
    transition: opacity .25s ease, transform .25s ease;
  }
  .language-switcher.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
  }
  .language-toggle { height: 58px; }
  .language-flag { font-size: 21px; }
  .nav-list {
    position: static;
    padding: 0;
    display: flex;
    width: 100%;
    min-width: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .language-options { top: 64px; right: 0; left: auto; }
  .nav-link { height: 55px; font-size: 0; }
  .nav-link span { display: none; }
  .profile-card { height: 760px; border-radius: 25px; }
  .portrait-wrap { bottom: 92px; }
  .portrait {
    object-position: center 24%;
    transform: scale(1.35);
    transform-origin: 50% 26%;
  }
  .portrait-shade {
    height: 62%;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(5, 10, 13, .06) 34%,
      rgba(5, 10, 13, .82) 67%,
      #050b0f 100%
    );
    backdrop-filter: none;
  }
  .profile-copy { bottom: 164px; }
  .profile-copy h1 { font-size: 34px; }
  .role-line { font-size: 21px; }
  .social-links { margin-top: 17px; gap: 18px; }
  .profile-actions { height: 92px; background: rgba(3, 10, 14, .88); }
  .profile-actions a { font-size: 11px; gap: 7px; white-space: nowrap; }
  .profile-actions svg { width: 18px; }
  .content-card { border-radius: 25px; }
  .section-heading { min-height: 90px; padding: 32px 25px 22px; }
  .section-heading h2 { font-size: 26px; }
  .about-grid, .resume-grid, .contact-info, .contact-form, .project-grid, .press-grid { grid-template-columns: 1fr; }
  .column-title { min-height: 88px; padding: 25px; }
  .resume-timeline { padding: 24px 18px 24px 42px; }
  .timeline-item { min-height: 220px; padding: 25px 22px; border-radius: 20px; }
  .timeline-item::before { top: 43px; left: -30px; }
  .timeline-item:not(:last-child)::after { top: 48px; bottom: -78px; left: -26px; }
  .experience-item { display: block; }
  .company-logo { top: 22px; right: 20px; width: 58px; height: 58px; border-radius: 50%; }
  .company-logo-group { top: 22px; right: 20px; width: 94px; height: 58px; }
  .company-logo-group .company-logo { top: 0; }
  .company-logo-group .company-logo:first-child { right: 36px; }
  .experience-content { padding-right: 98px; }
  .experience-impact { margin-right: -98px; }
  .education-content { padding-right: 62px; }
  .intro-copy { min-height: auto; padding: 30px 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .intro-copy p { font-size: 18px; line-height: 1.6; }
  .info-row { padding: 20px 25px; font-size: 16px; }
  .content-block .section-heading { min-height: 105px; padding-top: 40px; }
  .services-slider { margin: 16px; border-radius: 20px; }
  .services-viewport {
    min-height: 0;
    height: var(--service-slide-height, 520px);
    transition: height .3s ease;
  }
  .service-slide {
    inset: 0 0 auto;
    padding: 18px;
    grid-template-rows: 190px auto;
    gap: 18px;
    align-content: start;
  }
  .service-visual {
    width: min(100%, 300px);
    height: 190px;
    max-height: 190px;
    overflow: hidden;
    border-radius: 18px;
  }
  .service-visual svg {
    width: 100%;
    height: 100%;
    max-height: 190px;
  }
  .service-kicker { gap: 9px; }
  .service-copy h3 { margin: 10px 0 8px; font-size: 25px; }
  .service-copy > p { font-size: 15px; line-height: 1.5; }
  .service-tags { margin-top: 14px; gap: 6px; }
  .service-tags span { padding: 6px 9px; font-size: 11px; }
  .service-impact { margin-top: 15px; font-size: 13px; }
  .services-controls {
    min-height: 70px;
    padding: 10px 14px;
    grid-template-columns: 1fr auto;
    background: rgba(14, 20, 23, .96);
    backdrop-filter: blur(12px);
  }
  .services-progress i { width: 38px; }
  .services-dots { display: none; }
  .services-arrows { gap: 10px; }
  .services-arrows button {
    width: 48px;
    height: 48px;
    border-color: rgba(var(--accent-rgb),.4);
    background: rgba(var(--accent-rgb),.08);
    font-size: 22px;
  }
  .skill-category { margin: 20px; }
  .skill-category-heading { min-height: 78px; padding: 15px 18px; }
  .category-symbol { width: 46px; height: 46px; flex-basis: 46px; }
  .skill-groups { padding: 4px 18px 18px; }
  .skill-tags { grid-template-columns: 1fr 1fr; }
  .resume-column:first-child { border-right: 0; }
  .project-grid { padding: 24px; }
  .project-media { height: 225px; }
  .reels-automation-visual {
    width: 92%;
    grid-template-columns: 62px 1fr 76px 72px;
    gap: 8px;
  }
  .reels-phone { width: 62px; height: 108px; }
  .reels-stats strong { font-size: 17px; }
  .press-grid { padding: 24px; gap: 22px; }
  .contact-info div:nth-child(odd) { border-right: 0; }
  .contact-form .full { grid-column: auto; }
}

@media (max-width: 460px) {
  .skill-tags { grid-template-columns: 1fr; }
  .contact-info div { align-items: flex-start; flex-direction: column; }
  .contact-value { text-align: left; }
  .project-grid { padding: 18px; }
  .project-content { padding: 21px 20px 24px; }
  .project-case-study { gap: 10px; }
  .project-case-study dd { font-size: 13px; }
  .reels-automation-visual { grid-template-columns: 54px 1fr 66px 64px; gap: 6px; }
  .reels-source, .reels-stats { padding: 10px 5px; }
  .reels-phone { width: 56px; height: 98px; }
  .project-metrics { gap: 5px; }
  .services-viewport { min-height: 0; }
  .service-slide { padding: 15px; grid-template-rows: 170px auto; gap: 14px; }
  .service-visual { height: 170px; max-height: 170px; }
  .service-visual svg { max-height: 170px; }
  .service-kicker small { font-size: 9px; }
  .service-copy h3 { margin-top: 9px; font-size: 24px; }
  .service-copy > p { font-size: 14px; line-height: 1.45; }
  .service-tags { margin-top: 12px; }
  .service-impact { margin-top: 13px; }
  .services-controls { padding: 9px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .portrait-glitch-layer:nth-child(n+2) { display: none; }
}
