:root {
  --ink: #0b0b0b;
  --gold: #a8874c;
  --paper: #fff;
  --soft: #f8f7f4;
  --line: #e8e5df;
  --muted: #5c5c58;
  --shell: 1170px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

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

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

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

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

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

h1,
h2,
.people h3,
.project-grid h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

h2 {
  margin-bottom: 22px;
  font-size: 42px;
  line-height: 1.06;
}

main,
section,
article {
  min-width: 0;
}

section[id] {
  scroll-margin-top: 108px;
}

.section-shell,
.about-banner > div,
.footer-cta {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.gold,
.eyebrow {
  color: var(--gold);
}

.eyebrow {
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 28px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
}

.button-light {
  background: #fff;
  color: var(--ink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arrow-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  vertical-align: -2px;
  stroke-width: 1.8;
}

.button .arrow-icon {
  margin-left: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  height: 92px;
  grid-template-columns: 220px minmax(0, 1fr) 145px;
  column-gap: 32px;
  align-items: center;
  padding: 0 max(34px, calc((100vw - 1210px) / 2));
  border-bottom: 1px solid #eceae6;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 8px 30px rgba(20, 18, 13, 0.07);
}

.logo {
  display: block;
  width: 220px;
  line-height: 1;
}

.logo img {
  width: 100%;
  height: auto;
  transform: translateX(-4px);
}

.main-nav {
  display: flex;
  height: 100%;
  align-items: stretch;
  justify-content: center;
  gap: 36px;
}

.main-nav a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.main-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 20px;
  left: 50%;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: left 0.2s ease, right 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--gold);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.active::after {
  right: 0;
  left: 0;
}

.header-cta {
  width: 145px;
  min-width: 145px;
  min-height: 48px;
  justify-self: end;
  padding-inline: 18px;
}

.menu-toggle {
  display: none;
}

/* Hero */
.hero {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 500px;
  grid-template-columns: 36% 64%;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 64%;
  grid-area: 1 / 1 / 2 / 3;
  padding: 72px 34px 58px max(5vw, calc((100vw - 1160px) / 2));
}

.hero h1 {
  margin-bottom: 30px;
  font-size: 62px;
  line-height: 0.96;
}

.lede {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.hero-image {
  position: relative;
  z-index: 1;
  grid-area: 1 / 2;
  min-height: 500px;
  background: url("/images/hero-workspace.jpg") center / cover no-repeat;
}

.hero-image::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.98) 20%,
    rgba(255, 255, 255, 0.86) 45%,
    rgba(255, 255, 255, 0.45) 72%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  pointer-events: none;
}

.stats {
  display: grid;
  min-height: 88px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 0 max(35px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid #f4f4f4;
  background: #fafafa;
}

.stats span {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 8px 18px;
  border-right: 1px solid #dedbd6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.085em;
  text-align: center;
  text-transform: uppercase;
}

.stats span:last-child {
  border-right: 0;
}

/* Recent work */
.recent-work {
  padding: 38px 0 28px;
  background: #fff;
}

.recent-work-inner,
.beyond-canvas-inner {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.recent-work-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 1px minmax(300px, 0.85fr);
  gap: 52px;
  align-items: center;
  padding: 0 64px 30px;
}

.recent-work-intro .eyebrow {
  margin-bottom: 10px;
}

.recent-work-intro h2 {
  margin-bottom: 12px;
  font-size: 43px;
  line-height: 0.98;
}

.recent-work-intro h2 em,
.beyond-canvas h2 em {
  color: var(--gold);
  font-weight: 400;
}

.recent-work-intro > div > p:last-child,
.recent-work-intro > p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.recent-work-intro > div > p:last-child {
  max-width: 600px;
}

.recent-work-intro > p {
  max-width: 390px;
}

.recent-divider {
  width: 1px;
  height: 140px;
  background: var(--line);
}

.mona-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.mona-card {
  overflow: hidden;
  border-radius: 6px;
  background: #090b0c;
  color: #fff;
}

.mona-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 223 / 230;
  object-fit: cover;
  object-position: center top;
}

.mona-card-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  min-height: 82px;
  padding: 10px 14px 11px;
}

