@layer tokens, base, layout, components, sections, responsive;

@layer tokens {
:root {
  --desktop-scale: 1;
  --bg: #030303;
  --bg-deep: #030303;
  --panel: #07131b;
  --panel-strong: #05090c;
  --panel-soft: rgba(3, 3, 3, 0.92);
  --line: rgba(240, 239, 239, 0.1);
  --line-strong: rgba(198, 241, 44, 0.4);
  --text: #f5f5f4;
  --muted: #9aa3ab;
  --muted-strong: rgba(240, 239, 239, 0.82);
  /* --lime: #bff22a; */
  --lime: #C9FF36;
  --lime-bright: #cffb2f;
  --lime-soft: rgba(191, 242, 42, 0.2);
  --blue: #103b53;
  --blue-soft: rgba(16, 59, 83, 0.28);
  --shadow-soft: 0 0 34px rgba(191, 242, 42, 0.16);
  --shadow-strong: 0 0 62px rgba(191, 242, 42, 0.22);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 24px;
  --radius-pill: 999px;
  --dark-text: #030303;
  --border: rgba(24, 73, 102, 0.42);
  --contact-gradient: linear-gradient(90deg, #0d4059 0%, #bff22a 100%);
}

@media (min-width: 921px) {
  :root {
    --desktop-scale: 0.8;
  }
}
}
@layer base {
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.5;
  background: var(--bg);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(240, 239, 239, 0.11) 0.8px, transparent 0.9px);
  background-size: calc(28px * var(--desktop-scale)) calc(28px * var(--desktop-scale));
  opacity: 0.06;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

html[dir="rtl"] body {
  font-family: "Cairo", "Manrope", system-ui, sans-serif;
}

html[dir="rtl"] .button {
  flex-direction: row-reverse;
}

html[dir="rtl"] .button::after {
  transform: rotate(180deg);
}

html[dir="rtl"] .hero__title,
html[dir="rtl"] .section-title,
html[dir="rtl"] .brand-lockup__title,
html[dir="rtl"] .contact__title {
  font-family: "Cairo", "Manrope", system-ui, sans-serif;
  letter-spacing: 0;
}

html[dir="rtl"] .site-nav__lang-toggle {
  flex-direction: row-reverse;
}

html[dir="rtl"] .hero__proof,
html[dir="rtl"] .project-card__footer,
html[dir="rtl"] .footer-bottom {
  flex-direction: row-reverse;
}

html[dir="rtl"] .about-panel__copy::before {
  border-radius: 0 0 0 calc(110px * var(--desktop-scale));
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
}
@layer layout {
.container {
  width: min(calc(1240px * var(--desktop-scale)), calc(100% - (72px * var(--desktop-scale))));
  margin-inline: auto;
}

.site-header .container,
.hero > .container {
  width: min(calc(1380px * var(--desktop-scale)), calc(100% - (72px * var(--desktop-scale))));
}

.section {
  position: relative;
  padding: calc(96px * var(--desktop-scale)) 0;
}

.section:not(.hero),
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 820px;
}

.section:not(.hero) {
  scroll-margin-top: calc(132px * var(--desktop-scale));
}

.text-accent {
  color: var(--lime);
}

.section-heading {
  text-align: center;
  margin-bottom: calc(54px * var(--desktop-scale));
}

.section-kicker,
.contact__eyebrow {
  margin: 0 0 calc(14px * var(--desktop-scale));
  color: var(--lime);
  font-size: calc(0.95rem * var(--desktop-scale));
  font-weight: 600;
}

.section-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(
    calc(2.95rem * var(--desktop-scale)),
    calc(4.25vw * var(--desktop-scale)),
    calc(4.1rem * var(--desktop-scale))
  );
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.section-title--left {
  text-align: start;
}

.section-copy {
  max-width: calc(820px * var(--desktop-scale));
  margin: calc(18px * var(--desktop-scale)) auto 0;
  color: var(--muted);
  font-size: calc(1.03rem * var(--desktop-scale));
  line-height: 1.65;
}
}
@layer components {
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(12px * var(--desktop-scale));
  min-height: calc(58px * var(--desktop-scale));
  padding: 0 calc(28px * var(--desktop-scale));
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: var(--dark-text);
  font-size: calc(0.97rem * var(--desktop-scale));
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.34), 0 0 28px rgba(191, 242, 42, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button::after {
  content: "";
  width: calc(16px * var(--desktop-scale));
  height: calc(16px * var(--desktop-scale));
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateX(1px);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.4), 0 0 26px rgba(156, 205, 57, 0.2);
}

.button--small {
  min-height: calc(56px * var(--desktop-scale));
  padding-inline: calc(34px * var(--desktop-scale)) calc(26px * var(--desktop-scale));
  background: var(--contact-gradient);
  color: var(--text);
  font-size: calc(0.95rem * var(--desktop-scale));
}

.button--hero {
  min-height: calc(62px * var(--desktop-scale));
  margin-top: calc(34px * var(--desktop-scale));
  padding-inline: calc(32px * var(--desktop-scale)) calc(26px * var(--desktop-scale));
  background: var(--contact-gradient);
  color: var(--text);
  font-size: calc(1rem * var(--desktop-scale));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38), 0 0 36px rgba(191, 242, 42, 0.16);
}

.button--submit {
  display: flex;
  gap: 8px;
  width: min(100%, 456px);
  min-height: 60px;
  margin: calc(32px * var(--desktop-scale)) auto 0;
  margin-inline: auto;
  padding-inline: 35px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 48%),
    linear-gradient(90.99deg, #11364d 1.69%, #caff33 124.82%);
  color: #ffffff;
  font-family: "Barlow", "Manrope", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 4px 22px rgba(0, 0, 0, 0.12),
    0 0 24px rgba(202, 255, 51, 0.12);
}

.button--submit::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 2-7 20-4-9-9-4Z'/%3E%3Cpath d='M22 2 11 13'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 2-7 20-4-9-9-4Z'/%3E%3Cpath d='M22 2 11 13'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button--submit::after {
  content: none;
}

.button--submit:hover,
.button--submit:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 28px rgba(0, 0, 0, 0.2),
    0 0 28px rgba(202, 255, 51, 0.16);
}

.button--submit:disabled {
  cursor: wait;
  opacity: 0.82;
  transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 18px rgba(0, 0, 0, 0.16);
}

.button--footer {
  min-height: calc(54px * var(--desktop-scale));
  margin-top: calc(28px * var(--desktop-scale));
  padding-inline: calc(34px * var(--desktop-scale)) calc(26px * var(--desktop-scale));
  background: var(--contact-gradient);
  color: var(--text);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24), 0 0 22px rgba(191, 242, 42, 0.08);
}

.button--footer::after {
  font-size: calc(1rem * var(--desktop-scale));
}

.site-header {
  position: fixed;
  inset-inline: 0;
  top: calc(26px * var(--desktop-scale));
  z-index: 20;
  padding: 0;
}

.site-header__shell {
  display: flex;
  align-items: center;
  gap: calc(26px * var(--desktop-scale));
  min-height: calc(92px * var(--desktop-scale));
  padding: calc(10px * var(--desktop-scale)) calc(16px * var(--desktop-scale)) calc(10px * var(--desktop-scale))
    calc(18px * var(--desktop-scale));
  border: 1px solid rgba(191, 242, 42, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(3, 3, 3, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 48px rgba(0, 0, 0, 0.6),
    0 0 72px rgba(191, 242, 42, 0.18);
  backdrop-filter: blur(20px);
}

.site-header.is-scrolled .site-header__shell {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 34px rgba(0, 0, 0, 0.58),
    0 0 20px rgba(156, 205, 57, 0.09);
}

.brand-mark {
  flex: none;
  display: grid;
  place-items: center;
  width: calc(78px * var(--desktop-scale));
  height: calc(78px * var(--desktop-scale));
  border-radius: 50%;
  overflow: hidden;
}

.brand-mark img,
.brand-lockup__badge {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  background: transparent;
}

.site-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: calc(26px * var(--desktop-scale));
}

.site-nav__links,
.site-nav__actions {
  display: flex;
  align-items: center;
}

.site-nav__links {
  gap: calc(10px * var(--desktop-scale));
  margin-inline: auto;
}

.site-nav__links a {
  padding: calc(15px * var(--desktop-scale)) calc(22px * var(--desktop-scale));
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: calc(0.99rem * var(--desktop-scale));
  font-weight: 500;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-nav__links a.active {
  color: var(--lime);
  border-color: rgba(191, 242, 42, 0.75);
  background: rgba(191, 242, 42, 0.04);
  box-shadow: 0 0 22px rgba(191, 242, 42, 0.12);
}

.site-nav__actions {
  gap: calc(22px * var(--desktop-scale));
}

.site-nav__lang {
  position: relative;
}

.site-nav__lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: calc(10px * var(--desktop-scale));
  padding: calc(8px * var(--desktop-scale)) calc(14px * var(--desktop-scale));
  border: 1px solid rgba(191, 242, 42, 0.16);
  border-radius: var(--radius-pill);
  background: rgba(7, 14, 19, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.82);
  font-size: calc(0.95rem * var(--desktop-scale));
  font-weight: 600;
}

.site-nav__lang-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.84;
  transition: transform 180ms ease;
}

