:root {
  --bg: #f6f8fa;
  --surface: #ffffff;
  --surface-2: #eef5f7;
  --ink: #17212b;
  --muted: #61707c;
  --line: #d8e3e8;
  --blue: #2f86a1;
  --blue-soft: #dff1f6;
  --sand: #e8dfcf;
  --sand-soft: #f5efe4;
  --graphite: #25313a;
  --shadow: 0 24px 70px rgb(27 43 55 / 11%);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1180px;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  color: var(--muted);
  line-height: 1.58;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 28px;
  height: 76px;
  padding: 0 42px;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(47 134 161 / 32%);
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.top-nav {
  display: flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f2f6f8;
}

.top-nav a,
.language-switch button {
  min-height: 38px;
  padding: 9px 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.top-nav a:hover,
.top-nav a[aria-current="page"],
.language-switch button.active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 8px 20px rgb(27 43 55 / 7%);
}

.language-switch {
  justify-self: end;
  display: flex;
  gap: 6px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(520px, .85fr) minmax(620px, 1fr);
  align-items: center;
  gap: 64px;
  min-height: 690px;
  padding: 64px 86px 70px;
}

.hero-copy h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 96px;
  line-height: .9;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 32px;
  color: #53636f;
  font-size: 24px;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 850;
  text-decoration: none;
}

.primary-action {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 18px 34px rgb(47 134 161 / 20%);
}

.primary-action:hover {
  background: #24758d;
}

.secondary-action {
  border: 1px solid var(--line);
  background: var(--surface);
}

.hero-workstation {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.workstation-top,
.workstation-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.workstation-top span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f4f7f8;
}

.workstation-top span:first-child {
  background: var(--blue-soft);
  color: var(--blue);
}

.workstation-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 18px;
  min-height: 420px;
  padding: 20px;
  background: #fbfcfd;
}

.slide-preview {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.slide-preview img {
  width: 112%;
  max-width: none;
  opacity: .92;
}

.annotation-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 7px rgb(47 134 161 / 16%);
}

.dot-a {
  left: 42%;
  top: 53%;
}

.dot-b {
  right: 28%;
  top: 39%;
  background: #b78372;
  box-shadow: 0 0 0 7px rgb(183 131 114 / 16%);
}

.annotation-line {
  position: absolute;
  height: 1px;
  background: rgb(23 33 43 / 25%);
}

.line-a {
  left: 44%;
  top: 55%;
  width: 32%;
  transform: rotate(-9deg);
}

.line-b {
  right: 30%;
  top: 42%;
  width: 24%;
  transform: rotate(12deg);
}

.preview-inspector {
  align-self: stretch;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.preview-inspector small {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.preview-inspector strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.preview-inspector p {
  font-size: 15px;
}

.workstation-bottom {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.workstation-bottom div {
  display: flex;
  gap: 7px;
}

.workstation-bottom span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
}

.workstation-bottom span.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.workstation-bottom p {
  margin: 0;
  font-size: 13px;
}

.institute-strip,
.project-section,
.workflow-section {
  padding: 76px 86px;
}

.institute-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.institute-strip article,
.workflow-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfcfd;
}

.institute-strip span,
.workflow-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.institute-strip p {
  margin: 0;
  color: var(--graphite);
  font-size: 19px;
}

.project-section {
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  background: var(--bg);
}

.section-heading h2,
.workflow-section h2 {
  margin: 0;
  font-size: 58px;
  line-height: .96;
  letter-spacing: -.035em;
}

.project-full-text {
  padding: 42px 48px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgb(27 43 55 / 6%);
}

.project-full-text p {
  color: var(--ink);
  font-size: 23px;
  line-height: 1.62;
}

.project-full-text p:last-child {
  margin-bottom: 0;
}

.workflow-section {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 60px;
  background: var(--surface);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.workflow-grid h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.workflow-grid p {
  margin-bottom: 0;
}

.atlas-body {
  min-width: 1180px;
  background: var(--bg);
}

.atlas-main {
  padding: 24px 34px 34px;
}

.atlas-intro {
  display: grid;
  grid-template-columns: minmax(420px, .75fr) minmax(520px, 1fr);
  align-items: end;
  gap: 36px;
  margin-bottom: 18px;
}

.atlas-intro h1 {
  margin: 0;
  font-size: 58px;
  line-height: .95;
  letter-spacing: -.04em;
}

.atlas-intro p:last-child {
  max-width: 680px;
  margin-bottom: 8px;
  font-size: 18px;
}

.stage-map,
.bone-browser,
.viewer-area,
.inspector-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.stage-map {
  margin-bottom: 16px;
  padding: 16px 20px 18px;
}

.stage-map-head,
.browser-head,
.block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.stage-map-head {
  margin-bottom: 12px;
}

.stage-map h2,
.browser-head h2,
.viewer-toolbar h2,
.inspector-panel h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.stage-map output,
.browser-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgb(47 134 161 / 28%);
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
}

.stage-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, minmax(76px, 1fr));
  max-width: 100%;
  overflow-x: auto;
  padding: 12px 4px 2px;
}

