:root {
  --rail-width: 84px;
  --paper: #fbf5e9;
  --ink: #151515;
  --purple: #7759ff;
  --orange: #ff6b3d;
  --yellow: #f8ed69;
  --green: #b8f34a;
  --blue: #78c9f4;
  --pink: #ff9bd7;
  --line: rgba(21, 21, 21, 0.18);
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "Manrope", "Arial Rounded MT Bold", system-ui, sans-serif;
}

/* Foundation */

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}
body {
  margin: 0;
  margin-left: var(--rail-width);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}

::selection {
  background: var(--purple);
  color: white;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
}

:where(a, button):focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

/* Heritage rail */

.heritage-rail {
  --rail-bg: #b58a12;
  --rail-fg: #171717;
  --rail-accent: #ec3218;
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--rail-width);
  z-index: 90;
  overflow: hidden;
  color: var(--rail-fg);
  background: var(--rail-bg);
  border-right: 2px solid var(--ink);
  transition:
    background-color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    color 0.55s ease;
}
.heritage-rail[data-tone="mustard"] {
  --rail-bg: #b58a12;
  --rail-fg: #171717;
  --rail-accent: #ec3218;
}
.heritage-rail[data-tone="vermilion"] {
  --rail-bg: #ec3218;
  --rail-fg: #171717;
  --rail-accent: #f0d747;
}
.heritage-rail[data-tone="violet"] {
  --rail-bg: var(--purple);
  --rail-fg: #fffdf7;
  --rail-accent: var(--green);
}
.heritage-rail[data-tone="acid"] {
  --rail-bg: var(--green);
  --rail-fg: #171717;
  --rail-accent: var(--purple);
}
.heritage-rail[data-tone="pink"] {
  --rail-bg: var(--pink);
  --rail-fg: #171717;
  --rail-accent: var(--orange);
}
.rail-inner {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto 150px;
  align-items: center;
  padding: 12px 9px;
}
.rail-utility {
  display: grid;
  gap: 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
}
.rail-utility b {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.08em;
}
.rail-utility span {
  display: block;
  padding: 5px 6px;
  color: var(--rail-bg);
  background: var(--rail-fg);
  font-family: var(--mono);
  font-size: 6px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
}
.rail-characters {
  justify-self: center;
  align-self: start;
  padding-top: clamp(28px, 7vh, 76px);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(34px, 4.1vh, 51px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}
.rail-characters .rail-pair-one {
  color: var(--rail-fg);
}
.rail-characters .rail-pair-two {
  color: var(--rail-accent);
}
.rail-context {
  width: 100%;
  padding-block: 11px;
  border-block: 1px solid currentColor;
  font-family: var(--mono);
}
.rail-number {
  display: block;
  color: var(--rail-accent);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.rail-meter {
  justify-self: center;
  position: relative;
  width: 2px;
  height: 70px;
  background: color-mix(in srgb, currentColor 25%, transparent);
}
.rail-meter i {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--rail-accent);
  transform: scaleY(var(--rail-progress, 0));
  transform-origin: top;
  transition: background-color 0.55s ease;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.075;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

/* Header */

.section-shell,
.site-header {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}

.brand-lockup {
  display: flex;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2.5px;
}
.brand-logo {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand-mark {
  display: flex;
}
.brand-mark span {
  color: var(--ink);
}
.brand-japanese {
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
  color: #6f6a62;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.brand-japanese::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  background: var(--line);
  transform: translateY(-50%);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  font-weight: 700;
}
.nav-links a {
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 2px;
  background: var(--purple);
}
.nav-links a:hover::after {
  right: 0;
}
.tiny-github {
  display: none;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
}

/* Hero */

.hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 38px;
  padding-block: 54px 88px;
}

.eyebrow, .section-number {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 500;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 61, 0.15);
}

.hero h1 {
  font-size: clamp(62px, 7vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  margin: 0;
  font-weight: 800;
}
.hero h1 em {
  color: var(--purple);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.065em;
}
.hero h1.hero-title-product {
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: 0.9;
}
.period {
  color: var(--orange);
}
.hero-intro {
  max-width: 490px;
  font-size: 17px;
  line-height: 1.65;
  margin: 32px 0 28px;
}
.hero-intro p {
  margin: 0;
}
.hero-intro p + p {
  margin-top: 14px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 21px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}
.button-dark {
  color: white;
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--purple);
}
.hero-stage {
  position: relative;
  padding: 52px 0 48px 16px;
}
.hero-stage::before {
  content: "";
  position: absolute;
  width: 89%;
  height: 88%;
  right: -6%;
  top: 5%;
  background: var(--yellow);
  border-radius: 42% 58% 48% 52% / 51% 38% 62% 49%;
  transform: rotate(-3deg);
}
.nv-flow {
  position: relative;
  z-index: 2;
  width: min(83%, 510px);
  min-height: 524px;
  margin-inline: auto;
  display: grid;
  grid-template-rows: 82px 144px 210px;
  gap: 36px;
  transform: rotate(1.1deg);
}
.flow-connector {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 18px;
  width: 170px;
  height: 485px;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.flow-arrow-shape {
  fill: rgba(255, 107, 61, 0.3);
}
.flow-panel {
  position: relative;
  z-index: auto;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: #fffefb;
  box-shadow: 8px 9px 0 var(--ink);
}
.flow-panel-search {
  display: grid;
  place-items: center;
  padding: 0 18px;
  background: var(--blue);
}
.flow-panel-list {
  display: grid;
  place-items: center;
  padding: 0;
  background: var(--yellow);
}
.flow-panel-content {
  display: grid;
  place-items: center;
  padding: 18px 20px;
  background: #fffefb;
}
.flow-label {
  position: relative;
  z-index: 4;
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: -0.035em;
  text-align: center;
}
.flow-japanese {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -43px;
  margin: 0;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-style: italic;
}
kbd {
  font-family: var(--mono);
}
.spark {
  position: absolute;
  z-index: 3;
  font-size: 30px;
}
.spark-one {
  left: -18px;
  top: 22px;
  color: var(--orange);
  transform: rotate(12deg);
}
.spark-two {
  right: -25px;
  top: 41%;
  color: var(--purple);
}

/* Ticker */

.ticker {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -26px;
  background: var(--purple);
  color: white;
  border-block: 2px solid var(--ink);
  transform: rotate(-1deg) scale(1.02);
}
.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  will-change: transform;
}
.ticker-track.is-ready {
  animation: ticker 3s linear infinite;
}
.ticker-group {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
}
.ticker-track b {
  color: var(--green);
  font-size: 20px;
}
@keyframes ticker {
  to {
    transform: translateX(calc(-1 * var(--ticker-distance, 600px)));
  }
}

/* Download */

.download-section {
  scroll-margin-top: 24px;
  padding-block: 130px 120px;
  background: var(--orange);
  border-bottom: 2px solid var(--ink);
}
.download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 48px 80px;
  align-items: end;
}
.release-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1.5px solid var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.platform-badge {
  padding: 8px 12px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
}
.download-copy h2 {
  margin: 0;
  font-size: clamp(64px, 7.5vw, 106px);
  line-height: 0.87;
  letter-spacing: -0.075em;
}
.download-copy h2 em {
  color: var(--paper);
  font-family: Georgia, serif;
  font-weight: 400;
}
.download-card {
  min-height: 180px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border: 2px solid var(--ink);
  background: var(--green);
  box-shadow: 10px 11px 0 var(--ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.download-card:hover {
  transform: translate(4px, 4px);
  box-shadow: 6px 7px 0 var(--ink);
}
.download-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  font-size: 28px;
  font-weight: 800;
}
.download-label {
  display: grid;
  gap: 8px;
}
.download-label strong {
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: -0.045em;
}
.download-label small {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.download-arrow {
  align-self: start;
  font-size: 25px;
  font-weight: 800;
}

/* Screenshots and lightbox */

.screens-section {
  padding-block: 135px 155px;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
}
.screens-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 72px;
}
.screens-heading h2 {
  margin: 0;
  font-size: clamp(62px, 7.5vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.07em;
}
.screens-heading h2 em {
  color: var(--purple);
  font-family: Georgia, serif;
  font-weight: 400;
}
.screens-heading p {
  max-width: 390px;
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.65;
}
.screens-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 38px 30px;
  align-items: start;
}
.screenshot-card {
  grid-column: span 6;
  margin: 0;
  padding: 12px 12px 14px;
  border: 2px solid var(--ink);
  background: var(--blue);
  box-shadow: 9px 10px 0 var(--ink);
}
.screenshot-card:nth-child(2), .screenshot-card:nth-child(5) {
  background: var(--yellow);
}
.screenshot-card:nth-child(3), .screenshot-card:nth-child(6) {
  background: var(--pink);
}
.screenshot-card:nth-child(4), .screenshot-card:nth-child(7) {
  background: var(--green);
}
.screenshot-card:nth-child(5) {
  grid-column: 4 / span 6;
}
.screenshot-card-wide {
  grid-column: span 4;
}
.screenshot-card:nth-child(6) {
  grid-column: 3 / span 4;
}
.screenshot-card:nth-child(7) {
  grid-column: 7 / span 4;
}
.screenshot-card > a {
  display: block;
}
.screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 1.5px solid var(--ink);
  background: white;
}
.screenshot-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 3px 0;
  font-size: 12px;
  font-weight: 800;
}
.screenshot-card figcaption span {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
}
.screenshot-card > a {
  cursor: zoom-in;
}
body.lightbox-open {
  overflow: hidden;
}
.screenshot-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  background: rgba(21, 21, 21, 0.94);
  color: white;
}
.screenshot-lightbox[open] {
  display: grid;
  place-items: center;
}
.screenshot-lightbox::backdrop {
  background: transparent;
}
.lightbox-shell {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 62px;
  align-items: center;
  gap: 20px;
}
.lightbox-figure {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  justify-items: center;
  gap: 16px;
  margin: 0;
}
.lightbox-image-stage {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 14px);
  max-height: calc(100% - 14px);
  object-fit: contain;
  border: 2px solid white;
  background: white;
  box-shadow: 10px 11px 0 var(--purple);
  cursor: zoom-out;
}
.lightbox-figure figcaption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.03em;
}
.lightbox-count {
  color: var(--green);
}
.lightbox-close, .lightbox-arrow {
  display: grid;
  place-items: center;
  border: 2px solid white;
  color: white;
  background: var(--purple);
  box-shadow: 5px 5px 0 white;
  cursor: pointer;
}
.lightbox-close {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 26px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  line-height: 1;
}
.lightbox-arrow {
  width: 56px;
  height: 56px;
  font-size: 25px;
}
.lightbox-arrow:hover, .lightbox-close:hover {
  color: var(--ink);
  background: var(--green);
}