.site-nav__lang.is-open .site-nav__lang-toggle::after {
  transform: rotate(-135deg) translateY(-1px);
}

.site-nav__lang-icon {
  width: calc(20px * var(--desktop-scale));
  height: calc(20px * var(--desktop-scale));
  flex: none;
}

.site-nav__lang-current {
  min-width: 2ch;
  text-align: center;
}

.site-nav__lang-current[lang="ar"] {
  font-family: "Cairo", "Manrope", system-ui, sans-serif;
}

.site-nav__lang-menu {
  position: absolute;
  top: calc(100% + (10px * var(--desktop-scale)));
  inset-inline-end: 0;
  display: grid;
  gap: calc(4px * var(--desktop-scale));
  min-width: calc(170px * var(--desktop-scale));
  padding: calc(8px * var(--desktop-scale));
  border: 1px solid rgba(191, 242, 42, 0.14);
  border-radius: calc(22px * var(--desktop-scale));
  background: rgba(7, 14, 19, 0.98);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(191, 242, 42, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(-6px * var(--desktop-scale)));
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
  z-index: 8;
}

.site-nav__lang.is-open .site-nav__lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-nav__lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(42px * var(--desktop-scale));
  width: 100%;
  padding-inline: calc(14px * var(--desktop-scale));
  border-radius: calc(16px * var(--desktop-scale));
  color: rgba(245, 245, 244, 0.72);
  font-size: calc(0.92rem * var(--desktop-scale));
  font-weight: 700;
  line-height: 1;
  text-align: start;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.site-nav__lang-option[lang="ar"] {
  font-family: "Cairo", "Manrope", system-ui, sans-serif;
}

.site-nav__lang-option::after {
  content: "";
  width: calc(8px * var(--desktop-scale));
  height: calc(8px * var(--desktop-scale));
  border-radius: 50%;
  background: var(--lime);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav__lang-option:hover,
.site-nav__lang-option:focus-visible {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.site-nav__lang-option:focus-visible {
  outline: 2px solid rgba(191, 242, 42, 0.48);
  outline-offset: 2px;
}

.site-nav__lang-option.is-active {
  color: var(--lime);
  background: rgba(191, 242, 42, 0.08);
  box-shadow: inset 0 0 0 1px rgba(191, 242, 42, 0.14);
}

.site-nav__lang-option.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.mobile-nav-toggle {
  display: none;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--radius-pill);
  background: rgba(18, 18, 18, 0.92);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: calc(16px * var(--desktop-scale));
}

.brand-lockup--footer {
  justify-content: flex-start;
}

.brand-lockup__badge {
  width: calc(70px * var(--desktop-scale));
  height: calc(70px * var(--desktop-scale));
  border-radius: 50%;
  overflow: hidden;
}

.brand-lockup__title {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: calc(8px * var(--desktop-scale));
  margin: 0;
  font-size: clamp(
    calc(2rem * var(--desktop-scale)),
    calc(3vw * var(--desktop-scale)),
    calc(2.65rem * var(--desktop-scale))
  );
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.brand-lockup--footer .brand-lockup__title {
  font-size: clamp(
    calc(1.65rem * var(--desktop-scale)),
    calc(2vw * var(--desktop-scale)),
    calc(2.1rem * var(--desktop-scale))
  );
}

.social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(12px * var(--desktop-scale));
}

.social-row--center {
  justify-content: center;
}

.social-link {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(46px * var(--desktop-scale));
  height: calc(46px * var(--desktop-scale));
  border-radius: 50%;
}

.social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.reveal-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.reveal-item.is-visible,
body.is-ready .hero .reveal-item {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
}
@layer sections {
.hero {
  overflow: hidden;
  padding-top: calc(118px * var(--desktop-scale));
  padding-bottom: 0;
  background: #030303;
}

.hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0.9px, transparent 1px);
  background-size: calc(28px * var(--desktop-scale)) calc(28px * var(--desktop-scale));
  opacity: 0.18;
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, calc(712px * var(--desktop-scale))) minmax(calc(360px * var(--desktop-scale)), 1fr);
  align-items: center;
  gap: clamp(
    calc(36px * var(--desktop-scale)),
    calc(5vw * var(--desktop-scale)),
    calc(88px * var(--desktop-scale))
  );
  min-height: calc(760px * var(--desktop-scale));
}

.hero__copy {
  position: relative;
  display: grid;
  justify-items: start;
  max-width: min(calc(712px * var(--desktop-scale)), 100%);
  padding: calc(54px * var(--desktop-scale)) 0 calc(92px * var(--desktop-scale));
}

.hero__title {
  margin: 0;
  font-family: "Barlow", "Manrope", system-ui, sans-serif;
  font-size: clamp(
    calc(4rem * var(--desktop-scale)),
    calc(5vw * var(--desktop-scale)),
    calc(4.5rem * var(--desktop-scale))
  );
  line-height: 1.1944444444;
  letter-spacing: -0.025em;
  font-weight: 900;
}

.hero__title > span {
  display: block;
}

.hero__title-row {
  width: max-content;
  max-width: 100%;
}

.hero__title-row--with-glyph {
  position: relative;
  padding-inline-end: calc(82px * var(--desktop-scale));
}

.hero__title-row--with-glyph .hero__title-word {
  display: block;
}

.hero__title-row--bottom {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc(12px * var(--desktop-scale));
}

.hero__accent {
  display: inline-flex;
  align-items: center;
  min-height: calc(77px * var(--desktop-scale));
  padding: 0 calc(24px * var(--desktop-scale));
  border-radius: calc(16px * var(--desktop-scale));
  background: #caff33;
  color: var(--dark-text);
  line-height: 1;
  box-shadow: none;
}

.hero__glyph {
  position: absolute;
  top: calc(8px * var(--desktop-scale));
  inset-inline-end: 0;
  width: calc(58px * var(--desktop-scale));
  opacity: 1;
  filter: none;
}

.hero__glyph img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__description {
  max-width: calc(611px * var(--desktop-scale));
  margin: calc(34px * var(--desktop-scale)) 0 0;
  color: #f0efef;
  font-family: "Barlow", "Manrope", system-ui, sans-serif;
  font-size: calc(1.125rem * var(--desktop-scale));
  line-height: 1.7777777778;
  font-weight: 500;
}

.hero .button--hero {
  min-width: min(calc(310px * var(--desktop-scale)), 100%);
  min-height: calc(60px * var(--desktop-scale));
  margin-top: calc(34px * var(--desktop-scale));
  padding-inline: calc(35px * var(--desktop-scale));
  border-radius: calc(68px * var(--desktop-scale));
  background: linear-gradient(90.99deg, #11364d 1.69%, #caff33 124.82%);
  color: #ffffff;
  font-family: "Barlow", "Manrope", system-ui, sans-serif;
  font-size: calc(1.125rem * var(--desktop-scale));
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.12);
}

.hero .button--hero::after {
  width: calc(20px * var(--desktop-scale));
  height: calc(20px * var(--desktop-scale));
  transform: none;
}

