@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/Satoshi-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #ffffff;
  --ink: #070707;
  --muted: #5d5d5d;
  --line: rgba(7, 7, 7, 0.18);
  --line-strong: rgba(7, 7, 7, 0.48);
  --blue: #164dff;
  --orange: #f47b2f;
  --max: 1380px;
  --gutter: 30px;
  font-family:
    "Satoshi", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui,
    -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

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

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

a:hover,
a:focus-visible {
  color: var(--blue);
}

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.site-header,
.hero,
.work-section,
.method-section,
.human-section,
.scope-section,
.contact-section,
.site-footer {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

.site-header {
  min-height: 70px;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.brand-chip,
.header-action {
  width: fit-content;
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ink);
  padding: 0 13px;
  background: var(--paper);
}

.brand-chip {
  min-width: 40px;
  background: var(--ink);
  color: var(--paper);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--muted);
}

.header-action {
  justify-self: end;
}

.hero {
  padding: 28px 0 0;
  border-bottom: 1px solid var(--line);
}

.hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.6fr);
  gap: 56px;
  align-items: end;
}

.hero-kicker,
.section-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 940px;
  margin: 20px 0 0;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 0.98;
  font-weight: 740;
}

.hero-note {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.28;
}

.hero-note p {
  margin: 0;
}

.hero-note p + p {
  margin-top: 14px;
}

.hero-art {
  height: clamp(290px, 30vw, 430px);
  margin: 20px 0 0;
  overflow: hidden;
  background: var(--paper);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
  filter: saturate(1.18) contrast(1.02);
}

.work-section {
  padding: 72px 0 0;
}

.work-toolbar {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.work-toolbar h2 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.work-toolbar div {
  display: flex;
  gap: 22px;
}

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

.work-piece {
  grid-column: span 5;
  min-width: 0;
  background: var(--paper);
}

.work-piece-large {
  grid-column: span 7;
  grid-row: span 3;
}

.work-piece figure {
  height: 340px;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.work-piece-large figure {
  height: 760px;
}

.work-piece img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.03);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.work-piece:hover img {
  transform: scale(1.025);
}

.piece-caption {
  min-height: 118px;
  display: grid;
  gap: 12px;
  padding: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.piece-caption h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 0.98;
  font-weight: 760;
}

.piece-caption p {
  max-width: 460px;
  margin: 0;
}

.method-section {
  padding: 164px 0 116px;
  border-bottom: 1px solid var(--line);
}

.method-title {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  margin-bottom: 106px;
}

.method-title h2 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(48px, 8.4vw, 132px);
  line-height: 0.86;
  font-weight: 820;
  text-transform: uppercase;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 104px 44px;
}

.method-panel {
  grid-column: span 4;
  min-height: 560px;
  display: grid;
  align-content: start;
  gap: 30px;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.method-panel-large {
  grid-column: span 8;
  min-height: 720px;
}

.method-panel-dark {
  grid-column: span 6;
  min-height: 460px;
  padding: 30px;
  border-top: 0;
  background: var(--ink);
  color: var(--paper);
}

.method-panel span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 860;
  text-transform: uppercase;
}

.method-panel-dark span {
  color: var(--orange);
}

.method-panel p {
  margin: 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 0.98;
  font-weight: 680;
}

.method-panel:not(.method-panel-large):not(.method-panel-dark) p {
  font-size: clamp(21px, 2.1vw, 30px);
  color: var(--muted);
}

.panel-figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.panel-figure img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}

.method-panel-large .panel-figure img {
  height: 440px;
}

.human-section {
  padding: 122px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.78fr);
  gap: 70px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.human-copy h2 {
  max-width: 720px;
  margin: 18px 0 42px;
  font-size: clamp(46px, 6.8vw, 104px);
  line-height: 0.88;
  font-weight: 820;
  text-transform: uppercase;
}

.human-copy p:not(.section-kicker) {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.28;
}

.human-copy p:last-child {
  margin-bottom: 0;
}

.human-figure {
  margin: 0;
  overflow: hidden;
}

.human-figure img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.scope-section {
  padding: 150px 0;
  border-bottom: 1px solid var(--line);
}

.scope-heading {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  margin-bottom: 92px;
}

.scope-heading h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(46px, 7vw, 108px);
  line-height: 0.88;
  font-weight: 820;
  text-transform: uppercase;
}

.scope-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 96px 34px;
}

.scope-card {
  grid-column: span 6;
  min-height: 0;
  display: grid;
  gap: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.scope-card-large {
  grid-column: span 12;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.72fr);
  gap: 34px;
  align-items: end;
}

.scope-list h3 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(30px, 4vw, 60px);
  line-height: 0.94;
  font-weight: 760;
}

