:root {
  --ink: #191b1c;
  --graphite: #292d2f;
  --graphite-2: #34383a;
  --concrete: #e9e5dc;
  --paper: #f7f5ef;
  --white: #fff;
  --copper: #c86f3f;
  --copper-dark: #a9502b;
  --copper-light: #e49a6d;
  --muted: #6f716f;
  --line: #c9c6bd;
  --green: #25d366;
  --container: 1240px;
  --shadow: 0 30px 80px rgba(25, 27, 28, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

.container {
  width: min(var(--container), calc(100% - 56px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.header-meta {
  color: #d9dad8;
  background: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.header-meta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}

.header-meta p {
  margin: 0;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 104px;
  gap: 36px;
}

.brand img {
  width: 325px;
  height: auto;
}

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

.header-contact > div {
  display: grid;
  text-align: right;
  line-height: 1.2;
}

.header-contact small {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.header-contact > div a {
  font-size: 19px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 25px;
  gap: 16px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .025em;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button:focus-visible,
.hero__link:focus-visible,
.project-card:focus-visible,
.service-row a:focus-visible,
.whatsapp-float:focus-visible {
  outline: 3px solid var(--copper-light);
  outline-offset: 4px;
}

.button--small {
  min-height: 48px;
  padding-inline: 20px;
  font-size: 12px;
}

.button--dark {
  color: var(--white);
  background: var(--ink);
}

.button--dark:hover {
  background: var(--copper);
}

.button--copper {
  color: var(--white);
  background: linear-gradient(135deg, var(--copper), var(--copper-dark));
  box-shadow: 0 16px 36px rgba(168, 80, 43, .22);
}

.button--copper:hover {
  background: linear-gradient(135deg, var(--copper-light), var(--copper));
  box-shadow: 0 20px 42px rgba(168, 80, 43, .3);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero__image,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(25, 27, 28, .97) 0%, rgba(25, 27, 28, .84) 36%, rgba(25, 27, 28, .2) 72%, rgba(25, 27, 28, .08) 100%),
    linear-gradient(0deg, rgba(25, 27, 28, .7), transparent 44%);
}

.hero__content {
  position: relative;
  z-index: 3;
  padding-block: 86px 190px;
}

.kicker {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.kicker span {
  color: var(--copper);
  font-size: 17px;
}

.kicker--light {
  color: #d2d1cc;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 27px;
  font-size: clamp(58px, 7vw, 98px);
  line-height: .91;
  letter-spacing: -.065em;
}

.hero h1 em {
  color: var(--copper-light);
  font-style: normal;
  font-weight: 500;
}

.hero__lead {
  max-width: 610px;
  margin-bottom: 34px;
  color: #dcddd9;
  font-size: clamp(18px, 2vw, 21px);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .48);
  font-size: 13px;
  font-weight: 800;
}

.hero__link span {
  color: var(--copper-light);
  font-size: 18px;
}

.hero__measure {
  position: absolute;
  z-index: 3;
  top: 76px;
  right: 26px;
  bottom: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62px;
  padding-left: 14px;
  color: rgba(255, 255, 255, .66);
  border-left: 1px solid var(--copper);
  font-size: 9px;
  letter-spacing: .08em;
}

.hero__measure span::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 10px;
  border-top: 1px solid var(--copper);
}

.hero__foot {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(25, 27, 28, .84);
  border-top: 1px solid rgba(255, 255, 255, .19);
  backdrop-filter: blur(12px);
}

.hero__foot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero__foot-grid > div {
  display: grid;
  min-height: 118px;
  align-content: center;
  padding: 0 28px;
}

.hero__foot-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.hero__foot span {
  margin-bottom: 6px;
  color: var(--copper-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero__foot strong {
  font-size: 14px;
  font-weight: 700;
}

.section {
  padding-block: 118px;
}

.section-index {
  display: grid;
  grid-template-columns: 36px auto 1fr;
  align-items: center;
  margin-bottom: 44px;
  gap: 16px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-index > span:first-child {
  color: var(--copper);
  font-size: 16px;
  letter-spacing: 0;
}

.section-index p {
  margin: 0;
}

.section-index__line {
  border-top: 1px solid var(--line);
}

.section-index--light {
  color: var(--white);
}

.section-index--light .section-index__line {
  border-color: rgba(255, 255, 255, .22);
}

.section-index--copper {
  color: var(--ink);
}

.section-index--copper > span:first-child {
  color: var(--ink);
}

.section-index--copper .section-index__line {
  border-color: rgba(25, 27, 28, .35);
}

.manifesto {
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(25, 27, 28, .05) 50%, transparent calc(50% + 1px)),
    var(--paper);
}

.manifesto__statement {
  max-width: 1050px;
  margin-bottom: 80px;
}

.manifesto h2,
.services h2,
.projects h2,
.method h2,
.why h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.manifesto h2 {
  font-weight: 760;
}

.manifesto h2 span,
.projects h2 span,
.why h2 span {
  color: var(--muted);
  font-weight: 450;
}

.manifesto__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: clamp(55px, 8vw, 110px);
}

.manifesto__image {
  position: relative;
  margin-bottom: 0;
}

.manifesto__image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -18px;
  left: -18px;
  width: 82px;
  height: 82px;
  border-top: 2px solid var(--copper);
  border-left: 2px solid var(--copper);
}

.manifesto__image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.manifesto__image figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.manifesto__copy .lead {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.5;
}

.manifesto__copy > p:not(.lead) {
  color: var(--muted);
}

.manifesto__principles {
  display: grid;
  margin-top: 35px;
  border-top: 1px solid var(--line);
}

.manifesto__principles > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: baseline;
  padding-block: 14px;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.manifesto__principles span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
}

.manifesto__principles p {
  margin: 0;
  font-size: 14px;
}

.services {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(200, 111, 63, .13), transparent 24%),
    var(--ink);
}

.services__header {
  margin-bottom: 68px;
}

.services__title {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: 70px;
}

.services h2 {
  color: var(--white);
}

.services h2 span {
  color: var(--copper-light);
  font-weight: 450;
}

.services__title > p {
  margin-bottom: 8px;
  color: #b6b8b6;
}

.service-list {
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.service-row {
  display: grid;
  grid-template-columns: 84px 1.1fr .9fr 48px;
  align-items: center;
  min-height: 170px;
  gap: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  transition: background-color .25s ease, padding .25s ease;
}

.service-row:hover {
  padding-inline: 22px;
  background: var(--graphite);
}

.service-row__number {
  color: var(--copper-light);
  font-size: 26px;
  font-weight: 300;
}

.service-row__main > p {
  margin-bottom: 8px;
  color: #8f918f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-row h3 {
  margin-bottom: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.service-row__copy {
  margin: 0;
  color: #b8bab8;
  font-size: 14px;
}

.service-row > a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--copper-light);
  border: 1px solid rgba(255, 255, 255, .3);
  font-size: 19px;
  transition: background-color .2s ease, color .2s ease;
}

.service-row > a:hover {
  color: var(--ink);
  background: var(--copper-light);
}

.projects {
  background: var(--concrete);
}

.projects__heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  margin-bottom: 60px;
  gap: 80px;
}

.projects__heading .section-index {
  margin-bottom: 34px;
}

.projects__intro {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 17px;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(2, 320px);
  gap: 18px;
}

.project-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 0;
  cursor: zoom-in;
}

.project-card--main {
  grid-row: span 2;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(25, 27, 28, .88), transparent 55%);
  transition: background-color .3s ease;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .65, .2, 1);
}