.hero__proof {
  display: flex;
  align-items: center;
  gap: calc(16px * var(--desktop-scale));
  width: fit-content;
  max-width: 100%;
  margin-top: calc(32px * var(--desktop-scale));
  color: #f0efef;
  font-family: "Barlow", "Manrope", system-ui, sans-serif;
  font-size: calc(0.875rem * var(--desktop-scale));
  line-height: 1.2142857143;
}

.hero__proof p {
  margin: 0;
  font-weight: 400;
}

.hero__avatars {
  display: flex;
  align-items: center;
}

.hero__avatar {
  display: grid;
  place-items: center;
  width: calc(24px * var(--desktop-scale));
  height: calc(24px * var(--desktop-scale));
  margin-inline-start: calc(-8px * var(--desktop-scale));
  overflow: hidden;
  border: calc(2px * var(--desktop-scale)) solid #030303;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffebbc 0, #f5a87c 100%);
  box-shadow: none;
}

.hero__avatar:first-child {
  margin-inline-start: 0;
}

.hero__avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__emblem {
  position: relative;
  justify-self: end;
  width: min(calc(600px * var(--desktop-scale)), 100%);
  aspect-ratio: 1;
  isolation: isolate;
  transform: translate(calc(22px * var(--desktop-scale)), calc(18px * var(--desktop-scale)));
}

.hero__emblem::before,
.hero__emblem::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero__emblem::before {
  inset: 8%;
  background: radial-gradient(
    circle,
    rgba(201, 255, 54, 0.5) 0%,
    rgba(191, 242, 42, 0.2) 38%,
    rgba(191, 242, 42, 0.08) 58%,
    transparent 76%
  );
  filter: blur(calc(26px * var(--desktop-scale)));
}

.hero__emblem::after {
  inset: -14%;
  background: radial-gradient(
    circle,
    rgba(201, 255, 54, 0.22) 0%,
    rgba(191, 242, 42, 0.14) 30%,
    rgba(16, 59, 83, 0.08) 54%,
    transparent 78%
  );
  filter: blur(calc(54px * var(--desktop-scale)));
  opacity: 0.95;
}

.hero__emblem img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 calc(24px * var(--desktop-scale)) rgba(201, 255, 54, 0.22))
    drop-shadow(0 0 calc(64px * var(--desktop-scale)) rgba(191, 242, 42, 0.2));
}

html[dir="rtl"] .hero__emblem {
  transform: translate(calc(-22px * var(--desktop-scale)), calc(18px * var(--desktop-scale)));
}
}
@layer sections {
.tech-strip {
  --tech-gap: clamp(
    calc(34px * var(--desktop-scale)),
    calc(3.8vw * var(--desktop-scale)),
    calc(64px * var(--desktop-scale))
  );
  --tech-item-width: clamp(
    calc(128px * var(--desktop-scale)),
    calc(11.4vw * var(--desktop-scale)),
    calc(188px * var(--desktop-scale))
  );
  --tech-strip-edge-padding: clamp(
    calc(24px * var(--desktop-scale)),
    calc(4vw * var(--desktop-scale)),
    calc(56px * var(--desktop-scale))
  );
  --tech-strip-padding-block: calc(24px * var(--desktop-scale)) calc(22px * var(--desktop-scale));
  position: relative;
  overflow: hidden;
  padding: 0;
  background: transparent;
}

.tech-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 255, 54, 0.1) 12%,
    rgba(201, 255, 54, 0.82) 50%,
    rgba(201, 255, 54, 0.1) 88%,
    transparent 100%
  );
  box-shadow: 0 0 16px rgba(201, 255, 54, 0.2);
  pointer-events: none;
}

.tech-strip::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 255, 54, 0.08) 14%,
    rgba(201, 255, 54, 0.7) 50%,
    rgba(201, 255, 54, 0.08) 86%,
    transparent 100%
  );
  box-shadow: 0 0 14px rgba(201, 255, 54, 0.18);
  pointer-events: none;
}

.tech-strip .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.tech-strip__grid {
  overflow: hidden;
  width: 100%;
  padding-inline: var(--tech-strip-edge-padding);
}

.tech-strip__track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: max-content;
  padding-block: var(--tech-strip-padding-block);
  animation: tech-strip-scroll 22s linear infinite;
  will-change: transform;
}

.tech-strip__group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: var(--tech-gap);
  padding-inline-end: var(--tech-gap);
}

.tech-item {
  display: grid;
  place-items: center;
  flex: 0 0 var(--tech-item-width);
  width: var(--tech-item-width);
  height: calc(104px * var(--desktop-scale));
}

.tech-item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, calc(170px * var(--desktop-scale)));
  height: calc(72px * var(--desktop-scale));
}

.tech-item__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.96;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.34));
}

.tech-item[data-tech="react"] .tech-item__logo {
  width: min(100%, calc(160px * var(--desktop-scale)));
}

.tech-item[data-tech="nodejs"] .tech-item__logo {
  width: min(100%, calc(180px * var(--desktop-scale)));
}

.tech-item[data-tech="java"] .tech-item__logo {
  width: min(100%, calc(122px * var(--desktop-scale)));
}

@keyframes tech-strip-scroll {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-strip__track {
    animation: none;
    transform: none;
  }
}
}
@layer sections {
.services {
  overflow: hidden;
  padding-top: calc(86px * var(--desktop-scale));
  background:
    radial-gradient(circle at 16% 10%, rgba(191, 242, 42, 0.1), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(191, 242, 42, 0.08), transparent 20%),
    linear-gradient(165deg, rgba(191, 242, 42, 0.12) 0%, rgba(191, 242, 42, 0) 26%),
    #030303;
}

.services::before,
.services::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.services::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(191, 242, 42, 0.18) 0%, rgba(191, 242, 42, 0.04) 22%, transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 0) 0 0 / 1px 1px repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 0) 0 0 / 1px 1px repeat;
  background-size: auto, 26px 26px, 26px 26px;
  opacity: 0.16;
}

.services::after {
  background:
    linear-gradient(167deg, rgba(191, 242, 42, 0.16) 8%, rgba(191, 242, 42, 0) 24%),
    linear-gradient(186deg, rgba(191, 242, 42, 0) 30%, rgba(191, 242, 42, 0.12) 48%, rgba(191, 242, 42, 0) 64%);
  opacity: 0.5;
}

.services .container {
  position: relative;
  z-index: 1;
}

.services .section-heading {
  max-width: calc(980px * var(--desktop-scale));
  margin-inline: auto;
  margin-bottom: calc(56px * var(--desktop-scale));
}

.services .section-copy {
  color: rgba(245, 245, 244, 0.68);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(28px * var(--desktop-scale));
}

.service-card {
  position: relative;
  min-height: calc(372px * var(--desktop-scale));
  padding: calc(40px * var(--desktop-scale)) calc(28px * var(--desktop-scale)) calc(36px * var(--desktop-scale));
  border-radius: calc(34px * var(--desktop-scale));
  border: 1px solid rgba(191, 242, 42, 0.14);
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.98) 0%, rgba(3, 3, 3, 0.98) 100%);
  text-align: center;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 20px 36px rgba(0, 0, 0, 0.42);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%);
  pointer-events: none;
}

.service-card::after {
  content: "";
  position: absolute;
  left: calc(28px * var(--desktop-scale));
  right: calc(28px * var(--desktop-scale));
  bottom: 0;
  height: calc(4px * var(--desktop-scale));
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(191, 242, 42, 0.04), rgba(191, 242, 42, 0.92), rgba(191, 242, 42, 0.04));
  box-shadow: 0 0 24px rgba(191, 242, 42, 0.24);
}

.service-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(112px * var(--desktop-scale));
  height: calc(112px * var(--desktop-scale));
  margin: 0 auto calc(28px * var(--desktop-scale));
}

.service-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 28%, rgba(38, 44, 49, 0.96), rgba(3, 3, 3, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 28px rgba(0, 0, 0, 0.44);
}

.service-card__logo {
  position: relative;
  z-index: 1;
  width: calc(64px * var(--desktop-scale));
  height: calc(64px * var(--desktop-scale));
  object-fit: contain;
}