.scope-list p,
.contact-section > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.scope-list p {
  max-width: 520px;
  font-size: 20px;
  line-height: 1.28;
}

.scope-card figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.scope-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.scope-card-large figure {
  grid-column: 2;
  grid-row: 1 / 3;
}

.scope-card-large img {
  height: 520px;
}

.contact-section {
  padding: 138px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 78px;
  border-bottom: 1px solid var(--line);
}

.contact-section h2 {
  margin: 18px 0 0;
  max-width: 760px;
  font-size: clamp(44px, 5.8vw, 88px);
  line-height: 0.92;
  font-weight: 800;
}

.contact-section > div > p {
  max-width: 500px;
  margin-top: 22px;
}

.contact-section .chatbot-note {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 18px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 4px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-full,
.submit-button,
.form-note {
  grid-column: 1 / -1;
}

label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
}

input {
  height: 52px;
  padding: 0 12px;
}

textarea {
  min-height: 150px;
  resize: vertical;
  padding: 14px 12px;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
}

.submit-button {
  min-height: 56px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 12px;
  font-weight: 840;
  text-transform: uppercase;
}

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

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-note a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-footer {
  min-height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1120px) {
  .hero-intro,
  .method-title,
  .human-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .work-piece,
  .work-piece-large {
    grid-column: span 6;
    grid-row: auto;
  }

  .method-panel,
  .method-panel-large,
  .method-panel-dark {
    grid-column: span 6;
  }

  .method-grid {
    gap: 88px 34px;
  }

  .method-panel,
  .method-panel-large {
    min-height: 620px;
  }

  .panel-figure img,
  .method-panel-large .panel-figure img {
    height: 360px;
  }

  .human-figure img {
    height: 380px;
  }
}

@media (max-width: 860px) {
  :root {
    --gutter: 20px;
  }

  .site-header {
    grid-template-columns: 64px 1fr 72px;
  }

  .site-nav {
    gap: 16px;
  }

  .hero-lead {
    font-size: 38px;
  }

  .hero-note {
    max-width: 560px;
  }

  .method-section {
    padding: 112px 0 78px;
  }

  .method-title h2 {
    font-size: 64px;
  }

  .method-title {
    margin-bottom: 72px;
  }

  .human-section {
    padding: 92px 0;
    gap: 42px;
  }

  .human-copy h2 {
    font-size: 58px;
  }

  .scope-section {
    padding: 104px 0;
  }

  .scope-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 58px;
  }

  .scope-heading h2 {
    font-size: 62px;
  }

  .scope-list {
    grid-template-columns: 1fr;
  }

  .scope-card,
  .scope-card-large {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .scope-card-large figure {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .site-nav {
    justify-content: flex-end;
    gap: 12px;
  }

  .site-nav a:first-child {
    display: none;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-intro {
    gap: 24px;
  }

  .hero-lead {
    font-size: 26px;
    line-height: 1;
  }

  .hero-note {
    font-size: 15px;
    line-height: 1.24;
  }

  .hero-art {
    height: 160px;
  }

  .hero-art img {
    object-fit: contain;
    object-position: center bottom;
  }

  .work-toolbar {
    align-items: flex-start;
  }

  .work-gallery,
  .method-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .work-piece,
  .work-piece-large,
  .method-panel,
  .method-panel-large,
  .method-panel-dark {
    grid-column: 1;
  }

  .work-piece figure,
  .work-piece-large figure {
    height: 260px;
  }

  .piece-caption {
    min-height: 106px;
  }

  .method-title h2 {
    font-size: 44px;
  }

  .method-panel {
    min-height: 0;
    gap: 24px;
  }

  .method-panel p {
    font-size: 28px;
  }

  .panel-figure img {
    height: 270px;
  }

  .method-panel-large .panel-figure img {
    height: 300px;
  }

  .human-section {
    padding: 74px 0;
  }

  .human-copy h2 {
    margin-bottom: 28px;
    font-size: 40px;
  }

  .human-copy p:not(.section-kicker) {
    font-size: 17px;
  }

  .human-figure img {
    height: 230px;
  }

  .scope-section {
    padding: 76px 0;
  }

  .scope-heading {
    margin-bottom: 42px;
  }

  .scope-heading h2 {
    font-size: 40px;
  }

  .scope-list {
    gap: 64px;
  }

  .scope-card {
    padding-top: 18px;
  }

  .scope-list h3 {
    font-size: 30px;
  }

  .scope-list p {
    font-size: 17px;
  }

  .scope-card img,
  .scope-card-large img {
    height: 240px;
  }

  .contact-section {
    padding: 66px 0;
  }

  .contact-section h2 {
    font-size: 42px;
  }

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

  .site-footer {
    display: grid;
    align-content: center;
  }
}