.stage-rail::before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  top: 32px;
  height: 2px;
  background: var(--blue);
}

.stage-node {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 76px;
  padding: 0 4px 6px;
  border: 0;
  background: transparent;
  color: var(--muted);
}

.stage-node i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d8e3e8;
  box-shadow: 0 0 0 1px rgb(47 134 161 / 25%);
  color: var(--graphite);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.stage-node span {
  font-size: 12px;
  font-weight: 800;
}

.stage-node.active {
  color: var(--ink);
}

.stage-node.active i {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 0 7px rgb(47 134 161 / 15%);
}

.atlas-workbench {
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(520px, 1fr) minmax(310px, 370px);
  gap: 16px;
  align-items: start;
}

.bone-browser,
.inspector-panel {
  max-height: calc(100vh - 245px);
  overflow: auto;
  padding: 20px;
}

.search-box {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  color: var(--muted);
  font-size: 12px;
}

.search-box input {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  background: var(--surface);
  color: var(--ink);
}

.search-box input:focus {
  border-color: rgb(47 134 161 / 60%);
  box-shadow: 0 0 0 4px rgb(47 134 161 / 12%);
}

.bone-list,
.structure-list {
  display: grid;
  gap: 10px;
}

.bone-item,
.structure-item {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  color: var(--ink);
  text-align: left;
}

.bone-item:hover,
.bone-item.active,
.structure-item:hover,
.structure-item.active {
  border-color: rgb(47 134 161 / 48%);
  background: #f0f8fa;
}

.bone-item strong,
.bone-item span,
.structure-item strong,
.structure-item span {
  display: block;
}

.bone-item span,
.structure-item span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.viewer-area {
  display: grid;
  grid-template-rows: auto auto minmax(500px, 1fr) auto;
  overflow: hidden;
}

.viewer-toolbar,
.viewer-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}

.viewer-toolbar {
  border-bottom: 1px solid var(--line);
}

.tool-buttons,
.stain-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tool-buttons button,
.stain-tab {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
}

.tool-buttons button:hover,
.stain-tab:hover,
.stain-tab.active {
  border-color: rgb(47 134 161 / 48%);
  background: var(--blue-soft);
  color: var(--blue);
}

.stain-tabs {
  padding: 12px 20px;
  border-bottom: 1px solid var(--line);
  background: #f7fafb;
}

.scan-stage {
  position: relative;
  overflow: hidden;
  background: #f9fbfc;
}

.scan-canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(980px, 86%);
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  touch-action: none;
  user-select: none;
}

.scan-canvas img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgb(27 43 55 / 13%);
  pointer-events: none;
}

.hotspot {
  position: absolute;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgb(47 134 161 / 18%), 0 10px 28px rgb(47 134 161 / 24%);
}

.hotspot span {
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  background: #fff;
}

.hotspot.active {
  background: #b78372;
  box-shadow: 0 0 0 8px rgb(183 131 114 / 16%), 0 10px 28px rgb(183 131 114 / 22%);
}

.hotspot-one {
  left: 40%;
  top: 50%;
}

.hotspot-two {
  left: 60%;
  top: 38%;
}

.hotspot-three {
  left: 29%;
  top: 68%;
}