.service-card h3 {
  margin: 0 0 calc(20px * var(--desktop-scale));
  font-size: clamp(
    calc(1.7rem * var(--desktop-scale)),
    calc(2vw * var(--desktop-scale)),
    calc(2rem * var(--desktop-scale))
  );
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.service-card p {
  max-width: calc(360px * var(--desktop-scale));
  margin: 0 auto;
  color: rgba(245, 245, 244, 0.68);
  font-size: calc(0.98rem * var(--desktop-scale));
  line-height: 1.58;
}

.icon-swatch {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(64px * var(--desktop-scale));
  height: calc(64px * var(--desktop-scale));
}

.icon-swatch--design {
  border-radius: 50%;
  background: conic-gradient(#e44e7d 0 40deg, #f3965c 40deg 78deg, #f8d04d 78deg 118deg, #f5ef9a 118deg 152deg, #91d97d 152deg 210deg, #7bd4ef 210deg 254deg, #8180e6 254deg 304deg, #b86cd8 304deg 360deg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.service-card__icon svg,
.icon-swatch svg {
  width: 100%;
  height: 100%;
}
}
@layer sections {
.about {
  overflow: hidden;
  padding: 0;
  background: #030303;
}

.about > .container {
  width: 100%;
  max-width: none;
}

.about-panel {
  --about-text-sequence-delay: 60ms;
  --about-media-delay: 760ms;
  --about-icons-delay: 1080ms;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  justify-items: center;
  align-items: center;
  gap: clamp(
    calc(2px * var(--desktop-scale)),
    calc(0.85vw * var(--desktop-scale)),
    calc(12px * var(--desktop-scale))
  );
  min-height: calc(580px * var(--desktop-scale));
  padding-block: calc(36px * var(--desktop-scale));
  padding-inline: 0 calc(36px * var(--desktop-scale));
  width: 100%;
  border-radius: 0;
  background:
    linear-gradient(
      180deg,
      rgba(3, 3, 3, 0.98) 0%,
      rgba(3, 17, 29, 0.86) 10%,
      rgba(4, 22, 36, 0.8) 56%,
      rgba(4, 17, 27, 0.88) 88%,
      rgba(3, 3, 3, 0.98) 100%
    ),
    linear-gradient(96deg, #03111d 0%, #03111d 42%, #041624 74%, #04111b 100%);
  box-shadow: inset 0 0 0 1px rgba(148, 179, 198, 0.12);
  overflow: hidden;
  isolation: isolate;
}

.about-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 251, 50, 0.12), transparent 22%),
    radial-gradient(circle at 76% 48%, rgba(255, 255, 255, 0.04), transparent 18%),
    radial-gradient(circle at 24% 82%, rgba(21, 58, 76, 0.28), transparent 18%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.16));
  pointer-events: none;
  z-index: 0;
}

.about-panel::after {
  content: none;
}

.about-panel__dots {
  position: absolute;
  background-image: radial-gradient(circle, rgba(201, 251, 50, 0.62) 1.25px, transparent 1.45px);
  background-size: calc(12px * var(--desktop-scale)) calc(12px * var(--desktop-scale));
  pointer-events: none;
  z-index: 0;
}

.about-panel__dots--top {
  top: 0;
  inset-inline-end: 0;
  width: min(calc(380px * var(--desktop-scale)), calc(29vw * var(--desktop-scale)));
  height: calc(264px * var(--desktop-scale));
  opacity: 0.42;
  -webkit-mask-image: radial-gradient(circle at 100% 0, #000 10%, rgba(0, 0, 0, 0.96) 44%, transparent 84%);
  mask-image: radial-gradient(circle at 100% 0, #000 10%, rgba(0, 0, 0, 0.96) 44%, transparent 84%);
}

.about-panel__dots--bottom {
  inset-inline-start: 23%;
  bottom: calc(-28px * var(--desktop-scale));
  width: min(calc(304px * var(--desktop-scale)), calc(24vw * var(--desktop-scale)));
  height: calc(244px * var(--desktop-scale));
  opacity: 0.18;
  -webkit-mask-image: linear-gradient(135deg, transparent 4%, rgba(0, 0, 0, 0.9) 30%, #000 56%, transparent 100%);
  mask-image: linear-gradient(135deg, transparent 4%, rgba(0, 0, 0, 0.9) 30%, #000 56%, transparent 100%);
}

.about-panel__copy {
  --about-copy-shift: clamp(
    calc(24px * var(--desktop-scale)),
    calc(2.8vw * var(--desktop-scale)),
    calc(46px * var(--desktop-scale))
  );
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  justify-self: center;
  width: min(100%, calc(676px * var(--desktop-scale)));
  max-width: none;
  padding-block: calc(40px * var(--desktop-scale));
  padding-inline:
    clamp(calc(54px * var(--desktop-scale)), calc(4.9vw * var(--desktop-scale)), calc(72px * var(--desktop-scale)))
    clamp(calc(6px * var(--desktop-scale)), calc(0.9vw * var(--desktop-scale)), calc(16px * var(--desktop-scale)));
  transition:
    opacity 620ms ease,
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 920ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--about-text-sequence-delay);
  will-change: opacity, transform, filter;
}

.about-panel__copy::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: calc(-76px * var(--desktop-scale)) calc(-54px * var(--desktop-scale));
  background: linear-gradient(180deg, rgba(2, 9, 16, 0.98) 0%, rgba(1, 6, 11, 0.98) 100%);
  border-radius: 0 0 calc(110px * var(--desktop-scale)) 0;
  z-index: -2;
}

.about-panel__copy::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: calc(-106px * var(--desktop-scale));
  width: calc(182px * var(--desktop-scale));
  height: calc(286px * var(--desktop-scale));
  border-radius: 50%;
  background: radial-gradient(circle at 24% 50%, rgba(2, 9, 16, 0.98) 0%, rgba(2, 9, 16, 0.98) 34%, rgba(2, 9, 16, 0) 72%);
  transform: translateY(-50%);
  z-index: -1;
}

.about-panel__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.18em;
  font-size: clamp(
    calc(3.35rem * var(--desktop-scale)),
    calc(4.75vw * var(--desktop-scale)),
    calc(4.85rem * var(--desktop-scale))
  );
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 900;
  white-space: nowrap;
}

.about-panel__title-prefix,
.about-panel__title-accent {
  display: inline-block;
  transition:
    opacity 620ms ease,
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.about-panel__title-accent {
  color: var(--lime-bright);
  transition-delay: calc(var(--about-text-sequence-delay) + 180ms);
}

.about-panel__text {
  display: grid;
  gap: calc(8px * var(--desktop-scale));
  max-width: calc(586px * var(--desktop-scale));
  margin-top: calc(32px * var(--desktop-scale));
  color: rgba(245, 245, 244, 0.82);
  font-size: calc(1.16rem * var(--desktop-scale));
  line-height: 1.7;
}

.about-panel__text p {
  margin: 0;
  transition:
    opacity 620ms ease,
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--about-text-sequence-delay) + 240ms + (var(--about-copy-index, 0) * 120ms));
  will-change: opacity, transform;
}

.about-panel__media {
  --about-media-shift: clamp(
    calc(26px * var(--desktop-scale)),
    calc(3vw * var(--desktop-scale)),
    calc(54px * var(--desktop-scale))
  );
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(100%, calc(880px * var(--desktop-scale)));
  min-height: calc(498px * var(--desktop-scale));
  padding-block: calc(10px * var(--desktop-scale)) 0;
  padding-inline:
    clamp(calc(0px * var(--desktop-scale)), calc(0.25vw * var(--desktop-scale)), calc(6px * var(--desktop-scale)))
    clamp(calc(62px * var(--desktop-scale)), calc(5.4vw * var(--desktop-scale)), calc(92px * var(--desktop-scale)));
  transition:
    opacity 680ms ease,
    transform 980ms cubic-bezier(0.18, 1, 0.32, 1),
    filter 980ms cubic-bezier(0.18, 1, 0.32, 1);
  transition-delay: var(--about-media-delay);
  will-change: opacity, transform, filter;
}

