.footer {
  position: relative;
  background: #07343A;
  border-top: 1px solid #1D5157;
  color: #F4F8F8;
}
.footer__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media (min-width: 480px) {
  .footer__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer__container {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    padding-inline: 3.5rem;
  }
}
.footer__container {
  padding-block: clamp(2rem, 4vw, 3.5rem);
}
.footer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(244, 248, 248, 0.18);
}
.footer__brand {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
}
.footer__logo {
  width: auto;
  height: 29px;
}
.footer__tag {
  color: #B7CBCC;
  font-size: 0.875rem;
  line-height: 1.35;
}
.footer__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  color: #F4F8F8;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 140ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__back:hover {
  color: #D9B449;
}
.footer__back:hover .footer__back-icon {
  transform: translateY(-2px);
}
.footer__back:focus-visible {
  outline: 2px solid #D9B449;
  outline-offset: 4px;
}
.footer__back-icon {
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
}
.footer__copyright {
  color: #B7CBCC;
  font-size: 0.875rem;
  white-space: nowrap;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1.1rem;
}
.footer__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: #B7CBCC;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 140ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__link:hover {
  color: #D9B449;
}
.footer__link:focus-visible {
  outline: 2px solid #D9B449;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .footer__head, .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__bottom {
    gap: 1rem;
  }
  .footer__links {
    justify-content: flex-start;
  }
}

