@font-face {
  font-family: World;
  src: url("assets/OpenRunde-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: World;
  src: url("assets/OpenRunde-Medium.woff2");
  font-weight: 500;
}
:root {
  --paper: #f6f8f1;
  --ink: #18352d;
  --muted: #586c5e;
  --line: #dce4da;
  --moss: #e9efe2;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  font-family: World, Arial, sans-serif;
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #bcde75;
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.skip {
  position: fixed;
  z-index: 20;
  left: 16px;
  top: 16px;
  background: var(--paper);
  padding: 14px;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.hero {
  height: 100svh;
  min-height: 700px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: white;
}
.scenery {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -3;
  background: #28628c;
}
.artboard {
  position: absolute;
  width: max(100vw, 177svh);
  height: max(56.5vw, 100svh);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.landscape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clouds {
  position: absolute;
  left: 5%;
  top: 7%;
  width: 48%;
  height: auto;
  opacity: 0.62;
  mask-image: linear-gradient(90deg, #000 75%, transparent);
  pointer-events: none;
}
.clouds.distant {
  left: 52%;
  top: 30%;
  width: 21%;
  opacity: 0.7;
}
.robot {
  position: absolute;
  width: 15.6%;
  height: auto;
  left: 82.5%;
  top: 49.2%;
  transform-origin: 61% 89%;
  pointer-events: none;
}
.scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #062f4890, #072e4738 50%, transparent 75%),
    linear-gradient(0deg, #102e3650, transparent 40%);
}
header {
  height: 90px;
  border-bottom: 1px solid #ffffff28;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.9vw;
}
.brand {
  font-size: 20px;
  letter-spacing: -1px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.brand span {
  color: #c9e678;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: #f4f8e9;
  border: 1px solid #dce5cf;
  border-radius: 4px;
  color: #2a4638;
  padding: 14px 18px;
  min-height: 50px;
  font-size: 14px;
  box-shadow: 0 3px 1px #28423815;
}
.button:hover {
  background: #fffdf0;
  transform: translateY(-1px);
}
.hero-copy {
  padding: 10.7svh 4.9vw 0;
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
.eyebrow {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: none;
  letter-spacing: 2.2px;
  font-size: 12px;
  margin: 0 0 30px;
  line-height: 1.5;
}
h1 {
  font-size: clamp(50px, 5.1vw, 94px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 1.17;
  margin: 0 0 30px;
  max-width: 1000px;
}
.intro {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 35px;
}
.explore {
  min-width: 200px;
}
.motion {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: #fff;
  border: 1px solid #ffffff70;
  background: #173c3290;
  padding: 11px 14px;
  font-size: 11px;
  min-height: 44px;
}
.motion-ready .clouds {
  animation: cloud-drift 32s linear infinite alternate;
}
.motion-ready .clouds.distant {
  animation-duration: 43s;
  animation-delay: -14s;
}
.motion-ready .robot {
  animation: robot-idle 6s ease-in-out infinite alternate;
}
.paused .clouds,
.paused .robot {
  animation-play-state: paused;
}
.wrap {
  width: 90.2%;
  max-width: 1440px;
  margin-inline: auto;
}
.work {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 8vw;
  padding-block: 110px;
}
.section-intro > p:last-child {
  max-width: 370px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-top: 30px;
}
h2 {
  font-size: clamp(34px, 3.4vw, 55px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.065em;
  margin: 0;
}
.project {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 36px 0;
}
.project:last-child {
  border-bottom: 1px solid var(--line);
}
.project-number {
  font-family: ui-monospace, monospace;
  font-size: 12px;
  color: var(--muted);
  padding-top: 2px;
}
.project .eyebrow {
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--muted);
  margin-bottom: 16px;
}
.project h3 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -1px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 14px;
}
.project h3 span {
  font-size: 24px;
  color: #849e8a;
}
.project p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
.project[href]:hover h3 {
  color: #47724d;
}
.now {
  background: var(--moss);
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 8vw;
  padding: 60px;
  border-radius: 4px;
}
.now dl {
  margin: 2px 0 0;
  font-size: 16px;
}
.now dl > div {
  margin-bottom: 30px;
}
.now dt {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
}
.now dd {
  margin: 0;
  line-height: 1.6;
}
.contact-cta {
  padding: 95px 0 70px;
}
.contact-cta p {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 32px;
}
.contact-cta > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(56px, 7.4vw, 120px);
  letter-spacing: -0.065em;
}
.contact-cta > a span {
  font-size: 0.85em;
  line-height: 1;
}
.contact-cta > a:hover {
  color: #4d724c;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-block: 25px;
  font-size: 12px;
}
footer small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 7px;
}
footer nav {
  display: flex;
  gap: 20px;
}
footer a {
  padding: 12px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
dialog {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  width: min(620px, calc(100% - 32px));
  padding: 35px;
  border-radius: 12px;
  max-height: calc(100svh - 40px);
  overflow: auto;
}
dialog[open] {
  position: relative;
  margin: 30px auto;
}
.enhanced dialog[open] {
  position: fixed;
  margin: auto;
}
dialog::backdrop {
  background: #092522a6;
  backdrop-filter: blur(5px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.dialog-heading .eyebrow {
  font-size: 10px;
  margin-bottom: 16px;
}
.dialog-heading h2 {
  font-size: 40px;
}
.close {
  background: transparent;
  border: 1px solid var(--line);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 26px;
  color: var(--ink);
  flex-shrink: 0;
}
.dialog-note {
  font-size: 13px;
  color: #586c60;
  line-height: 1.6;
  margin: 23px 0;
}
form {
  display: grid;
  gap: 16px;
}
form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
}
input,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #a8b7a9;
  background: #fff;
  color: #203c30;
  border-radius: 4px;
  font-size: 16px;
}
textarea {
  resize: vertical;
  min-height: 110px;
  max-height: 300px;
}
.submit {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  justify-content: center;
}
.submit:hover {
  background: #2c523e;
}
.submit span {
  margin-left: auto;
}
#draft-status {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  min-height: 18px;
  color: #456b45;
}
@keyframes cloud-drift {
  to {
    translate: 14% 0;
  }
}
@keyframes robot-idle {
  from {
    rotate: -1.5deg;
  }
  to {
    rotate: 1.5deg;
  }
}
@media (max-width: 760px) {
  .hero {
    min-height: 770px;
    max-height: 950px;
  }
  .artboard {
    left: auto;
    right: -3%;
    transform: translateY(-50%);
  }
  .scrim {
    background:
      linear-gradient(180deg, #092a3eaa 0%, #092a3eaa 48%, transparent 74%),
      linear-gradient(0deg, #102e3670, transparent 65%);
  }
  header {
    height: 78px;
    padding: 0 20px;
  }
  .brand {
    font-size: 18px;
  }
  .button {
    font-size: 12px;
    padding: 12px 15px;
    min-height: 48px;
    gap: 24px;
  }
  .hero-copy {
    padding: 58px 20px 0;
    max-width: 510px;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
    margin-bottom: 22px;
    letter-spacing: 2px;
  }
  h1 {
    font-size: 44px;
    letter-spacing: -0.065em;
    line-height: 1.13;
    margin-bottom: 25px;
  }
  h1 br {
    display: none;
  }
  .intro {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .explore {
    min-width: 195px;
  }
  .motion {
    right: 16px;
    bottom: 16px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .work {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 70px;
  }
  .section-intro .eyebrow {
    margin-bottom: 22px;
  }
  h2 {
    font-size: 41px;
  }
  .section-intro > p:last-child {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 23px;
  }
  .project {
    padding-block: 27px;
    gap: 15px;
    grid-template-columns: 20px 1fr;
  }
  .project h3 {
    font-size: 23px;
  }
  .project p:last-child {
    font-size: 14px;
  }
  .project .eyebrow {
    font-size: 10px;
  }
  .now {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 25px;
  }
  .now .eyebrow {
    margin-bottom: 20px;
  }
  .now dl {
    font-size: 14px;
  }
  .now dl > div:last-child {
    margin-bottom: 0;
  }
  .contact-cta {
    padding: 70px 0 45px;
  }
  .contact-cta p {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .contact-cta > a {
    font-size: 61px;
  }
  footer {
    flex-wrap: wrap;
    gap: 15px;
    font-size: 11px;
  }
  footer nav {
    order: 3;
    flex-wrap: wrap;
    gap: 17px;
    width: 100%;
    border-top: 1px solid var(--line);
    padding-top: 8px;
  }
  dialog {
    padding: 25px;
  }
  .dialog-heading h2 {
    font-size: 33px;
  }
  .dialog-heading .eyebrow {
    font-size: 9px;
  }
  .dialog-note {
    font-size: 12px;
  }
  .close {
    width: 40px;
    height: 40px;
  }
  .scenery .clouds {
    opacity: 0.65;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .motion-ready .clouds,
  .motion-ready .robot {
    animation: none;
  }
  .button:hover {
    transform: none;
  }
}