.mona-card-meta h3,
.mona-card-meta span,
.mona-card-meta b,
.mona-card-meta p,
.mona-card-meta a {
  font-family: "Montserrat", Arial, sans-serif;
}

.mona-card-meta h3,
.mona-card-meta span {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.mona-card-meta b {
  grid-column: 1 / -1;
  margin-top: 3px;
  color: #b4945c;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.mona-card-meta p {
  align-self: end;
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.mona-card-meta a {
  grid-area: 3 / 2;
  align-self: end;
  line-height: 1;
  transition: color 0.2s ease;
}

.mona-card-meta a .arrow-icon {
  width: 14px;
  height: 14px;
  margin: 0;
}

.mona-card-meta a:hover,
.mona-card-meta a:focus-visible {
  color: var(--gold);
}

/* Beyond the canvas */
.beyond-canvas {
  position: relative;
  overflow: hidden;
  background: #080a0b;
  color: #fff;
}

.beyond-canvas::before,
.beyond-canvas::after {
  position: absolute;
  width: 520px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 135, 76, 0.17), transparent);
  content: "";
  transform: rotate(33deg);
}

.beyond-canvas::before {
  top: 82px;
  left: 18%;
}

.beyond-canvas::after {
  right: 2%;
  bottom: 54px;
  transform: rotate(-28deg);
}

.beyond-canvas-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 225px;
  grid-template-columns: 1.05fr 0.75fr 1.2fr;
  gap: 50px;
  align-items: center;
  padding: 28px 4px 30px;
}

.beyond-copy .eyebrow {
  margin-bottom: 10px;
}

.beyond-canvas h2 {
  margin: 0;
  font-size: 44px;
  line-height: 0.98;
}

.beyond-canvas h2 span,
.beyond-canvas h2 em {
  display: block;
}

.beyond-canvas h2 em {
  margin-top: 12px;
}