.App {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  isolation: isolate;
  opacity: 1;
  background: #F7F9F9;
  color: #0A3036;
  overflow-x: hidden;
}
.App__background {
  display: none;
}
.App__scroll-sentinel {
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.App main,
.App footer {
  position: relative;
  z-index: 1;
}

body {
  background: #F7F9F9;
  color: #0A3036;
  margin: 0;
  overflow-x: hidden;
}.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  min-height: 2.75rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background-color 220ms cubic-bezier(0.4, 0, 0.2, 1), border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), color 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0) scale(0.97);
}
.btn:focus-visible {
  outline: 2px solid #0A3036;
  outline-offset: 3px;
}
.btn--primary {
  background: #C99B24;
  color: #0A3036;
  border-color: #C99B24;
}
.btn--primary:hover {
  background: #D9B449;
  border-color: #D9B449;
}
.btn--primary .btn__icon {
  border-left: 1px solid rgba(0, 52, 61, 0.2);
}
.btn--secondary {
  background: #FFFFFF;
  color: #0A3036;
  border-color: #D3DEDF;
}
.btn--secondary:hover {
  border-color: #AABFC1;
  background: #F1F5F5;
}
.btn--secondary .btn__icon {
  border-left: 1px solid #D3DEDF;
}
.btn--ghost {
  background: transparent;
  color: #193F44;
  padding-inline: 0.25rem !important;
}
.btn--ghost:hover {
  transform: none;
  color: #0A3036;
}
.btn--ghost:hover .btn__icon {
  transform: translate(3px, -3px);
}
.btn--ghost:active {
  transform: scale(0.97);
}
.btn--sm {
  padding: 0.55rem 1rem;
  min-height: 2.75rem;
}
.btn--md {
  padding: 0.72rem 1.35rem;
  min-height: 2.75rem;
}
.btn--lg {
  padding: 0.9rem 1.65rem;
  font-size: 0.875rem;
  min-height: 3rem;
}
.btn--with-icon.btn--sm {
  padding-right: calc(1rem - 2px);
}
.btn--with-icon.btn--md {
  padding-right: calc(1.35rem - 2px);
}
.btn--with-icon.btn--lg {
  padding-right: calc(1.65rem - 2px);
}
.btn__icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.15rem;
  padding-left: 0.7rem;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.btn--ghost .btn__icon {
  margin-left: 0.35rem;
  padding-left: 0;
  border-left: 0 !important;
}.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 220ms cubic-bezier(0.4, 0, 0.2, 1), border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F7F9F9;
  opacity: 0;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar--scrolled {
  background: rgba(247, 249, 250, 0.96);
  border-bottom-color: #D3DEDF;
  box-shadow: 0 1px 4px rgba(0, 52, 61, 0.05);
}
.navbar--scrolled::before {
  opacity: 1;
}
.navbar__container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media (min-width: 480px) {
  .navbar__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .navbar__container {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .navbar__container {
    padding-inline: 3.5rem;
  }
}
.navbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.navbar__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 2.75rem;
  transition: scale 150ms ease-out;
}
.navbar__brand:active {
  scale: 0.96;
}
.navbar__logo {
  height: 24px;
  width: auto;
}
@media (min-width: 768px) {
  .navbar__logo {
    height: 28px;
  }
}
@media (min-width: 1024px) {
  .navbar__nav {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
@media (max-width: 1023px) {
  .navbar__nav {
    position: fixed;
    inset: 68px 0 0 0;
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
    border-top: 1px solid #D3DEDF;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease-in, transform 180ms ease-in, visibility 0s linear 180ms;
  }
}
@media (max-width: 1023px) {
  .navbar__nav--open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1), transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s;
  }
}
.navbar__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .navbar__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .navbar__item {
    border-bottom: 1px solid #D3DEDF;
  }
}
.navbar__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3E6266;
  color: #193F44;
  transition: color 140ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  background: #C99B24;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.2, 0.8, 0.2, 1);
}
.navbar__link:hover {
  color: #0A3036;
}
.navbar__link:hover::after {
  transform: scaleX(1);
}
.navbar__link--active {
  color: #0A3036;
  font-weight: 700;
}
.navbar__link--active::after {
  transform: scaleX(1);
}
@media (max-width: 1023px) {
  .navbar__link {
    width: 100%;
    padding: 1.5rem 0;
    font-size: 0.875rem;
  }
  .navbar__link::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navbar__cta {
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
  }
}
.navbar__toggle {
  display: none;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 6px;
  color: #0A3036;
  background: transparent;
  border: 1px solid #D3DEDF;
  transition: color 140ms cubic-bezier(0.4, 0, 0.2, 1), background-color 140ms cubic-bezier(0.4, 0, 0.2, 1), scale 150ms ease-out;
}
.navbar__toggle:hover {
  color: #0A3036;
  background: #F1F5F5;
}
.navbar__toggle:active {
  scale: 0.96;
}
@media (max-width: 1023px) {
  .navbar__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar__toggle-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 200ms ease, scale 200ms ease;
}
.navbar__toggle-icon--visible {
  opacity: 1;
  scale: 1;
}
.navbar__toggle-icon--hidden {
  opacity: 0;
  scale: 0.5;
  pointer-events: none;
}
.navbar__overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: transparent;
}
@media (min-width: 1024px) {
  .navbar__overlay {
    display: none;
  }
}.hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: min(52rem, 100svh);
  padding-block: clamp(7.5rem, 13vh, 10rem) clamp(4rem, 7vw, 7rem);
  background: #F7F9F9;
}
.hero__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media (min-width: 480px) {
  .hero__inner {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero__inner {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    padding-inline: 3.5rem;
  }
}
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.72fr);
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: center;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.hero__tagline {
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: #0A3036;
  max-width: 100%;
  font-size: clamp(3.1rem, 5.4vw, 5.7rem);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.hero__tagline-accent {
  display: block;
  margin-top: 0.08em;
  font-weight: 500;
}
.hero__description {
  max-width: 35rem;
  margin-top: clamp(1.35rem, 2vw, 1.8rem);
  font-size: clamp(1.05rem, 1.35vw, 1.23rem);
  line-height: 1.58;
  color: #193F44;
  text-wrap: pretty;
}
.hero__description strong {
  color: #0A3036;
  font-weight: 700;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(1.6rem, 2.6vw, 2.25rem);
}
.hero__operating-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0;
  max-width: 39rem;
  margin-top: clamp(2rem, 3.5vw, 3rem);
  padding-top: 1rem;
  border-top: 1px solid #D3DEDF;
  color: #3E6266;
  font-size: 0.875rem;
  line-height: 1.45;
}
.hero__operating-note span {
  padding-inline: 1rem;
}
.hero__operating-note span:first-child {
  padding-left: 0;
}
.hero__operating-note span + span {
  border-left: 1px solid #D3DEDF;
}
.hero__scope {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-block: clamp(1.2rem, 2vw, 2rem);
}
.hero__scope-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #3E6266;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
.hero__scope-label-icon {
  flex: 0 0 auto;
  color: #8B680F;
}
.hero__scope-title {
  max-width: 18ch;
  color: #0A3036;
  font-size: clamp(1.8rem, 2.7vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}
.hero__scope-list {
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
  border-top: 1px solid #AABFC1;
}
.hero__scope-item {
  padding-block: 1rem 1.1rem;
  border-bottom: 1px solid #D3DEDF;
}
.hero__scope-item h3 {
  color: #0A3036;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.2;
  text-wrap: balance;
}
.hero__scope-item p {
  max-width: 43ch;
  margin-top: 0.3rem;
  color: #3E6266;
  font-size: 0.875rem;
  line-height: 1.5;
  text-wrap: pretty;
}
@media (max-width: 1023px) {
  .hero {
    min-height: auto;
    padding-block: 7.5rem 4.5rem;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    gap: clamp(3rem, 8vw, 5rem);
  }
  .hero__scope {
    width: min(100%, 42rem);
    padding-block: 0;
  }
}
@media (min-width: 1024px) {
  .hero__tagline {
    white-space: nowrap;
  }
}
@media (max-width: 479px) {
  .hero {
    padding-block: 6.75rem 3.75rem;
  }
  .hero__tagline {
    font-size: clamp(2.4rem, 10.5vw, 3.1rem);
    letter-spacing: -0.038em;
  }
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .hero__operating-note {
    flex-direction: column;
    gap: 0.4rem;
  }
  .hero__operating-note span {
    padding: 0;
  }
  .hero__operating-note span + span {
    border-left: 0;
  }
  .hero__scope-label {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
  .hero__scope-label-icon {
    width: 1rem;
    height: 1rem;
  }
}.section {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.5rem, 7vw, 7rem);
  scroll-margin-top: 96px;
  background: #F7F9F9;
}
.section--alt {
  background: #EAF0F1;
  border-top: 1px solid #D3DEDF;
  border-bottom: 1px solid #D3DEDF;
}
.section--dark {
  background: #07343A;
  color: #FFFFFF;
}
.section__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media (min-width: 480px) {
  .section__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .section__container {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .section__container {
    padding-inline: 3.5rem;
  }
}.sec-head {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
  max-width: 44rem;
}
.sec-head__title {
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: #0A3036;
  font-size: clamp(2.1rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #0A3036;
  text-wrap: balance;
  max-width: 24ch;
}
.sec-head__lead {
  margin-top: 1rem;
  max-width: 54ch;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 400;
  line-height: 1.55;
  color: #193F44;
}.team {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  max-width: 1400px;
  margin-inline: 0;
}
@media (min-width: 768px) {
  .team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.team__card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D3DEDF;
  border-radius: 12px;
  transition: border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 52, 61, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 5.75rem;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D3DEDF;
  border-radius: 16px;
}
.team__card:hover {
  border-color: #AABFC1;
  box-shadow: 0 8px 28px rgba(0, 43, 51, 0.08);
  transform: translateY(-2px);
}
.team__card:hover .team__avatar {
  filter: grayscale(0) contrast(1);
}
.team__card:hover .team__github {
  border-color: #AABFC1;
  background: #F1F5F5;
  color: #0A3036;
}
.team__card:hover .team__github-arrow {
  transform: translate(3px, -3px);
  color: #0A3036;
}
.team__photo {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-bottom: 1px solid #D3DEDF;
  background: #EAF0F1;
}
.team__avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: grayscale(0.15) contrast(1.02);
  transition: filter 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: clamp(1.25rem, 2vw, 1.6rem);
}
.team__name {
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0A3036;
  margin: 0 0 0.35rem 0;
}
.team__role {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3E6266;
  font-size: 0.6875rem;
  color: #3E6266;
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.team__bio {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #193F44;
  flex: 1;
  margin: 0;
}
.team__github {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  margin-top: 1.25rem;
  padding: 0.5rem 0.85rem;
  min-height: 2.75rem;
  border: 1px solid #D3DEDF;
  border-radius: 6px;
  background: #EAF0F1;
  color: #193F44;
  font-size: 0.75rem;
  text-decoration: none;
  transition: border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1), color 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.team__github:active {
  transform: scale(0.97);
}
.team__github-handle {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
}
.team__github-arrow {
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(2rem, 6vw, 6rem);
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.services__card {
  min-width: 0;
  padding-block: clamp(1.45rem, 2.8vw, 2.25rem);
  border-top: 1px solid #AABFC1;
}
@media (min-width: 768px) {
  .services__card:nth-last-child(-n+2) {
    border-bottom: 1px solid #D3DEDF;
  }
}
@media (max-width: 767px) {
  .services__card:last-child {
    border-bottom: 1px solid #D3DEDF;
  }
}
.services__title {
  color: #0A3036;
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.022em;
  line-height: 1.15;
  text-wrap: balance;
}
.services__title-row {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
}
.services__service-icon {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: #3E6266;
}
.services__desc {
  max-width: 47ch;
  margin-top: 0.55rem;
  color: #193F44;
  font-size: 0.875rem;
  line-height: 1.55;
  text-wrap: pretty;
}
.services__technology {
  min-width: 0;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid #0A3036;
  border-bottom: 1px solid #AABFC1;
  background: #EAF0F1;
}
.services__technology-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.5rem, 3.5vw, 3.5rem);
  border-bottom: 1px solid #AABFC1;
}
.services__stack-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3E6266;
}
.services__stack-label-icon {
  flex: 0 0 auto;
  color: #8B680F;
}
.services__technology-copy {
  max-width: 54ch;
  color: #193F44;
  font-size: 1rem;
  line-height: 1.55;
  text-wrap: pretty;
}
.services__marquee {
  overflow: hidden;
  padding-block: clamp(1.25rem, 2.5vw, 2rem);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}
.services__technology-track {
  display: flex;
  width: max-content;
}
@media (prefers-reduced-motion: no-preference) {
  .services__technology-track {
    animation: technology-scroll 44s linear infinite;
    will-change: transform;
  }
}
.services__technology-list {
  display: flex;
  gap: 0.75rem;
  padding-right: 0.75rem;
}
.services__technology-item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid #D3DEDF;
  border-radius: 6px;
  background: #FFFFFF;
  color: #0A3036;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.services__technology-icon {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  color: #3E6266;
}
@media (hover: hover) and (pointer: fine) {
  .services__marquee:hover .services__technology-track {
    animation-play-state: paused;
  }
}
@media (max-width: 479px) {
  .services__title-row {
    grid-template-columns: 1rem minmax(0, 1fr);
    gap: 0.5rem;
  }
  .services__service-icon {
    width: 1rem;
    height: 1rem;
  }
  .services__stack-label-icon {
    width: 1rem;
    height: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .services__marquee {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .services__technology-track {
    width: auto;
  }
  .services__technology-list {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .services__technology-list--duplicate {
    display: none;
  }
}

@keyframes technology-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}.contact-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.contact__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: center;
  min-width: 0;
  padding-block: clamp(2rem, 4vw, 3.5rem);
  border-block: 1px solid #AABFC1;
}
.contact__info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.contact__heading {
  max-width: 18ch;
  color: #0A3036;
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-wrap: balance;
}
.contact__sub {
  max-width: 42rem;
  margin-top: 0.85rem;
  color: #193F44;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.55;
  text-wrap: pretty;
}
.contact__cta {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
}
.contact__button.btn {
  min-height: 3.5rem;
  padding-inline: 1.75rem;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .contact__card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .contact__cta {
    justify-content: flex-start;
  }
}
@media (max-width: 479px) {
  .contact__heading {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }
  .contact__button.btn {
    width: 100%;
    min-height: 3.25rem;
    padding-inline: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }
}@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/hanken-grotesk-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Tilt Warp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/tilt-warp-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Tilt Warp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/tilt-warp-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  color: #0A3036;
  background: #F7F9F9;
  -webkit-text-size-adjust: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

p,
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p,
li,
figcaption,
blockquote {
  text-wrap: pretty;
}

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

ul,
ol {
  list-style: none;
}

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

::selection {
  background: #C99B24;
  color: #0A3036;
}

:focus-visible {
  outline: 2px solid #C99B24;
  outline-offset: 3px;
  border-radius: 8px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #F7F9F9;
}

::-webkit-scrollbar-thumb {
  background: #AABFC1;
  border: 3px solid #F7F9F9;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #C99B24;
}

@keyframes reveal-up {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reveal-draw {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}