:root {
  color-scheme: light;
  --paper: #f2eee6;
  --paper-deep: #e7e1d7;
  --ink: #171714;
  --muted: #68665f;
  --line: rgba(23, 23, 20, 0.18);
  --signal: #ff5c35;
  --acid: #d8ff54;
  --iris: #99a8ff;
  --stage: #151512;
  --display: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  --mono: "SFMono-Regular", "SF Mono", Consolas, monospace;
  font-family: var(--display);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(23, 23, 20, 0.035) 1px) 0 0 / 8.333vw 100%,
    var(--paper);
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  margin: 0 4.7vw;
  border-bottom: 1px solid var(--line);
}

.brand,
.header-cta,
.site-nav a,
.scroll-cue,
.section-kicker,
.eyebrow,
.hero-meta,
.bench-family,
.bench-specs,
.control-label,
.card-number,
.card-mood,
.card-copy,
.filter,
.toolbar-pause,
.footer-meta {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
}

.brand-mark motion-loader {
  display: block;
}

.site-nav {
  display: flex;
  gap: clamp(20px, 3vw, 46px);
}

.site-nav a,
.header-cta {
  font-size: 10px;
  text-decoration: none;
}

.site-nav a {
  display: flex;
  gap: 6px;
}

.site-nav span {
  color: var(--muted);
  font-size: 8px;
}

.header-cta {
  justify-self: end;
  display: flex;
  gap: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  grid-template-rows: auto auto;
  gap: 72px 6vw;
  min-height: calc(100svh - 86px);
  padding: clamp(70px, 9vw, 150px) 4.7vw 46px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.eyebrow {
  display: flex;
  gap: 20px;
  margin: 0 0 46px;
  color: var(--muted);
  font-size: 10px;
}

.eyebrow span:first-child {
  color: var(--ink);
}

.hero h1,
.section-heading h2,
.about-lead h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: .91;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(60px, 8.45vw, 138px);
}