/* Manifesto and note flow */

.manifesto {
  padding-block: 130px 120px;
}
.section-number {
  margin: 0 0 55px;
  color: #6b675f;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
}
.manifesto h2, .feature-heading h2, .promise h2 {
  margin: 0;
  font-size: clamp(52px, 6.5vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}
.manifesto h2 span {
  color: var(--orange);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.manifesto-copy {
  max-width: 450px;
}
.manifesto-copy > p:first-child {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}
.scribble {
  display: inline-block;
  position: relative;
  margin: 42px 0 0;
  font-family: var(--mono);
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 500;
  letter-spacing: -0.035em;
  transform: rotate(-2deg);
}
.scribble span {
  position: relative;
}
.scribble span::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  bottom: -11px;
  height: 13px;
  border-top: 3px solid var(--purple);
  border-radius: 50%;
}
.flow-grid {
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1.5px solid var(--ink);
}
.flow-card {
  min-height: 420px;
  position: relative;
  padding: 34px;
  border-right: 1.5px solid var(--ink);
  overflow: hidden;
}
.flow-card:last-child {
  border: 0;
}
.flow-search {
  background: var(--blue);
}
.flow-find {
  background: var(--yellow);
}
.flow-write {
  background: var(--pink);
}
.flow-index {
  position: absolute;
  right: 20px;
  top: 16px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
}
.flow-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  font-size: 25px;
  box-shadow: 3px 3px 0 var(--ink);
}
.search-glyph {
  --search-size: 16px;
  position: relative;
  display: block;
  width: var(--search-size);
  height: var(--search-size);
  border: 2px solid currentColor;
  border-radius: 50%;
}
.search-glyph::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -5px;
  bottom: -2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}
