:root {
  color-scheme: dark;
  --ink: #161a1f;
  --ink-soft: #20262d;
  --paper: #e8e5dc;
  --muted: #a4a9ad;
  --line: rgba(232, 229, 220, 0.18);
  --signal: #fc624a;
  --signal-dark: #d84633;
  --blue: #396c9d;
  --mono: "Courier New", Courier, monospace;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
.page-noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
  position: fixed;
  z-index: 10;
}
.site-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 4vw;
  position: relative;
  z-index: 2;
}
.brand {
  align-items: center;
  display: flex;
  gap: 10px;
  letter-spacing: -0.03em;
}
.brand-mark {
  align-items: center;
  background: var(--signal);
  color: var(--ink);
  display: inline-flex;
  font: 700 12px var(--mono);
  height: 34px;
  justify-content: center;
  width: 34px;
}
.brand strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.brand small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  margin-top: 2px;
}
.nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
.nav a {
  color: #d2d0c9;
  transition: color 0.2s ease;
}
.nav a:hover {
  color: var(--signal);
}
.header-cta,
.button {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.header-cta {
  border-bottom: 1px solid var(--signal);
  padding: 0 3px;
}
.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 740px;
  overflow: hidden;
}
.hero-copy {
  align-self: center;
  padding: 80px 5vw 70px 9vw;
  position: relative;
  z-index: 1;
}
.kicker,
.section-number,
.project-code,
.contact-code {
  color: var(--muted);
  font: 11px var(--mono);
  letter-spacing: 0.08em;
}
.kicker {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 0 28px;
}
.kicker span {
  background: var(--signal);
  display: inline-block;
  height: 8px;
  width: 8px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  letter-spacing: -0.065em;
  line-height: 0.94;
}
h1 {
  font-size: clamp(50px, 5.4vw, 92px);
  margin-bottom: 30px;
  max-width: 760px;
}
h1 em,
h2 em {
  color: var(--signal);
  font-style: normal;
}
.hero-lead {
  color: #c4c4bf;
  font-size: 18px;
  line-height: 1.55;
  max-width: 530px;
}
.button {
  gap: 24px;
  margin-top: 23px;
  padding: 0 19px;
}
.button b {
  color: currentColor;
  font: 700 17px var(--mono);
}
.button-primary {
  background: var(--signal);
  color: var(--ink);
}
.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-actions .button {
  margin-top: 23px;
}
.button-outline {
  appearance: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--paper);
  cursor: pointer;
}
.hero-note {
  color: var(--muted);
  font: 11px var(--mono);
  letter-spacing: 0.07em;
  margin: 23px 0 0;
}
.hero-visual {
  background: #292f36;
  min-height: 740px;
  overflow: hidden;
  position: relative;
}
.portrait {
  bottom: -3px;
  filter: contrast(1.05) grayscale(0.12) saturate(0.82);
  height: 99%;
  left: 50%;
  object-fit: contain;
  object-position: bottom center;
  position: absolute;
  transform: translateX(-47%);
  width: 93%;
  z-index: 2;
}
.portrait-wash {
  background:
    linear-gradient(130deg, rgba(252, 98, 74, 0.82), rgba(252, 98, 74, 0) 54%),
    linear-gradient(0deg, rgba(22, 26, 31, 0.9), transparent 38%);
  inset: 0;
  mix-blend-mode: color;
  position: absolute;
  z-index: 3;
}
.portrait-grid {
  background-image:
    linear-gradient(rgba(232, 229, 220, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 229, 220, 0.14) 1px, transparent 1px);
  background-size: 54px 54px;
  inset: 0;
  position: absolute;
  z-index: 4;
}
.portrait-caption {
  bottom: 24px;
  display: flex;
  font: 10px var(--mono);
  justify-content: space-between;
  left: 24px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 24px;
  z-index: 5;
}
.signal-card {
  background: var(--ink);
  bottom: 32px;
  padding: 14px 17px;
  position: absolute;
  right: 32px;
  width: min(350px, 50%);
  z-index: 6;
}
.signal-top {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font: 9px var(--mono);
  letter-spacing: 0.08em;
  padding-bottom: 10px;
}
.live-dot {
  background: var(--signal);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-right: 5px;
  width: 7px;
}
.signal-flow {
  align-items: center;
  display: flex;
  font: 10px var(--mono);
  gap: 7px;
  justify-content: space-between;
  padding-top: 13px;
}
.signal-flow b {
  color: var(--signal);
}