.hero h1 em {
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.hero-deck {
  max-width: 560px;
  margin: 46px 0 0 min(12vw, 180px);
  color: #34332f;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}

.hero-object {
  position: relative;
  display: grid;
  place-items: center;
  align-self: center;
  aspect-ratio: 1;
  max-width: 560px;
}

.hero-object::before,
.hero-object::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-object::before {
  inset: 12%;
  background: var(--stage);
}

.hero-object::after {
  inset: 28%;
  border: 1px solid rgba(242, 238, 230, .16);
}

.hero-object motion-loader {
  position: relative;
  z-index: 2;
}

.hero-orbit {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.hero-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.hero-orbit--outer {
  inset: 0;
  animation: orbit-spin 16s linear infinite;
}

.hero-orbit--inner {
  inset: 20%;
  border-style: dashed;
  animation: orbit-spin 12s linear infinite reverse;
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

.hero-label {
  position: absolute;
  z-index: 2;
  color: var(--muted);
  font: 9px var(--mono);
  letter-spacing: .12em;
}

.hero-label--top {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-label--side {
  right: 7%;
  top: 50%;
  transform: rotate(90deg) translateX(50%);
}

.hero-meta {
  display: flex;
  align-self: end;
  gap: clamp(30px, 5vw, 80px);
  font-size: 9px;
}

.hero-meta div {
  display: grid;
  gap: 7px;
}

.hero-meta strong {
  font-size: 11px;
}

.hero-meta span {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
}

.scroll-cue {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
  align-self: end;
  font-size: 9px;
  text-decoration: none;
}

.scroll-line {
  position: relative;
  width: 86px;
  height: 1px;
  overflow: hidden;
  background: var(--line);
}

.scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  animation: scan-line 2s ease-in-out infinite;
}

@keyframes scan-line {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

.workbench,
.library,
.progress-library,
.about {
  padding: clamp(90px, 11vw, 176px) 4.7vw;
}

.workbench {
  padding-top: clamp(54px, 6vw, 88px);
  color: var(--paper);
  background: var(--ink);
}

.workbench .section-heading {
  align-items: end;
  margin-bottom: clamp(28px, 3vw, 44px);
}

.workbench .section-heading h2 {
  font-size: clamp(42px, 4.4vw, 66px);
  letter-spacing: -.05em;
}

.workbench .section-heading > div > p {
  max-width: 480px;
  margin-top: 12px;
  font-size: 14px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, .43fr) 1fr;
  gap: 5vw;
  margin-bottom: clamp(52px, 6vw, 92px);
}

.section-kicker {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.workbench .section-kicker {
  color: #8c8b82;
}

.section-heading h2,
.about-lead h2 {
  font-size: clamp(54px, 7.2vw, 108px);
}

.section-heading > div > p {
  max-width: 570px;
  margin: 28px 0 0;
  color: #a3a198;
  font-size: 17px;
  line-height: 1.6;
}

.bench-shell {
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(420px, 1.4fr) minmax(230px, .72fr);
  min-height: 590px;
  border: 1px solid rgba(242, 238, 230, .16);
  scroll-margin-top: clamp(16px, 3vw, 36px);
}

.bench-info,
.bench-controls {
  padding: clamp(24px, 3vw, 46px);
}

.bench-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bench-index {
  margin: 0;
  color: #78776f;
  font: 11px var(--mono);
}

.bench-family {
  margin: 0 0 17px;
  color: #8d8b83;
  font-size: 9px;
}

.bench-info h3 {
  margin: 0;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 500;
  letter-spacing: -.045em;
}

.bench-info > div > p:last-child {
  margin: 24px 0 0;
  color: #a3a198;
  font-size: 14px;
  line-height: 1.65;
}

.bench-specs {
  display: grid;
  gap: 14px;
  margin: 0;
  font-size: 8px;
}

.bench-specs div {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(242, 238, 230, .12);
}

.bench-specs dt {
  color: #78776f;
}

.bench-specs dd {
  margin: 0;
}

.bench-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 590px;
  color: var(--paper);
  background: #0f0f0d;
  overflow: hidden;
  transition: background .4s ease, color .4s ease;
}

.bench-stage[data-surface="light"] {
  color: var(--ink);
  background: var(--paper);
}

.stage-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(currentColor 1px, transparent 1px),
    linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.bench-stage::before,
.bench-stage::after {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .12;
}

.bench-stage::before { width: 370px; height: 370px; }
.bench-stage::after { width: 470px; height: 470px; }

.bench-stage motion-loader {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 30px color-mix(in srgb, currentColor 25%, transparent));
}

.stage-coordinate {
  position: absolute;
  z-index: 2;
  color: currentColor;
  opacity: .44;
  font: 8px var(--mono);
}

.stage-coordinate--top { top: 20px; left: 22px; }
.stage-coordinate--bottom { right: 22px; bottom: 20px; }

.stage-surface {
  position: absolute;
  right: 20px;
  top: 17px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: currentColor;
  font: 8px var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.bench-controls {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.2vw, 34px);
}

.control-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.control-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 18px;
  color: #8d8b83;
  font-size: 8px;
}

.control-label output {
  color: var(--paper);
}

.select-shell {
  position: relative;
}

.select-shell select {
  width: 100%;
  min-height: 44px;
  padding: 0 42px 0 13px;
  color: var(--paper);
  font: 9px var(--mono);
  letter-spacing: .04em;
  appearance: none;
  background: transparent;
  border: 1px solid rgba(242, 238, 230, .24);
  border-radius: 0;
  cursor: pointer;
}

.select-shell select:hover {
  border-color: rgba(242, 238, 230, .5);
}

.select-shell option,
.select-shell optgroup {
  color: var(--ink);
  background: var(--paper);
}

.select-shell > span {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #8d8b83;
  font: 12px var(--mono);
  transform: translateY(-50%);
  pointer-events: none;
}

input[type="range"] {
  width: 100%;
  height: 1px;
  appearance: none;
  background: #4c4b46;
}

input[type="range"]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  cursor: grab;
}

input[type="range"]::-moz-range-track {
  height: 1px;
  background: #4c4b46;
}

input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  cursor: grab;
}

