@font-face {
  font-family: Instrument;
  src: url(assets/instrument-sans.ttf) format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f8f7f3;
  --ink: #272823;
  --muted: #66685e;
  --line: #dcded3;
  --accent: #963a35;
  --orange: #df603f;
  --green: #656e50;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Instrument, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 7px;
}
::selection {
  background: #e3ddc6;
}
svg {
  display: block;
}
.wrap {
  width: min(1328px, calc(100% - 112px));
  margin: auto;
}
.mono {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.skip {
  position: absolute;
  top: -80px;
  left: 24px;
  background: var(--ink);
  color: white;
  padding: 14px;
  z-index: 5;
}
.skip:focus {
  top: 16px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 26px;
  letter-spacing: -1.2px;
  font-weight: 620;
}
.brand svg {
  width: 30px;
  height: 32px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}
.nav a {
  position: relative;
}
.nav a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s;
}
.nav a:hover:after {
  width: 100%;
}
.nav .external {
  margin-left: 26px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  min-height: 680px;
  padding: 85px 0 82px;
  gap: 20px;
}
.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--muted);
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--orange);
}
h1 {
  font-size: clamp(60px, 6.8vw, 102px);
  line-height: 1.02;
  letter-spacing: -5.4px;
  font-weight: 480;
  margin: 34px 0 25px;
}
h1 em {
  font-style: normal;
  color: var(--accent);
}
.intro {
  font-size: 18px;
  line-height: 1.6;
  max-width: 400px;
  color: var(--muted);
  margin: 0;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ink);
  transition:
    color 0.2s,
    gap 0.2s;
}
.text-link:hover {
  color: var(--accent);
  gap: 53px;
}
.hero .text-link {
  margin-top: 30px;
}
.arrow {
  font-size: 19px;
  line-height: 1;
}
.hero-figure {
  margin: 0;
  min-width: 0;
  position: relative;
  align-self: center;
}
.field {
  position: relative;
  border: 1px solid var(--line);
  background-image: radial-gradient(#cccec1 0.65px, transparent 0.65px);
  background-size: 18px 18px;
  aspect-ratio: 1.12;
  overflow: hidden;
}
.field:before,
.field:after {
  content: "+";
  font: 16px monospace;
  position: absolute;
  color: #8d8e80;
  z-index: 1;
  top: 13px;
  left: 14px;
}
.field:after {
  top: auto;
  left: auto;
  bottom: 12px;
  right: 14px;
}
.art {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.orbit {
  fill: none;
  stroke: var(--accent);
  stroke-width: 0.75;
  opacity: 0.79;
  transform-origin: 300px 250px;
  animation: breathe 15s ease-in-out infinite;
}
.orbit path:nth-child(5n) {
  stroke: var(--orange);
  stroke-width: 1;
}
.field-tag {
  position: absolute;
  left: 21px;
  bottom: 20px;
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1px;
}
.field-top {
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1px;
}
.figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
}
.motion-button {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: none;
  padding: 5px 0 5px 12px;
  font-size: 10px;
  cursor: pointer;
  color: var(--muted);
}
.motion-button:hover {
  color: var(--accent);
}
.paused .orbit {
  animation-play-state: paused;
}
@keyframes breathe {
  0%,
  100% {
    transform: rotate(-5deg) scale(0.97);
  }
  50% {
    transform: rotate(6deg) scale(1.02);
  }
}
.section-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-top: 1px solid var(--line);
  padding: 30px 0 55px;
  gap: 35px;
}
.section-label {
  color: var(--muted);
  padding-top: 8px;
}
.section-top h2 {
  font-weight: 450;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -1.3px;
  margin: 0;
  max-width: 650px;
}
.products {
  padding-top: 16px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 86px;
}
.product {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-visual {
  height: 190px;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  background: #e9ebe1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.product:hover .product-visual {
  background: #e2e5d8;
}
.product:nth-child(2) .product-visual {
  background: #efe5df;
}
.product:nth-child(3) .product-visual {
  background: #e8e8e3;
}
.visual-index {
  position: absolute;
  top: 15px;
  left: 17px;
  color: var(--muted);
  font-size: 9px;
}
.mini-svg {
  width: 85%;
  height: 150px;
  transition: transform 0.5s;
}
.product:hover .mini-svg {
  transform: translateY(-4px);
}
.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.product h3 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 550;
  margin: 0;
}
.product-title .arrow {
  transition: transform 0.2s;
}
.product:hover .product-title .arrow {
  transform: translate(3px, -3px);
}
.product .category {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.9px;
  margin: 14px 0 13px;
}
.product p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 345px;
  margin: 0 0 22px;
}
.product .domain {
  margin-top: auto;
  font-size: 12px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #b3b5a8;
}
.approach {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 35px;
  padding: 38px 0 84px;
}
.approach-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.approach h2 {
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -0.8px;
  font-weight: 450;
  margin: 0 0 20px;
}
.approach p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.approach-detail {
  padding-top: 4px;
}
.approach-detail .mono {
  display: block;
  color: var(--muted);
  margin-bottom: 15px;
}
.foundation {
  background: #2c3028;
  color: #f5f5eb;
  padding: 51px 0 55px;
}
.foundation-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 35px;
}
.foundation .section-label {
  color: #bfc5b5;
}
.foundation-main {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}
.foundation h2 {
  font-size: 37px;
  font-weight: 450;
  letter-spacing: -1.2px;
  line-height: 1.12;
  margin: 0 0 17px;
}
.foundation p {
  max-width: 470px;
  font-size: 16px;
  line-height: 1.6;
  color: #c3c8ba;
  margin: 0;
}
.foundation .text-link {
  color: #ecefdf;
  border-color: #858e78;
  white-space: nowrap;
  font-size: 12px;
  gap: 30px;
  margin-top: 23px;
}
.stack {
  width: 139px;
  flex-shrink: 0;
  color: #a5b493;
}
.stack svg {
  width: 100%;
  height: 150px;
}
.footer {
  padding: 30px 0 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  gap: 25px;
  font-size: 11px;
}
.footer .brand {
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.7px;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-links a:hover {
  color: var(--accent);
}
.footer-center {
  font-size: 11px;
}
.reduced-note {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .motion-button {
    display: none;
  }
  .reduced-note {
    display: inline;
    font-size: 10px;
  }
}
@media (min-width: 1550px) {
  h1 {
    font-size: 108px;
  }
  .hero {
    min-height: 735px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 590px;
    gap: 30px;
    padding: 65px 0;
  }
  h1 {
    letter-spacing: -3.5px;
    font-size: 72px;
  }
  .intro {
    font-size: 16px;
  }
  .product-grid {
    gap: 24px;
  }
  .product-visual {
    height: 165px;
  }
  .section-top h2 {
    font-size: 35px;
  }
  .approach h2 {
    font-size: 28px;
  }
  .foundation h2 {
    font-size: 32px;
  }
  .stack {
    width: 105px;
  }
  .footer-center {
    display: none;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 82px;
  }
  .brand {
    font-size: 23px;
  }
  .brand svg {
    width: 25px;
    height: 27px;
  }
  .nav {
    gap: 19px;
    font-size: 12px;
  }
  .nav .external {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 52px 0 47px;
    min-height: 0;
  }
  .eyebrow {
    font-size: 9px;
  }
  h1 {
    font-size: clamp(57px, 11vw, 78px);
    letter-spacing: -3.5px;
    line-height: 1.03;
    margin: 27px 0 22px;
  }
  .intro {
    font-size: 16px;
    max-width: 360px;
  }
  .hero .text-link {
    margin-top: 19px;
  }
  .hero-figure {
    max-width: 540px;
    width: 100%;
    justify-self: center;
  }
  .field {
    aspect-ratio: 1.35;
  }
  .art {
    transform: scale(0.94);
  }
  .figcaption {
    font-size: 10px;
  }
  .products {
    padding-top: 0;
  }
  .section-top {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 26px 0 32px;
  }
  .section-top h2 {
    font-size: 33px;
    line-height: 1.18;
    letter-spacing: -1px;
    max-width: 440px;
  }
  .section-label {
    font-size: 9px;
    padding: 0;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-bottom: 48px;
  }
  .product {
    border-bottom: 1px solid var(--line);
    padding-bottom: 29px;
  }
  .product:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .product-visual {
    height: 183px;
    margin-bottom: 22px;
  }
  .product h3 {
    font-size: 28px;
  }
  .product .category {
    margin: 12px 0;
  }
  .product p {
    max-width: 460px;
    margin-bottom: 18px;
  }
  .mini-svg {
    width: 75%;
    max-width: 340px;
  }
  .approach {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 26px 0 48px;
  }
  .approach-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .approach h2 {
    font-size: 32px;
    max-width: 310px;
  }
  .approach-detail {
    max-width: 460px;
  }
  .foundation {
    padding: 32px 0 38px;
  }
  .foundation-inner {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .foundation-main {
    gap: 20px;
  }
  .foundation h2 {
    font-size: 30px;
  }
  .foundation p {
    font-size: 15px;
  }
  .stack {
    width: 78px;
    align-self: flex-start;
  }
  .stack svg {
    height: 112px;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 27px 0;
    gap: 20px;
  }
  .footer-links {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    font-size: 11px;
    white-space: nowrap;
  }
  .footer .brand {
    font-size: 18px;
  }
  .footer-links .copyright {
    flex-basis: auto;
  }
}
@media (max-width: 370px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .nav {
    gap: 13px;
  }
  .brand {
    font-size: 21px;
  }
  h1 {
    font-size: 54px;
  }
  .stack {
    display: none;
  }
  .footer-links {
    flex-wrap: wrap;
  }
}