.viewer-status {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.specimen-summary,
.inspector-block,
.term-panel {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.specimen-summary p,
#termText {
  color: var(--muted);
  line-height: 1.58;
}

.inline-term {
  display: inline;
  padding: 0 2px;
  border: 0;
  border-bottom: 2px solid rgb(47 134 161 / 34%);
  background: transparent;
  color: var(--blue);
  font-weight: 800;
}

.term-panel {
  margin-bottom: 0;
  padding: 16px;
  border: 1px solid rgb(47 134 161 / 24%);
  border-radius: 14px;
  background: #f0f8fa;
}

.term-panel[hidden] {
  display: none;
}

#closeTerm {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
  color: var(--muted);
}

.term-title {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Desktop concept for the home page */
.home-redesign {
  min-width: 1280px;
  background: #f4f7f8;
  color: #121b22;
}

.home-rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 268px;
  padding: 28px 24px;
  border-right: 1px solid #d8e4e9;
  background: #ffffff;
}

.rail-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.rail-brand > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #a9d5df;
  border-radius: 14px;
  background: #e9f7fa;
  color: #2f86a1;
  font-weight: 900;
}

.rail-brand .official-mark {
  width: 58px;
  height: 58px;
  padding: 8px;
  border-color: #d8e4e9;
  border-radius: 16px;
  background: #ffffff;
}

.official-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rail-brand strong {
  font-size: 22px;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.rail-nav {
  display: grid;
  align-content: center;
  gap: 8px;
}

.rail-nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  color: #52636f;
  text-decoration: none;
  font-weight: 750;
}

.rail-nav a:hover {
  background: #edf5f7;
  color: #17212b;
}

.rail-meta {
  padding-top: 22px;
  border-top: 1px solid #d8e4e9;
}

.rail-meta span {
  display: block;
  margin-bottom: 8px;
  color: #2f86a1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rail-meta p {
  margin: 0;
  color: #5f6f78;
  font-size: 14px;
  line-height: 1.45;
}

.home-canvas {
  margin-left: 268px;
}

.lab-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 520px) minmax(620px, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 28px 58px;
  min-height: 820px;
  padding: 54px 66px 64px;
  overflow: hidden;
}

.lab-hero::before {
  content: "";
  position: absolute;
  left: 66px;
  right: 66px;
  top: 54px;
  height: 1px;
  background: #d8e4e9;
}

.hero-kicker {
  grid-column: 1 / -1;
  padding-top: 30px;
  color: #2f86a1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-title {
  align-self: center;
}

.hero-title h1 {
  max-width: 470px;
  margin: 0 0 28px;
  font-size: 82px;
  line-height: .9;
  letter-spacing: -.06em;
}

.hero-title p {
  max-width: 520px;
  margin: 0;
  color: #4f606b;
  font-size: 22px;
  line-height: 1.5;
}

.hero-enter {
  align-self: end;
  display: grid;
  width: 310px;
  min-height: 124px;
  padding: 22px;
  border: 1px solid #2f86a1;
  border-radius: 20px;
  background: #2f86a1;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 22px 44px rgb(47 134 161 / 20%);
}

.hero-enter span {
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
}

.hero-enter strong {
  align-self: end;
  font-size: 32px;
  letter-spacing: -.04em;
}

.hero-specimen {
  grid-row: 2 / span 2;
  grid-column: 2;
  align-self: center;
  border: 1px solid #d8e4e9;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgb(27 43 55 / 13%);
  overflow: hidden;
}

.specimen-toolbar {
  display: flex;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid #d8e4e9;
  background: #fbfdfe;
}

.specimen-toolbar span {
  padding: 8px 12px;
  border: 1px solid #d8e4e9;
  border-radius: 999px;
  color: #536773;
  font-size: 13px;
  font-weight: 800;
}

.specimen-toolbar span:first-child {
  border-color: #a9d5df;
  background: #e9f7fa;
  color: #2f86a1;
}

.specimen-frame {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: #f7fafb;
}

.specimen-frame img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 108%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.pin {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #2f86a1;
  box-shadow: 0 0 0 7px rgb(47 134 161 / 16%);
}

.pin-a {
  left: 40%;
  top: 54%;
}