.project-card:hover img {
  transform: scale(1.035);
}

.project-card__meta {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  text-align: left;
}

.project-card__meta b {
  font-size: 20px;
}

.project-card__meta small {
  color: #d2d3cf;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.project-card__view {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--ink);
  background: var(--paper);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.demo-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.method {
  position: relative;
  overflow: hidden;
  padding-block: 110px;
  background: linear-gradient(135deg, #d98554, var(--copper));
}

.method__grid-bg {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(25, 27, 28, .42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 27, 28, .42) 1px, transparent 1px);
  background-size: 56px 56px;
}

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

.method__top {
  margin-bottom: 68px;
}

.method__top h2 {
  max-width: 790px;
  color: var(--ink);
}

.method__top h2 span {
  color: var(--paper);
  font-weight: 450;
}

.method__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.method__steps li {
  position: relative;
  min-height: 240px;
  padding: 40px 30px 0 0;
}

.method__steps li + li {
  padding-left: 30px;
  border-left: 1px solid rgba(25, 27, 28, .36);
}

.method__steps > li > span {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 50px;
  color: var(--paper);
  background: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.method__steps h3 {
  margin-bottom: 10px;
  font-size: 23px;
  letter-spacing: -.02em;
}

.method__steps p {
  max-width: 230px;
  color: #41291d;
  font-size: 14px;
}

.why {
  background: var(--paper);
}

.why__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  gap: clamp(60px, 8vw, 112px);
}

.why__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 700px;
  padding: 45px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(155deg, transparent 45%, rgba(200, 111, 63, .78)),
    var(--ink);
}