.direction-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(242, 238, 230, .24);
}

.direction-button {
  min-height: 42px;
  padding: 0 12px;
  color: #8d8b83;
  font: 8px var(--mono);
  letter-spacing: .08em;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.direction-button + .direction-button {
  border-left: 1px solid rgba(242, 238, 230, .24);
}

.direction-button.is-active {
  color: var(--ink);
  background: var(--paper);
}

.direction-options--light {
  border-color: rgba(23, 23, 20, .28);
}

.direction-options--light .direction-button {
  color: #5d6070;
}

.direction-options--light .direction-button + .direction-button {
  border-left-color: rgba(23, 23, 20, .28);
}

.direction-options--light .direction-button.is-active {
  color: var(--paper);
  background: var(--ink);
}

.swatches {
  display: flex;
  gap: 12px;
}

.swatch {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(242, 238, 230, .25);
  border-radius: 50%;
  background: var(--swatch);
  cursor: pointer;
}

.swatch.is-active::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--paper);
  border-radius: 50%;
}

.custom-swatch {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px dashed rgba(242, 238, 230, .5);
  border-radius: 50%;
  background: var(--custom-color);
  cursor: pointer;
}

.custom-swatch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-swatch span {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font: 15px/1 var(--mono);
  pointer-events: none;
}

.custom-swatch.is-active::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--paper);
  border-radius: 50%;
}