.proof-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-strip div {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 18px;
  min-height: 132px;
  padding: 20px 9vw 20px 4vw;
}
.proof-strip div:last-child {
  border-right: 0;
}
.proof-strip strong {
  color: var(--signal);
  font-size: 33px;
  letter-spacing: -0.06em;
}
.proof-strip span {
  color: #b6b8b8;
  font-size: 12px;
  line-height: 1.35;
  min-width: 112px;
}

.problem {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  gap: 46px 7vw;
  grid-template-columns: 160px 1fr;
  padding: 130px 9vw;
}
.section-number {
  color: #72777b;
  padding-top: 9px;
}
.problem-main {
  display: grid;
  grid-template-columns: 1.1fr 0.65fr;
  gap: 5vw;
}
h2 {
  font-size: clamp(42px, 5vw, 77px);
  margin-bottom: 0;
}
.problem h2 em {
  color: var(--signal-dark);
}
.problem-main p,
.project-intro p,
.about-copy p {
  color: #4c5358;
  font-size: 16px;
  line-height: 1.55;
  margin: 9px 0 0;
}
.process-map {
  grid-column: 2;
  display: flex;
  margin-top: 14px;
  overflow: hidden;
  position: relative;
}
.map-node {
  border: 1px solid #a9adae;
  flex: 1;
  min-height: 190px;
  padding: 18px;
  position: relative;
}
.map-node span {
  color: #6f7578;
  font: 10px var(--mono);
}
.map-node b {
  display: block;
  font-size: 17px;
  letter-spacing: -0.04em;
  margin: 37px 0 8px;
}
.map-node small {
  color: #565e62;
  font-size: 12px;
  line-height: 1.35;
}
.node-ai {
  background: var(--signal);
  border-color: var(--signal);
}
.node-ai span,
.node-ai small {
  color: #572b25;
}
.node-crm {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.node-crm span,
.node-crm small {
  color: #aeb1b0;
}
.map-line {
  background: #a9adae;
  height: 1px;
  margin-top: 95px;
  min-width: 16px;
  position: relative;
}
.map-line::after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #a9adae;
  border-top: 4px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
}
.principle {
  border-top: 1px solid #a9adae;
  font-size: clamp(23px, 2.4vw, 38px);
  grid-column: 2;
  letter-spacing: -0.04em;
  margin: 0;
  padding-top: 25px;
}

.services {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  padding: 130px 9vw;
}
.services-heading {
  padding-right: 30px;
}
.services-heading h2 {
  margin-top: 33px;
}
.service-list {
  border-top: 1px solid var(--line);
}
.service-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 25px;
  grid-template-columns: 38px 1fr 30px;
  min-height: 124px;
  padding: 21px 4px;
  transition:
    background 0.2s ease,
    padding 0.2s ease;
}
.service-item:hover {
  background: var(--ink-soft);
  padding-left: 18px;
}
.service-index {
  color: var(--muted);
  font: 11px var(--mono);
  align-self: start;
  padding-top: 4px;
}
.service-item h3 {
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0 0 9px;
}
.service-item p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  max-width: 620px;
}
.service-arrow {
  color: var(--signal);
  font: 20px var(--mono);
  text-align: right;
}
.service-featured {
  background: var(--signal);
  color: var(--ink);
  padding-left: 18px;
  padding-right: 18px;
}
.service-featured .service-index,
.service-featured p,
.service-featured .service-arrow {
  color: #522820;
}
.service-featured:hover {
  background: #ff7b65;
  padding-left: 29px;
}

