.site {
  background-color: #0d0d0d;
  color: #f4f4f0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brand {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.brand-accent {
  color: #c6f24e;
}

.navlinks {
  display: flex;
  gap: 34px;
  align-items: center;
}

.navlink {
  color: #9a9a92;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.navlink-cta {
  color: #0d0d0d;
  background-color: #c6f24e;
  padding: 10px 20px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-weight: 700;
}

.hero {
  padding-top: 60px;
  padding-bottom: 90px;
}

.hero-huge {
  font-size: 128px;
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 800;
  margin-bottom: 40px;
}

.hero-accent {
  color: #c6f24e;
}

.hero-outline {
  color: transparent;
  -webkit-text-stroke: 2px #f4f4f0;
}

.hero-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}

.hero-desc {
  font-size: 22px;
  color: #b6b6ad;
  max-width: 42ch;
}

.hero-meta {
  font-size: 15px;
  color: #74746c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: right;
}

.tags {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #262626;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #262626;
}

.tag {
  font-size: 15px;
  color: #cfcfc7;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #333330;
  border-right-color: #333330;
  border-bottom-color: #333330;
  border-left-color: #333330;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding: 9px 20px;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}

.section-index {
  font-size: 15px;
  color: #c6f24e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.section-title {
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 800;
  max-width: 16ch;
}

.section-note {
  font-size: 17px;
  color: #9a9a92;
  max-width: 34ch;
}

.work {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.project {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 44%;
}

.project-thumb {
  background-color: #1a1a1a;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #262626;
  border-right-color: #262626;
  border-bottom-color: #262626;
  border-left-color: #262626;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  height: 380px;
  margin-bottom: 22px;
}

.project-thumb-lime {
  background-color: #c6f24e;
}

.project-thumb-warm {
  background-color: #2a241c;
}

.project-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.project-name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.project-cat {
  font-size: 14px;
  color: #8a8a82;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.project-desc {
  font-size: 16px;
  color: #9a9a92;
  margin-top: 8px;
}

.statement {
  padding-top: 130px;
  padding-bottom: 130px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #262626;
}

.statement-text {
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: -0.02em;
  font-weight: 600;
  max-width: 28ch;
}

.statement-accent {
  color: #c6f24e;
}

.services {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #262626;
}

.service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #262626;
}

.service-name {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-desc {
  font-size: 17px;
  color: #9a9a92;
  max-width: 46ch;
}

.service-num {
  font-size: 15px;
  color: #74746c;
}

.split {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.split-col {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.para {
  font-size: 20px;
  color: #c2c2ba;
  margin-bottom: 26px;
}

.stat-row {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}

.stat-num {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #c6f24e;
}

.stat-label {
  font-size: 14px;
  color: #8a8a82;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 6px;
}

.cta {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.cta-huge {
  font-size: 88px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin-bottom: 36px;
}

.btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 40px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.btn-lime {
  background-color: #c6f24e;
  color: #0d0d0d;
}

.formgrid {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.formgrid-col {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.field {
  margin-bottom: 24px;
}

.label {
  display: block;
  font-size: 14px;
  color: #9a9a92;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.input {
  display: block;
  width: 100%;
  background-color: #171717;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #333330;
  border-right-color: #333330;
  border-bottom-color: #333330;
  border-left-color: #333330;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: #f4f4f0;
  font-size: 17px;
  padding: 15px 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-big {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.contact-line {
  font-size: 18px;
  color: #b6b6ad;
  margin-bottom: 8px;
}

.footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #262626;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.footer-brand {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-link {
  font-size: 15px;
  color: #9a9a92;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}