.flow-card h3 {
  margin: 40px 0 10px;
  font-size: 28px;
  letter-spacing: -0.04em;
}
.flow-card > p {
  max-width: 290px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}
.mini-search, .mini-result, .mini-copy {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 35px;
  background: white;
  border: 1.5px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: var(--mono);
}
.mini-search {
  height: 47px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  font-size: 9px;
}
.mini-search .search-glyph {
  --search-size: 10px;
  margin-left: 1px;
  border-width: 1.75px;
}
.mini-search .search-glyph::after {
  width: 5px;
  height: 1.75px;
  right: -4px;
  bottom: -2px;
}
.mini-search b {
  width: 2px;
  height: 17px;
  background: var(--purple);
}
.mini-result {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 13px;
}
.mini-result > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--purple);
  color: white;
  font-size: 17px;
}
.mini-result div {
  display: grid;
  gap: 5px;
  font-size: 9px;
}
.mini-result small {
  font-size: 8px;
  color: #777;
}
.mini-copy {
  height: 70px;
  padding: 16px;
  font-size: 10px;
  line-height: 2;
}
.mini-copy span {
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-left: 3px;
  background: var(--purple);
}

/* Features and shortcuts */

.feature-zone {
  background: var(--ink);
  color: white;
  padding-block: 120px 140px;
}
.section-number.light {
  color: #aaa;
}
.feature-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 75px;
}
.feature-heading h2 {
  font-size: clamp(50px, 6vw, 80px);
}
.feature-heading h2 i {
  color: var(--green);
  font-family: Georgia, serif;
  font-weight: 400;
}
.feature-heading p {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
  color: #b9b9b9;
  margin: 0;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.bento {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 30px;
  border-radius: 4px;
  color: var(--ink);
}
.bento h3 {
  margin: 27px 0 0;
  font-size: 36px;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.bento > p {
  font-size: 12px;
  line-height: 1.65;
}
.pill {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 20px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}
.bento-keyboard {
  grid-column: span 7;
  background: var(--purple);
  color: white;
}
.bento-keyboard > p {
  position: absolute;
  left: 30px;
  bottom: 22px;
  max-width: 320px;
  color: #e1dcff;
}
.key-cloud {
  position: absolute;
  right: 35px;
  top: 105px;
  width: 260px;
  height: 190px;
}
.key-cloud kbd {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 62px;
  height: 62px;
  padding: 0 13px;
  border: 1.5px solid var(--ink);
  border-radius: 5px;
  background: var(--paper);
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  box-shadow: 6px 7px 0 var(--ink);
}
.key-cloud kbd:nth-child(1) {
  left: 0;
  top: 0;
  transform: rotate(-8deg);
}
.key-cloud kbd:nth-child(2) {
  left: 86px;
  top: 8px;
  transform: rotate(4deg);
  background: var(--green);
}
.key-cloud kbd:nth-child(3) {
  right: 0;
  top: 0;
  transform: rotate(8deg);
}
.key-cloud kbd:nth-child(4) {
  left: 26px;
  bottom: 5px;
  transform: rotate(5deg);
  background: var(--pink);
}
.key-cloud kbd:nth-child(5) {
  left: 111px;
  bottom: 13px;
  transform: rotate(-4deg);
}
.key-cloud kbd:nth-child(6) {
  right: -20px;
  bottom: 5px;
  transform: rotate(7deg);
  background: var(--yellow);
  font-size: 12px;
}
.bento-files {
  grid-column: span 5;
  background: var(--green);
}
.bento-files h3 {
  position: absolute;
  left: 30px;
  bottom: 62px;
}
.bento-files > p {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 12px;
}
.file-stack {
  position: absolute;
  right: 25px;
  top: 80px;
  width: 210px;
  height: 155px;
}
.file {
  position: absolute;
  width: 150px;
  height: 105px;
  border: 1.5px solid var(--ink);
  background: white;
  padding: 14px;
  font-family: var(--mono);
  font-size: 10px;
  box-shadow: 4px 4px 0 var(--ink);
}
.file-back {
  left: 5px;
  top: 1px;
  background: var(--pink);
  transform: rotate(-12deg);
}
.file-mid {
  left: 34px;
  top: 8px;
  background: var(--yellow);
  transform: rotate(5deg);
}
.file-front {
  left: 49px;
  top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-2deg);
}
.file-front b {
  color: var(--purple);
  font-size: 26px;
  align-self: flex-end;
}
.bento-search {
  grid-column: span 5;
  background: var(--blue);
}
.query-lines {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 27px;
  border-top: 1.5px solid var(--ink);
}
.query-lines p {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.35);
  font-family: var(--mono);
  font-size: 10px;
}
.query-lines span {
  display: inline-block;
  width: 98px;
  color: #315d76;
  font-size: 8px;
  text-transform: uppercase;
}
.bento-safe {
  grid-column: span 7;
  background: var(--orange);
}
.bento-safe > p {
  max-width: 310px;
  margin-top: 20px;
}
.safe-orbit {
  position: absolute;
  width: 230px;
  height: 230px;
  right: 24px;
  bottom: -10px;
  border: 1.5px dashed rgba(21, 21, 21, 0.65);
  border-radius: 50%;
}
.safe-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  font-size: 33px;
  box-shadow: 5px 5px 0 var(--ink);
}
.safe-core .search-glyph {
  --search-size: 24px;
  border-width: 2.5px;
}
.safe-core .search-glyph::after {
  width: 10px;
  height: 2.5px;
  right: -8px;
  bottom: -3px;
}
.satellite {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
}
.sat-one {
  left: -16px;
  top: 90px;
}
.sat-two {
  right: 4px;
  top: 14px;
}
.sat-three {
  right: -10px;
  bottom: 34px;
}
.bento-details {
  grid-column: span 12;
  min-height: 330px;
  background: var(--yellow);
}
.bento-details h3 em {
  color: var(--purple);
  font-family: Georgia, serif;
  font-weight: 400;
}
.bento-details ul {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 47%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1.5px solid var(--ink);
}
.bento-details li {
  display: flex;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.45);
  font-family: var(--mono);
  font-size: 10px;
}
.bento-details li span {
  color: var(--purple);
}

