:root {
  --ink: #0b0d0f;
  --paper: #f4f3ef;
  --white: #ffffff;
  --blue: #5197b7;
  --blue-dark: #3f7f9d;
  --muted: #62666a;
  --line: rgba(11, 13, 15, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1400px, calc(100% - 80px)); margin-inline: auto; }

.nav {
  min-height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.logo { width: 128px; height: auto; }
.nav-meta { display: flex; gap: 35px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav-year { justify-self: end; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 80px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 86px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 32px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(58px, 6.6vw, 100px); line-height: .91; letter-spacing: -.075em; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--blue); letter-spacing: -.06em; }
.hero-lead { max-width: 610px; margin: 34px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }

.hero-art { position: relative; min-height: 540px; isolation: isolate; }
.art-grid { position: absolute; inset: 15px 30px 20px 55px; border: 1px solid var(--line); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 54px 54px; z-index: -2; }
.art-grid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--paper) 2%, transparent 35%, transparent 68%, var(--paper) 100%); }
.hero-mark { position: absolute; width: 245px; right: 92px; top: 93px; box-shadow: 16px 16px 0 var(--ink); transform: rotate(4deg); z-index: 3; }
.art-card { position: absolute; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; border: 2px solid var(--ink); background: var(--white); box-shadow: 8px 8px 0 var(--ink); }
.art-card span { font-size: 9px; font-weight: 800; }.art-card b { font-size: 17px; letter-spacing: -.03em; }
.art-card-web { width: 270px; height: 190px; left: 5px; top: 48px; transform: rotate(-4deg); }
.web-lines { display: grid; gap: 7px; }.web-lines i { display: block; height: 8px; background: var(--ink); }.web-lines i:nth-child(2) { width: 68%; background: var(--blue); }.web-lines i:nth-child(3) { width: 42%; }
.art-card-ios { width: 180px; height: 230px; left: 58px; bottom: 28px; background: var(--blue); transform: rotate(5deg); }
.app-dot { width: 65px; height: 65px; margin: auto; border: 13px solid var(--white); border-radius: 50%; }
.art-card-android { width: 230px; height: 175px; right: 6px; bottom: 48px; transform: rotate(-5deg); }
.android-bars { display: flex; gap: 8px; align-items: end; height: 65px; }.android-bars i { display: block; width: 33.333%; height: 50%; background: var(--blue); }.android-bars i:nth-child(2) { height: 100%; }.android-bars i:nth-child(3) { height: 75%; }
.art-caption { position: absolute; right: 8px; top: 38px; padding: 11px 14px; border: 1px solid var(--ink); background: var(--paper); font-size: 8px; font-weight: 900; letter-spacing: .14em; transform: rotate(3deg); }