.about-panel__photo-frame {
  position: relative;
  z-index: 1;
  width: min(100%, calc(778px * var(--desktop-scale)));
  margin-inline: auto;
  transition:
    transform 1100ms cubic-bezier(0.18, 1, 0.32, 1),
    filter 900ms ease;
  transition-delay: calc(var(--about-media-delay) + 110ms);
  will-change: transform, filter;
}

.about-panel__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3));
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    transform 1280ms cubic-bezier(0.18, 1, 0.32, 1),
    filter 900ms ease;
  transition-delay: calc(var(--about-media-delay) + 170ms);
  will-change: transform, filter;
}

.about-panel__title-prefix {
  transition-delay: calc(var(--about-text-sequence-delay) + 90ms);
}

.about-panel.reveal-item:not(.is-visible) .about-panel__copy {
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(calc(-1 * var(--about-copy-shift)), 0, 0);
}

.about-panel.reveal-item:not(.is-visible) .about-panel__title-prefix {
  opacity: 0;
  transform: translate3d(calc(-0.4 * var(--about-copy-shift)), calc(16px * var(--desktop-scale)), 0);
}

.about-panel.reveal-item:not(.is-visible) .about-panel__title-accent {
  opacity: 0;
  transform: translate3d(calc(-0.18 * var(--about-copy-shift)), calc(20px * var(--desktop-scale)), 0) scale(0.96);
}

.about-panel.reveal-item:not(.is-visible) .about-panel__text p {
  opacity: 0;
  transform: translate3d(calc(-0.56 * var(--about-copy-shift)), calc(10px * var(--desktop-scale)), 0);
}

.about-panel.reveal-item:not(.is-visible) .about-panel__media {
  opacity: 0;
  filter: blur(16px);
  transform: translate3d(var(--about-media-shift), calc(16px * var(--desktop-scale)), 0);
}

.about-panel.reveal-item:not(.is-visible) .about-panel__photo-frame {
  filter: saturate(0.84);
  transform: translate3d(calc(0.16 * var(--about-media-shift)), 0, 0) scale(0.92);
}

.about-panel.reveal-item:not(.is-visible) .about-panel__media img {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
  transform: translate3d(0, 0, 0) scale(1.08);
}

.about-panel__icons {
  position: absolute;
  top: calc(12px * var(--desktop-scale));
  inset-inline-end: calc(4px * var(--desktop-scale));
  bottom: calc(18px * var(--desktop-scale));
  width: calc(178px * var(--desktop-scale));
  z-index: 2;
  pointer-events: none;
}

.about-panel__icons::before {
  content: none;
}

.about-panel__icons::after {
  content: none;
}

.about-icon {
  --icon-drift: calc(10px * var(--desktop-scale));
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 460ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--about-icons-delay) + (var(--icon-index, 0) * 110ms));
}

.about-panel.reveal-item:not(.is-visible) .about-icon {
  opacity: 0;
  transform: translate3d(calc(24px * var(--desktop-scale)), calc(26px * var(--desktop-scale)), 0) scale(0.82);
}

.about-icon::before {
  content: none;
}

.about-icon__surface {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  color: #030303;
  background: var(--lime-bright);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  animation: about-icon-float 7s ease-in-out infinite;
  animation-delay: calc(var(--icon-index, 0) * -1.1s);
}

.about-icon__surface::before {
  content: none;
}

.about-icon__surface::after {
  content: none;
}

.about-icon svg {
  position: relative;
  z-index: 1;
  width: 52%;
  height: 52%;
  animation: about-icon-breathe 4.8s ease-in-out infinite;
  animation-delay: calc(var(--icon-index, 0) * -0.75s);
}

.about-icon--figma {
  top: 0;
  inset-inline-end: calc(10px * var(--desktop-scale));
  width: calc(126px * var(--desktop-scale));
  height: calc(126px * var(--desktop-scale));
  --icon-drift: calc(14px * var(--desktop-scale));
}

.about-icon--figma svg {
  width: 48%;
  height: 48%;
}

.about-icon--code {
  top: calc(194px * var(--desktop-scale));
  inset-inline-end: 0;
  width: calc(108px * var(--desktop-scale));
  height: calc(108px * var(--desktop-scale));
  --icon-drift: calc(12px * var(--desktop-scale));
}

.about-icon--code svg {
  width: 56%;
  height: 56%;
}

.about-icon--monitor {
  top: calc(360px * var(--desktop-scale));
  inset-inline-end: calc(20px * var(--desktop-scale));
  width: calc(84px * var(--desktop-scale));
  height: calc(84px * var(--desktop-scale));
  --icon-drift: calc(8px * var(--desktop-scale));
}

.about-icon--monitor svg {
  width: 60%;
  height: 60%;
}

.about-icon--idea {
  inset-inline-end: calc(90px * var(--desktop-scale));
  top: calc(460px * var(--desktop-scale));
  width: calc(76px * var(--desktop-scale));
  height: calc(76px * var(--desktop-scale));
  --icon-drift: calc(11px * var(--desktop-scale));
}

.about-icon--idea svg {
  width: 60%;
  height: 60%;
}

@keyframes about-icon-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, calc(var(--icon-drift) * -1), 0);
  }
}

@keyframes about-icon-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.94;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-panel__copy,
  .about-panel__title-prefix,
  .about-panel__title-accent,
  .about-panel__text p,
  .about-panel__media,
  .about-panel__photo-frame,
  .about-panel__media img {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .about-panel__media img {
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3));
  }

  .about-panel.reveal-item .about-icon {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-icon__surface,
  .about-icon svg {
    animation: none;
  }
}
}
@layer sections {
.projects {
  overflow: hidden;
  padding-top: calc(92px * var(--desktop-scale));
  background:
    radial-gradient(circle at 12% 10%, rgba(16, 59, 83, 0.28), transparent 16%),
    radial-gradient(circle at 100% 44%, rgba(191, 242, 42, 0.08), transparent 22%),
    #030303;
}

.projects::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 34%;
  height: calc(180px * var(--desktop-scale));
  background-image: radial-gradient(circle, rgba(191, 242, 42, 0.24) 1px, transparent 1.4px);
  background-size: calc(12px * var(--desktop-scale)) calc(12px * var(--desktop-scale));
  opacity: 0.18;
  pointer-events: none;
}

.projects__intro {
  position: relative;
  max-width: calc(620px * var(--desktop-scale));
  margin-bottom: calc(44px * var(--desktop-scale));
}

.projects__intro .section-kicker {
  color: rgba(191, 242, 42, 0.86);
  font-size: calc(0.95rem * var(--desktop-scale));
  font-weight: 500;
}

.projects__intro .section-title {
  margin-top: calc(6px * var(--desktop-scale));
}

.projects__actions {
  display: flex;
  justify-content: center;
  margin-top: calc(34px * var(--desktop-scale));
}

.projects__view-all {
  min-height: calc(52px * var(--desktop-scale));
  padding-inline: calc(28px * var(--desktop-scale)) calc(22px * var(--desktop-scale));
  white-space: nowrap;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(28px * var(--desktop-scale));
}

.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(366px * var(--desktop-scale));
  border-radius: calc(28px * var(--desktop-scale));
  border: 1px solid rgba(191, 242, 42, 0.16);
  background: linear-gradient(180deg, rgba(11, 17, 24, 0.6) 0%, rgba(3, 3, 3, 0.98) 52%);
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.42);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%);
  pointer-events: none;
}

.project-card--featured {
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(191, 242, 42, 0.18);
}

.project-card__thumb {
  width: 100%;
  height: calc(192px * var(--desktop-scale));
  object-fit: cover;
}

.project-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: calc(16px * var(--desktop-scale)) calc(16px * var(--desktop-scale)) calc(18px * var(--desktop-scale));
  background: rgba(3, 3, 3, 0.98);
  transition: background 220ms ease;
}

.project-card h3 {
  margin: 0 0 calc(10px * var(--desktop-scale));
  font-size: calc(0.98rem * var(--desktop-scale));
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: var(--text);
  transition: color 180ms ease;
}

.project-card p {
  margin: 0;
  color: rgba(245, 245, 244, 0.6);
  font-size: calc(0.72rem * var(--desktop-scale));
  line-height: 1.58;
}