.custom-swatch:focus-within {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.bench-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(242, 238, 230, .2);
  cursor: pointer;
  font: 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.button--primary {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
}

.button--quiet {
  justify-content: center;
  gap: 10px;
  color: var(--paper);
  background: transparent;
}

.library {
  background: var(--paper);
}

.section-heading--library > div > p {
  color: var(--muted);
}

.library-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-set {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter,
.toolbar-pause {
  color: var(--muted);
  font-size: 8px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.filter {
  display: flex;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
}

.filter span {
  color: #99968e;
}

.filter.is-active {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.filter.is-active span {
  color: var(--paper);
  opacity: .52;
}

.toolbar-pause {
  display: flex;
  gap: 9px;
  white-space: nowrap;
}

.loader-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.loader-card {
  position: relative;
  aspect-ratio: .78;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.loader-card.is-selected {
  color: var(--paper);
  background: var(--ink);
}

.card-select {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
  padding: clamp(18px, 2vw, 28px);
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.card-number,
.card-mood {
  font-size: 8px;
}

.card-number {
  color: var(--muted);
}

.card-preview {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  color: var(--ink);
  transition: color .25s ease, transform .35s cubic-bezier(.2,.75,.2,1);
}

.is-selected .card-preview {
  color: var(--signal);
}

.loader-card:hover .card-preview {
  color: var(--signal);
  transform: scale(1.08);
}

.card-title {
  align-self: end;
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.card-mood {
  align-self: end;
  color: var(--muted);
}

.card-copy {
  position: absolute;
  top: 19px;
  right: 18px;
  padding: 8px;
  color: inherit;
  font-size: 7px;
  background: transparent;
  border: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity .2s ease;
}

.loader-card:hover .card-copy,
.card-copy:focus-visible {
  opacity: 1;
}

.progress-library {
  background: #d9defe;
}

.section-heading--progress > div > p {
  color: #4f5262;
}

.progress-toolbar {
  display: grid;
  grid-template-columns: 1fr auto minmax(230px, .55fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid rgba(23, 23, 20, .24);
  border-bottom: 1px solid rgba(23, 23, 20, .24);
}

.progress-mode-copy > span,
.progress-card-header,
.progress-use-case > span,
.progress-copy-button,
.progress-principle article > span {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.progress-mode-copy > span {
  font-size: 8px;
}

.progress-mode-copy p {
  max-width: 390px;
  margin: 8px 0 0;
  color: #5d6070;
  font-size: 12px;
  line-height: 1.5;
}

.progress-switches {
  display: flex;
  align-items: end;
  gap: 12px;
}

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

.progress-switch-group > span {
  color: #555867;
  font: 8px var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.progress-switch-group .direction-options {
  min-width: 116px;
}

.progress-switch-group .direction-button {
  min-height: 48px;
}

.mode-switch {
  display: flex;
  border: 1px solid rgba(23, 23, 20, .28);
}

.mode-button {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 0 16px;
  color: #5d6070;
  font: 8px var(--mono);
  text-transform: uppercase;
  letter-spacing: .07em;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mode-button + .mode-button {
  border-left: 1px solid rgba(23, 23, 20, .28);
}

.mode-button span {
  opacity: .56;
}

.mode-button.is-active {
  color: var(--paper);
  background: var(--ink);
}

.progress-value-control {
  transition: opacity .25s ease;
}

.progress-value-control.is-disabled {
  opacity: .36;
}

.progress-value-control .control-label {
  margin-bottom: 14px;
  color: #555867;
}

.progress-value-control .control-label output {
  color: var(--ink);
}

.progress-value-control input[type="range"] {
  background: rgba(23, 23, 20, .3);
}

.progress-value-control input[type="range"]::-webkit-slider-thumb {
  background: var(--ink);
}

.progress-value-control input[type="range"]::-moz-range-track {
  background: rgba(23, 23, 20, .3);
}

.progress-value-control input[type="range"]::-moz-range-thumb {
  background: var(--ink);
}

.progress-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid rgba(23, 23, 20, .22);
}

.progress-card {
  display: grid;
  grid-template-rows: auto 260px 1fr;
  min-width: 0;
  border-right: 1px solid rgba(23, 23, 20, .22);
  border-bottom: 1px solid rgba(23, 23, 20, .22);
}

.progress-card-header {
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
  color: #5d6070;
  font-size: 8px;
}

.progress-demo {
  position: relative;
  display: grid;
  align-items: center;
  padding: clamp(34px, 5vw, 74px);
  overflow: hidden;
  color: var(--demo-color);
  background: var(--ink);
}

.progress-demo::before,
.progress-demo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.progress-demo::before {
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(currentColor 1px, transparent 1px),
    linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
}

.progress-demo::after {
  top: 18px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--demo-color);
}

.progress-demo progress-loader {
  position: relative;
  z-index: 1;
}

.progress-card-copy {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
  padding: clamp(24px, 3vw, 38px);
}

.progress-card-copy h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -.05em;
}

.progress-card-copy > div:first-child p,
.progress-use-case p {
  color: #505362;
  line-height: 1.55;
}

.progress-card-copy > div:first-child p {
  max-width: 360px;
  margin: 18px 0 0;
  font-size: 13px;
}

.progress-use-case > span {
  font-size: 8px;
}

.progress-use-case p {
  margin: 10px 0 0;
  font-size: 11px;
}

.progress-copy-button {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  margin-top: 12px;
  padding: 0 16px;
  color: var(--paper);
  font-size: 8px;
  background: var(--ink);
  border: 0;
  cursor: pointer;
}

.progress-principle {
  display: grid;
  grid-template-columns: .52fr 1fr 1fr;
  margin-top: clamp(70px, 8vw, 120px);
  border-top: 1px solid rgba(23, 23, 20, .24);
}

.progress-principle > * {
  padding: 30px;
}

.progress-principle > * + * {
  border-left: 1px solid rgba(23, 23, 20, .24);
}

.progress-principle article > span {
  color: #555867;
  font-size: 8px;
}

.progress-principle h3 {
  margin: 66px 0 18px;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: -.045em;
}

.progress-principle article p {
  max-width: 430px;
  margin: 0;
  color: #505362;
  font-size: 12px;
  line-height: 1.6;
}

.about {
  color: var(--paper);
  background: var(--signal);
}

.about .section-kicker {
  color: rgba(23, 23, 20, .58);
}

.about-lead {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8vw;
  align-items: end;
  padding: 56px 0 96px;
}

.about-lead p {
  margin: 0;
  color: rgba(23, 23, 20, .75);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
}

.about-lead h2 {
  color: var(--ink);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 23, 20, .25);
  border-left: 1px solid rgba(23, 23, 20, .25);
}

.about-grid article {
  min-height: 260px;
  padding: 28px;
  color: var(--ink);
  border-right: 1px solid rgba(23, 23, 20, .25);
  border-bottom: 1px solid rgba(23, 23, 20, .25);
}

.about-grid span {
  font: 9px var(--mono);
}

.about-grid h3 {
  margin: 70px 0 20px;
  font-size: 22px;
  font-weight: 500;
}

.about-grid p {
  max-width: 360px;
  margin: 0;
  color: rgba(23, 23, 20, .68);
  font-size: 13px;
  line-height: 1.65;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 40px;
  min-height: 310px;
  padding: 60px 4.7vw 46px;
  color: var(--paper);
  background: var(--ink);
}

.footer-title {
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: -.06em;
}

.site-footer p {
  color: #8d8b83;
  font-size: 11px;
  line-height: 1.6;
}

.footer-meta {
  font-size: 8px !important;
}

.site-footer a {
  justify-self: end;
  font: 9px var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  padding: 14px 18px;
  color: var(--ink);
  font: 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: .06em;
  background: var(--acid);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: .25s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr .7fr;
  }

  .hero-deck {
    margin-left: 0;
  }

  .bench-shell {
    grid-template-columns: .68fr 1.32fr;
  }

  .bench-controls {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
    border-top: 1px solid rgba(242, 238, 230, .16);
  }

  .bench-actions {
    margin: 0;
  }

  .loader-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .progress-toolbar {
    grid-template-columns: 1fr auto;
  }

  .progress-value-control {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body {
    background: var(--paper);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 48px;
    padding-top: 76px;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 95px);
  }

  .hero-object {
    width: min(92vw, 520px);
    justify-self: center;
  }

  .hero-meta {
    grid-row: 3;
    flex-wrap: wrap;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading,
  .about-lead {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .about-lead h2 {
    font-size: clamp(54px, 16vw, 92px);
  }

  .bench-shell {
    grid-template-columns: 1fr;
  }

  .bench-info {
    min-height: 380px;
  }

  .bench-stage {
    min-height: 490px;
  }

  .bench-controls {
    grid-template-columns: 1fr;
  }

  .loader-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .progress-toolbar,
  .progress-grid,
  .progress-principle {
    grid-template-columns: 1fr;
  }

  .progress-value-control {
    grid-column: auto;
  }

  .progress-switches {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .progress-switch-group:first-child {
    flex: 1 1 100%;
  }

  .progress-switch-group:last-child {
    flex: 1 1 160px;
  }

  .mode-switch {
    width: 100%;
  }

  .mode-button {
    flex: 1;
    justify-content: space-between;
  }

  .progress-card {
    grid-template-rows: auto 230px 1fr;
  }

  .progress-principle > * + * {
    border-top: 1px solid rgba(23, 23, 20, .24);
    border-left: 0;
  }

  .loader-card {
    aspect-ratio: .72;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-grid article {
    min-height: 220px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer a {
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .header-cta {
    gap: 8px;
  }

  .header-cta span {
    display: none;
  }

  .hero-meta {
    justify-content: space-between;
  }

  .library-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .loader-grid {
    grid-template-columns: 1fr;
  }

  .progress-card-copy {
    grid-template-columns: 1fr;
  }

  .progress-copy-button {
    grid-column: auto;
  }

  .loader-card {
    aspect-ratio: 1.05;
  }

  .card-copy {
    opacity: 1;
  }
}

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