.intro-strip { background: var(--blue); border-block: 2px solid var(--ink); }
.intro-strip-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.intro-strip span { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.intro-strip i { font-style: normal; font-size: 23px; }.intro-strip p { justify-self: end; margin: 0; font-size: 14px; font-weight: 700; }

.services { padding-top: 128px; padding-bottom: 138px; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-bottom: 92px; }
.section-head > p,.section-kicker { margin: 8px 0 0; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-head h2 { max-width: 900px; margin: 0; font-size: clamp(47px, 5.7vw, 82px); line-height: .95; letter-spacing: -.065em; }
.service-list { border-top: 1px solid var(--ink); }
.service-list article { min-height: 180px; display: grid; grid-template-columns: 90px .8fr 1.2fr 40px; gap: 40px; align-items: center; border-bottom: 1px solid var(--ink); transition: padding .25s, background .25s; }
.service-list article:hover { padding-inline: 20px; background: var(--white); }
.service-list article > span { align-self: start; margin-top: 31px; font-size: 9px; font-weight: 900; }.service-list h3 { margin: 0; font-size: clamp(38px, 4vw, 60px); letter-spacing: -.06em; }.service-list p { max-width: 640px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.css-arrow { position: relative; display: block; width: 20px; height: 20px; color: var(--blue); }
.css-arrow::before { content: ""; position: absolute; width: 11px; height: 11px; top: 1px; right: 1px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.css-arrow::after { content: ""; position: absolute; width: 17px; height: 2px; left: 2px; bottom: 4px; background: currentColor; transform: rotate(-45deg); transform-origin: left center; }

.about { padding: 128px 0; background: var(--ink); color: var(--white); }
.about-grid { display: grid; grid-template-columns: .7fr 1.4fr .65fr; gap: 85px; align-items: start; }
.about-label img { width: 82px; }.about-label p { margin: 24px 0 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light i { background: var(--blue); }.about-copy h2 { margin: 58px 0 34px; font-size: clamp(51px, 5.6vw, 80px); line-height: .93; letter-spacing: -.07em; }.about-copy > p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.63); font-size: 17px; line-height: 1.65; }
.about-facts { border-top: 1px solid rgba(255,255,255,.35); }.about-facts div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.35); }.about-facts span,.about-facts b { display: block; }.about-facts span { margin-bottom: 13px; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }.about-facts b { font-size: 20px; letter-spacing: -.03em; }

.footer { background: var(--ink); color: var(--white); }
.footer-inner { padding-top: 25px; padding-bottom: 25px; }
.footer-bottom { min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: end; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.footer-bottom span,.footer-bottom a { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom a { justify-self: end; color: var(--white); }
.footer-bottom a:hover { color: var(--blue); }

@media (max-width: 1050px) {
  .shell { width: min(100% - 48px, 960px); }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }.hero-art { max-width: 720px; width: 100%; margin-inline: auto; }
  .about-grid { grid-template-columns: .5fr 1.5fr; }.about-facts { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
}

@media (max-width: 700px) {
  .shell { width: calc(100% - 32px); }.nav { min-height: 78px; grid-template-columns: 1fr auto; }.nav-meta { display: none; }.logo { width: 105px; }
  .hero { min-height: auto; gap: 40px; padding-top: 62px; padding-bottom: 70px; }.hero h1 { font-size: clamp(52px, 15vw, 74px); }.hero-lead { font-size: 16px; }
  .hero-art { min-height: 390px; }.hero-mark { width: 165px; right: 45px; top: 85px; box-shadow: 10px 10px 0 var(--ink); }.art-card { padding: 12px; box-shadow: 5px 5px 0 var(--ink); }.art-card-web { width: 180px; height: 125px; }.art-card-ios { width: 120px; height: 155px; left: 20px; }.art-card-android { width: 155px; height: 120px; }.art-caption { display: none; }.art-grid { inset: 10px; }
  .intro-strip-inner { grid-template-columns: 1fr auto; }.intro-strip p { display: none; }
  .services { padding: 90px 0 95px; }.section-head { display: block; margin-bottom: 55px; }.section-head h2 { margin-top: 35px; font-size: 49px; }.service-list article { grid-template-columns: 35px 1fr 20px; gap: 15px; padding: 28px 0; }.service-list article > span { margin-top: 6px; }.service-list article > div { display: grid; gap: 15px; }.service-list h3 { font-size: 42px; }.service-list p { font-size: 14px; }
  .about { padding: 90px 0; }.about-grid { grid-template-columns: 1fr; gap: 55px; }.about-label { display: flex; align-items: center; gap: 20px; }.about-label img { width: 65px; }.about-label p { margin: 0; }.about-copy h2 { margin-top: 40px; font-size: 51px; }.about-facts { grid-column: 1; grid-template-columns: 1fr; gap: 0; }
  .footer-inner { padding-top: 25px; }.footer-bottom { min-height: 95px; grid-template-columns: 1fr auto; align-items: start; }.footer-bottom span:nth-child(2) { grid-column: 1; }.footer-bottom a { grid-column: 2; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