.project-card:hover,
.project-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(201, 255, 54, 0.7);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(201, 255, 54, 0.2),
    0 0 28px rgba(201, 255, 54, 0.34),
    0 0 68px rgba(201, 255, 54, 0.24);
}

.project-card:hover .project-card__body,
.project-card:focus-within .project-card__body {
  background: linear-gradient(135deg, rgba(14, 30, 12, 0.98) 0%, rgba(20, 49, 18, 0.96) 100%);
}

.project-card:hover h3,
.project-card:focus-within h3 {
  color: var(--lime);
}

.project-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(16px * var(--desktop-scale));
  margin-top: auto;
  padding-top: calc(16px * var(--desktop-scale));
}

.button--project {
  min-height: calc(34px * var(--desktop-scale));
  padding-inline: calc(14px * var(--desktop-scale)) calc(12px * var(--desktop-scale));
  font-size: calc(0.72rem * var(--desktop-scale));
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 0 18px rgba(191, 242, 42, 0.1);
}

.button--project::after {
  width: calc(12px * var(--desktop-scale));
  height: calc(12px * var(--desktop-scale));
}

.tech-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(8px * var(--desktop-scale));
}

.mini-tech {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(22px * var(--desktop-scale));
  height: calc(22px * var(--desktop-scale));
  border-radius: calc(7px * var(--desktop-scale));
  /* background: rgba(255, 255, 255, 0.04); */
}

.mini-tech img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mini-tech--text {
  width: auto;
  min-width: calc(24px * var(--desktop-scale));
  padding: 0 calc(6px * var(--desktop-scale));
  color: rgba(245, 245, 244, 0.82);
  font-size: calc(0.58rem * var(--desktop-scale));
  font-weight: 800;
}

.projects-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(16, 59, 83, 0.22), transparent 20%),
    radial-gradient(circle at 100% 24%, rgba(191, 242, 42, 0.08), transparent 20%),
    #030303;
}

.projects-page__header {
  padding-top: 0;
}

.projects-page__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(24px * var(--desktop-scale));
  min-height: calc(92px * var(--desktop-scale));
  padding: calc(10px * var(--desktop-scale)) calc(16px * var(--desktop-scale));
  border: 1px solid rgba(191, 242, 42, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(3, 3, 3, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 48px rgba(0, 0, 0, 0.6),
    0 0 72px rgba(191, 242, 42, 0.18);
  backdrop-filter: blur(20px);
}

.projects-page__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(18px * var(--desktop-scale));
  margin-inline-start: auto;
}

.projects-page__back {
  white-space: nowrap;
}

.projects--archive {
  min-height: calc(100vh - calc(140px * var(--desktop-scale)));
  padding-top: calc(168px * var(--desktop-scale));
}

.projects--archive .projects__intro {
  max-width: calc(760px * var(--desktop-scale));
}
}
@layer sections {
.values {
  position: relative;
  overflow: hidden;
  padding-top: calc(86px * var(--desktop-scale));
  background: #030303;
}

.values::before {
  content: none;
}

.values .section-title {
  font-size: clamp(
    calc(2.5rem * var(--desktop-scale)),
    calc(3.8vw * var(--desktop-scale)),
    calc(3.2rem * var(--desktop-scale))
  );
}

.values-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: min(calc(1140px * var(--desktop-scale)), 100%);
  margin-inline: auto;
  padding-top: calc(18px * var(--desktop-scale));
}

.value-card {
  position: relative;
  display: flex;
  flex: 0 0 calc(248px * var(--desktop-scale));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(248px * var(--desktop-scale));
  height: calc(248px * var(--desktop-scale));
  padding: calc(28px * var(--desktop-scale)) calc(22px * var(--desktop-scale));
  border-radius: 50%;
  border: 1px solid rgba(16, 59, 83, 0.38);
  background:
    radial-gradient(circle at 50% 32%, rgba(16, 59, 83, 0.88) 0%, rgba(7, 16, 22, 0.98) 66%, rgba(3, 3, 3, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 14px 28px rgba(0, 0, 0, 0.24);
  text-align: center;
  z-index: 0;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.value-card + .value-card {
  margin-inline-start: calc(-34px * var(--desktop-scale));
}

.value-card::before {
  content: "";
  position: absolute;
  inset: calc(-20px * var(--desktop-scale));
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, rgba(191, 242, 42, 0.16) 0%, rgba(191, 242, 42, 0.05) 40%, transparent 68%);
  filter: blur(calc(14px * var(--desktop-scale)));
  transition: opacity 220ms ease;
}

.value-card:hover::before {
  opacity: 1;
}

.value-card:hover {
  z-index: 2;
  border-color: rgba(191, 242, 42, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 16px 30px rgba(0, 0, 0, 0.26),
    0 0 16px rgba(191, 242, 42, 0.1);
}

.value-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(62px * var(--desktop-scale));
  height: calc(62px * var(--desktop-scale));
  margin: 0 auto calc(14px * var(--desktop-scale));
  border-radius: 50%;
  color: var(--lime);
  background: rgba(16, 59, 83, 0.66);
  box-shadow: inset 0 0 0 1px rgba(191, 242, 42, 0.08);
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.value-card__icon svg {
  width: 52%;
  height: 52%;
}

.value-card__icon .icon-fill {
  opacity: 0;
  transition: opacity 220ms ease;
}

.value-card__icon .icon-outline {
  transition: opacity 220ms ease;
}

.value-card h3 {
  margin: 0 0 calc(8px * var(--desktop-scale));
  font-size: calc(1rem * var(--desktop-scale));
  font-weight: 700;
  line-height: 1.2;
  transition: color 220ms ease;
}

.value-card p {
  max-width: calc(176px * var(--desktop-scale));
  margin: 0;
  color: rgba(245, 245, 244, 0.66);
  font-size: calc(0.75rem * var(--desktop-scale));
  line-height: 1.52;
}

.value-card:hover .value-card__icon {
  color: #081016;
  background: var(--lime);
}

.value-card:hover .value-card__icon .icon-outline {
  opacity: 0;
}

.value-card:hover .value-card__icon .icon-fill {
  opacity: 1;
}

.value-card:hover h3 {
  color: var(--lime);
}
}
@layer sections {
.contact {
  padding: 0;
  background: #030303;
}

.contact__panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 70%, rgba(16, 59, 83, 0.34), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(191, 242, 42, 0.08), transparent 18%),
    #02060a;
}

.contact__panel::before,
.contact__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact__panel::before {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.03) 48.2%, transparent 48.4%) 0 0 /
      calc(180px * var(--desktop-scale)) calc(180px * var(--desktop-scale)),
    linear-gradient(45deg, transparent 0 48%, rgba(255, 255, 255, 0.025) 48.2%, transparent 48.4%) 0 0 /
      calc(180px * var(--desktop-scale)) calc(180px * var(--desktop-scale));
  opacity: 0.54;
}