.projects {
  background: #252a31;
  padding: 130px 9vw;
}
.project-intro {
  display: grid;
  gap: 30px;
  grid-template-columns: 160px 1.2fr 0.6fr;
  margin-bottom: 65px;
}
.project-intro h2 {
  margin: 0;
}
.project-intro p {
  color: #b2b4b4;
}
.project-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.35fr 0.65fr;
}
.project {
  border: 1px solid var(--line);
  min-height: 350px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.project-large {
  grid-row: span 2;
  min-height: 716px;
}
.project h3 {
  font-size: clamp(24px, 2.2vw, 36px);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}
.project p {
  color: #b5b7b7;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  max-width: 430px;
  position: relative;
  z-index: 2;
}
.tags {
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  left: 20px;
  position: absolute;
  z-index: 2;
}
.tags span {
  border: 1px solid rgba(232, 229, 220, 0.35);
  font: 9px var(--mono);
  letter-spacing: 0.04em;
  padding: 6px 7px;
}
.project-code {
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.project-large h3 {
  margin-top: 300px;
}
.project-art-network {
  inset: 40px 14px auto 14px;
  height: 250px;
  position: absolute;
}
.project-art-network i {
  background: #78a6bb;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  width: 14px;
}
.project-art-network i:nth-child(1) {
  left: 12%;
  top: 37%;
}
.project-art-network i:nth-child(2) {
  left: 40%;
  top: 12%;
}
.project-art-network i:nth-child(3) {
  left: 75%;
  top: 27%;
}
.project-art-network i:nth-child(4) {
  left: 25%;
  top: 76%;
}
.project-art-network i:nth-child(5) {
  left: 58%;
  top: 67%;
}
.project-art-network i:nth-child(6) {
  left: 87%;
  top: 83%;
}
.project-art-network::before,
.project-art-network::after {
  background: linear-gradient(
    110deg,
    transparent 9%,
    #78a6bb 10%,
    #78a6bb 11%,
    transparent 12%
  );
  content: "";
  inset: 0;
  opacity: 0.75;
  position: absolute;
  transform: rotate(8deg);
}
.project-art-network::after {
  transform: rotate(-18deg);
}
.project-art-network span {
  color: #9ec1c9;
  font: 10px var(--mono);
  position: absolute;
}
.project-art-network span:nth-of-type(1) {
  left: 5%;
  top: 24%;
}
.project-art-network span:nth-of-type(2) {
  left: 35%;
  top: 3%;
}
.project-art-network span:nth-of-type(3) {
  left: 73%;
  top: 18%;
}
.project-art-network span:nth-of-type(4) {
  left: 16%;
  top: 88%;
}
.project-art-network span:nth-of-type(5) {
  left: 55%;
  top: 79%;
}
.project-art-network span:nth-of-type(6) {
  left: 83%;
  top: 94%;
}
.project-ai {
  background: var(--signal);
  color: var(--ink);
}
.project-ai .project-code,
.project-ai p {
  color: #5e2b23;
}
.project-ai .tags span {
  border-color: rgba(34, 27, 25, 0.35);
}
.project-ai .tags {
  color: #32221f;
}
.project-ai h3 {
  margin-top: 153px;
}
.avito-route {
  align-items: center;
  display: flex;
  font: 10px var(--mono);
  gap: 8px;
  justify-content: center;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 82px;
}
.avito-route span {
  border: 1px solid rgba(34, 27, 25, 0.5);
  padding: 8px;
}
.avito-route b {
  font-size: 18px;
}
.project-crm {
  background: #3a6d9d;
  min-height: 400px;
}
.project-crm h3 {
  margin-top: 145px;
}
.crm-route {
  align-items: center;
  color: #d8e2e5;
  display: flex;
  font: 10px var(--mono);
  gap: 6px;
  left: 20px;
  position: absolute;
  top: 88px;
}
.crm-route strong {
  background: var(--paper);
  color: var(--blue);
  padding: 10px;
}

.about {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 0.73fr 1.27fr;
  min-height: 635px;
}
.about-image {
  background: var(--signal);
  overflow: hidden;
  position: relative;
}
.about-image::after {
  background-image:
    linear-gradient(rgba(22, 26, 31, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 26, 31, 0.22) 1px, transparent 1px);
  background-size: 45px 45px;
  content: "";
  inset: 0;
  position: absolute;
}
.about-image img {
  bottom: -20px;
  filter: grayscale(1) contrast(1.15);
  height: 106%;
  left: 50%;
  object-fit: contain;
  position: absolute;
  transform: translateX(-50%);
  width: 103%;
}
.about-copy {
  align-self: center;
  max-width: 780px;
  padding: 80px 9vw;
}
.about-copy h2 {
  margin: 31px 0;
}
.about-copy h2 em {
  color: var(--signal-dark);
}
.about-copy p {
  max-width: 600px;
}
.timeline {
  align-items: center;
  border-top: 1px solid #a9adae;
  display: flex;
  flex-wrap: wrap;
  font: 10px var(--mono);
  gap: 9px;
  margin-top: 40px;
  padding-top: 20px;
}
.timeline b,
.timeline strong {
  color: var(--signal-dark);
}

.contact {
  background: var(--signal);
  color: var(--ink);
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 125px 9vw;
}
.contact-code {
  color: #663126;
}
.contact h2 {
  margin: 31px 0 24px;
}
.contact h2 em {
  color: #7f2518;
}
.contact > p,
.contact-copy > p {
  font-size: 17px;
  line-height: 1.5;
  max-width: 580px;
}
.contact-actions {
  align-items: center;
  display: flex;
  gap: 27px;
  margin-top: 28px;
}
.button-light {
  background: var(--ink);
  color: var(--paper);
  margin: 0;
}
.contact-link {
  border-bottom: 1px solid rgba(22, 26, 31, 0.4);
  font: 700 15px var(--mono);
  padding-bottom: 5px;
}
.nextbot-contact {
  background: rgba(232, 229, 220, 0.18);
  align-self: start;
  padding: 20px;
}
.nextbot-contact-gate p {
  font-size: 15px;
  margin-bottom: 2px;
}
.nextbot-contact-gate small {
  display: block;
  font-size: 11px;
  margin-top: 13px;
}
.nextbot-contact-gate a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nextbot-contact-frame iframe,
.nextbot-popup-frame iframe {
  background: #e3eaeb;
  border: 0;
  border-radius: 10px;
  display: block;
  height: 600px;
  width: 100%;
}
.nextbot-dialog {
  background: var(--paper);
  border: 0;
  color: var(--ink);
  max-width: min(680px, calc(100vw - 32px));
  padding: 16px;
  width: 100%;
}
.nextbot-dialog::backdrop {
  background: rgba(22, 26, 31, 0.78);
}
.nextbot-dialog-header {
  align-items: center;
  display: flex;
  font: 11px var(--mono);
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.nextbot-dialog-header button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}
.legal-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 34px 4vw;
}
.legal-links {
  display: flex;
  flex-wrap: wrap;
  font: 10px var(--mono);
  gap: 12px;
  line-height: 1.45;
  max-width: 300px;
}
.cookie-banner {
  background: var(--paper);
  bottom: 90px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.32);
  color: var(--ink);
  max-width: 430px;
  padding: 18px;
  position: fixed;
  right: 18px;
  z-index: 20;
}
.cookie-banner p {
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 12px;
}
.cookie-banner div {
  align-items: center;
  display: flex;
  gap: 16px;
}
.cookie-banner button {
  background: var(--ink);
  border: 0;
  color: var(--paper);
  cursor: pointer;
  font: 700 11px var(--sans);
  padding: 9px 14px;
}
.cookie-banner a {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  background: var(--paper);
  color: var(--ink);
}
.legal-header {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  padding: 20px 6vw;
}
.legal-header strong {
  font: 700 13px var(--mono);
  letter-spacing: 0.08em;
}
.legal-header a {
  color: var(--paper);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-content {
  margin: 0 auto;
  max-width: 840px;
  padding: 80px 32px 100px;
}
.legal-content h1 {
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.95;
  margin-bottom: 30px;
}
.legal-content h2 {
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 42px 0 13px;
}
.legal-content p,
.legal-content li {
  font-size: 15px;
  line-height: 1.6;
}
.legal-content ul {
  padding-left: 20px;
}
.legal-content a {
  color: var(--signal-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-meta {
  border-bottom: 1px solid #afb0aa;
  color: #535a5c;
  font: 11px var(--mono);
  padding-bottom: 20px;
}
.site-footer strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.site-footer span,
.site-footer p {
  color: var(--muted);
  font: 10px var(--mono);
  line-height: 1.45;
  margin: 5px 0 0;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding-left: 6vw;
  }
  .proof-strip div {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .problem,
  .services {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .projects {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .project-intro {
    grid-template-columns: 120px 1fr;
  }
  .project-intro p {
    grid-column: 2;
  }
  .about-copy {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

@media (max-width: 860px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .hero-copy {
    min-height: 540px;
    padding: 70px 7vw 50px;
  }
  .hero-visual {
    min-height: 600px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 64px;
    padding: 0 18px;
  }
  .nav {
    display: none;
  }
  .header-cta {
    font-size: 12px;
  }
  .brand small {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .hero-copy {
    min-height: 550px;
    padding: 66px 22px 42px;
  }
  .hero-visual {
    min-height: 510px;
  }
  .portrait {
    height: 110%;
    width: 118%;
  }
  .signal-card {
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .portrait-caption {
    left: 20px;
    right: 20px;
  }
  h1 {
    font-size: clamp(49px, 14vw, 68px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }
  .proof-strip div {
    border-bottom: 1px solid var(--line);
    min-height: 102px;
    padding: 15px;
  }
  .proof-strip div:nth-child(2) {
    border-right: 0;
  }
  .proof-strip div:nth-child(3),
  .proof-strip div:nth-child(4) {
    border-bottom: 0;
  }
  .proof-strip strong {
    font-size: 25px;
  }
  .proof-strip span {
    font-size: 11px;
    min-width: 0;
  }
  .problem {
    display: block;
    padding: 80px 22px;
  }
  .section-number {
    margin-bottom: 28px;
  }
  .problem-main {
    display: block;
  }
  .problem-main p {
    margin-top: 24px;
  }
  .process-map {
    display: block;
    margin-top: 45px;
  }
  .map-node {
    min-height: 125px;
  }
  .map-node b {
    margin-top: 18px;
  }
  .map-line {
    height: 17px;
    margin: 0 0 0 50%;
    width: 1px;
  }
  .map-line::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #a9adae;
    bottom: -1px;
    right: -3px;
    top: auto;
  }
  .principle {
    font-size: 25px;
    margin-top: 42px;
  }
  .services {
    display: block;
    padding: 80px 22px;
  }
  .services-heading {
    margin-bottom: 50px;
  }
  .service-item {
    grid-template-columns: 28px 1fr 25px;
    min-height: 116px;
  }
  .service-item h3 {
    font-size: 21px;
  }
  .service-item p {
    font-size: 12px;
  }
  .projects {
    padding: 80px 22px;
  }
  .project-intro {
    display: block;
    margin-bottom: 45px;
  }
  .project-intro p {
    margin-top: 25px;
  }
  .project-grid {
    display: block;
  }
  .project {
    margin-bottom: 14px;
    min-height: 376px;
  }
  .project-large {
    min-height: 540px;
  }
  .project-large h3 {
    margin-top: 265px;
  }
  .about {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-copy {
    padding: 80px 22px;
  }
  .about-image {
    min-height: 440px;
  }
  .about-image img {
    height: 115%;
  }
  .timeline {
    line-height: 2;
  }
  .contact {
    display: block;
    padding: 80px 22px;
  }
  .nextbot-contact {
    margin-top: 42px;
  }
  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 28px 22px;
  }
  .cookie-banner {
    bottom: 84px;
    left: 12px;
    max-width: none;
    right: 12px;
  }
  .legal-content {
    padding: 56px 22px 70px;
  }
}

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