.pin-b {
  left: 63%;
  top: 39%;
  background: #b78372;
  box-shadow: 0 0 0 7px rgb(183 131 114 / 16%);
}

.pin-label {
  position: absolute;
  z-index: 3;
  padding: 9px 12px;
  border: 1px solid #d8e4e9;
  border-radius: 12px;
  background: rgb(255 255 255 / 92%);
  color: #17212b;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgb(27 43 55 / 11%);
}

.label-a {
  left: 18%;
  top: 61%;
}

.label-b {
  right: 12%;
  top: 27%;
}

.hero-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 28px;
  border-top: 1px solid #d8e4e9;
}

.hero-index div {
  min-height: 104px;
  padding: 0 34px 0 0;
}

.hero-index div + div {
  padding-left: 34px;
  border-left: 1px solid #d8e4e9;
}

.hero-index span,
.editorial-heading span,
.board-copy span {
  display: inline-block;
  margin-bottom: 14px;
  color: #2f86a1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-index strong {
  display: block;
  margin-bottom: 8px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.045em;
}

.hero-index p {
  margin: 0;
  color: #61707c;
  font-size: 15px;
}

.project-editorial,
.materials-board {
  padding: 86px 66px;
  border-top: 1px solid #d8e4e9;
}

.project-editorial {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 72px;
  background: #ffffff;
}

.editorial-heading {
  position: sticky;
  top: 104px;
  align-self: start;
}

.editorial-heading h2,
.board-copy h2 {
  margin: 0;
  font-size: 58px;
  line-height: .96;
  letter-spacing: -.045em;
}

.editorial-body {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.project-visual {
  position: sticky;
  top: 104px;
  min-height: 620px;
}

.project-visual figure {
  margin: 0;
}

.project-visual img {
  display: block;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 28px 70px rgb(27 43 55 / 13%);
}

.micrograph-large {
  width: 390px;
}

.micrograph-large img {
  height: 440px;
  border-radius: 46% 54% 43% 57% / 40% 46% 54% 60%;
}

.micrograph-small {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: 240px;
}

.micrograph-small img {
  height: 230px;
  border: 10px solid #ffffff;
  border-radius: 50%;
}

.project-visual figcaption {
  max-width: 310px;
  padding-top: 12px;
  margin-top: 16px;
  border-top: 1px solid #b8c9d0;
  color: #60717d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.micrograph-small figcaption {
  margin-left: 22px;
}

.editorial-text {
  max-width: 900px;
}

.editorial-text p {
  max-width: 820px;
  margin: 0;
  color: #17212b;
  font-size: 25px;
  line-height: 1.62;
  letter-spacing: -.015em;
}

.editorial-text p:first-child {
  font-size: 32px;
  line-height: 1.42;
  letter-spacing: -.035em;
}

.editorial-text p + p {
  margin-top: 26px;
}

.editorial-text p:last-child {
  margin-bottom: 0;
}

.materials-board {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 56px;
  background: #f4f7f8;
}

.board-copy p {
  max-width: 390px;
  font-size: 18px;
}

.material-composition {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.material-composition::before {
  content: "";
  position: absolute;
  inset: 58px 46px 68px 86px;
  z-index: -1;
  border-top: 1px solid #cbdadf;
  border-bottom: 1px solid #cbdadf;
}

.material-primary {
  position: absolute;
  left: 0;
  top: 24px;
  width: min(64%, 620px);
  height: 410px;
  object-fit: cover;
  border-radius: 42% 58% 52% 48% / 50% 42% 58% 50%;
  box-shadow: 0 34px 80px rgb(27 43 55 / 12%);
}

.material-secondary {
  position: absolute;
  right: 16px;
  bottom: 26px;
  width: min(43%, 420px);
  height: 280px;
  object-fit: cover;
  border: 12px solid #f4f7f8;
  border-radius: 50%;
  box-shadow: 0 26px 58px rgb(27 43 55 / 12%);
}

.material-note {
  position: absolute;
  max-width: 230px;
  padding-top: 12px;
  border-top: 1px solid #2f86a1;
  color: #17212b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.note-one {
  right: 4%;
  top: 44px;
}

.note-two {
  left: 6%;
  bottom: 18px;
}