.why__visual::before,
.why__visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .16);
}

.why__visual::before {
  inset: 12% 20%;
}

.why__visual::after {
  inset: 26% 8%;
}

.why__big-number {
  position: relative;
  z-index: 1;
  font-size: clamp(130px, 20vw, 250px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.1em;
}

.why__visual > p {
  position: relative;
  z-index: 1;
  max-width: 350px;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.why__coordinates {
  position: absolute;
  right: 14px;
  bottom: 20px;
  color: rgba(255, 255, 255, .44);
  font-size: 8px;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
}

.why__content {
  align-self: center;
}

.why__content .section-index {
  margin-bottom: 38px;
}

.why__content h2 {
  margin-bottom: 55px;
}

.why__list {
  border-top: 1px solid var(--line);
}

.why__list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  padding-block: 22px;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.why__list article > span {
  color: var(--copper);
  font-size: 18px;
  font-weight: 700;
}

.why__list h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.why__list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact {
  padding-block: 110px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 85%, rgba(200, 111, 63, .16), transparent 26%),
    var(--graphite);
}

.contact__intro {
  margin-bottom: 70px;
}

.contact__heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 80px;
}

.contact h2 {
  color: var(--white);
}

.contact h2 span {
  color: var(--copper-light);
  font-weight: 450;
}

.contact__heading > p {
  margin-bottom: 8px;
  color: #b9bbb8;
}

.contact__body {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 70px;
}

.contact__details {
  padding-top: 12px;
}