.contact__panel::after {
  top: 0;
  inset-inline-end: 0;
  width: min(calc(360px * var(--desktop-scale)), calc(28vw * var(--desktop-scale)));
  height: calc(210px * var(--desktop-scale));
  background-image: radial-gradient(circle, rgba(191, 242, 42, 0.5) 1px, transparent 1.4px);
  background-size: calc(10px * var(--desktop-scale)) calc(10px * var(--desktop-scale));
  -webkit-mask-image: linear-gradient(135deg, #000 30%, transparent 100%);
  mask-image: linear-gradient(135deg, #000 30%, transparent 100%);
  opacity: 0.26;
}

.contact .container {
  position: relative;
  z-index: 1;
  padding: calc(76px * var(--desktop-scale)) 0 calc(54px * var(--desktop-scale));
}

.contact__intro {
  text-align: center;
}

.contact__eyebrow {
  color: rgba(245, 245, 244, 0.7);
  font-size: calc(0.95rem * var(--desktop-scale));
  font-weight: 500;
}

.contact__title {
  margin: 0;
  color: var(--lime);
  font-size: clamp(
    calc(2.7rem * var(--desktop-scale)),
    calc(4vw * var(--desktop-scale)),
    calc(3.5rem * var(--desktop-scale))
  );
  line-height: 1.03;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.contact__subtitle {
  max-width: calc(560px * var(--desktop-scale));
  margin: calc(12px * var(--desktop-scale)) auto 0;
  color: rgba(245, 245, 244, 0.62);
  font-size: calc(0.94rem * var(--desktop-scale));
  line-height: 1.6;
}

.contact-form {
  max-width: calc(1060px * var(--desktop-scale));
  margin: calc(34px * var(--desktop-scale)) auto 0;
}

.contact-form[aria-busy="true"] {
  pointer-events: none;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(18px * var(--desktop-scale)) calc(22px * var(--desktop-scale));
}

.contact-form__field {
  min-height: calc(58px * var(--desktop-scale));
  padding: 0 calc(24px * var(--desktop-scale));
  border: 1px solid rgba(16, 59, 83, 0.62);
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, rgba(4, 12, 18, 0.98), rgba(3, 3, 3, 0.94));
  color: rgba(245, 245, 244, 0.9);
  text-align: start;
  box-shadow:
    inset 0 -1px 0 rgba(191, 242, 42, 0.14),
    inset 0 0 0 1px rgba(16, 59, 83, 0.18),
    0 0 18px rgba(191, 242, 42, 0.05);
}

.contact-form__field::placeholder {
  color: rgba(154, 163, 171, 0.64);
}

.contact-form__field:focus-visible {
  outline: none;
  border-color: rgba(191, 242, 42, 0.28);
  box-shadow:
    inset 0 -1px 0 rgba(191, 242, 42, 0.2),
    inset 0 0 0 1px rgba(191, 242, 42, 0.06),
    0 0 22px rgba(191, 242, 42, 0.08);
}

.contact-form__field--message {
  grid-column: 1 / -1;
  min-height: calc(120px * var(--desktop-scale));
  padding: calc(18px * var(--desktop-scale)) calc(24px * var(--desktop-scale));
  border-radius: calc(26px * var(--desktop-scale));
}

.contact-form__status {
  min-height: 1.5rem;
  margin: calc(16px * var(--desktop-scale)) 0 0;
  color: rgba(245, 245, 244, 0.62);
  font-size: calc(0.95rem * var(--desktop-scale));
  text-align: center;
}

.contact-form__status[data-tone="loading"] {
  color: rgba(245, 245, 244, 0.78);
}

.contact-form__status[data-tone="success"] {
  color: rgba(191, 242, 42, 0.95);
}

.contact-form__status[data-tone="error"] {
  color: #ffb6a2;
}

.contact__brand {
  display: grid;
  justify-items: center;
  gap: calc(12px * var(--desktop-scale));
  margin-top: calc(34px * var(--desktop-scale));
  text-align: center;
}

.contact__brand .brand-lockup__badge {
  width: calc(56px * var(--desktop-scale));
  height: calc(56px * var(--desktop-scale));
}

.contact__brand .brand-lockup__title {
  font-size: clamp(
    calc(1.65rem * var(--desktop-scale)),
    calc(2vw * var(--desktop-scale)),
    calc(2.2rem * var(--desktop-scale))
  );
}

.contact__brand-copy {
  margin: 0;
  color: rgba(245, 245, 244, 0.58);
  font-size: calc(0.9rem * var(--desktop-scale));
}

.contact__brand .social-row {
  gap: calc(18px * var(--desktop-scale));
}

.contact__brand .social-link {
  color: var(--lime);
  background: rgba(4, 12, 18, 0.92);
  box-shadow: 0 0 16px rgba(191, 242, 42, 0.1);
  transition:
    transform 180ms ease,
    color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.contact__brand .social-link::before {
  box-shadow: inset 0 0 0 1px rgba(191, 242, 42, 0.1);
  transition: box-shadow 220ms ease, opacity 220ms ease;
}

.contact__brand .social-link:hover,
.contact__brand .social-link:focus-visible {
  color: #081016;
  background: var(--lime);
  box-shadow:
    0 0 0 1px rgba(191, 242, 42, 0.28),
    0 0 18px rgba(191, 242, 42, 0.4),
    0 0 36px rgba(191, 242, 42, 0.24);
  transform: translateY(-2px) scale(1.04);
}

.contact__brand .social-link:hover::before,
.contact__brand .social-link:focus-visible::before {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 22px rgba(191, 242, 42, 0.24);
}

.contact__brand .social-link svg {
  width: 38%;
  height: 38%;
}
}
@layer sections {
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(16, 59, 83, 0.34), transparent 24%),
    #02060a;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.02) 48.2%, transparent 48.4%) 0 0 /
      calc(180px * var(--desktop-scale)) calc(180px * var(--desktop-scale)),
    linear-gradient(45deg, transparent 0 48%, rgba(255, 255, 255, 0.018) 48.2%, transparent 48.4%) 0 0 /
      calc(180px * var(--desktop-scale)) calc(180px * var(--desktop-scale));
  opacity: 0.34;
  pointer-events: none;
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.72fr) minmax(0, 0.95fr);
  gap: calc(44px * var(--desktop-scale));
  padding: calc(34px * var(--desktop-scale)) 0 calc(20px * var(--desktop-scale));
}

.footer-brand__copy {
  max-width: calc(320px * var(--desktop-scale));
  margin: calc(12px * var(--desktop-scale)) 0 0;
  color: rgba(245, 245, 244, 0.66);
  font-size: calc(0.84rem * var(--desktop-scale));
  line-height: 1.55;
  white-space: pre-line;
}

.footer-brand__details,
.footer-links__list {
  display: grid;
  gap: calc(14px * var(--desktop-scale));
}

.footer-brand__details {
  margin-top: calc(24px * var(--desktop-scale));
}

.footer-brand__follow {
  margin-top: calc(34px * var(--desktop-scale));
}