.code-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.code-mark svg {
  width: 180px;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.code-mark-chevron {
  fill: none;
  stroke: #a77c3e;
  stroke-width: 2.4;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.code-mark-slash-glow {
  fill: none;
  filter: url("#code-mark-glow");
  opacity: 0.82;
  stroke: #d99f45;
  stroke-width: 10;
}

.code-mark-slash {
  fill: none;
  stroke: url("#code-mark-slash");
  stroke-width: 3.8;
  stroke-linecap: square;
}

.beyond-detail p {
  max-width: 410px;
  margin: 0 0 22px;
  color: #dfdfdc;
  font-size: 14px;
  line-height: 1.7;
}

.beyond-detail a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c29a5c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beyond-detail a .arrow-icon {
  width: 14px;
  height: 14px;
  margin: 0;
}

/* Showreel */
.showreel {
  padding: 48px 24px;
  background: #080c0d;
}

.showreel-video {
  display: block;
  width: min(1160px, 100%);
  height: auto;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: #080c0d;
  object-fit: contain;
}

/* Services */
.services-intro {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 42px;
  padding: 88px 0 100px;
}

.section-heading {
  padding-top: 12px;
}

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

.service-grid article {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 30px 28px;
  border: 1px solid var(--line);
  margin-left: -1px;
}

.service-grid .icon {
  color: var(--gold);
}

.service-grid h3 {
  margin: 18px 0 12px;
  font: 400 17px/1.35 "Montserrat", Arial, sans-serif;
}

.service-grid p {
  margin-bottom: 0;
  color: #464641;
  font-size: 14px;
  line-height: 1.65;
}

.service-grid a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* About and leadership */
.about {
  background: #fbfbfa;
}

.about-banner {
  display: flex;
  min-height: 385px;
  align-items: center;
  background: #080c0d url("/images/about-banner.jpg") center / cover no-repeat;
  color: #fff;
}

.about-banner h2 {
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 1.02;
}

.about-banner h2 em,
.web3 h2 em {
  color: #c79c54;
  font-style: normal;
}

.about-banner > div > p:last-child {
  max-width: 500px;
  margin-bottom: 0;
  color: #d1d2d1;
  font-size: 15px;
  line-height: 1.7;
}

.leadership {
  padding: 64px 0 96px;
}

.leadership-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}

.leadership-head h2 {
  margin-bottom: 0;
}

.leadership-head > p {
  max-width: 540px;
  margin-bottom: 2px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.people article {
  padding: 30px 38px 34px;
  border: 1px solid #efefed;
  margin-left: -1px;
}

.people img {
  width: 190px;
  height: 190px;
  margin: 0 auto 20px;
  padding: 4px;
  border: 1px solid #e3ded6;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.people article:nth-child(2) img {
  object-position: center 40%;
}

.people h3 {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1;
}

.people article > b,
.project-grid article b {
  display: block;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.people p {
  min-height: 72px;
  margin: 12px 0 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.65;
}

.people a {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

/* Build section */
.build-section {
  display: grid;
  min-height: 470px;
  grid-template-columns: 33% 67%;
  overflow: hidden;
}

.build-copy {
  position: relative;
  z-index: 2;
  width: 64%;
  grid-area: 1 / 1 / 2 / 3;
  padding: 76px 48px 64px max(5vw, calc((100vw - 1160px) / 2));
}

.build-copy h2 {
  margin-bottom: 26px;
  font-size: 56px;
  line-height: 1;
}

.build-copy h2 em {
  font-weight: 400;
}

.build-copy > p:not(.eyebrow) {
  max-width: 420px;
  margin-bottom: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.code-image {
  position: relative;
  z-index: 1;
  grid-area: 1 / 2;
  min-height: 470px;
  background: url("/images/code-workspace.jpg") center / cover no-repeat;
}

.code-image::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.98) 20%,
    rgba(255, 255, 255, 0.86) 45%,
    rgba(255, 255, 255, 0.45) 72%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  pointer-events: none;
}

.capability-strip {
  display: grid;
  min-height: 108px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 0 max(35px, calc((100vw - 1160px) / 2));
  background: #faf9f7;
}

.capability-strip span,
.footer-cta span {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 28px;
  border-right: 1px solid #dedbd6;
}

.capability-strip span:last-child {
  border-right: 0;
}

.capability-strip .icon {
  color: var(--gold);
}

.capability-strip span:first-child .icon {
  width: 30px;
  height: 30px;
}

.capability-strip i,
.footer-cta i {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.capability-strip small,
.footer-cta small {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

/* Portfolio */
.portfolio {
  padding: 96px 0 110px;
}

.portfolio-head {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 84px;
  align-items: end;
}

.portfolio-head h2 {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 0.98;
}

.portfolio-head > p {
  margin-bottom: 1px;
  color: #60605d;
  font-size: 14px;
  line-height: 1.75;
}

.filters {
  display: flex;
  gap: 34px;
  margin-top: 48px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.filters::-webkit-scrollbar {
  display: none;
}

.filters button {
  flex: 0 0 auto;
  padding: 0 0 18px;
  border: 0;
  background: none;
  color: #111;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  white-space: nowrap;
}

.filters button.selected {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 30px;
  margin-top: 34px;
}

.project-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.project-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.project-grid article > div {
  display: grid;
  min-height: 162px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr;
  column-gap: 30px;
  row-gap: 8px;
  padding: 22px 24px 26px;
}

.project-grid h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 28px;
  line-height: 1;
}

.project-grid article b {
  grid-column: 1;
}

.project-grid p {
  grid-column: 1;
  margin: 0;
  color: #4f4f4b;
  font-size: 14px;
  line-height: 1.65;
}

.project-grid a {
  grid-row: 2 / 4;
  grid-column: 2;
  align-self: end;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Process */
.process {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 90px;
  padding: 90px 0 110px;
}

.process-intro > p:not(.eyebrow) {
  margin-bottom: 22px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.process-intro > a {
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  position: relative;
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.process-steps i {
  position: absolute;
  top: -27px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  font-style: normal;
}

.process-steps i .icon {
  width: 22px;
  height: 22px;
}

.process-steps b {
  color: var(--gold);
  font-size: 12px;
}

.process-steps h3 {
  margin: 10px 0 12px;
  font: 600 13px/1.35 "Montserrat", Arial, sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.process-steps p {
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.65;
}

/* Web3 */
.web3 {
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  padding: 70px max(35px, calc((100vw - 1160px) / 2));
  background: #f6f3ef;
}

.web3-copy {
  padding-right: 54px;
}

.web3 h2 {
  margin-bottom: 26px;
  font-size: 46px;
  line-height: 1.02;
}

.web3-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.web3 > img {
  width: 100%;
  height: auto;
  aspect-ratio: 625 / 308;
  object-fit: contain;
}

.mini-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 34px 0;
}

.mini-features span {
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}

.mini-features b {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mini-features .icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  color: var(--gold);
}

.mini-features span:last-child .icon {
  width: 26px;
  height: 26px;
  margin-top: -2px;
  margin-bottom: 8px;
}

/* Contact */
.contact {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 390px;
  gap: 42px;
  padding: 90px 0 100px;
}

.contact aside h2 {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1;
}

.contact aside hr {
  width: 42px;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid var(--gold);
}

.contact aside > p:not(.eyebrow) {
  margin-bottom: 0;
  color: #61615d;
  font-size: 15px;
  line-height: 1.7;
}

.contact ul {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.contact li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 26px 0;
}

.contact li > .icon {
  width: 42px;
  height: 42px;
  padding: 11px;
  border-radius: 50%;
  background: #fafafa;
}

.contact li span {
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact li b,
.contact label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.contact li b {
  margin-bottom: 5px;
}

.contact form {
  padding: 38px 34px;
  border: 1px solid var(--line);
}

.contact label {
  margin-bottom: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 9px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: #555;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-art {
  width: 100%;
  height: 100%;
  min-height: 590px;
  border-radius: 5px;
  object-fit: cover;
}

/* Footer */
footer {
  background: #090b0c;
  color: #fff;
}

.footer-cta {
  display: grid;
  min-height: 210px;
  grid-template-columns: 300px repeat(3, 1fr);
  align-items: center;
}

.footer-cta h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
}

.footer-cta span {
  min-height: 118px;
  border-color: #2a2b2b;
}

.footer-cta span > b {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #4b4b49;
  border-radius: 50%;
}

.footer-cta span > b .icon {
  width: 20px;
  height: 20px;
}

.footer-cta small {
  color: #aaa;
}

.footer-bottom {
  display: flex;
  min-height: 116px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 max(35px, calc((100vw - 1160px) / 2));
  border-top: 1px solid #202223;
}

.logo-light {
  width: 160px;
  flex: 0 0 auto;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.footer-bottom > small {
  color: #999;
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 1180px) {
  .contact {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .contact-art {
    display: none;
  }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .site-header {
    grid-template-columns: 188px minmax(0, 1fr) 128px;
    column-gap: 22px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .site-header > .logo {
    width: 188px;
  }

  .main-nav {
    gap: 22px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .header-cta {
    width: 128px;
    min-width: 128px;
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .services-intro,
  .process {
    grid-template-columns: 1fr;
  }

  .services-intro {
    gap: 40px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process {
    gap: 64px;
  }

  .process-intro {
    max-width: 560px;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 66px;
  }

  .footer-cta {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 34px;
  }

  .footer-cta > div {
    grid-column: 1 / -1;
    padding: 0 28px 18px;
  }

  .footer-cta span:nth-of-type(2) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 82px;
  }

  section[id] {
    scroll-margin-top: 82px;
  }

  .section-shell,
  .about-banner > div,
  .footer-cta {
    width: min(var(--shell), calc(100% - 40px));
  }

  .site-header {
    display: flex;
    height: 70px;
    padding: 0 20px;
  }

  .site-header > .logo {
    width: 154px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    z-index: 2;
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    margin-left: auto;
    padding: 11px 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 25px;
    height: 1px;
    margin: 0;
    background: #111;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: 69px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 25px 22px 30px;
    border-top: 1px solid #efede9;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 18px 35px rgba(20, 18, 13, 0.1);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #f0eee9;
    font-size: 13px;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav a::after {
    right: auto;
    bottom: 10px;
    left: 0;
    width: 0;
  }

  .main-nav a.active::after {
    right: auto;
    left: 0;
    width: 28px;
  }

  .menu-open {
    overflow: hidden;
  }

  .hero,
  .build-section,
  .web3 {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .build-copy {
    padding: 72px 24px 60px;
    width: auto;
    grid-area: auto;
  }

  .hero-image,
  .code-image {
    grid-area: auto;
  }

  .hero-image::before,
  .code-image::before {
    display: none;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-image,
  .code-image {
    min-height: 360px;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 14px 20px;
  }

  .stats span {
    min-height: 58px;
    border-bottom: 1px solid var(--line);
  }

  .stats span:nth-child(2) {
    border-right: 0;
  }

  .stats span:nth-child(n + 3) {
    border-bottom: 0;
  }

  .recent-work-inner,
  .beyond-canvas-inner {
    width: min(var(--shell), calc(100% - 40px));
  }

  .recent-work-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 8px 0 30px;
  }

  .recent-work-intro > p {
    max-width: 620px;
  }

  .recent-divider {
    display: none;
  }

  .mona-gallery {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mona-gallery::-webkit-scrollbar {
    display: none;
  }

  .mona-card {
    scroll-snap-align: start;
  }

  .beyond-canvas-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 28px;
  }

  .code-mark {
    width: 158px;
  }

  .leadership-head,
  .portfolio-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .people article {
    margin-top: -1px;
    margin-left: 0;
  }

  .people p {
    min-height: 0;
  }

  .capability-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 20px;
  }

  .capability-strip span {
    min-height: 88px;
  }

  .capability-strip span:nth-child(2) {
    border-right: 0;
  }

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

  .web3 {
    padding: 72px 24px;
  }

  .web3-copy {
    padding-right: 0;
  }

  .web3 > img {
    height: auto;
    margin-top: 44px;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact aside {
    max-width: 620px;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 34px 22px;
    text-align: center;
  }

  .footer-bottom > small {
    text-align: center;
  }
}

@media (max-width: 620px) {
  h2 {
    font-size: 38px;
  }

  .button-row {
    gap: 12px;
  }

  .button-row .button {
    flex: 1 1 190px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-image,
  .code-image {
    min-height: 280px;
  }

  .showreel {
    padding: 28px 16px;
  }

  .showreel-video {
    border-radius: 8px;
  }

  .recent-work {
    padding: 50px 0 24px;
  }

  .recent-work-intro h2 {
    font-size: 38px;
  }

  .mona-gallery {
    grid-template-columns: repeat(5, minmax(224px, 1fr));
  }

  .beyond-canvas-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 52px 4px 58px;
  }

  .beyond-canvas h2 {
    font-size: 40px;
    text-align: center;
  }

  .code-mark {
    justify-content: center;
    justify-self: center;
  }

  .beyond-detail p {
    max-width: 520px;
  }

  .services-intro,
  .portfolio,
  .process,
  .contact {
    padding-top: 68px;
    padding-bottom: 78px;
  }

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

  .service-grid article {
    min-height: 245px;
    margin-top: -1px;
    margin-left: 0;
  }

  .about-banner {
    min-height: 420px;
    background-position: 62% center;
  }

  .about-banner > div {
    width: 100%;
    padding: 52px 24px;
    background: linear-gradient(90deg, rgba(7, 11, 12, 0.96) 55%, transparent);
  }

  .about-banner h2,
  .build-copy h2,
  .portfolio-head h2,
  .contact aside h2 {
    font-size: 42px;
    line-height: 1.04;
  }

  .people article {
    padding-right: 30px;
    padding-left: 30px;
  }

  .capability-strip {
    grid-template-columns: 1fr;
  }

  .capability-strip span,
  .capability-strip span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .capability-strip span:last-child {
    border-bottom: 0;
  }

  .filters {
    gap: 24px;
  }

  .project-grid article > div {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 22px 22px 26px;
  }

  .project-grid h3,
  .project-grid article b,
  .project-grid p,
  .project-grid a {
    grid-row: auto;
    grid-column: 1;
  }

  .project-grid a {
    justify-self: start;
    margin-top: 10px;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .mini-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact form {
    padding: 30px 22px;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }

  .footer-cta {
    grid-template-columns: 1fr;
    padding: 42px 0;
  }

  .footer-cta > div {
    grid-column: 1;
    padding: 0 0 24px;
  }

  .footer-cta span,
  .footer-cta span:nth-of-type(2) {
    min-height: 108px;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid #282828;
  }

  .footer-cta span:last-child {
    border-bottom: 0;
  }

  .footer-bottom nav {
    gap: 16px 22px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