.contact__label {
  margin-bottom: 24px;
  color: var(--copper-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact__details > a {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  font-size: clamp(21px, 2.5vw, 29px);
  font-weight: 700;
}

.contact__hours {
  margin-top: 42px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.contact__hours span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact__hours p {
  color: #d3d4d1;
  font-size: 14px;
}

.contact__details > small {
  display: block;
  margin-top: 30px;
  color: #878b89;
  font-size: 10px;
}

.project-form {
  padding: clamp(28px, 5vw, 50px);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}

.project-form label {
  display: grid;
  margin-bottom: 22px;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aaa9a3;
  border-radius: 0;
  font-weight: 400;
  outline: 0;
  text-transform: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.project-form textarea {
  min-height: 125px;
  resize: vertical;
}

.project-form input:focus,
.project-form select:focus,
.project-form textarea:focus {
  border-color: var(--copper);
  box-shadow: 0 2px 0 var(--copper);
}

.project-form input::placeholder,
.project-form textarea::placeholder {
  color: #92938f;
  font-weight: 400;
  opacity: 1;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-submit {
  width: 100%;
  margin-top: 6px;
}

.form-submit[disabled] {
  opacity: .64;
  cursor: wait;
}

.form-privacy {
  margin: 13px 0 0;
  color: #7b7d79;
  font-size: 10px;
  text-align: center;
}

.form-status {
  margin-bottom: 24px;
  padding: 14px 16px;
  color: #31533d;
  background: #e7f3e9;
  border-left: 3px solid #4b8b5f;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.form-status.is-error {
  color: #813326;
  background: #f9e4df;
  border-color: var(--copper);
}

.site-footer {
  color: #b7b9b6;
  background: #101213;
}

.footer__main {
  display: grid;
  grid-template-columns: 1.5fr .75fr .75fr;
  padding-block: 64px;
  gap: 70px;
}

.footer__brand img {
  width: 305px;
  height: auto;
  margin-bottom: 22px;
}

.footer__brand p {
  max-width: 380px;
  margin: 0;
}

.footer__main > div > span {
  display: block;
  margin-bottom: 16px;
  color: var(--copper-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer__main p {
  margin: 0;
  font-size: 13px;
}

.footer__main a:hover,
.footer__bottom a:hover {
  color: var(--white);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 21px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 11px;
}

.footer__bottom p {
  margin: 0;
}

.footer__bottom a {
  color: var(--copper-light);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 8px 16px 8px 8px;
  gap: 10px;
  color: #073b1c;
  background: var(--green);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .25);
  font-size: 12px;
  font-weight: 900;
  transition: bottom .25s ease, transform .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

.whatsapp-float.is-near-footer {
  bottom: 62px;
}

.whatsapp-float__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #073b1c;
  border-radius: 50%;
}

.whatsapp-float__icon img {
  width: 22px;
  height: 22px;
}

.lightbox {
  width: min(1120px, calc(100% - 36px));
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.lightbox::backdrop {
  background: rgba(10, 11, 12, .92);
  backdrop-filter: blur(8px);
}

.lightbox img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .45);
}

.lightbox__close {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--copper);
  border: 0;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .header-contact > div {
    display: none;
  }

  .hero {
    min-height: 740px;
  }

  .hero__image {
    object-position: 60% center;
  }

  .hero__overlay {
    background:
      linear-gradient(90deg, rgba(25, 27, 28, .96), rgba(25, 27, 28, .64) 68%, rgba(25, 27, 28, .3)),
      linear-gradient(0deg, rgba(25, 27, 28, .75), transparent 48%);
  }

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

  .hero__foot-grid > div {
    min-height: 74px;
  }

  .hero__foot-grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .hero__foot-grid > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .manifesto__grid,
  .why__grid,
  .contact__body {
    grid-template-columns: 1fr;
  }

  .manifesto__copy {
    max-width: 720px;
  }

  .services__title,
  .projects__heading,
  .contact__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-row {
    grid-template-columns: 60px 1fr 48px;
  }

  .service-row__copy {
    display: none;
  }

  .project-grid {
    grid-template-rows: repeat(2, 280px);
  }

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

  .method__steps li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .method__steps li:nth-child(n+3) {
    border-top: 1px solid rgba(25, 27, 28, .35);
  }

  .why__visual {
    min-height: 520px;
  }

  .contact__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
  }

  .contact__label,
  .contact__details > small {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .header-meta__inner {
    justify-content: center;
  }

  .header-meta p:last-child {
    display: none;
  }

  .header-main {
    min-height: 82px;
  }

  .brand img {
    width: 220px;
  }

  .header-contact .button {
    width: 44px;
    min-height: 44px;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .header-contact .button span {
    position: absolute;
    color: var(--white);
    font-size: 18px;
  }

  .hero {
    min-height: 790px;
  }

  .hero__image {
    object-position: 63% center;
  }

  .hero__overlay {
    background:
      linear-gradient(90deg, rgba(25, 27, 28, .9), rgba(25, 27, 28, .52)),
      linear-gradient(0deg, rgba(25, 27, 28, .92), transparent 72%);
  }

  .hero__content {
    padding-block: 70px 225px;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 74px);
  }

  .hero__measure {
    display: none;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__link {
    align-self: flex-start;
  }

  .hero__foot-grid > div {
    min-height: 70px;
    padding-inline: 15px;
  }

  .hero__foot strong {
    font-size: 12px;
  }

  .section {
    padding-block: 80px;
  }

  .section-index {
    margin-bottom: 32px;
  }

  .manifesto__statement {
    margin-bottom: 55px;
  }

  .manifesto__image figcaption {
    display: grid;
    gap: 3px;
  }

  .services__header {
    margin-bottom: 42px;
  }

  .service-row {
    grid-template-columns: 44px 1fr 40px;
    min-height: 130px;
    gap: 15px;
  }

  .service-row:hover {
    padding-inline: 10px;
  }

  .service-row__number {
    font-size: 20px;
  }

  .service-row h3 {
    font-size: 24px;
  }

  .service-row > a {
    width: 38px;
    height: 38px;
  }

  .projects__heading {
    margin-bottom: 38px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 400px 270px 270px;
  }

  .project-card--main {
    grid-row: auto;
  }

  .method {
    padding-block: 80px;
  }

  .method__top {
    margin-bottom: 45px;
  }

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

  .method__steps li,
  .method__steps li + li,
  .method__steps li:nth-child(3) {
    min-height: 0;
    padding: 26px 0;
    border-top: 1px solid rgba(25, 27, 28, .35);
    border-left: 0;
  }

  .method__steps > li > span {
    margin-bottom: 24px;
  }

  .why__grid {
    gap: 60px;
  }

  .why__visual {
    min-height: 440px;
    padding: 30px;
  }

  .why__visual > p {
    font-size: 22px;
  }

  .contact {
    padding-block: 80px;
  }

  .contact__intro {
    margin-bottom: 50px;
  }

  .contact__body {
    gap: 45px;
  }

  .contact__details,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact__details > small {
    grid-column: auto;
  }

  .project-form {
    padding: 28px 20px;
  }

  .footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer__brand img {
    width: 270px;
  }

  .footer__bottom {
    display: grid;
    gap: 8px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: 7px;
  }

  .whatsapp-float > span:last-child {
    display: none;
  }

  .whatsapp-float.is-near-footer {
    bottom: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