.shortcut-reference {
  margin-top: 90px;
  padding: 42px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 11px 12px 0 var(--purple);
}
.shortcut-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
}
.shortcut-heading h3 {
  margin: 26px 0 0;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.shortcut-heading h3 em {
  color: var(--purple);
  font-family: Georgia, serif;
  font-weight: 400;
}
.shortcut-heading > p {
  max-width: 390px;
  margin: 0 0 7px;
  font-size: 15px;
  line-height: 1.65;
}
.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 52px 0 0;
}
.shortcut-grid > div {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(105px, 145px) 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(21, 21, 21, 0.28);
}
.shortcut-grid > div:nth-last-child(-n+2) {
  border-bottom: 1px solid rgba(21, 21, 21, 0.28);
}
.shortcut-grid .shortcut-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.9fr) 1.1fr;
}
.shortcut-grid dt, .shortcut-grid dd {
  margin: 0;
}
.shortcut-grid dt {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.shortcut-grid dd {
  font-size: 12px;
  line-height: 1.55;
}
.shortcut-grid kbd {
  min-width: 43px;
  min-height: 39px;
  display: inline-grid;
  place-items: center;
  padding: 6px 11px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: #fffefb;
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  font-variant-ligatures: none;
}

/* Ownership promise */

.promise {
  position: relative;
  padding-block: 145px 155px;
}
.promise h2 {
  font-size: clamp(66px, 9vw, 130px);
}
.promise h2 span {
  color: var(--purple);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.promise-sticker {
  position: absolute;
  right: 5%;
  top: 80px;
  width: 130px;
  height: 130px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
  box-shadow: 7px 7px 0 var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  transform: rotate(11deg);
}
.promise-sticker::before {
  content: "✦";
  font-size: 25px;
  color: var(--purple);
}
.promise-sticker span {
  display: block;
}
.promise-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  padding-top: 35px;
  border-top: 1.5px solid var(--ink);
}
.promise-copy {
  max-width: 580px;
}
.promise-copy > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.promise-copy > .spec-prompt {
  max-width: 580px;
  margin: 32px 0 16px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.025em;
}
.spec-link {
  width: min(100%, 390px);
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 22px;
  border: 2px solid var(--ink);
  background: var(--purple);
  color: white;
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.spec-link > strong {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.spec-link-arrow {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 800;
}
.spec-link:hover {
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 var(--ink);
}
.plain-badge {
  display: flex;
  align-items: center;
  gap: 13px;
}
.plain-badge b {
  font-family: var(--mono);
  font-size: 30px;
  color: var(--orange);
}
.plain-badge span {
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Open source */

.open-source-section {
  padding-block: 105px 120px;
  background: #e7e7e2;
  border-block: 2px solid var(--ink);
}
.open-source-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 55px;
  align-items: center;
  padding: 70px 35px 0;
}
.open-source-copy .section-number {
  margin-bottom: 35px;
}
.open-source-copy h2 {
  margin: 0;
  font-size: clamp(64px, 7vw, 102px);
  line-height: 0.86;
  letter-spacing: -0.075em;
}
.open-source-copy h2 em {
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 400;
}
.open-source-copy > p:not(.section-number) {
  max-width: 520px;
  margin: 32px 0;
  font-size: 16px;
  line-height: 1.7;
}
.open-source-link {
  max-width: 470px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  background: var(--green);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
}
.open-emblems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.open-source-emblem {
  position: relative;
  min-height: 430px;
  display: grid;
  justify-items: center;
  align-content: center;
  color: var(--purple);
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 10px 11px 0 var(--ink);
}
.open-agency-emblem {
  background: var(--blue);
}
.open-emblem-mark {
  width: min(76%, 270px);
  height: auto;
  overflow: visible;
}
.emblem-wordmark {
  margin-top: -20px;
  color: var(--ink);
  font-size: clamp(32px, 3.7vw, 54px);
  line-height: 1;
  letter-spacing: -0.07em;
}
.emblem-wordmark strong {
  font-weight: 800;
}
.emblem-wordmark span {
  font-weight: 400;
}

/* Homage */

.homage-section {
  padding-block: 140px 155px;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
}
.homage-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 75px;
}
.homage-heading h2 {
  margin: 0;
  font-size: clamp(62px, 7.5vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.07em;
}
.homage-heading h2 em {
  color: var(--purple);
  font-family: Georgia, serif;
  font-weight: 400;
}
.homage-heading p {
  max-width: 410px;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.7;
}
.homage-heading p a {
  color: var(--purple);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.homage-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.homage-link {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 2px solid var(--ink);
  background: var(--blue);
  box-shadow: 8px 9px 0 var(--ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.homage-link:nth-child(2) {
  background: var(--yellow);
}
.homage-link:nth-child(3) {
  background: var(--pink);
}
.homage-link:nth-child(4) {
  background: var(--green);
}
.homage-link:hover {
  transform: translate(3px, 3px);
  box-shadow: 5px 6px 0 var(--ink);
}
.homage-link > span {
  padding-right: 32px;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.homage-link > b {
  position: absolute;
  right: 21px;
  top: 18px;
  font-size: 22px;
}
.homage-link strong {
  margin-top: 62px;
  font-size: clamp(29px, 2.7vw, 42px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.homage-link small {
  margin-top: auto;
  padding-top: 24px;
  overflow-wrap: anywhere;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.45;
}

/* Footer */

.site-footer {
  background: var(--paper);
}
.footer-plaque {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
}
.footer-plaque::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -55px;
  top: -80px;
  border-radius: 50%;
  background: var(--orange);
}
.footer-plaque::after {
  content: "✦";
  position: absolute;
  left: 6%;
  top: 35px;
  color: var(--green);
  font-size: 45px;
  transform: rotate(12deg);
}
.footer-plaque-inner {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 34px;
  padding-block: 52px 24px;
}
.footer-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  transform: rotate(-7deg);
  box-shadow: 8px 8px 0 var(--purple);
}
.footer-wordmark {
  justify-self: center;
  font-size: clamp(130px, 19vw, 285px);
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: -0.12em;
}
.footer-wordmark span {
  color: var(--green);
}
.footer-plaque-inner > p {
  position: absolute;
  left: 130px;
  top: calc(50% + 74px);
  margin: 0;
  color: var(--pink);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

/* Responsive layout */

@media (max-width: 980px) {
  .section-shell, .site-header {
    width: min(100% - 40px, 760px);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .hero-intro {
    max-width: 570px;
  }
  .hero-stage {
    width: min(100%, 700px);
    margin: 0 auto;
  }
  .manifesto-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .flow-grid {
    grid-template-columns: 1fr;
  }
  .flow-card {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1.5px solid var(--ink);
  }
  .download-grid {
    grid-template-columns: 1fr;
  }
  .download-card {
    width: min(100%, 600px);
  }
  .screens-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .screens-heading p {
    max-width: 570px;
  }
  .screenshot-card,
  .screenshot-card-wide,
  .screenshot-card:nth-child(5),
  .screenshot-card:nth-child(6),
  .screenshot-card:nth-child(7) {
    grid-column: span 6;
  }
  .feature-heading {
    align-items: start;
  }
  .bento-keyboard, .bento-files, .bento-search, .bento-safe {
    grid-column: span 12;
  }
  .bento-files {
    min-height: 440px;
  }
  .bento-details {
    min-height: 520px;
  }
  .bento-details ul {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  .open-source-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .open-source-emblem {
    width: min(100%, 600px);
    justify-self: center;
  }
  .homage-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .homage-heading p {
    max-width: 570px;
  }
  .homage-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body {
    margin-left: 0;
  }
  .heritage-rail {
    position: relative;
    inset: auto;
    width: 100%;
    height: 48px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }
  .rail-inner {
    grid-template-columns: auto 1fr auto 70px;
    grid-template-rows: 1fr;
    gap: 12px;
    padding: 0 14px;
  }
  .rail-utility {
    display: block;
    border: 0;
    border-right: 1px solid currentColor;
    padding: 0 12px 0 0;
  }
  .rail-utility b {
    font-size: 15px;
  }
  .rail-utility span {
    display: none;
  }
  .rail-characters {
    justify-self: start;
    align-self: center;
    padding: 0;
    writing-mode: horizontal-tb;
    font-size: 21px;
    letter-spacing: 0.18em;
  }
  .rail-context {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    border: 0;
  }
  .rail-number {
    font-size: 17px;
  }
  .rail-meter {
    width: 58px;
    height: 2px;
  }
  .rail-meter i {
    transform: scaleX(var(--rail-progress, 0));
    transform-origin: left;
  }
}

@media (max-width: 640px) {
  .section-shell, .site-header {
    width: calc(100% - 30px);
  }
  .site-header {
    height: 75px;
  }
  .site-header .brand-logo {
    width: 44px;
    height: 44px;
  }
  .brand-japanese {
    display: none;
  }
  .heritage-rail {
    height: 42px;
  }
  .rail-inner {
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    padding-inline: 10px;
  }
  .rail-utility {
    padding-right: 9px;
  }
  .rail-characters {
    font-size: 17px;
  }
  .rail-meter {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .tiny-github {
    display: block;
  }
  .hero {
    min-height: auto;
    padding-block: 54px 80px;
    gap: 25px;
  }
  .hero h1 {
    font-size: clamp(55px, 17vw, 78px);
  }
  .hero h1.hero-title-product {
    font-size: clamp(43px, 13.5vw, 58px);
  }
  .hero-intro {
    font-size: 15px;
    margin-top: 25px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .hero-stage {
    padding-left: 0;
  }
  .hero-stage::before {
    width: 100%;
    right: -5%;
  }
  .nv-flow {
    width: 88%;
    min-height: 472px;
    grid-template-rows: 72px 130px 188px;
    gap: 30px;
  }
  .flow-panel {
    box-shadow: 6px 7px 0 var(--ink);
  }
  .flow-connector {
    top: 16px;
    width: 135px;
    height: 420px;
  }
  .flow-japanese {
    bottom: -39px;
    font-size: 11px;
  }
  .flow-panel-content {
    padding: 15px;
  }
  .spark-two {
    right: -7px;
  }
  .ticker-track {
    padding-block: 13px;
  }
  .download-section {
    padding-block: 95px 100px;
  }
  .download-grid {
    gap: 38px;
  }
  .release-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .download-copy h2 {
    font-size: 53px;
  }
  .download-card {
    min-height: 150px;
    grid-template-columns: auto 1fr;
    gap: 17px;
    padding: 22px;
    box-shadow: 7px 8px 0 var(--ink);
  }
  .download-icon {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
  .download-label strong {
    font-size: 22px;
  }
  .download-arrow {
    display: none;
  }
  .screens-section {
    padding-block: 100px 110px;
  }
  .screens-heading {
    margin-bottom: 48px;
  }
  .screens-heading h2 {
    font-size: 53px;
  }
  .screens-heading p {
    font-size: 14px;
  }
  .screens-grid {
    display: flex;
    gap: 18px;
    margin-inline: -15px;
    padding: 0 15px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .screenshot-card, .screenshot-card-wide {
    flex: 0 0 min(84vw, 390px);
    scroll-snap-align: center;
    box-shadow: 7px 8px 0 var(--ink);
  }
  .screenshot-lightbox {
    padding: 70px 12px 18px;
  }
  .lightbox-shell {
    width: 100%;
    height: 100%;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }
  .lightbox-arrow {
    width: 38px;
    height: 44px;
    font-size: 19px;
    box-shadow: 3px 3px 0 white;
  }
  .lightbox-close {
    right: 16px;
    top: 14px;
    width: 42px;
    height: 42px;
    box-shadow: 3px 3px 0 white;
  }
  .lightbox-figure figcaption {
    font-size: 9px;
  }
  .manifesto {
    padding-block: 100px 90px;
  }
  .section-number {
    margin-bottom: 38px;
  }
  .manifesto h2, .feature-heading h2, .promise h2 {
    font-size: 51px;
  }
  .manifesto-copy > p:first-child {
    font-size: 15px;
  }
  .flow-grid {
    margin-top: 55px;
  }
  .flow-card {
    min-height: 350px;
    padding: 26px;
  }
  .mini-search, .mini-result, .mini-copy {
    left: 26px;
    right: 26px;
  }
  .feature-zone {
    padding-block: 90px;
  }
  .feature-heading {
    display: block;
    margin-bottom: 50px;
  }
  .feature-heading h2 {
    font-size: 46px;
  }
  .feature-heading p {
    margin-top: 25px;
  }
  .bento {
    padding: 25px;
  }
  .bento h3 {
    font-size: 31px;
  }
  .bento-keyboard {
    min-height: 510px;
  }
  .key-cloud {
    left: 34px;
    right: auto;
    top: 185px;
    transform: scale(0.9);
    transform-origin: left top;
  }
  .bento-keyboard > p {
    left: 25px;
    right: 25px;
  }
  .bento-files {
    min-height: 430px;
  }
  .file-stack {
    transform: scale(0.88);
    transform-origin: right top;
  }
  .bento-search {
    min-height: 440px;
  }
  .bento-safe {
    min-height: 560px;
  }
  .safe-orbit {
    right: calc(50% - 115px);
  }
  .bento-details {
    min-height: 540px;
  }
  .shortcut-reference {
    padding: 24px;
  }
  .shortcut-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .shortcut-heading h3 {
    font-size: 46px;
  }
  .shortcut-heading > p {
    font-size: 14px;
  }
  .shortcut-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .shortcut-grid > div, .shortcut-grid .shortcut-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .shortcut-grid > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .shortcut-grid > div:last-child {
    border-bottom: 1px solid rgba(21, 21, 21, 0.28);
  }
  .promise {
    padding-block: 120px 110px;
  }
  .promise h2 {
    font-size: 53px;
  }
  .promise-sticker {
    width: 100px;
    height: 100px;
    right: 2%;
    top: 45px;
    font-size: 8px;
  }
  .promise-foot {
    align-items: flex-start;
    flex-direction: column;
  }
  .open-source-section {
    padding-block: 80px;
  }
  .open-source-grid {
    gap: 45px;
    padding: 50px 5px 0;
  }
  .open-emblems {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .open-source-copy h2 {
    font-size: 65px;
  }
  .open-source-copy > p:not(.section-number) {
    font-size: 14px;
  }
  .open-source-link {
    font-size: 9px;
  }
  .open-source-emblem {
    min-height: 390px;
  }
  .emblem-wordmark {
    font-size: 51px;
  }
  .homage-section {
    padding-block: 100px 110px;
  }
  .homage-heading {
    margin-bottom: 48px;
  }
  .homage-heading h2 {
    font-size: 53px;
  }
  .homage-heading p {
    font-size: 14px;
  }
  .homage-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .homage-link {
    min-height: 230px;
  }
  .homage-link strong {
    font-size: 40px;
  }
  .footer-plaque, .footer-plaque-inner {
    min-height: 330px;
  }
  .footer-plaque::before {
    width: 160px;
    height: 160px;
  }
  .footer-plaque-inner {
    grid-template-columns: 58px 1fr;
    column-gap: 16px;
    padding-block: 60px 22px;
  }
  .footer-logo {
    width: 58px;
    height: 58px;
    box-shadow: 5px 5px 0 var(--purple);
  }
  .footer-wordmark {
    justify-self: start;
    font-size: clamp(105px, 32vw, 150px);
  }
  .footer-plaque-inner > p {
    left: 76px;
    top: calc(50% + 48px);
    font-size: 14px;
  }
}

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