.footer-brand__follow h4,
.footer-links h4,
.footer-cta h4 {
  margin: 0 0 calc(18px * var(--desktop-scale));
  font-size: calc(1.15rem * var(--desktop-scale));
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.footer-detail {
  display: inline-flex;
  align-items: center;
  gap: calc(12px * var(--desktop-scale));
  color: rgba(245, 245, 244, 0.68);
  font-size: calc(0.8rem * var(--desktop-scale));
  line-height: 1.5;
}

.detail-icon {
  display: grid;
  place-items: center;
  width: calc(18px * var(--desktop-scale));
  height: calc(18px * var(--desktop-scale));
  color: rgba(245, 245, 244, 0.58);
}

.detail-icon svg {
  width: 100%;
  height: 100%;
}

.footer-links__list a {
  color: rgba(245, 245, 244, 0.66);
  font-size: calc(0.84rem * var(--desktop-scale));
  line-height: 1.55;
}

.footer-cta p {
  margin: 0;
  max-width: calc(220px * var(--desktop-scale));
  color: rgba(245, 245, 244, 0.64);
  font-size: calc(0.84rem * var(--desktop-scale));
  line-height: 1.55;
}

.brand-lockup--footer .brand-lockup__badge {
  width: calc(58px * var(--desktop-scale));
  height: calc(58px * var(--desktop-scale));
}

.footer-brand__follow .social-row {
  gap: calc(10px * var(--desktop-scale));
}

.footer-brand__follow .social-link {
  width: calc(34px * var(--desktop-scale));
  height: calc(34px * var(--desktop-scale));
  color: #081016;
  background: var(--lime);
}

.footer-brand__follow .social-link::before {
  content: none;
}

.footer-brand__follow .social-link svg {
  width: 48%;
  height: 48%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(20px * var(--desktop-scale));
  padding: calc(16px * var(--desktop-scale)) 0 calc(24px * var(--desktop-scale));
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
  margin: 0;
  color: rgba(154, 163, 171, 0.74);
  font-size: calc(0.72rem * var(--desktop-scale));
}

.footer-bottom__legal {
  text-align: end;
  white-space: nowrap;
}
}
@layer responsive {
@media (max-width: 1180px) {
  .site-header__shell {
    position: relative;
    flex-wrap: wrap;
    gap: 12px;
    min-height: auto;
    padding: 10px 12px;
    border-radius: var(--radius-lg);
  }

  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    border-radius: var(--radius-md);
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 12px;
  }

  .site-nav.is-open {
    display: flex;
    padding: 14px;
    border: 1px solid rgba(191, 242, 42, 0.12);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(7, 19, 27, 0.92), rgba(3, 3, 3, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .site-nav__links,
  .site-nav__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .site-nav__links a,
  .site-nav__lang-toggle,
  .site-nav__actions .button {
    justify-content: center;
    text-align: center;
    border-radius: var(--radius-md);
  }

  .site-nav__links {
    margin-inline: 0;
  }

  .site-nav__actions {
    gap: 12px;
  }

  .site-nav__lang,
  .site-nav__lang-toggle,
  .site-nav__actions .button {
    width: 100%;
  }

  .site-nav__lang-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 10px;
    transform: none;
    border-radius: var(--radius-md);
  }

  .site-nav__lang-option {
    justify-content: center;
    text-align: center;
    border-radius: var(--radius-md);
  }
}

@media (max-width: 1180px) {
  .container {
    width: min(calc(1240px * var(--desktop-scale)), calc(100% - (48px * var(--desktop-scale))));
  }

  .site-header .container,
  .hero > .container {
    width: min(calc(1240px * var(--desktop-scale)), calc(100% - (48px * var(--desktop-scale))));
  }

  .hero__layout,
  .about-panel {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: none;
    padding-bottom: calc(28px * var(--desktop-scale));
  }

  .hero__glyph {
    top: calc(6px * var(--desktop-scale));
    width: calc(52px * var(--desktop-scale));
  }

  .hero__emblem {
    justify-self: center;
    width: min(calc(520px * var(--desktop-scale)), 100%);
    transform: none;
  }

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

  .about-panel {
    min-height: auto;
    justify-items: stretch;
    padding: calc(42px * var(--desktop-scale)) calc(34px * var(--desktop-scale)) calc(40px * var(--desktop-scale));
    gap: calc(20px * var(--desktop-scale));
  }

  .about-panel__copy {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: calc(10px * var(--desktop-scale)) 0 0;
  }

  .about-panel__copy::before,
  .about-panel__copy::after {
    content: none;
  }

  .about-panel__media {
    width: 100%;
    justify-self: stretch;
    min-height: auto;
    justify-content: center;
    padding-inline: calc(0px * var(--desktop-scale)) calc(64px * var(--desktop-scale));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(34px * var(--desktop-scale));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .values-grid {
    flex-wrap: wrap;
    gap: calc(18px * var(--desktop-scale));
  }

  .value-card + .value-card {
    margin-inline-start: 0;
  }
}

@media (max-width: 920px) {
  .site-header {
    top: 14px;
  }

  .site-header .container,
  .hero > .container {
    width: calc(100% - 40px);
  }

  .hero {
    padding-top: 96px;
  }

  .hero__layout {
    gap: 28px;
    min-height: auto;
  }

  .hero__copy {
    padding: 24px 0 0;
  }

  .hero__title-row--with-glyph {
    padding-inline-end: 68px;
  }

  .hero__glyph {
    top: 4px;
    width: 46px;
  }

  .tech-strip {
    --tech-gap: 24px;
    --tech-item-width: 148px;
  }

  .services-grid,
  .projects-grid,
  .contact-form__grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-panel__media {
    padding-inline: 0 calc(14px * var(--desktop-scale));
  }

  .contact-form__field--message {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom__legal {
    text-align: start;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 28px);
  }

  .site-header .container,
  .hero > .container {
    width: calc(100% - 28px);
  }

  .section {
    padding: 74px 0;
  }

  .site-header__shell {
    min-height: 72px;
    padding-inline: 10px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
  }

  .hero {
    padding-top: 84px;
  }

  .hero__layout {
    gap: 22px;
  }

  .hero__copy {
    padding-top: 18px;
  }

  .hero__title {
    font-size: clamp(2.6rem, 13vw, 3.35rem);
    line-height: 1.08;
  }

  .hero__title-row,
  .hero__title-row--bottom {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .hero__title-row--bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero__title-row--with-glyph {
    padding-inline-end: 0;
  }

  .hero__accent {
    max-width: 100%;
    min-height: 56px;
    padding-inline: 18px;
    border-radius: 14px;
  }

  .hero__glyph {
    display: none;
  }

  .hero__description {
    max-width: none;
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero .button--hero {
    min-width: 100%;
    font-size: 1rem;
  }

  .hero__proof {
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }

  .hero__proof p {
    flex: 1 1 180px;
  }

  .hero__emblem {
    width: min(82vw, 320px);
  }

  .tech-strip {
    --tech-gap: 18px;
    --tech-item-width: 124px;
    --tech-strip-edge-padding: 20px;
    --tech-strip-padding-block: 18px;
  }

  .tech-item {
    height: 80px;
  }

  .service-card,
  .project-card {
    border-radius: 26px;
  }

  .service-card {
    min-height: 320px;
    padding: 34px 22px 30px;
  }

  .service-card__icon {
    width: 96px;
    height: 96px;
    margin-bottom: 24px;
  }

  .about-panel {
    padding: 32px 20px 28px;
  }

  .about-panel__copy {
    padding-top: 0;
  }

  .about-panel__title {
    flex-wrap: wrap;
    white-space: normal;
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .about-panel__text {
    font-size: 0.98rem;
  }

  .about-panel__media {
    padding: 0;
  }

  .about-panel__icons {
    position: relative;
    inset: auto;
    display: flex;
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
  }

  .about-icon,
  .about-icon--figma,
  .about-icon--code,
  .about-icon--monitor,
  .about-icon--idea {
    position: static;
    width: 66px;
    height: 66px;
  }

  .values-grid {
    gap: 18px;
  }

  .value-card {
    flex-basis: min(240px, 100%);
    width: min(240px, 100%);
    height: 240px;
  }

  .contact .container {
    padding: 64px 0 48px;
  }

  .contact-form__field {
    min-height: 54px;
  }

  .contact-form__field--message {
    min-height: 110px;
  }

  .button--submit {
    width: min(100%, 456px);
  }

  .projects--archive {
    padding-top: calc(132px * var(--desktop-scale));
  }

  .projects-page__shell {
    padding: 12px 14px;
    border-radius: var(--radius-lg);
  }

  .projects-page__actions {
    gap: 12px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .brand-lockup__title {
    flex-wrap: wrap;
    font-size: 1.9rem;
    line-height: 0.95;
  }

  .project-card__footer {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .button--project {
    width: 100%;
    justify-content: center;
  }

  .tech-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .site-header {
    top: 10px;
  }

  .site-header .container,
  .hero > .container {
    width: calc(100% - 20px);
  }

  .site-header__shell {
    gap: 10px;
    padding: 8px;
  }

  .mobile-nav-toggle {
    min-height: 48px;
    padding: 0 16px;
  }

  .hero {
    padding-top: 78px;
  }

  .hero__layout {
    gap: 18px;
  }

  .hero__copy {
    padding-top: 10px;
  }

  .hero__title {
    font-size: clamp(2.25rem, 13vw, 2.95rem);
  }

  .hero__title-row--bottom {
    gap: 6px;
  }

  .hero__accent {
    min-height: 50px;
    padding-inline: 14px;
    border-radius: 12px;
  }

  .hero__proof {
    row-gap: 10px;
  }

  .hero__emblem {
    width: min(86vw, 280px);
  }

  .service-card {
    padding: 30px 18px 28px;
  }

  .about-panel {
    padding: 28px 16px 24px;
  }

  .about-panel__title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .contact .container {
    padding: 56px 0 40px;
  }

  .contact-form__grid {
    gap: 14px;
  }

  .projects--archive {
    padding-top: 112px;
  }

  .projects-page__shell {
    gap: 12px;
  }

  .projects-page__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .projects-page__back,
  .projects__view-all {
    width: 100%;
    justify-content: center;
  }

  .contact-form__field {
    padding-inline: 18px;
  }

  .contact-form__field--message {
    padding: 16px 18px;
  }

  .button--submit {
    width: 100%;
  }

  .brand-lockup {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .brand-lockup__title {
    justify-content: center;
    text-align: center;
  }
}
}
